@runtypelabs/persona 3.1.1 → 3.2.0

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,4 +1,4 @@
1
- "use strict";var AgentWidget=(()=>{var wR=Object.create;var _i=Object.defineProperty;var AR=Object.getOwnPropertyDescriptor;var SR=Object.getOwnPropertyNames;var kR=Object.getPrototypeOf,TR=Object.prototype.hasOwnProperty;var sH=r=>{throw TypeError(r)};var LR=(r,a,t)=>a in r?_i(r,a,{enumerable:!0,configurable:!0,writable:!0,value:t}):r[a]=t;var nH=(r,a)=>()=>(a||r((a={exports:{}}).exports,a),a.exports),Nk=(r,a)=>{for(var t in a)_i(r,t,{get:a[t],enumerable:!0})},lH=(r,a,t,e)=>{if(a&&typeof a=="object"||typeof a=="function")for(let s of SR(a))!TR.call(r,s)&&s!==t&&_i(r,s,{get:()=>a[s],enumerable:!(e=AR(a,s))||e.enumerable});return r};var iH=(r,a,t)=>(t=r!=null?wR(kR(r)):{},lH(a||!r||!r.__esModule?_i(t,"default",{value:r,enumerable:!0}):t,r)),ER=r=>lH(_i({},"__esModule",{value:!0}),r);var Dt=(r,a,t)=>LR(r,typeof a!="symbol"?a+"":a,t),HR=(r,a,t)=>a.has(r)||sH("Cannot "+t);var dH=(r,a,t)=>a.has(r)?sH("Cannot add the same private member more than once"):a instanceof WeakSet?a.add(r):a.set(r,t);var D1=(r,a,t)=>(HR(r,a,"access private method"),t);var sT=nH(Me=>{"use strict";Object.defineProperty(Me,"__esModule",{value:!0});Me.Allow=Me.ALL=Me.COLLECTION=Me.ATOM=Me.SPECIAL=Me.INF=Me._INFINITY=Me.INFINITY=Me.NAN=Me.BOOL=Me.NULL=Me.OBJ=Me.ARR=Me.NUM=Me.STR=void 0;Me.STR=1;Me.NUM=2;Me.ARR=4;Me.OBJ=8;Me.NULL=16;Me.BOOL=32;Me.NAN=64;Me.INFINITY=128;Me._INFINITY=256;Me.INF=Me.INFINITY|Me._INFINITY;Me.SPECIAL=Me.NULL|Me.BOOL|Me.INF|Me.NAN;Me.ATOM=Me.STR|Me.NUM|Me.SPECIAL;Me.COLLECTION=Me.ARR|Me.OBJ;Me.ALL=Me.ATOM|Me.COLLECTION;Me.Allow={STR:Me.STR,NUM:Me.NUM,ARR:Me.ARR,OBJ:Me.OBJ,NULL:Me.NULL,BOOL:Me.BOOL,NAN:Me.NAN,INFINITY:Me.INFINITY,_INFINITY:Me._INFINITY,INF:Me.INF,SPECIAL:Me.SPECIAL,ATOM:Me.ATOM,COLLECTION:Me.COLLECTION,ALL:Me.ALL};Me.default=Me.Allow});var nT=nH(da=>{"use strict";var VB=da&&da.__createBinding||(Object.create?(function(r,a,t,e){e===void 0&&(e=t);var s=Object.getOwnPropertyDescriptor(a,t);(!s||("get"in s?!a.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:function(){return a[t]}}),Object.defineProperty(r,e,s)}):(function(r,a,t,e){e===void 0&&(e=t),r[e]=a[t]})),FB=da&&da.__exportStar||function(r,a){for(var t in r)t!=="default"&&!Object.prototype.hasOwnProperty.call(a,t)&&VB(a,r,t)};Object.defineProperty(da,"__esModule",{value:!0});da.Allow=da.MalformedJSON=da.PartialJSON=da.parseJSON=da.parse=void 0;var Ca=sT();Object.defineProperty(da,"Allow",{enumerable:!0,get:function(){return Ca.Allow}});FB(sT(),da);var U1=class extends Error{};da.PartialJSON=U1;var $1=class extends Error{};da.MalformedJSON=$1;function UH(r,a=Ca.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)}da.parseJSON=UH;var WB=(r,a)=>{let t=r.length,e=0,s=f=>{throw new U1(`${f} at position ${e}`)},o=f=>{throw new $1(`${f} at position ${e}`)},n=()=>(c(),e>=t&&s("Unexpected end of input"),r[e]==='"'?l():r[e]==="{"?d():r[e]==="["?i():r.substring(e,e+4)==="null"||Ca.Allow.NULL&a&&t-e<4&&"null".startsWith(r.substring(e))?(e+=4,null):r.substring(e,e+4)==="true"||Ca.Allow.BOOL&a&&t-e<4&&"true".startsWith(r.substring(e))?(e+=4,!0):r.substring(e,e+5)==="false"||Ca.Allow.BOOL&a&&t-e<5&&"false".startsWith(r.substring(e))?(e+=5,!1):r.substring(e,e+8)==="Infinity"||Ca.Allow.INFINITY&a&&t-e<8&&"Infinity".startsWith(r.substring(e))?(e+=8,1/0):r.substring(e,e+9)==="-Infinity"||Ca.Allow._INFINITY&a&&1<t-e&&t-e<9&&"-Infinity".startsWith(r.substring(e))?(e+=9,-1/0):r.substring(e,e+3)==="NaN"||Ca.Allow.NAN&a&&t-e<3&&"NaN".startsWith(r.substring(e))?(e+=3,NaN):u()),l=()=>{let f=e,h=!1;for(e++;e<t&&(r[e]!=='"'||h&&r[e-1]==="\\");)h=r[e]==="\\"?!h:!1,e++;if(r.charAt(e)=='"')try{return JSON.parse(r.substring(f,++e-Number(h)))}catch(g){o(String(g))}else if(Ca.Allow.STR&a)try{return JSON.parse(r.substring(f,e-Number(h))+'"')}catch{return JSON.parse(r.substring(f,r.lastIndexOf("\\"))+'"')}s("Unterminated string literal")},d=()=>{e++,c();let f={};try{for(;r[e]!=="}";){if(c(),e>=t&&Ca.Allow.OBJ&a)return f;let h=l();c(),e++;try{let g=n();f[h]=g}catch(g){if(Ca.Allow.OBJ&a)return f;throw g}c(),r[e]===","&&e++}}catch{if(Ca.Allow.OBJ&a)return f;s("Expected '}' at end of object")}return e++,f},i=()=>{e++;let f=[];try{for(;r[e]!=="]";)f.push(n()),c(),r[e]===","&&e++}catch{if(Ca.Allow.ARR&a)return f;s("Expected ']' at end of array")}return e++,f},u=()=>{if(e===0){r==="-"&&o("Not sure what '-' is");try{return JSON.parse(r)}catch(h){if(Ca.Allow.NUM&a)try{return JSON.parse(r.substring(0,r.lastIndexOf("e")))}catch{}o(String(h))}}let f=e;for(r[e]==="-"&&e++;r[e]&&",]}".indexOf(r[e])===-1;)e++;e==t&&!(Ca.Allow.NUM&a)&&s("Unterminated number literal");try{return JSON.parse(r.substring(f,e))}catch{r.substring(f,e)==="-"&&s("Not sure what '-' is");try{return JSON.parse(r.substring(f,r.lastIndexOf("e")))}catch(g){o(String(g))}}},c=()=>{for(;e<t&&`
1
+ "use strict";var AgentWidget=(()=>{var wR=Object.create;var _i=Object.defineProperty;var AR=Object.getOwnPropertyDescriptor;var SR=Object.getOwnPropertyNames;var kR=Object.getPrototypeOf,TR=Object.prototype.hasOwnProperty;var sH=r=>{throw TypeError(r)};var LR=(r,a,t)=>a in r?_i(r,a,{enumerable:!0,configurable:!0,writable:!0,value:t}):r[a]=t;var nH=(r,a)=>()=>(a||r((a={exports:{}}).exports,a),a.exports),Nk=(r,a)=>{for(var t in a)_i(r,t,{get:a[t],enumerable:!0})},lH=(r,a,t,e)=>{if(a&&typeof a=="object"||typeof a=="function")for(let s of SR(a))!TR.call(r,s)&&s!==t&&_i(r,s,{get:()=>a[s],enumerable:!(e=AR(a,s))||e.enumerable});return r};var iH=(r,a,t)=>(t=r!=null?wR(kR(r)):{},lH(a||!r||!r.__esModule?_i(t,"default",{value:r,enumerable:!0}):t,r)),ER=r=>lH(_i({},"__esModule",{value:!0}),r);var Dt=(r,a,t)=>LR(r,typeof a!="symbol"?a+"":a,t),HR=(r,a,t)=>a.has(r)||sH("Cannot "+t);var dH=(r,a,t)=>a.has(r)?sH("Cannot add the same private member more than once"):a instanceof WeakSet?a.add(r):a.set(r,t);var D1=(r,a,t)=>(HR(r,a,"access private method"),t);var sT=nH(ye=>{"use strict";Object.defineProperty(ye,"__esModule",{value:!0});ye.Allow=ye.ALL=ye.COLLECTION=ye.ATOM=ye.SPECIAL=ye.INF=ye._INFINITY=ye.INFINITY=ye.NAN=ye.BOOL=ye.NULL=ye.OBJ=ye.ARR=ye.NUM=ye.STR=void 0;ye.STR=1;ye.NUM=2;ye.ARR=4;ye.OBJ=8;ye.NULL=16;ye.BOOL=32;ye.NAN=64;ye.INFINITY=128;ye._INFINITY=256;ye.INF=ye.INFINITY|ye._INFINITY;ye.SPECIAL=ye.NULL|ye.BOOL|ye.INF|ye.NAN;ye.ATOM=ye.STR|ye.NUM|ye.SPECIAL;ye.COLLECTION=ye.ARR|ye.OBJ;ye.ALL=ye.ATOM|ye.COLLECTION;ye.Allow={STR:ye.STR,NUM:ye.NUM,ARR:ye.ARR,OBJ:ye.OBJ,NULL:ye.NULL,BOOL:ye.BOOL,NAN:ye.NAN,INFINITY:ye.INFINITY,_INFINITY:ye._INFINITY,INF:ye.INF,SPECIAL:ye.SPECIAL,ATOM:ye.ATOM,COLLECTION:ye.COLLECTION,ALL:ye.ALL};ye.default=ye.Allow});var nT=nH(da=>{"use strict";var VB=da&&da.__createBinding||(Object.create?(function(r,a,t,e){e===void 0&&(e=t);var s=Object.getOwnPropertyDescriptor(a,t);(!s||("get"in s?!a.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:function(){return a[t]}}),Object.defineProperty(r,e,s)}):(function(r,a,t,e){e===void 0&&(e=t),r[e]=a[t]})),FB=da&&da.__exportStar||function(r,a){for(var t in r)t!=="default"&&!Object.prototype.hasOwnProperty.call(a,t)&&VB(a,r,t)};Object.defineProperty(da,"__esModule",{value:!0});da.Allow=da.MalformedJSON=da.PartialJSON=da.parseJSON=da.parse=void 0;var Ca=sT();Object.defineProperty(da,"Allow",{enumerable:!0,get:function(){return Ca.Allow}});FB(sT(),da);var U1=class extends Error{};da.PartialJSON=U1;var $1=class extends Error{};da.MalformedJSON=$1;function UH(r,a=Ca.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)}da.parseJSON=UH;var WB=(r,a)=>{let t=r.length,e=0,s=f=>{throw new U1(`${f} at position ${e}`)},o=f=>{throw new $1(`${f} at position ${e}`)},n=()=>(c(),e>=t&&s("Unexpected end of input"),r[e]==='"'?l():r[e]==="{"?d():r[e]==="["?i():r.substring(e,e+4)==="null"||Ca.Allow.NULL&a&&t-e<4&&"null".startsWith(r.substring(e))?(e+=4,null):r.substring(e,e+4)==="true"||Ca.Allow.BOOL&a&&t-e<4&&"true".startsWith(r.substring(e))?(e+=4,!0):r.substring(e,e+5)==="false"||Ca.Allow.BOOL&a&&t-e<5&&"false".startsWith(r.substring(e))?(e+=5,!1):r.substring(e,e+8)==="Infinity"||Ca.Allow.INFINITY&a&&t-e<8&&"Infinity".startsWith(r.substring(e))?(e+=8,1/0):r.substring(e,e+9)==="-Infinity"||Ca.Allow._INFINITY&a&&1<t-e&&t-e<9&&"-Infinity".startsWith(r.substring(e))?(e+=9,-1/0):r.substring(e,e+3)==="NaN"||Ca.Allow.NAN&a&&t-e<3&&"NaN".startsWith(r.substring(e))?(e+=3,NaN):u()),l=()=>{let f=e,h=!1;for(e++;e<t&&(r[e]!=='"'||h&&r[e-1]==="\\");)h=r[e]==="\\"?!h:!1,e++;if(r.charAt(e)=='"')try{return JSON.parse(r.substring(f,++e-Number(h)))}catch(g){o(String(g))}else if(Ca.Allow.STR&a)try{return JSON.parse(r.substring(f,e-Number(h))+'"')}catch{return JSON.parse(r.substring(f,r.lastIndexOf("\\"))+'"')}s("Unterminated string literal")},d=()=>{e++,c();let f={};try{for(;r[e]!=="}";){if(c(),e>=t&&Ca.Allow.OBJ&a)return f;let h=l();c(),e++;try{let g=n();f[h]=g}catch(g){if(Ca.Allow.OBJ&a)return f;throw g}c(),r[e]===","&&e++}}catch{if(Ca.Allow.OBJ&a)return f;s("Expected '}' at end of object")}return e++,f},i=()=>{e++;let f=[];try{for(;r[e]!=="]";)f.push(n()),c(),r[e]===","&&e++}catch{if(Ca.Allow.ARR&a)return f;s("Expected ']' at end of array")}return e++,f},u=()=>{if(e===0){r==="-"&&o("Not sure what '-' is");try{return JSON.parse(r)}catch(h){if(Ca.Allow.NUM&a)try{return JSON.parse(r.substring(0,r.lastIndexOf("e")))}catch{}o(String(h))}}let f=e;for(r[e]==="-"&&e++;r[e]&&",]}".indexOf(r[e])===-1;)e++;e==t&&!(Ca.Allow.NUM&a)&&s("Unterminated number literal");try{return JSON.parse(r.substring(f,e))}catch{r.substring(f,e)==="-"&&s("Not sure what '-' is");try{return JSON.parse(r.substring(f,r.lastIndexOf("e")))}catch(g){o(String(g))}}},c=()=>{for(;e<t&&`
2
2
  \r `.includes(r[e]);)e++};return n()},OB=UH;da.parse=OB});var LD={};Nk(LD,{AgentWidgetClient:()=>$r,AgentWidgetSession:()=>co,AttachmentManager:()=>Xr,DEFAULT_COMPONENTS:()=>hT,DEFAULT_PALETTE:()=>uT,DEFAULT_SEMANTIC:()=>fT,DEFAULT_WIDGET_CONFIG:()=>Pt,PRESETS:()=>jT,PRESET_FULLSCREEN:()=>$T,PRESET_MINIMAL:()=>UT,PRESET_SHOP:()=>qT,THEME_ZONES:()=>dP,VERSION:()=>Qr,accessibilityPlugin:()=>hR,animationsPlugin:()=>mR,applyThemeVariables:()=>Er,attachHeaderToContainer:()=>Jr,brandPlugin:()=>xR,buildComposer:()=>bi,buildDefaultHeader:()=>gT,buildHeader:()=>gr,buildHeaderWithLayout:()=>vi,buildMinimalHeader:()=>MT,collectEnrichedPageContext:()=>oR,componentRegistry:()=>Mr,createActionManager:()=>h1,createAgentExperience:()=>Ek,createBestAvailableVoiceProvider:()=>rd,createBubbleWithLayout:()=>wP,createCSATFeedback:()=>Tk,createComboButton:()=>gk,createComponentMiddleware:()=>zP,createComponentStreamParser:()=>wk,createDefaultSanitizer:()=>oT,createDirectivePostprocessor:()=>EH,createDropdownMenu:()=>Hr,createFlexibleJsonStreamParser:()=>GH,createIconButton:()=>ra,createImagePart:()=>QH,createJsonStreamParser:()=>J1,createLabelButton:()=>d1,createLocalStorageAdapter:()=>Ck,createMarkdownProcessor:()=>Xi,createMarkdownProcessorFromConfig:()=>Ur,createMessageActions:()=>bT,createNPSFeedback:()=>Lk,createPlainTextParser:()=>Z1,createPlugin:()=>yR,createRegexJsonParser:()=>X1,createStandardBubble:()=>Ci,createTextPart:()=>Q1,createTheme:()=>yi,createThemeObserver:()=>mk,createToggleGroup:()=>yP,createTypingIndicator:()=>Kr,createVoiceProvider:()=>Zr,createWidgetHostLayout:()=>m1,createXmlParser:()=>K1,default:()=>TD,defaultActionHandlers:()=>Yr,defaultJsonActionParser:()=>f1,defaultParseRules:()=>NT,detectColorScheme:()=>n1,directivePostprocessor:()=>HH,escapeHtml:()=>lo,extractComponentDirectiveFromMessage:()=>kk,fileToImagePart:()=>eP,formatEnrichedContext:()=>sR,generateAssistantMessageId:()=>jr,generateCodeSnippet:()=>uR,generateMessageId:()=>ZH,generateStableSelector:()=>zT,generateUserMessageId:()=>po,getActiveTheme:()=>l1,getColorScheme:()=>xT,getDisplayText:()=>JH,getHeaderLayout:()=>yT,getImageParts:()=>YH,getPreset:()=>bR,hasComponentDirective:()=>Sk,hasImages:()=>KH,headerLayouts:()=>Mk,highContrastPlugin:()=>MR,initAgentWidget:()=>VT,isComponentDirectiveType:()=>NP,isDockedMountMode:()=>sa,isVoiceSupported:()=>r1,markdownPostprocessor:()=>Xk,mergeWithDefaults:()=>bk,normalizeContent:()=>XH,pluginRegistry:()=>u1,reducedMotionPlugin:()=>gR,renderComponentDirective:()=>Ak,renderLoadingIndicatorWithFallback:()=>vT,resolveDockConfig:()=>_a,resolveSanitizer:()=>io,resolveTokens:()=>fk,themeToCssVariables:()=>hk,validateImageFile:()=>tP,validateTheme:()=>mT});function qk(){return{async:!1,breaks:!1,extensions:null,gfm:!0,hooks:null,pedantic:!1,renderer:null,silent:!1,tokenizer:null,walkTokens:null}}var qr=qk();function mH(r){qr=r}var xH=/[&<>"']/,PR=new RegExp(xH.source,"g"),gH=/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/,RR=new RegExp(gH.source,"g"),BR={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},pH=r=>BR[r];function Ra(r,a){if(a){if(xH.test(r))return r.replace(PR,pH)}else if(gH.test(r))return r.replace(RR,pH);return r}var IR=/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/ig;function DR(r){return r.replace(IR,(a,t)=>(t=t.toLowerCase(),t==="colon"?":":t.charAt(0)==="#"?t.charAt(1)==="x"?String.fromCharCode(parseInt(t.substring(2),16)):String.fromCharCode(+t.substring(1)):""))}var VR=/(^|[^\[])\^/g;function kt(r,a){let t=typeof r=="string"?r:r.source;a=a||"";let e={replace:(s,o)=>{let n=typeof o=="string"?o:o.source;return n=n.replace(VR,"$1"),t=t.replace(s,n),e},getRegex:()=>new RegExp(t,a)};return e}function cH(r){try{r=encodeURI(r).replace(/%25/g,"%")}catch{return null}return r}var Ui={exec:()=>null};function uH(r,a){let t=r.replace(/\|/g,(o,n,l)=>{let d=!1,i=n;for(;--i>=0&&l[i]==="\\";)d=!d;return d?"|":" |"}),e=t.split(/ \|/),s=0;if(e[0].trim()||e.shift(),e.length>0&&!e[e.length-1].trim()&&e.pop(),a)if(e.length>a)e.splice(a);else for(;e.length<a;)e.push("");for(;s<e.length;s++)e[s]=e[s].trim().replace(/\\\|/g,"|");return e}function V1(r,a,t){let e=r.length;if(e===0)return"";let s=0;for(;s<e;){let o=r.charAt(e-s-1);if(o===a&&!t)s++;else if(o!==a&&t)s++;else break}return r.slice(0,e-s)}function FR(r,a){if(r.indexOf(a[1])===-1)return-1;let t=0;for(let e=0;e<r.length;e++)if(r[e]==="\\")e++;else if(r[e]===a[0])t++;else if(r[e]===a[1]&&(t--,t<0))return e;return-1}function fH(r,a,t,e){let s=a.href,o=a.title?Ra(a.title):null,n=r[1].replace(/\\([\[\]])/g,"$1");if(r[0].charAt(0)!=="!"){e.state.inLink=!0;let l={type:"link",raw:t,href:s,title:o,text:n,tokens:e.inlineTokens(n)};return e.state.inLink=!1,l}return{type:"image",raw:t,href:s,title:o,text:Ra(n)}}function WR(r,a){let t=r.match(/^(\s+)(?:```)/);if(t===null)return a;let e=t[1];return a.split(`
3
3
  `).map(s=>{let o=s.match(/^\s+/);if(o===null)return s;let[n]=o;return n.length>=e.length?s.slice(e.length):s}).join(`
4
4
  `)}var so=class{constructor(a){Dt(this,"options");Dt(this,"rules");Dt(this,"lexer");this.options=a||qr}space(a){let t=this.rules.block.newline.exec(a);if(t&&t[0].length>0)return{type:"space",raw:t[0]}}code(a){let t=this.rules.block.code.exec(a);if(t){let e=t[0].replace(/^ {1,4}/gm,"");return{type:"code",raw:t[0],codeBlockStyle:"indented",text:this.options.pedantic?e:V1(e,`
@@ -44,30 +44,30 @@ ${a}</tr>
44
44
  `}tablecell(a,t){let e=t.header?"th":"td";return(t.align?`<${e} align="${t.align}">`:`<${e}>`)+a+`</${e}>
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,t,e){let s=cH(a);if(s===null)return e;a=s;let o='<a href="'+a+'"';return t&&(o+=' title="'+t+'"'),o+=">"+e+"</a>",o}image(a,t,e){let s=cH(a);if(s===null)return e;a=s;let o=`<img src="${a}" alt="${e}"`;return t&&(o+=` title="${t}"`),o+=">",o}text(a){return a}},$i=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,t,e){return""+e}image(a,t,e){return""+e}br(){return""}},hr=class r{constructor(a){Dt(this,"options");Dt(this,"renderer");Dt(this,"textRenderer");this.options=a||qr,this.options.renderer=this.options.renderer||new no,this.renderer=this.options.renderer,this.renderer.options=this.options,this.textRenderer=new $i}static parse(a,t){return new r(t).parse(a)}static parseInline(a,t){return new r(t).parseInline(a)}parse(a,t=!0){let e="";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)){e+=l||"";continue}}switch(o.type){case"space":continue;case"hr":{e+=this.renderer.hr();continue}case"heading":{let n=o;e+=this.renderer.heading(this.parseInline(n.tokens),n.depth,DR(this.parseInline(n.tokens,this.textRenderer)));continue}case"code":{let n=o;e+=this.renderer.code(n.text,n.lang,!!n.escaped);continue}case"table":{let n=o,l="",d="";for(let u=0;u<n.header.length;u++)d+=this.renderer.tablecell(this.parseInline(n.header[u].tokens),{header:!0,align:n.align[u]});l+=this.renderer.tablerow(d);let i="";for(let u=0;u<n.rows.length;u++){let c=n.rows[u];d="";for(let f=0;f<c.length;f++)d+=this.renderer.tablecell(this.parseInline(c[f].tokens),{header:!1,align:n.align[f]});i+=this.renderer.tablerow(d)}e+=this.renderer.table(l,i);continue}case"blockquote":{let n=o,l=this.parse(n.tokens);e+=this.renderer.blockquote(l);continue}case"list":{let n=o,l=n.ordered,d=n.start,i=n.loose,u="";for(let c=0;c<n.items.length;c++){let f=n.items[c],h=f.checked,g=f.task,k="";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+" "}):k+=b+" "}k+=this.parse(f.tokens,i),u+=this.renderer.listitem(k,g,!!h)}e+=this.renderer.list(u,l,d);continue}case"html":{let n=o;e+=this.renderer.html(n.text,n.block);continue}case"paragraph":{let n=o;e+=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);e+=t?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 e}parseInline(a,t){t=t||this.renderer;let e="";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)){e+=n||"";continue}}switch(o.type){case"escape":{let n=o;e+=t.text(n.text);break}case"html":{let n=o;e+=t.html(n.text);break}case"link":{let n=o;e+=t.link(n.href,n.title,this.parseInline(n.tokens,t));break}case"image":{let n=o;e+=t.image(n.href,n.title,n.text);break}case"strong":{let n=o;e+=t.strong(this.parseInline(n.tokens,t));break}case"em":{let n=o;e+=t.em(this.parseInline(n.tokens,t));break}case"codespan":{let n=o;e+=t.codespan(n.text);break}case"br":{e+=t.br();break}case"del":{let n=o;e+=t.del(this.parseInline(n.tokens,t));break}case"text":{let n=o;e+=t.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 e}},Nr=class{constructor(a){Dt(this,"options");this.options=a||qr}preprocess(a){return a}postprocess(a){return a}processAllTokens(a){return a}};Dt(Nr,"passThroughHooks",new Set(["preprocess","postprocess","processAllTokens"]));var _r,_k,SH,ji=class{constructor(...a){dH(this,_r);Dt(this,"defaults",qk());Dt(this,"options",this.setOptions);Dt(this,"parse",D1(this,_r,_k).call(this,fr.lex,hr.parse));Dt(this,"parseInline",D1(this,_r,_k).call(this,fr.lexInline,hr.parseInline));Dt(this,"Parser",hr);Dt(this,"Renderer",no);Dt(this,"TextRenderer",$i);Dt(this,"Lexer",fr);Dt(this,"Tokenizer",so);Dt(this,"Hooks",Nr);this.use(...a)}walkTokens(a,t){var s,o;let e=[];for(let n of a)switch(e=e.concat(t.call(this,n)),n.type){case"table":{let l=n;for(let d of l.header)e=e.concat(this.walkTokens(d.tokens,t));for(let d of l.rows)for(let i of d)e=e.concat(this.walkTokens(i.tokens,t));break}case"list":{let l=n;e=e.concat(this.walkTokens(l.items,t));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(d=>{let i=l[d].flat(1/0);e=e.concat(this.walkTokens(i,t))}):l.tokens&&(e=e.concat(this.walkTokens(l.tokens,t)))}}return e}use(...a){let t=this.defaults.extensions||{renderers:{},childTokens:{}};return a.forEach(e=>{let s={...e};if(s.async=this.defaults.async||s.async||!1,e.extensions&&(e.extensions.forEach(o=>{if(!o.name)throw new Error("extension name required");if("renderer"in o){let n=t.renderers[o.name];n?t.renderers[o.name]=function(...l){let d=o.renderer.apply(this,l);return d===!1&&(d=n.apply(this,l)),d}:t.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=t[o.level];n?n.unshift(o.tokenizer):t[o.level]=[o.tokenizer],o.start&&(o.level==="block"?t.startBlock?t.startBlock.push(o.start):t.startBlock=[o.start]:o.level==="inline"&&(t.startInline?t.startInline.push(o.start):t.startInline=[o.start]))}"childTokens"in o&&o.childTokens&&(t.childTokens[o.name]=o.childTokens)}),s.extensions=t),e.renderer){let o=this.defaults.renderer||new no(this.defaults);for(let n in e.renderer){if(!(n in o))throw new Error(`renderer '${n}' does not exist`);if(n==="options")continue;let l=n,d=e.renderer[l],i=o[l];o[l]=(...u)=>{let c=d.apply(o,u);return c===!1&&(c=i.apply(o,u)),c||""}}s.renderer=o}if(e.tokenizer){let o=this.defaults.tokenizer||new so(this.defaults);for(let n in e.tokenizer){if(!(n in o))throw new Error(`tokenizer '${n}' does not exist`);if(["options","rules","lexer"].includes(n))continue;let l=n,d=e.tokenizer[l],i=o[l];o[l]=(...u)=>{let c=d.apply(o,u);return c===!1&&(c=i.apply(o,u)),c}}s.tokenizer=o}if(e.hooks){let o=this.defaults.hooks||new Nr;for(let n in e.hooks){if(!(n in o))throw new Error(`hook '${n}' does not exist`);if(n==="options")continue;let l=n,d=e.hooks[l],i=o[l];Nr.passThroughHooks.has(n)?o[l]=u=>{if(this.defaults.async)return Promise.resolve(d.call(o,u)).then(f=>i.call(o,f));let c=d.call(o,u);return i.call(o,c)}:o[l]=(...u)=>{let c=d.apply(o,u);return c===!1&&(c=i.apply(o,u)),c}}s.hooks=o}if(e.walkTokens){let o=this.defaults.walkTokens,n=e.walkTokens;s.walkTokens=function(l){let d=[];return d.push(n.call(this,l)),o&&(d=d.concat(o.call(this,l))),d}}this.defaults={...this.defaults,...s}}),this}setOptions(a){return this.defaults={...this.defaults,...a},this}lexer(a,t){return fr.lex(a,t!=null?t:this.defaults)}parser(a,t){return hr.parse(a,t!=null?t:this.defaults)}};_r=new WeakSet,_k=function(a,t){return(e,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=D1(this,_r,SH).call(this,!!n.silent,!!n.async);if(typeof e=="undefined"||e===null)return l(new Error("marked(): input parameter is undefined or null"));if(typeof e!="string")return l(new Error("marked(): input parameter is of type "+Object.prototype.toString.call(e)+", string expected"));if(n.hooks&&(n.hooks.options=n),n.async)return Promise.resolve(n.hooks?n.hooks.preprocess(e):e).then(d=>a(d,n)).then(d=>n.hooks?n.hooks.processAllTokens(d):d).then(d=>n.walkTokens?Promise.all(this.walkTokens(d,n.walkTokens)).then(()=>d):d).then(d=>t(d,n)).then(d=>n.hooks?n.hooks.postprocess(d):d).catch(l);try{n.hooks&&(e=n.hooks.preprocess(e));let d=a(e,n);n.hooks&&(d=n.hooks.processAllTokens(d)),n.walkTokens&&this.walkTokens(d,n.walkTokens);let i=t(d,n);return n.hooks&&(i=n.hooks.postprocess(i)),i}catch(d){return l(d)}}},SH=function(a,t){return e=>{if(e.message+=`
47
- Please report this to https://github.com/markedjs/marked.`,a){let s="<p>An error occurred:</p><pre>"+Ra(e.message+"",!0)+"</pre>";return t?Promise.resolve(s):s}if(t)return Promise.reject(e);throw e}};var zr=new ji;function St(r,a){return zr.parse(r,a)}St.options=St.setOptions=function(r){return zr.setOptions(r),St.defaults=zr.defaults,mH(St.defaults),St};St.getDefaults=qk;St.defaults=qr;St.use=function(...r){return zr.use(...r),St.defaults=zr.defaults,mH(St.defaults),St};St.walkTokens=function(r,a){return zr.walkTokens(r,a)};St.parseInline=zr.parseInline;St.Parser=hr;St.parser=hr.parse;St.Renderer=no;St.TextRenderer=$i;St.Lexer=fr;St.lexer=fr.lex;St.Tokenizer=so;St.Hooks=Nr;St.parse=St;var HD=St.options,PD=St.setOptions,RD=St.use,BD=St.walkTokens,ID=St.parseInline;var DD=hr.parse,VD=fr.lex;var cB=r=>{if(r)return r},Xi=r=>{var s,o;let a=r==null?void 0:r.markedOptions,t=new ji({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}),e=cB(r==null?void 0:r.renderer);return e&&t.use({renderer:e}),n=>t.parse(n)},Ur=r=>r?Xi({markedOptions:r.options,renderer:r.renderer}):Xi(),uB=Xi(),Xk=r=>uB(r),lo=r=>r.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&#39;"),TH=r=>r.replace(/"/g,"&quot;").replace(/</g,"&lt;").replace(/>/g,"&gt;"),kH=r=>`%%FORM_PLACEHOLDER_${r}%%`,LH=(r,a)=>{let t=r;return t=t.replace(/<Directive>([\s\S]*?)<\/Directive>/gi,(e,s)=>{try{let o=JSON.parse(s.trim());if(o&&typeof o=="object"&&o.component==="form"&&o.type){let n=kH(a.length);return a.push({token:n,type:String(o.type)}),n}}catch{return e}return e}),t=t.replace(/<Form\s+type="([^"]+)"\s*\/>/gi,(e,s)=>{let o=kH(a.length);return a.push({token:o,type:s}),o}),t},EH=r=>{let a=Ur(r);return t=>{let e=[],s=LH(t,e),o=a(s);return e.forEach(({token:n,type:l})=>{let d=new RegExp(n.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),u=`<div class="persona-form-directive" data-tv-form="${TH(l)}"></div>`;o=o.replace(d,u)}),o}},HH=r=>{let a=[],t=LH(r,a),e=Xk(t);return a.forEach(({token:s,type:o})=>{let n=new RegExp(s.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),d=`<div class="persona-form-directive" data-tv-form="${TH(o)}"></div>`;e=e.replace(n,d)}),e};var{entries:OH,setPrototypeOf:PH,isFrozen:fB,getPrototypeOf:hB,getOwnPropertyDescriptor:mB}=Object,{freeze:va,seal:za,create:_1}=Object,{apply:aT,construct:rT}=typeof Reflect!="undefined"&&Reflect;va||(va=function(a){return a});za||(za=function(a){return a});aT||(aT=function(a,t){for(var e=arguments.length,s=new Array(e>2?e-2:0),o=2;o<e;o++)s[o-2]=arguments[o];return a.apply(t,s)});rT||(rT=function(a){for(var t=arguments.length,e=new Array(t>1?t-1:0),s=1;s<t;s++)e[s-1]=arguments[s];return new a(...e)});var N1=ba(Array.prototype.forEach),xB=ba(Array.prototype.lastIndexOf),RH=ba(Array.prototype.pop),Ji=ba(Array.prototype.push),gB=ba(Array.prototype.splice),q1=ba(String.prototype.toLowerCase),Jk=ba(String.prototype.toString),Kk=ba(String.prototype.match),Ki=ba(String.prototype.replace),MB=ba(String.prototype.indexOf),yB=ba(String.prototype.trim),Ba=ba(Object.prototype.hasOwnProperty),ya=ba(RegExp.prototype.test),Yi=vB(TypeError);function ba(r){return function(a){a instanceof RegExp&&(a.lastIndex=0);for(var t=arguments.length,e=new Array(t>1?t-1:0),s=1;s<t;s++)e[s-1]=arguments[s];return aT(r,a,e)}}function vB(r){return function(){for(var a=arguments.length,t=new Array(a),e=0;e<a;e++)t[e]=arguments[e];return rT(r,t)}}function st(r,a){let t=arguments.length>2&&arguments[2]!==void 0?arguments[2]:q1;PH&&PH(r,null);let e=a.length;for(;e--;){let s=a[e];if(typeof s=="string"){let o=t(s);o!==s&&(fB(a)||(a[e]=o),s=o)}r[s]=!0}return r}function bB(r){for(let a=0;a<r.length;a++)Ba(r,a)||(r[a]=null);return r}function er(r){let a=_1(null);for(let[t,e]of OH(r))Ba(r,t)&&(Array.isArray(e)?a[t]=bB(e):e&&typeof e=="object"&&e.constructor===Object?a[t]=er(e):a[t]=e);return a}function Qi(r,a){for(;r!==null;){let e=mB(r,a);if(e){if(e.get)return ba(e.get);if(typeof e.value=="function")return ba(e.value)}r=hB(r)}function t(){return null}return t}var BH=va(["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"]),Yk=va(["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"]),Qk=va(["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"]),CB=va(["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"]),eT=va(["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"]),wB=va(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),IH=va(["#text"]),DH=va(["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"]),tT=va(["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"]),VH=va(["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"]),z1=va(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),AB=za(/\{\{[\w\W]*|[\w\W]*\}\}/gm),SB=za(/<%[\w\W]*|[\w\W]*%>/gm),kB=za(/\$\{[\w\W]*/gm),TB=za(/^data-[\-\w.\u00B7-\uFFFF]+$/),LB=za(/^aria-[\-\w]+$/),NH=za(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp|matrix):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),EB=za(/^(?:\w+script|data):/i),HB=za(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),zH=za(/^html$/i),PB=za(/^[a-z][.\w]*(-[.\w]+)+$/i),FH=Object.freeze({__proto__:null,ARIA_ATTR:LB,ATTR_WHITESPACE:HB,CUSTOM_ELEMENT:PB,DATA_ATTR:TB,DOCTYPE_NAME:zH,ERB_EXPR:SB,IS_ALLOWED_URI:NH,IS_SCRIPT_OR_DATA:EB,MUSTACHE_EXPR:AB,TMPLIT_EXPR:kB}),e1={element:1,attribute:2,text:3,cdataSection:4,entityReference:5,entityNode:6,progressingInstruction:7,comment:8,document:9,documentType:10,documentFragment:11,notation:12},RB=function(){return typeof window=="undefined"?null:window},BB=function(a,t){if(typeof a!="object"||typeof a.createPolicy!="function")return null;let e=null,s="data-tt-policy-suffix";t&&t.hasAttribute(s)&&(e=t.getAttribute(s));let o="dompurify"+(e?"#"+e:"");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}},WH=function(){return{afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]}};function _H(){let r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:RB(),a=ge=>_H(ge);if(a.version="3.3.3",a.removed=[],!r||!r.document||r.document.nodeType!==e1.document||!r.Element)return a.isSupported=!1,a;let{document:t}=r,e=t,s=e.currentScript,{DocumentFragment:o,HTMLTemplateElement:n,Node:l,Element:d,NodeFilter:i,NamedNodeMap:u=r.NamedNodeMap||r.MozNamedAttrMap,HTMLFormElement:c,DOMParser:f,trustedTypes:h}=r,g=d.prototype,k=Qi(g,"cloneNode"),b=Qi(g,"remove"),v=Qi(g,"nextSibling"),M=Qi(g,"childNodes"),H=Qi(g,"parentNode");if(typeof n=="function"){let ge=t.createElement("template");ge.content&&ge.content.ownerDocument&&(t=ge.content.ownerDocument)}let m,y="",{implementation:L,createNodeIterator:C,createDocumentFragment:I,getElementsByTagName:z}=t,{importNode:U}=e,D=WH();a.isSupported=typeof OH=="function"&&typeof H=="function"&&L&&L.createHTMLDocument!==void 0;let{MUSTACHE_EXPR:J,ERB_EXPR:Ce,TMPLIT_EXPR:ae,DATA_ATTR:we,ARIA_ATTR:Te,IS_SCRIPT_OR_DATA:Q,ATTR_WHITESPACE:Ae,CUSTOM_ELEMENT:$}=FH,{IS_ALLOWED_URI:Y}=FH,re=null,yt=st({},[...BH,...Yk,...Qk,...eT,...IH]),Xe=null,vt=st({},[...DH,...tT,...VH,...z1]),Fe=Object.seal(_1(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}})),De=null,be=null,ce=Object.seal(_1(null,{tagCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeCheck:{writable:!0,configurable:!1,enumerable:!0,value:null}})),K=!0,oe=!0,de=!1,Ee=!0,qe=!1,se=!0,ee=!1,Je=!1,Re=!1,mt=!1,_t=!1,qt=!1,me=!0,he=!1,pt="user-content-",xt=!0,Ue=!1,Ye={},bt=null,Vt=st({},["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"]),Yt=null,R=st({},["audio","video","img","source","image","track"]),X=null,le=st({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),Ne="http://www.w3.org/1998/Math/MathML",pe="http://www.w3.org/2000/svg",Be="http://www.w3.org/1999/xhtml",Se=Be,Ve=!1,He=null,Qe=st({},[Ne,pe,Be],Jk),et=st({},["mi","mo","mn","ms","mtext"]),ke=st({},["annotation-xml"]),or=st({},["title","style","font","a","script"]),pa=null,sr=["application/xhtml+xml","text/html"],Ja="text/html",Lt=null,fa=null,Ua=t.createElement("form"),tt=function(w){return w instanceof RegExp||w instanceof Function},na=function(){let w=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};if(!(fa&&fa===w)){if((!w||typeof w!="object")&&(w={}),w=er(w),pa=sr.indexOf(w.PARSER_MEDIA_TYPE)===-1?Ja:w.PARSER_MEDIA_TYPE,Lt=pa==="application/xhtml+xml"?Jk:q1,re=Ba(w,"ALLOWED_TAGS")?st({},w.ALLOWED_TAGS,Lt):yt,Xe=Ba(w,"ALLOWED_ATTR")?st({},w.ALLOWED_ATTR,Lt):vt,He=Ba(w,"ALLOWED_NAMESPACES")?st({},w.ALLOWED_NAMESPACES,Jk):Qe,X=Ba(w,"ADD_URI_SAFE_ATTR")?st(er(le),w.ADD_URI_SAFE_ATTR,Lt):le,Yt=Ba(w,"ADD_DATA_URI_TAGS")?st(er(R),w.ADD_DATA_URI_TAGS,Lt):R,bt=Ba(w,"FORBID_CONTENTS")?st({},w.FORBID_CONTENTS,Lt):Vt,De=Ba(w,"FORBID_TAGS")?st({},w.FORBID_TAGS,Lt):er({}),be=Ba(w,"FORBID_ATTR")?st({},w.FORBID_ATTR,Lt):er({}),Ye=Ba(w,"USE_PROFILES")?w.USE_PROFILES:!1,K=w.ALLOW_ARIA_ATTR!==!1,oe=w.ALLOW_DATA_ATTR!==!1,de=w.ALLOW_UNKNOWN_PROTOCOLS||!1,Ee=w.ALLOW_SELF_CLOSE_IN_ATTR!==!1,qe=w.SAFE_FOR_TEMPLATES||!1,se=w.SAFE_FOR_XML!==!1,ee=w.WHOLE_DOCUMENT||!1,mt=w.RETURN_DOM||!1,_t=w.RETURN_DOM_FRAGMENT||!1,qt=w.RETURN_TRUSTED_TYPE||!1,Re=w.FORCE_BODY||!1,me=w.SANITIZE_DOM!==!1,he=w.SANITIZE_NAMED_PROPS||!1,xt=w.KEEP_CONTENT!==!1,Ue=w.IN_PLACE||!1,Y=w.ALLOWED_URI_REGEXP||NH,Se=w.NAMESPACE||Be,et=w.MATHML_TEXT_INTEGRATION_POINTS||et,ke=w.HTML_INTEGRATION_POINTS||ke,Fe=w.CUSTOM_ELEMENT_HANDLING||{},w.CUSTOM_ELEMENT_HANDLING&&tt(w.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(Fe.tagNameCheck=w.CUSTOM_ELEMENT_HANDLING.tagNameCheck),w.CUSTOM_ELEMENT_HANDLING&&tt(w.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(Fe.attributeNameCheck=w.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),w.CUSTOM_ELEMENT_HANDLING&&typeof w.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements=="boolean"&&(Fe.allowCustomizedBuiltInElements=w.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),qe&&(oe=!1),_t&&(mt=!0),Ye&&(re=st({},IH),Xe=_1(null),Ye.html===!0&&(st(re,BH),st(Xe,DH)),Ye.svg===!0&&(st(re,Yk),st(Xe,tT),st(Xe,z1)),Ye.svgFilters===!0&&(st(re,Qk),st(Xe,tT),st(Xe,z1)),Ye.mathMl===!0&&(st(re,eT),st(Xe,VH),st(Xe,z1))),Ba(w,"ADD_TAGS")||(ce.tagCheck=null),Ba(w,"ADD_ATTR")||(ce.attributeCheck=null),w.ADD_TAGS&&(typeof w.ADD_TAGS=="function"?ce.tagCheck=w.ADD_TAGS:(re===yt&&(re=er(re)),st(re,w.ADD_TAGS,Lt))),w.ADD_ATTR&&(typeof w.ADD_ATTR=="function"?ce.attributeCheck=w.ADD_ATTR:(Xe===vt&&(Xe=er(Xe)),st(Xe,w.ADD_ATTR,Lt))),w.ADD_URI_SAFE_ATTR&&st(X,w.ADD_URI_SAFE_ATTR,Lt),w.FORBID_CONTENTS&&(bt===Vt&&(bt=er(bt)),st(bt,w.FORBID_CONTENTS,Lt)),w.ADD_FORBID_CONTENTS&&(bt===Vt&&(bt=er(bt)),st(bt,w.ADD_FORBID_CONTENTS,Lt)),xt&&(re["#text"]=!0),ee&&st(re,["html","head","body"]),re.table&&(st(re,["tbody"]),delete De.tbody),w.TRUSTED_TYPES_POLICY){if(typeof w.TRUSTED_TYPES_POLICY.createHTML!="function")throw Yi('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if(typeof w.TRUSTED_TYPES_POLICY.createScriptURL!="function")throw Yi('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');m=w.TRUSTED_TYPES_POLICY,y=m.createHTML("")}else m===void 0&&(m=BB(h,s)),m!==null&&typeof y=="string"&&(y=m.createHTML(""));va&&va(w),fa=w}},te=st({},[...Yk,...Qk,...CB]),oa=st({},[...eT,...wB]),nr=function(w){let j=H(w);(!j||!j.tagName)&&(j={namespaceURI:Se,tagName:"template"});let E=q1(w.tagName),ft=q1(j.tagName);return He[w.namespaceURI]?w.namespaceURI===pe?j.namespaceURI===Be?E==="svg":j.namespaceURI===Ne?E==="svg"&&(ft==="annotation-xml"||et[ft]):!!te[E]:w.namespaceURI===Ne?j.namespaceURI===Be?E==="math":j.namespaceURI===pe?E==="math"&&ke[ft]:!!oa[E]:w.namespaceURI===Be?j.namespaceURI===pe&&!ke[ft]||j.namespaceURI===Ne&&!et[ft]?!1:!oa[E]&&(or[E]||!te[E]):!!(pa==="application/xhtml+xml"&&He[w.namespaceURI]):!1},Ut=function(w){Ji(a.removed,{element:w});try{H(w).removeChild(w)}catch{b(w)}},dt=function(w,j){try{Ji(a.removed,{attribute:j.getAttributeNode(w),from:j})}catch{Ji(a.removed,{attribute:null,from:j})}if(j.removeAttribute(w),w==="is")if(mt||_t)try{Ut(j)}catch{}else try{j.setAttribute(w,"")}catch{}},ha=function(w){let j=null,E=null;if(Re)w="<remove></remove>"+w;else{let Ht=Kk(w,/^[\r\n\t ]+/);E=Ht&&Ht[0]}pa==="application/xhtml+xml"&&Se===Be&&(w='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+w+"</body></html>");let ft=m?m.createHTML(w):w;if(Se===Be)try{j=new f().parseFromString(ft,pa)}catch{}if(!j||!j.documentElement){j=L.createDocument(Se,"template",null);try{j.documentElement.innerHTML=Ve?y:ft}catch{}}let Rt=j.body||j.documentElement;return w&&E&&Rt.insertBefore(t.createTextNode(E),Rt.childNodes[0]||null),Se===Be?z.call(j,ee?"html":"body")[0]:ee?j.documentElement:Rt},Ia=function(w){return C.call(w.ownerDocument||w,w,i.SHOW_ELEMENT|i.SHOW_COMMENT|i.SHOW_TEXT|i.SHOW_PROCESSING_INSTRUCTION|i.SHOW_CDATA_SECTION,null)},lr=function(w){return w instanceof c&&(typeof w.nodeName!="string"||typeof w.textContent!="string"||typeof w.removeChild!="function"||!(w.attributes instanceof u)||typeof w.removeAttribute!="function"||typeof w.setAttribute!="function"||typeof w.namespaceURI!="string"||typeof w.insertBefore!="function"||typeof w.hasChildNodes!="function")},ir=function(w){return typeof l=="function"&&w instanceof l};function ma(ge,w,j){N1(ge,E=>{E.call(a,w,j,fa)})}let Ka=function(w){let j=null;if(ma(D.beforeSanitizeElements,w,null),lr(w))return Ut(w),!0;let E=Lt(w.nodeName);if(ma(D.uponSanitizeElement,w,{tagName:E,allowedTags:re}),se&&w.hasChildNodes()&&!ir(w.firstElementChild)&&ya(/<[/\w!]/g,w.innerHTML)&&ya(/<[/\w!]/g,w.textContent)||w.nodeType===e1.progressingInstruction||se&&w.nodeType===e1.comment&&ya(/<[/\w]/g,w.data))return Ut(w),!0;if(!(ce.tagCheck instanceof Function&&ce.tagCheck(E))&&(!re[E]||De[E])){if(!De[E]&&Ya(E)&&(Fe.tagNameCheck instanceof RegExp&&ya(Fe.tagNameCheck,E)||Fe.tagNameCheck instanceof Function&&Fe.tagNameCheck(E)))return!1;if(xt&&!bt[E]){let ft=H(w)||w.parentNode,Rt=M(w)||w.childNodes;if(Rt&&ft){let Ht=Rt.length;for(let Ft=Ht-1;Ft>=0;--Ft){let la=k(Rt[Ft],!0);la.__removalCount=(w.__removalCount||0)+1,ft.insertBefore(la,v(w))}}}return Ut(w),!0}return w instanceof d&&!nr(w)||(E==="noscript"||E==="noembed"||E==="noframes")&&ya(/<\/no(script|embed|frames)/i,w.innerHTML)?(Ut(w),!0):(qe&&w.nodeType===e1.text&&(j=w.textContent,N1([J,Ce,ae],ft=>{j=Ki(j,ft," ")}),w.textContent!==j&&(Ji(a.removed,{element:w.cloneNode()}),w.textContent=j)),ma(D.afterSanitizeElements,w,null),!1)},La=function(w,j,E){if(be[j]||me&&(j==="id"||j==="name")&&(E in t||E in Ua))return!1;if(!(oe&&!be[j]&&ya(we,j))){if(!(K&&ya(Te,j))){if(!(ce.attributeCheck instanceof Function&&ce.attributeCheck(j,w))){if(!Xe[j]||be[j]){if(!(Ya(w)&&(Fe.tagNameCheck instanceof RegExp&&ya(Fe.tagNameCheck,w)||Fe.tagNameCheck instanceof Function&&Fe.tagNameCheck(w))&&(Fe.attributeNameCheck instanceof RegExp&&ya(Fe.attributeNameCheck,j)||Fe.attributeNameCheck instanceof Function&&Fe.attributeNameCheck(j,w))||j==="is"&&Fe.allowCustomizedBuiltInElements&&(Fe.tagNameCheck instanceof RegExp&&ya(Fe.tagNameCheck,E)||Fe.tagNameCheck instanceof Function&&Fe.tagNameCheck(E))))return!1}else if(!X[j]){if(!ya(Y,Ki(E,Ae,""))){if(!((j==="src"||j==="xlink:href"||j==="href")&&w!=="script"&&MB(E,"data:")===0&&Yt[w])){if(!(de&&!ya(Q,Ki(E,Ae,"")))){if(E)return!1}}}}}}}return!0},Ya=function(w){return w!=="annotation-xml"&&Kk(w,$)},Et=function(w){ma(D.beforeSanitizeAttributes,w,null);let{attributes:j}=w;if(!j||lr(w))return;let E={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:Xe,forceKeepAttr:void 0},ft=j.length;for(;ft--;){let Rt=j[ft],{name:Ht,namespaceURI:Ft,value:la}=Rt,Va=Lt(Ht),Ea=la,Tt=Ht==="value"?Ea:yB(Ea);if(E.attrName=Va,E.attrValue=Tt,E.keepAttr=!0,E.forceKeepAttr=void 0,ma(D.uponSanitizeAttribute,w,E),Tt=E.attrValue,he&&(Va==="id"||Va==="name")&&(dt(Ht,w),Tt=pt+Tt),se&&ya(/((--!?|])>)|<\/(style|script|title|xmp|textarea|noscript|iframe|noembed|noframes)/i,Tt)){dt(Ht,w);continue}if(Va==="attributename"&&Kk(Tt,"href")){dt(Ht,w);continue}if(E.forceKeepAttr)continue;if(!E.keepAttr){dt(Ht,w);continue}if(!Ee&&ya(/\/>/i,Tt)){dt(Ht,w);continue}qe&&N1([J,Ce,ae],pr=>{Tt=Ki(Tt,pr," ")});let dr=Lt(w.nodeName);if(!La(dr,Va,Tt)){dt(Ht,w);continue}if(m&&typeof h=="object"&&typeof h.getAttributeType=="function"&&!Ft)switch(h.getAttributeType(dr,Va)){case"TrustedHTML":{Tt=m.createHTML(Tt);break}case"TrustedScriptURL":{Tt=m.createScriptURL(Tt);break}}if(Tt!==Ea)try{Ft?w.setAttributeNS(Ft,Ht,Tt):w.setAttribute(Ht,Tt),lr(w)?Ut(w):RH(a.removed)}catch{dt(Ht,w)}}ma(D.afterSanitizeAttributes,w,null)},Da=function ge(w){let j=null,E=Ia(w);for(ma(D.beforeSanitizeShadowDOM,w,null);j=E.nextNode();)ma(D.uponSanitizeShadowNode,j,null),Ka(j),Et(j),j.content instanceof o&&ge(j.content);ma(D.afterSanitizeShadowDOM,w,null)};return a.sanitize=function(ge){let w=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},j=null,E=null,ft=null,Rt=null;if(Ve=!ge,Ve&&(ge="<!-->"),typeof ge!="string"&&!ir(ge))if(typeof ge.toString=="function"){if(ge=ge.toString(),typeof ge!="string")throw Yi("dirty is not a string, aborting")}else throw Yi("toString is not a function");if(!a.isSupported)return ge;if(Je||na(w),a.removed=[],typeof ge=="string"&&(Ue=!1),Ue){if(ge.nodeName){let la=Lt(ge.nodeName);if(!re[la]||De[la])throw Yi("root node is forbidden and cannot be sanitized in-place")}}else if(ge instanceof l)j=ha("<!---->"),E=j.ownerDocument.importNode(ge,!0),E.nodeType===e1.element&&E.nodeName==="BODY"||E.nodeName==="HTML"?j=E:j.appendChild(E);else{if(!mt&&!qe&&!ee&&ge.indexOf("<")===-1)return m&&qt?m.createHTML(ge):ge;if(j=ha(ge),!j)return mt?null:qt?y:""}j&&Re&&Ut(j.firstChild);let Ht=Ia(Ue?ge:j);for(;ft=Ht.nextNode();)Ka(ft),Et(ft),ft.content instanceof o&&Da(ft.content);if(Ue)return ge;if(mt){if(_t)for(Rt=I.call(j.ownerDocument);j.firstChild;)Rt.appendChild(j.firstChild);else Rt=j;return(Xe.shadowroot||Xe.shadowrootmode)&&(Rt=U.call(e,Rt,!0)),Rt}let Ft=ee?j.outerHTML:j.innerHTML;return ee&&re["!doctype"]&&j.ownerDocument&&j.ownerDocument.doctype&&j.ownerDocument.doctype.name&&ya(zH,j.ownerDocument.doctype.name)&&(Ft="<!DOCTYPE "+j.ownerDocument.doctype.name+`>
48
- `+Ft),qe&&N1([J,Ce,ae],la=>{Ft=Ki(Ft,la," ")}),m&&qt?m.createHTML(Ft):Ft},a.setConfig=function(){let ge=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};na(ge),Je=!0},a.clearConfig=function(){fa=null,Je=!1},a.isValidAttribute=function(ge,w,j){fa||na({});let E=Lt(ge),ft=Lt(w);return La(E,ft,j)},a.addHook=function(ge,w){typeof w=="function"&&Ji(D[ge],w)},a.removeHook=function(ge,w){if(w!==void 0){let j=xB(D[ge],w);return j===-1?void 0:gB(D[ge],j,1)[0]}return RH(D[ge])},a.removeHooks=function(ge){D[ge]=[]},a.removeAllHooks=function(){D=WH()},a}var qH=_H();var IB={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"]},DB=/^data:image\/(?:png|jpe?g|gif|webp|bmp|x-icon|avif)/i,oT=()=>{let r=qH(typeof window!="undefined"?window:void 0);return r.addHook("uponSanitizeAttribute",(a,t)=>{if(t.attrName==="src"||t.attrName==="href"){let e=t.attrValue;e.toLowerCase().startsWith("data:")&&!DB.test(e)&&(t.attrValue="",t.keepAttr=!1)}}),a=>r.sanitize(a,IB)},io=r=>r===!1?null:typeof r=="function"?r:oT();var mr=iH(nT(),1),j1=r=>r.replace(/\\n/g,`
47
+ Please report this to https://github.com/markedjs/marked.`,a){let s="<p>An error occurred:</p><pre>"+Ra(e.message+"",!0)+"</pre>";return t?Promise.resolve(s):s}if(t)return Promise.reject(e);throw e}};var zr=new ji;function St(r,a){return zr.parse(r,a)}St.options=St.setOptions=function(r){return zr.setOptions(r),St.defaults=zr.defaults,mH(St.defaults),St};St.getDefaults=qk;St.defaults=qr;St.use=function(...r){return zr.use(...r),St.defaults=zr.defaults,mH(St.defaults),St};St.walkTokens=function(r,a){return zr.walkTokens(r,a)};St.parseInline=zr.parseInline;St.Parser=hr;St.parser=hr.parse;St.Renderer=no;St.TextRenderer=$i;St.Lexer=fr;St.lexer=fr.lex;St.Tokenizer=so;St.Hooks=Nr;St.parse=St;var HD=St.options,PD=St.setOptions,RD=St.use,BD=St.walkTokens,ID=St.parseInline;var DD=hr.parse,VD=fr.lex;var cB=r=>{if(r)return r},Xi=r=>{var s,o;let a=r==null?void 0:r.markedOptions,t=new ji({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}),e=cB(r==null?void 0:r.renderer);return e&&t.use({renderer:e}),n=>t.parse(n)},Ur=r=>r?Xi({markedOptions:r.options,renderer:r.renderer}):Xi(),uB=Xi(),Xk=r=>uB(r),lo=r=>r.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&#39;"),TH=r=>r.replace(/"/g,"&quot;").replace(/</g,"&lt;").replace(/>/g,"&gt;"),kH=r=>`%%FORM_PLACEHOLDER_${r}%%`,LH=(r,a)=>{let t=r;return t=t.replace(/<Directive>([\s\S]*?)<\/Directive>/gi,(e,s)=>{try{let o=JSON.parse(s.trim());if(o&&typeof o=="object"&&o.component==="form"&&o.type){let n=kH(a.length);return a.push({token:n,type:String(o.type)}),n}}catch{return e}return e}),t=t.replace(/<Form\s+type="([^"]+)"\s*\/>/gi,(e,s)=>{let o=kH(a.length);return a.push({token:o,type:s}),o}),t},EH=r=>{let a=Ur(r);return t=>{let e=[],s=LH(t,e),o=a(s);return e.forEach(({token:n,type:l})=>{let d=new RegExp(n.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),u=`<div class="persona-form-directive" data-tv-form="${TH(l)}"></div>`;o=o.replace(d,u)}),o}},HH=r=>{let a=[],t=LH(r,a),e=Xk(t);return a.forEach(({token:s,type:o})=>{let n=new RegExp(s.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),d=`<div class="persona-form-directive" data-tv-form="${TH(o)}"></div>`;e=e.replace(n,d)}),e};var{entries:OH,setPrototypeOf:PH,isFrozen:fB,getPrototypeOf:hB,getOwnPropertyDescriptor:mB}=Object,{freeze:va,seal:za,create:_1}=Object,{apply:aT,construct:rT}=typeof Reflect!="undefined"&&Reflect;va||(va=function(a){return a});za||(za=function(a){return a});aT||(aT=function(a,t){for(var e=arguments.length,s=new Array(e>2?e-2:0),o=2;o<e;o++)s[o-2]=arguments[o];return a.apply(t,s)});rT||(rT=function(a){for(var t=arguments.length,e=new Array(t>1?t-1:0),s=1;s<t;s++)e[s-1]=arguments[s];return new a(...e)});var N1=ba(Array.prototype.forEach),xB=ba(Array.prototype.lastIndexOf),RH=ba(Array.prototype.pop),Ji=ba(Array.prototype.push),gB=ba(Array.prototype.splice),q1=ba(String.prototype.toLowerCase),Jk=ba(String.prototype.toString),Kk=ba(String.prototype.match),Ki=ba(String.prototype.replace),MB=ba(String.prototype.indexOf),yB=ba(String.prototype.trim),Ba=ba(Object.prototype.hasOwnProperty),ya=ba(RegExp.prototype.test),Yi=vB(TypeError);function ba(r){return function(a){a instanceof RegExp&&(a.lastIndex=0);for(var t=arguments.length,e=new Array(t>1?t-1:0),s=1;s<t;s++)e[s-1]=arguments[s];return aT(r,a,e)}}function vB(r){return function(){for(var a=arguments.length,t=new Array(a),e=0;e<a;e++)t[e]=arguments[e];return rT(r,t)}}function st(r,a){let t=arguments.length>2&&arguments[2]!==void 0?arguments[2]:q1;PH&&PH(r,null);let e=a.length;for(;e--;){let s=a[e];if(typeof s=="string"){let o=t(s);o!==s&&(fB(a)||(a[e]=o),s=o)}r[s]=!0}return r}function bB(r){for(let a=0;a<r.length;a++)Ba(r,a)||(r[a]=null);return r}function er(r){let a=_1(null);for(let[t,e]of OH(r))Ba(r,t)&&(Array.isArray(e)?a[t]=bB(e):e&&typeof e=="object"&&e.constructor===Object?a[t]=er(e):a[t]=e);return a}function Qi(r,a){for(;r!==null;){let e=mB(r,a);if(e){if(e.get)return ba(e.get);if(typeof e.value=="function")return ba(e.value)}r=hB(r)}function t(){return null}return t}var BH=va(["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"]),Yk=va(["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"]),Qk=va(["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"]),CB=va(["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"]),eT=va(["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"]),wB=va(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),IH=va(["#text"]),DH=va(["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"]),tT=va(["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"]),VH=va(["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"]),z1=va(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),AB=za(/\{\{[\w\W]*|[\w\W]*\}\}/gm),SB=za(/<%[\w\W]*|[\w\W]*%>/gm),kB=za(/\$\{[\w\W]*/gm),TB=za(/^data-[\-\w.\u00B7-\uFFFF]+$/),LB=za(/^aria-[\-\w]+$/),NH=za(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp|matrix):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),EB=za(/^(?:\w+script|data):/i),HB=za(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),zH=za(/^html$/i),PB=za(/^[a-z][.\w]*(-[.\w]+)+$/i),FH=Object.freeze({__proto__:null,ARIA_ATTR:LB,ATTR_WHITESPACE:HB,CUSTOM_ELEMENT:PB,DATA_ATTR:TB,DOCTYPE_NAME:zH,ERB_EXPR:SB,IS_ALLOWED_URI:NH,IS_SCRIPT_OR_DATA:EB,MUSTACHE_EXPR:AB,TMPLIT_EXPR:kB}),e1={element:1,attribute:2,text:3,cdataSection:4,entityReference:5,entityNode:6,progressingInstruction:7,comment:8,document:9,documentType:10,documentFragment:11,notation:12},RB=function(){return typeof window=="undefined"?null:window},BB=function(a,t){if(typeof a!="object"||typeof a.createPolicy!="function")return null;let e=null,s="data-tt-policy-suffix";t&&t.hasAttribute(s)&&(e=t.getAttribute(s));let o="dompurify"+(e?"#"+e:"");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}},WH=function(){return{afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]}};function _H(){let r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:RB(),a=Me=>_H(Me);if(a.version="3.3.3",a.removed=[],!r||!r.document||r.document.nodeType!==e1.document||!r.Element)return a.isSupported=!1,a;let{document:t}=r,e=t,s=e.currentScript,{DocumentFragment:o,HTMLTemplateElement:n,Node:l,Element:d,NodeFilter:i,NamedNodeMap:u=r.NamedNodeMap||r.MozNamedAttrMap,HTMLFormElement:c,DOMParser:f,trustedTypes:h}=r,g=d.prototype,k=Qi(g,"cloneNode"),b=Qi(g,"remove"),v=Qi(g,"nextSibling"),M=Qi(g,"childNodes"),H=Qi(g,"parentNode");if(typeof n=="function"){let Me=t.createElement("template");Me.content&&Me.content.ownerDocument&&(t=Me.content.ownerDocument)}let m,y="",{implementation:L,createNodeIterator:C,createDocumentFragment:I,getElementsByTagName:z}=t,{importNode:U}=e,D=WH();a.isSupported=typeof OH=="function"&&typeof H=="function"&&L&&L.createHTMLDocument!==void 0;let{MUSTACHE_EXPR:J,ERB_EXPR:Ae,TMPLIT_EXPR:ae,DATA_ATTR:Le,ARIA_ATTR:fe,IS_SCRIPT_OR_DATA:ee,ATTR_WHITESPACE:be,CUSTOM_ELEMENT:j}=FH,{IS_ALLOWED_URI:K}=FH,re=null,yt=st({},[...BH,...Yk,...Qk,...eT,...IH]),Xe=null,vt=st({},[...DH,...tT,...VH,...z1]),Fe=Object.seal(_1(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}})),De=null,we=null,ce=Object.seal(_1(null,{tagCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeCheck:{writable:!0,configurable:!1,enumerable:!0,value:null}})),Y=!0,oe=!0,de=!1,Ee=!0,qe=!1,se=!0,Q=!1,Je=!1,Re=!1,mt=!1,_t=!1,qt=!1,xe=!0,me=!1,pt="user-content-",xt=!0,Ue=!1,Ye={},bt=null,Vt=st({},["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"]),Yt=null,R=st({},["audio","video","img","source","image","track"]),X=null,le=st({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),Ne="http://www.w3.org/1998/Math/MathML",pe="http://www.w3.org/2000/svg",Be="http://www.w3.org/1999/xhtml",Se=Be,Ve=!1,He=null,Qe=st({},[Ne,pe,Be],Jk),et=st({},["mi","mo","mn","ms","mtext"]),ke=st({},["annotation-xml"]),or=st({},["title","style","font","a","script"]),pa=null,sr=["application/xhtml+xml","text/html"],Ja="text/html",Lt=null,fa=null,Ua=t.createElement("form"),tt=function(w){return w instanceof RegExp||w instanceof Function},na=function(){let w=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};if(!(fa&&fa===w)){if((!w||typeof w!="object")&&(w={}),w=er(w),pa=sr.indexOf(w.PARSER_MEDIA_TYPE)===-1?Ja:w.PARSER_MEDIA_TYPE,Lt=pa==="application/xhtml+xml"?Jk:q1,re=Ba(w,"ALLOWED_TAGS")?st({},w.ALLOWED_TAGS,Lt):yt,Xe=Ba(w,"ALLOWED_ATTR")?st({},w.ALLOWED_ATTR,Lt):vt,He=Ba(w,"ALLOWED_NAMESPACES")?st({},w.ALLOWED_NAMESPACES,Jk):Qe,X=Ba(w,"ADD_URI_SAFE_ATTR")?st(er(le),w.ADD_URI_SAFE_ATTR,Lt):le,Yt=Ba(w,"ADD_DATA_URI_TAGS")?st(er(R),w.ADD_DATA_URI_TAGS,Lt):R,bt=Ba(w,"FORBID_CONTENTS")?st({},w.FORBID_CONTENTS,Lt):Vt,De=Ba(w,"FORBID_TAGS")?st({},w.FORBID_TAGS,Lt):er({}),we=Ba(w,"FORBID_ATTR")?st({},w.FORBID_ATTR,Lt):er({}),Ye=Ba(w,"USE_PROFILES")?w.USE_PROFILES:!1,Y=w.ALLOW_ARIA_ATTR!==!1,oe=w.ALLOW_DATA_ATTR!==!1,de=w.ALLOW_UNKNOWN_PROTOCOLS||!1,Ee=w.ALLOW_SELF_CLOSE_IN_ATTR!==!1,qe=w.SAFE_FOR_TEMPLATES||!1,se=w.SAFE_FOR_XML!==!1,Q=w.WHOLE_DOCUMENT||!1,mt=w.RETURN_DOM||!1,_t=w.RETURN_DOM_FRAGMENT||!1,qt=w.RETURN_TRUSTED_TYPE||!1,Re=w.FORCE_BODY||!1,xe=w.SANITIZE_DOM!==!1,me=w.SANITIZE_NAMED_PROPS||!1,xt=w.KEEP_CONTENT!==!1,Ue=w.IN_PLACE||!1,K=w.ALLOWED_URI_REGEXP||NH,Se=w.NAMESPACE||Be,et=w.MATHML_TEXT_INTEGRATION_POINTS||et,ke=w.HTML_INTEGRATION_POINTS||ke,Fe=w.CUSTOM_ELEMENT_HANDLING||{},w.CUSTOM_ELEMENT_HANDLING&&tt(w.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(Fe.tagNameCheck=w.CUSTOM_ELEMENT_HANDLING.tagNameCheck),w.CUSTOM_ELEMENT_HANDLING&&tt(w.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(Fe.attributeNameCheck=w.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),w.CUSTOM_ELEMENT_HANDLING&&typeof w.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements=="boolean"&&(Fe.allowCustomizedBuiltInElements=w.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),qe&&(oe=!1),_t&&(mt=!0),Ye&&(re=st({},IH),Xe=_1(null),Ye.html===!0&&(st(re,BH),st(Xe,DH)),Ye.svg===!0&&(st(re,Yk),st(Xe,tT),st(Xe,z1)),Ye.svgFilters===!0&&(st(re,Qk),st(Xe,tT),st(Xe,z1)),Ye.mathMl===!0&&(st(re,eT),st(Xe,VH),st(Xe,z1))),Ba(w,"ADD_TAGS")||(ce.tagCheck=null),Ba(w,"ADD_ATTR")||(ce.attributeCheck=null),w.ADD_TAGS&&(typeof w.ADD_TAGS=="function"?ce.tagCheck=w.ADD_TAGS:(re===yt&&(re=er(re)),st(re,w.ADD_TAGS,Lt))),w.ADD_ATTR&&(typeof w.ADD_ATTR=="function"?ce.attributeCheck=w.ADD_ATTR:(Xe===vt&&(Xe=er(Xe)),st(Xe,w.ADD_ATTR,Lt))),w.ADD_URI_SAFE_ATTR&&st(X,w.ADD_URI_SAFE_ATTR,Lt),w.FORBID_CONTENTS&&(bt===Vt&&(bt=er(bt)),st(bt,w.FORBID_CONTENTS,Lt)),w.ADD_FORBID_CONTENTS&&(bt===Vt&&(bt=er(bt)),st(bt,w.ADD_FORBID_CONTENTS,Lt)),xt&&(re["#text"]=!0),Q&&st(re,["html","head","body"]),re.table&&(st(re,["tbody"]),delete De.tbody),w.TRUSTED_TYPES_POLICY){if(typeof w.TRUSTED_TYPES_POLICY.createHTML!="function")throw Yi('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if(typeof w.TRUSTED_TYPES_POLICY.createScriptURL!="function")throw Yi('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');m=w.TRUSTED_TYPES_POLICY,y=m.createHTML("")}else m===void 0&&(m=BB(h,s)),m!==null&&typeof y=="string"&&(y=m.createHTML(""));va&&va(w),fa=w}},te=st({},[...Yk,...Qk,...CB]),oa=st({},[...eT,...wB]),nr=function(w){let $=H(w);(!$||!$.tagName)&&($={namespaceURI:Se,tagName:"template"});let E=q1(w.tagName),ft=q1($.tagName);return He[w.namespaceURI]?w.namespaceURI===pe?$.namespaceURI===Be?E==="svg":$.namespaceURI===Ne?E==="svg"&&(ft==="annotation-xml"||et[ft]):!!te[E]:w.namespaceURI===Ne?$.namespaceURI===Be?E==="math":$.namespaceURI===pe?E==="math"&&ke[ft]:!!oa[E]:w.namespaceURI===Be?$.namespaceURI===pe&&!ke[ft]||$.namespaceURI===Ne&&!et[ft]?!1:!oa[E]&&(or[E]||!te[E]):!!(pa==="application/xhtml+xml"&&He[w.namespaceURI]):!1},Ut=function(w){Ji(a.removed,{element:w});try{H(w).removeChild(w)}catch{b(w)}},dt=function(w,$){try{Ji(a.removed,{attribute:$.getAttributeNode(w),from:$})}catch{Ji(a.removed,{attribute:null,from:$})}if($.removeAttribute(w),w==="is")if(mt||_t)try{Ut($)}catch{}else try{$.setAttribute(w,"")}catch{}},ha=function(w){let $=null,E=null;if(Re)w="<remove></remove>"+w;else{let Ht=Kk(w,/^[\r\n\t ]+/);E=Ht&&Ht[0]}pa==="application/xhtml+xml"&&Se===Be&&(w='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+w+"</body></html>");let ft=m?m.createHTML(w):w;if(Se===Be)try{$=new f().parseFromString(ft,pa)}catch{}if(!$||!$.documentElement){$=L.createDocument(Se,"template",null);try{$.documentElement.innerHTML=Ve?y:ft}catch{}}let Rt=$.body||$.documentElement;return w&&E&&Rt.insertBefore(t.createTextNode(E),Rt.childNodes[0]||null),Se===Be?z.call($,Q?"html":"body")[0]:Q?$.documentElement:Rt},Ia=function(w){return C.call(w.ownerDocument||w,w,i.SHOW_ELEMENT|i.SHOW_COMMENT|i.SHOW_TEXT|i.SHOW_PROCESSING_INSTRUCTION|i.SHOW_CDATA_SECTION,null)},lr=function(w){return w instanceof c&&(typeof w.nodeName!="string"||typeof w.textContent!="string"||typeof w.removeChild!="function"||!(w.attributes instanceof u)||typeof w.removeAttribute!="function"||typeof w.setAttribute!="function"||typeof w.namespaceURI!="string"||typeof w.insertBefore!="function"||typeof w.hasChildNodes!="function")},ir=function(w){return typeof l=="function"&&w instanceof l};function ma(Me,w,$){N1(Me,E=>{E.call(a,w,$,fa)})}let Ka=function(w){let $=null;if(ma(D.beforeSanitizeElements,w,null),lr(w))return Ut(w),!0;let E=Lt(w.nodeName);if(ma(D.uponSanitizeElement,w,{tagName:E,allowedTags:re}),se&&w.hasChildNodes()&&!ir(w.firstElementChild)&&ya(/<[/\w!]/g,w.innerHTML)&&ya(/<[/\w!]/g,w.textContent)||w.nodeType===e1.progressingInstruction||se&&w.nodeType===e1.comment&&ya(/<[/\w]/g,w.data))return Ut(w),!0;if(!(ce.tagCheck instanceof Function&&ce.tagCheck(E))&&(!re[E]||De[E])){if(!De[E]&&Ya(E)&&(Fe.tagNameCheck instanceof RegExp&&ya(Fe.tagNameCheck,E)||Fe.tagNameCheck instanceof Function&&Fe.tagNameCheck(E)))return!1;if(xt&&!bt[E]){let ft=H(w)||w.parentNode,Rt=M(w)||w.childNodes;if(Rt&&ft){let Ht=Rt.length;for(let Ft=Ht-1;Ft>=0;--Ft){let la=k(Rt[Ft],!0);la.__removalCount=(w.__removalCount||0)+1,ft.insertBefore(la,v(w))}}}return Ut(w),!0}return w instanceof d&&!nr(w)||(E==="noscript"||E==="noembed"||E==="noframes")&&ya(/<\/no(script|embed|frames)/i,w.innerHTML)?(Ut(w),!0):(qe&&w.nodeType===e1.text&&($=w.textContent,N1([J,Ae,ae],ft=>{$=Ki($,ft," ")}),w.textContent!==$&&(Ji(a.removed,{element:w.cloneNode()}),w.textContent=$)),ma(D.afterSanitizeElements,w,null),!1)},La=function(w,$,E){if(we[$]||xe&&($==="id"||$==="name")&&(E in t||E in Ua))return!1;if(!(oe&&!we[$]&&ya(Le,$))){if(!(Y&&ya(fe,$))){if(!(ce.attributeCheck instanceof Function&&ce.attributeCheck($,w))){if(!Xe[$]||we[$]){if(!(Ya(w)&&(Fe.tagNameCheck instanceof RegExp&&ya(Fe.tagNameCheck,w)||Fe.tagNameCheck instanceof Function&&Fe.tagNameCheck(w))&&(Fe.attributeNameCheck instanceof RegExp&&ya(Fe.attributeNameCheck,$)||Fe.attributeNameCheck instanceof Function&&Fe.attributeNameCheck($,w))||$==="is"&&Fe.allowCustomizedBuiltInElements&&(Fe.tagNameCheck instanceof RegExp&&ya(Fe.tagNameCheck,E)||Fe.tagNameCheck instanceof Function&&Fe.tagNameCheck(E))))return!1}else if(!X[$]){if(!ya(K,Ki(E,be,""))){if(!(($==="src"||$==="xlink:href"||$==="href")&&w!=="script"&&MB(E,"data:")===0&&Yt[w])){if(!(de&&!ya(ee,Ki(E,be,"")))){if(E)return!1}}}}}}}return!0},Ya=function(w){return w!=="annotation-xml"&&Kk(w,j)},Et=function(w){ma(D.beforeSanitizeAttributes,w,null);let{attributes:$}=w;if(!$||lr(w))return;let E={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:Xe,forceKeepAttr:void 0},ft=$.length;for(;ft--;){let Rt=$[ft],{name:Ht,namespaceURI:Ft,value:la}=Rt,Va=Lt(Ht),Ea=la,Tt=Ht==="value"?Ea:yB(Ea);if(E.attrName=Va,E.attrValue=Tt,E.keepAttr=!0,E.forceKeepAttr=void 0,ma(D.uponSanitizeAttribute,w,E),Tt=E.attrValue,me&&(Va==="id"||Va==="name")&&(dt(Ht,w),Tt=pt+Tt),se&&ya(/((--!?|])>)|<\/(style|script|title|xmp|textarea|noscript|iframe|noembed|noframes)/i,Tt)){dt(Ht,w);continue}if(Va==="attributename"&&Kk(Tt,"href")){dt(Ht,w);continue}if(E.forceKeepAttr)continue;if(!E.keepAttr){dt(Ht,w);continue}if(!Ee&&ya(/\/>/i,Tt)){dt(Ht,w);continue}qe&&N1([J,Ae,ae],pr=>{Tt=Ki(Tt,pr," ")});let dr=Lt(w.nodeName);if(!La(dr,Va,Tt)){dt(Ht,w);continue}if(m&&typeof h=="object"&&typeof h.getAttributeType=="function"&&!Ft)switch(h.getAttributeType(dr,Va)){case"TrustedHTML":{Tt=m.createHTML(Tt);break}case"TrustedScriptURL":{Tt=m.createScriptURL(Tt);break}}if(Tt!==Ea)try{Ft?w.setAttributeNS(Ft,Ht,Tt):w.setAttribute(Ht,Tt),lr(w)?Ut(w):RH(a.removed)}catch{dt(Ht,w)}}ma(D.afterSanitizeAttributes,w,null)},Da=function Me(w){let $=null,E=Ia(w);for(ma(D.beforeSanitizeShadowDOM,w,null);$=E.nextNode();)ma(D.uponSanitizeShadowNode,$,null),Ka($),Et($),$.content instanceof o&&Me($.content);ma(D.afterSanitizeShadowDOM,w,null)};return a.sanitize=function(Me){let w=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},$=null,E=null,ft=null,Rt=null;if(Ve=!Me,Ve&&(Me="<!-->"),typeof Me!="string"&&!ir(Me))if(typeof Me.toString=="function"){if(Me=Me.toString(),typeof Me!="string")throw Yi("dirty is not a string, aborting")}else throw Yi("toString is not a function");if(!a.isSupported)return Me;if(Je||na(w),a.removed=[],typeof Me=="string"&&(Ue=!1),Ue){if(Me.nodeName){let la=Lt(Me.nodeName);if(!re[la]||De[la])throw Yi("root node is forbidden and cannot be sanitized in-place")}}else if(Me instanceof l)$=ha("<!---->"),E=$.ownerDocument.importNode(Me,!0),E.nodeType===e1.element&&E.nodeName==="BODY"||E.nodeName==="HTML"?$=E:$.appendChild(E);else{if(!mt&&!qe&&!Q&&Me.indexOf("<")===-1)return m&&qt?m.createHTML(Me):Me;if($=ha(Me),!$)return mt?null:qt?y:""}$&&Re&&Ut($.firstChild);let Ht=Ia(Ue?Me:$);for(;ft=Ht.nextNode();)Ka(ft),Et(ft),ft.content instanceof o&&Da(ft.content);if(Ue)return Me;if(mt){if(_t)for(Rt=I.call($.ownerDocument);$.firstChild;)Rt.appendChild($.firstChild);else Rt=$;return(Xe.shadowroot||Xe.shadowrootmode)&&(Rt=U.call(e,Rt,!0)),Rt}let Ft=Q?$.outerHTML:$.innerHTML;return Q&&re["!doctype"]&&$.ownerDocument&&$.ownerDocument.doctype&&$.ownerDocument.doctype.name&&ya(zH,$.ownerDocument.doctype.name)&&(Ft="<!DOCTYPE "+$.ownerDocument.doctype.name+`>
48
+ `+Ft),qe&&N1([J,Ae,ae],la=>{Ft=Ki(Ft,la," ")}),m&&qt?m.createHTML(Ft):Ft},a.setConfig=function(){let Me=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};na(Me),Je=!0},a.clearConfig=function(){fa=null,Je=!1},a.isValidAttribute=function(Me,w,$){fa||na({});let E=Lt(Me),ft=Lt(w);return La(E,ft,$)},a.addHook=function(Me,w){typeof w=="function"&&Ji(D[Me],w)},a.removeHook=function(Me,w){if(w!==void 0){let $=xB(D[Me],w);return $===-1?void 0:gB(D[Me],$,1)[0]}return RH(D[Me])},a.removeHooks=function(Me){D[Me]=[]},a.removeAllHooks=function(){D=WH()},a}var qH=_H();var IB={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"]},DB=/^data:image\/(?:png|jpe?g|gif|webp|bmp|x-icon|avif)/i,oT=()=>{let r=qH(typeof window!="undefined"?window:void 0);return r.addHook("uponSanitizeAttribute",(a,t)=>{if(t.attrName==="src"||t.attrName==="href"){let e=t.attrValue;e.toLowerCase().startsWith("data:")&&!DB.test(e)&&(t.attrValue="",t.keepAttr=!1)}}),a=>r.sanitize(a,IB)},io=r=>r===!1?null:typeof r=="function"?r:oT();var mr=iH(nT(),1),j1=r=>r.replace(/\\n/g,`
49
49
  `).replace(/\\r/g,"\r").replace(/\\t/g," ").replace(/\\"/g,'"').replace(/\\\\/g,"\\"),t1=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)}},NB=r=>{var n,l;let a=(n=r.completedAt)!=null?n:Date.now(),t=(l=r.startedAt)!=null?l:a,s=(r.durationMs!==void 0?r.durationMs:Math.max(0,a-t))/1e3;return s<.1?"Thought for <0.1 seconds":`Thought for ${s>=10?Math.round(s).toString():s.toFixed(1).replace(/\.0$/,"")} seconds`},$H=r=>r.status==="complete"?NB(r):r.status==="pending"?"Waiting":"",zB=r=>{var s,o,n;let t=(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 t<.1?"Used tool for <0.1 seconds":`Used tool for ${t>=10?Math.round(t).toString():t.toFixed(1).replace(/\.0$/,"")} seconds`};var jH=r=>r.status==="complete"?zB(r):"Using tool...",_B=()=>{let r=null,a=0,t=e=>{let s=/"text"\s*:\s*"((?:[^"\\]|\\.|")*?)"/,o=e.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=e.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 e=>{if(e.length<=a)return r!==null?{text:r,raw:e}:null;let s=e.trim();if(!s.startsWith("{")&&!s.startsWith("["))return null;let o=t(e);return o!==null&&(r=o),a=e.length,r!==null?{text:r,raw:e}:null},close:async()=>{}}},G1=r=>{try{let a=JSON.parse(r);if(a&&typeof a=="object"&&typeof a.text=="string")return a.text}catch{return null}return null},Z1=()=>{let r={processChunk:a=>null,getExtractedText:()=>null};return r.__isPlainTextParser=!0,r},X1=()=>{var a;let r=_B();return{processChunk:async t=>{let e=t.trim();return!e.startsWith("{")&&!e.startsWith("[")?null:r.processChunk(t)},getExtractedText:r.getExtractedText.bind(r),close:(a=r.close)==null?void 0:a.bind(r)}},J1=()=>{let r=null,a=0;return{getExtractedText:()=>r,processChunk:t=>{let e=t.trim();if(!e.startsWith("{")&&!e.startsWith("["))return null;if(t.length<=a)return r!==null||r===""?{text:r||"",raw:t}:null;try{let s=(0,mr.parse)(t,mr.STR|mr.OBJ);s&&typeof s=="object"&&(s.component&&typeof s.component=="string"?r=typeof s.text=="string"?j1(s.text):"":s.type==="init"&&s.form?r="":typeof s.text=="string"&&(r=j1(s.text)))}catch{}return a=t.length,r!==null?{text:r,raw:t}:null},close:()=>{}}},GH=r=>{let a=null,t=0,s=r||(o=>{if(!o||typeof o!="object")return null;let n=l=>typeof l=="string"?j1(l):null;if(o.component&&typeof o.component=="string")return typeof o.text=="string"?j1(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<=t)return a!==null?{text:a,raw:o}:null;try{let l=(0,mr.parse)(o,mr.STR|mr.OBJ),d=s(l);d!==null&&(a=d)}catch{}return t=o.length,{text:a||"",raw:o}},close:()=>{}}},K1=()=>{let r=null;return{processChunk:a=>{if(!a.trim().startsWith("<"))return null;let e=a.match(/<text[^>]*>([\s\S]*?)<\/text>/);return e&&e[1]?(r=e[1],{text:r,raw:a}):null},getExtractedText:()=>r}};var qB="https://api.runtype.com/v1/dispatch",lT="https://api.runtype.com",iT=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 UB(r){switch(r){case"json":return J1;case"regex-json":return X1;case"xml":return K1;default:return Z1}}var $r=class{constructor(a={}){this.config=a;this.clientSession=null;this.sessionInitPromise=null;var t,e,s;this.apiUrl=(t=a.apiUrl)!=null?t:qB,this.headers={"Content-Type":"application/json",...a.headers},this.debug=!!a.debug,this.createStreamParser=(e=a.streamParser)!=null?e:UB(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 e;let t=((e=this.config.apiUrl)==null?void 0:e.replace(/\/+$/,"").replace(/\/v1\/dispatch$/,""))||lT;return a==="init"?`${t}/v1/client/init`:`${t}/v1/client/chat`}getClientSession(){return this.clientSession}async initSession(){var a,t;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 e=await this.sessionInitPromise;return this.clientSession=e,(t=(a=this.config).onSessionInit)==null||t.call(a,e),e}finally{this.sessionInitPromise=null}}async _doInitSession(){var o,n;let a=((n=(o=this.config).getStoredSessionId)==null?void 0:n.call(o))||null,t={token:this.config.clientToken,...this.config.flowId&&{flowId:this.config.flowId},...a&&{sessionId:a}},e=await fetch(this.getClientApiUrl("init"),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(t)});if(!e.ok){let l=await e.json().catch(()=>({error:"Session initialization failed"}));throw e.status===401?new Error(`Invalid client token: ${l.hint||l.error}`):e.status===403?new Error(`Origin not allowed: ${l.hint||l.error}`):new Error(l.error||"Failed to initialize session")}let s=await e.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 t;return`${((t=this.config.apiUrl)==null?void 0:t.replace(/\/+$/,"").replace(/\/v1\/dispatch$/,""))||lT}/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,t){let e=this.getClientSession();if(!e)throw new Error("No active session. Please initialize session first.");return this.sendFeedback({sessionId:e.sessionId,messageId:a,type:t})}async submitCSATFeedback(a,t){let e=this.getClientSession();if(!e)throw new Error("No active session. Please initialize session first.");return this.sendFeedback({sessionId:e.sessionId,type:"csat",rating:a,comment:t})}async submitNPSFeedback(a,t){let e=this.getClientSession();if(!e)throw new Error("No active session. Please initialize session first.");return this.sendFeedback({sessionId:e.sessionId,type:"nps",rating:a,comment:t})}async dispatch(a,t){return this.isAgentMode()?this.dispatchAgent(a,t):this.isClientTokenMode()?this.dispatchClientToken(a,t):this.dispatchProxy(a,t)}async dispatchClientToken(a,t){var s,o,n,l;let e=new AbortController;a.signal&&a.signal.addEventListener("abort",()=>e.abort()),t({type:"status",status:"connecting"});try{let d=await this.initSession();if(new Date>=new Date(d.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 t({type:"error",error:h}),h}let i=await this.buildPayload(a.messages),u=i.metadata?Object.fromEntries(Object.entries(i.metadata).filter(([h])=>h!=="sessionId"&&h!=="session_id")):void 0,c={sessionId:d.sessionId,messages:a.messages.filter(iT).map(h=>{var g,k,b;return{id:h.id,role:h.role,content:(b=(k=(g=h.contentParts)!=null?g:h.llmContent)!=null?k:h.rawContent)!=null?b:h.content}}),...a.assistantMessageId&&{assistantMessageId:a.assistantMessageId},...u&&Object.keys(u).length>0&&{metadata:u},...i.inputs&&Object.keys(i.inputs).length>0&&{inputs:i.inputs},...i.context&&{context:i.context}};this.debug&&console.debug("[AgentWidgetClient] client token dispatch",c);let f=await fetch(this.getClientApiUrl("chat"),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(c),signal:e.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 k=new Error("Session expired. Please refresh to continue.");throw t({type:"error",error:k}),k}if(f.status===429){let k=new Error(h.hint||"Message limit reached for this session.");throw t({type:"error",error:k}),k}let g=new Error(h.error||"Failed to send message");throw t({type:"error",error:g}),g}if(!f.body){let h=new Error("No response body received");throw t({type:"error",error:h}),h}t({type:"status",status:"connected"});try{await this.streamResponse(f.body,t,a.assistantMessageId)}finally{t({type:"status",status:"idle"})}}catch(d){let i=d instanceof Error?d:new Error(String(d));throw!i.message.includes("Session expired")&&!i.message.includes("Message limit")&&t({type:"error",error:i}),i}}async dispatchProxy(a,t){let e=new AbortController;a.signal&&a.signal.addEventListener("abort",()=>e.abort()),t({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:e.signal},s)}catch(l){let d=l instanceof Error?l:new Error(String(l));throw t({type:"error",error:d}),d}else n=await fetch(this.apiUrl,{method:"POST",headers:o,body:JSON.stringify(s),signal:e.signal});if(!n.ok||!n.body){let l=new Error(`Chat backend request failed: ${n.status} ${n.statusText}`);throw t({type:"error",error:l}),l}t({type:"status",status:"connected"});try{await this.streamResponse(n.body,t)}finally{t({type:"status",status:"idle"})}}async dispatchAgent(a,t){let e=new AbortController;a.signal&&a.signal.addEventListener("abort",()=>e.abort()),t({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:e.signal},s)}catch(l){let d=l instanceof Error?l:new Error(String(l));throw t({type:"error",error:d}),d}else n=await fetch(this.apiUrl,{method:"POST",headers:o,body:JSON.stringify(s),signal:e.signal});if(!n.ok||!n.body){let l=new Error(`Agent execution request failed: ${n.status} ${n.statusText}`);throw t({type:"error",error:l}),l}t({type:"status",status:"connected"});try{await this.streamResponse(n.body,t,a.assistantMessageId)}finally{t({type:"status",status:"idle"})}}async processStream(a,t,e){t({type:"status",status:"connected"});try{await this.streamResponse(a,t,e)}finally{t({type:"status",status:"idle"})}}async resolveApproval(a,t){var n;let s=`${((n=this.config.apiUrl)==null?void 0:n.replace(/\/+$/,"").replace(/\/v1\/dispatch$/,""))||lT}/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:t,streamResponse:!0})})}async buildAgentPayload(a){if(!this.config.agent)throw new Error("Agent configuration required for agent mode");let t=a.slice().filter(iT).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}}),e={agent:this.config.agent,messages:t,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&&(e.context=s)}return e}async buildPayload(a){let e={messages:a.slice().filter(iT).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&&(e.context=s)}if(this.requestMiddleware)try{let s=await this.requestMiddleware({payload:{...e},config:this.config});if(s&&typeof s=="object")return s}catch(s){typeof console!="undefined"&&console.error("[AgentWidget] Request middleware error:",s)}return e}async handleCustomSSEEvent(a,t,e,s,o){if(!this.parseSSEEvent)return!1;try{let n=await this.parseSSEEvent(a);if(n===null)return!1;let l=()=>{if(e.current)return e.current;let d={id:`assistant-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"assistant",sequence:o()};return e.current=d,s(d),d};if(n.text!==void 0){let d=l();d.content+=n.text,s(d)}return n.done&&(e.current&&(e.current.streaming=!1,s(e.current)),t({type:"status",status:"idle"})),n.error&&t({type:"error",error:new Error(n.error)}),!0}catch(n){return typeof console!="undefined"&&console.error("[AgentWidget] parseSSEEvent error:",n),!1}}async streamResponse(a,t,e){var vt,Fe,De,be,ce,K,oe,de,Ee,qe,se,ee,Je,Re,mt,_t,qt,me,he,pt,xt,Ue,Ye,bt,Vt,Yt,R,X,le,Ne,pe,Be,Se,Ve,He,Qe,et,ke,or,pa,sr,Ja,Lt,fa,Ua,tt,na,te,oa,nr,Ut,dt,ha,Ia,lr,ir,ma,Ka,La,Ya,Et,Da,ge,w,j,E,ft,Rt,Ht,Ft,la,Va,Ea,Tt,dr,pr,x1,g1,M1,Li,eo,at,Ei,Fa,wa,y1,v1,Hi,Rr,cr,b1,C1,w1,Fk,Br,Ir,Bt,to,ao,Pi,Ri,Bi,Ii,xa,Ha,ur,$e,Di,Dr,$a,A1,ro,oo,Vr,vr,S1,k1,ja,Fr;let s=a.getReader(),o=new TextDecoder,n="",l=Date.now(),d=0,i=()=>l+d++,u=ne=>{let nt=ne.reasoning?{...ne.reasoning,chunks:[...ne.reasoning.chunks]}:void 0,ct=ne.toolCall?{...ne.toolCall,chunks:ne.toolCall.chunks?[...ne.toolCall.chunks]:void 0}:void 0,Ge=ne.tools?ne.tools.map(Ke=>({...Ke,chunks:Ke.chunks?[...Ke.chunks]:void 0})):void 0;return{...ne,reasoning:nt,toolCall:ct,tools:Ge}},c=ne=>{t({type:"message",message:u(ne)})},f=null,h={current:null},g=new Map,k=new Map,b={lastId:null,byStep:new Map},v={lastId:null,byCall:new Map},M=ne=>{if(ne==null)return null;try{return String(ne)}catch{return null}},H=ne=>{var nt,ct,Ge,Ke,$t;return M(($t=(Ke=(Ge=(ct=(nt=ne.stepId)!=null?nt:ne.step_id)!=null?ct:ne.step)!=null?Ge:ne.parentId)!=null?Ke:ne.flowStepId)!=null?$t:ne.flow_step_id)},m=ne=>{var nt,ct,Ge,Ke,$t,Ot,T;return M((T=(Ot=($t=(Ke=(Ge=(ct=(nt=ne.callId)!=null?nt:ne.call_id)!=null?ct:ne.requestId)!=null?Ge:ne.request_id)!=null?Ke:ne.toolCallId)!=null?$t:ne.tool_call_id)!=null?Ot:ne.stepId)!=null?T:ne.step_id)},y=()=>f||(f={id:e!=null?e:`assistant-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,sequence:i()},c(f),f),L=(ne,nt)=>{b.lastId=nt,ne&&b.byStep.set(ne,nt)},C=(ne,nt)=>{var $t;let ct=($t=ne.reasoningId)!=null?$t:ne.id,Ge=H(ne);if(ct){let Ot=String(ct);return L(Ge,Ot),Ot}if(Ge){let Ot=b.byStep.get(Ge);if(Ot)return b.lastId=Ot,Ot}if(b.lastId&&!nt)return b.lastId;if(!nt)return null;let Ke=`reason-${i()}`;return L(Ge,Ke),Ke},I=ne=>{let nt=g.get(ne);if(nt)return nt;let ct={id:`reason-${ne}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"reasoning",sequence:i(),reasoning:{id:ne,status:"streaming",chunks:[]}};return g.set(ne,ct),c(ct),ct},z=(ne,nt)=>{v.lastId=nt,ne&&v.byCall.set(ne,nt)},U=new Set,D=new Map,J=new Set,Ce=new Map,ae=ne=>{if(!ne)return!1;let nt=ne.replace(/_+/g,"_").replace(/^_|_$/g,"");return nt==="emit_artifact_markdown"||nt==="emit_artifact_component"},we=(ne,nt)=>{var $t;let ct=($t=ne.toolId)!=null?$t:ne.id,Ge=m(ne);if(ct){let Ot=String(ct);return z(Ge,Ot),Ot}if(Ge){let Ot=v.byCall.get(Ge);if(Ot)return v.lastId=Ot,Ot}if(v.lastId&&!nt)return v.lastId;if(!nt)return null;let Ke=`tool-${i()}`;return z(Ge,Ke),Ke},Te=ne=>{let nt=k.get(ne);if(nt)return nt;let ct={id:`tool-${ne}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"tool",sequence:i(),toolCall:{id:ne,status:"pending"}};return k.set(ne,ct),c(ct),ct},Q=ne=>{if(typeof ne=="number"&&Number.isFinite(ne))return ne;if(typeof ne=="string"){let nt=Number(ne);if(!Number.isNaN(nt)&&Number.isFinite(nt))return nt;let ct=Date.parse(ne);if(!Number.isNaN(ct))return ct}return Date.now()},Ae=ne=>{if(typeof ne=="string")return ne;if(ne==null)return"";try{return JSON.stringify(ne)}catch{return String(ne)}},$=new Map,Y=new Map,re=null,yt=new Map,Xe=(vt=this.config.iterationDisplay)!=null?vt:"separate";for(;;){let{done:ne,value:nt}=await s.read();if(ne)break;n+=o.decode(nt,{stream:!0});let ct=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 e=>{if(e.length<=a)return r!==null?{text:r,raw:e}:null;let s=e.trim();if(!s.startsWith("{")&&!s.startsWith("["))return null;let o=t(e);return o!==null&&(r=o),a=e.length,r!==null?{text:r,raw:e}:null},close:async()=>{}}},G1=r=>{try{let a=JSON.parse(r);if(a&&typeof a=="object"&&typeof a.text=="string")return a.text}catch{return null}return null},Z1=()=>{let r={processChunk:a=>null,getExtractedText:()=>null};return r.__isPlainTextParser=!0,r},X1=()=>{var a;let r=_B();return{processChunk:async t=>{let e=t.trim();return!e.startsWith("{")&&!e.startsWith("[")?null:r.processChunk(t)},getExtractedText:r.getExtractedText.bind(r),close:(a=r.close)==null?void 0:a.bind(r)}},J1=()=>{let r=null,a=0;return{getExtractedText:()=>r,processChunk:t=>{let e=t.trim();if(!e.startsWith("{")&&!e.startsWith("["))return null;if(t.length<=a)return r!==null||r===""?{text:r||"",raw:t}:null;try{let s=(0,mr.parse)(t,mr.STR|mr.OBJ);s&&typeof s=="object"&&(s.component&&typeof s.component=="string"?r=typeof s.text=="string"?j1(s.text):"":s.type==="init"&&s.form?r="":typeof s.text=="string"&&(r=j1(s.text)))}catch{}return a=t.length,r!==null?{text:r,raw:t}:null},close:()=>{}}},GH=r=>{let a=null,t=0,s=r||(o=>{if(!o||typeof o!="object")return null;let n=l=>typeof l=="string"?j1(l):null;if(o.component&&typeof o.component=="string")return typeof o.text=="string"?j1(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<=t)return a!==null?{text:a,raw:o}:null;try{let l=(0,mr.parse)(o,mr.STR|mr.OBJ),d=s(l);d!==null&&(a=d)}catch{}return t=o.length,{text:a||"",raw:o}},close:()=>{}}},K1=()=>{let r=null;return{processChunk:a=>{if(!a.trim().startsWith("<"))return null;let e=a.match(/<text[^>]*>([\s\S]*?)<\/text>/);return e&&e[1]?(r=e[1],{text:r,raw:a}):null},getExtractedText:()=>r}};var qB="https://api.runtype.com/v1/dispatch",lT="https://api.runtype.com",iT=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 UB(r){switch(r){case"json":return J1;case"regex-json":return X1;case"xml":return K1;default:return Z1}}var $r=class{constructor(a={}){this.config=a;this.clientSession=null;this.sessionInitPromise=null;var t,e,s;this.apiUrl=(t=a.apiUrl)!=null?t:qB,this.headers={"Content-Type":"application/json",...a.headers},this.debug=!!a.debug,this.createStreamParser=(e=a.streamParser)!=null?e:UB(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 e;let t=((e=this.config.apiUrl)==null?void 0:e.replace(/\/+$/,"").replace(/\/v1\/dispatch$/,""))||lT;return a==="init"?`${t}/v1/client/init`:`${t}/v1/client/chat`}getClientSession(){return this.clientSession}async initSession(){var a,t;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 e=await this.sessionInitPromise;return this.clientSession=e,(t=(a=this.config).onSessionInit)==null||t.call(a,e),e}finally{this.sessionInitPromise=null}}async _doInitSession(){var o,n;let a=((n=(o=this.config).getStoredSessionId)==null?void 0:n.call(o))||null,t={token:this.config.clientToken,...this.config.flowId&&{flowId:this.config.flowId},...a&&{sessionId:a}},e=await fetch(this.getClientApiUrl("init"),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(t)});if(!e.ok){let l=await e.json().catch(()=>({error:"Session initialization failed"}));throw e.status===401?new Error(`Invalid client token: ${l.hint||l.error}`):e.status===403?new Error(`Origin not allowed: ${l.hint||l.error}`):new Error(l.error||"Failed to initialize session")}let s=await e.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 t;return`${((t=this.config.apiUrl)==null?void 0:t.replace(/\/+$/,"").replace(/\/v1\/dispatch$/,""))||lT}/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,t){let e=this.getClientSession();if(!e)throw new Error("No active session. Please initialize session first.");return this.sendFeedback({sessionId:e.sessionId,messageId:a,type:t})}async submitCSATFeedback(a,t){let e=this.getClientSession();if(!e)throw new Error("No active session. Please initialize session first.");return this.sendFeedback({sessionId:e.sessionId,type:"csat",rating:a,comment:t})}async submitNPSFeedback(a,t){let e=this.getClientSession();if(!e)throw new Error("No active session. Please initialize session first.");return this.sendFeedback({sessionId:e.sessionId,type:"nps",rating:a,comment:t})}async dispatch(a,t){return this.isAgentMode()?this.dispatchAgent(a,t):this.isClientTokenMode()?this.dispatchClientToken(a,t):this.dispatchProxy(a,t)}async dispatchClientToken(a,t){var s,o,n,l;let e=new AbortController;a.signal&&a.signal.addEventListener("abort",()=>e.abort()),t({type:"status",status:"connecting"});try{let d=await this.initSession();if(new Date>=new Date(d.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 t({type:"error",error:h}),h}let i=await this.buildPayload(a.messages),u=i.metadata?Object.fromEntries(Object.entries(i.metadata).filter(([h])=>h!=="sessionId"&&h!=="session_id")):void 0,c={sessionId:d.sessionId,messages:a.messages.filter(iT).map(h=>{var g,k,b;return{id:h.id,role:h.role,content:(b=(k=(g=h.contentParts)!=null?g:h.llmContent)!=null?k:h.rawContent)!=null?b:h.content}}),...a.assistantMessageId&&{assistantMessageId:a.assistantMessageId},...u&&Object.keys(u).length>0&&{metadata:u},...i.inputs&&Object.keys(i.inputs).length>0&&{inputs:i.inputs},...i.context&&{context:i.context}};this.debug&&console.debug("[AgentWidgetClient] client token dispatch",c);let f=await fetch(this.getClientApiUrl("chat"),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(c),signal:e.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 k=new Error("Session expired. Please refresh to continue.");throw t({type:"error",error:k}),k}if(f.status===429){let k=new Error(h.hint||"Message limit reached for this session.");throw t({type:"error",error:k}),k}let g=new Error(h.error||"Failed to send message");throw t({type:"error",error:g}),g}if(!f.body){let h=new Error("No response body received");throw t({type:"error",error:h}),h}t({type:"status",status:"connected"});try{await this.streamResponse(f.body,t,a.assistantMessageId)}finally{t({type:"status",status:"idle"})}}catch(d){let i=d instanceof Error?d:new Error(String(d));throw!i.message.includes("Session expired")&&!i.message.includes("Message limit")&&t({type:"error",error:i}),i}}async dispatchProxy(a,t){let e=new AbortController;a.signal&&a.signal.addEventListener("abort",()=>e.abort()),t({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:e.signal},s)}catch(l){let d=l instanceof Error?l:new Error(String(l));throw t({type:"error",error:d}),d}else n=await fetch(this.apiUrl,{method:"POST",headers:o,body:JSON.stringify(s),signal:e.signal});if(!n.ok||!n.body){let l=new Error(`Chat backend request failed: ${n.status} ${n.statusText}`);throw t({type:"error",error:l}),l}t({type:"status",status:"connected"});try{await this.streamResponse(n.body,t)}finally{t({type:"status",status:"idle"})}}async dispatchAgent(a,t){let e=new AbortController;a.signal&&a.signal.addEventListener("abort",()=>e.abort()),t({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:e.signal},s)}catch(l){let d=l instanceof Error?l:new Error(String(l));throw t({type:"error",error:d}),d}else n=await fetch(this.apiUrl,{method:"POST",headers:o,body:JSON.stringify(s),signal:e.signal});if(!n.ok||!n.body){let l=new Error(`Agent execution request failed: ${n.status} ${n.statusText}`);throw t({type:"error",error:l}),l}t({type:"status",status:"connected"});try{await this.streamResponse(n.body,t,a.assistantMessageId)}finally{t({type:"status",status:"idle"})}}async processStream(a,t,e){t({type:"status",status:"connected"});try{await this.streamResponse(a,t,e)}finally{t({type:"status",status:"idle"})}}async resolveApproval(a,t){var n;let s=`${((n=this.config.apiUrl)==null?void 0:n.replace(/\/+$/,"").replace(/\/v1\/dispatch$/,""))||lT}/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:t,streamResponse:!0})})}async buildAgentPayload(a){if(!this.config.agent)throw new Error("Agent configuration required for agent mode");let t=a.slice().filter(iT).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}}),e={agent:this.config.agent,messages:t,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&&(e.context=s)}return e}async buildPayload(a){let e={messages:a.slice().filter(iT).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&&(e.context=s)}if(this.requestMiddleware)try{let s=await this.requestMiddleware({payload:{...e},config:this.config});if(s&&typeof s=="object")return s}catch(s){typeof console!="undefined"&&console.error("[AgentWidget] Request middleware error:",s)}return e}async handleCustomSSEEvent(a,t,e,s,o){if(!this.parseSSEEvent)return!1;try{let n=await this.parseSSEEvent(a);if(n===null)return!1;let l=()=>{if(e.current)return e.current;let d={id:`assistant-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"assistant",sequence:o()};return e.current=d,s(d),d};if(n.text!==void 0){let d=l();d.content+=n.text,s(d)}return n.done&&(e.current&&(e.current.streaming=!1,s(e.current)),t({type:"status",status:"idle"})),n.error&&t({type:"error",error:new Error(n.error)}),!0}catch(n){return typeof console!="undefined"&&console.error("[AgentWidget] parseSSEEvent error:",n),!1}}async streamResponse(a,t,e){var vt,Fe,De,we,ce,Y,oe,de,Ee,qe,se,Q,Je,Re,mt,_t,qt,xe,me,pt,xt,Ue,Ye,bt,Vt,Yt,R,X,le,Ne,pe,Be,Se,Ve,He,Qe,et,ke,or,pa,sr,Ja,Lt,fa,Ua,tt,na,te,oa,nr,Ut,dt,ha,Ia,lr,ir,ma,Ka,La,Ya,Et,Da,Me,w,$,E,ft,Rt,Ht,Ft,la,Va,Ea,Tt,dr,pr,x1,g1,M1,Li,eo,at,Ei,Fa,wa,y1,v1,Hi,Rr,cr,b1,C1,w1,Fk,Br,Ir,Bt,to,ao,Pi,Ri,Bi,Ii,xa,Ha,ur,$e,Di,Dr,$a,A1,ro,oo,Vr,vr,S1,k1,ja,Fr;let s=a.getReader(),o=new TextDecoder,n="",l=Date.now(),d=0,i=()=>l+d++,u=ne=>{let nt=ne.reasoning?{...ne.reasoning,chunks:[...ne.reasoning.chunks]}:void 0,ct=ne.toolCall?{...ne.toolCall,chunks:ne.toolCall.chunks?[...ne.toolCall.chunks]:void 0}:void 0,Ge=ne.tools?ne.tools.map(Ke=>({...Ke,chunks:Ke.chunks?[...Ke.chunks]:void 0})):void 0;return{...ne,reasoning:nt,toolCall:ct,tools:Ge}},c=ne=>{t({type:"message",message:u(ne)})},f=null,h={current:null},g=new Map,k=new Map,b={lastId:null,byStep:new Map},v={lastId:null,byCall:new Map},M=ne=>{if(ne==null)return null;try{return String(ne)}catch{return null}},H=ne=>{var nt,ct,Ge,Ke,$t;return M(($t=(Ke=(Ge=(ct=(nt=ne.stepId)!=null?nt:ne.step_id)!=null?ct:ne.step)!=null?Ge:ne.parentId)!=null?Ke:ne.flowStepId)!=null?$t:ne.flow_step_id)},m=ne=>{var nt,ct,Ge,Ke,$t,Ot,T;return M((T=(Ot=($t=(Ke=(Ge=(ct=(nt=ne.callId)!=null?nt:ne.call_id)!=null?ct:ne.requestId)!=null?Ge:ne.request_id)!=null?Ke:ne.toolCallId)!=null?$t:ne.tool_call_id)!=null?Ot:ne.stepId)!=null?T:ne.step_id)},y=()=>f||(f={id:e!=null?e:`assistant-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,sequence:i()},c(f),f),L=(ne,nt)=>{b.lastId=nt,ne&&b.byStep.set(ne,nt)},C=(ne,nt)=>{var $t;let ct=($t=ne.reasoningId)!=null?$t:ne.id,Ge=H(ne);if(ct){let Ot=String(ct);return L(Ge,Ot),Ot}if(Ge){let Ot=b.byStep.get(Ge);if(Ot)return b.lastId=Ot,Ot}if(b.lastId&&!nt)return b.lastId;if(!nt)return null;let Ke=`reason-${i()}`;return L(Ge,Ke),Ke},I=ne=>{let nt=g.get(ne);if(nt)return nt;let ct={id:`reason-${ne}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"reasoning",sequence:i(),reasoning:{id:ne,status:"streaming",chunks:[]}};return g.set(ne,ct),c(ct),ct},z=(ne,nt)=>{v.lastId=nt,ne&&v.byCall.set(ne,nt)},U=new Set,D=new Map,J=new Set,Ae=new Map,ae=ne=>{if(!ne)return!1;let nt=ne.replace(/_+/g,"_").replace(/^_|_$/g,"");return nt==="emit_artifact_markdown"||nt==="emit_artifact_component"},Le=(ne,nt)=>{var $t;let ct=($t=ne.toolId)!=null?$t:ne.id,Ge=m(ne);if(ct){let Ot=String(ct);return z(Ge,Ot),Ot}if(Ge){let Ot=v.byCall.get(Ge);if(Ot)return v.lastId=Ot,Ot}if(v.lastId&&!nt)return v.lastId;if(!nt)return null;let Ke=`tool-${i()}`;return z(Ge,Ke),Ke},fe=ne=>{let nt=k.get(ne);if(nt)return nt;let ct={id:`tool-${ne}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"tool",sequence:i(),toolCall:{id:ne,status:"pending"}};return k.set(ne,ct),c(ct),ct},ee=ne=>{if(typeof ne=="number"&&Number.isFinite(ne))return ne;if(typeof ne=="string"){let nt=Number(ne);if(!Number.isNaN(nt)&&Number.isFinite(nt))return nt;let ct=Date.parse(ne);if(!Number.isNaN(ct))return ct}return Date.now()},be=ne=>{if(typeof ne=="string")return ne;if(ne==null)return"";try{return JSON.stringify(ne)}catch{return String(ne)}},j=new Map,K=new Map,re=null,yt=new Map,Xe=(vt=this.config.iterationDisplay)!=null?vt:"separate";for(;;){let{done:ne,value:nt}=await s.read();if(ne)break;n+=o.decode(nt,{stream:!0});let ct=n.split(`
52
52
 
53
53
  `);n=(Fe=ct.pop())!=null?Fe:"";for(let Ge of ct){let Ke=Ge.split(`
54
- `),$t="message",Ot="";for(let N of Ke)N.startsWith("event:")?$t=N.replace("event:","").trim():N.startsWith("data:")&&(Ot+=N.replace("data:","").trim());if(!Ot)continue;let T;try{T=JSON.parse(Ot)}catch(N){t({type:"error",error:N instanceof Error?N:new Error("Failed to parse chat stream payload")});continue}let je=$t!=="message"?$t:(De=T.type)!=null?De:"message";if((be=this.onSSEEvent)==null||be.call(this,je,T),this.parseSSEEvent){h.current=f;let N=await this.handleCustomSSEEvent(T,t,h,c,i);if(h.current&&!f&&(f=h.current),N)continue}if(je==="reason_start"){let N=(ce=C(T,!0))!=null?ce:`reason-${i()}`,P=I(N);P.reasoning=(K=P.reasoning)!=null?K:{id:N,status:"streaming",chunks:[]},P.reasoning.startedAt=(de=P.reasoning.startedAt)!=null?de:Q((oe=T.startedAt)!=null?oe:T.timestamp),P.reasoning.completedAt=void 0,P.reasoning.durationMs=void 0,P.streaming=!0,P.reasoning.status="streaming",c(P)}else if(je==="reason_delta"||je==="reason_chunk"){let N=(qe=(Ee=C(T,!1))!=null?Ee:C(T,!0))!=null?qe:`reason-${i()}`,P=I(N);P.reasoning=(se=P.reasoning)!=null?se:{id:N,status:"streaming",chunks:[]},P.reasoning.startedAt=(Je=P.reasoning.startedAt)!=null?Je:Q((ee=T.startedAt)!=null?ee:T.timestamp);let q=(_t=(mt=(Re=T.reasoningText)!=null?Re:T.text)!=null?mt:T.delta)!=null?_t:"";if(q&&T.hidden!==!0&&P.reasoning.chunks.push(String(q)),P.reasoning.status=T.done?"complete":"streaming",T.done){P.reasoning.completedAt=Q((qt=T.completedAt)!=null?qt:T.timestamp);let ie=(me=P.reasoning.startedAt)!=null?me:Date.now();P.reasoning.durationMs=Math.max(0,((he=P.reasoning.completedAt)!=null?he:Date.now())-ie)}P.streaming=P.reasoning.status!=="complete",c(P)}else if(je==="reason_complete"){let N=(xt=(pt=C(T,!1))!=null?pt:C(T,!0))!=null?xt:`reason-${i()}`,P=g.get(N);if(P!=null&&P.reasoning){P.reasoning.status="complete",P.reasoning.completedAt=Q((Ue=T.completedAt)!=null?Ue:T.timestamp);let ie=(Ye=P.reasoning.startedAt)!=null?Ye:Date.now();P.reasoning.durationMs=Math.max(0,((bt=P.reasoning.completedAt)!=null?bt:Date.now())-ie),P.streaming=!1,c(P)}let q=H(T);q&&b.byStep.delete(q)}else if(je==="tool_start"){let N=(Vt=we(T,!0))!=null?Vt:`tool-${i()}`,P=(Yt=T.toolName)!=null?Yt:T.name;if(ae(P)){U.add(N);continue}let q=Te(N),ie=(R=q.toolCall)!=null?R:{id:N,status:"pending"};ie.name=P!=null?P:ie.name,ie.status="running",T.args!==void 0?ie.args=T.args:T.parameters!==void 0&&(ie.args=T.parameters),ie.startedAt=(le=ie.startedAt)!=null?le:Q((X=T.startedAt)!=null?X:T.timestamp),ie.completedAt=void 0,ie.durationMs=void 0,q.toolCall=ie,q.streaming=!0;let Pe=T.agentContext;(Pe||T.executionId)&&(q.agentMetadata={executionId:(Ne=Pe==null?void 0:Pe.executionId)!=null?Ne:T.executionId,iteration:(pe=Pe==null?void 0:Pe.iteration)!=null?pe:T.iteration}),c(q)}else if(je==="tool_chunk"||je==="tool_delta"){let N=(Se=(Be=we(T,!1))!=null?Be:we(T,!0))!=null?Se:`tool-${i()}`;if(U.has(N))continue;let P=Te(N),q=(Ve=P.toolCall)!=null?Ve:{id:N,status:"running"};q.startedAt=(Qe=q.startedAt)!=null?Qe:Q((He=T.startedAt)!=null?He:T.timestamp);let ie=(or=(ke=(et=T.text)!=null?et:T.delta)!=null?ke:T.message)!=null?or:"";ie&&(q.chunks=(pa=q.chunks)!=null?pa:[],q.chunks.push(String(ie))),q.status="running",P.toolCall=q,P.streaming=!0;let Pe=T.agentContext;(Pe||T.executionId)&&(P.agentMetadata=(Lt=P.agentMetadata)!=null?Lt:{executionId:(sr=Pe==null?void 0:Pe.executionId)!=null?sr:T.executionId,iteration:(Ja=Pe==null?void 0:Pe.iteration)!=null?Ja:T.iteration}),c(P)}else if(je==="tool_complete"){let N=(Ua=(fa=we(T,!1))!=null?fa:we(T,!0))!=null?Ua:`tool-${i()}`;if(U.has(N)){U.delete(N);continue}let P=Te(N),q=(tt=P.toolCall)!=null?tt:{id:N,status:"running"};q.status="complete",T.result!==void 0&&(q.result=T.result),typeof T.duration=="number"&&(q.duration=T.duration),q.completedAt=Q((na=T.completedAt)!=null?na:T.timestamp);let ie=(te=T.duration)!=null?te:T.executionTime;if(typeof ie=="number")q.durationMs=ie;else{let Zt=(oa=q.startedAt)!=null?oa:Date.now();q.durationMs=Math.max(0,((nr=q.completedAt)!=null?nr:Date.now())-Zt)}P.toolCall=q,P.streaming=!1;let Pe=T.agentContext;(Pe||T.executionId)&&(P.agentMetadata=(ha=P.agentMetadata)!=null?ha:{executionId:(Ut=Pe==null?void 0:Pe.executionId)!=null?Ut:T.executionId,iteration:(dt=Pe==null?void 0:Pe.iteration)!=null?dt:T.iteration}),c(P);let gt=m(T);gt&&v.byCall.delete(gt)}else if(je==="step_chunk"||je==="step_delta"){let N=T.stepType,P=T.executionType;if(N==="tool"||P==="context")continue;let q=y(),ie=(ma=(ir=(lr=(Ia=T.text)!=null?Ia:T.delta)!=null?lr:T.content)!=null?ir:T.chunk)!=null?ma:"";if(ie){let gt=((Ka=Y.get(q.id))!=null?Ka:"")+ie;q.rawContent=gt,$.has(q.id)||$.set(q.id,this.createStreamParser());let Zt=$.get(q.id),Nt=gt.trim().startsWith("{")||gt.trim().startsWith("[");if(Nt&&Y.set(q.id,gt),Zt.__isPlainTextParser===!0){q.content+=ie,Y.delete(q.id),$.delete(q.id),q.rawContent=void 0,c(q);continue}let Xt=Zt.processChunk(gt);if(Xt instanceof Promise)Xt.then(Mt=>{var jt;let wt=typeof Mt=="string"?Mt:(jt=Mt==null?void 0:Mt.text)!=null?jt:null;if(wt!==null&&wt.trim()!==""){let At=f;At&&At.id===q.id&&(At.content=wt,c(At))}else if(!Nt&&!gt.trim().startsWith("<")){let At=f;At&&At.id===q.id&&(At.content+=ie,Y.delete(At.id),$.delete(At.id),At.rawContent=void 0,c(At))}}).catch(()=>{q.content+=ie,Y.delete(q.id),$.delete(q.id),q.rawContent=void 0,c(q)});else{let Mt=typeof Xt=="string"?Xt:(La=Xt==null?void 0:Xt.text)!=null?La:null;Mt!==null&&Mt.trim()!==""?(q.content=Mt,c(q)):!Nt&&!gt.trim().startsWith("<")&&(q.content+=ie,Y.delete(q.id),$.delete(q.id),q.rawContent=void 0,c(q))}}if(T.isComplete){let Pe=(Et=(Ya=T.result)==null?void 0:Ya.response)!=null?Et:q.content;if(Pe){let gt=Y.get(q.id),Zt=gt!=null?gt:Ae(Pe);q.rawContent=Zt;let Nt=$.get(q.id),Qt=null,Xt=!1;if(Nt&&(Qt=Nt.getExtractedText(),Qt===null&&(Qt=G1(Zt)),Qt===null)){let Mt=Nt.processChunk(Zt);Mt instanceof Promise?(Xt=!0,Mt.then(wt=>{var At;let jt=typeof wt=="string"?wt:(At=wt==null?void 0:wt.text)!=null?At:null;if(jt!==null){let ea=f;ea&&ea.id===q.id&&(ea.content=jt,ea.streaming=!1,$.delete(ea.id),Y.delete(ea.id),c(ea))}})):Qt=typeof Mt=="string"?Mt:(Da=Mt==null?void 0:Mt.text)!=null?Da:null}if(!Xt){Qt!==null&&Qt.trim()!==""?q.content=Qt:Y.has(q.id)||(q.content=Ae(Pe));let Mt=$.get(q.id);if(Mt){let wt=(ge=Mt.close)==null?void 0:ge.call(Mt);wt instanceof Promise&&wt.catch(()=>{}),$.delete(q.id)}Y.delete(q.id),q.streaming=!1,c(q)}}}}else if(je==="step_complete"){let N=T.stepType,P=T.executionType;if(N==="tool"||P==="context")continue;let q=(w=T.result)==null?void 0:w.response,ie=y();if(q!=null){let Pe=$.get(ie.id),gt=!1,Zt=!1;if(Pe){let Nt=Pe.getExtractedText(),Qt=Y.get(ie.id),Xt=Qt!=null?Qt:Ae(q);if(ie.rawContent=Xt,Nt!==null&&Nt.trim()!=="")ie.content=Nt,gt=!0;else{let Mt=G1(Xt);if(Mt!==null)ie.content=Mt,gt=!0;else{let wt=Pe.processChunk(Xt);if(wt instanceof Promise)Zt=!0,wt.then(jt=>{var ea;let At=typeof jt=="string"?jt:(ea=jt==null?void 0:jt.text)!=null?ea:null;if(At!==null&&At.trim()!==""){let Aa=f;Aa&&Aa.id===ie.id&&(Aa.content=At,Aa.streaming=!1,$.delete(Aa.id),Y.delete(Aa.id),c(Aa))}else{let Aa=Pe.getExtractedText(),Wa=f;Wa&&Wa.id===ie.id&&(Aa!==null&&Aa.trim()!==""?Wa.content=Aa:Y.has(Wa.id)||(Wa.content=Ae(q)),Wa.streaming=!1,$.delete(Wa.id),Y.delete(Wa.id),c(Wa))}});else{let jt=typeof wt=="string"?wt:(j=wt==null?void 0:wt.text)!=null?j:null;if(jt!==null&&jt.trim()!=="")ie.content=jt,gt=!0;else{let At=Pe.getExtractedText();At!==null&&At.trim()!==""&&(ie.content=At,gt=!0)}}}}}if(!Zt){if(!ie.rawContent){let Nt=Y.get(ie.id);ie.rawContent=Nt!=null?Nt:Ae(q)}if(!gt&&!Y.has(ie.id)&&(ie.content=Ae(q)),Pe){let Nt=(E=Pe.close)==null?void 0:E.call(Pe);Nt instanceof Promise&&Nt.catch(()=>{})}$.delete(ie.id),Y.delete(ie.id),ie.streaming=!1,c(ie)}}else $.delete(ie.id),Y.delete(ie.id),ie.streaming=!1,c(ie)}else if(je==="flow_complete"){let N=(ft=T.result)==null?void 0:ft.response;if(N!=null){let P=y(),q=Y.get(P.id),ie=q!=null?q:Ae(N);P.rawContent=ie;let Pe=Ae(N),gt=$.get(P.id);if(gt){let Qt=G1(ie);if(Qt!==null)Pe=Qt;else{let Xt=gt.processChunk(ie);Xt instanceof Promise&&Xt.then(wt=>{var At;let jt=typeof wt=="string"?wt:(At=wt==null?void 0:wt.text)!=null?At:null;if(jt!==null){let ea=f;ea&&ea.id===P.id&&(ea.content=jt,ea.streaming=!1,c(ea))}});let Mt=gt.getExtractedText();Mt!==null&&(Pe=Mt)}}$.delete(P.id),Y.delete(P.id);let Zt=Pe!==P.content,Nt=P.streaming!==!1;Zt&&(P.content=Pe),P.streaming=!1,(Zt||Nt)&&c(P)}else if(f!==null){let P=f;$.delete(P.id),Y.delete(P.id),P.streaming!==!1&&(P.streaming=!1,c(P))}t({type:"status",status:"idle"})}else if(je==="agent_start")re={executionId:T.executionId,agentId:(Rt=T.agentId)!=null?Rt:"virtual",agentName:(Ht=T.agentName)!=null?Ht:"",status:"running",currentIteration:0,maxTurns:(Ft=T.maxTurns)!=null?Ft:1,startedAt:Q(T.startedAt)};else if(je==="agent_iteration_start"){if(re&&(re.currentIteration=T.iteration),Xe==="separate"&&T.iteration>1){let N=f;N&&(N.streaming=!1,c(N),yt.set(T.iteration-1,N),f=null)}}else if(je!=="agent_turn_start"){if(je==="agent_turn_delta"){if(T.contentType==="text"){let N=y();N.content+=(la=T.delta)!=null?la:"",N.agentMetadata={executionId:T.executionId,iteration:T.iteration,turnId:T.turnId,agentName:re==null?void 0:re.agentName},c(N)}else if(T.contentType==="thinking"){let N=(Va=T.turnId)!=null?Va:`agent-think-${T.iteration}`,P=I(N);P.reasoning=(Ea=P.reasoning)!=null?Ea:{id:N,status:"streaming",chunks:[]},P.reasoning.chunks.push((Tt=T.delta)!=null?Tt:""),P.agentMetadata={executionId:T.executionId,iteration:T.iteration,turnId:T.turnId},c(P)}else if(T.contentType==="tool_input"){let N=(dr=T.toolCallId)!=null?dr:v.lastId;if(N){let P=k.get(N);P!=null&&P.toolCall&&(P.toolCall.chunks=(pr=P.toolCall.chunks)!=null?pr:[],P.toolCall.chunks.push((x1=T.delta)!=null?x1:""),c(P))}}}else if(je==="agent_turn_complete"){let N=T.turnId;if(N){let P=g.get(N);if(P!=null&&P.reasoning){P.reasoning.status="complete",P.reasoning.completedAt=Q(T.completedAt);let q=(g1=P.reasoning.startedAt)!=null?g1:Date.now();P.reasoning.durationMs=Math.max(0,((M1=P.reasoning.completedAt)!=null?M1:Date.now())-q),P.streaming=!1,c(P)}}}else if(je==="agent_tool_start"){let N=(Li=T.toolCallId)!=null?Li:`agent-tool-${i()}`;z(m(T),N);let P=Te(N),q=(eo=P.toolCall)!=null?eo:{id:N,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};q.name=(Ei=(at=T.toolName)!=null?at:T.name)!=null?Ei:q.name,q.status="running",T.parameters!==void 0&&(q.args=T.parameters),q.startedAt=Q((Fa=T.startedAt)!=null?Fa:T.timestamp),P.toolCall=q,P.streaming=!0,P.agentMetadata={executionId:T.executionId,iteration:T.iteration},c(P)}else if(je==="agent_tool_delta"){let N=(wa=T.toolCallId)!=null?wa:v.lastId;if(N){let P=(y1=k.get(N))!=null?y1:Te(N);P.toolCall&&(P.toolCall.chunks=(v1=P.toolCall.chunks)!=null?v1:[],P.toolCall.chunks.push((Hi=T.delta)!=null?Hi:""),P.toolCall.status="running",P.streaming=!0,c(P))}}else if(je==="agent_tool_complete"){let N=(Rr=T.toolCallId)!=null?Rr:v.lastId;if(N){let P=(cr=k.get(N))!=null?cr:Te(N);if(P.toolCall){P.toolCall.status="complete",T.result!==void 0&&(P.toolCall.result=T.result),typeof T.executionTime=="number"&&(P.toolCall.durationMs=T.executionTime),P.toolCall.completedAt=Q((b1=T.completedAt)!=null?b1:T.timestamp),P.streaming=!1,c(P);let q=m(T);q&&v.byCall.delete(q)}}}else if(je!=="agent_iteration_complete"){if(je==="agent_reflection"||je==="agent_reflect"){let N=`agent-reflection-${T.executionId}-${T.iteration}`,P={id:N,role:"assistant",content:(C1=T.reflection)!=null?C1:"",createdAt:new Date().toISOString(),streaming:!1,variant:"reasoning",sequence:i(),reasoning:{id:N,status:"complete",chunks:[(w1=T.reflection)!=null?w1:""]},agentMetadata:{executionId:T.executionId,iteration:T.iteration}};c(P)}else if(je==="agent_complete"){re&&(re.status=T.success?"complete":"error",re.completedAt=Q(T.completedAt),re.stopReason=T.stopReason);let N=f;N&&(N.streaming=!1,c(N)),t({type:"status",status:"idle"})}else if(je==="agent_error"){let N=typeof T.error=="string"?T.error:(Br=(Fk=T.error)==null?void 0:Fk.message)!=null?Br:"Agent execution error";T.recoverable?typeof console!="undefined"&&console.warn("[AgentWidget] Recoverable agent error:",N):t({type:"error",error:new Error(N)})}else if(je!=="agent_ping")if(je==="agent_approval_start"){let N=(Ir=T.approvalId)!=null?Ir:`approval-${i()}`,P={id:`approval-${N}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",sequence:i(),approval:{id:N,status:"pending",agentId:(Bt=re==null?void 0:re.agentId)!=null?Bt:"virtual",executionId:(ao=(to=T.executionId)!=null?to:re==null?void 0:re.executionId)!=null?ao:"",toolName:(Pi=T.toolName)!=null?Pi:"",toolType:T.toolType,description:(Bi=T.description)!=null?Bi:`Execute ${(Ri=T.toolName)!=null?Ri:"tool"}`,parameters:T.parameters}};c(P)}else if(je==="step_await"&&T.awaitReason==="approval_required"){let N=(Ii=T.approvalId)!=null?Ii:`approval-${i()}`,P={id:`approval-${N}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",sequence:i(),approval:{id:N,status:"pending",agentId:(xa=re==null?void 0:re.agentId)!=null?xa:"virtual",executionId:(ur=(Ha=T.executionId)!=null?Ha:re==null?void 0:re.executionId)!=null?ur:"",toolName:($e=T.toolName)!=null?$e:"",toolType:T.toolType,description:(Dr=T.description)!=null?Dr:`Execute ${(Di=T.toolName)!=null?Di:"tool"}`,parameters:T.parameters}};c(P)}else if(je==="agent_approval_complete"){let N=T.approvalId;if(N){let q={id:`approval-${N}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",sequence:i(),approval:{id:N,status:($a=T.decision)!=null?$a:"approved",agentId:(A1=re==null?void 0:re.agentId)!=null?A1:"virtual",executionId:(oo=(ro=T.executionId)!=null?ro:re==null?void 0:re.executionId)!=null?oo:"",toolName:(Vr=T.toolName)!=null?Vr:"",description:(vr=T.description)!=null?vr:"",resolvedAt:Date.now()}};c(q)}}else if(je==="artifact_start"||je==="artifact_delta"||je==="artifact_update"||je==="artifact_complete"){if(je==="artifact_start"){let N=T.artifactType,P=String(T.id),q=typeof T.title=="string"?T.title:void 0;if(t({type:"artifact_start",id:P,artifactType:N,title:q,component:typeof T.component=="string"?T.component:void 0}),Ce.set(P,{markdown:"",title:q}),!J.has(P)){J.add(P);let ie={id:`artifact-ref-${P}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,sequence:i(),rawContent:JSON.stringify({component:"PersonaArtifactCard",props:{artifactId:P,title:q,artifactType:N,status:"streaming"}})};D.set(P,ie),c(ie)}}else if(je==="artifact_delta"){let N=String(T.id),P=typeof T.delta=="string"?T.delta:String((S1=T.delta)!=null?S1:"");t({type:"artifact_delta",id:N,artDelta:P});let q=Ce.get(N);q&&(q.markdown+=P)}else if(je==="artifact_update"){let N=T.props&&typeof T.props=="object"&&!Array.isArray(T.props)?T.props:{};t({type:"artifact_update",id:String(T.id),props:N,component:typeof T.component=="string"?T.component:void 0})}else if(je==="artifact_complete"){let N=String(T.id);t({type:"artifact_complete",id:N});let P=D.get(N);if(P){P.streaming=!1;try{let q=JSON.parse((k1=P.rawContent)!=null?k1:"{}");if(q.props){q.props.status="complete";let ie=Ce.get(N);ie!=null&&ie.markdown&&(q.props.markdown=ie.markdown)}P.rawContent=JSON.stringify(q)}catch{}Ce.delete(N),c(P),D.delete(N)}}}else if(je==="transcript_insert"){let N=T.message;if(!N||typeof N!="object")continue;let P=String((ja=N.id)!=null?ja:`msg-${i()}`),q=N.role,Pe={id:P,role:q==="user"?"user":q==="system"?"system":"assistant",content:typeof N.content=="string"?N.content:"",rawContent:typeof N.rawContent=="string"?N.rawContent:void 0,createdAt:typeof N.createdAt=="string"?N.createdAt:new Date().toISOString(),streaming:N.streaming===!0,...typeof N.variant=="string"?{variant:N.variant}:{},sequence:i()};if(c(Pe),Pe.rawContent)try{let gt=JSON.parse(Pe.rawContent),Zt=(Fr=gt==null?void 0:gt.props)==null?void 0:Fr.artifactId;typeof Zt=="string"&&J.add(Zt)}catch{}f=null,h.current=null,$.delete(P),Y.delete(P)}else je==="error"&&T.error&&t({type:"error",error:T.error instanceof Error?T.error:new Error(String(T.error))})}}}}}};function ZH(){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 jr(){let r=Date.now().toString(36),a=Math.random().toString(36).substring(2,10);return`ast_${r}_${a}`}var Y1="[Image]";function XH(r){return typeof r=="string"?[{type:"text",text:r}]:r}function JH(r){return typeof r=="string"?r:r.filter(a=>a.type==="text").map(a=>a.text).join("")}function KH(r){return typeof r=="string"?!1:r.some(a=>a.type==="image")}function YH(r){return typeof r=="string"?[]:r.filter(a=>a.type==="image")}function Q1(r){return{type:"text",text:r}}function QH(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 eP(r){return new Promise((a,t)=>{let e=new FileReader;e.onload=()=>{let s=e.result;a({type:"image",image:s,mimeType:r.type,alt:r.name})},e.onerror=()=>t(new Error("Failed to read file")),e.readAsDataURL(r)})}function tP(r,a=["image/png","image/jpeg","image/gif","image/webp"],t=10*1024*1024){return a.includes(r.type)?r.size>t?{valid:!1,error:`File too large. Maximum size: ${Math.round(t/1048576)}MB`}:{valid:!0}:{valid:!1,error:`Invalid file type. Accepted types: ${a.join(", ")}`}}var aP=["image/png","image/jpeg","image/gif","image/webp","image/svg+xml","image/bmp"],$B=["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"],xr=[...aP,...$B];function jB(r){return aP.includes(r)||r.startsWith("image/")}function ed(r){return jB(r.type)}async function rP(r){return new Promise((a,t)=>{let e=new FileReader;e.onload=()=>{let s=e.result;ed(r)?a({type:"image",image:s,mimeType:r.type,alt:r.name}):a({type:"file",data:s,mimeType:r.type,filename:r.name})},e.onerror=()=>t(new Error("Failed to read file")),e.readAsDataURL(r)})}function oP(r,a=xr,t=10*1024*1024){return a.includes(r.type)?r.size>t?{valid:!1,error:`File too large. Maximum size: ${Math.round(t/1048576)}MB`}:{valid:!0}:{valid:!1,error:`Invalid file type "${r.type}". Accepted types: ${a.join(", ")}`}}function GB(r){let a=r.split(".");return a.length>1?a.pop().toLowerCase():""}function sP(r,a){let t=GB(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]||t||"FILE"}var td=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 t=typeof window!="undefined"?window:void 0;if(!t)throw new Error("AudioPlaybackManager requires a browser environment");let e=t.AudioContext||t.webkitAudioContext;this.ctx=new e({sampleRate:this.sampleRate})}let a=this.ctx;return a.state==="suspended"&&a.resume(),a}enqueue(a){if(a.length===0)return;let t=a;if(this.remainder){let d=new Uint8Array(this.remainder.length+a.length);d.set(this.remainder),d.set(a,this.remainder.length),t=d,this.remainder=null}if(t.length%2!==0&&(this.remainder=new Uint8Array([t[t.length-1]]),t=t.subarray(0,t.length-1)),t.length===0)return;let e=this.ensureContext(),s=this.pcmToFloat32(t),o=e.createBuffer(1,s.length,this.sampleRate);o.getChannelData(0).set(s);let n=e.createBufferSource();n.buffer=o,n.connect(e.destination);let l=e.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 d=this.activeSources.indexOf(n);d!==-1&&this.activeSources.splice(d,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 t of a)t()}}pcmToFloat32(a){let t=Math.floor(a.length/2),e=new Float32Array(t),s=new DataView(a.buffer,a.byteOffset,a.byteLength);for(let o=0;o<t;o++){let n=s.getInt16(o*2,!0);e[o]=n/32768}return e}};var ad=class{constructor(){this.sourceNode=null;this.analyserNode=null;this.interval=null;this.conditionStart=null;this.fired=!1}start(a,t,e,s,o){this.stop(),this.fired=!1,this.conditionStart=null,this.sourceNode=a.createMediaStreamSource(t),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 u=0;u<n.length;u++)l+=n[u]*n[u];let d=Math.sqrt(l/n.length);(e==="silence"?d<s.threshold:d>=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 a1=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 ad;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,t,e;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=(t=this.config)==null?void 0:t.agentId,d=(e=this.config)==null?void 0:e.clientToken;if(!l||!d)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=${d}`;this.ws=new WebSocket(i),this.setupWebSocketHandlers();let u=`${o}//${n}/ws/agents/${l}/voice?token=...`,c=" 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 g=!1,k=v=>{g||(g=!0,clearTimeout(b),h(new Error(v)))},b=setTimeout(()=>k("WebSocket connection timed out."+c),1e4);this.ws.addEventListener("open",()=>{g||(g=!0,clearTimeout(b),f())},{once:!0}),this.ws.addEventListener("error",()=>{k("WebSocket connection failed to "+u+"."+c)},{once:!0}),this.ws.addEventListener("close",v=>{if(!v.wasClean&&!g){let M=v.code!==1006?` (code ${v.code})`:"";k("WebSocket connection failed"+M+"."+c)}},{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(t=>t(new Error("WebSocket error"))),this.statusCallbacks.forEach(t=>t("error"))},this.ws.binaryType="arraybuffer",this.ws.onmessage=a=>{if(a.data instanceof ArrayBuffer){this.handleAudioChunk(new Uint8Array(a.data));return}try{let t=JSON.parse(a.data);this.handleWebSocketMessage(t)}catch{this.errorCallbacks.forEach(e=>e(new Error("Message parsing failed")))}})}handleWebSocketMessage(a){var t,e;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"})),(t=a.response.audio)!=null&&t.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)))))):(e=a.response.audio)!=null&&e.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 td(24e3),this.playbackManager.onFinished(()=>{this.isSpeaking=!1,this.playbackManager=null,this.vad.stop(),this.statusCallbacks.forEach(t=>t("idle"))})),this.isSpeaking||(this.isSpeaking=!0,this.statusCallbacks.forEach(t=>t("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,t,e,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=(t=(a=this.config)==null?void 0:a.pauseDuration)!=null?t:2e3,d=(s=(e=this.config)==null?void 0:e.silenceThreshold)!=null?s:.01;this.vad.start(n,this.mediaStream,"silence",{threshold:d,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 u=((i=this.mediaRecorder)==null?void 0:i.mimeType)||"audio/webm",c=new Blob(this.audioChunks,{type:u});await this.sendAudio(c),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 t=this.audioContext,e=(n=(o=this.config)==null?void 0:o.silenceThreshold)!=null?n:.01;this.vad.start(t,this.mediaStream,"speech",{threshold:e,duration:200},()=>this.handleBargeIn())}handleBargeIn(){this.cancelCurrentPlayback(),this.startListening().catch(a=>{this.errorCallbacks.forEach(t=>t(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 t;if(!this.ws||this.ws.readyState!==WebSocket.OPEN){this.errorCallbacks.forEach(e=>e(new Error("WebSocket not connected"))),this.statusCallbacks.forEach(e=>e("error"));return}try{let e=await this.blobToBase64(a),s=this.getFormatFromMimeType(a.type),o=this.generateRequestId();this.currentRequestId=o,this.ws.send(JSON.stringify({type:"audio_input",audio:e,format:s,sampleRate:16e3,voiceId:(t=this.config)==null?void 0:t.voiceId,requestId:o}))}catch(e){this.errorCallbacks.forEach(s=>s(e)),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((t,e)=>{let s=new FileReader;s.onload=()=>{let n=s.result.split(",")[1];t(n)},s.onerror=e,s.readAsDataURL(a)})}async playAudio(a){if(!a.base64)return;let t=atob(a.base64),e=new Uint8Array(t.length);for(let i=0;i<t.length;i++)e[i]=t.charCodeAt(i);let s=a.format||"mp3",o=s==="mp3"?"audio/mpeg":`audio/${s}`,n=new Blob([e],{type:o}),l=URL.createObjectURL(n),d=new Audio(l);this.currentAudio=d,this.currentAudioUrl=l,d.onended=()=>{URL.revokeObjectURL(l),this.currentAudio===d&&(this.currentAudio=null,this.currentAudioUrl=null,this.isSpeaking=!1,this.statusCallbacks.forEach(i=>i("idle")))},await d.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 Gr=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,t;try{if(this.isListening)throw new Error("Already listening");if(!this.w)throw new Error("Window object not available");let e=this.w.SpeechRecognition||this.w.webkitSpeechRecognition;if(!e)throw new Error("Browser speech recognition not supported");this.recognition=new e,this.recognition.lang=((a=this.config)==null?void 0:a.language)||"en-US",this.recognition.continuous=((t=this.config)==null?void 0:t.continuous)||!1,this.recognition.interimResults=!0,this.recognition.onresult=s=>{var l;let o=Array.from(s.results).map(d=>d[0]).map(d=>d.transcript).join(""),n=s.results[s.results.length-1].isFinal;this.resultCallbacks.forEach(d=>d({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(e){throw this.errorCallbacks.forEach(s=>s(e)),this.statusCallbacks.forEach(s=>s("error")),e}}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 Zr(r){switch(r.type){case"runtype":if(!r.runtype)throw new Error("Runtype voice provider requires configuration");return new a1(r.runtype);case"browser":if(!Gr.isSupported())throw new Error("Browser speech recognition not supported");return new Gr(r.browser||{});case"custom":throw new Error("Custom voice providers not yet implemented");default:throw new Error(`Unknown voice provider type: ${r.type}`)}}function rd(r){if((r==null?void 0:r.type)==="runtype"&&r.runtype)return Zr({type:"runtype",runtype:r.runtype});if(Gr.isSupported())return Zr({type:"browser",browser:(r==null?void 0:r.browser)||{language:"en-US"}});throw new Error("No supported voice providers available")}function r1(r){try{return rd(r),!0}catch{return!1}}var co=class r{constructor(a={},t){this.config=a;this.callbacks=t;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 t,e,s,o,n,l,d;a.type==="message"?(this.upsertMessage(a.message),(t=a.message.agentMetadata)!=null&&t.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:(e=a.message.agentMetadata.agentName)!=null?e:"",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"),(d=(l=this.callbacks).onError)==null||d.call(l,a.error)):(a.type==="artifact_start"||a.type==="artifact_delta"||a.type==="artifact_update"||a.type==="artifact_complete")&&this.applyArtifactStreamEvent(a)};var e;this.messages=[...(e=a.initialMessages)!=null?e:[]].map(s=>{var o;return{...s,sequence:(o=s.sequence)!=null?o:this.nextSequence()}}),this.messages=this.sortMessages(this.messages),this.client=new $r(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 r1((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,t,e;return(e=(t=(a=this.voiceProvider)==null?void 0:a.isBargeInActive)==null?void 0:t.call(a))!=null?e:!1}async deactivateBargeIn(){var a;(a=this.voiceProvider)!=null&&a.deactivateBargeIn&&await this.voiceProvider.deactivateBargeIn()}setupVoice(a){var t,e,s;try{let o=a||this.getVoiceConfigFromConfig();if(!o)throw new Error("Voice configuration not provided");this.voiceProvider=Zr(o);let n=(t=this.config.voiceRecognition)!=null?t:{},l=(e=n.processingText)!=null?e:"\u{1F3A4} Processing voice...",d=(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 u=this.injectMessage({role:"assistant",content:"",streaming:!0,voiceProcessing:!0});this.pendingVoiceAssistantMessageId=u.id,this.setStreaming(!0)}),this.voiceProvider.onResult(i=>{var u,c,f,h,g,k;if(i.provider==="browser")i.text&&i.text.trim()&&this.sendMessage(i.text,{viaVoice:!0});else if(i.provider==="runtype"){this.pendingVoiceUserMessageId&&((u=i.transcript)!=null&&u.trim())?this.upsertMessage({id:this.pendingVoiceUserMessageId,role:"user",content:i.transcript.trim(),createdAt:new Date().toISOString(),streaming:!1,voiceProcessing:!1}):(c=i.transcript)!=null&&c.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=(k=this.pendingVoiceAssistantMessageId)!=null?k:(g=[...this.messages].reverse().find(v=>v.role==="assistant"))==null?void 0:g.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:d,createdAt:new Date().toISOString(),streaming:!1,voiceProcessing:!1}),this.setStreaming(!1),this.pendingVoiceUserMessageId=null,this.pendingVoiceAssistantMessageId=null)}),this.voiceProvider.onStatusChange(i=>{var u,c;this.voiceStatus=i,this.voiceActive=i==="listening",(c=(u=this.callbacks).onVoiceStatusChanged)==null||c.call(u,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 t,e,s,o,n,l,d,i,u;if(!((t=this.config.voiceRecognition)!=null&&t.provider))return;let a=this.config.voiceRecognition.provider;switch(a.type){case"runtype":return{type:"runtype",runtype:{agentId:((e=a.runtype)==null?void 0:e.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:(d=a.runtype)==null?void 0:d.silenceThreshold}};case"browser":return{type:"browser",browser:{language:((i=a.browser)==null?void 0:i.language)||"en-US",continuous:(u=a.browser)==null?void 0:u.continuous}};default:return}}async initClientSession(){var a,t;if(!this.isClientTokenMode())return null;try{let e=await this.client.initSession();return this.setClientSession(e),e}catch(e){return(t=(a=this.callbacks).onError)==null||t.call(a,e instanceof Error?e:new Error(String(e))),null}}setClientSession(a){if(this.clientSession=a,a.config.welcomeMessage&&this.messages.length===0){let t={id:`welcome-${Date.now()}`,role:"assistant",content:a.config.welcomeMessage,createdAt:new Date().toISOString(),sequence:this.nextSequence()};this.appendMessage(t)}}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,t){return this.client.submitMessageFeedback(a,t)}async submitCSATFeedback(a,t){return this.client.submitCSATFeedback(a,t)}async submitNPSFeedback(a,t){return this.client.submitNPSFeedback(a,t)}updateConfig(a){let t=this.client.getSSEEventCallback();this.config={...this.config,...a},this.client=new $r(this.config),t&&this.client.setSSEEventCallback(t)}getMessages(){return[...this.messages]}getStatus(){return this.status}isStreaming(){return this.streaming}injectTestEvent(a){this.handleEvent(a)}injectMessage(a){let{role:t,content:e,llmContent:s,contentParts:o,id:n,createdAt:l,sequence:d,streaming:i=!1,voiceProcessing:u}=a,f={id:n!=null?n:t==="user"?po():t==="assistant"?jr():`system-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:t,content:e,createdAt:l!=null?l:new Date().toISOString(),sequence:d!=null?d:this.nextSequence(),streaming:i,...s!==void 0&&{llmContent:s},...o!==void 0&&{contentParts:o},...u!==void 0&&{voiceProcessing:u}};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 t=[];for(let e of a){let{role:s,content:o,llmContent:n,contentParts:l,id:d,createdAt:i,sequence:u,streaming:c=!1}=e,h={id:d!=null?d:s==="user"?po():s==="assistant"?jr():`system-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:s,content:o,createdAt:i!=null?i:new Date().toISOString(),sequence:u!=null?u:this.nextSequence(),streaming:c,...n!==void 0&&{llmContent:n},...l!==void 0&&{contentParts:l}};t.push(h)}return this.messages=this.sortMessages([...this.messages,...t]),this.callbacks.onMessagesChanged([...this.messages]),t}async sendMessage(a,t){var i,u,c,f,h;let e=a.trim();if(!e&&(!(t!=null&&t.contentParts)||t.contentParts.length===0))return;this.stopSpeaking(),(i=this.abortController)==null||i.abort();let s=po(),o=jr(),n={id:s,role:"user",content:e||Y1,createdAt:new Date().toISOString(),sequence:this.nextSequence(),viaVoice:(t==null?void 0:t.viaVoice)||!1,...(t==null?void 0:t.contentParts)&&t.contentParts.length>0&&{contentParts:t.contentParts}};this.appendMessage(n),this.setStreaming(!0);let l=new AbortController;this.abortController=l;let d=[...this.messages];try{await this.client.dispatch({messages:d,signal:l.signal,assistantMessageId:o},this.handleEvent)}catch(g){let k=g instanceof Error&&(g.name==="AbortError"||g.message.includes("aborted")||g.message.includes("abort"));if(!k){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,k||(g instanceof Error?(c=(u=this.callbacks).onError)==null||c.call(u,g):(h=(f=this.callbacks).onError)==null||h.call(f,new Error(String(g))))}}async continueConversation(){var s,o,n,l,d;if(this.streaming)return;(s=this.abortController)==null||s.abort();let a=jr();this.setStreaming(!0);let t=new AbortController;this.abortController=t;let e=[...this.messages];try{await this.client.dispatch({messages:e,signal:t.signal,assistantMessageId:a},this.handleEvent)}catch(i){let u={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(u),this.setStatus("idle"),this.setStreaming(!1),this.abortController=null,i instanceof Error?(n=(o=this.callbacks).onError)==null||n.call(o,i):(d=(l=this.callbacks).onError)==null||d.call(l,new Error(String(i)))}}async connectStream(a,t){var s,o,n;if(this.streaming)return;(s=this.abortController)==null||s.abort();let e=!1;for(let l of this.messages)l.streaming&&(l.streaming=!1,e=!0);e&&this.callbacks.onMessagesChanged([...this.messages]),this.setStreaming(!0);try{await this.client.processStream(a,this.handleEvent,t==null?void 0:t.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,t){var d,i,u;let e=`approval-${a.id}`,s={...a,status:t,resolvedAt:Date.now()},o={id:e,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 c;if(l?c=await l({approvalId:a.id,executionId:a.executionId,agentId:a.agentId,toolName:a.toolName},t):c=await this.client.resolveApproval({agentId:a.agentId,executionId:a.executionId,approvalId:a.id},t),c){let f=null;if(c instanceof Response){if(!c.ok){let h=await c.json().catch(()=>null);throw new Error((d=h==null?void 0:h.error)!=null?d:`Approval request failed: ${c.status}`)}f=c.body}else c instanceof ReadableStream&&(f=c);f?await this.connectStream(f):t==="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(c){(u=(i=this.callbacks).onError)==null||u.call(i,c instanceof Error?c:new Error(String(c)))}}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 t=a.id||`art_${Date.now().toString(36)}_${Math.random().toString(36).slice(2,9)}`;if(a.artifactType==="markdown"){let o={id:t,artifactType:"markdown",title:a.title,status:"complete",markdown:a.content};return this.artifacts.set(t,o),this.selectedArtifactId=t,this.emitArtifactsState(),o}let e={id:t,artifactType:"component",title:a.title,status:"complete",component:a.component,props:(s=a.props)!=null?s:{}};return this.artifacts.set(t,e),this.selectedArtifactId=t,this.emitArtifactsState(),e}clearArtifactState(){this.artifacts.size===0&&this.selectedArtifactId===null||(this.artifacts.clear(),this.selectedArtifactId=null,this.emitArtifactsState())}emitArtifactsState(){var a,t;(t=(a=this.callbacks).onArtifactsState)==null||t.call(a,{artifacts:[...this.artifacts.values()],selectedId:this.selectedArtifactId})}applyArtifactStreamEvent(a){var t,e;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:(t=a.component)!=null?t:"",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=((e=s.markdown)!=null?e:"")+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 t;(t=this.abortController)==null||t.abort(),this.abortController=null,this.messages=this.sortMessages(a.map(e=>{var s;return{...e,streaming:!1,sequence:(s=e.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 t=this.streaming;this.streaming=a,this.callbacks.onStreamingChanged(a),t&&!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 e=[...this.messages].reverse().find(o=>o.role==="assistant"&&o.content&&!o.voiceProcessing);if(!e)return;if(this.ttsSpokenMessageIds.has(e.id)){this.ttsSpokenMessageIds.delete(e.id);return}let s=e.content;s.trim()&&this.speak(s,a)}speak(a,t){if(typeof window=="undefined"||!("speechSynthesis"in window))return;let e=window.speechSynthesis;e.cancel();let s=new SpeechSynthesisUtterance(a),o=e.getVoices();if(t.voice){let n=o.find(l=>l.name===t.voice);n&&(s.voice=n)}else o.length>0&&(s.voice=t.pickVoice?t.pickVoice(o):r.pickBestVoice(o));t.rate!==void 0&&(s.rate=t.rate),t.pitch!==void 0&&(s.pitch=t.pitch),setTimeout(()=>e.speak(s),50)}static pickBestVoice(a){var e;let t=["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 t){let o=a.find(n=>n.name===s);if(o)return o}return(e=a.find(s=>s.lang.startsWith("en")))!=null?e:a[0]}stopSpeaking(){typeof window!="undefined"&&"speechSynthesis"in window&&window.speechSynthesis.cancel()}appendMessage(a){let t=this.ensureSequence(a);this.messages=this.sortMessages([...this.messages,t]),this.callbacks.onMessagesChanged([...this.messages])}upsertMessage(a){let t=this.ensureSequence(a),e=this.messages.findIndex(s=>s.id===t.id);if(e===-1){this.appendMessage(t);return}this.messages=this.messages.map((s,o)=>o===e?{...s,...t}: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((t,e)=>{var d,i;let s=new Date(t.createdAt).getTime(),o=new Date(e.createdAt).getTime();if(!Number.isNaN(s)&&!Number.isNaN(o)&&s!==o)return s-o;let n=(d=t.sequence)!=null?d:0,l=(i=e.sequence)!=null?i:0;return n!==l?n-l:t.id.localeCompare(e.id)})}};var A=(r,a)=>{let t=document.createElement(r);return a&&(t.className=a),t},tr=(r,a,t)=>{let e=r.createElement(a);return t&&(e.className=t),e};var cT={};Nk(cT,{AArrowDown:()=>nd,AArrowUp:()=>ld,ALargeSmall:()=>id,Accessibility:()=>dd,Activity:()=>pd,ActivitySquare:()=>Yn,AirVent:()=>cd,Airplay:()=>ud,AlarmCheck:()=>uo,AlarmClock:()=>hd,AlarmClockCheck:()=>uo,AlarmClockMinus:()=>fo,AlarmClockOff:()=>fd,AlarmClockPlus:()=>ho,AlarmMinus:()=>fo,AlarmPlus:()=>ho,AlarmSmoke:()=>md,Album:()=>xd,AlertCircle:()=>qo,AlertOctagon:()=>Tn,AlertTriangle:()=>si,AlignCenter:()=>Kl,AlignCenterHorizontal:()=>gd,AlignCenterVertical:()=>Md,AlignEndHorizontal:()=>yd,AlignEndVertical:()=>vd,AlignHorizontalDistributeCenter:()=>bd,AlignHorizontalDistributeEnd:()=>Cd,AlignHorizontalDistributeStart:()=>wd,AlignHorizontalJustifyCenter:()=>Ad,AlignHorizontalJustifyEnd:()=>Sd,AlignHorizontalJustifyStart:()=>kd,AlignHorizontalSpaceAround:()=>Td,AlignHorizontalSpaceBetween:()=>Ld,AlignJustify:()=>Ql,AlignLeft:()=>Lr,AlignRight:()=>Yl,AlignStartHorizontal:()=>Ed,AlignStartVertical:()=>Hd,AlignVerticalDistributeCenter:()=>Pd,AlignVerticalDistributeEnd:()=>Rd,AlignVerticalDistributeStart:()=>Bd,AlignVerticalJustifyCenter:()=>Id,AlignVerticalJustifyEnd:()=>Dd,AlignVerticalJustifyStart:()=>Vd,AlignVerticalSpaceAround:()=>Fd,AlignVerticalSpaceBetween:()=>Wd,Ambulance:()=>Od,Ampersand:()=>Nd,Ampersands:()=>zd,Amphora:()=>_d,Anchor:()=>qd,Angry:()=>Ud,Annoyed:()=>$d,Antenna:()=>jd,Anvil:()=>Gd,Aperture:()=>Zd,AppWindow:()=>Jd,AppWindowMac:()=>Xd,Apple:()=>Kd,Archive:()=>ep,ArchiveRestore:()=>Yd,ArchiveX:()=>Qd,AreaChart:()=>Eo,Armchair:()=>tp,ArrowBigDown:()=>rp,ArrowBigDownDash:()=>ap,ArrowBigLeft:()=>sp,ArrowBigLeftDash:()=>op,ArrowBigRight:()=>lp,ArrowBigRightDash:()=>np,ArrowBigUp:()=>dp,ArrowBigUpDash:()=>ip,ArrowDown:()=>yp,ArrowDown01:()=>pp,ArrowDown10:()=>cp,ArrowDownAZ:()=>mo,ArrowDownAz:()=>mo,ArrowDownCircle:()=>Uo,ArrowDownFromLine:()=>up,ArrowDownLeft:()=>fp,ArrowDownLeftFromCircle:()=>jo,ArrowDownLeftFromSquare:()=>rl,ArrowDownLeftSquare:()=>Qn,ArrowDownNarrowWide:()=>hp,ArrowDownRight:()=>mp,ArrowDownRightFromCircle:()=>Go,ArrowDownRightFromSquare:()=>ol,ArrowDownRightSquare:()=>el,ArrowDownSquare:()=>tl,ArrowDownToDot:()=>xp,ArrowDownToLine:()=>gp,ArrowDownUp:()=>Mp,ArrowDownWideNarrow:()=>xo,ArrowDownZA:()=>go,ArrowDownZa:()=>go,ArrowLeft:()=>wp,ArrowLeftCircle:()=>$o,ArrowLeftFromLine:()=>vp,ArrowLeftRight:()=>bp,ArrowLeftSquare:()=>al,ArrowLeftToLine:()=>Cp,ArrowRight:()=>Tp,ArrowRightCircle:()=>Jo,ArrowRightFromLine:()=>Ap,ArrowRightLeft:()=>Sp,ArrowRightSquare:()=>ll,ArrowRightToLine:()=>kp,ArrowUp:()=>Fp,ArrowUp01:()=>Lp,ArrowUp10:()=>Ep,ArrowUpAZ:()=>Mo,ArrowUpAz:()=>Mo,ArrowUpCircle:()=>Ko,ArrowUpDown:()=>Hp,ArrowUpFromDot:()=>Pp,ArrowUpFromLine:()=>Rp,ArrowUpLeft:()=>Bp,ArrowUpLeftFromCircle:()=>Zo,ArrowUpLeftFromSquare:()=>sl,ArrowUpLeftSquare:()=>il,ArrowUpNarrowWide:()=>yo,ArrowUpRight:()=>Ip,ArrowUpRightFromCircle:()=>Xo,ArrowUpRightFromSquare:()=>nl,ArrowUpRightSquare:()=>dl,ArrowUpSquare:()=>pl,ArrowUpToLine:()=>Dp,ArrowUpWideNarrow:()=>Vp,ArrowUpZA:()=>vo,ArrowUpZa:()=>vo,ArrowsUpFromLine:()=>Wp,Asterisk:()=>Op,AsteriskSquare:()=>cl,AtSign:()=>Np,Atom:()=>zp,AudioLines:()=>_p,AudioWaveform:()=>qp,Award:()=>Up,Axe:()=>$p,Axis3D:()=>bo,Axis3d:()=>bo,Baby:()=>jp,Backpack:()=>Gp,Badge:()=>d2,BadgeAlert:()=>Zp,BadgeCent:()=>Xp,BadgeCheck:()=>Co,BadgeDollarSign:()=>Jp,BadgeEuro:()=>Kp,BadgeHelp:()=>wo,BadgeIndianRupee:()=>Yp,BadgeInfo:()=>Qp,BadgeJapaneseYen:()=>e2,BadgeMinus:()=>t2,BadgePercent:()=>a2,BadgePlus:()=>r2,BadgePoundSterling:()=>o2,BadgeQuestionMark:()=>wo,BadgeRussianRuble:()=>s2,BadgeSwissFranc:()=>n2,BadgeTurkishLira:()=>l2,BadgeX:()=>i2,BaggageClaim:()=>p2,Ban:()=>c2,Banana:()=>u2,Bandage:()=>f2,Banknote:()=>g2,BanknoteArrowDown:()=>h2,BanknoteArrowUp:()=>m2,BanknoteX:()=>x2,BarChart:()=>Fo,BarChart2:()=>Wo,BarChart3:()=>Do,BarChart4:()=>Io,BarChartBig:()=>Bo,BarChartHorizontal:()=>Po,BarChartHorizontalBig:()=>Ho,Barcode:()=>M2,Barrel:()=>y2,Baseline:()=>v2,Bath:()=>b2,Battery:()=>L2,BatteryCharging:()=>C2,BatteryFull:()=>w2,BatteryLow:()=>A2,BatteryMedium:()=>S2,BatteryPlus:()=>k2,BatteryWarning:()=>T2,Beaker:()=>E2,Bean:()=>P2,BeanOff:()=>H2,Bed:()=>I2,BedDouble:()=>R2,BedSingle:()=>B2,Beef:()=>D2,Beer:()=>F2,BeerOff:()=>V2,Bell:()=>U2,BellDot:()=>W2,BellElectric:()=>O2,BellMinus:()=>N2,BellOff:()=>z2,BellPlus:()=>_2,BellRing:()=>q2,BetweenHorizonalEnd:()=>Ao,BetweenHorizonalStart:()=>So,BetweenHorizontalEnd:()=>Ao,BetweenHorizontalStart:()=>So,BetweenVerticalEnd:()=>$2,BetweenVerticalStart:()=>j2,BicepsFlexed:()=>G2,Bike:()=>Z2,Binary:()=>X2,Binoculars:()=>J2,Biohazard:()=>Y2,Bird:()=>K2,Birdhouse:()=>Q2,Bitcoin:()=>e0,Blend:()=>t0,Blinds:()=>a0,Blocks:()=>r0,Bluetooth:()=>l0,BluetoothConnected:()=>o0,BluetoothOff:()=>s0,BluetoothSearching:()=>n0,Bold:()=>i0,Bolt:()=>d0,Bomb:()=>p0,Bone:()=>c0,Book:()=>D0,BookA:()=>u0,BookAlert:()=>f0,BookAudio:()=>h0,BookCheck:()=>m0,BookCopy:()=>x0,BookDashed:()=>ko,BookDown:()=>g0,BookHeadphones:()=>M0,BookHeart:()=>y0,BookImage:()=>v0,BookKey:()=>b0,BookLock:()=>C0,BookMarked:()=>w0,BookMinus:()=>A0,BookOpen:()=>T0,BookOpenCheck:()=>S0,BookOpenText:()=>k0,BookPlus:()=>L0,BookTemplate:()=>ko,BookText:()=>E0,BookType:()=>H0,BookUp:()=>R0,BookUp2:()=>P0,BookUser:()=>B0,BookX:()=>I0,Bookmark:()=>N0,BookmarkCheck:()=>V0,BookmarkMinus:()=>F0,BookmarkPlus:()=>W0,BookmarkX:()=>O0,BoomBox:()=>z0,Bot:()=>U0,BotMessageSquare:()=>_0,BotOff:()=>q0,BottleWine:()=>$0,BowArrow:()=>j0,Box:()=>G0,BoxSelect:()=>Cl,Boxes:()=>Z0,Braces:()=>To,Brackets:()=>X0,Brain:()=>Y0,BrainCircuit:()=>J0,BrainCog:()=>K0,BrickWall:()=>tc,BrickWallFire:()=>Q0,BrickWallShield:()=>ec,Briefcase:()=>sc,BriefcaseBusiness:()=>ac,BriefcaseConveyorBelt:()=>rc,BriefcaseMedical:()=>oc,BringToFront:()=>nc,Brush:()=>ic,BrushCleaning:()=>lc,Bubbles:()=>dc,Bug:()=>uc,BugOff:()=>pc,BugPlay:()=>cc,Building:()=>hc,Building2:()=>fc,Bus:()=>xc,BusFront:()=>mc,Cable:()=>Mc,CableCar:()=>gc,Cake:()=>vc,CakeSlice:()=>yc,Calculator:()=>bc,Calendar:()=>_c,Calendar1:()=>Cc,CalendarArrowDown:()=>wc,CalendarArrowUp:()=>Ac,CalendarCheck:()=>kc,CalendarCheck2:()=>Sc,CalendarClock:()=>Tc,CalendarCog:()=>Lc,CalendarDays:()=>Ec,CalendarFold:()=>Hc,CalendarHeart:()=>Pc,CalendarMinus:()=>Bc,CalendarMinus2:()=>Rc,CalendarOff:()=>Ic,CalendarPlus:()=>Vc,CalendarPlus2:()=>Dc,CalendarRange:()=>Fc,CalendarSearch:()=>Wc,CalendarSync:()=>Oc,CalendarX:()=>zc,CalendarX2:()=>Nc,Camera:()=>Uc,CameraOff:()=>qc,CandlestickChart:()=>Ro,Candy:()=>Gc,CandyCane:()=>$c,CandyOff:()=>jc,Cannabis:()=>Zc,Captions:()=>Lo,CaptionsOff:()=>Xc,Car:()=>Yc,CarFront:()=>Jc,CarTaxiFront:()=>Kc,Caravan:()=>Qc,CardSim:()=>eu,Carrot:()=>tu,CaseLower:()=>au,CaseSensitive:()=>ru,CaseUpper:()=>ou,CassetteTape:()=>su,Cast:()=>nu,Castle:()=>lu,Cat:()=>iu,Cctv:()=>du,ChartArea:()=>Eo,ChartBar:()=>Po,ChartBarBig:()=>Ho,ChartBarDecreasing:()=>pu,ChartBarIncreasing:()=>cu,ChartBarStacked:()=>uu,ChartCandlestick:()=>Ro,ChartColumn:()=>Do,ChartColumnBig:()=>Bo,ChartColumnDecreasing:()=>fu,ChartColumnIncreasing:()=>Io,ChartColumnStacked:()=>hu,ChartGantt:()=>mu,ChartLine:()=>Vo,ChartNetwork:()=>xu,ChartNoAxesColumn:()=>Wo,ChartNoAxesColumnDecreasing:()=>gu,ChartNoAxesColumnIncreasing:()=>Fo,ChartNoAxesCombined:()=>Mu,ChartNoAxesGantt:()=>Oo,ChartPie:()=>No,ChartScatter:()=>zo,ChartSpline:()=>yu,Check:()=>Cu,CheckCheck:()=>vu,CheckCircle:()=>Yo,CheckCircle2:()=>Qo,CheckLine:()=>bu,CheckSquare:()=>fl,CheckSquare2:()=>hl,ChefHat:()=>wu,Cherry:()=>Au,ChevronDown:()=>Su,ChevronDownCircle:()=>es,ChevronDownSquare:()=>ml,ChevronFirst:()=>ku,ChevronLast:()=>Tu,ChevronLeft:()=>Lu,ChevronLeftCircle:()=>ts,ChevronLeftSquare:()=>xl,ChevronRight:()=>Eu,ChevronRightCircle:()=>as,ChevronRightSquare:()=>gl,ChevronUp:()=>Hu,ChevronUpCircle:()=>rs,ChevronUpSquare:()=>Ml,ChevronsDown:()=>Ru,ChevronsDownUp:()=>Pu,ChevronsLeft:()=>Du,ChevronsLeftRight:()=>Iu,ChevronsLeftRightEllipsis:()=>Bu,ChevronsRight:()=>Fu,ChevronsRightLeft:()=>Vu,ChevronsUp:()=>Ou,ChevronsUpDown:()=>Wu,Chrome:()=>_o,Chromium:()=>_o,Church:()=>Nu,Cigarette:()=>_u,CigaretteOff:()=>zu,Circle:()=>af,CircleAlert:()=>qo,CircleArrowDown:()=>Uo,CircleArrowLeft:()=>$o,CircleArrowOutDownLeft:()=>jo,CircleArrowOutDownRight:()=>Go,CircleArrowOutUpLeft:()=>Zo,CircleArrowOutUpRight:()=>Xo,CircleArrowRight:()=>Jo,CircleArrowUp:()=>Ko,CircleCheck:()=>Qo,CircleCheckBig:()=>Yo,CircleChevronDown:()=>es,CircleChevronLeft:()=>ts,CircleChevronRight:()=>as,CircleChevronUp:()=>rs,CircleDashed:()=>qu,CircleDivide:()=>os,CircleDollarSign:()=>Uu,CircleDot:()=>ju,CircleDotDashed:()=>$u,CircleEllipsis:()=>Gu,CircleEqual:()=>Zu,CircleFadingArrowUp:()=>Xu,CircleFadingPlus:()=>Ju,CircleGauge:()=>ss,CircleHelp:()=>br,CircleMinus:()=>ns,CircleOff:()=>Ku,CircleParking:()=>is,CircleParkingOff:()=>ls,CirclePause:()=>ds,CirclePercent:()=>ps,CirclePlay:()=>cs,CirclePlus:()=>us,CirclePoundSterling:()=>Yu,CirclePower:()=>fs,CircleQuestionMark:()=>br,CircleSlash:()=>Qu,CircleSlash2:()=>hs,CircleSlashed:()=>hs,CircleSmall:()=>ef,CircleStar:()=>tf,CircleStop:()=>ms,CircleUser:()=>gs,CircleUserRound:()=>xs,CircleX:()=>Ms,CircuitBoard:()=>rf,Citrus:()=>of,Clapperboard:()=>sf,Clipboard:()=>xf,ClipboardCheck:()=>nf,ClipboardClock:()=>lf,ClipboardCopy:()=>df,ClipboardEdit:()=>vs,ClipboardList:()=>pf,ClipboardMinus:()=>cf,ClipboardPaste:()=>uf,ClipboardPen:()=>vs,ClipboardPenLine:()=>ys,ClipboardPlus:()=>ff,ClipboardSignature:()=>ys,ClipboardType:()=>hf,ClipboardX:()=>mf,Clock:()=>Df,Clock1:()=>gf,Clock10:()=>Mf,Clock11:()=>yf,Clock12:()=>vf,Clock2:()=>bf,Clock3:()=>Cf,Clock4:()=>wf,Clock5:()=>Af,Clock6:()=>Sf,Clock7:()=>kf,Clock8:()=>Tf,Clock9:()=>Lf,ClockAlert:()=>Ef,ClockArrowDown:()=>Hf,ClockArrowUp:()=>Pf,ClockCheck:()=>Rf,ClockFading:()=>Bf,ClockPlus:()=>If,ClosedCaption:()=>Vf,Cloud:()=>Yf,CloudAlert:()=>Ff,CloudCheck:()=>Wf,CloudCog:()=>Of,CloudDownload:()=>bs,CloudDrizzle:()=>Nf,CloudFog:()=>zf,CloudHail:()=>_f,CloudLightning:()=>qf,CloudMoon:()=>$f,CloudMoonRain:()=>Uf,CloudOff:()=>jf,CloudRain:()=>Zf,CloudRainWind:()=>Gf,CloudSnow:()=>Xf,CloudSun:()=>Kf,CloudSunRain:()=>Jf,CloudUpload:()=>Cs,Cloudy:()=>Qf,Clover:()=>eh,Club:()=>th,Code:()=>ah,Code2:()=>ws,CodeSquare:()=>yl,CodeXml:()=>ws,Codepen:()=>rh,Codesandbox:()=>oh,Coffee:()=>sh,Cog:()=>nh,Coins:()=>lh,Columns:()=>As,Columns2:()=>As,Columns3:()=>Ss,Columns3Cog:()=>Cr,Columns4:()=>ih,ColumnsSettings:()=>Cr,Combine:()=>dh,Command:()=>ph,Compass:()=>ch,Component:()=>uh,Computer:()=>fh,ConciergeBell:()=>hh,Cone:()=>mh,Construction:()=>xh,Contact:()=>gh,Contact2:()=>ks,ContactRound:()=>ks,Container:()=>Mh,Contrast:()=>yh,Cookie:()=>vh,CookingPot:()=>bh,Copy:()=>Th,CopyCheck:()=>Ch,CopyMinus:()=>wh,CopyPlus:()=>Ah,CopySlash:()=>Sh,CopyX:()=>kh,Copyleft:()=>Lh,Copyright:()=>Eh,CornerDownLeft:()=>Hh,CornerDownRight:()=>Ph,CornerLeftDown:()=>Rh,CornerLeftUp:()=>Bh,CornerRightDown:()=>Ih,CornerRightUp:()=>Dh,CornerUpLeft:()=>Vh,CornerUpRight:()=>Fh,Cpu:()=>Wh,CreativeCommons:()=>Oh,CreditCard:()=>Nh,Croissant:()=>zh,Crop:()=>_h,Cross:()=>qh,Crosshair:()=>Uh,Crown:()=>$h,Cuboid:()=>jh,CupSoda:()=>Gh,CurlyBraces:()=>To,Currency:()=>Zh,Cylinder:()=>Xh,Dam:()=>Jh,Database:()=>Qh,DatabaseBackup:()=>Kh,DatabaseZap:()=>Yh,DecimalsArrowLeft:()=>em,DecimalsArrowRight:()=>tm,Delete:()=>am,Dessert:()=>rm,Diameter:()=>om,Diamond:()=>lm,DiamondMinus:()=>sm,DiamondPercent:()=>Ts,DiamondPlus:()=>nm,Dice1:()=>im,Dice2:()=>dm,Dice3:()=>pm,Dice4:()=>cm,Dice5:()=>um,Dice6:()=>fm,Dices:()=>hm,Diff:()=>mm,Disc:()=>ym,Disc2:()=>xm,Disc3:()=>gm,DiscAlbum:()=>Mm,Divide:()=>vm,DivideCircle:()=>os,DivideSquare:()=>wl,Dna:()=>Cm,DnaOff:()=>bm,Dock:()=>wm,Dog:()=>Am,DollarSign:()=>Sm,Donut:()=>km,DoorClosed:()=>Lm,DoorClosedLocked:()=>Tm,DoorOpen:()=>Em,Dot:()=>Hm,DotSquare:()=>Al,Download:()=>Pm,DownloadCloud:()=>bs,DraftingCompass:()=>Rm,Drama:()=>Bm,Dribbble:()=>Im,Drill:()=>Dm,Drone:()=>Vm,Droplet:()=>Wm,DropletOff:()=>Fm,Droplets:()=>Om,Drum:()=>Nm,Drumstick:()=>zm,Dumbbell:()=>_m,Ear:()=>Um,EarOff:()=>qm,Earth:()=>Ls,EarthLock:()=>$m,Eclipse:()=>jm,Edit:()=>ar,Edit2:()=>Nn,Edit3:()=>On,Egg:()=>Xm,EggFried:()=>Gm,EggOff:()=>Zm,Ellipsis:()=>Hs,EllipsisVertical:()=>Es,Equal:()=>Ym,EqualApproximately:()=>Jm,EqualNot:()=>Km,EqualSquare:()=>Sl,Eraser:()=>Qm,EthernetPort:()=>ex,Euro:()=>tx,EvCharger:()=>ax,Expand:()=>rx,ExternalLink:()=>ox,Eye:()=>lx,EyeClosed:()=>sx,EyeOff:()=>nx,Facebook:()=>ix,Factory:()=>dx,Fan:()=>px,FastForward:()=>cx,Feather:()=>ux,Fence:()=>fx,FerrisWheel:()=>hx,Figma:()=>mx,File:()=>Ux,FileArchive:()=>xx,FileAudio:()=>wr,FileAudio2:()=>wr,FileAxis3D:()=>Ps,FileAxis3d:()=>Ps,FileBadge:()=>Rs,FileBadge2:()=>Rs,FileBarChart:()=>Ds,FileBarChart2:()=>Vs,FileBox:()=>gx,FileBraces:()=>Is,FileBracesCorner:()=>Bs,FileChartColumn:()=>Vs,FileChartColumnIncreasing:()=>Ds,FileChartLine:()=>Fs,FileChartPie:()=>Ws,FileCheck:()=>Mx,FileCheck2:()=>Os,FileCheckCorner:()=>Os,FileClock:()=>yx,FileCode:()=>vx,FileCode2:()=>Ns,FileCodeCorner:()=>Ns,FileCog:()=>zs,FileCog2:()=>zs,FileDiff:()=>bx,FileDigit:()=>Cx,FileDown:()=>wx,FileEdit:()=>Gs,FileExclamationPoint:()=>_s,FileHeadphone:()=>wr,FileHeart:()=>Ax,FileImage:()=>Sx,FileInput:()=>kx,FileJson:()=>Is,FileJson2:()=>Bs,FileKey:()=>qs,FileKey2:()=>qs,FileLineChart:()=>Fs,FileLock:()=>Us,FileLock2:()=>Us,FileMinus:()=>Tx,FileMinus2:()=>$s,FileMinusCorner:()=>$s,FileMusic:()=>Lx,FileOutput:()=>Ex,FilePen:()=>Gs,FilePenLine:()=>js,FilePieChart:()=>Ws,FilePlay:()=>Zs,FilePlus:()=>Hx,FilePlus2:()=>Xs,FilePlusCorner:()=>Xs,FileQuestion:()=>Js,FileQuestionMark:()=>Js,FileScan:()=>Px,FileSearch:()=>Rx,FileSearch2:()=>Ks,FileSearchCorner:()=>Ks,FileSignal:()=>Ys,FileSignature:()=>js,FileSliders:()=>Bx,FileSpreadsheet:()=>Ix,FileStack:()=>Dx,FileSymlink:()=>Vx,FileTerminal:()=>Fx,FileText:()=>Wx,FileType:()=>Ox,FileType2:()=>Qs,FileTypeCorner:()=>Qs,FileUp:()=>Nx,FileUser:()=>zx,FileVideo:()=>Zs,FileVideo2:()=>en,FileVideoCamera:()=>en,FileVolume:()=>_x,FileVolume2:()=>Ys,FileWarning:()=>_s,FileX:()=>qx,FileX2:()=>tn,FileXCorner:()=>tn,Files:()=>$x,Film:()=>jx,Filter:()=>sn,FilterX:()=>on,Fingerprint:()=>Gx,FireExtinguisher:()=>Zx,Fish:()=>Kx,FishOff:()=>Xx,FishSymbol:()=>Jx,Flag:()=>t4,FlagOff:()=>Yx,FlagTriangleLeft:()=>Qx,FlagTriangleRight:()=>e4,Flame:()=>r4,FlameKindling:()=>a4,Flashlight:()=>s4,FlashlightOff:()=>o4,FlaskConical:()=>l4,FlaskConicalOff:()=>n4,FlaskRound:()=>i4,FlipHorizontal:()=>p4,FlipHorizontal2:()=>d4,FlipVertical:()=>u4,FlipVertical2:()=>c4,Flower:()=>h4,Flower2:()=>f4,Focus:()=>m4,FoldHorizontal:()=>x4,FoldVertical:()=>g4,Folder:()=>$4,FolderArchive:()=>M4,FolderCheck:()=>y4,FolderClock:()=>v4,FolderClosed:()=>b4,FolderCode:()=>C4,FolderCog:()=>an,FolderCog2:()=>an,FolderDot:()=>w4,FolderDown:()=>A4,FolderEdit:()=>rn,FolderGit:()=>k4,FolderGit2:()=>S4,FolderHeart:()=>T4,FolderInput:()=>L4,FolderKanban:()=>E4,FolderKey:()=>H4,FolderLock:()=>P4,FolderMinus:()=>R4,FolderOpen:()=>I4,FolderOpenDot:()=>B4,FolderOutput:()=>D4,FolderPen:()=>rn,FolderPlus:()=>V4,FolderRoot:()=>F4,FolderSearch:()=>O4,FolderSearch2:()=>W4,FolderSymlink:()=>N4,FolderSync:()=>z4,FolderTree:()=>_4,FolderUp:()=>q4,FolderX:()=>U4,Folders:()=>j4,Footprints:()=>G4,ForkKnife:()=>xi,ForkKnifeCrossed:()=>mi,Forklift:()=>Z4,FormInput:()=>_n,Forward:()=>X4,Frame:()=>J4,Framer:()=>K4,Frown:()=>Y4,Fuel:()=>Q4,Fullscreen:()=>e5,FunctionSquare:()=>kl,Funnel:()=>sn,FunnelPlus:()=>t5,FunnelX:()=>on,GalleryHorizontal:()=>r5,GalleryHorizontalEnd:()=>a5,GalleryThumbnails:()=>o5,GalleryVertical:()=>n5,GalleryVerticalEnd:()=>s5,Gamepad:()=>d5,Gamepad2:()=>l5,GamepadDirectional:()=>i5,GanttChart:()=>Oo,GanttChartSquare:()=>Tr,Gauge:()=>p5,GaugeCircle:()=>ss,Gavel:()=>c5,Gem:()=>u5,GeorgianLari:()=>f5,Ghost:()=>h5,Gift:()=>m5,GitBranch:()=>M5,GitBranchMinus:()=>x5,GitBranchPlus:()=>g5,GitCommit:()=>nn,GitCommitHorizontal:()=>nn,GitCommitVertical:()=>y5,GitCompare:()=>b5,GitCompareArrows:()=>v5,GitFork:()=>C5,GitGraph:()=>w5,GitMerge:()=>A5,GitPullRequest:()=>H5,GitPullRequestArrow:()=>S5,GitPullRequestClosed:()=>k5,GitPullRequestCreate:()=>L5,GitPullRequestCreateArrow:()=>T5,GitPullRequestDraft:()=>E5,Github:()=>P5,Gitlab:()=>R5,GlassWater:()=>B5,Glasses:()=>I5,Globe:()=>V5,Globe2:()=>Ls,GlobeLock:()=>D5,Goal:()=>F5,Gpu:()=>W5,Grab:()=>un,GraduationCap:()=>O5,Grape:()=>N5,Grid:()=>Ar,Grid2X2:()=>cn,Grid2X2Check:()=>ln,Grid2X2Plus:()=>dn,Grid2X2X:()=>pn,Grid2x2:()=>cn,Grid2x2Check:()=>ln,Grid2x2Plus:()=>dn,Grid2x2X:()=>pn,Grid3X3:()=>Ar,Grid3x2:()=>z5,Grid3x3:()=>Ar,Grip:()=>U5,GripHorizontal:()=>_5,GripVertical:()=>q5,Group:()=>$5,Guitar:()=>j5,Ham:()=>G5,Hamburger:()=>Z5,Hammer:()=>X5,Hand:()=>tg,HandCoins:()=>J5,HandFist:()=>K5,HandGrab:()=>un,HandHeart:()=>Y5,HandHelping:()=>fn,HandMetal:()=>Q5,HandPlatter:()=>eg,Handbag:()=>ag,Handshake:()=>rg,HardDrive:()=>ng,HardDriveDownload:()=>og,HardDriveUpload:()=>sg,HardHat:()=>lg,Hash:()=>ig,HatGlasses:()=>dg,Haze:()=>pg,HdmiPort:()=>cg,Heading:()=>Mg,Heading1:()=>ug,Heading2:()=>fg,Heading3:()=>hg,Heading4:()=>mg,Heading5:()=>xg,Heading6:()=>gg,HeadphoneOff:()=>yg,Headphones:()=>vg,Headset:()=>bg,Heart:()=>Lg,HeartCrack:()=>Cg,HeartHandshake:()=>wg,HeartMinus:()=>Ag,HeartOff:()=>Sg,HeartPlus:()=>kg,HeartPulse:()=>Tg,Heater:()=>Eg,Helicopter:()=>Hg,HelpCircle:()=>br,HelpingHand:()=>fn,Hexagon:()=>Pg,Highlighter:()=>Rg,History:()=>Bg,Home:()=>hn,Hop:()=>Dg,HopOff:()=>Ig,Hospital:()=>Vg,Hotel:()=>Fg,Hourglass:()=>Wg,House:()=>hn,HouseHeart:()=>Og,HousePlug:()=>Ng,HousePlus:()=>zg,HouseWifi:()=>_g,IceCream:()=>xn,IceCream2:()=>mn,IceCreamBowl:()=>mn,IceCreamCone:()=>xn,IdCard:()=>Ug,IdCardLanyard:()=>qg,Image:()=>Yg,ImageDown:()=>jg,ImageMinus:()=>$g,ImageOff:()=>Gg,ImagePlay:()=>Zg,ImagePlus:()=>Xg,ImageUp:()=>Jg,ImageUpscale:()=>Kg,Images:()=>Qg,Import:()=>e3,Inbox:()=>t3,Indent:()=>kr,IndentDecrease:()=>Sr,IndentIncrease:()=>kr,IndianRupee:()=>a3,Infinity:()=>r3,Info:()=>o3,Inspect:()=>Rl,InspectionPanel:()=>s3,Instagram:()=>n3,Italic:()=>l3,IterationCcw:()=>i3,IterationCw:()=>d3,JapaneseYen:()=>p3,Joystick:()=>c3,Kanban:()=>u3,KanbanSquare:()=>Tl,KanbanSquareDashed:()=>vl,Kayak:()=>f3,Key:()=>x3,KeyRound:()=>h3,KeySquare:()=>m3,Keyboard:()=>y3,KeyboardMusic:()=>g3,KeyboardOff:()=>M3,Lamp:()=>S3,LampCeiling:()=>v3,LampDesk:()=>b3,LampFloor:()=>C3,LampWallDown:()=>w3,LampWallUp:()=>A3,LandPlot:()=>k3,Landmark:()=>T3,Languages:()=>L3,Laptop:()=>H3,Laptop2:()=>gn,LaptopMinimal:()=>gn,LaptopMinimalCheck:()=>E3,Lasso:()=>R3,LassoSelect:()=>P3,Laugh:()=>B3,Layers:()=>Mn,Layers2:()=>I3,Layers3:()=>Mn,Layout:()=>Wn,LayoutDashboard:()=>D3,LayoutGrid:()=>V3,LayoutList:()=>F3,LayoutPanelLeft:()=>W3,LayoutPanelTop:()=>O3,LayoutTemplate:()=>N3,Leaf:()=>z3,LeafyGreen:()=>_3,Lectern:()=>q3,LetterText:()=>ei,Library:()=>$3,LibraryBig:()=>U3,LibrarySquare:()=>Ll,LifeBuoy:()=>j3,Ligature:()=>G3,Lightbulb:()=>X3,LightbulbOff:()=>Z3,LineChart:()=>Vo,LineSquiggle:()=>J3,Link:()=>Q3,Link2:()=>Y3,Link2Off:()=>K3,Linkedin:()=>eM,List:()=>yM,ListCheck:()=>tM,ListChecks:()=>aM,ListChevronsDownUp:()=>rM,ListChevronsUpDown:()=>oM,ListCollapse:()=>sM,ListEnd:()=>nM,ListFilter:()=>iM,ListFilterPlus:()=>lM,ListIndentDecrease:()=>Sr,ListIndentIncrease:()=>kr,ListMinus:()=>dM,ListMusic:()=>pM,ListOrdered:()=>cM,ListPlus:()=>uM,ListRestart:()=>fM,ListStart:()=>hM,ListTodo:()=>mM,ListTree:()=>xM,ListVideo:()=>gM,ListX:()=>MM,Loader:()=>bM,Loader2:()=>yn,LoaderCircle:()=>yn,LoaderPinwheel:()=>vM,Locate:()=>AM,LocateFixed:()=>CM,LocateOff:()=>wM,LocationEdit:()=>wn,Lock:()=>kM,LockKeyhole:()=>SM,LockKeyholeOpen:()=>vn,LockOpen:()=>bn,LogIn:()=>TM,LogOut:()=>LM,Logs:()=>EM,Lollipop:()=>HM,Luggage:()=>PM,MSquare:()=>El,Magnet:()=>RM,Mail:()=>NM,MailCheck:()=>BM,MailMinus:()=>IM,MailOpen:()=>DM,MailPlus:()=>VM,MailQuestion:()=>Cn,MailQuestionMark:()=>Cn,MailSearch:()=>FM,MailWarning:()=>WM,MailX:()=>OM,Mailbox:()=>zM,Mails:()=>_M,Map:()=>r6,MapMinus:()=>qM,MapPin:()=>e6,MapPinCheck:()=>$M,MapPinCheckInside:()=>UM,MapPinHouse:()=>jM,MapPinMinus:()=>ZM,MapPinMinusInside:()=>GM,MapPinOff:()=>XM,MapPinPen:()=>wn,MapPinPlus:()=>KM,MapPinPlusInside:()=>JM,MapPinX:()=>QM,MapPinXInside:()=>YM,MapPinned:()=>t6,MapPlus:()=>a6,Mars:()=>s6,MarsStroke:()=>o6,Martini:()=>n6,Maximize:()=>i6,Maximize2:()=>l6,Medal:()=>d6,Megaphone:()=>c6,MegaphoneOff:()=>p6,Meh:()=>u6,MemoryStick:()=>f6,Menu:()=>h6,MenuSquare:()=>Hl,Merge:()=>m6,MessageCircle:()=>S6,MessageCircleCode:()=>x6,MessageCircleDashed:()=>g6,MessageCircleHeart:()=>M6,MessageCircleMore:()=>y6,MessageCircleOff:()=>v6,MessageCirclePlus:()=>b6,MessageCircleQuestion:()=>An,MessageCircleQuestionMark:()=>An,MessageCircleReply:()=>C6,MessageCircleWarning:()=>w6,MessageCircleX:()=>A6,MessageSquare:()=>z6,MessageSquareCode:()=>k6,MessageSquareDashed:()=>T6,MessageSquareDiff:()=>L6,MessageSquareDot:()=>E6,MessageSquareHeart:()=>H6,MessageSquareLock:()=>P6,MessageSquareMore:()=>R6,MessageSquareOff:()=>B6,MessageSquarePlus:()=>I6,MessageSquareQuote:()=>D6,MessageSquareReply:()=>V6,MessageSquareShare:()=>F6,MessageSquareText:()=>W6,MessageSquareWarning:()=>O6,MessageSquareX:()=>N6,MessagesSquare:()=>_6,Mic:()=>U6,Mic2:()=>Sn,MicOff:()=>q6,MicVocal:()=>Sn,Microchip:()=>$6,Microscope:()=>j6,Microwave:()=>G6,Milestone:()=>Z6,Milk:()=>J6,MilkOff:()=>X6,Minimize:()=>Y6,Minimize2:()=>K6,Minus:()=>Q6,MinusCircle:()=>ns,MinusSquare:()=>Pl,Monitor:()=>f8,MonitorCheck:()=>e8,MonitorCloud:()=>t8,MonitorCog:()=>a8,MonitorDot:()=>r8,MonitorDown:()=>o8,MonitorOff:()=>s8,MonitorPause:()=>n8,MonitorPlay:()=>l8,MonitorSmartphone:()=>i8,MonitorSpeaker:()=>d8,MonitorStop:()=>p8,MonitorUp:()=>c8,MonitorX:()=>u8,Moon:()=>m8,MoonStar:()=>h8,MoreHorizontal:()=>Hs,MoreVertical:()=>Es,Motorbike:()=>x8,Mountain:()=>M8,MountainSnow:()=>g8,Mouse:()=>A8,MouseOff:()=>y8,MousePointer:()=>w8,MousePointer2:()=>v8,MousePointerBan:()=>b8,MousePointerClick:()=>C8,MousePointerSquareDashed:()=>bl,Move:()=>F8,Move3D:()=>kn,Move3d:()=>kn,MoveDiagonal:()=>k8,MoveDiagonal2:()=>S8,MoveDown:()=>E8,MoveDownLeft:()=>T8,MoveDownRight:()=>L8,MoveHorizontal:()=>H8,MoveLeft:()=>P8,MoveRight:()=>R8,MoveUp:()=>D8,MoveUpLeft:()=>B8,MoveUpRight:()=>I8,MoveVertical:()=>V8,Music:()=>z8,Music2:()=>W8,Music3:()=>O8,Music4:()=>N8,Navigation:()=>$8,Navigation2:()=>q8,Navigation2Off:()=>_8,NavigationOff:()=>U8,Network:()=>j8,Newspaper:()=>G8,Nfc:()=>Z8,NonBinary:()=>X8,Notebook:()=>Q8,NotebookPen:()=>J8,NotebookTabs:()=>K8,NotebookText:()=>Y8,NotepadText:()=>ty,NotepadTextDashed:()=>ey,Nut:()=>ry,NutOff:()=>ay,Octagon:()=>sy,OctagonAlert:()=>Tn,OctagonMinus:()=>oy,OctagonPause:()=>Ln,OctagonX:()=>En,Omega:()=>ny,Option:()=>ly,Orbit:()=>iy,Origami:()=>dy,Outdent:()=>Sr,Package:()=>gy,Package2:()=>py,PackageCheck:()=>cy,PackageMinus:()=>uy,PackageOpen:()=>fy,PackagePlus:()=>hy,PackageSearch:()=>my,PackageX:()=>xy,PaintBucket:()=>My,PaintRoller:()=>yy,Paintbrush:()=>vy,Paintbrush2:()=>Hn,PaintbrushVertical:()=>Hn,Palette:()=>by,Palmtree:()=>oi,Panda:()=>Cy,PanelBottom:()=>Sy,PanelBottomClose:()=>wy,PanelBottomDashed:()=>Pn,PanelBottomInactive:()=>Pn,PanelBottomOpen:()=>Ay,PanelLeft:()=>Dn,PanelLeftClose:()=>Rn,PanelLeftDashed:()=>Bn,PanelLeftInactive:()=>Bn,PanelLeftOpen:()=>In,PanelLeftRightDashed:()=>ky,PanelRight:()=>Ey,PanelRightClose:()=>Ty,PanelRightDashed:()=>Vn,PanelRightInactive:()=>Vn,PanelRightOpen:()=>Ly,PanelTop:()=>By,PanelTopBottomDashed:()=>Hy,PanelTopClose:()=>Py,PanelTopDashed:()=>Fn,PanelTopInactive:()=>Fn,PanelTopOpen:()=>Ry,PanelsLeftBottom:()=>Iy,PanelsLeftRight:()=>Ss,PanelsRightBottom:()=>Dy,PanelsTopBottom:()=>$n,PanelsTopLeft:()=>Wn,Paperclip:()=>Vy,Parentheses:()=>Fy,ParkingCircle:()=>is,ParkingCircleOff:()=>ls,ParkingMeter:()=>Wy,ParkingSquare:()=>Il,ParkingSquareOff:()=>Bl,PartyPopper:()=>Oy,Pause:()=>Ny,PauseCircle:()=>ds,PauseOctagon:()=>Ln,PawPrint:()=>zy,PcCase:()=>_y,Pen:()=>Nn,PenBox:()=>ar,PenLine:()=>On,PenOff:()=>qy,PenSquare:()=>ar,PenTool:()=>Uy,Pencil:()=>Zy,PencilLine:()=>$y,PencilOff:()=>jy,PencilRuler:()=>Gy,Pentagon:()=>Xy,Percent:()=>Jy,PercentCircle:()=>ps,PercentDiamond:()=>Ts,PercentSquare:()=>Dl,PersonStanding:()=>Ky,PhilippinePeso:()=>Yy,Phone:()=>s7,PhoneCall:()=>Qy,PhoneForwarded:()=>e7,PhoneIncoming:()=>t7,PhoneMissed:()=>a7,PhoneOff:()=>r7,PhoneOutgoing:()=>o7,Pi:()=>n7,PiSquare:()=>Vl,Piano:()=>l7,Pickaxe:()=>i7,PictureInPicture:()=>p7,PictureInPicture2:()=>d7,PieChart:()=>No,PiggyBank:()=>c7,Pilcrow:()=>h7,PilcrowLeft:()=>u7,PilcrowRight:()=>f7,PilcrowSquare:()=>Fl,Pill:()=>x7,PillBottle:()=>m7,Pin:()=>M7,PinOff:()=>g7,Pipette:()=>y7,Pizza:()=>v7,Plane:()=>w7,PlaneLanding:()=>b7,PlaneTakeoff:()=>C7,Play:()=>A7,PlayCircle:()=>cs,PlaySquare:()=>Wl,Plug:()=>k7,Plug2:()=>S7,PlugZap:()=>zn,PlugZap2:()=>zn,Plus:()=>T7,PlusCircle:()=>us,PlusSquare:()=>Ol,Pocket:()=>E7,PocketKnife:()=>L7,Podcast:()=>H7,Pointer:()=>R7,PointerOff:()=>P7,Popcorn:()=>I7,Popsicle:()=>B7,PoundSterling:()=>D7,Power:()=>F7,PowerCircle:()=>fs,PowerOff:()=>V7,PowerSquare:()=>Nl,Presentation:()=>W7,Printer:()=>N7,PrinterCheck:()=>O7,Projector:()=>z7,Proportions:()=>_7,Puzzle:()=>q7,Pyramid:()=>U7,QrCode:()=>$7,Quote:()=>j7,Rabbit:()=>G7,Radar:()=>Z7,Radiation:()=>X7,Radical:()=>J7,Radio:()=>Q7,RadioReceiver:()=>K7,RadioTower:()=>Y7,Radius:()=>ev,RailSymbol:()=>tv,Rainbow:()=>av,Rat:()=>rv,Ratio:()=>ov,Receipt:()=>hv,ReceiptCent:()=>sv,ReceiptEuro:()=>nv,ReceiptIndianRupee:()=>lv,ReceiptJapaneseYen:()=>iv,ReceiptPoundSterling:()=>dv,ReceiptRussianRuble:()=>pv,ReceiptSwissFranc:()=>cv,ReceiptText:()=>uv,ReceiptTurkishLira:()=>fv,RectangleCircle:()=>mv,RectangleEllipsis:()=>_n,RectangleGoggles:()=>xv,RectangleHorizontal:()=>gv,RectangleVertical:()=>Mv,Recycle:()=>yv,Redo:()=>Cv,Redo2:()=>vv,RedoDot:()=>bv,RefreshCcw:()=>Av,RefreshCcwDot:()=>wv,RefreshCw:()=>kv,RefreshCwOff:()=>Sv,Refrigerator:()=>Tv,Regex:()=>Lv,RemoveFormatting:()=>Ev,Repeat:()=>Rv,Repeat1:()=>Hv,Repeat2:()=>Pv,Replace:()=>Iv,ReplaceAll:()=>Bv,Reply:()=>Vv,ReplyAll:()=>Dv,Rewind:()=>Fv,Ribbon:()=>Wv,Rocket:()=>Ov,RockingChair:()=>Nv,RollerCoaster:()=>zv,Rose:()=>_v,Rotate3D:()=>qn,Rotate3d:()=>qn,RotateCcw:()=>$v,RotateCcwKey:()=>qv,RotateCcwSquare:()=>Uv,RotateCw:()=>Gv,RotateCwSquare:()=>jv,Route:()=>Xv,RouteOff:()=>Zv,Router:()=>Jv,Rows:()=>Un,Rows2:()=>Un,Rows3:()=>$n,Rows4:()=>Kv,Rss:()=>Yv,Ruler:()=>e9,RulerDimensionLine:()=>Qv,RussianRuble:()=>t9,Sailboat:()=>a9,Salad:()=>r9,Sandwich:()=>o9,Satellite:()=>n9,SatelliteDish:()=>s9,SaudiRiyal:()=>l9,Save:()=>p9,SaveAll:()=>i9,SaveOff:()=>d9,Scale:()=>c9,Scale3D:()=>jn,Scale3d:()=>jn,Scaling:()=>u9,Scan:()=>b9,ScanBarcode:()=>f9,ScanEye:()=>h9,ScanFace:()=>m9,ScanHeart:()=>x9,ScanLine:()=>g9,ScanQrCode:()=>M9,ScanSearch:()=>y9,ScanText:()=>v9,ScatterChart:()=>zo,School:()=>C9,School2:()=>li,Scissors:()=>A9,ScissorsLineDashed:()=>w9,ScissorsSquare:()=>zl,ScissorsSquareDashedBottom:()=>ul,ScreenShare:()=>k9,ScreenShareOff:()=>S9,Scroll:()=>L9,ScrollText:()=>T9,Search:()=>B9,SearchCheck:()=>E9,SearchCode:()=>H9,SearchSlash:()=>P9,SearchX:()=>R9,Section:()=>I9,Send:()=>V9,SendHorizonal:()=>Gn,SendHorizontal:()=>Gn,SendToBack:()=>D9,SeparatorHorizontal:()=>F9,SeparatorVertical:()=>W9,Server:()=>_9,ServerCog:()=>O9,ServerCrash:()=>N9,ServerOff:()=>z9,Settings:()=>U9,Settings2:()=>q9,Shapes:()=>$9,Share:()=>G9,Share2:()=>j9,Sheet:()=>Z9,Shell:()=>X9,Shield:()=>sb,ShieldAlert:()=>J9,ShieldBan:()=>K9,ShieldCheck:()=>Y9,ShieldClose:()=>Xn,ShieldEllipsis:()=>Q9,ShieldHalf:()=>eb,ShieldMinus:()=>tb,ShieldOff:()=>ab,ShieldPlus:()=>rb,ShieldQuestion:()=>Zn,ShieldQuestionMark:()=>Zn,ShieldUser:()=>ob,ShieldX:()=>Xn,Ship:()=>lb,ShipWheel:()=>nb,Shirt:()=>ib,ShoppingBag:()=>db,ShoppingBasket:()=>pb,ShoppingCart:()=>cb,Shovel:()=>ub,ShowerHead:()=>fb,Shredder:()=>hb,Shrimp:()=>mb,Shrink:()=>xb,Shrub:()=>gb,Shuffle:()=>Mb,Sidebar:()=>Dn,SidebarClose:()=>Rn,SidebarOpen:()=>In,Sigma:()=>yb,SigmaSquare:()=>_l,Signal:()=>Ab,SignalHigh:()=>vb,SignalLow:()=>bb,SignalMedium:()=>Cb,SignalZero:()=>wb,Signature:()=>Sb,Signpost:()=>Tb,SignpostBig:()=>kb,Siren:()=>Lb,SkipBack:()=>Eb,SkipForward:()=>Hb,Skull:()=>Pb,Slack:()=>Rb,Slash:()=>Bb,SlashSquare:()=>ql,Slice:()=>Ib,Sliders:()=>Jn,SlidersHorizontal:()=>Db,SlidersVertical:()=>Jn,Smartphone:()=>Wb,SmartphoneCharging:()=>Vb,SmartphoneNfc:()=>Fb,Smile:()=>Nb,SmilePlus:()=>Ob,Snail:()=>zb,Snowflake:()=>_b,SoapDispenserDroplet:()=>qb,Sofa:()=>Ub,SolarPanel:()=>$b,SortAsc:()=>yo,SortDesc:()=>xo,Soup:()=>jb,Space:()=>Gb,Spade:()=>Zb,Sparkle:()=>Xb,Sparkles:()=>Kn,Speaker:()=>Jb,Speech:()=>Kb,SpellCheck:()=>Qb,SpellCheck2:()=>Yb,Spline:()=>tC,SplinePointer:()=>eC,Split:()=>aC,SplitSquareHorizontal:()=>Ul,SplitSquareVertical:()=>$l,Spool:()=>rC,Spotlight:()=>oC,SprayCan:()=>sC,Sprout:()=>nC,Square:()=>gC,SquareActivity:()=>Yn,SquareArrowDown:()=>tl,SquareArrowDownLeft:()=>Qn,SquareArrowDownRight:()=>el,SquareArrowLeft:()=>al,SquareArrowOutDownLeft:()=>rl,SquareArrowOutDownRight:()=>ol,SquareArrowOutUpLeft:()=>sl,SquareArrowOutUpRight:()=>nl,SquareArrowRight:()=>ll,SquareArrowUp:()=>pl,SquareArrowUpLeft:()=>il,SquareArrowUpRight:()=>dl,SquareAsterisk:()=>cl,SquareBottomDashedScissors:()=>ul,SquareChartGantt:()=>Tr,SquareCheck:()=>hl,SquareCheckBig:()=>fl,SquareChevronDown:()=>ml,SquareChevronLeft:()=>xl,SquareChevronRight:()=>gl,SquareChevronUp:()=>Ml,SquareCode:()=>yl,SquareDashed:()=>Cl,SquareDashedBottom:()=>iC,SquareDashedBottomCode:()=>lC,SquareDashedKanban:()=>vl,SquareDashedMousePointer:()=>bl,SquareDashedTopSolid:()=>dC,SquareDivide:()=>wl,SquareDot:()=>Al,SquareEqual:()=>Sl,SquareFunction:()=>kl,SquareGanttChart:()=>Tr,SquareKanban:()=>Tl,SquareLibrary:()=>Ll,SquareM:()=>El,SquareMenu:()=>Hl,SquareMinus:()=>Pl,SquareMousePointer:()=>Rl,SquareParking:()=>Il,SquareParkingOff:()=>Bl,SquarePause:()=>pC,SquarePen:()=>ar,SquarePercent:()=>Dl,SquarePi:()=>Vl,SquarePilcrow:()=>Fl,SquarePlay:()=>Wl,SquarePlus:()=>Ol,SquarePower:()=>Nl,SquareRadical:()=>cC,SquareRoundCorner:()=>uC,SquareScissors:()=>zl,SquareSigma:()=>_l,SquareSlash:()=>ql,SquareSplitHorizontal:()=>Ul,SquareSplitVertical:()=>$l,SquareSquare:()=>fC,SquareStack:()=>hC,SquareStar:()=>mC,SquareStop:()=>xC,SquareTerminal:()=>jl,SquareUser:()=>Zl,SquareUserRound:()=>Gl,SquareX:()=>Xl,SquaresExclude:()=>MC,SquaresIntersect:()=>yC,SquaresSubtract:()=>vC,SquaresUnite:()=>bC,Squircle:()=>wC,SquircleDashed:()=>CC,Squirrel:()=>AC,Stamp:()=>SC,Star:()=>LC,StarHalf:()=>kC,StarOff:()=>TC,Stars:()=>Kn,StepBack:()=>EC,StepForward:()=>HC,Stethoscope:()=>PC,Sticker:()=>RC,StickyNote:()=>BC,StopCircle:()=>ms,Store:()=>IC,StretchHorizontal:()=>DC,StretchVertical:()=>VC,Strikethrough:()=>FC,Subscript:()=>WC,Subtitles:()=>Lo,Sun:()=>qC,SunDim:()=>OC,SunMedium:()=>NC,SunMoon:()=>zC,SunSnow:()=>_C,Sunrise:()=>UC,Sunset:()=>$C,Superscript:()=>jC,SwatchBook:()=>GC,SwissFranc:()=>ZC,SwitchCamera:()=>XC,Sword:()=>JC,Swords:()=>KC,Syringe:()=>YC,Table:()=>nw,Table2:()=>QC,TableCellsMerge:()=>ew,TableCellsSplit:()=>tw,TableColumnsSplit:()=>aw,TableConfig:()=>Cr,TableOfContents:()=>rw,TableProperties:()=>ow,TableRowsSplit:()=>sw,Tablet:()=>iw,TabletSmartphone:()=>lw,Tablets:()=>dw,Tag:()=>pw,Tags:()=>cw,Tally1:()=>uw,Tally2:()=>fw,Tally3:()=>hw,Tally4:()=>mw,Tally5:()=>xw,Tangent:()=>gw,Target:()=>Mw,Telescope:()=>yw,Tent:()=>bw,TentTree:()=>vw,Terminal:()=>Cw,TerminalSquare:()=>jl,TestTube:()=>ww,TestTube2:()=>Jl,TestTubeDiagonal:()=>Jl,TestTubes:()=>Aw,Text:()=>Lr,TextAlignCenter:()=>Kl,TextAlignEnd:()=>Yl,TextAlignJustify:()=>Ql,TextAlignStart:()=>Lr,TextCursor:()=>kw,TextCursorInput:()=>Sw,TextInitial:()=>ei,TextQuote:()=>Tw,TextSearch:()=>Lw,TextSelect:()=>ti,TextSelection:()=>ti,TextWrap:()=>ai,Theater:()=>Ew,Thermometer:()=>Rw,ThermometerSnowflake:()=>Hw,ThermometerSun:()=>Pw,ThumbsDown:()=>Bw,ThumbsUp:()=>Iw,Ticket:()=>zw,TicketCheck:()=>Dw,TicketMinus:()=>Vw,TicketPercent:()=>Fw,TicketPlus:()=>Ww,TicketSlash:()=>Ow,TicketX:()=>Nw,Tickets:()=>qw,TicketsPlane:()=>_w,Timer:()=>jw,TimerOff:()=>Uw,TimerReset:()=>$w,ToggleLeft:()=>Gw,ToggleRight:()=>Zw,Toilet:()=>Xw,ToolCase:()=>Jw,Tornado:()=>Kw,Torus:()=>Yw,Touchpad:()=>eA,TouchpadOff:()=>Qw,TowerControl:()=>tA,ToyBrick:()=>aA,Tractor:()=>rA,TrafficCone:()=>oA,Train:()=>ri,TrainFront:()=>nA,TrainFrontTunnel:()=>sA,TrainTrack:()=>lA,TramFront:()=>ri,Transgender:()=>iA,Trash:()=>pA,Trash2:()=>dA,TreeDeciduous:()=>cA,TreePalm:()=>oi,TreePine:()=>uA,Trees:()=>fA,Trello:()=>hA,TrendingDown:()=>mA,TrendingUp:()=>gA,TrendingUpDown:()=>xA,Triangle:()=>vA,TriangleAlert:()=>si,TriangleDashed:()=>MA,TriangleRight:()=>yA,Trophy:()=>bA,Truck:()=>wA,TruckElectric:()=>CA,TurkishLira:()=>AA,Turntable:()=>SA,Turtle:()=>kA,Tv:()=>LA,Tv2:()=>ni,TvMinimal:()=>ni,TvMinimalPlay:()=>TA,Twitch:()=>EA,Twitter:()=>HA,Type:()=>RA,TypeOutline:()=>PA,Umbrella:()=>IA,UmbrellaOff:()=>BA,Underline:()=>DA,Undo:()=>WA,Undo2:()=>VA,UndoDot:()=>FA,UnfoldHorizontal:()=>OA,UnfoldVertical:()=>NA,Ungroup:()=>zA,University:()=>li,Unlink:()=>qA,Unlink2:()=>_A,Unlock:()=>bn,UnlockKeyhole:()=>vn,Unplug:()=>UA,Upload:()=>$A,UploadCloud:()=>Cs,Usb:()=>jA,User:()=>oS,User2:()=>fi,UserCheck:()=>GA,UserCheck2:()=>ii,UserCircle:()=>gs,UserCircle2:()=>xs,UserCog:()=>ZA,UserCog2:()=>di,UserLock:()=>XA,UserMinus:()=>JA,UserMinus2:()=>pi,UserPen:()=>KA,UserPlus:()=>YA,UserPlus2:()=>ci,UserRound:()=>fi,UserRoundCheck:()=>ii,UserRoundCog:()=>di,UserRoundMinus:()=>pi,UserRoundPen:()=>QA,UserRoundPlus:()=>ci,UserRoundSearch:()=>eS,UserRoundX:()=>ui,UserSearch:()=>tS,UserSquare:()=>Zl,UserSquare2:()=>Gl,UserStar:()=>aS,UserX:()=>rS,UserX2:()=>ui,Users:()=>sS,Users2:()=>hi,UsersRound:()=>hi,Utensils:()=>xi,UtensilsCrossed:()=>mi,UtilityPole:()=>nS,Variable:()=>lS,Vault:()=>iS,VectorSquare:()=>dS,Vegan:()=>pS,VenetianMask:()=>cS,Venus:()=>fS,VenusAndMars:()=>uS,Verified:()=>Co,Vibrate:()=>mS,VibrateOff:()=>hS,Video:()=>gS,VideoOff:()=>xS,Videotape:()=>MS,View:()=>yS,Voicemail:()=>vS,Volleyball:()=>bS,Volume:()=>kS,Volume1:()=>CS,Volume2:()=>wS,VolumeOff:()=>AS,VolumeX:()=>SS,Vote:()=>TS,Wallet:()=>ES,Wallet2:()=>gi,WalletCards:()=>LS,WalletMinimal:()=>gi,Wallpaper:()=>HS,Wand:()=>PS,Wand2:()=>Mi,WandSparkles:()=>Mi,Warehouse:()=>RS,WashingMachine:()=>BS,Watch:()=>IS,Waves:()=>DS,WavesLadder:()=>VS,Waypoints:()=>FS,Webcam:()=>WS,Webhook:()=>NS,WebhookOff:()=>OS,Weight:()=>zS,Wheat:()=>qS,WheatOff:()=>_S,WholeWord:()=>US,Wifi:()=>YS,WifiCog:()=>$S,WifiHigh:()=>jS,WifiLow:()=>GS,WifiOff:()=>ZS,WifiPen:()=>XS,WifiSync:()=>JS,WifiZero:()=>KS,Wind:()=>ek,WindArrowDown:()=>QS,Wine:()=>ak,WineOff:()=>tk,Workflow:()=>rk,Worm:()=>ok,WrapText:()=>ai,Wrench:()=>sk,X:()=>nk,XCircle:()=>Ms,XOctagon:()=>En,XSquare:()=>Xl,Youtube:()=>lk,Zap:()=>dk,ZapOff:()=>ik,ZoomIn:()=>pk,ZoomOut:()=>ck,createElement:()=>sd,createIcons:()=>lP,icons:()=>pT});var od={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 nP=([r,a,t])=>{let e=document.createElementNS("http://www.w3.org/2000/svg",r);return Object.keys(a).forEach(s=>{e.setAttribute(s,String(a[s]))}),t!=null&&t.length&&t.forEach(s=>{let o=nP(s);e.appendChild(o)}),e},sd=(r,a={})=>{let e={...od,...a};return nP(["svg",e,r])};var ZB=r=>Array.from(r.attributes).reduce((a,t)=>(a[t.name]=t.value,a),{}),XB=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:"",JB=r=>r.flatMap(XB).map(t=>t.trim()).filter(Boolean).filter((t,e,s)=>s.indexOf(t)===e).join(" "),KB=r=>r.replace(/(\w)(\w*)(_|-|\s*)/g,(a,t,e)=>t.toUpperCase()+e.toLowerCase()),dT=(r,{nameAttr:a,icons:t,attrs:e})=>{var c;let s=r.getAttribute(a);if(s==null)return;let o=KB(s),n=t[o];if(!n)return console.warn(`${r.outerHTML} icon name was not found in the provided icons object.`);let l=ZB(r),d={...od,"data-lucide":s,...e,...l},i=JB(["lucide",`lucide-${s}`,l,e]);i&&Object.assign(d,{class:i});let u=sd(n,d);return(c=r.parentNode)==null?void 0:c.replaceChild(u,r)};var pT={};Nk(pT,{AArrowDown:()=>nd,AArrowUp:()=>ld,ALargeSmall:()=>id,Accessibility:()=>dd,Activity:()=>pd,ActivitySquare:()=>Yn,AirVent:()=>cd,Airplay:()=>ud,AlarmCheck:()=>uo,AlarmClock:()=>hd,AlarmClockCheck:()=>uo,AlarmClockMinus:()=>fo,AlarmClockOff:()=>fd,AlarmClockPlus:()=>ho,AlarmMinus:()=>fo,AlarmPlus:()=>ho,AlarmSmoke:()=>md,Album:()=>xd,AlertCircle:()=>qo,AlertOctagon:()=>Tn,AlertTriangle:()=>si,AlignCenter:()=>Kl,AlignCenterHorizontal:()=>gd,AlignCenterVertical:()=>Md,AlignEndHorizontal:()=>yd,AlignEndVertical:()=>vd,AlignHorizontalDistributeCenter:()=>bd,AlignHorizontalDistributeEnd:()=>Cd,AlignHorizontalDistributeStart:()=>wd,AlignHorizontalJustifyCenter:()=>Ad,AlignHorizontalJustifyEnd:()=>Sd,AlignHorizontalJustifyStart:()=>kd,AlignHorizontalSpaceAround:()=>Td,AlignHorizontalSpaceBetween:()=>Ld,AlignJustify:()=>Ql,AlignLeft:()=>Lr,AlignRight:()=>Yl,AlignStartHorizontal:()=>Ed,AlignStartVertical:()=>Hd,AlignVerticalDistributeCenter:()=>Pd,AlignVerticalDistributeEnd:()=>Rd,AlignVerticalDistributeStart:()=>Bd,AlignVerticalJustifyCenter:()=>Id,AlignVerticalJustifyEnd:()=>Dd,AlignVerticalJustifyStart:()=>Vd,AlignVerticalSpaceAround:()=>Fd,AlignVerticalSpaceBetween:()=>Wd,Ambulance:()=>Od,Ampersand:()=>Nd,Ampersands:()=>zd,Amphora:()=>_d,Anchor:()=>qd,Angry:()=>Ud,Annoyed:()=>$d,Antenna:()=>jd,Anvil:()=>Gd,Aperture:()=>Zd,AppWindow:()=>Jd,AppWindowMac:()=>Xd,Apple:()=>Kd,Archive:()=>ep,ArchiveRestore:()=>Yd,ArchiveX:()=>Qd,AreaChart:()=>Eo,Armchair:()=>tp,ArrowBigDown:()=>rp,ArrowBigDownDash:()=>ap,ArrowBigLeft:()=>sp,ArrowBigLeftDash:()=>op,ArrowBigRight:()=>lp,ArrowBigRightDash:()=>np,ArrowBigUp:()=>dp,ArrowBigUpDash:()=>ip,ArrowDown:()=>yp,ArrowDown01:()=>pp,ArrowDown10:()=>cp,ArrowDownAZ:()=>mo,ArrowDownAz:()=>mo,ArrowDownCircle:()=>Uo,ArrowDownFromLine:()=>up,ArrowDownLeft:()=>fp,ArrowDownLeftFromCircle:()=>jo,ArrowDownLeftFromSquare:()=>rl,ArrowDownLeftSquare:()=>Qn,ArrowDownNarrowWide:()=>hp,ArrowDownRight:()=>mp,ArrowDownRightFromCircle:()=>Go,ArrowDownRightFromSquare:()=>ol,ArrowDownRightSquare:()=>el,ArrowDownSquare:()=>tl,ArrowDownToDot:()=>xp,ArrowDownToLine:()=>gp,ArrowDownUp:()=>Mp,ArrowDownWideNarrow:()=>xo,ArrowDownZA:()=>go,ArrowDownZa:()=>go,ArrowLeft:()=>wp,ArrowLeftCircle:()=>$o,ArrowLeftFromLine:()=>vp,ArrowLeftRight:()=>bp,ArrowLeftSquare:()=>al,ArrowLeftToLine:()=>Cp,ArrowRight:()=>Tp,ArrowRightCircle:()=>Jo,ArrowRightFromLine:()=>Ap,ArrowRightLeft:()=>Sp,ArrowRightSquare:()=>ll,ArrowRightToLine:()=>kp,ArrowUp:()=>Fp,ArrowUp01:()=>Lp,ArrowUp10:()=>Ep,ArrowUpAZ:()=>Mo,ArrowUpAz:()=>Mo,ArrowUpCircle:()=>Ko,ArrowUpDown:()=>Hp,ArrowUpFromDot:()=>Pp,ArrowUpFromLine:()=>Rp,ArrowUpLeft:()=>Bp,ArrowUpLeftFromCircle:()=>Zo,ArrowUpLeftFromSquare:()=>sl,ArrowUpLeftSquare:()=>il,ArrowUpNarrowWide:()=>yo,ArrowUpRight:()=>Ip,ArrowUpRightFromCircle:()=>Xo,ArrowUpRightFromSquare:()=>nl,ArrowUpRightSquare:()=>dl,ArrowUpSquare:()=>pl,ArrowUpToLine:()=>Dp,ArrowUpWideNarrow:()=>Vp,ArrowUpZA:()=>vo,ArrowUpZa:()=>vo,ArrowsUpFromLine:()=>Wp,Asterisk:()=>Op,AsteriskSquare:()=>cl,AtSign:()=>Np,Atom:()=>zp,AudioLines:()=>_p,AudioWaveform:()=>qp,Award:()=>Up,Axe:()=>$p,Axis3D:()=>bo,Axis3d:()=>bo,Baby:()=>jp,Backpack:()=>Gp,Badge:()=>d2,BadgeAlert:()=>Zp,BadgeCent:()=>Xp,BadgeCheck:()=>Co,BadgeDollarSign:()=>Jp,BadgeEuro:()=>Kp,BadgeHelp:()=>wo,BadgeIndianRupee:()=>Yp,BadgeInfo:()=>Qp,BadgeJapaneseYen:()=>e2,BadgeMinus:()=>t2,BadgePercent:()=>a2,BadgePlus:()=>r2,BadgePoundSterling:()=>o2,BadgeQuestionMark:()=>wo,BadgeRussianRuble:()=>s2,BadgeSwissFranc:()=>n2,BadgeTurkishLira:()=>l2,BadgeX:()=>i2,BaggageClaim:()=>p2,Ban:()=>c2,Banana:()=>u2,Bandage:()=>f2,Banknote:()=>g2,BanknoteArrowDown:()=>h2,BanknoteArrowUp:()=>m2,BanknoteX:()=>x2,BarChart:()=>Fo,BarChart2:()=>Wo,BarChart3:()=>Do,BarChart4:()=>Io,BarChartBig:()=>Bo,BarChartHorizontal:()=>Po,BarChartHorizontalBig:()=>Ho,Barcode:()=>M2,Barrel:()=>y2,Baseline:()=>v2,Bath:()=>b2,Battery:()=>L2,BatteryCharging:()=>C2,BatteryFull:()=>w2,BatteryLow:()=>A2,BatteryMedium:()=>S2,BatteryPlus:()=>k2,BatteryWarning:()=>T2,Beaker:()=>E2,Bean:()=>P2,BeanOff:()=>H2,Bed:()=>I2,BedDouble:()=>R2,BedSingle:()=>B2,Beef:()=>D2,Beer:()=>F2,BeerOff:()=>V2,Bell:()=>U2,BellDot:()=>W2,BellElectric:()=>O2,BellMinus:()=>N2,BellOff:()=>z2,BellPlus:()=>_2,BellRing:()=>q2,BetweenHorizonalEnd:()=>Ao,BetweenHorizonalStart:()=>So,BetweenHorizontalEnd:()=>Ao,BetweenHorizontalStart:()=>So,BetweenVerticalEnd:()=>$2,BetweenVerticalStart:()=>j2,BicepsFlexed:()=>G2,Bike:()=>Z2,Binary:()=>X2,Binoculars:()=>J2,Biohazard:()=>Y2,Bird:()=>K2,Birdhouse:()=>Q2,Bitcoin:()=>e0,Blend:()=>t0,Blinds:()=>a0,Blocks:()=>r0,Bluetooth:()=>l0,BluetoothConnected:()=>o0,BluetoothOff:()=>s0,BluetoothSearching:()=>n0,Bold:()=>i0,Bolt:()=>d0,Bomb:()=>p0,Bone:()=>c0,Book:()=>D0,BookA:()=>u0,BookAlert:()=>f0,BookAudio:()=>h0,BookCheck:()=>m0,BookCopy:()=>x0,BookDashed:()=>ko,BookDown:()=>g0,BookHeadphones:()=>M0,BookHeart:()=>y0,BookImage:()=>v0,BookKey:()=>b0,BookLock:()=>C0,BookMarked:()=>w0,BookMinus:()=>A0,BookOpen:()=>T0,BookOpenCheck:()=>S0,BookOpenText:()=>k0,BookPlus:()=>L0,BookTemplate:()=>ko,BookText:()=>E0,BookType:()=>H0,BookUp:()=>R0,BookUp2:()=>P0,BookUser:()=>B0,BookX:()=>I0,Bookmark:()=>N0,BookmarkCheck:()=>V0,BookmarkMinus:()=>F0,BookmarkPlus:()=>W0,BookmarkX:()=>O0,BoomBox:()=>z0,Bot:()=>U0,BotMessageSquare:()=>_0,BotOff:()=>q0,BottleWine:()=>$0,BowArrow:()=>j0,Box:()=>G0,BoxSelect:()=>Cl,Boxes:()=>Z0,Braces:()=>To,Brackets:()=>X0,Brain:()=>Y0,BrainCircuit:()=>J0,BrainCog:()=>K0,BrickWall:()=>tc,BrickWallFire:()=>Q0,BrickWallShield:()=>ec,Briefcase:()=>sc,BriefcaseBusiness:()=>ac,BriefcaseConveyorBelt:()=>rc,BriefcaseMedical:()=>oc,BringToFront:()=>nc,Brush:()=>ic,BrushCleaning:()=>lc,Bubbles:()=>dc,Bug:()=>uc,BugOff:()=>pc,BugPlay:()=>cc,Building:()=>hc,Building2:()=>fc,Bus:()=>xc,BusFront:()=>mc,Cable:()=>Mc,CableCar:()=>gc,Cake:()=>vc,CakeSlice:()=>yc,Calculator:()=>bc,Calendar:()=>_c,Calendar1:()=>Cc,CalendarArrowDown:()=>wc,CalendarArrowUp:()=>Ac,CalendarCheck:()=>kc,CalendarCheck2:()=>Sc,CalendarClock:()=>Tc,CalendarCog:()=>Lc,CalendarDays:()=>Ec,CalendarFold:()=>Hc,CalendarHeart:()=>Pc,CalendarMinus:()=>Bc,CalendarMinus2:()=>Rc,CalendarOff:()=>Ic,CalendarPlus:()=>Vc,CalendarPlus2:()=>Dc,CalendarRange:()=>Fc,CalendarSearch:()=>Wc,CalendarSync:()=>Oc,CalendarX:()=>zc,CalendarX2:()=>Nc,Camera:()=>Uc,CameraOff:()=>qc,CandlestickChart:()=>Ro,Candy:()=>Gc,CandyCane:()=>$c,CandyOff:()=>jc,Cannabis:()=>Zc,Captions:()=>Lo,CaptionsOff:()=>Xc,Car:()=>Yc,CarFront:()=>Jc,CarTaxiFront:()=>Kc,Caravan:()=>Qc,CardSim:()=>eu,Carrot:()=>tu,CaseLower:()=>au,CaseSensitive:()=>ru,CaseUpper:()=>ou,CassetteTape:()=>su,Cast:()=>nu,Castle:()=>lu,Cat:()=>iu,Cctv:()=>du,ChartArea:()=>Eo,ChartBar:()=>Po,ChartBarBig:()=>Ho,ChartBarDecreasing:()=>pu,ChartBarIncreasing:()=>cu,ChartBarStacked:()=>uu,ChartCandlestick:()=>Ro,ChartColumn:()=>Do,ChartColumnBig:()=>Bo,ChartColumnDecreasing:()=>fu,ChartColumnIncreasing:()=>Io,ChartColumnStacked:()=>hu,ChartGantt:()=>mu,ChartLine:()=>Vo,ChartNetwork:()=>xu,ChartNoAxesColumn:()=>Wo,ChartNoAxesColumnDecreasing:()=>gu,ChartNoAxesColumnIncreasing:()=>Fo,ChartNoAxesCombined:()=>Mu,ChartNoAxesGantt:()=>Oo,ChartPie:()=>No,ChartScatter:()=>zo,ChartSpline:()=>yu,Check:()=>Cu,CheckCheck:()=>vu,CheckCircle:()=>Yo,CheckCircle2:()=>Qo,CheckLine:()=>bu,CheckSquare:()=>fl,CheckSquare2:()=>hl,ChefHat:()=>wu,Cherry:()=>Au,ChevronDown:()=>Su,ChevronDownCircle:()=>es,ChevronDownSquare:()=>ml,ChevronFirst:()=>ku,ChevronLast:()=>Tu,ChevronLeft:()=>Lu,ChevronLeftCircle:()=>ts,ChevronLeftSquare:()=>xl,ChevronRight:()=>Eu,ChevronRightCircle:()=>as,ChevronRightSquare:()=>gl,ChevronUp:()=>Hu,ChevronUpCircle:()=>rs,ChevronUpSquare:()=>Ml,ChevronsDown:()=>Ru,ChevronsDownUp:()=>Pu,ChevronsLeft:()=>Du,ChevronsLeftRight:()=>Iu,ChevronsLeftRightEllipsis:()=>Bu,ChevronsRight:()=>Fu,ChevronsRightLeft:()=>Vu,ChevronsUp:()=>Ou,ChevronsUpDown:()=>Wu,Chrome:()=>_o,Chromium:()=>_o,Church:()=>Nu,Cigarette:()=>_u,CigaretteOff:()=>zu,Circle:()=>af,CircleAlert:()=>qo,CircleArrowDown:()=>Uo,CircleArrowLeft:()=>$o,CircleArrowOutDownLeft:()=>jo,CircleArrowOutDownRight:()=>Go,CircleArrowOutUpLeft:()=>Zo,CircleArrowOutUpRight:()=>Xo,CircleArrowRight:()=>Jo,CircleArrowUp:()=>Ko,CircleCheck:()=>Qo,CircleCheckBig:()=>Yo,CircleChevronDown:()=>es,CircleChevronLeft:()=>ts,CircleChevronRight:()=>as,CircleChevronUp:()=>rs,CircleDashed:()=>qu,CircleDivide:()=>os,CircleDollarSign:()=>Uu,CircleDot:()=>ju,CircleDotDashed:()=>$u,CircleEllipsis:()=>Gu,CircleEqual:()=>Zu,CircleFadingArrowUp:()=>Xu,CircleFadingPlus:()=>Ju,CircleGauge:()=>ss,CircleHelp:()=>br,CircleMinus:()=>ns,CircleOff:()=>Ku,CircleParking:()=>is,CircleParkingOff:()=>ls,CirclePause:()=>ds,CirclePercent:()=>ps,CirclePlay:()=>cs,CirclePlus:()=>us,CirclePoundSterling:()=>Yu,CirclePower:()=>fs,CircleQuestionMark:()=>br,CircleSlash:()=>Qu,CircleSlash2:()=>hs,CircleSlashed:()=>hs,CircleSmall:()=>ef,CircleStar:()=>tf,CircleStop:()=>ms,CircleUser:()=>gs,CircleUserRound:()=>xs,CircleX:()=>Ms,CircuitBoard:()=>rf,Citrus:()=>of,Clapperboard:()=>sf,Clipboard:()=>xf,ClipboardCheck:()=>nf,ClipboardClock:()=>lf,ClipboardCopy:()=>df,ClipboardEdit:()=>vs,ClipboardList:()=>pf,ClipboardMinus:()=>cf,ClipboardPaste:()=>uf,ClipboardPen:()=>vs,ClipboardPenLine:()=>ys,ClipboardPlus:()=>ff,ClipboardSignature:()=>ys,ClipboardType:()=>hf,ClipboardX:()=>mf,Clock:()=>Df,Clock1:()=>gf,Clock10:()=>Mf,Clock11:()=>yf,Clock12:()=>vf,Clock2:()=>bf,Clock3:()=>Cf,Clock4:()=>wf,Clock5:()=>Af,Clock6:()=>Sf,Clock7:()=>kf,Clock8:()=>Tf,Clock9:()=>Lf,ClockAlert:()=>Ef,ClockArrowDown:()=>Hf,ClockArrowUp:()=>Pf,ClockCheck:()=>Rf,ClockFading:()=>Bf,ClockPlus:()=>If,ClosedCaption:()=>Vf,Cloud:()=>Yf,CloudAlert:()=>Ff,CloudCheck:()=>Wf,CloudCog:()=>Of,CloudDownload:()=>bs,CloudDrizzle:()=>Nf,CloudFog:()=>zf,CloudHail:()=>_f,CloudLightning:()=>qf,CloudMoon:()=>$f,CloudMoonRain:()=>Uf,CloudOff:()=>jf,CloudRain:()=>Zf,CloudRainWind:()=>Gf,CloudSnow:()=>Xf,CloudSun:()=>Kf,CloudSunRain:()=>Jf,CloudUpload:()=>Cs,Cloudy:()=>Qf,Clover:()=>eh,Club:()=>th,Code:()=>ah,Code2:()=>ws,CodeSquare:()=>yl,CodeXml:()=>ws,Codepen:()=>rh,Codesandbox:()=>oh,Coffee:()=>sh,Cog:()=>nh,Coins:()=>lh,Columns:()=>As,Columns2:()=>As,Columns3:()=>Ss,Columns3Cog:()=>Cr,Columns4:()=>ih,ColumnsSettings:()=>Cr,Combine:()=>dh,Command:()=>ph,Compass:()=>ch,Component:()=>uh,Computer:()=>fh,ConciergeBell:()=>hh,Cone:()=>mh,Construction:()=>xh,Contact:()=>gh,Contact2:()=>ks,ContactRound:()=>ks,Container:()=>Mh,Contrast:()=>yh,Cookie:()=>vh,CookingPot:()=>bh,Copy:()=>Th,CopyCheck:()=>Ch,CopyMinus:()=>wh,CopyPlus:()=>Ah,CopySlash:()=>Sh,CopyX:()=>kh,Copyleft:()=>Lh,Copyright:()=>Eh,CornerDownLeft:()=>Hh,CornerDownRight:()=>Ph,CornerLeftDown:()=>Rh,CornerLeftUp:()=>Bh,CornerRightDown:()=>Ih,CornerRightUp:()=>Dh,CornerUpLeft:()=>Vh,CornerUpRight:()=>Fh,Cpu:()=>Wh,CreativeCommons:()=>Oh,CreditCard:()=>Nh,Croissant:()=>zh,Crop:()=>_h,Cross:()=>qh,Crosshair:()=>Uh,Crown:()=>$h,Cuboid:()=>jh,CupSoda:()=>Gh,CurlyBraces:()=>To,Currency:()=>Zh,Cylinder:()=>Xh,Dam:()=>Jh,Database:()=>Qh,DatabaseBackup:()=>Kh,DatabaseZap:()=>Yh,DecimalsArrowLeft:()=>em,DecimalsArrowRight:()=>tm,Delete:()=>am,Dessert:()=>rm,Diameter:()=>om,Diamond:()=>lm,DiamondMinus:()=>sm,DiamondPercent:()=>Ts,DiamondPlus:()=>nm,Dice1:()=>im,Dice2:()=>dm,Dice3:()=>pm,Dice4:()=>cm,Dice5:()=>um,Dice6:()=>fm,Dices:()=>hm,Diff:()=>mm,Disc:()=>ym,Disc2:()=>xm,Disc3:()=>gm,DiscAlbum:()=>Mm,Divide:()=>vm,DivideCircle:()=>os,DivideSquare:()=>wl,Dna:()=>Cm,DnaOff:()=>bm,Dock:()=>wm,Dog:()=>Am,DollarSign:()=>Sm,Donut:()=>km,DoorClosed:()=>Lm,DoorClosedLocked:()=>Tm,DoorOpen:()=>Em,Dot:()=>Hm,DotSquare:()=>Al,Download:()=>Pm,DownloadCloud:()=>bs,DraftingCompass:()=>Rm,Drama:()=>Bm,Dribbble:()=>Im,Drill:()=>Dm,Drone:()=>Vm,Droplet:()=>Wm,DropletOff:()=>Fm,Droplets:()=>Om,Drum:()=>Nm,Drumstick:()=>zm,Dumbbell:()=>_m,Ear:()=>Um,EarOff:()=>qm,Earth:()=>Ls,EarthLock:()=>$m,Eclipse:()=>jm,Edit:()=>ar,Edit2:()=>Nn,Edit3:()=>On,Egg:()=>Xm,EggFried:()=>Gm,EggOff:()=>Zm,Ellipsis:()=>Hs,EllipsisVertical:()=>Es,Equal:()=>Ym,EqualApproximately:()=>Jm,EqualNot:()=>Km,EqualSquare:()=>Sl,Eraser:()=>Qm,EthernetPort:()=>ex,Euro:()=>tx,EvCharger:()=>ax,Expand:()=>rx,ExternalLink:()=>ox,Eye:()=>lx,EyeClosed:()=>sx,EyeOff:()=>nx,Facebook:()=>ix,Factory:()=>dx,Fan:()=>px,FastForward:()=>cx,Feather:()=>ux,Fence:()=>fx,FerrisWheel:()=>hx,Figma:()=>mx,File:()=>Ux,FileArchive:()=>xx,FileAudio:()=>wr,FileAudio2:()=>wr,FileAxis3D:()=>Ps,FileAxis3d:()=>Ps,FileBadge:()=>Rs,FileBadge2:()=>Rs,FileBarChart:()=>Ds,FileBarChart2:()=>Vs,FileBox:()=>gx,FileBraces:()=>Is,FileBracesCorner:()=>Bs,FileChartColumn:()=>Vs,FileChartColumnIncreasing:()=>Ds,FileChartLine:()=>Fs,FileChartPie:()=>Ws,FileCheck:()=>Mx,FileCheck2:()=>Os,FileCheckCorner:()=>Os,FileClock:()=>yx,FileCode:()=>vx,FileCode2:()=>Ns,FileCodeCorner:()=>Ns,FileCog:()=>zs,FileCog2:()=>zs,FileDiff:()=>bx,FileDigit:()=>Cx,FileDown:()=>wx,FileEdit:()=>Gs,FileExclamationPoint:()=>_s,FileHeadphone:()=>wr,FileHeart:()=>Ax,FileImage:()=>Sx,FileInput:()=>kx,FileJson:()=>Is,FileJson2:()=>Bs,FileKey:()=>qs,FileKey2:()=>qs,FileLineChart:()=>Fs,FileLock:()=>Us,FileLock2:()=>Us,FileMinus:()=>Tx,FileMinus2:()=>$s,FileMinusCorner:()=>$s,FileMusic:()=>Lx,FileOutput:()=>Ex,FilePen:()=>Gs,FilePenLine:()=>js,FilePieChart:()=>Ws,FilePlay:()=>Zs,FilePlus:()=>Hx,FilePlus2:()=>Xs,FilePlusCorner:()=>Xs,FileQuestion:()=>Js,FileQuestionMark:()=>Js,FileScan:()=>Px,FileSearch:()=>Rx,FileSearch2:()=>Ks,FileSearchCorner:()=>Ks,FileSignal:()=>Ys,FileSignature:()=>js,FileSliders:()=>Bx,FileSpreadsheet:()=>Ix,FileStack:()=>Dx,FileSymlink:()=>Vx,FileTerminal:()=>Fx,FileText:()=>Wx,FileType:()=>Ox,FileType2:()=>Qs,FileTypeCorner:()=>Qs,FileUp:()=>Nx,FileUser:()=>zx,FileVideo:()=>Zs,FileVideo2:()=>en,FileVideoCamera:()=>en,FileVolume:()=>_x,FileVolume2:()=>Ys,FileWarning:()=>_s,FileX:()=>qx,FileX2:()=>tn,FileXCorner:()=>tn,Files:()=>$x,Film:()=>jx,Filter:()=>sn,FilterX:()=>on,Fingerprint:()=>Gx,FireExtinguisher:()=>Zx,Fish:()=>Kx,FishOff:()=>Xx,FishSymbol:()=>Jx,Flag:()=>t4,FlagOff:()=>Yx,FlagTriangleLeft:()=>Qx,FlagTriangleRight:()=>e4,Flame:()=>r4,FlameKindling:()=>a4,Flashlight:()=>s4,FlashlightOff:()=>o4,FlaskConical:()=>l4,FlaskConicalOff:()=>n4,FlaskRound:()=>i4,FlipHorizontal:()=>p4,FlipHorizontal2:()=>d4,FlipVertical:()=>u4,FlipVertical2:()=>c4,Flower:()=>h4,Flower2:()=>f4,Focus:()=>m4,FoldHorizontal:()=>x4,FoldVertical:()=>g4,Folder:()=>$4,FolderArchive:()=>M4,FolderCheck:()=>y4,FolderClock:()=>v4,FolderClosed:()=>b4,FolderCode:()=>C4,FolderCog:()=>an,FolderCog2:()=>an,FolderDot:()=>w4,FolderDown:()=>A4,FolderEdit:()=>rn,FolderGit:()=>k4,FolderGit2:()=>S4,FolderHeart:()=>T4,FolderInput:()=>L4,FolderKanban:()=>E4,FolderKey:()=>H4,FolderLock:()=>P4,FolderMinus:()=>R4,FolderOpen:()=>I4,FolderOpenDot:()=>B4,FolderOutput:()=>D4,FolderPen:()=>rn,FolderPlus:()=>V4,FolderRoot:()=>F4,FolderSearch:()=>O4,FolderSearch2:()=>W4,FolderSymlink:()=>N4,FolderSync:()=>z4,FolderTree:()=>_4,FolderUp:()=>q4,FolderX:()=>U4,Folders:()=>j4,Footprints:()=>G4,ForkKnife:()=>xi,ForkKnifeCrossed:()=>mi,Forklift:()=>Z4,FormInput:()=>_n,Forward:()=>X4,Frame:()=>J4,Framer:()=>K4,Frown:()=>Y4,Fuel:()=>Q4,Fullscreen:()=>e5,FunctionSquare:()=>kl,Funnel:()=>sn,FunnelPlus:()=>t5,FunnelX:()=>on,GalleryHorizontal:()=>r5,GalleryHorizontalEnd:()=>a5,GalleryThumbnails:()=>o5,GalleryVertical:()=>n5,GalleryVerticalEnd:()=>s5,Gamepad:()=>d5,Gamepad2:()=>l5,GamepadDirectional:()=>i5,GanttChart:()=>Oo,GanttChartSquare:()=>Tr,Gauge:()=>p5,GaugeCircle:()=>ss,Gavel:()=>c5,Gem:()=>u5,GeorgianLari:()=>f5,Ghost:()=>h5,Gift:()=>m5,GitBranch:()=>M5,GitBranchMinus:()=>x5,GitBranchPlus:()=>g5,GitCommit:()=>nn,GitCommitHorizontal:()=>nn,GitCommitVertical:()=>y5,GitCompare:()=>b5,GitCompareArrows:()=>v5,GitFork:()=>C5,GitGraph:()=>w5,GitMerge:()=>A5,GitPullRequest:()=>H5,GitPullRequestArrow:()=>S5,GitPullRequestClosed:()=>k5,GitPullRequestCreate:()=>L5,GitPullRequestCreateArrow:()=>T5,GitPullRequestDraft:()=>E5,Github:()=>P5,Gitlab:()=>R5,GlassWater:()=>B5,Glasses:()=>I5,Globe:()=>V5,Globe2:()=>Ls,GlobeLock:()=>D5,Goal:()=>F5,Gpu:()=>W5,Grab:()=>un,GraduationCap:()=>O5,Grape:()=>N5,Grid:()=>Ar,Grid2X2:()=>cn,Grid2X2Check:()=>ln,Grid2X2Plus:()=>dn,Grid2X2X:()=>pn,Grid2x2:()=>cn,Grid2x2Check:()=>ln,Grid2x2Plus:()=>dn,Grid2x2X:()=>pn,Grid3X3:()=>Ar,Grid3x2:()=>z5,Grid3x3:()=>Ar,Grip:()=>U5,GripHorizontal:()=>_5,GripVertical:()=>q5,Group:()=>$5,Guitar:()=>j5,Ham:()=>G5,Hamburger:()=>Z5,Hammer:()=>X5,Hand:()=>tg,HandCoins:()=>J5,HandFist:()=>K5,HandGrab:()=>un,HandHeart:()=>Y5,HandHelping:()=>fn,HandMetal:()=>Q5,HandPlatter:()=>eg,Handbag:()=>ag,Handshake:()=>rg,HardDrive:()=>ng,HardDriveDownload:()=>og,HardDriveUpload:()=>sg,HardHat:()=>lg,Hash:()=>ig,HatGlasses:()=>dg,Haze:()=>pg,HdmiPort:()=>cg,Heading:()=>Mg,Heading1:()=>ug,Heading2:()=>fg,Heading3:()=>hg,Heading4:()=>mg,Heading5:()=>xg,Heading6:()=>gg,HeadphoneOff:()=>yg,Headphones:()=>vg,Headset:()=>bg,Heart:()=>Lg,HeartCrack:()=>Cg,HeartHandshake:()=>wg,HeartMinus:()=>Ag,HeartOff:()=>Sg,HeartPlus:()=>kg,HeartPulse:()=>Tg,Heater:()=>Eg,Helicopter:()=>Hg,HelpCircle:()=>br,HelpingHand:()=>fn,Hexagon:()=>Pg,Highlighter:()=>Rg,History:()=>Bg,Home:()=>hn,Hop:()=>Dg,HopOff:()=>Ig,Hospital:()=>Vg,Hotel:()=>Fg,Hourglass:()=>Wg,House:()=>hn,HouseHeart:()=>Og,HousePlug:()=>Ng,HousePlus:()=>zg,HouseWifi:()=>_g,IceCream:()=>xn,IceCream2:()=>mn,IceCreamBowl:()=>mn,IceCreamCone:()=>xn,IdCard:()=>Ug,IdCardLanyard:()=>qg,Image:()=>Yg,ImageDown:()=>jg,ImageMinus:()=>$g,ImageOff:()=>Gg,ImagePlay:()=>Zg,ImagePlus:()=>Xg,ImageUp:()=>Jg,ImageUpscale:()=>Kg,Images:()=>Qg,Import:()=>e3,Inbox:()=>t3,Indent:()=>kr,IndentDecrease:()=>Sr,IndentIncrease:()=>kr,IndianRupee:()=>a3,Infinity:()=>r3,Info:()=>o3,Inspect:()=>Rl,InspectionPanel:()=>s3,Instagram:()=>n3,Italic:()=>l3,IterationCcw:()=>i3,IterationCw:()=>d3,JapaneseYen:()=>p3,Joystick:()=>c3,Kanban:()=>u3,KanbanSquare:()=>Tl,KanbanSquareDashed:()=>vl,Kayak:()=>f3,Key:()=>x3,KeyRound:()=>h3,KeySquare:()=>m3,Keyboard:()=>y3,KeyboardMusic:()=>g3,KeyboardOff:()=>M3,Lamp:()=>S3,LampCeiling:()=>v3,LampDesk:()=>b3,LampFloor:()=>C3,LampWallDown:()=>w3,LampWallUp:()=>A3,LandPlot:()=>k3,Landmark:()=>T3,Languages:()=>L3,Laptop:()=>H3,Laptop2:()=>gn,LaptopMinimal:()=>gn,LaptopMinimalCheck:()=>E3,Lasso:()=>R3,LassoSelect:()=>P3,Laugh:()=>B3,Layers:()=>Mn,Layers2:()=>I3,Layers3:()=>Mn,Layout:()=>Wn,LayoutDashboard:()=>D3,LayoutGrid:()=>V3,LayoutList:()=>F3,LayoutPanelLeft:()=>W3,LayoutPanelTop:()=>O3,LayoutTemplate:()=>N3,Leaf:()=>z3,LeafyGreen:()=>_3,Lectern:()=>q3,LetterText:()=>ei,Library:()=>$3,LibraryBig:()=>U3,LibrarySquare:()=>Ll,LifeBuoy:()=>j3,Ligature:()=>G3,Lightbulb:()=>X3,LightbulbOff:()=>Z3,LineChart:()=>Vo,LineSquiggle:()=>J3,Link:()=>Q3,Link2:()=>Y3,Link2Off:()=>K3,Linkedin:()=>eM,List:()=>yM,ListCheck:()=>tM,ListChecks:()=>aM,ListChevronsDownUp:()=>rM,ListChevronsUpDown:()=>oM,ListCollapse:()=>sM,ListEnd:()=>nM,ListFilter:()=>iM,ListFilterPlus:()=>lM,ListIndentDecrease:()=>Sr,ListIndentIncrease:()=>kr,ListMinus:()=>dM,ListMusic:()=>pM,ListOrdered:()=>cM,ListPlus:()=>uM,ListRestart:()=>fM,ListStart:()=>hM,ListTodo:()=>mM,ListTree:()=>xM,ListVideo:()=>gM,ListX:()=>MM,Loader:()=>bM,Loader2:()=>yn,LoaderCircle:()=>yn,LoaderPinwheel:()=>vM,Locate:()=>AM,LocateFixed:()=>CM,LocateOff:()=>wM,LocationEdit:()=>wn,Lock:()=>kM,LockKeyhole:()=>SM,LockKeyholeOpen:()=>vn,LockOpen:()=>bn,LogIn:()=>TM,LogOut:()=>LM,Logs:()=>EM,Lollipop:()=>HM,Luggage:()=>PM,MSquare:()=>El,Magnet:()=>RM,Mail:()=>NM,MailCheck:()=>BM,MailMinus:()=>IM,MailOpen:()=>DM,MailPlus:()=>VM,MailQuestion:()=>Cn,MailQuestionMark:()=>Cn,MailSearch:()=>FM,MailWarning:()=>WM,MailX:()=>OM,Mailbox:()=>zM,Mails:()=>_M,Map:()=>r6,MapMinus:()=>qM,MapPin:()=>e6,MapPinCheck:()=>$M,MapPinCheckInside:()=>UM,MapPinHouse:()=>jM,MapPinMinus:()=>ZM,MapPinMinusInside:()=>GM,MapPinOff:()=>XM,MapPinPen:()=>wn,MapPinPlus:()=>KM,MapPinPlusInside:()=>JM,MapPinX:()=>QM,MapPinXInside:()=>YM,MapPinned:()=>t6,MapPlus:()=>a6,Mars:()=>s6,MarsStroke:()=>o6,Martini:()=>n6,Maximize:()=>i6,Maximize2:()=>l6,Medal:()=>d6,Megaphone:()=>c6,MegaphoneOff:()=>p6,Meh:()=>u6,MemoryStick:()=>f6,Menu:()=>h6,MenuSquare:()=>Hl,Merge:()=>m6,MessageCircle:()=>S6,MessageCircleCode:()=>x6,MessageCircleDashed:()=>g6,MessageCircleHeart:()=>M6,MessageCircleMore:()=>y6,MessageCircleOff:()=>v6,MessageCirclePlus:()=>b6,MessageCircleQuestion:()=>An,MessageCircleQuestionMark:()=>An,MessageCircleReply:()=>C6,MessageCircleWarning:()=>w6,MessageCircleX:()=>A6,MessageSquare:()=>z6,MessageSquareCode:()=>k6,MessageSquareDashed:()=>T6,MessageSquareDiff:()=>L6,MessageSquareDot:()=>E6,MessageSquareHeart:()=>H6,MessageSquareLock:()=>P6,MessageSquareMore:()=>R6,MessageSquareOff:()=>B6,MessageSquarePlus:()=>I6,MessageSquareQuote:()=>D6,MessageSquareReply:()=>V6,MessageSquareShare:()=>F6,MessageSquareText:()=>W6,MessageSquareWarning:()=>O6,MessageSquareX:()=>N6,MessagesSquare:()=>_6,Mic:()=>U6,Mic2:()=>Sn,MicOff:()=>q6,MicVocal:()=>Sn,Microchip:()=>$6,Microscope:()=>j6,Microwave:()=>G6,Milestone:()=>Z6,Milk:()=>J6,MilkOff:()=>X6,Minimize:()=>Y6,Minimize2:()=>K6,Minus:()=>Q6,MinusCircle:()=>ns,MinusSquare:()=>Pl,Monitor:()=>f8,MonitorCheck:()=>e8,MonitorCloud:()=>t8,MonitorCog:()=>a8,MonitorDot:()=>r8,MonitorDown:()=>o8,MonitorOff:()=>s8,MonitorPause:()=>n8,MonitorPlay:()=>l8,MonitorSmartphone:()=>i8,MonitorSpeaker:()=>d8,MonitorStop:()=>p8,MonitorUp:()=>c8,MonitorX:()=>u8,Moon:()=>m8,MoonStar:()=>h8,MoreHorizontal:()=>Hs,MoreVertical:()=>Es,Motorbike:()=>x8,Mountain:()=>M8,MountainSnow:()=>g8,Mouse:()=>A8,MouseOff:()=>y8,MousePointer:()=>w8,MousePointer2:()=>v8,MousePointerBan:()=>b8,MousePointerClick:()=>C8,MousePointerSquareDashed:()=>bl,Move:()=>F8,Move3D:()=>kn,Move3d:()=>kn,MoveDiagonal:()=>k8,MoveDiagonal2:()=>S8,MoveDown:()=>E8,MoveDownLeft:()=>T8,MoveDownRight:()=>L8,MoveHorizontal:()=>H8,MoveLeft:()=>P8,MoveRight:()=>R8,MoveUp:()=>D8,MoveUpLeft:()=>B8,MoveUpRight:()=>I8,MoveVertical:()=>V8,Music:()=>z8,Music2:()=>W8,Music3:()=>O8,Music4:()=>N8,Navigation:()=>$8,Navigation2:()=>q8,Navigation2Off:()=>_8,NavigationOff:()=>U8,Network:()=>j8,Newspaper:()=>G8,Nfc:()=>Z8,NonBinary:()=>X8,Notebook:()=>Q8,NotebookPen:()=>J8,NotebookTabs:()=>K8,NotebookText:()=>Y8,NotepadText:()=>ty,NotepadTextDashed:()=>ey,Nut:()=>ry,NutOff:()=>ay,Octagon:()=>sy,OctagonAlert:()=>Tn,OctagonMinus:()=>oy,OctagonPause:()=>Ln,OctagonX:()=>En,Omega:()=>ny,Option:()=>ly,Orbit:()=>iy,Origami:()=>dy,Outdent:()=>Sr,Package:()=>gy,Package2:()=>py,PackageCheck:()=>cy,PackageMinus:()=>uy,PackageOpen:()=>fy,PackagePlus:()=>hy,PackageSearch:()=>my,PackageX:()=>xy,PaintBucket:()=>My,PaintRoller:()=>yy,Paintbrush:()=>vy,Paintbrush2:()=>Hn,PaintbrushVertical:()=>Hn,Palette:()=>by,Palmtree:()=>oi,Panda:()=>Cy,PanelBottom:()=>Sy,PanelBottomClose:()=>wy,PanelBottomDashed:()=>Pn,PanelBottomInactive:()=>Pn,PanelBottomOpen:()=>Ay,PanelLeft:()=>Dn,PanelLeftClose:()=>Rn,PanelLeftDashed:()=>Bn,PanelLeftInactive:()=>Bn,PanelLeftOpen:()=>In,PanelLeftRightDashed:()=>ky,PanelRight:()=>Ey,PanelRightClose:()=>Ty,PanelRightDashed:()=>Vn,PanelRightInactive:()=>Vn,PanelRightOpen:()=>Ly,PanelTop:()=>By,PanelTopBottomDashed:()=>Hy,PanelTopClose:()=>Py,PanelTopDashed:()=>Fn,PanelTopInactive:()=>Fn,PanelTopOpen:()=>Ry,PanelsLeftBottom:()=>Iy,PanelsLeftRight:()=>Ss,PanelsRightBottom:()=>Dy,PanelsTopBottom:()=>$n,PanelsTopLeft:()=>Wn,Paperclip:()=>Vy,Parentheses:()=>Fy,ParkingCircle:()=>is,ParkingCircleOff:()=>ls,ParkingMeter:()=>Wy,ParkingSquare:()=>Il,ParkingSquareOff:()=>Bl,PartyPopper:()=>Oy,Pause:()=>Ny,PauseCircle:()=>ds,PauseOctagon:()=>Ln,PawPrint:()=>zy,PcCase:()=>_y,Pen:()=>Nn,PenBox:()=>ar,PenLine:()=>On,PenOff:()=>qy,PenSquare:()=>ar,PenTool:()=>Uy,Pencil:()=>Zy,PencilLine:()=>$y,PencilOff:()=>jy,PencilRuler:()=>Gy,Pentagon:()=>Xy,Percent:()=>Jy,PercentCircle:()=>ps,PercentDiamond:()=>Ts,PercentSquare:()=>Dl,PersonStanding:()=>Ky,PhilippinePeso:()=>Yy,Phone:()=>s7,PhoneCall:()=>Qy,PhoneForwarded:()=>e7,PhoneIncoming:()=>t7,PhoneMissed:()=>a7,PhoneOff:()=>r7,PhoneOutgoing:()=>o7,Pi:()=>n7,PiSquare:()=>Vl,Piano:()=>l7,Pickaxe:()=>i7,PictureInPicture:()=>p7,PictureInPicture2:()=>d7,PieChart:()=>No,PiggyBank:()=>c7,Pilcrow:()=>h7,PilcrowLeft:()=>u7,PilcrowRight:()=>f7,PilcrowSquare:()=>Fl,Pill:()=>x7,PillBottle:()=>m7,Pin:()=>M7,PinOff:()=>g7,Pipette:()=>y7,Pizza:()=>v7,Plane:()=>w7,PlaneLanding:()=>b7,PlaneTakeoff:()=>C7,Play:()=>A7,PlayCircle:()=>cs,PlaySquare:()=>Wl,Plug:()=>k7,Plug2:()=>S7,PlugZap:()=>zn,PlugZap2:()=>zn,Plus:()=>T7,PlusCircle:()=>us,PlusSquare:()=>Ol,Pocket:()=>E7,PocketKnife:()=>L7,Podcast:()=>H7,Pointer:()=>R7,PointerOff:()=>P7,Popcorn:()=>I7,Popsicle:()=>B7,PoundSterling:()=>D7,Power:()=>F7,PowerCircle:()=>fs,PowerOff:()=>V7,PowerSquare:()=>Nl,Presentation:()=>W7,Printer:()=>N7,PrinterCheck:()=>O7,Projector:()=>z7,Proportions:()=>_7,Puzzle:()=>q7,Pyramid:()=>U7,QrCode:()=>$7,Quote:()=>j7,Rabbit:()=>G7,Radar:()=>Z7,Radiation:()=>X7,Radical:()=>J7,Radio:()=>Q7,RadioReceiver:()=>K7,RadioTower:()=>Y7,Radius:()=>ev,RailSymbol:()=>tv,Rainbow:()=>av,Rat:()=>rv,Ratio:()=>ov,Receipt:()=>hv,ReceiptCent:()=>sv,ReceiptEuro:()=>nv,ReceiptIndianRupee:()=>lv,ReceiptJapaneseYen:()=>iv,ReceiptPoundSterling:()=>dv,ReceiptRussianRuble:()=>pv,ReceiptSwissFranc:()=>cv,ReceiptText:()=>uv,ReceiptTurkishLira:()=>fv,RectangleCircle:()=>mv,RectangleEllipsis:()=>_n,RectangleGoggles:()=>xv,RectangleHorizontal:()=>gv,RectangleVertical:()=>Mv,Recycle:()=>yv,Redo:()=>Cv,Redo2:()=>vv,RedoDot:()=>bv,RefreshCcw:()=>Av,RefreshCcwDot:()=>wv,RefreshCw:()=>kv,RefreshCwOff:()=>Sv,Refrigerator:()=>Tv,Regex:()=>Lv,RemoveFormatting:()=>Ev,Repeat:()=>Rv,Repeat1:()=>Hv,Repeat2:()=>Pv,Replace:()=>Iv,ReplaceAll:()=>Bv,Reply:()=>Vv,ReplyAll:()=>Dv,Rewind:()=>Fv,Ribbon:()=>Wv,Rocket:()=>Ov,RockingChair:()=>Nv,RollerCoaster:()=>zv,Rose:()=>_v,Rotate3D:()=>qn,Rotate3d:()=>qn,RotateCcw:()=>$v,RotateCcwKey:()=>qv,RotateCcwSquare:()=>Uv,RotateCw:()=>Gv,RotateCwSquare:()=>jv,Route:()=>Xv,RouteOff:()=>Zv,Router:()=>Jv,Rows:()=>Un,Rows2:()=>Un,Rows3:()=>$n,Rows4:()=>Kv,Rss:()=>Yv,Ruler:()=>e9,RulerDimensionLine:()=>Qv,RussianRuble:()=>t9,Sailboat:()=>a9,Salad:()=>r9,Sandwich:()=>o9,Satellite:()=>n9,SatelliteDish:()=>s9,SaudiRiyal:()=>l9,Save:()=>p9,SaveAll:()=>i9,SaveOff:()=>d9,Scale:()=>c9,Scale3D:()=>jn,Scale3d:()=>jn,Scaling:()=>u9,Scan:()=>b9,ScanBarcode:()=>f9,ScanEye:()=>h9,ScanFace:()=>m9,ScanHeart:()=>x9,ScanLine:()=>g9,ScanQrCode:()=>M9,ScanSearch:()=>y9,ScanText:()=>v9,ScatterChart:()=>zo,School:()=>C9,School2:()=>li,Scissors:()=>A9,ScissorsLineDashed:()=>w9,ScissorsSquare:()=>zl,ScissorsSquareDashedBottom:()=>ul,ScreenShare:()=>k9,ScreenShareOff:()=>S9,Scroll:()=>L9,ScrollText:()=>T9,Search:()=>B9,SearchCheck:()=>E9,SearchCode:()=>H9,SearchSlash:()=>P9,SearchX:()=>R9,Section:()=>I9,Send:()=>V9,SendHorizonal:()=>Gn,SendHorizontal:()=>Gn,SendToBack:()=>D9,SeparatorHorizontal:()=>F9,SeparatorVertical:()=>W9,Server:()=>_9,ServerCog:()=>O9,ServerCrash:()=>N9,ServerOff:()=>z9,Settings:()=>U9,Settings2:()=>q9,Shapes:()=>$9,Share:()=>G9,Share2:()=>j9,Sheet:()=>Z9,Shell:()=>X9,Shield:()=>sb,ShieldAlert:()=>J9,ShieldBan:()=>K9,ShieldCheck:()=>Y9,ShieldClose:()=>Xn,ShieldEllipsis:()=>Q9,ShieldHalf:()=>eb,ShieldMinus:()=>tb,ShieldOff:()=>ab,ShieldPlus:()=>rb,ShieldQuestion:()=>Zn,ShieldQuestionMark:()=>Zn,ShieldUser:()=>ob,ShieldX:()=>Xn,Ship:()=>lb,ShipWheel:()=>nb,Shirt:()=>ib,ShoppingBag:()=>db,ShoppingBasket:()=>pb,ShoppingCart:()=>cb,Shovel:()=>ub,ShowerHead:()=>fb,Shredder:()=>hb,Shrimp:()=>mb,Shrink:()=>xb,Shrub:()=>gb,Shuffle:()=>Mb,Sidebar:()=>Dn,SidebarClose:()=>Rn,SidebarOpen:()=>In,Sigma:()=>yb,SigmaSquare:()=>_l,Signal:()=>Ab,SignalHigh:()=>vb,SignalLow:()=>bb,SignalMedium:()=>Cb,SignalZero:()=>wb,Signature:()=>Sb,Signpost:()=>Tb,SignpostBig:()=>kb,Siren:()=>Lb,SkipBack:()=>Eb,SkipForward:()=>Hb,Skull:()=>Pb,Slack:()=>Rb,Slash:()=>Bb,SlashSquare:()=>ql,Slice:()=>Ib,Sliders:()=>Jn,SlidersHorizontal:()=>Db,SlidersVertical:()=>Jn,Smartphone:()=>Wb,SmartphoneCharging:()=>Vb,SmartphoneNfc:()=>Fb,Smile:()=>Nb,SmilePlus:()=>Ob,Snail:()=>zb,Snowflake:()=>_b,SoapDispenserDroplet:()=>qb,Sofa:()=>Ub,SolarPanel:()=>$b,SortAsc:()=>yo,SortDesc:()=>xo,Soup:()=>jb,Space:()=>Gb,Spade:()=>Zb,Sparkle:()=>Xb,Sparkles:()=>Kn,Speaker:()=>Jb,Speech:()=>Kb,SpellCheck:()=>Qb,SpellCheck2:()=>Yb,Spline:()=>tC,SplinePointer:()=>eC,Split:()=>aC,SplitSquareHorizontal:()=>Ul,SplitSquareVertical:()=>$l,Spool:()=>rC,Spotlight:()=>oC,SprayCan:()=>sC,Sprout:()=>nC,Square:()=>gC,SquareActivity:()=>Yn,SquareArrowDown:()=>tl,SquareArrowDownLeft:()=>Qn,SquareArrowDownRight:()=>el,SquareArrowLeft:()=>al,SquareArrowOutDownLeft:()=>rl,SquareArrowOutDownRight:()=>ol,SquareArrowOutUpLeft:()=>sl,SquareArrowOutUpRight:()=>nl,SquareArrowRight:()=>ll,SquareArrowUp:()=>pl,SquareArrowUpLeft:()=>il,SquareArrowUpRight:()=>dl,SquareAsterisk:()=>cl,SquareBottomDashedScissors:()=>ul,SquareChartGantt:()=>Tr,SquareCheck:()=>hl,SquareCheckBig:()=>fl,SquareChevronDown:()=>ml,SquareChevronLeft:()=>xl,SquareChevronRight:()=>gl,SquareChevronUp:()=>Ml,SquareCode:()=>yl,SquareDashed:()=>Cl,SquareDashedBottom:()=>iC,SquareDashedBottomCode:()=>lC,SquareDashedKanban:()=>vl,SquareDashedMousePointer:()=>bl,SquareDashedTopSolid:()=>dC,SquareDivide:()=>wl,SquareDot:()=>Al,SquareEqual:()=>Sl,SquareFunction:()=>kl,SquareGanttChart:()=>Tr,SquareKanban:()=>Tl,SquareLibrary:()=>Ll,SquareM:()=>El,SquareMenu:()=>Hl,SquareMinus:()=>Pl,SquareMousePointer:()=>Rl,SquareParking:()=>Il,SquareParkingOff:()=>Bl,SquarePause:()=>pC,SquarePen:()=>ar,SquarePercent:()=>Dl,SquarePi:()=>Vl,SquarePilcrow:()=>Fl,SquarePlay:()=>Wl,SquarePlus:()=>Ol,SquarePower:()=>Nl,SquareRadical:()=>cC,SquareRoundCorner:()=>uC,SquareScissors:()=>zl,SquareSigma:()=>_l,SquareSlash:()=>ql,SquareSplitHorizontal:()=>Ul,SquareSplitVertical:()=>$l,SquareSquare:()=>fC,SquareStack:()=>hC,SquareStar:()=>mC,SquareStop:()=>xC,SquareTerminal:()=>jl,SquareUser:()=>Zl,SquareUserRound:()=>Gl,SquareX:()=>Xl,SquaresExclude:()=>MC,SquaresIntersect:()=>yC,SquaresSubtract:()=>vC,SquaresUnite:()=>bC,Squircle:()=>wC,SquircleDashed:()=>CC,Squirrel:()=>AC,Stamp:()=>SC,Star:()=>LC,StarHalf:()=>kC,StarOff:()=>TC,Stars:()=>Kn,StepBack:()=>EC,StepForward:()=>HC,Stethoscope:()=>PC,Sticker:()=>RC,StickyNote:()=>BC,StopCircle:()=>ms,Store:()=>IC,StretchHorizontal:()=>DC,StretchVertical:()=>VC,Strikethrough:()=>FC,Subscript:()=>WC,Subtitles:()=>Lo,Sun:()=>qC,SunDim:()=>OC,SunMedium:()=>NC,SunMoon:()=>zC,SunSnow:()=>_C,Sunrise:()=>UC,Sunset:()=>$C,Superscript:()=>jC,SwatchBook:()=>GC,SwissFranc:()=>ZC,SwitchCamera:()=>XC,Sword:()=>JC,Swords:()=>KC,Syringe:()=>YC,Table:()=>nw,Table2:()=>QC,TableCellsMerge:()=>ew,TableCellsSplit:()=>tw,TableColumnsSplit:()=>aw,TableConfig:()=>Cr,TableOfContents:()=>rw,TableProperties:()=>ow,TableRowsSplit:()=>sw,Tablet:()=>iw,TabletSmartphone:()=>lw,Tablets:()=>dw,Tag:()=>pw,Tags:()=>cw,Tally1:()=>uw,Tally2:()=>fw,Tally3:()=>hw,Tally4:()=>mw,Tally5:()=>xw,Tangent:()=>gw,Target:()=>Mw,Telescope:()=>yw,Tent:()=>bw,TentTree:()=>vw,Terminal:()=>Cw,TerminalSquare:()=>jl,TestTube:()=>ww,TestTube2:()=>Jl,TestTubeDiagonal:()=>Jl,TestTubes:()=>Aw,Text:()=>Lr,TextAlignCenter:()=>Kl,TextAlignEnd:()=>Yl,TextAlignJustify:()=>Ql,TextAlignStart:()=>Lr,TextCursor:()=>kw,TextCursorInput:()=>Sw,TextInitial:()=>ei,TextQuote:()=>Tw,TextSearch:()=>Lw,TextSelect:()=>ti,TextSelection:()=>ti,TextWrap:()=>ai,Theater:()=>Ew,Thermometer:()=>Rw,ThermometerSnowflake:()=>Hw,ThermometerSun:()=>Pw,ThumbsDown:()=>Bw,ThumbsUp:()=>Iw,Ticket:()=>zw,TicketCheck:()=>Dw,TicketMinus:()=>Vw,TicketPercent:()=>Fw,TicketPlus:()=>Ww,TicketSlash:()=>Ow,TicketX:()=>Nw,Tickets:()=>qw,TicketsPlane:()=>_w,Timer:()=>jw,TimerOff:()=>Uw,TimerReset:()=>$w,ToggleLeft:()=>Gw,ToggleRight:()=>Zw,Toilet:()=>Xw,ToolCase:()=>Jw,Tornado:()=>Kw,Torus:()=>Yw,Touchpad:()=>eA,TouchpadOff:()=>Qw,TowerControl:()=>tA,ToyBrick:()=>aA,Tractor:()=>rA,TrafficCone:()=>oA,Train:()=>ri,TrainFront:()=>nA,TrainFrontTunnel:()=>sA,TrainTrack:()=>lA,TramFront:()=>ri,Transgender:()=>iA,Trash:()=>pA,Trash2:()=>dA,TreeDeciduous:()=>cA,TreePalm:()=>oi,TreePine:()=>uA,Trees:()=>fA,Trello:()=>hA,TrendingDown:()=>mA,TrendingUp:()=>gA,TrendingUpDown:()=>xA,Triangle:()=>vA,TriangleAlert:()=>si,TriangleDashed:()=>MA,TriangleRight:()=>yA,Trophy:()=>bA,Truck:()=>wA,TruckElectric:()=>CA,TurkishLira:()=>AA,Turntable:()=>SA,Turtle:()=>kA,Tv:()=>LA,Tv2:()=>ni,TvMinimal:()=>ni,TvMinimalPlay:()=>TA,Twitch:()=>EA,Twitter:()=>HA,Type:()=>RA,TypeOutline:()=>PA,Umbrella:()=>IA,UmbrellaOff:()=>BA,Underline:()=>DA,Undo:()=>WA,Undo2:()=>VA,UndoDot:()=>FA,UnfoldHorizontal:()=>OA,UnfoldVertical:()=>NA,Ungroup:()=>zA,University:()=>li,Unlink:()=>qA,Unlink2:()=>_A,Unlock:()=>bn,UnlockKeyhole:()=>vn,Unplug:()=>UA,Upload:()=>$A,UploadCloud:()=>Cs,Usb:()=>jA,User:()=>oS,User2:()=>fi,UserCheck:()=>GA,UserCheck2:()=>ii,UserCircle:()=>gs,UserCircle2:()=>xs,UserCog:()=>ZA,UserCog2:()=>di,UserLock:()=>XA,UserMinus:()=>JA,UserMinus2:()=>pi,UserPen:()=>KA,UserPlus:()=>YA,UserPlus2:()=>ci,UserRound:()=>fi,UserRoundCheck:()=>ii,UserRoundCog:()=>di,UserRoundMinus:()=>pi,UserRoundPen:()=>QA,UserRoundPlus:()=>ci,UserRoundSearch:()=>eS,UserRoundX:()=>ui,UserSearch:()=>tS,UserSquare:()=>Zl,UserSquare2:()=>Gl,UserStar:()=>aS,UserX:()=>rS,UserX2:()=>ui,Users:()=>sS,Users2:()=>hi,UsersRound:()=>hi,Utensils:()=>xi,UtensilsCrossed:()=>mi,UtilityPole:()=>nS,Variable:()=>lS,Vault:()=>iS,VectorSquare:()=>dS,Vegan:()=>pS,VenetianMask:()=>cS,Venus:()=>fS,VenusAndMars:()=>uS,Verified:()=>Co,Vibrate:()=>mS,VibrateOff:()=>hS,Video:()=>gS,VideoOff:()=>xS,Videotape:()=>MS,View:()=>yS,Voicemail:()=>vS,Volleyball:()=>bS,Volume:()=>kS,Volume1:()=>CS,Volume2:()=>wS,VolumeOff:()=>AS,VolumeX:()=>SS,Vote:()=>TS,Wallet:()=>ES,Wallet2:()=>gi,WalletCards:()=>LS,WalletMinimal:()=>gi,Wallpaper:()=>HS,Wand:()=>PS,Wand2:()=>Mi,WandSparkles:()=>Mi,Warehouse:()=>RS,WashingMachine:()=>BS,Watch:()=>IS,Waves:()=>DS,WavesLadder:()=>VS,Waypoints:()=>FS,Webcam:()=>WS,Webhook:()=>NS,WebhookOff:()=>OS,Weight:()=>zS,Wheat:()=>qS,WheatOff:()=>_S,WholeWord:()=>US,Wifi:()=>YS,WifiCog:()=>$S,WifiHigh:()=>jS,WifiLow:()=>GS,WifiOff:()=>ZS,WifiPen:()=>XS,WifiSync:()=>JS,WifiZero:()=>KS,Wind:()=>ek,WindArrowDown:()=>QS,Wine:()=>ak,WineOff:()=>tk,Workflow:()=>rk,Worm:()=>ok,WrapText:()=>ai,Wrench:()=>sk,X:()=>nk,XCircle:()=>Ms,XOctagon:()=>En,XSquare:()=>Xl,Youtube:()=>lk,Zap:()=>dk,ZapOff:()=>ik,ZoomIn:()=>pk,ZoomOut:()=>ck});var nd=[["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 ld=[["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 id=[["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 dd=[["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 pd=[["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 cd=[["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 ud=[["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 uo=[["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 fo=[["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 fd=[["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 ho=[["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 hd=[["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 md=[["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 xd=[["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 gd=[["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 Md=[["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 yd=[["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 vd=[["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 bd=[["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 Cd=[["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 wd=[["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 Ad=[["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 Sd=[["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 kd=[["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 Td=[["rect",{width:"6",height:"10",x:"9",y:"7",rx:"2"}],["path",{d:"M4 22V2"}],["path",{d:"M20 22V2"}]];var Ld=[["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 Ed=[["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 Hd=[["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 Pd=[["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 Rd=[["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 Bd=[["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 Id=[["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 Dd=[["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 Vd=[["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 Fd=[["rect",{width:"10",height:"6",x:"7",y:"9",rx:"2"}],["path",{d:"M22 20H2"}],["path",{d:"M22 4H2"}]];var Wd=[["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 Od=[["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 Nd=[["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 zd=[["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 _d=[["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 qd=[["path",{d:"M12 22V8"}],["path",{d:"M5 12H2a10 10 0 0 0 20 0h-3"}],["circle",{cx:"12",cy:"5",r:"3"}]];var Ud=[["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 $d=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M8 15h8"}],["path",{d:"M8 9h2"}],["path",{d:"M14 9h2"}]];var jd=[["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 Gd=[["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 Zd=[["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 Xd=[["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 Jd=[["rect",{x:"2",y:"4",width:"20",height:"16",rx:"2"}],["path",{d:"M10 4v4"}],["path",{d:"M2 8h20"}],["path",{d:"M6 4v4"}]];var Kd=[["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 Yd=[["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 Qd=[["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 ep=[["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 tp=[["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 ap=[["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 rp=[["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 op=[["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 sp=[["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 np=[["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 lp=[["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 ip=[["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 dp=[["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 pp=[["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 mo=[["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 up=[["path",{d:"M19 3H5"}],["path",{d:"M12 21V7"}],["path",{d:"m6 15 6 6 6-6"}]];var fp=[["path",{d:"M17 7 7 17"}],["path",{d:"M17 17H7V7"}]];var hp=[["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 mp=[["path",{d:"m7 7 10 10"}],["path",{d:"M17 7v10H7"}]];var xp=[["path",{d:"M12 2v14"}],["path",{d:"m19 9-7 7-7-7"}],["circle",{cx:"12",cy:"21",r:"1"}]];var gp=[["path",{d:"M12 17V3"}],["path",{d:"m6 11 6 6 6-6"}],["path",{d:"M19 21H5"}]];var Mp=[["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 xo=[["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 go=[["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 yp=[["path",{d:"M12 5v14"}],["path",{d:"m19 12-7 7-7-7"}]];var vp=[["path",{d:"m9 6-6 6 6 6"}],["path",{d:"M3 12h14"}],["path",{d:"M21 19V5"}]];var bp=[["path",{d:"M8 3 4 7l4 4"}],["path",{d:"M4 7h16"}],["path",{d:"m16 21 4-4-4-4"}],["path",{d:"M20 17H4"}]];var Cp=[["path",{d:"M3 19V5"}],["path",{d:"m13 6-6 6 6 6"}],["path",{d:"M7 12h14"}]];var wp=[["path",{d:"m12 19-7-7 7-7"}],["path",{d:"M19 12H5"}]];var Ap=[["path",{d:"M3 5v14"}],["path",{d:"M21 12H7"}],["path",{d:"m15 18 6-6-6-6"}]];var Sp=[["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 kp=[["path",{d:"M17 12H3"}],["path",{d:"m11 18 6-6-6-6"}],["path",{d:"M21 5v14"}]];var Tp=[["path",{d:"M5 12h14"}],["path",{d:"m12 5 7 7-7 7"}]];var Lp=[["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 Ep=[["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 Mo=[["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 Hp=[["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 Pp=[["path",{d:"m5 9 7-7 7 7"}],["path",{d:"M12 16V2"}],["circle",{cx:"12",cy:"21",r:"1"}]];var Rp=[["path",{d:"m18 9-6-6-6 6"}],["path",{d:"M12 3v14"}],["path",{d:"M5 21h14"}]];var Bp=[["path",{d:"M7 17V7h10"}],["path",{d:"M17 17 7 7"}]];var yo=[["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 Ip=[["path",{d:"M7 7h10v10"}],["path",{d:"M7 17 17 7"}]];var Dp=[["path",{d:"M5 3h14"}],["path",{d:"m18 13-6-6-6 6"}],["path",{d:"M12 7v14"}]];var Vp=[["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 vo=[["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 Fp=[["path",{d:"m5 12 7-7 7 7"}],["path",{d:"M12 19V5"}]];var Wp=[["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 Op=[["path",{d:"M12 6v12"}],["path",{d:"M17.196 9 6.804 15"}],["path",{d:"m6.804 9 10.392 6"}]];var Np=[["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 zp=[["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 _p=[["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 qp=[["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 Up=[["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 $p=[["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 bo=[["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 jp=[["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 Gp=[["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 Zp=[["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 Xp=[["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 Co=[["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 Jp=[["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 Kp=[["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 Yp=[["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 Qp=[["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 e2=[["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 t2=[["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 a2=[["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 r2=[["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 o2=[["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 wo=[["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 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"}],["path",{d:"M9 16h5"}],["path",{d:"M9 12h5a2 2 0 1 0 0-4h-3v9"}]];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:"M11 17V8h4"}],["path",{d:"M11 12h3"}],["path",{d:"M9 16h4"}]];var l2=[["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 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"}],["line",{x1:"15",x2:"9",y1:"9",y2:"15"}],["line",{x1:"9",x2:"15",y1:"9",y2:"15"}]];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"}]];var p2=[["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 u2=[["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 f2=[["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 h2=[["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 m2=[["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 x2=[["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 g2=[["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 M2=[["path",{d:"M3 5v14"}],["path",{d:"M8 5v14"}],["path",{d:"M12 5v14"}],["path",{d:"M17 5v14"}],["path",{d:"M21 5v14"}]];var y2=[["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 v2=[["path",{d:"M4 20h16"}],["path",{d:"m6 16 6-12 6 12"}],["path",{d:"M8 12h8"}]];var b2=[["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 C2=[["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 w2=[["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 A2=[["path",{d:"M22 14v-4"}],["path",{d:"M6 14v-4"}],["rect",{x:"2",y:"6",width:"16",height:"12",rx:"2"}]];var S2=[["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 k2=[["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 T2=[["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 L2=[["path",{d:"M 22 14 L 22 10"}],["rect",{x:"2",y:"6",width:"16",height:"12",rx:"2"}]];var E2=[["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 H2=[["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 P2=[["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 R2=[["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 B2=[["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 I2=[["path",{d:"M2 4v16"}],["path",{d:"M2 8h18a2 2 0 0 1 2 2v10"}],["path",{d:"M2 17h20"}],["path",{d:"M6 8v9"}]];var D2=[["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 V2=[["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 F2=[["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 W2=[["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 O2=[["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 N2=[["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 z2=[["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 _2=[["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 q2=[["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 U2=[["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 Ao=[["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 So=[["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 $2=[["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 j2=[["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 G2=[["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 Z2=[["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 X2=[["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 J2=[["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 K2=[["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 Y2=[["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 Q2=[["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 e0=[["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 t0=[["circle",{cx:"9",cy:"9",r:"7"}],["circle",{cx:"15",cy:"15",r:"7"}]];var a0=[["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 r0=[["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 o0=[["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 s0=[["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 n0=[["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 l0=[["path",{d:"m7 7 10 10-5 5V2l5 5L7 17"}]];var i0=[["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 d0=[["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 p0=[["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 u0=[["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 f0=[["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 h0=[["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 m0=[["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 x0=[["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 ko=[["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 g0=[["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 M0=[["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 y0=[["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 v0=[["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 b0=[["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 C0=[["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 w0=[["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 A0=[["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 S0=[["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 k0=[["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 T0=[["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 L0=[["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 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 11h8"}],["path",{d:"M8 7h6"}]];var H0=[["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 P0=[["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 R0=[["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 B0=[["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 I0=[["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 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"}]];var V0=[["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 F0=[["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 W0=[["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 O0=[["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 N0=[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z"}]];var z0=[["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 _0=[["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 q0=[["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 U0=[["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 $0=[["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 j0=[["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 G0=[["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 Z0=[["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 To=[["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 X0=[["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 J0=[["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 K0=[["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 Y0=[["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 Q0=[["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 ec=[["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 tc=[["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 ac=[["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 rc=[["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 oc=[["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 sc=[["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 nc=[["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 lc=[["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 ic=[["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 dc=[["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 pc=[["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 uc=[["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 fc=[["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 hc=[["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 mc=[["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 xc=[["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 gc=[["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 Mc=[["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 yc=[["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 vc=[["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 bc=[["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 Cc=[["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 wc=[["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 Ac=[["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 Sc=[["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 kc=[["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 Tc=[["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 Lc=[["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 Ec=[["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 Hc=[["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 Pc=[["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 Rc=[["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 Bc=[["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 Ic=[["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 Dc=[["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 Vc=[["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 Fc=[["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 Wc=[["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 Oc=[["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 Nc=[["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 zc=[["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 _c=[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2"}],["path",{d:"M3 10h18"}]];var qc=[["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 Uc=[["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 $c=[["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 jc=[["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 Gc=[["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 Zc=[["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 Xc=[["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 Lo=[["rect",{width:"18",height:"14",x:"3",y:"5",rx:"2",ry:"2"}],["path",{d:"M7 15h4M15 15h2M7 11h2M13 11h4"}]];var Jc=[["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 Kc=[["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 Yc=[["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 Qc=[["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 eu=[["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 tu=[["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 au=[["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 ru=[["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 ou=[["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 su=[["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 nu=[["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 lu=[["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 iu=[["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 du=[["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 Eo=[["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 Ho=[["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 pu=[["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 uu=[["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 Po=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M7 16h8"}],["path",{d:"M7 11h12"}],["path",{d:"M7 6h3"}]];var Ro=[["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 Bo=[["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 fu=[["path",{d:"M13 17V9"}],["path",{d:"M18 17v-3"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M8 17V5"}]];var Io=[["path",{d:"M13 17V9"}],["path",{d:"M18 17V5"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M8 17v-3"}]];var hu=[["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 Do=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M18 17V9"}],["path",{d:"M13 17V5"}],["path",{d:"M8 17v-3"}]];var mu=[["path",{d:"M10 6h8"}],["path",{d:"M12 16h6"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M8 11h7"}]];var Vo=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"m19 9-5 5-4-4-3 3"}]];var xu=[["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 gu=[["path",{d:"M5 21V3"}],["path",{d:"M12 21V9"}],["path",{d:"M19 21v-6"}]];var Fo=[["path",{d:"M5 21v-6"}],["path",{d:"M12 21V9"}],["path",{d:"M19 21V3"}]];var Wo=[["path",{d:"M5 21v-6"}],["path",{d:"M12 21V3"}],["path",{d:"M19 21V9"}]];var Mu=[["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 Oo=[["path",{d:"M6 5h12"}],["path",{d:"M4 12h10"}],["path",{d:"M12 19h8"}]];var No=[["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 zo=[["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 yu=[["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 vu=[["path",{d:"M18 6 7 17l-5-5"}],["path",{d:"m22 10-7.5 7.5L13 16"}]];var bu=[["path",{d:"M20 4L9 15"}],["path",{d:"M21 19L3 19"}],["path",{d:"M9 15L4 10"}]];var Cu=[["path",{d:"M20 6 9 17l-5-5"}]];var wu=[["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 Au=[["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 Su=[["path",{d:"m6 9 6 6 6-6"}]];var ku=[["path",{d:"m17 18-6-6 6-6"}],["path",{d:"M7 6v12"}]];var Tu=[["path",{d:"m7 18 6-6-6-6"}],["path",{d:"M17 6v12"}]];var Lu=[["path",{d:"m15 18-6-6 6-6"}]];var Eu=[["path",{d:"m9 18 6-6-6-6"}]];var Hu=[["path",{d:"m18 15-6-6-6 6"}]];var Pu=[["path",{d:"m7 20 5-5 5 5"}],["path",{d:"m7 4 5 5 5-5"}]];var Ru=[["path",{d:"m7 6 5 5 5-5"}],["path",{d:"m7 13 5 5 5-5"}]];var Bu=[["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 Iu=[["path",{d:"m9 7-5 5 5 5"}],["path",{d:"m15 7 5 5-5 5"}]];var Du=[["path",{d:"m11 17-5-5 5-5"}],["path",{d:"m18 17-5-5 5-5"}]];var Vu=[["path",{d:"m20 17-5-5 5-5"}],["path",{d:"m4 17 5-5-5-5"}]];var Fu=[["path",{d:"m6 17 5-5-5-5"}],["path",{d:"m13 17 5-5-5-5"}]];var Wu=[["path",{d:"m7 15 5 5 5-5"}],["path",{d:"m7 9 5-5 5 5"}]];var Ou=[["path",{d:"m17 11-5-5-5 5"}],["path",{d:"m17 18-5-5-5 5"}]];var _o=[["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 Nu=[["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 zu=[["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 _u=[["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 qo=[["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 Uo=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 8v8"}],["path",{d:"m8 12 4 4 4-4"}]];var $o=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m12 8-4 4 4 4"}],["path",{d:"M16 12H8"}]];var jo=[["path",{d:"M2 12a10 10 0 1 1 10 10"}],["path",{d:"m2 22 10-10"}],["path",{d:"M8 22H2v-6"}]];var Go=[["path",{d:"M12 22a10 10 0 1 1 10-10"}],["path",{d:"M22 22 12 12"}],["path",{d:"M22 16v6h-6"}]];var Zo=[["path",{d:"M2 8V2h6"}],["path",{d:"m2 2 10 10"}],["path",{d:"M12 2A10 10 0 1 1 2 12"}]];var Xo=[["path",{d:"M22 12A10 10 0 1 1 12 2"}],["path",{d:"M22 2 12 12"}],["path",{d:"M16 2h6v6"}]];var Jo=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m12 16 4-4-4-4"}],["path",{d:"M8 12h8"}]];var Ko=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m16 12-4-4-4 4"}],["path",{d:"M12 16V8"}]];var Yo=[["path",{d:"M21.801 10A10 10 0 1 1 17 3.335"}],["path",{d:"m9 11 3 3L22 4"}]];var Qo=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m9 12 2 2 4-4"}]];var es=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m16 10-4 4-4-4"}]];var ts=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m14 16-4-4 4-4"}]];var as=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m10 8 4 4-4 4"}]];var rs=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m8 14 4-4 4 4"}]];var qu=[["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 os=[["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 Uu=[["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 $u=[["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 ju=[["circle",{cx:"12",cy:"12",r:"10"}],["circle",{cx:"12",cy:"12",r:"1"}]];var Gu=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M17 12h.01"}],["path",{d:"M12 12h.01"}],["path",{d:"M7 12h.01"}]];var Zu=[["path",{d:"M7 10h10"}],["path",{d:"M7 14h10"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Xu=[["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 Ju=[["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 ss=[["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 ns=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M8 12h8"}]];var Ku=[["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 is=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M9 17V7h4a3 3 0 0 1 0 6H9"}]];var ds=[["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 cs=[["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 us=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M8 12h8"}],["path",{d:"M12 8v8"}]];var Yu=[["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 fs=[["path",{d:"M12 7v4"}],["path",{d:"M7.998 9.003a5 5 0 1 0 8-.005"}],["circle",{cx:"12",cy:"12",r:"10"}]];var br=[["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 hs=[["path",{d:"M22 2 2 22"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Qu=[["circle",{cx:"12",cy:"12",r:"10"}],["line",{x1:"9",x2:"15",y1:"15",y2:"9"}]];var ef=[["circle",{cx:"12",cy:"12",r:"6"}]];var tf=[["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 ms=[["circle",{cx:"12",cy:"12",r:"10"}],["rect",{x:"9",y:"9",width:"6",height:"6",rx:"1"}]];var xs=[["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 gs=[["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 Ms=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m15 9-6 6"}],["path",{d:"m9 9 6 6"}]];var af=[["circle",{cx:"12",cy:"12",r:"10"}]];var rf=[["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 of=[["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 sf=[["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 nf=[["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 lf=[["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 df=[["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 pf=[["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 uf=[["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 ys=[["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 vs=[["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 ff=[["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 hf=[["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 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:"m15 11-6 6"}],["path",{d:"m9 11 6 6"}]];var xf=[["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 gf=[["path",{d:"M12 6v6l2-4"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Mf=[["path",{d:"M12 6v6l-4-2"}],["circle",{cx:"12",cy:"12",r:"10"}]];var yf=[["path",{d:"M12 6v6l-2-4"}],["circle",{cx:"12",cy:"12",r:"10"}]];var vf=[["path",{d:"M12 6v6"}],["circle",{cx:"12",cy:"12",r:"10"}]];var bf=[["path",{d:"M12 6v6l4-2"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Cf=[["path",{d:"M12 6v6h4"}],["circle",{cx:"12",cy:"12",r:"10"}]];var wf=[["path",{d:"M12 6v6l4 2"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Af=[["path",{d:"M12 6v6l2 4"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Sf=[["path",{d:"M12 6v10"}],["circle",{cx:"12",cy:"12",r:"10"}]];var kf=[["path",{d:"M12 6v6l-2 4"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Tf=[["path",{d:"M12 6v6l-4 2"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Lf=[["path",{d:"M12 6v6H8"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Ef=[["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 Hf=[["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 Pf=[["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 Rf=[["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 Bf=[["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 If=[["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 Df=[["path",{d:"M12 6v6l4 2"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Vf=[["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 Ff=[["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 Wf=[["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 Of=[["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 bs=[["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 Nf=[["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 zf=[["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 _f=[["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 qf=[["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 Uf=[["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 $f=[["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 jf=[["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 Gf=[["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 Zf=[["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 Xf=[["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 Jf=[["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 Kf=[["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 Cs=[["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 Yf=[["path",{d:"M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z"}]];var Qf=[["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 eh=[["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 th=[["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 ws=[["path",{d:"m18 16 4-4-4-4"}],["path",{d:"m6 8-4 4 4 4"}],["path",{d:"m14.5 4-5 16"}]];var ah=[["path",{d:"m16 18 6-6-6-6"}],["path",{d:"m8 6-6 6 6 6"}]];var rh=[["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 oh=[["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 sh=[["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 nh=[["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 lh=[["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 As=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M12 3v18"}]];var Cr=[["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 Ss=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}],["path",{d:"M15 3v18"}]];var ih=[["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 dh=[["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 ph=[["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 uh=[["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 fh=[["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 hh=[["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 mh=[["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 xh=[["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 ks=[["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 gh=[["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 Mh=[["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 yh=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 18a6 6 0 0 0 0-12v12z"}]];var vh=[["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 bh=[["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 Ch=[["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 wh=[["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 Ah=[["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 Sh=[["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 kh=[["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 Th=[["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 Lh=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M9.17 14.83a4 4 0 1 0 0-5.66"}]];var Eh=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M14.83 14.83a4 4 0 1 1 0-5.66"}]];var Hh=[["path",{d:"M20 4v7a4 4 0 0 1-4 4H4"}],["path",{d:"m9 10-5 5 5 5"}]];var Ph=[["path",{d:"m15 10 5 5-5 5"}],["path",{d:"M4 4v7a4 4 0 0 0 4 4h12"}]];var Rh=[["path",{d:"m14 15-5 5-5-5"}],["path",{d:"M20 4h-7a4 4 0 0 0-4 4v12"}]];var Bh=[["path",{d:"M14 9 9 4 4 9"}],["path",{d:"M20 20h-7a4 4 0 0 1-4-4V4"}]];var Ih=[["path",{d:"m10 15 5 5 5-5"}],["path",{d:"M4 4h7a4 4 0 0 1 4 4v12"}]];var Dh=[["path",{d:"m10 9 5-5 5 5"}],["path",{d:"M4 20h7a4 4 0 0 0 4-4V4"}]];var Vh=[["path",{d:"M20 20v-7a4 4 0 0 0-4-4H4"}],["path",{d:"M9 14 4 9l5-5"}]];var Fh=[["path",{d:"m15 14 5-5-5-5"}],["path",{d:"M4 20v-7a4 4 0 0 1 4-4h12"}]];var Wh=[["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 Oh=[["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 Nh=[["rect",{width:"20",height:"14",x:"2",y:"5",rx:"2"}],["line",{x1:"2",x2:"22",y1:"10",y2:"10"}]];var zh=[["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 _h=[["path",{d:"M6 2v14a2 2 0 0 0 2 2h14"}],["path",{d:"M18 22V8a2 2 0 0 0-2-2H2"}]];var qh=[["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 Uh=[["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 $h=[["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 jh=[["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 Gh=[["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 Zh=[["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 Xh=[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3"}],["path",{d:"M3 5v14a9 3 0 0 0 18 0V5"}]];var Jh=[["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 Kh=[["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 Yh=[["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 Qh=[["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 em=[["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 tm=[["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 am=[["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 rm=[["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 om=[["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 sm=[["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 Ts=[["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 nm=[["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 lm=[["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 im=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["path",{d:"M12 12h.01"}]];var dm=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["path",{d:"M15 9h.01"}],["path",{d:"M9 15h.01"}]];var pm=[["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 um=[["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 fm=[["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 hm=[["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 mm=[["path",{d:"M12 3v14"}],["path",{d:"M5 10h14"}],["path",{d:"M5 21h14"}]];var xm=[["circle",{cx:"12",cy:"12",r:"10"}],["circle",{cx:"12",cy:"12",r:"4"}],["path",{d:"M12 12h.01"}]];var gm=[["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 Mm=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["circle",{cx:"12",cy:"12",r:"5"}],["path",{d:"M12 12h.01"}]];var ym=[["circle",{cx:"12",cy:"12",r:"10"}],["circle",{cx:"12",cy:"12",r:"2"}]];var vm=[["circle",{cx:"12",cy:"6",r:"1"}],["line",{x1:"5",x2:"19",y1:"12",y2:"12"}],["circle",{cx:"12",cy:"18",r:"1"}]];var bm=[["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 Cm=[["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 wm=[["path",{d:"M2 8h20"}],["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2"}],["path",{d:"M6 16h12"}]];var Am=[["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 Sm=[["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 km=[["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 Tm=[["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 Lm=[["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 Em=[["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 Hm=[["circle",{cx:"12.1",cy:"12.1",r:"1"}]];var Pm=[["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 Rm=[["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 Bm=[["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 Im=[["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 Dm=[["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 Vm=[["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 Fm=[["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 Wm=[["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 Om=[["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 Nm=[["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 zm=[["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 _m=[["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 qm=[["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 Um=[["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 $m=[["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 Ls=[["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 jm=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 2a7 7 0 1 0 10 10"}]];var Gm=[["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 Zm=[["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 Xm=[["path",{d:"M12 2C8 2 4 8 4 14a8 8 0 0 0 16 0c0-6-4-12-8-12"}]];var Es=[["circle",{cx:"12",cy:"12",r:"1"}],["circle",{cx:"12",cy:"5",r:"1"}],["circle",{cx:"12",cy:"19",r:"1"}]];var Hs=[["circle",{cx:"12",cy:"12",r:"1"}],["circle",{cx:"19",cy:"12",r:"1"}],["circle",{cx:"5",cy:"12",r:"1"}]];var Jm=[["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 Km=[["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 Ym=[["line",{x1:"5",x2:"19",y1:"9",y2:"9"}],["line",{x1:"5",x2:"19",y1:"15",y2:"15"}]];var Qm=[["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 ex=[["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 tx=[["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 ax=[["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 rx=[["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 ox=[["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 sx=[["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 nx=[["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 lx=[["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 ix=[["path",{d:"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"}]];var dx=[["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 px=[["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 ux=[["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 fx=[["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 hx=[["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 mx=[["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 xx=[["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 Ps=[["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 Rs=[["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 gx=[["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 Bs=[["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 Is=[["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 Ds=[["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 Vs=[["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 Fs=[["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 Ws=[["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 Os=[["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 Mx=[["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 yx=[["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 Ns=[["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 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"}],["path",{d:"M10 12.5 8 15l2 2.5"}],["path",{d:"m14 12.5 2 2.5-2 2.5"}]];var zs=[["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 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:"M9 10h6"}],["path",{d:"M12 13V7"}],["path",{d:"M9 17h6"}]];var Cx=[["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 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:"M12 18v-6"}],["path",{d:"m9 15 3 3 3-3"}]];var _s=[["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 wr=[["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 Ax=[["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 Sx=[["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 kx=[["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 qs=[["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 Us=[["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 $s=[["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 Tx=[["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 Lx=[["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 Ex=[["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 js=[["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 Gs=[["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 Zs=[["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 Xs=[["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 Hx=[["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 Js=[["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 Px=[["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 Ks=[["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 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:"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 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 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 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:"M8 12h8"}],["path",{d:"M10 11v2"}],["path",{d:"M8 17h8"}],["path",{d:"M14 16v2"}]];var Ix=[["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 Dx=[["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 Vx=[["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 Fx=[["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 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:"M10 9H8"}],["path",{d:"M16 13H8"}],["path",{d:"M16 17H8"}]];var Qs=[["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 Ox=[["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 Nx=[["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 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:"M16 22a4 4 0 0 0-8 0"}],["circle",{cx:"12",cy:"15",r:"3"}]];var en=[["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 _x=[["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 tn=[["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 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"}],["path",{d:"m14.5 12.5-5 5"}],["path",{d:"m9.5 12.5 5 5"}]];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"}]];var $x=[["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 jx=[["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 Gx=[["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 Zx=[["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 Xx=[["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 Jx=[["path",{d:"M2 16s9-15 20-4C11 23 2 8 2 8"}]];var Kx=[["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 Yx=[["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 Qx=[["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 e4=[["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 t4=[["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 a4=[["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 r4=[["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 o4=[["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 s4=[["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 n4=[["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 l4=[["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 i4=[["path",{d:"M10 2v6.292a7 7 0 1 0 4 0V2"}],["path",{d:"M5 15h14"}],["path",{d:"M8.5 2h7"}]];var d4=[["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 p4=[["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 c4=[["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 u4=[["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 f4=[["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 h4=[["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 m4=[["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 x4=[["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 g4=[["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 M4=[["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 y4=[["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 v4=[["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 b4=[["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 C4=[["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 an=[["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 w4=[["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 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"}],["path",{d:"M12 10v6"}],["path",{d:"m15 13-3 3-3-3"}]];var S4=[["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 k4=[["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 T4=[["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 L4=[["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 E4=[["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 H4=[["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 P4=[["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 R4=[["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 B4=[["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 I4=[["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 D4=[["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 rn=[["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 V4=[["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 F4=[["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 W4=[["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 O4=[["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 N4=[["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 z4=[["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 _4=[["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 q4=[["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 U4=[["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 $4=[["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 j4=[["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 G4=[["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 Z4=[["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 X4=[["path",{d:"m15 17 5-5-5-5"}],["path",{d:"M4 18v-2a4 4 0 0 1 4-4h12"}]];var J4=[["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 K4=[["path",{d:"M5 16V9h14V2H5l14 14h-7m-7 0 7 7v-7m-7 0h7"}]];var Y4=[["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 Q4=[["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 e5=[["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 t5=[["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 on=[["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 sn=[["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 a5=[["path",{d:"M2 7v10"}],["path",{d:"M6 5v14"}],["rect",{width:"12",height:"18",x:"10",y:"3",rx:"2"}]];var r5=[["path",{d:"M2 3v18"}],["rect",{width:"12",height:"18",x:"6",y:"3",rx:"2"}],["path",{d:"M22 3v18"}]];var o5=[["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 s5=[["path",{d:"M7 2h10"}],["path",{d:"M5 6h14"}],["rect",{width:"18",height:"12",x:"3",y:"10",rx:"2"}]];var n5=[["path",{d:"M3 2h18"}],["rect",{width:"18",height:"12",x:"3",y:"6",rx:"2"}],["path",{d:"M3 22h18"}]];var l5=[["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 i5=[["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 d5=[["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 p5=[["path",{d:"m12 14 4-4"}],["path",{d:"M3.34 19a10 10 0 1 1 17.32 0"}]];var c5=[["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 u5=[["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 f5=[["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 h5=[["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 m5=[["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 x5=[["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 g5=[["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 M5=[["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 nn=[["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 y5=[["path",{d:"M12 3v6"}],["circle",{cx:"12",cy:"12",r:"3"}],["path",{d:"M12 15v6"}]];var v5=[["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 b5=[["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 C5=[["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 w5=[["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 A5=[["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 S5=[["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 k5=[["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 T5=[["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 L5=[["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 E5=[["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 H5=[["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 P5=[["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 R5=[["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 B5=[["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 I5=[["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 D5=[["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 V5=[["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 F5=[["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 W5=[["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 O5=[["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 N5=[["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 ln=[["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 dn=[["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 cn=[["path",{d:"M12 3v18"}],["path",{d:"M3 12h18"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}]];var z5=[["path",{d:"M15 3v18"}],["path",{d:"M3 12h18"}],["path",{d:"M9 3v18"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}]];var Ar=[["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 _5=[["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 q5=[["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 U5=[["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 $5=[["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 j5=[["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 G5=[["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 Z5=[["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 X5=[["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 J5=[["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 K5=[["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 un=[["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 Y5=[["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 fn=[["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 Q5=[["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 eg=[["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 tg=[["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 ag=[["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 rg=[["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 og=[["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 sg=[["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 ng=[["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 lg=[["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 ig=[["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 dg=[["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 pg=[["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 cg=[["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 ug=[["path",{d:"M4 12h8"}],["path",{d:"M4 18V6"}],["path",{d:"M12 18V6"}],["path",{d:"m17 12 3-2v8"}]];var fg=[["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 hg=[["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 mg=[["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 xg=[["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 gg=[["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 Mg=[["path",{d:"M6 12h12"}],["path",{d:"M6 20V4"}],["path",{d:"M18 20V4"}]];var yg=[["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 vg=[["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 bg=[["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 Cg=[["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 wg=[["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 Ag=[["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 Sg=[["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 kg=[["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 Tg=[["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 Lg=[["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 Eg=[["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 Hg=[["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 Pg=[["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 Rg=[["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 Bg=[["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 Ig=[["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 Dg=[["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 Vg=[["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 Fg=[["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 Wg=[["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 Og=[["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 Ng=[["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 zg=[["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 _g=[["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 hn=[["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 mn=[["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 xn=[["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 qg=[["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 Ug=[["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 $g=[["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 jg=[["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 Gg=[["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 Zg=[["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 Xg=[["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 Jg=[["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 Kg=[["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 Yg=[["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 Qg=[["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 e3=[["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 t3=[["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 a3=[["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 r3=[["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 o3=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 16v-4"}],["path",{d:"M12 8h.01"}]];var s3=[["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 n3=[["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 l3=[["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 i3=[["path",{d:"m16 14 4 4-4 4"}],["path",{d:"M20 10a8 8 0 1 0-8 8h8"}]];var d3=[["path",{d:"M4 10a8 8 0 1 1 8 8H4"}],["path",{d:"m8 22-4-4 4-4"}]];var p3=[["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 u3=[["path",{d:"M5 3v14"}],["path",{d:"M12 3v8"}],["path",{d:"M19 3v18"}]];var f3=[["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 h3=[["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 m3=[["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 x3=[["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 g3=[["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 M3=[["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 y3=[["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 v3=[["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 b3=[["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 C3=[["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 w3=[["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 A3=[["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 S3=[["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 k3=[["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 T3=[["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 L3=[["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 E3=[["path",{d:"M2 20h20"}],["path",{d:"m9 10 2 2 4-4"}],["rect",{x:"3",y:"4",width:"18",height:"12",rx:"2"}]];var gn=[["rect",{width:"18",height:"12",x:"3",y:"4",rx:"2",ry:"2"}],["line",{x1:"2",x2:"22",y1:"20",y2:"20"}]];var H3=[["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 P3=[["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 R3=[["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 B3=[["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 I3=[["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 Mn=[["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 D3=[["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 V3=[["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 F3=[["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 W3=[["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 O3=[["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 N3=[["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 z3=[["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 _3=[["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 q3=[["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 U3=[["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 $3=[["path",{d:"m16 6 4 14"}],["path",{d:"M12 6v14"}],["path",{d:"M8 8v12"}],["path",{d:"M4 4v16"}]];var j3=[["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 G3=[["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 Z3=[["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 X3=[["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 J3=[["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 K3=[["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 Y3=[["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 Q3=[["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 eM=[["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 tM=[["path",{d:"M16 5H3"}],["path",{d:"M16 12H3"}],["path",{d:"M11 19H3"}],["path",{d:"m15 18 2 2 4-4"}]];var aM=[["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 rM=[["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 oM=[["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 sM=[["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 nM=[["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 lM=[["path",{d:"M12 5H2"}],["path",{d:"M6 12h12"}],["path",{d:"M9 19h6"}],["path",{d:"M16 5h6"}],["path",{d:"M19 8V2"}]];var iM=[["path",{d:"M2 5h20"}],["path",{d:"M6 12h12"}],["path",{d:"M9 19h6"}]];var Sr=[["path",{d:"M21 5H11"}],["path",{d:"M21 12H11"}],["path",{d:"M21 19H11"}],["path",{d:"m7 8-4 4 4 4"}]];var kr=[["path",{d:"M21 5H11"}],["path",{d:"M21 12H11"}],["path",{d:"M21 19H11"}],["path",{d:"m3 8 4 4-4 4"}]];var dM=[["path",{d:"M16 5H3"}],["path",{d:"M11 12H3"}],["path",{d:"M16 19H3"}],["path",{d:"M21 12h-6"}]];var pM=[["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 uM=[["path",{d:"M16 5H3"}],["path",{d:"M11 12H3"}],["path",{d:"M16 19H3"}],["path",{d:"M18 9v6"}],["path",{d:"M21 12h-6"}]];var fM=[["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 hM=[["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 mM=[["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 xM=[["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 gM=[["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 MM=[["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 yM=[["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 yn=[["path",{d:"M21 12a9 9 0 1 1-6.219-8.56"}]];var vM=[["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 bM=[["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 CM=[["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 wM=[["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 AM=[["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 vn=[["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 SM=[["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 bn=[["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 kM=[["rect",{width:"18",height:"11",x:"3",y:"11",rx:"2",ry:"2"}],["path",{d:"M7 11V7a5 5 0 0 1 10 0v4"}]];var TM=[["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 LM=[["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 EM=[["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 HM=[["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 PM=[["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 RM=[["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 BM=[["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 IM=[["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 DM=[["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 VM=[["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 Cn=[["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 FM=[["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 WM=[["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 OM=[["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 NM=[["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 zM=[["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 _M=[["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 qM=[["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 UM=[["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 $M=[["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 jM=[["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 GM=[["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 ZM=[["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 XM=[["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 wn=[["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 JM=[["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 KM=[["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 YM=[["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 QM=[["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 e6=[["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 t6=[["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 a6=[["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 r6=[["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 o6=[["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 s6=[["path",{d:"M16 3h5v5"}],["path",{d:"m21 3-6.75 6.75"}],["circle",{cx:"10",cy:"14",r:"6"}]];var n6=[["path",{d:"M8 22h8"}],["path",{d:"M12 11v11"}],["path",{d:"m19 3-7 8-7-8Z"}]];var l6=[["path",{d:"M15 3h6v6"}],["path",{d:"m21 3-7 7"}],["path",{d:"m3 21 7-7"}],["path",{d:"M9 21H3v-6"}]];var i6=[["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 d6=[["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 p6=[["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 u6=[["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 f6=[["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 h6=[["path",{d:"M4 5h16"}],["path",{d:"M4 12h16"}],["path",{d:"M4 19h16"}]];var m6=[["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 x6=[["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 g6=[["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 M6=[["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 y6=[["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 v6=[["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 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:"M8 12h8"}],["path",{d:"M12 8v8"}]];var An=[["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 C6=[["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 w6=[["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 A6=[["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 S6=[["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 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:"m10 8-3 3 3 3"}],["path",{d:"m14 14 3-3-3-3"}]];var T6=[["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 L6=[["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 E6=[["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 H6=[["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 P6=[["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 R6=[["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 B6=[["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 I6=[["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 D6=[["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 V6=[["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 F6=[["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 W6=[["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 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:"M12 15h.01"}],["path",{d:"M12 7v4"}]];var N6=[["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 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"}]];var _6=[["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 q6=[["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 Sn=[["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 U6=[["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 $6=[["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 j6=[["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 G6=[["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 Z6=[["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 X6=[["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 J6=[["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 K6=[["path",{d:"m14 10 7-7"}],["path",{d:"M20 10h-6V4"}],["path",{d:"m3 21 7-7"}],["path",{d:"M4 14h6v6"}]];var Y6=[["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 Q6=[["path",{d:"M5 12h14"}]];var e8=[["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 t8=[["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 a8=[["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 r8=[["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 o8=[["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 s8=[["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 n8=[["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 l8=[["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 i8=[["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 d8=[["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 p8=[["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 u8=[["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 f8=[["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 h8=[["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 m8=[["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 x8=[["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 g8=[["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 M8=[["path",{d:"m8 3 4 8 5-5 5 15H2L8 3z"}]];var y8=[["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 v8=[["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 b8=[["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 C8=[["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 w8=[["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 A8=[["rect",{x:"5",y:"2",width:"14",height:"20",rx:"7"}],["path",{d:"M12 6v4"}]];var kn=[["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 S8=[["path",{d:"M19 13v6h-6"}],["path",{d:"M5 11V5h6"}],["path",{d:"m5 5 14 14"}]];var k8=[["path",{d:"M11 19H5v-6"}],["path",{d:"M13 5h6v6"}],["path",{d:"M19 5 5 19"}]];var T8=[["path",{d:"M11 19H5V13"}],["path",{d:"M19 5L5 19"}]];var L8=[["path",{d:"M19 13V19H13"}],["path",{d:"M5 5L19 19"}]];var E8=[["path",{d:"M8 18L12 22L16 18"}],["path",{d:"M12 2V22"}]];var H8=[["path",{d:"m18 8 4 4-4 4"}],["path",{d:"M2 12h20"}],["path",{d:"m6 8-4 4 4 4"}]];var P8=[["path",{d:"M6 8L2 12L6 16"}],["path",{d:"M2 12H22"}]];var R8=[["path",{d:"M18 8L22 12L18 16"}],["path",{d:"M2 12H22"}]];var B8=[["path",{d:"M5 11V5H11"}],["path",{d:"M5 5L19 19"}]];var I8=[["path",{d:"M13 5H19V11"}],["path",{d:"M19 5L5 19"}]];var D8=[["path",{d:"M8 6L12 2L16 6"}],["path",{d:"M12 2V22"}]];var V8=[["path",{d:"M12 2v20"}],["path",{d:"m8 18 4 4 4-4"}],["path",{d:"m8 6 4-4 4 4"}]];var F8=[["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 W8=[["circle",{cx:"8",cy:"18",r:"4"}],["path",{d:"M12 18V2l7 4"}]];var O8=[["circle",{cx:"12",cy:"18",r:"4"}],["path",{d:"M16 18V2"}]];var N8=[["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 z8=[["path",{d:"M9 18V5l12-2v13"}],["circle",{cx:"6",cy:"18",r:"3"}],["circle",{cx:"18",cy:"16",r:"3"}]];var _8=[["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 q8=[["polygon",{points:"12 2 19 21 12 17 5 21 12 2"}]];var U8=[["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 $8=[["polygon",{points:"3 11 22 2 13 21 11 13 3 11"}]];var j8=[["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 G8=[["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 Z8=[["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 X8=[["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 J8=[["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 K8=[["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 Y8=[["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 Q8=[["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 ey=[["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 ty=[["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 ay=[["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 ry=[["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 Tn=[["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 oy=[["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 Ln=[["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 En=[["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 sy=[["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 ny=[["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 ly=[["path",{d:"M3 3h6l6 18h6"}],["path",{d:"M14 3h7"}]];var iy=[["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 dy=[["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 py=[["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 uy=[["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 fy=[["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 hy=[["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 my=[["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 xy=[["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 gy=[["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 My=[["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 yy=[["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 Hn=[["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 vy=[["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 by=[["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 Cy=[["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 wy=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 15h18"}],["path",{d:"m15 8-3 3-3-3"}]];var Pn=[["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 Ay=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 15h18"}],["path",{d:"m9 10 3-3 3 3"}]];var Sy=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 15h18"}]];var Rn=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}],["path",{d:"m16 15-3-3 3-3"}]];var Bn=[["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 In=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}],["path",{d:"m14 9 3 3-3 3"}]];var ky=[["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 Dn=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}]];var Ty=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M15 3v18"}],["path",{d:"m8 9 3 3-3 3"}]];var Vn=[["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 Ly=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M15 3v18"}],["path",{d:"m10 15-3-3 3-3"}]];var Ey=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M15 3v18"}]];var Hy=[["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 Py=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}],["path",{d:"m9 16 3-3 3 3"}]];var Fn=[["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 Ry=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}],["path",{d:"m15 14-3 3-3-3"}]];var By=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}]];var Iy=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}],["path",{d:"M9 15h12"}]];var Dy=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 15h12"}],["path",{d:"M15 3v18"}]];var Wn=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}],["path",{d:"M9 21V9"}]];var Vy=[["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 Fy=[["path",{d:"M8 21s-4-3-4-9 4-9 4-9"}],["path",{d:"M16 3s4 3 4 9-4 9-4 9"}]];var Wy=[["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 Oy=[["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 Ny=[["rect",{x:"14",y:"3",width:"5",height:"18",rx:"1"}],["rect",{x:"5",y:"3",width:"5",height:"18",rx:"1"}]];var zy=[["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 _y=[["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 On=[["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 qy=[["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 Uy=[["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 Nn=[["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 $y=[["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 jy=[["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 Gy=[["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 Zy=[["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 Xy=[["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 Jy=[["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 Ky=[["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 Yy=[["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 Qy=[["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 e7=[["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 t7=[["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 a7=[["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 r7=[["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 o7=[["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 s7=[["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 n7=[["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 l7=[["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 i7=[["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 d7=[["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 p7=[["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 u7=[["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 f7=[["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 h7=[["path",{d:"M13 4v16"}],["path",{d:"M17 4v16"}],["path",{d:"M19 4H9.5a4.5 4.5 0 0 0 0 9H13"}]];var m7=[["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 x7=[["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 g7=[["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 M7=[["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 y7=[["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 v7=[["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 b7=[["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 C7=[["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 w7=[["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 A7=[["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 S7=[["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 zn=[["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 k7=[["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 T7=[["path",{d:"M5 12h14"}],["path",{d:"M12 5v14"}]];var L7=[["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 E7=[["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 H7=[["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 P7=[["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 R7=[["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 B7=[["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 I7=[["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 D7=[["path",{d:"M18 7c0-5.333-8-5.333-8 0"}],["path",{d:"M10 7v14"}],["path",{d:"M6 21h12"}],["path",{d:"M6 13h10"}]];var V7=[["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 F7=[["path",{d:"M12 2v10"}],["path",{d:"M18.4 6.6a9 9 0 1 1-12.77.04"}]];var W7=[["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 O7=[["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 N7=[["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 z7=[["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 _7=[["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 q7=[["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 U7=[["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 $7=[["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 j7=[["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 G7=[["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 Z7=[["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 X7=[["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 J7=[["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 K7=[["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 Y7=[["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 Q7=[["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 ev=[["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 tv=[["path",{d:"M5 15h14"}],["path",{d:"M5 9h14"}],["path",{d:"m14 20-5-5 6-6-5-5"}]];var av=[["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 rv=[["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 ov=[["rect",{width:"12",height:"20",x:"6",y:"2",rx:"2"}],["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2"}]];var sv=[["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 nv=[["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 lv=[["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 iv=[["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 dv=[["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 pv=[["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 uv=[["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 fv=[["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 hv=[["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 mv=[["path",{d:"M14 4v16H3a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1z"}],["circle",{cx:"14",cy:"12",r:"8"}]];var _n=[["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 xv=[["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 gv=[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2"}]];var Mv=[["rect",{width:"12",height:"20",x:"6",y:"2",rx:"2"}]];var yv=[["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 vv=[["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 bv=[["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 Cv=[["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 wv=[["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 Av=[["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 Sv=[["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 kv=[["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 Tv=[["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 Lv=[["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 Ev=[["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 Hv=[["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 Pv=[["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 Rv=[["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 Bv=[["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 Iv=[["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 Dv=[["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 Vv=[["path",{d:"M20 18v-2a4 4 0 0 0-4-4H4"}],["path",{d:"m9 17-5-5 5-5"}]];var Fv=[["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 Wv=[["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 Ov=[["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 Nv=[["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 zv=[["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 _v=[["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 qn=[["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 qv=[["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 Uv=[["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 $v=[["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 jv=[["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 Gv=[["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 Zv=[["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 Xv=[["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 Jv=[["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 Un=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 12h18"}]];var $n=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M21 9H3"}],["path",{d:"M21 15H3"}]];var Kv=[["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 Yv=[["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 Qv=[["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 e9=[["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 t9=[["path",{d:"M6 11h8a4 4 0 0 0 0-8H9v18"}],["path",{d:"M6 15h8"}]];var a9=[["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 r9=[["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 o9=[["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 s9=[["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 n9=[["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 l9=[["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 i9=[["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 d9=[["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 p9=[["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 jn=[["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 u9=[["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 f9=[["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 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:"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 m9=[["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 x9=[["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 g9=[["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 M9=[["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 y9=[["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 v9=[["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 b9=[["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 C9=[["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 w9=[["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 A9=[["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 S9=[["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 k9=[["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 T9=[["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 L9=[["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 E9=[["path",{d:"m8 11 2 2 4-4"}],["circle",{cx:"11",cy:"11",r:"8"}],["path",{d:"m21 21-4.3-4.3"}]];var H9=[["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 P9=[["path",{d:"m13.5 8.5-5 5"}],["circle",{cx:"11",cy:"11",r:"8"}],["path",{d:"m21 21-4.3-4.3"}]];var R9=[["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 B9=[["path",{d:"m21 21-4.34-4.34"}],["circle",{cx:"11",cy:"11",r:"8"}]];var I9=[["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 Gn=[["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 D9=[["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 V9=[["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 F9=[["path",{d:"m16 16-4 4-4-4"}],["path",{d:"M3 12h18"}],["path",{d:"m8 8 4-4 4 4"}]];var W9=[["path",{d:"M12 3v18"}],["path",{d:"m16 16 4-4-4-4"}],["path",{d:"m8 8-4 4 4 4"}]];var O9=[["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 N9=[["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 z9=[["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 _9=[["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 q9=[["path",{d:"M14 17H5"}],["path",{d:"M19 7h-9"}],["circle",{cx:"17",cy:"17",r:"3"}],["circle",{cx:"7",cy:"7",r:"3"}]];var U9=[["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 $9=[["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 j9=[["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 G9=[["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 Z9=[["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 X9=[["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 J9=[["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 K9=[["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 Y9=[["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 Q9=[["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 eb=[["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 tb=[["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 ab=[["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 rb=[["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 Zn=[["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 ob=[["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 Xn=[["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 sb=[["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 nb=[["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 lb=[["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 ib=[["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 db=[["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 pb=[["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 ub=[["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 fb=[["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 hb=[["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 mb=[["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 xb=[["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 gb=[["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 Mb=[["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 yb=[["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 vb=[["path",{d:"M2 20h.01"}],["path",{d:"M7 20v-4"}],["path",{d:"M12 20v-8"}],["path",{d:"M17 20V8"}]];var bb=[["path",{d:"M2 20h.01"}],["path",{d:"M7 20v-4"}]];var Cb=[["path",{d:"M2 20h.01"}],["path",{d:"M7 20v-4"}],["path",{d:"M12 20v-8"}]];var wb=[["path",{d:"M2 20h.01"}]];var Ab=[["path",{d:"M2 20h.01"}],["path",{d:"M7 20v-4"}],["path",{d:"M12 20v-8"}],["path",{d:"M17 20V8"}],["path",{d:"M22 4v16"}]];var Sb=[["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 kb=[["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 Tb=[["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 Lb=[["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 Eb=[["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 Hb=[["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 Pb=[["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 Rb=[["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 Bb=[["path",{d:"M22 2 2 22"}]];var Ib=[["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 Db=[["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 Jn=[["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 Vb=[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2",ry:"2"}],["path",{d:"M12.667 8 10 12h4l-2.667 4"}]];var Fb=[["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 Wb=[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2",ry:"2"}],["path",{d:"M12 18h.01"}]];var Ob=[["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 Nb=[["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 zb=[["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 _b=[["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 qb=[["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 Ub=[["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 $b=[["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 jb=[["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 Gb=[["path",{d:"M22 17v1c0 .5-.5 1-1 1H3c-.5 0-1-.5-1-1v-1"}]];var Zb=[["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 Xb=[["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 Kn=[["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 Jb=[["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 Kb=[["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 Yb=[["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 Qb=[["path",{d:"m6 16 6-12 6 12"}],["path",{d:"M8 12h8"}],["path",{d:"m16 20 2 2 4-4"}]];var eC=[["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 tC=[["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 aC=[["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 rC=[["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 oC=[["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 sC=[["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 nC=[["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 Yn=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M17 12h-2l-2 5-2-10-2 5H7"}]];var Qn=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m16 8-8 8"}],["path",{d:"M16 16H8V8"}]];var el=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m8 8 8 8"}],["path",{d:"M16 8v8H8"}]];var tl=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M12 8v8"}],["path",{d:"m8 12 4 4 4-4"}]];var al=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m12 8-4 4 4 4"}],["path",{d:"M16 12H8"}]];var rl=[["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 ol=[["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 sl=[["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 nl=[["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 il=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 16V8h8"}],["path",{d:"M16 16 8 8"}]];var dl=[["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 cl=[["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 ul=[["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 Tr=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 8h7"}],["path",{d:"M8 12h6"}],["path",{d:"M11 16h5"}]];var fl=[["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 hl=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m9 12 2 2 4-4"}]];var ml=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m16 10-4 4-4-4"}]];var xl=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m14 16-4-4 4-4"}]];var gl=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m10 8 4 4-4 4"}]];var Ml=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m8 14 4-4 4 4"}]];var yl=[["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 lC=[["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 iC=[["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 vl=[["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 bl=[["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 dC=[["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 Cl=[["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 wl=[["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 Al=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["circle",{cx:"12",cy:"12",r:"1"}]];var Sl=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M7 10h10"}],["path",{d:"M7 14h10"}]];var kl=[["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 Tl=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 7v7"}],["path",{d:"M12 7v4"}],["path",{d:"M16 7v9"}]];var Ll=[["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 El=[["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 Hl=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M7 8h10"}],["path",{d:"M7 12h10"}],["path",{d:"M7 16h10"}]];var Pl=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 12h8"}]];var Rl=[["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 Bl=[["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 Il=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 17V7h4a3 3 0 0 1 0 6H9"}]];var pC=[["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 ar=[["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 Dl=[["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 Vl=[["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 Fl=[["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 Wl=[["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 Ol=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 12h8"}],["path",{d:"M12 8v8"}]];var Nl=[["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 uC=[["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 zl=[["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 _l=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M16 8.9V7H8l4 5-4 5h8v-1.9"}]];var ql=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["line",{x1:"9",x2:"15",y1:"15",y2:"9"}]];var Ul=[["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 $l=[["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 fC=[["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}],["rect",{x:"8",y:"8",width:"8",height:"8",rx:"1"}]];var hC=[["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 mC=[["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 xC=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["rect",{x:"9",y:"9",width:"6",height:"6",rx:"1"}]];var jl=[["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 Gl=[["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 Zl=[["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 Xl=[["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 gC=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}]];var MC=[["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 yC=[["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 vC=[["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 bC=[["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 CC=[["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 wC=[["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 AC=[["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 SC=[["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 kC=[["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 TC=[["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 LC=[["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 EC=[["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 HC=[["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 PC=[["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 RC=[["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 BC=[["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 IC=[["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 DC=[["rect",{width:"20",height:"6",x:"2",y:"4",rx:"2"}],["rect",{width:"20",height:"6",x:"2",y:"14",rx:"2"}]];var VC=[["rect",{width:"6",height:"20",x:"4",y:"2",rx:"2"}],["rect",{width:"6",height:"20",x:"14",y:"2",rx:"2"}]];var FC=[["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 WC=[["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 OC=[["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 NC=[["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 zC=[["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 _C=[["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 qC=[["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 UC=[["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 $C=[["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 jC=[["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 GC=[["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 ZC=[["path",{d:"M10 21V3h8"}],["path",{d:"M6 16h9"}],["path",{d:"M10 9.5h7"}]];var XC=[["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 JC=[["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 KC=[["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 YC=[["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 QC=[["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 ew=[["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 tw=[["path",{d:"M12 15V9"}],["path",{d:"M3 15h18"}],["path",{d:"M3 9h18"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}]];var aw=[["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 rw=[["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 ow=[["path",{d:"M15 3v18"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M21 9H3"}],["path",{d:"M21 15H3"}]];var sw=[["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 nw=[["path",{d:"M12 3v18"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}],["path",{d:"M3 15h18"}]];var lw=[["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 iw=[["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",ry:"2"}],["line",{x1:"12",x2:"12.01",y1:"18",y2:"18"}]];var dw=[["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 pw=[["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 uw=[["path",{d:"M4 4v16"}]];var fw=[["path",{d:"M4 4v16"}],["path",{d:"M9 4v16"}]];var hw=[["path",{d:"M4 4v16"}],["path",{d:"M9 4v16"}],["path",{d:"M14 4v16"}]];var mw=[["path",{d:"M4 4v16"}],["path",{d:"M9 4v16"}],["path",{d:"M14 4v16"}],["path",{d:"M19 4v16"}]];var xw=[["path",{d:"M4 4v16"}],["path",{d:"M9 4v16"}],["path",{d:"M14 4v16"}],["path",{d:"M19 4v16"}],["path",{d:"M22 6 2 18"}]];var gw=[["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 Mw=[["circle",{cx:"12",cy:"12",r:"10"}],["circle",{cx:"12",cy:"12",r:"6"}],["circle",{cx:"12",cy:"12",r:"2"}]];var yw=[["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 vw=[["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 bw=[["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 Cw=[["path",{d:"M12 19h8"}],["path",{d:"m4 17 6-6-6-6"}]];var Jl=[["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 ww=[["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 Aw=[["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 Kl=[["path",{d:"M21 5H3"}],["path",{d:"M17 12H7"}],["path",{d:"M19 19H5"}]];var Yl=[["path",{d:"M21 5H3"}],["path",{d:"M21 12H9"}],["path",{d:"M21 19H7"}]];var Ql=[["path",{d:"M3 5h18"}],["path",{d:"M3 12h18"}],["path",{d:"M3 19h18"}]];var Lr=[["path",{d:"M21 5H3"}],["path",{d:"M15 12H3"}],["path",{d:"M17 19H3"}]];var Sw=[["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 kw=[["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 ei=[["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 Tw=[["path",{d:"M17 5H3"}],["path",{d:"M21 12H8"}],["path",{d:"M21 19H8"}],["path",{d:"M3 12v7"}]];var Lw=[["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 ti=[["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 ai=[["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 Ew=[["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 Hw=[["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 Pw=[["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 Rw=[["path",{d:"M14 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z"}]];var Bw=[["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 Iw=[["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 Dw=[["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 Vw=[["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 Fw=[["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 Ww=[["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 Ow=[["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 Nw=[["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 zw=[["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 _w=[["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 qw=[["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 Uw=[["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 $w=[["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 jw=[["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 Gw=[["circle",{cx:"9",cy:"12",r:"3"}],["rect",{width:"20",height:"14",x:"2",y:"5",rx:"7"}]];var Zw=[["circle",{cx:"15",cy:"12",r:"3"}],["rect",{width:"20",height:"14",x:"2",y:"5",rx:"7"}]];var Xw=[["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 Jw=[["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 Kw=[["path",{d:"M21 4H3"}],["path",{d:"M18 8H6"}],["path",{d:"M19 12H9"}],["path",{d:"M16 16h-6"}],["path",{d:"M11 20H9"}]];var Yw=[["ellipse",{cx:"12",cy:"11",rx:"3",ry:"2"}],["ellipse",{cx:"12",cy:"12.5",rx:"10",ry:"8.5"}]];var Qw=[["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 eA=[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2"}],["path",{d:"M2 14h20"}],["path",{d:"M12 20v-6"}]];var tA=[["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 aA=[["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 rA=[["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 oA=[["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 sA=[["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 nA=[["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 lA=[["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 ri=[["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 iA=[["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 dA=[["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 pA=[["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 cA=[["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 oi=[["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 uA=[["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 fA=[["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 hA=[["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 mA=[["path",{d:"M16 17h6v-6"}],["path",{d:"m22 17-8.5-8.5-5 5L2 7"}]];var xA=[["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 gA=[["path",{d:"M16 7h6v6"}],["path",{d:"m22 7-8.5 8.5-5-5L2 17"}]];var si=[["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 MA=[["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 yA=[["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 vA=[["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 bA=[["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 CA=[["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 wA=[["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 AA=[["path",{d:"M15 4 5 9"}],["path",{d:"m15 8.5-10 5"}],["path",{d:"M18 12a9 9 0 0 1-9 9V3"}]];var SA=[["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 kA=[["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 TA=[["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 ni=[["path",{d:"M7 21h10"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2"}]];var LA=[["path",{d:"m17 2-5 5-5-5"}],["rect",{width:"20",height:"15",x:"2",y:"7",rx:"2"}]];var EA=[["path",{d:"M21 2H3v16h5v4l4-4h5l4-4V2zm-10 9V7m5 4V7"}]];var HA=[["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 PA=[["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 RA=[["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 BA=[["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 IA=[["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 DA=[["path",{d:"M6 4v6a6 6 0 0 0 12 0V4"}],["line",{x1:"4",x2:"20",y1:"20",y2:"20"}]];var VA=[["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 FA=[["path",{d:"M21 17a9 9 0 0 0-15-6.7L3 13"}],["path",{d:"M3 7v6h6"}],["circle",{cx:"12",cy:"17",r:"1"}]];var WA=[["path",{d:"M3 7v6h6"}],["path",{d:"M21 17a9 9 0 0 0-9-9 9 9 0 0 0-6 2.3L3 13"}]];var OA=[["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 NA=[["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 zA=[["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 _A=[["path",{d:"M15 7h2a5 5 0 0 1 0 10h-2m-6 0H7A5 5 0 0 1 7 7h2"}]];var qA=[["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 UA=[["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 $A=[["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 jA=[["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 GA=[["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 ZA=[["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 XA=[["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 JA=[["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 KA=[["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 YA=[["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 ii=[["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 di=[["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 QA=[["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 ci=[["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 eS=[["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 ui=[["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 fi=[["circle",{cx:"12",cy:"8",r:"5"}],["path",{d:"M20 21a8 8 0 0 0-16 0"}]];var tS=[["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 aS=[["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 rS=[["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 oS=[["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 hi=[["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 sS=[["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 mi=[["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 xi=[["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 nS=[["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 lS=[["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 iS=[["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 dS=[["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 pS=[["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 cS=[["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 uS=[["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 fS=[["path",{d:"M12 15v7"}],["path",{d:"M9 19h6"}],["circle",{cx:"12",cy:"9",r:"6"}]];var hS=[["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 mS=[["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 xS=[["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 gS=[["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 MS=[["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 yS=[["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 vS=[["circle",{cx:"6",cy:"12",r:"4"}],["circle",{cx:"18",cy:"12",r:"4"}],["line",{x1:"6",x2:"18",y1:"16",y2:"16"}]];var bS=[["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 CS=[["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 wS=[["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 AS=[["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 SS=[["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 kS=[["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 TS=[["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 LS=[["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 gi=[["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 ES=[["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 HS=[["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 Mi=[["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 PS=[["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 RS=[["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 BS=[["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 IS=[["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 DS=[["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 VS=[["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 FS=[["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 WS=[["circle",{cx:"12",cy:"10",r:"8"}],["circle",{cx:"12",cy:"10",r:"3"}],["path",{d:"M7 22h10"}],["path",{d:"M12 22v-4"}]];var OS=[["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 NS=[["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 zS=[["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 _S=[["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 qS=[["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 US=[["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 $S=[["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 jS=[["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 GS=[["path",{d:"M12 20h.01"}],["path",{d:"M8.5 16.429a5 5 0 0 1 7 0"}]];var ZS=[["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 XS=[["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 JS=[["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 KS=[["path",{d:"M12 20h.01"}]];var YS=[["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 QS=[["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 ek=[["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 tk=[["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 ak=[["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 rk=[["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 ok=[["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 sk=[["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 nk=[["path",{d:"M18 6 6 18"}],["path",{d:"m6 6 12 12"}]];var lk=[["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 ik=[["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 dk=[["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 pk=[["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 lP=({icons:r={},nameAttr:a="data-lucide",attrs:t={},root:e=document,inTemplates:s}={})=>{if(!Object.values(r).length)throw new Error(`Please provide an icons object.
54
+ `),$t="message",Ot="";for(let N of Ke)N.startsWith("event:")?$t=N.replace("event:","").trim():N.startsWith("data:")&&(Ot+=N.replace("data:","").trim());if(!Ot)continue;let T;try{T=JSON.parse(Ot)}catch(N){t({type:"error",error:N instanceof Error?N:new Error("Failed to parse chat stream payload")});continue}let je=$t!=="message"?$t:(De=T.type)!=null?De:"message";if((we=this.onSSEEvent)==null||we.call(this,je,T),this.parseSSEEvent){h.current=f;let N=await this.handleCustomSSEEvent(T,t,h,c,i);if(h.current&&!f&&(f=h.current),N)continue}if(je==="reason_start"){let N=(ce=C(T,!0))!=null?ce:`reason-${i()}`,P=I(N);P.reasoning=(Y=P.reasoning)!=null?Y:{id:N,status:"streaming",chunks:[]},P.reasoning.startedAt=(de=P.reasoning.startedAt)!=null?de:ee((oe=T.startedAt)!=null?oe:T.timestamp),P.reasoning.completedAt=void 0,P.reasoning.durationMs=void 0,P.streaming=!0,P.reasoning.status="streaming",c(P)}else if(je==="reason_delta"||je==="reason_chunk"){let N=(qe=(Ee=C(T,!1))!=null?Ee:C(T,!0))!=null?qe:`reason-${i()}`,P=I(N);P.reasoning=(se=P.reasoning)!=null?se:{id:N,status:"streaming",chunks:[]},P.reasoning.startedAt=(Je=P.reasoning.startedAt)!=null?Je:ee((Q=T.startedAt)!=null?Q:T.timestamp);let q=(_t=(mt=(Re=T.reasoningText)!=null?Re:T.text)!=null?mt:T.delta)!=null?_t:"";if(q&&T.hidden!==!0&&P.reasoning.chunks.push(String(q)),P.reasoning.status=T.done?"complete":"streaming",T.done){P.reasoning.completedAt=ee((qt=T.completedAt)!=null?qt:T.timestamp);let ie=(xe=P.reasoning.startedAt)!=null?xe:Date.now();P.reasoning.durationMs=Math.max(0,((me=P.reasoning.completedAt)!=null?me:Date.now())-ie)}P.streaming=P.reasoning.status!=="complete",c(P)}else if(je==="reason_complete"){let N=(xt=(pt=C(T,!1))!=null?pt:C(T,!0))!=null?xt:`reason-${i()}`,P=g.get(N);if(P!=null&&P.reasoning){P.reasoning.status="complete",P.reasoning.completedAt=ee((Ue=T.completedAt)!=null?Ue:T.timestamp);let ie=(Ye=P.reasoning.startedAt)!=null?Ye:Date.now();P.reasoning.durationMs=Math.max(0,((bt=P.reasoning.completedAt)!=null?bt:Date.now())-ie),P.streaming=!1,c(P)}let q=H(T);q&&b.byStep.delete(q)}else if(je==="tool_start"){let N=(Vt=Le(T,!0))!=null?Vt:`tool-${i()}`,P=(Yt=T.toolName)!=null?Yt:T.name;if(ae(P)){U.add(N);continue}let q=fe(N),ie=(R=q.toolCall)!=null?R:{id:N,status:"pending"};ie.name=P!=null?P:ie.name,ie.status="running",T.args!==void 0?ie.args=T.args:T.parameters!==void 0&&(ie.args=T.parameters),ie.startedAt=(le=ie.startedAt)!=null?le:ee((X=T.startedAt)!=null?X:T.timestamp),ie.completedAt=void 0,ie.durationMs=void 0,q.toolCall=ie,q.streaming=!0;let Pe=T.agentContext;(Pe||T.executionId)&&(q.agentMetadata={executionId:(Ne=Pe==null?void 0:Pe.executionId)!=null?Ne:T.executionId,iteration:(pe=Pe==null?void 0:Pe.iteration)!=null?pe:T.iteration}),c(q)}else if(je==="tool_chunk"||je==="tool_delta"){let N=(Se=(Be=Le(T,!1))!=null?Be:Le(T,!0))!=null?Se:`tool-${i()}`;if(U.has(N))continue;let P=fe(N),q=(Ve=P.toolCall)!=null?Ve:{id:N,status:"running"};q.startedAt=(Qe=q.startedAt)!=null?Qe:ee((He=T.startedAt)!=null?He:T.timestamp);let ie=(or=(ke=(et=T.text)!=null?et:T.delta)!=null?ke:T.message)!=null?or:"";ie&&(q.chunks=(pa=q.chunks)!=null?pa:[],q.chunks.push(String(ie))),q.status="running",P.toolCall=q,P.streaming=!0;let Pe=T.agentContext;(Pe||T.executionId)&&(P.agentMetadata=(Lt=P.agentMetadata)!=null?Lt:{executionId:(sr=Pe==null?void 0:Pe.executionId)!=null?sr:T.executionId,iteration:(Ja=Pe==null?void 0:Pe.iteration)!=null?Ja:T.iteration}),c(P)}else if(je==="tool_complete"){let N=(Ua=(fa=Le(T,!1))!=null?fa:Le(T,!0))!=null?Ua:`tool-${i()}`;if(U.has(N)){U.delete(N);continue}let P=fe(N),q=(tt=P.toolCall)!=null?tt:{id:N,status:"running"};q.status="complete",T.result!==void 0&&(q.result=T.result),typeof T.duration=="number"&&(q.duration=T.duration),q.completedAt=ee((na=T.completedAt)!=null?na:T.timestamp);let ie=(te=T.duration)!=null?te:T.executionTime;if(typeof ie=="number")q.durationMs=ie;else{let Zt=(oa=q.startedAt)!=null?oa:Date.now();q.durationMs=Math.max(0,((nr=q.completedAt)!=null?nr:Date.now())-Zt)}P.toolCall=q,P.streaming=!1;let Pe=T.agentContext;(Pe||T.executionId)&&(P.agentMetadata=(ha=P.agentMetadata)!=null?ha:{executionId:(Ut=Pe==null?void 0:Pe.executionId)!=null?Ut:T.executionId,iteration:(dt=Pe==null?void 0:Pe.iteration)!=null?dt:T.iteration}),c(P);let gt=m(T);gt&&v.byCall.delete(gt)}else if(je==="step_chunk"||je==="step_delta"){let N=T.stepType,P=T.executionType;if(N==="tool"||P==="context")continue;let q=y(),ie=(ma=(ir=(lr=(Ia=T.text)!=null?Ia:T.delta)!=null?lr:T.content)!=null?ir:T.chunk)!=null?ma:"";if(ie){let gt=((Ka=K.get(q.id))!=null?Ka:"")+ie;q.rawContent=gt,j.has(q.id)||j.set(q.id,this.createStreamParser());let Zt=j.get(q.id),Nt=gt.trim().startsWith("{")||gt.trim().startsWith("[");if(Nt&&K.set(q.id,gt),Zt.__isPlainTextParser===!0){q.content+=ie,K.delete(q.id),j.delete(q.id),q.rawContent=void 0,c(q);continue}let Xt=Zt.processChunk(gt);if(Xt instanceof Promise)Xt.then(Mt=>{var jt;let wt=typeof Mt=="string"?Mt:(jt=Mt==null?void 0:Mt.text)!=null?jt:null;if(wt!==null&&wt.trim()!==""){let At=f;At&&At.id===q.id&&(At.content=wt,c(At))}else if(!Nt&&!gt.trim().startsWith("<")){let At=f;At&&At.id===q.id&&(At.content+=ie,K.delete(At.id),j.delete(At.id),At.rawContent=void 0,c(At))}}).catch(()=>{q.content+=ie,K.delete(q.id),j.delete(q.id),q.rawContent=void 0,c(q)});else{let Mt=typeof Xt=="string"?Xt:(La=Xt==null?void 0:Xt.text)!=null?La:null;Mt!==null&&Mt.trim()!==""?(q.content=Mt,c(q)):!Nt&&!gt.trim().startsWith("<")&&(q.content+=ie,K.delete(q.id),j.delete(q.id),q.rawContent=void 0,c(q))}}if(T.isComplete){let Pe=(Et=(Ya=T.result)==null?void 0:Ya.response)!=null?Et:q.content;if(Pe){let gt=K.get(q.id),Zt=gt!=null?gt:be(Pe);q.rawContent=Zt;let Nt=j.get(q.id),Qt=null,Xt=!1;if(Nt&&(Qt=Nt.getExtractedText(),Qt===null&&(Qt=G1(Zt)),Qt===null)){let Mt=Nt.processChunk(Zt);Mt instanceof Promise?(Xt=!0,Mt.then(wt=>{var At;let jt=typeof wt=="string"?wt:(At=wt==null?void 0:wt.text)!=null?At:null;if(jt!==null){let ea=f;ea&&ea.id===q.id&&(ea.content=jt,ea.streaming=!1,j.delete(ea.id),K.delete(ea.id),c(ea))}})):Qt=typeof Mt=="string"?Mt:(Da=Mt==null?void 0:Mt.text)!=null?Da:null}if(!Xt){Qt!==null&&Qt.trim()!==""?q.content=Qt:K.has(q.id)||(q.content=be(Pe));let Mt=j.get(q.id);if(Mt){let wt=(Me=Mt.close)==null?void 0:Me.call(Mt);wt instanceof Promise&&wt.catch(()=>{}),j.delete(q.id)}K.delete(q.id),q.streaming=!1,c(q)}}}}else if(je==="step_complete"){let N=T.stepType,P=T.executionType;if(N==="tool"||P==="context")continue;let q=(w=T.result)==null?void 0:w.response,ie=y();if(q!=null){let Pe=j.get(ie.id),gt=!1,Zt=!1;if(Pe){let Nt=Pe.getExtractedText(),Qt=K.get(ie.id),Xt=Qt!=null?Qt:be(q);if(ie.rawContent=Xt,Nt!==null&&Nt.trim()!=="")ie.content=Nt,gt=!0;else{let Mt=G1(Xt);if(Mt!==null)ie.content=Mt,gt=!0;else{let wt=Pe.processChunk(Xt);if(wt instanceof Promise)Zt=!0,wt.then(jt=>{var ea;let At=typeof jt=="string"?jt:(ea=jt==null?void 0:jt.text)!=null?ea:null;if(At!==null&&At.trim()!==""){let Aa=f;Aa&&Aa.id===ie.id&&(Aa.content=At,Aa.streaming=!1,j.delete(Aa.id),K.delete(Aa.id),c(Aa))}else{let Aa=Pe.getExtractedText(),Wa=f;Wa&&Wa.id===ie.id&&(Aa!==null&&Aa.trim()!==""?Wa.content=Aa:K.has(Wa.id)||(Wa.content=be(q)),Wa.streaming=!1,j.delete(Wa.id),K.delete(Wa.id),c(Wa))}});else{let jt=typeof wt=="string"?wt:($=wt==null?void 0:wt.text)!=null?$:null;if(jt!==null&&jt.trim()!=="")ie.content=jt,gt=!0;else{let At=Pe.getExtractedText();At!==null&&At.trim()!==""&&(ie.content=At,gt=!0)}}}}}if(!Zt){if(!ie.rawContent){let Nt=K.get(ie.id);ie.rawContent=Nt!=null?Nt:be(q)}if(!gt&&!K.has(ie.id)&&(ie.content=be(q)),Pe){let Nt=(E=Pe.close)==null?void 0:E.call(Pe);Nt instanceof Promise&&Nt.catch(()=>{})}j.delete(ie.id),K.delete(ie.id),ie.streaming=!1,c(ie)}}else j.delete(ie.id),K.delete(ie.id),ie.streaming=!1,c(ie)}else if(je==="flow_complete"){let N=(ft=T.result)==null?void 0:ft.response;if(N!=null){let P=y(),q=K.get(P.id),ie=q!=null?q:be(N);P.rawContent=ie;let Pe=be(N),gt=j.get(P.id);if(gt){let Qt=G1(ie);if(Qt!==null)Pe=Qt;else{let Xt=gt.processChunk(ie);Xt instanceof Promise&&Xt.then(wt=>{var At;let jt=typeof wt=="string"?wt:(At=wt==null?void 0:wt.text)!=null?At:null;if(jt!==null){let ea=f;ea&&ea.id===P.id&&(ea.content=jt,ea.streaming=!1,c(ea))}});let Mt=gt.getExtractedText();Mt!==null&&(Pe=Mt)}}j.delete(P.id),K.delete(P.id);let Zt=Pe!==P.content,Nt=P.streaming!==!1;Zt&&(P.content=Pe),P.streaming=!1,(Zt||Nt)&&c(P)}else if(f!==null){let P=f;j.delete(P.id),K.delete(P.id),P.streaming!==!1&&(P.streaming=!1,c(P))}t({type:"status",status:"idle"})}else if(je==="agent_start")re={executionId:T.executionId,agentId:(Rt=T.agentId)!=null?Rt:"virtual",agentName:(Ht=T.agentName)!=null?Ht:"",status:"running",currentIteration:0,maxTurns:(Ft=T.maxTurns)!=null?Ft:1,startedAt:ee(T.startedAt)};else if(je==="agent_iteration_start"){if(re&&(re.currentIteration=T.iteration),Xe==="separate"&&T.iteration>1){let N=f;N&&(N.streaming=!1,c(N),yt.set(T.iteration-1,N),f=null)}}else if(je!=="agent_turn_start"){if(je==="agent_turn_delta"){if(T.contentType==="text"){let N=y();N.content+=(la=T.delta)!=null?la:"",N.agentMetadata={executionId:T.executionId,iteration:T.iteration,turnId:T.turnId,agentName:re==null?void 0:re.agentName},c(N)}else if(T.contentType==="thinking"){let N=(Va=T.turnId)!=null?Va:`agent-think-${T.iteration}`,P=I(N);P.reasoning=(Ea=P.reasoning)!=null?Ea:{id:N,status:"streaming",chunks:[]},P.reasoning.chunks.push((Tt=T.delta)!=null?Tt:""),P.agentMetadata={executionId:T.executionId,iteration:T.iteration,turnId:T.turnId},c(P)}else if(T.contentType==="tool_input"){let N=(dr=T.toolCallId)!=null?dr:v.lastId;if(N){let P=k.get(N);P!=null&&P.toolCall&&(P.toolCall.chunks=(pr=P.toolCall.chunks)!=null?pr:[],P.toolCall.chunks.push((x1=T.delta)!=null?x1:""),c(P))}}}else if(je==="agent_turn_complete"){let N=T.turnId;if(N){let P=g.get(N);if(P!=null&&P.reasoning){P.reasoning.status="complete",P.reasoning.completedAt=ee(T.completedAt);let q=(g1=P.reasoning.startedAt)!=null?g1:Date.now();P.reasoning.durationMs=Math.max(0,((M1=P.reasoning.completedAt)!=null?M1:Date.now())-q),P.streaming=!1,c(P)}}}else if(je==="agent_tool_start"){let N=(Li=T.toolCallId)!=null?Li:`agent-tool-${i()}`;z(m(T),N);let P=fe(N),q=(eo=P.toolCall)!=null?eo:{id:N,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};q.name=(Ei=(at=T.toolName)!=null?at:T.name)!=null?Ei:q.name,q.status="running",T.parameters!==void 0&&(q.args=T.parameters),q.startedAt=ee((Fa=T.startedAt)!=null?Fa:T.timestamp),P.toolCall=q,P.streaming=!0,P.agentMetadata={executionId:T.executionId,iteration:T.iteration},c(P)}else if(je==="agent_tool_delta"){let N=(wa=T.toolCallId)!=null?wa:v.lastId;if(N){let P=(y1=k.get(N))!=null?y1:fe(N);P.toolCall&&(P.toolCall.chunks=(v1=P.toolCall.chunks)!=null?v1:[],P.toolCall.chunks.push((Hi=T.delta)!=null?Hi:""),P.toolCall.status="running",P.streaming=!0,c(P))}}else if(je==="agent_tool_complete"){let N=(Rr=T.toolCallId)!=null?Rr:v.lastId;if(N){let P=(cr=k.get(N))!=null?cr:fe(N);if(P.toolCall){P.toolCall.status="complete",T.result!==void 0&&(P.toolCall.result=T.result),typeof T.executionTime=="number"&&(P.toolCall.durationMs=T.executionTime),P.toolCall.completedAt=ee((b1=T.completedAt)!=null?b1:T.timestamp),P.streaming=!1,c(P);let q=m(T);q&&v.byCall.delete(q)}}}else if(je!=="agent_iteration_complete"){if(je==="agent_reflection"||je==="agent_reflect"){let N=`agent-reflection-${T.executionId}-${T.iteration}`,P={id:N,role:"assistant",content:(C1=T.reflection)!=null?C1:"",createdAt:new Date().toISOString(),streaming:!1,variant:"reasoning",sequence:i(),reasoning:{id:N,status:"complete",chunks:[(w1=T.reflection)!=null?w1:""]},agentMetadata:{executionId:T.executionId,iteration:T.iteration}};c(P)}else if(je==="agent_complete"){re&&(re.status=T.success?"complete":"error",re.completedAt=ee(T.completedAt),re.stopReason=T.stopReason);let N=f;N&&(N.streaming=!1,c(N)),t({type:"status",status:"idle"})}else if(je==="agent_error"){let N=typeof T.error=="string"?T.error:(Br=(Fk=T.error)==null?void 0:Fk.message)!=null?Br:"Agent execution error";T.recoverable?typeof console!="undefined"&&console.warn("[AgentWidget] Recoverable agent error:",N):t({type:"error",error:new Error(N)})}else if(je!=="agent_ping")if(je==="agent_approval_start"){let N=(Ir=T.approvalId)!=null?Ir:`approval-${i()}`,P={id:`approval-${N}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",sequence:i(),approval:{id:N,status:"pending",agentId:(Bt=re==null?void 0:re.agentId)!=null?Bt:"virtual",executionId:(ao=(to=T.executionId)!=null?to:re==null?void 0:re.executionId)!=null?ao:"",toolName:(Pi=T.toolName)!=null?Pi:"",toolType:T.toolType,description:(Bi=T.description)!=null?Bi:`Execute ${(Ri=T.toolName)!=null?Ri:"tool"}`,parameters:T.parameters}};c(P)}else if(je==="step_await"&&T.awaitReason==="approval_required"){let N=(Ii=T.approvalId)!=null?Ii:`approval-${i()}`,P={id:`approval-${N}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",sequence:i(),approval:{id:N,status:"pending",agentId:(xa=re==null?void 0:re.agentId)!=null?xa:"virtual",executionId:(ur=(Ha=T.executionId)!=null?Ha:re==null?void 0:re.executionId)!=null?ur:"",toolName:($e=T.toolName)!=null?$e:"",toolType:T.toolType,description:(Dr=T.description)!=null?Dr:`Execute ${(Di=T.toolName)!=null?Di:"tool"}`,parameters:T.parameters}};c(P)}else if(je==="agent_approval_complete"){let N=T.approvalId;if(N){let q={id:`approval-${N}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",sequence:i(),approval:{id:N,status:($a=T.decision)!=null?$a:"approved",agentId:(A1=re==null?void 0:re.agentId)!=null?A1:"virtual",executionId:(oo=(ro=T.executionId)!=null?ro:re==null?void 0:re.executionId)!=null?oo:"",toolName:(Vr=T.toolName)!=null?Vr:"",description:(vr=T.description)!=null?vr:"",resolvedAt:Date.now()}};c(q)}}else if(je==="artifact_start"||je==="artifact_delta"||je==="artifact_update"||je==="artifact_complete"){if(je==="artifact_start"){let N=T.artifactType,P=String(T.id),q=typeof T.title=="string"?T.title:void 0;if(t({type:"artifact_start",id:P,artifactType:N,title:q,component:typeof T.component=="string"?T.component:void 0}),Ae.set(P,{markdown:"",title:q}),!J.has(P)){J.add(P);let ie={id:`artifact-ref-${P}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,sequence:i(),rawContent:JSON.stringify({component:"PersonaArtifactCard",props:{artifactId:P,title:q,artifactType:N,status:"streaming"}})};D.set(P,ie),c(ie)}}else if(je==="artifact_delta"){let N=String(T.id),P=typeof T.delta=="string"?T.delta:String((S1=T.delta)!=null?S1:"");t({type:"artifact_delta",id:N,artDelta:P});let q=Ae.get(N);q&&(q.markdown+=P)}else if(je==="artifact_update"){let N=T.props&&typeof T.props=="object"&&!Array.isArray(T.props)?T.props:{};t({type:"artifact_update",id:String(T.id),props:N,component:typeof T.component=="string"?T.component:void 0})}else if(je==="artifact_complete"){let N=String(T.id);t({type:"artifact_complete",id:N});let P=D.get(N);if(P){P.streaming=!1;try{let q=JSON.parse((k1=P.rawContent)!=null?k1:"{}");if(q.props){q.props.status="complete";let ie=Ae.get(N);ie!=null&&ie.markdown&&(q.props.markdown=ie.markdown)}P.rawContent=JSON.stringify(q)}catch{}Ae.delete(N),c(P),D.delete(N)}}}else if(je==="transcript_insert"){let N=T.message;if(!N||typeof N!="object")continue;let P=String((ja=N.id)!=null?ja:`msg-${i()}`),q=N.role,Pe={id:P,role:q==="user"?"user":q==="system"?"system":"assistant",content:typeof N.content=="string"?N.content:"",rawContent:typeof N.rawContent=="string"?N.rawContent:void 0,createdAt:typeof N.createdAt=="string"?N.createdAt:new Date().toISOString(),streaming:N.streaming===!0,...typeof N.variant=="string"?{variant:N.variant}:{},sequence:i()};if(c(Pe),Pe.rawContent)try{let gt=JSON.parse(Pe.rawContent),Zt=(Fr=gt==null?void 0:gt.props)==null?void 0:Fr.artifactId;typeof Zt=="string"&&J.add(Zt)}catch{}f=null,h.current=null,j.delete(P),K.delete(P)}else je==="error"&&T.error&&t({type:"error",error:T.error instanceof Error?T.error:new Error(String(T.error))})}}}}}};function ZH(){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 jr(){let r=Date.now().toString(36),a=Math.random().toString(36).substring(2,10);return`ast_${r}_${a}`}var Y1="[Image]";function XH(r){return typeof r=="string"?[{type:"text",text:r}]:r}function JH(r){return typeof r=="string"?r:r.filter(a=>a.type==="text").map(a=>a.text).join("")}function KH(r){return typeof r=="string"?!1:r.some(a=>a.type==="image")}function YH(r){return typeof r=="string"?[]:r.filter(a=>a.type==="image")}function Q1(r){return{type:"text",text:r}}function QH(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 eP(r){return new Promise((a,t)=>{let e=new FileReader;e.onload=()=>{let s=e.result;a({type:"image",image:s,mimeType:r.type,alt:r.name})},e.onerror=()=>t(new Error("Failed to read file")),e.readAsDataURL(r)})}function tP(r,a=["image/png","image/jpeg","image/gif","image/webp"],t=10*1024*1024){return a.includes(r.type)?r.size>t?{valid:!1,error:`File too large. Maximum size: ${Math.round(t/1048576)}MB`}:{valid:!0}:{valid:!1,error:`Invalid file type. Accepted types: ${a.join(", ")}`}}var aP=["image/png","image/jpeg","image/gif","image/webp","image/svg+xml","image/bmp"],$B=["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"],xr=[...aP,...$B];function jB(r){return aP.includes(r)||r.startsWith("image/")}function ed(r){return jB(r.type)}async function rP(r){return new Promise((a,t)=>{let e=new FileReader;e.onload=()=>{let s=e.result;ed(r)?a({type:"image",image:s,mimeType:r.type,alt:r.name}):a({type:"file",data:s,mimeType:r.type,filename:r.name})},e.onerror=()=>t(new Error("Failed to read file")),e.readAsDataURL(r)})}function oP(r,a=xr,t=10*1024*1024){return a.includes(r.type)?r.size>t?{valid:!1,error:`File too large. Maximum size: ${Math.round(t/1048576)}MB`}:{valid:!0}:{valid:!1,error:`Invalid file type "${r.type}". Accepted types: ${a.join(", ")}`}}function GB(r){let a=r.split(".");return a.length>1?a.pop().toLowerCase():""}function sP(r,a){let t=GB(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]||t||"FILE"}var td=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 t=typeof window!="undefined"?window:void 0;if(!t)throw new Error("AudioPlaybackManager requires a browser environment");let e=t.AudioContext||t.webkitAudioContext;this.ctx=new e({sampleRate:this.sampleRate})}let a=this.ctx;return a.state==="suspended"&&a.resume(),a}enqueue(a){if(a.length===0)return;let t=a;if(this.remainder){let d=new Uint8Array(this.remainder.length+a.length);d.set(this.remainder),d.set(a,this.remainder.length),t=d,this.remainder=null}if(t.length%2!==0&&(this.remainder=new Uint8Array([t[t.length-1]]),t=t.subarray(0,t.length-1)),t.length===0)return;let e=this.ensureContext(),s=this.pcmToFloat32(t),o=e.createBuffer(1,s.length,this.sampleRate);o.getChannelData(0).set(s);let n=e.createBufferSource();n.buffer=o,n.connect(e.destination);let l=e.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 d=this.activeSources.indexOf(n);d!==-1&&this.activeSources.splice(d,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 t of a)t()}}pcmToFloat32(a){let t=Math.floor(a.length/2),e=new Float32Array(t),s=new DataView(a.buffer,a.byteOffset,a.byteLength);for(let o=0;o<t;o++){let n=s.getInt16(o*2,!0);e[o]=n/32768}return e}};var ad=class{constructor(){this.sourceNode=null;this.analyserNode=null;this.interval=null;this.conditionStart=null;this.fired=!1}start(a,t,e,s,o){this.stop(),this.fired=!1,this.conditionStart=null,this.sourceNode=a.createMediaStreamSource(t),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 u=0;u<n.length;u++)l+=n[u]*n[u];let d=Math.sqrt(l/n.length);(e==="silence"?d<s.threshold:d>=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 a1=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 ad;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,t,e;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=(t=this.config)==null?void 0:t.agentId,d=(e=this.config)==null?void 0:e.clientToken;if(!l||!d)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=${d}`;this.ws=new WebSocket(i),this.setupWebSocketHandlers();let u=`${o}//${n}/ws/agents/${l}/voice?token=...`,c=" 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 g=!1,k=v=>{g||(g=!0,clearTimeout(b),h(new Error(v)))},b=setTimeout(()=>k("WebSocket connection timed out."+c),1e4);this.ws.addEventListener("open",()=>{g||(g=!0,clearTimeout(b),f())},{once:!0}),this.ws.addEventListener("error",()=>{k("WebSocket connection failed to "+u+"."+c)},{once:!0}),this.ws.addEventListener("close",v=>{if(!v.wasClean&&!g){let M=v.code!==1006?` (code ${v.code})`:"";k("WebSocket connection failed"+M+"."+c)}},{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(t=>t(new Error("WebSocket error"))),this.statusCallbacks.forEach(t=>t("error"))},this.ws.binaryType="arraybuffer",this.ws.onmessage=a=>{if(a.data instanceof ArrayBuffer){this.handleAudioChunk(new Uint8Array(a.data));return}try{let t=JSON.parse(a.data);this.handleWebSocketMessage(t)}catch{this.errorCallbacks.forEach(e=>e(new Error("Message parsing failed")))}})}handleWebSocketMessage(a){var t,e;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"})),(t=a.response.audio)!=null&&t.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)))))):(e=a.response.audio)!=null&&e.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 td(24e3),this.playbackManager.onFinished(()=>{this.isSpeaking=!1,this.playbackManager=null,this.vad.stop(),this.statusCallbacks.forEach(t=>t("idle"))})),this.isSpeaking||(this.isSpeaking=!0,this.statusCallbacks.forEach(t=>t("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,t,e,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=(t=(a=this.config)==null?void 0:a.pauseDuration)!=null?t:2e3,d=(s=(e=this.config)==null?void 0:e.silenceThreshold)!=null?s:.01;this.vad.start(n,this.mediaStream,"silence",{threshold:d,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 u=((i=this.mediaRecorder)==null?void 0:i.mimeType)||"audio/webm",c=new Blob(this.audioChunks,{type:u});await this.sendAudio(c),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 t=this.audioContext,e=(n=(o=this.config)==null?void 0:o.silenceThreshold)!=null?n:.01;this.vad.start(t,this.mediaStream,"speech",{threshold:e,duration:200},()=>this.handleBargeIn())}handleBargeIn(){this.cancelCurrentPlayback(),this.startListening().catch(a=>{this.errorCallbacks.forEach(t=>t(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 t;if(!this.ws||this.ws.readyState!==WebSocket.OPEN){this.errorCallbacks.forEach(e=>e(new Error("WebSocket not connected"))),this.statusCallbacks.forEach(e=>e("error"));return}try{let e=await this.blobToBase64(a),s=this.getFormatFromMimeType(a.type),o=this.generateRequestId();this.currentRequestId=o,this.ws.send(JSON.stringify({type:"audio_input",audio:e,format:s,sampleRate:16e3,voiceId:(t=this.config)==null?void 0:t.voiceId,requestId:o}))}catch(e){this.errorCallbacks.forEach(s=>s(e)),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((t,e)=>{let s=new FileReader;s.onload=()=>{let n=s.result.split(",")[1];t(n)},s.onerror=e,s.readAsDataURL(a)})}async playAudio(a){if(!a.base64)return;let t=atob(a.base64),e=new Uint8Array(t.length);for(let i=0;i<t.length;i++)e[i]=t.charCodeAt(i);let s=a.format||"mp3",o=s==="mp3"?"audio/mpeg":`audio/${s}`,n=new Blob([e],{type:o}),l=URL.createObjectURL(n),d=new Audio(l);this.currentAudio=d,this.currentAudioUrl=l,d.onended=()=>{URL.revokeObjectURL(l),this.currentAudio===d&&(this.currentAudio=null,this.currentAudioUrl=null,this.isSpeaking=!1,this.statusCallbacks.forEach(i=>i("idle")))},await d.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 Gr=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,t;try{if(this.isListening)throw new Error("Already listening");if(!this.w)throw new Error("Window object not available");let e=this.w.SpeechRecognition||this.w.webkitSpeechRecognition;if(!e)throw new Error("Browser speech recognition not supported");this.recognition=new e,this.recognition.lang=((a=this.config)==null?void 0:a.language)||"en-US",this.recognition.continuous=((t=this.config)==null?void 0:t.continuous)||!1,this.recognition.interimResults=!0,this.recognition.onresult=s=>{var l;let o=Array.from(s.results).map(d=>d[0]).map(d=>d.transcript).join(""),n=s.results[s.results.length-1].isFinal;this.resultCallbacks.forEach(d=>d({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(e){throw this.errorCallbacks.forEach(s=>s(e)),this.statusCallbacks.forEach(s=>s("error")),e}}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 Zr(r){switch(r.type){case"runtype":if(!r.runtype)throw new Error("Runtype voice provider requires configuration");return new a1(r.runtype);case"browser":if(!Gr.isSupported())throw new Error("Browser speech recognition not supported");return new Gr(r.browser||{});case"custom":throw new Error("Custom voice providers not yet implemented");default:throw new Error(`Unknown voice provider type: ${r.type}`)}}function rd(r){if((r==null?void 0:r.type)==="runtype"&&r.runtype)return Zr({type:"runtype",runtype:r.runtype});if(Gr.isSupported())return Zr({type:"browser",browser:(r==null?void 0:r.browser)||{language:"en-US"}});throw new Error("No supported voice providers available")}function r1(r){try{return rd(r),!0}catch{return!1}}var co=class r{constructor(a={},t){this.config=a;this.callbacks=t;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 t,e,s,o,n,l,d;a.type==="message"?(this.upsertMessage(a.message),(t=a.message.agentMetadata)!=null&&t.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:(e=a.message.agentMetadata.agentName)!=null?e:"",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"),(d=(l=this.callbacks).onError)==null||d.call(l,a.error)):(a.type==="artifact_start"||a.type==="artifact_delta"||a.type==="artifact_update"||a.type==="artifact_complete")&&this.applyArtifactStreamEvent(a)};var e;this.messages=[...(e=a.initialMessages)!=null?e:[]].map(s=>{var o;return{...s,sequence:(o=s.sequence)!=null?o:this.nextSequence()}}),this.messages=this.sortMessages(this.messages),this.client=new $r(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 r1((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,t,e;return(e=(t=(a=this.voiceProvider)==null?void 0:a.isBargeInActive)==null?void 0:t.call(a))!=null?e:!1}async deactivateBargeIn(){var a;(a=this.voiceProvider)!=null&&a.deactivateBargeIn&&await this.voiceProvider.deactivateBargeIn()}setupVoice(a){var t,e,s;try{let o=a||this.getVoiceConfigFromConfig();if(!o)throw new Error("Voice configuration not provided");this.voiceProvider=Zr(o);let n=(t=this.config.voiceRecognition)!=null?t:{},l=(e=n.processingText)!=null?e:"\u{1F3A4} Processing voice...",d=(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 u=this.injectMessage({role:"assistant",content:"",streaming:!0,voiceProcessing:!0});this.pendingVoiceAssistantMessageId=u.id,this.setStreaming(!0)}),this.voiceProvider.onResult(i=>{var u,c,f,h,g,k;if(i.provider==="browser")i.text&&i.text.trim()&&this.sendMessage(i.text,{viaVoice:!0});else if(i.provider==="runtype"){this.pendingVoiceUserMessageId&&((u=i.transcript)!=null&&u.trim())?this.upsertMessage({id:this.pendingVoiceUserMessageId,role:"user",content:i.transcript.trim(),createdAt:new Date().toISOString(),streaming:!1,voiceProcessing:!1}):(c=i.transcript)!=null&&c.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=(k=this.pendingVoiceAssistantMessageId)!=null?k:(g=[...this.messages].reverse().find(v=>v.role==="assistant"))==null?void 0:g.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:d,createdAt:new Date().toISOString(),streaming:!1,voiceProcessing:!1}),this.setStreaming(!1),this.pendingVoiceUserMessageId=null,this.pendingVoiceAssistantMessageId=null)}),this.voiceProvider.onStatusChange(i=>{var u,c;this.voiceStatus=i,this.voiceActive=i==="listening",(c=(u=this.callbacks).onVoiceStatusChanged)==null||c.call(u,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 t,e,s,o,n,l,d,i,u;if(!((t=this.config.voiceRecognition)!=null&&t.provider))return;let a=this.config.voiceRecognition.provider;switch(a.type){case"runtype":return{type:"runtype",runtype:{agentId:((e=a.runtype)==null?void 0:e.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:(d=a.runtype)==null?void 0:d.silenceThreshold}};case"browser":return{type:"browser",browser:{language:((i=a.browser)==null?void 0:i.language)||"en-US",continuous:(u=a.browser)==null?void 0:u.continuous}};default:return}}async initClientSession(){var a,t;if(!this.isClientTokenMode())return null;try{let e=await this.client.initSession();return this.setClientSession(e),e}catch(e){return(t=(a=this.callbacks).onError)==null||t.call(a,e instanceof Error?e:new Error(String(e))),null}}setClientSession(a){if(this.clientSession=a,a.config.welcomeMessage&&this.messages.length===0){let t={id:`welcome-${Date.now()}`,role:"assistant",content:a.config.welcomeMessage,createdAt:new Date().toISOString(),sequence:this.nextSequence()};this.appendMessage(t)}}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,t){return this.client.submitMessageFeedback(a,t)}async submitCSATFeedback(a,t){return this.client.submitCSATFeedback(a,t)}async submitNPSFeedback(a,t){return this.client.submitNPSFeedback(a,t)}updateConfig(a){let t=this.client.getSSEEventCallback();this.config={...this.config,...a},this.client=new $r(this.config),t&&this.client.setSSEEventCallback(t)}getMessages(){return[...this.messages]}getStatus(){return this.status}isStreaming(){return this.streaming}injectTestEvent(a){this.handleEvent(a)}injectMessage(a){let{role:t,content:e,llmContent:s,contentParts:o,id:n,createdAt:l,sequence:d,streaming:i=!1,voiceProcessing:u}=a,f={id:n!=null?n:t==="user"?po():t==="assistant"?jr():`system-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:t,content:e,createdAt:l!=null?l:new Date().toISOString(),sequence:d!=null?d:this.nextSequence(),streaming:i,...s!==void 0&&{llmContent:s},...o!==void 0&&{contentParts:o},...u!==void 0&&{voiceProcessing:u}};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 t=[];for(let e of a){let{role:s,content:o,llmContent:n,contentParts:l,id:d,createdAt:i,sequence:u,streaming:c=!1}=e,h={id:d!=null?d:s==="user"?po():s==="assistant"?jr():`system-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:s,content:o,createdAt:i!=null?i:new Date().toISOString(),sequence:u!=null?u:this.nextSequence(),streaming:c,...n!==void 0&&{llmContent:n},...l!==void 0&&{contentParts:l}};t.push(h)}return this.messages=this.sortMessages([...this.messages,...t]),this.callbacks.onMessagesChanged([...this.messages]),t}async sendMessage(a,t){var i,u,c,f,h;let e=a.trim();if(!e&&(!(t!=null&&t.contentParts)||t.contentParts.length===0))return;this.stopSpeaking(),(i=this.abortController)==null||i.abort();let s=po(),o=jr(),n={id:s,role:"user",content:e||Y1,createdAt:new Date().toISOString(),sequence:this.nextSequence(),viaVoice:(t==null?void 0:t.viaVoice)||!1,...(t==null?void 0:t.contentParts)&&t.contentParts.length>0&&{contentParts:t.contentParts}};this.appendMessage(n),this.setStreaming(!0);let l=new AbortController;this.abortController=l;let d=[...this.messages];try{await this.client.dispatch({messages:d,signal:l.signal,assistantMessageId:o},this.handleEvent)}catch(g){let k=g instanceof Error&&(g.name==="AbortError"||g.message.includes("aborted")||g.message.includes("abort"));if(!k){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,k||(g instanceof Error?(c=(u=this.callbacks).onError)==null||c.call(u,g):(h=(f=this.callbacks).onError)==null||h.call(f,new Error(String(g))))}}async continueConversation(){var s,o,n,l,d;if(this.streaming)return;(s=this.abortController)==null||s.abort();let a=jr();this.setStreaming(!0);let t=new AbortController;this.abortController=t;let e=[...this.messages];try{await this.client.dispatch({messages:e,signal:t.signal,assistantMessageId:a},this.handleEvent)}catch(i){let u={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(u),this.setStatus("idle"),this.setStreaming(!1),this.abortController=null,i instanceof Error?(n=(o=this.callbacks).onError)==null||n.call(o,i):(d=(l=this.callbacks).onError)==null||d.call(l,new Error(String(i)))}}async connectStream(a,t){var s,o,n;if(this.streaming)return;(s=this.abortController)==null||s.abort();let e=!1;for(let l of this.messages)l.streaming&&(l.streaming=!1,e=!0);e&&this.callbacks.onMessagesChanged([...this.messages]),this.setStreaming(!0);try{await this.client.processStream(a,this.handleEvent,t==null?void 0:t.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,t){var d,i,u;let e=`approval-${a.id}`,s={...a,status:t,resolvedAt:Date.now()},o={id:e,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 c;if(l?c=await l({approvalId:a.id,executionId:a.executionId,agentId:a.agentId,toolName:a.toolName},t):c=await this.client.resolveApproval({agentId:a.agentId,executionId:a.executionId,approvalId:a.id},t),c){let f=null;if(c instanceof Response){if(!c.ok){let h=await c.json().catch(()=>null);throw new Error((d=h==null?void 0:h.error)!=null?d:`Approval request failed: ${c.status}`)}f=c.body}else c instanceof ReadableStream&&(f=c);f?await this.connectStream(f):t==="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(c){(u=(i=this.callbacks).onError)==null||u.call(i,c instanceof Error?c:new Error(String(c)))}}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 t=a.id||`art_${Date.now().toString(36)}_${Math.random().toString(36).slice(2,9)}`;if(a.artifactType==="markdown"){let o={id:t,artifactType:"markdown",title:a.title,status:"complete",markdown:a.content};return this.artifacts.set(t,o),this.selectedArtifactId=t,this.emitArtifactsState(),o}let e={id:t,artifactType:"component",title:a.title,status:"complete",component:a.component,props:(s=a.props)!=null?s:{}};return this.artifacts.set(t,e),this.selectedArtifactId=t,this.emitArtifactsState(),e}clearArtifactState(){this.artifacts.size===0&&this.selectedArtifactId===null||(this.artifacts.clear(),this.selectedArtifactId=null,this.emitArtifactsState())}emitArtifactsState(){var a,t;(t=(a=this.callbacks).onArtifactsState)==null||t.call(a,{artifacts:[...this.artifacts.values()],selectedId:this.selectedArtifactId})}applyArtifactStreamEvent(a){var t,e;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:(t=a.component)!=null?t:"",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=((e=s.markdown)!=null?e:"")+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 t;(t=this.abortController)==null||t.abort(),this.abortController=null,this.messages=this.sortMessages(a.map(e=>{var s;return{...e,streaming:!1,sequence:(s=e.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 t=this.streaming;this.streaming=a,this.callbacks.onStreamingChanged(a),t&&!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 e=[...this.messages].reverse().find(o=>o.role==="assistant"&&o.content&&!o.voiceProcessing);if(!e)return;if(this.ttsSpokenMessageIds.has(e.id)){this.ttsSpokenMessageIds.delete(e.id);return}let s=e.content;s.trim()&&this.speak(s,a)}speak(a,t){if(typeof window=="undefined"||!("speechSynthesis"in window))return;let e=window.speechSynthesis;e.cancel();let s=new SpeechSynthesisUtterance(a),o=e.getVoices();if(t.voice){let n=o.find(l=>l.name===t.voice);n&&(s.voice=n)}else o.length>0&&(s.voice=t.pickVoice?t.pickVoice(o):r.pickBestVoice(o));t.rate!==void 0&&(s.rate=t.rate),t.pitch!==void 0&&(s.pitch=t.pitch),setTimeout(()=>e.speak(s),50)}static pickBestVoice(a){var e;let t=["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 t){let o=a.find(n=>n.name===s);if(o)return o}return(e=a.find(s=>s.lang.startsWith("en")))!=null?e:a[0]}stopSpeaking(){typeof window!="undefined"&&"speechSynthesis"in window&&window.speechSynthesis.cancel()}appendMessage(a){let t=this.ensureSequence(a);this.messages=this.sortMessages([...this.messages,t]),this.callbacks.onMessagesChanged([...this.messages])}upsertMessage(a){let t=this.ensureSequence(a),e=this.messages.findIndex(s=>s.id===t.id);if(e===-1){this.appendMessage(t);return}this.messages=this.messages.map((s,o)=>o===e?{...s,...t}: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((t,e)=>{var d,i;let s=new Date(t.createdAt).getTime(),o=new Date(e.createdAt).getTime();if(!Number.isNaN(s)&&!Number.isNaN(o)&&s!==o)return s-o;let n=(d=t.sequence)!=null?d:0,l=(i=e.sequence)!=null?i:0;return n!==l?n-l:t.id.localeCompare(e.id)})}};var A=(r,a)=>{let t=document.createElement(r);return a&&(t.className=a),t},tr=(r,a,t)=>{let e=r.createElement(a);return t&&(e.className=t),e};var cT={};Nk(cT,{AArrowDown:()=>nd,AArrowUp:()=>ld,ALargeSmall:()=>id,Accessibility:()=>dd,Activity:()=>pd,ActivitySquare:()=>Yn,AirVent:()=>cd,Airplay:()=>ud,AlarmCheck:()=>uo,AlarmClock:()=>hd,AlarmClockCheck:()=>uo,AlarmClockMinus:()=>fo,AlarmClockOff:()=>fd,AlarmClockPlus:()=>ho,AlarmMinus:()=>fo,AlarmPlus:()=>ho,AlarmSmoke:()=>md,Album:()=>xd,AlertCircle:()=>qo,AlertOctagon:()=>Tn,AlertTriangle:()=>si,AlignCenter:()=>Kl,AlignCenterHorizontal:()=>gd,AlignCenterVertical:()=>Md,AlignEndHorizontal:()=>yd,AlignEndVertical:()=>vd,AlignHorizontalDistributeCenter:()=>bd,AlignHorizontalDistributeEnd:()=>Cd,AlignHorizontalDistributeStart:()=>wd,AlignHorizontalJustifyCenter:()=>Ad,AlignHorizontalJustifyEnd:()=>Sd,AlignHorizontalJustifyStart:()=>kd,AlignHorizontalSpaceAround:()=>Td,AlignHorizontalSpaceBetween:()=>Ld,AlignJustify:()=>Ql,AlignLeft:()=>Lr,AlignRight:()=>Yl,AlignStartHorizontal:()=>Ed,AlignStartVertical:()=>Hd,AlignVerticalDistributeCenter:()=>Pd,AlignVerticalDistributeEnd:()=>Rd,AlignVerticalDistributeStart:()=>Bd,AlignVerticalJustifyCenter:()=>Id,AlignVerticalJustifyEnd:()=>Dd,AlignVerticalJustifyStart:()=>Vd,AlignVerticalSpaceAround:()=>Fd,AlignVerticalSpaceBetween:()=>Wd,Ambulance:()=>Od,Ampersand:()=>Nd,Ampersands:()=>zd,Amphora:()=>_d,Anchor:()=>qd,Angry:()=>Ud,Annoyed:()=>$d,Antenna:()=>jd,Anvil:()=>Gd,Aperture:()=>Zd,AppWindow:()=>Jd,AppWindowMac:()=>Xd,Apple:()=>Kd,Archive:()=>ep,ArchiveRestore:()=>Yd,ArchiveX:()=>Qd,AreaChart:()=>Eo,Armchair:()=>tp,ArrowBigDown:()=>rp,ArrowBigDownDash:()=>ap,ArrowBigLeft:()=>sp,ArrowBigLeftDash:()=>op,ArrowBigRight:()=>lp,ArrowBigRightDash:()=>np,ArrowBigUp:()=>dp,ArrowBigUpDash:()=>ip,ArrowDown:()=>yp,ArrowDown01:()=>pp,ArrowDown10:()=>cp,ArrowDownAZ:()=>mo,ArrowDownAz:()=>mo,ArrowDownCircle:()=>Uo,ArrowDownFromLine:()=>up,ArrowDownLeft:()=>fp,ArrowDownLeftFromCircle:()=>jo,ArrowDownLeftFromSquare:()=>rl,ArrowDownLeftSquare:()=>Qn,ArrowDownNarrowWide:()=>hp,ArrowDownRight:()=>mp,ArrowDownRightFromCircle:()=>Go,ArrowDownRightFromSquare:()=>ol,ArrowDownRightSquare:()=>el,ArrowDownSquare:()=>tl,ArrowDownToDot:()=>xp,ArrowDownToLine:()=>gp,ArrowDownUp:()=>Mp,ArrowDownWideNarrow:()=>xo,ArrowDownZA:()=>go,ArrowDownZa:()=>go,ArrowLeft:()=>wp,ArrowLeftCircle:()=>$o,ArrowLeftFromLine:()=>vp,ArrowLeftRight:()=>bp,ArrowLeftSquare:()=>al,ArrowLeftToLine:()=>Cp,ArrowRight:()=>Tp,ArrowRightCircle:()=>Jo,ArrowRightFromLine:()=>Ap,ArrowRightLeft:()=>Sp,ArrowRightSquare:()=>ll,ArrowRightToLine:()=>kp,ArrowUp:()=>Fp,ArrowUp01:()=>Lp,ArrowUp10:()=>Ep,ArrowUpAZ:()=>Mo,ArrowUpAz:()=>Mo,ArrowUpCircle:()=>Ko,ArrowUpDown:()=>Hp,ArrowUpFromDot:()=>Pp,ArrowUpFromLine:()=>Rp,ArrowUpLeft:()=>Bp,ArrowUpLeftFromCircle:()=>Zo,ArrowUpLeftFromSquare:()=>sl,ArrowUpLeftSquare:()=>il,ArrowUpNarrowWide:()=>yo,ArrowUpRight:()=>Ip,ArrowUpRightFromCircle:()=>Xo,ArrowUpRightFromSquare:()=>nl,ArrowUpRightSquare:()=>dl,ArrowUpSquare:()=>pl,ArrowUpToLine:()=>Dp,ArrowUpWideNarrow:()=>Vp,ArrowUpZA:()=>vo,ArrowUpZa:()=>vo,ArrowsUpFromLine:()=>Wp,Asterisk:()=>Op,AsteriskSquare:()=>cl,AtSign:()=>Np,Atom:()=>zp,AudioLines:()=>_p,AudioWaveform:()=>qp,Award:()=>Up,Axe:()=>$p,Axis3D:()=>bo,Axis3d:()=>bo,Baby:()=>jp,Backpack:()=>Gp,Badge:()=>d2,BadgeAlert:()=>Zp,BadgeCent:()=>Xp,BadgeCheck:()=>Co,BadgeDollarSign:()=>Jp,BadgeEuro:()=>Kp,BadgeHelp:()=>wo,BadgeIndianRupee:()=>Yp,BadgeInfo:()=>Qp,BadgeJapaneseYen:()=>e2,BadgeMinus:()=>t2,BadgePercent:()=>a2,BadgePlus:()=>r2,BadgePoundSterling:()=>o2,BadgeQuestionMark:()=>wo,BadgeRussianRuble:()=>s2,BadgeSwissFranc:()=>n2,BadgeTurkishLira:()=>l2,BadgeX:()=>i2,BaggageClaim:()=>p2,Ban:()=>c2,Banana:()=>u2,Bandage:()=>f2,Banknote:()=>g2,BanknoteArrowDown:()=>h2,BanknoteArrowUp:()=>m2,BanknoteX:()=>x2,BarChart:()=>Fo,BarChart2:()=>Wo,BarChart3:()=>Do,BarChart4:()=>Io,BarChartBig:()=>Bo,BarChartHorizontal:()=>Po,BarChartHorizontalBig:()=>Ho,Barcode:()=>M2,Barrel:()=>y2,Baseline:()=>v2,Bath:()=>b2,Battery:()=>L2,BatteryCharging:()=>C2,BatteryFull:()=>w2,BatteryLow:()=>A2,BatteryMedium:()=>S2,BatteryPlus:()=>k2,BatteryWarning:()=>T2,Beaker:()=>E2,Bean:()=>P2,BeanOff:()=>H2,Bed:()=>I2,BedDouble:()=>R2,BedSingle:()=>B2,Beef:()=>D2,Beer:()=>F2,BeerOff:()=>V2,Bell:()=>U2,BellDot:()=>W2,BellElectric:()=>O2,BellMinus:()=>N2,BellOff:()=>z2,BellPlus:()=>_2,BellRing:()=>q2,BetweenHorizonalEnd:()=>Ao,BetweenHorizonalStart:()=>So,BetweenHorizontalEnd:()=>Ao,BetweenHorizontalStart:()=>So,BetweenVerticalEnd:()=>$2,BetweenVerticalStart:()=>j2,BicepsFlexed:()=>G2,Bike:()=>Z2,Binary:()=>X2,Binoculars:()=>J2,Biohazard:()=>Y2,Bird:()=>K2,Birdhouse:()=>Q2,Bitcoin:()=>e0,Blend:()=>t0,Blinds:()=>a0,Blocks:()=>r0,Bluetooth:()=>l0,BluetoothConnected:()=>o0,BluetoothOff:()=>s0,BluetoothSearching:()=>n0,Bold:()=>i0,Bolt:()=>d0,Bomb:()=>p0,Bone:()=>c0,Book:()=>D0,BookA:()=>u0,BookAlert:()=>f0,BookAudio:()=>h0,BookCheck:()=>m0,BookCopy:()=>x0,BookDashed:()=>ko,BookDown:()=>g0,BookHeadphones:()=>M0,BookHeart:()=>y0,BookImage:()=>v0,BookKey:()=>b0,BookLock:()=>C0,BookMarked:()=>w0,BookMinus:()=>A0,BookOpen:()=>T0,BookOpenCheck:()=>S0,BookOpenText:()=>k0,BookPlus:()=>L0,BookTemplate:()=>ko,BookText:()=>E0,BookType:()=>H0,BookUp:()=>R0,BookUp2:()=>P0,BookUser:()=>B0,BookX:()=>I0,Bookmark:()=>N0,BookmarkCheck:()=>V0,BookmarkMinus:()=>F0,BookmarkPlus:()=>W0,BookmarkX:()=>O0,BoomBox:()=>z0,Bot:()=>U0,BotMessageSquare:()=>_0,BotOff:()=>q0,BottleWine:()=>$0,BowArrow:()=>j0,Box:()=>G0,BoxSelect:()=>Cl,Boxes:()=>Z0,Braces:()=>To,Brackets:()=>X0,Brain:()=>Y0,BrainCircuit:()=>J0,BrainCog:()=>K0,BrickWall:()=>tc,BrickWallFire:()=>Q0,BrickWallShield:()=>ec,Briefcase:()=>sc,BriefcaseBusiness:()=>ac,BriefcaseConveyorBelt:()=>rc,BriefcaseMedical:()=>oc,BringToFront:()=>nc,Brush:()=>ic,BrushCleaning:()=>lc,Bubbles:()=>dc,Bug:()=>uc,BugOff:()=>pc,BugPlay:()=>cc,Building:()=>hc,Building2:()=>fc,Bus:()=>xc,BusFront:()=>mc,Cable:()=>Mc,CableCar:()=>gc,Cake:()=>vc,CakeSlice:()=>yc,Calculator:()=>bc,Calendar:()=>_c,Calendar1:()=>Cc,CalendarArrowDown:()=>wc,CalendarArrowUp:()=>Ac,CalendarCheck:()=>kc,CalendarCheck2:()=>Sc,CalendarClock:()=>Tc,CalendarCog:()=>Lc,CalendarDays:()=>Ec,CalendarFold:()=>Hc,CalendarHeart:()=>Pc,CalendarMinus:()=>Bc,CalendarMinus2:()=>Rc,CalendarOff:()=>Ic,CalendarPlus:()=>Vc,CalendarPlus2:()=>Dc,CalendarRange:()=>Fc,CalendarSearch:()=>Wc,CalendarSync:()=>Oc,CalendarX:()=>zc,CalendarX2:()=>Nc,Camera:()=>Uc,CameraOff:()=>qc,CandlestickChart:()=>Ro,Candy:()=>Gc,CandyCane:()=>$c,CandyOff:()=>jc,Cannabis:()=>Zc,Captions:()=>Lo,CaptionsOff:()=>Xc,Car:()=>Yc,CarFront:()=>Jc,CarTaxiFront:()=>Kc,Caravan:()=>Qc,CardSim:()=>eu,Carrot:()=>tu,CaseLower:()=>au,CaseSensitive:()=>ru,CaseUpper:()=>ou,CassetteTape:()=>su,Cast:()=>nu,Castle:()=>lu,Cat:()=>iu,Cctv:()=>du,ChartArea:()=>Eo,ChartBar:()=>Po,ChartBarBig:()=>Ho,ChartBarDecreasing:()=>pu,ChartBarIncreasing:()=>cu,ChartBarStacked:()=>uu,ChartCandlestick:()=>Ro,ChartColumn:()=>Do,ChartColumnBig:()=>Bo,ChartColumnDecreasing:()=>fu,ChartColumnIncreasing:()=>Io,ChartColumnStacked:()=>hu,ChartGantt:()=>mu,ChartLine:()=>Vo,ChartNetwork:()=>xu,ChartNoAxesColumn:()=>Wo,ChartNoAxesColumnDecreasing:()=>gu,ChartNoAxesColumnIncreasing:()=>Fo,ChartNoAxesCombined:()=>Mu,ChartNoAxesGantt:()=>Oo,ChartPie:()=>No,ChartScatter:()=>zo,ChartSpline:()=>yu,Check:()=>Cu,CheckCheck:()=>vu,CheckCircle:()=>Yo,CheckCircle2:()=>Qo,CheckLine:()=>bu,CheckSquare:()=>fl,CheckSquare2:()=>hl,ChefHat:()=>wu,Cherry:()=>Au,ChevronDown:()=>Su,ChevronDownCircle:()=>es,ChevronDownSquare:()=>ml,ChevronFirst:()=>ku,ChevronLast:()=>Tu,ChevronLeft:()=>Lu,ChevronLeftCircle:()=>ts,ChevronLeftSquare:()=>xl,ChevronRight:()=>Eu,ChevronRightCircle:()=>as,ChevronRightSquare:()=>gl,ChevronUp:()=>Hu,ChevronUpCircle:()=>rs,ChevronUpSquare:()=>Ml,ChevronsDown:()=>Ru,ChevronsDownUp:()=>Pu,ChevronsLeft:()=>Du,ChevronsLeftRight:()=>Iu,ChevronsLeftRightEllipsis:()=>Bu,ChevronsRight:()=>Fu,ChevronsRightLeft:()=>Vu,ChevronsUp:()=>Ou,ChevronsUpDown:()=>Wu,Chrome:()=>_o,Chromium:()=>_o,Church:()=>Nu,Cigarette:()=>_u,CigaretteOff:()=>zu,Circle:()=>af,CircleAlert:()=>qo,CircleArrowDown:()=>Uo,CircleArrowLeft:()=>$o,CircleArrowOutDownLeft:()=>jo,CircleArrowOutDownRight:()=>Go,CircleArrowOutUpLeft:()=>Zo,CircleArrowOutUpRight:()=>Xo,CircleArrowRight:()=>Jo,CircleArrowUp:()=>Ko,CircleCheck:()=>Qo,CircleCheckBig:()=>Yo,CircleChevronDown:()=>es,CircleChevronLeft:()=>ts,CircleChevronRight:()=>as,CircleChevronUp:()=>rs,CircleDashed:()=>qu,CircleDivide:()=>os,CircleDollarSign:()=>Uu,CircleDot:()=>ju,CircleDotDashed:()=>$u,CircleEllipsis:()=>Gu,CircleEqual:()=>Zu,CircleFadingArrowUp:()=>Xu,CircleFadingPlus:()=>Ju,CircleGauge:()=>ss,CircleHelp:()=>br,CircleMinus:()=>ns,CircleOff:()=>Ku,CircleParking:()=>is,CircleParkingOff:()=>ls,CirclePause:()=>ds,CirclePercent:()=>ps,CirclePlay:()=>cs,CirclePlus:()=>us,CirclePoundSterling:()=>Yu,CirclePower:()=>fs,CircleQuestionMark:()=>br,CircleSlash:()=>Qu,CircleSlash2:()=>hs,CircleSlashed:()=>hs,CircleSmall:()=>ef,CircleStar:()=>tf,CircleStop:()=>ms,CircleUser:()=>gs,CircleUserRound:()=>xs,CircleX:()=>Ms,CircuitBoard:()=>rf,Citrus:()=>of,Clapperboard:()=>sf,Clipboard:()=>xf,ClipboardCheck:()=>nf,ClipboardClock:()=>lf,ClipboardCopy:()=>df,ClipboardEdit:()=>vs,ClipboardList:()=>pf,ClipboardMinus:()=>cf,ClipboardPaste:()=>uf,ClipboardPen:()=>vs,ClipboardPenLine:()=>ys,ClipboardPlus:()=>ff,ClipboardSignature:()=>ys,ClipboardType:()=>hf,ClipboardX:()=>mf,Clock:()=>Df,Clock1:()=>gf,Clock10:()=>Mf,Clock11:()=>yf,Clock12:()=>vf,Clock2:()=>bf,Clock3:()=>Cf,Clock4:()=>wf,Clock5:()=>Af,Clock6:()=>Sf,Clock7:()=>kf,Clock8:()=>Tf,Clock9:()=>Lf,ClockAlert:()=>Ef,ClockArrowDown:()=>Hf,ClockArrowUp:()=>Pf,ClockCheck:()=>Rf,ClockFading:()=>Bf,ClockPlus:()=>If,ClosedCaption:()=>Vf,Cloud:()=>Yf,CloudAlert:()=>Ff,CloudCheck:()=>Wf,CloudCog:()=>Of,CloudDownload:()=>bs,CloudDrizzle:()=>Nf,CloudFog:()=>zf,CloudHail:()=>_f,CloudLightning:()=>qf,CloudMoon:()=>$f,CloudMoonRain:()=>Uf,CloudOff:()=>jf,CloudRain:()=>Zf,CloudRainWind:()=>Gf,CloudSnow:()=>Xf,CloudSun:()=>Kf,CloudSunRain:()=>Jf,CloudUpload:()=>Cs,Cloudy:()=>Qf,Clover:()=>eh,Club:()=>th,Code:()=>ah,Code2:()=>ws,CodeSquare:()=>yl,CodeXml:()=>ws,Codepen:()=>rh,Codesandbox:()=>oh,Coffee:()=>sh,Cog:()=>nh,Coins:()=>lh,Columns:()=>As,Columns2:()=>As,Columns3:()=>Ss,Columns3Cog:()=>Cr,Columns4:()=>ih,ColumnsSettings:()=>Cr,Combine:()=>dh,Command:()=>ph,Compass:()=>ch,Component:()=>uh,Computer:()=>fh,ConciergeBell:()=>hh,Cone:()=>mh,Construction:()=>xh,Contact:()=>gh,Contact2:()=>ks,ContactRound:()=>ks,Container:()=>Mh,Contrast:()=>yh,Cookie:()=>vh,CookingPot:()=>bh,Copy:()=>Th,CopyCheck:()=>Ch,CopyMinus:()=>wh,CopyPlus:()=>Ah,CopySlash:()=>Sh,CopyX:()=>kh,Copyleft:()=>Lh,Copyright:()=>Eh,CornerDownLeft:()=>Hh,CornerDownRight:()=>Ph,CornerLeftDown:()=>Rh,CornerLeftUp:()=>Bh,CornerRightDown:()=>Ih,CornerRightUp:()=>Dh,CornerUpLeft:()=>Vh,CornerUpRight:()=>Fh,Cpu:()=>Wh,CreativeCommons:()=>Oh,CreditCard:()=>Nh,Croissant:()=>zh,Crop:()=>_h,Cross:()=>qh,Crosshair:()=>Uh,Crown:()=>$h,Cuboid:()=>jh,CupSoda:()=>Gh,CurlyBraces:()=>To,Currency:()=>Zh,Cylinder:()=>Xh,Dam:()=>Jh,Database:()=>Qh,DatabaseBackup:()=>Kh,DatabaseZap:()=>Yh,DecimalsArrowLeft:()=>em,DecimalsArrowRight:()=>tm,Delete:()=>am,Dessert:()=>rm,Diameter:()=>om,Diamond:()=>lm,DiamondMinus:()=>sm,DiamondPercent:()=>Ts,DiamondPlus:()=>nm,Dice1:()=>im,Dice2:()=>dm,Dice3:()=>pm,Dice4:()=>cm,Dice5:()=>um,Dice6:()=>fm,Dices:()=>hm,Diff:()=>mm,Disc:()=>ym,Disc2:()=>xm,Disc3:()=>gm,DiscAlbum:()=>Mm,Divide:()=>vm,DivideCircle:()=>os,DivideSquare:()=>wl,Dna:()=>Cm,DnaOff:()=>bm,Dock:()=>wm,Dog:()=>Am,DollarSign:()=>Sm,Donut:()=>km,DoorClosed:()=>Lm,DoorClosedLocked:()=>Tm,DoorOpen:()=>Em,Dot:()=>Hm,DotSquare:()=>Al,Download:()=>Pm,DownloadCloud:()=>bs,DraftingCompass:()=>Rm,Drama:()=>Bm,Dribbble:()=>Im,Drill:()=>Dm,Drone:()=>Vm,Droplet:()=>Wm,DropletOff:()=>Fm,Droplets:()=>Om,Drum:()=>Nm,Drumstick:()=>zm,Dumbbell:()=>_m,Ear:()=>Um,EarOff:()=>qm,Earth:()=>Ls,EarthLock:()=>$m,Eclipse:()=>jm,Edit:()=>ar,Edit2:()=>Nn,Edit3:()=>On,Egg:()=>Xm,EggFried:()=>Gm,EggOff:()=>Zm,Ellipsis:()=>Hs,EllipsisVertical:()=>Es,Equal:()=>Ym,EqualApproximately:()=>Jm,EqualNot:()=>Km,EqualSquare:()=>Sl,Eraser:()=>Qm,EthernetPort:()=>ex,Euro:()=>tx,EvCharger:()=>ax,Expand:()=>rx,ExternalLink:()=>ox,Eye:()=>lx,EyeClosed:()=>sx,EyeOff:()=>nx,Facebook:()=>ix,Factory:()=>dx,Fan:()=>px,FastForward:()=>cx,Feather:()=>ux,Fence:()=>fx,FerrisWheel:()=>hx,Figma:()=>mx,File:()=>Ux,FileArchive:()=>xx,FileAudio:()=>wr,FileAudio2:()=>wr,FileAxis3D:()=>Ps,FileAxis3d:()=>Ps,FileBadge:()=>Rs,FileBadge2:()=>Rs,FileBarChart:()=>Ds,FileBarChart2:()=>Vs,FileBox:()=>gx,FileBraces:()=>Is,FileBracesCorner:()=>Bs,FileChartColumn:()=>Vs,FileChartColumnIncreasing:()=>Ds,FileChartLine:()=>Fs,FileChartPie:()=>Ws,FileCheck:()=>Mx,FileCheck2:()=>Os,FileCheckCorner:()=>Os,FileClock:()=>yx,FileCode:()=>vx,FileCode2:()=>Ns,FileCodeCorner:()=>Ns,FileCog:()=>zs,FileCog2:()=>zs,FileDiff:()=>bx,FileDigit:()=>Cx,FileDown:()=>wx,FileEdit:()=>Gs,FileExclamationPoint:()=>_s,FileHeadphone:()=>wr,FileHeart:()=>Ax,FileImage:()=>Sx,FileInput:()=>kx,FileJson:()=>Is,FileJson2:()=>Bs,FileKey:()=>qs,FileKey2:()=>qs,FileLineChart:()=>Fs,FileLock:()=>Us,FileLock2:()=>Us,FileMinus:()=>Tx,FileMinus2:()=>$s,FileMinusCorner:()=>$s,FileMusic:()=>Lx,FileOutput:()=>Ex,FilePen:()=>Gs,FilePenLine:()=>js,FilePieChart:()=>Ws,FilePlay:()=>Zs,FilePlus:()=>Hx,FilePlus2:()=>Xs,FilePlusCorner:()=>Xs,FileQuestion:()=>Js,FileQuestionMark:()=>Js,FileScan:()=>Px,FileSearch:()=>Rx,FileSearch2:()=>Ks,FileSearchCorner:()=>Ks,FileSignal:()=>Ys,FileSignature:()=>js,FileSliders:()=>Bx,FileSpreadsheet:()=>Ix,FileStack:()=>Dx,FileSymlink:()=>Vx,FileTerminal:()=>Fx,FileText:()=>Wx,FileType:()=>Ox,FileType2:()=>Qs,FileTypeCorner:()=>Qs,FileUp:()=>Nx,FileUser:()=>zx,FileVideo:()=>Zs,FileVideo2:()=>en,FileVideoCamera:()=>en,FileVolume:()=>_x,FileVolume2:()=>Ys,FileWarning:()=>_s,FileX:()=>qx,FileX2:()=>tn,FileXCorner:()=>tn,Files:()=>$x,Film:()=>jx,Filter:()=>sn,FilterX:()=>on,Fingerprint:()=>Gx,FireExtinguisher:()=>Zx,Fish:()=>Kx,FishOff:()=>Xx,FishSymbol:()=>Jx,Flag:()=>t4,FlagOff:()=>Yx,FlagTriangleLeft:()=>Qx,FlagTriangleRight:()=>e4,Flame:()=>r4,FlameKindling:()=>a4,Flashlight:()=>s4,FlashlightOff:()=>o4,FlaskConical:()=>l4,FlaskConicalOff:()=>n4,FlaskRound:()=>i4,FlipHorizontal:()=>p4,FlipHorizontal2:()=>d4,FlipVertical:()=>u4,FlipVertical2:()=>c4,Flower:()=>h4,Flower2:()=>f4,Focus:()=>m4,FoldHorizontal:()=>x4,FoldVertical:()=>g4,Folder:()=>$4,FolderArchive:()=>M4,FolderCheck:()=>y4,FolderClock:()=>v4,FolderClosed:()=>b4,FolderCode:()=>C4,FolderCog:()=>an,FolderCog2:()=>an,FolderDot:()=>w4,FolderDown:()=>A4,FolderEdit:()=>rn,FolderGit:()=>k4,FolderGit2:()=>S4,FolderHeart:()=>T4,FolderInput:()=>L4,FolderKanban:()=>E4,FolderKey:()=>H4,FolderLock:()=>P4,FolderMinus:()=>R4,FolderOpen:()=>I4,FolderOpenDot:()=>B4,FolderOutput:()=>D4,FolderPen:()=>rn,FolderPlus:()=>V4,FolderRoot:()=>F4,FolderSearch:()=>O4,FolderSearch2:()=>W4,FolderSymlink:()=>N4,FolderSync:()=>z4,FolderTree:()=>_4,FolderUp:()=>q4,FolderX:()=>U4,Folders:()=>j4,Footprints:()=>G4,ForkKnife:()=>xi,ForkKnifeCrossed:()=>mi,Forklift:()=>Z4,FormInput:()=>_n,Forward:()=>X4,Frame:()=>J4,Framer:()=>K4,Frown:()=>Y4,Fuel:()=>Q4,Fullscreen:()=>e5,FunctionSquare:()=>kl,Funnel:()=>sn,FunnelPlus:()=>t5,FunnelX:()=>on,GalleryHorizontal:()=>r5,GalleryHorizontalEnd:()=>a5,GalleryThumbnails:()=>o5,GalleryVertical:()=>n5,GalleryVerticalEnd:()=>s5,Gamepad:()=>d5,Gamepad2:()=>l5,GamepadDirectional:()=>i5,GanttChart:()=>Oo,GanttChartSquare:()=>Tr,Gauge:()=>p5,GaugeCircle:()=>ss,Gavel:()=>c5,Gem:()=>u5,GeorgianLari:()=>f5,Ghost:()=>h5,Gift:()=>m5,GitBranch:()=>M5,GitBranchMinus:()=>x5,GitBranchPlus:()=>g5,GitCommit:()=>nn,GitCommitHorizontal:()=>nn,GitCommitVertical:()=>y5,GitCompare:()=>b5,GitCompareArrows:()=>v5,GitFork:()=>C5,GitGraph:()=>w5,GitMerge:()=>A5,GitPullRequest:()=>H5,GitPullRequestArrow:()=>S5,GitPullRequestClosed:()=>k5,GitPullRequestCreate:()=>L5,GitPullRequestCreateArrow:()=>T5,GitPullRequestDraft:()=>E5,Github:()=>P5,Gitlab:()=>R5,GlassWater:()=>B5,Glasses:()=>I5,Globe:()=>V5,Globe2:()=>Ls,GlobeLock:()=>D5,Goal:()=>F5,Gpu:()=>W5,Grab:()=>un,GraduationCap:()=>O5,Grape:()=>N5,Grid:()=>Ar,Grid2X2:()=>cn,Grid2X2Check:()=>ln,Grid2X2Plus:()=>dn,Grid2X2X:()=>pn,Grid2x2:()=>cn,Grid2x2Check:()=>ln,Grid2x2Plus:()=>dn,Grid2x2X:()=>pn,Grid3X3:()=>Ar,Grid3x2:()=>z5,Grid3x3:()=>Ar,Grip:()=>U5,GripHorizontal:()=>_5,GripVertical:()=>q5,Group:()=>$5,Guitar:()=>j5,Ham:()=>G5,Hamburger:()=>Z5,Hammer:()=>X5,Hand:()=>tg,HandCoins:()=>J5,HandFist:()=>K5,HandGrab:()=>un,HandHeart:()=>Y5,HandHelping:()=>fn,HandMetal:()=>Q5,HandPlatter:()=>eg,Handbag:()=>ag,Handshake:()=>rg,HardDrive:()=>ng,HardDriveDownload:()=>og,HardDriveUpload:()=>sg,HardHat:()=>lg,Hash:()=>ig,HatGlasses:()=>dg,Haze:()=>pg,HdmiPort:()=>cg,Heading:()=>Mg,Heading1:()=>ug,Heading2:()=>fg,Heading3:()=>hg,Heading4:()=>mg,Heading5:()=>xg,Heading6:()=>gg,HeadphoneOff:()=>yg,Headphones:()=>vg,Headset:()=>bg,Heart:()=>Lg,HeartCrack:()=>Cg,HeartHandshake:()=>wg,HeartMinus:()=>Ag,HeartOff:()=>Sg,HeartPlus:()=>kg,HeartPulse:()=>Tg,Heater:()=>Eg,Helicopter:()=>Hg,HelpCircle:()=>br,HelpingHand:()=>fn,Hexagon:()=>Pg,Highlighter:()=>Rg,History:()=>Bg,Home:()=>hn,Hop:()=>Dg,HopOff:()=>Ig,Hospital:()=>Vg,Hotel:()=>Fg,Hourglass:()=>Wg,House:()=>hn,HouseHeart:()=>Og,HousePlug:()=>Ng,HousePlus:()=>zg,HouseWifi:()=>_g,IceCream:()=>xn,IceCream2:()=>mn,IceCreamBowl:()=>mn,IceCreamCone:()=>xn,IdCard:()=>Ug,IdCardLanyard:()=>qg,Image:()=>Yg,ImageDown:()=>jg,ImageMinus:()=>$g,ImageOff:()=>Gg,ImagePlay:()=>Zg,ImagePlus:()=>Xg,ImageUp:()=>Jg,ImageUpscale:()=>Kg,Images:()=>Qg,Import:()=>e3,Inbox:()=>t3,Indent:()=>kr,IndentDecrease:()=>Sr,IndentIncrease:()=>kr,IndianRupee:()=>a3,Infinity:()=>r3,Info:()=>o3,Inspect:()=>Rl,InspectionPanel:()=>s3,Instagram:()=>n3,Italic:()=>l3,IterationCcw:()=>i3,IterationCw:()=>d3,JapaneseYen:()=>p3,Joystick:()=>c3,Kanban:()=>u3,KanbanSquare:()=>Tl,KanbanSquareDashed:()=>vl,Kayak:()=>f3,Key:()=>x3,KeyRound:()=>h3,KeySquare:()=>m3,Keyboard:()=>y3,KeyboardMusic:()=>g3,KeyboardOff:()=>M3,Lamp:()=>S3,LampCeiling:()=>v3,LampDesk:()=>b3,LampFloor:()=>C3,LampWallDown:()=>w3,LampWallUp:()=>A3,LandPlot:()=>k3,Landmark:()=>T3,Languages:()=>L3,Laptop:()=>H3,Laptop2:()=>gn,LaptopMinimal:()=>gn,LaptopMinimalCheck:()=>E3,Lasso:()=>R3,LassoSelect:()=>P3,Laugh:()=>B3,Layers:()=>Mn,Layers2:()=>I3,Layers3:()=>Mn,Layout:()=>Wn,LayoutDashboard:()=>D3,LayoutGrid:()=>V3,LayoutList:()=>F3,LayoutPanelLeft:()=>W3,LayoutPanelTop:()=>O3,LayoutTemplate:()=>N3,Leaf:()=>z3,LeafyGreen:()=>_3,Lectern:()=>q3,LetterText:()=>ei,Library:()=>$3,LibraryBig:()=>U3,LibrarySquare:()=>Ll,LifeBuoy:()=>j3,Ligature:()=>G3,Lightbulb:()=>X3,LightbulbOff:()=>Z3,LineChart:()=>Vo,LineSquiggle:()=>J3,Link:()=>Q3,Link2:()=>Y3,Link2Off:()=>K3,Linkedin:()=>eM,List:()=>yM,ListCheck:()=>tM,ListChecks:()=>aM,ListChevronsDownUp:()=>rM,ListChevronsUpDown:()=>oM,ListCollapse:()=>sM,ListEnd:()=>nM,ListFilter:()=>iM,ListFilterPlus:()=>lM,ListIndentDecrease:()=>Sr,ListIndentIncrease:()=>kr,ListMinus:()=>dM,ListMusic:()=>pM,ListOrdered:()=>cM,ListPlus:()=>uM,ListRestart:()=>fM,ListStart:()=>hM,ListTodo:()=>mM,ListTree:()=>xM,ListVideo:()=>gM,ListX:()=>MM,Loader:()=>bM,Loader2:()=>yn,LoaderCircle:()=>yn,LoaderPinwheel:()=>vM,Locate:()=>AM,LocateFixed:()=>CM,LocateOff:()=>wM,LocationEdit:()=>wn,Lock:()=>kM,LockKeyhole:()=>SM,LockKeyholeOpen:()=>vn,LockOpen:()=>bn,LogIn:()=>TM,LogOut:()=>LM,Logs:()=>EM,Lollipop:()=>HM,Luggage:()=>PM,MSquare:()=>El,Magnet:()=>RM,Mail:()=>NM,MailCheck:()=>BM,MailMinus:()=>IM,MailOpen:()=>DM,MailPlus:()=>VM,MailQuestion:()=>Cn,MailQuestionMark:()=>Cn,MailSearch:()=>FM,MailWarning:()=>WM,MailX:()=>OM,Mailbox:()=>zM,Mails:()=>_M,Map:()=>r6,MapMinus:()=>qM,MapPin:()=>e6,MapPinCheck:()=>$M,MapPinCheckInside:()=>UM,MapPinHouse:()=>jM,MapPinMinus:()=>ZM,MapPinMinusInside:()=>GM,MapPinOff:()=>XM,MapPinPen:()=>wn,MapPinPlus:()=>KM,MapPinPlusInside:()=>JM,MapPinX:()=>QM,MapPinXInside:()=>YM,MapPinned:()=>t6,MapPlus:()=>a6,Mars:()=>s6,MarsStroke:()=>o6,Martini:()=>n6,Maximize:()=>i6,Maximize2:()=>l6,Medal:()=>d6,Megaphone:()=>c6,MegaphoneOff:()=>p6,Meh:()=>u6,MemoryStick:()=>f6,Menu:()=>h6,MenuSquare:()=>Hl,Merge:()=>m6,MessageCircle:()=>S6,MessageCircleCode:()=>x6,MessageCircleDashed:()=>g6,MessageCircleHeart:()=>M6,MessageCircleMore:()=>y6,MessageCircleOff:()=>v6,MessageCirclePlus:()=>b6,MessageCircleQuestion:()=>An,MessageCircleQuestionMark:()=>An,MessageCircleReply:()=>C6,MessageCircleWarning:()=>w6,MessageCircleX:()=>A6,MessageSquare:()=>z6,MessageSquareCode:()=>k6,MessageSquareDashed:()=>T6,MessageSquareDiff:()=>L6,MessageSquareDot:()=>E6,MessageSquareHeart:()=>H6,MessageSquareLock:()=>P6,MessageSquareMore:()=>R6,MessageSquareOff:()=>B6,MessageSquarePlus:()=>I6,MessageSquareQuote:()=>D6,MessageSquareReply:()=>V6,MessageSquareShare:()=>F6,MessageSquareText:()=>W6,MessageSquareWarning:()=>O6,MessageSquareX:()=>N6,MessagesSquare:()=>_6,Mic:()=>U6,Mic2:()=>Sn,MicOff:()=>q6,MicVocal:()=>Sn,Microchip:()=>$6,Microscope:()=>j6,Microwave:()=>G6,Milestone:()=>Z6,Milk:()=>J6,MilkOff:()=>X6,Minimize:()=>Y6,Minimize2:()=>K6,Minus:()=>Q6,MinusCircle:()=>ns,MinusSquare:()=>Pl,Monitor:()=>f8,MonitorCheck:()=>e8,MonitorCloud:()=>t8,MonitorCog:()=>a8,MonitorDot:()=>r8,MonitorDown:()=>o8,MonitorOff:()=>s8,MonitorPause:()=>n8,MonitorPlay:()=>l8,MonitorSmartphone:()=>i8,MonitorSpeaker:()=>d8,MonitorStop:()=>p8,MonitorUp:()=>c8,MonitorX:()=>u8,Moon:()=>m8,MoonStar:()=>h8,MoreHorizontal:()=>Hs,MoreVertical:()=>Es,Motorbike:()=>x8,Mountain:()=>M8,MountainSnow:()=>g8,Mouse:()=>A8,MouseOff:()=>y8,MousePointer:()=>w8,MousePointer2:()=>v8,MousePointerBan:()=>b8,MousePointerClick:()=>C8,MousePointerSquareDashed:()=>bl,Move:()=>F8,Move3D:()=>kn,Move3d:()=>kn,MoveDiagonal:()=>k8,MoveDiagonal2:()=>S8,MoveDown:()=>E8,MoveDownLeft:()=>T8,MoveDownRight:()=>L8,MoveHorizontal:()=>H8,MoveLeft:()=>P8,MoveRight:()=>R8,MoveUp:()=>D8,MoveUpLeft:()=>B8,MoveUpRight:()=>I8,MoveVertical:()=>V8,Music:()=>z8,Music2:()=>W8,Music3:()=>O8,Music4:()=>N8,Navigation:()=>$8,Navigation2:()=>q8,Navigation2Off:()=>_8,NavigationOff:()=>U8,Network:()=>j8,Newspaper:()=>G8,Nfc:()=>Z8,NonBinary:()=>X8,Notebook:()=>Q8,NotebookPen:()=>J8,NotebookTabs:()=>K8,NotebookText:()=>Y8,NotepadText:()=>ty,NotepadTextDashed:()=>ey,Nut:()=>ry,NutOff:()=>ay,Octagon:()=>sy,OctagonAlert:()=>Tn,OctagonMinus:()=>oy,OctagonPause:()=>Ln,OctagonX:()=>En,Omega:()=>ny,Option:()=>ly,Orbit:()=>iy,Origami:()=>dy,Outdent:()=>Sr,Package:()=>gy,Package2:()=>py,PackageCheck:()=>cy,PackageMinus:()=>uy,PackageOpen:()=>fy,PackagePlus:()=>hy,PackageSearch:()=>my,PackageX:()=>xy,PaintBucket:()=>My,PaintRoller:()=>yy,Paintbrush:()=>vy,Paintbrush2:()=>Hn,PaintbrushVertical:()=>Hn,Palette:()=>by,Palmtree:()=>oi,Panda:()=>Cy,PanelBottom:()=>Sy,PanelBottomClose:()=>wy,PanelBottomDashed:()=>Pn,PanelBottomInactive:()=>Pn,PanelBottomOpen:()=>Ay,PanelLeft:()=>Dn,PanelLeftClose:()=>Rn,PanelLeftDashed:()=>Bn,PanelLeftInactive:()=>Bn,PanelLeftOpen:()=>In,PanelLeftRightDashed:()=>ky,PanelRight:()=>Ey,PanelRightClose:()=>Ty,PanelRightDashed:()=>Vn,PanelRightInactive:()=>Vn,PanelRightOpen:()=>Ly,PanelTop:()=>By,PanelTopBottomDashed:()=>Hy,PanelTopClose:()=>Py,PanelTopDashed:()=>Fn,PanelTopInactive:()=>Fn,PanelTopOpen:()=>Ry,PanelsLeftBottom:()=>Iy,PanelsLeftRight:()=>Ss,PanelsRightBottom:()=>Dy,PanelsTopBottom:()=>$n,PanelsTopLeft:()=>Wn,Paperclip:()=>Vy,Parentheses:()=>Fy,ParkingCircle:()=>is,ParkingCircleOff:()=>ls,ParkingMeter:()=>Wy,ParkingSquare:()=>Il,ParkingSquareOff:()=>Bl,PartyPopper:()=>Oy,Pause:()=>Ny,PauseCircle:()=>ds,PauseOctagon:()=>Ln,PawPrint:()=>zy,PcCase:()=>_y,Pen:()=>Nn,PenBox:()=>ar,PenLine:()=>On,PenOff:()=>qy,PenSquare:()=>ar,PenTool:()=>Uy,Pencil:()=>Zy,PencilLine:()=>$y,PencilOff:()=>jy,PencilRuler:()=>Gy,Pentagon:()=>Xy,Percent:()=>Jy,PercentCircle:()=>ps,PercentDiamond:()=>Ts,PercentSquare:()=>Dl,PersonStanding:()=>Ky,PhilippinePeso:()=>Yy,Phone:()=>s7,PhoneCall:()=>Qy,PhoneForwarded:()=>e7,PhoneIncoming:()=>t7,PhoneMissed:()=>a7,PhoneOff:()=>r7,PhoneOutgoing:()=>o7,Pi:()=>n7,PiSquare:()=>Vl,Piano:()=>l7,Pickaxe:()=>i7,PictureInPicture:()=>p7,PictureInPicture2:()=>d7,PieChart:()=>No,PiggyBank:()=>c7,Pilcrow:()=>h7,PilcrowLeft:()=>u7,PilcrowRight:()=>f7,PilcrowSquare:()=>Fl,Pill:()=>x7,PillBottle:()=>m7,Pin:()=>M7,PinOff:()=>g7,Pipette:()=>y7,Pizza:()=>v7,Plane:()=>w7,PlaneLanding:()=>b7,PlaneTakeoff:()=>C7,Play:()=>A7,PlayCircle:()=>cs,PlaySquare:()=>Wl,Plug:()=>k7,Plug2:()=>S7,PlugZap:()=>zn,PlugZap2:()=>zn,Plus:()=>T7,PlusCircle:()=>us,PlusSquare:()=>Ol,Pocket:()=>E7,PocketKnife:()=>L7,Podcast:()=>H7,Pointer:()=>R7,PointerOff:()=>P7,Popcorn:()=>I7,Popsicle:()=>B7,PoundSterling:()=>D7,Power:()=>F7,PowerCircle:()=>fs,PowerOff:()=>V7,PowerSquare:()=>Nl,Presentation:()=>W7,Printer:()=>N7,PrinterCheck:()=>O7,Projector:()=>z7,Proportions:()=>_7,Puzzle:()=>q7,Pyramid:()=>U7,QrCode:()=>$7,Quote:()=>j7,Rabbit:()=>G7,Radar:()=>Z7,Radiation:()=>X7,Radical:()=>J7,Radio:()=>Q7,RadioReceiver:()=>K7,RadioTower:()=>Y7,Radius:()=>ev,RailSymbol:()=>tv,Rainbow:()=>av,Rat:()=>rv,Ratio:()=>ov,Receipt:()=>hv,ReceiptCent:()=>sv,ReceiptEuro:()=>nv,ReceiptIndianRupee:()=>lv,ReceiptJapaneseYen:()=>iv,ReceiptPoundSterling:()=>dv,ReceiptRussianRuble:()=>pv,ReceiptSwissFranc:()=>cv,ReceiptText:()=>uv,ReceiptTurkishLira:()=>fv,RectangleCircle:()=>mv,RectangleEllipsis:()=>_n,RectangleGoggles:()=>xv,RectangleHorizontal:()=>gv,RectangleVertical:()=>Mv,Recycle:()=>yv,Redo:()=>Cv,Redo2:()=>vv,RedoDot:()=>bv,RefreshCcw:()=>Av,RefreshCcwDot:()=>wv,RefreshCw:()=>kv,RefreshCwOff:()=>Sv,Refrigerator:()=>Tv,Regex:()=>Lv,RemoveFormatting:()=>Ev,Repeat:()=>Rv,Repeat1:()=>Hv,Repeat2:()=>Pv,Replace:()=>Iv,ReplaceAll:()=>Bv,Reply:()=>Vv,ReplyAll:()=>Dv,Rewind:()=>Fv,Ribbon:()=>Wv,Rocket:()=>Ov,RockingChair:()=>Nv,RollerCoaster:()=>zv,Rose:()=>_v,Rotate3D:()=>qn,Rotate3d:()=>qn,RotateCcw:()=>$v,RotateCcwKey:()=>qv,RotateCcwSquare:()=>Uv,RotateCw:()=>Gv,RotateCwSquare:()=>jv,Route:()=>Xv,RouteOff:()=>Zv,Router:()=>Jv,Rows:()=>Un,Rows2:()=>Un,Rows3:()=>$n,Rows4:()=>Kv,Rss:()=>Yv,Ruler:()=>e9,RulerDimensionLine:()=>Qv,RussianRuble:()=>t9,Sailboat:()=>a9,Salad:()=>r9,Sandwich:()=>o9,Satellite:()=>n9,SatelliteDish:()=>s9,SaudiRiyal:()=>l9,Save:()=>p9,SaveAll:()=>i9,SaveOff:()=>d9,Scale:()=>c9,Scale3D:()=>jn,Scale3d:()=>jn,Scaling:()=>u9,Scan:()=>b9,ScanBarcode:()=>f9,ScanEye:()=>h9,ScanFace:()=>m9,ScanHeart:()=>x9,ScanLine:()=>g9,ScanQrCode:()=>M9,ScanSearch:()=>y9,ScanText:()=>v9,ScatterChart:()=>zo,School:()=>C9,School2:()=>li,Scissors:()=>A9,ScissorsLineDashed:()=>w9,ScissorsSquare:()=>zl,ScissorsSquareDashedBottom:()=>ul,ScreenShare:()=>k9,ScreenShareOff:()=>S9,Scroll:()=>L9,ScrollText:()=>T9,Search:()=>B9,SearchCheck:()=>E9,SearchCode:()=>H9,SearchSlash:()=>P9,SearchX:()=>R9,Section:()=>I9,Send:()=>V9,SendHorizonal:()=>Gn,SendHorizontal:()=>Gn,SendToBack:()=>D9,SeparatorHorizontal:()=>F9,SeparatorVertical:()=>W9,Server:()=>_9,ServerCog:()=>O9,ServerCrash:()=>N9,ServerOff:()=>z9,Settings:()=>U9,Settings2:()=>q9,Shapes:()=>$9,Share:()=>G9,Share2:()=>j9,Sheet:()=>Z9,Shell:()=>X9,Shield:()=>sb,ShieldAlert:()=>J9,ShieldBan:()=>K9,ShieldCheck:()=>Y9,ShieldClose:()=>Xn,ShieldEllipsis:()=>Q9,ShieldHalf:()=>eb,ShieldMinus:()=>tb,ShieldOff:()=>ab,ShieldPlus:()=>rb,ShieldQuestion:()=>Zn,ShieldQuestionMark:()=>Zn,ShieldUser:()=>ob,ShieldX:()=>Xn,Ship:()=>lb,ShipWheel:()=>nb,Shirt:()=>ib,ShoppingBag:()=>db,ShoppingBasket:()=>pb,ShoppingCart:()=>cb,Shovel:()=>ub,ShowerHead:()=>fb,Shredder:()=>hb,Shrimp:()=>mb,Shrink:()=>xb,Shrub:()=>gb,Shuffle:()=>Mb,Sidebar:()=>Dn,SidebarClose:()=>Rn,SidebarOpen:()=>In,Sigma:()=>yb,SigmaSquare:()=>_l,Signal:()=>Ab,SignalHigh:()=>vb,SignalLow:()=>bb,SignalMedium:()=>Cb,SignalZero:()=>wb,Signature:()=>Sb,Signpost:()=>Tb,SignpostBig:()=>kb,Siren:()=>Lb,SkipBack:()=>Eb,SkipForward:()=>Hb,Skull:()=>Pb,Slack:()=>Rb,Slash:()=>Bb,SlashSquare:()=>ql,Slice:()=>Ib,Sliders:()=>Jn,SlidersHorizontal:()=>Db,SlidersVertical:()=>Jn,Smartphone:()=>Wb,SmartphoneCharging:()=>Vb,SmartphoneNfc:()=>Fb,Smile:()=>Nb,SmilePlus:()=>Ob,Snail:()=>zb,Snowflake:()=>_b,SoapDispenserDroplet:()=>qb,Sofa:()=>Ub,SolarPanel:()=>$b,SortAsc:()=>yo,SortDesc:()=>xo,Soup:()=>jb,Space:()=>Gb,Spade:()=>Zb,Sparkle:()=>Xb,Sparkles:()=>Kn,Speaker:()=>Jb,Speech:()=>Kb,SpellCheck:()=>Qb,SpellCheck2:()=>Yb,Spline:()=>tC,SplinePointer:()=>eC,Split:()=>aC,SplitSquareHorizontal:()=>Ul,SplitSquareVertical:()=>$l,Spool:()=>rC,Spotlight:()=>oC,SprayCan:()=>sC,Sprout:()=>nC,Square:()=>gC,SquareActivity:()=>Yn,SquareArrowDown:()=>tl,SquareArrowDownLeft:()=>Qn,SquareArrowDownRight:()=>el,SquareArrowLeft:()=>al,SquareArrowOutDownLeft:()=>rl,SquareArrowOutDownRight:()=>ol,SquareArrowOutUpLeft:()=>sl,SquareArrowOutUpRight:()=>nl,SquareArrowRight:()=>ll,SquareArrowUp:()=>pl,SquareArrowUpLeft:()=>il,SquareArrowUpRight:()=>dl,SquareAsterisk:()=>cl,SquareBottomDashedScissors:()=>ul,SquareChartGantt:()=>Tr,SquareCheck:()=>hl,SquareCheckBig:()=>fl,SquareChevronDown:()=>ml,SquareChevronLeft:()=>xl,SquareChevronRight:()=>gl,SquareChevronUp:()=>Ml,SquareCode:()=>yl,SquareDashed:()=>Cl,SquareDashedBottom:()=>iC,SquareDashedBottomCode:()=>lC,SquareDashedKanban:()=>vl,SquareDashedMousePointer:()=>bl,SquareDashedTopSolid:()=>dC,SquareDivide:()=>wl,SquareDot:()=>Al,SquareEqual:()=>Sl,SquareFunction:()=>kl,SquareGanttChart:()=>Tr,SquareKanban:()=>Tl,SquareLibrary:()=>Ll,SquareM:()=>El,SquareMenu:()=>Hl,SquareMinus:()=>Pl,SquareMousePointer:()=>Rl,SquareParking:()=>Il,SquareParkingOff:()=>Bl,SquarePause:()=>pC,SquarePen:()=>ar,SquarePercent:()=>Dl,SquarePi:()=>Vl,SquarePilcrow:()=>Fl,SquarePlay:()=>Wl,SquarePlus:()=>Ol,SquarePower:()=>Nl,SquareRadical:()=>cC,SquareRoundCorner:()=>uC,SquareScissors:()=>zl,SquareSigma:()=>_l,SquareSlash:()=>ql,SquareSplitHorizontal:()=>Ul,SquareSplitVertical:()=>$l,SquareSquare:()=>fC,SquareStack:()=>hC,SquareStar:()=>mC,SquareStop:()=>xC,SquareTerminal:()=>jl,SquareUser:()=>Zl,SquareUserRound:()=>Gl,SquareX:()=>Xl,SquaresExclude:()=>MC,SquaresIntersect:()=>yC,SquaresSubtract:()=>vC,SquaresUnite:()=>bC,Squircle:()=>wC,SquircleDashed:()=>CC,Squirrel:()=>AC,Stamp:()=>SC,Star:()=>LC,StarHalf:()=>kC,StarOff:()=>TC,Stars:()=>Kn,StepBack:()=>EC,StepForward:()=>HC,Stethoscope:()=>PC,Sticker:()=>RC,StickyNote:()=>BC,StopCircle:()=>ms,Store:()=>IC,StretchHorizontal:()=>DC,StretchVertical:()=>VC,Strikethrough:()=>FC,Subscript:()=>WC,Subtitles:()=>Lo,Sun:()=>qC,SunDim:()=>OC,SunMedium:()=>NC,SunMoon:()=>zC,SunSnow:()=>_C,Sunrise:()=>UC,Sunset:()=>$C,Superscript:()=>jC,SwatchBook:()=>GC,SwissFranc:()=>ZC,SwitchCamera:()=>XC,Sword:()=>JC,Swords:()=>KC,Syringe:()=>YC,Table:()=>nw,Table2:()=>QC,TableCellsMerge:()=>ew,TableCellsSplit:()=>tw,TableColumnsSplit:()=>aw,TableConfig:()=>Cr,TableOfContents:()=>rw,TableProperties:()=>ow,TableRowsSplit:()=>sw,Tablet:()=>iw,TabletSmartphone:()=>lw,Tablets:()=>dw,Tag:()=>pw,Tags:()=>cw,Tally1:()=>uw,Tally2:()=>fw,Tally3:()=>hw,Tally4:()=>mw,Tally5:()=>xw,Tangent:()=>gw,Target:()=>Mw,Telescope:()=>yw,Tent:()=>bw,TentTree:()=>vw,Terminal:()=>Cw,TerminalSquare:()=>jl,TestTube:()=>ww,TestTube2:()=>Jl,TestTubeDiagonal:()=>Jl,TestTubes:()=>Aw,Text:()=>Lr,TextAlignCenter:()=>Kl,TextAlignEnd:()=>Yl,TextAlignJustify:()=>Ql,TextAlignStart:()=>Lr,TextCursor:()=>kw,TextCursorInput:()=>Sw,TextInitial:()=>ei,TextQuote:()=>Tw,TextSearch:()=>Lw,TextSelect:()=>ti,TextSelection:()=>ti,TextWrap:()=>ai,Theater:()=>Ew,Thermometer:()=>Rw,ThermometerSnowflake:()=>Hw,ThermometerSun:()=>Pw,ThumbsDown:()=>Bw,ThumbsUp:()=>Iw,Ticket:()=>zw,TicketCheck:()=>Dw,TicketMinus:()=>Vw,TicketPercent:()=>Fw,TicketPlus:()=>Ww,TicketSlash:()=>Ow,TicketX:()=>Nw,Tickets:()=>qw,TicketsPlane:()=>_w,Timer:()=>jw,TimerOff:()=>Uw,TimerReset:()=>$w,ToggleLeft:()=>Gw,ToggleRight:()=>Zw,Toilet:()=>Xw,ToolCase:()=>Jw,Tornado:()=>Kw,Torus:()=>Yw,Touchpad:()=>eA,TouchpadOff:()=>Qw,TowerControl:()=>tA,ToyBrick:()=>aA,Tractor:()=>rA,TrafficCone:()=>oA,Train:()=>ri,TrainFront:()=>nA,TrainFrontTunnel:()=>sA,TrainTrack:()=>lA,TramFront:()=>ri,Transgender:()=>iA,Trash:()=>pA,Trash2:()=>dA,TreeDeciduous:()=>cA,TreePalm:()=>oi,TreePine:()=>uA,Trees:()=>fA,Trello:()=>hA,TrendingDown:()=>mA,TrendingUp:()=>gA,TrendingUpDown:()=>xA,Triangle:()=>vA,TriangleAlert:()=>si,TriangleDashed:()=>MA,TriangleRight:()=>yA,Trophy:()=>bA,Truck:()=>wA,TruckElectric:()=>CA,TurkishLira:()=>AA,Turntable:()=>SA,Turtle:()=>kA,Tv:()=>LA,Tv2:()=>ni,TvMinimal:()=>ni,TvMinimalPlay:()=>TA,Twitch:()=>EA,Twitter:()=>HA,Type:()=>RA,TypeOutline:()=>PA,Umbrella:()=>IA,UmbrellaOff:()=>BA,Underline:()=>DA,Undo:()=>WA,Undo2:()=>VA,UndoDot:()=>FA,UnfoldHorizontal:()=>OA,UnfoldVertical:()=>NA,Ungroup:()=>zA,University:()=>li,Unlink:()=>qA,Unlink2:()=>_A,Unlock:()=>bn,UnlockKeyhole:()=>vn,Unplug:()=>UA,Upload:()=>$A,UploadCloud:()=>Cs,Usb:()=>jA,User:()=>oS,User2:()=>fi,UserCheck:()=>GA,UserCheck2:()=>ii,UserCircle:()=>gs,UserCircle2:()=>xs,UserCog:()=>ZA,UserCog2:()=>di,UserLock:()=>XA,UserMinus:()=>JA,UserMinus2:()=>pi,UserPen:()=>KA,UserPlus:()=>YA,UserPlus2:()=>ci,UserRound:()=>fi,UserRoundCheck:()=>ii,UserRoundCog:()=>di,UserRoundMinus:()=>pi,UserRoundPen:()=>QA,UserRoundPlus:()=>ci,UserRoundSearch:()=>eS,UserRoundX:()=>ui,UserSearch:()=>tS,UserSquare:()=>Zl,UserSquare2:()=>Gl,UserStar:()=>aS,UserX:()=>rS,UserX2:()=>ui,Users:()=>sS,Users2:()=>hi,UsersRound:()=>hi,Utensils:()=>xi,UtensilsCrossed:()=>mi,UtilityPole:()=>nS,Variable:()=>lS,Vault:()=>iS,VectorSquare:()=>dS,Vegan:()=>pS,VenetianMask:()=>cS,Venus:()=>fS,VenusAndMars:()=>uS,Verified:()=>Co,Vibrate:()=>mS,VibrateOff:()=>hS,Video:()=>gS,VideoOff:()=>xS,Videotape:()=>MS,View:()=>yS,Voicemail:()=>vS,Volleyball:()=>bS,Volume:()=>kS,Volume1:()=>CS,Volume2:()=>wS,VolumeOff:()=>AS,VolumeX:()=>SS,Vote:()=>TS,Wallet:()=>ES,Wallet2:()=>gi,WalletCards:()=>LS,WalletMinimal:()=>gi,Wallpaper:()=>HS,Wand:()=>PS,Wand2:()=>Mi,WandSparkles:()=>Mi,Warehouse:()=>RS,WashingMachine:()=>BS,Watch:()=>IS,Waves:()=>DS,WavesLadder:()=>VS,Waypoints:()=>FS,Webcam:()=>WS,Webhook:()=>NS,WebhookOff:()=>OS,Weight:()=>zS,Wheat:()=>qS,WheatOff:()=>_S,WholeWord:()=>US,Wifi:()=>YS,WifiCog:()=>$S,WifiHigh:()=>jS,WifiLow:()=>GS,WifiOff:()=>ZS,WifiPen:()=>XS,WifiSync:()=>JS,WifiZero:()=>KS,Wind:()=>ek,WindArrowDown:()=>QS,Wine:()=>ak,WineOff:()=>tk,Workflow:()=>rk,Worm:()=>ok,WrapText:()=>ai,Wrench:()=>sk,X:()=>nk,XCircle:()=>Ms,XOctagon:()=>En,XSquare:()=>Xl,Youtube:()=>lk,Zap:()=>dk,ZapOff:()=>ik,ZoomIn:()=>pk,ZoomOut:()=>ck,createElement:()=>sd,createIcons:()=>lP,icons:()=>pT});var od={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 nP=([r,a,t])=>{let e=document.createElementNS("http://www.w3.org/2000/svg",r);return Object.keys(a).forEach(s=>{e.setAttribute(s,String(a[s]))}),t!=null&&t.length&&t.forEach(s=>{let o=nP(s);e.appendChild(o)}),e},sd=(r,a={})=>{let e={...od,...a};return nP(["svg",e,r])};var ZB=r=>Array.from(r.attributes).reduce((a,t)=>(a[t.name]=t.value,a),{}),XB=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:"",JB=r=>r.flatMap(XB).map(t=>t.trim()).filter(Boolean).filter((t,e,s)=>s.indexOf(t)===e).join(" "),KB=r=>r.replace(/(\w)(\w*)(_|-|\s*)/g,(a,t,e)=>t.toUpperCase()+e.toLowerCase()),dT=(r,{nameAttr:a,icons:t,attrs:e})=>{var c;let s=r.getAttribute(a);if(s==null)return;let o=KB(s),n=t[o];if(!n)return console.warn(`${r.outerHTML} icon name was not found in the provided icons object.`);let l=ZB(r),d={...od,"data-lucide":s,...e,...l},i=JB(["lucide",`lucide-${s}`,l,e]);i&&Object.assign(d,{class:i});let u=sd(n,d);return(c=r.parentNode)==null?void 0:c.replaceChild(u,r)};var pT={};Nk(pT,{AArrowDown:()=>nd,AArrowUp:()=>ld,ALargeSmall:()=>id,Accessibility:()=>dd,Activity:()=>pd,ActivitySquare:()=>Yn,AirVent:()=>cd,Airplay:()=>ud,AlarmCheck:()=>uo,AlarmClock:()=>hd,AlarmClockCheck:()=>uo,AlarmClockMinus:()=>fo,AlarmClockOff:()=>fd,AlarmClockPlus:()=>ho,AlarmMinus:()=>fo,AlarmPlus:()=>ho,AlarmSmoke:()=>md,Album:()=>xd,AlertCircle:()=>qo,AlertOctagon:()=>Tn,AlertTriangle:()=>si,AlignCenter:()=>Kl,AlignCenterHorizontal:()=>gd,AlignCenterVertical:()=>Md,AlignEndHorizontal:()=>yd,AlignEndVertical:()=>vd,AlignHorizontalDistributeCenter:()=>bd,AlignHorizontalDistributeEnd:()=>Cd,AlignHorizontalDistributeStart:()=>wd,AlignHorizontalJustifyCenter:()=>Ad,AlignHorizontalJustifyEnd:()=>Sd,AlignHorizontalJustifyStart:()=>kd,AlignHorizontalSpaceAround:()=>Td,AlignHorizontalSpaceBetween:()=>Ld,AlignJustify:()=>Ql,AlignLeft:()=>Lr,AlignRight:()=>Yl,AlignStartHorizontal:()=>Ed,AlignStartVertical:()=>Hd,AlignVerticalDistributeCenter:()=>Pd,AlignVerticalDistributeEnd:()=>Rd,AlignVerticalDistributeStart:()=>Bd,AlignVerticalJustifyCenter:()=>Id,AlignVerticalJustifyEnd:()=>Dd,AlignVerticalJustifyStart:()=>Vd,AlignVerticalSpaceAround:()=>Fd,AlignVerticalSpaceBetween:()=>Wd,Ambulance:()=>Od,Ampersand:()=>Nd,Ampersands:()=>zd,Amphora:()=>_d,Anchor:()=>qd,Angry:()=>Ud,Annoyed:()=>$d,Antenna:()=>jd,Anvil:()=>Gd,Aperture:()=>Zd,AppWindow:()=>Jd,AppWindowMac:()=>Xd,Apple:()=>Kd,Archive:()=>ep,ArchiveRestore:()=>Yd,ArchiveX:()=>Qd,AreaChart:()=>Eo,Armchair:()=>tp,ArrowBigDown:()=>rp,ArrowBigDownDash:()=>ap,ArrowBigLeft:()=>sp,ArrowBigLeftDash:()=>op,ArrowBigRight:()=>lp,ArrowBigRightDash:()=>np,ArrowBigUp:()=>dp,ArrowBigUpDash:()=>ip,ArrowDown:()=>yp,ArrowDown01:()=>pp,ArrowDown10:()=>cp,ArrowDownAZ:()=>mo,ArrowDownAz:()=>mo,ArrowDownCircle:()=>Uo,ArrowDownFromLine:()=>up,ArrowDownLeft:()=>fp,ArrowDownLeftFromCircle:()=>jo,ArrowDownLeftFromSquare:()=>rl,ArrowDownLeftSquare:()=>Qn,ArrowDownNarrowWide:()=>hp,ArrowDownRight:()=>mp,ArrowDownRightFromCircle:()=>Go,ArrowDownRightFromSquare:()=>ol,ArrowDownRightSquare:()=>el,ArrowDownSquare:()=>tl,ArrowDownToDot:()=>xp,ArrowDownToLine:()=>gp,ArrowDownUp:()=>Mp,ArrowDownWideNarrow:()=>xo,ArrowDownZA:()=>go,ArrowDownZa:()=>go,ArrowLeft:()=>wp,ArrowLeftCircle:()=>$o,ArrowLeftFromLine:()=>vp,ArrowLeftRight:()=>bp,ArrowLeftSquare:()=>al,ArrowLeftToLine:()=>Cp,ArrowRight:()=>Tp,ArrowRightCircle:()=>Jo,ArrowRightFromLine:()=>Ap,ArrowRightLeft:()=>Sp,ArrowRightSquare:()=>ll,ArrowRightToLine:()=>kp,ArrowUp:()=>Fp,ArrowUp01:()=>Lp,ArrowUp10:()=>Ep,ArrowUpAZ:()=>Mo,ArrowUpAz:()=>Mo,ArrowUpCircle:()=>Ko,ArrowUpDown:()=>Hp,ArrowUpFromDot:()=>Pp,ArrowUpFromLine:()=>Rp,ArrowUpLeft:()=>Bp,ArrowUpLeftFromCircle:()=>Zo,ArrowUpLeftFromSquare:()=>sl,ArrowUpLeftSquare:()=>il,ArrowUpNarrowWide:()=>yo,ArrowUpRight:()=>Ip,ArrowUpRightFromCircle:()=>Xo,ArrowUpRightFromSquare:()=>nl,ArrowUpRightSquare:()=>dl,ArrowUpSquare:()=>pl,ArrowUpToLine:()=>Dp,ArrowUpWideNarrow:()=>Vp,ArrowUpZA:()=>vo,ArrowUpZa:()=>vo,ArrowsUpFromLine:()=>Wp,Asterisk:()=>Op,AsteriskSquare:()=>cl,AtSign:()=>Np,Atom:()=>zp,AudioLines:()=>_p,AudioWaveform:()=>qp,Award:()=>Up,Axe:()=>$p,Axis3D:()=>bo,Axis3d:()=>bo,Baby:()=>jp,Backpack:()=>Gp,Badge:()=>d2,BadgeAlert:()=>Zp,BadgeCent:()=>Xp,BadgeCheck:()=>Co,BadgeDollarSign:()=>Jp,BadgeEuro:()=>Kp,BadgeHelp:()=>wo,BadgeIndianRupee:()=>Yp,BadgeInfo:()=>Qp,BadgeJapaneseYen:()=>e2,BadgeMinus:()=>t2,BadgePercent:()=>a2,BadgePlus:()=>r2,BadgePoundSterling:()=>o2,BadgeQuestionMark:()=>wo,BadgeRussianRuble:()=>s2,BadgeSwissFranc:()=>n2,BadgeTurkishLira:()=>l2,BadgeX:()=>i2,BaggageClaim:()=>p2,Ban:()=>c2,Banana:()=>u2,Bandage:()=>f2,Banknote:()=>g2,BanknoteArrowDown:()=>h2,BanknoteArrowUp:()=>m2,BanknoteX:()=>x2,BarChart:()=>Fo,BarChart2:()=>Wo,BarChart3:()=>Do,BarChart4:()=>Io,BarChartBig:()=>Bo,BarChartHorizontal:()=>Po,BarChartHorizontalBig:()=>Ho,Barcode:()=>M2,Barrel:()=>y2,Baseline:()=>v2,Bath:()=>b2,Battery:()=>L2,BatteryCharging:()=>C2,BatteryFull:()=>w2,BatteryLow:()=>A2,BatteryMedium:()=>S2,BatteryPlus:()=>k2,BatteryWarning:()=>T2,Beaker:()=>E2,Bean:()=>P2,BeanOff:()=>H2,Bed:()=>I2,BedDouble:()=>R2,BedSingle:()=>B2,Beef:()=>D2,Beer:()=>F2,BeerOff:()=>V2,Bell:()=>U2,BellDot:()=>W2,BellElectric:()=>O2,BellMinus:()=>N2,BellOff:()=>z2,BellPlus:()=>_2,BellRing:()=>q2,BetweenHorizonalEnd:()=>Ao,BetweenHorizonalStart:()=>So,BetweenHorizontalEnd:()=>Ao,BetweenHorizontalStart:()=>So,BetweenVerticalEnd:()=>$2,BetweenVerticalStart:()=>j2,BicepsFlexed:()=>G2,Bike:()=>Z2,Binary:()=>X2,Binoculars:()=>J2,Biohazard:()=>Y2,Bird:()=>K2,Birdhouse:()=>Q2,Bitcoin:()=>e0,Blend:()=>t0,Blinds:()=>a0,Blocks:()=>r0,Bluetooth:()=>l0,BluetoothConnected:()=>o0,BluetoothOff:()=>s0,BluetoothSearching:()=>n0,Bold:()=>i0,Bolt:()=>d0,Bomb:()=>p0,Bone:()=>c0,Book:()=>D0,BookA:()=>u0,BookAlert:()=>f0,BookAudio:()=>h0,BookCheck:()=>m0,BookCopy:()=>x0,BookDashed:()=>ko,BookDown:()=>g0,BookHeadphones:()=>M0,BookHeart:()=>y0,BookImage:()=>v0,BookKey:()=>b0,BookLock:()=>C0,BookMarked:()=>w0,BookMinus:()=>A0,BookOpen:()=>T0,BookOpenCheck:()=>S0,BookOpenText:()=>k0,BookPlus:()=>L0,BookTemplate:()=>ko,BookText:()=>E0,BookType:()=>H0,BookUp:()=>R0,BookUp2:()=>P0,BookUser:()=>B0,BookX:()=>I0,Bookmark:()=>N0,BookmarkCheck:()=>V0,BookmarkMinus:()=>F0,BookmarkPlus:()=>W0,BookmarkX:()=>O0,BoomBox:()=>z0,Bot:()=>U0,BotMessageSquare:()=>_0,BotOff:()=>q0,BottleWine:()=>$0,BowArrow:()=>j0,Box:()=>G0,BoxSelect:()=>Cl,Boxes:()=>Z0,Braces:()=>To,Brackets:()=>X0,Brain:()=>Y0,BrainCircuit:()=>J0,BrainCog:()=>K0,BrickWall:()=>tc,BrickWallFire:()=>Q0,BrickWallShield:()=>ec,Briefcase:()=>sc,BriefcaseBusiness:()=>ac,BriefcaseConveyorBelt:()=>rc,BriefcaseMedical:()=>oc,BringToFront:()=>nc,Brush:()=>ic,BrushCleaning:()=>lc,Bubbles:()=>dc,Bug:()=>uc,BugOff:()=>pc,BugPlay:()=>cc,Building:()=>hc,Building2:()=>fc,Bus:()=>xc,BusFront:()=>mc,Cable:()=>Mc,CableCar:()=>gc,Cake:()=>vc,CakeSlice:()=>yc,Calculator:()=>bc,Calendar:()=>_c,Calendar1:()=>Cc,CalendarArrowDown:()=>wc,CalendarArrowUp:()=>Ac,CalendarCheck:()=>kc,CalendarCheck2:()=>Sc,CalendarClock:()=>Tc,CalendarCog:()=>Lc,CalendarDays:()=>Ec,CalendarFold:()=>Hc,CalendarHeart:()=>Pc,CalendarMinus:()=>Bc,CalendarMinus2:()=>Rc,CalendarOff:()=>Ic,CalendarPlus:()=>Vc,CalendarPlus2:()=>Dc,CalendarRange:()=>Fc,CalendarSearch:()=>Wc,CalendarSync:()=>Oc,CalendarX:()=>zc,CalendarX2:()=>Nc,Camera:()=>Uc,CameraOff:()=>qc,CandlestickChart:()=>Ro,Candy:()=>Gc,CandyCane:()=>$c,CandyOff:()=>jc,Cannabis:()=>Zc,Captions:()=>Lo,CaptionsOff:()=>Xc,Car:()=>Yc,CarFront:()=>Jc,CarTaxiFront:()=>Kc,Caravan:()=>Qc,CardSim:()=>eu,Carrot:()=>tu,CaseLower:()=>au,CaseSensitive:()=>ru,CaseUpper:()=>ou,CassetteTape:()=>su,Cast:()=>nu,Castle:()=>lu,Cat:()=>iu,Cctv:()=>du,ChartArea:()=>Eo,ChartBar:()=>Po,ChartBarBig:()=>Ho,ChartBarDecreasing:()=>pu,ChartBarIncreasing:()=>cu,ChartBarStacked:()=>uu,ChartCandlestick:()=>Ro,ChartColumn:()=>Do,ChartColumnBig:()=>Bo,ChartColumnDecreasing:()=>fu,ChartColumnIncreasing:()=>Io,ChartColumnStacked:()=>hu,ChartGantt:()=>mu,ChartLine:()=>Vo,ChartNetwork:()=>xu,ChartNoAxesColumn:()=>Wo,ChartNoAxesColumnDecreasing:()=>gu,ChartNoAxesColumnIncreasing:()=>Fo,ChartNoAxesCombined:()=>Mu,ChartNoAxesGantt:()=>Oo,ChartPie:()=>No,ChartScatter:()=>zo,ChartSpline:()=>yu,Check:()=>Cu,CheckCheck:()=>vu,CheckCircle:()=>Yo,CheckCircle2:()=>Qo,CheckLine:()=>bu,CheckSquare:()=>fl,CheckSquare2:()=>hl,ChefHat:()=>wu,Cherry:()=>Au,ChevronDown:()=>Su,ChevronDownCircle:()=>es,ChevronDownSquare:()=>ml,ChevronFirst:()=>ku,ChevronLast:()=>Tu,ChevronLeft:()=>Lu,ChevronLeftCircle:()=>ts,ChevronLeftSquare:()=>xl,ChevronRight:()=>Eu,ChevronRightCircle:()=>as,ChevronRightSquare:()=>gl,ChevronUp:()=>Hu,ChevronUpCircle:()=>rs,ChevronUpSquare:()=>Ml,ChevronsDown:()=>Ru,ChevronsDownUp:()=>Pu,ChevronsLeft:()=>Du,ChevronsLeftRight:()=>Iu,ChevronsLeftRightEllipsis:()=>Bu,ChevronsRight:()=>Fu,ChevronsRightLeft:()=>Vu,ChevronsUp:()=>Ou,ChevronsUpDown:()=>Wu,Chrome:()=>_o,Chromium:()=>_o,Church:()=>Nu,Cigarette:()=>_u,CigaretteOff:()=>zu,Circle:()=>af,CircleAlert:()=>qo,CircleArrowDown:()=>Uo,CircleArrowLeft:()=>$o,CircleArrowOutDownLeft:()=>jo,CircleArrowOutDownRight:()=>Go,CircleArrowOutUpLeft:()=>Zo,CircleArrowOutUpRight:()=>Xo,CircleArrowRight:()=>Jo,CircleArrowUp:()=>Ko,CircleCheck:()=>Qo,CircleCheckBig:()=>Yo,CircleChevronDown:()=>es,CircleChevronLeft:()=>ts,CircleChevronRight:()=>as,CircleChevronUp:()=>rs,CircleDashed:()=>qu,CircleDivide:()=>os,CircleDollarSign:()=>Uu,CircleDot:()=>ju,CircleDotDashed:()=>$u,CircleEllipsis:()=>Gu,CircleEqual:()=>Zu,CircleFadingArrowUp:()=>Xu,CircleFadingPlus:()=>Ju,CircleGauge:()=>ss,CircleHelp:()=>br,CircleMinus:()=>ns,CircleOff:()=>Ku,CircleParking:()=>is,CircleParkingOff:()=>ls,CirclePause:()=>ds,CirclePercent:()=>ps,CirclePlay:()=>cs,CirclePlus:()=>us,CirclePoundSterling:()=>Yu,CirclePower:()=>fs,CircleQuestionMark:()=>br,CircleSlash:()=>Qu,CircleSlash2:()=>hs,CircleSlashed:()=>hs,CircleSmall:()=>ef,CircleStar:()=>tf,CircleStop:()=>ms,CircleUser:()=>gs,CircleUserRound:()=>xs,CircleX:()=>Ms,CircuitBoard:()=>rf,Citrus:()=>of,Clapperboard:()=>sf,Clipboard:()=>xf,ClipboardCheck:()=>nf,ClipboardClock:()=>lf,ClipboardCopy:()=>df,ClipboardEdit:()=>vs,ClipboardList:()=>pf,ClipboardMinus:()=>cf,ClipboardPaste:()=>uf,ClipboardPen:()=>vs,ClipboardPenLine:()=>ys,ClipboardPlus:()=>ff,ClipboardSignature:()=>ys,ClipboardType:()=>hf,ClipboardX:()=>mf,Clock:()=>Df,Clock1:()=>gf,Clock10:()=>Mf,Clock11:()=>yf,Clock12:()=>vf,Clock2:()=>bf,Clock3:()=>Cf,Clock4:()=>wf,Clock5:()=>Af,Clock6:()=>Sf,Clock7:()=>kf,Clock8:()=>Tf,Clock9:()=>Lf,ClockAlert:()=>Ef,ClockArrowDown:()=>Hf,ClockArrowUp:()=>Pf,ClockCheck:()=>Rf,ClockFading:()=>Bf,ClockPlus:()=>If,ClosedCaption:()=>Vf,Cloud:()=>Yf,CloudAlert:()=>Ff,CloudCheck:()=>Wf,CloudCog:()=>Of,CloudDownload:()=>bs,CloudDrizzle:()=>Nf,CloudFog:()=>zf,CloudHail:()=>_f,CloudLightning:()=>qf,CloudMoon:()=>$f,CloudMoonRain:()=>Uf,CloudOff:()=>jf,CloudRain:()=>Zf,CloudRainWind:()=>Gf,CloudSnow:()=>Xf,CloudSun:()=>Kf,CloudSunRain:()=>Jf,CloudUpload:()=>Cs,Cloudy:()=>Qf,Clover:()=>eh,Club:()=>th,Code:()=>ah,Code2:()=>ws,CodeSquare:()=>yl,CodeXml:()=>ws,Codepen:()=>rh,Codesandbox:()=>oh,Coffee:()=>sh,Cog:()=>nh,Coins:()=>lh,Columns:()=>As,Columns2:()=>As,Columns3:()=>Ss,Columns3Cog:()=>Cr,Columns4:()=>ih,ColumnsSettings:()=>Cr,Combine:()=>dh,Command:()=>ph,Compass:()=>ch,Component:()=>uh,Computer:()=>fh,ConciergeBell:()=>hh,Cone:()=>mh,Construction:()=>xh,Contact:()=>gh,Contact2:()=>ks,ContactRound:()=>ks,Container:()=>Mh,Contrast:()=>yh,Cookie:()=>vh,CookingPot:()=>bh,Copy:()=>Th,CopyCheck:()=>Ch,CopyMinus:()=>wh,CopyPlus:()=>Ah,CopySlash:()=>Sh,CopyX:()=>kh,Copyleft:()=>Lh,Copyright:()=>Eh,CornerDownLeft:()=>Hh,CornerDownRight:()=>Ph,CornerLeftDown:()=>Rh,CornerLeftUp:()=>Bh,CornerRightDown:()=>Ih,CornerRightUp:()=>Dh,CornerUpLeft:()=>Vh,CornerUpRight:()=>Fh,Cpu:()=>Wh,CreativeCommons:()=>Oh,CreditCard:()=>Nh,Croissant:()=>zh,Crop:()=>_h,Cross:()=>qh,Crosshair:()=>Uh,Crown:()=>$h,Cuboid:()=>jh,CupSoda:()=>Gh,CurlyBraces:()=>To,Currency:()=>Zh,Cylinder:()=>Xh,Dam:()=>Jh,Database:()=>Qh,DatabaseBackup:()=>Kh,DatabaseZap:()=>Yh,DecimalsArrowLeft:()=>em,DecimalsArrowRight:()=>tm,Delete:()=>am,Dessert:()=>rm,Diameter:()=>om,Diamond:()=>lm,DiamondMinus:()=>sm,DiamondPercent:()=>Ts,DiamondPlus:()=>nm,Dice1:()=>im,Dice2:()=>dm,Dice3:()=>pm,Dice4:()=>cm,Dice5:()=>um,Dice6:()=>fm,Dices:()=>hm,Diff:()=>mm,Disc:()=>ym,Disc2:()=>xm,Disc3:()=>gm,DiscAlbum:()=>Mm,Divide:()=>vm,DivideCircle:()=>os,DivideSquare:()=>wl,Dna:()=>Cm,DnaOff:()=>bm,Dock:()=>wm,Dog:()=>Am,DollarSign:()=>Sm,Donut:()=>km,DoorClosed:()=>Lm,DoorClosedLocked:()=>Tm,DoorOpen:()=>Em,Dot:()=>Hm,DotSquare:()=>Al,Download:()=>Pm,DownloadCloud:()=>bs,DraftingCompass:()=>Rm,Drama:()=>Bm,Dribbble:()=>Im,Drill:()=>Dm,Drone:()=>Vm,Droplet:()=>Wm,DropletOff:()=>Fm,Droplets:()=>Om,Drum:()=>Nm,Drumstick:()=>zm,Dumbbell:()=>_m,Ear:()=>Um,EarOff:()=>qm,Earth:()=>Ls,EarthLock:()=>$m,Eclipse:()=>jm,Edit:()=>ar,Edit2:()=>Nn,Edit3:()=>On,Egg:()=>Xm,EggFried:()=>Gm,EggOff:()=>Zm,Ellipsis:()=>Hs,EllipsisVertical:()=>Es,Equal:()=>Ym,EqualApproximately:()=>Jm,EqualNot:()=>Km,EqualSquare:()=>Sl,Eraser:()=>Qm,EthernetPort:()=>ex,Euro:()=>tx,EvCharger:()=>ax,Expand:()=>rx,ExternalLink:()=>ox,Eye:()=>lx,EyeClosed:()=>sx,EyeOff:()=>nx,Facebook:()=>ix,Factory:()=>dx,Fan:()=>px,FastForward:()=>cx,Feather:()=>ux,Fence:()=>fx,FerrisWheel:()=>hx,Figma:()=>mx,File:()=>Ux,FileArchive:()=>xx,FileAudio:()=>wr,FileAudio2:()=>wr,FileAxis3D:()=>Ps,FileAxis3d:()=>Ps,FileBadge:()=>Rs,FileBadge2:()=>Rs,FileBarChart:()=>Ds,FileBarChart2:()=>Vs,FileBox:()=>gx,FileBraces:()=>Is,FileBracesCorner:()=>Bs,FileChartColumn:()=>Vs,FileChartColumnIncreasing:()=>Ds,FileChartLine:()=>Fs,FileChartPie:()=>Ws,FileCheck:()=>Mx,FileCheck2:()=>Os,FileCheckCorner:()=>Os,FileClock:()=>yx,FileCode:()=>vx,FileCode2:()=>Ns,FileCodeCorner:()=>Ns,FileCog:()=>zs,FileCog2:()=>zs,FileDiff:()=>bx,FileDigit:()=>Cx,FileDown:()=>wx,FileEdit:()=>Gs,FileExclamationPoint:()=>_s,FileHeadphone:()=>wr,FileHeart:()=>Ax,FileImage:()=>Sx,FileInput:()=>kx,FileJson:()=>Is,FileJson2:()=>Bs,FileKey:()=>qs,FileKey2:()=>qs,FileLineChart:()=>Fs,FileLock:()=>Us,FileLock2:()=>Us,FileMinus:()=>Tx,FileMinus2:()=>$s,FileMinusCorner:()=>$s,FileMusic:()=>Lx,FileOutput:()=>Ex,FilePen:()=>Gs,FilePenLine:()=>js,FilePieChart:()=>Ws,FilePlay:()=>Zs,FilePlus:()=>Hx,FilePlus2:()=>Xs,FilePlusCorner:()=>Xs,FileQuestion:()=>Js,FileQuestionMark:()=>Js,FileScan:()=>Px,FileSearch:()=>Rx,FileSearch2:()=>Ks,FileSearchCorner:()=>Ks,FileSignal:()=>Ys,FileSignature:()=>js,FileSliders:()=>Bx,FileSpreadsheet:()=>Ix,FileStack:()=>Dx,FileSymlink:()=>Vx,FileTerminal:()=>Fx,FileText:()=>Wx,FileType:()=>Ox,FileType2:()=>Qs,FileTypeCorner:()=>Qs,FileUp:()=>Nx,FileUser:()=>zx,FileVideo:()=>Zs,FileVideo2:()=>en,FileVideoCamera:()=>en,FileVolume:()=>_x,FileVolume2:()=>Ys,FileWarning:()=>_s,FileX:()=>qx,FileX2:()=>tn,FileXCorner:()=>tn,Files:()=>$x,Film:()=>jx,Filter:()=>sn,FilterX:()=>on,Fingerprint:()=>Gx,FireExtinguisher:()=>Zx,Fish:()=>Kx,FishOff:()=>Xx,FishSymbol:()=>Jx,Flag:()=>t4,FlagOff:()=>Yx,FlagTriangleLeft:()=>Qx,FlagTriangleRight:()=>e4,Flame:()=>r4,FlameKindling:()=>a4,Flashlight:()=>s4,FlashlightOff:()=>o4,FlaskConical:()=>l4,FlaskConicalOff:()=>n4,FlaskRound:()=>i4,FlipHorizontal:()=>p4,FlipHorizontal2:()=>d4,FlipVertical:()=>u4,FlipVertical2:()=>c4,Flower:()=>h4,Flower2:()=>f4,Focus:()=>m4,FoldHorizontal:()=>x4,FoldVertical:()=>g4,Folder:()=>$4,FolderArchive:()=>M4,FolderCheck:()=>y4,FolderClock:()=>v4,FolderClosed:()=>b4,FolderCode:()=>C4,FolderCog:()=>an,FolderCog2:()=>an,FolderDot:()=>w4,FolderDown:()=>A4,FolderEdit:()=>rn,FolderGit:()=>k4,FolderGit2:()=>S4,FolderHeart:()=>T4,FolderInput:()=>L4,FolderKanban:()=>E4,FolderKey:()=>H4,FolderLock:()=>P4,FolderMinus:()=>R4,FolderOpen:()=>I4,FolderOpenDot:()=>B4,FolderOutput:()=>D4,FolderPen:()=>rn,FolderPlus:()=>V4,FolderRoot:()=>F4,FolderSearch:()=>O4,FolderSearch2:()=>W4,FolderSymlink:()=>N4,FolderSync:()=>z4,FolderTree:()=>_4,FolderUp:()=>q4,FolderX:()=>U4,Folders:()=>j4,Footprints:()=>G4,ForkKnife:()=>xi,ForkKnifeCrossed:()=>mi,Forklift:()=>Z4,FormInput:()=>_n,Forward:()=>X4,Frame:()=>J4,Framer:()=>K4,Frown:()=>Y4,Fuel:()=>Q4,Fullscreen:()=>e5,FunctionSquare:()=>kl,Funnel:()=>sn,FunnelPlus:()=>t5,FunnelX:()=>on,GalleryHorizontal:()=>r5,GalleryHorizontalEnd:()=>a5,GalleryThumbnails:()=>o5,GalleryVertical:()=>n5,GalleryVerticalEnd:()=>s5,Gamepad:()=>d5,Gamepad2:()=>l5,GamepadDirectional:()=>i5,GanttChart:()=>Oo,GanttChartSquare:()=>Tr,Gauge:()=>p5,GaugeCircle:()=>ss,Gavel:()=>c5,Gem:()=>u5,GeorgianLari:()=>f5,Ghost:()=>h5,Gift:()=>m5,GitBranch:()=>M5,GitBranchMinus:()=>x5,GitBranchPlus:()=>g5,GitCommit:()=>nn,GitCommitHorizontal:()=>nn,GitCommitVertical:()=>y5,GitCompare:()=>b5,GitCompareArrows:()=>v5,GitFork:()=>C5,GitGraph:()=>w5,GitMerge:()=>A5,GitPullRequest:()=>H5,GitPullRequestArrow:()=>S5,GitPullRequestClosed:()=>k5,GitPullRequestCreate:()=>L5,GitPullRequestCreateArrow:()=>T5,GitPullRequestDraft:()=>E5,Github:()=>P5,Gitlab:()=>R5,GlassWater:()=>B5,Glasses:()=>I5,Globe:()=>V5,Globe2:()=>Ls,GlobeLock:()=>D5,Goal:()=>F5,Gpu:()=>W5,Grab:()=>un,GraduationCap:()=>O5,Grape:()=>N5,Grid:()=>Ar,Grid2X2:()=>cn,Grid2X2Check:()=>ln,Grid2X2Plus:()=>dn,Grid2X2X:()=>pn,Grid2x2:()=>cn,Grid2x2Check:()=>ln,Grid2x2Plus:()=>dn,Grid2x2X:()=>pn,Grid3X3:()=>Ar,Grid3x2:()=>z5,Grid3x3:()=>Ar,Grip:()=>U5,GripHorizontal:()=>_5,GripVertical:()=>q5,Group:()=>$5,Guitar:()=>j5,Ham:()=>G5,Hamburger:()=>Z5,Hammer:()=>X5,Hand:()=>tg,HandCoins:()=>J5,HandFist:()=>K5,HandGrab:()=>un,HandHeart:()=>Y5,HandHelping:()=>fn,HandMetal:()=>Q5,HandPlatter:()=>eg,Handbag:()=>ag,Handshake:()=>rg,HardDrive:()=>ng,HardDriveDownload:()=>og,HardDriveUpload:()=>sg,HardHat:()=>lg,Hash:()=>ig,HatGlasses:()=>dg,Haze:()=>pg,HdmiPort:()=>cg,Heading:()=>Mg,Heading1:()=>ug,Heading2:()=>fg,Heading3:()=>hg,Heading4:()=>mg,Heading5:()=>xg,Heading6:()=>gg,HeadphoneOff:()=>yg,Headphones:()=>vg,Headset:()=>bg,Heart:()=>Lg,HeartCrack:()=>Cg,HeartHandshake:()=>wg,HeartMinus:()=>Ag,HeartOff:()=>Sg,HeartPlus:()=>kg,HeartPulse:()=>Tg,Heater:()=>Eg,Helicopter:()=>Hg,HelpCircle:()=>br,HelpingHand:()=>fn,Hexagon:()=>Pg,Highlighter:()=>Rg,History:()=>Bg,Home:()=>hn,Hop:()=>Dg,HopOff:()=>Ig,Hospital:()=>Vg,Hotel:()=>Fg,Hourglass:()=>Wg,House:()=>hn,HouseHeart:()=>Og,HousePlug:()=>Ng,HousePlus:()=>zg,HouseWifi:()=>_g,IceCream:()=>xn,IceCream2:()=>mn,IceCreamBowl:()=>mn,IceCreamCone:()=>xn,IdCard:()=>Ug,IdCardLanyard:()=>qg,Image:()=>Yg,ImageDown:()=>jg,ImageMinus:()=>$g,ImageOff:()=>Gg,ImagePlay:()=>Zg,ImagePlus:()=>Xg,ImageUp:()=>Jg,ImageUpscale:()=>Kg,Images:()=>Qg,Import:()=>e3,Inbox:()=>t3,Indent:()=>kr,IndentDecrease:()=>Sr,IndentIncrease:()=>kr,IndianRupee:()=>a3,Infinity:()=>r3,Info:()=>o3,Inspect:()=>Rl,InspectionPanel:()=>s3,Instagram:()=>n3,Italic:()=>l3,IterationCcw:()=>i3,IterationCw:()=>d3,JapaneseYen:()=>p3,Joystick:()=>c3,Kanban:()=>u3,KanbanSquare:()=>Tl,KanbanSquareDashed:()=>vl,Kayak:()=>f3,Key:()=>x3,KeyRound:()=>h3,KeySquare:()=>m3,Keyboard:()=>y3,KeyboardMusic:()=>g3,KeyboardOff:()=>M3,Lamp:()=>S3,LampCeiling:()=>v3,LampDesk:()=>b3,LampFloor:()=>C3,LampWallDown:()=>w3,LampWallUp:()=>A3,LandPlot:()=>k3,Landmark:()=>T3,Languages:()=>L3,Laptop:()=>H3,Laptop2:()=>gn,LaptopMinimal:()=>gn,LaptopMinimalCheck:()=>E3,Lasso:()=>R3,LassoSelect:()=>P3,Laugh:()=>B3,Layers:()=>Mn,Layers2:()=>I3,Layers3:()=>Mn,Layout:()=>Wn,LayoutDashboard:()=>D3,LayoutGrid:()=>V3,LayoutList:()=>F3,LayoutPanelLeft:()=>W3,LayoutPanelTop:()=>O3,LayoutTemplate:()=>N3,Leaf:()=>z3,LeafyGreen:()=>_3,Lectern:()=>q3,LetterText:()=>ei,Library:()=>$3,LibraryBig:()=>U3,LibrarySquare:()=>Ll,LifeBuoy:()=>j3,Ligature:()=>G3,Lightbulb:()=>X3,LightbulbOff:()=>Z3,LineChart:()=>Vo,LineSquiggle:()=>J3,Link:()=>Q3,Link2:()=>Y3,Link2Off:()=>K3,Linkedin:()=>eM,List:()=>yM,ListCheck:()=>tM,ListChecks:()=>aM,ListChevronsDownUp:()=>rM,ListChevronsUpDown:()=>oM,ListCollapse:()=>sM,ListEnd:()=>nM,ListFilter:()=>iM,ListFilterPlus:()=>lM,ListIndentDecrease:()=>Sr,ListIndentIncrease:()=>kr,ListMinus:()=>dM,ListMusic:()=>pM,ListOrdered:()=>cM,ListPlus:()=>uM,ListRestart:()=>fM,ListStart:()=>hM,ListTodo:()=>mM,ListTree:()=>xM,ListVideo:()=>gM,ListX:()=>MM,Loader:()=>bM,Loader2:()=>yn,LoaderCircle:()=>yn,LoaderPinwheel:()=>vM,Locate:()=>AM,LocateFixed:()=>CM,LocateOff:()=>wM,LocationEdit:()=>wn,Lock:()=>kM,LockKeyhole:()=>SM,LockKeyholeOpen:()=>vn,LockOpen:()=>bn,LogIn:()=>TM,LogOut:()=>LM,Logs:()=>EM,Lollipop:()=>HM,Luggage:()=>PM,MSquare:()=>El,Magnet:()=>RM,Mail:()=>NM,MailCheck:()=>BM,MailMinus:()=>IM,MailOpen:()=>DM,MailPlus:()=>VM,MailQuestion:()=>Cn,MailQuestionMark:()=>Cn,MailSearch:()=>FM,MailWarning:()=>WM,MailX:()=>OM,Mailbox:()=>zM,Mails:()=>_M,Map:()=>r6,MapMinus:()=>qM,MapPin:()=>e6,MapPinCheck:()=>$M,MapPinCheckInside:()=>UM,MapPinHouse:()=>jM,MapPinMinus:()=>ZM,MapPinMinusInside:()=>GM,MapPinOff:()=>XM,MapPinPen:()=>wn,MapPinPlus:()=>KM,MapPinPlusInside:()=>JM,MapPinX:()=>QM,MapPinXInside:()=>YM,MapPinned:()=>t6,MapPlus:()=>a6,Mars:()=>s6,MarsStroke:()=>o6,Martini:()=>n6,Maximize:()=>i6,Maximize2:()=>l6,Medal:()=>d6,Megaphone:()=>c6,MegaphoneOff:()=>p6,Meh:()=>u6,MemoryStick:()=>f6,Menu:()=>h6,MenuSquare:()=>Hl,Merge:()=>m6,MessageCircle:()=>S6,MessageCircleCode:()=>x6,MessageCircleDashed:()=>g6,MessageCircleHeart:()=>M6,MessageCircleMore:()=>y6,MessageCircleOff:()=>v6,MessageCirclePlus:()=>b6,MessageCircleQuestion:()=>An,MessageCircleQuestionMark:()=>An,MessageCircleReply:()=>C6,MessageCircleWarning:()=>w6,MessageCircleX:()=>A6,MessageSquare:()=>z6,MessageSquareCode:()=>k6,MessageSquareDashed:()=>T6,MessageSquareDiff:()=>L6,MessageSquareDot:()=>E6,MessageSquareHeart:()=>H6,MessageSquareLock:()=>P6,MessageSquareMore:()=>R6,MessageSquareOff:()=>B6,MessageSquarePlus:()=>I6,MessageSquareQuote:()=>D6,MessageSquareReply:()=>V6,MessageSquareShare:()=>F6,MessageSquareText:()=>W6,MessageSquareWarning:()=>O6,MessageSquareX:()=>N6,MessagesSquare:()=>_6,Mic:()=>U6,Mic2:()=>Sn,MicOff:()=>q6,MicVocal:()=>Sn,Microchip:()=>$6,Microscope:()=>j6,Microwave:()=>G6,Milestone:()=>Z6,Milk:()=>J6,MilkOff:()=>X6,Minimize:()=>Y6,Minimize2:()=>K6,Minus:()=>Q6,MinusCircle:()=>ns,MinusSquare:()=>Pl,Monitor:()=>f8,MonitorCheck:()=>e8,MonitorCloud:()=>t8,MonitorCog:()=>a8,MonitorDot:()=>r8,MonitorDown:()=>o8,MonitorOff:()=>s8,MonitorPause:()=>n8,MonitorPlay:()=>l8,MonitorSmartphone:()=>i8,MonitorSpeaker:()=>d8,MonitorStop:()=>p8,MonitorUp:()=>c8,MonitorX:()=>u8,Moon:()=>m8,MoonStar:()=>h8,MoreHorizontal:()=>Hs,MoreVertical:()=>Es,Motorbike:()=>x8,Mountain:()=>M8,MountainSnow:()=>g8,Mouse:()=>A8,MouseOff:()=>y8,MousePointer:()=>w8,MousePointer2:()=>v8,MousePointerBan:()=>b8,MousePointerClick:()=>C8,MousePointerSquareDashed:()=>bl,Move:()=>F8,Move3D:()=>kn,Move3d:()=>kn,MoveDiagonal:()=>k8,MoveDiagonal2:()=>S8,MoveDown:()=>E8,MoveDownLeft:()=>T8,MoveDownRight:()=>L8,MoveHorizontal:()=>H8,MoveLeft:()=>P8,MoveRight:()=>R8,MoveUp:()=>D8,MoveUpLeft:()=>B8,MoveUpRight:()=>I8,MoveVertical:()=>V8,Music:()=>z8,Music2:()=>W8,Music3:()=>O8,Music4:()=>N8,Navigation:()=>$8,Navigation2:()=>q8,Navigation2Off:()=>_8,NavigationOff:()=>U8,Network:()=>j8,Newspaper:()=>G8,Nfc:()=>Z8,NonBinary:()=>X8,Notebook:()=>Q8,NotebookPen:()=>J8,NotebookTabs:()=>K8,NotebookText:()=>Y8,NotepadText:()=>ty,NotepadTextDashed:()=>ey,Nut:()=>ry,NutOff:()=>ay,Octagon:()=>sy,OctagonAlert:()=>Tn,OctagonMinus:()=>oy,OctagonPause:()=>Ln,OctagonX:()=>En,Omega:()=>ny,Option:()=>ly,Orbit:()=>iy,Origami:()=>dy,Outdent:()=>Sr,Package:()=>gy,Package2:()=>py,PackageCheck:()=>cy,PackageMinus:()=>uy,PackageOpen:()=>fy,PackagePlus:()=>hy,PackageSearch:()=>my,PackageX:()=>xy,PaintBucket:()=>My,PaintRoller:()=>yy,Paintbrush:()=>vy,Paintbrush2:()=>Hn,PaintbrushVertical:()=>Hn,Palette:()=>by,Palmtree:()=>oi,Panda:()=>Cy,PanelBottom:()=>Sy,PanelBottomClose:()=>wy,PanelBottomDashed:()=>Pn,PanelBottomInactive:()=>Pn,PanelBottomOpen:()=>Ay,PanelLeft:()=>Dn,PanelLeftClose:()=>Rn,PanelLeftDashed:()=>Bn,PanelLeftInactive:()=>Bn,PanelLeftOpen:()=>In,PanelLeftRightDashed:()=>ky,PanelRight:()=>Ey,PanelRightClose:()=>Ty,PanelRightDashed:()=>Vn,PanelRightInactive:()=>Vn,PanelRightOpen:()=>Ly,PanelTop:()=>By,PanelTopBottomDashed:()=>Hy,PanelTopClose:()=>Py,PanelTopDashed:()=>Fn,PanelTopInactive:()=>Fn,PanelTopOpen:()=>Ry,PanelsLeftBottom:()=>Iy,PanelsLeftRight:()=>Ss,PanelsRightBottom:()=>Dy,PanelsTopBottom:()=>$n,PanelsTopLeft:()=>Wn,Paperclip:()=>Vy,Parentheses:()=>Fy,ParkingCircle:()=>is,ParkingCircleOff:()=>ls,ParkingMeter:()=>Wy,ParkingSquare:()=>Il,ParkingSquareOff:()=>Bl,PartyPopper:()=>Oy,Pause:()=>Ny,PauseCircle:()=>ds,PauseOctagon:()=>Ln,PawPrint:()=>zy,PcCase:()=>_y,Pen:()=>Nn,PenBox:()=>ar,PenLine:()=>On,PenOff:()=>qy,PenSquare:()=>ar,PenTool:()=>Uy,Pencil:()=>Zy,PencilLine:()=>$y,PencilOff:()=>jy,PencilRuler:()=>Gy,Pentagon:()=>Xy,Percent:()=>Jy,PercentCircle:()=>ps,PercentDiamond:()=>Ts,PercentSquare:()=>Dl,PersonStanding:()=>Ky,PhilippinePeso:()=>Yy,Phone:()=>s7,PhoneCall:()=>Qy,PhoneForwarded:()=>e7,PhoneIncoming:()=>t7,PhoneMissed:()=>a7,PhoneOff:()=>r7,PhoneOutgoing:()=>o7,Pi:()=>n7,PiSquare:()=>Vl,Piano:()=>l7,Pickaxe:()=>i7,PictureInPicture:()=>p7,PictureInPicture2:()=>d7,PieChart:()=>No,PiggyBank:()=>c7,Pilcrow:()=>h7,PilcrowLeft:()=>u7,PilcrowRight:()=>f7,PilcrowSquare:()=>Fl,Pill:()=>x7,PillBottle:()=>m7,Pin:()=>M7,PinOff:()=>g7,Pipette:()=>y7,Pizza:()=>v7,Plane:()=>w7,PlaneLanding:()=>b7,PlaneTakeoff:()=>C7,Play:()=>A7,PlayCircle:()=>cs,PlaySquare:()=>Wl,Plug:()=>k7,Plug2:()=>S7,PlugZap:()=>zn,PlugZap2:()=>zn,Plus:()=>T7,PlusCircle:()=>us,PlusSquare:()=>Ol,Pocket:()=>E7,PocketKnife:()=>L7,Podcast:()=>H7,Pointer:()=>R7,PointerOff:()=>P7,Popcorn:()=>I7,Popsicle:()=>B7,PoundSterling:()=>D7,Power:()=>F7,PowerCircle:()=>fs,PowerOff:()=>V7,PowerSquare:()=>Nl,Presentation:()=>W7,Printer:()=>N7,PrinterCheck:()=>O7,Projector:()=>z7,Proportions:()=>_7,Puzzle:()=>q7,Pyramid:()=>U7,QrCode:()=>$7,Quote:()=>j7,Rabbit:()=>G7,Radar:()=>Z7,Radiation:()=>X7,Radical:()=>J7,Radio:()=>Q7,RadioReceiver:()=>K7,RadioTower:()=>Y7,Radius:()=>ev,RailSymbol:()=>tv,Rainbow:()=>av,Rat:()=>rv,Ratio:()=>ov,Receipt:()=>hv,ReceiptCent:()=>sv,ReceiptEuro:()=>nv,ReceiptIndianRupee:()=>lv,ReceiptJapaneseYen:()=>iv,ReceiptPoundSterling:()=>dv,ReceiptRussianRuble:()=>pv,ReceiptSwissFranc:()=>cv,ReceiptText:()=>uv,ReceiptTurkishLira:()=>fv,RectangleCircle:()=>mv,RectangleEllipsis:()=>_n,RectangleGoggles:()=>xv,RectangleHorizontal:()=>gv,RectangleVertical:()=>Mv,Recycle:()=>yv,Redo:()=>Cv,Redo2:()=>vv,RedoDot:()=>bv,RefreshCcw:()=>Av,RefreshCcwDot:()=>wv,RefreshCw:()=>kv,RefreshCwOff:()=>Sv,Refrigerator:()=>Tv,Regex:()=>Lv,RemoveFormatting:()=>Ev,Repeat:()=>Rv,Repeat1:()=>Hv,Repeat2:()=>Pv,Replace:()=>Iv,ReplaceAll:()=>Bv,Reply:()=>Vv,ReplyAll:()=>Dv,Rewind:()=>Fv,Ribbon:()=>Wv,Rocket:()=>Ov,RockingChair:()=>Nv,RollerCoaster:()=>zv,Rose:()=>_v,Rotate3D:()=>qn,Rotate3d:()=>qn,RotateCcw:()=>$v,RotateCcwKey:()=>qv,RotateCcwSquare:()=>Uv,RotateCw:()=>Gv,RotateCwSquare:()=>jv,Route:()=>Xv,RouteOff:()=>Zv,Router:()=>Jv,Rows:()=>Un,Rows2:()=>Un,Rows3:()=>$n,Rows4:()=>Kv,Rss:()=>Yv,Ruler:()=>e9,RulerDimensionLine:()=>Qv,RussianRuble:()=>t9,Sailboat:()=>a9,Salad:()=>r9,Sandwich:()=>o9,Satellite:()=>n9,SatelliteDish:()=>s9,SaudiRiyal:()=>l9,Save:()=>p9,SaveAll:()=>i9,SaveOff:()=>d9,Scale:()=>c9,Scale3D:()=>jn,Scale3d:()=>jn,Scaling:()=>u9,Scan:()=>b9,ScanBarcode:()=>f9,ScanEye:()=>h9,ScanFace:()=>m9,ScanHeart:()=>x9,ScanLine:()=>g9,ScanQrCode:()=>M9,ScanSearch:()=>y9,ScanText:()=>v9,ScatterChart:()=>zo,School:()=>C9,School2:()=>li,Scissors:()=>A9,ScissorsLineDashed:()=>w9,ScissorsSquare:()=>zl,ScissorsSquareDashedBottom:()=>ul,ScreenShare:()=>k9,ScreenShareOff:()=>S9,Scroll:()=>L9,ScrollText:()=>T9,Search:()=>B9,SearchCheck:()=>E9,SearchCode:()=>H9,SearchSlash:()=>P9,SearchX:()=>R9,Section:()=>I9,Send:()=>V9,SendHorizonal:()=>Gn,SendHorizontal:()=>Gn,SendToBack:()=>D9,SeparatorHorizontal:()=>F9,SeparatorVertical:()=>W9,Server:()=>_9,ServerCog:()=>O9,ServerCrash:()=>N9,ServerOff:()=>z9,Settings:()=>U9,Settings2:()=>q9,Shapes:()=>$9,Share:()=>G9,Share2:()=>j9,Sheet:()=>Z9,Shell:()=>X9,Shield:()=>sb,ShieldAlert:()=>J9,ShieldBan:()=>K9,ShieldCheck:()=>Y9,ShieldClose:()=>Xn,ShieldEllipsis:()=>Q9,ShieldHalf:()=>eb,ShieldMinus:()=>tb,ShieldOff:()=>ab,ShieldPlus:()=>rb,ShieldQuestion:()=>Zn,ShieldQuestionMark:()=>Zn,ShieldUser:()=>ob,ShieldX:()=>Xn,Ship:()=>lb,ShipWheel:()=>nb,Shirt:()=>ib,ShoppingBag:()=>db,ShoppingBasket:()=>pb,ShoppingCart:()=>cb,Shovel:()=>ub,ShowerHead:()=>fb,Shredder:()=>hb,Shrimp:()=>mb,Shrink:()=>xb,Shrub:()=>gb,Shuffle:()=>Mb,Sidebar:()=>Dn,SidebarClose:()=>Rn,SidebarOpen:()=>In,Sigma:()=>yb,SigmaSquare:()=>_l,Signal:()=>Ab,SignalHigh:()=>vb,SignalLow:()=>bb,SignalMedium:()=>Cb,SignalZero:()=>wb,Signature:()=>Sb,Signpost:()=>Tb,SignpostBig:()=>kb,Siren:()=>Lb,SkipBack:()=>Eb,SkipForward:()=>Hb,Skull:()=>Pb,Slack:()=>Rb,Slash:()=>Bb,SlashSquare:()=>ql,Slice:()=>Ib,Sliders:()=>Jn,SlidersHorizontal:()=>Db,SlidersVertical:()=>Jn,Smartphone:()=>Wb,SmartphoneCharging:()=>Vb,SmartphoneNfc:()=>Fb,Smile:()=>Nb,SmilePlus:()=>Ob,Snail:()=>zb,Snowflake:()=>_b,SoapDispenserDroplet:()=>qb,Sofa:()=>Ub,SolarPanel:()=>$b,SortAsc:()=>yo,SortDesc:()=>xo,Soup:()=>jb,Space:()=>Gb,Spade:()=>Zb,Sparkle:()=>Xb,Sparkles:()=>Kn,Speaker:()=>Jb,Speech:()=>Kb,SpellCheck:()=>Qb,SpellCheck2:()=>Yb,Spline:()=>tC,SplinePointer:()=>eC,Split:()=>aC,SplitSquareHorizontal:()=>Ul,SplitSquareVertical:()=>$l,Spool:()=>rC,Spotlight:()=>oC,SprayCan:()=>sC,Sprout:()=>nC,Square:()=>gC,SquareActivity:()=>Yn,SquareArrowDown:()=>tl,SquareArrowDownLeft:()=>Qn,SquareArrowDownRight:()=>el,SquareArrowLeft:()=>al,SquareArrowOutDownLeft:()=>rl,SquareArrowOutDownRight:()=>ol,SquareArrowOutUpLeft:()=>sl,SquareArrowOutUpRight:()=>nl,SquareArrowRight:()=>ll,SquareArrowUp:()=>pl,SquareArrowUpLeft:()=>il,SquareArrowUpRight:()=>dl,SquareAsterisk:()=>cl,SquareBottomDashedScissors:()=>ul,SquareChartGantt:()=>Tr,SquareCheck:()=>hl,SquareCheckBig:()=>fl,SquareChevronDown:()=>ml,SquareChevronLeft:()=>xl,SquareChevronRight:()=>gl,SquareChevronUp:()=>Ml,SquareCode:()=>yl,SquareDashed:()=>Cl,SquareDashedBottom:()=>iC,SquareDashedBottomCode:()=>lC,SquareDashedKanban:()=>vl,SquareDashedMousePointer:()=>bl,SquareDashedTopSolid:()=>dC,SquareDivide:()=>wl,SquareDot:()=>Al,SquareEqual:()=>Sl,SquareFunction:()=>kl,SquareGanttChart:()=>Tr,SquareKanban:()=>Tl,SquareLibrary:()=>Ll,SquareM:()=>El,SquareMenu:()=>Hl,SquareMinus:()=>Pl,SquareMousePointer:()=>Rl,SquareParking:()=>Il,SquareParkingOff:()=>Bl,SquarePause:()=>pC,SquarePen:()=>ar,SquarePercent:()=>Dl,SquarePi:()=>Vl,SquarePilcrow:()=>Fl,SquarePlay:()=>Wl,SquarePlus:()=>Ol,SquarePower:()=>Nl,SquareRadical:()=>cC,SquareRoundCorner:()=>uC,SquareScissors:()=>zl,SquareSigma:()=>_l,SquareSlash:()=>ql,SquareSplitHorizontal:()=>Ul,SquareSplitVertical:()=>$l,SquareSquare:()=>fC,SquareStack:()=>hC,SquareStar:()=>mC,SquareStop:()=>xC,SquareTerminal:()=>jl,SquareUser:()=>Zl,SquareUserRound:()=>Gl,SquareX:()=>Xl,SquaresExclude:()=>MC,SquaresIntersect:()=>yC,SquaresSubtract:()=>vC,SquaresUnite:()=>bC,Squircle:()=>wC,SquircleDashed:()=>CC,Squirrel:()=>AC,Stamp:()=>SC,Star:()=>LC,StarHalf:()=>kC,StarOff:()=>TC,Stars:()=>Kn,StepBack:()=>EC,StepForward:()=>HC,Stethoscope:()=>PC,Sticker:()=>RC,StickyNote:()=>BC,StopCircle:()=>ms,Store:()=>IC,StretchHorizontal:()=>DC,StretchVertical:()=>VC,Strikethrough:()=>FC,Subscript:()=>WC,Subtitles:()=>Lo,Sun:()=>qC,SunDim:()=>OC,SunMedium:()=>NC,SunMoon:()=>zC,SunSnow:()=>_C,Sunrise:()=>UC,Sunset:()=>$C,Superscript:()=>jC,SwatchBook:()=>GC,SwissFranc:()=>ZC,SwitchCamera:()=>XC,Sword:()=>JC,Swords:()=>KC,Syringe:()=>YC,Table:()=>nw,Table2:()=>QC,TableCellsMerge:()=>ew,TableCellsSplit:()=>tw,TableColumnsSplit:()=>aw,TableConfig:()=>Cr,TableOfContents:()=>rw,TableProperties:()=>ow,TableRowsSplit:()=>sw,Tablet:()=>iw,TabletSmartphone:()=>lw,Tablets:()=>dw,Tag:()=>pw,Tags:()=>cw,Tally1:()=>uw,Tally2:()=>fw,Tally3:()=>hw,Tally4:()=>mw,Tally5:()=>xw,Tangent:()=>gw,Target:()=>Mw,Telescope:()=>yw,Tent:()=>bw,TentTree:()=>vw,Terminal:()=>Cw,TerminalSquare:()=>jl,TestTube:()=>ww,TestTube2:()=>Jl,TestTubeDiagonal:()=>Jl,TestTubes:()=>Aw,Text:()=>Lr,TextAlignCenter:()=>Kl,TextAlignEnd:()=>Yl,TextAlignJustify:()=>Ql,TextAlignStart:()=>Lr,TextCursor:()=>kw,TextCursorInput:()=>Sw,TextInitial:()=>ei,TextQuote:()=>Tw,TextSearch:()=>Lw,TextSelect:()=>ti,TextSelection:()=>ti,TextWrap:()=>ai,Theater:()=>Ew,Thermometer:()=>Rw,ThermometerSnowflake:()=>Hw,ThermometerSun:()=>Pw,ThumbsDown:()=>Bw,ThumbsUp:()=>Iw,Ticket:()=>zw,TicketCheck:()=>Dw,TicketMinus:()=>Vw,TicketPercent:()=>Fw,TicketPlus:()=>Ww,TicketSlash:()=>Ow,TicketX:()=>Nw,Tickets:()=>qw,TicketsPlane:()=>_w,Timer:()=>jw,TimerOff:()=>Uw,TimerReset:()=>$w,ToggleLeft:()=>Gw,ToggleRight:()=>Zw,Toilet:()=>Xw,ToolCase:()=>Jw,Tornado:()=>Kw,Torus:()=>Yw,Touchpad:()=>eA,TouchpadOff:()=>Qw,TowerControl:()=>tA,ToyBrick:()=>aA,Tractor:()=>rA,TrafficCone:()=>oA,Train:()=>ri,TrainFront:()=>nA,TrainFrontTunnel:()=>sA,TrainTrack:()=>lA,TramFront:()=>ri,Transgender:()=>iA,Trash:()=>pA,Trash2:()=>dA,TreeDeciduous:()=>cA,TreePalm:()=>oi,TreePine:()=>uA,Trees:()=>fA,Trello:()=>hA,TrendingDown:()=>mA,TrendingUp:()=>gA,TrendingUpDown:()=>xA,Triangle:()=>vA,TriangleAlert:()=>si,TriangleDashed:()=>MA,TriangleRight:()=>yA,Trophy:()=>bA,Truck:()=>wA,TruckElectric:()=>CA,TurkishLira:()=>AA,Turntable:()=>SA,Turtle:()=>kA,Tv:()=>LA,Tv2:()=>ni,TvMinimal:()=>ni,TvMinimalPlay:()=>TA,Twitch:()=>EA,Twitter:()=>HA,Type:()=>RA,TypeOutline:()=>PA,Umbrella:()=>IA,UmbrellaOff:()=>BA,Underline:()=>DA,Undo:()=>WA,Undo2:()=>VA,UndoDot:()=>FA,UnfoldHorizontal:()=>OA,UnfoldVertical:()=>NA,Ungroup:()=>zA,University:()=>li,Unlink:()=>qA,Unlink2:()=>_A,Unlock:()=>bn,UnlockKeyhole:()=>vn,Unplug:()=>UA,Upload:()=>$A,UploadCloud:()=>Cs,Usb:()=>jA,User:()=>oS,User2:()=>fi,UserCheck:()=>GA,UserCheck2:()=>ii,UserCircle:()=>gs,UserCircle2:()=>xs,UserCog:()=>ZA,UserCog2:()=>di,UserLock:()=>XA,UserMinus:()=>JA,UserMinus2:()=>pi,UserPen:()=>KA,UserPlus:()=>YA,UserPlus2:()=>ci,UserRound:()=>fi,UserRoundCheck:()=>ii,UserRoundCog:()=>di,UserRoundMinus:()=>pi,UserRoundPen:()=>QA,UserRoundPlus:()=>ci,UserRoundSearch:()=>eS,UserRoundX:()=>ui,UserSearch:()=>tS,UserSquare:()=>Zl,UserSquare2:()=>Gl,UserStar:()=>aS,UserX:()=>rS,UserX2:()=>ui,Users:()=>sS,Users2:()=>hi,UsersRound:()=>hi,Utensils:()=>xi,UtensilsCrossed:()=>mi,UtilityPole:()=>nS,Variable:()=>lS,Vault:()=>iS,VectorSquare:()=>dS,Vegan:()=>pS,VenetianMask:()=>cS,Venus:()=>fS,VenusAndMars:()=>uS,Verified:()=>Co,Vibrate:()=>mS,VibrateOff:()=>hS,Video:()=>gS,VideoOff:()=>xS,Videotape:()=>MS,View:()=>yS,Voicemail:()=>vS,Volleyball:()=>bS,Volume:()=>kS,Volume1:()=>CS,Volume2:()=>wS,VolumeOff:()=>AS,VolumeX:()=>SS,Vote:()=>TS,Wallet:()=>ES,Wallet2:()=>gi,WalletCards:()=>LS,WalletMinimal:()=>gi,Wallpaper:()=>HS,Wand:()=>PS,Wand2:()=>Mi,WandSparkles:()=>Mi,Warehouse:()=>RS,WashingMachine:()=>BS,Watch:()=>IS,Waves:()=>DS,WavesLadder:()=>VS,Waypoints:()=>FS,Webcam:()=>WS,Webhook:()=>NS,WebhookOff:()=>OS,Weight:()=>zS,Wheat:()=>qS,WheatOff:()=>_S,WholeWord:()=>US,Wifi:()=>YS,WifiCog:()=>$S,WifiHigh:()=>jS,WifiLow:()=>GS,WifiOff:()=>ZS,WifiPen:()=>XS,WifiSync:()=>JS,WifiZero:()=>KS,Wind:()=>ek,WindArrowDown:()=>QS,Wine:()=>ak,WineOff:()=>tk,Workflow:()=>rk,Worm:()=>ok,WrapText:()=>ai,Wrench:()=>sk,X:()=>nk,XCircle:()=>Ms,XOctagon:()=>En,XSquare:()=>Xl,Youtube:()=>lk,Zap:()=>dk,ZapOff:()=>ik,ZoomIn:()=>pk,ZoomOut:()=>ck});var nd=[["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 ld=[["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 id=[["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 dd=[["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 pd=[["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 cd=[["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 ud=[["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 uo=[["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 fo=[["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 fd=[["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 ho=[["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 hd=[["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 md=[["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 xd=[["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 gd=[["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 Md=[["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 yd=[["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 vd=[["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 bd=[["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 Cd=[["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 wd=[["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 Ad=[["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 Sd=[["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 kd=[["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 Td=[["rect",{width:"6",height:"10",x:"9",y:"7",rx:"2"}],["path",{d:"M4 22V2"}],["path",{d:"M20 22V2"}]];var Ld=[["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 Ed=[["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 Hd=[["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 Pd=[["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 Rd=[["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 Bd=[["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 Id=[["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 Dd=[["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 Vd=[["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 Fd=[["rect",{width:"10",height:"6",x:"7",y:"9",rx:"2"}],["path",{d:"M22 20H2"}],["path",{d:"M22 4H2"}]];var Wd=[["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 Od=[["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 Nd=[["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 zd=[["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 _d=[["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 qd=[["path",{d:"M12 22V8"}],["path",{d:"M5 12H2a10 10 0 0 0 20 0h-3"}],["circle",{cx:"12",cy:"5",r:"3"}]];var Ud=[["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 $d=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M8 15h8"}],["path",{d:"M8 9h2"}],["path",{d:"M14 9h2"}]];var jd=[["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 Gd=[["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 Zd=[["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 Xd=[["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 Jd=[["rect",{x:"2",y:"4",width:"20",height:"16",rx:"2"}],["path",{d:"M10 4v4"}],["path",{d:"M2 8h20"}],["path",{d:"M6 4v4"}]];var Kd=[["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 Yd=[["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 Qd=[["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 ep=[["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 tp=[["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 ap=[["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 rp=[["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 op=[["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 sp=[["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 np=[["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 lp=[["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 ip=[["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 dp=[["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 pp=[["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 mo=[["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 up=[["path",{d:"M19 3H5"}],["path",{d:"M12 21V7"}],["path",{d:"m6 15 6 6 6-6"}]];var fp=[["path",{d:"M17 7 7 17"}],["path",{d:"M17 17H7V7"}]];var hp=[["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 mp=[["path",{d:"m7 7 10 10"}],["path",{d:"M17 7v10H7"}]];var xp=[["path",{d:"M12 2v14"}],["path",{d:"m19 9-7 7-7-7"}],["circle",{cx:"12",cy:"21",r:"1"}]];var gp=[["path",{d:"M12 17V3"}],["path",{d:"m6 11 6 6 6-6"}],["path",{d:"M19 21H5"}]];var Mp=[["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 xo=[["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 go=[["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 yp=[["path",{d:"M12 5v14"}],["path",{d:"m19 12-7 7-7-7"}]];var vp=[["path",{d:"m9 6-6 6 6 6"}],["path",{d:"M3 12h14"}],["path",{d:"M21 19V5"}]];var bp=[["path",{d:"M8 3 4 7l4 4"}],["path",{d:"M4 7h16"}],["path",{d:"m16 21 4-4-4-4"}],["path",{d:"M20 17H4"}]];var Cp=[["path",{d:"M3 19V5"}],["path",{d:"m13 6-6 6 6 6"}],["path",{d:"M7 12h14"}]];var wp=[["path",{d:"m12 19-7-7 7-7"}],["path",{d:"M19 12H5"}]];var Ap=[["path",{d:"M3 5v14"}],["path",{d:"M21 12H7"}],["path",{d:"m15 18 6-6-6-6"}]];var Sp=[["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 kp=[["path",{d:"M17 12H3"}],["path",{d:"m11 18 6-6-6-6"}],["path",{d:"M21 5v14"}]];var Tp=[["path",{d:"M5 12h14"}],["path",{d:"m12 5 7 7-7 7"}]];var Lp=[["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 Ep=[["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 Mo=[["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 Hp=[["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 Pp=[["path",{d:"m5 9 7-7 7 7"}],["path",{d:"M12 16V2"}],["circle",{cx:"12",cy:"21",r:"1"}]];var Rp=[["path",{d:"m18 9-6-6-6 6"}],["path",{d:"M12 3v14"}],["path",{d:"M5 21h14"}]];var Bp=[["path",{d:"M7 17V7h10"}],["path",{d:"M17 17 7 7"}]];var yo=[["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 Ip=[["path",{d:"M7 7h10v10"}],["path",{d:"M7 17 17 7"}]];var Dp=[["path",{d:"M5 3h14"}],["path",{d:"m18 13-6-6-6 6"}],["path",{d:"M12 7v14"}]];var Vp=[["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 vo=[["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 Fp=[["path",{d:"m5 12 7-7 7 7"}],["path",{d:"M12 19V5"}]];var Wp=[["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 Op=[["path",{d:"M12 6v12"}],["path",{d:"M17.196 9 6.804 15"}],["path",{d:"m6.804 9 10.392 6"}]];var Np=[["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 zp=[["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 _p=[["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 qp=[["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 Up=[["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 $p=[["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 bo=[["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 jp=[["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 Gp=[["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 Zp=[["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 Xp=[["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 Co=[["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 Jp=[["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 Kp=[["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 Yp=[["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 Qp=[["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 e2=[["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 t2=[["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 a2=[["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 r2=[["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 o2=[["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 wo=[["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 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"}],["path",{d:"M9 16h5"}],["path",{d:"M9 12h5a2 2 0 1 0 0-4h-3v9"}]];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:"M11 17V8h4"}],["path",{d:"M11 12h3"}],["path",{d:"M9 16h4"}]];var l2=[["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 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"}],["line",{x1:"15",x2:"9",y1:"9",y2:"15"}],["line",{x1:"9",x2:"15",y1:"9",y2:"15"}]];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"}]];var p2=[["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 u2=[["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 f2=[["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 h2=[["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 m2=[["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 x2=[["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 g2=[["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 M2=[["path",{d:"M3 5v14"}],["path",{d:"M8 5v14"}],["path",{d:"M12 5v14"}],["path",{d:"M17 5v14"}],["path",{d:"M21 5v14"}]];var y2=[["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 v2=[["path",{d:"M4 20h16"}],["path",{d:"m6 16 6-12 6 12"}],["path",{d:"M8 12h8"}]];var b2=[["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 C2=[["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 w2=[["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 A2=[["path",{d:"M22 14v-4"}],["path",{d:"M6 14v-4"}],["rect",{x:"2",y:"6",width:"16",height:"12",rx:"2"}]];var S2=[["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 k2=[["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 T2=[["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 L2=[["path",{d:"M 22 14 L 22 10"}],["rect",{x:"2",y:"6",width:"16",height:"12",rx:"2"}]];var E2=[["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 H2=[["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 P2=[["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 R2=[["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 B2=[["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 I2=[["path",{d:"M2 4v16"}],["path",{d:"M2 8h18a2 2 0 0 1 2 2v10"}],["path",{d:"M2 17h20"}],["path",{d:"M6 8v9"}]];var D2=[["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 V2=[["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 F2=[["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 W2=[["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 O2=[["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 N2=[["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 z2=[["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 _2=[["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 q2=[["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 U2=[["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 Ao=[["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 So=[["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 $2=[["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 j2=[["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 G2=[["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 Z2=[["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 X2=[["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 J2=[["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 K2=[["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 Y2=[["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 Q2=[["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 e0=[["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 t0=[["circle",{cx:"9",cy:"9",r:"7"}],["circle",{cx:"15",cy:"15",r:"7"}]];var a0=[["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 r0=[["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 o0=[["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 s0=[["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 n0=[["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 l0=[["path",{d:"m7 7 10 10-5 5V2l5 5L7 17"}]];var i0=[["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 d0=[["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 p0=[["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 u0=[["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 f0=[["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 h0=[["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 m0=[["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 x0=[["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 ko=[["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 g0=[["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 M0=[["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 y0=[["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 v0=[["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 b0=[["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 C0=[["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 w0=[["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 A0=[["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 S0=[["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 k0=[["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 T0=[["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 L0=[["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 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 11h8"}],["path",{d:"M8 7h6"}]];var H0=[["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 P0=[["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 R0=[["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 B0=[["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 I0=[["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 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"}]];var V0=[["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 F0=[["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 W0=[["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 O0=[["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 N0=[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z"}]];var z0=[["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 _0=[["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 q0=[["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 U0=[["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 $0=[["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 j0=[["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 G0=[["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 Z0=[["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 To=[["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 X0=[["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 J0=[["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 K0=[["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 Y0=[["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 Q0=[["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 ec=[["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 tc=[["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 ac=[["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 rc=[["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 oc=[["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 sc=[["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 nc=[["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 lc=[["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 ic=[["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 dc=[["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 pc=[["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 uc=[["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 fc=[["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 hc=[["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 mc=[["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 xc=[["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 gc=[["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 Mc=[["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 yc=[["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 vc=[["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 bc=[["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 Cc=[["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 wc=[["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 Ac=[["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 Sc=[["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 kc=[["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 Tc=[["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 Lc=[["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 Ec=[["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 Hc=[["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 Pc=[["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 Rc=[["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 Bc=[["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 Ic=[["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 Dc=[["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 Vc=[["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 Fc=[["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 Wc=[["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 Oc=[["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 Nc=[["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 zc=[["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 _c=[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2"}],["path",{d:"M3 10h18"}]];var qc=[["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 Uc=[["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 $c=[["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 jc=[["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 Gc=[["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 Zc=[["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 Xc=[["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 Lo=[["rect",{width:"18",height:"14",x:"3",y:"5",rx:"2",ry:"2"}],["path",{d:"M7 15h4M15 15h2M7 11h2M13 11h4"}]];var Jc=[["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 Kc=[["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 Yc=[["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 Qc=[["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 eu=[["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 tu=[["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 au=[["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 ru=[["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 ou=[["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 su=[["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 nu=[["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 lu=[["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 iu=[["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 du=[["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 Eo=[["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 Ho=[["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 pu=[["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 uu=[["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 Po=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M7 16h8"}],["path",{d:"M7 11h12"}],["path",{d:"M7 6h3"}]];var Ro=[["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 Bo=[["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 fu=[["path",{d:"M13 17V9"}],["path",{d:"M18 17v-3"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M8 17V5"}]];var Io=[["path",{d:"M13 17V9"}],["path",{d:"M18 17V5"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M8 17v-3"}]];var hu=[["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 Do=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M18 17V9"}],["path",{d:"M13 17V5"}],["path",{d:"M8 17v-3"}]];var mu=[["path",{d:"M10 6h8"}],["path",{d:"M12 16h6"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M8 11h7"}]];var Vo=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"m19 9-5 5-4-4-3 3"}]];var xu=[["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 gu=[["path",{d:"M5 21V3"}],["path",{d:"M12 21V9"}],["path",{d:"M19 21v-6"}]];var Fo=[["path",{d:"M5 21v-6"}],["path",{d:"M12 21V9"}],["path",{d:"M19 21V3"}]];var Wo=[["path",{d:"M5 21v-6"}],["path",{d:"M12 21V3"}],["path",{d:"M19 21V9"}]];var Mu=[["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 Oo=[["path",{d:"M6 5h12"}],["path",{d:"M4 12h10"}],["path",{d:"M12 19h8"}]];var No=[["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 zo=[["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 yu=[["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 vu=[["path",{d:"M18 6 7 17l-5-5"}],["path",{d:"m22 10-7.5 7.5L13 16"}]];var bu=[["path",{d:"M20 4L9 15"}],["path",{d:"M21 19L3 19"}],["path",{d:"M9 15L4 10"}]];var Cu=[["path",{d:"M20 6 9 17l-5-5"}]];var wu=[["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 Au=[["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 Su=[["path",{d:"m6 9 6 6 6-6"}]];var ku=[["path",{d:"m17 18-6-6 6-6"}],["path",{d:"M7 6v12"}]];var Tu=[["path",{d:"m7 18 6-6-6-6"}],["path",{d:"M17 6v12"}]];var Lu=[["path",{d:"m15 18-6-6 6-6"}]];var Eu=[["path",{d:"m9 18 6-6-6-6"}]];var Hu=[["path",{d:"m18 15-6-6-6 6"}]];var Pu=[["path",{d:"m7 20 5-5 5 5"}],["path",{d:"m7 4 5 5 5-5"}]];var Ru=[["path",{d:"m7 6 5 5 5-5"}],["path",{d:"m7 13 5 5 5-5"}]];var Bu=[["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 Iu=[["path",{d:"m9 7-5 5 5 5"}],["path",{d:"m15 7 5 5-5 5"}]];var Du=[["path",{d:"m11 17-5-5 5-5"}],["path",{d:"m18 17-5-5 5-5"}]];var Vu=[["path",{d:"m20 17-5-5 5-5"}],["path",{d:"m4 17 5-5-5-5"}]];var Fu=[["path",{d:"m6 17 5-5-5-5"}],["path",{d:"m13 17 5-5-5-5"}]];var Wu=[["path",{d:"m7 15 5 5 5-5"}],["path",{d:"m7 9 5-5 5 5"}]];var Ou=[["path",{d:"m17 11-5-5-5 5"}],["path",{d:"m17 18-5-5-5 5"}]];var _o=[["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 Nu=[["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 zu=[["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 _u=[["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 qo=[["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 Uo=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 8v8"}],["path",{d:"m8 12 4 4 4-4"}]];var $o=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m12 8-4 4 4 4"}],["path",{d:"M16 12H8"}]];var jo=[["path",{d:"M2 12a10 10 0 1 1 10 10"}],["path",{d:"m2 22 10-10"}],["path",{d:"M8 22H2v-6"}]];var Go=[["path",{d:"M12 22a10 10 0 1 1 10-10"}],["path",{d:"M22 22 12 12"}],["path",{d:"M22 16v6h-6"}]];var Zo=[["path",{d:"M2 8V2h6"}],["path",{d:"m2 2 10 10"}],["path",{d:"M12 2A10 10 0 1 1 2 12"}]];var Xo=[["path",{d:"M22 12A10 10 0 1 1 12 2"}],["path",{d:"M22 2 12 12"}],["path",{d:"M16 2h6v6"}]];var Jo=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m12 16 4-4-4-4"}],["path",{d:"M8 12h8"}]];var Ko=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m16 12-4-4-4 4"}],["path",{d:"M12 16V8"}]];var Yo=[["path",{d:"M21.801 10A10 10 0 1 1 17 3.335"}],["path",{d:"m9 11 3 3L22 4"}]];var Qo=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m9 12 2 2 4-4"}]];var es=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m16 10-4 4-4-4"}]];var ts=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m14 16-4-4 4-4"}]];var as=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m10 8 4 4-4 4"}]];var rs=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m8 14 4-4 4 4"}]];var qu=[["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 os=[["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 Uu=[["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 $u=[["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 ju=[["circle",{cx:"12",cy:"12",r:"10"}],["circle",{cx:"12",cy:"12",r:"1"}]];var Gu=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M17 12h.01"}],["path",{d:"M12 12h.01"}],["path",{d:"M7 12h.01"}]];var Zu=[["path",{d:"M7 10h10"}],["path",{d:"M7 14h10"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Xu=[["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 Ju=[["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 ss=[["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 ns=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M8 12h8"}]];var Ku=[["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 is=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M9 17V7h4a3 3 0 0 1 0 6H9"}]];var ds=[["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 cs=[["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 us=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M8 12h8"}],["path",{d:"M12 8v8"}]];var Yu=[["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 fs=[["path",{d:"M12 7v4"}],["path",{d:"M7.998 9.003a5 5 0 1 0 8-.005"}],["circle",{cx:"12",cy:"12",r:"10"}]];var br=[["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 hs=[["path",{d:"M22 2 2 22"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Qu=[["circle",{cx:"12",cy:"12",r:"10"}],["line",{x1:"9",x2:"15",y1:"15",y2:"9"}]];var ef=[["circle",{cx:"12",cy:"12",r:"6"}]];var tf=[["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 ms=[["circle",{cx:"12",cy:"12",r:"10"}],["rect",{x:"9",y:"9",width:"6",height:"6",rx:"1"}]];var xs=[["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 gs=[["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 Ms=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m15 9-6 6"}],["path",{d:"m9 9 6 6"}]];var af=[["circle",{cx:"12",cy:"12",r:"10"}]];var rf=[["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 of=[["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 sf=[["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 nf=[["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 lf=[["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 df=[["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 pf=[["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 uf=[["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 ys=[["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 vs=[["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 ff=[["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 hf=[["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 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:"m15 11-6 6"}],["path",{d:"m9 11 6 6"}]];var xf=[["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 gf=[["path",{d:"M12 6v6l2-4"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Mf=[["path",{d:"M12 6v6l-4-2"}],["circle",{cx:"12",cy:"12",r:"10"}]];var yf=[["path",{d:"M12 6v6l-2-4"}],["circle",{cx:"12",cy:"12",r:"10"}]];var vf=[["path",{d:"M12 6v6"}],["circle",{cx:"12",cy:"12",r:"10"}]];var bf=[["path",{d:"M12 6v6l4-2"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Cf=[["path",{d:"M12 6v6h4"}],["circle",{cx:"12",cy:"12",r:"10"}]];var wf=[["path",{d:"M12 6v6l4 2"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Af=[["path",{d:"M12 6v6l2 4"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Sf=[["path",{d:"M12 6v10"}],["circle",{cx:"12",cy:"12",r:"10"}]];var kf=[["path",{d:"M12 6v6l-2 4"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Tf=[["path",{d:"M12 6v6l-4 2"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Lf=[["path",{d:"M12 6v6H8"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Ef=[["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 Hf=[["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 Pf=[["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 Rf=[["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 Bf=[["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 If=[["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 Df=[["path",{d:"M12 6v6l4 2"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Vf=[["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 Ff=[["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 Wf=[["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 Of=[["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 bs=[["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 Nf=[["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 zf=[["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 _f=[["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 qf=[["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 Uf=[["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 $f=[["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 jf=[["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 Gf=[["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 Zf=[["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 Xf=[["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 Jf=[["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 Kf=[["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 Cs=[["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 Yf=[["path",{d:"M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z"}]];var Qf=[["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 eh=[["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 th=[["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 ws=[["path",{d:"m18 16 4-4-4-4"}],["path",{d:"m6 8-4 4 4 4"}],["path",{d:"m14.5 4-5 16"}]];var ah=[["path",{d:"m16 18 6-6-6-6"}],["path",{d:"m8 6-6 6 6 6"}]];var rh=[["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 oh=[["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 sh=[["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 nh=[["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 lh=[["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 As=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M12 3v18"}]];var Cr=[["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 Ss=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}],["path",{d:"M15 3v18"}]];var ih=[["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 dh=[["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 ph=[["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 uh=[["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 fh=[["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 hh=[["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 mh=[["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 xh=[["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 ks=[["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 gh=[["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 Mh=[["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 yh=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 18a6 6 0 0 0 0-12v12z"}]];var vh=[["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 bh=[["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 Ch=[["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 wh=[["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 Ah=[["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 Sh=[["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 kh=[["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 Th=[["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 Lh=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M9.17 14.83a4 4 0 1 0 0-5.66"}]];var Eh=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M14.83 14.83a4 4 0 1 1 0-5.66"}]];var Hh=[["path",{d:"M20 4v7a4 4 0 0 1-4 4H4"}],["path",{d:"m9 10-5 5 5 5"}]];var Ph=[["path",{d:"m15 10 5 5-5 5"}],["path",{d:"M4 4v7a4 4 0 0 0 4 4h12"}]];var Rh=[["path",{d:"m14 15-5 5-5-5"}],["path",{d:"M20 4h-7a4 4 0 0 0-4 4v12"}]];var Bh=[["path",{d:"M14 9 9 4 4 9"}],["path",{d:"M20 20h-7a4 4 0 0 1-4-4V4"}]];var Ih=[["path",{d:"m10 15 5 5 5-5"}],["path",{d:"M4 4h7a4 4 0 0 1 4 4v12"}]];var Dh=[["path",{d:"m10 9 5-5 5 5"}],["path",{d:"M4 20h7a4 4 0 0 0 4-4V4"}]];var Vh=[["path",{d:"M20 20v-7a4 4 0 0 0-4-4H4"}],["path",{d:"M9 14 4 9l5-5"}]];var Fh=[["path",{d:"m15 14 5-5-5-5"}],["path",{d:"M4 20v-7a4 4 0 0 1 4-4h12"}]];var Wh=[["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 Oh=[["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 Nh=[["rect",{width:"20",height:"14",x:"2",y:"5",rx:"2"}],["line",{x1:"2",x2:"22",y1:"10",y2:"10"}]];var zh=[["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 _h=[["path",{d:"M6 2v14a2 2 0 0 0 2 2h14"}],["path",{d:"M18 22V8a2 2 0 0 0-2-2H2"}]];var qh=[["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 Uh=[["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 $h=[["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 jh=[["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 Gh=[["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 Zh=[["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 Xh=[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3"}],["path",{d:"M3 5v14a9 3 0 0 0 18 0V5"}]];var Jh=[["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 Kh=[["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 Yh=[["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 Qh=[["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 em=[["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 tm=[["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 am=[["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 rm=[["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 om=[["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 sm=[["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 Ts=[["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 nm=[["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 lm=[["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 im=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["path",{d:"M12 12h.01"}]];var dm=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["path",{d:"M15 9h.01"}],["path",{d:"M9 15h.01"}]];var pm=[["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 um=[["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 fm=[["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 hm=[["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 mm=[["path",{d:"M12 3v14"}],["path",{d:"M5 10h14"}],["path",{d:"M5 21h14"}]];var xm=[["circle",{cx:"12",cy:"12",r:"10"}],["circle",{cx:"12",cy:"12",r:"4"}],["path",{d:"M12 12h.01"}]];var gm=[["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 Mm=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["circle",{cx:"12",cy:"12",r:"5"}],["path",{d:"M12 12h.01"}]];var ym=[["circle",{cx:"12",cy:"12",r:"10"}],["circle",{cx:"12",cy:"12",r:"2"}]];var vm=[["circle",{cx:"12",cy:"6",r:"1"}],["line",{x1:"5",x2:"19",y1:"12",y2:"12"}],["circle",{cx:"12",cy:"18",r:"1"}]];var bm=[["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 Cm=[["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 wm=[["path",{d:"M2 8h20"}],["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2"}],["path",{d:"M6 16h12"}]];var Am=[["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 Sm=[["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 km=[["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 Tm=[["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 Lm=[["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 Em=[["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 Hm=[["circle",{cx:"12.1",cy:"12.1",r:"1"}]];var Pm=[["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 Rm=[["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 Bm=[["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 Im=[["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 Dm=[["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 Vm=[["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 Fm=[["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 Wm=[["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 Om=[["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 Nm=[["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 zm=[["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 _m=[["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 qm=[["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 Um=[["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 $m=[["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 Ls=[["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 jm=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 2a7 7 0 1 0 10 10"}]];var Gm=[["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 Zm=[["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 Xm=[["path",{d:"M12 2C8 2 4 8 4 14a8 8 0 0 0 16 0c0-6-4-12-8-12"}]];var Es=[["circle",{cx:"12",cy:"12",r:"1"}],["circle",{cx:"12",cy:"5",r:"1"}],["circle",{cx:"12",cy:"19",r:"1"}]];var Hs=[["circle",{cx:"12",cy:"12",r:"1"}],["circle",{cx:"19",cy:"12",r:"1"}],["circle",{cx:"5",cy:"12",r:"1"}]];var Jm=[["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 Km=[["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 Ym=[["line",{x1:"5",x2:"19",y1:"9",y2:"9"}],["line",{x1:"5",x2:"19",y1:"15",y2:"15"}]];var Qm=[["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 ex=[["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 tx=[["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 ax=[["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 rx=[["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 ox=[["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 sx=[["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 nx=[["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 lx=[["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 ix=[["path",{d:"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"}]];var dx=[["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 px=[["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 ux=[["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 fx=[["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 hx=[["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 mx=[["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 xx=[["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 Ps=[["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 Rs=[["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 gx=[["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 Bs=[["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 Is=[["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 Ds=[["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 Vs=[["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 Fs=[["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 Ws=[["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 Os=[["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 Mx=[["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 yx=[["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 Ns=[["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 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"}],["path",{d:"M10 12.5 8 15l2 2.5"}],["path",{d:"m14 12.5 2 2.5-2 2.5"}]];var zs=[["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 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:"M9 10h6"}],["path",{d:"M12 13V7"}],["path",{d:"M9 17h6"}]];var Cx=[["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 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:"M12 18v-6"}],["path",{d:"m9 15 3 3 3-3"}]];var _s=[["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 wr=[["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 Ax=[["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 Sx=[["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 kx=[["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 qs=[["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 Us=[["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 $s=[["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 Tx=[["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 Lx=[["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 Ex=[["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 js=[["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 Gs=[["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 Zs=[["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 Xs=[["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 Hx=[["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 Js=[["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 Px=[["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 Ks=[["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 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:"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 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 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 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:"M8 12h8"}],["path",{d:"M10 11v2"}],["path",{d:"M8 17h8"}],["path",{d:"M14 16v2"}]];var Ix=[["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 Dx=[["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 Vx=[["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 Fx=[["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 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:"M10 9H8"}],["path",{d:"M16 13H8"}],["path",{d:"M16 17H8"}]];var Qs=[["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 Ox=[["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 Nx=[["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 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:"M16 22a4 4 0 0 0-8 0"}],["circle",{cx:"12",cy:"15",r:"3"}]];var en=[["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 _x=[["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 tn=[["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 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"}],["path",{d:"m14.5 12.5-5 5"}],["path",{d:"m9.5 12.5 5 5"}]];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"}]];var $x=[["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 jx=[["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 Gx=[["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 Zx=[["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 Xx=[["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 Jx=[["path",{d:"M2 16s9-15 20-4C11 23 2 8 2 8"}]];var Kx=[["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 Yx=[["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 Qx=[["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 e4=[["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 t4=[["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 a4=[["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 r4=[["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 o4=[["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 s4=[["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 n4=[["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 l4=[["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 i4=[["path",{d:"M10 2v6.292a7 7 0 1 0 4 0V2"}],["path",{d:"M5 15h14"}],["path",{d:"M8.5 2h7"}]];var d4=[["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 p4=[["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 c4=[["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 u4=[["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 f4=[["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 h4=[["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 m4=[["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 x4=[["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 g4=[["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 M4=[["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 y4=[["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 v4=[["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 b4=[["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 C4=[["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 an=[["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 w4=[["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 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"}],["path",{d:"M12 10v6"}],["path",{d:"m15 13-3 3-3-3"}]];var S4=[["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 k4=[["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 T4=[["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 L4=[["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 E4=[["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 H4=[["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 P4=[["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 R4=[["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 B4=[["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 I4=[["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 D4=[["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 rn=[["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 V4=[["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 F4=[["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 W4=[["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 O4=[["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 N4=[["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 z4=[["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 _4=[["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 q4=[["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 U4=[["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 $4=[["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 j4=[["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 G4=[["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 Z4=[["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 X4=[["path",{d:"m15 17 5-5-5-5"}],["path",{d:"M4 18v-2a4 4 0 0 1 4-4h12"}]];var J4=[["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 K4=[["path",{d:"M5 16V9h14V2H5l14 14h-7m-7 0 7 7v-7m-7 0h7"}]];var Y4=[["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 Q4=[["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 e5=[["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 t5=[["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 on=[["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 sn=[["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 a5=[["path",{d:"M2 7v10"}],["path",{d:"M6 5v14"}],["rect",{width:"12",height:"18",x:"10",y:"3",rx:"2"}]];var r5=[["path",{d:"M2 3v18"}],["rect",{width:"12",height:"18",x:"6",y:"3",rx:"2"}],["path",{d:"M22 3v18"}]];var o5=[["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 s5=[["path",{d:"M7 2h10"}],["path",{d:"M5 6h14"}],["rect",{width:"18",height:"12",x:"3",y:"10",rx:"2"}]];var n5=[["path",{d:"M3 2h18"}],["rect",{width:"18",height:"12",x:"3",y:"6",rx:"2"}],["path",{d:"M3 22h18"}]];var l5=[["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 i5=[["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 d5=[["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 p5=[["path",{d:"m12 14 4-4"}],["path",{d:"M3.34 19a10 10 0 1 1 17.32 0"}]];var c5=[["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 u5=[["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 f5=[["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 h5=[["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 m5=[["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 x5=[["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 g5=[["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 M5=[["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 nn=[["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 y5=[["path",{d:"M12 3v6"}],["circle",{cx:"12",cy:"12",r:"3"}],["path",{d:"M12 15v6"}]];var v5=[["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 b5=[["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 C5=[["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 w5=[["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 A5=[["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 S5=[["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 k5=[["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 T5=[["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 L5=[["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 E5=[["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 H5=[["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 P5=[["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 R5=[["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 B5=[["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 I5=[["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 D5=[["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 V5=[["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 F5=[["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 W5=[["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 O5=[["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 N5=[["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 ln=[["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 dn=[["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 cn=[["path",{d:"M12 3v18"}],["path",{d:"M3 12h18"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}]];var z5=[["path",{d:"M15 3v18"}],["path",{d:"M3 12h18"}],["path",{d:"M9 3v18"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}]];var Ar=[["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 _5=[["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 q5=[["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 U5=[["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 $5=[["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 j5=[["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 G5=[["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 Z5=[["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 X5=[["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 J5=[["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 K5=[["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 un=[["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 Y5=[["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 fn=[["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 Q5=[["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 eg=[["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 tg=[["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 ag=[["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 rg=[["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 og=[["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 sg=[["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 ng=[["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 lg=[["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 ig=[["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 dg=[["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 pg=[["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 cg=[["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 ug=[["path",{d:"M4 12h8"}],["path",{d:"M4 18V6"}],["path",{d:"M12 18V6"}],["path",{d:"m17 12 3-2v8"}]];var fg=[["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 hg=[["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 mg=[["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 xg=[["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 gg=[["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 Mg=[["path",{d:"M6 12h12"}],["path",{d:"M6 20V4"}],["path",{d:"M18 20V4"}]];var yg=[["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 vg=[["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 bg=[["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 Cg=[["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 wg=[["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 Ag=[["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 Sg=[["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 kg=[["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 Tg=[["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 Lg=[["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 Eg=[["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 Hg=[["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 Pg=[["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 Rg=[["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 Bg=[["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 Ig=[["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 Dg=[["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 Vg=[["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 Fg=[["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 Wg=[["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 Og=[["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 Ng=[["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 zg=[["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 _g=[["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 hn=[["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 mn=[["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 xn=[["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 qg=[["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 Ug=[["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 $g=[["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 jg=[["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 Gg=[["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 Zg=[["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 Xg=[["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 Jg=[["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 Kg=[["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 Yg=[["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 Qg=[["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 e3=[["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 t3=[["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 a3=[["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 r3=[["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 o3=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 16v-4"}],["path",{d:"M12 8h.01"}]];var s3=[["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 n3=[["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 l3=[["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 i3=[["path",{d:"m16 14 4 4-4 4"}],["path",{d:"M20 10a8 8 0 1 0-8 8h8"}]];var d3=[["path",{d:"M4 10a8 8 0 1 1 8 8H4"}],["path",{d:"m8 22-4-4 4-4"}]];var p3=[["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 u3=[["path",{d:"M5 3v14"}],["path",{d:"M12 3v8"}],["path",{d:"M19 3v18"}]];var f3=[["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 h3=[["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 m3=[["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 x3=[["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 g3=[["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 M3=[["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 y3=[["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 v3=[["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 b3=[["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 C3=[["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 w3=[["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 A3=[["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 S3=[["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 k3=[["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 T3=[["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 L3=[["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 E3=[["path",{d:"M2 20h20"}],["path",{d:"m9 10 2 2 4-4"}],["rect",{x:"3",y:"4",width:"18",height:"12",rx:"2"}]];var gn=[["rect",{width:"18",height:"12",x:"3",y:"4",rx:"2",ry:"2"}],["line",{x1:"2",x2:"22",y1:"20",y2:"20"}]];var H3=[["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 P3=[["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 R3=[["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 B3=[["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 I3=[["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 Mn=[["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 D3=[["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 V3=[["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 F3=[["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 W3=[["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 O3=[["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 N3=[["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 z3=[["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 _3=[["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 q3=[["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 U3=[["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 $3=[["path",{d:"m16 6 4 14"}],["path",{d:"M12 6v14"}],["path",{d:"M8 8v12"}],["path",{d:"M4 4v16"}]];var j3=[["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 G3=[["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 Z3=[["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 X3=[["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 J3=[["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 K3=[["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 Y3=[["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 Q3=[["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 eM=[["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 tM=[["path",{d:"M16 5H3"}],["path",{d:"M16 12H3"}],["path",{d:"M11 19H3"}],["path",{d:"m15 18 2 2 4-4"}]];var aM=[["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 rM=[["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 oM=[["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 sM=[["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 nM=[["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 lM=[["path",{d:"M12 5H2"}],["path",{d:"M6 12h12"}],["path",{d:"M9 19h6"}],["path",{d:"M16 5h6"}],["path",{d:"M19 8V2"}]];var iM=[["path",{d:"M2 5h20"}],["path",{d:"M6 12h12"}],["path",{d:"M9 19h6"}]];var Sr=[["path",{d:"M21 5H11"}],["path",{d:"M21 12H11"}],["path",{d:"M21 19H11"}],["path",{d:"m7 8-4 4 4 4"}]];var kr=[["path",{d:"M21 5H11"}],["path",{d:"M21 12H11"}],["path",{d:"M21 19H11"}],["path",{d:"m3 8 4 4-4 4"}]];var dM=[["path",{d:"M16 5H3"}],["path",{d:"M11 12H3"}],["path",{d:"M16 19H3"}],["path",{d:"M21 12h-6"}]];var pM=[["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 uM=[["path",{d:"M16 5H3"}],["path",{d:"M11 12H3"}],["path",{d:"M16 19H3"}],["path",{d:"M18 9v6"}],["path",{d:"M21 12h-6"}]];var fM=[["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 hM=[["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 mM=[["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 xM=[["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 gM=[["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 MM=[["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 yM=[["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 yn=[["path",{d:"M21 12a9 9 0 1 1-6.219-8.56"}]];var vM=[["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 bM=[["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 CM=[["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 wM=[["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 AM=[["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 vn=[["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 SM=[["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 bn=[["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 kM=[["rect",{width:"18",height:"11",x:"3",y:"11",rx:"2",ry:"2"}],["path",{d:"M7 11V7a5 5 0 0 1 10 0v4"}]];var TM=[["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 LM=[["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 EM=[["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 HM=[["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 PM=[["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 RM=[["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 BM=[["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 IM=[["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 DM=[["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 VM=[["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 Cn=[["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 FM=[["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 WM=[["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 OM=[["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 NM=[["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 zM=[["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 _M=[["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 qM=[["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 UM=[["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 $M=[["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 jM=[["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 GM=[["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 ZM=[["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 XM=[["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 wn=[["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 JM=[["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 KM=[["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 YM=[["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 QM=[["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 e6=[["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 t6=[["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 a6=[["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 r6=[["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 o6=[["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 s6=[["path",{d:"M16 3h5v5"}],["path",{d:"m21 3-6.75 6.75"}],["circle",{cx:"10",cy:"14",r:"6"}]];var n6=[["path",{d:"M8 22h8"}],["path",{d:"M12 11v11"}],["path",{d:"m19 3-7 8-7-8Z"}]];var l6=[["path",{d:"M15 3h6v6"}],["path",{d:"m21 3-7 7"}],["path",{d:"m3 21 7-7"}],["path",{d:"M9 21H3v-6"}]];var i6=[["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 d6=[["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 p6=[["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 u6=[["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 f6=[["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 h6=[["path",{d:"M4 5h16"}],["path",{d:"M4 12h16"}],["path",{d:"M4 19h16"}]];var m6=[["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 x6=[["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 g6=[["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 M6=[["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 y6=[["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 v6=[["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 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:"M8 12h8"}],["path",{d:"M12 8v8"}]];var An=[["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 C6=[["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 w6=[["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 A6=[["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 S6=[["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 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:"m10 8-3 3 3 3"}],["path",{d:"m14 14 3-3-3-3"}]];var T6=[["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 L6=[["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 E6=[["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 H6=[["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 P6=[["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 R6=[["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 B6=[["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 I6=[["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 D6=[["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 V6=[["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 F6=[["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 W6=[["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 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:"M12 15h.01"}],["path",{d:"M12 7v4"}]];var N6=[["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 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"}]];var _6=[["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 q6=[["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 Sn=[["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 U6=[["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 $6=[["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 j6=[["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 G6=[["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 Z6=[["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 X6=[["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 J6=[["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 K6=[["path",{d:"m14 10 7-7"}],["path",{d:"M20 10h-6V4"}],["path",{d:"m3 21 7-7"}],["path",{d:"M4 14h6v6"}]];var Y6=[["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 Q6=[["path",{d:"M5 12h14"}]];var e8=[["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 t8=[["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 a8=[["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 r8=[["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 o8=[["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 s8=[["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 n8=[["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 l8=[["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 i8=[["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 d8=[["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 p8=[["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 u8=[["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 f8=[["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 h8=[["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 m8=[["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 x8=[["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 g8=[["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 M8=[["path",{d:"m8 3 4 8 5-5 5 15H2L8 3z"}]];var y8=[["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 v8=[["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 b8=[["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 C8=[["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 w8=[["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 A8=[["rect",{x:"5",y:"2",width:"14",height:"20",rx:"7"}],["path",{d:"M12 6v4"}]];var kn=[["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 S8=[["path",{d:"M19 13v6h-6"}],["path",{d:"M5 11V5h6"}],["path",{d:"m5 5 14 14"}]];var k8=[["path",{d:"M11 19H5v-6"}],["path",{d:"M13 5h6v6"}],["path",{d:"M19 5 5 19"}]];var T8=[["path",{d:"M11 19H5V13"}],["path",{d:"M19 5L5 19"}]];var L8=[["path",{d:"M19 13V19H13"}],["path",{d:"M5 5L19 19"}]];var E8=[["path",{d:"M8 18L12 22L16 18"}],["path",{d:"M12 2V22"}]];var H8=[["path",{d:"m18 8 4 4-4 4"}],["path",{d:"M2 12h20"}],["path",{d:"m6 8-4 4 4 4"}]];var P8=[["path",{d:"M6 8L2 12L6 16"}],["path",{d:"M2 12H22"}]];var R8=[["path",{d:"M18 8L22 12L18 16"}],["path",{d:"M2 12H22"}]];var B8=[["path",{d:"M5 11V5H11"}],["path",{d:"M5 5L19 19"}]];var I8=[["path",{d:"M13 5H19V11"}],["path",{d:"M19 5L5 19"}]];var D8=[["path",{d:"M8 6L12 2L16 6"}],["path",{d:"M12 2V22"}]];var V8=[["path",{d:"M12 2v20"}],["path",{d:"m8 18 4 4 4-4"}],["path",{d:"m8 6 4-4 4 4"}]];var F8=[["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 W8=[["circle",{cx:"8",cy:"18",r:"4"}],["path",{d:"M12 18V2l7 4"}]];var O8=[["circle",{cx:"12",cy:"18",r:"4"}],["path",{d:"M16 18V2"}]];var N8=[["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 z8=[["path",{d:"M9 18V5l12-2v13"}],["circle",{cx:"6",cy:"18",r:"3"}],["circle",{cx:"18",cy:"16",r:"3"}]];var _8=[["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 q8=[["polygon",{points:"12 2 19 21 12 17 5 21 12 2"}]];var U8=[["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 $8=[["polygon",{points:"3 11 22 2 13 21 11 13 3 11"}]];var j8=[["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 G8=[["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 Z8=[["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 X8=[["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 J8=[["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 K8=[["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 Y8=[["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 Q8=[["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 ey=[["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 ty=[["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 ay=[["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 ry=[["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 Tn=[["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 oy=[["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 Ln=[["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 En=[["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 sy=[["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 ny=[["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 ly=[["path",{d:"M3 3h6l6 18h6"}],["path",{d:"M14 3h7"}]];var iy=[["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 dy=[["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 py=[["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 uy=[["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 fy=[["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 hy=[["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 my=[["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 xy=[["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 gy=[["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 My=[["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 yy=[["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 Hn=[["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 vy=[["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 by=[["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 Cy=[["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 wy=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 15h18"}],["path",{d:"m15 8-3 3-3-3"}]];var Pn=[["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 Ay=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 15h18"}],["path",{d:"m9 10 3-3 3 3"}]];var Sy=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 15h18"}]];var Rn=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}],["path",{d:"m16 15-3-3 3-3"}]];var Bn=[["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 In=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}],["path",{d:"m14 9 3 3-3 3"}]];var ky=[["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 Dn=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}]];var Ty=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M15 3v18"}],["path",{d:"m8 9 3 3-3 3"}]];var Vn=[["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 Ly=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M15 3v18"}],["path",{d:"m10 15-3-3 3-3"}]];var Ey=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M15 3v18"}]];var Hy=[["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 Py=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}],["path",{d:"m9 16 3-3 3 3"}]];var Fn=[["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 Ry=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}],["path",{d:"m15 14-3 3-3-3"}]];var By=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}]];var Iy=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}],["path",{d:"M9 15h12"}]];var Dy=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 15h12"}],["path",{d:"M15 3v18"}]];var Wn=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}],["path",{d:"M9 21V9"}]];var Vy=[["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 Fy=[["path",{d:"M8 21s-4-3-4-9 4-9 4-9"}],["path",{d:"M16 3s4 3 4 9-4 9-4 9"}]];var Wy=[["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 Oy=[["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 Ny=[["rect",{x:"14",y:"3",width:"5",height:"18",rx:"1"}],["rect",{x:"5",y:"3",width:"5",height:"18",rx:"1"}]];var zy=[["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 _y=[["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 On=[["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 qy=[["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 Uy=[["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 Nn=[["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 $y=[["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 jy=[["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 Gy=[["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 Zy=[["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 Xy=[["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 Jy=[["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 Ky=[["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 Yy=[["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 Qy=[["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 e7=[["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 t7=[["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 a7=[["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 r7=[["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 o7=[["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 s7=[["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 n7=[["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 l7=[["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 i7=[["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 d7=[["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 p7=[["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 u7=[["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 f7=[["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 h7=[["path",{d:"M13 4v16"}],["path",{d:"M17 4v16"}],["path",{d:"M19 4H9.5a4.5 4.5 0 0 0 0 9H13"}]];var m7=[["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 x7=[["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 g7=[["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 M7=[["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 y7=[["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 v7=[["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 b7=[["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 C7=[["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 w7=[["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 A7=[["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 S7=[["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 zn=[["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 k7=[["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 T7=[["path",{d:"M5 12h14"}],["path",{d:"M12 5v14"}]];var L7=[["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 E7=[["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 H7=[["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 P7=[["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 R7=[["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 B7=[["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 I7=[["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 D7=[["path",{d:"M18 7c0-5.333-8-5.333-8 0"}],["path",{d:"M10 7v14"}],["path",{d:"M6 21h12"}],["path",{d:"M6 13h10"}]];var V7=[["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 F7=[["path",{d:"M12 2v10"}],["path",{d:"M18.4 6.6a9 9 0 1 1-12.77.04"}]];var W7=[["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 O7=[["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 N7=[["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 z7=[["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 _7=[["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 q7=[["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 U7=[["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 $7=[["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 j7=[["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 G7=[["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 Z7=[["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 X7=[["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 J7=[["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 K7=[["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 Y7=[["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 Q7=[["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 ev=[["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 tv=[["path",{d:"M5 15h14"}],["path",{d:"M5 9h14"}],["path",{d:"m14 20-5-5 6-6-5-5"}]];var av=[["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 rv=[["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 ov=[["rect",{width:"12",height:"20",x:"6",y:"2",rx:"2"}],["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2"}]];var sv=[["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 nv=[["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 lv=[["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 iv=[["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 dv=[["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 pv=[["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 uv=[["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 fv=[["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 hv=[["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 mv=[["path",{d:"M14 4v16H3a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1z"}],["circle",{cx:"14",cy:"12",r:"8"}]];var _n=[["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 xv=[["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 gv=[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2"}]];var Mv=[["rect",{width:"12",height:"20",x:"6",y:"2",rx:"2"}]];var yv=[["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 vv=[["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 bv=[["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 Cv=[["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 wv=[["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 Av=[["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 Sv=[["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 kv=[["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 Tv=[["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 Lv=[["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 Ev=[["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 Hv=[["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 Pv=[["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 Rv=[["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 Bv=[["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 Iv=[["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 Dv=[["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 Vv=[["path",{d:"M20 18v-2a4 4 0 0 0-4-4H4"}],["path",{d:"m9 17-5-5 5-5"}]];var Fv=[["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 Wv=[["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 Ov=[["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 Nv=[["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 zv=[["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 _v=[["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 qn=[["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 qv=[["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 Uv=[["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 $v=[["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 jv=[["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 Gv=[["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 Zv=[["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 Xv=[["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 Jv=[["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 Un=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 12h18"}]];var $n=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M21 9H3"}],["path",{d:"M21 15H3"}]];var Kv=[["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 Yv=[["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 Qv=[["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 e9=[["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 t9=[["path",{d:"M6 11h8a4 4 0 0 0 0-8H9v18"}],["path",{d:"M6 15h8"}]];var a9=[["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 r9=[["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 o9=[["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 s9=[["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 n9=[["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 l9=[["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 i9=[["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 d9=[["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 p9=[["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 jn=[["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 u9=[["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 f9=[["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 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:"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 m9=[["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 x9=[["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 g9=[["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 M9=[["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 y9=[["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 v9=[["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 b9=[["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 C9=[["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 w9=[["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 A9=[["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 S9=[["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 k9=[["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 T9=[["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 L9=[["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 E9=[["path",{d:"m8 11 2 2 4-4"}],["circle",{cx:"11",cy:"11",r:"8"}],["path",{d:"m21 21-4.3-4.3"}]];var H9=[["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 P9=[["path",{d:"m13.5 8.5-5 5"}],["circle",{cx:"11",cy:"11",r:"8"}],["path",{d:"m21 21-4.3-4.3"}]];var R9=[["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 B9=[["path",{d:"m21 21-4.34-4.34"}],["circle",{cx:"11",cy:"11",r:"8"}]];var I9=[["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 Gn=[["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 D9=[["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 V9=[["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 F9=[["path",{d:"m16 16-4 4-4-4"}],["path",{d:"M3 12h18"}],["path",{d:"m8 8 4-4 4 4"}]];var W9=[["path",{d:"M12 3v18"}],["path",{d:"m16 16 4-4-4-4"}],["path",{d:"m8 8-4 4 4 4"}]];var O9=[["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 N9=[["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 z9=[["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 _9=[["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 q9=[["path",{d:"M14 17H5"}],["path",{d:"M19 7h-9"}],["circle",{cx:"17",cy:"17",r:"3"}],["circle",{cx:"7",cy:"7",r:"3"}]];var U9=[["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 $9=[["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 j9=[["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 G9=[["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 Z9=[["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 X9=[["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 J9=[["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 K9=[["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 Y9=[["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 Q9=[["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 eb=[["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 tb=[["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 ab=[["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 rb=[["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 Zn=[["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 ob=[["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 Xn=[["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 sb=[["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 nb=[["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 lb=[["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 ib=[["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 db=[["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 pb=[["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 ub=[["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 fb=[["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 hb=[["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 mb=[["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 xb=[["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 gb=[["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 Mb=[["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 yb=[["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 vb=[["path",{d:"M2 20h.01"}],["path",{d:"M7 20v-4"}],["path",{d:"M12 20v-8"}],["path",{d:"M17 20V8"}]];var bb=[["path",{d:"M2 20h.01"}],["path",{d:"M7 20v-4"}]];var Cb=[["path",{d:"M2 20h.01"}],["path",{d:"M7 20v-4"}],["path",{d:"M12 20v-8"}]];var wb=[["path",{d:"M2 20h.01"}]];var Ab=[["path",{d:"M2 20h.01"}],["path",{d:"M7 20v-4"}],["path",{d:"M12 20v-8"}],["path",{d:"M17 20V8"}],["path",{d:"M22 4v16"}]];var Sb=[["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 kb=[["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 Tb=[["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 Lb=[["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 Eb=[["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 Hb=[["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 Pb=[["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 Rb=[["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 Bb=[["path",{d:"M22 2 2 22"}]];var Ib=[["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 Db=[["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 Jn=[["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 Vb=[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2",ry:"2"}],["path",{d:"M12.667 8 10 12h4l-2.667 4"}]];var Fb=[["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 Wb=[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2",ry:"2"}],["path",{d:"M12 18h.01"}]];var Ob=[["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 Nb=[["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 zb=[["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 _b=[["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 qb=[["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 Ub=[["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 $b=[["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 jb=[["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 Gb=[["path",{d:"M22 17v1c0 .5-.5 1-1 1H3c-.5 0-1-.5-1-1v-1"}]];var Zb=[["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 Xb=[["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 Kn=[["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 Jb=[["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 Kb=[["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 Yb=[["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 Qb=[["path",{d:"m6 16 6-12 6 12"}],["path",{d:"M8 12h8"}],["path",{d:"m16 20 2 2 4-4"}]];var eC=[["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 tC=[["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 aC=[["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 rC=[["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 oC=[["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 sC=[["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 nC=[["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 Yn=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M17 12h-2l-2 5-2-10-2 5H7"}]];var Qn=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m16 8-8 8"}],["path",{d:"M16 16H8V8"}]];var el=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m8 8 8 8"}],["path",{d:"M16 8v8H8"}]];var tl=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M12 8v8"}],["path",{d:"m8 12 4 4 4-4"}]];var al=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m12 8-4 4 4 4"}],["path",{d:"M16 12H8"}]];var rl=[["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 ol=[["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 sl=[["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 nl=[["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 il=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 16V8h8"}],["path",{d:"M16 16 8 8"}]];var dl=[["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 cl=[["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 ul=[["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 Tr=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 8h7"}],["path",{d:"M8 12h6"}],["path",{d:"M11 16h5"}]];var fl=[["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 hl=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m9 12 2 2 4-4"}]];var ml=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m16 10-4 4-4-4"}]];var xl=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m14 16-4-4 4-4"}]];var gl=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m10 8 4 4-4 4"}]];var Ml=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m8 14 4-4 4 4"}]];var yl=[["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 lC=[["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 iC=[["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 vl=[["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 bl=[["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 dC=[["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 Cl=[["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 wl=[["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 Al=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["circle",{cx:"12",cy:"12",r:"1"}]];var Sl=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M7 10h10"}],["path",{d:"M7 14h10"}]];var kl=[["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 Tl=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 7v7"}],["path",{d:"M12 7v4"}],["path",{d:"M16 7v9"}]];var Ll=[["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 El=[["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 Hl=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M7 8h10"}],["path",{d:"M7 12h10"}],["path",{d:"M7 16h10"}]];var Pl=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 12h8"}]];var Rl=[["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 Bl=[["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 Il=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 17V7h4a3 3 0 0 1 0 6H9"}]];var pC=[["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 ar=[["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 Dl=[["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 Vl=[["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 Fl=[["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 Wl=[["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 Ol=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 12h8"}],["path",{d:"M12 8v8"}]];var Nl=[["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 uC=[["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 zl=[["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 _l=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M16 8.9V7H8l4 5-4 5h8v-1.9"}]];var ql=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["line",{x1:"9",x2:"15",y1:"15",y2:"9"}]];var Ul=[["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 $l=[["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 fC=[["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}],["rect",{x:"8",y:"8",width:"8",height:"8",rx:"1"}]];var hC=[["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 mC=[["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 xC=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["rect",{x:"9",y:"9",width:"6",height:"6",rx:"1"}]];var jl=[["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 Gl=[["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 Zl=[["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 Xl=[["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 gC=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}]];var MC=[["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 yC=[["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 vC=[["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 bC=[["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 CC=[["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 wC=[["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 AC=[["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 SC=[["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 kC=[["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 TC=[["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 LC=[["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 EC=[["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 HC=[["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 PC=[["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 RC=[["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 BC=[["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 IC=[["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 DC=[["rect",{width:"20",height:"6",x:"2",y:"4",rx:"2"}],["rect",{width:"20",height:"6",x:"2",y:"14",rx:"2"}]];var VC=[["rect",{width:"6",height:"20",x:"4",y:"2",rx:"2"}],["rect",{width:"6",height:"20",x:"14",y:"2",rx:"2"}]];var FC=[["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 WC=[["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 OC=[["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 NC=[["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 zC=[["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 _C=[["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 qC=[["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 UC=[["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 $C=[["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 jC=[["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 GC=[["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 ZC=[["path",{d:"M10 21V3h8"}],["path",{d:"M6 16h9"}],["path",{d:"M10 9.5h7"}]];var XC=[["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 JC=[["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 KC=[["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 YC=[["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 QC=[["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 ew=[["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 tw=[["path",{d:"M12 15V9"}],["path",{d:"M3 15h18"}],["path",{d:"M3 9h18"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}]];var aw=[["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 rw=[["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 ow=[["path",{d:"M15 3v18"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M21 9H3"}],["path",{d:"M21 15H3"}]];var sw=[["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 nw=[["path",{d:"M12 3v18"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}],["path",{d:"M3 15h18"}]];var lw=[["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 iw=[["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",ry:"2"}],["line",{x1:"12",x2:"12.01",y1:"18",y2:"18"}]];var dw=[["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 pw=[["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 uw=[["path",{d:"M4 4v16"}]];var fw=[["path",{d:"M4 4v16"}],["path",{d:"M9 4v16"}]];var hw=[["path",{d:"M4 4v16"}],["path",{d:"M9 4v16"}],["path",{d:"M14 4v16"}]];var mw=[["path",{d:"M4 4v16"}],["path",{d:"M9 4v16"}],["path",{d:"M14 4v16"}],["path",{d:"M19 4v16"}]];var xw=[["path",{d:"M4 4v16"}],["path",{d:"M9 4v16"}],["path",{d:"M14 4v16"}],["path",{d:"M19 4v16"}],["path",{d:"M22 6 2 18"}]];var gw=[["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 Mw=[["circle",{cx:"12",cy:"12",r:"10"}],["circle",{cx:"12",cy:"12",r:"6"}],["circle",{cx:"12",cy:"12",r:"2"}]];var yw=[["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 vw=[["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 bw=[["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 Cw=[["path",{d:"M12 19h8"}],["path",{d:"m4 17 6-6-6-6"}]];var Jl=[["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 ww=[["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 Aw=[["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 Kl=[["path",{d:"M21 5H3"}],["path",{d:"M17 12H7"}],["path",{d:"M19 19H5"}]];var Yl=[["path",{d:"M21 5H3"}],["path",{d:"M21 12H9"}],["path",{d:"M21 19H7"}]];var Ql=[["path",{d:"M3 5h18"}],["path",{d:"M3 12h18"}],["path",{d:"M3 19h18"}]];var Lr=[["path",{d:"M21 5H3"}],["path",{d:"M15 12H3"}],["path",{d:"M17 19H3"}]];var Sw=[["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 kw=[["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 ei=[["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 Tw=[["path",{d:"M17 5H3"}],["path",{d:"M21 12H8"}],["path",{d:"M21 19H8"}],["path",{d:"M3 12v7"}]];var Lw=[["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 ti=[["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 ai=[["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 Ew=[["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 Hw=[["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 Pw=[["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 Rw=[["path",{d:"M14 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z"}]];var Bw=[["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 Iw=[["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 Dw=[["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 Vw=[["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 Fw=[["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 Ww=[["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 Ow=[["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 Nw=[["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 zw=[["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 _w=[["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 qw=[["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 Uw=[["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 $w=[["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 jw=[["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 Gw=[["circle",{cx:"9",cy:"12",r:"3"}],["rect",{width:"20",height:"14",x:"2",y:"5",rx:"7"}]];var Zw=[["circle",{cx:"15",cy:"12",r:"3"}],["rect",{width:"20",height:"14",x:"2",y:"5",rx:"7"}]];var Xw=[["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 Jw=[["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 Kw=[["path",{d:"M21 4H3"}],["path",{d:"M18 8H6"}],["path",{d:"M19 12H9"}],["path",{d:"M16 16h-6"}],["path",{d:"M11 20H9"}]];var Yw=[["ellipse",{cx:"12",cy:"11",rx:"3",ry:"2"}],["ellipse",{cx:"12",cy:"12.5",rx:"10",ry:"8.5"}]];var Qw=[["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 eA=[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2"}],["path",{d:"M2 14h20"}],["path",{d:"M12 20v-6"}]];var tA=[["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 aA=[["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 rA=[["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 oA=[["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 sA=[["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 nA=[["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 lA=[["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 ri=[["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 iA=[["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 dA=[["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 pA=[["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 cA=[["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 oi=[["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 uA=[["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 fA=[["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 hA=[["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 mA=[["path",{d:"M16 17h6v-6"}],["path",{d:"m22 17-8.5-8.5-5 5L2 7"}]];var xA=[["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 gA=[["path",{d:"M16 7h6v6"}],["path",{d:"m22 7-8.5 8.5-5-5L2 17"}]];var si=[["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 MA=[["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 yA=[["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 vA=[["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 bA=[["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 CA=[["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 wA=[["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 AA=[["path",{d:"M15 4 5 9"}],["path",{d:"m15 8.5-10 5"}],["path",{d:"M18 12a9 9 0 0 1-9 9V3"}]];var SA=[["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 kA=[["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 TA=[["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 ni=[["path",{d:"M7 21h10"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2"}]];var LA=[["path",{d:"m17 2-5 5-5-5"}],["rect",{width:"20",height:"15",x:"2",y:"7",rx:"2"}]];var EA=[["path",{d:"M21 2H3v16h5v4l4-4h5l4-4V2zm-10 9V7m5 4V7"}]];var HA=[["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 PA=[["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 RA=[["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 BA=[["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 IA=[["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 DA=[["path",{d:"M6 4v6a6 6 0 0 0 12 0V4"}],["line",{x1:"4",x2:"20",y1:"20",y2:"20"}]];var VA=[["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 FA=[["path",{d:"M21 17a9 9 0 0 0-15-6.7L3 13"}],["path",{d:"M3 7v6h6"}],["circle",{cx:"12",cy:"17",r:"1"}]];var WA=[["path",{d:"M3 7v6h6"}],["path",{d:"M21 17a9 9 0 0 0-9-9 9 9 0 0 0-6 2.3L3 13"}]];var OA=[["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 NA=[["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 zA=[["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 _A=[["path",{d:"M15 7h2a5 5 0 0 1 0 10h-2m-6 0H7A5 5 0 0 1 7 7h2"}]];var qA=[["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 UA=[["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 $A=[["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 jA=[["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 GA=[["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 ZA=[["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 XA=[["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 JA=[["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 KA=[["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 YA=[["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 ii=[["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 di=[["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 QA=[["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 ci=[["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 eS=[["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 ui=[["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 fi=[["circle",{cx:"12",cy:"8",r:"5"}],["path",{d:"M20 21a8 8 0 0 0-16 0"}]];var tS=[["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 aS=[["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 rS=[["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 oS=[["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 hi=[["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 sS=[["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 mi=[["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 xi=[["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 nS=[["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 lS=[["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 iS=[["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 dS=[["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 pS=[["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 cS=[["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 uS=[["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 fS=[["path",{d:"M12 15v7"}],["path",{d:"M9 19h6"}],["circle",{cx:"12",cy:"9",r:"6"}]];var hS=[["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 mS=[["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 xS=[["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 gS=[["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 MS=[["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 yS=[["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 vS=[["circle",{cx:"6",cy:"12",r:"4"}],["circle",{cx:"18",cy:"12",r:"4"}],["line",{x1:"6",x2:"18",y1:"16",y2:"16"}]];var bS=[["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 CS=[["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 wS=[["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 AS=[["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 SS=[["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 kS=[["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 TS=[["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 LS=[["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 gi=[["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 ES=[["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 HS=[["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 Mi=[["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 PS=[["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 RS=[["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 BS=[["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 IS=[["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 DS=[["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 VS=[["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 FS=[["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 WS=[["circle",{cx:"12",cy:"10",r:"8"}],["circle",{cx:"12",cy:"10",r:"3"}],["path",{d:"M7 22h10"}],["path",{d:"M12 22v-4"}]];var OS=[["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 NS=[["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 zS=[["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 _S=[["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 qS=[["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 US=[["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 $S=[["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 jS=[["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 GS=[["path",{d:"M12 20h.01"}],["path",{d:"M8.5 16.429a5 5 0 0 1 7 0"}]];var ZS=[["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 XS=[["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 JS=[["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 KS=[["path",{d:"M12 20h.01"}]];var YS=[["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 QS=[["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 ek=[["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 tk=[["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 ak=[["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 rk=[["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 ok=[["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 sk=[["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 nk=[["path",{d:"M18 6 6 18"}],["path",{d:"m6 6 12 12"}]];var lk=[["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 ik=[["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 dk=[["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 pk=[["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 lP=({icons:r={},nameAttr:a="data-lucide",attrs:t={},root:e=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 e=="undefined")throw new Error("`createIcons()` only works in a browser environment.");if(Array.from(e.querySelectorAll(`[${a}]`)).forEach(n=>dT(n,{nameAttr:a,icons:r,attrs:t})),s&&Array.from(e.querySelectorAll("template")).forEach(l=>lP({icons:r,nameAttr:a,attrs:t,root:l.content,inTemplates:s})),a==="data-lucide"){let n=e.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=>dT(l,{nameAttr:"icon-name",icons:r,attrs:t})))}};var ye=(r,a=24,t="currentColor",e=2)=>{try{let s=r.split("-").map(n=>n.charAt(0).toUpperCase()+n.slice(1)).join(""),o=cT[s];return o?YB(o,a,t,e):(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 YB(r,a,t,e){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",t),s.setAttribute("stroke-width",String(e)),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 d=document.createElementNS("http://www.w3.org/2000/svg",n);Object.entries(l).forEach(([i,u])=>{i!=="stroke"&&d.setAttribute(i,String(u))}),s.appendChild(d)}}}),s}var uk={allowedTypes:xr,maxFileSize:10*1024*1024,maxFiles:4};function QB(){return`attach_${Date.now()}_${Math.random().toString(36).substring(2,9)}`}function eI(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 Xr=class r{constructor(a={}){this.attachments=[];this.previewsContainer=null;var t,e,s;this.config={allowedTypes:(t=a.allowedTypes)!=null?t:uk.allowedTypes,maxFileSize:(e=a.maxFileSize)!=null?e:uk.maxFileSize,maxFiles:(s=a.maxFiles)!=null?s:uk.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:uk.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 t,e,s,o,n,l,d;if(a.length){for(let i of a){if(this.attachments.length>=this.config.maxFiles){(e=(t=this.config).onFileRejected)==null||e.call(t,i,"count");continue}let u=oP(i,this.config.allowedTypes,this.config.maxFileSize);if(!u.valid){let c=(s=u.error)!=null&&s.includes("type")?"type":"size";(n=(o=this.config).onFileRejected)==null||n.call(o,i,c);continue}try{let c=await rP(i),f=ed(i)?URL.createObjectURL(i):null,h={id:QB(),file:i,previewUrl:f,contentPart:c};this.attachments.push(h),this.renderPreview(h)}catch(c){console.error("[AttachmentManager] Failed to process file:",c)}}this.updatePreviewsVisibility(),(d=(l=this.config).onAttachmentsChange)==null||d.call(l,this.getAttachments())}}removeAttachment(a){var o,n,l;let t=this.attachments.findIndex(d=>d.id===a);if(t===-1)return;let e=this.attachments[t];e.previewUrl&&URL.revokeObjectURL(e.previewUrl),this.attachments.splice(t,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,t;for(let e of this.attachments)e.previewUrl&&URL.revokeObjectURL(e.previewUrl);this.attachments=[],this.previewsContainer&&(this.previewsContainer.innerHTML=""),this.updatePreviewsVisibility(),(t=(a=this.config).onAttachmentsChange)==null||t.call(a,this.getAttachments())}renderPreview(a){if(!this.previewsContainer)return;let t=ed(a.file),e=A("div","persona-attachment-preview persona-relative persona-inline-block");if(e.setAttribute("data-attachment-id",a.id),e.style.width="48px",e.style.height="48px",t&&a.previewUrl){let n=A("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",e.appendChild(n)}else{let n=A("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=eI(a.file.type),d=ye(l,20,"var(--persona-muted, #6b7280)",1.5);d&&n.appendChild(d);let i=A("span");i.textContent=sP(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),e.appendChild(n)}let s=A("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=ye("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)}),e.appendChild(s),this.previewsContainer.appendChild(e)}updatePreviewsVisibility(){this.previewsContainer&&(this.previewsContainer.style.display=this.attachments.length>0?"flex":"none")}static fromConfig(a,t){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:t})}};var uT={colors:{primary:{50:"#eff6ff",100:"#dbeafe",200:"#bfdbfe",300:"#93c5fd",400:"#60a5fa",500:"#3b82f6",600:"#2563eb",700:"#1d4ed8",800:"#1e40af",900:"#1e3a8a",950:"#172554"},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"}},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"}},fT={colors:{primary:"palette.colors.primary.500",secondary:"palette.colors.gray.500",accent:"palette.colors.primary.600",surface:"palette.colors.gray.50",background:"palette.colors.gray.50",container:"palette.colors.gray.100",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.500",hover:"palette.colors.primary.600",focus:"palette.colors.primary.700",active:"palette.colors.primary.800",disabled:"palette.colors.gray.300"},feedback:{success:"palette.colors.success.500",warning:"palette.colors.warning.500",error:"palette.colors.error.500",info:"palette.colors.primary.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"}},hT={button:{primary:{background:"semantic.colors.primary",foreground:"semantic.colors.textInverse",borderRadius:"palette.radius.lg",padding:"semantic.spacing.md"},secondary:{background:"semantic.colors.surface",foreground:"semantic.colors.text",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:"semantic.colors.surface",placeholder:"semantic.colors.textMuted",borderRadius:"palette.radius.lg",padding:"semantic.spacing.md",focus:{border:"semantic.colors.interactive.focus",ring:"semantic.colors.interactive.focus"}},launcher:{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:"semantic.colors.surface",border:"semantic.colors.border",borderRadius:"palette.radius.xl palette.radius.xl 0 0",padding:"semantic.spacing.md",iconBackground:"semantic.colors.primary",iconForeground:"semantic.colors.textInverse",titleForeground:"semantic.colors.primary",subtitleForeground:"semantic.colors.textMuted",actionIconForeground:"semantic.colors.textMuted"},message:{user:{background:"semantic.colors.primary",text:"semantic.colors.textInverse",borderRadius:"palette.radius.lg",shadow:"palette.shadows.sm"},assistant:{background:"semantic.colors.container",text:"semantic.colors.text",borderRadius:"palette.radius.lg",border:"semantic.colors.border",shadow:"palette.shadows.sm"}},toolBubble:{shadow:"palette.shadows.sm"},reasoningBubble:{shadow:"palette.shadows.sm"},composer:{shadow:"none"},markdown:{inlineCode:{background:"semantic.colors.container",foreground:"semantic.colors.text"},link:{foreground:"semantic.colors.accent"},prose:{fontFamily:"inherit"}},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"}},artifact:{pane:{background:"semantic.colors.container",toolbarBackground:"semantic.colors.container"}}};function o1(r,a){if(!a.startsWith("palette.")&&!a.startsWith("semantic.")&&!a.startsWith("components."))return a;let t=a.split("."),e=r;for(let s of t){if(e==null)return;e=e[s]}return typeof e=="string"&&(e.startsWith("palette.")||e.startsWith("semantic.")||e.startsWith("components."))?o1(r,e):e}function fk(r){let a={};function t(e,s){for(let[o,n]of Object.entries(e)){let l=`${s}.${o}`;if(typeof n=="string"){let d=o1(r,n);d!==void 0&&(a[l]={path:l,value:d,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&&t(n,l)}}return t(r.palette,"palette"),t(r.semantic,"semantic"),t(r.components,"components"),a}function mT(r){let a=[],t=[];return r.palette||a.push({path:"palette",message:"Theme must include a palette",severity:"error"}),r.semantic||t.push({path:"semantic",message:"No semantic tokens defined - defaults will be used",severity:"warning"}),r.components||t.push({path:"components",message:"No component tokens defined - defaults will be used",severity:"warning"}),{valid:a.length===0,errors:a,warnings:t}}function iP(r,a){let t={...r};for(let[e,s]of Object.entries(a)){let o=t[e];o&&typeof o=="object"&&!Array.isArray(o)&&s&&typeof s=="object"&&!Array.isArray(s)?t[e]=iP(o,s):t[e]=s}return t}function tI(r,a){return a?iP(r,a):r}function yi(r,a={}){var s,o,n,l,d,i,u,c,f,h,g,k,b;let t={palette:uT,semantic:fT,components:hT},e={palette:{...t.palette,...r==null?void 0:r.palette,colors:{...t.palette.colors,...(s=r==null?void 0:r.palette)==null?void 0:s.colors},spacing:{...t.palette.spacing,...(o=r==null?void 0:r.palette)==null?void 0:o.spacing},typography:{...t.palette.typography,...(n=r==null?void 0:r.palette)==null?void 0:n.typography},shadows:{...t.palette.shadows,...(l=r==null?void 0:r.palette)==null?void 0:l.shadows},borders:{...t.palette.borders,...(d=r==null?void 0:r.palette)==null?void 0:d.borders},radius:{...t.palette.radius,...(i=r==null?void 0:r.palette)==null?void 0:i.radius}},semantic:{...t.semantic,...r==null?void 0:r.semantic,colors:{...t.semantic.colors,...(u=r==null?void 0:r.semantic)==null?void 0:u.colors,interactive:{...t.semantic.colors.interactive,...(f=(c=r==null?void 0:r.semantic)==null?void 0:c.colors)==null?void 0:f.interactive},feedback:{...t.semantic.colors.feedback,...(g=(h=r==null?void 0:r.semantic)==null?void 0:h.colors)==null?void 0:g.feedback}},spacing:{...t.semantic.spacing,...(k=r==null?void 0:r.semantic)==null?void 0:k.spacing},typography:{...t.semantic.typography,...(b=r==null?void 0:r.semantic)==null?void 0:b.typography}},components:tI(t.components,r==null?void 0:r.components)};if(a.validate!==!1){let v=mT(e);if(!v.valid)throw new Error(`Theme validation failed: ${v.errors.map(M=>M.message).join(", ")}`)}if(a.plugins)for(let v of a.plugins)e=v.transform(e);return e}function hk(r){var g,k,b,v,M,H,m,y,L,C,I,z,U,D,J,Ce,ae,we,Te,Q,Ae,$,Y,re,yt,Xe,vt,Fe,De,be,ce,K,oe,de,Ee,qe,se,ee,Je,Re,mt,_t,qt,me,he,pt,xt,Ue,Ye,bt,Vt,Yt,R,X,le,Ne,pe,Be,Se,Ve,He,Qe,et,ke,or,pa,sr,Ja,Lt,fa,Ua,tt,na;let a=fk(r),t={};for(let[te,oa]of Object.entries(a)){let nr=te.replace(/\./g,"-");t[`--persona-${nr}`]=oa.value}t["--persona-primary"]=(g=t["--persona-semantic-colors-primary"])!=null?g:t["--persona-palette-colors-primary-500"],t["--persona-secondary"]=(k=t["--persona-semantic-colors-secondary"])!=null?k:t["--persona-palette-colors-secondary-500"],t["--persona-accent"]=(b=t["--persona-semantic-colors-accent"])!=null?b:t["--persona-palette-colors-accent-500"],t["--persona-surface"]=(v=t["--persona-semantic-colors-surface"])!=null?v:t["--persona-palette-colors-gray-50"],t["--persona-background"]=(M=t["--persona-semantic-colors-background"])!=null?M:t["--persona-palette-colors-gray-50"],t["--persona-container"]=(H=t["--persona-semantic-colors-container"])!=null?H:t["--persona-palette-colors-gray-100"],t["--persona-text"]=(m=t["--persona-semantic-colors-text"])!=null?m:t["--persona-palette-colors-gray-900"],t["--persona-text-muted"]=(y=t["--persona-semantic-colors-text-muted"])!=null?y:t["--persona-palette-colors-gray-500"],t["--persona-text-inverse"]=(L=t["--persona-semantic-colors-text-inverse"])!=null?L:t["--persona-palette-colors-gray-50"],t["--persona-border"]=(C=t["--persona-semantic-colors-border"])!=null?C:t["--persona-palette-colors-gray-200"],t["--persona-divider"]=(I=t["--persona-semantic-colors-divider"])!=null?I:t["--persona-palette-colors-gray-200"],t["--persona-muted"]=t["--persona-text-muted"],t["--persona-voice-recording-indicator"]=(z=t["--persona-components-voice-recording-indicator"])!=null?z:t["--persona-palette-colors-error-500"],t["--persona-voice-recording-bg"]=(U=t["--persona-components-voice-recording-background"])!=null?U:t["--persona-palette-colors-error-50"],t["--persona-voice-processing-icon"]=(D=t["--persona-components-voice-processing-icon"])!=null?D:t["--persona-palette-colors-primary-500"],t["--persona-voice-speaking-icon"]=(J=t["--persona-components-voice-speaking-icon"])!=null?J:t["--persona-palette-colors-success-500"],t["--persona-approval-bg"]=(Ce=t["--persona-components-approval-requested-background"])!=null?Ce:t["--persona-palette-colors-warning-50"],t["--persona-approval-border"]=(ae=t["--persona-components-approval-requested-border"])!=null?ae:t["--persona-palette-colors-warning-200"],t["--persona-approval-text"]=(we=t["--persona-components-approval-requested-text"])!=null?we:t["--persona-palette-colors-gray-900"],t["--persona-approval-approve-bg"]=(Te=t["--persona-components-approval-approve-background"])!=null?Te:t["--persona-palette-colors-success-500"],t["--persona-approval-deny-bg"]=(Q=t["--persona-components-approval-deny-background"])!=null?Q:t["--persona-palette-colors-error-500"],t["--persona-attachment-image-bg"]=(Ae=t["--persona-components-attachment-image-background"])!=null?Ae:t["--persona-palette-colors-gray-100"],t["--persona-attachment-image-border"]=($=t["--persona-components-attachment-image-border"])!=null?$:t["--persona-palette-colors-gray-200"],t["--persona-font-family"]=(Y=t["--persona-semantic-typography-fontFamily"])!=null?Y:t["--persona-palette-typography-fontFamily-sans"],t["--persona-font-size"]=(re=t["--persona-semantic-typography-fontSize"])!=null?re:t["--persona-palette-typography-fontSize-base"],t["--persona-font-weight"]=(yt=t["--persona-semantic-typography-fontWeight"])!=null?yt:t["--persona-palette-typography-fontWeight-normal"],t["--persona-line-height"]=(Xe=t["--persona-semantic-typography-lineHeight"])!=null?Xe:t["--persona-palette-typography-lineHeight-normal"],t["--persona-input-font-family"]=t["--persona-font-family"],t["--persona-input-font-weight"]=t["--persona-font-weight"],t["--persona-radius-sm"]=(vt=t["--persona-palette-radius-sm"])!=null?vt:"0.125rem",t["--persona-radius-md"]=(Fe=t["--persona-palette-radius-md"])!=null?Fe:"0.375rem",t["--persona-radius-lg"]=(De=t["--persona-palette-radius-lg"])!=null?De:"0.5rem",t["--persona-radius-xl"]=(be=t["--persona-palette-radius-xl"])!=null?be:"0.75rem",t["--persona-launcher-radius"]=(K=(ce=t["--persona-components-launcher-borderRadius"])!=null?ce:t["--persona-palette-radius-full"])!=null?K:"9999px",t["--persona-button-radius"]=(de=(oe=t["--persona-components-button-primary-borderRadius"])!=null?oe:t["--persona-palette-radius-full"])!=null?de:"9999px",t["--persona-panel-radius"]=(qe=(Ee=t["--persona-components-panel-borderRadius"])!=null?Ee:t["--persona-radius-xl"])!=null?qe:"0.75rem",t["--persona-panel-border"]=(se=t["--persona-components-panel-border"])!=null?se:`1px solid ${t["--persona-border"]}`,t["--persona-panel-shadow"]=(Je=(ee=t["--persona-components-panel-shadow"])!=null?ee:t["--persona-palette-shadows-xl"])!=null?Je:"0 25px 50px -12px rgba(0, 0, 0, 0.25)",t["--persona-input-radius"]=(mt=(Re=t["--persona-components-input-borderRadius"])!=null?Re:t["--persona-radius-lg"])!=null?mt:"0.5rem",t["--persona-message-user-radius"]=(qt=(_t=t["--persona-components-message-user-borderRadius"])!=null?_t:t["--persona-radius-lg"])!=null?qt:"0.5rem",t["--persona-message-assistant-radius"]=(he=(me=t["--persona-components-message-assistant-borderRadius"])!=null?me:t["--persona-radius-lg"])!=null?he:"0.5rem",t["--persona-header-bg"]=(pt=t["--persona-components-header-background"])!=null?pt:t["--persona-surface"],t["--persona-header-border"]=(xt=t["--persona-components-header-border"])!=null?xt:t["--persona-divider"],t["--persona-header-icon-bg"]=(Ue=t["--persona-components-header-iconBackground"])!=null?Ue:t["--persona-primary"],t["--persona-header-icon-fg"]=(Ye=t["--persona-components-header-iconForeground"])!=null?Ye:t["--persona-text-inverse"],t["--persona-header-title-fg"]=(bt=t["--persona-components-header-titleForeground"])!=null?bt:t["--persona-primary"],t["--persona-header-subtitle-fg"]=(Vt=t["--persona-components-header-subtitleForeground"])!=null?Vt:t["--persona-text-muted"],t["--persona-header-action-icon-fg"]=(Yt=t["--persona-components-header-actionIconForeground"])!=null?Yt:t["--persona-muted"];let e=(R=r.components)==null?void 0:R.header;e!=null&&e.shadow&&(t["--persona-header-shadow"]=e.shadow),e!=null&&e.borderBottom&&(t["--persona-header-border-bottom"]=e.borderBottom),t["--persona-message-user-bg"]=(X=t["--persona-components-message-user-background"])!=null?X:t["--persona-accent"],t["--persona-message-user-text"]=(le=t["--persona-components-message-user-text"])!=null?le:t["--persona-text-inverse"],t["--persona-message-user-shadow"]=(Ne=t["--persona-components-message-user-shadow"])!=null?Ne:"0 5px 15px rgba(15, 23, 42, 0.08)",t["--persona-message-assistant-bg"]=(pe=t["--persona-components-message-assistant-background"])!=null?pe:t["--persona-surface"],t["--persona-message-assistant-text"]=(Be=t["--persona-components-message-assistant-text"])!=null?Be:t["--persona-text"],t["--persona-message-assistant-border"]=(Se=t["--persona-components-message-assistant-border"])!=null?Se:t["--persona-border"],t["--persona-message-assistant-shadow"]=(Ve=t["--persona-components-message-assistant-shadow"])!=null?Ve:"0 1px 2px 0 rgb(0 0 0 / 0.05)",t["--persona-tool-bubble-shadow"]=(He=t["--persona-components-toolBubble-shadow"])!=null?He:"0 5px 15px rgba(15, 23, 42, 0.08)",t["--persona-reasoning-bubble-shadow"]=(Qe=t["--persona-components-reasoningBubble-shadow"])!=null?Qe:"0 5px 15px rgba(15, 23, 42, 0.08)",t["--persona-composer-shadow"]=(et=t["--persona-components-composer-shadow"])!=null?et:"none",t["--persona-md-inline-code-bg"]=(ke=t["--persona-components-markdown-inlineCode-background"])!=null?ke:t["--persona-container"],t["--persona-md-inline-code-color"]=(or=t["--persona-components-markdown-inlineCode-foreground"])!=null?or:t["--persona-text"],t["--persona-md-link-color"]=(sr=(pa=t["--persona-components-markdown-link-foreground"])!=null?pa:t["--persona-accent"])!=null?sr:"#3b82f6";let s=t["--persona-components-markdown-heading-h1-fontSize"];s&&(t["--persona-md-h1-size"]=s);let o=t["--persona-components-markdown-heading-h1-fontWeight"];o&&(t["--persona-md-h1-weight"]=o);let n=t["--persona-components-markdown-heading-h2-fontSize"];n&&(t["--persona-md-h2-size"]=n);let l=t["--persona-components-markdown-heading-h2-fontWeight"];l&&(t["--persona-md-h2-weight"]=l);let d=t["--persona-components-markdown-prose-fontFamily"];d&&d!=="inherit"&&(t["--persona-md-prose-font-family"]=d);let i=r.components,u=i==null?void 0:i.iconButton;u&&(u.background&&(t["--persona-icon-btn-bg"]=u.background),u.border&&(t["--persona-icon-btn-border"]=u.border),u.color&&(t["--persona-icon-btn-color"]=u.color),u.padding&&(t["--persona-icon-btn-padding"]=u.padding),u.borderRadius&&(t["--persona-icon-btn-radius"]=u.borderRadius),u.hoverBackground&&(t["--persona-icon-btn-hover-bg"]=u.hoverBackground),u.hoverColor&&(t["--persona-icon-btn-hover-color"]=u.hoverColor),u.activeBackground&&(t["--persona-icon-btn-active-bg"]=u.activeBackground),u.activeBorder&&(t["--persona-icon-btn-active-border"]=u.activeBorder));let c=i==null?void 0:i.labelButton;c&&(c.background&&(t["--persona-label-btn-bg"]=c.background),c.border&&(t["--persona-label-btn-border"]=c.border),c.color&&(t["--persona-label-btn-color"]=c.color),c.padding&&(t["--persona-label-btn-padding"]=c.padding),c.borderRadius&&(t["--persona-label-btn-radius"]=c.borderRadius),c.hoverBackground&&(t["--persona-label-btn-hover-bg"]=c.hoverBackground),c.fontSize&&(t["--persona-label-btn-font-size"]=c.fontSize),c.gap&&(t["--persona-label-btn-gap"]=c.gap));let f=i==null?void 0:i.toggleGroup;f&&(f.gap&&(t["--persona-toggle-group-gap"]=f.gap),f.borderRadius&&(t["--persona-toggle-group-radius"]=f.borderRadius));let h=i==null?void 0:i.artifact;if(h!=null&&h.toolbar){let te=h.toolbar;te.iconHoverColor&&(t["--persona-artifact-toolbar-icon-hover-color"]=te.iconHoverColor),te.iconHoverBackground&&(t["--persona-artifact-toolbar-icon-hover-bg"]=te.iconHoverBackground),te.iconPadding&&(t["--persona-artifact-toolbar-icon-padding"]=te.iconPadding),te.iconBorderRadius&&(t["--persona-artifact-toolbar-icon-radius"]=te.iconBorderRadius),te.iconBorder&&(t["--persona-artifact-toolbar-icon-border"]=te.iconBorder),te.toggleGroupGap&&(t["--persona-artifact-toolbar-toggle-group-gap"]=te.toggleGroupGap),te.toggleBorderRadius&&(t["--persona-artifact-toolbar-toggle-radius"]=te.toggleBorderRadius),te.copyBackground&&(t["--persona-artifact-toolbar-copy-bg"]=te.copyBackground),te.copyBorder&&(t["--persona-artifact-toolbar-copy-border"]=te.copyBorder),te.copyColor&&(t["--persona-artifact-toolbar-copy-color"]=te.copyColor),te.copyBorderRadius&&(t["--persona-artifact-toolbar-copy-radius"]=te.copyBorderRadius),te.copyPadding&&(t["--persona-artifact-toolbar-copy-padding"]=te.copyPadding),te.copyMenuBackground&&(t["--persona-artifact-toolbar-copy-menu-bg"]=te.copyMenuBackground,t["--persona-dropdown-bg"]=(Ja=t["--persona-dropdown-bg"])!=null?Ja:te.copyMenuBackground),te.copyMenuBorder&&(t["--persona-artifact-toolbar-copy-menu-border"]=te.copyMenuBorder,t["--persona-dropdown-border"]=(Lt=t["--persona-dropdown-border"])!=null?Lt:te.copyMenuBorder),te.copyMenuShadow&&(t["--persona-artifact-toolbar-copy-menu-shadow"]=te.copyMenuShadow,t["--persona-dropdown-shadow"]=(fa=t["--persona-dropdown-shadow"])!=null?fa:te.copyMenuShadow),te.copyMenuBorderRadius&&(t["--persona-artifact-toolbar-copy-menu-radius"]=te.copyMenuBorderRadius,t["--persona-dropdown-radius"]=(Ua=t["--persona-dropdown-radius"])!=null?Ua:te.copyMenuBorderRadius),te.copyMenuItemHoverBackground&&(t["--persona-artifact-toolbar-copy-menu-item-hover-bg"]=te.copyMenuItemHoverBackground,t["--persona-dropdown-item-hover-bg"]=(tt=t["--persona-dropdown-item-hover-bg"])!=null?tt:te.copyMenuItemHoverBackground),te.iconBackground&&(t["--persona-artifact-toolbar-icon-bg"]=te.iconBackground),te.toolbarBorder&&(t["--persona-artifact-toolbar-border"]=te.toolbarBorder)}if(h!=null&&h.tab){let te=h.tab;te.background&&(t["--persona-artifact-tab-bg"]=te.background),te.activeBackground&&(t["--persona-artifact-tab-active-bg"]=te.activeBackground),te.activeBorder&&(t["--persona-artifact-tab-active-border"]=te.activeBorder),te.borderRadius&&(t["--persona-artifact-tab-radius"]=te.borderRadius),te.textColor&&(t["--persona-artifact-tab-color"]=te.textColor),te.hoverBackground&&(t["--persona-artifact-tab-hover-bg"]=te.hoverBackground),te.listBackground&&(t["--persona-artifact-tab-list-bg"]=te.listBackground),te.listBorderColor&&(t["--persona-artifact-tab-list-border-color"]=te.listBorderColor),te.listPadding&&(t["--persona-artifact-tab-list-padding"]=te.listPadding)}if(h!=null&&h.pane){let te=h.pane;if(te.toolbarBackground){let oa=(na=o1(r,te.toolbarBackground))!=null?na:te.toolbarBackground;t["--persona-artifact-toolbar-bg"]=oa}}return t}var dP={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 pP=r=>typeof r=="object"&&r!==null&&!Array.isArray(r);function s1(r,a){if(!r)return a;if(!a)return r;let t={...r};for(let[e,s]of Object.entries(a)){let o=t[e];pP(o)&&pP(s)?t[e]=s1(o,s):t[e]=s}return t}var aI={colors:{primary:{50:"#eff6ff",100:"#dbeafe",200:"#bfdbfe",300:"#93c5fd",400:"#60a5fa",500:"#3b82f6",600:"#2563eb",700:"#1d4ed8",800:"#1e40af",900:"#1e3a8a",950:"#172554"},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"}}},cP=r=>{if(!(!r||typeof r!="object"||Array.isArray(r)))return r},n1=()=>{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"},rI=r=>{var t;let a=(t=r==null?void 0:r.colorScheme)!=null?t:"light";return a==="light"?"light":a==="dark"?"dark":n1()},xT=r=>rI(r),oI=r=>yi(r),sI=r=>{var t;let a=yi(void 0,{validate:!1});return yi({...r,palette:{...a.palette,colors:{...aI.colors,...(t=r==null?void 0:r.palette)==null?void 0:t.colors}}},{validate:!1})},l1=r=>{let a=xT(r),t=cP(r==null?void 0:r.theme),e=cP(r==null?void 0:r.darkTheme);return a==="dark"?sI(s1(t!=null?t:{},e!=null?e:{})):oI(t)},nI=r=>hk(r),Er=(r,a)=>{var o;let t=l1(a),e=nI(t);for(let[n,l]of Object.entries(e))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)},mk=r=>{let a=[];if(typeof document!="undefined"&&typeof MutationObserver!="undefined"){let t=new MutationObserver(()=>{r(n1())});t.observe(document.documentElement,{attributes:!0,attributeFilter:["class"]}),a.push(()=>t.disconnect())}if(typeof window!="undefined"&&window.matchMedia){let t=window.matchMedia("(prefers-color-scheme: dark)"),e=()=>r(n1());t.addEventListener?(t.addEventListener("change",e),a.push(()=>t.removeEventListener("change",e))):t.addListener&&(t.addListener(e),a.push(()=>t.removeListener(e)))}return()=>{a.forEach(t=>t())}};var uP=(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 t(f,h,g={}){f=u(f);let k=c(h),b=i(f,k,g),v=s(b,()=>l(b,f,k,M=>M.morphStyle==="innerHTML"?(o(M,f,k),Array.from(f.childNodes)):e(M,f,k)));return b.pantry.remove(),v}function e(f,h,g){let k=c(h);return o(f,k,g,h,h.nextSibling),Array.from(k.childNodes)}function s(f,h){var H;if(!f.config.restoreFocus)return h();let g=document.activeElement;if(!(g instanceof HTMLInputElement||g instanceof HTMLTextAreaElement))return h();let{id:k,selectionStart:b,selectionEnd:v}=g,M=h();return k&&k!==((H=document.activeElement)==null?void 0:H.getAttribute("id"))&&(g=f.target.querySelector(`[id="${k}"]`),g==null||g.focus()),g&&!g.selectionEnd&&v&&g.setSelectionRange(b,v),M}let o=(function(){function f(m,y,L,C=null,I=null){y instanceof HTMLTemplateElement&&L instanceof HTMLTemplateElement&&(y=y.content,L=L.content),C||(C=y.firstChild);for(let z of L.childNodes){if(C&&C!=I){let D=g(m,z,C,I);if(D){D!==C&&b(m,C,D),n(D,z,m),C=D.nextSibling;continue}}if(z instanceof Element){let D=z.getAttribute("id");if(m.persistentIds.has(D)){let J=v(y,D,C,m);n(J,z,m),C=J.nextSibling;continue}}let U=h(y,z,C,m);U&&(C=U.nextSibling)}for(;C&&C!=I;){let z=C;C=C.nextSibling,k(m,z)}}function h(m,y,L,C){if(C.callbacks.beforeNodeAdded(y)===!1)return null;if(C.idMap.has(y)){let I=document.createElement(y.tagName);return m.insertBefore(I,L),n(I,y,C),C.callbacks.afterNodeAdded(I),I}else{let I=document.importNode(y,!0);return m.insertBefore(I,L),C.callbacks.afterNodeAdded(I),I}}let g=(function(){function m(C,I,z,U){let D=null,J=I.nextSibling,Ce=0,ae=z;for(;ae&&ae!=U;){if(L(ae,I)){if(y(C,ae,I))return ae;D===null&&(C.idMap.has(ae)||(D=ae))}if(D===null&&J&&L(ae,J)&&(Ce++,J=J.nextSibling,Ce>=2&&(D=void 0)),C.activeElementAndParents.includes(ae))break;ae=ae.nextSibling}return D||null}function y(C,I,z){let U=C.idMap.get(I),D=C.idMap.get(z);if(!D||!U)return!1;for(let J of U)if(D.has(J))return!0;return!1}function L(C,I){var D,J,Ce;let z=C,U=I;return z.nodeType===U.nodeType&&z.tagName===U.tagName&&(!((D=z.getAttribute)!=null&&D.call(z,"id"))||((J=z.getAttribute)==null?void 0:J.call(z,"id"))===((Ce=U.getAttribute)==null?void 0:Ce.call(U,"id")))}return m})();function k(m,y){var L;if(m.idMap.has(y))H(m.pantry,y,null);else{if(m.callbacks.beforeNodeRemoved(y)===!1)return;(L=y.parentNode)==null||L.removeChild(y),m.callbacks.afterNodeRemoved(y)}}function b(m,y,L){let C=y;for(;C&&C!==L;){let I=C;C=C.nextSibling,k(m,I)}return C}function v(m,y,L,C){var z,U;let I=((U=(z=C.target).getAttribute)==null?void 0:U.call(z,"id"))===y&&C.target||C.target.querySelector(`[id="${y}"]`)||C.pantry.querySelector(`[id="${y}"]`);return M(I,C),H(m,I,L),I}function M(m,y){let L=m.getAttribute("id");for(;m=m.parentNode;){let C=y.idMap.get(m);C&&(C.delete(L),C.size||y.idMap.delete(m))}}function H(m,y,L){if(m.moveBefore)try{m.moveBefore(y,L)}catch{m.insertBefore(y,L)}else m.insertBefore(y,L)}return f})(),n=(function(){function f(M,H,m){return m.ignoreActive&&M===document.activeElement?null:(m.callbacks.beforeNodeMorphed(M,H)===!1||(M instanceof HTMLHeadElement&&m.head.ignore||(M instanceof HTMLHeadElement&&m.head.style!=="morph"?d(M,H,m):(h(M,H,m),v(M,m)||o(m,M,H))),m.callbacks.afterNodeMorphed(M,H)),M)}function h(M,H,m){let y=H.nodeType;if(y===1){let L=M,C=H,I=L.attributes,z=C.attributes;for(let U of z)b(U.name,L,"update",m)||L.getAttribute(U.name)!==U.value&&L.setAttribute(U.name,U.value);for(let U=I.length-1;0<=U;U--){let D=I[U];if(D&&!C.hasAttribute(D.name)){if(b(D.name,L,"remove",m))continue;L.removeAttribute(D.name)}}v(L,m)||g(L,C,m)}(y===8||y===3)&&M.nodeValue!==H.nodeValue&&(M.nodeValue=H.nodeValue)}function g(M,H,m){if(M instanceof HTMLInputElement&&H instanceof HTMLInputElement&&H.type!=="file"){let y=H.value,L=M.value;k(M,H,"checked",m),k(M,H,"disabled",m),H.hasAttribute("value")?L!==y&&(b("value",M,"update",m)||(M.setAttribute("value",y),M.value=y)):b("value",M,"remove",m)||(M.value="",M.removeAttribute("value"))}else if(M instanceof HTMLOptionElement&&H instanceof HTMLOptionElement)k(M,H,"selected",m);else if(M instanceof HTMLTextAreaElement&&H instanceof HTMLTextAreaElement){let y=H.value,L=M.value;if(b("value",M,"update",m))return;y!==L&&(M.value=y),M.firstChild&&M.firstChild.nodeValue!==y&&(M.firstChild.nodeValue=y)}}function k(M,H,m,y){let L=H[m],C=M[m];if(L!==C){let I=b(m,M,"update",y);I||(M[m]=H[m]),L?I||M.setAttribute(m,""):b(m,M,"remove",y)||M.removeAttribute(m)}}function b(M,H,m,y){return M==="value"&&y.ignoreActiveValue&&H===document.activeElement?!0:y.callbacks.beforeAttributeUpdated(M,H,m)===!1}function v(M,H){return!!H.ignoreActiveValue&&M===document.activeElement&&M!==document.body}return f})();function l(f,h,g,k){if(f.head.block){let b=h.querySelector("head"),v=g.querySelector("head");if(b&&v){let M=d(b,v,f);return Promise.all(M).then(()=>{let H=Object.assign(f,{head:{block:!1,ignore:!0}});return k(H)})}}return k(f)}function d(f,h,g){let k=[],b=[],v=[],M=[],H=new Map;for(let y of h.children)H.set(y.outerHTML,y);for(let y of f.children){let L=H.has(y.outerHTML),C=g.head.shouldReAppend(y),I=g.head.shouldPreserve(y);L||I?C?b.push(y):(H.delete(y.outerHTML),v.push(y)):g.head.style==="append"?C&&(b.push(y),M.push(y)):g.head.shouldRemove(y)!==!1&&b.push(y)}M.push(...H.values());let m=[];for(let y of M){let L=document.createRange().createContextualFragment(y.outerHTML).firstChild;if(g.callbacks.beforeNodeAdded(L)!==!1){if("href"in L&&L.href||"src"in L&&L.src){let C,I=new Promise(function(z){C=z});L.addEventListener("load",function(){C()}),m.push(I)}f.appendChild(L),g.callbacks.afterNodeAdded(L),k.push(L)}}for(let y of b)g.callbacks.beforeNodeRemoved(y)!==!1&&(f.removeChild(y),g.callbacks.afterNodeRemoved(y));return g.head.afterHeadMorphed(f,{added:k,kept:v,removed:b}),m}let i=(function(){function f(m,y,L){let{persistentIds:C,idMap:I}=M(m,y),z=h(L),U=z.morphStyle||"outerHTML";if(!["innerHTML","outerHTML"].includes(U))throw`Do not understand how to morph style ${U}`;return{target:m,newContent:y,config:z,morphStyle:U,ignoreActive:z.ignoreActive,ignoreActiveValue:z.ignoreActiveValue,restoreFocus:z.restoreFocus,idMap:I,persistentIds:C,pantry:g(),activeElementAndParents:k(m),callbacks:z.callbacks,head:z.head}}function h(m){let y=Object.assign({},a);return Object.assign(y,m),y.callbacks=Object.assign({},a.callbacks,m.callbacks),y.head=Object.assign({},a.head,m.head),y}function g(){let m=document.createElement("div");return m.hidden=!0,document.body.insertAdjacentElement("afterend",m),m}function k(m){let y=[],L=document.activeElement;if((L==null?void 0:L.tagName)!=="BODY"&&m.contains(L))for(;L&&(y.push(L),L!==m);)L=L.parentElement;return y}function b(m){var L;let y=Array.from(m.querySelectorAll("[id]"));return(L=m.getAttribute)!=null&&L.call(m,"id")&&y.push(m),y}function v(m,y,L,C){for(let I of C){let z=I.getAttribute("id");if(y.has(z)){let U=I;for(;U;){let D=m.get(U);if(D==null&&(D=new Set,m.set(U,D)),D.add(z),U===L)break;U=U.parentElement}}}}function M(m,y){let L=b(m),C=b(y),I=H(L,C),z=new Map;v(z,I,m,L);let U=y.__idiomorphRoot||y;return v(z,I,U,C),{persistentIds:I,idMap:z}}function H(m,y){let L=new Set,C=new Map;for(let{id:z,tagName:U}of m)C.has(z)?L.add(z):C.set(z,U);let I=new Set;for(let{id:z,tagName:U}of y)I.has(z)?L.add(z):C.get(z)===U&&I.add(z);for(let z of L)I.delete(z);return I}return f})(),{normalizeElement:u,normalizeParent:c}=(function(){let f=new WeakSet;function h(v){return v instanceof Document?v.documentElement:v}function g(v){if(v==null)return document.createElement("div");if(typeof v=="string")return g(b(v));if(f.has(v))return v;if(v instanceof Node){if(v.parentNode)return new k(v);{let M=document.createElement("div");return M.append(v),M}}else{let M=document.createElement("div");for(let H of[...v])M.append(H);return M}}class k{constructor(M){this.originalNode=M,this.realParentNode=M.parentNode,this.previousSibling=M.previousSibling,this.nextSibling=M.nextSibling}get childNodes(){let M=[],H=this.previousSibling?this.previousSibling.nextSibling:this.realParentNode.firstChild;for(;H&&H!=this.nextSibling;)M.push(H),H=H.nextSibling;return M}querySelectorAll(M){return this.childNodes.reduce((H,m)=>{if(m instanceof Element){m.matches(M)&&H.push(m);let y=m.querySelectorAll(M);for(let L=0;L<y.length;L++)H.push(y[L])}return H},[])}insertBefore(M,H){return this.realParentNode.insertBefore(M,H)}moveBefore(M,H){return this.realParentNode.moveBefore(M,H)}get __idiomorphRoot(){return this.originalNode}}function b(v){let M=new DOMParser,H=v.replace(/<svg(\s[^>]*>|>)([\s\S]*?)<\/svg>/gim,"");if(H.match(/<\/html>/)||H.match(/<\/head>/)||H.match(/<\/body>/)){let m=M.parseFromString(v,"text/html");if(H.match(/<\/html>/))return f.add(m),m;{let y=m.firstChild;return y&&f.add(y),y}}else{let y=M.parseFromString("<body><template>"+v+"</template></body>","text/html").body.querySelector("template").content;return f.add(y),y}}return{normalizeElement:h,normalizeParent:g}})();return{morph:t,defaults:a}})();var fP=(r,a,t={})=>{let{preserveTypingAnimation:e=!0}=t;uP.morph(r,a.innerHTML,{morphStyle:"innerHTML",callbacks:{beforeNodeMorphed(s,o){if(s instanceof HTMLElement&&e&&(s.classList.contains("persona-animate-typing")||s.hasAttribute("data-preserve-animation")))return!1}}})};function hP(r,a){var t,e,s,o,n,l,d,i,u,c,f,h,g,k,b,v,M,H;return[r.id,r.role,(e=(t=r.content)==null?void 0:t.length)!=null?e:0,(o=(s=r.content)==null?void 0:s.slice(-32))!=null?o:"",r.streaming?"1":"0",(n=r.variant)!=null?n:"",(d=(l=r.rawContent)==null?void 0:l.length)!=null?d:0,(u=(i=r.llmContent)==null?void 0:i.length)!=null?u:0,(f=(c=r.approval)==null?void 0:c.status)!=null?f:"",(g=(h=r.toolCall)==null?void 0:h.status)!=null?g:"",(v=(b=(k=r.reasoning)==null?void 0:k.chunks)==null?void 0:b.length)!=null?v:0,(H=(M=r.contentParts)==null?void 0:M.length)!=null?H:0,a].join("\0")}function mP(){return new Map}function xP(r,a,t){let e=r.get(a);return e&&e.fingerprint===t?e.wrapper:null}function gP(r,a,t,e){r.set(a,{fingerprint:t,wrapper:e})}function MP(r,a){for(let t of r.keys())a.has(t)||r.delete(t)}var ua={idle:"Online",connecting:"Connecting\u2026",connected:"Streaming\u2026",error:"Offline"};var xk={side:"right",width:"420px",animate:!0,reveal:"resize"},sa=r=>{var a,t;return((t=(a=r==null?void 0:r.launcher)==null?void 0:a.mountMode)!=null?t:"floating")==="docked"},_a=r=>{var t,e,s,o,n;let a=(t=r==null?void 0:r.launcher)==null?void 0:t.dock;return{side:(e=a==null?void 0:a.side)!=null?e:xk.side,width:(s=a==null?void 0:a.width)!=null?s:xk.width,animate:(o=a==null?void 0:a.animate)!=null?o:xk.animate,reveal:(n=a==null?void 0:a.reveal)!=null?n:xk.reveal}};var Za={"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 i1=(r,a)=>{let t=A("button");t.type="button",t.innerHTML=`
57
+ lucide.createIcons({icons});\``);if(typeof e=="undefined")throw new Error("`createIcons()` only works in a browser environment.");if(Array.from(e.querySelectorAll(`[${a}]`)).forEach(n=>dT(n,{nameAttr:a,icons:r,attrs:t})),s&&Array.from(e.querySelectorAll("template")).forEach(l=>lP({icons:r,nameAttr:a,attrs:t,root:l.content,inTemplates:s})),a==="data-lucide"){let n=e.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=>dT(l,{nameAttr:"icon-name",icons:r,attrs:t})))}};var ve=(r,a=24,t="currentColor",e=2)=>{try{let s=r.split("-").map(n=>n.charAt(0).toUpperCase()+n.slice(1)).join(""),o=cT[s];return o?YB(o,a,t,e):(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 YB(r,a,t,e){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",t),s.setAttribute("stroke-width",String(e)),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 d=document.createElementNS("http://www.w3.org/2000/svg",n);Object.entries(l).forEach(([i,u])=>{i!=="stroke"&&d.setAttribute(i,String(u))}),s.appendChild(d)}}}),s}var uk={allowedTypes:xr,maxFileSize:10*1024*1024,maxFiles:4};function QB(){return`attach_${Date.now()}_${Math.random().toString(36).substring(2,9)}`}function eI(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 Xr=class r{constructor(a={}){this.attachments=[];this.previewsContainer=null;var t,e,s;this.config={allowedTypes:(t=a.allowedTypes)!=null?t:uk.allowedTypes,maxFileSize:(e=a.maxFileSize)!=null?e:uk.maxFileSize,maxFiles:(s=a.maxFiles)!=null?s:uk.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:uk.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 t,e,s,o,n,l,d;if(a.length){for(let i of a){if(this.attachments.length>=this.config.maxFiles){(e=(t=this.config).onFileRejected)==null||e.call(t,i,"count");continue}let u=oP(i,this.config.allowedTypes,this.config.maxFileSize);if(!u.valid){let c=(s=u.error)!=null&&s.includes("type")?"type":"size";(n=(o=this.config).onFileRejected)==null||n.call(o,i,c);continue}try{let c=await rP(i),f=ed(i)?URL.createObjectURL(i):null,h={id:QB(),file:i,previewUrl:f,contentPart:c};this.attachments.push(h),this.renderPreview(h)}catch(c){console.error("[AttachmentManager] Failed to process file:",c)}}this.updatePreviewsVisibility(),(d=(l=this.config).onAttachmentsChange)==null||d.call(l,this.getAttachments())}}removeAttachment(a){var o,n,l;let t=this.attachments.findIndex(d=>d.id===a);if(t===-1)return;let e=this.attachments[t];e.previewUrl&&URL.revokeObjectURL(e.previewUrl),this.attachments.splice(t,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,t;for(let e of this.attachments)e.previewUrl&&URL.revokeObjectURL(e.previewUrl);this.attachments=[],this.previewsContainer&&(this.previewsContainer.innerHTML=""),this.updatePreviewsVisibility(),(t=(a=this.config).onAttachmentsChange)==null||t.call(a,this.getAttachments())}renderPreview(a){if(!this.previewsContainer)return;let t=ed(a.file),e=A("div","persona-attachment-preview persona-relative persona-inline-block");if(e.setAttribute("data-attachment-id",a.id),e.style.width="48px",e.style.height="48px",t&&a.previewUrl){let n=A("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",e.appendChild(n)}else{let n=A("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=eI(a.file.type),d=ve(l,20,"var(--persona-muted, #6b7280)",1.5);d&&n.appendChild(d);let i=A("span");i.textContent=sP(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),e.appendChild(n)}let s=A("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)}),e.appendChild(s),this.previewsContainer.appendChild(e)}updatePreviewsVisibility(){this.previewsContainer&&(this.previewsContainer.style.display=this.attachments.length>0?"flex":"none")}static fromConfig(a,t){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:t})}};var uT={colors:{primary:{50:"#eff6ff",100:"#dbeafe",200:"#bfdbfe",300:"#93c5fd",400:"#60a5fa",500:"#3b82f6",600:"#2563eb",700:"#1d4ed8",800:"#1e40af",900:"#1e3a8a",950:"#172554"},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"}},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"}},fT={colors:{primary:"palette.colors.primary.500",secondary:"palette.colors.gray.500",accent:"palette.colors.primary.600",surface:"palette.colors.gray.50",background:"palette.colors.gray.50",container:"palette.colors.gray.100",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.500",hover:"palette.colors.primary.600",focus:"palette.colors.primary.700",active:"palette.colors.primary.800",disabled:"palette.colors.gray.300"},feedback:{success:"palette.colors.success.500",warning:"palette.colors.warning.500",error:"palette.colors.error.500",info:"palette.colors.primary.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"}},hT={button:{primary:{background:"semantic.colors.primary",foreground:"semantic.colors.textInverse",borderRadius:"palette.radius.lg",padding:"semantic.spacing.md"},secondary:{background:"semantic.colors.surface",foreground:"semantic.colors.text",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:"semantic.colors.surface",placeholder:"semantic.colors.textMuted",borderRadius:"palette.radius.lg",padding:"semantic.spacing.md",focus:{border:"semantic.colors.interactive.focus",ring:"semantic.colors.interactive.focus"}},launcher:{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:"semantic.colors.surface",border:"semantic.colors.border",borderRadius:"palette.radius.xl palette.radius.xl 0 0",padding:"semantic.spacing.md",iconBackground:"semantic.colors.primary",iconForeground:"semantic.colors.textInverse",titleForeground:"semantic.colors.primary",subtitleForeground:"semantic.colors.textMuted",actionIconForeground:"semantic.colors.textMuted"},message:{user:{background:"semantic.colors.primary",text:"semantic.colors.textInverse",borderRadius:"palette.radius.lg",shadow:"palette.shadows.sm"},assistant:{background:"semantic.colors.container",text:"semantic.colors.text",borderRadius:"palette.radius.lg",border:"semantic.colors.border",shadow:"palette.shadows.sm"}},toolBubble:{shadow:"palette.shadows.sm"},reasoningBubble:{shadow:"palette.shadows.sm"},composer:{shadow:"none"},markdown:{inlineCode:{background:"semantic.colors.container",foreground:"semantic.colors.text"},link:{foreground:"semantic.colors.accent"},prose:{fontFamily:"inherit"}},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"}},artifact:{pane:{background:"semantic.colors.container",toolbarBackground:"semantic.colors.container"}}};function o1(r,a){if(!a.startsWith("palette.")&&!a.startsWith("semantic.")&&!a.startsWith("components."))return a;let t=a.split("."),e=r;for(let s of t){if(e==null)return;e=e[s]}return typeof e=="string"&&(e.startsWith("palette.")||e.startsWith("semantic.")||e.startsWith("components."))?o1(r,e):e}function fk(r){let a={};function t(e,s){for(let[o,n]of Object.entries(e)){let l=`${s}.${o}`;if(typeof n=="string"){let d=o1(r,n);d!==void 0&&(a[l]={path:l,value:d,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&&t(n,l)}}return t(r.palette,"palette"),t(r.semantic,"semantic"),t(r.components,"components"),a}function mT(r){let a=[],t=[];return r.palette||a.push({path:"palette",message:"Theme must include a palette",severity:"error"}),r.semantic||t.push({path:"semantic",message:"No semantic tokens defined - defaults will be used",severity:"warning"}),r.components||t.push({path:"components",message:"No component tokens defined - defaults will be used",severity:"warning"}),{valid:a.length===0,errors:a,warnings:t}}function iP(r,a){let t={...r};for(let[e,s]of Object.entries(a)){let o=t[e];o&&typeof o=="object"&&!Array.isArray(o)&&s&&typeof s=="object"&&!Array.isArray(s)?t[e]=iP(o,s):t[e]=s}return t}function tI(r,a){return a?iP(r,a):r}function yi(r,a={}){var s,o,n,l,d,i,u,c,f,h,g,k,b;let t={palette:uT,semantic:fT,components:hT},e={palette:{...t.palette,...r==null?void 0:r.palette,colors:{...t.palette.colors,...(s=r==null?void 0:r.palette)==null?void 0:s.colors},spacing:{...t.palette.spacing,...(o=r==null?void 0:r.palette)==null?void 0:o.spacing},typography:{...t.palette.typography,...(n=r==null?void 0:r.palette)==null?void 0:n.typography},shadows:{...t.palette.shadows,...(l=r==null?void 0:r.palette)==null?void 0:l.shadows},borders:{...t.palette.borders,...(d=r==null?void 0:r.palette)==null?void 0:d.borders},radius:{...t.palette.radius,...(i=r==null?void 0:r.palette)==null?void 0:i.radius}},semantic:{...t.semantic,...r==null?void 0:r.semantic,colors:{...t.semantic.colors,...(u=r==null?void 0:r.semantic)==null?void 0:u.colors,interactive:{...t.semantic.colors.interactive,...(f=(c=r==null?void 0:r.semantic)==null?void 0:c.colors)==null?void 0:f.interactive},feedback:{...t.semantic.colors.feedback,...(g=(h=r==null?void 0:r.semantic)==null?void 0:h.colors)==null?void 0:g.feedback}},spacing:{...t.semantic.spacing,...(k=r==null?void 0:r.semantic)==null?void 0:k.spacing},typography:{...t.semantic.typography,...(b=r==null?void 0:r.semantic)==null?void 0:b.typography}},components:tI(t.components,r==null?void 0:r.components)};if(a.validate!==!1){let v=mT(e);if(!v.valid)throw new Error(`Theme validation failed: ${v.errors.map(M=>M.message).join(", ")}`)}if(a.plugins)for(let v of a.plugins)e=v.transform(e);return e}function hk(r){var g,k,b,v,M,H,m,y,L,C,I,z,U,D,J,Ae,ae,Le,fe,ee,be,j,K,re,yt,Xe,vt,Fe,De,we,ce,Y,oe,de,Ee,qe,se,Q,Je,Re,mt,_t,qt,xe,me,pt,xt,Ue,Ye,bt,Vt,Yt,R,X,le,Ne,pe,Be,Se,Ve,He,Qe,et,ke,or,pa,sr,Ja,Lt,fa,Ua,tt,na;let a=fk(r),t={};for(let[te,oa]of Object.entries(a)){let nr=te.replace(/\./g,"-");t[`--persona-${nr}`]=oa.value}t["--persona-primary"]=(g=t["--persona-semantic-colors-primary"])!=null?g:t["--persona-palette-colors-primary-500"],t["--persona-secondary"]=(k=t["--persona-semantic-colors-secondary"])!=null?k:t["--persona-palette-colors-secondary-500"],t["--persona-accent"]=(b=t["--persona-semantic-colors-accent"])!=null?b:t["--persona-palette-colors-accent-500"],t["--persona-surface"]=(v=t["--persona-semantic-colors-surface"])!=null?v:t["--persona-palette-colors-gray-50"],t["--persona-background"]=(M=t["--persona-semantic-colors-background"])!=null?M:t["--persona-palette-colors-gray-50"],t["--persona-container"]=(H=t["--persona-semantic-colors-container"])!=null?H:t["--persona-palette-colors-gray-100"],t["--persona-text"]=(m=t["--persona-semantic-colors-text"])!=null?m:t["--persona-palette-colors-gray-900"],t["--persona-text-muted"]=(y=t["--persona-semantic-colors-text-muted"])!=null?y:t["--persona-palette-colors-gray-500"],t["--persona-text-inverse"]=(L=t["--persona-semantic-colors-text-inverse"])!=null?L:t["--persona-palette-colors-gray-50"],t["--persona-border"]=(C=t["--persona-semantic-colors-border"])!=null?C:t["--persona-palette-colors-gray-200"],t["--persona-divider"]=(I=t["--persona-semantic-colors-divider"])!=null?I:t["--persona-palette-colors-gray-200"],t["--persona-muted"]=t["--persona-text-muted"],t["--persona-voice-recording-indicator"]=(z=t["--persona-components-voice-recording-indicator"])!=null?z:t["--persona-palette-colors-error-500"],t["--persona-voice-recording-bg"]=(U=t["--persona-components-voice-recording-background"])!=null?U:t["--persona-palette-colors-error-50"],t["--persona-voice-processing-icon"]=(D=t["--persona-components-voice-processing-icon"])!=null?D:t["--persona-palette-colors-primary-500"],t["--persona-voice-speaking-icon"]=(J=t["--persona-components-voice-speaking-icon"])!=null?J:t["--persona-palette-colors-success-500"],t["--persona-approval-bg"]=(Ae=t["--persona-components-approval-requested-background"])!=null?Ae:t["--persona-palette-colors-warning-50"],t["--persona-approval-border"]=(ae=t["--persona-components-approval-requested-border"])!=null?ae:t["--persona-palette-colors-warning-200"],t["--persona-approval-text"]=(Le=t["--persona-components-approval-requested-text"])!=null?Le:t["--persona-palette-colors-gray-900"],t["--persona-approval-approve-bg"]=(fe=t["--persona-components-approval-approve-background"])!=null?fe:t["--persona-palette-colors-success-500"],t["--persona-approval-deny-bg"]=(ee=t["--persona-components-approval-deny-background"])!=null?ee:t["--persona-palette-colors-error-500"],t["--persona-attachment-image-bg"]=(be=t["--persona-components-attachment-image-background"])!=null?be:t["--persona-palette-colors-gray-100"],t["--persona-attachment-image-border"]=(j=t["--persona-components-attachment-image-border"])!=null?j:t["--persona-palette-colors-gray-200"],t["--persona-font-family"]=(K=t["--persona-semantic-typography-fontFamily"])!=null?K:t["--persona-palette-typography-fontFamily-sans"],t["--persona-font-size"]=(re=t["--persona-semantic-typography-fontSize"])!=null?re:t["--persona-palette-typography-fontSize-base"],t["--persona-font-weight"]=(yt=t["--persona-semantic-typography-fontWeight"])!=null?yt:t["--persona-palette-typography-fontWeight-normal"],t["--persona-line-height"]=(Xe=t["--persona-semantic-typography-lineHeight"])!=null?Xe:t["--persona-palette-typography-lineHeight-normal"],t["--persona-input-font-family"]=t["--persona-font-family"],t["--persona-input-font-weight"]=t["--persona-font-weight"],t["--persona-radius-sm"]=(vt=t["--persona-palette-radius-sm"])!=null?vt:"0.125rem",t["--persona-radius-md"]=(Fe=t["--persona-palette-radius-md"])!=null?Fe:"0.375rem",t["--persona-radius-lg"]=(De=t["--persona-palette-radius-lg"])!=null?De:"0.5rem",t["--persona-radius-xl"]=(we=t["--persona-palette-radius-xl"])!=null?we:"0.75rem",t["--persona-launcher-radius"]=(Y=(ce=t["--persona-components-launcher-borderRadius"])!=null?ce:t["--persona-palette-radius-full"])!=null?Y:"9999px",t["--persona-button-radius"]=(de=(oe=t["--persona-components-button-primary-borderRadius"])!=null?oe:t["--persona-palette-radius-full"])!=null?de:"9999px",t["--persona-panel-radius"]=(qe=(Ee=t["--persona-components-panel-borderRadius"])!=null?Ee:t["--persona-radius-xl"])!=null?qe:"0.75rem",t["--persona-panel-border"]=(se=t["--persona-components-panel-border"])!=null?se:`1px solid ${t["--persona-border"]}`,t["--persona-panel-shadow"]=(Je=(Q=t["--persona-components-panel-shadow"])!=null?Q:t["--persona-palette-shadows-xl"])!=null?Je:"0 25px 50px -12px rgba(0, 0, 0, 0.25)",t["--persona-input-radius"]=(mt=(Re=t["--persona-components-input-borderRadius"])!=null?Re:t["--persona-radius-lg"])!=null?mt:"0.5rem",t["--persona-message-user-radius"]=(qt=(_t=t["--persona-components-message-user-borderRadius"])!=null?_t:t["--persona-radius-lg"])!=null?qt:"0.5rem",t["--persona-message-assistant-radius"]=(me=(xe=t["--persona-components-message-assistant-borderRadius"])!=null?xe:t["--persona-radius-lg"])!=null?me:"0.5rem",t["--persona-header-bg"]=(pt=t["--persona-components-header-background"])!=null?pt:t["--persona-surface"],t["--persona-header-border"]=(xt=t["--persona-components-header-border"])!=null?xt:t["--persona-divider"],t["--persona-header-icon-bg"]=(Ue=t["--persona-components-header-iconBackground"])!=null?Ue:t["--persona-primary"],t["--persona-header-icon-fg"]=(Ye=t["--persona-components-header-iconForeground"])!=null?Ye:t["--persona-text-inverse"],t["--persona-header-title-fg"]=(bt=t["--persona-components-header-titleForeground"])!=null?bt:t["--persona-primary"],t["--persona-header-subtitle-fg"]=(Vt=t["--persona-components-header-subtitleForeground"])!=null?Vt:t["--persona-text-muted"],t["--persona-header-action-icon-fg"]=(Yt=t["--persona-components-header-actionIconForeground"])!=null?Yt:t["--persona-muted"];let e=(R=r.components)==null?void 0:R.header;e!=null&&e.shadow&&(t["--persona-header-shadow"]=e.shadow),e!=null&&e.borderBottom&&(t["--persona-header-border-bottom"]=e.borderBottom),t["--persona-message-user-bg"]=(X=t["--persona-components-message-user-background"])!=null?X:t["--persona-accent"],t["--persona-message-user-text"]=(le=t["--persona-components-message-user-text"])!=null?le:t["--persona-text-inverse"],t["--persona-message-user-shadow"]=(Ne=t["--persona-components-message-user-shadow"])!=null?Ne:"0 5px 15px rgba(15, 23, 42, 0.08)",t["--persona-message-assistant-bg"]=(pe=t["--persona-components-message-assistant-background"])!=null?pe:t["--persona-surface"],t["--persona-message-assistant-text"]=(Be=t["--persona-components-message-assistant-text"])!=null?Be:t["--persona-text"],t["--persona-message-assistant-border"]=(Se=t["--persona-components-message-assistant-border"])!=null?Se:t["--persona-border"],t["--persona-message-assistant-shadow"]=(Ve=t["--persona-components-message-assistant-shadow"])!=null?Ve:"0 1px 2px 0 rgb(0 0 0 / 0.05)",t["--persona-tool-bubble-shadow"]=(He=t["--persona-components-toolBubble-shadow"])!=null?He:"0 5px 15px rgba(15, 23, 42, 0.08)",t["--persona-reasoning-bubble-shadow"]=(Qe=t["--persona-components-reasoningBubble-shadow"])!=null?Qe:"0 5px 15px rgba(15, 23, 42, 0.08)",t["--persona-composer-shadow"]=(et=t["--persona-components-composer-shadow"])!=null?et:"none",t["--persona-md-inline-code-bg"]=(ke=t["--persona-components-markdown-inlineCode-background"])!=null?ke:t["--persona-container"],t["--persona-md-inline-code-color"]=(or=t["--persona-components-markdown-inlineCode-foreground"])!=null?or:t["--persona-text"],t["--persona-md-link-color"]=(sr=(pa=t["--persona-components-markdown-link-foreground"])!=null?pa:t["--persona-accent"])!=null?sr:"#3b82f6";let s=t["--persona-components-markdown-heading-h1-fontSize"];s&&(t["--persona-md-h1-size"]=s);let o=t["--persona-components-markdown-heading-h1-fontWeight"];o&&(t["--persona-md-h1-weight"]=o);let n=t["--persona-components-markdown-heading-h2-fontSize"];n&&(t["--persona-md-h2-size"]=n);let l=t["--persona-components-markdown-heading-h2-fontWeight"];l&&(t["--persona-md-h2-weight"]=l);let d=t["--persona-components-markdown-prose-fontFamily"];d&&d!=="inherit"&&(t["--persona-md-prose-font-family"]=d);let i=r.components,u=i==null?void 0:i.iconButton;u&&(u.background&&(t["--persona-icon-btn-bg"]=u.background),u.border&&(t["--persona-icon-btn-border"]=u.border),u.color&&(t["--persona-icon-btn-color"]=u.color),u.padding&&(t["--persona-icon-btn-padding"]=u.padding),u.borderRadius&&(t["--persona-icon-btn-radius"]=u.borderRadius),u.hoverBackground&&(t["--persona-icon-btn-hover-bg"]=u.hoverBackground),u.hoverColor&&(t["--persona-icon-btn-hover-color"]=u.hoverColor),u.activeBackground&&(t["--persona-icon-btn-active-bg"]=u.activeBackground),u.activeBorder&&(t["--persona-icon-btn-active-border"]=u.activeBorder));let c=i==null?void 0:i.labelButton;c&&(c.background&&(t["--persona-label-btn-bg"]=c.background),c.border&&(t["--persona-label-btn-border"]=c.border),c.color&&(t["--persona-label-btn-color"]=c.color),c.padding&&(t["--persona-label-btn-padding"]=c.padding),c.borderRadius&&(t["--persona-label-btn-radius"]=c.borderRadius),c.hoverBackground&&(t["--persona-label-btn-hover-bg"]=c.hoverBackground),c.fontSize&&(t["--persona-label-btn-font-size"]=c.fontSize),c.gap&&(t["--persona-label-btn-gap"]=c.gap));let f=i==null?void 0:i.toggleGroup;f&&(f.gap&&(t["--persona-toggle-group-gap"]=f.gap),f.borderRadius&&(t["--persona-toggle-group-radius"]=f.borderRadius));let h=i==null?void 0:i.artifact;if(h!=null&&h.toolbar){let te=h.toolbar;te.iconHoverColor&&(t["--persona-artifact-toolbar-icon-hover-color"]=te.iconHoverColor),te.iconHoverBackground&&(t["--persona-artifact-toolbar-icon-hover-bg"]=te.iconHoverBackground),te.iconPadding&&(t["--persona-artifact-toolbar-icon-padding"]=te.iconPadding),te.iconBorderRadius&&(t["--persona-artifact-toolbar-icon-radius"]=te.iconBorderRadius),te.iconBorder&&(t["--persona-artifact-toolbar-icon-border"]=te.iconBorder),te.toggleGroupGap&&(t["--persona-artifact-toolbar-toggle-group-gap"]=te.toggleGroupGap),te.toggleBorderRadius&&(t["--persona-artifact-toolbar-toggle-radius"]=te.toggleBorderRadius),te.copyBackground&&(t["--persona-artifact-toolbar-copy-bg"]=te.copyBackground),te.copyBorder&&(t["--persona-artifact-toolbar-copy-border"]=te.copyBorder),te.copyColor&&(t["--persona-artifact-toolbar-copy-color"]=te.copyColor),te.copyBorderRadius&&(t["--persona-artifact-toolbar-copy-radius"]=te.copyBorderRadius),te.copyPadding&&(t["--persona-artifact-toolbar-copy-padding"]=te.copyPadding),te.copyMenuBackground&&(t["--persona-artifact-toolbar-copy-menu-bg"]=te.copyMenuBackground,t["--persona-dropdown-bg"]=(Ja=t["--persona-dropdown-bg"])!=null?Ja:te.copyMenuBackground),te.copyMenuBorder&&(t["--persona-artifact-toolbar-copy-menu-border"]=te.copyMenuBorder,t["--persona-dropdown-border"]=(Lt=t["--persona-dropdown-border"])!=null?Lt:te.copyMenuBorder),te.copyMenuShadow&&(t["--persona-artifact-toolbar-copy-menu-shadow"]=te.copyMenuShadow,t["--persona-dropdown-shadow"]=(fa=t["--persona-dropdown-shadow"])!=null?fa:te.copyMenuShadow),te.copyMenuBorderRadius&&(t["--persona-artifact-toolbar-copy-menu-radius"]=te.copyMenuBorderRadius,t["--persona-dropdown-radius"]=(Ua=t["--persona-dropdown-radius"])!=null?Ua:te.copyMenuBorderRadius),te.copyMenuItemHoverBackground&&(t["--persona-artifact-toolbar-copy-menu-item-hover-bg"]=te.copyMenuItemHoverBackground,t["--persona-dropdown-item-hover-bg"]=(tt=t["--persona-dropdown-item-hover-bg"])!=null?tt:te.copyMenuItemHoverBackground),te.iconBackground&&(t["--persona-artifact-toolbar-icon-bg"]=te.iconBackground),te.toolbarBorder&&(t["--persona-artifact-toolbar-border"]=te.toolbarBorder)}if(h!=null&&h.tab){let te=h.tab;te.background&&(t["--persona-artifact-tab-bg"]=te.background),te.activeBackground&&(t["--persona-artifact-tab-active-bg"]=te.activeBackground),te.activeBorder&&(t["--persona-artifact-tab-active-border"]=te.activeBorder),te.borderRadius&&(t["--persona-artifact-tab-radius"]=te.borderRadius),te.textColor&&(t["--persona-artifact-tab-color"]=te.textColor),te.hoverBackground&&(t["--persona-artifact-tab-hover-bg"]=te.hoverBackground),te.listBackground&&(t["--persona-artifact-tab-list-bg"]=te.listBackground),te.listBorderColor&&(t["--persona-artifact-tab-list-border-color"]=te.listBorderColor),te.listPadding&&(t["--persona-artifact-tab-list-padding"]=te.listPadding)}if(h!=null&&h.pane){let te=h.pane;if(te.toolbarBackground){let oa=(na=o1(r,te.toolbarBackground))!=null?na:te.toolbarBackground;t["--persona-artifact-toolbar-bg"]=oa}}return t}var dP={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 pP=r=>typeof r=="object"&&r!==null&&!Array.isArray(r);function s1(r,a){if(!r)return a;if(!a)return r;let t={...r};for(let[e,s]of Object.entries(a)){let o=t[e];pP(o)&&pP(s)?t[e]=s1(o,s):t[e]=s}return t}var aI={colors:{primary:{50:"#eff6ff",100:"#dbeafe",200:"#bfdbfe",300:"#93c5fd",400:"#60a5fa",500:"#3b82f6",600:"#2563eb",700:"#1d4ed8",800:"#1e40af",900:"#1e3a8a",950:"#172554"},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"}}},cP=r=>{if(!(!r||typeof r!="object"||Array.isArray(r)))return r},n1=()=>{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"},rI=r=>{var t;let a=(t=r==null?void 0:r.colorScheme)!=null?t:"light";return a==="light"?"light":a==="dark"?"dark":n1()},xT=r=>rI(r),oI=r=>yi(r),sI=r=>{var t;let a=yi(void 0,{validate:!1});return yi({...r,palette:{...a.palette,colors:{...aI.colors,...(t=r==null?void 0:r.palette)==null?void 0:t.colors}}},{validate:!1})},l1=r=>{let a=xT(r),t=cP(r==null?void 0:r.theme),e=cP(r==null?void 0:r.darkTheme);return a==="dark"?sI(s1(t!=null?t:{},e!=null?e:{})):oI(t)},nI=r=>hk(r),Er=(r,a)=>{var o;let t=l1(a),e=nI(t);for(let[n,l]of Object.entries(e))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)},mk=r=>{let a=[];if(typeof document!="undefined"&&typeof MutationObserver!="undefined"){let t=new MutationObserver(()=>{r(n1())});t.observe(document.documentElement,{attributes:!0,attributeFilter:["class"]}),a.push(()=>t.disconnect())}if(typeof window!="undefined"&&window.matchMedia){let t=window.matchMedia("(prefers-color-scheme: dark)"),e=()=>r(n1());t.addEventListener?(t.addEventListener("change",e),a.push(()=>t.removeEventListener("change",e))):t.addListener&&(t.addListener(e),a.push(()=>t.removeListener(e)))}return()=>{a.forEach(t=>t())}};var uP=(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 t(f,h,g={}){f=u(f);let k=c(h),b=i(f,k,g),v=s(b,()=>l(b,f,k,M=>M.morphStyle==="innerHTML"?(o(M,f,k),Array.from(f.childNodes)):e(M,f,k)));return b.pantry.remove(),v}function e(f,h,g){let k=c(h);return o(f,k,g,h,h.nextSibling),Array.from(k.childNodes)}function s(f,h){var H;if(!f.config.restoreFocus)return h();let g=document.activeElement;if(!(g instanceof HTMLInputElement||g instanceof HTMLTextAreaElement))return h();let{id:k,selectionStart:b,selectionEnd:v}=g,M=h();return k&&k!==((H=document.activeElement)==null?void 0:H.getAttribute("id"))&&(g=f.target.querySelector(`[id="${k}"]`),g==null||g.focus()),g&&!g.selectionEnd&&v&&g.setSelectionRange(b,v),M}let o=(function(){function f(m,y,L,C=null,I=null){y instanceof HTMLTemplateElement&&L instanceof HTMLTemplateElement&&(y=y.content,L=L.content),C||(C=y.firstChild);for(let z of L.childNodes){if(C&&C!=I){let D=g(m,z,C,I);if(D){D!==C&&b(m,C,D),n(D,z,m),C=D.nextSibling;continue}}if(z instanceof Element){let D=z.getAttribute("id");if(m.persistentIds.has(D)){let J=v(y,D,C,m);n(J,z,m),C=J.nextSibling;continue}}let U=h(y,z,C,m);U&&(C=U.nextSibling)}for(;C&&C!=I;){let z=C;C=C.nextSibling,k(m,z)}}function h(m,y,L,C){if(C.callbacks.beforeNodeAdded(y)===!1)return null;if(C.idMap.has(y)){let I=document.createElement(y.tagName);return m.insertBefore(I,L),n(I,y,C),C.callbacks.afterNodeAdded(I),I}else{let I=document.importNode(y,!0);return m.insertBefore(I,L),C.callbacks.afterNodeAdded(I),I}}let g=(function(){function m(C,I,z,U){let D=null,J=I.nextSibling,Ae=0,ae=z;for(;ae&&ae!=U;){if(L(ae,I)){if(y(C,ae,I))return ae;D===null&&(C.idMap.has(ae)||(D=ae))}if(D===null&&J&&L(ae,J)&&(Ae++,J=J.nextSibling,Ae>=2&&(D=void 0)),C.activeElementAndParents.includes(ae))break;ae=ae.nextSibling}return D||null}function y(C,I,z){let U=C.idMap.get(I),D=C.idMap.get(z);if(!D||!U)return!1;for(let J of U)if(D.has(J))return!0;return!1}function L(C,I){var D,J,Ae;let z=C,U=I;return z.nodeType===U.nodeType&&z.tagName===U.tagName&&(!((D=z.getAttribute)!=null&&D.call(z,"id"))||((J=z.getAttribute)==null?void 0:J.call(z,"id"))===((Ae=U.getAttribute)==null?void 0:Ae.call(U,"id")))}return m})();function k(m,y){var L;if(m.idMap.has(y))H(m.pantry,y,null);else{if(m.callbacks.beforeNodeRemoved(y)===!1)return;(L=y.parentNode)==null||L.removeChild(y),m.callbacks.afterNodeRemoved(y)}}function b(m,y,L){let C=y;for(;C&&C!==L;){let I=C;C=C.nextSibling,k(m,I)}return C}function v(m,y,L,C){var z,U;let I=((U=(z=C.target).getAttribute)==null?void 0:U.call(z,"id"))===y&&C.target||C.target.querySelector(`[id="${y}"]`)||C.pantry.querySelector(`[id="${y}"]`);return M(I,C),H(m,I,L),I}function M(m,y){let L=m.getAttribute("id");for(;m=m.parentNode;){let C=y.idMap.get(m);C&&(C.delete(L),C.size||y.idMap.delete(m))}}function H(m,y,L){if(m.moveBefore)try{m.moveBefore(y,L)}catch{m.insertBefore(y,L)}else m.insertBefore(y,L)}return f})(),n=(function(){function f(M,H,m){return m.ignoreActive&&M===document.activeElement?null:(m.callbacks.beforeNodeMorphed(M,H)===!1||(M instanceof HTMLHeadElement&&m.head.ignore||(M instanceof HTMLHeadElement&&m.head.style!=="morph"?d(M,H,m):(h(M,H,m),v(M,m)||o(m,M,H))),m.callbacks.afterNodeMorphed(M,H)),M)}function h(M,H,m){let y=H.nodeType;if(y===1){let L=M,C=H,I=L.attributes,z=C.attributes;for(let U of z)b(U.name,L,"update",m)||L.getAttribute(U.name)!==U.value&&L.setAttribute(U.name,U.value);for(let U=I.length-1;0<=U;U--){let D=I[U];if(D&&!C.hasAttribute(D.name)){if(b(D.name,L,"remove",m))continue;L.removeAttribute(D.name)}}v(L,m)||g(L,C,m)}(y===8||y===3)&&M.nodeValue!==H.nodeValue&&(M.nodeValue=H.nodeValue)}function g(M,H,m){if(M instanceof HTMLInputElement&&H instanceof HTMLInputElement&&H.type!=="file"){let y=H.value,L=M.value;k(M,H,"checked",m),k(M,H,"disabled",m),H.hasAttribute("value")?L!==y&&(b("value",M,"update",m)||(M.setAttribute("value",y),M.value=y)):b("value",M,"remove",m)||(M.value="",M.removeAttribute("value"))}else if(M instanceof HTMLOptionElement&&H instanceof HTMLOptionElement)k(M,H,"selected",m);else if(M instanceof HTMLTextAreaElement&&H instanceof HTMLTextAreaElement){let y=H.value,L=M.value;if(b("value",M,"update",m))return;y!==L&&(M.value=y),M.firstChild&&M.firstChild.nodeValue!==y&&(M.firstChild.nodeValue=y)}}function k(M,H,m,y){let L=H[m],C=M[m];if(L!==C){let I=b(m,M,"update",y);I||(M[m]=H[m]),L?I||M.setAttribute(m,""):b(m,M,"remove",y)||M.removeAttribute(m)}}function b(M,H,m,y){return M==="value"&&y.ignoreActiveValue&&H===document.activeElement?!0:y.callbacks.beforeAttributeUpdated(M,H,m)===!1}function v(M,H){return!!H.ignoreActiveValue&&M===document.activeElement&&M!==document.body}return f})();function l(f,h,g,k){if(f.head.block){let b=h.querySelector("head"),v=g.querySelector("head");if(b&&v){let M=d(b,v,f);return Promise.all(M).then(()=>{let H=Object.assign(f,{head:{block:!1,ignore:!0}});return k(H)})}}return k(f)}function d(f,h,g){let k=[],b=[],v=[],M=[],H=new Map;for(let y of h.children)H.set(y.outerHTML,y);for(let y of f.children){let L=H.has(y.outerHTML),C=g.head.shouldReAppend(y),I=g.head.shouldPreserve(y);L||I?C?b.push(y):(H.delete(y.outerHTML),v.push(y)):g.head.style==="append"?C&&(b.push(y),M.push(y)):g.head.shouldRemove(y)!==!1&&b.push(y)}M.push(...H.values());let m=[];for(let y of M){let L=document.createRange().createContextualFragment(y.outerHTML).firstChild;if(g.callbacks.beforeNodeAdded(L)!==!1){if("href"in L&&L.href||"src"in L&&L.src){let C,I=new Promise(function(z){C=z});L.addEventListener("load",function(){C()}),m.push(I)}f.appendChild(L),g.callbacks.afterNodeAdded(L),k.push(L)}}for(let y of b)g.callbacks.beforeNodeRemoved(y)!==!1&&(f.removeChild(y),g.callbacks.afterNodeRemoved(y));return g.head.afterHeadMorphed(f,{added:k,kept:v,removed:b}),m}let i=(function(){function f(m,y,L){let{persistentIds:C,idMap:I}=M(m,y),z=h(L),U=z.morphStyle||"outerHTML";if(!["innerHTML","outerHTML"].includes(U))throw`Do not understand how to morph style ${U}`;return{target:m,newContent:y,config:z,morphStyle:U,ignoreActive:z.ignoreActive,ignoreActiveValue:z.ignoreActiveValue,restoreFocus:z.restoreFocus,idMap:I,persistentIds:C,pantry:g(),activeElementAndParents:k(m),callbacks:z.callbacks,head:z.head}}function h(m){let y=Object.assign({},a);return Object.assign(y,m),y.callbacks=Object.assign({},a.callbacks,m.callbacks),y.head=Object.assign({},a.head,m.head),y}function g(){let m=document.createElement("div");return m.hidden=!0,document.body.insertAdjacentElement("afterend",m),m}function k(m){let y=[],L=document.activeElement;if((L==null?void 0:L.tagName)!=="BODY"&&m.contains(L))for(;L&&(y.push(L),L!==m);)L=L.parentElement;return y}function b(m){var L;let y=Array.from(m.querySelectorAll("[id]"));return(L=m.getAttribute)!=null&&L.call(m,"id")&&y.push(m),y}function v(m,y,L,C){for(let I of C){let z=I.getAttribute("id");if(y.has(z)){let U=I;for(;U;){let D=m.get(U);if(D==null&&(D=new Set,m.set(U,D)),D.add(z),U===L)break;U=U.parentElement}}}}function M(m,y){let L=b(m),C=b(y),I=H(L,C),z=new Map;v(z,I,m,L);let U=y.__idiomorphRoot||y;return v(z,I,U,C),{persistentIds:I,idMap:z}}function H(m,y){let L=new Set,C=new Map;for(let{id:z,tagName:U}of m)C.has(z)?L.add(z):C.set(z,U);let I=new Set;for(let{id:z,tagName:U}of y)I.has(z)?L.add(z):C.get(z)===U&&I.add(z);for(let z of L)I.delete(z);return I}return f})(),{normalizeElement:u,normalizeParent:c}=(function(){let f=new WeakSet;function h(v){return v instanceof Document?v.documentElement:v}function g(v){if(v==null)return document.createElement("div");if(typeof v=="string")return g(b(v));if(f.has(v))return v;if(v instanceof Node){if(v.parentNode)return new k(v);{let M=document.createElement("div");return M.append(v),M}}else{let M=document.createElement("div");for(let H of[...v])M.append(H);return M}}class k{constructor(M){this.originalNode=M,this.realParentNode=M.parentNode,this.previousSibling=M.previousSibling,this.nextSibling=M.nextSibling}get childNodes(){let M=[],H=this.previousSibling?this.previousSibling.nextSibling:this.realParentNode.firstChild;for(;H&&H!=this.nextSibling;)M.push(H),H=H.nextSibling;return M}querySelectorAll(M){return this.childNodes.reduce((H,m)=>{if(m instanceof Element){m.matches(M)&&H.push(m);let y=m.querySelectorAll(M);for(let L=0;L<y.length;L++)H.push(y[L])}return H},[])}insertBefore(M,H){return this.realParentNode.insertBefore(M,H)}moveBefore(M,H){return this.realParentNode.moveBefore(M,H)}get __idiomorphRoot(){return this.originalNode}}function b(v){let M=new DOMParser,H=v.replace(/<svg(\s[^>]*>|>)([\s\S]*?)<\/svg>/gim,"");if(H.match(/<\/html>/)||H.match(/<\/head>/)||H.match(/<\/body>/)){let m=M.parseFromString(v,"text/html");if(H.match(/<\/html>/))return f.add(m),m;{let y=m.firstChild;return y&&f.add(y),y}}else{let y=M.parseFromString("<body><template>"+v+"</template></body>","text/html").body.querySelector("template").content;return f.add(y),y}}return{normalizeElement:h,normalizeParent:g}})();return{morph:t,defaults:a}})();var fP=(r,a,t={})=>{let{preserveTypingAnimation:e=!0}=t;uP.morph(r,a.innerHTML,{morphStyle:"innerHTML",callbacks:{beforeNodeMorphed(s,o){if(s instanceof HTMLElement&&e&&(s.classList.contains("persona-animate-typing")||s.hasAttribute("data-preserve-animation")))return!1}}})};function hP(r,a){var t,e,s,o,n,l,d,i,u,c,f,h,g,k,b,v,M,H;return[r.id,r.role,(e=(t=r.content)==null?void 0:t.length)!=null?e:0,(o=(s=r.content)==null?void 0:s.slice(-32))!=null?o:"",r.streaming?"1":"0",(n=r.variant)!=null?n:"",(d=(l=r.rawContent)==null?void 0:l.length)!=null?d:0,(u=(i=r.llmContent)==null?void 0:i.length)!=null?u:0,(f=(c=r.approval)==null?void 0:c.status)!=null?f:"",(g=(h=r.toolCall)==null?void 0:h.status)!=null?g:"",(v=(b=(k=r.reasoning)==null?void 0:k.chunks)==null?void 0:b.length)!=null?v:0,(H=(M=r.contentParts)==null?void 0:M.length)!=null?H:0,a].join("\0")}function mP(){return new Map}function xP(r,a,t){let e=r.get(a);return e&&e.fingerprint===t?e.wrapper:null}function gP(r,a,t,e){r.set(a,{fingerprint:t,wrapper:e})}function MP(r,a){for(let t of r.keys())a.has(t)||r.delete(t)}var ua={idle:"Online",connecting:"Connecting\u2026",connected:"Streaming\u2026",error:"Offline"};var xk={side:"right",width:"420px",animate:!0,reveal:"resize"},sa=r=>{var a,t;return((t=(a=r==null?void 0:r.launcher)==null?void 0:a.mountMode)!=null?t:"floating")==="docked"},_a=r=>{var t,e,s,o,n;let a=(t=r==null?void 0:r.launcher)==null?void 0:t.dock;return{side:(e=a==null?void 0:a.side)!=null?e:xk.side,width:(s=a==null?void 0:a.width)!=null?s:xk.width,animate:(o=a==null?void 0:a.animate)!=null?o:xk.animate,reveal:(n=a==null?void 0:a.reveal)!=null?n:xk.reveal}};var Za={"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 i1=(r,a)=>{let t=A("button");t.type="button",t.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
- <span class="persona-flex persona-flex-col persona-items-start persona-text-left">
61
- <span class="persona-text-sm persona-font-semibold persona-text-persona-primary" data-role="launcher-title"></span>
62
- <span class="persona-text-xs persona-text-persona-muted" data-role="launcher-subtitle"></span>
60
+ <span class="persona-flex persona-min-w-0 persona-flex-1 persona-flex-col persona-items-start persona-text-left">
61
+ <span class="persona-block persona-w-full persona-truncate persona-text-sm persona-font-semibold persona-text-persona-primary" data-role="launcher-title"></span>
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
- `,t.addEventListener("click",a);let e=o=>{var H,m,y,L,C,I,z,U,D,J,Ce,ae;let n=(H=o.launcher)!=null?H:{},l=sa(o),d=t.querySelector("[data-role='launcher-title']");d&&(d.textContent=(m=n.title)!=null?m:"Chat Assistant");let i=t.querySelector("[data-role='launcher-subtitle']");i&&(i.textContent=(y=n.subtitle)!=null?y:"Get answers fast");let u=t.querySelector(".persona-flex-col");u&&(n.textHidden||l?u.style.display="none":u.style.display="");let c=t.querySelector("[data-role='launcher-icon']");if(c)if(n.agentIconHidden)c.style.display="none";else{let we=(L=n.agentIconSize)!=null?L:"40px";if(c.style.height=we,c.style.width=we,c.innerHTML="",n.agentIconName){let Te=parseFloat(we)||24,Q=ye(n.agentIconName,Te*.6,"var(--persona-text-inverse, #ffffff)",2);Q?(c.appendChild(Q),c.style.display=""):(c.textContent=(C=n.agentIconText)!=null?C:"\u{1F4AC}",c.style.display="")}else n.iconUrl?c.style.display="none":(c.textContent=(I=n.agentIconText)!=null?I:"\u{1F4AC}",c.style.display="")}let f=t.querySelector("[data-role='launcher-image']");if(f){let we=(z=n.agentIconSize)!=null?z:"40px";f.style.height=we,f.style.width=we,n.iconUrl&&!n.agentIconName&&!n.agentIconHidden?(f.src=n.iconUrl,f.style.display="block"):f.style.display="none"}let h=t.querySelector("[data-role='launcher-call-to-action-icon']");if(h){let we=(U=n.callToActionIconSize)!=null?U:"32px";h.style.height=we,h.style.width=we,n.callToActionIconBackgroundColor?(h.style.backgroundColor=n.callToActionIconBackgroundColor,h.classList.remove("persona-bg-persona-primary")):(h.style.backgroundColor="",h.classList.add("persona-bg-persona-primary"));let Te=0;if(n.callToActionIconPadding?(h.style.boxSizing="border-box",h.style.padding=n.callToActionIconPadding,Te=(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 Q=parseFloat(we)||24,Ae=Math.max(Q-Te,8),$=ye(n.callToActionIconName,Ae,"currentColor",2);$?h.appendChild($):h.textContent=(D=n.callToActionIconText)!=null?D:"\u2197"}else h.textContent=(J=n.callToActionIconText)!=null?J:"\u2197"}let g=n.position&&Za[n.position]?Za[n.position]:Za["bottom-right"],k="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 persona-z-50",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";t.className=l?b:`${k} ${g}`;let v="1px solid var(--persona-border, #e5e7eb)",M="var(--persona-shadow, 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1))";t.style.border=(Ce=n.border)!=null?Ce:v,t.style.boxShadow=(ae=n.shadow)!=null?ae:M,l?(t.style.width="0",t.style.minWidth="0",t.style.maxWidth="0",t.style.padding="0",t.style.overflow="hidden",t.style.border="none",t.style.boxShadow="none"):(t.style.width="",t.style.minWidth="",t.style.maxWidth="",t.style.justifyContent="",t.style.padding="",t.style.overflow="")},s=()=>{t.removeEventListener("click",a),t.remove()};return r&&e(r),{element:t,update:e,destroy:s}};var Xa={titleColor:"var(--persona-header-title-fg, var(--persona-primary, #2563eb))",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))"},gr=r=>{var U,D,J,Ce,ae,we,Te,Q,Ae,$,Y,re,yt,Xe,vt,Fe,De,be,ce,K,oe,de,Ee,qe,se,ee,Je,Re,mt,_t,qt,me;let{config:a,showClose:t=!0}=r,e=A("div","persona-widget-header persona-flex persona-items-center persona-gap-3 persona-px-6 persona-py-5");e.setAttribute("data-persona-theme-zone","header"),e.style.backgroundColor="var(--persona-header-bg, var(--persona-surface, #ffffff))",e.style.borderBottomColor="var(--persona-header-border, var(--persona-divider, #f1f5f9))",e.style.boxShadow="var(--persona-header-shadow, none)",e.style.borderBottom="var(--persona-header-border-bottom, 1px solid var(--persona-header-border, var(--persona-divider, #f1f5f9)))";let s=(U=a==null?void 0:a.launcher)!=null?U:{},o=(D=s.headerIconSize)!=null?D:"48px",n=(J=s.closeButtonSize)!=null?J:"32px",l=(Ce=s.closeButtonPlacement)!=null?Ce:"inline",d=(ae=s.headerIconHidden)!=null?ae:!1,i=s.headerIconName,u=A("div","persona-flex persona-items-center persona-justify-center persona-rounded-xl persona-text-xl");if(u.style.height=o,u.style.width=o,u.style.backgroundColor="var(--persona-header-icon-bg, var(--persona-primary, #2563eb))",u.style.color="var(--persona-header-icon-fg, var(--persona-text-inverse, #ffffff))",!d)if(i){let he=parseFloat(o)||24,pt=ye(i,he*.6,"currentColor",1);pt?u.replaceChildren(pt):u.textContent=(Te=(we=a==null?void 0:a.launcher)==null?void 0:we.agentIconText)!=null?Te:"\u{1F4AC}"}else if((Q=a==null?void 0:a.launcher)!=null&&Q.iconUrl){let he=A("img");he.src=a.launcher.iconUrl,he.alt="",he.className="persona-rounded-xl persona-object-cover",he.style.height=o,he.style.width=o,u.replaceChildren(he)}else u.textContent=($=(Ae=a==null?void 0:a.launcher)==null?void 0:Ae.agentIconText)!=null?$:"\u{1F4AC}";let c=A("div","persona-flex persona-flex-col"),f=A("span","persona-text-base persona-font-semibold");f.style.color=Xa.titleColor,f.textContent=(re=(Y=a==null?void 0:a.launcher)==null?void 0:Y.title)!=null?re:"Chat Assistant";let h=A("span","persona-text-xs");h.style.color=Xa.subtitleColor,h.textContent=(Xe=(yt=a==null?void 0:a.launcher)==null?void 0:yt.subtitle)!=null?Xe:"Here to help you get answers fast",c.append(f,h),d?e.append(c):e.append(u,c);let g=(vt=s.clearChat)!=null?vt:{},k=(Fe=g.enabled)!=null?Fe:!0,b=(De=g.placement)!=null?De:"inline",v=null,M=null;if(k){let he=(be=g.size)!=null?be:"32px",pt=(ce=g.iconName)!=null?ce:"refresh-cw",xt=(K=g.iconColor)!=null?K:"",Ue=(oe=g.backgroundColor)!=null?oe:"",Ye=(de=g.borderWidth)!=null?de:"",bt=(Ee=g.borderColor)!=null?Ee:"",Vt=(qe=g.borderRadius)!=null?qe:"",Yt=(se=g.paddingX)!=null?se:"",R=(ee=g.paddingY)!=null?ee:"",X=(Je=g.tooltipText)!=null?Je:"Clear chat",le=(Re=g.showTooltip)!=null?Re:!0;M=A("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"&&(M.style.right="48px"),v=A("button","persona-inline-flex persona-items-center persona-justify-center persona-rounded-full hover:persona-bg-gray-100 persona-cursor-pointer persona-border-none"),v.style.height=he,v.style.width=he,v.type="button",v.setAttribute("aria-label",X),v.style.color=xt||Xa.actionIconColor;let Ne=ye(pt,"20px","currentColor",1);if(Ne&&v.appendChild(Ne),Ue&&(v.style.backgroundColor=Ue,v.classList.remove("hover:persona-bg-gray-100")),Ye||bt){let pe=Ye||"0px",Be=bt||"transparent";v.style.border=`${pe} solid ${Be}`,v.classList.remove("persona-border-none")}if(Vt&&(v.style.borderRadius=Vt,v.classList.remove("persona-rounded-full")),Yt?(v.style.paddingLeft=Yt,v.style.paddingRight=Yt):(v.style.paddingLeft="",v.style.paddingRight=""),R?(v.style.paddingTop=R,v.style.paddingBottom=R):(v.style.paddingTop="",v.style.paddingBottom=""),M.appendChild(v),le&&X&&v&&M){let pe=null,Be=()=>{if(pe||!v)return;let Ve=v.ownerDocument,He=Ve.body;if(!He)return;pe=tr(Ve,"div","persona-clear-chat-tooltip"),pe.textContent=X;let Qe=tr(Ve,"div");Qe.className="persona-clear-chat-tooltip-arrow",pe.appendChild(Qe);let et=v.getBoundingClientRect();pe.style.position="fixed",pe.style.left=`${et.left+et.width/2}px`,pe.style.top=`${et.top-8}px`,pe.style.transform="translate(-50%, -100%)",He.appendChild(pe)},Se=()=>{pe&&pe.parentNode&&(pe.parentNode.removeChild(pe),pe=null)};M.addEventListener("mouseenter",Be),M.addEventListener("mouseleave",Se),v.addEventListener("focus",Be),v.addEventListener("blur",Se),M._cleanupTooltip=()=>{Se(),M&&(M.removeEventListener("mouseenter",Be),M.removeEventListener("mouseleave",Se)),v&&(v.removeEventListener("focus",Be),v.removeEventListener("blur",Se))}}b==="inline"&&e.appendChild(M)}let H=A("div",l==="top-right"?"persona-absolute persona-top-4 persona-right-4 persona-z-50":k&&b==="inline"?"":"persona-ml-auto"),m=A("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 y=(mt=s.closeButtonTooltipText)!=null?mt:"Close chat",L=(_t=s.closeButtonShowTooltip)!=null?_t:!0;m.setAttribute("aria-label",y),m.style.display=t?"":"none";let C=(qt=s.closeButtonIconName)!=null?qt:"x",I=(me=s.closeButtonIconText)!=null?me:"\xD7";m.style.color=s.closeButtonColor||Xa.actionIconColor;let z=ye(C,"20px","currentColor",1);if(z?m.appendChild(z):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 he=s.closeButtonBorderWidth||"0px",pt=s.closeButtonBorderColor||"transparent";m.style.border=`${he} solid ${pt}`,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=""),H.appendChild(m),L&&y){let he=null,pt=()=>{if(he)return;let Ue=m.ownerDocument,Ye=Ue.body;if(!Ye)return;he=tr(Ue,"div","persona-clear-chat-tooltip"),he.textContent=y;let bt=tr(Ue,"div");bt.className="persona-clear-chat-tooltip-arrow",he.appendChild(bt);let Vt=m.getBoundingClientRect();he.style.position="fixed",he.style.left=`${Vt.left+Vt.width/2}px`,he.style.top=`${Vt.top-8}px`,he.style.transform="translate(-50%, -100%)",Ye.appendChild(he)},xt=()=>{he&&he.parentNode&&(he.parentNode.removeChild(he),he=null)};H.addEventListener("mouseenter",pt),H.addEventListener("mouseleave",xt),m.addEventListener("focus",pt),m.addEventListener("blur",xt),H._cleanupTooltip=()=>{xt(),H.removeEventListener("mouseenter",pt),H.removeEventListener("mouseleave",xt),m.removeEventListener("focus",pt),m.removeEventListener("blur",xt)}}return l!=="top-right"&&e.appendChild(H),{header:e,iconHolder:u,headerTitle:f,headerSubtitle:h,closeButton:m,closeButtonWrapper:H,clearChatButton:v,clearChatButtonWrapper:M}},Jr=(r,a,t)=>{var n,l,d,i;let e=(n=t==null?void 0:t.launcher)!=null?n:{},s=(l=e.closeButtonPlacement)!=null?l:"inline",o=(i=(d=e.clearChat)==null?void 0:d.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 Hr(r){let{items:a,onSelect:t,anchor:e,position:s="bottom-left",portal:o}=r,n=A("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="10000"):(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 g=document.createElement("button");if(g.type="button",g.setAttribute("role","menuitem"),g.setAttribute("data-dropdown-item-id",h.id),h.destructive&&g.setAttribute("data-destructive",""),h.icon){let b=ye(h.icon,16,"currentColor",1.5);b&&g.appendChild(b)}let k=document.createElement("span");k.textContent=h.label,g.appendChild(k),g.addEventListener("click",b=>{b.stopPropagation(),u(),t(h.id)}),n.appendChild(g)}let l=null;function d(){if(!o)return;let h=e.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(){d(),n.classList.remove("persona-hidden"),requestAnimationFrame(()=>{let h=g=>{!n.contains(g.target)&&!e.contains(g.target)&&u()};document.addEventListener("click",h,!0),l=()=>document.removeEventListener("click",h,!0)})}function u(){n.classList.add("persona-hidden"),l==null||l(),l=null}function c(){n.classList.contains("persona-hidden")?i():u()}function f(){u(),n.remove()}return o&&o.appendChild(n),{element:n,show:i,hide:u,toggle:c,destroy:f}}function ra(r){let{icon:a,label:t,size:e,strokeWidth:s,className:o,onClick:n,aria:l}=r,d=A("button","persona-icon-btn"+(o?" "+o:""));d.type="button",d.setAttribute("aria-label",t),d.title=t;let i=ye(a,e!=null?e:16,"currentColor",s!=null?s:2);if(i&&d.appendChild(i),n&&d.addEventListener("click",n),l)for(let[u,c]of Object.entries(l))d.setAttribute(u,c);return d}function d1(r){let{icon:a,label:t,variant:e="default",size:s="sm",iconSize:o,className:n,onClick:l,aria:d}=r,i="persona-label-btn";e!=="default"&&(i+=" persona-label-btn--"+e),i+=" persona-label-btn--"+s,n&&(i+=" "+n);let u=A("button",i);if(u.type="button",u.setAttribute("aria-label",t),a){let f=ye(a,o!=null?o:14,"currentColor",2);f&&u.appendChild(f)}let c=A("span");if(c.textContent=t,u.appendChild(c),l&&u.addEventListener("click",l),d)for(let[f,h]of Object.entries(d))u.setAttribute(f,h);return u}function yP(r){let{items:a,selectedId:t,onSelect:e,className:s}=r,o=A("div","persona-toggle-group"+(s?" "+s:""));o.setAttribute("role","group");let n=t,l=[];function d(){for(let u of l)u.btn.setAttribute("aria-pressed",u.id===n?"true":"false")}for(let u of a){let c;u.icon?c=ra({icon:u.icon,label:u.label,onClick:()=>{n=u.id,d(),e(u.id)}}):(c=A("button","persona-icon-btn"),c.type="button",c.setAttribute("aria-label",u.label),c.title=u.label,c.textContent=u.label,c.addEventListener("click",()=>{n=u.id,d(),e(u.id)})),c.setAttribute("aria-pressed",u.id===n?"true":"false"),l.push({id:u.id,btn:c}),o.appendChild(c)}function i(u){n=u,d()}return{element:o,setSelected:i}}function gk(r){var h,g;let{label:a,icon:t="chevron-down",menuItems:e,onSelect:s,position:o="bottom-left",portal:n,className:l,hover:d}=r,i=A("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 u=A("span","persona-combo-btn-label");u.textContent=a,i.appendChild(u);let c=ye(t,14,"currentColor",2);c&&(c.style.marginLeft="4px",c.style.opacity="0.6",i.appendChild(c)),d&&(i.style.borderRadius=(h=d.borderRadius)!=null?h:"10px",i.style.padding=(g=d.padding)!=null?g:"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 k,b;i.style.backgroundColor=(k=d.background)!=null?k:"",i.style.borderColor=(b=d.border)!=null?b:""}),i.addEventListener("mouseleave",()=>{i.style.backgroundColor="",i.style.borderColor="transparent"}));let f=Hr({items:e,onSelect:k=>{i.setAttribute("aria-expanded","false"),s(k)},anchor:i,position:o,portal:n});return n||i.appendChild(f.element),i.addEventListener("click",k=>{k.stopPropagation();let b=!f.element.classList.contains("persona-hidden");i.setAttribute("aria-expanded",b?"false":"true"),f.toggle()}),i.addEventListener("keydown",k=>{(k.key==="Enter"||k.key===" ")&&(k.preventDefault(),i.click())}),{element:i,setLabel:k=>{u.textContent=k,i.setAttribute("aria-label",k)},open:()=>{i.setAttribute("aria-expanded","true"),f.show()},close:()=>{i.setAttribute("aria-expanded","false"),f.hide()},toggle:()=>{let k=!f.element.classList.contains("persona-hidden");i.setAttribute("aria-expanded",k?"false":"true"),f.toggle()},destroy:()=>{f.destroy(),i.remove()}}}var gT=r=>{var e;let a=gr({config:r.config,showClose:r.showClose,onClose:r.onClose,onClearChat:r.onClearChat}),t=(e=r.layoutHeaderConfig)==null?void 0:e.onTitleClick;if(t){let s=a.headerTitle.parentElement;s&&(s.style.cursor="pointer",s.setAttribute("role","button"),s.setAttribute("tabindex","0"),s.addEventListener("click",()=>t()),s.addEventListener("keydown",o=>{(o.key==="Enter"||o.key===" ")&&(o.preventDefault(),t())}))}return a};function lI(r,a,t){var e,s,o;if(a!=null&&a.length)for(let n of a){let l=A("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=(e=n.ariaLabel)!=null?e:n.label)!=null?s:n.id),n.icon){let d=ye(n.icon,14,"currentColor",2);d&&l.appendChild(d)}else n.label&&(l.textContent=n.label);if((o=n.menuItems)!=null&&o.length){let d=A("div","persona-relative");d.appendChild(l);let i=Hr({items:n.menuItems,onSelect:u=>t==null?void 0:t(u),anchor:d,position:"bottom-left"});d.appendChild(i.element),l.addEventListener("click",u=>{u.stopPropagation(),i.toggle()}),r.appendChild(d)}else l.addEventListener("click",()=>t==null?void 0:t(n.id)),r.appendChild(l)}}var MT=r=>{var M,H,m,y,L,C,I,z,U;let{config:a,showClose:t=!0,onClose:e,layoutHeaderConfig:s,onHeaderAction:o}=r,n=(M=a==null?void 0:a.launcher)!=null?M:{},l=A("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 d=s==null?void 0:s.titleMenu,i,u;if(d)i=gk({label:(H=n.title)!=null?H:"Chat Assistant",menuItems:d.menuItems,onSelect:d.onSelect,hover:d.hover,className:""}).element,i.style.color=Xa.titleColor,u=(m=i.querySelector(".persona-combo-btn-label"))!=null?m:i;else{if(i=A("div","persona-flex persona-min-w-0 persona-flex-1 persona-items-center persona-gap-1"),u=A("span","persona-text-base persona-font-semibold persona-truncate"),u.style.color=Xa.titleColor,u.textContent=(y=n.title)!=null?y:"Chat Assistant",i.appendChild(u),lI(i,s==null?void 0:s.trailingActions,(L=s==null?void 0:s.onAction)!=null?L:o),s!=null&&s.onTitleClick){i.style.cursor="pointer",i.setAttribute("role","button"),i.setAttribute("tabindex","0");let J=s.onTitleClick;i.addEventListener("click",Ce=>{Ce.target.closest("button")||J()}),i.addEventListener("keydown",Ce=>{(Ce.key==="Enter"||Ce.key===" ")&&(Ce.preventDefault(),J())})}let D=s==null?void 0:s.titleRowHover;D&&(i.style.borderRadius=(C=D.borderRadius)!=null?C:"10px",i.style.padding=(I=D.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 J,Ce;i.style.backgroundColor=(J=D.background)!=null?J:"",i.style.borderColor=(Ce=D.border)!=null?Ce:""}),i.addEventListener("mouseleave",()=>{i.style.backgroundColor="",i.style.borderColor="transparent"}))}l.appendChild(i);let c=(z=n.closeButtonSize)!=null?z:"32px",f=A("div",""),h=A("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=c,h.style.width=c,h.type="button",h.setAttribute("aria-label","Close chat"),h.style.display=t?"":"none",h.style.color=n.closeButtonColor||Xa.actionIconColor;let g=(U=n.closeButtonIconName)!=null?U:"x",k=ye(g,"20px","currentColor",2);k?h.appendChild(k):h.textContent="\xD7",e&&h.addEventListener("click",e),f.appendChild(h),l.appendChild(f);let b=A("div");b.style.display="none";let v=A("span");return v.style.display="none",{header:l,iconHolder:b,headerTitle:u,headerSubtitle:v,closeButton:h,closeButtonWrapper:f,clearChatButton:null,clearChatButtonWrapper:null}},Mk={default:gT,minimal:MT},yT=r=>{var a;return(a=Mk[r])!=null?a:Mk.default},vi=(r,a,t)=>{var n,l,d;if(a!=null&&a.render){let i=a.render({config:r,onClose:t==null?void 0:t.onClose,onClearChat:t==null?void 0:t.onClearChat,trailingActions:a.trailingActions,onAction:a.onAction}),u=A("div");u.style.display="none";let c=A("span"),f=A("span"),h=A("button");h.style.display="none";let g=A("div");return g.style.display="none",{header:i,iconHolder:u,headerTitle:c,headerSubtitle:f,closeButton:h,closeButtonWrapper:g,clearChatButton:null,clearChatButtonWrapper:null}}let e=(n=a==null?void 0:a.layout)!=null?n:"default",o=yT(e)({config:r,showClose:(d=(l=a==null?void 0:a.showCloseButton)!=null?l:t==null?void 0:t.showClose)!=null?d:!0,onClose:t==null?void 0:t.onClose,onClearChat:t==null?void 0:t.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 bi=r=>{var vt,Fe,De,be,ce,K,oe,de,Ee,qe,se,ee,Je,Re,mt,_t,qt,me,he,pt,xt,Ue,Ye,bt,Vt,Yt,R;let{config:a}=r,t=A("div","persona-widget-footer persona-border-t-persona-divider persona-bg-persona-surface persona-px-6 persona-py-4");t.setAttribute("data-persona-theme-zone","composer");let e=A("div","persona-mb-3 persona-flex persona-flex-wrap persona-gap-2"),s=A("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=A("textarea");o.setAttribute("data-persona-composer-input",""),o.placeholder=(Fe=(vt=a==null?void 0:a.copy)==null?void 0:vt.inputPlaceholder)!=null?Fe:"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 d=3*20;o.style.maxHeight=`${d}px`,o.style.overflowY="auto";let i=()=>{o.style.height="auto";let X=Math.min(o.scrollHeight,d);o.style.height=`${X}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 u=(De=a==null?void 0:a.sendButton)!=null?De:{},c=(be=u.useIcon)!=null?be:!1,f=(ce=u.iconText)!=null?ce:"\u2191",h=u.iconName,g=(K=u.tooltipText)!=null?K:"Send message",k=(oe=u.showTooltip)!=null?oe:!1,b=(de=u.size)!=null?de:"40px",v=u.backgroundColor,M=u.textColor,H=A("div","persona-send-button-wrapper"),m=A("button",c?"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",""),c){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="",h){let X=parseFloat(b)||24,le=M&&typeof M=="string"&&M.trim()?M.trim():"currentColor",Ne=ye(h,X,le,2);Ne?(m.appendChild(Ne),m.style.color=le):(m.textContent=f,M?m.style.color=M:m.classList.add("persona-text-white"))}else m.textContent=f,M?m.style.color=M:m.classList.add("persona-text-white");v?m.style.backgroundColor=v:m.classList.add("persona-bg-persona-primary")}else m.textContent=(qe=(Ee=a==null?void 0:a.copy)==null?void 0:Ee.sendButtonLabel)!=null?qe:"Send",M?m.style.color=M:m.classList.add("persona-text-white");if(u.borderWidth&&(m.style.borderWidth=u.borderWidth,m.style.borderStyle="solid"),u.borderColor&&(m.style.borderColor=u.borderColor),u.paddingX?(m.style.paddingLeft=u.paddingX,m.style.paddingRight=u.paddingX):(m.style.paddingLeft="",m.style.paddingRight=""),u.paddingY?(m.style.paddingTop=u.paddingY,m.style.paddingBottom=u.paddingY):(m.style.paddingTop="",m.style.paddingBottom=""),k&&g){let X=A("div","persona-send-button-tooltip");X.textContent=g,H.appendChild(X)}H.appendChild(m);let y=(se=a==null?void 0:a.voiceRecognition)!=null?se:{},L=y.enabled===!0,C=null,I=null,z=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined"),U=((ee=y.provider)==null?void 0:ee.type)==="runtype";if(L&&(z||U)){I=A("div","persona-send-button-wrapper"),C=A("button","persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer"),C.type="button",C.setAttribute("data-persona-composer-mic",""),C.setAttribute("aria-label","Start voice recognition");let X=(Je=y.iconName)!=null?Je:"mic",le=(Re=y.iconSize)!=null?Re:b,Ne=parseFloat(le)||24,pe=(mt=y.backgroundColor)!=null?mt:v,Be=(_t=y.iconColor)!=null?_t:M;C.style.width=le,C.style.height=le,C.style.minWidth=le,C.style.minHeight=le,C.style.fontSize="18px",C.style.lineHeight="1";let Se=Be||"currentColor",Ve=ye(X,Ne,Se,1.5);Ve?(C.appendChild(Ve),C.style.color=Se):(C.textContent="\u{1F3A4}",C.style.color=Se),pe?C.style.backgroundColor=pe:C.classList.add("persona-bg-persona-primary"),Be?C.style.color=Be:!Be&&!M&&C.classList.add("persona-text-white"),y.borderWidth&&(C.style.borderWidth=y.borderWidth,C.style.borderStyle="solid"),y.borderColor&&(C.style.borderColor=y.borderColor),y.paddingX&&(C.style.paddingLeft=y.paddingX,C.style.paddingRight=y.paddingX),y.paddingY&&(C.style.paddingTop=y.paddingY,C.style.paddingBottom=y.paddingY),I.appendChild(C);let He=(qt=y.tooltipText)!=null?qt:"Start voice recognition";if(((me=y.showTooltip)!=null?me:!1)&&He){let et=A("div","persona-send-button-tooltip");et.textContent=He,I.appendChild(et)}}let J=(he=a==null?void 0:a.attachments)!=null?he:{},Ce=J.enabled===!0,ae=null,we=null,Te=null,Q=null;if(Ce){Q=A("div","persona-attachment-previews persona-flex persona-flex-wrap persona-gap-2 persona-mb-2"),Q.style.display="none",Te=A("input"),Te.type="file",Te.accept=((pt=J.allowedTypes)!=null?pt:xr).join(","),Te.multiple=((xt=J.maxFiles)!=null?xt:4)>1,Te.style.display="none",Te.setAttribute("aria-label","Attach files"),we=A("div","persona-send-button-wrapper"),ae=A("button","persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer persona-attachment-button"),ae.type="button",ae.setAttribute("aria-label",(Ue=J.buttonTooltipText)!=null?Ue:"Attach file");let X=(Ye=J.buttonIconName)!=null?Ye:"paperclip",le=b,Ne=parseFloat(le)||40,pe=Math.round(Ne*.6);ae.style.width=le,ae.style.height=le,ae.style.minWidth=le,ae.style.minHeight=le,ae.style.fontSize="18px",ae.style.lineHeight="1",ae.style.backgroundColor="transparent",ae.style.color="var(--persona-primary, #111827)",ae.style.border="none",ae.style.borderRadius="6px",ae.style.transition="background-color 0.15s ease",ae.addEventListener("mouseenter",()=>{ae.style.backgroundColor="var(--persona-palette-colors-black-alpha-50, rgba(0, 0, 0, 0.05))"}),ae.addEventListener("mouseleave",()=>{ae.style.backgroundColor="transparent"});let Be=ye(X,pe,"currentColor",1.5);Be?ae.appendChild(Be):ae.textContent="\u{1F4CE}",ae.addEventListener("click",He=>{He.preventDefault(),Te==null||Te.click()}),we.appendChild(ae);let Se=(bt=J.buttonTooltipText)!=null?bt:"Attach file",Ve=A("div","persona-send-button-tooltip");Ve.textContent=Se,we.appendChild(Ve)}s.addEventListener("click",X=>{X.target!==m&&X.target!==H&&X.target!==C&&X.target!==I&&X.target!==ae&&X.target!==we&&o.focus()}),Q&&(Q.style.gap="8px",s.append(Q)),Te&&s.append(Te),s.append(o);let Ae=A("div","persona-flex persona-items-center persona-justify-between persona-w-full"),$=A("div","persona-flex persona-items-center persona-gap-2");we&&$.append(we);let Y=A("div","persona-flex persona-items-center persona-gap-1");I&&Y.append(I),Y.append(H),Ae.append($,Y),s.append(Ae);let re=A("div","persona-mt-2 persona-text-right persona-text-xs persona-text-persona-muted");re.setAttribute("data-persona-composer-status","");let yt=(Vt=a==null?void 0:a.statusIndicator)!=null?Vt:{},Xe=(Yt=yt.visible)!=null?Yt:!0;return re.style.display=Xe?"":"none",re.textContent=(R=yt.idleText)!=null?R:"Online",t.append(e,s,re),{footer:t,suggestions:e,composerForm:s,textarea:o,sendButton:m,sendButtonWrapper:H,micButton:C,micButtonWrapper:I,statusText:re,attachmentButton:ae,attachmentButtonWrapper:we,attachmentInput:Te,attachmentPreviewsContainer:Q,actionsRow:Ae,leftActions:$,rightActions:Y}};var vP=r=>{var i,u,c,f,h,g,k;let a=(u=(i=r==null?void 0:r.launcher)==null?void 0:i.enabled)!=null?u:!0;if(sa(r)){let b=A("div","persona-relative persona-h-full persona-w-full persona-flex persona-flex-1 persona-min-h-0 persona-flex-col"),v=A("div","persona-relative persona-h-full persona-w-full persona-flex persona-flex-1 persona-min-h-0 persona-flex-col");return b.appendChild(v),{wrapper:b,panel:v}}if(!a){let b=A("div","persona-relative persona-h-full persona-flex persona-flex-col persona-flex-1 persona-min-h-0"),v=A("div","persona-relative persona-flex-1 persona-flex persona-flex-col persona-min-h-0"),M=(f=(c=r==null?void 0:r.launcher)==null?void 0:c.width)!=null?f:"100%";return b.style.width=M,v.style.width="100%",b.appendChild(v),{wrapper:b,panel:v}}let e=(h=r==null?void 0:r.launcher)!=null?h:{},s=e.position&&Za[e.position]?Za[e.position]:Za["bottom-right"],o=A("div",`persona-widget-wrapper persona-fixed ${s} persona-z-50 persona-transition`),n=A("div","persona-widget-panel persona-relative persona-min-h-[320px]"),l=(k=(g=r==null?void 0:r.launcher)==null?void 0:g.width)!=null?k:r==null?void 0:r.launcherWidth,d=l!=null?l:"min(400px, calc(100vw - 24px))";return n.style.width=d,n.style.maxWidth=d,o.appendChild(n),{wrapper:o,panel:n}},bP=(r,a=!0)=>{var b,v,M,H,m,y,L,C,I;let t=A("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");t.setAttribute("data-persona-theme-zone","container");let e=(b=r==null?void 0:r.layout)==null?void 0:b.header,s=((v=r==null?void 0:r.layout)==null?void 0:v.showHeader)!==!1,o=e?vi(r,e,{showClose:a}):gr({config:r,showClose:a}),n=A("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=sa(r)?"persona-rounded-2xl persona-bg-persona-surface persona-p-6":"persona-rounded-2xl persona-bg-persona-surface persona-p-6 persona-shadow-sm",d=A("div",l),i=A("h2","persona-text-lg persona-font-semibold persona-text-persona-primary");i.textContent=(H=(M=r==null?void 0:r.copy)==null?void 0:M.welcomeTitle)!=null?H:"Hello \u{1F44B}";let u=A("p","persona-mt-2 persona-text-sm persona-text-persona-muted");u.textContent=(y=(m=r==null?void 0:r.copy)==null?void 0:m.welcomeSubtitle)!=null?y:"Ask anything about your account or products.",d.append(i,u);let c=A("div","persona-flex persona-flex-col persona-gap-3"),f=(L=r==null?void 0:r.layout)==null?void 0:L.contentMaxWidth;f&&(c.style.maxWidth=f,c.style.marginLeft="auto",c.style.marginRight="auto",c.style.width="100%"),((C=r==null?void 0:r.copy)==null?void 0:C.showWelcomeCard)!==!1?n.append(d,c):(n.classList.remove("persona-gap-6"),n.classList.add("persona-gap-3"),n.append(c));let g=bi({config:r}),k=((I=r==null?void 0:r.layout)==null?void 0:I.showFooter)!==!1;return s?Jr(t,o,r):(o.header.style.display="none",Jr(t,o,r)),t.append(n),k||(g.footer.style.display="none"),t.append(g.footer),{container:t,body:n,messagesWrapper:c,suggestions:g.suggestions,textarea:g.textarea,sendButton:g.sendButton,sendButtonWrapper:g.sendButtonWrapper,micButton:g.micButton,micButtonWrapper:g.micButtonWrapper,composerForm:g.composerForm,statusText:g.statusText,introTitle:i,introSubtitle:u,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:g.footer,attachmentButton:g.attachmentButton,attachmentButtonWrapper:g.attachmentButtonWrapper,attachmentInput:g.attachmentInput,attachmentPreviewsContainer:g.attachmentPreviewsContainer,actionsRow:g.actionsRow,leftActions:g.leftActions,rightActions:g.rightActions}};var iI=r=>{let a=r.toLowerCase();return a.startsWith("data:image/svg+xml")?!1:!!(/^(?:https?|blob):/i.test(r)||a.startsWith("data:image/")||!r.includes(":"))},dI=320,pI=320,cI=r=>!r.contentParts||r.contentParts.length===0?[]:r.contentParts.filter(a=>a.type==="image"&&typeof a.image=="string"&&a.image.trim().length>0),uI=(r,a,t)=>{if(r.length===0)return null;try{let e=A("div","persona-flex persona-flex-col persona-gap-2");e.setAttribute("data-message-attachments","images"),a&&(e.style.marginBottom="8px");let s=0,o=!1,n=()=>{o||(o=!0,e.remove(),t==null||t())};return r.forEach((l,d)=>{var c;let i=A("img");i.alt=((c=l.alt)==null?void 0:c.trim())||`Attached image ${d+1}`,i.loading="lazy",i.decoding="async",i.referrerPolicy="no-referrer",i.style.display="block",i.style.width="100%",i.style.maxWidth=`${dI}px`,i.style.maxHeight=`${pI}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 u=!1;s+=1,i.addEventListener("error",()=>{u||(u=!0,s=Math.max(0,s-1),i.remove(),s===0&&n())}),i.addEventListener("load",()=>{u=!0}),iI(l.image)?(i.src=l.image,e.appendChild(i)):(u=!0,s=Math.max(0,s-1),i.remove())}),s===0?(n(),null):e}catch{return t==null||t(),null}},Kr=()=>{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-bg-persona-primary persona-animate-typing persona-rounded-full persona-h-1.5 persona-w-1.5",a.style.animationDelay="0ms";let t=document.createElement("div");t.className="persona-bg-persona-primary persona-animate-typing persona-rounded-full persona-h-1.5 persona-w-1.5",t.style.animationDelay="250ms";let e=document.createElement("div");e.className="persona-bg-persona-primary persona-animate-typing persona-rounded-full persona-h-1.5 persona-w-1.5",e.style.animationDelay="500ms";let s=document.createElement("span");return s.className="persona-sr-only",s.textContent="Loading",r.appendChild(a),r.appendChild(t),r.appendChild(e),r.appendChild(s),r},vT=(r,a,t)=>{let e={config:t!=null?t:{},streaming:!0,location:r,defaultRenderer:Kr};if(a){let s=a(e);if(s!==null)return s}return Kr()},fI=(r,a)=>{let t=A("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"),e=a==="user"?r.userAvatar:r.assistantAvatar;if(e)if(e.startsWith("http")||e.startsWith("/")||e.startsWith("data:")){let s=A("img");s.src=e,s.alt=a==="user"?"User":"Assistant",s.className="persona-w-full persona-h-full persona-rounded-full persona-object-cover",t.appendChild(s)}else t.textContent=e,t.classList.add(a==="user"?"persona-bg-persona-accent":"persona-bg-persona-primary","persona-text-white");else t.textContent=a==="user"?"U":"A",t.classList.add(a==="user"?"persona-bg-persona-accent":"persona-bg-persona-primary","persona-text-white");return t},CP=(r,a)=>{let t=A("div","persona-text-xs persona-text-persona-muted"),e=new Date(r.createdAt);return a.format?t.textContent=a.format(e):t.textContent=e.toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"}),t},hI=(r,a="bubble")=>{let t=["vanilla-message-bubble","persona-max-w-[85%]"];switch(a){case"flat":r==="user"?t.push("vanilla-message-user-bubble","persona-ml-auto","persona-text-persona-primary","persona-py-2"):t.push("vanilla-message-assistant-bubble","persona-text-persona-primary","persona-py-2");break;case"minimal":t.push("persona-text-sm","persona-leading-relaxed"),r==="user"?t.push("vanilla-message-user-bubble","persona-ml-auto","persona-bg-persona-accent","persona-text-white","persona-px-3","persona-py-2","persona-rounded-lg"):t.push("vanilla-message-assistant-bubble","persona-bg-persona-surface","persona-text-persona-primary","persona-px-3","persona-py-2","persona-rounded-lg");break;default:t.push("persona-rounded-2xl","persona-text-sm","persona-leading-relaxed","persona-shadow-sm"),r==="user"?t.push("vanilla-message-user-bubble","persona-ml-auto","persona-bg-persona-accent","persona-text-white","persona-px-5","persona-py-3"):t.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 t},bT=(r,a,t)=>{var h,g,k,b,v,M;let e=(h=a.showCopy)!=null?h:!0,s=(g=a.showUpvote)!=null?g:!0,o=(k=a.showDownvote)!=null?k:!0;if(!e&&!s&&!o){let H=A("div");return H.style.display="none",H.id=`actions-${r.id}`,H.setAttribute("data-actions-for",r.id),H}let n=(b=a.visibility)!=null?b:"hover",l=(v=a.align)!=null?v:"right",d=(M=a.layout)!=null?M:"pill-inside",i={left:"persona-message-actions-left",center:"persona-message-actions-center",right:"persona-message-actions-right"}[l],u={"pill-inside":"persona-message-actions-pill","row-inside":"persona-message-actions-row"}[d],c=A("div",`persona-message-actions persona-flex persona-items-center persona-gap-1 persona-mt-2 ${i} ${u} ${n==="hover"?"persona-message-actions-hover":""}`);c.id=`actions-${r.id}`,c.setAttribute("data-actions-for",r.id);let f=(H,m,y)=>{let L=ra({icon:H,label:m,size:14,className:"persona-message-action-btn"});return L.setAttribute("data-action",y),L};return e&&c.appendChild(f("copy","Copy message","copy")),s&&c.appendChild(f("thumbs-up","Upvote","upvote")),o&&c.appendChild(f("thumbs-down","Downvote","downvote")),c},Ci=(r,a,t,e,s,o)=>{var U,D,J,Ce,ae,we,Te;let n=t!=null?t:{},l=(U=n.layout)!=null?U:"bubble",d=n.avatar,i=n.timestamp,u=(D=d==null?void 0:d.show)!=null?D:!1,c=(J=i==null?void 0:i.show)!=null?J:!1,f=(Ce=d==null?void 0:d.position)!=null?Ce:"left",h=(ae=i==null?void 0:i.position)!=null?ae:"below",g=hI(r.role,l),k=A("div",g.join(" "));k.id=`bubble-${r.id}`,k.setAttribute("data-message-id",r.id),k.setAttribute("data-persona-theme-zone",r.role==="user"?"user-message":"assistant-message"),r.role==="user"?(k.style.backgroundColor="var(--persona-message-user-bg, var(--persona-accent))",k.style.color="var(--persona-message-user-text, white)"):r.role==="assistant"&&(k.style.backgroundColor="var(--persona-message-assistant-bg, var(--persona-surface))",k.style.color="var(--persona-message-assistant-text, var(--persona-text))");let b=cI(r),v=(Te=(we=r.content)==null?void 0:we.trim())!=null?Te:"",H=b.length>0&&v===Y1,m=document.createElement("div");m.classList.add("persona-message-content");let y=a({text:r.content,message:r,streaming:!!r.streaming,raw:r.rawContent}),L=null;if(H?(L=document.createElement("div"),L.innerHTML=y,L.style.display="none",m.appendChild(L)):m.innerHTML=y,c&&h==="inline"&&r.createdAt){let Q=CP(r,i);Q.classList.add("persona-ml-2","persona-inline"),m.appendChild(Q)}if(b.length>0){let Q=uI(b,!H&&!!v,()=>{H&&L&&(L.style.display="")});Q?k.appendChild(Q):H&&L&&(L.style.display="")}if(k.appendChild(m),c&&h==="below"&&r.createdAt){let Q=CP(r,i);Q.classList.add("persona-mt-1"),k.appendChild(Q)}if(r.streaming&&r.role==="assistant"&&(!r.content||!r.content.trim())){let Q=vT("inline",o==null?void 0:o.loadingIndicatorRenderer,o==null?void 0:o.widgetConfig);Q&&k.appendChild(Q)}if(r.role==="assistant"&&!r.streaming&&r.content&&r.content.trim()&&(e==null?void 0:e.enabled)!==!1&&e){let Q=bT(r,e,s);k.appendChild(Q)}if(!u||r.role==="system")return k;let I=A("div",`persona-flex persona-gap-2 ${r.role==="user"?"persona-flex-row-reverse":""}`),z=fI(d,r.role);return f==="right"||f==="left"&&r.role==="user"?I.append(k,z):I.append(z,k),k.classList.remove("persona-max-w-[85%]"),k.classList.add("persona-max-w-[calc(85%-2.5rem)]"),I},wP=(r,a,t,e,s,o)=>{let n=t!=null?t:{};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}):Ci(r,a,t,e,s,o)};var wi=new Set,AP=(r,a)=>{let t=wi.has(r),e=a.querySelector('button[data-expand-header="true"]'),s=a.querySelector(".persona-border-t");if(!e||!s)return;e.setAttribute("aria-expanded",t?"true":"false");let o=e.querySelector(".persona-ml-auto"),n=o==null?void 0:o.querySelector(":scope > .persona-flex.persona-items-center");if(n){n.innerHTML="";let d=ye(t?"chevron-up":"chevron-down",16,"currentColor",2);d?n.appendChild(d):n.textContent=t?"Hide":"Show"}s.style.display=t?"":"none"},CT=r=>{let a=r.reasoning,t=A("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(t.id=`bubble-${r.id}`,t.setAttribute("data-message-id",r.id),!a)return t;let e=wi.has(r.id),s=A("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",e?"true":"false"),s.setAttribute("data-expand-header","true"),s.setAttribute("data-bubble-type","reasoning");let o=A("div","persona-flex persona-flex-col persona-text-left"),n=A("span","persona-text-xs persona-text-persona-primary");n.textContent="Thinking...",o.appendChild(n);let l=A("span","persona-text-xs persona-text-persona-primary");l.textContent=$H(a),o.appendChild(l),a.status==="complete"?n.style.display="none":n.style.display="";let d=A("div","persona-flex persona-items-center"),u=ye(e?"chevron-up":"chevron-down",16,"currentColor",2);u?d.appendChild(u):d.textContent=e?"Hide":"Show";let c=A("div","persona-flex persona-items-center persona-ml-auto");c.append(d),s.append(o,c);let f=A("div","persona-border-t persona-border-gray-200 persona-bg-gray-50 persona-px-4 persona-py-3");f.style.display=e?"":"none";let h=a.chunks.join(""),g=A("div","persona-whitespace-pre-wrap persona-text-xs persona-leading-snug persona-text-persona-muted");return g.textContent=h||(a.status==="complete"?"No additional context was shared.":"Waiting for details\u2026"),f.appendChild(g),(()=>{s.setAttribute("aria-expanded",e?"true":"false"),d.innerHTML="";let v=ye(e?"chevron-up":"chevron-down",16,"currentColor",2);v?d.appendChild(v):d.textContent=e?"Hide":"Show",f.style.display=e?"":"none"})(),t.append(s,f),t};var Ai=new Set,SP=(r,a,t)=>{var i;let e=Ai.has(r),s=(i=t==null?void 0:t.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",e?"true":"false");let l=o.querySelector(".persona-ml-auto"),d=l==null?void 0:l.querySelector(":scope > .persona-flex.persona-items-center");if(d){d.innerHTML="";let u=s.toggleTextColor||s.headerTextColor||"currentColor",c=ye(e?"chevron-up":"chevron-down",16,u,2);c?d.appendChild(c):d.textContent=e?"Hide":"Show"}n.style.display=e?"":"none"},wT=(r,a)=>{var k;let t=r.toolCall,e=(k=a==null?void 0:a.toolCall)!=null?k:{},s=A("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),e.backgroundColor&&(s.style.backgroundColor=e.backgroundColor),e.borderColor&&(s.style.borderColor=e.borderColor),e.borderWidth&&(s.style.borderWidth=e.borderWidth),e.borderRadius&&(s.style.borderRadius=e.borderRadius),!t)return s;let o=Ai.has(r.id),n=A("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"),e.headerBackgroundColor&&(n.style.backgroundColor=e.headerBackgroundColor),e.headerPaddingX&&(n.style.paddingLeft=e.headerPaddingX,n.style.paddingRight=e.headerPaddingX),e.headerPaddingY&&(n.style.paddingTop=e.headerPaddingY,n.style.paddingBottom=e.headerPaddingY);let l=A("div","persona-flex persona-flex-col persona-text-left"),d=A("span","persona-text-xs persona-text-persona-primary");e.headerTextColor&&(d.style.color=e.headerTextColor),d.textContent=jH(t),l.appendChild(d);let i=A("div","persona-flex persona-items-center"),u=e.toggleTextColor||e.headerTextColor||"currentColor",c=ye(o?"chevron-up":"chevron-down",16,u,2);c?i.appendChild(c):i.textContent=o?"Hide":"Show";let f=A("div","persona-flex persona-items-center persona-gap-2 persona-ml-auto");f.append(i),n.append(l,f);let h=A("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",e.contentBackgroundColor&&(h.style.backgroundColor=e.contentBackgroundColor),e.contentTextColor&&(h.style.color=e.contentTextColor),e.contentPaddingX&&(h.style.paddingLeft=e.contentPaddingX,h.style.paddingRight=e.contentPaddingX),e.contentPaddingY&&(h.style.paddingTop=e.contentPaddingY,h.style.paddingBottom=e.contentPaddingY),t.name){let b=A("div","persona-text-xs persona-text-persona-muted persona-italic");e.contentTextColor?b.style.color=e.contentTextColor:e.headerTextColor&&(b.style.color=e.headerTextColor),b.textContent=t.name,h.appendChild(b)}if(t.args!==void 0){let b=A("div","persona-space-y-1"),v=A("div","persona-text-xs persona-text-persona-muted");e.labelTextColor&&(v.style.color=e.labelTextColor),v.textContent="Arguments";let M=A("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");M.style.fontSize="0.75rem",M.style.lineHeight="1rem",e.codeBlockBackgroundColor&&(M.style.backgroundColor=e.codeBlockBackgroundColor),e.codeBlockBorderColor&&(M.style.borderColor=e.codeBlockBorderColor),e.codeBlockTextColor&&(M.style.color=e.codeBlockTextColor),M.textContent=t1(t.args),b.append(v,M),h.appendChild(b)}if(t.chunks&&t.chunks.length){let b=A("div","persona-space-y-1"),v=A("div","persona-text-xs persona-text-persona-muted");e.labelTextColor&&(v.style.color=e.labelTextColor),v.textContent="Activity";let M=A("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");M.style.fontSize="0.75rem",M.style.lineHeight="1rem",e.codeBlockBackgroundColor&&(M.style.backgroundColor=e.codeBlockBackgroundColor),e.codeBlockBorderColor&&(M.style.borderColor=e.codeBlockBorderColor),e.codeBlockTextColor&&(M.style.color=e.codeBlockTextColor),M.textContent=t.chunks.join(`
66
- `),b.append(v,M),h.appendChild(b)}if(t.status==="complete"&&t.result!==void 0){let b=A("div","persona-space-y-1"),v=A("div","persona-text-xs persona-text-persona-muted");e.labelTextColor&&(v.style.color=e.labelTextColor),v.textContent="Result";let M=A("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");M.style.fontSize="0.75rem",M.style.lineHeight="1rem",e.codeBlockBackgroundColor&&(M.style.backgroundColor=e.codeBlockBackgroundColor),e.codeBlockBorderColor&&(M.style.borderColor=e.codeBlockBorderColor),e.codeBlockTextColor&&(M.style.color=e.codeBlockTextColor),M.textContent=t1(t.result),b.append(v,M),h.appendChild(b)}if(t.status==="complete"&&typeof t.duration=="number"){let b=A("div","persona-text-xs persona-text-persona-muted");e.contentTextColor&&(b.style.color=e.contentTextColor),b.textContent=`Duration: ${t.duration}ms`,h.appendChild(b)}return(()=>{n.setAttribute("aria-expanded",o?"true":"false"),i.innerHTML="";let b=e.toggleTextColor||e.headerTextColor||"currentColor",v=ye(o?"chevron-up":"chevron-down",16,b,2);v?i.appendChild(v):i.textContent=o?"Hide":"Show",h.style.display=o?"":"none"})(),s.append(n,h),s};var AT=(r,a)=>{var k,b,v,M,H,m,y,L,C,I,z,U;let t=r.approval,e=(a==null?void 0:a.approval)!==!1?a==null?void 0:a.approval:void 0,s=(t==null?void 0:t.status)==="pending",o=A("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=(k=e==null?void 0:e.backgroundColor)!=null?k:"var(--persona-approval-bg, #fefce8)",o.style.borderColor=(b=e==null?void 0:e.borderColor)!=null?b:"var(--persona-approval-border, #fef08a)",!t)return o;let n=A("div","persona-flex persona-items-start persona-gap-3 persona-px-4 persona-py-3"),l=A("div","persona-flex-shrink-0 persona-mt-0.5");l.setAttribute("data-approval-icon","true");let d=t.status==="denied"?"shield-x":t.status==="timeout"?"shield-alert":"shield-check",i=t.status==="approved"?"var(--persona-feedback-success, #16a34a)":t.status==="denied"?"var(--persona-feedback-error, #dc2626)":t.status==="timeout"?"var(--persona-feedback-warning, #ca8a04)":(v=e==null?void 0:e.titleColor)!=null?v:"currentColor",u=ye(d,20,i,2);u&&l.appendChild(u);let c=A("div","persona-flex-1 persona-min-w-0"),f=A("div","persona-flex persona-items-center persona-gap-2"),h=A("span","persona-text-sm persona-font-medium persona-text-persona-primary");if(e!=null&&e.titleColor&&(h.style.color=e.titleColor),h.textContent=(M=e==null?void 0:e.title)!=null?M:"Approval Required",f.appendChild(h),!s){let D=A("span","persona-inline-flex persona-items-center persona-px-2 persona-py-0.5 persona-rounded-full persona-text-xs persona-font-medium");D.setAttribute("data-approval-status",t.status),t.status==="approved"?(D.style.backgroundColor="var(--persona-palette-colors-success-100, #dcfce7)",D.style.color="var(--persona-palette-colors-success-700, #15803d)",D.textContent="Approved"):t.status==="denied"?(D.style.backgroundColor="var(--persona-palette-colors-error-100, #fee2e2)",D.style.color="var(--persona-palette-colors-error-700, #b91c1c)",D.textContent="Denied"):t.status==="timeout"&&(D.style.backgroundColor="var(--persona-palette-colors-warning-100, #fef3c7)",D.style.color="var(--persona-palette-colors-warning-700, #b45309)",D.textContent="Timeout"),f.appendChild(D)}c.appendChild(f);let g=A("p","persona-text-sm persona-mt-0.5 persona-text-persona-muted");if(e!=null&&e.descriptionColor&&(g.style.color=e.descriptionColor),g.textContent=t.description,c.appendChild(g),t.parameters){let D=A("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");e!=null&&e.parameterBackgroundColor&&(D.style.backgroundColor=e.parameterBackgroundColor),e!=null&&e.parameterTextColor&&(D.style.color=e.parameterTextColor),D.style.fontSize="0.75rem",D.style.lineHeight="1rem",D.textContent=t1(t.parameters),c.appendChild(D)}if(s){let D=A("div","persona-flex persona-gap-2 persona-mt-2");D.setAttribute("data-approval-buttons","true");let J=A("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");J.type="button",J.style.backgroundColor=(H=e==null?void 0:e.approveButtonColor)!=null?H:"var(--persona-approval-approve-bg, #22c55e)",J.style.color=(m=e==null?void 0:e.approveButtonTextColor)!=null?m:"#ffffff",J.setAttribute("data-approval-action","approve");let Ce=ye("shield-check",14,(y=e==null?void 0:e.approveButtonTextColor)!=null?y:"#ffffff",2);Ce&&(Ce.style.marginRight="4px",J.appendChild(Ce));let ae=document.createTextNode((L=e==null?void 0:e.approveLabel)!=null?L:"Approve");J.appendChild(ae);let we=A("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");we.type="button",we.style.backgroundColor=(C=e==null?void 0:e.denyButtonColor)!=null?C:"transparent",we.style.color=(I=e==null?void 0:e.denyButtonTextColor)!=null?I:"var(--persona-feedback-error, #dc2626)",we.style.border=`1px solid ${e!=null&&e.denyButtonTextColor?e.denyButtonTextColor:"var(--persona-palette-colors-error-200, #fca5a5)"}`,we.setAttribute("data-approval-action","deny");let Te=ye("shield-x",14,(z=e==null?void 0:e.denyButtonTextColor)!=null?z:"var(--persona-feedback-error, #dc2626)",2);Te&&(Te.style.marginRight="4px",we.appendChild(Te));let Q=document.createTextNode((U=e==null?void 0:e.denyLabel)!=null?U:"Deny");we.appendChild(Q),D.append(J,we),c.appendChild(D)}return n.append(l,c),o.appendChild(n),o};var kP=r=>{let a=[];return{buttons:a,render:(e,s,o,n,l)=>{if(r.innerHTML="",a.length=0,!e||!e.length||(n!=null?n:s?s.getMessages():[]).some(h=>h.role==="user"))return;let u=document.createDocumentFragment(),c=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'}};e.forEach(h=>{let g=A("button","persona-rounded-button persona-bg-persona-surface persona-px-3 persona-py-1.5 persona-text-xs persona-font-medium persona-text-persona-muted hover:persona-opacity-90 persona-cursor-pointer persona-border persona-border-gray-200");g.type="button",g.textContent=h,g.disabled=c,l!=null&&l.fontFamily&&(g.style.fontFamily=f(l.fontFamily)),l!=null&&l.fontWeight&&(g.style.fontWeight=l.fontWeight),l!=null&&l.paddingX&&(g.style.paddingLeft=l.paddingX,g.style.paddingRight=l.paddingX),l!=null&&l.paddingY&&(g.style.paddingTop=l.paddingY,g.style.paddingBottom=l.paddingY),g.addEventListener("click",()=>{!s||s.isStreaming()||(o.value="",s.sendMessage(h))}),u.appendChild(g),a.push(g)}),r.appendChild(u)}}};var p1=class{constructor(a=2e3,t=null){this.head=0;this.count=0;this.totalCaptured=0;this.eventTypesSet=new Set;this.maxSize=a,this.buffer=new Array(a),this.store=t}push(a){var t;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),(t=this.store)==null||t.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 t=a.length>this.maxSize?a.slice(a.length-this.maxSize):a;for(let e of t)this.buffer[this.head]=e,this.head=(this.head+1)%this.maxSize,this.count<this.maxSize&&this.count++,this.eventTypesSet.add(e.type);return this.totalCaptured=a.length,t.length}getAllFromStore(){return this.store?this.store.getAll():Promise.resolve(this.getAll())}getRecent(a){let t=this.getAll();return a>=t.length?t:t.slice(t.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 c1=class{constructor(a="persona-event-stream",t="events"){this.db=null;this.pendingWrites=[];this.flushScheduled=!1;this.isDestroyed=!1;this.dbName=a,this.storeName=t}open(){return new Promise((a,t)=>{try{let e=indexedDB.open(this.dbName,1);e.onupgradeneeded=()=>{let s=e.result;s.objectStoreNames.contains(this.storeName)||s.createObjectStore(this.storeName,{keyPath:"id"}).createIndex("timestamp","timestamp",{unique:!1})},e.onsuccess=()=>{this.db=e.result,a()},e.onerror=()=>{t(e.error)}}catch(e){t(e)}})}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 e=this.db.transaction(this.storeName,"readwrite").objectStore(this.storeName);for(let s of a)e.put(s)}catch{}}getAll(){return new Promise((a,t)=>{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=()=>{t(n.error)}}catch(e){t(e)}})}getCount(){return new Promise((a,t)=>{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=()=>{t(o.error)}}catch(e){t(e)}})}clear(){return new Promise((a,t)=>{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=()=>{t(o.error)}}catch(e){t(e)}})}close(){this.db&&(this.db.close(),this.db=null)}destroy(){return this.isDestroyed=!0,this.pendingWrites=[],this.close(),new Promise((a,t)=>{try{let e=indexedDB.deleteDatabase(this.dbName);e.onsuccess=()=>{a()},e.onerror=()=>{t(e.error)}}catch(e){t(e)}})}flushWrites(){if(this.flushScheduled=!1,!this.db||this.isDestroyed||this.pendingWrites.length===0)return;let a=this.pendingWrites;this.pendingWrites=[];try{let e=this.db.transaction(this.storeName,"readwrite").objectStore(this.storeName);for(let s of a)e.put(s)}catch{}}};function Si(r,a){a&&a.split(/\s+/).forEach(t=>t&&r.classList.add(t))}var mI={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, #dbeafe)",text:"var(--persona-palette-colors-primary-700, #1e40af)"},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)"}},xI={bg:"var(--persona-palette-colors-gray-100, #f3f4f6)",text:"var(--persona-palette-colors-gray-600, #4b5563)"},gI=["flowName","stepName","reasoningText","text","name","tool","toolName"],MI=100;function yI(r,a){let t={...mI,...a};if(t[r])return t[r];for(let e of Object.keys(t))if(e.endsWith("_")&&r.startsWith(e))return t[e];return xI}function vI(r,a){return`+${((r-a)/1e3).toFixed(3)}s`}function bI(r){let a=new Date(r),t=String(a.getHours()).padStart(2,"0"),e=String(a.getMinutes()).padStart(2,"0"),s=String(a.getSeconds()).padStart(2,"0"),o=String(a.getMilliseconds()).padStart(3,"0");return`${t}:${e}:${s}.${o}`}function CI(r,a){try{let t=JSON.parse(r);if(typeof t!="object"||t===null)return null;for(let e of a){let s=e.split("."),o=t;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 wI(r){var a;return(a=navigator.clipboard)!=null&&a.writeText?navigator.clipboard.writeText(r):new Promise(t=>{let e=document.createElement("textarea");e.value=r,e.style.position="fixed",e.style.opacity="0",document.body.appendChild(e),e.select(),document.execCommand("copy"),document.body.removeChild(e),t()})}function AI(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 SI(r,a,t){let e,s;try{s=JSON.parse(r.payload),e=JSON.stringify(s,null,2)}catch{s=r.payload,e=r.payload}let o=a.find(l=>l.renderEventStreamPayload);if(o!=null&&o.renderEventStreamPayload&&t){let l=o.renderEventStreamPayload({event:r,config:t,defaultRenderer:()=>n(),parsedPayload:s});if(l)return l}return n();function n(){let l=A("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]"),d=A("pre","persona-m-0 persona-whitespace-pre-wrap persona-break-all persona-text-[11px] persona-text-persona-secondary persona-font-mono");return d.textContent=e,l.appendChild(d),l}}function ST(r,a,t,e,s,o,n,l){var f;let d=s.has(r.id),i=A("div","persona-border-b persona-border-persona-divider persona-text-xs");Si(i,(f=e.classNames)==null?void 0:f.eventRow);let u=n.find(h=>h.renderEventStreamRow);if(u!=null&&u.renderEventStreamRow&&l){let h=u.renderEventStreamRow({event:r,index:a,config:l,defaultRenderer:()=>c(),isExpanded:d,onToggleExpand:()=>o(r.id)});if(h)return i.appendChild(h),i}return i.appendChild(c()),i;function c(){var J,Ce;let h=A("div",""),g=A("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");g.setAttribute("data-event-id",r.id);let k=A("span","persona-flex-shrink-0 persona-text-persona-muted persona-w-4 persona-text-center persona-flex persona-items-center persona-justify-center"),b=ye(d?"chevron-down":"chevron-right","14px","currentColor",2);b&&k.appendChild(b);let v=A("span","persona-text-[11px] persona-text-persona-muted persona-whitespace-nowrap persona-flex-shrink-0 persona-font-mono persona-w-[70px]"),M=(J=e.timestampFormat)!=null?J:"relative";v.textContent=M==="relative"?vI(r.timestamp,t):bI(r.timestamp);let H=null;e.showSequenceNumbers!==!1&&(H=A("span","persona-text-[11px] persona-text-persona-muted persona-font-mono persona-flex-shrink-0 persona-w-[28px] persona-text-right"),H.textContent=String(a+1));let m=yI(r.type,e.badgeColors),y=A("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");y.style.backgroundColor=m.bg,y.style.color=m.text,y.style.borderColor=m.text+"50",y.textContent=r.type;let L=(Ce=e.descriptionFields)!=null?Ce:gI,C=CI(r.payload,L),I=null;C&&(I=A("span","persona-text-[11px] persona-text-persona-secondary persona-truncate persona-min-w-0"),I.textContent=C);let z=A("div","persona-flex-1 persona-min-w-0"),U=A("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"),D=ye("clipboard","12px","currentColor",1.5);return D&&U.appendChild(D),U.addEventListener("click",async ae=>{ae.stopPropagation(),await wI(AI(r)),U.innerHTML="";let we=ye("check","12px","currentColor",1.5);we&&U.appendChild(we),setTimeout(()=>{U.innerHTML="";let Te=ye("clipboard","12px","currentColor",1.5);Te&&U.appendChild(Te)},1500)}),g.appendChild(k),g.appendChild(v),H&&g.appendChild(H),g.appendChild(y),I&&g.appendChild(I),g.appendChild(z),g.appendChild(U),h.appendChild(g),d&&h.appendChild(SI(r,n,l)),h}}function TP(r){var i,u;let{buffer:a,getFullHistory:t,onClose:e,config:s,plugins:o=[]}=r,n=(u=(i=s==null?void 0:s.features)==null?void 0:i.eventStream)!=null?u:{},l=o.find(c=>c.renderEventStreamView);if(l!=null&&l.renderEventStreamView&&s){let c=l.renderEventStreamView({config:s,events:a.getAll(),defaultRenderer:()=>d().element,onClose:e});if(c)return{element:c,update:()=>{},destroy:()=>{}}}return d();function d(){let c=n.classNames,f=A("div","persona-event-stream-view persona-flex persona-flex-col persona-flex-1 persona-min-h-0");Si(f,c==null?void 0:c.panel);let h=[],g="",k="",b=null,v=[],M={},H=0,m=!1,y=0,L=0,C=!1,I=null,z=!1,U=0,D=new Set,J=new Map,Ce="",ae="",we=null,Te,Q,Ae,$,Y;function re(){let R=A("div","persona-flex persona-flex-col persona-flex-shrink-0"),X=A("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");Si(X,c==null?void 0:c.headerBar);let le=A("span","persona-text-sm persona-font-medium persona-text-persona-primary persona-whitespace-nowrap");le.textContent="Events",Te=A("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"),Te.textContent="0";let Ne=A("div","persona-flex-1");Q=A("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 pe=A("option","");pe.value="",pe.textContent="All events",Q.appendChild(pe),Ae=A("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"),Ae.type="button",Ae.title="Copy All";let Se=ye("clipboard-copy","12px","currentColor",1.5);Se&&Ae.appendChild(Se);let Ve=A("span","persona-text-xs");Ve.textContent="Copy All",Ae.appendChild(Ve),X.appendChild(le),X.appendChild(Te),X.appendChild(Ne),X.appendChild(Q),X.appendChild(Ae);let He=A("div","persona-relative persona-px-4 persona-py-2.5 persona-border-b persona-border-persona-divider persona-bg-persona-surface");Si(He,c==null?void 0:c.searchBar);let Qe=ye("search","14px","var(--persona-muted, #9ca3af)",1.5),et=A("span","persona-absolute persona-left-6 persona-top-1/2 persona--translate-y-1/2 persona-pointer-events-none persona-flex persona-items-center");Qe&&et.appendChild(Qe),$=A("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"),Si($,c==null?void 0:c.searchInput),$.type="text",$.placeholder="Search event payloads...",Y=A("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"),Y.type="button",Y.style.display="none";let ke=ye("x","12px","currentColor",2);return ke&&Y.appendChild(ke),He.appendChild(et),He.appendChild($),He.appendChild(Y),R.appendChild(X),R.appendChild(He),R}let yt,Xe=o.find(R=>R.renderEventStreamToolbar);if(Xe!=null&&Xe.renderEventStreamToolbar&&s){let R=Xe.renderEventStreamToolbar({config:s,defaultRenderer:()=>re(),eventCount:a.getSize(),filteredCount:0,onFilterChange:X=>{g=X,se(),Re()},onSearchChange:X=>{k=X,se(),Re()}});yt=R!=null?R:re()}else yt=re();let vt=A("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");vt.style.display="none";let Fe=A("div","persona-flex-1 persona-min-h-0 persona-relative"),De=A("div","persona-event-stream-list persona-overflow-y-auto persona-min-h-0");De.style.height="100%";let be=A("div","persona-absolute persona-bottom-3 persona-left-1/2 persona-transform persona--translate-x-1/2 persona-bg-persona-accent persona-text-white persona-text-xs persona-px-3 persona-py-1.5 persona-rounded-full persona-cursor-pointer persona-shadow-md persona-z-10 persona-flex persona-items-center persona-gap-1");Si(be,c==null?void 0:c.scrollIndicator),be.style.display="none";let ce=ye("arrow-down","12px","currentColor",2);ce&&be.appendChild(ce);let K=A("span","");be.appendChild(K);let oe=A("div","persona-flex persona-items-center persona-justify-center persona-h-full persona-text-sm persona-text-persona-muted");oe.style.display="none",Fe.appendChild(De),Fe.appendChild(oe),Fe.appendChild(be),f.setAttribute("tabindex","0"),f.appendChild(yt),f.appendChild(vt),f.appendChild(Fe);function de(){let R=a.getAll(),X={};for(let Ve of R)X[Ve.type]=(X[Ve.type]||0)+1;let le=Object.keys(X).sort(),Ne=le.length!==v.length||!le.every((Ve,He)=>Ve===v[He]),pe=!Ne&&le.some(Ve=>X[Ve]!==M[Ve]),Be=R.length!==Object.values(M).reduce((Ve,He)=>Ve+He,0);if(!Ne&&!pe&&!Be||(v=le,M=X,!Q))return;let Se=Q.value;if(Q.options[0].textContent="All events",Ne){for(;Q.options.length>1;)Q.remove(1);for(let Ve of le){let He=A("option","");He.value=Ve,He.textContent=`${Ve} (${X[Ve]||0})`,Q.appendChild(He)}Se&&le.includes(Se)?Q.value=Se:Se&&(Q.value="",g="")}else for(let Ve=1;Ve<Q.options.length;Ve++){let He=Q.options[Ve];He.textContent=`${He.value} (${X[He.value]||0})`}}function Ee(){let R=a.getAll();if(g&&(R=R.filter(X=>X.type===g)),k){let X=k.toLowerCase();R=R.filter(le=>le.type.toLowerCase().includes(X)||le.payload.toLowerCase().includes(X))}return R}function qe(){return g!==""||k!==""}function se(){H=0,y=0,m=!1,be.style.display="none"}function ee(R){D.has(R)?D.delete(R):D.add(R),we=R;let X=De.scrollTop,le=m;z=!0,m=!0,Re(),De.scrollTop=X,m=le,z=!1}function Je(){return De.scrollHeight-De.scrollTop-De.clientHeight<=50}function Re(){L=Date.now(),C=!1,de();let R=a.getEvictedCount();R>0?(vt.textContent=`${R.toLocaleString()} older events truncated`,vt.style.display=""):vt.style.display="none",h=Ee();let X=h.length,le=a.getSize()>0;Te&&(Te.textContent=String(a.getSize())),X===0&&le&&qe()?(oe.textContent=k?`No events matching '${k}'`:"No events matching filter",oe.style.display="",De.style.display="none"):(oe.style.display="none",De.style.display=""),Ae&&(Ae.title=qe()?`Copy Filtered (${X})`:"Copy All"),m&&X>H&&(y+=X-H,K.textContent=`${y} new event${y===1?"":"s"}`,be.style.display=""),H=X;let Ne=a.getAll(),pe=Ne.length>0?Ne[0].timestamp:0,Be=new Set(h.map(He=>He.id));for(let He of D)Be.has(He)||D.delete(He);let Se=g!==Ce||k!==ae,Ve=J.size===0&&h.length>0;if(Se||Ve||h.length===0){De.innerHTML="",J.clear();let He=document.createDocumentFragment();for(let Qe=0;Qe<h.length;Qe++){let et=ST(h[Qe],Qe,pe,n,D,ee,o,s);J.set(h[Qe].id,et),He.appendChild(et)}De.appendChild(He),Ce=g,ae=k,we=null}else{if(we!==null){let Qe=J.get(we);if(Qe&&Qe.parentNode===De){let et=h.findIndex(ke=>ke.id===we);if(et>=0){let ke=ST(h[et],et,pe,n,D,ee,o,s);De.insertBefore(ke,Qe),Qe.remove(),J.set(we,ke)}}we=null}let He=new Set(h.map(Qe=>Qe.id));for(let[Qe,et]of J)He.has(Qe)||(et.remove(),J.delete(Qe));for(let Qe=0;Qe<h.length;Qe++){let et=h[Qe];if(!J.has(et.id)){let ke=ST(et,Qe,pe,n,D,ee,o,s);J.set(et.id,ke),De.appendChild(ke)}}}m||(De.scrollTop=De.scrollHeight)}function mt(){if(Date.now()-L>=MI){I!==null&&(cancelAnimationFrame(I),I=null),Re();return}C||(C=!0,I=requestAnimationFrame(()=>{I=null,Re()}))}let _t=(R,X)=>{if(!Ae)return;Ae.innerHTML="";let le=ye(R,"12px","currentColor",1.5);le&&Ae.appendChild(le);let Ne=A("span","persona-text-xs");Ne.textContent="Copy All",Ae.appendChild(Ne),setTimeout(()=>{Ae.innerHTML="";let pe=ye("clipboard-copy","12px","currentColor",1.5);pe&&Ae.appendChild(pe);let Be=A("span","persona-text-xs");Be.textContent="Copy All",Ae.appendChild(Be),Ae.disabled=!1},X)},qt=async()=>{if(Ae){Ae.disabled=!0;try{let R;qe()?R=h:t?(R=await t(),R.length===0&&(R=a.getAll())):R=a.getAll();let X=R.map(le=>{try{return JSON.parse(le.payload)}catch{return le.payload}});await navigator.clipboard.writeText(JSON.stringify(X,null,2)),_t("check",1500)}catch{_t("x",1500)}}},me=()=>{Q&&(g=Q.value,se(),Re())},he=()=>{!$||!Y||(Y.style.display=$.value?"":"none",b&&clearTimeout(b),b=setTimeout(()=>{k=$.value,se(),Re()},150))},pt=()=>{!$||!Y||($.value="",k="",Y.style.display="none",b&&clearTimeout(b),se(),Re())},xt=()=>{if(z)return;let R=De.scrollTop,X=R>U;U=R,Je()&&X?(m=!1,y=0,be.style.display="none"):Je()||(m=!0)},Ue=R=>{R.deltaY<0&&(m=!0)},Ye=()=>{De.scrollTop=De.scrollHeight,m=!1,y=0,be.style.display="none"},bt=R=>{let X=R.target;if(!X||X.closest("button"))return;let le=X.closest("[data-event-id]");if(!le)return;let Ne=le.getAttribute("data-event-id");Ne&&ee(Ne)},Vt=R=>{if((R.metaKey||R.ctrlKey)&&R.key==="f"){R.preventDefault(),$==null||$.focus(),$==null||$.select();return}R.key==="Escape"&&($&&document.activeElement===$?(pt(),$.blur(),f.focus()):e&&e())};Ae&&Ae.addEventListener("click",qt),Q&&Q.addEventListener("change",me),$&&$.addEventListener("input",he),Y&&Y.addEventListener("click",pt),De.addEventListener("scroll",xt),De.addEventListener("wheel",Ue,{passive:!0}),De.addEventListener("click",bt),be.addEventListener("click",Ye),f.addEventListener("keydown",Vt);function Yt(){b&&clearTimeout(b),I!==null&&(cancelAnimationFrame(I),I=null),C=!1,J.clear(),Ae&&Ae.removeEventListener("click",qt),Q&&Q.removeEventListener("change",me),$&&$.removeEventListener("input",he),Y&&Y.removeEventListener("click",pt),De.removeEventListener("scroll",xt),De.removeEventListener("wheel",Ue),De.removeEventListener("click",bt),be.removeEventListener("click",Ye),f.removeEventListener("keydown",Vt)}return{element:f,update:mt,destroy:Yt}}}function LP(r,a){let t=typeof r.title=="string"&&r.title?r.title:"Untitled artifact",e=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-bg, #ffffff)",l.style.cursor="pointer",l.tabIndex=0,l.setAttribute("role","button"),l.setAttribute("aria-label",`Open ${t} in artifact panel`),e&&l.setAttribute("data-open-artifact",e);let d=document.createElement("div");d.className="persona-flex persona-h-10 persona-w-10 persona-flex-shrink-0 persona-items-center persona-justify-center persona-rounded-lg",d.style.border="1px solid var(--persona-border, #e5e7eb)",d.style.color="var(--persona-muted, #9ca3af)",d.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 u=document.createElement("div");u.className="persona-truncate persona-text-sm persona-font-medium",u.style.color="var(--persona-text, #1f2937)",u.textContent=t;let c=document.createElement("div");if(c.className="persona-text-xs persona-flex persona-items-center persona-gap-1.5",c.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, #3b82f6)",f.style.animation="persona-pulse 1.5s ease-in-out infinite",c.appendChild(f);let h=document.createElement("span");h.textContent=`Generating ${n.toLowerCase()}...`,c.appendChild(h)}else c.textContent=n;if(i.append(u,c),l.append(d,i),s==="complete"){let f=document.createElement("button");f.type="button",f.textContent="Download",f.title=`Download ${t}`,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",e),l.append(f)}return l}var EP=(r,a)=>{var e,s,o;let t=(o=(s=(e=a==null?void 0:a.config)==null?void 0:e.features)==null?void 0:s.artifacts)==null?void 0:o.renderCard;if(t){let n=typeof r.title=="string"&&r.title?r.title:"Untitled artifact",l=typeof r.artifactId=="string"?r.artifactId:"",d=r.status==="streaming"?"streaming":"complete",i=typeof r.artifactType=="string"?r.artifactType:"markdown",u=t({artifact:{artifactId:l,title:n,artifactType:i,status:d},config:a.config,defaultRenderer:()=>LP(r,a)});if(u)return u}return LP(r,a)};var kT=class{constructor(){this.components=new Map}register(a,t){this.components.has(a)&&console.warn(`[ComponentRegistry] Component "${a}" is already registered. Overwriting.`),this.components.set(a,t)}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(([t,e])=>{this.register(t,e)})}},Mr=new kT;Mr.register("PersonaArtifactCard",EP);function kI(r){var s;let a=A("div","persona-rounded-lg persona-border persona-border-persona-border persona-p-3 persona-text-persona-primary"),t=A("div","persona-font-semibold persona-text-sm persona-mb-2");t.textContent=r.component?`Component: ${r.component}`:"Component";let e=A("pre","persona-font-mono persona-text-xs persona-whitespace-pre-wrap persona-overflow-x-auto");return e.textContent=JSON.stringify((s=r.props)!=null?s:{},null,2),a.appendChild(t),a.appendChild(e),a}function HP(r,a){var Fe,De,be,ce;let t=(De=(Fe=r.features)==null?void 0:Fe.artifacts)==null?void 0:De.layout,s=((be=t==null?void 0:t.toolbarPreset)!=null?be:"default")==="document",o=(ce=t==null?void 0:t.panePadding)==null?void 0:ce.trim(),n=r.markdown?Ur(r.markdown):null,l=io(r.sanitize),d=K=>{let oe=n?n(K):lo(K);return l?l(oe):oe},i=typeof document!="undefined"?A("div","persona-artifact-backdrop persona-fixed persona-inset-0 persona-z-[55] persona-bg-black/30 persona-hidden md:persona-hidden"):null,u=()=>{i==null||i.classList.add("persona-hidden"),c.classList.remove("persona-artifact-drawer-open"),D==null||D.hide()};i&&i.addEventListener("click",()=>{var K;u(),(K=a.onDismiss)==null||K.call(a)});let c=A("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");c.setAttribute("data-persona-theme-zone","artifact-pane"),s&&c.classList.add("persona-artifact-pane-document");let f=A("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=A("span","persona-text-xs persona-font-medium persona-truncate");h.textContent="Artifacts";let g=A("button","persona-rounded-md persona-border persona-border-persona-border persona-px-2 persona-py-1 persona-text-xs persona-bg-persona-surface");g.type="button",g.textContent="Close",g.setAttribute("aria-label","Close artifacts panel"),g.addEventListener("click",()=>{var K;u(),(K=a.onDismiss)==null||K.call(a)});let k="rendered",b=A("div","persona-flex persona-items-center persona-gap-1 persona-shrink-0 persona-artifact-toggle-group"),v=s?ra({icon:"eye",label:"Rendered view",className:"persona-artifact-doc-icon-btn persona-artifact-view-btn"}):ra({icon:"eye",label:"Rendered view"}),M=s?ra({icon:"code-2",label:"Source",className:"persona-artifact-doc-icon-btn persona-artifact-code-btn"}):ra({icon:"code-2",label:"Source"}),H=A("div","persona-flex persona-items-center persona-gap-1 persona-shrink-0"),m=(t==null?void 0:t.documentToolbarShowCopyLabel)===!0,y=(t==null?void 0:t.documentToolbarShowCopyChevron)===!0,L=t==null?void 0:t.documentToolbarCopyMenuItems,C=!!(y&&L&&L.length>0),I=null,z,U=null,D=null;if(s&&(m||y)&&!C){if(z=m?d1({icon:"copy",label:"Copy",iconSize:14,className:"persona-artifact-doc-copy-btn"}):ra({icon:"copy",label:"Copy",className:"persona-artifact-doc-copy-btn"}),y){let K=ye("chevron-down",14,"currentColor",2);K&&z.appendChild(K)}}else s&&C?(I=A("div","persona-relative persona-inline-flex persona-items-center persona-gap-0 persona-rounded-md"),z=m?d1({icon:"copy",label:"Copy",iconSize:14,className:"persona-artifact-doc-copy-btn"}):ra({icon:"copy",label:"Copy",className:"persona-artifact-doc-copy-btn"}),U=ra({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(z,U)):s?z=ra({icon:"copy",label:"Copy",className:"persona-artifact-doc-icon-btn"}):z=ra({icon:"copy",label:"Copy"});let J=s?ra({icon:"refresh-cw",label:"Refresh",className:"persona-artifact-doc-icon-btn"}):ra({icon:"refresh-cw",label:"Refresh"}),Ce=s?ra({icon:"x",label:"Close",className:"persona-artifact-doc-icon-btn"}):ra({icon:"x",label:"Close"}),ae=()=>{var qe,se,ee;let K=(qe=Y.find(Je=>Je.id===re))!=null?qe:Y[Y.length-1],oe=(se=K==null?void 0:K.id)!=null?se:null,de=(K==null?void 0:K.artifactType)==="markdown"&&(ee=K.markdown)!=null?ee:"",Ee=K?JSON.stringify({component:K.component,props:K.props},null,2):"";return{markdown:de,jsonPayload:Ee,id:oe}},we=async()=>{var qe;let{markdown:K,jsonPayload:oe}=ae(),de=(qe=Y.find(se=>se.id===re))!=null?qe:Y[Y.length-1],Ee=(de==null?void 0:de.artifactType)==="markdown"?K:de?oe:"";try{await navigator.clipboard.writeText(Ee)}catch{}};if(z.addEventListener("click",async()=>{let K=t==null?void 0:t.onDocumentToolbarCopyMenuSelect;if(K&&C){let{markdown:oe,jsonPayload:de,id:Ee}=ae();try{await K({actionId:"primary",artifactId:Ee,markdown:oe,jsonPayload:de})}catch{}return}await we()}),U&&(L!=null&&L.length)){let K=()=>{var de;return(de=c.closest("[data-persona-root]"))!=null?de:document.body},oe=()=>{D=Hr({items:L.map(de=>({id:de.id,label:de.label})),onSelect:async de=>{let{markdown:Ee,jsonPayload:qe,id:se}=ae(),ee=t==null?void 0:t.onDocumentToolbarCopyMenuSelect;try{ee?await ee({actionId:de,artifactId:se,markdown:Ee,jsonPayload:qe}):de==="markdown"||de==="md"?await navigator.clipboard.writeText(Ee):de==="json"||de==="source"?await navigator.clipboard.writeText(qe):await navigator.clipboard.writeText(Ee||qe)}catch{}},anchor:I!=null?I:U,position:"bottom-right",portal:K()})};c.isConnected?oe():requestAnimationFrame(oe),U.addEventListener("click",de=>{de.stopPropagation(),D==null||D.toggle()})}J.addEventListener("click",async()=>{var K;try{await((K=t==null?void 0:t.onDocumentToolbarRefresh)==null?void 0:K.call(t))}catch{}Xe()}),Ce.addEventListener("click",()=>{var K;u(),(K=a.onDismiss)==null||K.call(a)});let Te=()=>{s&&(v.setAttribute("aria-pressed",k==="rendered"?"true":"false"),M.setAttribute("aria-pressed",k==="source"?"true":"false"))};v.addEventListener("click",()=>{k="rendered",Te(),Xe()}),M.addEventListener("click",()=>{k="source",Te(),Xe()});let Q=A("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(v,M),I?H.append(I,J,Ce):H.append(z,J,Ce),f.append(b,Q,H),Te()):(f.appendChild(h),f.appendChild(g)),o&&(f.style.paddingLeft=o,f.style.paddingRight=o);let Ae=A("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"),$=A("div","persona-artifact-content persona-flex-1 persona-min-h-0 persona-overflow-y-auto persona-p-3");o&&(Ae.style.paddingLeft=o,Ae.style.paddingRight=o,$.style.padding=o),c.appendChild(f),c.appendChild(Ae),c.appendChild($);let Y=[],re=null,yt=!1,Xe=()=>{var Ee,qe,se,ee;let K=s&&Y.length<=1;Ae.classList.toggle("persona-hidden",K),Ae.replaceChildren();for(let Je of Y){let Re=A("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");Re.type="button",Re.textContent=Je.title||Je.id.slice(0,8),Je.id===re&&Re.classList.add("persona-bg-persona-container","persona-border-persona-border"),Re.addEventListener("click",()=>a.onSelect(Je.id)),Ae.appendChild(Re)}$.replaceChildren();let oe=re&&Y.find(Je=>Je.id===re)||Y[Y.length-1];if(!oe)return;if(s){let Je=oe.artifactType==="markdown"?"MD":(Ee=oe.component)!=null?Ee:"Component",mt=(oe.title||"Document").trim().replace(/\s*·\s*MD\s*$/i,"").trim()||"Document";Q.textContent=`${mt} \xB7 ${Je}`}else h.textContent="Artifacts";if(oe.artifactType==="markdown"){if(s&&k==="source"){let Re=A("pre","persona-font-mono persona-text-xs persona-whitespace-pre-wrap persona-break-words persona-text-persona-primary");Re.textContent=(qe=oe.markdown)!=null?qe:"",$.appendChild(Re);return}let Je=A("div","persona-text-sm persona-leading-relaxed persona-markdown-bubble");Je.innerHTML=d((se=oe.markdown)!=null?se:""),$.appendChild(Je);return}let de=oe.component?Mr.get(oe.component):void 0;if(de){let Re={message:{id:oe.id,role:"assistant",content:"",createdAt:new Date().toISOString()},config:r,updateProps:()=>{}};try{let mt=de((ee=oe.props)!=null?ee:{},Re);if(mt){$.appendChild(mt);return}}catch{}}$.appendChild(kI(oe))},vt=()=>{var oe;let K=Y.length>0;if(c.classList.toggle("persona-hidden",!K),i){let de=typeof c.closest=="function"?c.closest("[data-persona-root]"):null,qe=((oe=de==null?void 0:de.classList.contains("persona-artifact-narrow-host"))!=null?oe:!1)||typeof window!="undefined"&&window.matchMedia("(max-width: 640px)").matches;K&&qe&&yt?(i.classList.remove("persona-hidden"),c.classList.add("persona-artifact-drawer-open")):(i.classList.add("persona-hidden"),c.classList.remove("persona-artifact-drawer-open"))}};return{element:c,backdrop:i,update(K){var oe,de,Ee;Y=K.artifacts,re=(Ee=(de=K.selectedId)!=null?de:(oe=K.artifacts[K.artifacts.length-1])==null?void 0:oe.id)!=null?Ee:null,Y.length>0&&(yt=!0),Xe(),vt()},setMobileOpen(K){yt=K,!K&&i?(i.classList.add("persona-hidden"),c.classList.remove("persona-artifact-drawer-open")):vt()}}}function qa(r){var a,t;return((t=(a=r==null?void 0:r.features)==null?void 0:a.artifacts)==null?void 0:t.enabled)===!0}function PP(r,a){var o,n,l,d;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"),!qa(a))return;let t=(n=(o=a.features)==null?void 0:o.artifacts)==null?void 0:n.layout,e=(l=t==null?void 0:t.paneBorder)==null?void 0:l.trim(),s=(d=t==null?void 0:t.paneBorderLeft)==null?void 0:d.trim();e?(r.classList.add("persona-artifact-border-full"),r.style.setProperty("--persona-artifact-pane-border",e)):s&&(r.classList.add("persona-artifact-border-left"),r.style.setProperty("--persona-artifact-pane-border-left",s))}function TI(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 yk(r,a){var d,i,u,c,f,h,g,k,b,v;if(!qa(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"),TI(r),PP(r,a);return}let t=(i=(d=a.features)==null?void 0:d.artifacts)==null?void 0:i.layout;r.style.setProperty("--persona-artifact-split-gap",(u=t==null?void 0:t.splitGap)!=null?u:"0.5rem"),r.style.setProperty("--persona-artifact-pane-width",(c=t==null?void 0:t.paneWidth)!=null?c:"40%"),r.style.setProperty("--persona-artifact-pane-max-width",(f=t==null?void 0:t.paneMaxWidth)!=null?f:"28rem"),t!=null&&t.paneMinWidth?r.style.setProperty("--persona-artifact-pane-min-width",t.paneMinWidth):r.style.removeProperty("--persona-artifact-pane-min-width");let e=(h=t==null?void 0:t.paneBackground)==null?void 0:h.trim();e?r.style.setProperty("--persona-artifact-pane-bg",e):r.style.removeProperty("--persona-artifact-pane-bg");let s=(g=t==null?void 0:t.panePadding)==null?void 0:g.trim();s?r.style.setProperty("--persona-artifact-pane-padding",s):r.style.removeProperty("--persona-artifact-pane-padding");let o=(k=t==null?void 0:t.documentToolbarIconColor)==null?void 0:k.trim();o?r.style.setProperty("--persona-artifact-doc-toolbar-icon-color",o):r.style.removeProperty("--persona-artifact-doc-toolbar-icon-color");let n=(b=t==null?void 0:t.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=(v=t==null?void 0:t.documentToolbarToggleActiveBorderColor)==null?void 0:v.trim();l?r.style.setProperty("--persona-artifact-doc-toggle-active-border",l):r.style.removeProperty("--persona-artifact-doc-toggle-active-border"),PP(r,a)}var RP=["panel","seamless"];function vk(r,a){var l,d,i,u,c,f;for(let h of RP)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"),!qa(a))return;let t=(d=(l=a.features)==null?void 0:l.artifacts)==null?void 0:d.layout,e=(i=t==null?void 0:t.paneAppearance)!=null?i:"panel",s=RP.includes(e)?e:"panel";r.classList.add(`persona-artifact-appearance-${s}`);let o=(u=t==null?void 0:t.paneBorderRadius)==null?void 0:u.trim();o&&r.style.setProperty("--persona-artifact-pane-radius",o);let n=(c=t==null?void 0:t.paneShadow)==null?void 0:c.trim();if(n&&r.style.setProperty("--persona-artifact-pane-shadow",n),(t==null?void 0:t.unifiedSplitChrome)===!0){r.classList.add("persona-artifact-unified-split");let h=((f=t.unifiedSplitOuterRadius)==null?void 0:f.trim())||o;h&&r.style.setProperty("--persona-artifact-unified-outer-radius",h)}}function BP(r,a){var t,e,s;return!a||!qa(r)?!1:((s=(e=(t=r.features)==null?void 0:t.artifacts)==null?void 0:e.layout)==null?void 0:s.expandLauncherPanelWhenOpen)!==!1}function LI(r,a){if(!(r!=null&&r.trim()))return a;let t=/^(\d+(?:\.\d+)?)px\s*$/i.exec(r.trim());return t?Math.max(0,Number(t[1])):a}function EI(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 HI(r,a,t){return t<a?a:Math.min(t,Math.max(a,r))}function PI(r,a,t,e){let s=r-e-2*a-t;return Math.max(0,s)}function IP(r,a){var n;let e=(n=(a.getComputedStyle(r).gap||"0px").trim().split(/\s+/)[0])!=null?n:"0px",s=/^([\d.]+)px$/i.exec(e);if(s)return Number(s[1]);let o=/^([\d.]+)/.exec(e);return o?Number(o[1]):8}function DP(r,a,t,e,s,o){let n=LI(s,200),l=PI(a,t,e,200);l=Math.max(n,l);let d=EI(o);return d!==null&&(l=Math.min(l,d)),HI(r,n,l)}var VP={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"}},TT=(r,a,t,e)=>{let s=r.querySelectorAll("[data-tv-form]");s.length&&s.forEach(o=>{var g,k,b;if(o.dataset.enhanced==="true")return;let n=(g=o.dataset.tvForm)!=null?g:"init";o.dataset.enhanced="true";let l=(k=VP[n])!=null?k:VP.init;o.classList.add("persona-form-card","persona-space-y-4");let d=A("div","persona-space-y-1"),i=A("h3","persona-text-base persona-font-semibold persona-text-persona-primary");if(i.textContent=l.title,d.appendChild(i),l.description){let v=A("p","persona-text-sm persona-text-persona-muted");v.textContent=l.description,d.appendChild(v)}let u=document.createElement("form");u.className="persona-form-grid persona-space-y-3",l.fields.forEach(v=>{var L,C;let M=A("label","persona-form-field persona-flex persona-flex-col persona-gap-1");M.htmlFor=`${a.id}-${n}-${v.name}`;let H=A("span","persona-text-xs persona-font-medium persona-text-persona-muted");H.textContent=v.label,M.appendChild(H);let m=(L=v.type)!=null?L:"text",y;m==="textarea"?(y=document.createElement("textarea"),y.rows=3):(y=document.createElement("input"),y.type=m),y.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",y.id=`${a.id}-${n}-${v.name}`,y.name=v.name,y.placeholder=(C=v.placeholder)!=null?C:"",v.required&&(y.required=!0),M.appendChild(y),u.appendChild(M)});let c=A("div","persona-flex persona-items-center persona-justify-between persona-gap-2"),f=A("div","persona-text-xs persona-text-persona-muted persona-min-h-[1.5rem]"),h=A("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",c.appendChild(f),c.appendChild(h),u.appendChild(c),o.replaceChildren(d,u),u.addEventListener("submit",async v=>{var y,L;v.preventDefault();let M=(y=t.formEndpoint)!=null?y:"/form",H=new FormData(u),m={};H.forEach((C,I)=>{m[I]=C}),m.type=n,h.disabled=!0,f.textContent="Submitting\u2026";try{let C=await fetch(M,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(m)});if(!C.ok)throw new Error(`Form submission failed (${C.status})`);let I=await C.json();f.textContent=(L=I.message)!=null?L:"Thanks! We'll be in touch soon.",I.success&&I.nextPrompt&&await e.sendMessage(String(I.nextPrompt))}catch(C){f.textContent=C instanceof Error?C.message:"Something went wrong. Please try again."}finally{h.disabled=!1}})})};var LT=class{constructor(){this.plugins=new Map}register(a){var t;this.plugins.has(a.id)&&console.warn(`Plugin "${a.id}" is already registered. Overwriting.`),this.plugins.set(a.id,a),(t=a.onRegister)==null||t.call(a)}unregister(a){var e;let t=this.plugins.get(a);t&&((e=t.onUnregister)==null||e.call(t),this.plugins.delete(a))}getAll(){return Array.from(this.plugins.values()).sort((a,t)=>{var e,s;return((e=t.priority)!=null?e:0)-((s=a.priority)!=null?s:0)})}getForInstance(a){let t=this.getAll();if(!a||a.length===0)return t;let e=new Set(a.map(o=>o.id));return[...t.filter(o=>!e.has(o.id)),...a].sort((o,n)=>{var l,d;return((l=n.priority)!=null?l:0)-((d=o.priority)!=null?d:0)})}clear(){this.plugins.forEach(a=>{var t;return(t=a.onUnregister)==null?void 0:t.call(a)}),this.plugins.clear()}},u1=new LT;var Pt={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}",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:"#000000",callToActionIconBackgroundColor:"#ffffff",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:"1px solid #e5e7eb",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",backgroundColor:"#111827",textColor:"#ffffff",borderColor:"#60a5fa",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:"#111827",backgroundColor:"transparent",borderColor:"transparent",recordingIconColor:"#ffffff",recordingBackgroundColor:"#ef4444",recordingBorderColor:"transparent",showTooltip:!0,tooltipText:"Start voice recognition"},features:{showReasoning:!0,showToolCalls:!0},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 FP(r,a){if(!(!r&&!a))return r?a?s1(r,a):r:a}function bk(r){var a,t,e,s,o,n,l,d,i,u,c,f,h,g,k,b,v,M,H,m,y;return r?{...Pt,...r,theme:FP(Pt.theme,r.theme),darkTheme:FP(Pt.darkTheme,r.darkTheme),launcher:{...Pt.launcher,...r.launcher,dock:{...(a=Pt.launcher)==null?void 0:a.dock,...(t=r.launcher)==null?void 0:t.dock},clearChat:{...(e=Pt.launcher)==null?void 0:e.clearChat,...(s=r.launcher)==null?void 0:s.clearChat}},copy:{...Pt.copy,...r.copy},sendButton:{...Pt.sendButton,...r.sendButton},statusIndicator:{...Pt.statusIndicator,...r.statusIndicator},voiceRecognition:{...Pt.voiceRecognition,...r.voiceRecognition},features:(()=>{var z,U;let L=(z=Pt.features)==null?void 0:z.artifacts,C=(U=r.features)==null?void 0:U.artifacts,I=L===void 0&&C===void 0?void 0:{...L,...C,layout:{...L==null?void 0:L.layout,...C==null?void 0:C.layout}};return{...Pt.features,...r.features,...I!==void 0?{artifacts:I}:{}}})(),suggestionChips:(o=r.suggestionChips)!=null?o:Pt.suggestionChips,suggestionChipsConfig:{...Pt.suggestionChipsConfig,...r.suggestionChipsConfig},layout:{...Pt.layout,...r.layout,header:{...(n=Pt.layout)==null?void 0:n.header,...(l=r.layout)==null?void 0:l.header},messages:{...(d=Pt.layout)==null?void 0:d.messages,...(i=r.layout)==null?void 0:i.messages,avatar:{...(c=(u=Pt.layout)==null?void 0:u.messages)==null?void 0:c.avatar,...(h=(f=r.layout)==null?void 0:f.messages)==null?void 0:h.avatar},timestamp:{...(k=(g=Pt.layout)==null?void 0:g.messages)==null?void 0:k.timestamp,...(v=(b=r.layout)==null?void 0:b.messages)==null?void 0:v.timestamp}},slots:{...(M=Pt.layout)==null?void 0:M.slots,...(H=r.layout)==null?void 0:H.slots}},markdown:{...Pt.markdown,...r.markdown,options:{...(m=Pt.markdown)==null?void 0:m.options,...(y=r.markdown)==null?void 0:y.options}},messageActions:{...Pt.messageActions,...r.messageActions}}:Pt}var WP=()=>{let r=new Map,a=(s,o)=>(r.has(s)||r.set(s,new Set),r.get(s).add(o),()=>t(s,o)),t=(s,o)=>{var n;(n=r.get(s))==null||n.delete(o)};return{on:a,off:t,emit:(s,o)=>{var n;(n=r.get(s))==null||n.forEach(l=>{try{l(o)}catch(d){typeof console!="undefined"&&console.error("[AgentWidget] Event handler error:",d)}})}}};var RI=r=>{let a=r.match(/```(?:json)?\s*([\s\S]*?)```/i);return a?a[1]:r},BI=r=>{let a=r.trim(),t=a.indexOf("{");if(t===-1)return null;let e=0;for(let s=t;s<a.length;s+=1){let o=a[s];if(o==="{"&&(e+=1),o==="}"&&(e-=1,e===0))return a.slice(t,s+1)}return null},f1=({text:r})=>{if(!r||!r.includes("{"))return null;try{let a=RI(r),t=BI(a);if(!t)return null;let e=JSON.parse(t);if(!e||typeof e!="object"||!e.action)return null;let{action:s,...o}=e;return{type:String(s),payload:o,raw:e}}catch{return null}},ET=r=>typeof r=="string"?r:r==null?"":String(r),Yr={message:r=>r.type!=="message"?void 0:{handled:!0,displayText:ET(r.payload.text)},messageAndClick:(r,a)=>{var s;if(r.type!=="message_and_click")return;let t=r.payload,e=ET(t.element);if(e&&((s=a.document)!=null&&s.querySelector)){let o=a.document.querySelector(e);o?setTimeout(()=>{o.click()},400):typeof console!="undefined"&&console.warn("[AgentWidget] Element not found for selector:",e)}return{handled:!0,displayText:ET(t.text)}}},OP=r=>Array.isArray(r)?r.map(a=>String(a)):[],h1=r=>{let a=new Set(OP(r.getSessionMetadata().processedActionMessageIds)),t=()=>{a=new Set(OP(r.getSessionMetadata().processedActionMessageIds))},e=()=>{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,u)=>i||(u==null?void 0:u({text:n,message:o.message}))||null,null):null;if(!l)return null;a.add(o.message.id),e();let d={action:l,message:o.message};r.emit("action:detected",d);for(let i of r.handlers)if(i)try{let u=()=>{r.emit("action:resubmit",d)},c=i(l,{message:o.message,metadata:r.getSessionMetadata(),updateMetadata:r.updateSessionMetadata,document:r.documentRef,triggerResubmit:u});if(!c)continue;if(c.handled){let f=c.persistMessage!==!1;return{text:c.displayText!==void 0?c.displayText:"",persist:f,resubmit:c.resubmit}}}catch(u){typeof console!="undefined"&&console.error("[AgentWidget] Action handler error:",u)}return{text:"",persist:!0}},syncFromMetadata:t}};var II=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}},DI=r=>r.map(a=>({...a,streaming:!1})),Ck=(r="persona-state")=>{let a=()=>typeof window=="undefined"||!window.localStorage?null:window.localStorage;return{load:()=>{let t=a();return t?II(t.getItem(r)):null},save:t=>{let e=a();if(e)try{let s={...t,messages:t.messages?DI(t.messages):void 0};e.setItem(r,JSON.stringify(s))}catch(s){typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",s)}},clear:()=>{let t=a();if(t)try{t.removeItem(r)}catch(e){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear stored state:",e)}}}};var ki=iH(nT(),1);function VI(r){if(!r||typeof r!="object"||!("component"in r))return!1;let a=r.component;return typeof a=="string"&&a.length>0}function FI(r,a){if(!VI(r))return null;let t=r.props&&typeof r.props=="object"&&r.props!==null?r.props:{};return{component:r.component,props:t,raw:a}}function wk(){let r=null,a=0;return{getExtractedDirective:()=>r,processChunk:t=>{let e=t.trim();if(!e.startsWith("{")&&!e.startsWith("["))return null;if(t.length<=a)return r;try{let s=(0,ki.parse)(t,ki.STR|ki.OBJ),o=FI(s,t);o&&(r=o)}catch{}return a=t.length,r},reset:()=>{r=null,a=0}}}function NP(r){return typeof r=="object"&&r!==null&&"component"in r&&typeof r.component=="string"&&"props"in r&&typeof r.props=="object"}function Ak(r,a){let{config:t,message:e,onPropsUpdate:s}=a,o=Mr.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:e,config:t,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 zP(){let r=wk();return{processChunk:a=>r.processChunk(a),getDirective:()=>r.getExtractedDirective(),reset:()=>{r.reset()}}}function Sk(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 kk(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 WI=["Very dissatisfied","Dissatisfied","Neutral","Satisfied","Very satisfied"];function Tk(r){let{onSubmit:a,onDismiss:t,title:e="How satisfied are you?",subtitle:s="Please rate your experience",commentPlaceholder:o="Share your thoughts (optional)...",submitText:n="Submit",skipText:l="Skip",showComment:d=!0,ratingLabels:i=WI}=r,u=document.createElement("div");u.className="persona-feedback-container persona-feedback-csat",u.setAttribute("role","dialog"),u.setAttribute("aria-label","Customer satisfaction feedback");let c=null,f=document.createElement("div");f.className="persona-feedback-content";let h=document.createElement("div");h.className="persona-feedback-header";let g=document.createElement("h3");g.className="persona-feedback-title",g.textContent=e,h.appendChild(g);let k=document.createElement("p");k.className="persona-feedback-subtitle",k.textContent=s,h.appendChild(k),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 v=[];for(let L=1;L<=5;L++){let C=document.createElement("button");C.type="button",C.className="persona-feedback-rating-btn persona-feedback-star-btn",C.setAttribute("role","radio"),C.setAttribute("aria-checked","false"),C.setAttribute("aria-label",`${L} star${L>1?"s":""}: ${i[L-1]}`),C.title=i[L-1],C.dataset.rating=String(L),C.innerHTML=`
65
+ `,t.addEventListener("click",a);let e=o=>{var H,m,y,L,C,I,z,U,D,J,Ae,ae,Le;let n=(H=o.launcher)!=null?H:{},l=sa(o),d=t.querySelector("[data-role='launcher-title']");if(d){let fe=(m=n.title)!=null?m:"Chat Assistant";d.textContent=fe,d.setAttribute("title",fe)}let i=t.querySelector("[data-role='launcher-subtitle']");if(i){let fe=(y=n.subtitle)!=null?y:"Get answers fast";i.textContent=fe,i.setAttribute("title",fe)}let u=t.querySelector(".persona-flex-col");u&&(n.textHidden||l?u.style.display="none":u.style.display="");let c=t.querySelector("[data-role='launcher-icon']");if(c)if(n.agentIconHidden)c.style.display="none";else{let fe=(L=n.agentIconSize)!=null?L:"40px";if(c.style.height=fe,c.style.width=fe,c.innerHTML="",n.agentIconName){let ee=parseFloat(fe)||24,be=ve(n.agentIconName,ee*.6,"var(--persona-text-inverse, #ffffff)",2);be?(c.appendChild(be),c.style.display=""):(c.textContent=(C=n.agentIconText)!=null?C:"\u{1F4AC}",c.style.display="")}else n.iconUrl?c.style.display="none":(c.textContent=(I=n.agentIconText)!=null?I:"\u{1F4AC}",c.style.display="")}let f=t.querySelector("[data-role='launcher-image']");if(f){let fe=(z=n.agentIconSize)!=null?z:"40px";f.style.height=fe,f.style.width=fe,n.iconUrl&&!n.agentIconName&&!n.agentIconHidden?(f.src=n.iconUrl,f.style.display="block"):f.style.display="none"}let h=t.querySelector("[data-role='launcher-call-to-action-icon']");if(h){let fe=(U=n.callToActionIconSize)!=null?U:"32px";h.style.height=fe,h.style.width=fe,n.callToActionIconBackgroundColor?(h.style.backgroundColor=n.callToActionIconBackgroundColor,h.classList.remove("persona-bg-persona-primary")):(h.style.backgroundColor="",h.classList.add("persona-bg-persona-primary"));let ee=0;if(n.callToActionIconPadding?(h.style.boxSizing="border-box",h.style.padding=n.callToActionIconPadding,ee=(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 be=parseFloat(fe)||24,j=Math.max(be-ee,8),K=ve(n.callToActionIconName,j,"currentColor",2);K?h.appendChild(K):h.textContent=(D=n.callToActionIconText)!=null?D:"\u2197"}else h.textContent=(J=n.callToActionIconText)!=null?J:"\u2197"}let g=n.position&&Za[n.position]?Za[n.position]:Za["bottom-right"],k="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 persona-z-50",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";t.className=l?b:`${k} ${g}`;let v="1px solid var(--persona-border, #e5e7eb)",M="var(--persona-shadow, 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1))";t.style.border=(Ae=n.border)!=null?Ae:v,t.style.boxShadow=(ae=n.shadow)!=null?ae:M,l?(t.style.width="0",t.style.minWidth="0",t.style.maxWidth="0",t.style.padding="0",t.style.overflow="hidden",t.style.border="none",t.style.boxShadow="none"):(t.style.width="",t.style.minWidth="",t.style.maxWidth=(Le=n.collapsedMaxWidth)!=null?Le:"",t.style.justifyContent="",t.style.padding="",t.style.overflow="")},s=()=>{t.removeEventListener("click",a),t.remove()};return r&&e(r),{element:t,update:e,destroy:s}};var Xa={titleColor:"var(--persona-header-title-fg, var(--persona-primary, #2563eb))",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))"},gr=r=>{var U,D,J,Ae,ae,Le,fe,ee,be,j,K,re,yt,Xe,vt,Fe,De,we,ce,Y,oe,de,Ee,qe,se,Q,Je,Re,mt,_t,qt,xe;let{config:a,showClose:t=!0}=r,e=A("div","persona-widget-header persona-flex persona-items-center persona-gap-3 persona-px-6 persona-py-5");e.setAttribute("data-persona-theme-zone","header"),e.style.backgroundColor="var(--persona-header-bg, var(--persona-surface, #ffffff))",e.style.borderBottomColor="var(--persona-header-border, var(--persona-divider, #f1f5f9))",e.style.boxShadow="var(--persona-header-shadow, none)",e.style.borderBottom="var(--persona-header-border-bottom, 1px solid var(--persona-header-border, var(--persona-divider, #f1f5f9)))";let s=(U=a==null?void 0:a.launcher)!=null?U:{},o=(D=s.headerIconSize)!=null?D:"48px",n=(J=s.closeButtonSize)!=null?J:"32px",l=(Ae=s.closeButtonPlacement)!=null?Ae:"inline",d=(ae=s.headerIconHidden)!=null?ae:!1,i=s.headerIconName,u=A("div","persona-flex persona-items-center persona-justify-center persona-rounded-xl persona-text-xl");if(u.style.height=o,u.style.width=o,u.style.backgroundColor="var(--persona-header-icon-bg, var(--persona-primary, #2563eb))",u.style.color="var(--persona-header-icon-fg, var(--persona-text-inverse, #ffffff))",!d)if(i){let me=parseFloat(o)||24,pt=ve(i,me*.6,"currentColor",1);pt?u.replaceChildren(pt):u.textContent=(fe=(Le=a==null?void 0:a.launcher)==null?void 0:Le.agentIconText)!=null?fe:"\u{1F4AC}"}else if((ee=a==null?void 0:a.launcher)!=null&&ee.iconUrl){let me=A("img");me.src=a.launcher.iconUrl,me.alt="",me.className="persona-rounded-xl persona-object-cover",me.style.height=o,me.style.width=o,u.replaceChildren(me)}else u.textContent=(j=(be=a==null?void 0:a.launcher)==null?void 0:be.agentIconText)!=null?j:"\u{1F4AC}";let c=A("div","persona-flex persona-flex-col"),f=A("span","persona-text-base persona-font-semibold");f.style.color=Xa.titleColor,f.textContent=(re=(K=a==null?void 0:a.launcher)==null?void 0:K.title)!=null?re:"Chat Assistant";let h=A("span","persona-text-xs");h.style.color=Xa.subtitleColor,h.textContent=(Xe=(yt=a==null?void 0:a.launcher)==null?void 0:yt.subtitle)!=null?Xe:"Here to help you get answers fast",c.append(f,h),d?e.append(c):e.append(u,c);let g=(vt=s.clearChat)!=null?vt:{},k=(Fe=g.enabled)!=null?Fe:!0,b=(De=g.placement)!=null?De:"inline",v=null,M=null;if(k){let me=(we=g.size)!=null?we:"32px",pt=(ce=g.iconName)!=null?ce:"refresh-cw",xt=(Y=g.iconColor)!=null?Y:"",Ue=(oe=g.backgroundColor)!=null?oe:"",Ye=(de=g.borderWidth)!=null?de:"",bt=(Ee=g.borderColor)!=null?Ee:"",Vt=(qe=g.borderRadius)!=null?qe:"",Yt=(se=g.paddingX)!=null?se:"",R=(Q=g.paddingY)!=null?Q:"",X=(Je=g.tooltipText)!=null?Je:"Clear chat",le=(Re=g.showTooltip)!=null?Re:!0;M=A("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"&&(M.style.right="48px"),v=A("button","persona-inline-flex persona-items-center persona-justify-center persona-rounded-full hover:persona-bg-gray-100 persona-cursor-pointer persona-border-none"),v.style.height=me,v.style.width=me,v.type="button",v.setAttribute("aria-label",X),v.style.color=xt||Xa.actionIconColor;let Ne=ve(pt,"20px","currentColor",1);if(Ne&&v.appendChild(Ne),Ue&&(v.style.backgroundColor=Ue,v.classList.remove("hover:persona-bg-gray-100")),Ye||bt){let pe=Ye||"0px",Be=bt||"transparent";v.style.border=`${pe} solid ${Be}`,v.classList.remove("persona-border-none")}if(Vt&&(v.style.borderRadius=Vt,v.classList.remove("persona-rounded-full")),Yt?(v.style.paddingLeft=Yt,v.style.paddingRight=Yt):(v.style.paddingLeft="",v.style.paddingRight=""),R?(v.style.paddingTop=R,v.style.paddingBottom=R):(v.style.paddingTop="",v.style.paddingBottom=""),M.appendChild(v),le&&X&&v&&M){let pe=null,Be=()=>{if(pe||!v)return;let Ve=v.ownerDocument,He=Ve.body;if(!He)return;pe=tr(Ve,"div","persona-clear-chat-tooltip"),pe.textContent=X;let Qe=tr(Ve,"div");Qe.className="persona-clear-chat-tooltip-arrow",pe.appendChild(Qe);let et=v.getBoundingClientRect();pe.style.position="fixed",pe.style.left=`${et.left+et.width/2}px`,pe.style.top=`${et.top-8}px`,pe.style.transform="translate(-50%, -100%)",He.appendChild(pe)},Se=()=>{pe&&pe.parentNode&&(pe.parentNode.removeChild(pe),pe=null)};M.addEventListener("mouseenter",Be),M.addEventListener("mouseleave",Se),v.addEventListener("focus",Be),v.addEventListener("blur",Se),M._cleanupTooltip=()=>{Se(),M&&(M.removeEventListener("mouseenter",Be),M.removeEventListener("mouseleave",Se)),v&&(v.removeEventListener("focus",Be),v.removeEventListener("blur",Se))}}b==="inline"&&e.appendChild(M)}let H=A("div",l==="top-right"?"persona-absolute persona-top-4 persona-right-4 persona-z-50":k&&b==="inline"?"":"persona-ml-auto"),m=A("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 y=(mt=s.closeButtonTooltipText)!=null?mt:"Close chat",L=(_t=s.closeButtonShowTooltip)!=null?_t:!0;m.setAttribute("aria-label",y),m.style.display=t?"":"none";let C=(qt=s.closeButtonIconName)!=null?qt:"x",I=(xe=s.closeButtonIconText)!=null?xe:"\xD7";m.style.color=s.closeButtonColor||Xa.actionIconColor;let z=ve(C,"20px","currentColor",1);if(z?m.appendChild(z):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 me=s.closeButtonBorderWidth||"0px",pt=s.closeButtonBorderColor||"transparent";m.style.border=`${me} solid ${pt}`,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=""),H.appendChild(m),L&&y){let me=null,pt=()=>{if(me)return;let Ue=m.ownerDocument,Ye=Ue.body;if(!Ye)return;me=tr(Ue,"div","persona-clear-chat-tooltip"),me.textContent=y;let bt=tr(Ue,"div");bt.className="persona-clear-chat-tooltip-arrow",me.appendChild(bt);let Vt=m.getBoundingClientRect();me.style.position="fixed",me.style.left=`${Vt.left+Vt.width/2}px`,me.style.top=`${Vt.top-8}px`,me.style.transform="translate(-50%, -100%)",Ye.appendChild(me)},xt=()=>{me&&me.parentNode&&(me.parentNode.removeChild(me),me=null)};H.addEventListener("mouseenter",pt),H.addEventListener("mouseleave",xt),m.addEventListener("focus",pt),m.addEventListener("blur",xt),H._cleanupTooltip=()=>{xt(),H.removeEventListener("mouseenter",pt),H.removeEventListener("mouseleave",xt),m.removeEventListener("focus",pt),m.removeEventListener("blur",xt)}}return l!=="top-right"&&e.appendChild(H),{header:e,iconHolder:u,headerTitle:f,headerSubtitle:h,closeButton:m,closeButtonWrapper:H,clearChatButton:v,clearChatButtonWrapper:M}},Jr=(r,a,t)=>{var n,l,d,i;let e=(n=t==null?void 0:t.launcher)!=null?n:{},s=(l=e.closeButtonPlacement)!=null?l:"inline",o=(i=(d=e.clearChat)==null?void 0:d.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 Hr(r){let{items:a,onSelect:t,anchor:e,position:s="bottom-left",portal:o}=r,n=A("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="10000"):(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 g=document.createElement("button");if(g.type="button",g.setAttribute("role","menuitem"),g.setAttribute("data-dropdown-item-id",h.id),h.destructive&&g.setAttribute("data-destructive",""),h.icon){let b=ve(h.icon,16,"currentColor",1.5);b&&g.appendChild(b)}let k=document.createElement("span");k.textContent=h.label,g.appendChild(k),g.addEventListener("click",b=>{b.stopPropagation(),u(),t(h.id)}),n.appendChild(g)}let l=null;function d(){if(!o)return;let h=e.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(){d(),n.classList.remove("persona-hidden"),requestAnimationFrame(()=>{let h=g=>{!n.contains(g.target)&&!e.contains(g.target)&&u()};document.addEventListener("click",h,!0),l=()=>document.removeEventListener("click",h,!0)})}function u(){n.classList.add("persona-hidden"),l==null||l(),l=null}function c(){n.classList.contains("persona-hidden")?i():u()}function f(){u(),n.remove()}return o&&o.appendChild(n),{element:n,show:i,hide:u,toggle:c,destroy:f}}function ra(r){let{icon:a,label:t,size:e,strokeWidth:s,className:o,onClick:n,aria:l}=r,d=A("button","persona-icon-btn"+(o?" "+o:""));d.type="button",d.setAttribute("aria-label",t),d.title=t;let i=ve(a,e!=null?e:16,"currentColor",s!=null?s:2);if(i&&d.appendChild(i),n&&d.addEventListener("click",n),l)for(let[u,c]of Object.entries(l))d.setAttribute(u,c);return d}function d1(r){let{icon:a,label:t,variant:e="default",size:s="sm",iconSize:o,className:n,onClick:l,aria:d}=r,i="persona-label-btn";e!=="default"&&(i+=" persona-label-btn--"+e),i+=" persona-label-btn--"+s,n&&(i+=" "+n);let u=A("button",i);if(u.type="button",u.setAttribute("aria-label",t),a){let f=ve(a,o!=null?o:14,"currentColor",2);f&&u.appendChild(f)}let c=A("span");if(c.textContent=t,u.appendChild(c),l&&u.addEventListener("click",l),d)for(let[f,h]of Object.entries(d))u.setAttribute(f,h);return u}function yP(r){let{items:a,selectedId:t,onSelect:e,className:s}=r,o=A("div","persona-toggle-group"+(s?" "+s:""));o.setAttribute("role","group");let n=t,l=[];function d(){for(let u of l)u.btn.setAttribute("aria-pressed",u.id===n?"true":"false")}for(let u of a){let c;u.icon?c=ra({icon:u.icon,label:u.label,onClick:()=>{n=u.id,d(),e(u.id)}}):(c=A("button","persona-icon-btn"),c.type="button",c.setAttribute("aria-label",u.label),c.title=u.label,c.textContent=u.label,c.addEventListener("click",()=>{n=u.id,d(),e(u.id)})),c.setAttribute("aria-pressed",u.id===n?"true":"false"),l.push({id:u.id,btn:c}),o.appendChild(c)}function i(u){n=u,d()}return{element:o,setSelected:i}}function gk(r){var h,g;let{label:a,icon:t="chevron-down",menuItems:e,onSelect:s,position:o="bottom-left",portal:n,className:l,hover:d}=r,i=A("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 u=A("span","persona-combo-btn-label");u.textContent=a,i.appendChild(u);let c=ve(t,14,"currentColor",2);c&&(c.style.marginLeft="4px",c.style.opacity="0.6",i.appendChild(c)),d&&(i.style.borderRadius=(h=d.borderRadius)!=null?h:"10px",i.style.padding=(g=d.padding)!=null?g:"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 k,b;i.style.backgroundColor=(k=d.background)!=null?k:"",i.style.borderColor=(b=d.border)!=null?b:""}),i.addEventListener("mouseleave",()=>{i.style.backgroundColor="",i.style.borderColor="transparent"}));let f=Hr({items:e,onSelect:k=>{i.setAttribute("aria-expanded","false"),s(k)},anchor:i,position:o,portal:n});return n||i.appendChild(f.element),i.addEventListener("click",k=>{k.stopPropagation();let b=!f.element.classList.contains("persona-hidden");i.setAttribute("aria-expanded",b?"false":"true"),f.toggle()}),i.addEventListener("keydown",k=>{(k.key==="Enter"||k.key===" ")&&(k.preventDefault(),i.click())}),{element:i,setLabel:k=>{u.textContent=k,i.setAttribute("aria-label",k)},open:()=>{i.setAttribute("aria-expanded","true"),f.show()},close:()=>{i.setAttribute("aria-expanded","false"),f.hide()},toggle:()=>{let k=!f.element.classList.contains("persona-hidden");i.setAttribute("aria-expanded",k?"false":"true"),f.toggle()},destroy:()=>{f.destroy(),i.remove()}}}var gT=r=>{var e;let a=gr({config:r.config,showClose:r.showClose,onClose:r.onClose,onClearChat:r.onClearChat}),t=(e=r.layoutHeaderConfig)==null?void 0:e.onTitleClick;if(t){let s=a.headerTitle.parentElement;s&&(s.style.cursor="pointer",s.setAttribute("role","button"),s.setAttribute("tabindex","0"),s.addEventListener("click",()=>t()),s.addEventListener("keydown",o=>{(o.key==="Enter"||o.key===" ")&&(o.preventDefault(),t())}))}return a};function lI(r,a,t){var e,s,o;if(a!=null&&a.length)for(let n of a){let l=A("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=(e=n.ariaLabel)!=null?e:n.label)!=null?s:n.id),n.icon){let d=ve(n.icon,14,"currentColor",2);d&&l.appendChild(d)}else n.label&&(l.textContent=n.label);if((o=n.menuItems)!=null&&o.length){let d=A("div","persona-relative");d.appendChild(l);let i=Hr({items:n.menuItems,onSelect:u=>t==null?void 0:t(u),anchor:d,position:"bottom-left"});d.appendChild(i.element),l.addEventListener("click",u=>{u.stopPropagation(),i.toggle()}),r.appendChild(d)}else l.addEventListener("click",()=>t==null?void 0:t(n.id)),r.appendChild(l)}}var MT=r=>{var M,H,m,y,L,C,I,z,U;let{config:a,showClose:t=!0,onClose:e,layoutHeaderConfig:s,onHeaderAction:o}=r,n=(M=a==null?void 0:a.launcher)!=null?M:{},l=A("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 d=s==null?void 0:s.titleMenu,i,u;if(d)i=gk({label:(H=n.title)!=null?H:"Chat Assistant",menuItems:d.menuItems,onSelect:d.onSelect,hover:d.hover,className:""}).element,i.style.color=Xa.titleColor,u=(m=i.querySelector(".persona-combo-btn-label"))!=null?m:i;else{if(i=A("div","persona-flex persona-min-w-0 persona-flex-1 persona-items-center persona-gap-1"),u=A("span","persona-text-base persona-font-semibold persona-truncate"),u.style.color=Xa.titleColor,u.textContent=(y=n.title)!=null?y:"Chat Assistant",i.appendChild(u),lI(i,s==null?void 0:s.trailingActions,(L=s==null?void 0:s.onAction)!=null?L:o),s!=null&&s.onTitleClick){i.style.cursor="pointer",i.setAttribute("role","button"),i.setAttribute("tabindex","0");let J=s.onTitleClick;i.addEventListener("click",Ae=>{Ae.target.closest("button")||J()}),i.addEventListener("keydown",Ae=>{(Ae.key==="Enter"||Ae.key===" ")&&(Ae.preventDefault(),J())})}let D=s==null?void 0:s.titleRowHover;D&&(i.style.borderRadius=(C=D.borderRadius)!=null?C:"10px",i.style.padding=(I=D.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 J,Ae;i.style.backgroundColor=(J=D.background)!=null?J:"",i.style.borderColor=(Ae=D.border)!=null?Ae:""}),i.addEventListener("mouseleave",()=>{i.style.backgroundColor="",i.style.borderColor="transparent"}))}l.appendChild(i);let c=(z=n.closeButtonSize)!=null?z:"32px",f=A("div",""),h=A("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=c,h.style.width=c,h.type="button",h.setAttribute("aria-label","Close chat"),h.style.display=t?"":"none",h.style.color=n.closeButtonColor||Xa.actionIconColor;let g=(U=n.closeButtonIconName)!=null?U:"x",k=ve(g,"20px","currentColor",2);k?h.appendChild(k):h.textContent="\xD7",e&&h.addEventListener("click",e),f.appendChild(h),l.appendChild(f);let b=A("div");b.style.display="none";let v=A("span");return v.style.display="none",{header:l,iconHolder:b,headerTitle:u,headerSubtitle:v,closeButton:h,closeButtonWrapper:f,clearChatButton:null,clearChatButtonWrapper:null}},Mk={default:gT,minimal:MT},yT=r=>{var a;return(a=Mk[r])!=null?a:Mk.default},vi=(r,a,t)=>{var n,l,d;if(a!=null&&a.render){let i=a.render({config:r,onClose:t==null?void 0:t.onClose,onClearChat:t==null?void 0:t.onClearChat,trailingActions:a.trailingActions,onAction:a.onAction}),u=A("div");u.style.display="none";let c=A("span"),f=A("span"),h=A("button");h.style.display="none";let g=A("div");return g.style.display="none",{header:i,iconHolder:u,headerTitle:c,headerSubtitle:f,closeButton:h,closeButtonWrapper:g,clearChatButton:null,clearChatButtonWrapper:null}}let e=(n=a==null?void 0:a.layout)!=null?n:"default",o=yT(e)({config:r,showClose:(d=(l=a==null?void 0:a.showCloseButton)!=null?l:t==null?void 0:t.showClose)!=null?d:!0,onClose:t==null?void 0:t.onClose,onClearChat:t==null?void 0:t.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 bi=r=>{var vt,Fe,De,we,ce,Y,oe,de,Ee,qe,se,Q,Je,Re,mt,_t,qt,xe,me,pt,xt,Ue,Ye,bt,Vt,Yt,R;let{config:a}=r,t=A("div","persona-widget-footer persona-border-t-persona-divider persona-bg-persona-surface persona-px-6 persona-py-4");t.setAttribute("data-persona-theme-zone","composer");let e=A("div","persona-mb-3 persona-flex persona-flex-wrap persona-gap-2"),s=A("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=A("textarea");o.setAttribute("data-persona-composer-input",""),o.placeholder=(Fe=(vt=a==null?void 0:a.copy)==null?void 0:vt.inputPlaceholder)!=null?Fe:"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 d=3*20;o.style.maxHeight=`${d}px`,o.style.overflowY="auto";let i=()=>{o.style.height="auto";let X=Math.min(o.scrollHeight,d);o.style.height=`${X}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 u=(De=a==null?void 0:a.sendButton)!=null?De:{},c=(we=u.useIcon)!=null?we:!1,f=(ce=u.iconText)!=null?ce:"\u2191",h=u.iconName,g=(Y=u.tooltipText)!=null?Y:"Send message",k=(oe=u.showTooltip)!=null?oe:!1,b=(de=u.size)!=null?de:"40px",v=u.backgroundColor,M=u.textColor,H=A("div","persona-send-button-wrapper"),m=A("button",c?"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",""),c){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="",h){let X=parseFloat(b)||24,le=M&&typeof M=="string"&&M.trim()?M.trim():"currentColor",Ne=ve(h,X,le,2);Ne?(m.appendChild(Ne),m.style.color=le):(m.textContent=f,M?m.style.color=M:m.classList.add("persona-text-white"))}else m.textContent=f,M?m.style.color=M:m.classList.add("persona-text-white");v?m.style.backgroundColor=v:m.classList.add("persona-bg-persona-primary")}else m.textContent=(qe=(Ee=a==null?void 0:a.copy)==null?void 0:Ee.sendButtonLabel)!=null?qe:"Send",M?m.style.color=M:m.classList.add("persona-text-white");if(u.borderWidth&&(m.style.borderWidth=u.borderWidth,m.style.borderStyle="solid"),u.borderColor&&(m.style.borderColor=u.borderColor),u.paddingX?(m.style.paddingLeft=u.paddingX,m.style.paddingRight=u.paddingX):(m.style.paddingLeft="",m.style.paddingRight=""),u.paddingY?(m.style.paddingTop=u.paddingY,m.style.paddingBottom=u.paddingY):(m.style.paddingTop="",m.style.paddingBottom=""),k&&g){let X=A("div","persona-send-button-tooltip");X.textContent=g,H.appendChild(X)}H.appendChild(m);let y=(se=a==null?void 0:a.voiceRecognition)!=null?se:{},L=y.enabled===!0,C=null,I=null,z=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined"),U=((Q=y.provider)==null?void 0:Q.type)==="runtype";if(L&&(z||U)){I=A("div","persona-send-button-wrapper"),C=A("button","persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer"),C.type="button",C.setAttribute("data-persona-composer-mic",""),C.setAttribute("aria-label","Start voice recognition");let X=(Je=y.iconName)!=null?Je:"mic",le=(Re=y.iconSize)!=null?Re:b,Ne=parseFloat(le)||24,pe=(mt=y.backgroundColor)!=null?mt:v,Be=(_t=y.iconColor)!=null?_t:M;C.style.width=le,C.style.height=le,C.style.minWidth=le,C.style.minHeight=le,C.style.fontSize="18px",C.style.lineHeight="1";let Se=Be||"currentColor",Ve=ve(X,Ne,Se,1.5);Ve?(C.appendChild(Ve),C.style.color=Se):(C.textContent="\u{1F3A4}",C.style.color=Se),pe?C.style.backgroundColor=pe:C.classList.add("persona-bg-persona-primary"),Be?C.style.color=Be:!Be&&!M&&C.classList.add("persona-text-white"),y.borderWidth&&(C.style.borderWidth=y.borderWidth,C.style.borderStyle="solid"),y.borderColor&&(C.style.borderColor=y.borderColor),y.paddingX&&(C.style.paddingLeft=y.paddingX,C.style.paddingRight=y.paddingX),y.paddingY&&(C.style.paddingTop=y.paddingY,C.style.paddingBottom=y.paddingY),I.appendChild(C);let He=(qt=y.tooltipText)!=null?qt:"Start voice recognition";if(((xe=y.showTooltip)!=null?xe:!1)&&He){let et=A("div","persona-send-button-tooltip");et.textContent=He,I.appendChild(et)}}let J=(me=a==null?void 0:a.attachments)!=null?me:{},Ae=J.enabled===!0,ae=null,Le=null,fe=null,ee=null;if(Ae){ee=A("div","persona-attachment-previews persona-flex persona-flex-wrap persona-gap-2 persona-mb-2"),ee.style.display="none",fe=A("input"),fe.type="file",fe.accept=((pt=J.allowedTypes)!=null?pt:xr).join(","),fe.multiple=((xt=J.maxFiles)!=null?xt:4)>1,fe.style.display="none",fe.setAttribute("aria-label","Attach files"),Le=A("div","persona-send-button-wrapper"),ae=A("button","persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer persona-attachment-button"),ae.type="button",ae.setAttribute("aria-label",(Ue=J.buttonTooltipText)!=null?Ue:"Attach file");let X=(Ye=J.buttonIconName)!=null?Ye:"paperclip",le=b,Ne=parseFloat(le)||40,pe=Math.round(Ne*.6);ae.style.width=le,ae.style.height=le,ae.style.minWidth=le,ae.style.minHeight=le,ae.style.fontSize="18px",ae.style.lineHeight="1",ae.style.backgroundColor="transparent",ae.style.color="var(--persona-primary, #111827)",ae.style.border="none",ae.style.borderRadius="6px",ae.style.transition="background-color 0.15s ease",ae.addEventListener("mouseenter",()=>{ae.style.backgroundColor="var(--persona-palette-colors-black-alpha-50, rgba(0, 0, 0, 0.05))"}),ae.addEventListener("mouseleave",()=>{ae.style.backgroundColor="transparent"});let Be=ve(X,pe,"currentColor",1.5);Be?ae.appendChild(Be):ae.textContent="\u{1F4CE}",ae.addEventListener("click",He=>{He.preventDefault(),fe==null||fe.click()}),Le.appendChild(ae);let Se=(bt=J.buttonTooltipText)!=null?bt:"Attach file",Ve=A("div","persona-send-button-tooltip");Ve.textContent=Se,Le.appendChild(Ve)}s.addEventListener("click",X=>{X.target!==m&&X.target!==H&&X.target!==C&&X.target!==I&&X.target!==ae&&X.target!==Le&&o.focus()}),ee&&(ee.style.gap="8px",s.append(ee)),fe&&s.append(fe),s.append(o);let be=A("div","persona-flex persona-items-center persona-justify-between persona-w-full"),j=A("div","persona-flex persona-items-center persona-gap-2");Le&&j.append(Le);let K=A("div","persona-flex persona-items-center persona-gap-1");I&&K.append(I),K.append(H),be.append(j,K),s.append(be);let re=A("div","persona-mt-2 persona-text-right persona-text-xs persona-text-persona-muted");re.setAttribute("data-persona-composer-status","");let yt=(Vt=a==null?void 0:a.statusIndicator)!=null?Vt:{},Xe=(Yt=yt.visible)!=null?Yt:!0;return re.style.display=Xe?"":"none",re.textContent=(R=yt.idleText)!=null?R:"Online",t.append(e,s,re),{footer:t,suggestions:e,composerForm:s,textarea:o,sendButton:m,sendButtonWrapper:H,micButton:C,micButtonWrapper:I,statusText:re,attachmentButton:ae,attachmentButtonWrapper:Le,attachmentInput:fe,attachmentPreviewsContainer:ee,actionsRow:be,leftActions:j,rightActions:K}};var vP=r=>{var i,u,c,f,h,g,k;let a=(u=(i=r==null?void 0:r.launcher)==null?void 0:i.enabled)!=null?u:!0;if(sa(r)){let b=A("div","persona-relative persona-h-full persona-w-full persona-flex persona-flex-1 persona-min-h-0 persona-flex-col"),v=A("div","persona-relative persona-h-full persona-w-full persona-flex persona-flex-1 persona-min-h-0 persona-flex-col");return b.appendChild(v),{wrapper:b,panel:v}}if(!a){let b=A("div","persona-relative persona-h-full persona-flex persona-flex-col persona-flex-1 persona-min-h-0"),v=A("div","persona-relative persona-flex-1 persona-flex persona-flex-col persona-min-h-0"),M=(f=(c=r==null?void 0:r.launcher)==null?void 0:c.width)!=null?f:"100%";return b.style.width=M,v.style.width="100%",b.appendChild(v),{wrapper:b,panel:v}}let e=(h=r==null?void 0:r.launcher)!=null?h:{},s=e.position&&Za[e.position]?Za[e.position]:Za["bottom-right"],o=A("div",`persona-widget-wrapper persona-fixed ${s} persona-z-50 persona-transition`),n=A("div","persona-widget-panel persona-relative persona-min-h-[320px]"),l=(k=(g=r==null?void 0:r.launcher)==null?void 0:g.width)!=null?k:r==null?void 0:r.launcherWidth,d=l!=null?l:"min(400px, calc(100vw - 24px))";return n.style.width=d,n.style.maxWidth=d,o.appendChild(n),{wrapper:o,panel:n}},bP=(r,a=!0)=>{var b,v,M,H,m,y,L,C,I;let t=A("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");t.setAttribute("data-persona-theme-zone","container");let e=(b=r==null?void 0:r.layout)==null?void 0:b.header,s=((v=r==null?void 0:r.layout)==null?void 0:v.showHeader)!==!1,o=e?vi(r,e,{showClose:a}):gr({config:r,showClose:a}),n=A("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=sa(r)?"persona-rounded-2xl persona-bg-persona-surface persona-p-6":"persona-rounded-2xl persona-bg-persona-surface persona-p-6 persona-shadow-sm",d=A("div",l),i=A("h2","persona-text-lg persona-font-semibold persona-text-persona-primary");i.textContent=(H=(M=r==null?void 0:r.copy)==null?void 0:M.welcomeTitle)!=null?H:"Hello \u{1F44B}";let u=A("p","persona-mt-2 persona-text-sm persona-text-persona-muted");u.textContent=(y=(m=r==null?void 0:r.copy)==null?void 0:m.welcomeSubtitle)!=null?y:"Ask anything about your account or products.",d.append(i,u);let c=A("div","persona-flex persona-flex-col persona-gap-3"),f=(L=r==null?void 0:r.layout)==null?void 0:L.contentMaxWidth;f&&(c.style.maxWidth=f,c.style.marginLeft="auto",c.style.marginRight="auto",c.style.width="100%"),((C=r==null?void 0:r.copy)==null?void 0:C.showWelcomeCard)!==!1?n.append(d,c):(n.classList.remove("persona-gap-6"),n.classList.add("persona-gap-3"),n.append(c));let g=bi({config:r}),k=((I=r==null?void 0:r.layout)==null?void 0:I.showFooter)!==!1;return s?Jr(t,o,r):(o.header.style.display="none",Jr(t,o,r)),t.append(n),k||(g.footer.style.display="none"),t.append(g.footer),{container:t,body:n,messagesWrapper:c,suggestions:g.suggestions,textarea:g.textarea,sendButton:g.sendButton,sendButtonWrapper:g.sendButtonWrapper,micButton:g.micButton,micButtonWrapper:g.micButtonWrapper,composerForm:g.composerForm,statusText:g.statusText,introTitle:i,introSubtitle:u,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:g.footer,attachmentButton:g.attachmentButton,attachmentButtonWrapper:g.attachmentButtonWrapper,attachmentInput:g.attachmentInput,attachmentPreviewsContainer:g.attachmentPreviewsContainer,actionsRow:g.actionsRow,leftActions:g.leftActions,rightActions:g.rightActions}};var iI=r=>{let a=r.toLowerCase();return a.startsWith("data:image/svg+xml")?!1:!!(/^(?:https?|blob):/i.test(r)||a.startsWith("data:image/")||!r.includes(":"))},dI=320,pI=320,cI=r=>!r.contentParts||r.contentParts.length===0?[]:r.contentParts.filter(a=>a.type==="image"&&typeof a.image=="string"&&a.image.trim().length>0),uI=(r,a,t)=>{if(r.length===0)return null;try{let e=A("div","persona-flex persona-flex-col persona-gap-2");e.setAttribute("data-message-attachments","images"),a&&(e.style.marginBottom="8px");let s=0,o=!1,n=()=>{o||(o=!0,e.remove(),t==null||t())};return r.forEach((l,d)=>{var c;let i=A("img");i.alt=((c=l.alt)==null?void 0:c.trim())||`Attached image ${d+1}`,i.loading="lazy",i.decoding="async",i.referrerPolicy="no-referrer",i.style.display="block",i.style.width="100%",i.style.maxWidth=`${dI}px`,i.style.maxHeight=`${pI}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 u=!1;s+=1,i.addEventListener("error",()=>{u||(u=!0,s=Math.max(0,s-1),i.remove(),s===0&&n())}),i.addEventListener("load",()=>{u=!0}),iI(l.image)?(i.src=l.image,e.appendChild(i)):(u=!0,s=Math.max(0,s-1),i.remove())}),s===0?(n(),null):e}catch{return t==null||t(),null}},Kr=()=>{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-bg-persona-primary persona-animate-typing persona-rounded-full persona-h-1.5 persona-w-1.5",a.style.animationDelay="0ms";let t=document.createElement("div");t.className="persona-bg-persona-primary persona-animate-typing persona-rounded-full persona-h-1.5 persona-w-1.5",t.style.animationDelay="250ms";let e=document.createElement("div");e.className="persona-bg-persona-primary persona-animate-typing persona-rounded-full persona-h-1.5 persona-w-1.5",e.style.animationDelay="500ms";let s=document.createElement("span");return s.className="persona-sr-only",s.textContent="Loading",r.appendChild(a),r.appendChild(t),r.appendChild(e),r.appendChild(s),r},vT=(r,a,t)=>{let e={config:t!=null?t:{},streaming:!0,location:r,defaultRenderer:Kr};if(a){let s=a(e);if(s!==null)return s}return Kr()},fI=(r,a)=>{let t=A("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"),e=a==="user"?r.userAvatar:r.assistantAvatar;if(e)if(e.startsWith("http")||e.startsWith("/")||e.startsWith("data:")){let s=A("img");s.src=e,s.alt=a==="user"?"User":"Assistant",s.className="persona-w-full persona-h-full persona-rounded-full persona-object-cover",t.appendChild(s)}else t.textContent=e,t.classList.add(a==="user"?"persona-bg-persona-accent":"persona-bg-persona-primary","persona-text-white");else t.textContent=a==="user"?"U":"A",t.classList.add(a==="user"?"persona-bg-persona-accent":"persona-bg-persona-primary","persona-text-white");return t},CP=(r,a)=>{let t=A("div","persona-text-xs persona-text-persona-muted"),e=new Date(r.createdAt);return a.format?t.textContent=a.format(e):t.textContent=e.toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"}),t},hI=(r,a="bubble")=>{let t=["vanilla-message-bubble","persona-max-w-[85%]"];switch(a){case"flat":r==="user"?t.push("vanilla-message-user-bubble","persona-ml-auto","persona-text-persona-primary","persona-py-2"):t.push("vanilla-message-assistant-bubble","persona-text-persona-primary","persona-py-2");break;case"minimal":t.push("persona-text-sm","persona-leading-relaxed"),r==="user"?t.push("vanilla-message-user-bubble","persona-ml-auto","persona-bg-persona-accent","persona-text-white","persona-px-3","persona-py-2","persona-rounded-lg"):t.push("vanilla-message-assistant-bubble","persona-bg-persona-surface","persona-text-persona-primary","persona-px-3","persona-py-2","persona-rounded-lg");break;default:t.push("persona-rounded-2xl","persona-text-sm","persona-leading-relaxed","persona-shadow-sm"),r==="user"?t.push("vanilla-message-user-bubble","persona-ml-auto","persona-bg-persona-accent","persona-text-white","persona-px-5","persona-py-3"):t.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 t},bT=(r,a,t)=>{var h,g,k,b,v,M;let e=(h=a.showCopy)!=null?h:!0,s=(g=a.showUpvote)!=null?g:!0,o=(k=a.showDownvote)!=null?k:!0;if(!e&&!s&&!o){let H=A("div");return H.style.display="none",H.id=`actions-${r.id}`,H.setAttribute("data-actions-for",r.id),H}let n=(b=a.visibility)!=null?b:"hover",l=(v=a.align)!=null?v:"right",d=(M=a.layout)!=null?M:"pill-inside",i={left:"persona-message-actions-left",center:"persona-message-actions-center",right:"persona-message-actions-right"}[l],u={"pill-inside":"persona-message-actions-pill","row-inside":"persona-message-actions-row"}[d],c=A("div",`persona-message-actions persona-flex persona-items-center persona-gap-1 persona-mt-2 ${i} ${u} ${n==="hover"?"persona-message-actions-hover":""}`);c.id=`actions-${r.id}`,c.setAttribute("data-actions-for",r.id);let f=(H,m,y)=>{let L=ra({icon:H,label:m,size:14,className:"persona-message-action-btn"});return L.setAttribute("data-action",y),L};return e&&c.appendChild(f("copy","Copy message","copy")),s&&c.appendChild(f("thumbs-up","Upvote","upvote")),o&&c.appendChild(f("thumbs-down","Downvote","downvote")),c},Ci=(r,a,t,e,s,o)=>{var U,D,J,Ae,ae,Le,fe;let n=t!=null?t:{},l=(U=n.layout)!=null?U:"bubble",d=n.avatar,i=n.timestamp,u=(D=d==null?void 0:d.show)!=null?D:!1,c=(J=i==null?void 0:i.show)!=null?J:!1,f=(Ae=d==null?void 0:d.position)!=null?Ae:"left",h=(ae=i==null?void 0:i.position)!=null?ae:"below",g=hI(r.role,l),k=A("div",g.join(" "));k.id=`bubble-${r.id}`,k.setAttribute("data-message-id",r.id),k.setAttribute("data-persona-theme-zone",r.role==="user"?"user-message":"assistant-message"),r.role==="user"?(k.style.backgroundColor="var(--persona-message-user-bg, var(--persona-accent))",k.style.color="var(--persona-message-user-text, white)"):r.role==="assistant"&&(k.style.backgroundColor="var(--persona-message-assistant-bg, var(--persona-surface))",k.style.color="var(--persona-message-assistant-text, var(--persona-text))");let b=cI(r),v=(fe=(Le=r.content)==null?void 0:Le.trim())!=null?fe:"",H=b.length>0&&v===Y1,m=document.createElement("div");m.classList.add("persona-message-content");let y=a({text:r.content,message:r,streaming:!!r.streaming,raw:r.rawContent}),L=null;if(H?(L=document.createElement("div"),L.innerHTML=y,L.style.display="none",m.appendChild(L)):m.innerHTML=y,c&&h==="inline"&&r.createdAt){let ee=CP(r,i);ee.classList.add("persona-ml-2","persona-inline"),m.appendChild(ee)}if(b.length>0){let ee=uI(b,!H&&!!v,()=>{H&&L&&(L.style.display="")});ee?k.appendChild(ee):H&&L&&(L.style.display="")}if(k.appendChild(m),c&&h==="below"&&r.createdAt){let ee=CP(r,i);ee.classList.add("persona-mt-1"),k.appendChild(ee)}if(r.streaming&&r.role==="assistant"&&(!r.content||!r.content.trim())){let ee=vT("inline",o==null?void 0:o.loadingIndicatorRenderer,o==null?void 0:o.widgetConfig);ee&&k.appendChild(ee)}if(r.role==="assistant"&&!r.streaming&&r.content&&r.content.trim()&&(e==null?void 0:e.enabled)!==!1&&e){let ee=bT(r,e,s);k.appendChild(ee)}if(!u||r.role==="system")return k;let I=A("div",`persona-flex persona-gap-2 ${r.role==="user"?"persona-flex-row-reverse":""}`),z=fI(d,r.role);return f==="right"||f==="left"&&r.role==="user"?I.append(k,z):I.append(z,k),k.classList.remove("persona-max-w-[85%]"),k.classList.add("persona-max-w-[calc(85%-2.5rem)]"),I},wP=(r,a,t,e,s,o)=>{let n=t!=null?t:{};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}):Ci(r,a,t,e,s,o)};var wi=new Set,AP=(r,a)=>{let t=wi.has(r),e=a.querySelector('button[data-expand-header="true"]'),s=a.querySelector(".persona-border-t");if(!e||!s)return;e.setAttribute("aria-expanded",t?"true":"false");let o=e.querySelector(".persona-ml-auto"),n=o==null?void 0:o.querySelector(":scope > .persona-flex.persona-items-center");if(n){n.innerHTML="";let d=ve(t?"chevron-up":"chevron-down",16,"currentColor",2);d?n.appendChild(d):n.textContent=t?"Hide":"Show"}s.style.display=t?"":"none"},CT=r=>{let a=r.reasoning,t=A("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(t.id=`bubble-${r.id}`,t.setAttribute("data-message-id",r.id),!a)return t;let e=wi.has(r.id),s=A("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",e?"true":"false"),s.setAttribute("data-expand-header","true"),s.setAttribute("data-bubble-type","reasoning");let o=A("div","persona-flex persona-flex-col persona-text-left"),n=A("span","persona-text-xs persona-text-persona-primary");n.textContent="Thinking...",o.appendChild(n);let l=A("span","persona-text-xs persona-text-persona-primary");l.textContent=$H(a),o.appendChild(l),a.status==="complete"?n.style.display="none":n.style.display="";let d=A("div","persona-flex persona-items-center"),u=ve(e?"chevron-up":"chevron-down",16,"currentColor",2);u?d.appendChild(u):d.textContent=e?"Hide":"Show";let c=A("div","persona-flex persona-items-center persona-ml-auto");c.append(d),s.append(o,c);let f=A("div","persona-border-t persona-border-gray-200 persona-bg-gray-50 persona-px-4 persona-py-3");f.style.display=e?"":"none";let h=a.chunks.join(""),g=A("div","persona-whitespace-pre-wrap persona-text-xs persona-leading-snug persona-text-persona-muted");return g.textContent=h||(a.status==="complete"?"No additional context was shared.":"Waiting for details\u2026"),f.appendChild(g),(()=>{s.setAttribute("aria-expanded",e?"true":"false"),d.innerHTML="";let v=ve(e?"chevron-up":"chevron-down",16,"currentColor",2);v?d.appendChild(v):d.textContent=e?"Hide":"Show",f.style.display=e?"":"none"})(),t.append(s,f),t};var Ai=new Set,SP=(r,a,t)=>{var i;let e=Ai.has(r),s=(i=t==null?void 0:t.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",e?"true":"false");let l=o.querySelector(".persona-ml-auto"),d=l==null?void 0:l.querySelector(":scope > .persona-flex.persona-items-center");if(d){d.innerHTML="";let u=s.toggleTextColor||s.headerTextColor||"currentColor",c=ve(e?"chevron-up":"chevron-down",16,u,2);c?d.appendChild(c):d.textContent=e?"Hide":"Show"}n.style.display=e?"":"none"},wT=(r,a)=>{var k;let t=r.toolCall,e=(k=a==null?void 0:a.toolCall)!=null?k:{},s=A("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),e.backgroundColor&&(s.style.backgroundColor=e.backgroundColor),e.borderColor&&(s.style.borderColor=e.borderColor),e.borderWidth&&(s.style.borderWidth=e.borderWidth),e.borderRadius&&(s.style.borderRadius=e.borderRadius),!t)return s;let o=Ai.has(r.id),n=A("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"),e.headerBackgroundColor&&(n.style.backgroundColor=e.headerBackgroundColor),e.headerPaddingX&&(n.style.paddingLeft=e.headerPaddingX,n.style.paddingRight=e.headerPaddingX),e.headerPaddingY&&(n.style.paddingTop=e.headerPaddingY,n.style.paddingBottom=e.headerPaddingY);let l=A("div","persona-flex persona-flex-col persona-text-left"),d=A("span","persona-text-xs persona-text-persona-primary");e.headerTextColor&&(d.style.color=e.headerTextColor),d.textContent=jH(t),l.appendChild(d);let i=A("div","persona-flex persona-items-center"),u=e.toggleTextColor||e.headerTextColor||"currentColor",c=ve(o?"chevron-up":"chevron-down",16,u,2);c?i.appendChild(c):i.textContent=o?"Hide":"Show";let f=A("div","persona-flex persona-items-center persona-gap-2 persona-ml-auto");f.append(i),n.append(l,f);let h=A("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",e.contentBackgroundColor&&(h.style.backgroundColor=e.contentBackgroundColor),e.contentTextColor&&(h.style.color=e.contentTextColor),e.contentPaddingX&&(h.style.paddingLeft=e.contentPaddingX,h.style.paddingRight=e.contentPaddingX),e.contentPaddingY&&(h.style.paddingTop=e.contentPaddingY,h.style.paddingBottom=e.contentPaddingY),t.name){let b=A("div","persona-text-xs persona-text-persona-muted persona-italic");e.contentTextColor?b.style.color=e.contentTextColor:e.headerTextColor&&(b.style.color=e.headerTextColor),b.textContent=t.name,h.appendChild(b)}if(t.args!==void 0){let b=A("div","persona-space-y-1"),v=A("div","persona-text-xs persona-text-persona-muted");e.labelTextColor&&(v.style.color=e.labelTextColor),v.textContent="Arguments";let M=A("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");M.style.fontSize="0.75rem",M.style.lineHeight="1rem",e.codeBlockBackgroundColor&&(M.style.backgroundColor=e.codeBlockBackgroundColor),e.codeBlockBorderColor&&(M.style.borderColor=e.codeBlockBorderColor),e.codeBlockTextColor&&(M.style.color=e.codeBlockTextColor),M.textContent=t1(t.args),b.append(v,M),h.appendChild(b)}if(t.chunks&&t.chunks.length){let b=A("div","persona-space-y-1"),v=A("div","persona-text-xs persona-text-persona-muted");e.labelTextColor&&(v.style.color=e.labelTextColor),v.textContent="Activity";let M=A("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");M.style.fontSize="0.75rem",M.style.lineHeight="1rem",e.codeBlockBackgroundColor&&(M.style.backgroundColor=e.codeBlockBackgroundColor),e.codeBlockBorderColor&&(M.style.borderColor=e.codeBlockBorderColor),e.codeBlockTextColor&&(M.style.color=e.codeBlockTextColor),M.textContent=t.chunks.join(`
66
+ `),b.append(v,M),h.appendChild(b)}if(t.status==="complete"&&t.result!==void 0){let b=A("div","persona-space-y-1"),v=A("div","persona-text-xs persona-text-persona-muted");e.labelTextColor&&(v.style.color=e.labelTextColor),v.textContent="Result";let M=A("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");M.style.fontSize="0.75rem",M.style.lineHeight="1rem",e.codeBlockBackgroundColor&&(M.style.backgroundColor=e.codeBlockBackgroundColor),e.codeBlockBorderColor&&(M.style.borderColor=e.codeBlockBorderColor),e.codeBlockTextColor&&(M.style.color=e.codeBlockTextColor),M.textContent=t1(t.result),b.append(v,M),h.appendChild(b)}if(t.status==="complete"&&typeof t.duration=="number"){let b=A("div","persona-text-xs persona-text-persona-muted");e.contentTextColor&&(b.style.color=e.contentTextColor),b.textContent=`Duration: ${t.duration}ms`,h.appendChild(b)}return(()=>{n.setAttribute("aria-expanded",o?"true":"false"),i.innerHTML="";let b=e.toggleTextColor||e.headerTextColor||"currentColor",v=ve(o?"chevron-up":"chevron-down",16,b,2);v?i.appendChild(v):i.textContent=o?"Hide":"Show",h.style.display=o?"":"none"})(),s.append(n,h),s};var AT=(r,a)=>{var k,b,v,M,H,m,y,L,C,I,z,U;let t=r.approval,e=(a==null?void 0:a.approval)!==!1?a==null?void 0:a.approval:void 0,s=(t==null?void 0:t.status)==="pending",o=A("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=(k=e==null?void 0:e.backgroundColor)!=null?k:"var(--persona-approval-bg, #fefce8)",o.style.borderColor=(b=e==null?void 0:e.borderColor)!=null?b:"var(--persona-approval-border, #fef08a)",!t)return o;let n=A("div","persona-flex persona-items-start persona-gap-3 persona-px-4 persona-py-3"),l=A("div","persona-flex-shrink-0 persona-mt-0.5");l.setAttribute("data-approval-icon","true");let d=t.status==="denied"?"shield-x":t.status==="timeout"?"shield-alert":"shield-check",i=t.status==="approved"?"var(--persona-feedback-success, #16a34a)":t.status==="denied"?"var(--persona-feedback-error, #dc2626)":t.status==="timeout"?"var(--persona-feedback-warning, #ca8a04)":(v=e==null?void 0:e.titleColor)!=null?v:"currentColor",u=ve(d,20,i,2);u&&l.appendChild(u);let c=A("div","persona-flex-1 persona-min-w-0"),f=A("div","persona-flex persona-items-center persona-gap-2"),h=A("span","persona-text-sm persona-font-medium persona-text-persona-primary");if(e!=null&&e.titleColor&&(h.style.color=e.titleColor),h.textContent=(M=e==null?void 0:e.title)!=null?M:"Approval Required",f.appendChild(h),!s){let D=A("span","persona-inline-flex persona-items-center persona-px-2 persona-py-0.5 persona-rounded-full persona-text-xs persona-font-medium");D.setAttribute("data-approval-status",t.status),t.status==="approved"?(D.style.backgroundColor="var(--persona-palette-colors-success-100, #dcfce7)",D.style.color="var(--persona-palette-colors-success-700, #15803d)",D.textContent="Approved"):t.status==="denied"?(D.style.backgroundColor="var(--persona-palette-colors-error-100, #fee2e2)",D.style.color="var(--persona-palette-colors-error-700, #b91c1c)",D.textContent="Denied"):t.status==="timeout"&&(D.style.backgroundColor="var(--persona-palette-colors-warning-100, #fef3c7)",D.style.color="var(--persona-palette-colors-warning-700, #b45309)",D.textContent="Timeout"),f.appendChild(D)}c.appendChild(f);let g=A("p","persona-text-sm persona-mt-0.5 persona-text-persona-muted");if(e!=null&&e.descriptionColor&&(g.style.color=e.descriptionColor),g.textContent=t.description,c.appendChild(g),t.parameters){let D=A("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");e!=null&&e.parameterBackgroundColor&&(D.style.backgroundColor=e.parameterBackgroundColor),e!=null&&e.parameterTextColor&&(D.style.color=e.parameterTextColor),D.style.fontSize="0.75rem",D.style.lineHeight="1rem",D.textContent=t1(t.parameters),c.appendChild(D)}if(s){let D=A("div","persona-flex persona-gap-2 persona-mt-2");D.setAttribute("data-approval-buttons","true");let J=A("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");J.type="button",J.style.backgroundColor=(H=e==null?void 0:e.approveButtonColor)!=null?H:"var(--persona-approval-approve-bg, #22c55e)",J.style.color=(m=e==null?void 0:e.approveButtonTextColor)!=null?m:"#ffffff",J.setAttribute("data-approval-action","approve");let Ae=ve("shield-check",14,(y=e==null?void 0:e.approveButtonTextColor)!=null?y:"#ffffff",2);Ae&&(Ae.style.marginRight="4px",J.appendChild(Ae));let ae=document.createTextNode((L=e==null?void 0:e.approveLabel)!=null?L:"Approve");J.appendChild(ae);let Le=A("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");Le.type="button",Le.style.backgroundColor=(C=e==null?void 0:e.denyButtonColor)!=null?C:"transparent",Le.style.color=(I=e==null?void 0:e.denyButtonTextColor)!=null?I:"var(--persona-feedback-error, #dc2626)",Le.style.border=`1px solid ${e!=null&&e.denyButtonTextColor?e.denyButtonTextColor:"var(--persona-palette-colors-error-200, #fca5a5)"}`,Le.setAttribute("data-approval-action","deny");let fe=ve("shield-x",14,(z=e==null?void 0:e.denyButtonTextColor)!=null?z:"var(--persona-feedback-error, #dc2626)",2);fe&&(fe.style.marginRight="4px",Le.appendChild(fe));let ee=document.createTextNode((U=e==null?void 0:e.denyLabel)!=null?U:"Deny");Le.appendChild(ee),D.append(J,Le),c.appendChild(D)}return n.append(l,c),o.appendChild(n),o};var kP=r=>{let a=[];return{buttons:a,render:(e,s,o,n,l)=>{if(r.innerHTML="",a.length=0,!e||!e.length||(n!=null?n:s?s.getMessages():[]).some(h=>h.role==="user"))return;let u=document.createDocumentFragment(),c=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'}};e.forEach(h=>{let g=A("button","persona-rounded-button persona-bg-persona-surface persona-px-3 persona-py-1.5 persona-text-xs persona-font-medium persona-text-persona-muted hover:persona-opacity-90 persona-cursor-pointer persona-border persona-border-gray-200");g.type="button",g.textContent=h,g.disabled=c,l!=null&&l.fontFamily&&(g.style.fontFamily=f(l.fontFamily)),l!=null&&l.fontWeight&&(g.style.fontWeight=l.fontWeight),l!=null&&l.paddingX&&(g.style.paddingLeft=l.paddingX,g.style.paddingRight=l.paddingX),l!=null&&l.paddingY&&(g.style.paddingTop=l.paddingY,g.style.paddingBottom=l.paddingY),g.addEventListener("click",()=>{!s||s.isStreaming()||(o.value="",s.sendMessage(h))}),u.appendChild(g),a.push(g)}),r.appendChild(u)}}};var p1=class{constructor(a=2e3,t=null){this.head=0;this.count=0;this.totalCaptured=0;this.eventTypesSet=new Set;this.maxSize=a,this.buffer=new Array(a),this.store=t}push(a){var t;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),(t=this.store)==null||t.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 t=a.length>this.maxSize?a.slice(a.length-this.maxSize):a;for(let e of t)this.buffer[this.head]=e,this.head=(this.head+1)%this.maxSize,this.count<this.maxSize&&this.count++,this.eventTypesSet.add(e.type);return this.totalCaptured=a.length,t.length}getAllFromStore(){return this.store?this.store.getAll():Promise.resolve(this.getAll())}getRecent(a){let t=this.getAll();return a>=t.length?t:t.slice(t.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 c1=class{constructor(a="persona-event-stream",t="events"){this.db=null;this.pendingWrites=[];this.flushScheduled=!1;this.isDestroyed=!1;this.dbName=a,this.storeName=t}open(){return new Promise((a,t)=>{try{let e=indexedDB.open(this.dbName,1);e.onupgradeneeded=()=>{let s=e.result;s.objectStoreNames.contains(this.storeName)||s.createObjectStore(this.storeName,{keyPath:"id"}).createIndex("timestamp","timestamp",{unique:!1})},e.onsuccess=()=>{this.db=e.result,a()},e.onerror=()=>{t(e.error)}}catch(e){t(e)}})}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 e=this.db.transaction(this.storeName,"readwrite").objectStore(this.storeName);for(let s of a)e.put(s)}catch{}}getAll(){return new Promise((a,t)=>{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=()=>{t(n.error)}}catch(e){t(e)}})}getCount(){return new Promise((a,t)=>{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=()=>{t(o.error)}}catch(e){t(e)}})}clear(){return new Promise((a,t)=>{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=()=>{t(o.error)}}catch(e){t(e)}})}close(){this.db&&(this.db.close(),this.db=null)}destroy(){return this.isDestroyed=!0,this.pendingWrites=[],this.close(),new Promise((a,t)=>{try{let e=indexedDB.deleteDatabase(this.dbName);e.onsuccess=()=>{a()},e.onerror=()=>{t(e.error)}}catch(e){t(e)}})}flushWrites(){if(this.flushScheduled=!1,!this.db||this.isDestroyed||this.pendingWrites.length===0)return;let a=this.pendingWrites;this.pendingWrites=[];try{let e=this.db.transaction(this.storeName,"readwrite").objectStore(this.storeName);for(let s of a)e.put(s)}catch{}}};function Si(r,a){a&&a.split(/\s+/).forEach(t=>t&&r.classList.add(t))}var mI={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, #dbeafe)",text:"var(--persona-palette-colors-primary-700, #1e40af)"},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)"}},xI={bg:"var(--persona-palette-colors-gray-100, #f3f4f6)",text:"var(--persona-palette-colors-gray-600, #4b5563)"},gI=["flowName","stepName","reasoningText","text","name","tool","toolName"],MI=100;function yI(r,a){let t={...mI,...a};if(t[r])return t[r];for(let e of Object.keys(t))if(e.endsWith("_")&&r.startsWith(e))return t[e];return xI}function vI(r,a){return`+${((r-a)/1e3).toFixed(3)}s`}function bI(r){let a=new Date(r),t=String(a.getHours()).padStart(2,"0"),e=String(a.getMinutes()).padStart(2,"0"),s=String(a.getSeconds()).padStart(2,"0"),o=String(a.getMilliseconds()).padStart(3,"0");return`${t}:${e}:${s}.${o}`}function CI(r,a){try{let t=JSON.parse(r);if(typeof t!="object"||t===null)return null;for(let e of a){let s=e.split("."),o=t;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 wI(r){var a;return(a=navigator.clipboard)!=null&&a.writeText?navigator.clipboard.writeText(r):new Promise(t=>{let e=document.createElement("textarea");e.value=r,e.style.position="fixed",e.style.opacity="0",document.body.appendChild(e),e.select(),document.execCommand("copy"),document.body.removeChild(e),t()})}function AI(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 SI(r,a,t){let e,s;try{s=JSON.parse(r.payload),e=JSON.stringify(s,null,2)}catch{s=r.payload,e=r.payload}let o=a.find(l=>l.renderEventStreamPayload);if(o!=null&&o.renderEventStreamPayload&&t){let l=o.renderEventStreamPayload({event:r,config:t,defaultRenderer:()=>n(),parsedPayload:s});if(l)return l}return n();function n(){let l=A("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]"),d=A("pre","persona-m-0 persona-whitespace-pre-wrap persona-break-all persona-text-[11px] persona-text-persona-secondary persona-font-mono");return d.textContent=e,l.appendChild(d),l}}function ST(r,a,t,e,s,o,n,l){var f;let d=s.has(r.id),i=A("div","persona-border-b persona-border-persona-divider persona-text-xs");Si(i,(f=e.classNames)==null?void 0:f.eventRow);let u=n.find(h=>h.renderEventStreamRow);if(u!=null&&u.renderEventStreamRow&&l){let h=u.renderEventStreamRow({event:r,index:a,config:l,defaultRenderer:()=>c(),isExpanded:d,onToggleExpand:()=>o(r.id)});if(h)return i.appendChild(h),i}return i.appendChild(c()),i;function c(){var J,Ae;let h=A("div",""),g=A("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");g.setAttribute("data-event-id",r.id);let k=A("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(d?"chevron-down":"chevron-right","14px","currentColor",2);b&&k.appendChild(b);let v=A("span","persona-text-[11px] persona-text-persona-muted persona-whitespace-nowrap persona-flex-shrink-0 persona-font-mono persona-w-[70px]"),M=(J=e.timestampFormat)!=null?J:"relative";v.textContent=M==="relative"?vI(r.timestamp,t):bI(r.timestamp);let H=null;e.showSequenceNumbers!==!1&&(H=A("span","persona-text-[11px] persona-text-persona-muted persona-font-mono persona-flex-shrink-0 persona-w-[28px] persona-text-right"),H.textContent=String(a+1));let m=yI(r.type,e.badgeColors),y=A("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");y.style.backgroundColor=m.bg,y.style.color=m.text,y.style.borderColor=m.text+"50",y.textContent=r.type;let L=(Ae=e.descriptionFields)!=null?Ae:gI,C=CI(r.payload,L),I=null;C&&(I=A("span","persona-text-[11px] persona-text-persona-secondary persona-truncate persona-min-w-0"),I.textContent=C);let z=A("div","persona-flex-1 persona-min-w-0"),U=A("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"),D=ve("clipboard","12px","currentColor",1.5);return D&&U.appendChild(D),U.addEventListener("click",async ae=>{ae.stopPropagation(),await wI(AI(r)),U.innerHTML="";let Le=ve("check","12px","currentColor",1.5);Le&&U.appendChild(Le),setTimeout(()=>{U.innerHTML="";let fe=ve("clipboard","12px","currentColor",1.5);fe&&U.appendChild(fe)},1500)}),g.appendChild(k),g.appendChild(v),H&&g.appendChild(H),g.appendChild(y),I&&g.appendChild(I),g.appendChild(z),g.appendChild(U),h.appendChild(g),d&&h.appendChild(SI(r,n,l)),h}}function TP(r){var i,u;let{buffer:a,getFullHistory:t,onClose:e,config:s,plugins:o=[]}=r,n=(u=(i=s==null?void 0:s.features)==null?void 0:i.eventStream)!=null?u:{},l=o.find(c=>c.renderEventStreamView);if(l!=null&&l.renderEventStreamView&&s){let c=l.renderEventStreamView({config:s,events:a.getAll(),defaultRenderer:()=>d().element,onClose:e});if(c)return{element:c,update:()=>{},destroy:()=>{}}}return d();function d(){let c=n.classNames,f=A("div","persona-event-stream-view persona-flex persona-flex-col persona-flex-1 persona-min-h-0");Si(f,c==null?void 0:c.panel);let h=[],g="",k="",b=null,v=[],M={},H=0,m=!1,y=0,L=0,C=!1,I=null,z=!1,U=0,D=new Set,J=new Map,Ae="",ae="",Le=null,fe,ee,be,j,K;function re(){let R=A("div","persona-flex persona-flex-col persona-flex-shrink-0"),X=A("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");Si(X,c==null?void 0:c.headerBar);let le=A("span","persona-text-sm persona-font-medium persona-text-persona-primary persona-whitespace-nowrap");le.textContent="Events",fe=A("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"),fe.textContent="0";let Ne=A("div","persona-flex-1");ee=A("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 pe=A("option","");pe.value="",pe.textContent="All events",ee.appendChild(pe),be=A("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"),be.type="button",be.title="Copy All";let Se=ve("clipboard-copy","12px","currentColor",1.5);Se&&be.appendChild(Se);let Ve=A("span","persona-text-xs");Ve.textContent="Copy All",be.appendChild(Ve),X.appendChild(le),X.appendChild(fe),X.appendChild(Ne),X.appendChild(ee),X.appendChild(be);let He=A("div","persona-relative persona-px-4 persona-py-2.5 persona-border-b persona-border-persona-divider persona-bg-persona-surface");Si(He,c==null?void 0:c.searchBar);let Qe=ve("search","14px","var(--persona-muted, #9ca3af)",1.5),et=A("span","persona-absolute persona-left-6 persona-top-1/2 persona--translate-y-1/2 persona-pointer-events-none persona-flex persona-items-center");Qe&&et.appendChild(Qe),j=A("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"),Si(j,c==null?void 0:c.searchInput),j.type="text",j.placeholder="Search event payloads...",K=A("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"),K.type="button",K.style.display="none";let ke=ve("x","12px","currentColor",2);return ke&&K.appendChild(ke),He.appendChild(et),He.appendChild(j),He.appendChild(K),R.appendChild(X),R.appendChild(He),R}let yt,Xe=o.find(R=>R.renderEventStreamToolbar);if(Xe!=null&&Xe.renderEventStreamToolbar&&s){let R=Xe.renderEventStreamToolbar({config:s,defaultRenderer:()=>re(),eventCount:a.getSize(),filteredCount:0,onFilterChange:X=>{g=X,se(),Re()},onSearchChange:X=>{k=X,se(),Re()}});yt=R!=null?R:re()}else yt=re();let vt=A("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");vt.style.display="none";let Fe=A("div","persona-flex-1 persona-min-h-0 persona-relative"),De=A("div","persona-event-stream-list persona-overflow-y-auto persona-min-h-0");De.style.height="100%";let we=A("div","persona-absolute persona-bottom-3 persona-left-1/2 persona-transform persona--translate-x-1/2 persona-bg-persona-accent persona-text-white persona-text-xs persona-px-3 persona-py-1.5 persona-rounded-full persona-cursor-pointer persona-shadow-md persona-z-10 persona-flex persona-items-center persona-gap-1");Si(we,c==null?void 0:c.scrollIndicator),we.style.display="none";let ce=ve("arrow-down","12px","currentColor",2);ce&&we.appendChild(ce);let Y=A("span","");we.appendChild(Y);let oe=A("div","persona-flex persona-items-center persona-justify-center persona-h-full persona-text-sm persona-text-persona-muted");oe.style.display="none",Fe.appendChild(De),Fe.appendChild(oe),Fe.appendChild(we),f.setAttribute("tabindex","0"),f.appendChild(yt),f.appendChild(vt),f.appendChild(Fe);function de(){let R=a.getAll(),X={};for(let Ve of R)X[Ve.type]=(X[Ve.type]||0)+1;let le=Object.keys(X).sort(),Ne=le.length!==v.length||!le.every((Ve,He)=>Ve===v[He]),pe=!Ne&&le.some(Ve=>X[Ve]!==M[Ve]),Be=R.length!==Object.values(M).reduce((Ve,He)=>Ve+He,0);if(!Ne&&!pe&&!Be||(v=le,M=X,!ee))return;let Se=ee.value;if(ee.options[0].textContent="All events",Ne){for(;ee.options.length>1;)ee.remove(1);for(let Ve of le){let He=A("option","");He.value=Ve,He.textContent=`${Ve} (${X[Ve]||0})`,ee.appendChild(He)}Se&&le.includes(Se)?ee.value=Se:Se&&(ee.value="",g="")}else for(let Ve=1;Ve<ee.options.length;Ve++){let He=ee.options[Ve];He.textContent=`${He.value} (${X[He.value]||0})`}}function Ee(){let R=a.getAll();if(g&&(R=R.filter(X=>X.type===g)),k){let X=k.toLowerCase();R=R.filter(le=>le.type.toLowerCase().includes(X)||le.payload.toLowerCase().includes(X))}return R}function qe(){return g!==""||k!==""}function se(){H=0,y=0,m=!1,we.style.display="none"}function Q(R){D.has(R)?D.delete(R):D.add(R),Le=R;let X=De.scrollTop,le=m;z=!0,m=!0,Re(),De.scrollTop=X,m=le,z=!1}function Je(){return De.scrollHeight-De.scrollTop-De.clientHeight<=50}function Re(){L=Date.now(),C=!1,de();let R=a.getEvictedCount();R>0?(vt.textContent=`${R.toLocaleString()} older events truncated`,vt.style.display=""):vt.style.display="none",h=Ee();let X=h.length,le=a.getSize()>0;fe&&(fe.textContent=String(a.getSize())),X===0&&le&&qe()?(oe.textContent=k?`No events matching '${k}'`:"No events matching filter",oe.style.display="",De.style.display="none"):(oe.style.display="none",De.style.display=""),be&&(be.title=qe()?`Copy Filtered (${X})`:"Copy All"),m&&X>H&&(y+=X-H,Y.textContent=`${y} new event${y===1?"":"s"}`,we.style.display=""),H=X;let Ne=a.getAll(),pe=Ne.length>0?Ne[0].timestamp:0,Be=new Set(h.map(He=>He.id));for(let He of D)Be.has(He)||D.delete(He);let Se=g!==Ae||k!==ae,Ve=J.size===0&&h.length>0;if(Se||Ve||h.length===0){De.innerHTML="",J.clear();let He=document.createDocumentFragment();for(let Qe=0;Qe<h.length;Qe++){let et=ST(h[Qe],Qe,pe,n,D,Q,o,s);J.set(h[Qe].id,et),He.appendChild(et)}De.appendChild(He),Ae=g,ae=k,Le=null}else{if(Le!==null){let Qe=J.get(Le);if(Qe&&Qe.parentNode===De){let et=h.findIndex(ke=>ke.id===Le);if(et>=0){let ke=ST(h[et],et,pe,n,D,Q,o,s);De.insertBefore(ke,Qe),Qe.remove(),J.set(Le,ke)}}Le=null}let He=new Set(h.map(Qe=>Qe.id));for(let[Qe,et]of J)He.has(Qe)||(et.remove(),J.delete(Qe));for(let Qe=0;Qe<h.length;Qe++){let et=h[Qe];if(!J.has(et.id)){let ke=ST(et,Qe,pe,n,D,Q,o,s);J.set(et.id,ke),De.appendChild(ke)}}}m||(De.scrollTop=De.scrollHeight)}function mt(){if(Date.now()-L>=MI){I!==null&&(cancelAnimationFrame(I),I=null),Re();return}C||(C=!0,I=requestAnimationFrame(()=>{I=null,Re()}))}let _t=(R,X)=>{if(!be)return;be.innerHTML="";let le=ve(R,"12px","currentColor",1.5);le&&be.appendChild(le);let Ne=A("span","persona-text-xs");Ne.textContent="Copy All",be.appendChild(Ne),setTimeout(()=>{be.innerHTML="";let pe=ve("clipboard-copy","12px","currentColor",1.5);pe&&be.appendChild(pe);let Be=A("span","persona-text-xs");Be.textContent="Copy All",be.appendChild(Be),be.disabled=!1},X)},qt=async()=>{if(be){be.disabled=!0;try{let R;qe()?R=h:t?(R=await t(),R.length===0&&(R=a.getAll())):R=a.getAll();let X=R.map(le=>{try{return JSON.parse(le.payload)}catch{return le.payload}});await navigator.clipboard.writeText(JSON.stringify(X,null,2)),_t("check",1500)}catch{_t("x",1500)}}},xe=()=>{ee&&(g=ee.value,se(),Re())},me=()=>{!j||!K||(K.style.display=j.value?"":"none",b&&clearTimeout(b),b=setTimeout(()=>{k=j.value,se(),Re()},150))},pt=()=>{!j||!K||(j.value="",k="",K.style.display="none",b&&clearTimeout(b),se(),Re())},xt=()=>{if(z)return;let R=De.scrollTop,X=R>U;U=R,Je()&&X?(m=!1,y=0,we.style.display="none"):Je()||(m=!0)},Ue=R=>{R.deltaY<0&&(m=!0)},Ye=()=>{De.scrollTop=De.scrollHeight,m=!1,y=0,we.style.display="none"},bt=R=>{let X=R.target;if(!X||X.closest("button"))return;let le=X.closest("[data-event-id]");if(!le)return;let Ne=le.getAttribute("data-event-id");Ne&&Q(Ne)},Vt=R=>{if((R.metaKey||R.ctrlKey)&&R.key==="f"){R.preventDefault(),j==null||j.focus(),j==null||j.select();return}R.key==="Escape"&&(j&&document.activeElement===j?(pt(),j.blur(),f.focus()):e&&e())};be&&be.addEventListener("click",qt),ee&&ee.addEventListener("change",xe),j&&j.addEventListener("input",me),K&&K.addEventListener("click",pt),De.addEventListener("scroll",xt),De.addEventListener("wheel",Ue,{passive:!0}),De.addEventListener("click",bt),we.addEventListener("click",Ye),f.addEventListener("keydown",Vt);function Yt(){b&&clearTimeout(b),I!==null&&(cancelAnimationFrame(I),I=null),C=!1,J.clear(),be&&be.removeEventListener("click",qt),ee&&ee.removeEventListener("change",xe),j&&j.removeEventListener("input",me),K&&K.removeEventListener("click",pt),De.removeEventListener("scroll",xt),De.removeEventListener("wheel",Ue),De.removeEventListener("click",bt),we.removeEventListener("click",Ye),f.removeEventListener("keydown",Vt)}return{element:f,update:mt,destroy:Yt}}}function LP(r,a){let t=typeof r.title=="string"&&r.title?r.title:"Untitled artifact",e=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-bg, #ffffff)",l.style.cursor="pointer",l.tabIndex=0,l.setAttribute("role","button"),l.setAttribute("aria-label",`Open ${t} in artifact panel`),e&&l.setAttribute("data-open-artifact",e);let d=document.createElement("div");d.className="persona-flex persona-h-10 persona-w-10 persona-flex-shrink-0 persona-items-center persona-justify-center persona-rounded-lg",d.style.border="1px solid var(--persona-border, #e5e7eb)",d.style.color="var(--persona-muted, #9ca3af)",d.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 u=document.createElement("div");u.className="persona-truncate persona-text-sm persona-font-medium",u.style.color="var(--persona-text, #1f2937)",u.textContent=t;let c=document.createElement("div");if(c.className="persona-text-xs persona-flex persona-items-center persona-gap-1.5",c.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, #3b82f6)",f.style.animation="persona-pulse 1.5s ease-in-out infinite",c.appendChild(f);let h=document.createElement("span");h.textContent=`Generating ${n.toLowerCase()}...`,c.appendChild(h)}else c.textContent=n;if(i.append(u,c),l.append(d,i),s==="complete"){let f=document.createElement("button");f.type="button",f.textContent="Download",f.title=`Download ${t}`,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",e),l.append(f)}return l}var EP=(r,a)=>{var e,s,o;let t=(o=(s=(e=a==null?void 0:a.config)==null?void 0:e.features)==null?void 0:s.artifacts)==null?void 0:o.renderCard;if(t){let n=typeof r.title=="string"&&r.title?r.title:"Untitled artifact",l=typeof r.artifactId=="string"?r.artifactId:"",d=r.status==="streaming"?"streaming":"complete",i=typeof r.artifactType=="string"?r.artifactType:"markdown",u=t({artifact:{artifactId:l,title:n,artifactType:i,status:d},config:a.config,defaultRenderer:()=>LP(r,a)});if(u)return u}return LP(r,a)};var kT=class{constructor(){this.components=new Map}register(a,t){this.components.has(a)&&console.warn(`[ComponentRegistry] Component "${a}" is already registered. Overwriting.`),this.components.set(a,t)}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(([t,e])=>{this.register(t,e)})}},Mr=new kT;Mr.register("PersonaArtifactCard",EP);function kI(r){var s;let a=A("div","persona-rounded-lg persona-border persona-border-persona-border persona-p-3 persona-text-persona-primary"),t=A("div","persona-font-semibold persona-text-sm persona-mb-2");t.textContent=r.component?`Component: ${r.component}`:"Component";let e=A("pre","persona-font-mono persona-text-xs persona-whitespace-pre-wrap persona-overflow-x-auto");return e.textContent=JSON.stringify((s=r.props)!=null?s:{},null,2),a.appendChild(t),a.appendChild(e),a}function HP(r,a){var Fe,De,we,ce;let t=(De=(Fe=r.features)==null?void 0:Fe.artifacts)==null?void 0:De.layout,s=((we=t==null?void 0:t.toolbarPreset)!=null?we:"default")==="document",o=(ce=t==null?void 0:t.panePadding)==null?void 0:ce.trim(),n=r.markdown?Ur(r.markdown):null,l=io(r.sanitize),d=Y=>{let oe=n?n(Y):lo(Y);return l?l(oe):oe},i=typeof document!="undefined"?A("div","persona-artifact-backdrop persona-fixed persona-inset-0 persona-z-[55] persona-bg-black/30 persona-hidden md:persona-hidden"):null,u=()=>{i==null||i.classList.add("persona-hidden"),c.classList.remove("persona-artifact-drawer-open"),D==null||D.hide()};i&&i.addEventListener("click",()=>{var Y;u(),(Y=a.onDismiss)==null||Y.call(a)});let c=A("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");c.setAttribute("data-persona-theme-zone","artifact-pane"),s&&c.classList.add("persona-artifact-pane-document");let f=A("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=A("span","persona-text-xs persona-font-medium persona-truncate");h.textContent="Artifacts";let g=A("button","persona-rounded-md persona-border persona-border-persona-border persona-px-2 persona-py-1 persona-text-xs persona-bg-persona-surface");g.type="button",g.textContent="Close",g.setAttribute("aria-label","Close artifacts panel"),g.addEventListener("click",()=>{var Y;u(),(Y=a.onDismiss)==null||Y.call(a)});let k="rendered",b=A("div","persona-flex persona-items-center persona-gap-1 persona-shrink-0 persona-artifact-toggle-group"),v=s?ra({icon:"eye",label:"Rendered view",className:"persona-artifact-doc-icon-btn persona-artifact-view-btn"}):ra({icon:"eye",label:"Rendered view"}),M=s?ra({icon:"code-2",label:"Source",className:"persona-artifact-doc-icon-btn persona-artifact-code-btn"}):ra({icon:"code-2",label:"Source"}),H=A("div","persona-flex persona-items-center persona-gap-1 persona-shrink-0"),m=(t==null?void 0:t.documentToolbarShowCopyLabel)===!0,y=(t==null?void 0:t.documentToolbarShowCopyChevron)===!0,L=t==null?void 0:t.documentToolbarCopyMenuItems,C=!!(y&&L&&L.length>0),I=null,z,U=null,D=null;if(s&&(m||y)&&!C){if(z=m?d1({icon:"copy",label:"Copy",iconSize:14,className:"persona-artifact-doc-copy-btn"}):ra({icon:"copy",label:"Copy",className:"persona-artifact-doc-copy-btn"}),y){let Y=ve("chevron-down",14,"currentColor",2);Y&&z.appendChild(Y)}}else s&&C?(I=A("div","persona-relative persona-inline-flex persona-items-center persona-gap-0 persona-rounded-md"),z=m?d1({icon:"copy",label:"Copy",iconSize:14,className:"persona-artifact-doc-copy-btn"}):ra({icon:"copy",label:"Copy",className:"persona-artifact-doc-copy-btn"}),U=ra({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(z,U)):s?z=ra({icon:"copy",label:"Copy",className:"persona-artifact-doc-icon-btn"}):z=ra({icon:"copy",label:"Copy"});let J=s?ra({icon:"refresh-cw",label:"Refresh",className:"persona-artifact-doc-icon-btn"}):ra({icon:"refresh-cw",label:"Refresh"}),Ae=s?ra({icon:"x",label:"Close",className:"persona-artifact-doc-icon-btn"}):ra({icon:"x",label:"Close"}),ae=()=>{var qe,se,Q;let Y=(qe=K.find(Je=>Je.id===re))!=null?qe:K[K.length-1],oe=(se=Y==null?void 0:Y.id)!=null?se:null,de=(Y==null?void 0:Y.artifactType)==="markdown"&&(Q=Y.markdown)!=null?Q:"",Ee=Y?JSON.stringify({component:Y.component,props:Y.props},null,2):"";return{markdown:de,jsonPayload:Ee,id:oe}},Le=async()=>{var qe;let{markdown:Y,jsonPayload:oe}=ae(),de=(qe=K.find(se=>se.id===re))!=null?qe:K[K.length-1],Ee=(de==null?void 0:de.artifactType)==="markdown"?Y:de?oe:"";try{await navigator.clipboard.writeText(Ee)}catch{}};if(z.addEventListener("click",async()=>{let Y=t==null?void 0:t.onDocumentToolbarCopyMenuSelect;if(Y&&C){let{markdown:oe,jsonPayload:de,id:Ee}=ae();try{await Y({actionId:"primary",artifactId:Ee,markdown:oe,jsonPayload:de})}catch{}return}await Le()}),U&&(L!=null&&L.length)){let Y=()=>{var de;return(de=c.closest("[data-persona-root]"))!=null?de:document.body},oe=()=>{D=Hr({items:L.map(de=>({id:de.id,label:de.label})),onSelect:async de=>{let{markdown:Ee,jsonPayload:qe,id:se}=ae(),Q=t==null?void 0:t.onDocumentToolbarCopyMenuSelect;try{Q?await Q({actionId:de,artifactId:se,markdown:Ee,jsonPayload:qe}):de==="markdown"||de==="md"?await navigator.clipboard.writeText(Ee):de==="json"||de==="source"?await navigator.clipboard.writeText(qe):await navigator.clipboard.writeText(Ee||qe)}catch{}},anchor:I!=null?I:U,position:"bottom-right",portal:Y()})};c.isConnected?oe():requestAnimationFrame(oe),U.addEventListener("click",de=>{de.stopPropagation(),D==null||D.toggle()})}J.addEventListener("click",async()=>{var Y;try{await((Y=t==null?void 0:t.onDocumentToolbarRefresh)==null?void 0:Y.call(t))}catch{}Xe()}),Ae.addEventListener("click",()=>{var Y;u(),(Y=a.onDismiss)==null||Y.call(a)});let fe=()=>{s&&(v.setAttribute("aria-pressed",k==="rendered"?"true":"false"),M.setAttribute("aria-pressed",k==="source"?"true":"false"))};v.addEventListener("click",()=>{k="rendered",fe(),Xe()}),M.addEventListener("click",()=>{k="source",fe(),Xe()});let ee=A("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(v,M),I?H.append(I,J,Ae):H.append(z,J,Ae),f.append(b,ee,H),fe()):(f.appendChild(h),f.appendChild(g)),o&&(f.style.paddingLeft=o,f.style.paddingRight=o);let be=A("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"),j=A("div","persona-artifact-content persona-flex-1 persona-min-h-0 persona-overflow-y-auto persona-p-3");o&&(be.style.paddingLeft=o,be.style.paddingRight=o,j.style.padding=o),c.appendChild(f),c.appendChild(be),c.appendChild(j);let K=[],re=null,yt=!1,Xe=()=>{var Ee,qe,se,Q;let Y=s&&K.length<=1;be.classList.toggle("persona-hidden",Y),be.replaceChildren();for(let Je of K){let Re=A("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");Re.type="button",Re.textContent=Je.title||Je.id.slice(0,8),Je.id===re&&Re.classList.add("persona-bg-persona-container","persona-border-persona-border"),Re.addEventListener("click",()=>a.onSelect(Je.id)),be.appendChild(Re)}j.replaceChildren();let oe=re&&K.find(Je=>Je.id===re)||K[K.length-1];if(!oe)return;if(s){let Je=oe.artifactType==="markdown"?"MD":(Ee=oe.component)!=null?Ee:"Component",mt=(oe.title||"Document").trim().replace(/\s*·\s*MD\s*$/i,"").trim()||"Document";ee.textContent=`${mt} \xB7 ${Je}`}else h.textContent="Artifacts";if(oe.artifactType==="markdown"){if(s&&k==="source"){let Re=A("pre","persona-font-mono persona-text-xs persona-whitespace-pre-wrap persona-break-words persona-text-persona-primary");Re.textContent=(qe=oe.markdown)!=null?qe:"",j.appendChild(Re);return}let Je=A("div","persona-text-sm persona-leading-relaxed persona-markdown-bubble");Je.innerHTML=d((se=oe.markdown)!=null?se:""),j.appendChild(Je);return}let de=oe.component?Mr.get(oe.component):void 0;if(de){let Re={message:{id:oe.id,role:"assistant",content:"",createdAt:new Date().toISOString()},config:r,updateProps:()=>{}};try{let mt=de((Q=oe.props)!=null?Q:{},Re);if(mt){j.appendChild(mt);return}}catch{}}j.appendChild(kI(oe))},vt=()=>{var oe;let Y=K.length>0;if(c.classList.toggle("persona-hidden",!Y),i){let de=typeof c.closest=="function"?c.closest("[data-persona-root]"):null,qe=((oe=de==null?void 0:de.classList.contains("persona-artifact-narrow-host"))!=null?oe:!1)||typeof window!="undefined"&&window.matchMedia("(max-width: 640px)").matches;Y&&qe&&yt?(i.classList.remove("persona-hidden"),c.classList.add("persona-artifact-drawer-open")):(i.classList.add("persona-hidden"),c.classList.remove("persona-artifact-drawer-open"))}};return{element:c,backdrop:i,update(Y){var oe,de,Ee;K=Y.artifacts,re=(Ee=(de=Y.selectedId)!=null?de:(oe=Y.artifacts[Y.artifacts.length-1])==null?void 0:oe.id)!=null?Ee:null,K.length>0&&(yt=!0),Xe(),vt()},setMobileOpen(Y){yt=Y,!Y&&i?(i.classList.add("persona-hidden"),c.classList.remove("persona-artifact-drawer-open")):vt()}}}function qa(r){var a,t;return((t=(a=r==null?void 0:r.features)==null?void 0:a.artifacts)==null?void 0:t.enabled)===!0}function PP(r,a){var o,n,l,d;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"),!qa(a))return;let t=(n=(o=a.features)==null?void 0:o.artifacts)==null?void 0:n.layout,e=(l=t==null?void 0:t.paneBorder)==null?void 0:l.trim(),s=(d=t==null?void 0:t.paneBorderLeft)==null?void 0:d.trim();e?(r.classList.add("persona-artifact-border-full"),r.style.setProperty("--persona-artifact-pane-border",e)):s&&(r.classList.add("persona-artifact-border-left"),r.style.setProperty("--persona-artifact-pane-border-left",s))}function TI(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 yk(r,a){var d,i,u,c,f,h,g,k,b,v;if(!qa(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"),TI(r),PP(r,a);return}let t=(i=(d=a.features)==null?void 0:d.artifacts)==null?void 0:i.layout;r.style.setProperty("--persona-artifact-split-gap",(u=t==null?void 0:t.splitGap)!=null?u:"0.5rem"),r.style.setProperty("--persona-artifact-pane-width",(c=t==null?void 0:t.paneWidth)!=null?c:"40%"),r.style.setProperty("--persona-artifact-pane-max-width",(f=t==null?void 0:t.paneMaxWidth)!=null?f:"28rem"),t!=null&&t.paneMinWidth?r.style.setProperty("--persona-artifact-pane-min-width",t.paneMinWidth):r.style.removeProperty("--persona-artifact-pane-min-width");let e=(h=t==null?void 0:t.paneBackground)==null?void 0:h.trim();e?r.style.setProperty("--persona-artifact-pane-bg",e):r.style.removeProperty("--persona-artifact-pane-bg");let s=(g=t==null?void 0:t.panePadding)==null?void 0:g.trim();s?r.style.setProperty("--persona-artifact-pane-padding",s):r.style.removeProperty("--persona-artifact-pane-padding");let o=(k=t==null?void 0:t.documentToolbarIconColor)==null?void 0:k.trim();o?r.style.setProperty("--persona-artifact-doc-toolbar-icon-color",o):r.style.removeProperty("--persona-artifact-doc-toolbar-icon-color");let n=(b=t==null?void 0:t.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=(v=t==null?void 0:t.documentToolbarToggleActiveBorderColor)==null?void 0:v.trim();l?r.style.setProperty("--persona-artifact-doc-toggle-active-border",l):r.style.removeProperty("--persona-artifact-doc-toggle-active-border"),PP(r,a)}var RP=["panel","seamless"];function vk(r,a){var l,d,i,u,c,f;for(let h of RP)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"),!qa(a))return;let t=(d=(l=a.features)==null?void 0:l.artifacts)==null?void 0:d.layout,e=(i=t==null?void 0:t.paneAppearance)!=null?i:"panel",s=RP.includes(e)?e:"panel";r.classList.add(`persona-artifact-appearance-${s}`);let o=(u=t==null?void 0:t.paneBorderRadius)==null?void 0:u.trim();o&&r.style.setProperty("--persona-artifact-pane-radius",o);let n=(c=t==null?void 0:t.paneShadow)==null?void 0:c.trim();if(n&&r.style.setProperty("--persona-artifact-pane-shadow",n),(t==null?void 0:t.unifiedSplitChrome)===!0){r.classList.add("persona-artifact-unified-split");let h=((f=t.unifiedSplitOuterRadius)==null?void 0:f.trim())||o;h&&r.style.setProperty("--persona-artifact-unified-outer-radius",h)}}function BP(r,a){var t,e,s;return!a||!qa(r)?!1:((s=(e=(t=r.features)==null?void 0:t.artifacts)==null?void 0:e.layout)==null?void 0:s.expandLauncherPanelWhenOpen)!==!1}function LI(r,a){if(!(r!=null&&r.trim()))return a;let t=/^(\d+(?:\.\d+)?)px\s*$/i.exec(r.trim());return t?Math.max(0,Number(t[1])):a}function EI(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 HI(r,a,t){return t<a?a:Math.min(t,Math.max(a,r))}function PI(r,a,t,e){let s=r-e-2*a-t;return Math.max(0,s)}function IP(r,a){var n;let e=(n=(a.getComputedStyle(r).gap||"0px").trim().split(/\s+/)[0])!=null?n:"0px",s=/^([\d.]+)px$/i.exec(e);if(s)return Number(s[1]);let o=/^([\d.]+)/.exec(e);return o?Number(o[1]):8}function DP(r,a,t,e,s,o){let n=LI(s,200),l=PI(a,t,e,200);l=Math.max(n,l);let d=EI(o);return d!==null&&(l=Math.min(l,d)),HI(r,n,l)}var VP={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"}},TT=(r,a,t,e)=>{let s=r.querySelectorAll("[data-tv-form]");s.length&&s.forEach(o=>{var g,k,b;if(o.dataset.enhanced==="true")return;let n=(g=o.dataset.tvForm)!=null?g:"init";o.dataset.enhanced="true";let l=(k=VP[n])!=null?k:VP.init;o.classList.add("persona-form-card","persona-space-y-4");let d=A("div","persona-space-y-1"),i=A("h3","persona-text-base persona-font-semibold persona-text-persona-primary");if(i.textContent=l.title,d.appendChild(i),l.description){let v=A("p","persona-text-sm persona-text-persona-muted");v.textContent=l.description,d.appendChild(v)}let u=document.createElement("form");u.className="persona-form-grid persona-space-y-3",l.fields.forEach(v=>{var L,C;let M=A("label","persona-form-field persona-flex persona-flex-col persona-gap-1");M.htmlFor=`${a.id}-${n}-${v.name}`;let H=A("span","persona-text-xs persona-font-medium persona-text-persona-muted");H.textContent=v.label,M.appendChild(H);let m=(L=v.type)!=null?L:"text",y;m==="textarea"?(y=document.createElement("textarea"),y.rows=3):(y=document.createElement("input"),y.type=m),y.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",y.id=`${a.id}-${n}-${v.name}`,y.name=v.name,y.placeholder=(C=v.placeholder)!=null?C:"",v.required&&(y.required=!0),M.appendChild(y),u.appendChild(M)});let c=A("div","persona-flex persona-items-center persona-justify-between persona-gap-2"),f=A("div","persona-text-xs persona-text-persona-muted persona-min-h-[1.5rem]"),h=A("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",c.appendChild(f),c.appendChild(h),u.appendChild(c),o.replaceChildren(d,u),u.addEventListener("submit",async v=>{var y,L;v.preventDefault();let M=(y=t.formEndpoint)!=null?y:"/form",H=new FormData(u),m={};H.forEach((C,I)=>{m[I]=C}),m.type=n,h.disabled=!0,f.textContent="Submitting\u2026";try{let C=await fetch(M,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(m)});if(!C.ok)throw new Error(`Form submission failed (${C.status})`);let I=await C.json();f.textContent=(L=I.message)!=null?L:"Thanks! We'll be in touch soon.",I.success&&I.nextPrompt&&await e.sendMessage(String(I.nextPrompt))}catch(C){f.textContent=C instanceof Error?C.message:"Something went wrong. Please try again."}finally{h.disabled=!1}})})};var LT=class{constructor(){this.plugins=new Map}register(a){var t;this.plugins.has(a.id)&&console.warn(`Plugin "${a.id}" is already registered. Overwriting.`),this.plugins.set(a.id,a),(t=a.onRegister)==null||t.call(a)}unregister(a){var e;let t=this.plugins.get(a);t&&((e=t.onUnregister)==null||e.call(t),this.plugins.delete(a))}getAll(){return Array.from(this.plugins.values()).sort((a,t)=>{var e,s;return((e=t.priority)!=null?e:0)-((s=a.priority)!=null?s:0)})}getForInstance(a){let t=this.getAll();if(!a||a.length===0)return t;let e=new Set(a.map(o=>o.id));return[...t.filter(o=>!e.has(o.id)),...a].sort((o,n)=>{var l,d;return((l=n.priority)!=null?l:0)-((d=o.priority)!=null?d:0)})}clear(){this.plugins.forEach(a=>{var t;return(t=a.onUnregister)==null?void 0:t.call(a)}),this.plugins.clear()}},u1=new LT;var Pt={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}",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:"#000000",callToActionIconBackgroundColor:"#ffffff",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:"1px solid #e5e7eb",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",backgroundColor:"#111827",textColor:"#ffffff",borderColor:"#60a5fa",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:"#111827",backgroundColor:"transparent",borderColor:"transparent",recordingIconColor:"#ffffff",recordingBackgroundColor:"#ef4444",recordingBorderColor:"transparent",showTooltip:!0,tooltipText:"Start voice recognition"},features:{showReasoning:!0,showToolCalls:!0},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 FP(r,a){if(!(!r&&!a))return r?a?s1(r,a):r:a}function bk(r){var a,t,e,s,o,n,l,d,i,u,c,f,h,g,k,b,v,M,H,m,y;return r?{...Pt,...r,theme:FP(Pt.theme,r.theme),darkTheme:FP(Pt.darkTheme,r.darkTheme),launcher:{...Pt.launcher,...r.launcher,dock:{...(a=Pt.launcher)==null?void 0:a.dock,...(t=r.launcher)==null?void 0:t.dock},clearChat:{...(e=Pt.launcher)==null?void 0:e.clearChat,...(s=r.launcher)==null?void 0:s.clearChat}},copy:{...Pt.copy,...r.copy},sendButton:{...Pt.sendButton,...r.sendButton},statusIndicator:{...Pt.statusIndicator,...r.statusIndicator},voiceRecognition:{...Pt.voiceRecognition,...r.voiceRecognition},features:(()=>{var z,U;let L=(z=Pt.features)==null?void 0:z.artifacts,C=(U=r.features)==null?void 0:U.artifacts,I=L===void 0&&C===void 0?void 0:{...L,...C,layout:{...L==null?void 0:L.layout,...C==null?void 0:C.layout}};return{...Pt.features,...r.features,...I!==void 0?{artifacts:I}:{}}})(),suggestionChips:(o=r.suggestionChips)!=null?o:Pt.suggestionChips,suggestionChipsConfig:{...Pt.suggestionChipsConfig,...r.suggestionChipsConfig},layout:{...Pt.layout,...r.layout,header:{...(n=Pt.layout)==null?void 0:n.header,...(l=r.layout)==null?void 0:l.header},messages:{...(d=Pt.layout)==null?void 0:d.messages,...(i=r.layout)==null?void 0:i.messages,avatar:{...(c=(u=Pt.layout)==null?void 0:u.messages)==null?void 0:c.avatar,...(h=(f=r.layout)==null?void 0:f.messages)==null?void 0:h.avatar},timestamp:{...(k=(g=Pt.layout)==null?void 0:g.messages)==null?void 0:k.timestamp,...(v=(b=r.layout)==null?void 0:b.messages)==null?void 0:v.timestamp}},slots:{...(M=Pt.layout)==null?void 0:M.slots,...(H=r.layout)==null?void 0:H.slots}},markdown:{...Pt.markdown,...r.markdown,options:{...(m=Pt.markdown)==null?void 0:m.options,...(y=r.markdown)==null?void 0:y.options}},messageActions:{...Pt.messageActions,...r.messageActions}}:Pt}var WP=()=>{let r=new Map,a=(s,o)=>(r.has(s)||r.set(s,new Set),r.get(s).add(o),()=>t(s,o)),t=(s,o)=>{var n;(n=r.get(s))==null||n.delete(o)};return{on:a,off:t,emit:(s,o)=>{var n;(n=r.get(s))==null||n.forEach(l=>{try{l(o)}catch(d){typeof console!="undefined"&&console.error("[AgentWidget] Event handler error:",d)}})}}};var RI=r=>{let a=r.match(/```(?:json)?\s*([\s\S]*?)```/i);return a?a[1]:r},BI=r=>{let a=r.trim(),t=a.indexOf("{");if(t===-1)return null;let e=0;for(let s=t;s<a.length;s+=1){let o=a[s];if(o==="{"&&(e+=1),o==="}"&&(e-=1,e===0))return a.slice(t,s+1)}return null},f1=({text:r})=>{if(!r||!r.includes("{"))return null;try{let a=RI(r),t=BI(a);if(!t)return null;let e=JSON.parse(t);if(!e||typeof e!="object"||!e.action)return null;let{action:s,...o}=e;return{type:String(s),payload:o,raw:e}}catch{return null}},ET=r=>typeof r=="string"?r:r==null?"":String(r),Yr={message:r=>r.type!=="message"?void 0:{handled:!0,displayText:ET(r.payload.text)},messageAndClick:(r,a)=>{var s;if(r.type!=="message_and_click")return;let t=r.payload,e=ET(t.element);if(e&&((s=a.document)!=null&&s.querySelector)){let o=a.document.querySelector(e);o?setTimeout(()=>{o.click()},400):typeof console!="undefined"&&console.warn("[AgentWidget] Element not found for selector:",e)}return{handled:!0,displayText:ET(t.text)}}},OP=r=>Array.isArray(r)?r.map(a=>String(a)):[],h1=r=>{let a=new Set(OP(r.getSessionMetadata().processedActionMessageIds)),t=()=>{a=new Set(OP(r.getSessionMetadata().processedActionMessageIds))},e=()=>{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,u)=>i||(u==null?void 0:u({text:n,message:o.message}))||null,null):null;if(!l)return null;a.add(o.message.id),e();let d={action:l,message:o.message};r.emit("action:detected",d);for(let i of r.handlers)if(i)try{let u=()=>{r.emit("action:resubmit",d)},c=i(l,{message:o.message,metadata:r.getSessionMetadata(),updateMetadata:r.updateSessionMetadata,document:r.documentRef,triggerResubmit:u});if(!c)continue;if(c.handled){let f=c.persistMessage!==!1;return{text:c.displayText!==void 0?c.displayText:"",persist:f,resubmit:c.resubmit}}}catch(u){typeof console!="undefined"&&console.error("[AgentWidget] Action handler error:",u)}return{text:"",persist:!0}},syncFromMetadata:t}};var II=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}},DI=r=>r.map(a=>({...a,streaming:!1})),Ck=(r="persona-state")=>{let a=()=>typeof window=="undefined"||!window.localStorage?null:window.localStorage;return{load:()=>{let t=a();return t?II(t.getItem(r)):null},save:t=>{let e=a();if(e)try{let s={...t,messages:t.messages?DI(t.messages):void 0};e.setItem(r,JSON.stringify(s))}catch(s){typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",s)}},clear:()=>{let t=a();if(t)try{t.removeItem(r)}catch(e){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear stored state:",e)}}}};var ki=iH(nT(),1);function VI(r){if(!r||typeof r!="object"||!("component"in r))return!1;let a=r.component;return typeof a=="string"&&a.length>0}function FI(r,a){if(!VI(r))return null;let t=r.props&&typeof r.props=="object"&&r.props!==null?r.props:{};return{component:r.component,props:t,raw:a}}function wk(){let r=null,a=0;return{getExtractedDirective:()=>r,processChunk:t=>{let e=t.trim();if(!e.startsWith("{")&&!e.startsWith("["))return null;if(t.length<=a)return r;try{let s=(0,ki.parse)(t,ki.STR|ki.OBJ),o=FI(s,t);o&&(r=o)}catch{}return a=t.length,r},reset:()=>{r=null,a=0}}}function NP(r){return typeof r=="object"&&r!==null&&"component"in r&&typeof r.component=="string"&&"props"in r&&typeof r.props=="object"}function Ak(r,a){let{config:t,message:e,onPropsUpdate:s}=a,o=Mr.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:e,config:t,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 zP(){let r=wk();return{processChunk:a=>r.processChunk(a),getDirective:()=>r.getExtractedDirective(),reset:()=>{r.reset()}}}function Sk(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 kk(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 WI=["Very dissatisfied","Dissatisfied","Neutral","Satisfied","Very satisfied"];function Tk(r){let{onSubmit:a,onDismiss:t,title:e="How satisfied are you?",subtitle:s="Please rate your experience",commentPlaceholder:o="Share your thoughts (optional)...",submitText:n="Submit",skipText:l="Skip",showComment:d=!0,ratingLabels:i=WI}=r,u=document.createElement("div");u.className="persona-feedback-container persona-feedback-csat",u.setAttribute("role","dialog"),u.setAttribute("aria-label","Customer satisfaction feedback");let c=null,f=document.createElement("div");f.className="persona-feedback-content";let h=document.createElement("div");h.className="persona-feedback-header";let g=document.createElement("h3");g.className="persona-feedback-title",g.textContent=e,h.appendChild(g);let k=document.createElement("p");k.className="persona-feedback-subtitle",k.textContent=s,h.appendChild(k),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 v=[];for(let L=1;L<=5;L++){let C=document.createElement("button");C.type="button",C.className="persona-feedback-rating-btn persona-feedback-star-btn",C.setAttribute("role","radio"),C.setAttribute("aria-checked","false"),C.setAttribute("aria-label",`${L} star${L>1?"s":""}: ${i[L-1]}`),C.title=i[L-1],C.dataset.rating=String(L),C.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
- `,C.addEventListener("click",()=>{c=L,v.forEach((I,z)=>{let U=z<L;I.classList.toggle("selected",U),I.setAttribute("aria-checked",z===L-1?"true":"false")})}),v.push(C),b.appendChild(C)}f.appendChild(b);let M=null;if(d){let L=document.createElement("div");L.className="persona-feedback-comment-container",M=document.createElement("textarea"),M.className="persona-feedback-comment",M.placeholder=o,M.rows=3,M.setAttribute("aria-label","Additional comments"),L.appendChild(M),f.appendChild(L)}let H=document.createElement("div");H.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",()=>{t==null||t(),u.remove()});let y=document.createElement("button");return y.type="button",y.className="persona-feedback-btn persona-feedback-btn-submit",y.textContent=n,y.addEventListener("click",async()=>{if(c===null){b.classList.add("persona-feedback-shake"),setTimeout(()=>b.classList.remove("persona-feedback-shake"),500);return}y.disabled=!0,y.textContent="Submitting...";try{let L=(M==null?void 0:M.value.trim())||void 0;await a(c,L),u.remove()}catch(L){y.disabled=!1,y.textContent=n,console.error("[CSAT Feedback] Failed to submit:",L)}}),H.appendChild(m),H.appendChild(y),f.appendChild(H),u.appendChild(f),u}function Lk(r){let{onSubmit:a,onDismiss:t,title:e="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:d=!0,lowLabel:i="Not likely",highLabel:u="Very likely"}=r,c=document.createElement("div");c.className="persona-feedback-container persona-feedback-nps",c.setAttribute("role","dialog"),c.setAttribute("aria-label","Net Promoter Score feedback");let f=null,h=document.createElement("div");h.className="persona-feedback-content";let g=document.createElement("div");g.className="persona-feedback-header";let k=document.createElement("h3");k.className="persona-feedback-title",k.textContent=e,g.appendChild(k);let b=document.createElement("p");b.className="persona-feedback-subtitle",b.textContent=s,g.appendChild(b),h.appendChild(g);let v=document.createElement("div");v.className="persona-feedback-rating persona-feedback-rating-nps",v.setAttribute("role","radiogroup"),v.setAttribute("aria-label","Likelihood rating from 0 to 10");let M=document.createElement("div");M.className="persona-feedback-labels";let H=document.createElement("span");H.className="persona-feedback-label-low",H.textContent=i;let m=document.createElement("span");m.className="persona-feedback-label-high",m.textContent=u,M.appendChild(H),M.appendChild(m);let y=document.createElement("div");y.className="persona-feedback-numbers";let L=[];for(let D=0;D<=10;D++){let J=document.createElement("button");J.type="button",J.className="persona-feedback-rating-btn persona-feedback-number-btn",J.setAttribute("role","radio"),J.setAttribute("aria-checked","false"),J.setAttribute("aria-label",`Rating ${D} out of 10`),J.textContent=String(D),J.dataset.rating=String(D),D<=6?J.classList.add("persona-feedback-detractor"):D<=8?J.classList.add("persona-feedback-passive"):J.classList.add("persona-feedback-promoter"),J.addEventListener("click",()=>{f=D,L.forEach((Ce,ae)=>{Ce.classList.toggle("selected",ae===D),Ce.setAttribute("aria-checked",ae===D?"true":"false")})}),L.push(J),y.appendChild(J)}v.appendChild(M),v.appendChild(y),h.appendChild(v);let C=null;if(d){let D=document.createElement("div");D.className="persona-feedback-comment-container",C=document.createElement("textarea"),C.className="persona-feedback-comment",C.placeholder=o,C.rows=3,C.setAttribute("aria-label","Additional comments"),D.appendChild(C),h.appendChild(D)}let I=document.createElement("div");I.className="persona-feedback-actions";let z=document.createElement("button");z.type="button",z.className="persona-feedback-btn persona-feedback-btn-skip",z.textContent=l,z.addEventListener("click",()=>{t==null||t(),c.remove()});let U=document.createElement("button");return U.type="button",U.className="persona-feedback-btn persona-feedback-btn-submit",U.textContent=n,U.addEventListener("click",async()=>{if(f===null){y.classList.add("persona-feedback-shake"),setTimeout(()=>y.classList.remove("persona-feedback-shake"),500);return}U.disabled=!0,U.textContent="Submitting...";try{let D=(C==null?void 0:C.value.trim())||void 0;await a(f,D),c.remove()}catch(D){U.disabled=!1,U.textContent=n,console.error("[NPS Feedback] Failed to submit:",D)}}),I.appendChild(z),I.appendChild(U),h.appendChild(I),c.appendChild(h),c}var Ti="persona-chat-history",OI=30*1e3,NI={"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 zI(r){var e,s,o;if(!r)return[];let a=[],t=Array.from((e=r.items)!=null?e:[]);for(let n of t){if(n.kind!=="file"||!n.type.startsWith("image/"))continue;let l=n.getAsFile();if(!l)continue;if(l.name){a.push(l);continue}let d=(s=NI[l.type])!=null?s:"png";a.push(new File([l],`clipboard-image-${Date.now()}.${d}`,{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 _I(r){var a,t,e,s,o,n,l,d,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:(t=r.keyPrefix)!=null?t:"persona-",persist:{openState:(s=(e=r.persist)==null?void 0:e.openState)!=null?s:!0,voiceState:(n=(o=r.persist)==null?void 0:o.voiceState)!=null?n:!0,focusInput:(d=(l=r.persist)==null?void 0:l.focusInput)!=null?d:!0},clearOnChatClear:(i=r.clearOnChatClear)!=null?i:!0}:null}function qI(r){try{let a=r==="local"?localStorage:sessionStorage,t="__persist_test__";return a.setItem(t,"1"),a.removeItem(t),a}catch{return null}}var HT=r=>!r||typeof r!="object"?{}:{...r},_P=r=>r.map(a=>({...a,streaming:!1})),qP=(r,a,t)=>{let e=r!=null&&r.markdown?Ur(r.markdown):null,s=io(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,u,c;let n=(i=o.text)!=null?i:"",l=(u=o.message.rawContent)!=null?u: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&&t&&t())}let d;return r!=null&&r.postprocessMessage?d=r.postprocessMessage({...o,text:n,raw:(c=l!=null?l:o.text)!=null?c:""}):e?d=e(n):d=lo(n),s?s(d):d}},Ek=(r,a,t)=>{var Pe,gt,Zt,Nt,Qt,Xt,Mt,wt,jt,At,ea,Aa,Wa,GT,ZT,XT,JT,KT,YT,QT,eL,tL,aL,rL,oL,sL,nL,lL,iL,dL,pL,cL,uL,fL,hL,mL,xL,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 e=bk(a),s=u1.getForInstance(e.plugins);e.components&&Mr.registerAll(e.components);let o=WP(),n=(Pe=e.storageAdapter)!=null?Pe:Ck(),l={},d=null,i=!1,u=p=>{if(e.onStateLoaded)try{let x=e.onStateLoaded(p);if(x&&typeof x=="object"&&"state"in x){let{state:S,open:B}=x;return B&&(i=!0),S}return x}catch(x){typeof console!="undefined"&&console.error("[AgentWidget] onStateLoaded hook failed:",x)}return p};if(n!=null&&n.load)try{let p=n.load();if(p&&typeof p.then=="function")d=p.then(x=>{let S=x!=null?x:{messages:[],metadata:{}};return u(S)});else{let x=p!=null?p:{messages:[],metadata:{}},S=u(x);S.metadata&&(l=HT(S.metadata)),(gt=S.messages)!=null&&gt.length&&(e={...e,initialMessages:S.messages})}}catch(p){typeof console!="undefined"&&console.error("[AgentWidget] Failed to load stored state:",p)}else if(e.onStateLoaded)try{let p=u({messages:[],metadata:{}});(Zt=p.messages)!=null&&Zt.length&&(e={...e,initialMessages:p.messages})}catch(p){typeof console!="undefined"&&console.error("[AgentWidget] onStateLoaded hook failed:",p)}let c=()=>l,f=p=>{var S;l=(S=p({...l}))!=null?S:{},Hi()},h=e.actionParsers&&e.actionParsers.length?e.actionParsers:[f1],g=e.actionHandlers&&e.actionHandlers.length?e.actionHandlers:[Yr.message,Yr.messageAndClick],k=h1({parsers:h,handlers:g,getSessionMetadata:c,updateSessionMetadata:f,emit:o.emit,documentRef:typeof document!="undefined"?document:null});k.syncFromMetadata();let b=(Qt=(Nt=e.launcher)==null?void 0:Nt.enabled)!=null?Qt:!0,v=(Mt=(Xt=e.launcher)==null?void 0:Xt.autoExpand)!=null?Mt:!1,M=(wt=e.autoFocusInput)!=null?wt:!1,H=v,m=b,y=(At=(jt=e.layout)==null?void 0:jt.header)==null?void 0:At.layout,L=!1,C=b?v:!0,I=!1,z=null,U=()=>{I=!0,z&&clearTimeout(z),z=setTimeout(()=>{I&&(typeof console!="undefined"&&console.warn("[AgentWidget] Resubmit requested but no injection occurred within 10s"),I=!1)},1e4)},D=qP(e,k,U),J=(Aa=(ea=e.features)==null?void 0:ea.showReasoning)!=null?Aa:!0,Ce=(GT=(Wa=e.features)==null?void 0:Wa.showToolCalls)!=null?GT:!0,ae=(XT=(ZT=e.features)==null?void 0:ZT.showEventStreamToggle)!=null?XT:!1,Te=`${(KT=typeof e.persistState=="object"?(JT=e.persistState)==null?void 0:JT.keyPrefix:void 0)!=null?KT:"persona-"}event-stream`,Q=ae?new c1(Te):null,Ae=(eL=(QT=(YT=e.features)==null?void 0:YT.eventStream)==null?void 0:QT.maxEvents)!=null?eL:2e3,$=ae?new p1(Ae,Q):null,Y=null,re=!1,yt=null,Xe=0;Q==null||Q.open().then(()=>$==null?void 0:$.restore()).catch(p=>{e.debug&&console.warn("[AgentWidget] IndexedDB not available for event stream:",p)});let vt={onCopy:p=>{var x,S;o.emit("message:copy",p),E!=null&&E.isClientTokenMode()&&E.submitMessageFeedback(p.id,"copy").catch(B=>{e.debug&&console.error("[AgentWidget] Failed to submit copy feedback:",B)}),(S=(x=e.messageActions)==null?void 0:x.onCopy)==null||S.call(x,p)},onFeedback:p=>{var x,S;o.emit("message:feedback",p),E!=null&&E.isClientTokenMode()&&E.submitMessageFeedback(p.messageId,p.type).catch(B=>{e.debug&&console.error("[AgentWidget] Failed to submit feedback:",B)}),(S=(x=e.messageActions)==null?void 0:x.onFeedback)==null||S.call(x,p)}},Fe=(tL=e.statusIndicator)!=null?tL:{},De=p=>{var x,S,B,V;return p==="idle"?(x=Fe.idleText)!=null?x:ua.idle:p==="connecting"?(S=Fe.connectingText)!=null?S:ua.connecting:p==="connected"?(B=Fe.connectedText)!=null?B:ua.connected:p==="error"?(V=Fe.errorText)!=null?V:ua.error:ua[p]},{wrapper:be,panel:ce}=vP(e),K=bP(e,b),{container:oe,body:de,messagesWrapper:Ee,suggestions:qe,textarea:se,sendButton:ee,sendButtonWrapper:Je,composerForm:Re,statusText:mt,introTitle:_t,introSubtitle:qt,closeButton:me,iconHolder:he,headerTitle:pt,headerSubtitle:xt,header:Ue,footer:Ye,actionsRow:bt,leftActions:Vt,rightActions:Yt}=K,R=K.micButton,X=K.micButtonWrapper,le=K.attachmentButton,Ne=K.attachmentButtonWrapper,pe=K.attachmentInput,Be=K.attachmentPreviewsContainer,Se=null,Ve=null,He=s.find(p=>p.renderHeader);if(He!=null&&He.renderHeader){let p=He.renderHeader({config:e,defaultRenderer:()=>{let x=gr({config:e,showClose:b});return Jr(oe,x,e),x.header},onClose:()=>Bt(!1,"user")});if(p){let x=oe.querySelector(".persona-border-b-persona-divider");x&&(x.replaceWith(p),Ue=p)}}let Qe=()=>{var x,S,B,V;if(!$)return;if(re=!0,!Y&&$&&(Y=TP({buffer:$,getFullHistory:()=>$.getAllFromStore(),onClose:()=>et(),config:e,plugins:s})),Y&&(de.style.display="none",(x=Ye.parentNode)==null||x.insertBefore(Y.element,Ye),Y.update()),ke){ke.classList.remove("persona-text-persona-muted"),ke.classList.add("persona-text-persona-accent"),ke.style.boxShadow="inset 0 0 0 1.5px var(--persona-accent, #3b82f6)";let W=(V=(B=(S=e.features)==null?void 0:S.eventStream)==null?void 0:B.classNames)==null?void 0:V.toggleButtonActive;W&&W.split(/\s+/).forEach(F=>F&&ke.classList.add(F))}let p=()=>{if(!re)return;let W=Date.now();W-Xe>=200&&(Y==null||Y.update(),Xe=W),yt=requestAnimationFrame(p)};Xe=0,yt=requestAnimationFrame(p),o.emit("eventStream:opened",{timestamp:Date.now()})},et=()=>{var p,x,S;if(re){if(re=!1,Y&&Y.element.remove(),de.style.display="",ke){ke.classList.remove("persona-text-persona-accent"),ke.classList.add("persona-text-persona-muted"),ke.style.boxShadow="";let B=(S=(x=(p=e.features)==null?void 0:p.eventStream)==null?void 0:x.classNames)==null?void 0:S.toggleButtonActive;B&&B.split(/\s+/).forEach(V=>V&&ke.classList.remove(V))}yt!==null&&(cancelAnimationFrame(yt),yt=null),o.emit("eventStream:closed",{timestamp:Date.now()})}},ke=null;if(ae){let p=(rL=(aL=e.features)==null?void 0:aL.eventStream)==null?void 0:rL.classNames,x="persona-inline-flex persona-items-center persona-justify-center persona-rounded-full persona-text-persona-muted hover:persona-bg-gray-100 persona-cursor-pointer persona-border-none persona-bg-transparent persona-p-1"+(p!=null&&p.toggleButton?" "+p.toggleButton:"");ke=A("button",x),ke.style.width="28px",ke.style.height="28px",ke.type="button",ke.setAttribute("aria-label","Event Stream"),ke.title="Event Stream";let S=ye("activity","18px","currentColor",1.5);S&&ke.appendChild(S);let B=K.clearChatButtonWrapper,V=K.closeButtonWrapper,W=B||V;W&&W.parentNode===Ue?Ue.insertBefore(ke,W):Ue.appendChild(ke),ke.addEventListener("click",()=>{re?et():Qe()})}let or=p=>{var B,V,W;let x=e.attachments;if(!(x!=null&&x.enabled))return;let S=p.querySelector(".persona-attachment-previews");if(!S){S=A("div","persona-attachment-previews persona-flex persona-flex-wrap persona-gap-2 persona-mb-2"),S.style.display="none";let F=p.querySelector("[data-persona-composer-form]");F!=null&&F.parentNode?F.parentNode.insertBefore(S,F):p.insertBefore(S,p.firstChild)}if(!p.querySelector('input[type="file"]')){let F=A("input");F.type="file",F.accept=((B=x.allowedTypes)!=null?B:xr).join(","),F.multiple=((V=x.maxFiles)!=null?V:4)>1,F.style.display="none",F.setAttribute("aria-label",(W=x.buttonTooltipText)!=null?W:"Attach files"),p.appendChild(F)}},pa=s.find(p=>p.renderComposer);if(pa!=null&&pa.renderComposer){let p=e.composer,x=pa.renderComposer({config:e,defaultRenderer:()=>bi({config:e}).footer,onSubmit:S=>{E&&!E.isStreaming()&&E.sendMessage(S)},streaming:!1,disabled:!1,openAttachmentPicker:()=>{pe==null||pe.click()},models:p==null?void 0:p.models,selectedModelId:p==null?void 0:p.selectedModelId,onModelChange:S=>{e.composer={...e.composer,selectedModelId:S}},onVoiceToggle:((oL=e.voiceRecognition)==null?void 0:oL.enabled)===!0?()=>{Ve==null||Ve()}:void 0});x&&(Ye.replaceWith(x),Ye=x)}let sr=p=>{let x=p.querySelector("[data-persona-composer-form]"),S=p.querySelector("[data-persona-composer-input]"),B=p.querySelector("[data-persona-composer-submit]"),V=p.querySelector("[data-persona-composer-mic]"),W=p.querySelector("[data-persona-composer-status]");x&&(Re=x),S&&(se=S),B&&(ee=B),V&&(R=V,X=V.parentElement),W&&(mt=W);let F=p.querySelector(".persona-mb-3.persona-flex.persona-flex-wrap.persona-gap-2");F&&(qe=F);let Z=p.querySelector(".persona-attachment-button");Z&&(le=Z,Ne=Z.parentElement),pe=p.querySelector('input[type="file"]'),Be=p.querySelector(".persona-attachment-previews");let _=p.querySelector(".persona-widget-composer .persona-flex.persona-items-center.persona-justify-between");_&&(bt=_)};or(Ye),sr(Ye);let Ja=(sL=e.layout)==null?void 0:sL.contentMaxWidth;Ja&&Re&&(Re.style.maxWidth=Ja,Re.style.marginLeft="auto",Re.style.marginRight="auto"),(nL=e.attachments)!=null&&nL.enabled&&pe&&Be&&(Se=Xr.fromConfig(e.attachments),Se.setPreviewsContainer(Be),pe.addEventListener("change",p=>{let x=p.target;Se==null||Se.handleFileSelect(x.files),x.value=""})),(()=>{var B,V;let p=(V=(B=e.layout)==null?void 0:B.slots)!=null?V:{},x=W=>{switch(W){case"body-top":return oe.querySelector(".persona-rounded-2xl.persona-bg-persona-surface.persona-p-6")||null;case"messages":return Ee;case"footer-top":return qe;case"composer":return Re;case"footer-bottom":return mt;default:return null}},S=(W,F)=>{var Z;switch(W){case"header-left":case"header-center":case"header-right":if(W==="header-left")Ue.insertBefore(F,Ue.firstChild);else if(W==="header-right")Ue.appendChild(F);else{let _=Ue.querySelector(".persona-flex-col");_?(Z=_.parentNode)==null||Z.insertBefore(F,_.nextSibling):Ue.appendChild(F)}break;case"body-top":{let _=de.querySelector(".persona-rounded-2xl.persona-bg-persona-surface.persona-p-6");_?_.replaceWith(F):de.insertBefore(F,de.firstChild);break}case"body-bottom":de.appendChild(F);break;case"footer-top":qe.replaceWith(F);break;case"footer-bottom":mt.replaceWith(F);break;default:break}};for(let[W,F]of Object.entries(p))if(F)try{let Z=F({config:e,defaultContent:()=>x(W)});Z&&S(W,Z)}catch(Z){typeof console!="undefined"&&console.error(`[AgentWidget] Error rendering slot "${W}":`,Z)}})();let fa=p=>{let S=p.target.closest('button[data-expand-header="true"]');if(!S)return;let B=S.closest(".vanilla-reasoning-bubble, .vanilla-tool-bubble");if(!B)return;let V=B.getAttribute("data-message-id");if(!V)return;let W=S.getAttribute("data-bubble-type");W==="reasoning"?(wi.has(V)?wi.delete(V):wi.add(V),AP(V,B)):W==="tool"&&(Ai.has(V)?Ai.delete(V):Ai.add(V),SP(V,B,e))};Ee.addEventListener("pointerdown",p=>{p.target.closest('button[data-expand-header="true"]')&&(p.preventDefault(),fa(p))}),Ee.addEventListener("keydown",p=>{let x=p.target;(p.key==="Enter"||p.key===" ")&&x.closest('button[data-expand-header="true"]')&&(p.preventDefault(),fa(p))});let Ua=new Map;Ee.addEventListener("click",p=>{var F;let S=p.target.closest(".persona-message-action-btn[data-action]");if(!S)return;p.preventDefault(),p.stopPropagation();let B=S.closest("[data-actions-for]");if(!B)return;let V=B.getAttribute("data-actions-for");if(!V)return;let W=S.getAttribute("data-action");if(W==="copy"){let _=E.getMessages().find(ue=>ue.id===V);if(_&&vt.onCopy){let ue=_.content||"";navigator.clipboard.writeText(ue).then(()=>{S.classList.add("persona-message-action-success");let ve=ye("check",14,"currentColor",2);ve&&(S.innerHTML="",S.appendChild(ve)),setTimeout(()=>{S.classList.remove("persona-message-action-success");let Le=ye("copy",14,"currentColor",2);Le&&(S.innerHTML="",S.appendChild(Le))},2e3)}).catch(ve=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to copy message:",ve)}),vt.onCopy(_)}}else if(W==="upvote"||W==="downvote")if(((F=Ua.get(V))!=null?F:null)===W)Ua.delete(V),S.classList.remove("persona-message-action-active");else{let ue=W==="upvote"?"downvote":"upvote",ve=B.querySelector(`[data-action="${ue}"]`);ve&&ve.classList.remove("persona-message-action-active"),Ua.set(V,W),S.classList.add("persona-message-action-active");let ze=E.getMessages().find(Ie=>Ie.id===V);ze&&vt.onFeedback&&vt.onFeedback({type:W,messageId:ze.id,message:ze})}}),Ee.addEventListener("click",p=>{let S=p.target.closest("button[data-approval-action]");if(!S)return;p.preventDefault(),p.stopPropagation();let B=S.closest(".vanilla-approval-bubble");if(!B)return;let V=B.getAttribute("data-message-id");if(!V)return;let W=S.getAttribute("data-approval-action");if(!W)return;let F=W==="approve"?"approved":"denied",_=E.getMessages().find(ve=>ve.id===V);if(!(_!=null&&_.approval))return;let ue=B.querySelector("[data-approval-buttons]");ue&&ue.querySelectorAll("button").forEach(Le=>{Le.disabled=!0,Le.style.opacity="0.5",Le.style.cursor="not-allowed"}),E.resolveApproval(_.approval,F)});let tt=null,na=null,te={artifacts:[],selectedId:null},oa=!1,nr={current:null};Ee.addEventListener("click",p=>{var Le,ze,Ie,O,We;let S=p.target.closest("[data-download-artifact]");if(!S)return;p.preventDefault(),p.stopPropagation();let B=S.getAttribute("data-download-artifact");if(!B||((Ie=(ze=(Le=e.features)==null?void 0:Le.artifacts)==null?void 0:ze.onArtifactAction)==null?void 0:Ie.call(ze,{type:"download",artifactId:B}))===!0)return;let W=E.getArtifactById(B),F=W==null?void 0:W.markdown,Z=(W==null?void 0:W.title)||"artifact";if(!F){let Oe=S.closest("[data-open-artifact]"),fe=Oe==null?void 0:Oe.closest("[data-message-id]"),_e=fe==null?void 0:fe.getAttribute("data-message-id");if(_e){let rt=E.getMessages().find(xe=>xe.id===_e);if(rt!=null&&rt.rawContent)try{let xe=JSON.parse(rt.rawContent);F=(O=xe==null?void 0:xe.props)==null?void 0:O.markdown,Z=((We=xe==null?void 0:xe.props)==null?void 0:We.title)||Z}catch{}}}if(!F)return;let _=new Blob([F],{type:"text/markdown"}),ue=URL.createObjectURL(_),ve=document.createElement("a");ve.href=ue,ve.download=`${Z}.md`,ve.click(),URL.revokeObjectURL(ue)}),Ee.addEventListener("click",p=>{var W,F,Z;let S=p.target.closest("[data-open-artifact]");if(!S)return;let B=S.getAttribute("data-open-artifact");!B||((Z=(F=(W=e.features)==null?void 0:W.artifacts)==null?void 0:F.onArtifactAction)==null?void 0:Z.call(F,{type:"open",artifactId:B}))===!0||(p.preventDefault(),p.stopPropagation(),E.selectArtifact(B),La())}),Ee.addEventListener("keydown",p=>{if(p.key!=="Enter"&&p.key!==" ")return;let x=p.target;x.hasAttribute("data-open-artifact")&&(p.preventDefault(),x.click())});let Ut=null,dt=null,ha=null,Ia=null,lr=()=>{};function ir(){Ia==null||Ia(),Ia=null}let ma=()=>{var F;if(!Ut||!dt)return;let p=r.classList.contains("persona-artifact-appearance-seamless"),S=((F=r.ownerDocument.defaultView)!=null?F:window).innerWidth<=640;if(!p||r.classList.contains("persona-artifact-narrow-host")||S){dt.style.removeProperty("position"),dt.style.removeProperty("left"),dt.style.removeProperty("top"),dt.style.removeProperty("bottom"),dt.style.removeProperty("width"),dt.style.removeProperty("z-index");return}let B=Ut.firstElementChild;if(!B||B===dt)return;let V=10;dt.style.position="absolute",dt.style.top="0",dt.style.bottom="0",dt.style.width=`${V}px`,dt.style.zIndex="5";let W=B.offsetWidth-V/2;dt.style.left=`${Math.max(0,W)}px`},Ka=()=>{},La=()=>{var S,B,V,W,F;if(!tt||!qa(e))return;yk(r,e),vk(r,e),Ka();let p=(W=(V=(B=(S=e.features)==null?void 0:S.artifacts)==null?void 0:B.layout)==null?void 0:V.narrowHostMaxWidth)!=null?W:520,x=ce.getBoundingClientRect().width||0;r.classList.toggle("persona-artifact-narrow-host",x>0&&x<=p),tt.update(te),oa?(tt.setMobileOpen(!1),tt.element.classList.add("persona-hidden"),(F=tt.backdrop)==null||F.classList.add("persona-hidden")):te.artifacts.length>0&&(tt.element.classList.remove("persona-hidden"),tt.setMobileOpen(!0)),lr()};if(qa(e)){ce.style.position="relative";let p=A("div","persona-flex persona-flex-1 persona-flex-col persona-min-w-0 persona-min-h-0"),x=A("div","persona-flex persona-h-full persona-w-full persona-min-h-0 persona-artifact-split-root");p.appendChild(oe),tt=HP(e,{onSelect:S=>{var B;return(B=nr.current)==null?void 0:B.selectArtifact(S)},onDismiss:()=>{oa=!0,La()}}),tt.element.classList.add("persona-hidden"),Ut=x,x.appendChild(p),x.appendChild(tt.element),tt.backdrop&&ce.appendChild(tt.backdrop),ce.appendChild(x),lr=()=>{var B,V,W,F;if(!Ut||!tt)return;if(!(((W=(V=(B=e.features)==null?void 0:B.artifacts)==null?void 0:V.layout)==null?void 0:W.resizable)===!0)){ha==null||ha(),ha=null,ir(),dt&&(dt.remove(),dt=null),tt.element.style.removeProperty("width"),tt.element.style.removeProperty("maxWidth");return}if(!dt){let Z=A("div","persona-artifact-split-handle persona-shrink-0 persona-h-full");Z.setAttribute("role","separator"),Z.setAttribute("aria-orientation","vertical"),Z.setAttribute("aria-label","Resize artifacts panel"),Z.tabIndex=0;let _=r.ownerDocument,ue=(F=_.defaultView)!=null?F:window,ve=Le=>{var fe,_e;if(!tt||Le.button!==0||r.classList.contains("persona-artifact-narrow-host")||ue.innerWidth<=640)return;Le.preventDefault(),ir();let ze=Le.clientX,Ie=tt.element.getBoundingClientRect().width,O=(_e=(fe=e.features)==null?void 0:fe.artifacts)==null?void 0:_e.layout,We=ut=>{let rt=Ut.getBoundingClientRect().width,xe=r.classList.contains("persona-artifact-appearance-seamless"),Jt=xe?0:IP(Ut,ue),Ct=xe?0:Z.getBoundingClientRect().width||6,Sa=Ie-(ut.clientX-ze),ca=DP(Sa,rt,Jt,Ct,O==null?void 0:O.resizableMinWidth,O==null?void 0:O.resizableMaxWidth);tt.element.style.width=`${ca}px`,tt.element.style.maxWidth="none",ma()},Oe=()=>{_.removeEventListener("pointermove",We),_.removeEventListener("pointerup",Oe),_.removeEventListener("pointercancel",Oe),Ia=null;try{Z.releasePointerCapture(Le.pointerId)}catch{}};Ia=Oe,_.addEventListener("pointermove",We),_.addEventListener("pointerup",Oe),_.addEventListener("pointercancel",Oe);try{Z.setPointerCapture(Le.pointerId)}catch{}};Z.addEventListener("pointerdown",ve),dt=Z,Ut.insertBefore(Z,tt.element),ha=()=>{Z.removeEventListener("pointerdown",ve)}}if(dt){let Z=te.artifacts.length>0&&!oa;dt.classList.toggle("persona-hidden",!Z),ma()}},Ka=()=>{var ue,ve,Le,ze,Ie,O,We,Oe,fe,_e,ut,rt,xe,Jt;if(!b||!tt||((ve=(ue=e.launcher)==null?void 0:ue.sidebarMode)!=null?ve:!1)||sa(e)&&_a(e).reveal==="emerge")return;let B=(Le=r.ownerDocument.defaultView)!=null?Le:window,V=(Ie=(ze=e.launcher)==null?void 0:ze.mobileFullscreen)!=null?Ie:!0,W=(We=(O=e.launcher)==null?void 0:O.mobileBreakpoint)!=null?We:640;if(V&&B.innerWidth<=W||!BP(e,b))return;let F=(_e=(fe=(Oe=e.launcher)==null?void 0:Oe.width)!=null?fe:e.launcherWidth)!=null?_e:"min(400px, calc(100vw - 24px))",Z=(Jt=(xe=(rt=(ut=e.features)==null?void 0:ut.artifacts)==null?void 0:rt.layout)==null?void 0:xe.expandedPanelWidth)!=null?Jt:"min(720px, calc(100vw - 24px))";te.artifacts.length>0&&!oa?(ce.style.width=Z,ce.style.maxWidth=Z):(ce.style.width=F,ce.style.maxWidth=F)},typeof ResizeObserver!="undefined"&&(na=new ResizeObserver(()=>{La()}),na.observe(ce))}else ce.appendChild(oe);r.appendChild(be);let Ya=()=>{var Jt,Ct,Sa,ca,ga,ta,Oa,ot,Wt,T1,L1,E1,H1,P1,Wk,Ok,Gt,R1,Vi;let p=sa(e),x=(Ct=(Jt=e.launcher)==null?void 0:Jt.sidebarMode)!=null?Ct:!1,S=p||x||((ca=(Sa=e.launcher)==null?void 0:Sa.fullHeight)!=null?ca:!1),B=((ga=e.launcher)==null?void 0:ga.enabled)===!1,V=(Oa=(ta=e.theme)==null?void 0:ta.components)==null?void 0:Oa.panel,W=l1(e),F=(ka,Na)=>{var B1;return ka==null||ka===""?Na:(B1=o1(W,ka))!=null?B1:ka},Z=(ot=r.ownerDocument.defaultView)!=null?ot:window,_=(T1=(Wt=e.launcher)==null?void 0:Wt.mobileFullscreen)!=null?T1:!0,ue=(E1=(L1=e.launcher)==null?void 0:L1.mobileBreakpoint)!=null?E1:640,ve=Z.innerWidth<=ue,Le=_&&ve&&b,ze=(P1=(H1=e.launcher)==null?void 0:H1.position)!=null?P1:"bottom-left",Ie=ze==="bottom-left"||ze==="top-left",O=x||Le?"none":"1px solid var(--persona-border)",We=Le?"none":x?Ie?"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))";p&&!Le&&(We="none",O="none");let Oe=x||Le?"0":"var(--persona-panel-radius, var(--persona-radius-xl, 0.75rem))",fe=F(V==null?void 0:V.border,O),_e=F(V==null?void 0:V.shadow,We),ut=F(V==null?void 0:V.borderRadius,Oe);if(r.style.cssText="",be.style.cssText="",ce.style.cssText="",oe.style.cssText="",de.style.cssText="",Ye.style.cssText="",Le){be.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"),be.style.cssText=`
70
+ `,C.addEventListener("click",()=>{c=L,v.forEach((I,z)=>{let U=z<L;I.classList.toggle("selected",U),I.setAttribute("aria-checked",z===L-1?"true":"false")})}),v.push(C),b.appendChild(C)}f.appendChild(b);let M=null;if(d){let L=document.createElement("div");L.className="persona-feedback-comment-container",M=document.createElement("textarea"),M.className="persona-feedback-comment",M.placeholder=o,M.rows=3,M.setAttribute("aria-label","Additional comments"),L.appendChild(M),f.appendChild(L)}let H=document.createElement("div");H.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",()=>{t==null||t(),u.remove()});let y=document.createElement("button");return y.type="button",y.className="persona-feedback-btn persona-feedback-btn-submit",y.textContent=n,y.addEventListener("click",async()=>{if(c===null){b.classList.add("persona-feedback-shake"),setTimeout(()=>b.classList.remove("persona-feedback-shake"),500);return}y.disabled=!0,y.textContent="Submitting...";try{let L=(M==null?void 0:M.value.trim())||void 0;await a(c,L),u.remove()}catch(L){y.disabled=!1,y.textContent=n,console.error("[CSAT Feedback] Failed to submit:",L)}}),H.appendChild(m),H.appendChild(y),f.appendChild(H),u.appendChild(f),u}function Lk(r){let{onSubmit:a,onDismiss:t,title:e="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:d=!0,lowLabel:i="Not likely",highLabel:u="Very likely"}=r,c=document.createElement("div");c.className="persona-feedback-container persona-feedback-nps",c.setAttribute("role","dialog"),c.setAttribute("aria-label","Net Promoter Score feedback");let f=null,h=document.createElement("div");h.className="persona-feedback-content";let g=document.createElement("div");g.className="persona-feedback-header";let k=document.createElement("h3");k.className="persona-feedback-title",k.textContent=e,g.appendChild(k);let b=document.createElement("p");b.className="persona-feedback-subtitle",b.textContent=s,g.appendChild(b),h.appendChild(g);let v=document.createElement("div");v.className="persona-feedback-rating persona-feedback-rating-nps",v.setAttribute("role","radiogroup"),v.setAttribute("aria-label","Likelihood rating from 0 to 10");let M=document.createElement("div");M.className="persona-feedback-labels";let H=document.createElement("span");H.className="persona-feedback-label-low",H.textContent=i;let m=document.createElement("span");m.className="persona-feedback-label-high",m.textContent=u,M.appendChild(H),M.appendChild(m);let y=document.createElement("div");y.className="persona-feedback-numbers";let L=[];for(let D=0;D<=10;D++){let J=document.createElement("button");J.type="button",J.className="persona-feedback-rating-btn persona-feedback-number-btn",J.setAttribute("role","radio"),J.setAttribute("aria-checked","false"),J.setAttribute("aria-label",`Rating ${D} out of 10`),J.textContent=String(D),J.dataset.rating=String(D),D<=6?J.classList.add("persona-feedback-detractor"):D<=8?J.classList.add("persona-feedback-passive"):J.classList.add("persona-feedback-promoter"),J.addEventListener("click",()=>{f=D,L.forEach((Ae,ae)=>{Ae.classList.toggle("selected",ae===D),Ae.setAttribute("aria-checked",ae===D?"true":"false")})}),L.push(J),y.appendChild(J)}v.appendChild(M),v.appendChild(y),h.appendChild(v);let C=null;if(d){let D=document.createElement("div");D.className="persona-feedback-comment-container",C=document.createElement("textarea"),C.className="persona-feedback-comment",C.placeholder=o,C.rows=3,C.setAttribute("aria-label","Additional comments"),D.appendChild(C),h.appendChild(D)}let I=document.createElement("div");I.className="persona-feedback-actions";let z=document.createElement("button");z.type="button",z.className="persona-feedback-btn persona-feedback-btn-skip",z.textContent=l,z.addEventListener("click",()=>{t==null||t(),c.remove()});let U=document.createElement("button");return U.type="button",U.className="persona-feedback-btn persona-feedback-btn-submit",U.textContent=n,U.addEventListener("click",async()=>{if(f===null){y.classList.add("persona-feedback-shake"),setTimeout(()=>y.classList.remove("persona-feedback-shake"),500);return}U.disabled=!0,U.textContent="Submitting...";try{let D=(C==null?void 0:C.value.trim())||void 0;await a(f,D),c.remove()}catch(D){U.disabled=!1,U.textContent=n,console.error("[NPS Feedback] Failed to submit:",D)}}),I.appendChild(z),I.appendChild(U),h.appendChild(I),c.appendChild(h),c}var Ti="persona-chat-history",OI=30*1e3,NI={"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 zI(r){var e,s,o;if(!r)return[];let a=[],t=Array.from((e=r.items)!=null?e:[]);for(let n of t){if(n.kind!=="file"||!n.type.startsWith("image/"))continue;let l=n.getAsFile();if(!l)continue;if(l.name){a.push(l);continue}let d=(s=NI[l.type])!=null?s:"png";a.push(new File([l],`clipboard-image-${Date.now()}.${d}`,{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 _I(r){var a,t,e,s,o,n,l,d,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:(t=r.keyPrefix)!=null?t:"persona-",persist:{openState:(s=(e=r.persist)==null?void 0:e.openState)!=null?s:!0,voiceState:(n=(o=r.persist)==null?void 0:o.voiceState)!=null?n:!0,focusInput:(d=(l=r.persist)==null?void 0:l.focusInput)!=null?d:!0},clearOnChatClear:(i=r.clearOnChatClear)!=null?i:!0}:null}function qI(r){try{let a=r==="local"?localStorage:sessionStorage,t="__persist_test__";return a.setItem(t,"1"),a.removeItem(t),a}catch{return null}}var HT=r=>!r||typeof r!="object"?{}:{...r},_P=r=>r.map(a=>({...a,streaming:!1})),qP=(r,a,t)=>{let e=r!=null&&r.markdown?Ur(r.markdown):null,s=io(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,u,c;let n=(i=o.text)!=null?i:"",l=(u=o.message.rawContent)!=null?u: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&&t&&t())}let d;return r!=null&&r.postprocessMessage?d=r.postprocessMessage({...o,text:n,raw:(c=l!=null?l:o.text)!=null?c:""}):e?d=e(n):d=lo(n),s?s(d):d}},Ek=(r,a,t)=>{var Pe,gt,Zt,Nt,Qt,Xt,Mt,wt,jt,At,ea,Aa,Wa,GT,ZT,XT,JT,KT,YT,QT,eL,tL,aL,rL,oL,sL,nL,lL,iL,dL,pL,cL,uL,fL,hL,mL,xL,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 e=bk(a),s=u1.getForInstance(e.plugins);e.components&&Mr.registerAll(e.components);let o=WP(),n=(Pe=e.storageAdapter)!=null?Pe:Ck(),l={},d=null,i=!1,u=p=>{if(e.onStateLoaded)try{let x=e.onStateLoaded(p);if(x&&typeof x=="object"&&"state"in x){let{state:S,open:B}=x;return B&&(i=!0),S}return x}catch(x){typeof console!="undefined"&&console.error("[AgentWidget] onStateLoaded hook failed:",x)}return p};if(n!=null&&n.load)try{let p=n.load();if(p&&typeof p.then=="function")d=p.then(x=>{let S=x!=null?x:{messages:[],metadata:{}};return u(S)});else{let x=p!=null?p:{messages:[],metadata:{}},S=u(x);S.metadata&&(l=HT(S.metadata)),(gt=S.messages)!=null&&gt.length&&(e={...e,initialMessages:S.messages})}}catch(p){typeof console!="undefined"&&console.error("[AgentWidget] Failed to load stored state:",p)}else if(e.onStateLoaded)try{let p=u({messages:[],metadata:{}});(Zt=p.messages)!=null&&Zt.length&&(e={...e,initialMessages:p.messages})}catch(p){typeof console!="undefined"&&console.error("[AgentWidget] onStateLoaded hook failed:",p)}let c=()=>l,f=p=>{var S;l=(S=p({...l}))!=null?S:{},Hi()},h=e.actionParsers&&e.actionParsers.length?e.actionParsers:[f1],g=e.actionHandlers&&e.actionHandlers.length?e.actionHandlers:[Yr.message,Yr.messageAndClick],k=h1({parsers:h,handlers:g,getSessionMetadata:c,updateSessionMetadata:f,emit:o.emit,documentRef:typeof document!="undefined"?document:null});k.syncFromMetadata();let b=(Qt=(Nt=e.launcher)==null?void 0:Nt.enabled)!=null?Qt:!0,v=(Mt=(Xt=e.launcher)==null?void 0:Xt.autoExpand)!=null?Mt:!1,M=(wt=e.autoFocusInput)!=null?wt:!1,H=v,m=b,y=(At=(jt=e.layout)==null?void 0:jt.header)==null?void 0:At.layout,L=!1,C=b?v:!0,I=!1,z=null,U=()=>{I=!0,z&&clearTimeout(z),z=setTimeout(()=>{I&&(typeof console!="undefined"&&console.warn("[AgentWidget] Resubmit requested but no injection occurred within 10s"),I=!1)},1e4)},D=qP(e,k,U),J=(Aa=(ea=e.features)==null?void 0:ea.showReasoning)!=null?Aa:!0,Ae=(GT=(Wa=e.features)==null?void 0:Wa.showToolCalls)!=null?GT:!0,ae=(XT=(ZT=e.features)==null?void 0:ZT.showEventStreamToggle)!=null?XT:!1,fe=`${(KT=typeof e.persistState=="object"?(JT=e.persistState)==null?void 0:JT.keyPrefix:void 0)!=null?KT:"persona-"}event-stream`,ee=ae?new c1(fe):null,be=(eL=(QT=(YT=e.features)==null?void 0:YT.eventStream)==null?void 0:QT.maxEvents)!=null?eL:2e3,j=ae?new p1(be,ee):null,K=null,re=!1,yt=null,Xe=0;ee==null||ee.open().then(()=>j==null?void 0:j.restore()).catch(p=>{e.debug&&console.warn("[AgentWidget] IndexedDB not available for event stream:",p)});let vt={onCopy:p=>{var x,S;o.emit("message:copy",p),E!=null&&E.isClientTokenMode()&&E.submitMessageFeedback(p.id,"copy").catch(B=>{e.debug&&console.error("[AgentWidget] Failed to submit copy feedback:",B)}),(S=(x=e.messageActions)==null?void 0:x.onCopy)==null||S.call(x,p)},onFeedback:p=>{var x,S;o.emit("message:feedback",p),E!=null&&E.isClientTokenMode()&&E.submitMessageFeedback(p.messageId,p.type).catch(B=>{e.debug&&console.error("[AgentWidget] Failed to submit feedback:",B)}),(S=(x=e.messageActions)==null?void 0:x.onFeedback)==null||S.call(x,p)}},Fe=(tL=e.statusIndicator)!=null?tL:{},De=p=>{var x,S,B,V;return p==="idle"?(x=Fe.idleText)!=null?x:ua.idle:p==="connecting"?(S=Fe.connectingText)!=null?S:ua.connecting:p==="connected"?(B=Fe.connectedText)!=null?B:ua.connected:p==="error"?(V=Fe.errorText)!=null?V:ua.error:ua[p]},{wrapper:we,panel:ce}=vP(e),Y=bP(e,b),{container:oe,body:de,messagesWrapper:Ee,suggestions:qe,textarea:se,sendButton:Q,sendButtonWrapper:Je,composerForm:Re,statusText:mt,introTitle:_t,introSubtitle:qt,closeButton:xe,iconHolder:me,headerTitle:pt,headerSubtitle:xt,header:Ue,footer:Ye,actionsRow:bt,leftActions:Vt,rightActions:Yt}=Y,R=Y.micButton,X=Y.micButtonWrapper,le=Y.attachmentButton,Ne=Y.attachmentButtonWrapper,pe=Y.attachmentInput,Be=Y.attachmentPreviewsContainer,Se=null,Ve=null,He=s.find(p=>p.renderHeader);if(He!=null&&He.renderHeader){let p=He.renderHeader({config:e,defaultRenderer:()=>{let x=gr({config:e,showClose:b});return Jr(oe,x,e),x.header},onClose:()=>Bt(!1,"user")});if(p){let x=oe.querySelector(".persona-border-b-persona-divider");x&&(x.replaceWith(p),Ue=p)}}let Qe=()=>{var x,S,B,V;if(!j)return;if(re=!0,!K&&j&&(K=TP({buffer:j,getFullHistory:()=>j.getAllFromStore(),onClose:()=>et(),config:e,plugins:s})),K&&(de.style.display="none",(x=Ye.parentNode)==null||x.insertBefore(K.element,Ye),K.update()),ke){ke.classList.remove("persona-text-persona-muted"),ke.classList.add("persona-text-persona-accent"),ke.style.boxShadow="inset 0 0 0 1.5px var(--persona-accent, #3b82f6)";let W=(V=(B=(S=e.features)==null?void 0:S.eventStream)==null?void 0:B.classNames)==null?void 0:V.toggleButtonActive;W&&W.split(/\s+/).forEach(F=>F&&ke.classList.add(F))}let p=()=>{if(!re)return;let W=Date.now();W-Xe>=200&&(K==null||K.update(),Xe=W),yt=requestAnimationFrame(p)};Xe=0,yt=requestAnimationFrame(p),o.emit("eventStream:opened",{timestamp:Date.now()})},et=()=>{var p,x,S;if(re){if(re=!1,K&&K.element.remove(),de.style.display="",ke){ke.classList.remove("persona-text-persona-accent"),ke.classList.add("persona-text-persona-muted"),ke.style.boxShadow="";let B=(S=(x=(p=e.features)==null?void 0:p.eventStream)==null?void 0:x.classNames)==null?void 0:S.toggleButtonActive;B&&B.split(/\s+/).forEach(V=>V&&ke.classList.remove(V))}yt!==null&&(cancelAnimationFrame(yt),yt=null),o.emit("eventStream:closed",{timestamp:Date.now()})}},ke=null;if(ae){let p=(rL=(aL=e.features)==null?void 0:aL.eventStream)==null?void 0:rL.classNames,x="persona-inline-flex persona-items-center persona-justify-center persona-rounded-full persona-text-persona-muted hover:persona-bg-gray-100 persona-cursor-pointer persona-border-none persona-bg-transparent persona-p-1"+(p!=null&&p.toggleButton?" "+p.toggleButton:"");ke=A("button",x),ke.style.width="28px",ke.style.height="28px",ke.type="button",ke.setAttribute("aria-label","Event Stream"),ke.title="Event Stream";let S=ve("activity","18px","currentColor",1.5);S&&ke.appendChild(S);let B=Y.clearChatButtonWrapper,V=Y.closeButtonWrapper,W=B||V;W&&W.parentNode===Ue?Ue.insertBefore(ke,W):Ue.appendChild(ke),ke.addEventListener("click",()=>{re?et():Qe()})}let or=p=>{var B,V,W;let x=e.attachments;if(!(x!=null&&x.enabled))return;let S=p.querySelector(".persona-attachment-previews");if(!S){S=A("div","persona-attachment-previews persona-flex persona-flex-wrap persona-gap-2 persona-mb-2"),S.style.display="none";let F=p.querySelector("[data-persona-composer-form]");F!=null&&F.parentNode?F.parentNode.insertBefore(S,F):p.insertBefore(S,p.firstChild)}if(!p.querySelector('input[type="file"]')){let F=A("input");F.type="file",F.accept=((B=x.allowedTypes)!=null?B:xr).join(","),F.multiple=((V=x.maxFiles)!=null?V:4)>1,F.style.display="none",F.setAttribute("aria-label",(W=x.buttonTooltipText)!=null?W:"Attach files"),p.appendChild(F)}},pa=s.find(p=>p.renderComposer);if(pa!=null&&pa.renderComposer){let p=e.composer,x=pa.renderComposer({config:e,defaultRenderer:()=>bi({config:e}).footer,onSubmit:S=>{E&&!E.isStreaming()&&E.sendMessage(S)},streaming:!1,disabled:!1,openAttachmentPicker:()=>{pe==null||pe.click()},models:p==null?void 0:p.models,selectedModelId:p==null?void 0:p.selectedModelId,onModelChange:S=>{e.composer={...e.composer,selectedModelId:S}},onVoiceToggle:((oL=e.voiceRecognition)==null?void 0:oL.enabled)===!0?()=>{Ve==null||Ve()}:void 0});x&&(Ye.replaceWith(x),Ye=x)}let sr=p=>{let x=p.querySelector("[data-persona-composer-form]"),S=p.querySelector("[data-persona-composer-input]"),B=p.querySelector("[data-persona-composer-submit]"),V=p.querySelector("[data-persona-composer-mic]"),W=p.querySelector("[data-persona-composer-status]");x&&(Re=x),S&&(se=S),B&&(Q=B),V&&(R=V,X=V.parentElement),W&&(mt=W);let F=p.querySelector(".persona-mb-3.persona-flex.persona-flex-wrap.persona-gap-2");F&&(qe=F);let Z=p.querySelector(".persona-attachment-button");Z&&(le=Z,Ne=Z.parentElement),pe=p.querySelector('input[type="file"]'),Be=p.querySelector(".persona-attachment-previews");let _=p.querySelector(".persona-widget-composer .persona-flex.persona-items-center.persona-justify-between");_&&(bt=_)};or(Ye),sr(Ye);let Ja=(sL=e.layout)==null?void 0:sL.contentMaxWidth;Ja&&Re&&(Re.style.maxWidth=Ja,Re.style.marginLeft="auto",Re.style.marginRight="auto"),(nL=e.attachments)!=null&&nL.enabled&&pe&&Be&&(Se=Xr.fromConfig(e.attachments),Se.setPreviewsContainer(Be),pe.addEventListener("change",p=>{let x=p.target;Se==null||Se.handleFileSelect(x.files),x.value=""})),(()=>{var B,V;let p=(V=(B=e.layout)==null?void 0:B.slots)!=null?V:{},x=W=>{switch(W){case"body-top":return oe.querySelector(".persona-rounded-2xl.persona-bg-persona-surface.persona-p-6")||null;case"messages":return Ee;case"footer-top":return qe;case"composer":return Re;case"footer-bottom":return mt;default:return null}},S=(W,F)=>{var Z;switch(W){case"header-left":case"header-center":case"header-right":if(W==="header-left")Ue.insertBefore(F,Ue.firstChild);else if(W==="header-right")Ue.appendChild(F);else{let _=Ue.querySelector(".persona-flex-col");_?(Z=_.parentNode)==null||Z.insertBefore(F,_.nextSibling):Ue.appendChild(F)}break;case"body-top":{let _=de.querySelector(".persona-rounded-2xl.persona-bg-persona-surface.persona-p-6");_?_.replaceWith(F):de.insertBefore(F,de.firstChild);break}case"body-bottom":de.appendChild(F);break;case"footer-top":qe.replaceWith(F);break;case"footer-bottom":mt.replaceWith(F);break;default:break}};for(let[W,F]of Object.entries(p))if(F)try{let Z=F({config:e,defaultContent:()=>x(W)});Z&&S(W,Z)}catch(Z){typeof console!="undefined"&&console.error(`[AgentWidget] Error rendering slot "${W}":`,Z)}})();let fa=p=>{let S=p.target.closest('button[data-expand-header="true"]');if(!S)return;let B=S.closest(".vanilla-reasoning-bubble, .vanilla-tool-bubble");if(!B)return;let V=B.getAttribute("data-message-id");if(!V)return;let W=S.getAttribute("data-bubble-type");W==="reasoning"?(wi.has(V)?wi.delete(V):wi.add(V),AP(V,B)):W==="tool"&&(Ai.has(V)?Ai.delete(V):Ai.add(V),SP(V,B,e))};Ee.addEventListener("pointerdown",p=>{p.target.closest('button[data-expand-header="true"]')&&(p.preventDefault(),fa(p))}),Ee.addEventListener("keydown",p=>{let x=p.target;(p.key==="Enter"||p.key===" ")&&x.closest('button[data-expand-header="true"]')&&(p.preventDefault(),fa(p))});let Ua=new Map;Ee.addEventListener("click",p=>{var F;let S=p.target.closest(".persona-message-action-btn[data-action]");if(!S)return;p.preventDefault(),p.stopPropagation();let B=S.closest("[data-actions-for]");if(!B)return;let V=B.getAttribute("data-actions-for");if(!V)return;let W=S.getAttribute("data-action");if(W==="copy"){let _=E.getMessages().find(ue=>ue.id===V);if(_&&vt.onCopy){let ue=_.content||"";navigator.clipboard.writeText(ue).then(()=>{S.classList.add("persona-message-action-success");let Ce=ve("check",14,"currentColor",2);Ce&&(S.innerHTML="",S.appendChild(Ce)),setTimeout(()=>{S.classList.remove("persona-message-action-success");let Te=ve("copy",14,"currentColor",2);Te&&(S.innerHTML="",S.appendChild(Te))},2e3)}).catch(Ce=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to copy message:",Ce)}),vt.onCopy(_)}}else if(W==="upvote"||W==="downvote")if(((F=Ua.get(V))!=null?F:null)===W)Ua.delete(V),S.classList.remove("persona-message-action-active");else{let ue=W==="upvote"?"downvote":"upvote",Ce=B.querySelector(`[data-action="${ue}"]`);Ce&&Ce.classList.remove("persona-message-action-active"),Ua.set(V,W),S.classList.add("persona-message-action-active");let ze=E.getMessages().find(Ie=>Ie.id===V);ze&&vt.onFeedback&&vt.onFeedback({type:W,messageId:ze.id,message:ze})}}),Ee.addEventListener("click",p=>{let S=p.target.closest("button[data-approval-action]");if(!S)return;p.preventDefault(),p.stopPropagation();let B=S.closest(".vanilla-approval-bubble");if(!B)return;let V=B.getAttribute("data-message-id");if(!V)return;let W=S.getAttribute("data-approval-action");if(!W)return;let F=W==="approve"?"approved":"denied",_=E.getMessages().find(Ce=>Ce.id===V);if(!(_!=null&&_.approval))return;let ue=B.querySelector("[data-approval-buttons]");ue&&ue.querySelectorAll("button").forEach(Te=>{Te.disabled=!0,Te.style.opacity="0.5",Te.style.cursor="not-allowed"}),E.resolveApproval(_.approval,F)});let tt=null,na=null,te={artifacts:[],selectedId:null},oa=!1,nr={current:null};Ee.addEventListener("click",p=>{var Te,ze,Ie,O,We;let S=p.target.closest("[data-download-artifact]");if(!S)return;p.preventDefault(),p.stopPropagation();let B=S.getAttribute("data-download-artifact");if(!B||((Ie=(ze=(Te=e.features)==null?void 0:Te.artifacts)==null?void 0:ze.onArtifactAction)==null?void 0:Ie.call(ze,{type:"download",artifactId:B}))===!0)return;let W=E.getArtifactById(B),F=W==null?void 0:W.markdown,Z=(W==null?void 0:W.title)||"artifact";if(!F){let Oe=S.closest("[data-open-artifact]"),he=Oe==null?void 0:Oe.closest("[data-message-id]"),_e=he==null?void 0:he.getAttribute("data-message-id");if(_e){let rt=E.getMessages().find(ge=>ge.id===_e);if(rt!=null&&rt.rawContent)try{let ge=JSON.parse(rt.rawContent);F=(O=ge==null?void 0:ge.props)==null?void 0:O.markdown,Z=((We=ge==null?void 0:ge.props)==null?void 0:We.title)||Z}catch{}}}if(!F)return;let _=new Blob([F],{type:"text/markdown"}),ue=URL.createObjectURL(_),Ce=document.createElement("a");Ce.href=ue,Ce.download=`${Z}.md`,Ce.click(),URL.revokeObjectURL(ue)}),Ee.addEventListener("click",p=>{var W,F,Z;let S=p.target.closest("[data-open-artifact]");if(!S)return;let B=S.getAttribute("data-open-artifact");!B||((Z=(F=(W=e.features)==null?void 0:W.artifacts)==null?void 0:F.onArtifactAction)==null?void 0:Z.call(F,{type:"open",artifactId:B}))===!0||(p.preventDefault(),p.stopPropagation(),E.selectArtifact(B),La())}),Ee.addEventListener("keydown",p=>{if(p.key!=="Enter"&&p.key!==" ")return;let x=p.target;x.hasAttribute("data-open-artifact")&&(p.preventDefault(),x.click())});let Ut=null,dt=null,ha=null,Ia=null,lr=()=>{};function ir(){Ia==null||Ia(),Ia=null}let ma=()=>{var F;if(!Ut||!dt)return;let p=r.classList.contains("persona-artifact-appearance-seamless"),S=((F=r.ownerDocument.defaultView)!=null?F:window).innerWidth<=640;if(!p||r.classList.contains("persona-artifact-narrow-host")||S){dt.style.removeProperty("position"),dt.style.removeProperty("left"),dt.style.removeProperty("top"),dt.style.removeProperty("bottom"),dt.style.removeProperty("width"),dt.style.removeProperty("z-index");return}let B=Ut.firstElementChild;if(!B||B===dt)return;let V=10;dt.style.position="absolute",dt.style.top="0",dt.style.bottom="0",dt.style.width=`${V}px`,dt.style.zIndex="5";let W=B.offsetWidth-V/2;dt.style.left=`${Math.max(0,W)}px`},Ka=()=>{},La=()=>{var S,B,V,W,F;if(!tt||!qa(e))return;yk(r,e),vk(r,e),Ka();let p=(W=(V=(B=(S=e.features)==null?void 0:S.artifacts)==null?void 0:B.layout)==null?void 0:V.narrowHostMaxWidth)!=null?W:520,x=ce.getBoundingClientRect().width||0;r.classList.toggle("persona-artifact-narrow-host",x>0&&x<=p),tt.update(te),oa?(tt.setMobileOpen(!1),tt.element.classList.add("persona-hidden"),(F=tt.backdrop)==null||F.classList.add("persona-hidden")):te.artifacts.length>0&&(tt.element.classList.remove("persona-hidden"),tt.setMobileOpen(!0)),lr()};if(qa(e)){ce.style.position="relative";let p=A("div","persona-flex persona-flex-1 persona-flex-col persona-min-w-0 persona-min-h-0"),x=A("div","persona-flex persona-h-full persona-w-full persona-min-h-0 persona-artifact-split-root");p.appendChild(oe),tt=HP(e,{onSelect:S=>{var B;return(B=nr.current)==null?void 0:B.selectArtifact(S)},onDismiss:()=>{oa=!0,La()}}),tt.element.classList.add("persona-hidden"),Ut=x,x.appendChild(p),x.appendChild(tt.element),tt.backdrop&&ce.appendChild(tt.backdrop),ce.appendChild(x),lr=()=>{var B,V,W,F;if(!Ut||!tt)return;if(!(((W=(V=(B=e.features)==null?void 0:B.artifacts)==null?void 0:V.layout)==null?void 0:W.resizable)===!0)){ha==null||ha(),ha=null,ir(),dt&&(dt.remove(),dt=null),tt.element.style.removeProperty("width"),tt.element.style.removeProperty("maxWidth");return}if(!dt){let Z=A("div","persona-artifact-split-handle persona-shrink-0 persona-h-full");Z.setAttribute("role","separator"),Z.setAttribute("aria-orientation","vertical"),Z.setAttribute("aria-label","Resize artifacts panel"),Z.tabIndex=0;let _=r.ownerDocument,ue=(F=_.defaultView)!=null?F:window,Ce=Te=>{var he,_e;if(!tt||Te.button!==0||r.classList.contains("persona-artifact-narrow-host")||ue.innerWidth<=640)return;Te.preventDefault(),ir();let ze=Te.clientX,Ie=tt.element.getBoundingClientRect().width,O=(_e=(he=e.features)==null?void 0:he.artifacts)==null?void 0:_e.layout,We=ut=>{let rt=Ut.getBoundingClientRect().width,ge=r.classList.contains("persona-artifact-appearance-seamless"),Jt=ge?0:IP(Ut,ue),Ct=ge?0:Z.getBoundingClientRect().width||6,Sa=Ie-(ut.clientX-ze),ca=DP(Sa,rt,Jt,Ct,O==null?void 0:O.resizableMinWidth,O==null?void 0:O.resizableMaxWidth);tt.element.style.width=`${ca}px`,tt.element.style.maxWidth="none",ma()},Oe=()=>{_.removeEventListener("pointermove",We),_.removeEventListener("pointerup",Oe),_.removeEventListener("pointercancel",Oe),Ia=null;try{Z.releasePointerCapture(Te.pointerId)}catch{}};Ia=Oe,_.addEventListener("pointermove",We),_.addEventListener("pointerup",Oe),_.addEventListener("pointercancel",Oe);try{Z.setPointerCapture(Te.pointerId)}catch{}};Z.addEventListener("pointerdown",Ce),dt=Z,Ut.insertBefore(Z,tt.element),ha=()=>{Z.removeEventListener("pointerdown",Ce)}}if(dt){let Z=te.artifacts.length>0&&!oa;dt.classList.toggle("persona-hidden",!Z),ma()}},Ka=()=>{var ue,Ce,Te,ze,Ie,O,We,Oe,he,_e,ut,rt,ge,Jt;if(!b||!tt||((Ce=(ue=e.launcher)==null?void 0:ue.sidebarMode)!=null?Ce:!1)||sa(e)&&_a(e).reveal==="emerge")return;let B=(Te=r.ownerDocument.defaultView)!=null?Te:window,V=(Ie=(ze=e.launcher)==null?void 0:ze.mobileFullscreen)!=null?Ie:!0,W=(We=(O=e.launcher)==null?void 0:O.mobileBreakpoint)!=null?We:640;if(V&&B.innerWidth<=W||!BP(e,b))return;let F=(_e=(he=(Oe=e.launcher)==null?void 0:Oe.width)!=null?he:e.launcherWidth)!=null?_e:"min(400px, calc(100vw - 24px))",Z=(Jt=(ge=(rt=(ut=e.features)==null?void 0:ut.artifacts)==null?void 0:rt.layout)==null?void 0:ge.expandedPanelWidth)!=null?Jt:"min(720px, calc(100vw - 24px))";te.artifacts.length>0&&!oa?(ce.style.width=Z,ce.style.maxWidth=Z):(ce.style.width=F,ce.style.maxWidth=F)},typeof ResizeObserver!="undefined"&&(na=new ResizeObserver(()=>{La()}),na.observe(ce))}else ce.appendChild(oe);r.appendChild(we);let Ya=()=>{var Jt,Ct,Sa,ca,ga,ta,Oa,ot,Wt,T1,L1,E1,H1,P1,Wk,Ok,Gt,R1,Vi;let p=sa(e),x=(Ct=(Jt=e.launcher)==null?void 0:Jt.sidebarMode)!=null?Ct:!1,S=p||x||((ca=(Sa=e.launcher)==null?void 0:Sa.fullHeight)!=null?ca:!1),B=((ga=e.launcher)==null?void 0:ga.enabled)===!1,V=(Oa=(ta=e.theme)==null?void 0:ta.components)==null?void 0:Oa.panel,W=l1(e),F=(ka,Na)=>{var B1;return ka==null||ka===""?Na:(B1=o1(W,ka))!=null?B1:ka},Z=(ot=r.ownerDocument.defaultView)!=null?ot:window,_=(T1=(Wt=e.launcher)==null?void 0:Wt.mobileFullscreen)!=null?T1:!0,ue=(E1=(L1=e.launcher)==null?void 0:L1.mobileBreakpoint)!=null?E1:640,Ce=Z.innerWidth<=ue,Te=_&&Ce&&b,ze=(P1=(H1=e.launcher)==null?void 0:H1.position)!=null?P1:"bottom-left",Ie=ze==="bottom-left"||ze==="top-left",O=x||Te?"none":"1px solid var(--persona-border)",We=Te?"none":x?Ie?"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))";p&&!Te&&(We="none",O="none");let Oe=x||Te?"0":"var(--persona-panel-radius, var(--persona-radius-xl, 0.75rem))",he=F(V==null?void 0:V.border,O),_e=F(V==null?void 0:V.shadow,We),ut=F(V==null?void 0:V.borderRadius,Oe);if(r.style.cssText="",we.style.cssText="",ce.style.cssText="",oe.style.cssText="",de.style.cssText="",Ye.style.cssText="",Te){we.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"),we.style.cssText=`
71
71
  position: fixed !important;
72
72
  inset: 0 !important;
73
73
  width: 100% !important;
@@ -102,7 +102,7 @@ lucide.createIcons({icons});\``);if(typeof e=="undefined")throw new Error("`crea
102
102
  overflow: hidden !important;
103
103
  border-radius: 0 !important;
104
104
  border: none !important;
105
- `,de.style.flex="1 1 0%",de.style.minHeight="0",de.style.overflowY="auto",Ye.style.flexShrink="0",L=!0;return}let rt=(Ok=(Wk=e==null?void 0:e.launcher)==null?void 0:Wk.width)!=null?Ok:e==null?void 0:e.launcherWidth,xe=rt!=null?rt:"min(400px, calc(100vw - 24px))";if(!x&&!p)B&&S?(ce.style.width="100%",ce.style.maxWidth="100%"):(ce.style.width=xe,ce.style.maxWidth=xe);else if(p)if(_a(e).reveal==="emerge"){let Na=_a(e).width;ce.style.width=Na,ce.style.maxWidth=Na}else ce.style.width="100%",ce.style.maxWidth="100%";if(Ka(),ce.style.boxShadow=_e,ce.style.borderRadius=ut,oe.style.border=fe,oe.style.borderRadius=ut,p&&!Le&&(V==null?void 0:V.border)===void 0&&(oe.style.border="none",_a(e).side==="right"?oe.style.borderLeft="1px solid var(--persona-border)":oe.style.borderRight="1px solid var(--persona-border)"),S&&(r.style.display="flex",r.style.flexDirection="column",r.style.height="100%",r.style.minHeight="0",B&&(r.style.width="100%"),be.style.display="flex",be.style.flexDirection="column",be.style.flex="1 1 0%",be.style.minHeight="0",be.style.maxHeight="100%",be.style.height="100%",B&&(be.style.overflow="hidden"),ce.style.display="flex",ce.style.flexDirection="column",ce.style.flex="1 1 0%",ce.style.minHeight="0",ce.style.maxHeight="100%",ce.style.height="100%",ce.style.overflow="hidden",oe.style.display="flex",oe.style.flexDirection="column",oe.style.flex="1 1 0%",oe.style.minHeight="0",oe.style.maxHeight="100%",oe.style.overflow="hidden",de.style.flex="1 1 0%",de.style.minHeight="0",de.style.overflowY="auto",Ye.style.flexShrink="0"),be.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&&!B&&!p&&((Gt=Za[ze])!=null?Gt:Za["bottom-right"]).split(" ").forEach(Na=>be.classList.add(Na)),x){let ka=(Vi=(R1=e.launcher)==null?void 0:R1.sidebarWidth)!=null?Vi:"420px";be.style.cssText=`
105
+ `,de.style.flex="1 1 0%",de.style.minHeight="0",de.style.overflowY="auto",Ye.style.flexShrink="0",L=!0;return}let rt=(Ok=(Wk=e==null?void 0:e.launcher)==null?void 0:Wk.width)!=null?Ok:e==null?void 0:e.launcherWidth,ge=rt!=null?rt:"min(400px, calc(100vw - 24px))";if(!x&&!p)B&&S?(ce.style.width="100%",ce.style.maxWidth="100%"):(ce.style.width=ge,ce.style.maxWidth=ge);else if(p)if(_a(e).reveal==="emerge"){let Na=_a(e).width;ce.style.width=Na,ce.style.maxWidth=Na}else ce.style.width="100%",ce.style.maxWidth="100%";if(Ka(),ce.style.boxShadow=_e,ce.style.borderRadius=ut,oe.style.border=he,oe.style.borderRadius=ut,p&&!Te&&(V==null?void 0:V.border)===void 0&&(oe.style.border="none",_a(e).side==="right"?oe.style.borderLeft="1px solid var(--persona-border)":oe.style.borderRight="1px solid var(--persona-border)"),S&&(r.style.display="flex",r.style.flexDirection="column",r.style.height="100%",r.style.minHeight="0",B&&(r.style.width="100%"),we.style.display="flex",we.style.flexDirection="column",we.style.flex="1 1 0%",we.style.minHeight="0",we.style.maxHeight="100%",we.style.height="100%",B&&(we.style.overflow="hidden"),ce.style.display="flex",ce.style.flexDirection="column",ce.style.flex="1 1 0%",ce.style.minHeight="0",ce.style.maxHeight="100%",ce.style.height="100%",ce.style.overflow="hidden",oe.style.display="flex",oe.style.flexDirection="column",oe.style.flex="1 1 0%",oe.style.minHeight="0",oe.style.maxHeight="100%",oe.style.overflow="hidden",de.style.flex="1 1 0%",de.style.minHeight="0",de.style.overflowY="auto",Ye.style.flexShrink="0"),we.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&&!B&&!p&&((Gt=Za[ze])!=null?Gt:Za["bottom-right"]).split(" ").forEach(Na=>we.classList.add(Na)),x){let ka=(Vi=(R1=e.launcher)==null?void 0:R1.sidebarWidth)!=null?Vi:"420px";we.style.cssText=`
106
106
  position: fixed !important;
107
107
  top: 0 !important;
108
108
  bottom: 0 !important;
@@ -137,12 +137,12 @@ lucide.createIcons({icons});\``);if(typeof e=="undefined")throw new Error("`crea
137
137
  max-height: 100% !important;
138
138
  overflow: hidden !important;
139
139
  border-radius: ${ut} !important;
140
- border: ${fe} !important;
140
+ border: ${he} !important;
141
141
  `,Ye.style.cssText=`
142
142
  flex-shrink: 0 !important;
143
143
  border-top: none !important;
144
144
  padding: 8px 16px 12px 16px !important;
145
- `}if(!B&&!p){let ka="max-height: -moz-available !important; max-height: stretch !important;",Na=x?"":"padding-top: 1.25em !important;";be.style.cssText+=ka+Na}};Ya(),Er(r,e),yk(r,e),vk(r,e);let Et=[];na&&Et.push(()=>{na==null||na.disconnect(),na=null}),Et.push(()=>{ha==null||ha(),ha=null,ir(),dt&&(dt.remove(),dt=null),tt==null||tt.element.style.removeProperty("width"),tt==null||tt.element.style.removeProperty("maxWidth")}),ae&&Et.push(()=>{yt!==null&&(cancelAnimationFrame(yt),yt=null),Y==null||Y.destroy(),Y=null,$==null||$.destroy(),$=null,Q=null});let Da=null,ge=()=>{Da&&(Da(),Da=null),e.colorScheme==="auto"&&(Da=mk(()=>{Er(r,e)}))};ge(),Et.push(()=>{Da&&(Da(),Da=null)});let w=kP(qe),j=null,E,ft=!1,Rt=mP(),Ht=0,Ft=!0,la=0,Va=0,Ea=null,Tt=!1,dr=0,pr=!1,x1=125,g1=2e3,M1=5,Li=50,eo=new Map,at={active:!1,manuallyDeactivated:!1,lastUserMessageWasVoice:!1,lastUserMessageId:null},Ei=(iL=(lL=e.voiceRecognition)==null?void 0:lL.autoResume)!=null?iL:!1,Fa=p=>{o.emit("voice:state",{active:at.active,source:p,timestamp:Date.now()})},wa=()=>{f(p=>({...p,voiceState:{active:at.active,timestamp:Date.now(),manuallyDeactivated:at.manuallyDeactivated}}))},y1=()=>{var B,V;if(((B=e.voiceRecognition)==null?void 0:B.enabled)===!1)return;let p=HT(l.voiceState),x=!!p.active,S=Number((V=p.timestamp)!=null?V:0);at.manuallyDeactivated=!!p.manuallyDeactivated,x&&Date.now()-S<OI&&setTimeout(()=>{var W,F;at.active||(at.manuallyDeactivated=!1,((F=(W=e.voiceRecognition)==null?void 0:W.provider)==null?void 0:F.type)==="runtype"?E.toggleVoice().then(()=>{at.active=E.isVoiceActive(),Fa("restore"),E.isVoiceActive()&&vr()}):Dr("restore"))},1e3)},v1=()=>E?_P(E.getMessages()).filter(p=>!p.__skipPersist):[];function Hi(p){if(!(n!=null&&n.save))return;let S={messages:p?_P(p):E?v1():[],metadata:l};try{let B=n.save(S);B instanceof Promise&&B.catch(V=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",V)})}catch(B){typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",B)}}let Rr=(p=!1)=>{if(!Ft)return;let x=Date.now();Tt&&x<dr&&!p||(Tt&&x>=dr&&(Tt=!1),!(!p&&!ft)&&(x-Va<x1||(Va=x,Ea&&cancelAnimationFrame(Ea),Ea=requestAnimationFrame(()=>{Tt||!Ft||(pr=!0,de.scrollTop=de.scrollHeight,la=de.scrollTop,requestAnimationFrame(()=>{pr=!1}),Ea=null)}))))},cr=null,b1=()=>be.querySelector("#persona-scroll-container")||de,C1=(p,x=500)=>{let S=p.scrollTop,B=p.clientHeight,V=p.scrollHeight,W=V-S;if(S+B>=V-2||Math.abs(W)<5)return;cr!==null&&(cancelAnimationFrame(cr),cr=null);let Z=performance.now(),_=ve=>1-Math.pow(1-ve,3),ue=ve=>{let Le=p.scrollHeight;Le!==V&&(V=Le,W=V-S);let ze=ve-Z,Ie=Math.min(ze/x,1),O=_(Ie),We=S+W*O;p.scrollTop=We,Ie<1?cr=requestAnimationFrame(ue):(p.scrollTop=p.scrollHeight,cr=null)};cr=requestAnimationFrame(ue)},w1=p=>{let x=new Map;p.forEach(S=>{let B=eo.get(S.id);x.set(S.id,{streaming:S.streaming,role:S.role}),!B&&S.role==="assistant"&&o.emit("assistant:message",S),S.role==="assistant"&&(B!=null&&B.streaming)&&S.streaming===!1&&o.emit("assistant:complete",S),S.variant==="approval"&&S.approval&&(B?S.approval.status!=="pending"&&o.emit("approval:resolved",{approval:S.approval,decision:S.approval.status}):o.emit("approval:requested",{approval:S.approval,message:S}))}),eo.clear(),x.forEach((S,B)=>{eo.set(B,S)})},Br=(p,x,S)=>{var ve,Le,ze,Ie;let B=document.createElement("div"),W=(()=>{var We;let O=s.find(Oe=>Oe.renderLoadingIndicator);if(O!=null&&O.renderLoadingIndicator)return O.renderLoadingIndicator;if((We=e.loadingIndicator)!=null&&We.render)return e.loadingIndicator.render})(),F=new Set;x.forEach(O=>{var xe,Jt;F.add(O.id);let We=hP(O,Ht),Oe=xP(Rt,O.id,We);if(Oe){B.appendChild(Oe.cloneNode(!0));return}let fe=null,_e=s.find(Ct=>!!(O.variant==="reasoning"&&Ct.renderReasoning||O.variant==="tool"&&Ct.renderToolCall||O.variant==="approval"&&Ct.renderApproval||!O.variant&&Ct.renderMessage)),ut=(xe=e.layout)==null?void 0:xe.messages;if(_e)if(O.variant==="reasoning"&&O.reasoning&&_e.renderReasoning){if(!J)return;fe=_e.renderReasoning({message:O,defaultRenderer:()=>CT(O),config:e})}else if(O.variant==="tool"&&O.toolCall&&_e.renderToolCall){if(!Ce)return;fe=_e.renderToolCall({message:O,defaultRenderer:()=>wT(O,e),config:e})}else if(O.variant==="approval"&&O.approval&&_e.renderApproval){if(e.approval===!1)return;fe=_e.renderApproval({message:O,defaultRenderer:()=>AT(O,e),config:e})}else _e.renderMessage&&(fe=_e.renderMessage({message:O,defaultRenderer:()=>{let Ct=Ci(O,S,ut,e.messageActions,vt,{loadingIndicatorRenderer:W,widgetConfig:e});return O.role!=="user"&&TT(Ct,O,e,E),Ct},config:e}));if(!fe&&O.role==="assistant"&&!O.variant&&e.enableComponentStreaming!==!1&&Sk(O)){let Sa=kk(O);if(Sa){let ca=Ak(Sa,{config:e,message:O,transform:S});if(ca)if(e.wrapComponentDirectiveInBubble!==!1){let ta=document.createElement("div");if(ta.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(" "),ta.id=`bubble-${O.id}`,ta.setAttribute("data-message-id",O.id),O.content&&O.content.trim()){let Oa=document.createElement("div");Oa.className="persona-mb-3 persona-text-sm persona-leading-relaxed",Oa.innerHTML=S({text:O.content,message:O,streaming:!!O.streaming,raw:O.rawContent}),ta.appendChild(Oa)}ta.appendChild(ca),fe=ta}else{let ta=document.createElement("div");if(ta.className="persona-flex persona-flex-col persona-w-full persona-max-w-full persona-gap-3 persona-items-stretch",ta.id=`bubble-${O.id}`,ta.setAttribute("data-message-id",O.id),ta.setAttribute("data-persona-component-directive","true"),O.content&&O.content.trim()){let Oa=document.createElement("div");Oa.className="persona-text-sm persona-leading-relaxed persona-text-persona-primary persona-w-full",Oa.innerHTML=S({text:O.content,message:O,streaming:!!O.streaming,raw:O.rawContent}),ta.appendChild(Oa)}ta.appendChild(ca),fe=ta}}}if(!fe)if(O.variant==="reasoning"&&O.reasoning){if(!J)return;fe=CT(O)}else if(O.variant==="tool"&&O.toolCall){if(!Ce)return;fe=wT(O,e)}else if(O.variant==="approval"&&O.approval){if(e.approval===!1)return;fe=AT(O,e)}else{let Ct=(Jt=e.layout)==null?void 0:Jt.messages;Ct!=null&&Ct.renderUserMessage&&O.role==="user"?fe=Ct.renderUserMessage({message:O,config:e,streaming:!!O.streaming}):Ct!=null&&Ct.renderAssistantMessage&&O.role==="assistant"?fe=Ct.renderAssistantMessage({message:O,config:e,streaming:!!O.streaming}):fe=Ci(O,S,Ct,e.messageActions,vt,{loadingIndicatorRenderer:W,widgetConfig:e}),O.role!=="user"&&fe&&TT(fe,O,e,E)}let rt=document.createElement("div");rt.className="persona-flex",rt.id=`wrapper-${O.id}`,rt.setAttribute("data-wrapper-id",O.id),O.role==="user"&&rt.classList.add("persona-justify-end"),(fe==null?void 0:fe.getAttribute("data-persona-component-directive"))==="true"&&rt.classList.add("persona-w-full"),rt.appendChild(fe),gP(Rt,O.id,We,rt),B.appendChild(rt)}),MP(Rt,F);let Z=x.some(O=>O.role==="assistant"&&O.streaming),_=x[x.length-1],ue=(_==null?void 0:_.role)==="assistant"&&!_.streaming&&_.variant!=="approval";if(ft&&x.some(O=>O.role==="user")&&!Z&&!ue){let O={config:e,streaming:!0,location:"standalone",defaultRenderer:Kr},We=s.find(fe=>fe.renderLoadingIndicator),Oe=null;if(We!=null&&We.renderLoadingIndicator&&(Oe=We.renderLoadingIndicator(O)),Oe===null&&((ve=e.loadingIndicator)!=null&&ve.render)&&(Oe=e.loadingIndicator.render(O)),Oe===null&&(Oe=Kr()),Oe){let fe=document.createElement("div"),_e=((Le=e.loadingIndicator)==null?void 0:Le.showBubble)!==!1;fe.className=_e?["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(" "),fe.setAttribute("data-typing-indicator","true"),fe.appendChild(Oe);let ut=document.createElement("div");ut.className="persona-flex",ut.id="wrapper-typing-indicator",ut.setAttribute("data-wrapper-id","typing-indicator"),ut.appendChild(fe),B.appendChild(ut)}}if(!ft&&x.length>0){let O=x[x.length-1],We={config:e,lastMessage:O,messageCount:x.length},Oe=s.find(_e=>_e.renderIdleIndicator),fe=null;if(Oe!=null&&Oe.renderIdleIndicator&&(fe=Oe.renderIdleIndicator(We)),fe===null&&((ze=e.loadingIndicator)!=null&&ze.renderIdle)&&(fe=e.loadingIndicator.renderIdle(We)),fe){let _e=document.createElement("div"),ut=((Ie=e.loadingIndicator)==null?void 0:Ie.showBubble)!==!1;_e.className=ut?["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(" "),_e.setAttribute("data-idle-indicator","true"),_e.appendChild(fe);let rt=document.createElement("div");rt.className="persona-flex",rt.id="wrapper-idle-indicator",rt.setAttribute("data-wrapper-id","idle-indicator"),rt.appendChild(_e),B.appendChild(rt)}}fP(p,B),requestAnimationFrame(()=>{requestAnimationFrame(()=>{let O=b1();C1(O)})})},Ir=()=>{var _,ue,ve,Le,ze;if(!b)return;let p=sa(e),x=(_=r.ownerDocument.defaultView)!=null?_:window,S=(ve=(ue=e.launcher)==null?void 0:ue.mobileBreakpoint)!=null?ve:640,B=(ze=(Le=e.launcher)==null?void 0:Le.mobileFullscreen)!=null?ze:!0,V=x.innerWidth<=S,W=B&&V&&b,F=_a(e).reveal;C?(be.style.removeProperty("display"),be.style.display=p?"flex":"",be.classList.remove("persona-pointer-events-none","persona-opacity-0"),ce.classList.remove("persona-scale-95","persona-opacity-0"),ce.classList.add("persona-scale-100","persona-opacity-100"),Ge?Ge.element.style.display="none":Ke&&(Ke.style.display="none")):(p?p&&(F==="overlay"||F==="push")&&!W?(be.style.removeProperty("display"),be.style.display="flex",be.classList.remove("persona-pointer-events-none","persona-opacity-0"),ce.classList.remove("persona-scale-100","persona-opacity-100","persona-scale-95","persona-opacity-0")):(be.style.setProperty("display","none","important"),be.classList.remove("persona-pointer-events-none","persona-opacity-0"),ce.classList.remove("persona-scale-100","persona-opacity-100","persona-scale-95","persona-opacity-0")):(be.style.display="",be.classList.add("persona-pointer-events-none","persona-opacity-0"),ce.classList.remove("persona-scale-100","persona-opacity-100"),ce.classList.add("persona-scale-95","persona-opacity-0")),Ge?Ge.element.style.display=p?"none":"":Ke&&(Ke.style.display=p?"none":""))},Bt=(p,x="user")=>{if(!b||C===p)return;let S=C;C=p,Ir(),C&&($t(),Rr(!0));let B={open:C,source:x,timestamp:Date.now()};C&&!S?o.emit("widget:opened",B):!C&&S&&o.emit("widget:closed",B),o.emit("widget:state",{open:C,launcherEnabled:b,voiceActive:at.active,streaming:E.isStreaming()})},to=p=>{ee.disabled=p,R&&(R.disabled=p),w.buttons.forEach(x=>{x.disabled=p}),Ye.dataset.personaComposerStreaming=p?"true":"false",Ye.querySelectorAll("[data-persona-composer-disable-when-streaming]").forEach(x=>{(x instanceof HTMLButtonElement||x instanceof HTMLInputElement||x instanceof HTMLTextAreaElement||x instanceof HTMLSelectElement)&&(x.disabled=p)})},ao=()=>{at.active||se&&se.focus()};o.on("widget:opened",()=>{e.autoFocusInput&&setTimeout(()=>ao(),200)});let Pi=()=>{var x,S,B,V,W,F,Z,_,ue,ve;_t.textContent=(S=(x=e.copy)==null?void 0:x.welcomeTitle)!=null?S:"Hello \u{1F44B}",qt.textContent=(V=(B=e.copy)==null?void 0:B.welcomeSubtitle)!=null?V:"Ask anything about your account or products.",se.placeholder=(F=(W=e.copy)==null?void 0:W.inputPlaceholder)!=null?F:"How can I help...",(_=(Z=e.sendButton)==null?void 0:Z.useIcon)!=null&&_||(ee.textContent=(ve=(ue=e.copy)==null?void 0:ue.sendButtonLabel)!=null?ve:"Send"),se.style.fontFamily='var(--persona-input-font-family, var(--persona-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif))',se.style.fontWeight="var(--persona-input-font-weight, var(--persona-font-weight, 400))"};if(e.clientToken&&(e={...e,getStoredSessionId:()=>{let p=l.sessionId;return typeof p=="string"?p:null},setStoredSessionId:p=>{f(x=>({...x,sessionId:p}))}}),E=new co(e,{onMessagesChanged(p){Br(Ee,p,D),E&&(p.some(V=>V.role==="user")?w.render([],E,se,p):w.render(e.suggestionChips,E,se,p,e.suggestionChipsConfig)),Rr(!ft),w1(p);let x=[...p].reverse().find(B=>B.role==="user"),S=at.lastUserMessageId;x&&x.id!==S&&(at.lastUserMessageId=x.id,o.emit("user:message",x)),at.lastUserMessageWasVoice=!!(x!=null&&x.viaVoice),Hi(p)},onStatusChanged(p){var B;let x=(B=e.statusIndicator)!=null?B:{},S=V=>{var W,F,Z,_;return V==="idle"?(W=x.idleText)!=null?W:ua.idle:V==="connecting"?(F=x.connectingText)!=null?F:ua.connecting:V==="connected"?(Z=x.connectedText)!=null?Z:ua.connected:V==="error"?(_=x.errorText)!=null?_:ua.error:ua[V]};mt.textContent=S(p)},onStreamingChanged(p){ft=p,to(p),E&&Br(Ee,E.getMessages(),D),p||Rr(!0)},onVoiceStatusChanged(p){var x,S;if(((S=(x=e.voiceRecognition)==null?void 0:x.provider)==null?void 0:S.type)==="runtype")switch(p){case"listening":break;case"processing":ja(),S1();break;case"speaking":ja(),k1();break;default:p==="idle"&&E.isBargeInActive()?(ja(),vr(),R==null||R.setAttribute("aria-label","End voice session")):(at.active=!1,ja(),Fa("system"),wa());break}},onArtifactsState(p){te=p,La()}}),nr.current=E,((pL=(dL=e.voiceRecognition)==null?void 0:dL.provider)==null?void 0:pL.type)==="runtype")try{E.setupVoice()}catch(p){typeof console!="undefined"&&console.warn("[AgentWidget] Runtype voice setup failed:",p)}e.clientToken&&E.initClientSession().catch(p=>{e.debug&&console.warn("[AgentWidget] Pre-init client session failed:",p)}),$&&E.setSSEEventCallback((p,x)=>{$==null||$.push({id:`evt-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,type:p,timestamp:Date.now(),payload:JSON.stringify(x)})}),d&&d.then(p=>{var x;p&&(p.metadata&&(l=HT(p.metadata),k.syncFromMetadata()),(x=p.messages)!=null&&x.length&&E.hydrateMessages(p.messages))}).catch(p=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to hydrate stored state:",p)});let Ri=p=>{var V;p.preventDefault();let x=se.value.trim(),S=(V=Se==null?void 0:Se.hasAttachments())!=null?V:!1;if(!x&&!S)return;let B;S&&(B=[],B.push(...Se.getContentParts()),x&&B.push(Q1(x))),se.value="",se.style.height="auto",E.sendMessage(x,{contentParts:B}),S&&Se.clearAttachments()},Bi=p=>{p.key==="Enter"&&!p.shiftKey&&(p.preventDefault(),ee.click())},Ii=async p=>{var S;if(((S=e.attachments)==null?void 0:S.enabled)!==!0||!Se)return;let x=zI(p.clipboardData);x.length!==0&&(p.preventDefault(),await Se.handleFiles(x))},xa=null,Ha=!1,ur=null,$e=null,Di=()=>typeof window=="undefined"?null:window.webkitSpeechRecognition||window.SpeechRecognition||null,Dr=(p="user")=>{var W,F,Z,_,ue,ve,Le,ze;if(Ha||E.isStreaming())return;let x=Di();if(!x)return;xa=new x;let B=(F=((W=e.voiceRecognition)!=null?W:{}).pauseDuration)!=null?F:2e3;xa.continuous=!0,xa.interimResults=!0,xa.lang="en-US";let V=se.value;xa.onresult=Ie=>{let O="",We="";for(let fe=0;fe<Ie.results.length;fe++){let _e=Ie.results[fe],ut=_e[0].transcript;_e.isFinal?O+=ut+" ":We=ut}let Oe=V+O+We;se.value=Oe,ur&&clearTimeout(ur),(O||We)&&(ur=window.setTimeout(()=>{let fe=se.value.trim();fe&&xa&&Ha&&($a(),se.value="",se.style.height="auto",E.sendMessage(fe,{viaVoice:!0}))},B))},xa.onerror=Ie=>{Ie.error!=="no-speech"&&$a()},xa.onend=()=>{if(Ha){let Ie=se.value.trim();Ie&&Ie!==V.trim()&&(se.value="",se.style.height="auto",E.sendMessage(Ie,{viaVoice:!0})),$a()}};try{if(xa.start(),Ha=!0,at.active=!0,p!=="system"&&(at.manuallyDeactivated=!1),Fa(p),wa(),R){let Ie=(Z=e.voiceRecognition)!=null?Z:{};$e={backgroundColor:R.style.backgroundColor,color:R.style.color,borderColor:R.style.borderColor,iconName:(_=Ie.iconName)!=null?_:"mic",iconSize:parseFloat((Le=(ve=Ie.iconSize)!=null?ve:(ue=e.sendButton)==null?void 0:ue.size)!=null?Le:"40")||24};let O=(ze=Ie.recordingBackgroundColor)!=null?ze:"#ef4444",We=Ie.recordingIconColor,Oe=Ie.recordingBorderColor;if(R.classList.add("persona-voice-recording"),R.style.backgroundColor=O,We){R.style.color=We;let fe=R.querySelector("svg");fe&&fe.setAttribute("stroke",We)}Oe&&(R.style.borderColor=Oe),R.setAttribute("aria-label","Stop voice recognition")}}catch{$a("system")}},$a=(p="user")=>{if(Ha){if(Ha=!1,ur&&(clearTimeout(ur),ur=null),xa){try{xa.stop()}catch{}xa=null}if(at.active=!1,Fa(p),wa(),R){if(R.classList.remove("persona-voice-recording"),$e){R.style.backgroundColor=$e.backgroundColor,R.style.color=$e.color,R.style.borderColor=$e.borderColor;let x=R.querySelector("svg");x&&x.setAttribute("stroke",$e.color||"currentColor"),$e=null}R.setAttribute("aria-label","Start voice recognition")}}},A1=(p,x)=>{var fe,_e,ut,rt,xe,Jt,Ct,Sa;let S=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined"),B=((fe=p==null?void 0:p.provider)==null?void 0:fe.type)==="runtype";if(!(S||B))return null;let W=A("div","persona-send-button-wrapper"),F=A("button","persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer");F.type="button",F.setAttribute("aria-label","Start voice recognition");let Z=(_e=p==null?void 0:p.iconName)!=null?_e:"mic",_=(ut=x==null?void 0:x.size)!=null?ut:"40px",ue=(rt=p==null?void 0:p.iconSize)!=null?rt:_,ve=parseFloat(ue)||24,Le=(xe=p==null?void 0:p.backgroundColor)!=null?xe:x==null?void 0:x.backgroundColor,ze=(Jt=p==null?void 0:p.iconColor)!=null?Jt:x==null?void 0:x.textColor;F.style.width=ue,F.style.height=ue,F.style.minWidth=ue,F.style.minHeight=ue,F.style.fontSize="18px",F.style.lineHeight="1";let Ie=ze||"currentColor",O=ye(Z,ve,Ie,1.5);O?(F.appendChild(O),F.style.color=Ie):(F.textContent="\u{1F3A4}",F.style.color=Ie),Le?F.style.backgroundColor=Le:F.classList.add("persona-bg-persona-primary"),ze?F.style.color=ze:!ze&&!(x!=null&&x.textColor)&&F.classList.add("persona-text-white"),p!=null&&p.borderWidth&&(F.style.borderWidth=p.borderWidth,F.style.borderStyle="solid"),p!=null&&p.borderColor&&(F.style.borderColor=p.borderColor),p!=null&&p.paddingX&&(F.style.paddingLeft=p.paddingX,F.style.paddingRight=p.paddingX),p!=null&&p.paddingY&&(F.style.paddingTop=p.paddingY,F.style.paddingBottom=p.paddingY),W.appendChild(F);let We=(Ct=p==null?void 0:p.tooltipText)!=null?Ct:"Start voice recognition";if(((Sa=p==null?void 0:p.showTooltip)!=null?Sa:!1)&&We){let ca=A("div","persona-send-button-tooltip");ca.textContent=We,W.appendChild(ca)}return{micButton:F,micButtonWrapper:W}},ro=()=>{var x,S,B,V,W;if(!R||$e)return;let p=(x=e.voiceRecognition)!=null?x:{};$e={backgroundColor:R.style.backgroundColor,color:R.style.color,borderColor:R.style.borderColor,iconName:(S=p.iconName)!=null?S:"mic",iconSize:parseFloat((W=(V=p.iconSize)!=null?V:(B=e.sendButton)==null?void 0:B.size)!=null?W:"40")||24}},oo=(p,x)=>{var W,F,Z,_,ue;if(!R)return;let S=R.querySelector("svg");S&&S.remove();let B=(ue=$e==null?void 0:$e.iconSize)!=null?ue:parseFloat((_=(Z=(W=e.voiceRecognition)==null?void 0:W.iconSize)!=null?Z:(F=e.sendButton)==null?void 0:F.size)!=null?_:"40")||24,V=ye(p,B,x,1.5);V&&R.appendChild(V)},Vr=()=>{R&&R.classList.remove("persona-voice-recording","persona-voice-processing","persona-voice-speaking")},vr=()=>{var V,W;if(!R)return;ro();let p=(V=e.voiceRecognition)!=null?V:{},x=(W=p.recordingBackgroundColor)!=null?W:"#ef4444",S=p.recordingIconColor,B=p.recordingBorderColor;if(Vr(),R.classList.add("persona-voice-recording"),R.style.backgroundColor=x,S){R.style.color=S;let F=R.querySelector("svg");F&&F.setAttribute("stroke",S)}B&&(R.style.borderColor=B),R.setAttribute("aria-label","Stop voice recognition")},S1=()=>{var Z,_,ue,ve,Le,ze,Ie,O;if(!R)return;ro();let p=(Z=e.voiceRecognition)!=null?Z:{},x=E.getVoiceInterruptionMode(),S=(_=p.processingIconName)!=null?_:"loader",B=(ve=(ue=p.processingIconColor)!=null?ue:$e==null?void 0:$e.color)!=null?ve:"",V=(ze=(Le=p.processingBackgroundColor)!=null?Le:$e==null?void 0:$e.backgroundColor)!=null?ze:"",W=(O=(Ie=p.processingBorderColor)!=null?Ie:$e==null?void 0:$e.borderColor)!=null?O:"";Vr(),R.classList.add("persona-voice-processing"),R.style.backgroundColor=V,R.style.borderColor=W;let F=B||"currentColor";R.style.color=F,oo(S,F),R.setAttribute("aria-label","Processing voice input"),x==="none"&&(R.style.cursor="default")},k1=()=>{var ue,ve,Le,ze,Ie,O,We,Oe,fe,_e,ut,rt;if(!R)return;ro();let p=(ue=e.voiceRecognition)!=null?ue:{},x=E.getVoiceInterruptionMode(),S=x==="cancel"?"square":x==="barge-in"?"mic":"volume-2",B=(ve=p.speakingIconName)!=null?ve:S,V=(O=p.speakingIconColor)!=null?O:x==="barge-in"?(ze=(Le=p.recordingIconColor)!=null?Le:$e==null?void 0:$e.color)!=null?ze:"":(Ie=$e==null?void 0:$e.color)!=null?Ie:"",W=(fe=p.speakingBackgroundColor)!=null?fe:x==="barge-in"?(We=p.recordingBackgroundColor)!=null?We:"#ef4444":(Oe=$e==null?void 0:$e.backgroundColor)!=null?Oe:"",F=(rt=p.speakingBorderColor)!=null?rt:x==="barge-in"?(_e=p.recordingBorderColor)!=null?_e:"":(ut=$e==null?void 0:$e.borderColor)!=null?ut:"";Vr(),R.classList.add("persona-voice-speaking"),R.style.backgroundColor=W,R.style.borderColor=F;let Z=V||"currentColor";R.style.color=Z,oo(B,Z);let _=x==="cancel"?"Stop playback and re-record":x==="barge-in"?"Speak to interrupt":"Agent is speaking";R.setAttribute("aria-label",_),x==="none"&&(R.style.cursor="default"),x==="barge-in"&&R.classList.add("persona-voice-recording")},ja=()=>{var p,x,S;R&&(Vr(),$e&&(R.style.backgroundColor=(p=$e.backgroundColor)!=null?p:"",R.style.color=(x=$e.color)!=null?x:"",R.style.borderColor=(S=$e.borderColor)!=null?S:"",oo($e.iconName,$e.color||"currentColor"),$e=null),R.style.cursor="",R.setAttribute("aria-label","Start voice recognition"))},Fr=()=>{var p,x;if(((x=(p=e.voiceRecognition)==null?void 0:p.provider)==null?void 0:x.type)==="runtype"){let S=E.getVoiceStatus(),B=E.getVoiceInterruptionMode();if(B==="none"&&(S==="processing"||S==="speaking"))return;if(B==="cancel"&&(S==="processing"||S==="speaking")){E.stopVoicePlayback();return}if(E.isBargeInActive()){E.stopVoicePlayback(),E.deactivateBargeIn().then(()=>{at.active=!1,at.manuallyDeactivated=!0,wa(),Fa("user"),ja()});return}E.toggleVoice().then(()=>{at.active=E.isVoiceActive(),at.manuallyDeactivated=!E.isVoiceActive(),wa(),Fa("user"),E.isVoiceActive()?vr():ja()});return}if(Ha){let S=se.value.trim();at.manuallyDeactivated=!0,wa(),$a("user"),S&&(se.value="",se.style.height="auto",E.sendMessage(S))}else at.manuallyDeactivated=!1,wa(),Dr("user")};Ve=Fr,R&&(R.addEventListener("click",Fr),Et.push(()=>{var p,x;((x=(p=e.voiceRecognition)==null?void 0:p.provider)==null?void 0:x.type)==="runtype"?(E.isVoiceActive()&&E.toggleVoice(),ja()):$a("system"),R&&R.removeEventListener("click",Fr)}));let ne=o.on("assistant:complete",()=>{Ei&&(at.active||at.manuallyDeactivated||Ei==="assistant"&&!at.lastUserMessageWasVoice||setTimeout(()=>{var p,x;!at.active&&!at.manuallyDeactivated&&(((x=(p=e.voiceRecognition)==null?void 0:p.provider)==null?void 0:x.type)==="runtype"?E.toggleVoice().then(()=>{at.active=E.isVoiceActive(),Fa("auto"),E.isVoiceActive()&&vr()}):Dr("auto"))},600))});Et.push(ne);let nt=o.on("action:resubmit",()=>{setTimeout(()=>{E&&!E.isStreaming()&&E.continueConversation()},100)});Et.push(nt);let ct=()=>{Bt(!C,"user")},Ge=null,Ke=null;if(b){let p=s.find(x=>x.renderLauncher);if(p!=null&&p.renderLauncher){let x=p.renderLauncher({config:e,defaultRenderer:()=>i1(e,ct).element,onToggle:ct});x&&(Ke=x)}Ke||(Ge=i1(e,ct))}Ge?r.appendChild(Ge.element):Ke&&r.appendChild(Ke),Ir(),w.render(e.suggestionChips,E,se,void 0,e.suggestionChipsConfig),Pi(),to(E.isStreaming()),Rr(!0),y1(),M&&(b?C&&setTimeout(()=>ao(),200):setTimeout(()=>ao(),0));let $t=()=>{var _,ue,ve,Le,ze,Ie,O,We,Oe,fe,_e,ut,rt;let p=sa(e),x=(ue=(_=e.launcher)==null?void 0:_.sidebarMode)!=null?ue:!1,S=p||x||((Le=(ve=e.launcher)==null?void 0:ve.fullHeight)!=null?Le:!1),B=(ze=r.ownerDocument.defaultView)!=null?ze:window,V=(O=(Ie=e.launcher)==null?void 0:Ie.mobileFullscreen)!=null?O:!0,W=(Oe=(We=e.launcher)==null?void 0:We.mobileBreakpoint)!=null?Oe:640,F=B.innerWidth<=W,Z=V&&F&&b;try{if(Z){Ya(),Er(r,e);return}if(L&&(L=!1,Ya(),Er(r,e)),!b&&!p){ce.style.height="",ce.style.width="";return}if(!x&&!p){let xe=(_e=(fe=e==null?void 0:e.launcher)==null?void 0:fe.width)!=null?_e:e==null?void 0:e.launcherWidth,Jt=xe!=null?xe:"min(400px, calc(100vw - 24px))";ce.style.width=Jt,ce.style.maxWidth=Jt}if(Ka(),!S){let xe=B.innerHeight,Jt=64,Ct=(rt=(ut=e.launcher)==null?void 0:ut.heightOffset)!=null?rt:0,Sa=Math.max(200,xe-Jt),ca=Math.min(640,Sa),ga=Math.max(200,ca-Ct);ce.style.height=`${ga}px`}}finally{Ir()}};$t();let Ot=(cL=r.ownerDocument.defaultView)!=null?cL:window;Ot.addEventListener("resize",$t),Et.push(()=>Ot.removeEventListener("resize",$t)),la=de.scrollTop;let T=()=>{let p=de.scrollTop,x=de.scrollHeight,S=de.clientHeight,B=x-p-S,V=Math.abs(p-la);if(la=p,!pr&&!(V<=M1)){if(!Ft&&B<Li){Tt=!1,Ft=!0;return}Ft&&B>Li&&(Tt=!0,dr=Date.now()+g1,Ft=!1)}};de.addEventListener("scroll",T,{passive:!0}),Et.push(()=>de.removeEventListener("scroll",T)),Et.push(()=>{Ea&&cancelAnimationFrame(Ea)});let je=()=>{me&&(j&&(me.removeEventListener("click",j),j=null),b?(me.style.display="",j=()=>{Bt(!1,"user")},me.addEventListener("click",j)):me.style.display="none")};je(),(()=>{let{clearChatButton:p}=K;p&&p.addEventListener("click",()=>{E.clearMessages(),Rt.clear();try{localStorage.removeItem(Ti),e.debug&&console.log(`[AgentWidget] Cleared default localStorage key: ${Ti}`)}catch(S){console.error("[AgentWidget] Failed to clear default localStorage:",S)}if(e.clearChatHistoryStorageKey&&e.clearChatHistoryStorageKey!==Ti)try{localStorage.removeItem(e.clearChatHistoryStorageKey),e.debug&&console.log(`[AgentWidget] Cleared custom localStorage key: ${e.clearChatHistoryStorageKey}`)}catch(S){console.error("[AgentWidget] Failed to clear custom localStorage:",S)}let x=new CustomEvent("persona:clear-chat",{detail:{timestamp:new Date().toISOString()}});if(window.dispatchEvent(x),n!=null&&n.clear)try{let S=n.clear();S instanceof Promise&&S.catch(B=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",B)})}catch(S){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",S)}l={},k.syncFromMetadata(),$==null||$.clear(),Y==null||Y.update()})})(),Re&&Re.addEventListener("submit",Ri),se==null||se.addEventListener("keydown",Bi),se==null||se.addEventListener("paste",Ii),Et.push(()=>{Re&&Re.removeEventListener("submit",Ri),se==null||se.removeEventListener("keydown",Bi),se==null||se.removeEventListener("paste",Ii)}),Et.push(()=>{E.cancel()}),Ge?Et.push(()=>{Ge==null||Ge.destroy()}):Ke&&Et.push(()=>{Ke==null||Ke.remove()});let P={update(p){var ML,yL,vL,bL,CL,wL,AL,SL,kL,TL,LL,EL,HL,PL,RL,BL,IL,DL,VL,FL,WL,OL,NL,zL,_L,qL,UL,$L,jL,GL,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,AE,SE,kE,TE,LE,EE,HE,PE,RE,BE,IE,DE,VE,FE,WE,OE,NE,zE,_E,qE,UE,$E,jE,GE,ZE,XE,JE,KE,YE,QE,eH,tH,aH,rH,oH;let x=e.toolCall,S=e.messageActions,B=(ML=e.layout)==null?void 0:ML.messages,V=e.colorScheme,W=e.loadingIndicator,F=e.iterationDisplay;e={...e,...p},Ya(),Er(r,e),yk(r,e),vk(r,e),La(),e.colorScheme!==V&&ge();let Z=u1.getForInstance(e.plugins);s.length=0,s.push(...Z),b=(vL=(yL=e.launcher)==null?void 0:yL.enabled)!=null?vL:!0,v=(CL=(bL=e.launcher)==null?void 0:bL.autoExpand)!=null?CL:!1,J=(AL=(wL=e.features)==null?void 0:wL.showReasoning)!=null?AL:!0,Ce=(kL=(SL=e.features)==null?void 0:SL.showToolCalls)!=null?kL:!0;let _=ae;if(ae=(LL=(TL=e.features)==null?void 0:TL.showEventStreamToggle)!=null?LL:!1,ae&&!_){if($||(Q=new c1(Te),$=new p1(Ae,Q),Q.open().then(()=>$==null?void 0:$.restore()).catch(()=>{}),E.setSSEEventCallback((G,lt)=>{$.push({id:`evt-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,type:G,timestamp:Date.now(),payload:JSON.stringify(lt)})})),!ke&&Ue){let G=(HL=(EL=e.features)==null?void 0:EL.eventStream)==null?void 0:HL.classNames,lt="persona-inline-flex persona-items-center persona-justify-center persona-rounded-full persona-text-persona-muted hover:persona-bg-gray-100 persona-cursor-pointer persona-border-none persona-bg-transparent persona-p-1"+(G!=null&&G.toggleButton?" "+G.toggleButton:"");ke=A("button",lt),ke.style.width="28px",ke.style.height="28px",ke.type="button",ke.setAttribute("aria-label","Event Stream"),ke.title="Event Stream";let It=ye("activity","18px","currentColor",1.5);It&&ke.appendChild(It);let Ze=K.clearChatButtonWrapper,ht=K.closeButtonWrapper,Kt=Ze||ht;Kt&&Kt.parentNode===Ue?Ue.insertBefore(ke,Kt):Ue.appendChild(ke),ke.addEventListener("click",()=>{re?et():Qe()})}}else!ae&&_&&(et(),ke&&(ke.remove(),ke=null),$==null||$.clear(),Q==null||Q.destroy(),$=null,Q=null);if(((PL=e.launcher)==null?void 0:PL.enabled)===!1&&Ge&&(Ge.destroy(),Ge=null),((RL=e.launcher)==null?void 0:RL.enabled)===!1&&Ke&&(Ke.remove(),Ke=null),((BL=e.launcher)==null?void 0:BL.enabled)!==!1&&!Ge&&!Ke){let G=s.find(lt=>lt.renderLauncher);if(G!=null&&G.renderLauncher){let lt=G.renderLauncher({config:e,defaultRenderer:()=>i1(e,ct).element,onToggle:ct});lt&&(Ke=lt,r.appendChild(Ke))}Ke||(Ge=i1(e,ct),r.appendChild(Ge.element))}Ge&&Ge.update(e),pt&&((IL=e.launcher)==null?void 0:IL.title)!==void 0&&(pt.textContent=e.launcher.title),xt&&((DL=e.launcher)==null?void 0:DL.subtitle)!==void 0&&(xt.textContent=e.launcher.subtitle);let ue=(VL=e.layout)==null?void 0:VL.header;if((ue==null?void 0:ue.layout)!==y&&Ue){let G=ue?vi(e,ue,{showClose:b,onClose:()=>Bt(!1,"user")}):gr({config:e,showClose:b,onClose:()=>Bt(!1,"user")});Ue.replaceWith(G.header),Ue=G.header,he=G.iconHolder,pt=G.headerTitle,xt=G.headerSubtitle,me=G.closeButton,y=ue==null?void 0:ue.layout}else if(ue&&(he&&(he.style.display=ue.showIcon===!1?"none":""),pt&&(pt.style.display=ue.showTitle===!1?"none":""),xt&&(xt.style.display=ue.showSubtitle===!1?"none":""),me&&(me.style.display=ue.showCloseButton===!1?"none":""),K.clearChatButtonWrapper)){let G=ue.showClearChat;if(G!==void 0){K.clearChatButtonWrapper.style.display=G?"":"none";let{closeButtonWrapper:lt}=K;lt&&!lt.classList.contains("persona-absolute")&&(G?lt.classList.remove("persona-ml-auto"):lt.classList.add("persona-ml-auto"))}}let Le=((FL=e.layout)==null?void 0:FL.showHeader)!==!1;Ue&&(Ue.style.display=Le?"":"none");let ze=((WL=e.layout)==null?void 0:WL.showFooter)!==!1;Ye&&(Ye.style.display=ze?"":"none"),b!==m?b?Bt(v,"auto"):(C=!0,Ir()):v!==H&&Bt(v,"auto"),H=v,m=b,$t(),je();let We=JSON.stringify(p.toolCall)!==JSON.stringify(x),Oe=JSON.stringify(e.messageActions)!==JSON.stringify(S),fe=JSON.stringify((OL=e.layout)==null?void 0:OL.messages)!==JSON.stringify(B),_e=((NL=e.loadingIndicator)==null?void 0:NL.render)!==(W==null?void 0:W.render)||((zL=e.loadingIndicator)==null?void 0:zL.renderIdle)!==(W==null?void 0:W.renderIdle)||((_L=e.loadingIndicator)==null?void 0:_L.showBubble)!==(W==null?void 0:W.showBubble),ut=e.iterationDisplay!==F;(We||Oe||fe||_e||ut)&&E&&(Ht++,Br(Ee,E.getMessages(),D));let xe=(qL=e.launcher)!=null?qL:{},Jt=(UL=xe.headerIconHidden)!=null?UL:!1,Ct=(jL=($L=e.layout)==null?void 0:$L.header)==null?void 0:jL.showIcon,Sa=Jt||Ct===!1,ca=xe.headerIconName,ga=(GL=xe.headerIconSize)!=null?GL:"48px";if(he){let G=oe.querySelector(".persona-border-b-persona-divider"),lt=G==null?void 0:G.querySelector(".persona-flex-col");if(Sa)he.style.display="none",G&&lt&&!G.contains(lt)&&G.insertBefore(lt,G.firstChild);else{if(he.style.display="",he.style.height=ga,he.style.width=ga,G&&lt&&(G.contains(he)?he.nextSibling!==lt&&(he.remove(),G.insertBefore(he,lt)):G.insertBefore(he,lt)),ca){let Ze=parseFloat(ga)||24,ht=ye(ca,Ze*.6,"#ffffff",2);ht?he.replaceChildren(ht):he.textContent=(ZL=xe.agentIconText)!=null?ZL:"\u{1F4AC}"}else if(xe.iconUrl){let Ze=he.querySelector("img");if(Ze)Ze.src=xe.iconUrl,Ze.style.height=ga,Ze.style.width=ga;else{let ht=document.createElement("img");ht.src=xe.iconUrl,ht.alt="",ht.className="persona-rounded-xl persona-object-cover",ht.style.height=ga,ht.style.width=ga,he.replaceChildren(ht)}}else{let Ze=he.querySelector("svg"),ht=he.querySelector("img");(Ze||ht)&&he.replaceChildren(),he.textContent=(XL=xe.agentIconText)!=null?XL:"\u{1F4AC}"}let It=he.querySelector("img");It&&(It.style.height=ga,It.style.width=ga)}}let ta=(KL=(JL=e.layout)==null?void 0:JL.header)==null?void 0:KL.showTitle,Oa=(QL=(YL=e.layout)==null?void 0:YL.header)==null?void 0:QL.showSubtitle;if(pt&&(pt.style.display=ta===!1?"none":""),xt&&(xt.style.display=Oa===!1?"none":""),me){((tE=(eE=e.layout)==null?void 0:eE.header)==null?void 0:tE.showCloseButton)===!1?me.style.display="none":me.style.display="";let lt=(aE=xe.closeButtonSize)!=null?aE:"32px",It=(rE=xe.closeButtonPlacement)!=null?rE:"inline";me.style.height=lt,me.style.width=lt;let{closeButtonWrapper:Ze}=K,ht=It==="top-right",Kt=Ze==null?void 0:Ze.classList.contains("persona-absolute");if(Ze&&ht!==Kt)if(Ze.remove(),ht)Ze.className="persona-absolute persona-top-4 persona-right-4 persona-z-50",oe.style.position="relative",oe.appendChild(Ze);else{let it=(sE=(oE=xe.clearChat)==null?void 0:oE.placement)!=null?sE:"inline",aa=(lE=(nE=xe.clearChat)==null?void 0:nE.enabled)!=null?lE:!0;Ze.className=aa&&it==="inline"?"":"persona-ml-auto";let Ta=oe.querySelector(".persona-border-b-persona-divider");Ta&&Ta.appendChild(Ze)}if(me.style.color=xe.closeButtonColor||Xa.actionIconColor,xe.closeButtonBackgroundColor?(me.style.backgroundColor=xe.closeButtonBackgroundColor,me.classList.remove("hover:persona-bg-gray-100")):(me.style.backgroundColor="",me.classList.add("hover:persona-bg-gray-100")),xe.closeButtonBorderWidth||xe.closeButtonBorderColor){let it=xe.closeButtonBorderWidth||"0px",aa=xe.closeButtonBorderColor||"transparent";me.style.border=`${it} solid ${aa}`,me.classList.remove("persona-border-none")}else me.style.border="",me.classList.add("persona-border-none");xe.closeButtonBorderRadius?(me.style.borderRadius=xe.closeButtonBorderRadius,me.classList.remove("persona-rounded-full")):(me.style.borderRadius="",me.classList.add("persona-rounded-full")),xe.closeButtonPaddingX?(me.style.paddingLeft=xe.closeButtonPaddingX,me.style.paddingRight=xe.closeButtonPaddingX):(me.style.paddingLeft="",me.style.paddingRight=""),xe.closeButtonPaddingY?(me.style.paddingTop=xe.closeButtonPaddingY,me.style.paddingBottom=xe.closeButtonPaddingY):(me.style.paddingTop="",me.style.paddingBottom="");let ia=(iE=xe.closeButtonIconName)!=null?iE:"x",Ga=(dE=xe.closeButtonIconText)!=null?dE:"\xD7";me.innerHTML="";let Ma=ye(ia,"20px","currentColor",2);Ma?me.appendChild(Ma):me.textContent=Ga;let zt=(pE=xe.closeButtonTooltipText)!=null?pE:"Close chat",Pa=(cE=xe.closeButtonShowTooltip)!=null?cE:!0;if(me.setAttribute("aria-label",zt),Ze&&(Ze._cleanupTooltip&&(Ze._cleanupTooltip(),delete Ze._cleanupTooltip),Pa&&zt)){let it=null,aa=()=>{if(it||!me)return;let Wr=me.ownerDocument,Ni=Wr.body;if(!Ni)return;it=tr(Wr,"div","persona-clear-chat-tooltip"),it.textContent=zt;let zi=tr(Wr,"div");zi.className="persona-clear-chat-tooltip-arrow",it.appendChild(zi);let Or=me.getBoundingClientRect();it.style.position="fixed",it.style.left=`${Or.left+Or.width/2}px`,it.style.top=`${Or.top-8}px`,it.style.transform="translate(-50%, -100%)",Ni.appendChild(it)},Ta=()=>{it&&it.parentNode&&(it.parentNode.removeChild(it),it=null)};Ze.addEventListener("mouseenter",aa),Ze.addEventListener("mouseleave",Ta),me.addEventListener("focus",aa),me.addEventListener("blur",Ta),Ze._cleanupTooltip=()=>{Ta(),Ze&&(Ze.removeEventListener("mouseenter",aa),Ze.removeEventListener("mouseleave",Ta)),me&&(me.removeEventListener("focus",aa),me.removeEventListener("blur",Ta))}}}let{clearChatButton:ot,clearChatButtonWrapper:Wt}=K;if(ot){let G=(uE=xe.clearChat)!=null?uE:{},lt=(fE=G.enabled)!=null?fE:!0,It=(mE=(hE=e.layout)==null?void 0:hE.header)==null?void 0:mE.showClearChat,Ze=It!==void 0?It:lt,ht=(xE=G.placement)!=null?xE:"inline";if(Wt){Wt.style.display=Ze?"":"none";let{closeButtonWrapper:Kt}=K;Kt&&!Kt.classList.contains("persona-absolute")&&(Ze?Kt.classList.remove("persona-ml-auto"):Kt.classList.add("persona-ml-auto"));let ia=ht==="top-right",Ga=Wt.classList.contains("persona-absolute");if(ia!==Ga&&Ze){if(Wt.remove(),ia)Wt.className="persona-absolute persona-top-4 persona-z-50",Wt.style.right="48px",oe.style.position="relative",oe.appendChild(Wt);else{Wt.className="persona-relative persona-ml-auto persona-clear-chat-button-wrapper",Wt.style.right="";let zt=oe.querySelector(".persona-border-b-persona-divider"),Pa=K.closeButtonWrapper;zt&&Pa&&Pa.parentElement===zt?zt.insertBefore(Wt,Pa):zt&&zt.appendChild(Wt)}let Ma=K.closeButtonWrapper;Ma&&!Ma.classList.contains("persona-absolute")&&(ia?Ma.classList.add("persona-ml-auto"):Ma.classList.remove("persona-ml-auto"))}}if(Ze){let Kt=(gE=G.size)!=null?gE:"32px";ot.style.height=Kt,ot.style.width=Kt;let ia=(ME=G.iconName)!=null?ME:"refresh-cw",Ga=(yE=G.iconColor)!=null?yE:"";ot.style.color=Ga||Xa.actionIconColor,ot.innerHTML="";let Ma=ye(ia,"20px","currentColor",2);if(Ma&&ot.appendChild(Ma),G.backgroundColor?(ot.style.backgroundColor=G.backgroundColor,ot.classList.remove("hover:persona-bg-gray-100")):(ot.style.backgroundColor="",ot.classList.add("hover:persona-bg-gray-100")),G.borderWidth||G.borderColor){let it=G.borderWidth||"0px",aa=G.borderColor||"transparent";ot.style.border=`${it} solid ${aa}`,ot.classList.remove("persona-border-none")}else ot.style.border="",ot.classList.add("persona-border-none");G.borderRadius?(ot.style.borderRadius=G.borderRadius,ot.classList.remove("persona-rounded-full")):(ot.style.borderRadius="",ot.classList.add("persona-rounded-full")),G.paddingX?(ot.style.paddingLeft=G.paddingX,ot.style.paddingRight=G.paddingX):(ot.style.paddingLeft="",ot.style.paddingRight=""),G.paddingY?(ot.style.paddingTop=G.paddingY,ot.style.paddingBottom=G.paddingY):(ot.style.paddingTop="",ot.style.paddingBottom="");let zt=(vE=G.tooltipText)!=null?vE:"Clear chat",Pa=(bE=G.showTooltip)!=null?bE:!0;if(ot.setAttribute("aria-label",zt),Wt&&(Wt._cleanupTooltip&&(Wt._cleanupTooltip(),delete Wt._cleanupTooltip),Pa&&zt)){let it=null,aa=()=>{if(it||!ot)return;let Wr=ot.ownerDocument,Ni=Wr.body;if(!Ni)return;it=tr(Wr,"div","persona-clear-chat-tooltip"),it.textContent=zt;let zi=tr(Wr,"div");zi.className="persona-clear-chat-tooltip-arrow",it.appendChild(zi);let Or=ot.getBoundingClientRect();it.style.position="fixed",it.style.left=`${Or.left+Or.width/2}px`,it.style.top=`${Or.top-8}px`,it.style.transform="translate(-50%, -100%)",Ni.appendChild(it)},Ta=()=>{it&&it.parentNode&&(it.parentNode.removeChild(it),it=null)};Wt.addEventListener("mouseenter",aa),Wt.addEventListener("mouseleave",Ta),ot.addEventListener("focus",aa),ot.addEventListener("blur",Ta),Wt._cleanupTooltip=()=>{Ta(),Wt&&(Wt.removeEventListener("mouseenter",aa),Wt.removeEventListener("mouseleave",Ta)),ot&&(ot.removeEventListener("focus",aa),ot.removeEventListener("blur",Ta))}}}}let T1=e.actionParsers&&e.actionParsers.length?e.actionParsers:[f1],L1=e.actionHandlers&&e.actionHandlers.length?e.actionHandlers:[Yr.message,Yr.messageAndClick];k=h1({parsers:T1,handlers:L1,getSessionMetadata:c,updateSessionMetadata:f,emit:o.emit,documentRef:typeof document!="undefined"?document:null}),D=qP(e,k,U),E.updateConfig(e),Br(Ee,E.getMessages(),D),w.render(e.suggestionChips,E,se,void 0,e.suggestionChipsConfig),Pi(),to(E.isStreaming());let E1=((CE=e.voiceRecognition)==null?void 0:CE.enabled)===!0,H1=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined"),P1=((AE=(wE=e.voiceRecognition)==null?void 0:wE.provider)==null?void 0:AE.type)==="runtype";if(E1&&(H1||P1))if(!R||!X){let G=A1(e.voiceRecognition,e.sendButton);G&&(R=G.micButton,X=G.micButtonWrapper,Yt.insertBefore(X,Je),R.addEventListener("click",Fr),R.disabled=E.isStreaming())}else{let G=(SE=e.voiceRecognition)!=null?SE:{},lt=(kE=e.sendButton)!=null?kE:{},It=(TE=G.iconName)!=null?TE:"mic",Ze=(LE=lt.size)!=null?LE:"40px",ht=(EE=G.iconSize)!=null?EE:Ze,Kt=parseFloat(ht)||24;R.style.width=ht,R.style.height=ht,R.style.minWidth=ht,R.style.minHeight=ht;let ia=(PE=(HE=G.iconColor)!=null?HE:lt.textColor)!=null?PE:"currentColor";R.innerHTML="";let Ga=ye(It,Kt,ia,2);Ga?R.appendChild(Ga):R.textContent="\u{1F3A4}";let Ma=(RE=G.backgroundColor)!=null?RE:lt.backgroundColor;Ma?(R.style.backgroundColor=Ma,R.classList.remove("persona-bg-persona-primary")):(R.style.backgroundColor="",R.classList.add("persona-bg-persona-primary")),ia?(R.style.color=ia,R.classList.remove("persona-text-white")):!ia&&!lt.textColor&&(R.style.color="",R.classList.add("persona-text-white")),G.borderWidth?(R.style.borderWidth=G.borderWidth,R.style.borderStyle="solid"):(R.style.borderWidth="",R.style.borderStyle=""),G.borderColor?R.style.borderColor=G.borderColor:R.style.borderColor="",G.paddingX?(R.style.paddingLeft=G.paddingX,R.style.paddingRight=G.paddingX):(R.style.paddingLeft="",R.style.paddingRight=""),G.paddingY?(R.style.paddingTop=G.paddingY,R.style.paddingBottom=G.paddingY):(R.style.paddingTop="",R.style.paddingBottom="");let zt=X==null?void 0:X.querySelector(".persona-send-button-tooltip"),Pa=(BE=G.tooltipText)!=null?BE:"Start voice recognition";if(((IE=G.showTooltip)!=null?IE:!1)&&Pa)if(zt)zt.textContent=Pa,zt.style.display="";else{let aa=document.createElement("div");aa.className="persona-send-button-tooltip",aa.textContent=Pa,X==null||X.insertBefore(aa,R)}else zt&&(zt.style.display="none");X.style.display="",R.disabled=E.isStreaming()}else R&&X&&(X.style.display="none",((VE=(DE=e.voiceRecognition)==null?void 0:DE.provider)==null?void 0:VE.type)==="runtype"?E.isVoiceActive()&&E.toggleVoice():Ha&&$a());if(((FE=e.attachments)==null?void 0:FE.enabled)===!0)if(!Ne||!le){let G=(WE=e.attachments)!=null?WE:{},It=(NE=((OE=e.sendButton)!=null?OE:{}).size)!=null?NE:"40px";Be||(Be=A("div","persona-attachment-previews persona-flex persona-flex-wrap persona-gap-2 persona-mb-2"),Be.style.display="none",Re.insertBefore(Be,se)),pe||(pe=document.createElement("input"),pe.type="file",pe.accept=((zE=G.allowedTypes)!=null?zE:xr).join(","),pe.multiple=((_E=G.maxFiles)!=null?_E:4)>1,pe.style.display="none",pe.setAttribute("aria-label","Attach files"),Re.insertBefore(pe,se)),Ne=A("div","persona-send-button-wrapper"),le=A("button","persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer persona-attachment-button"),le.type="button",le.setAttribute("aria-label",(qE=G.buttonTooltipText)!=null?qE:"Attach file");let Ze=(UE=G.buttonIconName)!=null?UE:"paperclip",ht=It,Kt=parseFloat(ht)||40,ia=Math.round(Kt*.6);le.style.width=ht,le.style.height=ht,le.style.minWidth=ht,le.style.minHeight=ht,le.style.fontSize="18px",le.style.lineHeight="1",le.style.backgroundColor="transparent",le.style.color="var(--persona-primary, #111827)",le.style.border="none",le.style.borderRadius="6px",le.style.transition="background-color 0.15s ease",le.addEventListener("mouseenter",()=>{le.style.backgroundColor="var(--persona-palette-colors-black-alpha-50, rgba(0, 0, 0, 0.05))"}),le.addEventListener("mouseleave",()=>{le.style.backgroundColor="transparent"});let Ga=ye(Ze,ia,"currentColor",1.5);Ga?le.appendChild(Ga):le.textContent="\u{1F4CE}",le.addEventListener("click",Pa=>{Pa.preventDefault(),pe==null||pe.click()}),Ne.appendChild(le);let Ma=($E=G.buttonTooltipText)!=null?$E:"Attach file",zt=A("div","persona-send-button-tooltip");zt.textContent=Ma,Ne.appendChild(zt),Vt.append(Ne),!Se&&pe&&Be&&(Se=Xr.fromConfig(G),Se.setPreviewsContainer(Be),pe.addEventListener("change",async()=>{Se&&(pe!=null&&pe.files)&&(await Se.handleFileSelect(pe.files),pe.value="")}))}else{Ne.style.display="";let G=(jE=e.attachments)!=null?jE:{};pe&&(pe.accept=((GE=G.allowedTypes)!=null?GE:xr).join(","),pe.multiple=((ZE=G.maxFiles)!=null?ZE:4)>1),Se&&Se.updateConfig({allowedTypes:G.allowedTypes,maxFileSize:G.maxFileSize,maxFiles:G.maxFiles})}else Ne&&(Ne.style.display="none"),Se&&Se.clearAttachments();let Gt=(XE=e.sendButton)!=null?XE:{},R1=(JE=Gt.useIcon)!=null?JE:!1,Vi=(KE=Gt.iconText)!=null?KE:"\u2191",ka=Gt.iconName,Na=(YE=Gt.tooltipText)!=null?YE:"Send message",B1=(QE=Gt.showTooltip)!=null?QE:!1,Fi=(eH=Gt.size)!=null?eH:"40px",I1=Gt.backgroundColor,Qa=Gt.textColor;if(R1){if(ee.style.width=Fi,ee.style.height=Fi,ee.style.minWidth=Fi,ee.style.minHeight=Fi,ee.style.fontSize="18px",ee.style.lineHeight="1",ee.innerHTML="",ka){let G=parseFloat(Fi)||24,lt=Qa&&typeof Qa=="string"&&Qa.trim()?Qa.trim():"currentColor",It=ye(ka,G,lt,2);It?(ee.appendChild(It),ee.style.color=lt):(ee.textContent=Vi,Qa?ee.style.color=Qa:ee.classList.add("persona-text-white"))}else ee.textContent=Vi,Qa?ee.style.color=Qa:ee.classList.add("persona-text-white");ee.className="persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer",I1?(ee.style.backgroundColor=I1,ee.classList.remove("persona-bg-persona-primary")):ee.classList.add("persona-bg-persona-primary")}else ee.textContent=(aH=(tH=e.copy)==null?void 0:tH.sendButtonLabel)!=null?aH:"Send",ee.style.width="",ee.style.height="",ee.style.minWidth="",ee.style.minHeight="",ee.style.fontSize="",ee.style.lineHeight="",ee.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",I1?(ee.style.backgroundColor=I1,ee.classList.remove("persona-bg-persona-accent")):ee.classList.add("persona-bg-persona-accent"),Qa?ee.style.color=Qa:ee.classList.add("persona-text-white");Gt.borderWidth?(ee.style.borderWidth=Gt.borderWidth,ee.style.borderStyle="solid"):(ee.style.borderWidth="",ee.style.borderStyle=""),Gt.borderColor?ee.style.borderColor=Gt.borderColor:ee.style.borderColor="",Gt.paddingX?(ee.style.paddingLeft=Gt.paddingX,ee.style.paddingRight=Gt.paddingX):(ee.style.paddingLeft="",ee.style.paddingRight=""),Gt.paddingY?(ee.style.paddingTop=Gt.paddingY,ee.style.paddingBottom=Gt.paddingY):(ee.style.paddingTop="",ee.style.paddingBottom="");let Wi=Je==null?void 0:Je.querySelector(".persona-send-button-tooltip");if(B1&&Na)if(Wi)Wi.textContent=Na,Wi.style.display="";else{let G=document.createElement("div");G.className="persona-send-button-tooltip",G.textContent=Na,Je==null||Je.insertBefore(G,ee)}else Wi&&(Wi.style.display="none");let Oi=(rH=e.statusIndicator)!=null?rH:{},CR=(oH=Oi.visible)!=null?oH:!0;if(mt.style.display=CR?"":"none",E){let G=E.getStatus(),lt=It=>{var Ze,ht,Kt,ia;return It==="idle"?(Ze=Oi.idleText)!=null?Ze:ua.idle:It==="connecting"?(ht=Oi.connectingText)!=null?ht:ua.connecting:It==="connected"?(Kt=Oi.connectedText)!=null?Kt:ua.connected:It==="error"?(ia=Oi.errorText)!=null?ia:ua.error:ua[It]};mt.textContent=lt(G)}},open(){b&&Bt(!0,"api")},close(){b&&Bt(!1,"api")},toggle(){b&&Bt(!C,"api")},clearChat(){oa=!1,E.clearMessages(),Rt.clear();try{localStorage.removeItem(Ti),e.debug&&console.log(`[AgentWidget] Cleared default localStorage key: ${Ti}`)}catch(x){console.error("[AgentWidget] Failed to clear default localStorage:",x)}if(e.clearChatHistoryStorageKey&&e.clearChatHistoryStorageKey!==Ti)try{localStorage.removeItem(e.clearChatHistoryStorageKey),e.debug&&console.log(`[AgentWidget] Cleared custom localStorage key: ${e.clearChatHistoryStorageKey}`)}catch(x){console.error("[AgentWidget] Failed to clear custom localStorage:",x)}let p=new CustomEvent("persona:clear-chat",{detail:{timestamp:new Date().toISOString()}});if(window.dispatchEvent(p),n!=null&&n.clear)try{let x=n.clear();x instanceof Promise&&x.catch(S=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",S)})}catch(x){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",x)}l={},k.syncFromMetadata(),$==null||$.clear(),Y==null||Y.update()},setMessage(p){return!se||E.isStreaming()?!1:(!C&&b&&Bt(!0,"system"),se.value=p,se.dispatchEvent(new Event("input",{bubbles:!0})),!0)},submitMessage(p){if(E.isStreaming())return!1;let x=(p==null?void 0:p.trim())||se.value.trim();return x?(!C&&b&&Bt(!0,"system"),se.value="",se.style.height="auto",E.sendMessage(x),!0):!1},startVoiceRecognition(){var x,S;return E.isStreaming()?!1:((S=(x=e.voiceRecognition)==null?void 0:x.provider)==null?void 0:S.type)==="runtype"?(E.isVoiceActive()||(!C&&b&&Bt(!0,"system"),at.manuallyDeactivated=!1,wa(),E.toggleVoice().then(()=>{at.active=E.isVoiceActive(),Fa("user"),E.isVoiceActive()&&vr()})),!0):Ha?!0:Di()?(!C&&b&&Bt(!0,"system"),at.manuallyDeactivated=!1,wa(),Dr("user"),!0):!1},stopVoiceRecognition(){var p,x;return((x=(p=e.voiceRecognition)==null?void 0:p.provider)==null?void 0:x.type)==="runtype"?E.isVoiceActive()?(E.toggleVoice().then(()=>{at.active=!1,at.manuallyDeactivated=!0,wa(),Fa("user"),ja()}),!0):!1:Ha?(at.manuallyDeactivated=!0,wa(),$a("user"),!0):!1},injectMessage(p){return!C&&b&&Bt(!0,"system"),E.injectMessage(p)},injectAssistantMessage(p){!C&&b&&Bt(!0,"system");let x=E.injectAssistantMessage(p);return I&&(I=!1,z&&(clearTimeout(z),z=null),setTimeout(()=>{E&&!E.isStreaming()&&E.continueConversation()},100)),x},injectUserMessage(p){return!C&&b&&Bt(!0,"system"),E.injectUserMessage(p)},injectSystemMessage(p){return!C&&b&&Bt(!0,"system"),E.injectSystemMessage(p)},injectMessageBatch(p){return!C&&b&&Bt(!0,"system"),E.injectMessageBatch(p)},injectTestMessage(p){!C&&b&&Bt(!0,"system"),E.injectTestEvent(p)},async connectStream(p,x){return E.connectStream(p,x)},__pushEventStreamEvent(p){$&&$.push({id:`evt-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,type:p.type,timestamp:Date.now(),payload:JSON.stringify(p.payload)})},showEventStream(){!ae||!$||Qe()},hideEventStream(){re&&et()},isEventStreamVisible(){return re},showArtifacts(){qa(e)&&(oa=!1,La(),tt==null||tt.setMobileOpen(!0))},hideArtifacts(){qa(e)&&(oa=!0,La())},upsertArtifact(p){return qa(e)?(oa=!1,E.upsertArtifact(p)):null},selectArtifact(p){qa(e)&&E.selectArtifact(p)},clearArtifacts(){qa(e)&&E.clearArtifacts()},focusInput(){return b&&!C||!se?!1:(se.focus(),!0)},async resolveApproval(p,x){let B=E.getMessages().find(V=>{var W;return V.variant==="approval"&&((W=V.approval)==null?void 0:W.id)===p});if(!(B!=null&&B.approval))throw new Error(`Approval not found: ${p}`);return E.resolveApproval(B.approval,x)},getMessages(){return E.getMessages()},getStatus(){return E.getStatus()},getPersistentMetadata(){return{...l}},updatePersistentMetadata(p){f(p)},on(p,x){return o.on(p,x)},off(p,x){o.off(p,x)},isOpen(){return b&&C},isVoiceActive(){return at.active},getState(){return{open:b&&C,launcherEnabled:b,voiceActive:at.active,streaming:E.isStreaming()}},showCSATFeedback(p){!C&&b&&Bt(!0,"system");let x=Ee.querySelector(".persona-feedback-container");x&&x.remove();let S=Tk({onSubmit:async(B,V)=>{var W;E.isClientTokenMode()&&await E.submitCSATFeedback(B,V),(W=p==null?void 0:p.onSubmit)==null||W.call(p,B,V)},onDismiss:p==null?void 0:p.onDismiss,...p});Ee.appendChild(S),S.scrollIntoView({behavior:"smooth",block:"end"})},showNPSFeedback(p){!C&&b&&Bt(!0,"system");let x=Ee.querySelector(".persona-feedback-container");x&&x.remove();let S=Lk({onSubmit:async(B,V)=>{var W;E.isClientTokenMode()&&await E.submitNPSFeedback(B,V),(W=p==null?void 0:p.onSubmit)==null||W.call(p,B,V)},onDismiss:p==null?void 0:p.onDismiss,...p});Ee.appendChild(S),S.scrollIntoView({behavior:"smooth",block:"end"})},async submitCSATFeedback(p,x){return E.submitCSATFeedback(p,x)},async submitNPSFeedback(p,x){return E.submitNPSFeedback(p,x)},destroy(){Et.forEach(p=>p()),be.remove(),Ge==null||Ge.destroy(),Ke==null||Ke.remove(),j&&me.removeEventListener("click",j)}};if((((uL=t==null?void 0:t.debugTools)!=null?uL:!1)||!!e.debug)&&typeof window!="undefined"){let p=window.AgentWidgetBrowser,x={controller:P,getMessages:P.getMessages,getStatus:P.getStatus,getMetadata:P.getPersistentMetadata,updateMetadata:P.updatePersistentMetadata,clearHistory:()=>P.clearChat(),setVoiceActive:S=>S?P.startVoiceRecognition():P.stopVoiceRecognition()};window.AgentWidgetBrowser=x,Et.push(()=>{window.AgentWidgetBrowser===x&&(window.AgentWidgetBrowser=p)})}if(typeof window!="undefined"){let p=r.getAttribute("data-persona-instance")||r.id||"persona-"+Math.random().toString(36).slice(2,8),x=Z=>{let _=Z.detail;(!(_!=null&&_.instanceId)||_.instanceId===p)&&P.focusInput()};if(window.addEventListener("persona:focusInput",x),Et.push(()=>{window.removeEventListener("persona:focusInput",x)}),ae){let Z=ue=>{let ve=ue.detail;(!(ve!=null&&ve.instanceId)||ve.instanceId===p)&&P.showEventStream()},_=ue=>{let ve=ue.detail;(!(ve!=null&&ve.instanceId)||ve.instanceId===p)&&P.hideEventStream()};window.addEventListener("persona:showEventStream",Z),window.addEventListener("persona:hideEventStream",_),Et.push(()=>{window.removeEventListener("persona:showEventStream",Z),window.removeEventListener("persona:hideEventStream",_)})}let S=Z=>{let _=Z.detail;(!(_!=null&&_.instanceId)||_.instanceId===p)&&P.showArtifacts()},B=Z=>{let _=Z.detail;(!(_!=null&&_.instanceId)||_.instanceId===p)&&P.hideArtifacts()},V=Z=>{let _=Z.detail;_!=null&&_.instanceId&&_.instanceId!==p||_!=null&&_.artifact&&P.upsertArtifact(_.artifact)},W=Z=>{let _=Z.detail;_!=null&&_.instanceId&&_.instanceId!==p||typeof(_==null?void 0:_.id)=="string"&&P.selectArtifact(_.id)},F=Z=>{let _=Z.detail;(!(_!=null&&_.instanceId)||_.instanceId===p)&&P.clearArtifacts()};window.addEventListener("persona:showArtifacts",S),window.addEventListener("persona:hideArtifacts",B),window.addEventListener("persona:upsertArtifact",V),window.addEventListener("persona:selectArtifact",W),window.addEventListener("persona:clearArtifacts",F),Et.push(()=>{window.removeEventListener("persona:showArtifacts",S),window.removeEventListener("persona:hideArtifacts",B),window.removeEventListener("persona:upsertArtifact",V),window.removeEventListener("persona:selectArtifact",W),window.removeEventListener("persona:clearArtifacts",F)})}let ie=_I(e.persistState);if(ie&&b){let p=qI(ie.storage),x=`${ie.keyPrefix}widget-open`,S=`${ie.keyPrefix}widget-voice`,B=`${ie.keyPrefix}widget-voice-mode`;if(p){let V=((fL=ie.persist)==null?void 0:fL.openState)&&p.getItem(x)==="true",W=((hL=ie.persist)==null?void 0:hL.voiceState)&&p.getItem(S)==="true",F=((mL=ie.persist)==null?void 0:mL.voiceState)&&p.getItem(B)==="true";if(V&&setTimeout(()=>{P.open(),setTimeout(()=>{var Z;if(W||F)P.startVoiceRecognition();else if((Z=ie.persist)!=null&&Z.focusInput){let _=r.querySelector("textarea");_&&_.focus()}},100)},0),(xL=ie.persist)!=null&&xL.openState&&(o.on("widget:opened",()=>{p.setItem(x,"true")}),o.on("widget:closed",()=>{p.setItem(x,"false")})),(gL=ie.persist)!=null&&gL.voiceState&&(o.on("voice:state",Z=>{p.setItem(S,Z.active?"true":"false")}),o.on("user:message",Z=>{p.setItem(B,Z.viaVoice?"true":"false")})),ie.clearOnChatClear){let Z=()=>{p.removeItem(x),p.removeItem(S),p.removeItem(B)},_=()=>Z();window.addEventListener("persona:clear-chat",_),Et.push(()=>{window.removeEventListener("persona:clear-chat",_)})}}}return i&&b&&setTimeout(()=>{P.open()},0),P};var UI=(r,a)=>{let t=r.trim(),e=/^(\d+(?:\.\d+)?)px$/i.exec(t);if(e)return Math.max(0,parseFloat(e[1]));let s=/^(\d+(?:\.\d+)?)%$/i.exec(t);return s?Math.max(0,a*parseFloat(s[1])/100):420},UP=(r,a)=>{var e,s;let t=(s=(e=a==null?void 0:a.launcher)==null?void 0:e.enabled)!=null?s:!0;r.className="persona-host",r.style.height=t?"":"100%",r.style.display=t?"":"flex",r.style.flexDirection=t?"":"column",r.style.flex=t?"":"1 1 auto",r.style.minHeight=t?"":"0"},IT=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=""},$P=r=>{r.style.inset="",r.style.width="",r.style.height="",r.style.maxWidth="",r.style.minWidth="",IT(r)},PT=r=>{r.style.transition=""},RT=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=""},BT=r=>{r.style.width="",r.style.maxWidth="",r.style.minWidth="",r.style.flex="1 1 auto"},Hk=(r,a)=>{r.style.width="",r.style.minWidth="",r.style.maxWidth="",r.style.boxSizing="",a.style.alignItems=""},$I=(r,a,t,e,s)=>{s?t.parentElement!==a&&(r.replaceChildren(),a.replaceChildren(t,e),r.appendChild(a)):t.parentElement===a&&(a.replaceChildren(),r.appendChild(t),r.appendChild(e))},jI=(r,a,t,e,s,o)=>{let n=o?a:r;s==="left"?n.firstElementChild!==e&&n.replaceChildren(e,t):n.lastElementChild!==e&&n.replaceChildren(t,e)},jP=(r,a,t,e,s,o,n)=>{var g,k,b,v;let l=_a(o),d=l.reveal==="push";$I(r,a,t,e,d),jI(r,a,t,e,l.side,d),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",t.style.display="flex",t.style.flexDirection="column",t.style.minHeight="0",t.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,u=(k=(g=o==null?void 0:o.launcher)==null?void 0:g.mobileFullscreen)!=null?k:!0,c=(v=(b=o==null?void 0:o.launcher)==null?void 0:b.mobileBreakpoint)!=null?v:640,f=i!=null?i.innerWidth<=c:!1;if(u&&f&&n){r.dataset.personaDockMobileFullscreen="true",r.removeAttribute("data-persona-dock-reveal"),RT(a),PT(e),$P(e),BT(t),Hk(s,e),r.style.display="flex",r.style.flexDirection="column",r.style.alignItems="stretch",r.style.overflow="hidden",t.style.flex="1 1 auto",t.style.width="100%",t.style.minWidth="0",e.style.display="flex",e.style.flexDirection="column",e.style.position="fixed",e.style.inset="0",e.style.width="100%",e.style.height="100%",e.style.maxWidth="100%",e.style.minWidth="0",e.style.minHeight="0",e.style.overflow="hidden",e.style.zIndex="9999",e.style.transform="none",e.style.transition="none",e.style.pointerEvents="auto",e.style.flex="none",d&&(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",t.style.flex="1 1 auto",t.style.width="100%",t.style.maxWidth="100%",t.style.minWidth="0");return}if(r.removeAttribute("data-persona-dock-mobile-fullscreen"),$P(e),l.reveal==="overlay"){r.style.display="flex",r.style.flexDirection="row",r.style.alignItems="stretch",r.style.overflow="hidden",r.dataset.personaDockReveal="overlay",RT(a),PT(e),BT(t),Hk(s,e);let M=l.animate?"transform 180ms ease":"none",H=l.side==="right"?"translateX(100%)":"translateX(-100%)",m=n?"translateX(0)":H;e.style.display="flex",e.style.flexDirection="column",e.style.flex="none",e.style.position="absolute",e.style.top="0",e.style.bottom="0",e.style.width=l.width,e.style.maxWidth=l.width,e.style.minWidth=l.width,e.style.minHeight="0",e.style.overflow="hidden",e.style.transition=M,e.style.transform=m,e.style.pointerEvents=n?"auto":"none",e.style.zIndex="2",l.side==="right"?(e.style.right="0",e.style.left=""):(e.style.left="0",e.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",PT(e),IT(e),Hk(s,e);let M=UI(l.width,r.clientWidth),H=Math.max(0,r.clientWidth),m=l.animate?"transform 180ms ease":"none",y=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=`${H+M}px`,a.style.transition=m,a.style.transform=y,t.style.flex="0 0 auto",t.style.flexGrow="0",t.style.flexShrink="0",t.style.width=`${H}px`,t.style.maxWidth=`${H}px`,t.style.minWidth=`${H}px`,e.style.display="flex",e.style.flexDirection="column",e.style.flex="0 0 auto",e.style.flexShrink="0",e.style.width=l.width,e.style.minWidth=l.width,e.style.maxWidth=l.width,e.style.position="relative",e.style.overflow="hidden",e.style.transition="none",e.style.pointerEvents=n?"auto":"none"}else{r.style.display="flex",r.style.flexDirection="row",r.style.alignItems="stretch",r.style.overflow="",RT(a),IT(e),BT(t),Hk(s,e);let M=l.reveal==="emerge";M?r.dataset.personaDockReveal="emerge":r.removeAttribute("data-persona-dock-reveal");let H=n?l.width:"0px",m=l.animate?"width 180ms ease, min-width 180ms ease, max-width 180ms ease, flex-basis 180ms ease":"none",y=!n;e.style.display="flex",e.style.flexDirection="column",e.style.flex=`0 0 ${H}`,e.style.width=H,e.style.maxWidth=H,e.style.minWidth=H,e.style.minHeight="0",e.style.position="relative",e.style.overflow=M||y?"hidden":"visible",e.style.transition=m,M&&(e.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")}},GI=(r,a)=>{let t=r.ownerDocument.createElement("div");return UP(t,a),r.appendChild(t),{mode:"direct",host:t,shell:null,syncWidgetState:()=>{},updateConfig(e){UP(t,e)},destroy(){t.remove()}}},ZI=(r,a)=>{var M,H,m,y;let{ownerDocument:t}=r,e=r.parentElement;if(!e)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=t.createElement("div"),l=t.createElement("div"),d=t.createElement("div"),i=t.createElement("aside"),u=t.createElement("div"),c=(H=(M=a==null?void 0:a.launcher)==null?void 0:M.enabled)==null||H?(y=(m=a==null?void 0:a.launcher)==null?void 0:m.autoExpand)!=null?y:!1:!0;l.dataset.personaDockRole="push-track",d.dataset.personaDockRole="content",i.dataset.personaDockRole="panel",u.dataset.personaDockRole="host",i.appendChild(u),e.insertBefore(n,r),d.appendChild(r);let f=null,h=()=>{f==null||f.disconnect(),f=null},g=()=>{h(),_a(a).reveal==="push"&&typeof ResizeObserver!="undefined"&&(f=new ResizeObserver(()=>{jP(n,l,d,i,u,a,c)}),f.observe(n))},k=()=>{jP(n,l,d,i,u,a,c),g()},b=n.ownerDocument.defaultView,v=()=>{k()};return b==null||b.addEventListener("resize",v),_a(a).reveal==="push"?(l.appendChild(d),l.appendChild(i),n.appendChild(l)):(n.appendChild(d),n.appendChild(i)),k(),{mode:"docked",host:u,shell:n,syncWidgetState(L){let C=L.launcherEnabled?L.open:!0;c!==C&&(c=C,k())},updateConfig(L){var C,I;a=L,((I=(C=a==null?void 0:a.launcher)==null?void 0:C.enabled)!=null?I:!0)===!1&&(c=!0),k()},destroy(){b==null||b.removeEventListener("resize",v),h(),e.isConnected&&(o&&o.parentNode===e?e.insertBefore(r,o):e.appendChild(r)),n.remove()}}},m1=(r,a)=>sa(a)?ZI(r,a):GI(r,a);var DT={},XI=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},JI=()=>{try{if(typeof DT!="undefined"&&DT.url)return new URL("../widget.css",DT.url).href}catch{}return null},GP=(r,a)=>{let t=JI(),e=()=>{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(t){let s=a.createElement("link");s.rel="stylesheet",s.href=t,s.setAttribute("data-persona","true"),r.insertBefore(s,r.firstChild)}else e();else if(!a.head.querySelector("link[data-persona]")&&t){let o=a.createElement("link");o.rel="stylesheet",o.href=t,o.setAttribute("data-persona","true"),a.head.appendChild(o)}},VT=r=>{var b;let a=XI(r.target),t=r.useShadowDom===!0,e=a.ownerDocument,s=r.config,o=m1(a,s),n,l=[],d=(v,M)=>{var L,C;let m=!((C=(L=M==null?void 0:M.launcher)==null?void 0:L.enabled)!=null?C:!0)||sa(M),y=e.createElement("div");if(y.setAttribute("data-persona-root","true"),m&&(y.style.height="100%",y.style.display="flex",y.style.flexDirection="column",y.style.flex="1",y.style.minHeight="0"),t){let I=v.attachShadow({mode:"open"});I.appendChild(y),GP(I,e)}else v.appendChild(y),GP(v,e);return a.id&&y.setAttribute("data-persona-instance",a.id),y},i=()=>{o.syncWidgetState(n.getState())},u=()=>{l.forEach(v=>v()),l=[n.on("widget:opened",i),n.on("widget:closed",i)],i()},c=()=>{let v=d(o.host,s);n=Ek(v,s,{debugTools:r.debugTools}),u()},f=()=>{l.forEach(v=>v()),l=[],n.destroy()};c(),(b=r.onReady)==null||b.call(r);let h=v=>{f(),o.destroy(),o=m1(a,v),s=v,c()},g={update(v){var y,L,C,I,z,U;let M={...s,...v,launcher:{...(y=s==null?void 0:s.launcher)!=null?y:{},...(L=v==null?void 0:v.launcher)!=null?L:{},dock:{...(I=(C=s==null?void 0:s.launcher)==null?void 0:C.dock)!=null?I:{},...(U=(z=v==null?void 0:v.launcher)==null?void 0:z.dock)!=null?U:{}}}},H=sa(s),m=sa(M);if(H!==m){h(M);return}s=M,o.updateConfig(s),n.update(v),i()},destroy(){f(),o.destroy(),r.windowKey&&typeof window!="undefined"&&delete window[r.windowKey]}},k=new Proxy(g,{get(v,M,H){if(M==="host")return o.host;if(M in v)return Reflect.get(v,M,H);let m=n[M];return typeof m=="function"?m.bind(n):m}});return r.windowKey&&typeof window!="undefined"&&(window[r.windowKey]=k),k};var YP=new Set(["script","style","noscript","svg","path","meta","link","br","hr"]),KI=new Set(["button","a","input","select","textarea","details","summary"]),YI=new Set(["button","link","menuitem","tab","option","switch","checkbox","radio","combobox","listbox","slider","spinbutton","textbox"]),FT=/\b(product|card|item|listing|result)\b/i,OT=/\$[\d,]+(?:\.\d{2})?|€[\d,]+(?:\.\d{2})?|£[\d,]+(?:\.\d{2})?|USD\s*[\d,]+(?:\.\d{2})?/i,QI=3e3,eD=100;function QP(r){let a=typeof r.className=="string"?r.className:"";if(FT.test(a)||r.id&&FT.test(r.id))return!0;for(let t=0;t<r.attributes.length;t++){let e=r.attributes[t];if(e.name.startsWith("data-")&&FT.test(e.value))return!0}return!1}function eR(r){var a;return OT.test(((a=r.textContent)!=null?a:"").trim())}function tR(r){var t;let a=r.querySelectorAll("a[href]");for(let e=0;e<a.length;e++){let s=(t=a[e].getAttribute("href"))!=null?t:"";if(s&&s!=="#"&&!s.toLowerCase().startsWith("javascript:"))return!0}return!1}function tD(r){return!!r.querySelector('button, [role="button"], input[type="submit"], input[type="button"]')}function ZP(r){let a=r.match(OT);return a?a[0]:null}function XP(r){var e,s,o;let a=(e=r.querySelector(".product-title a, h1 a, h2 a, h3 a, h4 a, .title a, a[href]"))!=null?e: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 t=r.querySelector("h1, h2, h3, h4, h5, h6");return(o=t==null?void 0:t.textContent)!=null&&o.trim()?{title:t.textContent.trim(),href:null}:{title:"",href:null}}function aD(r){let a=[],t=e=>{let s=e.trim();s&&!a.includes(s)&&a.push(s)};return r.querySelectorAll("button").forEach(e=>{var s;return t((s=e.textContent)!=null?s:"")}),r.querySelectorAll('[role="button"]').forEach(e=>{var s;return t((s=e.textContent)!=null?s:"")}),r.querySelectorAll('input[type="submit"], input[type="button"]').forEach(e=>{var s;t((s=e.value)!=null?s:"")}),a.slice(0,6)}var rD="commerce-card",oD="result-card";function JP(r){return!QP(r)||!eR(r)||!tR(r)&&!tD(r)?0:5200}function KP(r){var e;return!QP(r)||eR(r)||!tR(r)||((e=r.textContent)!=null?e:"").trim().length<20||!(!!r.querySelector("h1, h2, h3, h4, h5, h6, .title")||!!r.querySelector(".snippet, .description, p"))?0:2800}var NT=[{id:rD,scoreElement(r){return JP(r)},shouldSuppressDescendant(r,a,t){if(a===r||!r.contains(a))return!1;if(t.interactivity==="static"){let e=t.text.trim();return!!(e.length===0||OT.test(e)&&e.length<32)}return!0},formatSummary(r,a){var d,i,u;if(JP(r)===0)return null;let{title:t,href:e}=XP(r),s=(u=(i=ZP(((d=r.textContent)!=null?d:"").trim()))!=null?i:ZP(a.text))!=null?u:"",o=aD(r);return[e&&t?`[${t}](${e})${s?` \u2014 ${s}`:""}`:t?`${t}${s?` \u2014 ${s}`:""}`:s||a.text.trim().slice(0,120),`selector: ${a.selector}`,o.length?`actions: ${o.join(", ")}`:""].filter(Boolean).join(`
145
+ `}if(!B&&!p){let ka="max-height: -moz-available !important; max-height: stretch !important;",Na=x?"":"padding-top: 1.25em !important;";we.style.cssText+=ka+Na}};Ya(),Er(r,e),yk(r,e),vk(r,e);let Et=[];na&&Et.push(()=>{na==null||na.disconnect(),na=null}),Et.push(()=>{ha==null||ha(),ha=null,ir(),dt&&(dt.remove(),dt=null),tt==null||tt.element.style.removeProperty("width"),tt==null||tt.element.style.removeProperty("maxWidth")}),ae&&Et.push(()=>{yt!==null&&(cancelAnimationFrame(yt),yt=null),K==null||K.destroy(),K=null,j==null||j.destroy(),j=null,ee=null});let Da=null,Me=()=>{Da&&(Da(),Da=null),e.colorScheme==="auto"&&(Da=mk(()=>{Er(r,e)}))};Me(),Et.push(()=>{Da&&(Da(),Da=null)});let w=kP(qe),$=null,E,ft=!1,Rt=mP(),Ht=0,Ft=!0,la=0,Va=0,Ea=null,Tt=!1,dr=0,pr=!1,x1=125,g1=2e3,M1=5,Li=50,eo=new Map,at={active:!1,manuallyDeactivated:!1,lastUserMessageWasVoice:!1,lastUserMessageId:null},Ei=(iL=(lL=e.voiceRecognition)==null?void 0:lL.autoResume)!=null?iL:!1,Fa=p=>{o.emit("voice:state",{active:at.active,source:p,timestamp:Date.now()})},wa=()=>{f(p=>({...p,voiceState:{active:at.active,timestamp:Date.now(),manuallyDeactivated:at.manuallyDeactivated}}))},y1=()=>{var B,V;if(((B=e.voiceRecognition)==null?void 0:B.enabled)===!1)return;let p=HT(l.voiceState),x=!!p.active,S=Number((V=p.timestamp)!=null?V:0);at.manuallyDeactivated=!!p.manuallyDeactivated,x&&Date.now()-S<OI&&setTimeout(()=>{var W,F;at.active||(at.manuallyDeactivated=!1,((F=(W=e.voiceRecognition)==null?void 0:W.provider)==null?void 0:F.type)==="runtype"?E.toggleVoice().then(()=>{at.active=E.isVoiceActive(),Fa("restore"),E.isVoiceActive()&&vr()}):Dr("restore"))},1e3)},v1=()=>E?_P(E.getMessages()).filter(p=>!p.__skipPersist):[];function Hi(p){if(!(n!=null&&n.save))return;let S={messages:p?_P(p):E?v1():[],metadata:l};try{let B=n.save(S);B instanceof Promise&&B.catch(V=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",V)})}catch(B){typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",B)}}let Rr=(p=!1)=>{if(!Ft)return;let x=Date.now();Tt&&x<dr&&!p||(Tt&&x>=dr&&(Tt=!1),!(!p&&!ft)&&(x-Va<x1||(Va=x,Ea&&cancelAnimationFrame(Ea),Ea=requestAnimationFrame(()=>{Tt||!Ft||(pr=!0,de.scrollTop=de.scrollHeight,la=de.scrollTop,requestAnimationFrame(()=>{pr=!1}),Ea=null)}))))},cr=null,b1=()=>we.querySelector("#persona-scroll-container")||de,C1=(p,x=500)=>{let S=p.scrollTop,B=p.clientHeight,V=p.scrollHeight,W=V-S;if(S+B>=V-2||Math.abs(W)<5)return;cr!==null&&(cancelAnimationFrame(cr),cr=null);let Z=performance.now(),_=Ce=>1-Math.pow(1-Ce,3),ue=Ce=>{let Te=p.scrollHeight;Te!==V&&(V=Te,W=V-S);let ze=Ce-Z,Ie=Math.min(ze/x,1),O=_(Ie),We=S+W*O;p.scrollTop=We,Ie<1?cr=requestAnimationFrame(ue):(p.scrollTop=p.scrollHeight,cr=null)};cr=requestAnimationFrame(ue)},w1=p=>{let x=new Map;p.forEach(S=>{let B=eo.get(S.id);x.set(S.id,{streaming:S.streaming,role:S.role}),!B&&S.role==="assistant"&&o.emit("assistant:message",S),S.role==="assistant"&&(B!=null&&B.streaming)&&S.streaming===!1&&o.emit("assistant:complete",S),S.variant==="approval"&&S.approval&&(B?S.approval.status!=="pending"&&o.emit("approval:resolved",{approval:S.approval,decision:S.approval.status}):o.emit("approval:requested",{approval:S.approval,message:S}))}),eo.clear(),x.forEach((S,B)=>{eo.set(B,S)})},Br=(p,x,S)=>{var Ce,Te,ze,Ie;let B=document.createElement("div"),W=(()=>{var We;let O=s.find(Oe=>Oe.renderLoadingIndicator);if(O!=null&&O.renderLoadingIndicator)return O.renderLoadingIndicator;if((We=e.loadingIndicator)!=null&&We.render)return e.loadingIndicator.render})(),F=new Set;x.forEach(O=>{var ge,Jt;F.add(O.id);let We=hP(O,Ht),Oe=xP(Rt,O.id,We);if(Oe){B.appendChild(Oe.cloneNode(!0));return}let he=null,_e=s.find(Ct=>!!(O.variant==="reasoning"&&Ct.renderReasoning||O.variant==="tool"&&Ct.renderToolCall||O.variant==="approval"&&Ct.renderApproval||!O.variant&&Ct.renderMessage)),ut=(ge=e.layout)==null?void 0:ge.messages;if(_e)if(O.variant==="reasoning"&&O.reasoning&&_e.renderReasoning){if(!J)return;he=_e.renderReasoning({message:O,defaultRenderer:()=>CT(O),config:e})}else if(O.variant==="tool"&&O.toolCall&&_e.renderToolCall){if(!Ae)return;he=_e.renderToolCall({message:O,defaultRenderer:()=>wT(O,e),config:e})}else if(O.variant==="approval"&&O.approval&&_e.renderApproval){if(e.approval===!1)return;he=_e.renderApproval({message:O,defaultRenderer:()=>AT(O,e),config:e})}else _e.renderMessage&&(he=_e.renderMessage({message:O,defaultRenderer:()=>{let Ct=Ci(O,S,ut,e.messageActions,vt,{loadingIndicatorRenderer:W,widgetConfig:e});return O.role!=="user"&&TT(Ct,O,e,E),Ct},config:e}));if(!he&&O.role==="assistant"&&!O.variant&&e.enableComponentStreaming!==!1&&Sk(O)){let Sa=kk(O);if(Sa){let ca=Ak(Sa,{config:e,message:O,transform:S});if(ca)if(e.wrapComponentDirectiveInBubble!==!1){let ta=document.createElement("div");if(ta.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(" "),ta.id=`bubble-${O.id}`,ta.setAttribute("data-message-id",O.id),O.content&&O.content.trim()){let Oa=document.createElement("div");Oa.className="persona-mb-3 persona-text-sm persona-leading-relaxed",Oa.innerHTML=S({text:O.content,message:O,streaming:!!O.streaming,raw:O.rawContent}),ta.appendChild(Oa)}ta.appendChild(ca),he=ta}else{let ta=document.createElement("div");if(ta.className="persona-flex persona-flex-col persona-w-full persona-max-w-full persona-gap-3 persona-items-stretch",ta.id=`bubble-${O.id}`,ta.setAttribute("data-message-id",O.id),ta.setAttribute("data-persona-component-directive","true"),O.content&&O.content.trim()){let Oa=document.createElement("div");Oa.className="persona-text-sm persona-leading-relaxed persona-text-persona-primary persona-w-full",Oa.innerHTML=S({text:O.content,message:O,streaming:!!O.streaming,raw:O.rawContent}),ta.appendChild(Oa)}ta.appendChild(ca),he=ta}}}if(!he)if(O.variant==="reasoning"&&O.reasoning){if(!J)return;he=CT(O)}else if(O.variant==="tool"&&O.toolCall){if(!Ae)return;he=wT(O,e)}else if(O.variant==="approval"&&O.approval){if(e.approval===!1)return;he=AT(O,e)}else{let Ct=(Jt=e.layout)==null?void 0:Jt.messages;Ct!=null&&Ct.renderUserMessage&&O.role==="user"?he=Ct.renderUserMessage({message:O,config:e,streaming:!!O.streaming}):Ct!=null&&Ct.renderAssistantMessage&&O.role==="assistant"?he=Ct.renderAssistantMessage({message:O,config:e,streaming:!!O.streaming}):he=Ci(O,S,Ct,e.messageActions,vt,{loadingIndicatorRenderer:W,widgetConfig:e}),O.role!=="user"&&he&&TT(he,O,e,E)}let rt=document.createElement("div");rt.className="persona-flex",rt.id=`wrapper-${O.id}`,rt.setAttribute("data-wrapper-id",O.id),O.role==="user"&&rt.classList.add("persona-justify-end"),(he==null?void 0:he.getAttribute("data-persona-component-directive"))==="true"&&rt.classList.add("persona-w-full"),rt.appendChild(he),gP(Rt,O.id,We,rt),B.appendChild(rt)}),MP(Rt,F);let Z=x.some(O=>O.role==="assistant"&&O.streaming),_=x[x.length-1],ue=(_==null?void 0:_.role)==="assistant"&&!_.streaming&&_.variant!=="approval";if(ft&&x.some(O=>O.role==="user")&&!Z&&!ue){let O={config:e,streaming:!0,location:"standalone",defaultRenderer:Kr},We=s.find(he=>he.renderLoadingIndicator),Oe=null;if(We!=null&&We.renderLoadingIndicator&&(Oe=We.renderLoadingIndicator(O)),Oe===null&&((Ce=e.loadingIndicator)!=null&&Ce.render)&&(Oe=e.loadingIndicator.render(O)),Oe===null&&(Oe=Kr()),Oe){let he=document.createElement("div"),_e=((Te=e.loadingIndicator)==null?void 0:Te.showBubble)!==!1;he.className=_e?["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(" "),he.setAttribute("data-typing-indicator","true"),he.appendChild(Oe);let ut=document.createElement("div");ut.className="persona-flex",ut.id="wrapper-typing-indicator",ut.setAttribute("data-wrapper-id","typing-indicator"),ut.appendChild(he),B.appendChild(ut)}}if(!ft&&x.length>0){let O=x[x.length-1],We={config:e,lastMessage:O,messageCount:x.length},Oe=s.find(_e=>_e.renderIdleIndicator),he=null;if(Oe!=null&&Oe.renderIdleIndicator&&(he=Oe.renderIdleIndicator(We)),he===null&&((ze=e.loadingIndicator)!=null&&ze.renderIdle)&&(he=e.loadingIndicator.renderIdle(We)),he){let _e=document.createElement("div"),ut=((Ie=e.loadingIndicator)==null?void 0:Ie.showBubble)!==!1;_e.className=ut?["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(" "),_e.setAttribute("data-idle-indicator","true"),_e.appendChild(he);let rt=document.createElement("div");rt.className="persona-flex",rt.id="wrapper-idle-indicator",rt.setAttribute("data-wrapper-id","idle-indicator"),rt.appendChild(_e),B.appendChild(rt)}}fP(p,B),requestAnimationFrame(()=>{requestAnimationFrame(()=>{let O=b1();C1(O)})})},Ir=()=>{var _,ue,Ce,Te,ze;if(!b)return;let p=sa(e),x=(_=r.ownerDocument.defaultView)!=null?_:window,S=(Ce=(ue=e.launcher)==null?void 0:ue.mobileBreakpoint)!=null?Ce:640,B=(ze=(Te=e.launcher)==null?void 0:Te.mobileFullscreen)!=null?ze:!0,V=x.innerWidth<=S,W=B&&V&&b,F=_a(e).reveal;C?(we.style.removeProperty("display"),we.style.display=p?"flex":"",we.classList.remove("persona-pointer-events-none","persona-opacity-0"),ce.classList.remove("persona-scale-95","persona-opacity-0"),ce.classList.add("persona-scale-100","persona-opacity-100"),Ge?Ge.element.style.display="none":Ke&&(Ke.style.display="none")):(p?p&&(F==="overlay"||F==="push")&&!W?(we.style.removeProperty("display"),we.style.display="flex",we.classList.remove("persona-pointer-events-none","persona-opacity-0"),ce.classList.remove("persona-scale-100","persona-opacity-100","persona-scale-95","persona-opacity-0")):(we.style.setProperty("display","none","important"),we.classList.remove("persona-pointer-events-none","persona-opacity-0"),ce.classList.remove("persona-scale-100","persona-opacity-100","persona-scale-95","persona-opacity-0")):(we.style.display="",we.classList.add("persona-pointer-events-none","persona-opacity-0"),ce.classList.remove("persona-scale-100","persona-opacity-100"),ce.classList.add("persona-scale-95","persona-opacity-0")),Ge?Ge.element.style.display=p?"none":"":Ke&&(Ke.style.display=p?"none":""))},Bt=(p,x="user")=>{if(!b||C===p)return;let S=C;C=p,Ir(),C&&($t(),Rr(!0));let B={open:C,source:x,timestamp:Date.now()};C&&!S?o.emit("widget:opened",B):!C&&S&&o.emit("widget:closed",B),o.emit("widget:state",{open:C,launcherEnabled:b,voiceActive:at.active,streaming:E.isStreaming()})},to=p=>{Q.disabled=p,R&&(R.disabled=p),w.buttons.forEach(x=>{x.disabled=p}),Ye.dataset.personaComposerStreaming=p?"true":"false",Ye.querySelectorAll("[data-persona-composer-disable-when-streaming]").forEach(x=>{(x instanceof HTMLButtonElement||x instanceof HTMLInputElement||x instanceof HTMLTextAreaElement||x instanceof HTMLSelectElement)&&(x.disabled=p)})},ao=()=>{at.active||se&&se.focus()};o.on("widget:opened",()=>{e.autoFocusInput&&setTimeout(()=>ao(),200)});let Pi=()=>{var x,S,B,V,W,F,Z,_,ue,Ce;_t.textContent=(S=(x=e.copy)==null?void 0:x.welcomeTitle)!=null?S:"Hello \u{1F44B}",qt.textContent=(V=(B=e.copy)==null?void 0:B.welcomeSubtitle)!=null?V:"Ask anything about your account or products.",se.placeholder=(F=(W=e.copy)==null?void 0:W.inputPlaceholder)!=null?F:"How can I help...",(_=(Z=e.sendButton)==null?void 0:Z.useIcon)!=null&&_||(Q.textContent=(Ce=(ue=e.copy)==null?void 0:ue.sendButtonLabel)!=null?Ce:"Send"),se.style.fontFamily='var(--persona-input-font-family, var(--persona-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif))',se.style.fontWeight="var(--persona-input-font-weight, var(--persona-font-weight, 400))"};if(e.clientToken&&(e={...e,getStoredSessionId:()=>{let p=l.sessionId;return typeof p=="string"?p:null},setStoredSessionId:p=>{f(x=>({...x,sessionId:p}))}}),E=new co(e,{onMessagesChanged(p){Br(Ee,p,D),E&&(p.some(V=>V.role==="user")?w.render([],E,se,p):w.render(e.suggestionChips,E,se,p,e.suggestionChipsConfig)),Rr(!ft),w1(p);let x=[...p].reverse().find(B=>B.role==="user"),S=at.lastUserMessageId;x&&x.id!==S&&(at.lastUserMessageId=x.id,o.emit("user:message",x)),at.lastUserMessageWasVoice=!!(x!=null&&x.viaVoice),Hi(p)},onStatusChanged(p){var B;let x=(B=e.statusIndicator)!=null?B:{},S=V=>{var W,F,Z,_;return V==="idle"?(W=x.idleText)!=null?W:ua.idle:V==="connecting"?(F=x.connectingText)!=null?F:ua.connecting:V==="connected"?(Z=x.connectedText)!=null?Z:ua.connected:V==="error"?(_=x.errorText)!=null?_:ua.error:ua[V]};mt.textContent=S(p)},onStreamingChanged(p){ft=p,to(p),E&&Br(Ee,E.getMessages(),D),p||Rr(!0)},onVoiceStatusChanged(p){var x,S;if(((S=(x=e.voiceRecognition)==null?void 0:x.provider)==null?void 0:S.type)==="runtype")switch(p){case"listening":break;case"processing":ja(),S1();break;case"speaking":ja(),k1();break;default:p==="idle"&&E.isBargeInActive()?(ja(),vr(),R==null||R.setAttribute("aria-label","End voice session")):(at.active=!1,ja(),Fa("system"),wa());break}},onArtifactsState(p){te=p,La()}}),nr.current=E,((pL=(dL=e.voiceRecognition)==null?void 0:dL.provider)==null?void 0:pL.type)==="runtype")try{E.setupVoice()}catch(p){typeof console!="undefined"&&console.warn("[AgentWidget] Runtype voice setup failed:",p)}e.clientToken&&E.initClientSession().catch(p=>{e.debug&&console.warn("[AgentWidget] Pre-init client session failed:",p)}),j&&E.setSSEEventCallback((p,x)=>{j==null||j.push({id:`evt-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,type:p,timestamp:Date.now(),payload:JSON.stringify(x)})}),d&&d.then(p=>{var x;p&&(p.metadata&&(l=HT(p.metadata),k.syncFromMetadata()),(x=p.messages)!=null&&x.length&&E.hydrateMessages(p.messages))}).catch(p=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to hydrate stored state:",p)});let Ri=p=>{var V;p.preventDefault();let x=se.value.trim(),S=(V=Se==null?void 0:Se.hasAttachments())!=null?V:!1;if(!x&&!S)return;let B;S&&(B=[],B.push(...Se.getContentParts()),x&&B.push(Q1(x))),se.value="",se.style.height="auto",E.sendMessage(x,{contentParts:B}),S&&Se.clearAttachments()},Bi=p=>{p.key==="Enter"&&!p.shiftKey&&(p.preventDefault(),Q.click())},Ii=async p=>{var S;if(((S=e.attachments)==null?void 0:S.enabled)!==!0||!Se)return;let x=zI(p.clipboardData);x.length!==0&&(p.preventDefault(),await Se.handleFiles(x))},xa=null,Ha=!1,ur=null,$e=null,Di=()=>typeof window=="undefined"?null:window.webkitSpeechRecognition||window.SpeechRecognition||null,Dr=(p="user")=>{var W,F,Z,_,ue,Ce,Te,ze;if(Ha||E.isStreaming())return;let x=Di();if(!x)return;xa=new x;let B=(F=((W=e.voiceRecognition)!=null?W:{}).pauseDuration)!=null?F:2e3;xa.continuous=!0,xa.interimResults=!0,xa.lang="en-US";let V=se.value;xa.onresult=Ie=>{let O="",We="";for(let he=0;he<Ie.results.length;he++){let _e=Ie.results[he],ut=_e[0].transcript;_e.isFinal?O+=ut+" ":We=ut}let Oe=V+O+We;se.value=Oe,ur&&clearTimeout(ur),(O||We)&&(ur=window.setTimeout(()=>{let he=se.value.trim();he&&xa&&Ha&&($a(),se.value="",se.style.height="auto",E.sendMessage(he,{viaVoice:!0}))},B))},xa.onerror=Ie=>{Ie.error!=="no-speech"&&$a()},xa.onend=()=>{if(Ha){let Ie=se.value.trim();Ie&&Ie!==V.trim()&&(se.value="",se.style.height="auto",E.sendMessage(Ie,{viaVoice:!0})),$a()}};try{if(xa.start(),Ha=!0,at.active=!0,p!=="system"&&(at.manuallyDeactivated=!1),Fa(p),wa(),R){let Ie=(Z=e.voiceRecognition)!=null?Z:{};$e={backgroundColor:R.style.backgroundColor,color:R.style.color,borderColor:R.style.borderColor,iconName:(_=Ie.iconName)!=null?_:"mic",iconSize:parseFloat((Te=(Ce=Ie.iconSize)!=null?Ce:(ue=e.sendButton)==null?void 0:ue.size)!=null?Te:"40")||24};let O=(ze=Ie.recordingBackgroundColor)!=null?ze:"#ef4444",We=Ie.recordingIconColor,Oe=Ie.recordingBorderColor;if(R.classList.add("persona-voice-recording"),R.style.backgroundColor=O,We){R.style.color=We;let he=R.querySelector("svg");he&&he.setAttribute("stroke",We)}Oe&&(R.style.borderColor=Oe),R.setAttribute("aria-label","Stop voice recognition")}}catch{$a("system")}},$a=(p="user")=>{if(Ha){if(Ha=!1,ur&&(clearTimeout(ur),ur=null),xa){try{xa.stop()}catch{}xa=null}if(at.active=!1,Fa(p),wa(),R){if(R.classList.remove("persona-voice-recording"),$e){R.style.backgroundColor=$e.backgroundColor,R.style.color=$e.color,R.style.borderColor=$e.borderColor;let x=R.querySelector("svg");x&&x.setAttribute("stroke",$e.color||"currentColor"),$e=null}R.setAttribute("aria-label","Start voice recognition")}}},A1=(p,x)=>{var he,_e,ut,rt,ge,Jt,Ct,Sa;let S=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined"),B=((he=p==null?void 0:p.provider)==null?void 0:he.type)==="runtype";if(!(S||B))return null;let W=A("div","persona-send-button-wrapper"),F=A("button","persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer");F.type="button",F.setAttribute("aria-label","Start voice recognition");let Z=(_e=p==null?void 0:p.iconName)!=null?_e:"mic",_=(ut=x==null?void 0:x.size)!=null?ut:"40px",ue=(rt=p==null?void 0:p.iconSize)!=null?rt:_,Ce=parseFloat(ue)||24,Te=(ge=p==null?void 0:p.backgroundColor)!=null?ge:x==null?void 0:x.backgroundColor,ze=(Jt=p==null?void 0:p.iconColor)!=null?Jt:x==null?void 0:x.textColor;F.style.width=ue,F.style.height=ue,F.style.minWidth=ue,F.style.minHeight=ue,F.style.fontSize="18px",F.style.lineHeight="1";let Ie=ze||"currentColor",O=ve(Z,Ce,Ie,1.5);O?(F.appendChild(O),F.style.color=Ie):(F.textContent="\u{1F3A4}",F.style.color=Ie),Te?F.style.backgroundColor=Te:F.classList.add("persona-bg-persona-primary"),ze?F.style.color=ze:!ze&&!(x!=null&&x.textColor)&&F.classList.add("persona-text-white"),p!=null&&p.borderWidth&&(F.style.borderWidth=p.borderWidth,F.style.borderStyle="solid"),p!=null&&p.borderColor&&(F.style.borderColor=p.borderColor),p!=null&&p.paddingX&&(F.style.paddingLeft=p.paddingX,F.style.paddingRight=p.paddingX),p!=null&&p.paddingY&&(F.style.paddingTop=p.paddingY,F.style.paddingBottom=p.paddingY),W.appendChild(F);let We=(Ct=p==null?void 0:p.tooltipText)!=null?Ct:"Start voice recognition";if(((Sa=p==null?void 0:p.showTooltip)!=null?Sa:!1)&&We){let ca=A("div","persona-send-button-tooltip");ca.textContent=We,W.appendChild(ca)}return{micButton:F,micButtonWrapper:W}},ro=()=>{var x,S,B,V,W;if(!R||$e)return;let p=(x=e.voiceRecognition)!=null?x:{};$e={backgroundColor:R.style.backgroundColor,color:R.style.color,borderColor:R.style.borderColor,iconName:(S=p.iconName)!=null?S:"mic",iconSize:parseFloat((W=(V=p.iconSize)!=null?V:(B=e.sendButton)==null?void 0:B.size)!=null?W:"40")||24}},oo=(p,x)=>{var W,F,Z,_,ue;if(!R)return;let S=R.querySelector("svg");S&&S.remove();let B=(ue=$e==null?void 0:$e.iconSize)!=null?ue:parseFloat((_=(Z=(W=e.voiceRecognition)==null?void 0:W.iconSize)!=null?Z:(F=e.sendButton)==null?void 0:F.size)!=null?_:"40")||24,V=ve(p,B,x,1.5);V&&R.appendChild(V)},Vr=()=>{R&&R.classList.remove("persona-voice-recording","persona-voice-processing","persona-voice-speaking")},vr=()=>{var V,W;if(!R)return;ro();let p=(V=e.voiceRecognition)!=null?V:{},x=(W=p.recordingBackgroundColor)!=null?W:"#ef4444",S=p.recordingIconColor,B=p.recordingBorderColor;if(Vr(),R.classList.add("persona-voice-recording"),R.style.backgroundColor=x,S){R.style.color=S;let F=R.querySelector("svg");F&&F.setAttribute("stroke",S)}B&&(R.style.borderColor=B),R.setAttribute("aria-label","Stop voice recognition")},S1=()=>{var Z,_,ue,Ce,Te,ze,Ie,O;if(!R)return;ro();let p=(Z=e.voiceRecognition)!=null?Z:{},x=E.getVoiceInterruptionMode(),S=(_=p.processingIconName)!=null?_:"loader",B=(Ce=(ue=p.processingIconColor)!=null?ue:$e==null?void 0:$e.color)!=null?Ce:"",V=(ze=(Te=p.processingBackgroundColor)!=null?Te:$e==null?void 0:$e.backgroundColor)!=null?ze:"",W=(O=(Ie=p.processingBorderColor)!=null?Ie:$e==null?void 0:$e.borderColor)!=null?O:"";Vr(),R.classList.add("persona-voice-processing"),R.style.backgroundColor=V,R.style.borderColor=W;let F=B||"currentColor";R.style.color=F,oo(S,F),R.setAttribute("aria-label","Processing voice input"),x==="none"&&(R.style.cursor="default")},k1=()=>{var ue,Ce,Te,ze,Ie,O,We,Oe,he,_e,ut,rt;if(!R)return;ro();let p=(ue=e.voiceRecognition)!=null?ue:{},x=E.getVoiceInterruptionMode(),S=x==="cancel"?"square":x==="barge-in"?"mic":"volume-2",B=(Ce=p.speakingIconName)!=null?Ce:S,V=(O=p.speakingIconColor)!=null?O:x==="barge-in"?(ze=(Te=p.recordingIconColor)!=null?Te:$e==null?void 0:$e.color)!=null?ze:"":(Ie=$e==null?void 0:$e.color)!=null?Ie:"",W=(he=p.speakingBackgroundColor)!=null?he:x==="barge-in"?(We=p.recordingBackgroundColor)!=null?We:"#ef4444":(Oe=$e==null?void 0:$e.backgroundColor)!=null?Oe:"",F=(rt=p.speakingBorderColor)!=null?rt:x==="barge-in"?(_e=p.recordingBorderColor)!=null?_e:"":(ut=$e==null?void 0:$e.borderColor)!=null?ut:"";Vr(),R.classList.add("persona-voice-speaking"),R.style.backgroundColor=W,R.style.borderColor=F;let Z=V||"currentColor";R.style.color=Z,oo(B,Z);let _=x==="cancel"?"Stop playback and re-record":x==="barge-in"?"Speak to interrupt":"Agent is speaking";R.setAttribute("aria-label",_),x==="none"&&(R.style.cursor="default"),x==="barge-in"&&R.classList.add("persona-voice-recording")},ja=()=>{var p,x,S;R&&(Vr(),$e&&(R.style.backgroundColor=(p=$e.backgroundColor)!=null?p:"",R.style.color=(x=$e.color)!=null?x:"",R.style.borderColor=(S=$e.borderColor)!=null?S:"",oo($e.iconName,$e.color||"currentColor"),$e=null),R.style.cursor="",R.setAttribute("aria-label","Start voice recognition"))},Fr=()=>{var p,x;if(((x=(p=e.voiceRecognition)==null?void 0:p.provider)==null?void 0:x.type)==="runtype"){let S=E.getVoiceStatus(),B=E.getVoiceInterruptionMode();if(B==="none"&&(S==="processing"||S==="speaking"))return;if(B==="cancel"&&(S==="processing"||S==="speaking")){E.stopVoicePlayback();return}if(E.isBargeInActive()){E.stopVoicePlayback(),E.deactivateBargeIn().then(()=>{at.active=!1,at.manuallyDeactivated=!0,wa(),Fa("user"),ja()});return}E.toggleVoice().then(()=>{at.active=E.isVoiceActive(),at.manuallyDeactivated=!E.isVoiceActive(),wa(),Fa("user"),E.isVoiceActive()?vr():ja()});return}if(Ha){let S=se.value.trim();at.manuallyDeactivated=!0,wa(),$a("user"),S&&(se.value="",se.style.height="auto",E.sendMessage(S))}else at.manuallyDeactivated=!1,wa(),Dr("user")};Ve=Fr,R&&(R.addEventListener("click",Fr),Et.push(()=>{var p,x;((x=(p=e.voiceRecognition)==null?void 0:p.provider)==null?void 0:x.type)==="runtype"?(E.isVoiceActive()&&E.toggleVoice(),ja()):$a("system"),R&&R.removeEventListener("click",Fr)}));let ne=o.on("assistant:complete",()=>{Ei&&(at.active||at.manuallyDeactivated||Ei==="assistant"&&!at.lastUserMessageWasVoice||setTimeout(()=>{var p,x;!at.active&&!at.manuallyDeactivated&&(((x=(p=e.voiceRecognition)==null?void 0:p.provider)==null?void 0:x.type)==="runtype"?E.toggleVoice().then(()=>{at.active=E.isVoiceActive(),Fa("auto"),E.isVoiceActive()&&vr()}):Dr("auto"))},600))});Et.push(ne);let nt=o.on("action:resubmit",()=>{setTimeout(()=>{E&&!E.isStreaming()&&E.continueConversation()},100)});Et.push(nt);let ct=()=>{Bt(!C,"user")},Ge=null,Ke=null;if(b){let p=s.find(x=>x.renderLauncher);if(p!=null&&p.renderLauncher){let x=p.renderLauncher({config:e,defaultRenderer:()=>i1(e,ct).element,onToggle:ct});x&&(Ke=x)}Ke||(Ge=i1(e,ct))}Ge?r.appendChild(Ge.element):Ke&&r.appendChild(Ke),Ir(),w.render(e.suggestionChips,E,se,void 0,e.suggestionChipsConfig),Pi(),to(E.isStreaming()),Rr(!0),y1(),M&&(b?C&&setTimeout(()=>ao(),200):setTimeout(()=>ao(),0));let $t=()=>{var _,ue,Ce,Te,ze,Ie,O,We,Oe,he,_e,ut,rt;let p=sa(e),x=(ue=(_=e.launcher)==null?void 0:_.sidebarMode)!=null?ue:!1,S=p||x||((Te=(Ce=e.launcher)==null?void 0:Ce.fullHeight)!=null?Te:!1),B=(ze=r.ownerDocument.defaultView)!=null?ze:window,V=(O=(Ie=e.launcher)==null?void 0:Ie.mobileFullscreen)!=null?O:!0,W=(Oe=(We=e.launcher)==null?void 0:We.mobileBreakpoint)!=null?Oe:640,F=B.innerWidth<=W,Z=V&&F&&b;try{if(Z){Ya(),Er(r,e);return}if(L&&(L=!1,Ya(),Er(r,e)),!b&&!p){ce.style.height="",ce.style.width="";return}if(!x&&!p){let ge=(_e=(he=e==null?void 0:e.launcher)==null?void 0:he.width)!=null?_e:e==null?void 0:e.launcherWidth,Jt=ge!=null?ge:"min(400px, calc(100vw - 24px))";ce.style.width=Jt,ce.style.maxWidth=Jt}if(Ka(),!S){let ge=B.innerHeight,Jt=64,Ct=(rt=(ut=e.launcher)==null?void 0:ut.heightOffset)!=null?rt:0,Sa=Math.max(200,ge-Jt),ca=Math.min(640,Sa),ga=Math.max(200,ca-Ct);ce.style.height=`${ga}px`}}finally{Ir()}};$t();let Ot=(cL=r.ownerDocument.defaultView)!=null?cL:window;Ot.addEventListener("resize",$t),Et.push(()=>Ot.removeEventListener("resize",$t)),la=de.scrollTop;let T=()=>{let p=de.scrollTop,x=de.scrollHeight,S=de.clientHeight,B=x-p-S,V=Math.abs(p-la);if(la=p,!pr&&!(V<=M1)){if(!Ft&&B<Li){Tt=!1,Ft=!0;return}Ft&&B>Li&&(Tt=!0,dr=Date.now()+g1,Ft=!1)}};de.addEventListener("scroll",T,{passive:!0}),Et.push(()=>de.removeEventListener("scroll",T)),Et.push(()=>{Ea&&cancelAnimationFrame(Ea)});let je=()=>{xe&&($&&(xe.removeEventListener("click",$),$=null),b?(xe.style.display="",$=()=>{Bt(!1,"user")},xe.addEventListener("click",$)):xe.style.display="none")};je(),(()=>{let{clearChatButton:p}=Y;p&&p.addEventListener("click",()=>{E.clearMessages(),Rt.clear();try{localStorage.removeItem(Ti),e.debug&&console.log(`[AgentWidget] Cleared default localStorage key: ${Ti}`)}catch(S){console.error("[AgentWidget] Failed to clear default localStorage:",S)}if(e.clearChatHistoryStorageKey&&e.clearChatHistoryStorageKey!==Ti)try{localStorage.removeItem(e.clearChatHistoryStorageKey),e.debug&&console.log(`[AgentWidget] Cleared custom localStorage key: ${e.clearChatHistoryStorageKey}`)}catch(S){console.error("[AgentWidget] Failed to clear custom localStorage:",S)}let x=new CustomEvent("persona:clear-chat",{detail:{timestamp:new Date().toISOString()}});if(window.dispatchEvent(x),n!=null&&n.clear)try{let S=n.clear();S instanceof Promise&&S.catch(B=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",B)})}catch(S){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",S)}l={},k.syncFromMetadata(),j==null||j.clear(),K==null||K.update()})})(),Re&&Re.addEventListener("submit",Ri),se==null||se.addEventListener("keydown",Bi),se==null||se.addEventListener("paste",Ii),Et.push(()=>{Re&&Re.removeEventListener("submit",Ri),se==null||se.removeEventListener("keydown",Bi),se==null||se.removeEventListener("paste",Ii)}),Et.push(()=>{E.cancel()}),Ge?Et.push(()=>{Ge==null||Ge.destroy()}):Ke&&Et.push(()=>{Ke==null||Ke.remove()});let P={update(p){var ML,yL,vL,bL,CL,wL,AL,SL,kL,TL,LL,EL,HL,PL,RL,BL,IL,DL,VL,FL,WL,OL,NL,zL,_L,qL,UL,$L,jL,GL,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,AE,SE,kE,TE,LE,EE,HE,PE,RE,BE,IE,DE,VE,FE,WE,OE,NE,zE,_E,qE,UE,$E,jE,GE,ZE,XE,JE,KE,YE,QE,eH,tH,aH,rH,oH;let x=e.toolCall,S=e.messageActions,B=(ML=e.layout)==null?void 0:ML.messages,V=e.colorScheme,W=e.loadingIndicator,F=e.iterationDisplay;e={...e,...p},Ya(),Er(r,e),yk(r,e),vk(r,e),La(),e.colorScheme!==V&&Me();let Z=u1.getForInstance(e.plugins);s.length=0,s.push(...Z),b=(vL=(yL=e.launcher)==null?void 0:yL.enabled)!=null?vL:!0,v=(CL=(bL=e.launcher)==null?void 0:bL.autoExpand)!=null?CL:!1,J=(AL=(wL=e.features)==null?void 0:wL.showReasoning)!=null?AL:!0,Ae=(kL=(SL=e.features)==null?void 0:SL.showToolCalls)!=null?kL:!0;let _=ae;if(ae=(LL=(TL=e.features)==null?void 0:TL.showEventStreamToggle)!=null?LL:!1,ae&&!_){if(j||(ee=new c1(fe),j=new p1(be,ee),ee.open().then(()=>j==null?void 0:j.restore()).catch(()=>{}),E.setSSEEventCallback((G,lt)=>{j.push({id:`evt-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,type:G,timestamp:Date.now(),payload:JSON.stringify(lt)})})),!ke&&Ue){let G=(HL=(EL=e.features)==null?void 0:EL.eventStream)==null?void 0:HL.classNames,lt="persona-inline-flex persona-items-center persona-justify-center persona-rounded-full persona-text-persona-muted hover:persona-bg-gray-100 persona-cursor-pointer persona-border-none persona-bg-transparent persona-p-1"+(G!=null&&G.toggleButton?" "+G.toggleButton:"");ke=A("button",lt),ke.style.width="28px",ke.style.height="28px",ke.type="button",ke.setAttribute("aria-label","Event Stream"),ke.title="Event Stream";let It=ve("activity","18px","currentColor",1.5);It&&ke.appendChild(It);let Ze=Y.clearChatButtonWrapper,ht=Y.closeButtonWrapper,Kt=Ze||ht;Kt&&Kt.parentNode===Ue?Ue.insertBefore(ke,Kt):Ue.appendChild(ke),ke.addEventListener("click",()=>{re?et():Qe()})}}else!ae&&_&&(et(),ke&&(ke.remove(),ke=null),j==null||j.clear(),ee==null||ee.destroy(),j=null,ee=null);if(((PL=e.launcher)==null?void 0:PL.enabled)===!1&&Ge&&(Ge.destroy(),Ge=null),((RL=e.launcher)==null?void 0:RL.enabled)===!1&&Ke&&(Ke.remove(),Ke=null),((BL=e.launcher)==null?void 0:BL.enabled)!==!1&&!Ge&&!Ke){let G=s.find(lt=>lt.renderLauncher);if(G!=null&&G.renderLauncher){let lt=G.renderLauncher({config:e,defaultRenderer:()=>i1(e,ct).element,onToggle:ct});lt&&(Ke=lt,r.appendChild(Ke))}Ke||(Ge=i1(e,ct),r.appendChild(Ge.element))}Ge&&Ge.update(e),pt&&((IL=e.launcher)==null?void 0:IL.title)!==void 0&&(pt.textContent=e.launcher.title),xt&&((DL=e.launcher)==null?void 0:DL.subtitle)!==void 0&&(xt.textContent=e.launcher.subtitle);let ue=(VL=e.layout)==null?void 0:VL.header;if((ue==null?void 0:ue.layout)!==y&&Ue){let G=ue?vi(e,ue,{showClose:b,onClose:()=>Bt(!1,"user")}):gr({config:e,showClose:b,onClose:()=>Bt(!1,"user")});Ue.replaceWith(G.header),Ue=G.header,me=G.iconHolder,pt=G.headerTitle,xt=G.headerSubtitle,xe=G.closeButton,y=ue==null?void 0:ue.layout}else if(ue&&(me&&(me.style.display=ue.showIcon===!1?"none":""),pt&&(pt.style.display=ue.showTitle===!1?"none":""),xt&&(xt.style.display=ue.showSubtitle===!1?"none":""),xe&&(xe.style.display=ue.showCloseButton===!1?"none":""),Y.clearChatButtonWrapper)){let G=ue.showClearChat;if(G!==void 0){Y.clearChatButtonWrapper.style.display=G?"":"none";let{closeButtonWrapper:lt}=Y;lt&&!lt.classList.contains("persona-absolute")&&(G?lt.classList.remove("persona-ml-auto"):lt.classList.add("persona-ml-auto"))}}let Te=((FL=e.layout)==null?void 0:FL.showHeader)!==!1;Ue&&(Ue.style.display=Te?"":"none");let ze=((WL=e.layout)==null?void 0:WL.showFooter)!==!1;Ye&&(Ye.style.display=ze?"":"none"),b!==m?b?Bt(v,"auto"):(C=!0,Ir()):v!==H&&Bt(v,"auto"),H=v,m=b,$t(),je();let We=JSON.stringify(p.toolCall)!==JSON.stringify(x),Oe=JSON.stringify(e.messageActions)!==JSON.stringify(S),he=JSON.stringify((OL=e.layout)==null?void 0:OL.messages)!==JSON.stringify(B),_e=((NL=e.loadingIndicator)==null?void 0:NL.render)!==(W==null?void 0:W.render)||((zL=e.loadingIndicator)==null?void 0:zL.renderIdle)!==(W==null?void 0:W.renderIdle)||((_L=e.loadingIndicator)==null?void 0:_L.showBubble)!==(W==null?void 0:W.showBubble),ut=e.iterationDisplay!==F;(We||Oe||he||_e||ut)&&E&&(Ht++,Br(Ee,E.getMessages(),D));let ge=(qL=e.launcher)!=null?qL:{},Jt=(UL=ge.headerIconHidden)!=null?UL:!1,Ct=(jL=($L=e.layout)==null?void 0:$L.header)==null?void 0:jL.showIcon,Sa=Jt||Ct===!1,ca=ge.headerIconName,ga=(GL=ge.headerIconSize)!=null?GL:"48px";if(me){let G=oe.querySelector(".persona-border-b-persona-divider"),lt=G==null?void 0:G.querySelector(".persona-flex-col");if(Sa)me.style.display="none",G&&lt&&!G.contains(lt)&&G.insertBefore(lt,G.firstChild);else{if(me.style.display="",me.style.height=ga,me.style.width=ga,G&&lt&&(G.contains(me)?me.nextSibling!==lt&&(me.remove(),G.insertBefore(me,lt)):G.insertBefore(me,lt)),ca){let Ze=parseFloat(ga)||24,ht=ve(ca,Ze*.6,"#ffffff",2);ht?me.replaceChildren(ht):me.textContent=(ZL=ge.agentIconText)!=null?ZL:"\u{1F4AC}"}else if(ge.iconUrl){let Ze=me.querySelector("img");if(Ze)Ze.src=ge.iconUrl,Ze.style.height=ga,Ze.style.width=ga;else{let ht=document.createElement("img");ht.src=ge.iconUrl,ht.alt="",ht.className="persona-rounded-xl persona-object-cover",ht.style.height=ga,ht.style.width=ga,me.replaceChildren(ht)}}else{let Ze=me.querySelector("svg"),ht=me.querySelector("img");(Ze||ht)&&me.replaceChildren(),me.textContent=(XL=ge.agentIconText)!=null?XL:"\u{1F4AC}"}let It=me.querySelector("img");It&&(It.style.height=ga,It.style.width=ga)}}let ta=(KL=(JL=e.layout)==null?void 0:JL.header)==null?void 0:KL.showTitle,Oa=(QL=(YL=e.layout)==null?void 0:YL.header)==null?void 0:QL.showSubtitle;if(pt&&(pt.style.display=ta===!1?"none":""),xt&&(xt.style.display=Oa===!1?"none":""),xe){((tE=(eE=e.layout)==null?void 0:eE.header)==null?void 0:tE.showCloseButton)===!1?xe.style.display="none":xe.style.display="";let lt=(aE=ge.closeButtonSize)!=null?aE:"32px",It=(rE=ge.closeButtonPlacement)!=null?rE:"inline";xe.style.height=lt,xe.style.width=lt;let{closeButtonWrapper:Ze}=Y,ht=It==="top-right",Kt=Ze==null?void 0:Ze.classList.contains("persona-absolute");if(Ze&&ht!==Kt)if(Ze.remove(),ht)Ze.className="persona-absolute persona-top-4 persona-right-4 persona-z-50",oe.style.position="relative",oe.appendChild(Ze);else{let it=(sE=(oE=ge.clearChat)==null?void 0:oE.placement)!=null?sE:"inline",aa=(lE=(nE=ge.clearChat)==null?void 0:nE.enabled)!=null?lE:!0;Ze.className=aa&&it==="inline"?"":"persona-ml-auto";let Ta=oe.querySelector(".persona-border-b-persona-divider");Ta&&Ta.appendChild(Ze)}if(xe.style.color=ge.closeButtonColor||Xa.actionIconColor,ge.closeButtonBackgroundColor?(xe.style.backgroundColor=ge.closeButtonBackgroundColor,xe.classList.remove("hover:persona-bg-gray-100")):(xe.style.backgroundColor="",xe.classList.add("hover:persona-bg-gray-100")),ge.closeButtonBorderWidth||ge.closeButtonBorderColor){let it=ge.closeButtonBorderWidth||"0px",aa=ge.closeButtonBorderColor||"transparent";xe.style.border=`${it} solid ${aa}`,xe.classList.remove("persona-border-none")}else xe.style.border="",xe.classList.add("persona-border-none");ge.closeButtonBorderRadius?(xe.style.borderRadius=ge.closeButtonBorderRadius,xe.classList.remove("persona-rounded-full")):(xe.style.borderRadius="",xe.classList.add("persona-rounded-full")),ge.closeButtonPaddingX?(xe.style.paddingLeft=ge.closeButtonPaddingX,xe.style.paddingRight=ge.closeButtonPaddingX):(xe.style.paddingLeft="",xe.style.paddingRight=""),ge.closeButtonPaddingY?(xe.style.paddingTop=ge.closeButtonPaddingY,xe.style.paddingBottom=ge.closeButtonPaddingY):(xe.style.paddingTop="",xe.style.paddingBottom="");let ia=(iE=ge.closeButtonIconName)!=null?iE:"x",Ga=(dE=ge.closeButtonIconText)!=null?dE:"\xD7";xe.innerHTML="";let Ma=ve(ia,"20px","currentColor",2);Ma?xe.appendChild(Ma):xe.textContent=Ga;let zt=(pE=ge.closeButtonTooltipText)!=null?pE:"Close chat",Pa=(cE=ge.closeButtonShowTooltip)!=null?cE:!0;if(xe.setAttribute("aria-label",zt),Ze&&(Ze._cleanupTooltip&&(Ze._cleanupTooltip(),delete Ze._cleanupTooltip),Pa&&zt)){let it=null,aa=()=>{if(it||!xe)return;let Wr=xe.ownerDocument,Ni=Wr.body;if(!Ni)return;it=tr(Wr,"div","persona-clear-chat-tooltip"),it.textContent=zt;let zi=tr(Wr,"div");zi.className="persona-clear-chat-tooltip-arrow",it.appendChild(zi);let Or=xe.getBoundingClientRect();it.style.position="fixed",it.style.left=`${Or.left+Or.width/2}px`,it.style.top=`${Or.top-8}px`,it.style.transform="translate(-50%, -100%)",Ni.appendChild(it)},Ta=()=>{it&&it.parentNode&&(it.parentNode.removeChild(it),it=null)};Ze.addEventListener("mouseenter",aa),Ze.addEventListener("mouseleave",Ta),xe.addEventListener("focus",aa),xe.addEventListener("blur",Ta),Ze._cleanupTooltip=()=>{Ta(),Ze&&(Ze.removeEventListener("mouseenter",aa),Ze.removeEventListener("mouseleave",Ta)),xe&&(xe.removeEventListener("focus",aa),xe.removeEventListener("blur",Ta))}}}let{clearChatButton:ot,clearChatButtonWrapper:Wt}=Y;if(ot){let G=(uE=ge.clearChat)!=null?uE:{},lt=(fE=G.enabled)!=null?fE:!0,It=(mE=(hE=e.layout)==null?void 0:hE.header)==null?void 0:mE.showClearChat,Ze=It!==void 0?It:lt,ht=(xE=G.placement)!=null?xE:"inline";if(Wt){Wt.style.display=Ze?"":"none";let{closeButtonWrapper:Kt}=Y;Kt&&!Kt.classList.contains("persona-absolute")&&(Ze?Kt.classList.remove("persona-ml-auto"):Kt.classList.add("persona-ml-auto"));let ia=ht==="top-right",Ga=Wt.classList.contains("persona-absolute");if(ia!==Ga&&Ze){if(Wt.remove(),ia)Wt.className="persona-absolute persona-top-4 persona-z-50",Wt.style.right="48px",oe.style.position="relative",oe.appendChild(Wt);else{Wt.className="persona-relative persona-ml-auto persona-clear-chat-button-wrapper",Wt.style.right="";let zt=oe.querySelector(".persona-border-b-persona-divider"),Pa=Y.closeButtonWrapper;zt&&Pa&&Pa.parentElement===zt?zt.insertBefore(Wt,Pa):zt&&zt.appendChild(Wt)}let Ma=Y.closeButtonWrapper;Ma&&!Ma.classList.contains("persona-absolute")&&(ia?Ma.classList.add("persona-ml-auto"):Ma.classList.remove("persona-ml-auto"))}}if(Ze){let Kt=(gE=G.size)!=null?gE:"32px";ot.style.height=Kt,ot.style.width=Kt;let ia=(ME=G.iconName)!=null?ME:"refresh-cw",Ga=(yE=G.iconColor)!=null?yE:"";ot.style.color=Ga||Xa.actionIconColor,ot.innerHTML="";let Ma=ve(ia,"20px","currentColor",2);if(Ma&&ot.appendChild(Ma),G.backgroundColor?(ot.style.backgroundColor=G.backgroundColor,ot.classList.remove("hover:persona-bg-gray-100")):(ot.style.backgroundColor="",ot.classList.add("hover:persona-bg-gray-100")),G.borderWidth||G.borderColor){let it=G.borderWidth||"0px",aa=G.borderColor||"transparent";ot.style.border=`${it} solid ${aa}`,ot.classList.remove("persona-border-none")}else ot.style.border="",ot.classList.add("persona-border-none");G.borderRadius?(ot.style.borderRadius=G.borderRadius,ot.classList.remove("persona-rounded-full")):(ot.style.borderRadius="",ot.classList.add("persona-rounded-full")),G.paddingX?(ot.style.paddingLeft=G.paddingX,ot.style.paddingRight=G.paddingX):(ot.style.paddingLeft="",ot.style.paddingRight=""),G.paddingY?(ot.style.paddingTop=G.paddingY,ot.style.paddingBottom=G.paddingY):(ot.style.paddingTop="",ot.style.paddingBottom="");let zt=(vE=G.tooltipText)!=null?vE:"Clear chat",Pa=(bE=G.showTooltip)!=null?bE:!0;if(ot.setAttribute("aria-label",zt),Wt&&(Wt._cleanupTooltip&&(Wt._cleanupTooltip(),delete Wt._cleanupTooltip),Pa&&zt)){let it=null,aa=()=>{if(it||!ot)return;let Wr=ot.ownerDocument,Ni=Wr.body;if(!Ni)return;it=tr(Wr,"div","persona-clear-chat-tooltip"),it.textContent=zt;let zi=tr(Wr,"div");zi.className="persona-clear-chat-tooltip-arrow",it.appendChild(zi);let Or=ot.getBoundingClientRect();it.style.position="fixed",it.style.left=`${Or.left+Or.width/2}px`,it.style.top=`${Or.top-8}px`,it.style.transform="translate(-50%, -100%)",Ni.appendChild(it)},Ta=()=>{it&&it.parentNode&&(it.parentNode.removeChild(it),it=null)};Wt.addEventListener("mouseenter",aa),Wt.addEventListener("mouseleave",Ta),ot.addEventListener("focus",aa),ot.addEventListener("blur",Ta),Wt._cleanupTooltip=()=>{Ta(),Wt&&(Wt.removeEventListener("mouseenter",aa),Wt.removeEventListener("mouseleave",Ta)),ot&&(ot.removeEventListener("focus",aa),ot.removeEventListener("blur",Ta))}}}}let T1=e.actionParsers&&e.actionParsers.length?e.actionParsers:[f1],L1=e.actionHandlers&&e.actionHandlers.length?e.actionHandlers:[Yr.message,Yr.messageAndClick];k=h1({parsers:T1,handlers:L1,getSessionMetadata:c,updateSessionMetadata:f,emit:o.emit,documentRef:typeof document!="undefined"?document:null}),D=qP(e,k,U),E.updateConfig(e),Br(Ee,E.getMessages(),D),w.render(e.suggestionChips,E,se,void 0,e.suggestionChipsConfig),Pi(),to(E.isStreaming());let E1=((CE=e.voiceRecognition)==null?void 0:CE.enabled)===!0,H1=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined"),P1=((AE=(wE=e.voiceRecognition)==null?void 0:wE.provider)==null?void 0:AE.type)==="runtype";if(E1&&(H1||P1))if(!R||!X){let G=A1(e.voiceRecognition,e.sendButton);G&&(R=G.micButton,X=G.micButtonWrapper,Yt.insertBefore(X,Je),R.addEventListener("click",Fr),R.disabled=E.isStreaming())}else{let G=(SE=e.voiceRecognition)!=null?SE:{},lt=(kE=e.sendButton)!=null?kE:{},It=(TE=G.iconName)!=null?TE:"mic",Ze=(LE=lt.size)!=null?LE:"40px",ht=(EE=G.iconSize)!=null?EE:Ze,Kt=parseFloat(ht)||24;R.style.width=ht,R.style.height=ht,R.style.minWidth=ht,R.style.minHeight=ht;let ia=(PE=(HE=G.iconColor)!=null?HE:lt.textColor)!=null?PE:"currentColor";R.innerHTML="";let Ga=ve(It,Kt,ia,2);Ga?R.appendChild(Ga):R.textContent="\u{1F3A4}";let Ma=(RE=G.backgroundColor)!=null?RE:lt.backgroundColor;Ma?(R.style.backgroundColor=Ma,R.classList.remove("persona-bg-persona-primary")):(R.style.backgroundColor="",R.classList.add("persona-bg-persona-primary")),ia?(R.style.color=ia,R.classList.remove("persona-text-white")):!ia&&!lt.textColor&&(R.style.color="",R.classList.add("persona-text-white")),G.borderWidth?(R.style.borderWidth=G.borderWidth,R.style.borderStyle="solid"):(R.style.borderWidth="",R.style.borderStyle=""),G.borderColor?R.style.borderColor=G.borderColor:R.style.borderColor="",G.paddingX?(R.style.paddingLeft=G.paddingX,R.style.paddingRight=G.paddingX):(R.style.paddingLeft="",R.style.paddingRight=""),G.paddingY?(R.style.paddingTop=G.paddingY,R.style.paddingBottom=G.paddingY):(R.style.paddingTop="",R.style.paddingBottom="");let zt=X==null?void 0:X.querySelector(".persona-send-button-tooltip"),Pa=(BE=G.tooltipText)!=null?BE:"Start voice recognition";if(((IE=G.showTooltip)!=null?IE:!1)&&Pa)if(zt)zt.textContent=Pa,zt.style.display="";else{let aa=document.createElement("div");aa.className="persona-send-button-tooltip",aa.textContent=Pa,X==null||X.insertBefore(aa,R)}else zt&&(zt.style.display="none");X.style.display="",R.disabled=E.isStreaming()}else R&&X&&(X.style.display="none",((VE=(DE=e.voiceRecognition)==null?void 0:DE.provider)==null?void 0:VE.type)==="runtype"?E.isVoiceActive()&&E.toggleVoice():Ha&&$a());if(((FE=e.attachments)==null?void 0:FE.enabled)===!0)if(!Ne||!le){let G=(WE=e.attachments)!=null?WE:{},It=(NE=((OE=e.sendButton)!=null?OE:{}).size)!=null?NE:"40px";Be||(Be=A("div","persona-attachment-previews persona-flex persona-flex-wrap persona-gap-2 persona-mb-2"),Be.style.display="none",Re.insertBefore(Be,se)),pe||(pe=document.createElement("input"),pe.type="file",pe.accept=((zE=G.allowedTypes)!=null?zE:xr).join(","),pe.multiple=((_E=G.maxFiles)!=null?_E:4)>1,pe.style.display="none",pe.setAttribute("aria-label","Attach files"),Re.insertBefore(pe,se)),Ne=A("div","persona-send-button-wrapper"),le=A("button","persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer persona-attachment-button"),le.type="button",le.setAttribute("aria-label",(qE=G.buttonTooltipText)!=null?qE:"Attach file");let Ze=(UE=G.buttonIconName)!=null?UE:"paperclip",ht=It,Kt=parseFloat(ht)||40,ia=Math.round(Kt*.6);le.style.width=ht,le.style.height=ht,le.style.minWidth=ht,le.style.minHeight=ht,le.style.fontSize="18px",le.style.lineHeight="1",le.style.backgroundColor="transparent",le.style.color="var(--persona-primary, #111827)",le.style.border="none",le.style.borderRadius="6px",le.style.transition="background-color 0.15s ease",le.addEventListener("mouseenter",()=>{le.style.backgroundColor="var(--persona-palette-colors-black-alpha-50, rgba(0, 0, 0, 0.05))"}),le.addEventListener("mouseleave",()=>{le.style.backgroundColor="transparent"});let Ga=ve(Ze,ia,"currentColor",1.5);Ga?le.appendChild(Ga):le.textContent="\u{1F4CE}",le.addEventListener("click",Pa=>{Pa.preventDefault(),pe==null||pe.click()}),Ne.appendChild(le);let Ma=($E=G.buttonTooltipText)!=null?$E:"Attach file",zt=A("div","persona-send-button-tooltip");zt.textContent=Ma,Ne.appendChild(zt),Vt.append(Ne),!Se&&pe&&Be&&(Se=Xr.fromConfig(G),Se.setPreviewsContainer(Be),pe.addEventListener("change",async()=>{Se&&(pe!=null&&pe.files)&&(await Se.handleFileSelect(pe.files),pe.value="")}))}else{Ne.style.display="";let G=(jE=e.attachments)!=null?jE:{};pe&&(pe.accept=((GE=G.allowedTypes)!=null?GE:xr).join(","),pe.multiple=((ZE=G.maxFiles)!=null?ZE:4)>1),Se&&Se.updateConfig({allowedTypes:G.allowedTypes,maxFileSize:G.maxFileSize,maxFiles:G.maxFiles})}else Ne&&(Ne.style.display="none"),Se&&Se.clearAttachments();let Gt=(XE=e.sendButton)!=null?XE:{},R1=(JE=Gt.useIcon)!=null?JE:!1,Vi=(KE=Gt.iconText)!=null?KE:"\u2191",ka=Gt.iconName,Na=(YE=Gt.tooltipText)!=null?YE:"Send message",B1=(QE=Gt.showTooltip)!=null?QE:!1,Fi=(eH=Gt.size)!=null?eH:"40px",I1=Gt.backgroundColor,Qa=Gt.textColor;if(R1){if(Q.style.width=Fi,Q.style.height=Fi,Q.style.minWidth=Fi,Q.style.minHeight=Fi,Q.style.fontSize="18px",Q.style.lineHeight="1",Q.innerHTML="",ka){let G=parseFloat(Fi)||24,lt=Qa&&typeof Qa=="string"&&Qa.trim()?Qa.trim():"currentColor",It=ve(ka,G,lt,2);It?(Q.appendChild(It),Q.style.color=lt):(Q.textContent=Vi,Qa?Q.style.color=Qa:Q.classList.add("persona-text-white"))}else Q.textContent=Vi,Qa?Q.style.color=Qa:Q.classList.add("persona-text-white");Q.className="persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer",I1?(Q.style.backgroundColor=I1,Q.classList.remove("persona-bg-persona-primary")):Q.classList.add("persona-bg-persona-primary")}else Q.textContent=(aH=(tH=e.copy)==null?void 0:tH.sendButtonLabel)!=null?aH:"Send",Q.style.width="",Q.style.height="",Q.style.minWidth="",Q.style.minHeight="",Q.style.fontSize="",Q.style.lineHeight="",Q.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",I1?(Q.style.backgroundColor=I1,Q.classList.remove("persona-bg-persona-accent")):Q.classList.add("persona-bg-persona-accent"),Qa?Q.style.color=Qa:Q.classList.add("persona-text-white");Gt.borderWidth?(Q.style.borderWidth=Gt.borderWidth,Q.style.borderStyle="solid"):(Q.style.borderWidth="",Q.style.borderStyle=""),Gt.borderColor?Q.style.borderColor=Gt.borderColor:Q.style.borderColor="",Gt.paddingX?(Q.style.paddingLeft=Gt.paddingX,Q.style.paddingRight=Gt.paddingX):(Q.style.paddingLeft="",Q.style.paddingRight=""),Gt.paddingY?(Q.style.paddingTop=Gt.paddingY,Q.style.paddingBottom=Gt.paddingY):(Q.style.paddingTop="",Q.style.paddingBottom="");let Wi=Je==null?void 0:Je.querySelector(".persona-send-button-tooltip");if(B1&&Na)if(Wi)Wi.textContent=Na,Wi.style.display="";else{let G=document.createElement("div");G.className="persona-send-button-tooltip",G.textContent=Na,Je==null||Je.insertBefore(G,Q)}else Wi&&(Wi.style.display="none");let Oi=(rH=e.statusIndicator)!=null?rH:{},CR=(oH=Oi.visible)!=null?oH:!0;if(mt.style.display=CR?"":"none",E){let G=E.getStatus(),lt=It=>{var Ze,ht,Kt,ia;return It==="idle"?(Ze=Oi.idleText)!=null?Ze:ua.idle:It==="connecting"?(ht=Oi.connectingText)!=null?ht:ua.connecting:It==="connected"?(Kt=Oi.connectedText)!=null?Kt:ua.connected:It==="error"?(ia=Oi.errorText)!=null?ia:ua.error:ua[It]};mt.textContent=lt(G)}},open(){b&&Bt(!0,"api")},close(){b&&Bt(!1,"api")},toggle(){b&&Bt(!C,"api")},clearChat(){oa=!1,E.clearMessages(),Rt.clear();try{localStorage.removeItem(Ti),e.debug&&console.log(`[AgentWidget] Cleared default localStorage key: ${Ti}`)}catch(x){console.error("[AgentWidget] Failed to clear default localStorage:",x)}if(e.clearChatHistoryStorageKey&&e.clearChatHistoryStorageKey!==Ti)try{localStorage.removeItem(e.clearChatHistoryStorageKey),e.debug&&console.log(`[AgentWidget] Cleared custom localStorage key: ${e.clearChatHistoryStorageKey}`)}catch(x){console.error("[AgentWidget] Failed to clear custom localStorage:",x)}let p=new CustomEvent("persona:clear-chat",{detail:{timestamp:new Date().toISOString()}});if(window.dispatchEvent(p),n!=null&&n.clear)try{let x=n.clear();x instanceof Promise&&x.catch(S=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",S)})}catch(x){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",x)}l={},k.syncFromMetadata(),j==null||j.clear(),K==null||K.update()},setMessage(p){return!se||E.isStreaming()?!1:(!C&&b&&Bt(!0,"system"),se.value=p,se.dispatchEvent(new Event("input",{bubbles:!0})),!0)},submitMessage(p){if(E.isStreaming())return!1;let x=(p==null?void 0:p.trim())||se.value.trim();return x?(!C&&b&&Bt(!0,"system"),se.value="",se.style.height="auto",E.sendMessage(x),!0):!1},startVoiceRecognition(){var x,S;return E.isStreaming()?!1:((S=(x=e.voiceRecognition)==null?void 0:x.provider)==null?void 0:S.type)==="runtype"?(E.isVoiceActive()||(!C&&b&&Bt(!0,"system"),at.manuallyDeactivated=!1,wa(),E.toggleVoice().then(()=>{at.active=E.isVoiceActive(),Fa("user"),E.isVoiceActive()&&vr()})),!0):Ha?!0:Di()?(!C&&b&&Bt(!0,"system"),at.manuallyDeactivated=!1,wa(),Dr("user"),!0):!1},stopVoiceRecognition(){var p,x;return((x=(p=e.voiceRecognition)==null?void 0:p.provider)==null?void 0:x.type)==="runtype"?E.isVoiceActive()?(E.toggleVoice().then(()=>{at.active=!1,at.manuallyDeactivated=!0,wa(),Fa("user"),ja()}),!0):!1:Ha?(at.manuallyDeactivated=!0,wa(),$a("user"),!0):!1},injectMessage(p){return!C&&b&&Bt(!0,"system"),E.injectMessage(p)},injectAssistantMessage(p){!C&&b&&Bt(!0,"system");let x=E.injectAssistantMessage(p);return I&&(I=!1,z&&(clearTimeout(z),z=null),setTimeout(()=>{E&&!E.isStreaming()&&E.continueConversation()},100)),x},injectUserMessage(p){return!C&&b&&Bt(!0,"system"),E.injectUserMessage(p)},injectSystemMessage(p){return!C&&b&&Bt(!0,"system"),E.injectSystemMessage(p)},injectMessageBatch(p){return!C&&b&&Bt(!0,"system"),E.injectMessageBatch(p)},injectTestMessage(p){!C&&b&&Bt(!0,"system"),E.injectTestEvent(p)},async connectStream(p,x){return E.connectStream(p,x)},__pushEventStreamEvent(p){j&&j.push({id:`evt-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,type:p.type,timestamp:Date.now(),payload:JSON.stringify(p.payload)})},showEventStream(){!ae||!j||Qe()},hideEventStream(){re&&et()},isEventStreamVisible(){return re},showArtifacts(){qa(e)&&(oa=!1,La(),tt==null||tt.setMobileOpen(!0))},hideArtifacts(){qa(e)&&(oa=!0,La())},upsertArtifact(p){return qa(e)?(oa=!1,E.upsertArtifact(p)):null},selectArtifact(p){qa(e)&&E.selectArtifact(p)},clearArtifacts(){qa(e)&&E.clearArtifacts()},focusInput(){return b&&!C||!se?!1:(se.focus(),!0)},async resolveApproval(p,x){let B=E.getMessages().find(V=>{var W;return V.variant==="approval"&&((W=V.approval)==null?void 0:W.id)===p});if(!(B!=null&&B.approval))throw new Error(`Approval not found: ${p}`);return E.resolveApproval(B.approval,x)},getMessages(){return E.getMessages()},getStatus(){return E.getStatus()},getPersistentMetadata(){return{...l}},updatePersistentMetadata(p){f(p)},on(p,x){return o.on(p,x)},off(p,x){o.off(p,x)},isOpen(){return b&&C},isVoiceActive(){return at.active},getState(){return{open:b&&C,launcherEnabled:b,voiceActive:at.active,streaming:E.isStreaming()}},showCSATFeedback(p){!C&&b&&Bt(!0,"system");let x=Ee.querySelector(".persona-feedback-container");x&&x.remove();let S=Tk({onSubmit:async(B,V)=>{var W;E.isClientTokenMode()&&await E.submitCSATFeedback(B,V),(W=p==null?void 0:p.onSubmit)==null||W.call(p,B,V)},onDismiss:p==null?void 0:p.onDismiss,...p});Ee.appendChild(S),S.scrollIntoView({behavior:"smooth",block:"end"})},showNPSFeedback(p){!C&&b&&Bt(!0,"system");let x=Ee.querySelector(".persona-feedback-container");x&&x.remove();let S=Lk({onSubmit:async(B,V)=>{var W;E.isClientTokenMode()&&await E.submitNPSFeedback(B,V),(W=p==null?void 0:p.onSubmit)==null||W.call(p,B,V)},onDismiss:p==null?void 0:p.onDismiss,...p});Ee.appendChild(S),S.scrollIntoView({behavior:"smooth",block:"end"})},async submitCSATFeedback(p,x){return E.submitCSATFeedback(p,x)},async submitNPSFeedback(p,x){return E.submitNPSFeedback(p,x)},destroy(){Et.forEach(p=>p()),we.remove(),Ge==null||Ge.destroy(),Ke==null||Ke.remove(),$&&xe.removeEventListener("click",$)}};if((((uL=t==null?void 0:t.debugTools)!=null?uL:!1)||!!e.debug)&&typeof window!="undefined"){let p=window.AgentWidgetBrowser,x={controller:P,getMessages:P.getMessages,getStatus:P.getStatus,getMetadata:P.getPersistentMetadata,updateMetadata:P.updatePersistentMetadata,clearHistory:()=>P.clearChat(),setVoiceActive:S=>S?P.startVoiceRecognition():P.stopVoiceRecognition()};window.AgentWidgetBrowser=x,Et.push(()=>{window.AgentWidgetBrowser===x&&(window.AgentWidgetBrowser=p)})}if(typeof window!="undefined"){let p=r.getAttribute("data-persona-instance")||r.id||"persona-"+Math.random().toString(36).slice(2,8),x=Z=>{let _=Z.detail;(!(_!=null&&_.instanceId)||_.instanceId===p)&&P.focusInput()};if(window.addEventListener("persona:focusInput",x),Et.push(()=>{window.removeEventListener("persona:focusInput",x)}),ae){let Z=ue=>{let Ce=ue.detail;(!(Ce!=null&&Ce.instanceId)||Ce.instanceId===p)&&P.showEventStream()},_=ue=>{let Ce=ue.detail;(!(Ce!=null&&Ce.instanceId)||Ce.instanceId===p)&&P.hideEventStream()};window.addEventListener("persona:showEventStream",Z),window.addEventListener("persona:hideEventStream",_),Et.push(()=>{window.removeEventListener("persona:showEventStream",Z),window.removeEventListener("persona:hideEventStream",_)})}let S=Z=>{let _=Z.detail;(!(_!=null&&_.instanceId)||_.instanceId===p)&&P.showArtifacts()},B=Z=>{let _=Z.detail;(!(_!=null&&_.instanceId)||_.instanceId===p)&&P.hideArtifacts()},V=Z=>{let _=Z.detail;_!=null&&_.instanceId&&_.instanceId!==p||_!=null&&_.artifact&&P.upsertArtifact(_.artifact)},W=Z=>{let _=Z.detail;_!=null&&_.instanceId&&_.instanceId!==p||typeof(_==null?void 0:_.id)=="string"&&P.selectArtifact(_.id)},F=Z=>{let _=Z.detail;(!(_!=null&&_.instanceId)||_.instanceId===p)&&P.clearArtifacts()};window.addEventListener("persona:showArtifacts",S),window.addEventListener("persona:hideArtifacts",B),window.addEventListener("persona:upsertArtifact",V),window.addEventListener("persona:selectArtifact",W),window.addEventListener("persona:clearArtifacts",F),Et.push(()=>{window.removeEventListener("persona:showArtifacts",S),window.removeEventListener("persona:hideArtifacts",B),window.removeEventListener("persona:upsertArtifact",V),window.removeEventListener("persona:selectArtifact",W),window.removeEventListener("persona:clearArtifacts",F)})}let ie=_I(e.persistState);if(ie&&b){let p=qI(ie.storage),x=`${ie.keyPrefix}widget-open`,S=`${ie.keyPrefix}widget-voice`,B=`${ie.keyPrefix}widget-voice-mode`;if(p){let V=((fL=ie.persist)==null?void 0:fL.openState)&&p.getItem(x)==="true",W=((hL=ie.persist)==null?void 0:hL.voiceState)&&p.getItem(S)==="true",F=((mL=ie.persist)==null?void 0:mL.voiceState)&&p.getItem(B)==="true";if(V&&setTimeout(()=>{P.open(),setTimeout(()=>{var Z;if(W||F)P.startVoiceRecognition();else if((Z=ie.persist)!=null&&Z.focusInput){let _=r.querySelector("textarea");_&&_.focus()}},100)},0),(xL=ie.persist)!=null&&xL.openState&&(o.on("widget:opened",()=>{p.setItem(x,"true")}),o.on("widget:closed",()=>{p.setItem(x,"false")})),(gL=ie.persist)!=null&&gL.voiceState&&(o.on("voice:state",Z=>{p.setItem(S,Z.active?"true":"false")}),o.on("user:message",Z=>{p.setItem(B,Z.viaVoice?"true":"false")})),ie.clearOnChatClear){let Z=()=>{p.removeItem(x),p.removeItem(S),p.removeItem(B)},_=()=>Z();window.addEventListener("persona:clear-chat",_),Et.push(()=>{window.removeEventListener("persona:clear-chat",_)})}}}return i&&b&&setTimeout(()=>{P.open()},0),P};var UI=(r,a)=>{let t=r.trim(),e=/^(\d+(?:\.\d+)?)px$/i.exec(t);if(e)return Math.max(0,parseFloat(e[1]));let s=/^(\d+(?:\.\d+)?)%$/i.exec(t);return s?Math.max(0,a*parseFloat(s[1])/100):420},UP=(r,a)=>{var e,s;let t=(s=(e=a==null?void 0:a.launcher)==null?void 0:e.enabled)!=null?s:!0;r.className="persona-host",r.style.height=t?"":"100%",r.style.display=t?"":"flex",r.style.flexDirection=t?"":"column",r.style.flex=t?"":"1 1 auto",r.style.minHeight=t?"":"0"},IT=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=""},$P=r=>{r.style.inset="",r.style.width="",r.style.height="",r.style.maxWidth="",r.style.minWidth="",IT(r)},PT=r=>{r.style.transition=""},RT=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=""},BT=r=>{r.style.width="",r.style.maxWidth="",r.style.minWidth="",r.style.flex="1 1 auto"},Hk=(r,a)=>{r.style.width="",r.style.minWidth="",r.style.maxWidth="",r.style.boxSizing="",a.style.alignItems=""},$I=(r,a,t,e,s)=>{s?t.parentElement!==a&&(r.replaceChildren(),a.replaceChildren(t,e),r.appendChild(a)):t.parentElement===a&&(a.replaceChildren(),r.appendChild(t),r.appendChild(e))},jI=(r,a,t,e,s,o)=>{let n=o?a:r;s==="left"?n.firstElementChild!==e&&n.replaceChildren(e,t):n.lastElementChild!==e&&n.replaceChildren(t,e)},jP=(r,a,t,e,s,o,n)=>{var g,k,b,v;let l=_a(o),d=l.reveal==="push";$I(r,a,t,e,d),jI(r,a,t,e,l.side,d),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",t.style.display="flex",t.style.flexDirection="column",t.style.minHeight="0",t.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,u=(k=(g=o==null?void 0:o.launcher)==null?void 0:g.mobileFullscreen)!=null?k:!0,c=(v=(b=o==null?void 0:o.launcher)==null?void 0:b.mobileBreakpoint)!=null?v:640,f=i!=null?i.innerWidth<=c:!1;if(u&&f&&n){r.dataset.personaDockMobileFullscreen="true",r.removeAttribute("data-persona-dock-reveal"),RT(a),PT(e),$P(e),BT(t),Hk(s,e),r.style.display="flex",r.style.flexDirection="column",r.style.alignItems="stretch",r.style.overflow="hidden",t.style.flex="1 1 auto",t.style.width="100%",t.style.minWidth="0",e.style.display="flex",e.style.flexDirection="column",e.style.position="fixed",e.style.inset="0",e.style.width="100%",e.style.height="100%",e.style.maxWidth="100%",e.style.minWidth="0",e.style.minHeight="0",e.style.overflow="hidden",e.style.zIndex="9999",e.style.transform="none",e.style.transition="none",e.style.pointerEvents="auto",e.style.flex="none",d&&(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",t.style.flex="1 1 auto",t.style.width="100%",t.style.maxWidth="100%",t.style.minWidth="0");return}if(r.removeAttribute("data-persona-dock-mobile-fullscreen"),$P(e),l.reveal==="overlay"){r.style.display="flex",r.style.flexDirection="row",r.style.alignItems="stretch",r.style.overflow="hidden",r.dataset.personaDockReveal="overlay",RT(a),PT(e),BT(t),Hk(s,e);let M=l.animate?"transform 180ms ease":"none",H=l.side==="right"?"translateX(100%)":"translateX(-100%)",m=n?"translateX(0)":H;e.style.display="flex",e.style.flexDirection="column",e.style.flex="none",e.style.position="absolute",e.style.top="0",e.style.bottom="0",e.style.width=l.width,e.style.maxWidth=l.width,e.style.minWidth=l.width,e.style.minHeight="0",e.style.overflow="hidden",e.style.transition=M,e.style.transform=m,e.style.pointerEvents=n?"auto":"none",e.style.zIndex="2",l.side==="right"?(e.style.right="0",e.style.left=""):(e.style.left="0",e.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",PT(e),IT(e),Hk(s,e);let M=UI(l.width,r.clientWidth),H=Math.max(0,r.clientWidth),m=l.animate?"transform 180ms ease":"none",y=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=`${H+M}px`,a.style.transition=m,a.style.transform=y,t.style.flex="0 0 auto",t.style.flexGrow="0",t.style.flexShrink="0",t.style.width=`${H}px`,t.style.maxWidth=`${H}px`,t.style.minWidth=`${H}px`,e.style.display="flex",e.style.flexDirection="column",e.style.flex="0 0 auto",e.style.flexShrink="0",e.style.width=l.width,e.style.minWidth=l.width,e.style.maxWidth=l.width,e.style.position="relative",e.style.overflow="hidden",e.style.transition="none",e.style.pointerEvents=n?"auto":"none"}else{r.style.display="flex",r.style.flexDirection="row",r.style.alignItems="stretch",r.style.overflow="",RT(a),IT(e),BT(t),Hk(s,e);let M=l.reveal==="emerge";M?r.dataset.personaDockReveal="emerge":r.removeAttribute("data-persona-dock-reveal");let H=n?l.width:"0px",m=l.animate?"width 180ms ease, min-width 180ms ease, max-width 180ms ease, flex-basis 180ms ease":"none",y=!n;e.style.display="flex",e.style.flexDirection="column",e.style.flex=`0 0 ${H}`,e.style.width=H,e.style.maxWidth=H,e.style.minWidth=H,e.style.minHeight="0",e.style.position="relative",e.style.overflow=M||y?"hidden":"visible",e.style.transition=m,M&&(e.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")}},GI=(r,a)=>{let t=r.ownerDocument.createElement("div");return UP(t,a),r.appendChild(t),{mode:"direct",host:t,shell:null,syncWidgetState:()=>{},updateConfig(e){UP(t,e)},destroy(){t.remove()}}},ZI=(r,a)=>{var M,H,m,y;let{ownerDocument:t}=r,e=r.parentElement;if(!e)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=t.createElement("div"),l=t.createElement("div"),d=t.createElement("div"),i=t.createElement("aside"),u=t.createElement("div"),c=(H=(M=a==null?void 0:a.launcher)==null?void 0:M.enabled)==null||H?(y=(m=a==null?void 0:a.launcher)==null?void 0:m.autoExpand)!=null?y:!1:!0;l.dataset.personaDockRole="push-track",d.dataset.personaDockRole="content",i.dataset.personaDockRole="panel",u.dataset.personaDockRole="host",i.appendChild(u),e.insertBefore(n,r),d.appendChild(r);let f=null,h=()=>{f==null||f.disconnect(),f=null},g=()=>{h(),_a(a).reveal==="push"&&typeof ResizeObserver!="undefined"&&(f=new ResizeObserver(()=>{jP(n,l,d,i,u,a,c)}),f.observe(n))},k=()=>{jP(n,l,d,i,u,a,c),g()},b=n.ownerDocument.defaultView,v=()=>{k()};return b==null||b.addEventListener("resize",v),_a(a).reveal==="push"?(l.appendChild(d),l.appendChild(i),n.appendChild(l)):(n.appendChild(d),n.appendChild(i)),k(),{mode:"docked",host:u,shell:n,syncWidgetState(L){let C=L.launcherEnabled?L.open:!0;c!==C&&(c=C,k())},updateConfig(L){var C,I;a=L,((I=(C=a==null?void 0:a.launcher)==null?void 0:C.enabled)!=null?I:!0)===!1&&(c=!0),k()},destroy(){b==null||b.removeEventListener("resize",v),h(),e.isConnected&&(o&&o.parentNode===e?e.insertBefore(r,o):e.appendChild(r)),n.remove()}}},m1=(r,a)=>sa(a)?ZI(r,a):GI(r,a);var DT={},XI=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},JI=()=>{try{if(typeof DT!="undefined"&&DT.url)return new URL("../widget.css",DT.url).href}catch{}return null},GP=(r,a)=>{let t=JI(),e=()=>{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(t){let s=a.createElement("link");s.rel="stylesheet",s.href=t,s.setAttribute("data-persona","true"),r.insertBefore(s,r.firstChild)}else e();else if(!a.head.querySelector("link[data-persona]")&&t){let o=a.createElement("link");o.rel="stylesheet",o.href=t,o.setAttribute("data-persona","true"),a.head.appendChild(o)}},VT=r=>{var b;let a=XI(r.target),t=r.useShadowDom===!0,e=a.ownerDocument,s=r.config,o=m1(a,s),n,l=[],d=(v,M)=>{var L,C;let m=!((C=(L=M==null?void 0:M.launcher)==null?void 0:L.enabled)!=null?C:!0)||sa(M),y=e.createElement("div");if(y.setAttribute("data-persona-root","true"),m&&(y.style.height="100%",y.style.display="flex",y.style.flexDirection="column",y.style.flex="1",y.style.minHeight="0"),t){let I=v.attachShadow({mode:"open"});I.appendChild(y),GP(I,e)}else v.appendChild(y),GP(v,e);return a.id&&y.setAttribute("data-persona-instance",a.id),y},i=()=>{o.syncWidgetState(n.getState())},u=()=>{l.forEach(v=>v()),l=[n.on("widget:opened",i),n.on("widget:closed",i)],i()},c=()=>{let v=d(o.host,s);n=Ek(v,s,{debugTools:r.debugTools}),u()},f=()=>{l.forEach(v=>v()),l=[],n.destroy()};c(),(b=r.onReady)==null||b.call(r);let h=v=>{f(),o.destroy(),o=m1(a,v),s=v,c()},g={update(v){var y,L,C,I,z,U;let M={...s,...v,launcher:{...(y=s==null?void 0:s.launcher)!=null?y:{},...(L=v==null?void 0:v.launcher)!=null?L:{},dock:{...(I=(C=s==null?void 0:s.launcher)==null?void 0:C.dock)!=null?I:{},...(U=(z=v==null?void 0:v.launcher)==null?void 0:z.dock)!=null?U:{}}}},H=sa(s),m=sa(M);if(H!==m){h(M);return}s=M,o.updateConfig(s),n.update(v),i()},destroy(){f(),o.destroy(),r.windowKey&&typeof window!="undefined"&&delete window[r.windowKey]}},k=new Proxy(g,{get(v,M,H){if(M==="host")return o.host;if(M in v)return Reflect.get(v,M,H);let m=n[M];return typeof m=="function"?m.bind(n):m}});return r.windowKey&&typeof window!="undefined"&&(window[r.windowKey]=k),k};var YP=new Set(["script","style","noscript","svg","path","meta","link","br","hr"]),KI=new Set(["button","a","input","select","textarea","details","summary"]),YI=new Set(["button","link","menuitem","tab","option","switch","checkbox","radio","combobox","listbox","slider","spinbutton","textbox"]),FT=/\b(product|card|item|listing|result)\b/i,OT=/\$[\d,]+(?:\.\d{2})?|€[\d,]+(?:\.\d{2})?|£[\d,]+(?:\.\d{2})?|USD\s*[\d,]+(?:\.\d{2})?/i,QI=3e3,eD=100;function QP(r){let a=typeof r.className=="string"?r.className:"";if(FT.test(a)||r.id&&FT.test(r.id))return!0;for(let t=0;t<r.attributes.length;t++){let e=r.attributes[t];if(e.name.startsWith("data-")&&FT.test(e.value))return!0}return!1}function eR(r){var a;return OT.test(((a=r.textContent)!=null?a:"").trim())}function tR(r){var t;let a=r.querySelectorAll("a[href]");for(let e=0;e<a.length;e++){let s=(t=a[e].getAttribute("href"))!=null?t:"";if(s&&s!=="#"&&!s.toLowerCase().startsWith("javascript:"))return!0}return!1}function tD(r){return!!r.querySelector('button, [role="button"], input[type="submit"], input[type="button"]')}function ZP(r){let a=r.match(OT);return a?a[0]:null}function XP(r){var e,s,o;let a=(e=r.querySelector(".product-title a, h1 a, h2 a, h3 a, h4 a, .title a, a[href]"))!=null?e: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 t=r.querySelector("h1, h2, h3, h4, h5, h6");return(o=t==null?void 0:t.textContent)!=null&&o.trim()?{title:t.textContent.trim(),href:null}:{title:"",href:null}}function aD(r){let a=[],t=e=>{let s=e.trim();s&&!a.includes(s)&&a.push(s)};return r.querySelectorAll("button").forEach(e=>{var s;return t((s=e.textContent)!=null?s:"")}),r.querySelectorAll('[role="button"]').forEach(e=>{var s;return t((s=e.textContent)!=null?s:"")}),r.querySelectorAll('input[type="submit"], input[type="button"]').forEach(e=>{var s;t((s=e.value)!=null?s:"")}),a.slice(0,6)}var rD="commerce-card",oD="result-card";function JP(r){return!QP(r)||!eR(r)||!tR(r)&&!tD(r)?0:5200}function KP(r){var e;return!QP(r)||eR(r)||!tR(r)||((e=r.textContent)!=null?e:"").trim().length<20||!(!!r.querySelector("h1, h2, h3, h4, h5, h6, .title")||!!r.querySelector(".snippet, .description, p"))?0:2800}var NT=[{id:rD,scoreElement(r){return JP(r)},shouldSuppressDescendant(r,a,t){if(a===r||!r.contains(a))return!1;if(t.interactivity==="static"){let e=t.text.trim();return!!(e.length===0||OT.test(e)&&e.length<32)}return!0},formatSummary(r,a){var d,i,u;if(JP(r)===0)return null;let{title:t,href:e}=XP(r),s=(u=(i=ZP(((d=r.textContent)!=null?d:"").trim()))!=null?i:ZP(a.text))!=null?u:"",o=aD(r);return[e&&t?`[${t}](${e})${s?` \u2014 ${s}`:""}`:t?`${t}${s?` \u2014 ${s}`:""}`:s||a.text.trim().slice(0,120),`selector: ${a.selector}`,o.length?`actions: ${o.join(", ")}`:""].filter(Boolean).join(`
146
146
  `)}},{id:oD,scoreElement(r){return KP(r)},formatSummary(r,a){if(KP(r)===0)return null;let{title:t,href:e}=XP(r);return[e&&t?`[${t}](${e})`:t||a.text.trim().slice(0,120),`selector: ${a.selector}`].filter(Boolean).join(`
147
147
  `)}}];function sD(){typeof console!="undefined"&&typeof console.warn=="function"&&console.warn('[persona] collectEnrichedPageContext: options.mode is "simple" but `rules` were provided; rules are ignored.')}function nD(r){var u,c,f,h,g,k,b,v,M,H,m,y,L;let a=(u=r.options)!=null?u:{},t=(f=(c=a.maxElements)!=null?c:r.maxElements)!=null?f:80,e=(g=(h=a.excludeSelector)!=null?h:r.excludeSelector)!=null?g:".persona-host",s=(b=(k=a.maxTextLength)!=null?k:r.maxTextLength)!=null?b:200,o=(M=(v=a.visibleOnly)!=null?v:r.visibleOnly)!=null?M:!0,n=(H=a.root)!=null?H:r.root,l=(m=a.mode)!=null?m:"structured",d=(y=a.maxCandidates)!=null?y:Math.max(500,t*10),i=(L=r.rules)!=null?L:NT;return l==="simple"&&r.rules&&r.rules.length>0?(sD(),i=[]):l==="simple"&&(i=[]),{mode:l,maxElements:t,maxCandidates:d,excludeSelector:e,maxTextLength:s,visibleOnly:o,root:n,rules:i}}function WT(r){return typeof CSS!="undefined"&&typeof CSS.escape=="function"?CSS.escape(r):r.replace(/([^\w-])/g,"\\$1")}var lD=["data-testid","data-product","data-action","data-id","data-name","data-type"];function iD(r){let a=r.tagName.toLowerCase(),t=r.getAttribute("role");return a==="a"&&r.hasAttribute("href")?"navigable":a==="input"||a==="select"||a==="textarea"||t==="textbox"||t==="combobox"||t==="listbox"||t==="spinbutton"?"input":a==="button"||t==="button"||KI.has(a)||t&&YI.has(t)||r.hasAttribute("tabindex")||r.hasAttribute("onclick")||r.getAttribute("contenteditable")==="true"?"clickable":"static"}function aR(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 dD(r){let a={},t=r.id;t&&(a.id=t);let e=r.getAttribute("href");e&&(a.href=e);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 d=r.getAttribute("role");d&&(a.role=d);for(let i=0;i<r.attributes.length;i++){let u=r.attributes[i];u.name.startsWith("data-")&&(a[u.name]=u.value)}return a}function zT(r){let a=r.tagName.toLowerCase();if(r.id){let s=`#${WT(r.id)}`;try{if(r.ownerDocument.querySelectorAll(s).length===1)return s}catch{}}for(let s of lD){let o=r.getAttribute(s);if(o){let n=`${a}[${s}="${WT(o)}"]`;try{if(r.ownerDocument.querySelectorAll(n).length===1)return n}catch{}}}let t=Array.from(r.classList).filter(s=>s&&!s.startsWith("persona-")).slice(0,3);if(t.length>0){let s=`${a}.${t.map(n=>WT(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 d=`${s}:nth-of-type(${l+1})`;try{if(r.ownerDocument.querySelectorAll(d).length===1)return d}catch{}}}}let e=r.parentElement;if(e){let o=Array.from(e.querySelectorAll(`:scope > ${a}`)).indexOf(r);if(o>=0)return`${a}:nth-of-type(${o+1})`}return a}function pD(r){return r==="static"?eD:QI}function rR(r,a){var s;let t=r.tagName.toLowerCase(),e=((s=r.textContent)!=null?s:"").trim().substring(0,a);return{selector:zT(r),tagName:t,text:e,role:r.getAttribute("role"),interactivity:iD(r),attributes:dD(r)}}function cD(r,a,t,e){let s=pD(a.interactivity),o=null;for(let n of t){let l=n.scoreElement(r,a,e);l>0&&(s+=l,n.formatSummary&&!o&&(o=n))}return{score:s,formattingRule:o}}function uD(r,a){var t;for(let e of r)if(a.el!==e.el&&(t=e.formattingRule)!=null&&t.shouldSuppressDescendant&&e.el.contains(a.el)&&e.formattingRule.shouldSuppressDescendant(e.el,a.el,a.enriched))return!0;return!1}function fD(r,a){let t={doc:a.ownerDocument,maxTextLength:r.maxTextLength},e=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,u=i.tagName.toLowerCase();if(YP.has(u)){l=n.nextNode();continue}if(r.excludeSelector)try{if(i.closest(r.excludeSelector)){l=n.nextNode();continue}}catch{}if(r.visibleOnly&&!aR(i)){l=n.nextNode();continue}let c=rR(i,r.maxTextLength),f=c.text.length>0,h=Object.keys(c.attributes).length>0&&!Object.keys(c.attributes).every(b=>b==="role");if(!f&&!h){l=n.nextNode();continue}if(e.has(c.selector)){l=n.nextNode();continue}e.add(c.selector);let{score:g,formattingRule:k}=cD(i,c,r.rules,t);s.push({el:i,domIndex:o,enriched:c,score:g,formattingRule:k}),o+=1}l=n.nextNode()}s.sort((i,u)=>{let c=i.enriched.interactivity==="static"?1:0,f=u.enriched.interactivity==="static"?1:0;return c!==f?c-f:u.score!==i.score?u.score-i.score:i.domIndex-u.domIndex});let d=[];for(let i of s){if(d.length>=r.maxElements)break;uD(d,i)||d.push(i)}return d.sort((i,u)=>{let c=i.enriched.interactivity==="static"?1:0,f=u.enriched.interactivity==="static"?1:0;return c!==f?c-f:c===1&&u.score!==i.score?u.score-i.score:i.domIndex-u.domIndex}),d.map(i=>{var f;let u;if((f=i.formattingRule)!=null&&f.formatSummary){let h=i.formattingRule.formatSummary(i.el,i.enriched,t);h&&(u=h)}let c={...i.enriched};return u&&(c.formattedSummary=u),c})}function hD(r,a){let t=[],e=new Set,s=document.createTreeWalker(a,NodeFilter.SHOW_ELEMENT,null),o=s.currentNode;for(;o&&t.length<r.maxElements;){if(o.nodeType===Node.ELEMENT_NODE){let d=o,i=d.tagName.toLowerCase();if(YP.has(i)){o=s.nextNode();continue}if(r.excludeSelector)try{if(d.closest(r.excludeSelector)){o=s.nextNode();continue}}catch{}if(r.visibleOnly&&!aR(d)){o=s.nextNode();continue}let u=rR(d,r.maxTextLength),c=u.text.length>0,f=Object.keys(u.attributes).length>0&&!Object.keys(u.attributes).every(h=>h==="role");if(!c&&!f){o=s.nextNode();continue}e.has(u.selector)||(e.add(u.selector),t.push(u))}o=s.nextNode()}let n=[],l=[];for(let d of t)d.interactivity!=="static"?n.push(d):l.push(d);return[...n,...l].slice(0,r.maxElements)}function oR(r={}){var e;let a=nD(r),t=(e=a.root)!=null?e:document.body;return t?a.mode==="simple"?hD(a,t):fD(a,t):[]}var Pk=100;function sR(r,a={}){var o;if(r.length===0)return"No page elements found.";let t=(o=a.mode)!=null?o:"structured",e=[];if(t==="structured"){let n=r.map(l=>l.formattedSummary).filter(l=>!!l&&l.length>0);n.length>0&&e.push(`Structured summaries:
148
148
  ${n.map(l=>`- ${l.split(`
@@ -158,7 +158,7 @@ ${n.join(`
158
158
  ${n.join(`
159
159
  `)}`)}return e.join(`
160
160
 
161
- `)}var nR={name:"@runtypelabs/persona",version:"3.1.1",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"},"./widget.css":{import:"./widget.css",default:"./dist/widget.css"}},files:["dist","widget.css","src"],scripts:{build:"rimraf dist && npm run build:styles && npm run build:client && npm run build:installer","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 Qr=nR.version;function yr(r){if(r!==void 0)return typeof r=="string"?r:Array.isArray(r)?`[${r.map(a=>a.toString()).join(", ")}]`:r.toString()}function xD(r){if(r)return{getHeaders:yr(r.getHeaders),onFeedback:yr(r.onFeedback),onCopy:yr(r.onCopy),requestMiddleware:yr(r.requestMiddleware),actionHandlers:yr(r.actionHandlers),actionParsers:yr(r.actionParsers),postprocessMessage:yr(r.postprocessMessage),contextProviders:yr(r.contextProviders),streamParser:yr(r.streamParser)}}var lR=`({ text, message }: any) => {
161
+ `)}var nR={name:"@runtypelabs/persona",version:"3.2.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"},"./widget.css":{import:"./widget.css",default:"./dist/widget.css"}},files:["dist","widget.css","src"],scripts:{build:"rimraf dist && npm run build:styles && npm run build:client && npm run build:installer","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 Qr=nR.version;function yr(r){if(r!==void 0)return typeof r=="string"?r:Array.isArray(r)?`[${r.map(a=>a.toString()).join(", ")}]`:r.toString()}function xD(r){if(r)return{getHeaders:yr(r.getHeaders),onFeedback:yr(r.onFeedback),onCopy:yr(r.onCopy),requestMiddleware:yr(r.requestMiddleware),actionHandlers:yr(r.actionHandlers),actionParsers:yr(r.actionParsers),postprocessMessage:yr(r.postprocessMessage),contextProviders:yr(r.contextProviders),streamParser:yr(r.streamParser)}}var lR=`({ text, message }: any) => {
162
162
  const jsonSource = (message as any).rawContent || text || message.content;
163
163
  if (!jsonSource || typeof jsonSource !== 'string') return null;
164
164
  let cleanJson = jsonSource