@runtypelabs/persona 1.44.0 → 1.44.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +29 -29
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +4 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.global.js +51 -51
- package/dist/index.global.js.map +1 -1
- package/dist/index.js +29 -29
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/client.test.ts +1 -1
- package/src/client.ts +1 -1
- package/src/components/message-bubble.ts +123 -2
- package/src/session.ts +2 -1
- package/src/ui.ts +66 -0
- package/src/utils/attachment-manager.ts +8 -2
- package/src/utils/content.ts +5 -0
package/dist/index.global.js
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
"use strict";var AgentWidget=(()=>{var
|
|
2
|
-
\r `.includes(r[t]);)t++};return n()}
|
|
1
|
+
"use strict";var AgentWidget=(()=>{var KL=Object.create;var In=Object.defineProperty;var YL=Object.getOwnPropertyDescriptor;var QL=Object.getOwnPropertyNames;var tT=Object.getPrototypeOf,eT=Object.prototype.hasOwnProperty;var BH=r=>{throw TypeError(r)};var aT=(r,e,a)=>e in r?In(r,e,{enumerable:!0,configurable:!0,writable:!0,value:a}):r[e]=a;var RH=(r,e)=>()=>(e||r((e={exports:{}}).exports,e),e.exports),tA=(r,e)=>{for(var a in e)In(r,a,{get:e[a],enumerable:!0})},VH=(r,e,a,t)=>{if(e&&typeof e=="object"||typeof e=="function")for(let s of QL(e))!eT.call(r,s)&&s!==a&&In(r,s,{get:()=>e[s],enumerable:!(t=YL(e,s))||t.enumerable});return r};var FH=(r,e,a)=>(a=r!=null?KL(tT(r)):{},VH(e||!r||!r.__esModule?In(a,"default",{value:r,enumerable:!0}):a,r)),rT=r=>VH(In({},"__esModule",{value:!0}),r);var ee=(r,e,a)=>aT(r,typeof e!="symbol"?e+"":e,a),oT=(r,e,a)=>e.has(r)||BH("Cannot "+a);var IH=(r,e,a)=>e.has(r)?BH("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(r):e.set(r,a);var p2=(r,e,a)=>(oT(r,e,"access private method"),a);var pA=RH(Y=>{"use strict";Object.defineProperty(Y,"__esModule",{value:!0});Y.Allow=Y.ALL=Y.COLLECTION=Y.ATOM=Y.SPECIAL=Y.INF=Y._INFINITY=Y.INFINITY=Y.NAN=Y.BOOL=Y.NULL=Y.OBJ=Y.ARR=Y.NUM=Y.STR=void 0;Y.STR=1;Y.NUM=2;Y.ARR=4;Y.OBJ=8;Y.NULL=16;Y.BOOL=32;Y.NAN=64;Y.INFINITY=128;Y._INFINITY=256;Y.INF=Y.INFINITY|Y._INFINITY;Y.SPECIAL=Y.NULL|Y.BOOL|Y.INF|Y.NAN;Y.ATOM=Y.STR|Y.NUM|Y.SPECIAL;Y.COLLECTION=Y.ARR|Y.OBJ;Y.ALL=Y.ATOM|Y.COLLECTION;Y.Allow={STR:Y.STR,NUM:Y.NUM,ARR:Y.ARR,OBJ:Y.OBJ,NULL:Y.NULL,BOOL:Y.BOOL,NAN:Y.NAN,INFINITY:Y.INFINITY,_INFINITY:Y._INFINITY,INF:Y.INF,SPECIAL:Y.SPECIAL,ATOM:Y.ATOM,COLLECTION:Y.COLLECTION,ALL:Y.ALL};Y.default=Y.Allow});var cA=RH(Ve=>{"use strict";var qT=Ve&&Ve.__createBinding||(Object.create?(function(r,e,a,t){t===void 0&&(t=a);var s=Object.getOwnPropertyDescriptor(e,a);(!s||("get"in s?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:function(){return e[a]}}),Object.defineProperty(r,t,s)}):(function(r,e,a,t){t===void 0&&(t=a),r[t]=e[a]})),NT=Ve&&Ve.__exportStar||function(r,e){for(var a in r)a!=="default"&&!Object.prototype.hasOwnProperty.call(e,a)&&qT(e,r,a)};Object.defineProperty(Ve,"__esModule",{value:!0});Ve.Allow=Ve.MalformedJSON=Ve.PartialJSON=Ve.parseJSON=Ve.parse=void 0;var ze=pA();Object.defineProperty(Ve,"Allow",{enumerable:!0,get:function(){return ze.Allow}});NT(pA(),Ve);var x2=class extends Error{};Ve.PartialJSON=x2;var g2=class extends Error{};Ve.MalformedJSON=g2;function oL(r,e=ze.Allow.ALL){if(typeof r!="string")throw new TypeError(`expecting str, got ${typeof r}`);if(!r.trim())throw new Error(`${r} is empty`);return UT(r.trim(),e)}Ve.parseJSON=oL;var UT=(r,e)=>{let a=r.length,t=0,s=p=>{throw new x2(`${p} at position ${t}`)},o=p=>{throw new g2(`${p} at position ${t}`)},n=()=>(f(),t>=a&&s("Unexpected end of input"),r[t]==='"'?l():r[t]==="{"?i():r[t]==="["?c():r.substring(t,t+4)==="null"||ze.Allow.NULL&e&&a-t<4&&"null".startsWith(r.substring(t))?(t+=4,null):r.substring(t,t+4)==="true"||ze.Allow.BOOL&e&&a-t<4&&"true".startsWith(r.substring(t))?(t+=4,!0):r.substring(t,t+5)==="false"||ze.Allow.BOOL&e&&a-t<5&&"false".startsWith(r.substring(t))?(t+=5,!1):r.substring(t,t+8)==="Infinity"||ze.Allow.INFINITY&e&&a-t<8&&"Infinity".startsWith(r.substring(t))?(t+=8,1/0):r.substring(t,t+9)==="-Infinity"||ze.Allow._INFINITY&e&&1<a-t&&a-t<9&&"-Infinity".startsWith(r.substring(t))?(t+=9,-1/0):r.substring(t,t+3)==="NaN"||ze.Allow.NAN&e&&a-t<3&&"NaN".startsWith(r.substring(t))?(t+=3,NaN):m()),l=()=>{let p=t,u=!1;for(t++;t<a&&(r[t]!=='"'||u&&r[t-1]==="\\");)u=r[t]==="\\"?!u:!1,t++;if(r.charAt(t)=='"')try{return JSON.parse(r.substring(p,++t-Number(u)))}catch(w){o(String(w))}else if(ze.Allow.STR&e)try{return JSON.parse(r.substring(p,t-Number(u))+'"')}catch{return JSON.parse(r.substring(p,r.lastIndexOf("\\"))+'"')}s("Unterminated string literal")},i=()=>{t++,f();let p={};try{for(;r[t]!=="}";){if(f(),t>=a&&ze.Allow.OBJ&e)return p;let u=l();f(),t++;try{let w=n();p[u]=w}catch(w){if(ze.Allow.OBJ&e)return p;throw w}f(),r[t]===","&&t++}}catch{if(ze.Allow.OBJ&e)return p;s("Expected '}' at end of object")}return t++,p},c=()=>{t++;let p=[];try{for(;r[t]!=="]";)p.push(n()),f(),r[t]===","&&t++}catch{if(ze.Allow.ARR&e)return p;s("Expected ']' at end of array")}return t++,p},m=()=>{if(t===0){r==="-"&&o("Not sure what '-' is");try{return JSON.parse(r)}catch(u){if(ze.Allow.NUM&e)try{return JSON.parse(r.substring(0,r.lastIndexOf("e")))}catch{}o(String(u))}}let p=t;for(r[t]==="-"&&t++;r[t]&&",]}".indexOf(r[t])===-1;)t++;t==a&&!(ze.Allow.NUM&e)&&s("Unterminated number literal");try{return JSON.parse(r.substring(p,t))}catch{r.substring(p,t)==="-"&&s("Not sure what '-' is");try{return JSON.parse(r.substring(p,r.lastIndexOf("e")))}catch(w){o(String(w))}}},f=()=>{for(;t<a&&`
|
|
2
|
+
\r `.includes(r[t]);)t++};return n()},$T=oL;Ve.parse=$T});var KP={};tA(KP,{AgentWidgetClient:()=>za,AgentWidgetSession:()=>ar,AttachmentManager:()=>Na,DEFAULT_DARK_THEME:()=>PA,DEFAULT_LIGHT_THEME:()=>TA,DEFAULT_WIDGET_CONFIG:()=>oe,VERSION:()=>ja,attachHeaderToContainer:()=>Ua,buildComposer:()=>hn,buildDefaultHeader:()=>MA,buildExpandedHeader:()=>yA,buildHeader:()=>ua,buildHeaderWithLayout:()=>cn,buildMinimalHeader:()=>vA,componentRegistry:()=>gn,createActionManager:()=>Jn,createAgentExperience:()=>jS,createBubbleWithLayout:()=>TL,createCSATFeedback:()=>$S,createComponentMiddleware:()=>WL,createComponentStreamParser:()=>zS,createDirectivePostprocessor:()=>aL,createFlexibleJsonStreamParser:()=>lL,createImagePart:()=>uL,createJsonStreamParser:()=>C2,createLocalStorageAdapter:()=>OS,createMarkdownProcessor:()=>Un,createMarkdownProcessorFromConfig:()=>$n,createMessageActions:()=>bA,createNPSFeedback:()=>_S,createPlainTextParser:()=>y2,createRegexJsonParser:()=>w2,createStandardBubble:()=>fn,createTextPart:()=>A2,createTypingIndicator:()=>$a,createXmlParser:()=>b2,default:()=>JP,defaultActionHandlers:()=>_a,defaultJsonActionParser:()=>Xn,directivePostprocessor:()=>rL,escapeHtml:()=>m2,extractComponentDirectiveFromMessage:()=>US,fileToImagePart:()=>mL,generateAssistantMessageId:()=>qa,generateCodeSnippet:()=>GL,generateMessageId:()=>iL,generateUserMessageId:()=>er,getDisplayText:()=>cL,getHeaderLayout:()=>wA,getImageParts:()=>fL,hasComponentDirective:()=>NS,hasImages:()=>hL,headerLayouts:()=>DS,initAgentWidget:()=>FA,isComponentDirectiveType:()=>DL,markdownPostprocessor:()=>iA,mergeWithDefaults:()=>WS,normalizeContent:()=>pL,pluginRegistry:()=>Zn,renderComponentDirective:()=>qS,renderLoadingIndicatorWithFallback:()=>CA,validateImageFile:()=>xL});function rA(){return{async:!1,breaks:!1,extensions:null,gfm:!0,hooks:null,pedantic:!1,renderer:null,silent:!1,tokenizer:null,walkTokens:null}}var Oa=rA();function NH(r){Oa=r}var UH=/[&<>"']/,sT=new RegExp(UH.source,"g"),$H=/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/,nT=new RegExp($H.source,"g"),lT={"&":"&","<":"<",">":">",'"':""","'":"'"},DH=r=>lT[r];function Ze(r,e){if(e){if(UH.test(r))return r.replace(sT,DH)}else if($H.test(r))return r.replace(nT,DH);return r}var dT=/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/ig;function iT(r){return r.replace(dT,(e,a)=>(a=a.toLowerCase(),a==="colon"?":":a.charAt(0)==="#"?a.charAt(1)==="x"?String.fromCharCode(parseInt(a.substring(2),16)):String.fromCharCode(+a.substring(1)):""))}var pT=/(^|[^\[])\^/g;function Xt(r,e){let a=typeof r=="string"?r:r.source;e=e||"";let t={replace:(s,o)=>{let n=typeof o=="string"?o:o.source;return n=n.replace(pT,"$1"),a=a.replace(s,n),t},getRegex:()=>new RegExp(a,e)};return t}function WH(r){try{r=encodeURI(r).replace(/%25/g,"%")}catch{return null}return r}var Wn={exec:()=>null};function OH(r,e){let a=r.replace(/\|/g,(o,n,l)=>{let i=!1,c=n;for(;--c>=0&&l[c]==="\\";)i=!i;return i?"|":" |"}),t=a.split(/ \|/),s=0;if(t[0].trim()||t.shift(),t.length>0&&!t[t.length-1].trim()&&t.pop(),e)if(t.length>e)t.splice(e);else for(;t.length<e;)t.push("");for(;s<t.length;s++)t[s]=t[s].trim().replace(/\\\|/g,"|");return t}function c2(r,e,a){let t=r.length;if(t===0)return"";let s=0;for(;s<t;){let o=r.charAt(t-s-1);if(o===e&&!a)s++;else if(o!==e&&a)s++;else break}return r.slice(0,t-s)}function cT(r,e){if(r.indexOf(e[1])===-1)return-1;let a=0;for(let t=0;t<r.length;t++)if(r[t]==="\\")t++;else if(r[t]===e[0])a++;else if(r[t]===e[1]&&(a--,a<0))return t;return-1}function zH(r,e,a,t){let s=e.href,o=e.title?Ze(e.title):null,n=r[1].replace(/\\([\[\]])/g,"$1");if(r[0].charAt(0)!=="!"){t.state.inLink=!0;let l={type:"link",raw:a,href:s,title:o,text:n,tokens:t.inlineTokens(n)};return t.state.inLink=!1,l}return{type:"image",raw:a,href:s,title:o,text:Ze(n)}}function hT(r,e){let a=r.match(/^(\s+)(?:```)/);if(a===null)return e;let t=a[1];return e.split(`
|
|
3
3
|
`).map(s=>{let o=s.match(/^\s+/);if(o===null)return s;let[n]=o;return n.length>=t.length?s.slice(t.length):s}).join(`
|
|
4
|
-
`)}var Qa=class{constructor(e){ee(this,"options");ee(this,"rules");ee(this,"lexer");this.options=e||Oa}space(e){let a=this.rules.block.newline.exec(e);if(a&&a[0].length>0)return{type:"space",raw:a[0]}}code(e){let a=this.rules.block.code.exec(e);if(a){let t=a[0].replace(/^ {1,4}/gm,"");return{type:"code",raw:a[0],codeBlockStyle:"indented",text:this.options.pedantic?t:
|
|
5
|
-
`)}}}fences(e){let a=this.rules.block.fences.exec(e);if(a){let t=a[0],s=
|
|
6
|
-
$1`);t=
|
|
7
|
-
`);let s=this.lexer.state.top;this.lexer.state.top=!0;let o=this.lexer.blockTokens(t);return this.lexer.state.top=s,{type:"blockquote",raw:a[0],tokens:o,text:t}}}list(e){let a=this.rules.block.list.exec(e);if(a){let t=a[1].trim(),s=t.length>1,o={type:"list",raw:"",ordered:s,start:s?+t.slice(0,-1):"",loose:!1,items:[]};t=s?`\\d{1,9}\\${t.slice(-1)}`:`\\${t}`,this.options.pedantic&&(t=s?t:"[*+-]");let n=new RegExp(`^( {0,3}${t})((?:[ ][^\\n]*)?(?:\\n|$))`),
|
|
4
|
+
`)}var Qa=class{constructor(e){ee(this,"options");ee(this,"rules");ee(this,"lexer");this.options=e||Oa}space(e){let a=this.rules.block.newline.exec(e);if(a&&a[0].length>0)return{type:"space",raw:a[0]}}code(e){let a=this.rules.block.code.exec(e);if(a){let t=a[0].replace(/^ {1,4}/gm,"");return{type:"code",raw:a[0],codeBlockStyle:"indented",text:this.options.pedantic?t:c2(t,`
|
|
5
|
+
`)}}}fences(e){let a=this.rules.block.fences.exec(e);if(a){let t=a[0],s=hT(t,a[3]||"");return{type:"code",raw:t,lang:a[2]?a[2].trim().replace(this.rules.inline.anyPunctuation,"$1"):a[2],text:s}}}heading(e){let a=this.rules.block.heading.exec(e);if(a){let t=a[2].trim();if(/#$/.test(t)){let s=c2(t,"#");(this.options.pedantic||!s||/ $/.test(s))&&(t=s.trim())}return{type:"heading",raw:a[0],depth:a[1].length,text:t,tokens:this.lexer.inline(t)}}}hr(e){let a=this.rules.block.hr.exec(e);if(a)return{type:"hr",raw:a[0]}}blockquote(e){let a=this.rules.block.blockquote.exec(e);if(a){let t=a[0].replace(/\n {0,3}((?:=+|-+) *)(?=\n|$)/g,`
|
|
6
|
+
$1`);t=c2(t.replace(/^ *>[ \t]?/gm,""),`
|
|
7
|
+
`);let s=this.lexer.state.top;this.lexer.state.top=!0;let o=this.lexer.blockTokens(t);return this.lexer.state.top=s,{type:"blockquote",raw:a[0],tokens:o,text:t}}}list(e){let a=this.rules.block.list.exec(e);if(a){let t=a[1].trim(),s=t.length>1,o={type:"list",raw:"",ordered:s,start:s?+t.slice(0,-1):"",loose:!1,items:[]};t=s?`\\d{1,9}\\${t.slice(-1)}`:`\\${t}`,this.options.pedantic&&(t=s?t:"[*+-]");let n=new RegExp(`^( {0,3}${t})((?:[ ][^\\n]*)?(?:\\n|$))`),l="",i="",c=!1;for(;e;){let m=!1;if(!(a=n.exec(e))||this.rules.block.hr.test(e))break;l=a[0],e=e.substring(l.length);let f=a[2].split(`
|
|
8
8
|
`,1)[0].replace(/^\t+/,b=>" ".repeat(3*b.length)),p=e.split(`
|
|
9
|
-
`,1)[0],u=0;this.options.pedantic?(u=2,i=
|
|
10
|
-
`,e=e.substring(p.length+1),m=!0),!m){let b=new RegExp(`^ {0,${Math.min(3,u-1)}}(?:[*+-]|\\d{1,9}[.)])((?:[ ][^\\n]*)?(?:\\n|$))`),
|
|
11
|
-
`,1)[0];if(p=
|
|
12
|
-
`+p.slice(u);else{if(
|
|
13
|
-
`+p}!
|
|
14
|
-
`,e=e.substring(
|
|
15
|
-
`):[],n={type:"table",raw:a[0],header:[],align:[],rows:[]};if(t.length===s.length){for(let
|
|
16
|
-
`?a[1].slice(0,-1):a[1];return{type:"paragraph",raw:a[0],text:t,tokens:this.lexer.inline(t)}}}text(e){let a=this.rules.block.text.exec(e);if(a)return{type:"text",raw:a[0],text:a[0],tokens:this.lexer.inline(a[0])}}escape(e){let a=this.rules.inline.escape.exec(e);if(a)return{type:"escape",raw:a[0],text:Ze(a[1])}}tag(e){let a=this.rules.inline.tag.exec(e);if(a)return!this.lexer.state.inLink&&/^<a /i.test(a[0])?this.lexer.state.inLink=!0:this.lexer.state.inLink&&/^<\/a>/i.test(a[0])&&(this.lexer.state.inLink=!1),!this.lexer.state.inRawBlock&&/^<(pre|code|kbd|script)(\s|>)/i.test(a[0])?this.lexer.state.inRawBlock=!0:this.lexer.state.inRawBlock&&/^<\/(pre|code|kbd|script)(\s|>)/i.test(a[0])&&(this.lexer.state.inRawBlock=!1),{type:"html",raw:a[0],inLink:this.lexer.state.inLink,inRawBlock:this.lexer.state.inRawBlock,block:!1,text:a[0]}}link(e){let a=this.rules.inline.link.exec(e);if(a){let t=a[2].trim();if(!this.options.pedantic&&/^</.test(t)){if(!/>$/.test(t))return;let n=
|
|
17
|
-
]`).replace("lheading"
|
|
18
|
-
`),this.blockTokens(e,this.tokens);for(let a=0;a<this.inlineQueue.length;a++){let t=this.inlineQueue[a];this.inlineTokens(t.src,t.tokens)}return this.inlineQueue=[],this.tokens}blockTokens(e,a=[]){this.options.pedantic?e=e.replace(/\t/g," ").replace(/^ +$/gm,""):e=e.replace(/^( *)(\t+)/gm,(
|
|
9
|
+
`,1)[0],u=0;this.options.pedantic?(u=2,i=f.trimStart()):(u=a[2].search(/[^ ]/),u=u>4?1:u,i=f.slice(u),u+=a[1].length);let w=!1;if(!f&&/^ *$/.test(p)&&(l+=p+`
|
|
10
|
+
`,e=e.substring(p.length+1),m=!0),!m){let b=new RegExp(`^ {0,${Math.min(3,u-1)}}(?:[*+-]|\\d{1,9}[.)])((?:[ ][^\\n]*)?(?:\\n|$))`),g=new RegExp(`^ {0,${Math.min(3,u-1)}}((?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$)`),L=new RegExp(`^ {0,${Math.min(3,u-1)}}(?:\`\`\`|~~~)`),h=new RegExp(`^ {0,${Math.min(3,u-1)}}#`);for(;e;){let x=e.split(`
|
|
11
|
+
`,1)[0];if(p=x,this.options.pedantic&&(p=p.replace(/^ {1,4}(?=( {4})*[^ ])/g," ")),L.test(p)||h.test(p)||b.test(p)||g.test(e))break;if(p.search(/[^ ]/)>=u||!p.trim())i+=`
|
|
12
|
+
`+p.slice(u);else{if(w||f.search(/[^ ]/)>=4||L.test(f)||h.test(f)||g.test(f))break;i+=`
|
|
13
|
+
`+p}!w&&!p.trim()&&(w=!0),l+=x+`
|
|
14
|
+
`,e=e.substring(x.length+1),f=p.slice(u)}}o.loose||(c?o.loose=!0:/\n *\n *$/.test(l)&&(c=!0));let C=null,A;this.options.gfm&&(C=/^\[[ xX]\] /.exec(i),C&&(A=C[0]!=="[ ] ",i=i.replace(/^\[[ xX]\] +/,""))),o.items.push({type:"list_item",raw:l,task:!!C,checked:A,loose:!1,text:i,tokens:[]}),o.raw+=l}o.items[o.items.length-1].raw=l.trimEnd(),o.items[o.items.length-1].text=i.trimEnd(),o.raw=o.raw.trimEnd();for(let m=0;m<o.items.length;m++)if(this.lexer.state.top=!1,o.items[m].tokens=this.lexer.blockTokens(o.items[m].text,[]),!o.loose){let f=o.items[m].tokens.filter(u=>u.type==="space"),p=f.length>0&&f.some(u=>/\n.*\n/.test(u.raw));o.loose=p}if(o.loose)for(let m=0;m<o.items.length;m++)o.items[m].loose=!0;return o}}html(e){let a=this.rules.block.html.exec(e);if(a)return{type:"html",block:!0,raw:a[0],pre:a[1]==="pre"||a[1]==="script"||a[1]==="style",text:a[0]}}def(e){let a=this.rules.block.def.exec(e);if(a){let t=a[1].toLowerCase().replace(/\s+/g," "),s=a[2]?a[2].replace(/^<(.*)>$/,"$1").replace(this.rules.inline.anyPunctuation,"$1"):"",o=a[3]?a[3].substring(1,a[3].length-1).replace(this.rules.inline.anyPunctuation,"$1"):a[3];return{type:"def",tag:t,raw:a[0],href:s,title:o}}}table(e){let a=this.rules.block.table.exec(e);if(!a||!/[:|]/.test(a[2]))return;let t=OH(a[1]),s=a[2].replace(/^\||\| *$/g,"").split("|"),o=a[3]&&a[3].trim()?a[3].replace(/\n[ \t]*$/,"").split(`
|
|
15
|
+
`):[],n={type:"table",raw:a[0],header:[],align:[],rows:[]};if(t.length===s.length){for(let l of s)/^ *-+: *$/.test(l)?n.align.push("right"):/^ *:-+: *$/.test(l)?n.align.push("center"):/^ *:-+ *$/.test(l)?n.align.push("left"):n.align.push(null);for(let l of t)n.header.push({text:l,tokens:this.lexer.inline(l)});for(let l of o)n.rows.push(OH(l,n.header.length).map(i=>({text:i,tokens:this.lexer.inline(i)})));return n}}lheading(e){let a=this.rules.block.lheading.exec(e);if(a)return{type:"heading",raw:a[0],depth:a[2].charAt(0)==="="?1:2,text:a[1],tokens:this.lexer.inline(a[1])}}paragraph(e){let a=this.rules.block.paragraph.exec(e);if(a){let t=a[1].charAt(a[1].length-1)===`
|
|
16
|
+
`?a[1].slice(0,-1):a[1];return{type:"paragraph",raw:a[0],text:t,tokens:this.lexer.inline(t)}}}text(e){let a=this.rules.block.text.exec(e);if(a)return{type:"text",raw:a[0],text:a[0],tokens:this.lexer.inline(a[0])}}escape(e){let a=this.rules.inline.escape.exec(e);if(a)return{type:"escape",raw:a[0],text:Ze(a[1])}}tag(e){let a=this.rules.inline.tag.exec(e);if(a)return!this.lexer.state.inLink&&/^<a /i.test(a[0])?this.lexer.state.inLink=!0:this.lexer.state.inLink&&/^<\/a>/i.test(a[0])&&(this.lexer.state.inLink=!1),!this.lexer.state.inRawBlock&&/^<(pre|code|kbd|script)(\s|>)/i.test(a[0])?this.lexer.state.inRawBlock=!0:this.lexer.state.inRawBlock&&/^<\/(pre|code|kbd|script)(\s|>)/i.test(a[0])&&(this.lexer.state.inRawBlock=!1),{type:"html",raw:a[0],inLink:this.lexer.state.inLink,inRawBlock:this.lexer.state.inRawBlock,block:!1,text:a[0]}}link(e){let a=this.rules.inline.link.exec(e);if(a){let t=a[2].trim();if(!this.options.pedantic&&/^</.test(t)){if(!/>$/.test(t))return;let n=c2(t.slice(0,-1),"\\");if((t.length-n.length)%2===0)return}else{let n=cT(a[2],"()");if(n>-1){let i=(a[0].indexOf("!")===0?5:4)+a[1].length+n;a[2]=a[2].substring(0,n),a[0]=a[0].substring(0,i).trim(),a[3]=""}}let s=a[2],o="";if(this.options.pedantic){let n=/^([^'"]*[^\s])\s+(['"])(.*)\2/.exec(s);n&&(s=n[1],o=n[3])}else o=a[3]?a[3].slice(1,-1):"";return s=s.trim(),/^</.test(s)&&(this.options.pedantic&&!/>$/.test(t)?s=s.slice(1):s=s.slice(1,-1)),zH(a,{href:s&&s.replace(this.rules.inline.anyPunctuation,"$1"),title:o&&o.replace(this.rules.inline.anyPunctuation,"$1")},a[0],this.lexer)}}reflink(e,a){let t;if((t=this.rules.inline.reflink.exec(e))||(t=this.rules.inline.nolink.exec(e))){let s=(t[2]||t[1]).replace(/\s+/g," "),o=a[s.toLowerCase()];if(!o){let n=t[0].charAt(0);return{type:"text",raw:n,text:n}}return zH(t,o,t[0],this.lexer)}}emStrong(e,a,t=""){let s=this.rules.inline.emStrongLDelim.exec(e);if(!s||s[3]&&t.match(/[\p{L}\p{N}]/u))return;if(!(s[1]||s[2]||"")||!t||this.rules.inline.punctuation.exec(t)){let n=[...s[0]].length-1,l,i,c=n,m=0,f=s[0][0]==="*"?this.rules.inline.emStrongRDelimAst:this.rules.inline.emStrongRDelimUnd;for(f.lastIndex=0,a=a.slice(-1*e.length+n);(s=f.exec(a))!=null;){if(l=s[1]||s[2]||s[3]||s[4]||s[5]||s[6],!l)continue;if(i=[...l].length,s[3]||s[4]){c+=i;continue}else if((s[5]||s[6])&&n%3&&!((n+i)%3)){m+=i;continue}if(c-=i,c>0)continue;i=Math.min(i,i+c+m);let p=[...s[0]][0].length,u=e.slice(0,n+s.index+p+i);if(Math.min(n,i)%2){let C=u.slice(1,-1);return{type:"em",raw:u,text:C,tokens:this.lexer.inlineTokens(C)}}let w=u.slice(2,-2);return{type:"strong",raw:u,text:w,tokens:this.lexer.inlineTokens(w)}}}}codespan(e){let a=this.rules.inline.code.exec(e);if(a){let t=a[2].replace(/\n/g," "),s=/[^ ]/.test(t),o=/^ /.test(t)&&/ $/.test(t);return s&&o&&(t=t.substring(1,t.length-1)),t=Ze(t,!0),{type:"codespan",raw:a[0],text:t}}}br(e){let a=this.rules.inline.br.exec(e);if(a)return{type:"br",raw:a[0]}}del(e){let a=this.rules.inline.del.exec(e);if(a)return{type:"del",raw:a[0],text:a[2],tokens:this.lexer.inlineTokens(a[2])}}autolink(e){let a=this.rules.inline.autolink.exec(e);if(a){let t,s;return a[2]==="@"?(t=Ze(a[1]),s="mailto:"+t):(t=Ze(a[1]),s=t),{type:"link",raw:a[0],text:t,href:s,tokens:[{type:"text",raw:t,text:t}]}}}url(e){var t,s;let a;if(a=this.rules.inline.url.exec(e)){let o,n;if(a[2]==="@")o=Ze(a[0]),n="mailto:"+o;else{let l;do l=a[0],a[0]=(s=(t=this.rules.inline._backpedal.exec(a[0]))==null?void 0:t[0])!=null?s:"";while(l!==a[0]);o=Ze(a[0]),a[1]==="www."?n="http://"+a[0]:n=a[0]}return{type:"link",raw:a[0],text:o,href:n,tokens:[{type:"text",raw:o,text:o}]}}}inlineText(e){let a=this.rules.inline.text.exec(e);if(a){let t;return this.lexer.state.inRawBlock?t=a[0]:t=Ze(a[0]),{type:"text",raw:a[0],text:t}}}},fT=/^(?: *(?:\n|$))+/,uT=/^( {4}[^\n]+(?:\n(?: *(?:\n|$))*)?)+/,mT=/^ {0,3}(`{3,}(?=[^`\n]*(?:\n|$))|~{3,})([^\n]*)(?:\n|$)(?:|([\s\S]*?)(?:\n|$))(?: {0,3}\1[~`]* *(?=\n|$)|$)/,qn=/^ {0,3}((?:-[\t ]*){3,}|(?:_[ \t]*){3,}|(?:\*[ \t]*){3,})(?:\n+|$)/,xT=/^ {0,3}(#{1,6})(?=\s|$)(.*)(?:\n+|$)/,_H=/(?:[*+-]|\d{1,9}[.)])/,jH=Xt(/^(?!bull |blockCode|fences|blockquote|heading|html)((?:.|\n(?!\s*?\n|bull |blockCode|fences|blockquote|heading|html))+?)\n {0,3}(=+|-+) *(?:\n+|$)/).replace(/bull/g,_H).replace(/blockCode/g,/ {4}/).replace(/fences/g,/ {0,3}(?:`{3,}|~{3,})/).replace(/blockquote/g,/ {0,3}>/).replace(/heading/g,/ {0,3}#{1,6}/).replace(/html/g,/ {0,3}<[^\n>]+>\n/).getRegex(),oA=/^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html|table| +\n)[^\n]+)*)/,gT=/^[^\n]+/,sA=/(?!\s*\])(?:\\.|[^\[\]\\])+/,MT=Xt(/^ {0,3}\[(label)\]: *(?:\n *)?([^<\s][^\s]*|<.*?>)(?:(?: +(?:\n *)?| *\n *)(title))? *(?:\n+|$)/).replace("label",sA).replace("title",/(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/).getRegex(),vT=Xt(/^( {0,3}bull)([ \t][^\n]+?)?(?:\n|$)/).replace(/bull/g,_H).getRegex(),u2="address|article|aside|base|basefont|blockquote|body|caption|center|col|colgroup|dd|details|dialog|dir|div|dl|dt|fieldset|figcaption|figure|footer|form|frame|frameset|h[1-6]|head|header|hr|html|iframe|legend|li|link|main|menu|menuitem|meta|nav|noframes|ol|optgroup|option|p|param|search|section|summary|table|tbody|td|tfoot|th|thead|title|tr|track|ul",nA=/<!--(?:-?>|[\s\S]*?(?:-->|$))/,yT=Xt("^ {0,3}(?:<(script|pre|style|textarea)[\\s>][\\s\\S]*?(?:</\\1>[^\\n]*\\n+|$)|comment[^\\n]*(\\n+|$)|<\\?[\\s\\S]*?(?:\\?>\\n*|$)|<![A-Z][\\s\\S]*?(?:>\\n*|$)|<!\\[CDATA\\[[\\s\\S]*?(?:\\]\\]>\\n*|$)|</?(tag)(?: +|\\n|/?>)[\\s\\S]*?(?:(?:\\n *)+\\n|$)|<(?!script|pre|style|textarea)([a-z][\\w-]*)(?:attribute)*? */?>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n *)+\\n|$)|</(?!script|pre|style|textarea)[a-z][\\w-]*\\s*>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n *)+\\n|$))","i").replace("comment",nA).replace("tag",u2).replace("attribute",/ +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(),GH=Xt(oA).replace("hr",qn).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("|lheading","").replace("|table","").replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag",u2).getRegex(),wT=Xt(/^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/).replace("paragraph",GH).getRegex(),lA={blockquote:wT,code:uT,def:MT,fences:mT,heading:xT,hr:qn,html:yT,lheading:jH,list:vT,newline:fT,paragraph:GH,table:Wn,text:gT},qH=Xt("^ *([^\\n ].*)\\n {0,3}((?:\\| *)?:?-+:? *(?:\\| *:?-+:? *)*(?:\\| *)?)(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)").replace("hr",qn).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("blockquote"," {0,3}>").replace("code"," {4}[^\\n]").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag",u2).getRegex(),CT={...lA,table:qH,paragraph:Xt(oA).replace("hr",qn).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("|lheading","").replace("table",qH).replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag",u2).getRegex()},bT={...lA,html:Xt(`^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+?</\\1> *(?:\\n{2,}|\\s*$)|<tag(?:"[^"]*"|'[^']*'|\\s[^'"/>\\s]*)*?/?> *(?:\\n{2,}|\\s*$))`).replace("comment",nA).replace(/tag/g,"(?!(?:a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)\\b)\\w+(?!:|[^\\w\\s@]*@)\\b").getRegex(),def:/^ *\[([^\]]+)\]: *<?([^\s>]+)>?(?: +(["(][^\n]+[")]))? *(?:\n+|$)/,heading:/^(#{1,6})(.*)(?:\n+|$)/,fences:Wn,lheading:/^(.+?)\n {0,3}(=+|-+) *(?:\n+|$)/,paragraph:Xt(oA).replace("hr",qn).replace("heading",` *#{1,6} *[^
|
|
17
|
+
]`).replace("lheading",jH).replace("|table","").replace("blockquote"," {0,3}>").replace("|fences","").replace("|list","").replace("|html","").replace("|tag","").getRegex()},ZH=/^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/,ST=/^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/,XH=/^( {2,}|\\)\n(?!\s*$)/,AT=/^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\<!\[`*_]|\b_|$)|[^ ](?= {2,}\n)))/,Nn="\\p{P}\\p{S}",kT=Xt(/^((?![*_])[\spunctuation])/,"u").replace(/punctuation/g,Nn).getRegex(),HT=/\[[^[\]]*?\]\([^\(\)]*?\)|`[^`]*?`|<[^<>]*?>/g,LT=Xt(/^(?:\*+(?:((?!\*)[punct])|[^\s*]))|^_+(?:((?!_)[punct])|([^\s_]))/,"u").replace(/punct/g,Nn).getRegex(),TT=Xt("^[^_*]*?__[^_*]*?\\*[^_*]*?(?=__)|[^*]+(?=[^*])|(?!\\*)[punct](\\*+)(?=[\\s]|$)|[^punct\\s](\\*+)(?!\\*)(?=[punct\\s]|$)|(?!\\*)[punct\\s](\\*+)(?=[^punct\\s])|[\\s](\\*+)(?!\\*)(?=[punct])|(?!\\*)[punct](\\*+)(?!\\*)(?=[punct])|[^punct\\s](\\*+)(?=[^punct\\s])","gu").replace(/punct/g,Nn).getRegex(),PT=Xt("^[^_*]*?\\*\\*[^_*]*?_[^_*]*?(?=\\*\\*)|[^_]+(?=[^_])|(?!_)[punct](_+)(?=[\\s]|$)|[^punct\\s](_+)(?!_)(?=[punct\\s]|$)|(?!_)[punct\\s](_+)(?=[^punct\\s])|[\\s](_+)(?!_)(?=[punct])|(?!_)[punct](_+)(?!_)(?=[punct])","gu").replace(/punct/g,Nn).getRegex(),ET=Xt(/\\([punct])/,"gu").replace(/punct/g,Nn).getRegex(),BT=Xt(/^<(scheme:[^\s\x00-\x1f<>]*|email)>/).replace("scheme",/[a-zA-Z][a-zA-Z0-9+.-]{1,31}/).replace("email",/[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+(@)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+(?![-_])/).getRegex(),RT=Xt(nA).replace("(?:-->|$)","-->").getRegex(),VT=Xt("^comment|^</[a-zA-Z][\\w:-]*\\s*>|^<[a-zA-Z][\\w-]*(?:attribute)*?\\s*/?>|^<\\?[\\s\\S]*?\\?>|^<![a-zA-Z]+\\s[\\s\\S]*?>|^<!\\[CDATA\\[[\\s\\S]*?\\]\\]>").replace("comment",RT).replace("attribute",/\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/).getRegex(),f2=/(?:\[(?:\\.|[^\[\]\\])*\]|\\.|`[^`]*`|[^\[\]\\`])*?/,FT=Xt(/^!?\[(label)\]\(\s*(href)(?:\s+(title))?\s*\)/).replace("label",f2).replace("href",/<(?:\\.|[^\n<>\\])+>|[^\s\x00-\x1f]*/).replace("title",/"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/).getRegex(),JH=Xt(/^!?\[(label)\]\[(ref)\]/).replace("label",f2).replace("ref",sA).getRegex(),KH=Xt(/^!?\[(ref)\](?:\[\])?/).replace("ref",sA).getRegex(),IT=Xt("reflink|nolink(?!\\()","g").replace("reflink",JH).replace("nolink",KH).getRegex(),dA={_backpedal:Wn,anyPunctuation:ET,autolink:BT,blockSkip:HT,br:XH,code:ST,del:Wn,emStrongLDelim:LT,emStrongRDelimAst:TT,emStrongRDelimUnd:PT,escape:ZH,link:FT,nolink:KH,punctuation:kT,reflink:JH,reflinkSearch:IT,tag:VT,text:AT,url:Wn},DT={...dA,link:Xt(/^!?\[(label)\]\((.*?)\)/).replace("label",f2).getRegex(),reflink:Xt(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label",f2).getRegex()},eA={...dA,escape:Xt(ZH).replace("])","~|])").getRegex(),url:Xt(/^((?:ftp|https?):\/\/|www\.)(?:[a-zA-Z0-9\-]+\.?)+[^\s<]*|^email/,"i").replace("email",/[A-Za-z0-9._+-]+(@)[a-zA-Z0-9-_]+(?:\.[a-zA-Z0-9-_]*[a-zA-Z0-9])+(?![-_])/).getRegex(),_backpedal:/(?:[^?!.,:;*_'"~()&]+|\([^)]*\)|&(?![a-zA-Z0-9]+;$)|[?!.,:;*_'"~)]+(?!$))+/,del:/^(~~?)(?=[^\s~])([\s\S]*?[^\s~])\1(?=[^~]|$)/,text:/^([`~]+|[^`~])(?:(?= {2,}\n)|(?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)|[\s\S]*?(?:(?=[\\<!\[`*~_]|\b_|https?:\/\/|ftp:\/\/|www\.|$)|[^ ](?= {2,}\n)|[^a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-](?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)))/},WT={...eA,br:Xt(XH).replace("{2,}","*").getRegex(),text:Xt(eA.text).replace("\\b_","\\b_| {2,}\\n").replace(/\{2,\}/g,"*").getRegex()},h2={normal:lA,gfm:CT,pedantic:bT},Dn={normal:dA,gfm:eA,breaks:WT,pedantic:DT},ca=class r{constructor(e){ee(this,"tokens");ee(this,"options");ee(this,"state");ee(this,"tokenizer");ee(this,"inlineQueue");this.tokens=[],this.tokens.links=Object.create(null),this.options=e||Oa,this.options.tokenizer=this.options.tokenizer||new Qa,this.tokenizer=this.options.tokenizer,this.tokenizer.options=this.options,this.tokenizer.lexer=this,this.inlineQueue=[],this.state={inLink:!1,inRawBlock:!1,top:!0};let a={block:h2.normal,inline:Dn.normal};this.options.pedantic?(a.block=h2.pedantic,a.inline=Dn.pedantic):this.options.gfm&&(a.block=h2.gfm,this.options.breaks?a.inline=Dn.breaks:a.inline=Dn.gfm),this.tokenizer.rules=a}static get rules(){return{block:h2,inline:Dn}}static lex(e,a){return new r(a).lex(e)}static lexInline(e,a){return new r(a).inlineTokens(e)}lex(e){e=e.replace(/\r\n|\r/g,`
|
|
18
|
+
`),this.blockTokens(e,this.tokens);for(let a=0;a<this.inlineQueue.length;a++){let t=this.inlineQueue[a];this.inlineTokens(t.src,t.tokens)}return this.inlineQueue=[],this.tokens}blockTokens(e,a=[]){this.options.pedantic?e=e.replace(/\t/g," ").replace(/^ +$/gm,""):e=e.replace(/^( *)(\t+)/gm,(l,i,c)=>i+" ".repeat(c.length));let t,s,o,n;for(;e;)if(!(this.options.extensions&&this.options.extensions.block&&this.options.extensions.block.some(l=>(t=l.call({lexer:this},e,a))?(e=e.substring(t.raw.length),a.push(t),!0):!1))){if(t=this.tokenizer.space(e)){e=e.substring(t.raw.length),t.raw.length===1&&a.length>0?a[a.length-1].raw+=`
|
|
19
19
|
`:a.push(t);continue}if(t=this.tokenizer.code(e)){e=e.substring(t.raw.length),s=a[a.length-1],s&&(s.type==="paragraph"||s.type==="text")?(s.raw+=`
|
|
20
20
|
`+t.raw,s.text+=`
|
|
21
21
|
`+t.text,this.inlineQueue[this.inlineQueue.length-1].src=s.text):a.push(t);continue}if(t=this.tokenizer.fences(e)){e=e.substring(t.raw.length),a.push(t);continue}if(t=this.tokenizer.heading(e)){e=e.substring(t.raw.length),a.push(t);continue}if(t=this.tokenizer.hr(e)){e=e.substring(t.raw.length),a.push(t);continue}if(t=this.tokenizer.blockquote(e)){e=e.substring(t.raw.length),a.push(t);continue}if(t=this.tokenizer.list(e)){e=e.substring(t.raw.length),a.push(t);continue}if(t=this.tokenizer.html(e)){e=e.substring(t.raw.length),a.push(t);continue}if(t=this.tokenizer.def(e)){e=e.substring(t.raw.length),s=a[a.length-1],s&&(s.type==="paragraph"||s.type==="text")?(s.raw+=`
|
|
22
22
|
`+t.raw,s.text+=`
|
|
23
|
-
`+t.raw,this.inlineQueue[this.inlineQueue.length-1].src=s.text):this.tokens.links[t.tag]||(this.tokens.links[t.tag]={href:t.href,title:t.title});continue}if(t=this.tokenizer.table(e)){e=e.substring(t.raw.length),a.push(t);continue}if(t=this.tokenizer.lheading(e)){e=e.substring(t.raw.length),a.push(t);continue}if(o=e,this.options.extensions&&this.options.extensions.startBlock){let
|
|
23
|
+
`+t.raw,this.inlineQueue[this.inlineQueue.length-1].src=s.text):this.tokens.links[t.tag]||(this.tokens.links[t.tag]={href:t.href,title:t.title});continue}if(t=this.tokenizer.table(e)){e=e.substring(t.raw.length),a.push(t);continue}if(t=this.tokenizer.lheading(e)){e=e.substring(t.raw.length),a.push(t);continue}if(o=e,this.options.extensions&&this.options.extensions.startBlock){let l=1/0,i=e.slice(1),c;this.options.extensions.startBlock.forEach(m=>{c=m.call({lexer:this},i),typeof c=="number"&&c>=0&&(l=Math.min(l,c))}),l<1/0&&l>=0&&(o=e.substring(0,l+1))}if(this.state.top&&(t=this.tokenizer.paragraph(o))){s=a[a.length-1],n&&s.type==="paragraph"?(s.raw+=`
|
|
24
24
|
`+t.raw,s.text+=`
|
|
25
25
|
`+t.text,this.inlineQueue.pop(),this.inlineQueue[this.inlineQueue.length-1].src=s.text):a.push(t),n=o.length!==e.length,e=e.substring(t.raw.length);continue}if(t=this.tokenizer.text(e)){e=e.substring(t.raw.length),s=a[a.length-1],s&&s.type==="text"?(s.raw+=`
|
|
26
26
|
`+t.raw,s.text+=`
|
|
27
|
-
`+t.text,this.inlineQueue.pop(),this.inlineQueue[this.inlineQueue.length-1].src=s.text):a.push(t);continue}if(e){let
|
|
27
|
+
`+t.text,this.inlineQueue.pop(),this.inlineQueue[this.inlineQueue.length-1].src=s.text):a.push(t);continue}if(e){let l="Infinite loop on byte: "+e.charCodeAt(0);if(this.options.silent){console.error(l);break}else throw new Error(l)}}return this.state.top=!0,a}inline(e,a=[]){return this.inlineQueue.push({src:e,tokens:a}),a}inlineTokens(e,a=[]){let t,s,o,n=e,l,i,c;if(this.tokens.links){let m=Object.keys(this.tokens.links);if(m.length>0)for(;(l=this.tokenizer.rules.inline.reflinkSearch.exec(n))!=null;)m.includes(l[0].slice(l[0].lastIndexOf("[")+1,-1))&&(n=n.slice(0,l.index)+"["+"a".repeat(l[0].length-2)+"]"+n.slice(this.tokenizer.rules.inline.reflinkSearch.lastIndex))}for(;(l=this.tokenizer.rules.inline.blockSkip.exec(n))!=null;)n=n.slice(0,l.index)+"["+"a".repeat(l[0].length-2)+"]"+n.slice(this.tokenizer.rules.inline.blockSkip.lastIndex);for(;(l=this.tokenizer.rules.inline.anyPunctuation.exec(n))!=null;)n=n.slice(0,l.index)+"++"+n.slice(this.tokenizer.rules.inline.anyPunctuation.lastIndex);for(;e;)if(i||(c=""),i=!1,!(this.options.extensions&&this.options.extensions.inline&&this.options.extensions.inline.some(m=>(t=m.call({lexer:this},e,a))?(e=e.substring(t.raw.length),a.push(t),!0):!1))){if(t=this.tokenizer.escape(e)){e=e.substring(t.raw.length),a.push(t);continue}if(t=this.tokenizer.tag(e)){e=e.substring(t.raw.length),s=a[a.length-1],s&&t.type==="text"&&s.type==="text"?(s.raw+=t.raw,s.text+=t.text):a.push(t);continue}if(t=this.tokenizer.link(e)){e=e.substring(t.raw.length),a.push(t);continue}if(t=this.tokenizer.reflink(e,this.tokens.links)){e=e.substring(t.raw.length),s=a[a.length-1],s&&t.type==="text"&&s.type==="text"?(s.raw+=t.raw,s.text+=t.text):a.push(t);continue}if(t=this.tokenizer.emStrong(e,n,c)){e=e.substring(t.raw.length),a.push(t);continue}if(t=this.tokenizer.codespan(e)){e=e.substring(t.raw.length),a.push(t);continue}if(t=this.tokenizer.br(e)){e=e.substring(t.raw.length),a.push(t);continue}if(t=this.tokenizer.del(e)){e=e.substring(t.raw.length),a.push(t);continue}if(t=this.tokenizer.autolink(e)){e=e.substring(t.raw.length),a.push(t);continue}if(!this.state.inLink&&(t=this.tokenizer.url(e))){e=e.substring(t.raw.length),a.push(t);continue}if(o=e,this.options.extensions&&this.options.extensions.startInline){let m=1/0,f=e.slice(1),p;this.options.extensions.startInline.forEach(u=>{p=u.call({lexer:this},f),typeof p=="number"&&p>=0&&(m=Math.min(m,p))}),m<1/0&&m>=0&&(o=e.substring(0,m+1))}if(t=this.tokenizer.inlineText(o)){e=e.substring(t.raw.length),t.raw.slice(-1)!=="_"&&(c=t.raw.slice(-1)),i=!0,s=a[a.length-1],s&&s.type==="text"?(s.raw+=t.raw,s.text+=t.text):a.push(t);continue}if(e){let m="Infinite loop on byte: "+e.charCodeAt(0);if(this.options.silent){console.error(m);break}else throw new Error(m)}}return a}},tr=class{constructor(e){ee(this,"options");this.options=e||Oa}code(e,a,t){var o;let s=(o=(a||"").match(/^\S*/))==null?void 0:o[0];return e=e.replace(/\n$/,"")+`
|
|
28
28
|
`,s?'<pre><code class="language-'+Ze(s)+'">'+(t?e:Ze(e,!0))+`</code></pre>
|
|
29
29
|
`:"<pre><code>"+(t?e:Ze(e,!0))+`</code></pre>
|
|
30
30
|
`}blockquote(e){return`<blockquote>
|
|
@@ -42,18 +42,18 @@ ${e}</blockquote>
|
|
|
42
42
|
`}tablerow(e){return`<tr>
|
|
43
43
|
${e}</tr>
|
|
44
44
|
`}tablecell(e,a){let t=a.header?"th":"td";return(a.align?`<${t} align="${a.align}">`:`<${t}>`)+e+`</${t}>
|
|
45
|
-
`}strong(e){return`<strong>${e}</strong>`}em(e){return`<em>${e}</em>`}codespan(e){return`<code>${e}</code>`}br(){return"<br>"}del(e){return`<del>${e}</del>`}link(e,a,t){let s=
|
|
46
|
-
`+(n.tokens?this.parseInline(n.tokens):n.text);t+=a?this.renderer.paragraph(
|
|
47
|
-
Please report this to https://github.com/markedjs/marked.`,e){let s="<p>An error occurred:</p><pre>"+Ze(t.message+"",!0)+"</pre>";return a?Promise.resolve(s):s}if(a)return Promise.reject(t);throw t}};var Da=new
|
|
48
|
-
`).replace(/\\r/g,"\r").replace(/\\t/g," ").replace(/\\"/g,'"').replace(/\\\\/g,"\\"),hA=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)}},
|
|
49
|
-
`).replace(/\\r/g,"\r").replace(/\\t/g," ").replace(/\\"/g,'"').replace(/\\\\/g,"\\")}catch{return o[1]}let n=/"text"\s*:\s*"((?:[^"\\]|\\.)*)/,
|
|
50
|
-
`).replace(/\\r/g,"\r").replace(/\\t/g," ").replace(/\\"/g,'"').replace(/\\\\/g,"\\")}catch{return d[1]}return null};return{getExtractedText:()=>r,processChunk:async t=>{if(t.length<=e)return r!==null?{text:r,raw:t}:null;let s=t.trim();if(!s.startsWith("{")&&!s.startsWith("["))return null;let o=a(t);return o!==null&&(r=o),e=t.length,r!==null?{text:r,raw:t}:null},close:async()=>{}}},v2=r=>{try{let e=JSON.parse(r);if(e&&typeof e=="object"&&typeof e.text=="string")return e.text}catch{return null}return null},y2=()=>{let r={processChunk:e=>null,getExtractedText:()=>null};return r.__isPlainTextParser=!0,r},w2=()=>{var e;let r=_T();return{processChunk:async a=>{let t=a.trim();return!t.startsWith("{")&&!t.startsWith("[")?null:r.processChunk(a)},getExtractedText:r.getExtractedText.bind(r),close:(e=r.close)==null?void 0:e.bind(r)}},C2=()=>{let r=null,e=0;return{getExtractedText:()=>r,processChunk:a=>{let t=a.trim();if(!t.startsWith("{")&&!t.startsWith("["))return null;if(a.length<=e)return r!==null||r===""?{text:r||"",raw:a}:null;try{let s=(0,fa.parse)(a,fa.STR|fa.OBJ);s&&typeof s=="object"&&(s.component&&typeof s.component=="string"?r=typeof s.text=="string"?M2(s.text):"":s.type==="init"&&s.form?r="":typeof s.text=="string"&&(r=M2(s.text)))}catch{}return e=a.length,r!==null?{text:r,raw:a}:null},close:()=>{}}},sL=r=>{let e=null,a=0,s=r||(o=>{if(!o||typeof o!="object")return null;let n=d=>typeof d=="string"?M2(d):null;if(o.component&&typeof o.component=="string")return typeof o.text=="string"?M2(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:()=>e,processChunk:o=>{let n=o.trim();if(!n.startsWith("{")&&!n.startsWith("["))return null;if(o.length<=a)return e!==null?{text:e,raw:o}:null;try{let d=(0,fa.parse)(o,fa.STR|fa.OBJ),i=s(d);i!==null&&(e=i)}catch{}return a=o.length,{text:e||"",raw:o}},close:()=>{}}},b2=()=>{let r=null;return{processChunk:e=>{if(!e.trim().startsWith("<"))return null;let t=e.match(/<text[^>]*>([\s\S]*?)<\/text>/);return t&&t[1]?(r=t[1],{text:r,raw:e}):null},getExtractedText:()=>r}};var jT="https://api.runtype.com/v1/dispatch",nL="https://api.runtype.com",cA=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 GT(r){switch(r){case"json":return C2;case"regex-json":return w2;case"xml":return b2;case"plain":default:return y2}}var za=class{constructor(e={}){this.config=e;this.clientSession=null;this.sessionInitPromise=null;var a,t,s;this.apiUrl=(a=e.apiUrl)!=null?a:jT,this.headers={"Content-Type":"application/json",...e.headers},this.debug=!!e.debug,this.createStreamParser=(t=e.streamParser)!=null?t:GT(e.parserType),this.contextProviders=(s=e.contextProviders)!=null?s:[],this.requestMiddleware=e.requestMiddleware,this.customFetch=e.customFetch,this.parseSSEEvent=e.parseSSEEvent,this.getHeaders=e.getHeaders}setSSEEventCallback(e){this.onSSEEvent=e}getSSEEventCallback(){return this.onSSEEvent}isClientTokenMode(){return!!this.config.clientToken}isAgentMode(){return!!this.config.agent}getClientApiUrl(e){var t;let a=((t=this.config.apiUrl)==null?void 0:t.replace(/\/+$/,"").replace(/\/v1\/dispatch$/,""))||nL;return e==="init"?`${a}/v1/client/init`:`${a}/v1/client/chat`}getClientSession(){return this.clientSession}async initSession(){var e,a;if(!this.isClientTokenMode())throw new Error("initSession() only available in client token mode");if(this.clientSession&&new Date<this.clientSession.expiresAt)return this.clientSession;if(this.sessionInitPromise)return this.sessionInitPromise;this.sessionInitPromise=this._doInitSession();try{let t=await this.sessionInitPromise;return this.clientSession=t,(a=(e=this.config).onSessionInit)==null||a.call(e,t),t}finally{this.sessionInitPromise=null}}async _doInitSession(){var o,n;let e=((n=(o=this.config).getStoredSessionId)==null?void 0:n.call(o))||null,a={token:this.config.clientToken,...this.config.flowId&&{flowId:this.config.flowId},...e&&{sessionId:e}},t=await fetch(this.getClientApiUrl("init"),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(a)});if(!t.ok){let d=await t.json().catch(()=>({error:"Session initialization failed"}));throw t.status===401?new Error(`Invalid client token: ${d.hint||d.error}`):t.status===403?new Error(`Origin not allowed: ${d.hint||d.error}`):new Error(d.error||"Failed to initialize session")}let s=await t.json();return this.config.setStoredSessionId&&this.config.setStoredSessionId(s.sessionId),{sessionId:s.sessionId,expiresAt:new Date(s.expiresAt),flow:s.flow,config:{welcomeMessage:s.config.welcomeMessage,placeholder:s.config.placeholder,theme:s.config.theme}}}clearClientSession(){this.clientSession=null,this.sessionInitPromise=null}getFeedbackApiUrl(){var a;return`${((a=this.config.apiUrl)==null?void 0:a.replace(/\/+$/,"").replace(/\/v1\/dispatch$/,""))||nL}/v1/client/feedback`}async sendFeedback(e){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(e.type)&&!e.messageId)throw new Error(`messageId is required for ${e.type} feedback type`);if(e.type==="csat"&&(e.rating===void 0||e.rating<1||e.rating>5))throw new Error("CSAT rating must be between 1 and 5");if(e.type==="nps"&&(e.rating===void 0||e.rating<0||e.rating>10))throw new Error("NPS rating must be between 0 and 10");this.debug&&console.debug("[AgentWidgetClient] sending feedback",e);let s=await fetch(this.getFeedbackApiUrl(),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(e)});if(!s.ok){let d=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(d.error||"Failed to submit feedback")}}async submitMessageFeedback(e,a){let t=this.getClientSession();if(!t)throw new Error("No active session. Please initialize session first.");return this.sendFeedback({sessionId:t.sessionId,messageId:e,type:a})}async submitCSATFeedback(e,a){let t=this.getClientSession();if(!t)throw new Error("No active session. Please initialize session first.");return this.sendFeedback({sessionId:t.sessionId,type:"csat",rating:e,comment:a})}async submitNPSFeedback(e,a){let t=this.getClientSession();if(!t)throw new Error("No active session. Please initialize session first.");return this.sendFeedback({sessionId:t.sessionId,type:"nps",rating:e,comment:a})}async dispatch(e,a){return this.isAgentMode()?this.dispatchAgent(e,a):this.isClientTokenMode()?this.dispatchClientToken(e,a):this.dispatchProxy(e,a)}async dispatchClientToken(e,a){var s,o,n,d;let t=new AbortController;e.signal&&e.signal.addEventListener("abort",()=>t.abort()),a({type:"status",status:"connecting"});try{let i=await this.initSession();if(new Date>=new Date(i.expiresAt.getTime()-6e4)){this.clientSession=null,(o=(s=this.config).onSessionExpired)==null||o.call(s);let u=new Error("Session expired. Please refresh to continue.");throw a({type:"error",error:u}),u}let f=await this.buildPayload(e.messages),m=f.metadata?Object.fromEntries(Object.entries(f.metadata).filter(([u])=>u!=="sessionId"&&u!=="session_id")):void 0,c={sessionId:i.sessionId,messages:e.messages.filter(cA).map(u=>{var y,C,k;return{id:u.id,role:u.role,content:(k=(C=(y=u.contentParts)!=null?y:u.llmContent)!=null?C:u.rawContent)!=null?k:u.content}}),...e.assistantMessageId&&{assistantMessageId:e.assistantMessageId},...m&&Object.keys(m).length>0&&{metadata:m},...f.context&&{context:f.context}};this.debug&&console.debug("[AgentWidgetClient] client token dispatch",c);let p=await fetch(this.getClientApiUrl("chat"),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(c),signal:t.signal});if(!p.ok){let u=await p.json().catch(()=>({error:"Chat request failed"}));if(p.status===401){this.clientSession=null,(d=(n=this.config).onSessionExpired)==null||d.call(n);let C=new Error("Session expired. Please refresh to continue.");throw a({type:"error",error:C}),C}if(p.status===429){let C=new Error(u.hint||"Message limit reached for this session.");throw a({type:"error",error:C}),C}let y=new Error(u.error||"Failed to send message");throw a({type:"error",error:y}),y}if(!p.body){let u=new Error("No response body received");throw a({type:"error",error:u}),u}a({type:"status",status:"connected"});try{await this.streamResponse(p.body,a,e.assistantMessageId)}finally{a({type:"status",status:"idle"})}}catch(i){let f=i instanceof Error?i:new Error(String(i));throw!f.message.includes("Session expired")&&!f.message.includes("Message limit")&&a({type:"error",error:f}),f}}async dispatchProxy(e,a){let t=new AbortController;e.signal&&e.signal.addEventListener("abort",()=>t.abort()),a({type:"status",status:"connecting"});let s=await this.buildPayload(e.messages);this.debug&&console.debug("[AgentWidgetClient] dispatch payload",s);let o={...this.headers};if(this.getHeaders)try{let d=await this.getHeaders();o={...o,...d}}catch(d){typeof console!="undefined"&&console.error("[AgentWidget] getHeaders error:",d)}let n;if(this.customFetch)try{n=await this.customFetch(this.apiUrl,{method:"POST",headers:o,body:JSON.stringify(s),signal:t.signal},s)}catch(d){let i=d instanceof Error?d:new Error(String(d));throw a({type:"error",error:i}),i}else n=await fetch(this.apiUrl,{method:"POST",headers:o,body:JSON.stringify(s),signal:t.signal});if(!n.ok||!n.body){let d=new Error(`Chat backend request failed: ${n.status} ${n.statusText}`);throw a({type:"error",error:d}),d}a({type:"status",status:"connected"});try{await this.streamResponse(n.body,a)}finally{a({type:"status",status:"idle"})}}async dispatchAgent(e,a){let t=new AbortController;e.signal&&e.signal.addEventListener("abort",()=>t.abort()),a({type:"status",status:"connecting"});let s=await this.buildAgentPayload(e.messages);this.debug&&console.debug("[AgentWidgetClient] agent dispatch payload",s);let o={...this.headers};if(this.getHeaders)try{let d=await this.getHeaders();o={...o,...d}}catch(d){typeof console!="undefined"&&console.error("[AgentWidget] getHeaders error:",d)}let n;if(this.customFetch)try{n=await this.customFetch(this.apiUrl,{method:"POST",headers:o,body:JSON.stringify(s),signal:t.signal},s)}catch(d){let i=d instanceof Error?d:new Error(String(d));throw a({type:"error",error:i}),i}else n=await fetch(this.apiUrl,{method:"POST",headers:o,body:JSON.stringify(s),signal:t.signal});if(!n.ok||!n.body){let d=new Error(`Agent execution request failed: ${n.status} ${n.statusText}`);throw a({type:"error",error:d}),d}a({type:"status",status:"connected"});try{await this.streamResponse(n.body,a,e.assistantMessageId)}finally{a({type:"status",status:"idle"})}}async buildAgentPayload(e){if(!this.config.agent)throw new Error("Agent configuration required for agent mode");let a=e.slice().filter(cA).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(),d=new Date(o.createdAt).getTime();return n-d}).map(s=>{var o,n,d;return{role:s.role,content:(d=(n=(o=s.contentParts)!=null?o:s.llmContent)!=null?n:s.rawContent)!=null?d:s.content,createdAt:s.createdAt}}),t={agent:this.config.agent,messages:a,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:e,config:this.config});n&&typeof n=="object"&&Object.assign(s,n)}catch(n){typeof console!="undefined"&&console.warn("[AgentWidget] Context provider failed:",n)}})),Object.keys(s).length&&(t.context=s)}return t}async buildPayload(e){let t={messages:e.slice().filter(cA).sort((s,o)=>{let n=new Date(s.createdAt).getTime(),d=new Date(o.createdAt).getTime();return n-d}).map(s=>{var o,n,d;return{role:s.role,content:(d=(n=(o=s.contentParts)!=null?o:s.llmContent)!=null?n:s.rawContent)!=null?d: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:e,config:this.config});n&&typeof n=="object"&&Object.assign(s,n)}catch(n){typeof console!="undefined"&&console.warn("[AgentWidget] Context provider failed:",n)}})),Object.keys(s).length&&(t.context=s)}if(this.requestMiddleware)try{let s=await this.requestMiddleware({payload:{...t},config:this.config});if(s&&typeof s=="object")return s}catch(s){typeof console!="undefined"&&console.error("[AgentWidget] Request middleware error:",s)}return t}async handleCustomSSEEvent(e,a,t,s,o){if(!this.parseSSEEvent)return!1;try{let n=await this.parseSSEEvent(e);if(n===null)return!1;let d=()=>{if(t.current)return t.current;let i={id:`assistant-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"assistant",sequence:o()};return t.current=i,s(i),i};if(n.text!==void 0){let i=d();i.content+=n.text,s(i)}return n.done&&(t.current&&(t.current.streaming=!1,s(t.current)),a({type:"status",status:"idle"})),n.error&&a({type:"error",error:new Error(n.error)}),!0}catch(n){return typeof console!="undefined"&&console.error("[AgentWidget] parseSSEEvent error:",n),!1}}async streamResponse(e,a,t){var ut,jt,pe,Pe,Ue,Dt,At,rt,mt,Wt,ae,Le,xt,J,ue,me,ye,$e,we,Q,Bt,Ce,be,et,Ot,Se,Fe,Ee,G,re,Et,X,N,gt,ft,ot,Tt,zt,Z,pt,Ft,Xt,de,Ga,le,Qe,yn,xa,ta,U,ga,sa,La,wn,na,da,Za,Xa,Jn,Kn,Yn,Cn,Ja,Jt,bn,Sn,la,Qn,t2,An,Ta,ia,e2,a2,r2,KS,Pa,Ea,se,Ka,kn,Hn,Ln,We,_e,pa,ea,Tn,Ba,Je,o2,Ya,s2,n2;let s=e.getReader(),o=new TextDecoder,n="",d=Date.now(),i=0,f=()=>d+i++,m=q=>{let st=q.reasoning?{...q.reasoning,chunks:[...q.reasoning.chunks]}:void 0,it=q.toolCall?{...q.toolCall,chunks:q.toolCall.chunks?[...q.toolCall.chunks]:void 0}:void 0,Qt=q.tools?q.tools.map(xe=>({...xe,chunks:xe.chunks?[...xe.chunks]:void 0})):void 0;return{...q,reasoning:st,toolCall:it,tools:Qt}},c=q=>{a({type:"message",message:m(q)})},p=null,u={current:null},y=new Map,C=new Map,k={lastId:null,byStep:new Map},b={lastId:null,byCall:new Map},x=q=>{if(q==null)return null;try{return String(q)}catch{return null}},H=q=>{var st,it,Qt,xe,Te;return x((Te=(xe=(Qt=(it=(st=q.stepId)!=null?st:q.step_id)!=null?it:q.step)!=null?Qt:q.parentId)!=null?xe:q.flowStepId)!=null?Te:q.flow_step_id)},h=q=>{var st,it,Qt,xe,Te,he,A;return x((A=(he=(Te=(xe=(Qt=(it=(st=q.callId)!=null?st:q.call_id)!=null?it:q.requestId)!=null?Qt:q.request_id)!=null?xe:q.toolCallId)!=null?Te:q.tool_call_id)!=null?he:q.stepId)!=null?A:q.step_id)},g=()=>p||(p={id:t!=null?t:`assistant-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,sequence:f()},c(p),p),M=(q,st)=>{k.lastId=st,q&&k.byStep.set(q,st)},S=(q,st)=>{var Te;let it=(Te=q.reasoningId)!=null?Te:q.id,Qt=H(q);if(it){let he=String(it);return M(Qt,he),he}if(Qt){let he=k.byStep.get(Qt);if(he)return k.lastId=he,he}if(k.lastId&&!st)return k.lastId;if(!st)return null;let xe=`reason-${f()}`;return M(Qt,xe),xe},B=q=>{let st=y.get(q);if(st)return st;let it={id:`reason-${q}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"reasoning",sequence:f(),reasoning:{id:q,status:"streaming",chunks:[]}};return y.set(q,it),c(it),it},T=(q,st)=>{b.lastId=st,q&&b.byCall.set(q,st)},I=(q,st)=>{var Te;let it=(Te=q.toolId)!=null?Te:q.id,Qt=h(q);if(it){let he=String(it);return T(Qt,he),he}if(Qt){let he=b.byCall.get(Qt);if(he)return b.lastId=he,he}if(b.lastId&&!st)return b.lastId;if(!st)return null;let xe=`tool-${f()}`;return T(Qt,xe),xe},W=q=>{let st=C.get(q);if(st)return st;let it={id:`tool-${q}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"tool",sequence:f(),toolCall:{id:q,status:"pending"}};return C.set(q,it),c(it),it},$=q=>{if(typeof q=="number"&&Number.isFinite(q))return q;if(typeof q=="string"){let st=Number(q);if(!Number.isNaN(st)&&Number.isFinite(st))return st;let it=Date.parse(q);if(!Number.isNaN(it))return it}return Date.now()},ct=q=>{if(typeof q=="string")return q;if(q==null)return"";try{return JSON.stringify(q)}catch{return String(q)}},z=new Map,dt=new Map,j=null,at=new Map,yt=(ut=this.config.iterationDisplay)!=null?ut:"separate";for(;;){let{done:q,value:st}=await s.read();if(q)break;n+=o.decode(st,{stream:!0});let it=n.split(`
|
|
45
|
+
`}strong(e){return`<strong>${e}</strong>`}em(e){return`<em>${e}</em>`}codespan(e){return`<code>${e}</code>`}br(){return"<br>"}del(e){return`<del>${e}</del>`}link(e,a,t){let s=WH(e);if(s===null)return t;e=s;let o='<a href="'+e+'"';return a&&(o+=' title="'+a+'"'),o+=">"+t+"</a>",o}image(e,a,t){let s=WH(e);if(s===null)return t;e=s;let o=`<img src="${e}" alt="${t}"`;return a&&(o+=` title="${a}"`),o+=">",o}text(e){return e}},On=class{strong(e){return e}em(e){return e}codespan(e){return e}del(e){return e}html(e){return e}text(e){return e}link(e,a,t){return""+t}image(e,a,t){return""+t}br(){return""}},ha=class r{constructor(e){ee(this,"options");ee(this,"renderer");ee(this,"textRenderer");this.options=e||Oa,this.options.renderer=this.options.renderer||new tr,this.renderer=this.options.renderer,this.renderer.options=this.options,this.textRenderer=new On}static parse(e,a){return new r(a).parse(e)}static parseInline(e,a){return new r(a).parseInline(e)}parse(e,a=!0){let t="";for(let s=0;s<e.length;s++){let o=e[s];if(this.options.extensions&&this.options.extensions.renderers&&this.options.extensions.renderers[o.type]){let n=o,l=this.options.extensions.renderers[n.type].call({parser:this},n);if(l!==!1||!["space","hr","heading","code","table","blockquote","list","html","paragraph","text"].includes(n.type)){t+=l||"";continue}}switch(o.type){case"space":continue;case"hr":{t+=this.renderer.hr();continue}case"heading":{let n=o;t+=this.renderer.heading(this.parseInline(n.tokens),n.depth,iT(this.parseInline(n.tokens,this.textRenderer)));continue}case"code":{let n=o;t+=this.renderer.code(n.text,n.lang,!!n.escaped);continue}case"table":{let n=o,l="",i="";for(let m=0;m<n.header.length;m++)i+=this.renderer.tablecell(this.parseInline(n.header[m].tokens),{header:!0,align:n.align[m]});l+=this.renderer.tablerow(i);let c="";for(let m=0;m<n.rows.length;m++){let f=n.rows[m];i="";for(let p=0;p<f.length;p++)i+=this.renderer.tablecell(this.parseInline(f[p].tokens),{header:!1,align:n.align[p]});c+=this.renderer.tablerow(i)}t+=this.renderer.table(l,c);continue}case"blockquote":{let n=o,l=this.parse(n.tokens);t+=this.renderer.blockquote(l);continue}case"list":{let n=o,l=n.ordered,i=n.start,c=n.loose,m="";for(let f=0;f<n.items.length;f++){let p=n.items[f],u=p.checked,w=p.task,C="";if(p.task){let A=this.renderer.checkbox(!!u);c?p.tokens.length>0&&p.tokens[0].type==="paragraph"?(p.tokens[0].text=A+" "+p.tokens[0].text,p.tokens[0].tokens&&p.tokens[0].tokens.length>0&&p.tokens[0].tokens[0].type==="text"&&(p.tokens[0].tokens[0].text=A+" "+p.tokens[0].tokens[0].text)):p.tokens.unshift({type:"text",text:A+" "}):C+=A+" "}C+=this.parse(p.tokens,c),m+=this.renderer.listitem(C,w,!!u)}t+=this.renderer.list(m,l,i);continue}case"html":{let n=o;t+=this.renderer.html(n.text,n.block);continue}case"paragraph":{let n=o;t+=this.renderer.paragraph(this.parseInline(n.tokens));continue}case"text":{let n=o,l=n.tokens?this.parseInline(n.tokens):n.text;for(;s+1<e.length&&e[s+1].type==="text";)n=e[++s],l+=`
|
|
46
|
+
`+(n.tokens?this.parseInline(n.tokens):n.text);t+=a?this.renderer.paragraph(l):l;continue}default:{let n='Token with "'+o.type+'" type was not found.';if(this.options.silent)return console.error(n),"";throw new Error(n)}}}return t}parseInline(e,a){a=a||this.renderer;let t="";for(let s=0;s<e.length;s++){let o=e[s];if(this.options.extensions&&this.options.extensions.renderers&&this.options.extensions.renderers[o.type]){let n=this.options.extensions.renderers[o.type].call({parser:this},o);if(n!==!1||!["escape","html","link","image","strong","em","codespan","br","del","text"].includes(o.type)){t+=n||"";continue}}switch(o.type){case"escape":{let n=o;t+=a.text(n.text);break}case"html":{let n=o;t+=a.html(n.text);break}case"link":{let n=o;t+=a.link(n.href,n.title,this.parseInline(n.tokens,a));break}case"image":{let n=o;t+=a.image(n.href,n.title,n.text);break}case"strong":{let n=o;t+=a.strong(this.parseInline(n.tokens,a));break}case"em":{let n=o;t+=a.em(this.parseInline(n.tokens,a));break}case"codespan":{let n=o;t+=a.codespan(n.text);break}case"br":{t+=a.br();break}case"del":{let n=o;t+=a.del(this.parseInline(n.tokens,a));break}case"text":{let n=o;t+=a.text(n.text);break}default:{let n='Token with "'+o.type+'" type was not found.';if(this.options.silent)return console.error(n),"";throw new Error(n)}}}return t}},Ia=class{constructor(e){ee(this,"options");this.options=e||Oa}preprocess(e){return e}postprocess(e){return e}processAllTokens(e){return e}};ee(Ia,"passThroughHooks",new Set(["preprocess","postprocess","processAllTokens"]));var Wa,aA,YH,zn=class{constructor(...e){IH(this,Wa);ee(this,"defaults",rA());ee(this,"options",this.setOptions);ee(this,"parse",p2(this,Wa,aA).call(this,ca.lex,ha.parse));ee(this,"parseInline",p2(this,Wa,aA).call(this,ca.lexInline,ha.parseInline));ee(this,"Parser",ha);ee(this,"Renderer",tr);ee(this,"TextRenderer",On);ee(this,"Lexer",ca);ee(this,"Tokenizer",Qa);ee(this,"Hooks",Ia);this.use(...e)}walkTokens(e,a){var s,o;let t=[];for(let n of e)switch(t=t.concat(a.call(this,n)),n.type){case"table":{let l=n;for(let i of l.header)t=t.concat(this.walkTokens(i.tokens,a));for(let i of l.rows)for(let c of i)t=t.concat(this.walkTokens(c.tokens,a));break}case"list":{let l=n;t=t.concat(this.walkTokens(l.items,a));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(i=>{let c=l[i].flat(1/0);t=t.concat(this.walkTokens(c,a))}):l.tokens&&(t=t.concat(this.walkTokens(l.tokens,a)))}}return t}use(...e){let a=this.defaults.extensions||{renderers:{},childTokens:{}};return e.forEach(t=>{let s={...t};if(s.async=this.defaults.async||s.async||!1,t.extensions&&(t.extensions.forEach(o=>{if(!o.name)throw new Error("extension name required");if("renderer"in o){let n=a.renderers[o.name];n?a.renderers[o.name]=function(...l){let i=o.renderer.apply(this,l);return i===!1&&(i=n.apply(this,l)),i}:a.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=a[o.level];n?n.unshift(o.tokenizer):a[o.level]=[o.tokenizer],o.start&&(o.level==="block"?a.startBlock?a.startBlock.push(o.start):a.startBlock=[o.start]:o.level==="inline"&&(a.startInline?a.startInline.push(o.start):a.startInline=[o.start]))}"childTokens"in o&&o.childTokens&&(a.childTokens[o.name]=o.childTokens)}),s.extensions=a),t.renderer){let o=this.defaults.renderer||new tr(this.defaults);for(let n in t.renderer){if(!(n in o))throw new Error(`renderer '${n}' does not exist`);if(n==="options")continue;let l=n,i=t.renderer[l],c=o[l];o[l]=(...m)=>{let f=i.apply(o,m);return f===!1&&(f=c.apply(o,m)),f||""}}s.renderer=o}if(t.tokenizer){let o=this.defaults.tokenizer||new Qa(this.defaults);for(let n in t.tokenizer){if(!(n in o))throw new Error(`tokenizer '${n}' does not exist`);if(["options","rules","lexer"].includes(n))continue;let l=n,i=t.tokenizer[l],c=o[l];o[l]=(...m)=>{let f=i.apply(o,m);return f===!1&&(f=c.apply(o,m)),f}}s.tokenizer=o}if(t.hooks){let o=this.defaults.hooks||new Ia;for(let n in t.hooks){if(!(n in o))throw new Error(`hook '${n}' does not exist`);if(n==="options")continue;let l=n,i=t.hooks[l],c=o[l];Ia.passThroughHooks.has(n)?o[l]=m=>{if(this.defaults.async)return Promise.resolve(i.call(o,m)).then(p=>c.call(o,p));let f=i.call(o,m);return c.call(o,f)}:o[l]=(...m)=>{let f=i.apply(o,m);return f===!1&&(f=c.apply(o,m)),f}}s.hooks=o}if(t.walkTokens){let o=this.defaults.walkTokens,n=t.walkTokens;s.walkTokens=function(l){let i=[];return i.push(n.call(this,l)),o&&(i=i.concat(o.call(this,l))),i}}this.defaults={...this.defaults,...s}}),this}setOptions(e){return this.defaults={...this.defaults,...e},this}lexer(e,a){return ca.lex(e,a!=null?a:this.defaults)}parser(e,a){return ha.parse(e,a!=null?a:this.defaults)}};Wa=new WeakSet,aA=function(e,a){return(t,s)=>{let o={...s},n={...this.defaults,...o};this.defaults.async===!0&&o.async===!1&&(n.silent||console.warn("marked(): The async option was set to true by an extension. The async: false option sent to parse will be ignored."),n.async=!0);let l=p2(this,Wa,YH).call(this,!!n.silent,!!n.async);if(typeof t=="undefined"||t===null)return l(new Error("marked(): input parameter is undefined or null"));if(typeof t!="string")return l(new Error("marked(): input parameter is of type "+Object.prototype.toString.call(t)+", string expected"));if(n.hooks&&(n.hooks.options=n),n.async)return Promise.resolve(n.hooks?n.hooks.preprocess(t):t).then(i=>e(i,n)).then(i=>n.hooks?n.hooks.processAllTokens(i):i).then(i=>n.walkTokens?Promise.all(this.walkTokens(i,n.walkTokens)).then(()=>i):i).then(i=>a(i,n)).then(i=>n.hooks?n.hooks.postprocess(i):i).catch(l);try{n.hooks&&(t=n.hooks.preprocess(t));let i=e(t,n);n.hooks&&(i=n.hooks.processAllTokens(i)),n.walkTokens&&this.walkTokens(i,n.walkTokens);let c=a(i,n);return n.hooks&&(c=n.hooks.postprocess(c)),c}catch(i){return l(i)}}},YH=function(e,a){return t=>{if(t.message+=`
|
|
47
|
+
Please report this to https://github.com/markedjs/marked.`,e){let s="<p>An error occurred:</p><pre>"+Ze(t.message+"",!0)+"</pre>";return a?Promise.resolve(s):s}if(a)return Promise.reject(t);throw t}};var Da=new zn;function Zt(r,e){return Da.parse(r,e)}Zt.options=Zt.setOptions=function(r){return Da.setOptions(r),Zt.defaults=Da.defaults,NH(Zt.defaults),Zt};Zt.getDefaults=rA;Zt.defaults=Oa;Zt.use=function(...r){return Da.use(...r),Zt.defaults=Da.defaults,NH(Zt.defaults),Zt};Zt.walkTokens=function(r,e){return Da.walkTokens(r,e)};Zt.parseInline=Da.parseInline;Zt.Parser=ha;Zt.parser=ha.parse;Zt.Renderer=tr;Zt.TextRenderer=On;Zt.Lexer=ca;Zt.lexer=ca.lex;Zt.Tokenizer=Qa;Zt.Hooks=Ia;Zt.parse=Zt;var QP=Zt.options,tE=Zt.setOptions,eE=Zt.use,aE=Zt.walkTokens,rE=Zt.parseInline;var oE=ha.parse,sE=ca.lex;var OT=r=>{if(r)return r},Un=r=>{var s,o;let e=r==null?void 0:r.markedOptions,a=new zn({gfm:(s=e==null?void 0:e.gfm)!=null?s:!0,breaks:(o=e==null?void 0:e.breaks)!=null?o:!0,pedantic:e==null?void 0:e.pedantic,silent:e==null?void 0:e.silent}),t=OT(r==null?void 0:r.renderer);return t&&a.use({renderer:t}),n=>a.parse(n)},$n=r=>r?Un({markedOptions:r.options,renderer:r.renderer}):Un(),zT=Un(),iA=r=>zT(r),m2=r=>r.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""").replace(/'/g,"'"),tL=r=>r.replace(/"/g,""").replace(/</g,"<").replace(/>/g,">"),QH=r=>`%%FORM_PLACEHOLDER_${r}%%`,eL=(r,e)=>{let a=r;return a=a.replace(/<Directive>([\s\S]*?)<\/Directive>/gi,(t,s)=>{try{let o=JSON.parse(s.trim());if(o&&typeof o=="object"&&o.component==="form"&&o.type){let n=QH(e.length);return e.push({token:n,type:String(o.type)}),n}}catch{return t}return t}),a=a.replace(/<Form\s+type="([^"]+)"\s*\/>/gi,(t,s)=>{let o=QH(e.length);return e.push({token:o,type:s}),o}),a},aL=r=>{let e=$n(r);return a=>{let t=[],s=eL(a,t),o=e(s);return t.forEach(({token:n,type:l})=>{let i=new RegExp(n.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),m=`<div class="tvw-form-directive" data-tv-form="${tL(l)}"></div>`;o=o.replace(i,m)}),o}},rL=r=>{let e=[],a=eL(r,e),t=iA(a);return e.forEach(({token:s,type:o})=>{let n=new RegExp(s.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),i=`<div class="tvw-form-directive" data-tv-form="${tL(o)}"></div>`;t=t.replace(n,i)}),t};var fa=FH(cA(),1),M2=r=>r.replace(/\\n/g,`
|
|
48
|
+
`).replace(/\\r/g,"\r").replace(/\\t/g," ").replace(/\\"/g,'"').replace(/\\\\/g,"\\"),hA=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)}},_T=r=>{var n,l;let e=(n=r.completedAt)!=null?n:Date.now(),a=(l=r.startedAt)!=null?l:e,s=(r.durationMs!==void 0?r.durationMs:Math.max(0,e-a))/1e3;return s<.1?"Thought for <0.1 seconds":`Thought for ${s>=10?Math.round(s).toString():s.toFixed(1).replace(/\.0$/,"")} seconds`},sL=r=>r.status==="complete"?_T(r):r.status==="pending"?"Waiting":"",jT=r=>{var s,o,n;let a=(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 a<.1?"Used tool for <0.1 seconds":`Used tool for ${a>=10?Math.round(a).toString():a.toFixed(1).replace(/\.0$/,"")} seconds`};var nL=r=>r.status==="complete"?jT(r):"Using tool...",GT=()=>{let r=null,e=0,a=t=>{let s=/"text"\s*:\s*"((?:[^"\\]|\\.|")*?)"/,o=t.match(s);if(o&&o[1])try{return o[1].replace(/\\n/g,`
|
|
49
|
+
`).replace(/\\r/g,"\r").replace(/\\t/g," ").replace(/\\"/g,'"').replace(/\\\\/g,"\\")}catch{return o[1]}let n=/"text"\s*:\s*"((?:[^"\\]|\\.)*)/,l=t.match(n);if(l&&l[1])try{return l[1].replace(/\\n/g,`
|
|
50
|
+
`).replace(/\\r/g,"\r").replace(/\\t/g," ").replace(/\\"/g,'"').replace(/\\\\/g,"\\")}catch{return l[1]}return null};return{getExtractedText:()=>r,processChunk:async t=>{if(t.length<=e)return r!==null?{text:r,raw:t}:null;let s=t.trim();if(!s.startsWith("{")&&!s.startsWith("["))return null;let o=a(t);return o!==null&&(r=o),e=t.length,r!==null?{text:r,raw:t}:null},close:async()=>{}}},v2=r=>{try{let e=JSON.parse(r);if(e&&typeof e=="object"&&typeof e.text=="string")return e.text}catch{return null}return null},y2=()=>{let r={processChunk:e=>null,getExtractedText:()=>null};return r.__isPlainTextParser=!0,r},w2=()=>{var e;let r=GT();return{processChunk:async a=>{let t=a.trim();return!t.startsWith("{")&&!t.startsWith("[")?null:r.processChunk(a)},getExtractedText:r.getExtractedText.bind(r),close:(e=r.close)==null?void 0:e.bind(r)}},C2=()=>{let r=null,e=0;return{getExtractedText:()=>r,processChunk:a=>{let t=a.trim();if(!t.startsWith("{")&&!t.startsWith("["))return null;if(a.length<=e)return r!==null||r===""?{text:r||"",raw:a}:null;try{let s=(0,fa.parse)(a,fa.STR|fa.OBJ);s&&typeof s=="object"&&(s.component&&typeof s.component=="string"?r=typeof s.text=="string"?M2(s.text):"":s.type==="init"&&s.form?r="":typeof s.text=="string"&&(r=M2(s.text)))}catch{}return e=a.length,r!==null?{text:r,raw:a}:null},close:()=>{}}},lL=r=>{let e=null,a=0,s=r||(o=>{if(!o||typeof o!="object")return null;let n=l=>typeof l=="string"?M2(l):null;if(o.component&&typeof o.component=="string")return typeof o.text=="string"?M2(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:()=>e,processChunk:o=>{let n=o.trim();if(!n.startsWith("{")&&!n.startsWith("["))return null;if(o.length<=a)return e!==null?{text:e,raw:o}:null;try{let l=(0,fa.parse)(o,fa.STR|fa.OBJ),i=s(l);i!==null&&(e=i)}catch{}return a=o.length,{text:e||"",raw:o}},close:()=>{}}},b2=()=>{let r=null;return{processChunk:e=>{if(!e.trim().startsWith("<"))return null;let t=e.match(/<text[^>]*>([\s\S]*?)<\/text>/);return t&&t[1]?(r=t[1],{text:r,raw:e}):null},getExtractedText:()=>r}};var ZT="https://api.runtype.com/v1/dispatch",dL="https://api.runtype.com",fA=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 XT(r){switch(r){case"json":return C2;case"regex-json":return w2;case"xml":return b2;case"plain":default:return y2}}var za=class{constructor(e={}){this.config=e;this.clientSession=null;this.sessionInitPromise=null;var a,t,s;this.apiUrl=(a=e.apiUrl)!=null?a:ZT,this.headers={"Content-Type":"application/json",...e.headers},this.debug=!!e.debug,this.createStreamParser=(t=e.streamParser)!=null?t:XT(e.parserType),this.contextProviders=(s=e.contextProviders)!=null?s:[],this.requestMiddleware=e.requestMiddleware,this.customFetch=e.customFetch,this.parseSSEEvent=e.parseSSEEvent,this.getHeaders=e.getHeaders}setSSEEventCallback(e){this.onSSEEvent=e}getSSEEventCallback(){return this.onSSEEvent}isClientTokenMode(){return!!this.config.clientToken}isAgentMode(){return!!this.config.agent}getClientApiUrl(e){var t;let a=((t=this.config.apiUrl)==null?void 0:t.replace(/\/+$/,"").replace(/\/v1\/dispatch$/,""))||dL;return e==="init"?`${a}/v1/client/init`:`${a}/v1/client/chat`}getClientSession(){return this.clientSession}async initSession(){var e,a;if(!this.isClientTokenMode())throw new Error("initSession() only available in client token mode");if(this.clientSession&&new Date<this.clientSession.expiresAt)return this.clientSession;if(this.sessionInitPromise)return this.sessionInitPromise;this.sessionInitPromise=this._doInitSession();try{let t=await this.sessionInitPromise;return this.clientSession=t,(a=(e=this.config).onSessionInit)==null||a.call(e,t),t}finally{this.sessionInitPromise=null}}async _doInitSession(){var o,n;let e=((n=(o=this.config).getStoredSessionId)==null?void 0:n.call(o))||null,a={token:this.config.clientToken,...this.config.flowId&&{flowId:this.config.flowId},...e&&{sessionId:e}},t=await fetch(this.getClientApiUrl("init"),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(a)});if(!t.ok){let l=await t.json().catch(()=>({error:"Session initialization failed"}));throw t.status===401?new Error(`Invalid client token: ${l.hint||l.error}`):t.status===403?new Error(`Origin not allowed: ${l.hint||l.error}`):new Error(l.error||"Failed to initialize session")}let s=await t.json();return this.config.setStoredSessionId&&this.config.setStoredSessionId(s.sessionId),{sessionId:s.sessionId,expiresAt:new Date(s.expiresAt),flow:s.flow,config:{welcomeMessage:s.config.welcomeMessage,placeholder:s.config.placeholder,theme:s.config.theme}}}clearClientSession(){this.clientSession=null,this.sessionInitPromise=null}getFeedbackApiUrl(){var a;return`${((a=this.config.apiUrl)==null?void 0:a.replace(/\/+$/,"").replace(/\/v1\/dispatch$/,""))||dL}/v1/client/feedback`}async sendFeedback(e){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(e.type)&&!e.messageId)throw new Error(`messageId is required for ${e.type} feedback type`);if(e.type==="csat"&&(e.rating===void 0||e.rating<1||e.rating>5))throw new Error("CSAT rating must be between 1 and 5");if(e.type==="nps"&&(e.rating===void 0||e.rating<0||e.rating>10))throw new Error("NPS rating must be between 0 and 10");this.debug&&console.debug("[AgentWidgetClient] sending feedback",e);let s=await fetch(this.getFeedbackApiUrl(),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(e)});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(e,a){let t=this.getClientSession();if(!t)throw new Error("No active session. Please initialize session first.");return this.sendFeedback({sessionId:t.sessionId,messageId:e,type:a})}async submitCSATFeedback(e,a){let t=this.getClientSession();if(!t)throw new Error("No active session. Please initialize session first.");return this.sendFeedback({sessionId:t.sessionId,type:"csat",rating:e,comment:a})}async submitNPSFeedback(e,a){let t=this.getClientSession();if(!t)throw new Error("No active session. Please initialize session first.");return this.sendFeedback({sessionId:t.sessionId,type:"nps",rating:e,comment:a})}async dispatch(e,a){return this.isAgentMode()?this.dispatchAgent(e,a):this.isClientTokenMode()?this.dispatchClientToken(e,a):this.dispatchProxy(e,a)}async dispatchClientToken(e,a){var s,o,n,l;let t=new AbortController;e.signal&&e.signal.addEventListener("abort",()=>t.abort()),a({type:"status",status:"connecting"});try{let i=await this.initSession();if(new Date>=new Date(i.expiresAt.getTime()-6e4)){this.clientSession=null,(o=(s=this.config).onSessionExpired)==null||o.call(s);let u=new Error("Session expired. Please refresh to continue.");throw a({type:"error",error:u}),u}let c=await this.buildPayload(e.messages),m=c.metadata?Object.fromEntries(Object.entries(c.metadata).filter(([u])=>u!=="sessionId"&&u!=="session_id")):void 0,f={sessionId:i.sessionId,messages:e.messages.filter(fA).map(u=>{var w,C,A;return{id:u.id,role:u.role,content:(A=(C=(w=u.contentParts)!=null?w:u.llmContent)!=null?C:u.rawContent)!=null?A:u.content}}),...e.assistantMessageId&&{assistantMessageId:e.assistantMessageId},...m&&Object.keys(m).length>0&&{metadata:m},...c.context&&{context:c.context}};this.debug&&console.debug("[AgentWidgetClient] client token dispatch",f);let p=await fetch(this.getClientApiUrl("chat"),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(f),signal:t.signal});if(!p.ok){let u=await p.json().catch(()=>({error:"Chat request failed"}));if(p.status===401){this.clientSession=null,(l=(n=this.config).onSessionExpired)==null||l.call(n);let C=new Error("Session expired. Please refresh to continue.");throw a({type:"error",error:C}),C}if(p.status===429){let C=new Error(u.hint||"Message limit reached for this session.");throw a({type:"error",error:C}),C}let w=new Error(u.error||"Failed to send message");throw a({type:"error",error:w}),w}if(!p.body){let u=new Error("No response body received");throw a({type:"error",error:u}),u}a({type:"status",status:"connected"});try{await this.streamResponse(p.body,a,e.assistantMessageId)}finally{a({type:"status",status:"idle"})}}catch(i){let c=i instanceof Error?i:new Error(String(i));throw!c.message.includes("Session expired")&&!c.message.includes("Message limit")&&a({type:"error",error:c}),c}}async dispatchProxy(e,a){let t=new AbortController;e.signal&&e.signal.addEventListener("abort",()=>t.abort()),a({type:"status",status:"connecting"});let s=await this.buildPayload(e.messages);this.debug&&console.debug("[AgentWidgetClient] dispatch payload",s);let o={...this.headers};if(this.getHeaders)try{let l=await this.getHeaders();o={...o,...l}}catch(l){typeof console!="undefined"&&console.error("[AgentWidget] getHeaders error:",l)}let n;if(this.customFetch)try{n=await this.customFetch(this.apiUrl,{method:"POST",headers:o,body:JSON.stringify(s),signal:t.signal},s)}catch(l){let i=l instanceof Error?l:new Error(String(l));throw a({type:"error",error:i}),i}else n=await fetch(this.apiUrl,{method:"POST",headers:o,body:JSON.stringify(s),signal:t.signal});if(!n.ok||!n.body){let l=new Error(`Chat backend request failed: ${n.status} ${n.statusText}`);throw a({type:"error",error:l}),l}a({type:"status",status:"connected"});try{await this.streamResponse(n.body,a)}finally{a({type:"status",status:"idle"})}}async dispatchAgent(e,a){let t=new AbortController;e.signal&&e.signal.addEventListener("abort",()=>t.abort()),a({type:"status",status:"connecting"});let s=await this.buildAgentPayload(e.messages);this.debug&&console.debug("[AgentWidgetClient] agent dispatch payload",s);let o={...this.headers};if(this.getHeaders)try{let l=await this.getHeaders();o={...o,...l}}catch(l){typeof console!="undefined"&&console.error("[AgentWidget] getHeaders error:",l)}let n;if(this.customFetch)try{n=await this.customFetch(this.apiUrl,{method:"POST",headers:o,body:JSON.stringify(s),signal:t.signal},s)}catch(l){let i=l instanceof Error?l:new Error(String(l));throw a({type:"error",error:i}),i}else n=await fetch(this.apiUrl,{method:"POST",headers:o,body:JSON.stringify(s),signal:t.signal});if(!n.ok||!n.body){let l=new Error(`Agent execution request failed: ${n.status} ${n.statusText}`);throw a({type:"error",error:l}),l}a({type:"status",status:"connected"});try{await this.streamResponse(n.body,a,e.assistantMessageId)}finally{a({type:"status",status:"idle"})}}async buildAgentPayload(e){if(!this.config.agent)throw new Error("Agent configuration required for agent mode");let a=e.slice().filter(fA).filter(s=>s.role==="user"||s.role==="assistant"||s.role==="system").filter(s=>!s.variant||s.variant==="assistant").sort((s,o)=>{let n=new Date(s.createdAt).getTime(),l=new Date(o.createdAt).getTime();return n-l}).map(s=>{var o,n,l;return{role:s.role,content:(l=(n=(o=s.contentParts)!=null?o:s.llmContent)!=null?n:s.rawContent)!=null?l:s.content,createdAt:s.createdAt}}),t={agent:this.config.agent,messages:a,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:e,config:this.config});n&&typeof n=="object"&&Object.assign(s,n)}catch(n){typeof console!="undefined"&&console.warn("[AgentWidget] Context provider failed:",n)}})),Object.keys(s).length&&(t.context=s)}return t}async buildPayload(e){let t={messages:e.slice().filter(fA).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:e,config:this.config});n&&typeof n=="object"&&Object.assign(s,n)}catch(n){typeof console!="undefined"&&console.warn("[AgentWidget] Context provider failed:",n)}})),Object.keys(s).length&&(t.context=s)}if(this.requestMiddleware)try{let s=await this.requestMiddleware({payload:{...t},config:this.config});if(s&&typeof s=="object")return s}catch(s){typeof console!="undefined"&&console.error("[AgentWidget] Request middleware error:",s)}return t}async handleCustomSSEEvent(e,a,t,s,o){if(!this.parseSSEEvent)return!1;try{let n=await this.parseSSEEvent(e);if(n===null)return!1;let l=()=>{if(t.current)return t.current;let i={id:`assistant-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"assistant",sequence:o()};return t.current=i,s(i),i};if(n.text!==void 0){let i=l();i.content+=n.text,s(i)}return n.done&&(t.current&&(t.current.streaming=!1,s(t.current)),a({type:"status",status:"idle"})),n.error&&a({type:"error",error:new Error(n.error)}),!0}catch(n){return typeof console!="undefined"&&console.error("[AgentWidget] parseSSEEvent error:",n),!1}}async streamResponse(e,a,t){var ut,Gt,he,Pe,Ue,Ot,kt,ot,mt,zt,ae,Le,ft,J,me,xe,ye,$e,we,Q,Vt,Ce,be,et,qt,Se,Fe,Ee,G,re,Rt,X,N,xt,ht,st,Et,Nt,Z,pt,Dt,Jt,ie,Ga,pe,Qe,yn,xa,ta,U,ga,sa,La,wn,na,la,Za,Xa,Kn,Yn,Qn,Cn,Ja,Kt,bn,Sn,da,t2,e2,An,Ta,ia,a2,r2,o2,YS,Pa,Ea,se,Ka,kn,Hn,Ln,Tn,We,_e,pa,ea,Pn,Ba,Je,s2,Ya,n2;let s=e.getReader(),o=new TextDecoder,n="",l=Date.now(),i=0,c=()=>l+i++,m=j=>{let Ht=j.reasoning?{...j.reasoning,chunks:[...j.reasoning.chunks]}:void 0,dt=j.toolCall?{...j.toolCall,chunks:j.toolCall.chunks?[...j.toolCall.chunks]:void 0}:void 0,gt=j.tools?j.tools.map(ne=>({...ne,chunks:ne.chunks?[...ne.chunks]:void 0})):void 0;return{...j,reasoning:Ht,toolCall:dt,tools:gt}},f=j=>{a({type:"message",message:m(j)})},p=null,u={current:null},w=new Map,C=new Map,A={lastId:null,byStep:new Map},b={lastId:null,byCall:new Map},g=j=>{if(j==null)return null;try{return String(j)}catch{return null}},L=j=>{var Ht,dt,gt,ne,Te;return g((Te=(ne=(gt=(dt=(Ht=j.stepId)!=null?Ht:j.step_id)!=null?dt:j.step)!=null?gt:j.parentId)!=null?ne:j.flowStepId)!=null?Te:j.flow_step_id)},h=j=>{var Ht,dt,gt,ne,Te,le,k;return g((k=(le=(Te=(ne=(gt=(dt=(Ht=j.callId)!=null?Ht:j.call_id)!=null?dt:j.requestId)!=null?gt:j.request_id)!=null?ne:j.toolCallId)!=null?Te:j.tool_call_id)!=null?le:j.stepId)!=null?k:j.step_id)},x=()=>p||(p={id:t!=null?t:`assistant-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,sequence:c()},f(p),p),y=(j,Ht)=>{A.lastId=Ht,j&&A.byStep.set(j,Ht)},S=(j,Ht)=>{var Te;let dt=(Te=j.reasoningId)!=null?Te:j.id,gt=L(j);if(dt){let le=String(dt);return y(gt,le),le}if(gt){let le=A.byStep.get(gt);if(le)return A.lastId=le,le}if(A.lastId&&!Ht)return A.lastId;if(!Ht)return null;let ne=`reason-${c()}`;return y(gt,ne),ne},B=j=>{let Ht=w.get(j);if(Ht)return Ht;let dt={id:`reason-${j}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"reasoning",sequence:c(),reasoning:{id:j,status:"streaming",chunks:[]}};return w.set(j,dt),f(dt),dt},P=(j,Ht)=>{b.lastId=Ht,j&&b.byCall.set(j,Ht)},I=(j,Ht)=>{var Te;let dt=(Te=j.toolId)!=null?Te:j.id,gt=h(j);if(dt){let le=String(dt);return P(gt,le),le}if(gt){let le=b.byCall.get(gt);if(le)return b.lastId=le,le}if(b.lastId&&!Ht)return b.lastId;if(!Ht)return null;let ne=`tool-${c()}`;return P(gt,ne),ne},D=j=>{let Ht=C.get(j);if(Ht)return Ht;let dt={id:`tool-${j}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"tool",sequence:c(),toolCall:{id:j,status:"pending"}};return C.set(j,dt),f(dt),dt},q=j=>{if(typeof j=="number"&&Number.isFinite(j))return j;if(typeof j=="string"){let Ht=Number(j);if(!Number.isNaN(Ht)&&Number.isFinite(Ht))return Ht;let dt=Date.parse(j);if(!Number.isNaN(dt))return dt}return Date.now()},it=j=>{if(typeof j=="string")return j;if(j==null)return"";try{return JSON.stringify(j)}catch{return String(j)}},O=new Map,at=new Map,z=null,rt=new Map,wt=(ut=this.config.iterationDisplay)!=null?ut:"separate";for(;;){let{done:j,value:Ht}=await s.read();if(j)break;n+=o.decode(Ht,{stream:!0});let dt=n.split(`
|
|
51
51
|
|
|
52
|
-
`);n=(
|
|
53
|
-
`),Te="message",he="";for(let O of xe)O.startsWith("event:")?Te=O.replace("event:","").trim():O.startsWith("data:")&&(he+=O.replace("data:","").trim());if(!he)continue;let A;try{A=JSON.parse(he)}catch(O){a({type:"error",error:O instanceof Error?O:new Error("Failed to parse chat stream payload")});continue}let Ut=Te!=="message"?Te:(pe=A.type)!=null?pe:"message";if((Pe=this.onSSEEvent)==null||Pe.call(this,Ut,A),this.parseSSEEvent){u.current=p;let O=await this.handleCustomSSEEvent(A,a,u,c,f);if(u.current&&!p&&(p=u.current),O)continue}if(Ut==="reason_start"){let O=(Ue=S(A,!0))!=null?Ue:`reason-${f()}`,L=B(O);L.reasoning=(Dt=L.reasoning)!=null?Dt:{id:O,status:"streaming",chunks:[]},L.reasoning.startedAt=(rt=L.reasoning.startedAt)!=null?rt:$((At=A.startedAt)!=null?At:A.timestamp),L.reasoning.completedAt=void 0,L.reasoning.durationMs=void 0,L.streaming=!0,L.reasoning.status="streaming",c(L)}else if(Ut==="reason_chunk"||Ut==="reason_delta"){let O=(Wt=(mt=S(A,!1))!=null?mt:S(A,!0))!=null?Wt:`reason-${f()}`,L=B(O);L.reasoning=(ae=L.reasoning)!=null?ae:{id:O,status:"streaming",chunks:[]},L.reasoning.startedAt=(xt=L.reasoning.startedAt)!=null?xt:$((Le=A.startedAt)!=null?Le:A.timestamp);let R=(me=(ue=(J=A.reasoningText)!=null?J:A.text)!=null?ue:A.delta)!=null?me:"";if(R&&A.hidden!==!0&&L.reasoning.chunks.push(String(R)),L.reasoning.status=A.done?"complete":"streaming",A.done){L.reasoning.completedAt=$((ye=A.completedAt)!=null?ye:A.timestamp);let nt=($e=L.reasoning.startedAt)!=null?$e:Date.now();L.reasoning.durationMs=Math.max(0,((we=L.reasoning.completedAt)!=null?we:Date.now())-nt)}L.streaming=L.reasoning.status!=="complete",c(L)}else if(Ut==="reason_complete"){let O=(Bt=(Q=S(A,!1))!=null?Q:S(A,!0))!=null?Bt:`reason-${f()}`,L=y.get(O);if(L!=null&&L.reasoning){L.reasoning.status="complete",L.reasoning.completedAt=$((Ce=A.completedAt)!=null?Ce:A.timestamp);let nt=(be=L.reasoning.startedAt)!=null?be:Date.now();L.reasoning.durationMs=Math.max(0,((et=L.reasoning.completedAt)!=null?et:Date.now())-nt),L.streaming=!1,c(L)}let R=H(A);R&&k.byStep.delete(R)}else if(Ut==="tool_start"){let O=(Ot=I(A,!0))!=null?Ot:`tool-${f()}`,L=W(O),R=(Se=L.toolCall)!=null?Se:{id:O,status:"pending"};R.name=(Fe=A.toolName)!=null?Fe:R.name,R.status="running",A.args!==void 0?R.args=A.args:A.parameters!==void 0&&(R.args=A.parameters),R.startedAt=(G=R.startedAt)!=null?G:$((Ee=A.startedAt)!=null?Ee:A.timestamp),R.completedAt=void 0,R.durationMs=void 0,L.toolCall=R,L.streaming=!0;let nt=A.agentContext;(nt||A.executionId)&&(L.agentMetadata={executionId:(re=nt==null?void 0:nt.executionId)!=null?re:A.executionId,iteration:(Et=nt==null?void 0:nt.iteration)!=null?Et:A.iteration}),c(L)}else if(Ut==="tool_chunk"||Ut==="tool_delta"){let O=(N=(X=I(A,!1))!=null?X:I(A,!0))!=null?N:`tool-${f()}`,L=W(O),R=(gt=L.toolCall)!=null?gt:{id:O,status:"running"};R.startedAt=(ot=R.startedAt)!=null?ot:$((ft=A.startedAt)!=null?ft:A.timestamp);let nt=(Z=(zt=(Tt=A.text)!=null?Tt:A.delta)!=null?zt:A.message)!=null?Z:"";nt&&(R.chunks=(pt=R.chunks)!=null?pt:[],R.chunks.push(String(nt))),R.status="running",L.toolCall=R,L.streaming=!0;let kt=A.agentContext;(kt||A.executionId)&&(L.agentMetadata=(de=L.agentMetadata)!=null?de:{executionId:(Ft=kt==null?void 0:kt.executionId)!=null?Ft:A.executionId,iteration:(Xt=kt==null?void 0:kt.iteration)!=null?Xt:A.iteration}),c(L)}else if(Ut==="tool_complete"){let O=(le=(Ga=I(A,!1))!=null?Ga:I(A,!0))!=null?le:`tool-${f()}`,L=W(O),R=(Qe=L.toolCall)!=null?Qe:{id:O,status:"running"};R.status="complete",A.result!==void 0&&(R.result=A.result),typeof A.duration=="number"&&(R.duration=A.duration),R.completedAt=$((yn=A.completedAt)!=null?yn:A.timestamp);let nt=(xa=A.duration)!=null?xa:A.executionTime;if(typeof nt=="number")R.durationMs=nt;else{let Be=(ta=R.startedAt)!=null?ta:Date.now();R.durationMs=Math.max(0,((U=R.completedAt)!=null?U:Date.now())-Be)}L.toolCall=R,L.streaming=!1;let kt=A.agentContext;(kt||A.executionId)&&(L.agentMetadata=(La=L.agentMetadata)!=null?La:{executionId:(ga=kt==null?void 0:kt.executionId)!=null?ga:A.executionId,iteration:(sa=kt==null?void 0:kt.iteration)!=null?sa:A.iteration}),c(L);let Kt=h(A);Kt&&b.byCall.delete(Kt)}else if(Ut==="step_chunk"||Ut==="step_delta"){let O=A.stepType,L=A.executionType;if(O==="tool"||L==="context")continue;let R=g(),nt=(Za=(da=(na=(wn=A.text)!=null?wn:A.delta)!=null?na:A.content)!=null?da:A.chunk)!=null?Za:"";if(nt){let Kt=((Xa=dt.get(R.id))!=null?Xa:"")+nt;R.rawContent=Kt,z.has(R.id)||z.set(R.id,this.createStreamParser());let Be=z.get(R.id),ne=Kt.trim().startsWith("{")||Kt.trim().startsWith("[");if(ne&&dt.set(R.id,Kt),Be.__isPlainTextParser===!0){R.content+=nt,dt.delete(R.id),z.delete(R.id),R.rawContent=void 0,c(R);continue}let ge=Be.processChunk(Kt);if(ge instanceof Promise)ge.then(qt=>{var ce;let $t=typeof qt=="string"?qt:(ce=qt==null?void 0:qt.text)!=null?ce:null;if($t!==null&&$t.trim()!==""){let _t=p;_t&&_t.id===R.id&&(_t.content=$t,c(_t))}else if(!ne&&!Kt.trim().startsWith("<")){let _t=p;_t&&_t.id===R.id&&(_t.content+=nt,dt.delete(_t.id),z.delete(_t.id),_t.rawContent=void 0,c(_t))}}).catch(()=>{R.content+=nt,dt.delete(R.id),z.delete(R.id),R.rawContent=void 0,c(R)});else{let qt=typeof ge=="string"?ge:(Jn=ge==null?void 0:ge.text)!=null?Jn:null;qt!==null&&qt.trim()!==""?(R.content=qt,c(R)):!ne&&!Kt.trim().startsWith("<")&&(R.content+=nt,dt.delete(R.id),z.delete(R.id),R.rawContent=void 0,c(R))}}if(A.isComplete){let kt=(Yn=(Kn=A.result)==null?void 0:Kn.response)!=null?Yn:R.content;if(kt){let Kt=dt.get(R.id),Be=Kt!=null?Kt:ct(kt);R.rawContent=Be;let ne=z.get(R.id),Ae=null,ge=!1;if(ne&&(Ae=ne.getExtractedText(),Ae===null&&(Ae=v2(Be)),Ae===null)){let qt=ne.processChunk(Be);qt instanceof Promise?(ge=!0,qt.then($t=>{var _t;let ce=typeof $t=="string"?$t:(_t=$t==null?void 0:$t.text)!=null?_t:null;if(ce!==null){let ke=p;ke&&ke.id===R.id&&(ke.content=ce,ke.streaming=!1,z.delete(ke.id),dt.delete(ke.id),c(ke))}})):Ae=typeof qt=="string"?qt:(Cn=qt==null?void 0:qt.text)!=null?Cn:null}if(!ge){Ae!==null&&Ae.trim()!==""?R.content=Ae:dt.has(R.id)||(R.content=ct(kt));let qt=z.get(R.id);if(qt){let $t=(Ja=qt.close)==null?void 0:Ja.call(qt);$t instanceof Promise&&$t.catch(()=>{}),z.delete(R.id)}dt.delete(R.id),R.streaming=!1,c(R)}}}}else if(Ut==="step_complete"){let O=A.stepType,L=A.executionType;if(O==="tool"||L==="context")continue;let R=(Jt=A.result)==null?void 0:Jt.response,nt=g();if(R!=null){let kt=z.get(nt.id),Kt=!1,Be=!1;if(kt){let ne=kt.getExtractedText(),Ae=dt.get(nt.id),ge=Ae!=null?Ae:ct(R);if(nt.rawContent=ge,ne!==null&&ne.trim()!=="")nt.content=ne,Kt=!0;else{let qt=v2(ge);if(qt!==null)nt.content=qt,Kt=!0;else{let $t=kt.processChunk(ge);if($t instanceof Promise)Be=!0,$t.then(ce=>{var ke;let _t=typeof ce=="string"?ce:(ke=ce==null?void 0:ce.text)!=null?ke:null;if(_t!==null&&_t.trim()!==""){let qe=p;qe&&qe.id===nt.id&&(qe.content=_t,qe.streaming=!1,z.delete(qe.id),dt.delete(qe.id),c(qe))}else{let qe=kt.getExtractedText(),Xe=p;Xe&&Xe.id===nt.id&&(qe!==null&&qe.trim()!==""?Xe.content=qe:dt.has(Xe.id)||(Xe.content=ct(R)),Xe.streaming=!1,z.delete(Xe.id),dt.delete(Xe.id),c(Xe))}});else{let ce=typeof $t=="string"?$t:(bn=$t==null?void 0:$t.text)!=null?bn:null;if(ce!==null&&ce.trim()!=="")nt.content=ce,Kt=!0;else{let _t=kt.getExtractedText();_t!==null&&_t.trim()!==""&&(nt.content=_t,Kt=!0)}}}}}if(!Be){if(!nt.rawContent){let ne=dt.get(nt.id);nt.rawContent=ne!=null?ne:ct(R)}if(!Kt&&!dt.has(nt.id)&&(nt.content=ct(R)),kt){let ne=(Sn=kt.close)==null?void 0:Sn.call(kt);ne instanceof Promise&&ne.catch(()=>{})}z.delete(nt.id),dt.delete(nt.id),nt.streaming=!1,c(nt)}}else z.delete(nt.id),dt.delete(nt.id),nt.streaming=!1,c(nt)}else if(Ut==="flow_complete"){let O=(la=A.result)==null?void 0:la.response;if(O!=null){let L=g(),R=dt.get(L.id),nt=R!=null?R:ct(O);L.rawContent=nt;let kt=ct(O),Kt=z.get(L.id);if(Kt){let Ae=v2(nt);if(Ae!==null)kt=Ae;else{let ge=Kt.processChunk(nt);ge instanceof Promise&&ge.then($t=>{var _t;let ce=typeof $t=="string"?$t:(_t=$t==null?void 0:$t.text)!=null?_t:null;if(ce!==null){let ke=p;ke&&ke.id===L.id&&(ke.content=ce,ke.streaming=!1,c(ke))}});let qt=Kt.getExtractedText();qt!==null&&(kt=qt)}}z.delete(L.id),dt.delete(L.id);let Be=kt!==L.content,ne=L.streaming!==!1;Be&&(L.content=kt),L.streaming=!1,(Be||ne)&&c(L)}else if(p!==null){let L=p;z.delete(L.id),dt.delete(L.id),L.streaming!==!1&&(L.streaming=!1,c(L))}a({type:"status",status:"idle"})}else if(Ut==="agent_start")j={executionId:A.executionId,agentId:(Qn=A.agentId)!=null?Qn:"virtual",agentName:(t2=A.agentName)!=null?t2:"",status:"running",currentIteration:0,maxIterations:(An=A.maxIterations)!=null?An:1,startedAt:$(A.startedAt)};else if(Ut==="agent_iteration_start"){if(j&&(j.currentIteration=A.iteration),yt==="separate"&&A.iteration>1){let O=p;O&&(O.streaming=!1,c(O),at.set(A.iteration-1,O),p=null)}}else if(Ut!=="agent_turn_start"){if(Ut==="agent_turn_delta"){if(A.contentType==="text"){let O=g();O.content+=(Ta=A.delta)!=null?Ta:"",O.agentMetadata={executionId:A.executionId,iteration:A.iteration,turnId:A.turnId,agentName:j==null?void 0:j.agentName},c(O)}else if(A.contentType==="thinking"){let O=(ia=A.turnId)!=null?ia:`agent-think-${A.iteration}`,L=B(O);L.reasoning=(e2=L.reasoning)!=null?e2:{id:O,status:"streaming",chunks:[]},L.reasoning.chunks.push((a2=A.delta)!=null?a2:""),L.agentMetadata={executionId:A.executionId,iteration:A.iteration,turnId:A.turnId},c(L)}else if(A.contentType==="tool_input"){let O=(r2=A.toolCallId)!=null?r2:b.lastId;if(O){let L=C.get(O);L!=null&&L.toolCall&&(L.toolCall.chunks=(KS=L.toolCall.chunks)!=null?KS:[],L.toolCall.chunks.push((Pa=A.delta)!=null?Pa:""),c(L))}}}else if(Ut==="agent_turn_complete"){let O=A.turnId;if(O){let L=y.get(O);if(L!=null&&L.reasoning){L.reasoning.status="complete",L.reasoning.completedAt=$(A.completedAt);let R=(Ea=L.reasoning.startedAt)!=null?Ea:Date.now();L.reasoning.durationMs=Math.max(0,((se=L.reasoning.completedAt)!=null?se:Date.now())-R),L.streaming=!1,c(L)}}}else if(Ut==="agent_tool_start"){let O=(Ka=A.toolCallId)!=null?Ka:`agent-tool-${f()}`;T(h(A),O);let L=W(O),R=(kn=L.toolCall)!=null?kn:{id:O,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};R.name=(Hn=A.toolName)!=null?Hn:R.name,R.status="running",A.parameters!==void 0&&(R.args=A.parameters),R.startedAt=$((Ln=A.startedAt)!=null?Ln:A.timestamp),L.toolCall=R,L.streaming=!0,L.agentMetadata={executionId:A.executionId,iteration:A.iteration},c(L)}else if(Ut==="agent_tool_delta"){let O=(We=A.toolCallId)!=null?We:b.lastId;if(O){let L=(_e=C.get(O))!=null?_e:W(O);L.toolCall&&(L.toolCall.chunks=(pa=L.toolCall.chunks)!=null?pa:[],L.toolCall.chunks.push((ea=A.delta)!=null?ea:""),L.toolCall.status="running",L.streaming=!0,c(L))}}else if(Ut==="agent_tool_complete"){let O=(Tn=A.toolCallId)!=null?Tn:b.lastId;if(O){let L=(Ba=C.get(O))!=null?Ba:W(O);if(L.toolCall){L.toolCall.status="complete",A.result!==void 0&&(L.toolCall.result=A.result),typeof A.executionTime=="number"&&(L.toolCall.durationMs=A.executionTime),L.toolCall.completedAt=$((Je=A.completedAt)!=null?Je:A.timestamp),L.streaming=!1,c(L);let R=h(A);R&&b.byCall.delete(R)}}}else if(Ut!=="agent_iteration_complete")if(Ut==="agent_reflection"||Ut==="agent_reflect"){let O=`agent-reflection-${A.executionId}-${A.iteration}`,L={id:O,role:"assistant",content:(o2=A.reflection)!=null?o2:"",createdAt:new Date().toISOString(),streaming:!1,variant:"reasoning",sequence:f(),reasoning:{id:O,status:"complete",chunks:[(Ya=A.reflection)!=null?Ya:""]},agentMetadata:{executionId:A.executionId,iteration:A.iteration}};c(L)}else if(Ut==="agent_complete"){j&&(j.status=A.success?"complete":"error",j.completedAt=$(A.completedAt),j.stopReason=A.stopReason);let O=p;O&&(O.streaming=!1,c(O)),a({type:"status",status:"idle"})}else if(Ut==="agent_error"){let O=typeof A.error=="string"?A.error:(n2=(s2=A.error)==null?void 0:s2.message)!=null?n2:"Agent execution error";A.recoverable?typeof console!="undefined"&&console.warn("[AgentWidget] Recoverable agent error:",O):a({type:"error",error:new Error(O)})}else Ut==="agent_ping"||Ut==="error"&&A.error&&a({type:"error",error:A.error instanceof Error?A.error:new Error(String(A.error))})}}}}};function dL(){let r=Date.now().toString(36),e=Math.random().toString(36).substring(2,10);return`msg_${r}_${e}`}function er(){let r=Date.now().toString(36),e=Math.random().toString(36).substring(2,10);return`usr_${r}_${e}`}function qa(){let r=Date.now().toString(36),e=Math.random().toString(36).substring(2,10);return`ast_${r}_${e}`}var ar=class{constructor(e={},a){this.config=e;this.callbacks=a;this.status="idle";this.streaming=!1;this.abortController=null;this.sequenceCounter=Date.now();this.clientSession=null;this.agentExecution=null;this.handleEvent=e=>{var a,t,s,o,n,d,i;e.type==="message"?(this.upsertMessage(e.message),(a=e.message.agentMetadata)!=null&&a.executionId&&(this.agentExecution?e.message.agentMetadata.iteration!==void 0&&(this.agentExecution.currentIteration=e.message.agentMetadata.iteration):this.agentExecution={executionId:e.message.agentMetadata.executionId,agentId:"",agentName:(t=e.message.agentMetadata.agentName)!=null?t:"",status:"running",currentIteration:(s=e.message.agentMetadata.iteration)!=null?s:0,maxIterations:0})):e.type==="status"?(this.setStatus(e.status),e.status==="connecting"?this.setStreaming(!0):(e.status==="idle"||e.status==="error")&&(this.setStreaming(!1),this.abortController=null,((o=this.agentExecution)==null?void 0:o.status)==="running"&&(this.agentExecution.status=e.status==="error"?"error":"complete"))):e.type==="error"&&(this.setStatus("error"),this.setStreaming(!1),this.abortController=null,((n=this.agentExecution)==null?void 0:n.status)==="running"&&(this.agentExecution.status="error"),(i=(d=this.callbacks).onError)==null||i.call(d,e.error))};var t;this.messages=[...(t=e.initialMessages)!=null?t:[]].map(s=>{var o;return{...s,sequence:(o=s.sequence)!=null?o:this.nextSequence()}}),this.messages=this.sortMessages(this.messages),this.client=new za(e),this.messages.length&&this.callbacks.onMessagesChanged([...this.messages]),this.callbacks.onStatusChanged(this.status)}setSSEEventCallback(e){this.client.setSSEEventCallback(e)}isClientTokenMode(){return this.client.isClientTokenMode()}isAgentMode(){return this.client.isAgentMode()}getAgentExecution(){return this.agentExecution}isAgentExecuting(){var e;return((e=this.agentExecution)==null?void 0:e.status)==="running"}async initClientSession(){var e,a;if(!this.isClientTokenMode())return null;try{let t=await this.client.initSession();return this.setClientSession(t),t}catch(t){return(a=(e=this.callbacks).onError)==null||a.call(e,t instanceof Error?t:new Error(String(t))),null}}setClientSession(e){if(this.clientSession=e,e.config.welcomeMessage&&this.messages.length===0){let a={id:`welcome-${Date.now()}`,role:"assistant",content:e.config.welcomeMessage,createdAt:new Date().toISOString(),sequence:this.nextSequence()};this.appendMessage(a)}}getClientSession(){var e;return(e=this.clientSession)!=null?e:this.client.getClientSession()}isSessionValid(){let e=this.getClientSession();return e?new Date<e.expiresAt:!1}clearClientSession(){this.clientSession=null,this.client.clearClientSession()}getClient(){return this.client}async submitMessageFeedback(e,a){return this.client.submitMessageFeedback(e,a)}async submitCSATFeedback(e,a){return this.client.submitCSATFeedback(e,a)}async submitNPSFeedback(e,a){return this.client.submitNPSFeedback(e,a)}updateConfig(e){let a=this.client.getSSEEventCallback();this.config={...this.config,...e},this.client=new za(this.config),a&&this.client.setSSEEventCallback(a)}getMessages(){return[...this.messages]}getStatus(){return this.status}isStreaming(){return this.streaming}injectTestEvent(e){this.handleEvent(e)}injectMessage(e){let{role:a,content:t,llmContent:s,contentParts:o,id:n,createdAt:d,sequence:i,streaming:f=!1}=e,c={id:n!=null?n:a==="user"?er():a==="assistant"?qa():`system-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:a,content:t,createdAt:d!=null?d:new Date().toISOString(),sequence:i!=null?i:this.nextSequence(),streaming:f,...s!==void 0&&{llmContent:s},...o!==void 0&&{contentParts:o}};return this.upsertMessage(c),c}injectAssistantMessage(e){return this.injectMessage({...e,role:"assistant"})}injectUserMessage(e){return this.injectMessage({...e,role:"user"})}injectSystemMessage(e){return this.injectMessage({...e,role:"system"})}injectMessageBatch(e){let a=[];for(let t of e){let{role:s,content:o,llmContent:n,contentParts:d,id:i,createdAt:f,sequence:m,streaming:c=!1}=t,u={id:i!=null?i:s==="user"?er():s==="assistant"?qa():`system-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:s,content:o,createdAt:f!=null?f:new Date().toISOString(),sequence:m!=null?m:this.nextSequence(),streaming:c,...n!==void 0&&{llmContent:n},...d!==void 0&&{contentParts:d}};a.push(u)}return this.messages=this.sortMessages([...this.messages,...a]),this.callbacks.onMessagesChanged([...this.messages]),a}async sendMessage(e,a){var f,m,c,p,u;let t=e.trim();if(!t&&(!(a!=null&&a.contentParts)||a.contentParts.length===0))return;(f=this.abortController)==null||f.abort();let s=er(),o=qa(),n={id:s,role:"user",content:t||"[Image]",createdAt:new Date().toISOString(),sequence:this.nextSequence(),viaVoice:(a==null?void 0:a.viaVoice)||!1,...(a==null?void 0:a.contentParts)&&a.contentParts.length>0&&{contentParts:a.contentParts}};this.appendMessage(n),this.setStreaming(!0);let d=new AbortController;this.abortController=d;let i=[...this.messages];try{await this.client.dispatch({messages:i,signal:d.signal,assistantMessageId:o},this.handleEvent)}catch(y){let C=y instanceof Error&&(y.name==="AbortError"||y.message.includes("aborted")||y.message.includes("abort"));if(!C){let k={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(k)}this.setStatus("idle"),this.setStreaming(!1),this.abortController=null,C||(y instanceof Error?(c=(m=this.callbacks).onError)==null||c.call(m,y):(u=(p=this.callbacks).onError)==null||u.call(p,new Error(String(y))))}}async continueConversation(){var s,o,n,d,i;if(this.streaming)return;(s=this.abortController)==null||s.abort();let e=qa();this.setStreaming(!0);let a=new AbortController;this.abortController=a;let t=[...this.messages];try{await this.client.dispatch({messages:t,signal:a.signal,assistantMessageId:e},this.handleEvent)}catch(f){let m={id:e,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(m),this.setStatus("idle"),this.setStreaming(!1),this.abortController=null,f instanceof Error?(n=(o=this.callbacks).onError)==null||n.call(o,f):(i=(d=this.callbacks).onError)==null||i.call(d,new Error(String(f)))}}cancel(){var e;(e=this.abortController)==null||e.abort(),this.abortController=null,this.setStreaming(!1),this.setStatus("idle")}clearMessages(){var e;(e=this.abortController)==null||e.abort(),this.abortController=null,this.messages=[],this.agentExecution=null,this.setStreaming(!1),this.setStatus("idle"),this.callbacks.onMessagesChanged([...this.messages])}hydrateMessages(e){var a;(a=this.abortController)==null||a.abort(),this.abortController=null,this.messages=this.sortMessages(e.map(t=>{var s;return{...t,streaming:!1,sequence:(s=t.sequence)!=null?s:this.nextSequence()}})),this.setStreaming(!1),this.setStatus("idle"),this.callbacks.onMessagesChanged([...this.messages])}setStatus(e){this.status!==e&&(this.status=e,this.callbacks.onStatusChanged(e))}setStreaming(e){this.streaming!==e&&(this.streaming=e,this.callbacks.onStreamingChanged(e))}appendMessage(e){let a=this.ensureSequence(e);this.messages=this.sortMessages([...this.messages,a]),this.callbacks.onMessagesChanged([...this.messages])}upsertMessage(e){let a=this.ensureSequence(e),t=this.messages.findIndex(s=>s.id===a.id);if(t===-1){this.appendMessage(a);return}this.messages=this.messages.map((s,o)=>o===t?{...s,...a}:s),this.messages=this.sortMessages(this.messages),this.callbacks.onMessagesChanged([...this.messages])}ensureSequence(e){return e.sequence!==void 0?{...e}:{...e,sequence:this.nextSequence()}}nextSequence(){return this.sequenceCounter++}sortMessages(e){return[...e].sort((a,t)=>{var i,f;let s=new Date(a.createdAt).getTime(),o=new Date(t.createdAt).getTime();if(!Number.isNaN(s)&&!Number.isNaN(o)&&s!==o)return s-o;let n=(i=a.sequence)!=null?i:0,d=(f=t.sequence)!=null?f:0;return n!==d?n-d:a.id.localeCompare(t.id)})}};var w=(r,e)=>{let a=document.createElement(r);return e&&(a.className=e),a};var mA={};QS(mA,{AArrowDown:()=>k2,AArrowUp:()=>H2,ALargeSmall:()=>L2,Accessibility:()=>T2,Activity:()=>P2,ActivitySquare:()=>U1,AirVent:()=>E2,Airplay:()=>B2,AlarmCheck:()=>rr,AlarmClock:()=>V2,AlarmClockCheck:()=>rr,AlarmClockMinus:()=>or,AlarmClockOff:()=>R2,AlarmClockPlus:()=>sr,AlarmMinus:()=>or,AlarmPlus:()=>sr,AlarmSmoke:()=>F2,Album:()=>I2,AlertCircle:()=>Vr,AlertOctagon:()=>M1,AlertTriangle:()=>Js,AlignCenter:()=>Ns,AlignCenterHorizontal:()=>D2,AlignCenterVertical:()=>W2,AlignEndHorizontal:()=>O2,AlignEndVertical:()=>z2,AlignHorizontalDistributeCenter:()=>q2,AlignHorizontalDistributeEnd:()=>N2,AlignHorizontalDistributeStart:()=>U2,AlignHorizontalJustifyCenter:()=>$2,AlignHorizontalJustifyEnd:()=>_2,AlignHorizontalJustifyStart:()=>j2,AlignHorizontalSpaceAround:()=>G2,AlignHorizontalSpaceBetween:()=>Z2,AlignJustify:()=>$s,AlignLeft:()=>ka,AlignRight:()=>Us,AlignStartHorizontal:()=>X2,AlignStartVertical:()=>J2,AlignVerticalDistributeCenter:()=>K2,AlignVerticalDistributeEnd:()=>Y2,AlignVerticalDistributeStart:()=>Q2,AlignVerticalJustifyCenter:()=>td,AlignVerticalJustifyEnd:()=>ed,AlignVerticalJustifyStart:()=>ad,AlignVerticalSpaceAround:()=>rd,AlignVerticalSpaceBetween:()=>od,Ambulance:()=>sd,Ampersand:()=>nd,Ampersands:()=>dd,Amphora:()=>ld,Anchor:()=>id,Angry:()=>pd,Annoyed:()=>hd,Antenna:()=>cd,Anvil:()=>fd,Aperture:()=>ud,AppWindow:()=>xd,AppWindowMac:()=>md,Apple:()=>gd,Archive:()=>yd,ArchiveRestore:()=>Md,ArchiveX:()=>vd,AreaChart:()=>yr,Armchair:()=>wd,ArrowBigDown:()=>bd,ArrowBigDownDash:()=>Cd,ArrowBigLeft:()=>Ad,ArrowBigLeftDash:()=>Sd,ArrowBigRight:()=>Hd,ArrowBigRightDash:()=>kd,ArrowBigUp:()=>Td,ArrowBigUpDash:()=>Ld,ArrowDown:()=>Od,ArrowDown01:()=>Pd,ArrowDown10:()=>Ed,ArrowDownAZ:()=>nr,ArrowDownAz:()=>nr,ArrowDownCircle:()=>Fr,ArrowDownFromLine:()=>Bd,ArrowDownLeft:()=>Rd,ArrowDownLeftFromCircle:()=>Dr,ArrowDownLeftFromSquare:()=>Z1,ArrowDownLeftSquare:()=>$1,ArrowDownNarrowWide:()=>Vd,ArrowDownRight:()=>Fd,ArrowDownRightFromCircle:()=>Wr,ArrowDownRightFromSquare:()=>X1,ArrowDownRightSquare:()=>_1,ArrowDownSquare:()=>j1,ArrowDownToDot:()=>Id,ArrowDownToLine:()=>Dd,ArrowDownUp:()=>Wd,ArrowDownWideNarrow:()=>dr,ArrowDownZA:()=>lr,ArrowDownZa:()=>lr,ArrowLeft:()=>Ud,ArrowLeftCircle:()=>Ir,ArrowLeftFromLine:()=>zd,ArrowLeftRight:()=>qd,ArrowLeftSquare:()=>G1,ArrowLeftToLine:()=>Nd,ArrowRight:()=>Gd,ArrowRightCircle:()=>qr,ArrowRightFromLine:()=>$d,ArrowRightLeft:()=>_d,ArrowRightSquare:()=>Y1,ArrowRightToLine:()=>jd,ArrowUp:()=>rl,ArrowUp01:()=>Zd,ArrowUp10:()=>Xd,ArrowUpAZ:()=>ir,ArrowUpAz:()=>ir,ArrowUpCircle:()=>Nr,ArrowUpDown:()=>Jd,ArrowUpFromDot:()=>Kd,ArrowUpFromLine:()=>Yd,ArrowUpLeft:()=>Qd,ArrowUpLeftFromCircle:()=>Or,ArrowUpLeftFromSquare:()=>J1,ArrowUpLeftSquare:()=>Q1,ArrowUpNarrowWide:()=>pr,ArrowUpRight:()=>tl,ArrowUpRightFromCircle:()=>zr,ArrowUpRightFromSquare:()=>K1,ArrowUpRightSquare:()=>ts,ArrowUpSquare:()=>es,ArrowUpToLine:()=>el,ArrowUpWideNarrow:()=>al,ArrowUpZA:()=>hr,ArrowUpZa:()=>hr,ArrowsUpFromLine:()=>ol,Asterisk:()=>sl,AsteriskSquare:()=>as,AtSign:()=>nl,Atom:()=>dl,AudioLines:()=>ll,AudioWaveform:()=>il,Award:()=>pl,Axe:()=>hl,Axis3D:()=>cr,Axis3d:()=>cr,Baby:()=>cl,Backpack:()=>fl,Badge:()=>Tl,BadgeAlert:()=>ul,BadgeCent:()=>ml,BadgeCheck:()=>fr,BadgeDollarSign:()=>xl,BadgeEuro:()=>gl,BadgeHelp:()=>ur,BadgeIndianRupee:()=>Ml,BadgeInfo:()=>vl,BadgeJapaneseYen:()=>yl,BadgeMinus:()=>wl,BadgePercent:()=>Cl,BadgePlus:()=>bl,BadgePoundSterling:()=>Sl,BadgeQuestionMark:()=>ur,BadgeRussianRuble:()=>Al,BadgeSwissFranc:()=>kl,BadgeTurkishLira:()=>Hl,BadgeX:()=>Ll,BaggageClaim:()=>Pl,Ban:()=>El,Banana:()=>Bl,Bandage:()=>Rl,Banknote:()=>Dl,BanknoteArrowDown:()=>Vl,BanknoteArrowUp:()=>Fl,BanknoteX:()=>Il,BarChart:()=>Lr,BarChart2:()=>Tr,BarChart3:()=>kr,BarChart4:()=>Ar,BarChartBig:()=>Sr,BarChartHorizontal:()=>Cr,BarChartHorizontalBig:()=>wr,Barcode:()=>Wl,Barrel:()=>Ol,Baseline:()=>zl,Bath:()=>ql,Battery:()=>Zl,BatteryCharging:()=>Nl,BatteryFull:()=>Ul,BatteryLow:()=>$l,BatteryMedium:()=>_l,BatteryPlus:()=>jl,BatteryWarning:()=>Gl,Beaker:()=>Xl,Bean:()=>Kl,BeanOff:()=>Jl,Bed:()=>t0,BedDouble:()=>Yl,BedSingle:()=>Ql,Beef:()=>e0,Beer:()=>r0,BeerOff:()=>a0,Bell:()=>p0,BellDot:()=>o0,BellElectric:()=>s0,BellMinus:()=>n0,BellOff:()=>d0,BellPlus:()=>l0,BellRing:()=>i0,BetweenHorizonalEnd:()=>mr,BetweenHorizonalStart:()=>xr,BetweenHorizontalEnd:()=>mr,BetweenHorizontalStart:()=>xr,BetweenVerticalEnd:()=>h0,BetweenVerticalStart:()=>c0,BicepsFlexed:()=>f0,Bike:()=>u0,Binary:()=>m0,Binoculars:()=>x0,Biohazard:()=>M0,Bird:()=>g0,Birdhouse:()=>v0,Bitcoin:()=>y0,Blend:()=>w0,Blinds:()=>C0,Blocks:()=>b0,Bluetooth:()=>H0,BluetoothConnected:()=>S0,BluetoothOff:()=>A0,BluetoothSearching:()=>k0,Bold:()=>L0,Bolt:()=>T0,Bomb:()=>P0,Bone:()=>E0,Book:()=>ei,BookA:()=>B0,BookAlert:()=>R0,BookAudio:()=>V0,BookCheck:()=>F0,BookCopy:()=>I0,BookDashed:()=>gr,BookDown:()=>D0,BookHeadphones:()=>W0,BookHeart:()=>O0,BookImage:()=>z0,BookKey:()=>q0,BookLock:()=>N0,BookMarked:()=>U0,BookMinus:()=>$0,BookOpen:()=>G0,BookOpenCheck:()=>_0,BookOpenText:()=>j0,BookPlus:()=>Z0,BookTemplate:()=>gr,BookText:()=>X0,BookType:()=>J0,BookUp:()=>Y0,BookUp2:()=>K0,BookUser:()=>Q0,BookX:()=>ti,Bookmark:()=>ni,BookmarkCheck:()=>ai,BookmarkMinus:()=>ri,BookmarkPlus:()=>oi,BookmarkX:()=>si,BoomBox:()=>di,Bot:()=>pi,BotMessageSquare:()=>li,BotOff:()=>ii,BottleWine:()=>hi,BowArrow:()=>ci,Box:()=>fi,BoxSelect:()=>fs,Boxes:()=>ui,Braces:()=>Mr,Brackets:()=>mi,Brain:()=>Mi,BrainCircuit:()=>xi,BrainCog:()=>gi,BrickWall:()=>wi,BrickWallFire:()=>vi,BrickWallShield:()=>yi,Briefcase:()=>Ai,BriefcaseBusiness:()=>Ci,BriefcaseConveyorBelt:()=>bi,BriefcaseMedical:()=>Si,BringToFront:()=>ki,Brush:()=>Li,BrushCleaning:()=>Hi,Bubbles:()=>Ti,Bug:()=>Bi,BugOff:()=>Pi,BugPlay:()=>Ei,Building:()=>Vi,Building2:()=>Ri,Bus:()=>Ii,BusFront:()=>Fi,Cable:()=>Wi,CableCar:()=>Di,Cake:()=>zi,CakeSlice:()=>Oi,Calculator:()=>qi,Calendar:()=>lp,Calendar1:()=>Ni,CalendarArrowDown:()=>Ui,CalendarArrowUp:()=>$i,CalendarCheck:()=>ji,CalendarCheck2:()=>_i,CalendarClock:()=>Gi,CalendarCog:()=>Zi,CalendarDays:()=>Xi,CalendarFold:()=>Ji,CalendarHeart:()=>Ki,CalendarMinus:()=>Qi,CalendarMinus2:()=>Yi,CalendarOff:()=>tp,CalendarPlus:()=>ap,CalendarPlus2:()=>ep,CalendarRange:()=>rp,CalendarSearch:()=>op,CalendarSync:()=>sp,CalendarX:()=>dp,CalendarX2:()=>np,Camera:()=>pp,CameraOff:()=>ip,CandlestickChart:()=>br,Candy:()=>fp,CandyCane:()=>hp,CandyOff:()=>cp,Cannabis:()=>up,Captions:()=>vr,CaptionsOff:()=>mp,Car:()=>Mp,CarFront:()=>xp,CarTaxiFront:()=>gp,Caravan:()=>vp,CardSim:()=>yp,Carrot:()=>wp,CaseLower:()=>Cp,CaseSensitive:()=>bp,CaseUpper:()=>Sp,CassetteTape:()=>Ap,Cast:()=>kp,Castle:()=>Hp,Cat:()=>Lp,Cctv:()=>Tp,ChartArea:()=>yr,ChartBar:()=>Cr,ChartBarBig:()=>wr,ChartBarDecreasing:()=>Pp,ChartBarIncreasing:()=>Ep,ChartBarStacked:()=>Bp,ChartCandlestick:()=>br,ChartColumn:()=>kr,ChartColumnBig:()=>Sr,ChartColumnDecreasing:()=>Rp,ChartColumnIncreasing:()=>Ar,ChartColumnStacked:()=>Vp,ChartGantt:()=>Fp,ChartLine:()=>Hr,ChartNetwork:()=>Ip,ChartNoAxesColumn:()=>Tr,ChartNoAxesColumnDecreasing:()=>Dp,ChartNoAxesColumnIncreasing:()=>Lr,ChartNoAxesCombined:()=>Wp,ChartNoAxesGantt:()=>Pr,ChartPie:()=>Er,ChartScatter:()=>Br,ChartSpline:()=>Op,Check:()=>Np,CheckCheck:()=>zp,CheckCircle:()=>Ur,CheckCircle2:()=>$r,CheckLine:()=>qp,CheckSquare:()=>os,CheckSquare2:()=>ss,ChefHat:()=>Up,Cherry:()=>$p,ChevronDown:()=>_p,ChevronDownCircle:()=>_r,ChevronDownSquare:()=>ns,ChevronFirst:()=>jp,ChevronLast:()=>Gp,ChevronLeft:()=>Zp,ChevronLeftCircle:()=>jr,ChevronLeftSquare:()=>ds,ChevronRight:()=>Xp,ChevronRightCircle:()=>Gr,ChevronRightSquare:()=>ls,ChevronUp:()=>Jp,ChevronUpCircle:()=>Zr,ChevronUpSquare:()=>is,ChevronsDown:()=>Yp,ChevronsDownUp:()=>Kp,ChevronsLeft:()=>eh,ChevronsLeftRight:()=>th,ChevronsLeftRightEllipsis:()=>Qp,ChevronsRight:()=>rh,ChevronsRightLeft:()=>ah,ChevronsUp:()=>sh,ChevronsUpDown:()=>oh,Chrome:()=>Rr,Chromium:()=>Rr,Church:()=>nh,Cigarette:()=>lh,CigaretteOff:()=>dh,Circle:()=>Ch,CircleAlert:()=>Vr,CircleArrowDown:()=>Fr,CircleArrowLeft:()=>Ir,CircleArrowOutDownLeft:()=>Dr,CircleArrowOutDownRight:()=>Wr,CircleArrowOutUpLeft:()=>Or,CircleArrowOutUpRight:()=>zr,CircleArrowRight:()=>qr,CircleArrowUp:()=>Nr,CircleCheck:()=>$r,CircleCheckBig:()=>Ur,CircleChevronDown:()=>_r,CircleChevronLeft:()=>jr,CircleChevronRight:()=>Gr,CircleChevronUp:()=>Zr,CircleDashed:()=>ih,CircleDivide:()=>Xr,CircleDollarSign:()=>ph,CircleDot:()=>ch,CircleDotDashed:()=>hh,CircleEllipsis:()=>fh,CircleEqual:()=>uh,CircleFadingArrowUp:()=>mh,CircleFadingPlus:()=>xh,CircleGauge:()=>Jr,CircleHelp:()=>va,CircleMinus:()=>Kr,CircleOff:()=>gh,CircleParking:()=>Qr,CircleParkingOff:()=>Yr,CirclePause:()=>to,CirclePercent:()=>eo,CirclePlay:()=>ao,CirclePlus:()=>ro,CirclePoundSterling:()=>Mh,CirclePower:()=>oo,CircleQuestionMark:()=>va,CircleSlash:()=>vh,CircleSlash2:()=>so,CircleSlashed:()=>so,CircleSmall:()=>yh,CircleStar:()=>wh,CircleStop:()=>no,CircleUser:()=>io,CircleUserRound:()=>lo,CircleX:()=>po,CircuitBoard:()=>bh,Citrus:()=>Sh,Clapperboard:()=>Ah,Clipboard:()=>Fh,ClipboardCheck:()=>kh,ClipboardClock:()=>Hh,ClipboardCopy:()=>Lh,ClipboardEdit:()=>co,ClipboardList:()=>Th,ClipboardMinus:()=>Ph,ClipboardPaste:()=>Eh,ClipboardPen:()=>co,ClipboardPenLine:()=>ho,ClipboardPlus:()=>Bh,ClipboardSignature:()=>ho,ClipboardType:()=>Rh,ClipboardX:()=>Vh,Clock:()=>tc,Clock1:()=>Ih,Clock10:()=>Dh,Clock11:()=>Wh,Clock12:()=>Oh,Clock2:()=>zh,Clock3:()=>qh,Clock4:()=>Nh,Clock5:()=>Uh,Clock6:()=>$h,Clock7:()=>_h,Clock8:()=>jh,Clock9:()=>Gh,ClockAlert:()=>Zh,ClockArrowDown:()=>Xh,ClockArrowUp:()=>Jh,ClockCheck:()=>Kh,ClockFading:()=>Yh,ClockPlus:()=>Qh,ClosedCaption:()=>ec,Cloud:()=>gc,CloudAlert:()=>ac,CloudCheck:()=>rc,CloudCog:()=>oc,CloudDownload:()=>fo,CloudDrizzle:()=>sc,CloudFog:()=>nc,CloudHail:()=>dc,CloudLightning:()=>lc,CloudMoon:()=>pc,CloudMoonRain:()=>ic,CloudOff:()=>hc,CloudRain:()=>fc,CloudRainWind:()=>cc,CloudSnow:()=>uc,CloudSun:()=>xc,CloudSunRain:()=>mc,CloudUpload:()=>uo,Cloudy:()=>Mc,Clover:()=>vc,Club:()=>yc,Code:()=>wc,Code2:()=>mo,CodeSquare:()=>ps,CodeXml:()=>mo,Codepen:()=>Cc,Codesandbox:()=>bc,Coffee:()=>Sc,Cog:()=>Ac,Coins:()=>kc,Columns:()=>xo,Columns2:()=>xo,Columns3:()=>go,Columns3Cog:()=>ya,Columns4:()=>Hc,ColumnsSettings:()=>ya,Combine:()=>Lc,Command:()=>Tc,Compass:()=>Pc,Component:()=>Ec,Computer:()=>Bc,ConciergeBell:()=>Rc,Cone:()=>Vc,Construction:()=>Fc,Contact:()=>Ic,Contact2:()=>Mo,ContactRound:()=>Mo,Container:()=>Dc,Contrast:()=>Wc,Cookie:()=>Oc,CookingPot:()=>zc,Copy:()=>jc,CopyCheck:()=>qc,CopyMinus:()=>Nc,CopyPlus:()=>Uc,CopySlash:()=>$c,CopyX:()=>_c,Copyleft:()=>Gc,Copyright:()=>Zc,CornerDownLeft:()=>Xc,CornerDownRight:()=>Jc,CornerLeftDown:()=>Kc,CornerLeftUp:()=>Yc,CornerRightDown:()=>Qc,CornerRightUp:()=>tf,CornerUpLeft:()=>ef,CornerUpRight:()=>af,Cpu:()=>rf,CreativeCommons:()=>of,CreditCard:()=>sf,Croissant:()=>nf,Crop:()=>df,Cross:()=>lf,Crosshair:()=>pf,Crown:()=>hf,Cuboid:()=>cf,CupSoda:()=>ff,CurlyBraces:()=>Mr,Currency:()=>uf,Cylinder:()=>mf,Dam:()=>xf,Database:()=>vf,DatabaseBackup:()=>gf,DatabaseZap:()=>Mf,DecimalsArrowLeft:()=>yf,DecimalsArrowRight:()=>wf,Delete:()=>Cf,Dessert:()=>bf,Diameter:()=>Sf,Diamond:()=>Hf,DiamondMinus:()=>Af,DiamondPercent:()=>vo,DiamondPlus:()=>kf,Dice1:()=>Lf,Dice2:()=>Tf,Dice3:()=>Pf,Dice4:()=>Ef,Dice5:()=>Bf,Dice6:()=>Rf,Dices:()=>Vf,Diff:()=>Ff,Disc:()=>Of,Disc2:()=>If,Disc3:()=>Df,DiscAlbum:()=>Wf,Divide:()=>zf,DivideCircle:()=>Xr,DivideSquare:()=>us,Dna:()=>Nf,DnaOff:()=>qf,Dock:()=>Uf,Dog:()=>$f,DollarSign:()=>_f,Donut:()=>jf,DoorClosed:()=>Zf,DoorClosedLocked:()=>Gf,DoorOpen:()=>Xf,Dot:()=>Jf,DotSquare:()=>ms,Download:()=>Kf,DownloadCloud:()=>fo,DraftingCompass:()=>Yf,Drama:()=>Qf,Dribbble:()=>tu,Drill:()=>eu,Drone:()=>au,Droplet:()=>ou,DropletOff:()=>ru,Droplets:()=>su,Drum:()=>nu,Drumstick:()=>du,Dumbbell:()=>lu,Ear:()=>pu,EarOff:()=>iu,Earth:()=>yo,EarthLock:()=>hu,Eclipse:()=>cu,Edit:()=>oa,Edit2:()=>E1,Edit3:()=>P1,Egg:()=>mu,EggFried:()=>fu,EggOff:()=>uu,Ellipsis:()=>Co,EllipsisVertical:()=>wo,Equal:()=>Mu,EqualApproximately:()=>xu,EqualNot:()=>gu,EqualSquare:()=>xs,Eraser:()=>vu,EthernetPort:()=>yu,Euro:()=>wu,EvCharger:()=>Cu,Expand:()=>bu,ExternalLink:()=>Su,Eye:()=>Hu,EyeClosed:()=>Au,EyeOff:()=>ku,Facebook:()=>Lu,Factory:()=>Tu,Fan:()=>Pu,FastForward:()=>Eu,Feather:()=>Bu,Fence:()=>Ru,FerrisWheel:()=>Vu,Figma:()=>Fu,File:()=>pm,FileArchive:()=>Iu,FileAudio:()=>wa,FileAudio2:()=>wa,FileAxis3D:()=>bo,FileAxis3d:()=>bo,FileBadge:()=>So,FileBadge2:()=>So,FileBarChart:()=>Ho,FileBarChart2:()=>Lo,FileBox:()=>Du,FileBraces:()=>ko,FileBracesCorner:()=>Ao,FileChartColumn:()=>Lo,FileChartColumnIncreasing:()=>Ho,FileChartLine:()=>To,FileChartPie:()=>Po,FileCheck:()=>Wu,FileCheck2:()=>Eo,FileCheckCorner:()=>Eo,FileClock:()=>Ou,FileCode:()=>zu,FileCode2:()=>Bo,FileCodeCorner:()=>Bo,FileCog:()=>Ro,FileCog2:()=>Ro,FileDiff:()=>qu,FileDigit:()=>Nu,FileDown:()=>Uu,FileEdit:()=>Oo,FileExclamationPoint:()=>Vo,FileHeadphone:()=>wa,FileHeart:()=>$u,FileImage:()=>_u,FileInput:()=>ju,FileJson:()=>ko,FileJson2:()=>Ao,FileKey:()=>Fo,FileKey2:()=>Fo,FileLineChart:()=>To,FileLock:()=>Io,FileLock2:()=>Io,FileMinus:()=>Gu,FileMinus2:()=>Do,FileMinusCorner:()=>Do,FileMusic:()=>Zu,FileOutput:()=>Xu,FilePen:()=>Oo,FilePenLine:()=>Wo,FilePieChart:()=>Po,FilePlay:()=>zo,FilePlus:()=>Ju,FilePlus2:()=>qo,FilePlusCorner:()=>qo,FileQuestion:()=>No,FileQuestionMark:()=>No,FileScan:()=>Ku,FileSearch:()=>Yu,FileSearch2:()=>Uo,FileSearchCorner:()=>Uo,FileSignal:()=>$o,FileSignature:()=>Wo,FileSliders:()=>Qu,FileSpreadsheet:()=>tm,FileStack:()=>em,FileSymlink:()=>am,FileTerminal:()=>rm,FileText:()=>om,FileType:()=>sm,FileType2:()=>_o,FileTypeCorner:()=>_o,FileUp:()=>nm,FileUser:()=>dm,FileVideo:()=>zo,FileVideo2:()=>jo,FileVideoCamera:()=>jo,FileVolume:()=>lm,FileVolume2:()=>$o,FileWarning:()=>Vo,FileX:()=>im,FileX2:()=>Go,FileXCorner:()=>Go,Files:()=>hm,Film:()=>cm,Filter:()=>Ko,FilterX:()=>Jo,Fingerprint:()=>fm,FireExtinguisher:()=>um,Fish:()=>gm,FishOff:()=>mm,FishSymbol:()=>xm,Flag:()=>wm,FlagOff:()=>Mm,FlagTriangleLeft:()=>vm,FlagTriangleRight:()=>ym,Flame:()=>bm,FlameKindling:()=>Cm,Flashlight:()=>Am,FlashlightOff:()=>Sm,FlaskConical:()=>Hm,FlaskConicalOff:()=>km,FlaskRound:()=>Lm,FlipHorizontal:()=>Pm,FlipHorizontal2:()=>Tm,FlipVertical:()=>Bm,FlipVertical2:()=>Em,Flower:()=>Vm,Flower2:()=>Rm,Focus:()=>Fm,FoldHorizontal:()=>Im,FoldVertical:()=>Dm,Folder:()=>hx,FolderArchive:()=>Wm,FolderCheck:()=>Om,FolderClock:()=>zm,FolderClosed:()=>qm,FolderCode:()=>Nm,FolderCog:()=>Zo,FolderCog2:()=>Zo,FolderDot:()=>Um,FolderDown:()=>$m,FolderEdit:()=>Xo,FolderGit:()=>jm,FolderGit2:()=>_m,FolderHeart:()=>Gm,FolderInput:()=>Zm,FolderKanban:()=>Xm,FolderKey:()=>Jm,FolderLock:()=>Km,FolderMinus:()=>Ym,FolderOpen:()=>tx,FolderOpenDot:()=>Qm,FolderOutput:()=>ex,FolderPen:()=>Xo,FolderPlus:()=>ax,FolderRoot:()=>rx,FolderSearch:()=>sx,FolderSearch2:()=>ox,FolderSymlink:()=>nx,FolderSync:()=>dx,FolderTree:()=>lx,FolderUp:()=>ix,FolderX:()=>px,Folders:()=>cx,Footprints:()=>fx,ForkKnife:()=>dn,ForkKnifeCrossed:()=>nn,Forklift:()=>ux,FormInput:()=>R1,Forward:()=>mx,Frame:()=>xx,Framer:()=>gx,Frown:()=>Mx,Fuel:()=>vx,Fullscreen:()=>yx,FunctionSquare:()=>gs,Funnel:()=>Ko,FunnelPlus:()=>wx,FunnelX:()=>Jo,GalleryHorizontal:()=>bx,GalleryHorizontalEnd:()=>Cx,GalleryThumbnails:()=>Sx,GalleryVertical:()=>kx,GalleryVerticalEnd:()=>Ax,Gamepad:()=>Tx,Gamepad2:()=>Hx,GamepadDirectional:()=>Lx,GanttChart:()=>Pr,GanttChartSquare:()=>Aa,Gauge:()=>Px,GaugeCircle:()=>Jr,Gavel:()=>Ex,Gem:()=>Bx,GeorgianLari:()=>Rx,Ghost:()=>Vx,Gift:()=>Fx,GitBranch:()=>Wx,GitBranchMinus:()=>Ix,GitBranchPlus:()=>Dx,GitCommit:()=>Yo,GitCommitHorizontal:()=>Yo,GitCommitVertical:()=>Ox,GitCompare:()=>qx,GitCompareArrows:()=>zx,GitFork:()=>Nx,GitGraph:()=>Ux,GitMerge:()=>$x,GitPullRequest:()=>Jx,GitPullRequestArrow:()=>_x,GitPullRequestClosed:()=>jx,GitPullRequestCreate:()=>Zx,GitPullRequestCreateArrow:()=>Gx,GitPullRequestDraft:()=>Xx,Github:()=>Kx,Gitlab:()=>Yx,GlassWater:()=>Qx,Glasses:()=>t4,Globe:()=>a4,Globe2:()=>yo,GlobeLock:()=>e4,Goal:()=>r4,Gpu:()=>o4,Grab:()=>r1,GraduationCap:()=>s4,Grape:()=>n4,Grid:()=>Ca,Grid2X2:()=>a1,Grid2X2Check:()=>Qo,Grid2X2Plus:()=>t1,Grid2X2X:()=>e1,Grid2x2:()=>a1,Grid2x2Check:()=>Qo,Grid2x2Plus:()=>t1,Grid2x2X:()=>e1,Grid3X3:()=>Ca,Grid3x2:()=>d4,Grid3x3:()=>Ca,Grip:()=>p4,GripHorizontal:()=>l4,GripVertical:()=>i4,Group:()=>h4,Guitar:()=>c4,Ham:()=>f4,Hamburger:()=>u4,Hammer:()=>m4,Hand:()=>w4,HandCoins:()=>x4,HandFist:()=>g4,HandGrab:()=>r1,HandHeart:()=>M4,HandHelping:()=>o1,HandMetal:()=>v4,HandPlatter:()=>y4,Handbag:()=>C4,Handshake:()=>b4,HardDrive:()=>k4,HardDriveDownload:()=>S4,HardDriveUpload:()=>A4,HardHat:()=>H4,Hash:()=>L4,HatGlasses:()=>T4,Haze:()=>P4,HdmiPort:()=>E4,Heading:()=>W4,Heading1:()=>B4,Heading2:()=>R4,Heading3:()=>V4,Heading4:()=>F4,Heading5:()=>I4,Heading6:()=>D4,HeadphoneOff:()=>O4,Headphones:()=>z4,Headset:()=>q4,Heart:()=>Z4,HeartCrack:()=>N4,HeartHandshake:()=>U4,HeartMinus:()=>$4,HeartOff:()=>_4,HeartPlus:()=>j4,HeartPulse:()=>G4,Heater:()=>X4,Helicopter:()=>J4,HelpCircle:()=>va,HelpingHand:()=>o1,Hexagon:()=>K4,Highlighter:()=>Y4,History:()=>Q4,Home:()=>s1,Hop:()=>e5,HopOff:()=>t5,Hospital:()=>a5,Hotel:()=>r5,Hourglass:()=>o5,House:()=>s1,HouseHeart:()=>s5,HousePlug:()=>n5,HousePlus:()=>d5,HouseWifi:()=>l5,IceCream:()=>d1,IceCream2:()=>n1,IceCreamBowl:()=>n1,IceCreamCone:()=>d1,IdCard:()=>p5,IdCardLanyard:()=>i5,Image:()=>M5,ImageDown:()=>c5,ImageMinus:()=>h5,ImageOff:()=>f5,ImagePlay:()=>u5,ImagePlus:()=>m5,ImageUp:()=>x5,ImageUpscale:()=>g5,Images:()=>v5,Import:()=>y5,Inbox:()=>w5,Indent:()=>Sa,IndentDecrease:()=>ba,IndentIncrease:()=>Sa,IndianRupee:()=>C5,Infinity:()=>b5,Info:()=>S5,Inspect:()=>bs,InspectionPanel:()=>A5,Instagram:()=>k5,Italic:()=>H5,IterationCcw:()=>L5,IterationCw:()=>T5,JapaneseYen:()=>P5,Joystick:()=>E5,Kanban:()=>B5,KanbanSquare:()=>Ms,KanbanSquareDashed:()=>hs,Kayak:()=>R5,Key:()=>I5,KeyRound:()=>V5,KeySquare:()=>F5,Keyboard:()=>O5,KeyboardMusic:()=>D5,KeyboardOff:()=>W5,Lamp:()=>_5,LampCeiling:()=>z5,LampDesk:()=>q5,LampFloor:()=>N5,LampWallDown:()=>U5,LampWallUp:()=>$5,LandPlot:()=>j5,Landmark:()=>G5,Languages:()=>Z5,Laptop:()=>J5,Laptop2:()=>l1,LaptopMinimal:()=>l1,LaptopMinimalCheck:()=>X5,Lasso:()=>Y5,LassoSelect:()=>K5,Laugh:()=>Q5,Layers:()=>i1,Layers2:()=>t3,Layers3:()=>i1,Layout:()=>T1,LayoutDashboard:()=>e3,LayoutGrid:()=>a3,LayoutList:()=>r3,LayoutPanelLeft:()=>o3,LayoutPanelTop:()=>s3,LayoutTemplate:()=>n3,Leaf:()=>d3,LeafyGreen:()=>l3,Lectern:()=>i3,LetterText:()=>_s,Library:()=>h3,LibraryBig:()=>p3,LibrarySquare:()=>vs,LifeBuoy:()=>c3,Ligature:()=>f3,Lightbulb:()=>m3,LightbulbOff:()=>u3,LineChart:()=>Hr,LineSquiggle:()=>x3,Link:()=>v3,Link2:()=>M3,Link2Off:()=>g3,Linkedin:()=>y3,List:()=>O3,ListCheck:()=>w3,ListChecks:()=>C3,ListChevronsDownUp:()=>b3,ListChevronsUpDown:()=>S3,ListCollapse:()=>A3,ListEnd:()=>k3,ListFilter:()=>L3,ListFilterPlus:()=>H3,ListIndentDecrease:()=>ba,ListIndentIncrease:()=>Sa,ListMinus:()=>T3,ListMusic:()=>P3,ListOrdered:()=>E3,ListPlus:()=>B3,ListRestart:()=>R3,ListStart:()=>V3,ListTodo:()=>F3,ListTree:()=>I3,ListVideo:()=>D3,ListX:()=>W3,Loader:()=>q3,Loader2:()=>p1,LoaderCircle:()=>p1,LoaderPinwheel:()=>z3,Locate:()=>$3,LocateFixed:()=>N3,LocateOff:()=>U3,LocationEdit:()=>u1,Lock:()=>j3,LockKeyhole:()=>_3,LockKeyholeOpen:()=>h1,LockOpen:()=>c1,LogIn:()=>G3,LogOut:()=>Z3,Logs:()=>X3,Lollipop:()=>J3,Luggage:()=>K3,MSquare:()=>ys,Magnet:()=>Y3,Mail:()=>n8,MailCheck:()=>Q3,MailMinus:()=>t8,MailOpen:()=>e8,MailPlus:()=>a8,MailQuestion:()=>f1,MailQuestionMark:()=>f1,MailSearch:()=>r8,MailWarning:()=>o8,MailX:()=>s8,Mailbox:()=>d8,Mails:()=>l8,Map:()=>b8,MapMinus:()=>i8,MapPin:()=>y8,MapPinCheck:()=>h8,MapPinCheckInside:()=>p8,MapPinHouse:()=>c8,MapPinMinus:()=>u8,MapPinMinusInside:()=>f8,MapPinOff:()=>m8,MapPinPen:()=>u1,MapPinPlus:()=>g8,MapPinPlusInside:()=>x8,MapPinX:()=>v8,MapPinXInside:()=>M8,MapPinned:()=>w8,MapPlus:()=>C8,Mars:()=>A8,MarsStroke:()=>S8,Martini:()=>k8,Maximize:()=>L8,Maximize2:()=>H8,Medal:()=>T8,Megaphone:()=>E8,MegaphoneOff:()=>P8,Meh:()=>B8,MemoryStick:()=>R8,Menu:()=>V8,MenuSquare:()=>ws,Merge:()=>F8,MessageCircle:()=>_8,MessageCircleCode:()=>I8,MessageCircleDashed:()=>D8,MessageCircleHeart:()=>W8,MessageCircleMore:()=>O8,MessageCircleOff:()=>z8,MessageCirclePlus:()=>q8,MessageCircleQuestion:()=>m1,MessageCircleQuestionMark:()=>m1,MessageCircleReply:()=>N8,MessageCircleWarning:()=>U8,MessageCircleX:()=>$8,MessageSquare:()=>d6,MessageSquareCode:()=>j8,MessageSquareDashed:()=>G8,MessageSquareDiff:()=>Z8,MessageSquareDot:()=>X8,MessageSquareHeart:()=>J8,MessageSquareLock:()=>K8,MessageSquareMore:()=>Y8,MessageSquareOff:()=>Q8,MessageSquarePlus:()=>t6,MessageSquareQuote:()=>e6,MessageSquareReply:()=>a6,MessageSquareShare:()=>r6,MessageSquareText:()=>o6,MessageSquareWarning:()=>s6,MessageSquareX:()=>n6,MessagesSquare:()=>l6,Mic:()=>p6,Mic2:()=>x1,MicOff:()=>i6,MicVocal:()=>x1,Microchip:()=>h6,Microscope:()=>c6,Microwave:()=>f6,Milestone:()=>u6,Milk:()=>x6,MilkOff:()=>m6,Minimize:()=>M6,Minimize2:()=>g6,Minus:()=>v6,MinusCircle:()=>Kr,MinusSquare:()=>Cs,Monitor:()=>R6,MonitorCheck:()=>y6,MonitorCloud:()=>w6,MonitorCog:()=>C6,MonitorDot:()=>b6,MonitorDown:()=>S6,MonitorOff:()=>A6,MonitorPause:()=>k6,MonitorPlay:()=>H6,MonitorSmartphone:()=>L6,MonitorSpeaker:()=>T6,MonitorStop:()=>P6,MonitorUp:()=>E6,MonitorX:()=>B6,Moon:()=>F6,MoonStar:()=>V6,MoreHorizontal:()=>Co,MoreVertical:()=>wo,Motorbike:()=>I6,Mountain:()=>W6,MountainSnow:()=>D6,Mouse:()=>$6,MouseOff:()=>O6,MousePointer:()=>U6,MousePointer2:()=>z6,MousePointerBan:()=>q6,MousePointerClick:()=>N6,MousePointerSquareDashed:()=>cs,Move:()=>rg,Move3D:()=>g1,Move3d:()=>g1,MoveDiagonal:()=>j6,MoveDiagonal2:()=>_6,MoveDown:()=>X6,MoveDownLeft:()=>G6,MoveDownRight:()=>Z6,MoveHorizontal:()=>J6,MoveLeft:()=>K6,MoveRight:()=>Y6,MoveUp:()=>eg,MoveUpLeft:()=>Q6,MoveUpRight:()=>tg,MoveVertical:()=>ag,Music:()=>dg,Music2:()=>og,Music3:()=>sg,Music4:()=>ng,Navigation:()=>hg,Navigation2:()=>ig,Navigation2Off:()=>lg,NavigationOff:()=>pg,Network:()=>cg,Newspaper:()=>fg,Nfc:()=>ug,NonBinary:()=>mg,Notebook:()=>vg,NotebookPen:()=>xg,NotebookTabs:()=>gg,NotebookText:()=>Mg,NotepadText:()=>wg,NotepadTextDashed:()=>yg,Nut:()=>bg,NutOff:()=>Cg,Octagon:()=>Ag,OctagonAlert:()=>M1,OctagonMinus:()=>Sg,OctagonPause:()=>v1,OctagonX:()=>y1,Omega:()=>kg,Option:()=>Hg,Orbit:()=>Lg,Origami:()=>Tg,Outdent:()=>ba,Package:()=>Dg,Package2:()=>Pg,PackageCheck:()=>Eg,PackageMinus:()=>Bg,PackageOpen:()=>Rg,PackagePlus:()=>Vg,PackageSearch:()=>Fg,PackageX:()=>Ig,PaintBucket:()=>Wg,PaintRoller:()=>Og,Paintbrush:()=>zg,Paintbrush2:()=>w1,PaintbrushVertical:()=>w1,Palette:()=>qg,Palmtree:()=>Xs,Panda:()=>Ng,PanelBottom:()=>_g,PanelBottomClose:()=>Ug,PanelBottomDashed:()=>C1,PanelBottomInactive:()=>C1,PanelBottomOpen:()=>$g,PanelLeft:()=>k1,PanelLeftClose:()=>b1,PanelLeftDashed:()=>S1,PanelLeftInactive:()=>S1,PanelLeftOpen:()=>A1,PanelLeftRightDashed:()=>jg,PanelRight:()=>Xg,PanelRightClose:()=>Gg,PanelRightDashed:()=>H1,PanelRightInactive:()=>H1,PanelRightOpen:()=>Zg,PanelTop:()=>Qg,PanelTopBottomDashed:()=>Jg,PanelTopClose:()=>Kg,PanelTopDashed:()=>L1,PanelTopInactive:()=>L1,PanelTopOpen:()=>Yg,PanelsLeftBottom:()=>tM,PanelsLeftRight:()=>go,PanelsRightBottom:()=>eM,PanelsTopBottom:()=>I1,PanelsTopLeft:()=>T1,Paperclip:()=>aM,Parentheses:()=>rM,ParkingCircle:()=>Qr,ParkingCircleOff:()=>Yr,ParkingMeter:()=>oM,ParkingSquare:()=>As,ParkingSquareOff:()=>Ss,PartyPopper:()=>sM,Pause:()=>nM,PauseCircle:()=>to,PauseOctagon:()=>v1,PawPrint:()=>dM,PcCase:()=>lM,Pen:()=>E1,PenBox:()=>oa,PenLine:()=>P1,PenOff:()=>iM,PenSquare:()=>oa,PenTool:()=>pM,Pencil:()=>uM,PencilLine:()=>hM,PencilOff:()=>cM,PencilRuler:()=>fM,Pentagon:()=>mM,Percent:()=>xM,PercentCircle:()=>eo,PercentDiamond:()=>vo,PercentSquare:()=>ks,PersonStanding:()=>gM,PhilippinePeso:()=>MM,Phone:()=>AM,PhoneCall:()=>vM,PhoneForwarded:()=>yM,PhoneIncoming:()=>wM,PhoneMissed:()=>CM,PhoneOff:()=>bM,PhoneOutgoing:()=>SM,Pi:()=>kM,PiSquare:()=>Hs,Piano:()=>HM,Pickaxe:()=>LM,PictureInPicture:()=>PM,PictureInPicture2:()=>TM,PieChart:()=>Er,PiggyBank:()=>EM,Pilcrow:()=>VM,PilcrowLeft:()=>BM,PilcrowRight:()=>RM,PilcrowSquare:()=>Ls,Pill:()=>IM,PillBottle:()=>FM,Pin:()=>WM,PinOff:()=>DM,Pipette:()=>OM,Pizza:()=>zM,Plane:()=>UM,PlaneLanding:()=>qM,PlaneTakeoff:()=>NM,Play:()=>$M,PlayCircle:()=>ao,PlaySquare:()=>Ts,Plug:()=>jM,Plug2:()=>_M,PlugZap:()=>B1,PlugZap2:()=>B1,Plus:()=>GM,PlusCircle:()=>ro,PlusSquare:()=>Ps,Pocket:()=>XM,PocketKnife:()=>ZM,Podcast:()=>JM,Pointer:()=>YM,PointerOff:()=>KM,Popcorn:()=>t7,Popsicle:()=>QM,PoundSterling:()=>e7,Power:()=>r7,PowerCircle:()=>oo,PowerOff:()=>a7,PowerSquare:()=>Es,Presentation:()=>o7,Printer:()=>n7,PrinterCheck:()=>s7,Projector:()=>d7,Proportions:()=>l7,Puzzle:()=>i7,Pyramid:()=>p7,QrCode:()=>h7,Quote:()=>c7,Rabbit:()=>f7,Radar:()=>u7,Radiation:()=>m7,Radical:()=>x7,Radio:()=>v7,RadioReceiver:()=>g7,RadioTower:()=>M7,Radius:()=>y7,RailSymbol:()=>w7,Rainbow:()=>C7,Rat:()=>b7,Ratio:()=>S7,Receipt:()=>V7,ReceiptCent:()=>A7,ReceiptEuro:()=>k7,ReceiptIndianRupee:()=>H7,ReceiptJapaneseYen:()=>L7,ReceiptPoundSterling:()=>T7,ReceiptRussianRuble:()=>P7,ReceiptSwissFranc:()=>E7,ReceiptText:()=>B7,ReceiptTurkishLira:()=>R7,RectangleCircle:()=>F7,RectangleEllipsis:()=>R1,RectangleGoggles:()=>I7,RectangleHorizontal:()=>D7,RectangleVertical:()=>W7,Recycle:()=>O7,Redo:()=>N7,Redo2:()=>z7,RedoDot:()=>q7,RefreshCcw:()=>$7,RefreshCcwDot:()=>U7,RefreshCw:()=>j7,RefreshCwOff:()=>_7,Refrigerator:()=>G7,Regex:()=>Z7,RemoveFormatting:()=>X7,Repeat:()=>Y7,Repeat1:()=>J7,Repeat2:()=>K7,Replace:()=>tv,ReplaceAll:()=>Q7,Reply:()=>av,ReplyAll:()=>ev,Rewind:()=>rv,Ribbon:()=>ov,Rocket:()=>sv,RockingChair:()=>nv,RollerCoaster:()=>dv,Rose:()=>lv,Rotate3D:()=>V1,Rotate3d:()=>V1,RotateCcw:()=>hv,RotateCcwKey:()=>iv,RotateCcwSquare:()=>pv,RotateCw:()=>fv,RotateCwSquare:()=>cv,Route:()=>mv,RouteOff:()=>uv,Router:()=>xv,Rows:()=>F1,Rows2:()=>F1,Rows3:()=>I1,Rows4:()=>gv,Rss:()=>Mv,Ruler:()=>yv,RulerDimensionLine:()=>vv,RussianRuble:()=>wv,Sailboat:()=>Cv,Salad:()=>bv,Sandwich:()=>Sv,Satellite:()=>kv,SatelliteDish:()=>Av,SaudiRiyal:()=>Hv,Save:()=>Pv,SaveAll:()=>Lv,SaveOff:()=>Tv,Scale:()=>Ev,Scale3D:()=>D1,Scale3d:()=>D1,Scaling:()=>Bv,Scan:()=>qv,ScanBarcode:()=>Rv,ScanEye:()=>Vv,ScanFace:()=>Fv,ScanHeart:()=>Iv,ScanLine:()=>Dv,ScanQrCode:()=>Wv,ScanSearch:()=>Ov,ScanText:()=>zv,ScatterChart:()=>Br,School:()=>Nv,School2:()=>Ys,Scissors:()=>$v,ScissorsLineDashed:()=>Uv,ScissorsSquare:()=>Bs,ScissorsSquareDashedBottom:()=>rs,ScreenShare:()=>jv,ScreenShareOff:()=>_v,Scroll:()=>Zv,ScrollText:()=>Gv,Search:()=>Qv,SearchCheck:()=>Xv,SearchCode:()=>Jv,SearchSlash:()=>Kv,SearchX:()=>Yv,Section:()=>t9,Send:()=>a9,SendHorizonal:()=>W1,SendHorizontal:()=>W1,SendToBack:()=>e9,SeparatorHorizontal:()=>r9,SeparatorVertical:()=>o9,Server:()=>l9,ServerCog:()=>s9,ServerCrash:()=>n9,ServerOff:()=>d9,Settings:()=>p9,Settings2:()=>i9,Shapes:()=>h9,Share:()=>f9,Share2:()=>c9,Sheet:()=>u9,Shell:()=>m9,Shield:()=>A9,ShieldAlert:()=>x9,ShieldBan:()=>g9,ShieldCheck:()=>M9,ShieldClose:()=>z1,ShieldEllipsis:()=>v9,ShieldHalf:()=>y9,ShieldMinus:()=>w9,ShieldOff:()=>C9,ShieldPlus:()=>b9,ShieldQuestion:()=>O1,ShieldQuestionMark:()=>O1,ShieldUser:()=>S9,ShieldX:()=>z1,Ship:()=>H9,ShipWheel:()=>k9,Shirt:()=>L9,ShoppingBag:()=>T9,ShoppingBasket:()=>P9,ShoppingCart:()=>E9,Shovel:()=>B9,ShowerHead:()=>R9,Shredder:()=>V9,Shrimp:()=>F9,Shrink:()=>I9,Shrub:()=>D9,Shuffle:()=>W9,Sidebar:()=>k1,SidebarClose:()=>b1,SidebarOpen:()=>A1,Sigma:()=>O9,SigmaSquare:()=>Rs,Signal:()=>$9,SignalHigh:()=>z9,SignalLow:()=>q9,SignalMedium:()=>N9,SignalZero:()=>U9,Signature:()=>_9,Signpost:()=>G9,SignpostBig:()=>j9,Siren:()=>Z9,SkipBack:()=>X9,SkipForward:()=>J9,Skull:()=>K9,Slack:()=>Y9,Slash:()=>Q9,SlashSquare:()=>Vs,Slice:()=>ty,Sliders:()=>q1,SlidersHorizontal:()=>ey,SlidersVertical:()=>q1,Smartphone:()=>oy,SmartphoneCharging:()=>ay,SmartphoneNfc:()=>ry,Smile:()=>ny,SmilePlus:()=>sy,Snail:()=>dy,Snowflake:()=>ly,SoapDispenserDroplet:()=>iy,Sofa:()=>py,SolarPanel:()=>hy,SortAsc:()=>pr,SortDesc:()=>dr,Soup:()=>cy,Space:()=>fy,Spade:()=>uy,Sparkle:()=>my,Sparkles:()=>N1,Speaker:()=>xy,Speech:()=>gy,SpellCheck:()=>vy,SpellCheck2:()=>My,Spline:()=>wy,SplinePointer:()=>yy,Split:()=>Cy,SplitSquareHorizontal:()=>Fs,SplitSquareVertical:()=>Is,Spool:()=>by,Spotlight:()=>Sy,SprayCan:()=>Ay,Sprout:()=>ky,Square:()=>Dy,SquareActivity:()=>U1,SquareArrowDown:()=>j1,SquareArrowDownLeft:()=>$1,SquareArrowDownRight:()=>_1,SquareArrowLeft:()=>G1,SquareArrowOutDownLeft:()=>Z1,SquareArrowOutDownRight:()=>X1,SquareArrowOutUpLeft:()=>J1,SquareArrowOutUpRight:()=>K1,SquareArrowRight:()=>Y1,SquareArrowUp:()=>es,SquareArrowUpLeft:()=>Q1,SquareArrowUpRight:()=>ts,SquareAsterisk:()=>as,SquareBottomDashedScissors:()=>rs,SquareChartGantt:()=>Aa,SquareCheck:()=>ss,SquareCheckBig:()=>os,SquareChevronDown:()=>ns,SquareChevronLeft:()=>ds,SquareChevronRight:()=>ls,SquareChevronUp:()=>is,SquareCode:()=>ps,SquareDashed:()=>fs,SquareDashedBottom:()=>Ly,SquareDashedBottomCode:()=>Hy,SquareDashedKanban:()=>hs,SquareDashedMousePointer:()=>cs,SquareDashedTopSolid:()=>Ty,SquareDivide:()=>us,SquareDot:()=>ms,SquareEqual:()=>xs,SquareFunction:()=>gs,SquareGanttChart:()=>Aa,SquareKanban:()=>Ms,SquareLibrary:()=>vs,SquareM:()=>ys,SquareMenu:()=>ws,SquareMinus:()=>Cs,SquareMousePointer:()=>bs,SquareParking:()=>As,SquareParkingOff:()=>Ss,SquarePause:()=>Py,SquarePen:()=>oa,SquarePercent:()=>ks,SquarePi:()=>Hs,SquarePilcrow:()=>Ls,SquarePlay:()=>Ts,SquarePlus:()=>Ps,SquarePower:()=>Es,SquareRadical:()=>Ey,SquareRoundCorner:()=>By,SquareScissors:()=>Bs,SquareSigma:()=>Rs,SquareSlash:()=>Vs,SquareSplitHorizontal:()=>Fs,SquareSplitVertical:()=>Is,SquareSquare:()=>Ry,SquareStack:()=>Vy,SquareStar:()=>Fy,SquareStop:()=>Iy,SquareTerminal:()=>Ds,SquareUser:()=>Os,SquareUserRound:()=>Ws,SquareX:()=>zs,SquaresExclude:()=>Wy,SquaresIntersect:()=>Oy,SquaresSubtract:()=>zy,SquaresUnite:()=>qy,Squircle:()=>Uy,SquircleDashed:()=>Ny,Squirrel:()=>$y,Stamp:()=>_y,Star:()=>Zy,StarHalf:()=>jy,StarOff:()=>Gy,Stars:()=>N1,StepBack:()=>Xy,StepForward:()=>Jy,Stethoscope:()=>Ky,Sticker:()=>Yy,StickyNote:()=>Qy,StopCircle:()=>no,Store:()=>tw,StretchHorizontal:()=>ew,StretchVertical:()=>aw,Strikethrough:()=>rw,Subscript:()=>ow,Subtitles:()=>vr,Sun:()=>iw,SunDim:()=>sw,SunMedium:()=>nw,SunMoon:()=>dw,SunSnow:()=>lw,Sunrise:()=>pw,Sunset:()=>hw,Superscript:()=>cw,SwatchBook:()=>fw,SwissFranc:()=>uw,SwitchCamera:()=>mw,Sword:()=>xw,Swords:()=>gw,Syringe:()=>Mw,Table:()=>kw,Table2:()=>vw,TableCellsMerge:()=>yw,TableCellsSplit:()=>ww,TableColumnsSplit:()=>Cw,TableConfig:()=>ya,TableOfContents:()=>bw,TableProperties:()=>Sw,TableRowsSplit:()=>Aw,Tablet:()=>Lw,TabletSmartphone:()=>Hw,Tablets:()=>Tw,Tag:()=>Pw,Tags:()=>Ew,Tally1:()=>Bw,Tally2:()=>Rw,Tally3:()=>Vw,Tally4:()=>Fw,Tally5:()=>Iw,Tangent:()=>Dw,Target:()=>Ww,Telescope:()=>Ow,Tent:()=>qw,TentTree:()=>zw,Terminal:()=>Nw,TerminalSquare:()=>Ds,TestTube:()=>Uw,TestTube2:()=>qs,TestTubeDiagonal:()=>qs,TestTubes:()=>$w,Text:()=>ka,TextAlignCenter:()=>Ns,TextAlignEnd:()=>Us,TextAlignJustify:()=>$s,TextAlignStart:()=>ka,TextCursor:()=>jw,TextCursorInput:()=>_w,TextInitial:()=>_s,TextQuote:()=>Gw,TextSearch:()=>Zw,TextSelect:()=>js,TextSelection:()=>js,TextWrap:()=>Gs,Theater:()=>Xw,Thermometer:()=>Yw,ThermometerSnowflake:()=>Jw,ThermometerSun:()=>Kw,ThumbsDown:()=>Qw,ThumbsUp:()=>tC,Ticket:()=>dC,TicketCheck:()=>eC,TicketMinus:()=>aC,TicketPercent:()=>rC,TicketPlus:()=>oC,TicketSlash:()=>sC,TicketX:()=>nC,Tickets:()=>iC,TicketsPlane:()=>lC,Timer:()=>cC,TimerOff:()=>pC,TimerReset:()=>hC,ToggleLeft:()=>fC,ToggleRight:()=>uC,Toilet:()=>mC,ToolCase:()=>xC,Tornado:()=>gC,Torus:()=>MC,Touchpad:()=>yC,TouchpadOff:()=>vC,TowerControl:()=>wC,ToyBrick:()=>CC,Tractor:()=>bC,TrafficCone:()=>SC,Train:()=>Zs,TrainFront:()=>kC,TrainFrontTunnel:()=>AC,TrainTrack:()=>HC,TramFront:()=>Zs,Transgender:()=>LC,Trash:()=>PC,Trash2:()=>TC,TreeDeciduous:()=>EC,TreePalm:()=>Xs,TreePine:()=>BC,Trees:()=>RC,Trello:()=>VC,TrendingDown:()=>FC,TrendingUp:()=>DC,TrendingUpDown:()=>IC,Triangle:()=>zC,TriangleAlert:()=>Js,TriangleDashed:()=>WC,TriangleRight:()=>OC,Trophy:()=>qC,Truck:()=>UC,TruckElectric:()=>NC,TurkishLira:()=>$C,Turntable:()=>_C,Turtle:()=>jC,Tv:()=>ZC,Tv2:()=>Ks,TvMinimal:()=>Ks,TvMinimalPlay:()=>GC,Twitch:()=>XC,Twitter:()=>JC,Type:()=>YC,TypeOutline:()=>KC,Umbrella:()=>tb,UmbrellaOff:()=>QC,Underline:()=>eb,Undo:()=>ob,Undo2:()=>ab,UndoDot:()=>rb,UnfoldHorizontal:()=>sb,UnfoldVertical:()=>nb,Ungroup:()=>db,University:()=>Ys,Unlink:()=>ib,Unlink2:()=>lb,Unlock:()=>c1,UnlockKeyhole:()=>h1,Unplug:()=>pb,Upload:()=>hb,UploadCloud:()=>uo,Usb:()=>cb,User:()=>Sb,User2:()=>on,UserCheck:()=>fb,UserCheck2:()=>Qs,UserCircle:()=>io,UserCircle2:()=>lo,UserCog:()=>ub,UserCog2:()=>tn,UserLock:()=>mb,UserMinus:()=>xb,UserMinus2:()=>en,UserPen:()=>gb,UserPlus:()=>Mb,UserPlus2:()=>an,UserRound:()=>on,UserRoundCheck:()=>Qs,UserRoundCog:()=>tn,UserRoundMinus:()=>en,UserRoundPen:()=>vb,UserRoundPlus:()=>an,UserRoundSearch:()=>yb,UserRoundX:()=>rn,UserSearch:()=>wb,UserSquare:()=>Os,UserSquare2:()=>Ws,UserStar:()=>Cb,UserX:()=>bb,UserX2:()=>rn,Users:()=>Ab,Users2:()=>sn,UsersRound:()=>sn,Utensils:()=>dn,UtensilsCrossed:()=>nn,UtilityPole:()=>kb,Variable:()=>Hb,Vault:()=>Lb,VectorSquare:()=>Tb,Vegan:()=>Pb,VenetianMask:()=>Eb,Venus:()=>Rb,VenusAndMars:()=>Bb,Verified:()=>fr,Vibrate:()=>Fb,VibrateOff:()=>Vb,Video:()=>Db,VideoOff:()=>Ib,Videotape:()=>Wb,View:()=>Ob,Voicemail:()=>zb,Volleyball:()=>qb,Volume:()=>jb,Volume1:()=>Nb,Volume2:()=>Ub,VolumeOff:()=>$b,VolumeX:()=>_b,Vote:()=>Gb,Wallet:()=>Xb,Wallet2:()=>ln,WalletCards:()=>Zb,WalletMinimal:()=>ln,Wallpaper:()=>Jb,Wand:()=>Kb,Wand2:()=>pn,WandSparkles:()=>pn,Warehouse:()=>Yb,WashingMachine:()=>Qb,Watch:()=>tS,Waves:()=>eS,WavesLadder:()=>aS,Waypoints:()=>rS,Webcam:()=>oS,Webhook:()=>nS,WebhookOff:()=>sS,Weight:()=>dS,Wheat:()=>iS,WheatOff:()=>lS,WholeWord:()=>pS,Wifi:()=>MS,WifiCog:()=>hS,WifiHigh:()=>cS,WifiLow:()=>fS,WifiOff:()=>uS,WifiPen:()=>mS,WifiSync:()=>xS,WifiZero:()=>gS,Wind:()=>yS,WindArrowDown:()=>vS,Wine:()=>CS,WineOff:()=>wS,Workflow:()=>bS,Worm:()=>SS,WrapText:()=>Gs,Wrench:()=>AS,X:()=>kS,XCircle:()=>po,XOctagon:()=>y1,XSquare:()=>zs,Youtube:()=>HS,Zap:()=>TS,ZapOff:()=>LS,ZoomIn:()=>PS,ZoomOut:()=>ES,createElement:()=>A2,createIcons:()=>iL,icons:()=>uA});var S2={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 lL=([r,e,a])=>{let t=document.createElementNS("http://www.w3.org/2000/svg",r);return Object.keys(e).forEach(s=>{t.setAttribute(s,String(e[s]))}),a!=null&&a.length&&a.forEach(s=>{let o=lL(s);t.appendChild(o)}),t},A2=(r,e={})=>{let t={...S2,...e};return lL(["svg",t,r])};var ZT=r=>Array.from(r.attributes).reduce((e,a)=>(e[a.name]=a.value,e),{}),XT=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:"",JT=r=>r.flatMap(XT).map(a=>a.trim()).filter(Boolean).filter((a,t,s)=>s.indexOf(a)===t).join(" "),KT=r=>r.replace(/(\w)(\w*)(_|-|\s*)/g,(e,a,t)=>a.toUpperCase()+t.toLowerCase()),fA=(r,{nameAttr:e,icons:a,attrs:t})=>{var c;let s=r.getAttribute(e);if(s==null)return;let o=KT(s),n=a[o];if(!n)return console.warn(`${r.outerHTML} icon name was not found in the provided icons object.`);let d=ZT(r),i={...S2,"data-lucide":s,...t,...d},f=JT(["lucide",`lucide-${s}`,d,t]);f&&Object.assign(i,{class:f});let m=A2(n,i);return(c=r.parentNode)==null?void 0:c.replaceChild(m,r)};var uA={};QS(uA,{AArrowDown:()=>k2,AArrowUp:()=>H2,ALargeSmall:()=>L2,Accessibility:()=>T2,Activity:()=>P2,ActivitySquare:()=>U1,AirVent:()=>E2,Airplay:()=>B2,AlarmCheck:()=>rr,AlarmClock:()=>V2,AlarmClockCheck:()=>rr,AlarmClockMinus:()=>or,AlarmClockOff:()=>R2,AlarmClockPlus:()=>sr,AlarmMinus:()=>or,AlarmPlus:()=>sr,AlarmSmoke:()=>F2,Album:()=>I2,AlertCircle:()=>Vr,AlertOctagon:()=>M1,AlertTriangle:()=>Js,AlignCenter:()=>Ns,AlignCenterHorizontal:()=>D2,AlignCenterVertical:()=>W2,AlignEndHorizontal:()=>O2,AlignEndVertical:()=>z2,AlignHorizontalDistributeCenter:()=>q2,AlignHorizontalDistributeEnd:()=>N2,AlignHorizontalDistributeStart:()=>U2,AlignHorizontalJustifyCenter:()=>$2,AlignHorizontalJustifyEnd:()=>_2,AlignHorizontalJustifyStart:()=>j2,AlignHorizontalSpaceAround:()=>G2,AlignHorizontalSpaceBetween:()=>Z2,AlignJustify:()=>$s,AlignLeft:()=>ka,AlignRight:()=>Us,AlignStartHorizontal:()=>X2,AlignStartVertical:()=>J2,AlignVerticalDistributeCenter:()=>K2,AlignVerticalDistributeEnd:()=>Y2,AlignVerticalDistributeStart:()=>Q2,AlignVerticalJustifyCenter:()=>td,AlignVerticalJustifyEnd:()=>ed,AlignVerticalJustifyStart:()=>ad,AlignVerticalSpaceAround:()=>rd,AlignVerticalSpaceBetween:()=>od,Ambulance:()=>sd,Ampersand:()=>nd,Ampersands:()=>dd,Amphora:()=>ld,Anchor:()=>id,Angry:()=>pd,Annoyed:()=>hd,Antenna:()=>cd,Anvil:()=>fd,Aperture:()=>ud,AppWindow:()=>xd,AppWindowMac:()=>md,Apple:()=>gd,Archive:()=>yd,ArchiveRestore:()=>Md,ArchiveX:()=>vd,AreaChart:()=>yr,Armchair:()=>wd,ArrowBigDown:()=>bd,ArrowBigDownDash:()=>Cd,ArrowBigLeft:()=>Ad,ArrowBigLeftDash:()=>Sd,ArrowBigRight:()=>Hd,ArrowBigRightDash:()=>kd,ArrowBigUp:()=>Td,ArrowBigUpDash:()=>Ld,ArrowDown:()=>Od,ArrowDown01:()=>Pd,ArrowDown10:()=>Ed,ArrowDownAZ:()=>nr,ArrowDownAz:()=>nr,ArrowDownCircle:()=>Fr,ArrowDownFromLine:()=>Bd,ArrowDownLeft:()=>Rd,ArrowDownLeftFromCircle:()=>Dr,ArrowDownLeftFromSquare:()=>Z1,ArrowDownLeftSquare:()=>$1,ArrowDownNarrowWide:()=>Vd,ArrowDownRight:()=>Fd,ArrowDownRightFromCircle:()=>Wr,ArrowDownRightFromSquare:()=>X1,ArrowDownRightSquare:()=>_1,ArrowDownSquare:()=>j1,ArrowDownToDot:()=>Id,ArrowDownToLine:()=>Dd,ArrowDownUp:()=>Wd,ArrowDownWideNarrow:()=>dr,ArrowDownZA:()=>lr,ArrowDownZa:()=>lr,ArrowLeft:()=>Ud,ArrowLeftCircle:()=>Ir,ArrowLeftFromLine:()=>zd,ArrowLeftRight:()=>qd,ArrowLeftSquare:()=>G1,ArrowLeftToLine:()=>Nd,ArrowRight:()=>Gd,ArrowRightCircle:()=>qr,ArrowRightFromLine:()=>$d,ArrowRightLeft:()=>_d,ArrowRightSquare:()=>Y1,ArrowRightToLine:()=>jd,ArrowUp:()=>rl,ArrowUp01:()=>Zd,ArrowUp10:()=>Xd,ArrowUpAZ:()=>ir,ArrowUpAz:()=>ir,ArrowUpCircle:()=>Nr,ArrowUpDown:()=>Jd,ArrowUpFromDot:()=>Kd,ArrowUpFromLine:()=>Yd,ArrowUpLeft:()=>Qd,ArrowUpLeftFromCircle:()=>Or,ArrowUpLeftFromSquare:()=>J1,ArrowUpLeftSquare:()=>Q1,ArrowUpNarrowWide:()=>pr,ArrowUpRight:()=>tl,ArrowUpRightFromCircle:()=>zr,ArrowUpRightFromSquare:()=>K1,ArrowUpRightSquare:()=>ts,ArrowUpSquare:()=>es,ArrowUpToLine:()=>el,ArrowUpWideNarrow:()=>al,ArrowUpZA:()=>hr,ArrowUpZa:()=>hr,ArrowsUpFromLine:()=>ol,Asterisk:()=>sl,AsteriskSquare:()=>as,AtSign:()=>nl,Atom:()=>dl,AudioLines:()=>ll,AudioWaveform:()=>il,Award:()=>pl,Axe:()=>hl,Axis3D:()=>cr,Axis3d:()=>cr,Baby:()=>cl,Backpack:()=>fl,Badge:()=>Tl,BadgeAlert:()=>ul,BadgeCent:()=>ml,BadgeCheck:()=>fr,BadgeDollarSign:()=>xl,BadgeEuro:()=>gl,BadgeHelp:()=>ur,BadgeIndianRupee:()=>Ml,BadgeInfo:()=>vl,BadgeJapaneseYen:()=>yl,BadgeMinus:()=>wl,BadgePercent:()=>Cl,BadgePlus:()=>bl,BadgePoundSterling:()=>Sl,BadgeQuestionMark:()=>ur,BadgeRussianRuble:()=>Al,BadgeSwissFranc:()=>kl,BadgeTurkishLira:()=>Hl,BadgeX:()=>Ll,BaggageClaim:()=>Pl,Ban:()=>El,Banana:()=>Bl,Bandage:()=>Rl,Banknote:()=>Dl,BanknoteArrowDown:()=>Vl,BanknoteArrowUp:()=>Fl,BanknoteX:()=>Il,BarChart:()=>Lr,BarChart2:()=>Tr,BarChart3:()=>kr,BarChart4:()=>Ar,BarChartBig:()=>Sr,BarChartHorizontal:()=>Cr,BarChartHorizontalBig:()=>wr,Barcode:()=>Wl,Barrel:()=>Ol,Baseline:()=>zl,Bath:()=>ql,Battery:()=>Zl,BatteryCharging:()=>Nl,BatteryFull:()=>Ul,BatteryLow:()=>$l,BatteryMedium:()=>_l,BatteryPlus:()=>jl,BatteryWarning:()=>Gl,Beaker:()=>Xl,Bean:()=>Kl,BeanOff:()=>Jl,Bed:()=>t0,BedDouble:()=>Yl,BedSingle:()=>Ql,Beef:()=>e0,Beer:()=>r0,BeerOff:()=>a0,Bell:()=>p0,BellDot:()=>o0,BellElectric:()=>s0,BellMinus:()=>n0,BellOff:()=>d0,BellPlus:()=>l0,BellRing:()=>i0,BetweenHorizonalEnd:()=>mr,BetweenHorizonalStart:()=>xr,BetweenHorizontalEnd:()=>mr,BetweenHorizontalStart:()=>xr,BetweenVerticalEnd:()=>h0,BetweenVerticalStart:()=>c0,BicepsFlexed:()=>f0,Bike:()=>u0,Binary:()=>m0,Binoculars:()=>x0,Biohazard:()=>M0,Bird:()=>g0,Birdhouse:()=>v0,Bitcoin:()=>y0,Blend:()=>w0,Blinds:()=>C0,Blocks:()=>b0,Bluetooth:()=>H0,BluetoothConnected:()=>S0,BluetoothOff:()=>A0,BluetoothSearching:()=>k0,Bold:()=>L0,Bolt:()=>T0,Bomb:()=>P0,Bone:()=>E0,Book:()=>ei,BookA:()=>B0,BookAlert:()=>R0,BookAudio:()=>V0,BookCheck:()=>F0,BookCopy:()=>I0,BookDashed:()=>gr,BookDown:()=>D0,BookHeadphones:()=>W0,BookHeart:()=>O0,BookImage:()=>z0,BookKey:()=>q0,BookLock:()=>N0,BookMarked:()=>U0,BookMinus:()=>$0,BookOpen:()=>G0,BookOpenCheck:()=>_0,BookOpenText:()=>j0,BookPlus:()=>Z0,BookTemplate:()=>gr,BookText:()=>X0,BookType:()=>J0,BookUp:()=>Y0,BookUp2:()=>K0,BookUser:()=>Q0,BookX:()=>ti,Bookmark:()=>ni,BookmarkCheck:()=>ai,BookmarkMinus:()=>ri,BookmarkPlus:()=>oi,BookmarkX:()=>si,BoomBox:()=>di,Bot:()=>pi,BotMessageSquare:()=>li,BotOff:()=>ii,BottleWine:()=>hi,BowArrow:()=>ci,Box:()=>fi,BoxSelect:()=>fs,Boxes:()=>ui,Braces:()=>Mr,Brackets:()=>mi,Brain:()=>Mi,BrainCircuit:()=>xi,BrainCog:()=>gi,BrickWall:()=>wi,BrickWallFire:()=>vi,BrickWallShield:()=>yi,Briefcase:()=>Ai,BriefcaseBusiness:()=>Ci,BriefcaseConveyorBelt:()=>bi,BriefcaseMedical:()=>Si,BringToFront:()=>ki,Brush:()=>Li,BrushCleaning:()=>Hi,Bubbles:()=>Ti,Bug:()=>Bi,BugOff:()=>Pi,BugPlay:()=>Ei,Building:()=>Vi,Building2:()=>Ri,Bus:()=>Ii,BusFront:()=>Fi,Cable:()=>Wi,CableCar:()=>Di,Cake:()=>zi,CakeSlice:()=>Oi,Calculator:()=>qi,Calendar:()=>lp,Calendar1:()=>Ni,CalendarArrowDown:()=>Ui,CalendarArrowUp:()=>$i,CalendarCheck:()=>ji,CalendarCheck2:()=>_i,CalendarClock:()=>Gi,CalendarCog:()=>Zi,CalendarDays:()=>Xi,CalendarFold:()=>Ji,CalendarHeart:()=>Ki,CalendarMinus:()=>Qi,CalendarMinus2:()=>Yi,CalendarOff:()=>tp,CalendarPlus:()=>ap,CalendarPlus2:()=>ep,CalendarRange:()=>rp,CalendarSearch:()=>op,CalendarSync:()=>sp,CalendarX:()=>dp,CalendarX2:()=>np,Camera:()=>pp,CameraOff:()=>ip,CandlestickChart:()=>br,Candy:()=>fp,CandyCane:()=>hp,CandyOff:()=>cp,Cannabis:()=>up,Captions:()=>vr,CaptionsOff:()=>mp,Car:()=>Mp,CarFront:()=>xp,CarTaxiFront:()=>gp,Caravan:()=>vp,CardSim:()=>yp,Carrot:()=>wp,CaseLower:()=>Cp,CaseSensitive:()=>bp,CaseUpper:()=>Sp,CassetteTape:()=>Ap,Cast:()=>kp,Castle:()=>Hp,Cat:()=>Lp,Cctv:()=>Tp,ChartArea:()=>yr,ChartBar:()=>Cr,ChartBarBig:()=>wr,ChartBarDecreasing:()=>Pp,ChartBarIncreasing:()=>Ep,ChartBarStacked:()=>Bp,ChartCandlestick:()=>br,ChartColumn:()=>kr,ChartColumnBig:()=>Sr,ChartColumnDecreasing:()=>Rp,ChartColumnIncreasing:()=>Ar,ChartColumnStacked:()=>Vp,ChartGantt:()=>Fp,ChartLine:()=>Hr,ChartNetwork:()=>Ip,ChartNoAxesColumn:()=>Tr,ChartNoAxesColumnDecreasing:()=>Dp,ChartNoAxesColumnIncreasing:()=>Lr,ChartNoAxesCombined:()=>Wp,ChartNoAxesGantt:()=>Pr,ChartPie:()=>Er,ChartScatter:()=>Br,ChartSpline:()=>Op,Check:()=>Np,CheckCheck:()=>zp,CheckCircle:()=>Ur,CheckCircle2:()=>$r,CheckLine:()=>qp,CheckSquare:()=>os,CheckSquare2:()=>ss,ChefHat:()=>Up,Cherry:()=>$p,ChevronDown:()=>_p,ChevronDownCircle:()=>_r,ChevronDownSquare:()=>ns,ChevronFirst:()=>jp,ChevronLast:()=>Gp,ChevronLeft:()=>Zp,ChevronLeftCircle:()=>jr,ChevronLeftSquare:()=>ds,ChevronRight:()=>Xp,ChevronRightCircle:()=>Gr,ChevronRightSquare:()=>ls,ChevronUp:()=>Jp,ChevronUpCircle:()=>Zr,ChevronUpSquare:()=>is,ChevronsDown:()=>Yp,ChevronsDownUp:()=>Kp,ChevronsLeft:()=>eh,ChevronsLeftRight:()=>th,ChevronsLeftRightEllipsis:()=>Qp,ChevronsRight:()=>rh,ChevronsRightLeft:()=>ah,ChevronsUp:()=>sh,ChevronsUpDown:()=>oh,Chrome:()=>Rr,Chromium:()=>Rr,Church:()=>nh,Cigarette:()=>lh,CigaretteOff:()=>dh,Circle:()=>Ch,CircleAlert:()=>Vr,CircleArrowDown:()=>Fr,CircleArrowLeft:()=>Ir,CircleArrowOutDownLeft:()=>Dr,CircleArrowOutDownRight:()=>Wr,CircleArrowOutUpLeft:()=>Or,CircleArrowOutUpRight:()=>zr,CircleArrowRight:()=>qr,CircleArrowUp:()=>Nr,CircleCheck:()=>$r,CircleCheckBig:()=>Ur,CircleChevronDown:()=>_r,CircleChevronLeft:()=>jr,CircleChevronRight:()=>Gr,CircleChevronUp:()=>Zr,CircleDashed:()=>ih,CircleDivide:()=>Xr,CircleDollarSign:()=>ph,CircleDot:()=>ch,CircleDotDashed:()=>hh,CircleEllipsis:()=>fh,CircleEqual:()=>uh,CircleFadingArrowUp:()=>mh,CircleFadingPlus:()=>xh,CircleGauge:()=>Jr,CircleHelp:()=>va,CircleMinus:()=>Kr,CircleOff:()=>gh,CircleParking:()=>Qr,CircleParkingOff:()=>Yr,CirclePause:()=>to,CirclePercent:()=>eo,CirclePlay:()=>ao,CirclePlus:()=>ro,CirclePoundSterling:()=>Mh,CirclePower:()=>oo,CircleQuestionMark:()=>va,CircleSlash:()=>vh,CircleSlash2:()=>so,CircleSlashed:()=>so,CircleSmall:()=>yh,CircleStar:()=>wh,CircleStop:()=>no,CircleUser:()=>io,CircleUserRound:()=>lo,CircleX:()=>po,CircuitBoard:()=>bh,Citrus:()=>Sh,Clapperboard:()=>Ah,Clipboard:()=>Fh,ClipboardCheck:()=>kh,ClipboardClock:()=>Hh,ClipboardCopy:()=>Lh,ClipboardEdit:()=>co,ClipboardList:()=>Th,ClipboardMinus:()=>Ph,ClipboardPaste:()=>Eh,ClipboardPen:()=>co,ClipboardPenLine:()=>ho,ClipboardPlus:()=>Bh,ClipboardSignature:()=>ho,ClipboardType:()=>Rh,ClipboardX:()=>Vh,Clock:()=>tc,Clock1:()=>Ih,Clock10:()=>Dh,Clock11:()=>Wh,Clock12:()=>Oh,Clock2:()=>zh,Clock3:()=>qh,Clock4:()=>Nh,Clock5:()=>Uh,Clock6:()=>$h,Clock7:()=>_h,Clock8:()=>jh,Clock9:()=>Gh,ClockAlert:()=>Zh,ClockArrowDown:()=>Xh,ClockArrowUp:()=>Jh,ClockCheck:()=>Kh,ClockFading:()=>Yh,ClockPlus:()=>Qh,ClosedCaption:()=>ec,Cloud:()=>gc,CloudAlert:()=>ac,CloudCheck:()=>rc,CloudCog:()=>oc,CloudDownload:()=>fo,CloudDrizzle:()=>sc,CloudFog:()=>nc,CloudHail:()=>dc,CloudLightning:()=>lc,CloudMoon:()=>pc,CloudMoonRain:()=>ic,CloudOff:()=>hc,CloudRain:()=>fc,CloudRainWind:()=>cc,CloudSnow:()=>uc,CloudSun:()=>xc,CloudSunRain:()=>mc,CloudUpload:()=>uo,Cloudy:()=>Mc,Clover:()=>vc,Club:()=>yc,Code:()=>wc,Code2:()=>mo,CodeSquare:()=>ps,CodeXml:()=>mo,Codepen:()=>Cc,Codesandbox:()=>bc,Coffee:()=>Sc,Cog:()=>Ac,Coins:()=>kc,Columns:()=>xo,Columns2:()=>xo,Columns3:()=>go,Columns3Cog:()=>ya,Columns4:()=>Hc,ColumnsSettings:()=>ya,Combine:()=>Lc,Command:()=>Tc,Compass:()=>Pc,Component:()=>Ec,Computer:()=>Bc,ConciergeBell:()=>Rc,Cone:()=>Vc,Construction:()=>Fc,Contact:()=>Ic,Contact2:()=>Mo,ContactRound:()=>Mo,Container:()=>Dc,Contrast:()=>Wc,Cookie:()=>Oc,CookingPot:()=>zc,Copy:()=>jc,CopyCheck:()=>qc,CopyMinus:()=>Nc,CopyPlus:()=>Uc,CopySlash:()=>$c,CopyX:()=>_c,Copyleft:()=>Gc,Copyright:()=>Zc,CornerDownLeft:()=>Xc,CornerDownRight:()=>Jc,CornerLeftDown:()=>Kc,CornerLeftUp:()=>Yc,CornerRightDown:()=>Qc,CornerRightUp:()=>tf,CornerUpLeft:()=>ef,CornerUpRight:()=>af,Cpu:()=>rf,CreativeCommons:()=>of,CreditCard:()=>sf,Croissant:()=>nf,Crop:()=>df,Cross:()=>lf,Crosshair:()=>pf,Crown:()=>hf,Cuboid:()=>cf,CupSoda:()=>ff,CurlyBraces:()=>Mr,Currency:()=>uf,Cylinder:()=>mf,Dam:()=>xf,Database:()=>vf,DatabaseBackup:()=>gf,DatabaseZap:()=>Mf,DecimalsArrowLeft:()=>yf,DecimalsArrowRight:()=>wf,Delete:()=>Cf,Dessert:()=>bf,Diameter:()=>Sf,Diamond:()=>Hf,DiamondMinus:()=>Af,DiamondPercent:()=>vo,DiamondPlus:()=>kf,Dice1:()=>Lf,Dice2:()=>Tf,Dice3:()=>Pf,Dice4:()=>Ef,Dice5:()=>Bf,Dice6:()=>Rf,Dices:()=>Vf,Diff:()=>Ff,Disc:()=>Of,Disc2:()=>If,Disc3:()=>Df,DiscAlbum:()=>Wf,Divide:()=>zf,DivideCircle:()=>Xr,DivideSquare:()=>us,Dna:()=>Nf,DnaOff:()=>qf,Dock:()=>Uf,Dog:()=>$f,DollarSign:()=>_f,Donut:()=>jf,DoorClosed:()=>Zf,DoorClosedLocked:()=>Gf,DoorOpen:()=>Xf,Dot:()=>Jf,DotSquare:()=>ms,Download:()=>Kf,DownloadCloud:()=>fo,DraftingCompass:()=>Yf,Drama:()=>Qf,Dribbble:()=>tu,Drill:()=>eu,Drone:()=>au,Droplet:()=>ou,DropletOff:()=>ru,Droplets:()=>su,Drum:()=>nu,Drumstick:()=>du,Dumbbell:()=>lu,Ear:()=>pu,EarOff:()=>iu,Earth:()=>yo,EarthLock:()=>hu,Eclipse:()=>cu,Edit:()=>oa,Edit2:()=>E1,Edit3:()=>P1,Egg:()=>mu,EggFried:()=>fu,EggOff:()=>uu,Ellipsis:()=>Co,EllipsisVertical:()=>wo,Equal:()=>Mu,EqualApproximately:()=>xu,EqualNot:()=>gu,EqualSquare:()=>xs,Eraser:()=>vu,EthernetPort:()=>yu,Euro:()=>wu,EvCharger:()=>Cu,Expand:()=>bu,ExternalLink:()=>Su,Eye:()=>Hu,EyeClosed:()=>Au,EyeOff:()=>ku,Facebook:()=>Lu,Factory:()=>Tu,Fan:()=>Pu,FastForward:()=>Eu,Feather:()=>Bu,Fence:()=>Ru,FerrisWheel:()=>Vu,Figma:()=>Fu,File:()=>pm,FileArchive:()=>Iu,FileAudio:()=>wa,FileAudio2:()=>wa,FileAxis3D:()=>bo,FileAxis3d:()=>bo,FileBadge:()=>So,FileBadge2:()=>So,FileBarChart:()=>Ho,FileBarChart2:()=>Lo,FileBox:()=>Du,FileBraces:()=>ko,FileBracesCorner:()=>Ao,FileChartColumn:()=>Lo,FileChartColumnIncreasing:()=>Ho,FileChartLine:()=>To,FileChartPie:()=>Po,FileCheck:()=>Wu,FileCheck2:()=>Eo,FileCheckCorner:()=>Eo,FileClock:()=>Ou,FileCode:()=>zu,FileCode2:()=>Bo,FileCodeCorner:()=>Bo,FileCog:()=>Ro,FileCog2:()=>Ro,FileDiff:()=>qu,FileDigit:()=>Nu,FileDown:()=>Uu,FileEdit:()=>Oo,FileExclamationPoint:()=>Vo,FileHeadphone:()=>wa,FileHeart:()=>$u,FileImage:()=>_u,FileInput:()=>ju,FileJson:()=>ko,FileJson2:()=>Ao,FileKey:()=>Fo,FileKey2:()=>Fo,FileLineChart:()=>To,FileLock:()=>Io,FileLock2:()=>Io,FileMinus:()=>Gu,FileMinus2:()=>Do,FileMinusCorner:()=>Do,FileMusic:()=>Zu,FileOutput:()=>Xu,FilePen:()=>Oo,FilePenLine:()=>Wo,FilePieChart:()=>Po,FilePlay:()=>zo,FilePlus:()=>Ju,FilePlus2:()=>qo,FilePlusCorner:()=>qo,FileQuestion:()=>No,FileQuestionMark:()=>No,FileScan:()=>Ku,FileSearch:()=>Yu,FileSearch2:()=>Uo,FileSearchCorner:()=>Uo,FileSignal:()=>$o,FileSignature:()=>Wo,FileSliders:()=>Qu,FileSpreadsheet:()=>tm,FileStack:()=>em,FileSymlink:()=>am,FileTerminal:()=>rm,FileText:()=>om,FileType:()=>sm,FileType2:()=>_o,FileTypeCorner:()=>_o,FileUp:()=>nm,FileUser:()=>dm,FileVideo:()=>zo,FileVideo2:()=>jo,FileVideoCamera:()=>jo,FileVolume:()=>lm,FileVolume2:()=>$o,FileWarning:()=>Vo,FileX:()=>im,FileX2:()=>Go,FileXCorner:()=>Go,Files:()=>hm,Film:()=>cm,Filter:()=>Ko,FilterX:()=>Jo,Fingerprint:()=>fm,FireExtinguisher:()=>um,Fish:()=>gm,FishOff:()=>mm,FishSymbol:()=>xm,Flag:()=>wm,FlagOff:()=>Mm,FlagTriangleLeft:()=>vm,FlagTriangleRight:()=>ym,Flame:()=>bm,FlameKindling:()=>Cm,Flashlight:()=>Am,FlashlightOff:()=>Sm,FlaskConical:()=>Hm,FlaskConicalOff:()=>km,FlaskRound:()=>Lm,FlipHorizontal:()=>Pm,FlipHorizontal2:()=>Tm,FlipVertical:()=>Bm,FlipVertical2:()=>Em,Flower:()=>Vm,Flower2:()=>Rm,Focus:()=>Fm,FoldHorizontal:()=>Im,FoldVertical:()=>Dm,Folder:()=>hx,FolderArchive:()=>Wm,FolderCheck:()=>Om,FolderClock:()=>zm,FolderClosed:()=>qm,FolderCode:()=>Nm,FolderCog:()=>Zo,FolderCog2:()=>Zo,FolderDot:()=>Um,FolderDown:()=>$m,FolderEdit:()=>Xo,FolderGit:()=>jm,FolderGit2:()=>_m,FolderHeart:()=>Gm,FolderInput:()=>Zm,FolderKanban:()=>Xm,FolderKey:()=>Jm,FolderLock:()=>Km,FolderMinus:()=>Ym,FolderOpen:()=>tx,FolderOpenDot:()=>Qm,FolderOutput:()=>ex,FolderPen:()=>Xo,FolderPlus:()=>ax,FolderRoot:()=>rx,FolderSearch:()=>sx,FolderSearch2:()=>ox,FolderSymlink:()=>nx,FolderSync:()=>dx,FolderTree:()=>lx,FolderUp:()=>ix,FolderX:()=>px,Folders:()=>cx,Footprints:()=>fx,ForkKnife:()=>dn,ForkKnifeCrossed:()=>nn,Forklift:()=>ux,FormInput:()=>R1,Forward:()=>mx,Frame:()=>xx,Framer:()=>gx,Frown:()=>Mx,Fuel:()=>vx,Fullscreen:()=>yx,FunctionSquare:()=>gs,Funnel:()=>Ko,FunnelPlus:()=>wx,FunnelX:()=>Jo,GalleryHorizontal:()=>bx,GalleryHorizontalEnd:()=>Cx,GalleryThumbnails:()=>Sx,GalleryVertical:()=>kx,GalleryVerticalEnd:()=>Ax,Gamepad:()=>Tx,Gamepad2:()=>Hx,GamepadDirectional:()=>Lx,GanttChart:()=>Pr,GanttChartSquare:()=>Aa,Gauge:()=>Px,GaugeCircle:()=>Jr,Gavel:()=>Ex,Gem:()=>Bx,GeorgianLari:()=>Rx,Ghost:()=>Vx,Gift:()=>Fx,GitBranch:()=>Wx,GitBranchMinus:()=>Ix,GitBranchPlus:()=>Dx,GitCommit:()=>Yo,GitCommitHorizontal:()=>Yo,GitCommitVertical:()=>Ox,GitCompare:()=>qx,GitCompareArrows:()=>zx,GitFork:()=>Nx,GitGraph:()=>Ux,GitMerge:()=>$x,GitPullRequest:()=>Jx,GitPullRequestArrow:()=>_x,GitPullRequestClosed:()=>jx,GitPullRequestCreate:()=>Zx,GitPullRequestCreateArrow:()=>Gx,GitPullRequestDraft:()=>Xx,Github:()=>Kx,Gitlab:()=>Yx,GlassWater:()=>Qx,Glasses:()=>t4,Globe:()=>a4,Globe2:()=>yo,GlobeLock:()=>e4,Goal:()=>r4,Gpu:()=>o4,Grab:()=>r1,GraduationCap:()=>s4,Grape:()=>n4,Grid:()=>Ca,Grid2X2:()=>a1,Grid2X2Check:()=>Qo,Grid2X2Plus:()=>t1,Grid2X2X:()=>e1,Grid2x2:()=>a1,Grid2x2Check:()=>Qo,Grid2x2Plus:()=>t1,Grid2x2X:()=>e1,Grid3X3:()=>Ca,Grid3x2:()=>d4,Grid3x3:()=>Ca,Grip:()=>p4,GripHorizontal:()=>l4,GripVertical:()=>i4,Group:()=>h4,Guitar:()=>c4,Ham:()=>f4,Hamburger:()=>u4,Hammer:()=>m4,Hand:()=>w4,HandCoins:()=>x4,HandFist:()=>g4,HandGrab:()=>r1,HandHeart:()=>M4,HandHelping:()=>o1,HandMetal:()=>v4,HandPlatter:()=>y4,Handbag:()=>C4,Handshake:()=>b4,HardDrive:()=>k4,HardDriveDownload:()=>S4,HardDriveUpload:()=>A4,HardHat:()=>H4,Hash:()=>L4,HatGlasses:()=>T4,Haze:()=>P4,HdmiPort:()=>E4,Heading:()=>W4,Heading1:()=>B4,Heading2:()=>R4,Heading3:()=>V4,Heading4:()=>F4,Heading5:()=>I4,Heading6:()=>D4,HeadphoneOff:()=>O4,Headphones:()=>z4,Headset:()=>q4,Heart:()=>Z4,HeartCrack:()=>N4,HeartHandshake:()=>U4,HeartMinus:()=>$4,HeartOff:()=>_4,HeartPlus:()=>j4,HeartPulse:()=>G4,Heater:()=>X4,Helicopter:()=>J4,HelpCircle:()=>va,HelpingHand:()=>o1,Hexagon:()=>K4,Highlighter:()=>Y4,History:()=>Q4,Home:()=>s1,Hop:()=>e5,HopOff:()=>t5,Hospital:()=>a5,Hotel:()=>r5,Hourglass:()=>o5,House:()=>s1,HouseHeart:()=>s5,HousePlug:()=>n5,HousePlus:()=>d5,HouseWifi:()=>l5,IceCream:()=>d1,IceCream2:()=>n1,IceCreamBowl:()=>n1,IceCreamCone:()=>d1,IdCard:()=>p5,IdCardLanyard:()=>i5,Image:()=>M5,ImageDown:()=>c5,ImageMinus:()=>h5,ImageOff:()=>f5,ImagePlay:()=>u5,ImagePlus:()=>m5,ImageUp:()=>x5,ImageUpscale:()=>g5,Images:()=>v5,Import:()=>y5,Inbox:()=>w5,Indent:()=>Sa,IndentDecrease:()=>ba,IndentIncrease:()=>Sa,IndianRupee:()=>C5,Infinity:()=>b5,Info:()=>S5,Inspect:()=>bs,InspectionPanel:()=>A5,Instagram:()=>k5,Italic:()=>H5,IterationCcw:()=>L5,IterationCw:()=>T5,JapaneseYen:()=>P5,Joystick:()=>E5,Kanban:()=>B5,KanbanSquare:()=>Ms,KanbanSquareDashed:()=>hs,Kayak:()=>R5,Key:()=>I5,KeyRound:()=>V5,KeySquare:()=>F5,Keyboard:()=>O5,KeyboardMusic:()=>D5,KeyboardOff:()=>W5,Lamp:()=>_5,LampCeiling:()=>z5,LampDesk:()=>q5,LampFloor:()=>N5,LampWallDown:()=>U5,LampWallUp:()=>$5,LandPlot:()=>j5,Landmark:()=>G5,Languages:()=>Z5,Laptop:()=>J5,Laptop2:()=>l1,LaptopMinimal:()=>l1,LaptopMinimalCheck:()=>X5,Lasso:()=>Y5,LassoSelect:()=>K5,Laugh:()=>Q5,Layers:()=>i1,Layers2:()=>t3,Layers3:()=>i1,Layout:()=>T1,LayoutDashboard:()=>e3,LayoutGrid:()=>a3,LayoutList:()=>r3,LayoutPanelLeft:()=>o3,LayoutPanelTop:()=>s3,LayoutTemplate:()=>n3,Leaf:()=>d3,LeafyGreen:()=>l3,Lectern:()=>i3,LetterText:()=>_s,Library:()=>h3,LibraryBig:()=>p3,LibrarySquare:()=>vs,LifeBuoy:()=>c3,Ligature:()=>f3,Lightbulb:()=>m3,LightbulbOff:()=>u3,LineChart:()=>Hr,LineSquiggle:()=>x3,Link:()=>v3,Link2:()=>M3,Link2Off:()=>g3,Linkedin:()=>y3,List:()=>O3,ListCheck:()=>w3,ListChecks:()=>C3,ListChevronsDownUp:()=>b3,ListChevronsUpDown:()=>S3,ListCollapse:()=>A3,ListEnd:()=>k3,ListFilter:()=>L3,ListFilterPlus:()=>H3,ListIndentDecrease:()=>ba,ListIndentIncrease:()=>Sa,ListMinus:()=>T3,ListMusic:()=>P3,ListOrdered:()=>E3,ListPlus:()=>B3,ListRestart:()=>R3,ListStart:()=>V3,ListTodo:()=>F3,ListTree:()=>I3,ListVideo:()=>D3,ListX:()=>W3,Loader:()=>q3,Loader2:()=>p1,LoaderCircle:()=>p1,LoaderPinwheel:()=>z3,Locate:()=>$3,LocateFixed:()=>N3,LocateOff:()=>U3,LocationEdit:()=>u1,Lock:()=>j3,LockKeyhole:()=>_3,LockKeyholeOpen:()=>h1,LockOpen:()=>c1,LogIn:()=>G3,LogOut:()=>Z3,Logs:()=>X3,Lollipop:()=>J3,Luggage:()=>K3,MSquare:()=>ys,Magnet:()=>Y3,Mail:()=>n8,MailCheck:()=>Q3,MailMinus:()=>t8,MailOpen:()=>e8,MailPlus:()=>a8,MailQuestion:()=>f1,MailQuestionMark:()=>f1,MailSearch:()=>r8,MailWarning:()=>o8,MailX:()=>s8,Mailbox:()=>d8,Mails:()=>l8,Map:()=>b8,MapMinus:()=>i8,MapPin:()=>y8,MapPinCheck:()=>h8,MapPinCheckInside:()=>p8,MapPinHouse:()=>c8,MapPinMinus:()=>u8,MapPinMinusInside:()=>f8,MapPinOff:()=>m8,MapPinPen:()=>u1,MapPinPlus:()=>g8,MapPinPlusInside:()=>x8,MapPinX:()=>v8,MapPinXInside:()=>M8,MapPinned:()=>w8,MapPlus:()=>C8,Mars:()=>A8,MarsStroke:()=>S8,Martini:()=>k8,Maximize:()=>L8,Maximize2:()=>H8,Medal:()=>T8,Megaphone:()=>E8,MegaphoneOff:()=>P8,Meh:()=>B8,MemoryStick:()=>R8,Menu:()=>V8,MenuSquare:()=>ws,Merge:()=>F8,MessageCircle:()=>_8,MessageCircleCode:()=>I8,MessageCircleDashed:()=>D8,MessageCircleHeart:()=>W8,MessageCircleMore:()=>O8,MessageCircleOff:()=>z8,MessageCirclePlus:()=>q8,MessageCircleQuestion:()=>m1,MessageCircleQuestionMark:()=>m1,MessageCircleReply:()=>N8,MessageCircleWarning:()=>U8,MessageCircleX:()=>$8,MessageSquare:()=>d6,MessageSquareCode:()=>j8,MessageSquareDashed:()=>G8,MessageSquareDiff:()=>Z8,MessageSquareDot:()=>X8,MessageSquareHeart:()=>J8,MessageSquareLock:()=>K8,MessageSquareMore:()=>Y8,MessageSquareOff:()=>Q8,MessageSquarePlus:()=>t6,MessageSquareQuote:()=>e6,MessageSquareReply:()=>a6,MessageSquareShare:()=>r6,MessageSquareText:()=>o6,MessageSquareWarning:()=>s6,MessageSquareX:()=>n6,MessagesSquare:()=>l6,Mic:()=>p6,Mic2:()=>x1,MicOff:()=>i6,MicVocal:()=>x1,Microchip:()=>h6,Microscope:()=>c6,Microwave:()=>f6,Milestone:()=>u6,Milk:()=>x6,MilkOff:()=>m6,Minimize:()=>M6,Minimize2:()=>g6,Minus:()=>v6,MinusCircle:()=>Kr,MinusSquare:()=>Cs,Monitor:()=>R6,MonitorCheck:()=>y6,MonitorCloud:()=>w6,MonitorCog:()=>C6,MonitorDot:()=>b6,MonitorDown:()=>S6,MonitorOff:()=>A6,MonitorPause:()=>k6,MonitorPlay:()=>H6,MonitorSmartphone:()=>L6,MonitorSpeaker:()=>T6,MonitorStop:()=>P6,MonitorUp:()=>E6,MonitorX:()=>B6,Moon:()=>F6,MoonStar:()=>V6,MoreHorizontal:()=>Co,MoreVertical:()=>wo,Motorbike:()=>I6,Mountain:()=>W6,MountainSnow:()=>D6,Mouse:()=>$6,MouseOff:()=>O6,MousePointer:()=>U6,MousePointer2:()=>z6,MousePointerBan:()=>q6,MousePointerClick:()=>N6,MousePointerSquareDashed:()=>cs,Move:()=>rg,Move3D:()=>g1,Move3d:()=>g1,MoveDiagonal:()=>j6,MoveDiagonal2:()=>_6,MoveDown:()=>X6,MoveDownLeft:()=>G6,MoveDownRight:()=>Z6,MoveHorizontal:()=>J6,MoveLeft:()=>K6,MoveRight:()=>Y6,MoveUp:()=>eg,MoveUpLeft:()=>Q6,MoveUpRight:()=>tg,MoveVertical:()=>ag,Music:()=>dg,Music2:()=>og,Music3:()=>sg,Music4:()=>ng,Navigation:()=>hg,Navigation2:()=>ig,Navigation2Off:()=>lg,NavigationOff:()=>pg,Network:()=>cg,Newspaper:()=>fg,Nfc:()=>ug,NonBinary:()=>mg,Notebook:()=>vg,NotebookPen:()=>xg,NotebookTabs:()=>gg,NotebookText:()=>Mg,NotepadText:()=>wg,NotepadTextDashed:()=>yg,Nut:()=>bg,NutOff:()=>Cg,Octagon:()=>Ag,OctagonAlert:()=>M1,OctagonMinus:()=>Sg,OctagonPause:()=>v1,OctagonX:()=>y1,Omega:()=>kg,Option:()=>Hg,Orbit:()=>Lg,Origami:()=>Tg,Outdent:()=>ba,Package:()=>Dg,Package2:()=>Pg,PackageCheck:()=>Eg,PackageMinus:()=>Bg,PackageOpen:()=>Rg,PackagePlus:()=>Vg,PackageSearch:()=>Fg,PackageX:()=>Ig,PaintBucket:()=>Wg,PaintRoller:()=>Og,Paintbrush:()=>zg,Paintbrush2:()=>w1,PaintbrushVertical:()=>w1,Palette:()=>qg,Palmtree:()=>Xs,Panda:()=>Ng,PanelBottom:()=>_g,PanelBottomClose:()=>Ug,PanelBottomDashed:()=>C1,PanelBottomInactive:()=>C1,PanelBottomOpen:()=>$g,PanelLeft:()=>k1,PanelLeftClose:()=>b1,PanelLeftDashed:()=>S1,PanelLeftInactive:()=>S1,PanelLeftOpen:()=>A1,PanelLeftRightDashed:()=>jg,PanelRight:()=>Xg,PanelRightClose:()=>Gg,PanelRightDashed:()=>H1,PanelRightInactive:()=>H1,PanelRightOpen:()=>Zg,PanelTop:()=>Qg,PanelTopBottomDashed:()=>Jg,PanelTopClose:()=>Kg,PanelTopDashed:()=>L1,PanelTopInactive:()=>L1,PanelTopOpen:()=>Yg,PanelsLeftBottom:()=>tM,PanelsLeftRight:()=>go,PanelsRightBottom:()=>eM,PanelsTopBottom:()=>I1,PanelsTopLeft:()=>T1,Paperclip:()=>aM,Parentheses:()=>rM,ParkingCircle:()=>Qr,ParkingCircleOff:()=>Yr,ParkingMeter:()=>oM,ParkingSquare:()=>As,ParkingSquareOff:()=>Ss,PartyPopper:()=>sM,Pause:()=>nM,PauseCircle:()=>to,PauseOctagon:()=>v1,PawPrint:()=>dM,PcCase:()=>lM,Pen:()=>E1,PenBox:()=>oa,PenLine:()=>P1,PenOff:()=>iM,PenSquare:()=>oa,PenTool:()=>pM,Pencil:()=>uM,PencilLine:()=>hM,PencilOff:()=>cM,PencilRuler:()=>fM,Pentagon:()=>mM,Percent:()=>xM,PercentCircle:()=>eo,PercentDiamond:()=>vo,PercentSquare:()=>ks,PersonStanding:()=>gM,PhilippinePeso:()=>MM,Phone:()=>AM,PhoneCall:()=>vM,PhoneForwarded:()=>yM,PhoneIncoming:()=>wM,PhoneMissed:()=>CM,PhoneOff:()=>bM,PhoneOutgoing:()=>SM,Pi:()=>kM,PiSquare:()=>Hs,Piano:()=>HM,Pickaxe:()=>LM,PictureInPicture:()=>PM,PictureInPicture2:()=>TM,PieChart:()=>Er,PiggyBank:()=>EM,Pilcrow:()=>VM,PilcrowLeft:()=>BM,PilcrowRight:()=>RM,PilcrowSquare:()=>Ls,Pill:()=>IM,PillBottle:()=>FM,Pin:()=>WM,PinOff:()=>DM,Pipette:()=>OM,Pizza:()=>zM,Plane:()=>UM,PlaneLanding:()=>qM,PlaneTakeoff:()=>NM,Play:()=>$M,PlayCircle:()=>ao,PlaySquare:()=>Ts,Plug:()=>jM,Plug2:()=>_M,PlugZap:()=>B1,PlugZap2:()=>B1,Plus:()=>GM,PlusCircle:()=>ro,PlusSquare:()=>Ps,Pocket:()=>XM,PocketKnife:()=>ZM,Podcast:()=>JM,Pointer:()=>YM,PointerOff:()=>KM,Popcorn:()=>t7,Popsicle:()=>QM,PoundSterling:()=>e7,Power:()=>r7,PowerCircle:()=>oo,PowerOff:()=>a7,PowerSquare:()=>Es,Presentation:()=>o7,Printer:()=>n7,PrinterCheck:()=>s7,Projector:()=>d7,Proportions:()=>l7,Puzzle:()=>i7,Pyramid:()=>p7,QrCode:()=>h7,Quote:()=>c7,Rabbit:()=>f7,Radar:()=>u7,Radiation:()=>m7,Radical:()=>x7,Radio:()=>v7,RadioReceiver:()=>g7,RadioTower:()=>M7,Radius:()=>y7,RailSymbol:()=>w7,Rainbow:()=>C7,Rat:()=>b7,Ratio:()=>S7,Receipt:()=>V7,ReceiptCent:()=>A7,ReceiptEuro:()=>k7,ReceiptIndianRupee:()=>H7,ReceiptJapaneseYen:()=>L7,ReceiptPoundSterling:()=>T7,ReceiptRussianRuble:()=>P7,ReceiptSwissFranc:()=>E7,ReceiptText:()=>B7,ReceiptTurkishLira:()=>R7,RectangleCircle:()=>F7,RectangleEllipsis:()=>R1,RectangleGoggles:()=>I7,RectangleHorizontal:()=>D7,RectangleVertical:()=>W7,Recycle:()=>O7,Redo:()=>N7,Redo2:()=>z7,RedoDot:()=>q7,RefreshCcw:()=>$7,RefreshCcwDot:()=>U7,RefreshCw:()=>j7,RefreshCwOff:()=>_7,Refrigerator:()=>G7,Regex:()=>Z7,RemoveFormatting:()=>X7,Repeat:()=>Y7,Repeat1:()=>J7,Repeat2:()=>K7,Replace:()=>tv,ReplaceAll:()=>Q7,Reply:()=>av,ReplyAll:()=>ev,Rewind:()=>rv,Ribbon:()=>ov,Rocket:()=>sv,RockingChair:()=>nv,RollerCoaster:()=>dv,Rose:()=>lv,Rotate3D:()=>V1,Rotate3d:()=>V1,RotateCcw:()=>hv,RotateCcwKey:()=>iv,RotateCcwSquare:()=>pv,RotateCw:()=>fv,RotateCwSquare:()=>cv,Route:()=>mv,RouteOff:()=>uv,Router:()=>xv,Rows:()=>F1,Rows2:()=>F1,Rows3:()=>I1,Rows4:()=>gv,Rss:()=>Mv,Ruler:()=>yv,RulerDimensionLine:()=>vv,RussianRuble:()=>wv,Sailboat:()=>Cv,Salad:()=>bv,Sandwich:()=>Sv,Satellite:()=>kv,SatelliteDish:()=>Av,SaudiRiyal:()=>Hv,Save:()=>Pv,SaveAll:()=>Lv,SaveOff:()=>Tv,Scale:()=>Ev,Scale3D:()=>D1,Scale3d:()=>D1,Scaling:()=>Bv,Scan:()=>qv,ScanBarcode:()=>Rv,ScanEye:()=>Vv,ScanFace:()=>Fv,ScanHeart:()=>Iv,ScanLine:()=>Dv,ScanQrCode:()=>Wv,ScanSearch:()=>Ov,ScanText:()=>zv,ScatterChart:()=>Br,School:()=>Nv,School2:()=>Ys,Scissors:()=>$v,ScissorsLineDashed:()=>Uv,ScissorsSquare:()=>Bs,ScissorsSquareDashedBottom:()=>rs,ScreenShare:()=>jv,ScreenShareOff:()=>_v,Scroll:()=>Zv,ScrollText:()=>Gv,Search:()=>Qv,SearchCheck:()=>Xv,SearchCode:()=>Jv,SearchSlash:()=>Kv,SearchX:()=>Yv,Section:()=>t9,Send:()=>a9,SendHorizonal:()=>W1,SendHorizontal:()=>W1,SendToBack:()=>e9,SeparatorHorizontal:()=>r9,SeparatorVertical:()=>o9,Server:()=>l9,ServerCog:()=>s9,ServerCrash:()=>n9,ServerOff:()=>d9,Settings:()=>p9,Settings2:()=>i9,Shapes:()=>h9,Share:()=>f9,Share2:()=>c9,Sheet:()=>u9,Shell:()=>m9,Shield:()=>A9,ShieldAlert:()=>x9,ShieldBan:()=>g9,ShieldCheck:()=>M9,ShieldClose:()=>z1,ShieldEllipsis:()=>v9,ShieldHalf:()=>y9,ShieldMinus:()=>w9,ShieldOff:()=>C9,ShieldPlus:()=>b9,ShieldQuestion:()=>O1,ShieldQuestionMark:()=>O1,ShieldUser:()=>S9,ShieldX:()=>z1,Ship:()=>H9,ShipWheel:()=>k9,Shirt:()=>L9,ShoppingBag:()=>T9,ShoppingBasket:()=>P9,ShoppingCart:()=>E9,Shovel:()=>B9,ShowerHead:()=>R9,Shredder:()=>V9,Shrimp:()=>F9,Shrink:()=>I9,Shrub:()=>D9,Shuffle:()=>W9,Sidebar:()=>k1,SidebarClose:()=>b1,SidebarOpen:()=>A1,Sigma:()=>O9,SigmaSquare:()=>Rs,Signal:()=>$9,SignalHigh:()=>z9,SignalLow:()=>q9,SignalMedium:()=>N9,SignalZero:()=>U9,Signature:()=>_9,Signpost:()=>G9,SignpostBig:()=>j9,Siren:()=>Z9,SkipBack:()=>X9,SkipForward:()=>J9,Skull:()=>K9,Slack:()=>Y9,Slash:()=>Q9,SlashSquare:()=>Vs,Slice:()=>ty,Sliders:()=>q1,SlidersHorizontal:()=>ey,SlidersVertical:()=>q1,Smartphone:()=>oy,SmartphoneCharging:()=>ay,SmartphoneNfc:()=>ry,Smile:()=>ny,SmilePlus:()=>sy,Snail:()=>dy,Snowflake:()=>ly,SoapDispenserDroplet:()=>iy,Sofa:()=>py,SolarPanel:()=>hy,SortAsc:()=>pr,SortDesc:()=>dr,Soup:()=>cy,Space:()=>fy,Spade:()=>uy,Sparkle:()=>my,Sparkles:()=>N1,Speaker:()=>xy,Speech:()=>gy,SpellCheck:()=>vy,SpellCheck2:()=>My,Spline:()=>wy,SplinePointer:()=>yy,Split:()=>Cy,SplitSquareHorizontal:()=>Fs,SplitSquareVertical:()=>Is,Spool:()=>by,Spotlight:()=>Sy,SprayCan:()=>Ay,Sprout:()=>ky,Square:()=>Dy,SquareActivity:()=>U1,SquareArrowDown:()=>j1,SquareArrowDownLeft:()=>$1,SquareArrowDownRight:()=>_1,SquareArrowLeft:()=>G1,SquareArrowOutDownLeft:()=>Z1,SquareArrowOutDownRight:()=>X1,SquareArrowOutUpLeft:()=>J1,SquareArrowOutUpRight:()=>K1,SquareArrowRight:()=>Y1,SquareArrowUp:()=>es,SquareArrowUpLeft:()=>Q1,SquareArrowUpRight:()=>ts,SquareAsterisk:()=>as,SquareBottomDashedScissors:()=>rs,SquareChartGantt:()=>Aa,SquareCheck:()=>ss,SquareCheckBig:()=>os,SquareChevronDown:()=>ns,SquareChevronLeft:()=>ds,SquareChevronRight:()=>ls,SquareChevronUp:()=>is,SquareCode:()=>ps,SquareDashed:()=>fs,SquareDashedBottom:()=>Ly,SquareDashedBottomCode:()=>Hy,SquareDashedKanban:()=>hs,SquareDashedMousePointer:()=>cs,SquareDashedTopSolid:()=>Ty,SquareDivide:()=>us,SquareDot:()=>ms,SquareEqual:()=>xs,SquareFunction:()=>gs,SquareGanttChart:()=>Aa,SquareKanban:()=>Ms,SquareLibrary:()=>vs,SquareM:()=>ys,SquareMenu:()=>ws,SquareMinus:()=>Cs,SquareMousePointer:()=>bs,SquareParking:()=>As,SquareParkingOff:()=>Ss,SquarePause:()=>Py,SquarePen:()=>oa,SquarePercent:()=>ks,SquarePi:()=>Hs,SquarePilcrow:()=>Ls,SquarePlay:()=>Ts,SquarePlus:()=>Ps,SquarePower:()=>Es,SquareRadical:()=>Ey,SquareRoundCorner:()=>By,SquareScissors:()=>Bs,SquareSigma:()=>Rs,SquareSlash:()=>Vs,SquareSplitHorizontal:()=>Fs,SquareSplitVertical:()=>Is,SquareSquare:()=>Ry,SquareStack:()=>Vy,SquareStar:()=>Fy,SquareStop:()=>Iy,SquareTerminal:()=>Ds,SquareUser:()=>Os,SquareUserRound:()=>Ws,SquareX:()=>zs,SquaresExclude:()=>Wy,SquaresIntersect:()=>Oy,SquaresSubtract:()=>zy,SquaresUnite:()=>qy,Squircle:()=>Uy,SquircleDashed:()=>Ny,Squirrel:()=>$y,Stamp:()=>_y,Star:()=>Zy,StarHalf:()=>jy,StarOff:()=>Gy,Stars:()=>N1,StepBack:()=>Xy,StepForward:()=>Jy,Stethoscope:()=>Ky,Sticker:()=>Yy,StickyNote:()=>Qy,StopCircle:()=>no,Store:()=>tw,StretchHorizontal:()=>ew,StretchVertical:()=>aw,Strikethrough:()=>rw,Subscript:()=>ow,Subtitles:()=>vr,Sun:()=>iw,SunDim:()=>sw,SunMedium:()=>nw,SunMoon:()=>dw,SunSnow:()=>lw,Sunrise:()=>pw,Sunset:()=>hw,Superscript:()=>cw,SwatchBook:()=>fw,SwissFranc:()=>uw,SwitchCamera:()=>mw,Sword:()=>xw,Swords:()=>gw,Syringe:()=>Mw,Table:()=>kw,Table2:()=>vw,TableCellsMerge:()=>yw,TableCellsSplit:()=>ww,TableColumnsSplit:()=>Cw,TableConfig:()=>ya,TableOfContents:()=>bw,TableProperties:()=>Sw,TableRowsSplit:()=>Aw,Tablet:()=>Lw,TabletSmartphone:()=>Hw,Tablets:()=>Tw,Tag:()=>Pw,Tags:()=>Ew,Tally1:()=>Bw,Tally2:()=>Rw,Tally3:()=>Vw,Tally4:()=>Fw,Tally5:()=>Iw,Tangent:()=>Dw,Target:()=>Ww,Telescope:()=>Ow,Tent:()=>qw,TentTree:()=>zw,Terminal:()=>Nw,TerminalSquare:()=>Ds,TestTube:()=>Uw,TestTube2:()=>qs,TestTubeDiagonal:()=>qs,TestTubes:()=>$w,Text:()=>ka,TextAlignCenter:()=>Ns,TextAlignEnd:()=>Us,TextAlignJustify:()=>$s,TextAlignStart:()=>ka,TextCursor:()=>jw,TextCursorInput:()=>_w,TextInitial:()=>_s,TextQuote:()=>Gw,TextSearch:()=>Zw,TextSelect:()=>js,TextSelection:()=>js,TextWrap:()=>Gs,Theater:()=>Xw,Thermometer:()=>Yw,ThermometerSnowflake:()=>Jw,ThermometerSun:()=>Kw,ThumbsDown:()=>Qw,ThumbsUp:()=>tC,Ticket:()=>dC,TicketCheck:()=>eC,TicketMinus:()=>aC,TicketPercent:()=>rC,TicketPlus:()=>oC,TicketSlash:()=>sC,TicketX:()=>nC,Tickets:()=>iC,TicketsPlane:()=>lC,Timer:()=>cC,TimerOff:()=>pC,TimerReset:()=>hC,ToggleLeft:()=>fC,ToggleRight:()=>uC,Toilet:()=>mC,ToolCase:()=>xC,Tornado:()=>gC,Torus:()=>MC,Touchpad:()=>yC,TouchpadOff:()=>vC,TowerControl:()=>wC,ToyBrick:()=>CC,Tractor:()=>bC,TrafficCone:()=>SC,Train:()=>Zs,TrainFront:()=>kC,TrainFrontTunnel:()=>AC,TrainTrack:()=>HC,TramFront:()=>Zs,Transgender:()=>LC,Trash:()=>PC,Trash2:()=>TC,TreeDeciduous:()=>EC,TreePalm:()=>Xs,TreePine:()=>BC,Trees:()=>RC,Trello:()=>VC,TrendingDown:()=>FC,TrendingUp:()=>DC,TrendingUpDown:()=>IC,Triangle:()=>zC,TriangleAlert:()=>Js,TriangleDashed:()=>WC,TriangleRight:()=>OC,Trophy:()=>qC,Truck:()=>UC,TruckElectric:()=>NC,TurkishLira:()=>$C,Turntable:()=>_C,Turtle:()=>jC,Tv:()=>ZC,Tv2:()=>Ks,TvMinimal:()=>Ks,TvMinimalPlay:()=>GC,Twitch:()=>XC,Twitter:()=>JC,Type:()=>YC,TypeOutline:()=>KC,Umbrella:()=>tb,UmbrellaOff:()=>QC,Underline:()=>eb,Undo:()=>ob,Undo2:()=>ab,UndoDot:()=>rb,UnfoldHorizontal:()=>sb,UnfoldVertical:()=>nb,Ungroup:()=>db,University:()=>Ys,Unlink:()=>ib,Unlink2:()=>lb,Unlock:()=>c1,UnlockKeyhole:()=>h1,Unplug:()=>pb,Upload:()=>hb,UploadCloud:()=>uo,Usb:()=>cb,User:()=>Sb,User2:()=>on,UserCheck:()=>fb,UserCheck2:()=>Qs,UserCircle:()=>io,UserCircle2:()=>lo,UserCog:()=>ub,UserCog2:()=>tn,UserLock:()=>mb,UserMinus:()=>xb,UserMinus2:()=>en,UserPen:()=>gb,UserPlus:()=>Mb,UserPlus2:()=>an,UserRound:()=>on,UserRoundCheck:()=>Qs,UserRoundCog:()=>tn,UserRoundMinus:()=>en,UserRoundPen:()=>vb,UserRoundPlus:()=>an,UserRoundSearch:()=>yb,UserRoundX:()=>rn,UserSearch:()=>wb,UserSquare:()=>Os,UserSquare2:()=>Ws,UserStar:()=>Cb,UserX:()=>bb,UserX2:()=>rn,Users:()=>Ab,Users2:()=>sn,UsersRound:()=>sn,Utensils:()=>dn,UtensilsCrossed:()=>nn,UtilityPole:()=>kb,Variable:()=>Hb,Vault:()=>Lb,VectorSquare:()=>Tb,Vegan:()=>Pb,VenetianMask:()=>Eb,Venus:()=>Rb,VenusAndMars:()=>Bb,Verified:()=>fr,Vibrate:()=>Fb,VibrateOff:()=>Vb,Video:()=>Db,VideoOff:()=>Ib,Videotape:()=>Wb,View:()=>Ob,Voicemail:()=>zb,Volleyball:()=>qb,Volume:()=>jb,Volume1:()=>Nb,Volume2:()=>Ub,VolumeOff:()=>$b,VolumeX:()=>_b,Vote:()=>Gb,Wallet:()=>Xb,Wallet2:()=>ln,WalletCards:()=>Zb,WalletMinimal:()=>ln,Wallpaper:()=>Jb,Wand:()=>Kb,Wand2:()=>pn,WandSparkles:()=>pn,Warehouse:()=>Yb,WashingMachine:()=>Qb,Watch:()=>tS,Waves:()=>eS,WavesLadder:()=>aS,Waypoints:()=>rS,Webcam:()=>oS,Webhook:()=>nS,WebhookOff:()=>sS,Weight:()=>dS,Wheat:()=>iS,WheatOff:()=>lS,WholeWord:()=>pS,Wifi:()=>MS,WifiCog:()=>hS,WifiHigh:()=>cS,WifiLow:()=>fS,WifiOff:()=>uS,WifiPen:()=>mS,WifiSync:()=>xS,WifiZero:()=>gS,Wind:()=>yS,WindArrowDown:()=>vS,Wine:()=>CS,WineOff:()=>wS,Workflow:()=>bS,Worm:()=>SS,WrapText:()=>Gs,Wrench:()=>AS,X:()=>kS,XCircle:()=>po,XOctagon:()=>y1,XSquare:()=>zs,Youtube:()=>HS,Zap:()=>TS,ZapOff:()=>LS,ZoomIn:()=>PS,ZoomOut:()=>ES});var k2=[["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 H2=[["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 L2=[["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 T2=[["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 P2=[["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 E2=[["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 B2=[["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 rr=[["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 or=[["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 R2=[["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 sr=[["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 V2=[["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 F2=[["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 I2=[["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 D2=[["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 W2=[["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 O2=[["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 z2=[["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 q2=[["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 N2=[["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 U2=[["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 $2=[["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 _2=[["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 j2=[["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 G2=[["rect",{width:"6",height:"10",x:"9",y:"7",rx:"2"}],["path",{d:"M4 22V2"}],["path",{d:"M20 22V2"}]];var Z2=[["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 X2=[["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 J2=[["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 K2=[["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 Y2=[["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 Q2=[["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 td=[["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 ed=[["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 ad=[["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 rd=[["rect",{width:"10",height:"6",x:"7",y:"9",rx:"2"}],["path",{d:"M22 20H2"}],["path",{d:"M22 4H2"}]];var od=[["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 sd=[["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 dd=[["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 ld=[["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 id=[["path",{d:"M12 22V8"}],["path",{d:"M5 12H2a10 10 0 0 0 20 0h-3"}],["circle",{cx:"12",cy:"5",r:"3"}]];var pd=[["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 hd=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M8 15h8"}],["path",{d:"M8 9h2"}],["path",{d:"M14 9h2"}]];var cd=[["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 fd=[["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 ud=[["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 md=[["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 xd=[["rect",{x:"2",y:"4",width:"20",height:"16",rx:"2"}],["path",{d:"M10 4v4"}],["path",{d:"M2 8h20"}],["path",{d:"M6 4v4"}]];var gd=[["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 Md=[["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 vd=[["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 yd=[["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 wd=[["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 Cd=[["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 bd=[["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 Sd=[["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 Ad=[["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 kd=[["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 Hd=[["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 Ld=[["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 Td=[["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 Pd=[["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 Ed=[["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 nr=[["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 Bd=[["path",{d:"M19 3H5"}],["path",{d:"M12 21V7"}],["path",{d:"m6 15 6 6 6-6"}]];var Rd=[["path",{d:"M17 7 7 17"}],["path",{d:"M17 17H7V7"}]];var Vd=[["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 Fd=[["path",{d:"m7 7 10 10"}],["path",{d:"M17 7v10H7"}]];var Id=[["path",{d:"M12 2v14"}],["path",{d:"m19 9-7 7-7-7"}],["circle",{cx:"12",cy:"21",r:"1"}]];var Dd=[["path",{d:"M12 17V3"}],["path",{d:"m6 11 6 6 6-6"}],["path",{d:"M19 21H5"}]];var Wd=[["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 dr=[["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 lr=[["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 Od=[["path",{d:"M12 5v14"}],["path",{d:"m19 12-7 7-7-7"}]];var zd=[["path",{d:"m9 6-6 6 6 6"}],["path",{d:"M3 12h14"}],["path",{d:"M21 19V5"}]];var qd=[["path",{d:"M8 3 4 7l4 4"}],["path",{d:"M4 7h16"}],["path",{d:"m16 21 4-4-4-4"}],["path",{d:"M20 17H4"}]];var Nd=[["path",{d:"M3 19V5"}],["path",{d:"m13 6-6 6 6 6"}],["path",{d:"M7 12h14"}]];var Ud=[["path",{d:"m12 19-7-7 7-7"}],["path",{d:"M19 12H5"}]];var $d=[["path",{d:"M3 5v14"}],["path",{d:"M21 12H7"}],["path",{d:"m15 18 6-6-6-6"}]];var _d=[["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 jd=[["path",{d:"M17 12H3"}],["path",{d:"m11 18 6-6-6-6"}],["path",{d:"M21 5v14"}]];var Gd=[["path",{d:"M5 12h14"}],["path",{d:"m12 5 7 7-7 7"}]];var Zd=[["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 Xd=[["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 ir=[["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 Jd=[["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 Kd=[["path",{d:"m5 9 7-7 7 7"}],["path",{d:"M12 16V2"}],["circle",{cx:"12",cy:"21",r:"1"}]];var Yd=[["path",{d:"m18 9-6-6-6 6"}],["path",{d:"M12 3v14"}],["path",{d:"M5 21h14"}]];var Qd=[["path",{d:"M7 17V7h10"}],["path",{d:"M17 17 7 7"}]];var pr=[["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 tl=[["path",{d:"M7 7h10v10"}],["path",{d:"M7 17 17 7"}]];var el=[["path",{d:"M5 3h14"}],["path",{d:"m18 13-6-6-6 6"}],["path",{d:"M12 7v14"}]];var al=[["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 hr=[["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 rl=[["path",{d:"m5 12 7-7 7 7"}],["path",{d:"M12 19V5"}]];var ol=[["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 sl=[["path",{d:"M12 6v12"}],["path",{d:"M17.196 9 6.804 15"}],["path",{d:"m6.804 9 10.392 6"}]];var nl=[["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 dl=[["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 ll=[["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 il=[["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 pl=[["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 hl=[["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 cr=[["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 cl=[["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 fl=[["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 ul=[["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 ml=[["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 fr=[["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 xl=[["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 gl=[["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 Ml=[["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 vl=[["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 yl=[["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 wl=[["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 Cl=[["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 bl=[["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 Sl=[["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 ur=[["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 Al=[["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 kl=[["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 Hl=[["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 Ll=[["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 Tl=[["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 Pl=[["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 El=[["path",{d:"M4.929 4.929 19.07 19.071"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Bl=[["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 Rl=[["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 Vl=[["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 Fl=[["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 Il=[["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 Dl=[["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 Wl=[["path",{d:"M3 5v14"}],["path",{d:"M8 5v14"}],["path",{d:"M12 5v14"}],["path",{d:"M17 5v14"}],["path",{d:"M21 5v14"}]];var Ol=[["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 zl=[["path",{d:"M4 20h16"}],["path",{d:"m6 16 6-12 6 12"}],["path",{d:"M8 12h8"}]];var ql=[["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 Nl=[["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 Ul=[["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 $l=[["path",{d:"M22 14v-4"}],["path",{d:"M6 14v-4"}],["rect",{x:"2",y:"6",width:"16",height:"12",rx:"2"}]];var _l=[["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 jl=[["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 Gl=[["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 Zl=[["path",{d:"M 22 14 L 22 10"}],["rect",{x:"2",y:"6",width:"16",height:"12",rx:"2"}]];var Xl=[["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 Jl=[["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 Kl=[["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 Yl=[["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 Ql=[["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 t0=[["path",{d:"M2 4v16"}],["path",{d:"M2 8h18a2 2 0 0 1 2 2v10"}],["path",{d:"M2 17h20"}],["path",{d:"M6 8v9"}]];var e0=[["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 a0=[["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 r0=[["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 o0=[["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 s0=[["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 n0=[["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 d0=[["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 l0=[["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 i0=[["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 p0=[["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 mr=[["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 xr=[["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 h0=[["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 c0=[["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 f0=[["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 u0=[["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 m0=[["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 x0=[["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 g0=[["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 M0=[["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 v0=[["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 y0=[["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 w0=[["circle",{cx:"9",cy:"9",r:"7"}],["circle",{cx:"15",cy:"15",r:"7"}]];var C0=[["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 b0=[["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 S0=[["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 A0=[["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 k0=[["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 H0=[["path",{d:"m7 7 10 10-5 5V2l5 5L7 17"}]];var L0=[["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 T0=[["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 E0=[["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 B0=[["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 R0=[["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 V0=[["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 F0=[["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 I0=[["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 gr=[["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 D0=[["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 W0=[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20"}],["path",{d:"M8 12v-2a4 4 0 0 1 8 0v2"}],["circle",{cx:"15",cy:"12",r:"1"}],["circle",{cx:"9",cy:"12",r:"1"}]];var O0=[["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 z0=[["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 q0=[["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 N0=[["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 U0=[["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 $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"}],["path",{d:"M9 10h6"}]];var _0=[["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 j0=[["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 G0=[["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 Z0=[["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 X0=[["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 J0=[["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 K0=[["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 Y0=[["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 Q0=[["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 ti=[["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 ei=[["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 ai=[["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 ri=[["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 oi=[["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 si=[["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 ni=[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z"}]];var di=[["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 li=[["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 ii=[["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 pi=[["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 hi=[["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 ci=[["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 fi=[["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 ui=[["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 Mr=[["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 mi=[["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 xi=[["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 gi=[["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 Mi=[["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 vi=[["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 yi=[["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 wi=[["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 Ci=[["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 bi=[["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 Si=[["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 Ai=[["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 ki=[["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 Hi=[["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 Li=[["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 Ti=[["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 Pi=[["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 Ei=[["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 Bi=[["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 Ri=[["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 Vi=[["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 Fi=[["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 Ii=[["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 Di=[["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 Wi=[["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 Oi=[["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 zi=[["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 qi=[["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 Ni=[["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 Ui=[["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 $i=[["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 _i=[["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 ji=[["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 Gi=[["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 Zi=[["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 Xi=[["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 Ji=[["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 Ki=[["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 Yi=[["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 Qi=[["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 tp=[["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 ep=[["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 ap=[["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 rp=[["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 op=[["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 sp=[["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 np=[["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 dp=[["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 lp=[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2"}],["path",{d:"M3 10h18"}]];var ip=[["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 pp=[["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 hp=[["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 cp=[["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 fp=[["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 up=[["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 mp=[["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 vr=[["rect",{width:"18",height:"14",x:"3",y:"5",rx:"2",ry:"2"}],["path",{d:"M7 15h4M15 15h2M7 11h2M13 11h4"}]];var xp=[["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 gp=[["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 Mp=[["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 vp=[["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 yp=[["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 wp=[["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 Cp=[["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 bp=[["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 Sp=[["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 Ap=[["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 kp=[["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 Hp=[["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 Lp=[["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 Tp=[["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 yr=[["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 wr=[["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 Pp=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M7 11h8"}],["path",{d:"M7 16h3"}],["path",{d:"M7 6h12"}]];var Ep=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M7 11h8"}],["path",{d:"M7 16h12"}],["path",{d:"M7 6h3"}]];var Bp=[["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 Cr=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M7 16h8"}],["path",{d:"M7 11h12"}],["path",{d:"M7 6h3"}]];var br=[["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 Sr=[["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 Rp=[["path",{d:"M13 17V9"}],["path",{d:"M18 17v-3"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M8 17V5"}]];var Ar=[["path",{d:"M13 17V9"}],["path",{d:"M18 17V5"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M8 17v-3"}]];var Vp=[["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 kr=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M18 17V9"}],["path",{d:"M13 17V5"}],["path",{d:"M8 17v-3"}]];var Fp=[["path",{d:"M10 6h8"}],["path",{d:"M12 16h6"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M8 11h7"}]];var Hr=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"m19 9-5 5-4-4-3 3"}]];var Ip=[["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 Dp=[["path",{d:"M5 21V3"}],["path",{d:"M12 21V9"}],["path",{d:"M19 21v-6"}]];var Lr=[["path",{d:"M5 21v-6"}],["path",{d:"M12 21V9"}],["path",{d:"M19 21V3"}]];var Tr=[["path",{d:"M5 21v-6"}],["path",{d:"M12 21V3"}],["path",{d:"M19 21V9"}]];var Wp=[["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 Pr=[["path",{d:"M6 5h12"}],["path",{d:"M4 12h10"}],["path",{d:"M12 19h8"}]];var Er=[["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 Br=[["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 Op=[["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 zp=[["path",{d:"M18 6 7 17l-5-5"}],["path",{d:"m22 10-7.5 7.5L13 16"}]];var qp=[["path",{d:"M20 4L9 15"}],["path",{d:"M21 19L3 19"}],["path",{d:"M9 15L4 10"}]];var Np=[["path",{d:"M20 6 9 17l-5-5"}]];var Up=[["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 $p=[["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 _p=[["path",{d:"m6 9 6 6 6-6"}]];var jp=[["path",{d:"m17 18-6-6 6-6"}],["path",{d:"M7 6v12"}]];var Gp=[["path",{d:"m7 18 6-6-6-6"}],["path",{d:"M17 6v12"}]];var Zp=[["path",{d:"m15 18-6-6 6-6"}]];var Xp=[["path",{d:"m9 18 6-6-6-6"}]];var Jp=[["path",{d:"m18 15-6-6-6 6"}]];var Kp=[["path",{d:"m7 20 5-5 5 5"}],["path",{d:"m7 4 5 5 5-5"}]];var Yp=[["path",{d:"m7 6 5 5 5-5"}],["path",{d:"m7 13 5 5 5-5"}]];var Qp=[["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 th=[["path",{d:"m9 7-5 5 5 5"}],["path",{d:"m15 7 5 5-5 5"}]];var eh=[["path",{d:"m11 17-5-5 5-5"}],["path",{d:"m18 17-5-5 5-5"}]];var ah=[["path",{d:"m20 17-5-5 5-5"}],["path",{d:"m4 17 5-5-5-5"}]];var rh=[["path",{d:"m6 17 5-5-5-5"}],["path",{d:"m13 17 5-5-5-5"}]];var oh=[["path",{d:"m7 15 5 5 5-5"}],["path",{d:"m7 9 5-5 5 5"}]];var sh=[["path",{d:"m17 11-5-5-5 5"}],["path",{d:"m17 18-5-5-5 5"}]];var Rr=[["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 nh=[["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 dh=[["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 lh=[["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 Vr=[["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 Fr=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 8v8"}],["path",{d:"m8 12 4 4 4-4"}]];var Ir=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m12 8-4 4 4 4"}],["path",{d:"M16 12H8"}]];var Dr=[["path",{d:"M2 12a10 10 0 1 1 10 10"}],["path",{d:"m2 22 10-10"}],["path",{d:"M8 22H2v-6"}]];var Wr=[["path",{d:"M12 22a10 10 0 1 1 10-10"}],["path",{d:"M22 22 12 12"}],["path",{d:"M22 16v6h-6"}]];var Or=[["path",{d:"M2 8V2h6"}],["path",{d:"m2 2 10 10"}],["path",{d:"M12 2A10 10 0 1 1 2 12"}]];var zr=[["path",{d:"M22 12A10 10 0 1 1 12 2"}],["path",{d:"M22 2 12 12"}],["path",{d:"M16 2h6v6"}]];var qr=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m12 16 4-4-4-4"}],["path",{d:"M8 12h8"}]];var Nr=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m16 12-4-4-4 4"}],["path",{d:"M12 16V8"}]];var Ur=[["path",{d:"M21.801 10A10 10 0 1 1 17 3.335"}],["path",{d:"m9 11 3 3L22 4"}]];var $r=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m9 12 2 2 4-4"}]];var _r=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m16 10-4 4-4-4"}]];var jr=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m14 16-4-4 4-4"}]];var Gr=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m10 8 4 4-4 4"}]];var Zr=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m8 14 4-4 4 4"}]];var ih=[["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 Xr=[["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 ph=[["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 hh=[["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 ch=[["circle",{cx:"12",cy:"12",r:"10"}],["circle",{cx:"12",cy:"12",r:"1"}]];var fh=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M17 12h.01"}],["path",{d:"M12 12h.01"}],["path",{d:"M7 12h.01"}]];var uh=[["path",{d:"M7 10h10"}],["path",{d:"M7 14h10"}],["circle",{cx:"12",cy:"12",r:"10"}]];var mh=[["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 xh=[["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 Jr=[["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 Kr=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M8 12h8"}]];var gh=[["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 Yr=[["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 Qr=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M9 17V7h4a3 3 0 0 1 0 6H9"}]];var to=[["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 eo=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m15 9-6 6"}],["path",{d:"M9 9h.01"}],["path",{d:"M15 15h.01"}]];var ao=[["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 ro=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M8 12h8"}],["path",{d:"M12 8v8"}]];var Mh=[["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 oo=[["path",{d:"M12 7v4"}],["path",{d:"M7.998 9.003a5 5 0 1 0 8-.005"}],["circle",{cx:"12",cy:"12",r:"10"}]];var va=[["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 so=[["path",{d:"M22 2 2 22"}],["circle",{cx:"12",cy:"12",r:"10"}]];var vh=[["circle",{cx:"12",cy:"12",r:"10"}],["line",{x1:"9",x2:"15",y1:"15",y2:"9"}]];var yh=[["circle",{cx:"12",cy:"12",r:"6"}]];var wh=[["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 no=[["circle",{cx:"12",cy:"12",r:"10"}],["rect",{x:"9",y:"9",width:"6",height:"6",rx:"1"}]];var lo=[["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 io=[["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 po=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m15 9-6 6"}],["path",{d:"m9 9 6 6"}]];var Ch=[["circle",{cx:"12",cy:"12",r:"10"}]];var bh=[["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 Sh=[["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 Ah=[["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 kh=[["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 Hh=[["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 Lh=[["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 Th=[["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 Ph=[["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 Eh=[["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 ho=[["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 co=[["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 Bh=[["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 Rh=[["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 Vh=[["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 Fh=[["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 Ih=[["path",{d:"M12 6v6l2-4"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Dh=[["path",{d:"M12 6v6l-4-2"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Wh=[["path",{d:"M12 6v6l-2-4"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Oh=[["path",{d:"M12 6v6"}],["circle",{cx:"12",cy:"12",r:"10"}]];var zh=[["path",{d:"M12 6v6l4-2"}],["circle",{cx:"12",cy:"12",r:"10"}]];var qh=[["path",{d:"M12 6v6h4"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Nh=[["path",{d:"M12 6v6l4 2"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Uh=[["path",{d:"M12 6v6l2 4"}],["circle",{cx:"12",cy:"12",r:"10"}]];var $h=[["path",{d:"M12 6v10"}],["circle",{cx:"12",cy:"12",r:"10"}]];var _h=[["path",{d:"M12 6v6l-2 4"}],["circle",{cx:"12",cy:"12",r:"10"}]];var jh=[["path",{d:"M12 6v6l-4 2"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Gh=[["path",{d:"M12 6v6H8"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Zh=[["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 Xh=[["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 Jh=[["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 Kh=[["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 Yh=[["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 Qh=[["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 tc=[["path",{d:"M12 6v6l4 2"}],["circle",{cx:"12",cy:"12",r:"10"}]];var ec=[["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 ac=[["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 rc=[["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 oc=[["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 fo=[["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 sc=[["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 nc=[["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 dc=[["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 lc=[["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 ic=[["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 pc=[["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 hc=[["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 cc=[["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 fc=[["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 uc=[["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 mc=[["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 xc=[["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 uo=[["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 gc=[["path",{d:"M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z"}]];var Mc=[["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 vc=[["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 yc=[["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 mo=[["path",{d:"m18 16 4-4-4-4"}],["path",{d:"m6 8-4 4 4 4"}],["path",{d:"m14.5 4-5 16"}]];var wc=[["path",{d:"m16 18 6-6-6-6"}],["path",{d:"m8 6-6 6 6 6"}]];var Cc=[["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 bc=[["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 Sc=[["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 Ac=[["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 kc=[["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 xo=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M12 3v18"}]];var ya=[["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 go=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}],["path",{d:"M15 3v18"}]];var Hc=[["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 Lc=[["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 Tc=[["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 Pc=[["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 Ec=[["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 Bc=[["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 Rc=[["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 Vc=[["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 Fc=[["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 Mo=[["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 Ic=[["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 Dc=[["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 Wc=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 18a6 6 0 0 0 0-12v12z"}]];var Oc=[["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 zc=[["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 qc=[["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 Nc=[["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 Uc=[["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 $c=[["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 _c=[["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 jc=[["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 Gc=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M9.17 14.83a4 4 0 1 0 0-5.66"}]];var Zc=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M14.83 14.83a4 4 0 1 1 0-5.66"}]];var Xc=[["path",{d:"M20 4v7a4 4 0 0 1-4 4H4"}],["path",{d:"m9 10-5 5 5 5"}]];var Jc=[["path",{d:"m15 10 5 5-5 5"}],["path",{d:"M4 4v7a4 4 0 0 0 4 4h12"}]];var Kc=[["path",{d:"m14 15-5 5-5-5"}],["path",{d:"M20 4h-7a4 4 0 0 0-4 4v12"}]];var Yc=[["path",{d:"M14 9 9 4 4 9"}],["path",{d:"M20 20h-7a4 4 0 0 1-4-4V4"}]];var Qc=[["path",{d:"m10 15 5 5 5-5"}],["path",{d:"M4 4h7a4 4 0 0 1 4 4v12"}]];var tf=[["path",{d:"m10 9 5-5 5 5"}],["path",{d:"M4 20h7a4 4 0 0 0 4-4V4"}]];var ef=[["path",{d:"M20 20v-7a4 4 0 0 0-4-4H4"}],["path",{d:"M9 14 4 9l5-5"}]];var af=[["path",{d:"m15 14 5-5-5-5"}],["path",{d:"M4 20v-7a4 4 0 0 1 4-4h12"}]];var rf=[["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 of=[["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 sf=[["rect",{width:"20",height:"14",x:"2",y:"5",rx:"2"}],["line",{x1:"2",x2:"22",y1:"10",y2:"10"}]];var nf=[["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 df=[["path",{d:"M6 2v14a2 2 0 0 0 2 2h14"}],["path",{d:"M18 22V8a2 2 0 0 0-2-2H2"}]];var lf=[["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 pf=[["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 hf=[["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 cf=[["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 ff=[["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 uf=[["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 mf=[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3"}],["path",{d:"M3 5v14a9 3 0 0 0 18 0V5"}]];var xf=[["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 gf=[["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 Mf=[["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 vf=[["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 yf=[["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 wf=[["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 Cf=[["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 bf=[["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 Sf=[["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 Af=[["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 vo=[["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 kf=[["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 Hf=[["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 Lf=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["path",{d:"M12 12h.01"}]];var Tf=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["path",{d:"M15 9h.01"}],["path",{d:"M9 15h.01"}]];var Pf=[["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 Ef=[["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 Bf=[["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 Rf=[["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 Vf=[["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 Ff=[["path",{d:"M12 3v14"}],["path",{d:"M5 10h14"}],["path",{d:"M5 21h14"}]];var If=[["circle",{cx:"12",cy:"12",r:"10"}],["circle",{cx:"12",cy:"12",r:"4"}],["path",{d:"M12 12h.01"}]];var Df=[["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 Wf=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["circle",{cx:"12",cy:"12",r:"5"}],["path",{d:"M12 12h.01"}]];var Of=[["circle",{cx:"12",cy:"12",r:"10"}],["circle",{cx:"12",cy:"12",r:"2"}]];var zf=[["circle",{cx:"12",cy:"6",r:"1"}],["line",{x1:"5",x2:"19",y1:"12",y2:"12"}],["circle",{cx:"12",cy:"18",r:"1"}]];var qf=[["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 Nf=[["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 Uf=[["path",{d:"M2 8h20"}],["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2"}],["path",{d:"M6 16h12"}]];var $f=[["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 _f=[["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 jf=[["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 Gf=[["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 Zf=[["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 Xf=[["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 Jf=[["circle",{cx:"12.1",cy:"12.1",r:"1"}]];var Kf=[["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 Yf=[["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 Qf=[["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 tu=[["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 eu=[["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 au=[["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 ru=[["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 ou=[["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 su=[["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 nu=[["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 du=[["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 lu=[["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 iu=[["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 pu=[["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 hu=[["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 yo=[["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 cu=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 2a7 7 0 1 0 10 10"}]];var fu=[["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 uu=[["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 mu=[["path",{d:"M12 2C8 2 4 8 4 14a8 8 0 0 0 16 0c0-6-4-12-8-12"}]];var wo=[["circle",{cx:"12",cy:"12",r:"1"}],["circle",{cx:"12",cy:"5",r:"1"}],["circle",{cx:"12",cy:"19",r:"1"}]];var Co=[["circle",{cx:"12",cy:"12",r:"1"}],["circle",{cx:"19",cy:"12",r:"1"}],["circle",{cx:"5",cy:"12",r:"1"}]];var xu=[["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 gu=[["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 Mu=[["line",{x1:"5",x2:"19",y1:"9",y2:"9"}],["line",{x1:"5",x2:"19",y1:"15",y2:"15"}]];var vu=[["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 yu=[["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 wu=[["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 Cu=[["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 bu=[["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 Su=[["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 Au=[["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 ku=[["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 Hu=[["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 Lu=[["path",{d:"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"}]];var Tu=[["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 Pu=[["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 Eu=[["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 Bu=[["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 Ru=[["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 Vu=[["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 Fu=[["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 Iu=[["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 bo=[["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 So=[["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 Du=[["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 Ao=[["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 ko=[["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 Ho=[["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 Lo=[["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 To=[["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 Po=[["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 Eo=[["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 Wu=[["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 Ou=[["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 Bo=[["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 zu=[["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 Ro=[["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 qu=[["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 Nu=[["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 Uu=[["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 Vo=[["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 wa=[["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 $u=[["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 _u=[["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 ju=[["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 Fo=[["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 Io=[["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 Do=[["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 Gu=[["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 Zu=[["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 Xu=[["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 Wo=[["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 Oo=[["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 zo=[["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 qo=[["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 Ju=[["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 No=[["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 Ku=[["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 Uo=[["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 Yu=[["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 $o=[["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 Qu=[["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 tm=[["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 em=[["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 am=[["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 rm=[["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 om=[["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 _o=[["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 sm=[["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 nm=[["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 dm=[["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 jo=[["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 lm=[["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 Go=[["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 im=[["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 pm=[["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 hm=[["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 cm=[["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 fm=[["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 um=[["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 mm=[["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 xm=[["path",{d:"M2 16s9-15 20-4C11 23 2 8 2 8"}]];var gm=[["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 Mm=[["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 vm=[["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 ym=[["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 wm=[["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 Cm=[["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 bm=[["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 Sm=[["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 Am=[["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 km=[["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 Hm=[["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 Lm=[["path",{d:"M10 2v6.292a7 7 0 1 0 4 0V2"}],["path",{d:"M5 15h14"}],["path",{d:"M8.5 2h7"}]];var Tm=[["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 Pm=[["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 Em=[["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 Bm=[["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 Rm=[["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 Vm=[["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 Fm=[["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 Im=[["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 Dm=[["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 Wm=[["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 Om=[["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 zm=[["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 qm=[["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 Nm=[["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 Zo=[["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 Um=[["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 $m=[["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 _m=[["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 jm=[["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 Gm=[["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 Zm=[["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 Xm=[["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 Jm=[["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 Km=[["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 Ym=[["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 Qm=[["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 tx=[["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 ex=[["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 Xo=[["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 ax=[["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 rx=[["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 ox=[["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 sx=[["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 nx=[["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 dx=[["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 lx=[["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 ix=[["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 px=[["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 hx=[["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 cx=[["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 fx=[["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 ux=[["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 mx=[["path",{d:"m15 17 5-5-5-5"}],["path",{d:"M4 18v-2a4 4 0 0 1 4-4h12"}]];var xx=[["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 gx=[["path",{d:"M5 16V9h14V2H5l14 14h-7m-7 0 7 7v-7m-7 0h7"}]];var Mx=[["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 vx=[["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 yx=[["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 wx=[["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 Jo=[["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 Ko=[["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 Cx=[["path",{d:"M2 7v10"}],["path",{d:"M6 5v14"}],["rect",{width:"12",height:"18",x:"10",y:"3",rx:"2"}]];var bx=[["path",{d:"M2 3v18"}],["rect",{width:"12",height:"18",x:"6",y:"3",rx:"2"}],["path",{d:"M22 3v18"}]];var Sx=[["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 Ax=[["path",{d:"M7 2h10"}],["path",{d:"M5 6h14"}],["rect",{width:"18",height:"12",x:"3",y:"10",rx:"2"}]];var kx=[["path",{d:"M3 2h18"}],["rect",{width:"18",height:"12",x:"3",y:"6",rx:"2"}],["path",{d:"M3 22h18"}]];var Hx=[["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 Lx=[["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 Tx=[["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 Px=[["path",{d:"m12 14 4-4"}],["path",{d:"M3.34 19a10 10 0 1 1 17.32 0"}]];var Ex=[["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 Bx=[["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 Rx=[["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 Vx=[["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 Fx=[["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 Ix=[["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 Dx=[["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 Wx=[["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 Yo=[["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 Ox=[["path",{d:"M12 3v6"}],["circle",{cx:"12",cy:"12",r:"3"}],["path",{d:"M12 15v6"}]];var zx=[["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 qx=[["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 Nx=[["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 Ux=[["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 $x=[["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 _x=[["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 jx=[["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 Gx=[["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 Zx=[["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 Xx=[["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 Jx=[["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 Kx=[["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 Yx=[["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 Qx=[["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 t4=[["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 e4=[["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 a4=[["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 r4=[["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 o4=[["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 s4=[["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 n4=[["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 Qo=[["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 t1=[["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 e1=[["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 a1=[["path",{d:"M12 3v18"}],["path",{d:"M3 12h18"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}]];var d4=[["path",{d:"M15 3v18"}],["path",{d:"M3 12h18"}],["path",{d:"M9 3v18"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}]];var Ca=[["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 l4=[["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 i4=[["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 p4=[["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 h4=[["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 c4=[["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 f4=[["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 u4=[["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 m4=[["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 x4=[["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 g4=[["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 r1=[["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 M4=[["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 o1=[["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 v4=[["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 y4=[["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 w4=[["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 C4=[["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 b4=[["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 S4=[["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 A4=[["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 k4=[["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 H4=[["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 L4=[["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 T4=[["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 P4=[["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 E4=[["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 B4=[["path",{d:"M4 12h8"}],["path",{d:"M4 18V6"}],["path",{d:"M12 18V6"}],["path",{d:"m17 12 3-2v8"}]];var R4=[["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 V4=[["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 F4=[["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 I4=[["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 D4=[["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 W4=[["path",{d:"M6 12h12"}],["path",{d:"M6 20V4"}],["path",{d:"M18 20V4"}]];var O4=[["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 z4=[["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 q4=[["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 N4=[["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 U4=[["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 $4=[["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 _4=[["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 j4=[["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 G4=[["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 Z4=[["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 X4=[["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 J4=[["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 K4=[["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 Y4=[["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 Q4=[["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 t5=[["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 e5=[["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 a5=[["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 r5=[["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 o5=[["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 s5=[["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 n5=[["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 d5=[["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 l5=[["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 s1=[["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 n1=[["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 d1=[["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 i5=[["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 p5=[["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 h5=[["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 c5=[["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 f5=[["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 u5=[["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 m5=[["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 x5=[["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 g5=[["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 M5=[["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 v5=[["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 y5=[["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 w5=[["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 C5=[["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 b5=[["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 S5=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 16v-4"}],["path",{d:"M12 8h.01"}]];var A5=[["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 k5=[["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 H5=[["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 L5=[["path",{d:"m16 14 4 4-4 4"}],["path",{d:"M20 10a8 8 0 1 0-8 8h8"}]];var T5=[["path",{d:"M4 10a8 8 0 1 1 8 8H4"}],["path",{d:"m8 22-4-4 4-4"}]];var P5=[["path",{d:"M12 9.5V21m0-11.5L6 3m6 6.5L18 3"}],["path",{d:"M6 15h12"}],["path",{d:"M6 11h12"}]];var E5=[["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 B5=[["path",{d:"M5 3v14"}],["path",{d:"M12 3v8"}],["path",{d:"M19 3v18"}]];var R5=[["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 V5=[["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 F5=[["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 I5=[["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 D5=[["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 W5=[["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 O5=[["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 z5=[["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 q5=[["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 N5=[["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 U5=[["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 $5=[["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 _5=[["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 j5=[["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 G5=[["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 Z5=[["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 X5=[["path",{d:"M2 20h20"}],["path",{d:"m9 10 2 2 4-4"}],["rect",{x:"3",y:"4",width:"18",height:"12",rx:"2"}]];var l1=[["rect",{width:"18",height:"12",x:"3",y:"4",rx:"2",ry:"2"}],["line",{x1:"2",x2:"22",y1:"20",y2:"20"}]];var J5=[["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 K5=[["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 Y5=[["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 Q5=[["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 t3=[["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 i1=[["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 e3=[["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 a3=[["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 r3=[["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 o3=[["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 s3=[["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 d3=[["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 l3=[["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 i3=[["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 p3=[["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 h3=[["path",{d:"m16 6 4 14"}],["path",{d:"M12 6v14"}],["path",{d:"M8 8v12"}],["path",{d:"M4 4v16"}]];var c3=[["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 f3=[["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 u3=[["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 m3=[["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 x3=[["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 g3=[["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 M3=[["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 v3=[["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 y3=[["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 w3=[["path",{d:"M16 5H3"}],["path",{d:"M16 12H3"}],["path",{d:"M11 19H3"}],["path",{d:"m15 18 2 2 4-4"}]];var C3=[["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 b3=[["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 S3=[["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 A3=[["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 k3=[["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 H3=[["path",{d:"M12 5H2"}],["path",{d:"M6 12h12"}],["path",{d:"M9 19h6"}],["path",{d:"M16 5h6"}],["path",{d:"M19 8V2"}]];var L3=[["path",{d:"M2 5h20"}],["path",{d:"M6 12h12"}],["path",{d:"M9 19h6"}]];var ba=[["path",{d:"M21 5H11"}],["path",{d:"M21 12H11"}],["path",{d:"M21 19H11"}],["path",{d:"m7 8-4 4 4 4"}]];var Sa=[["path",{d:"M21 5H11"}],["path",{d:"M21 12H11"}],["path",{d:"M21 19H11"}],["path",{d:"m3 8 4 4-4 4"}]];var T3=[["path",{d:"M16 5H3"}],["path",{d:"M11 12H3"}],["path",{d:"M16 19H3"}],["path",{d:"M21 12h-6"}]];var P3=[["path",{d:"M16 5H3"}],["path",{d:"M11 12H3"}],["path",{d:"M11 19H3"}],["path",{d:"M21 16V5"}],["circle",{cx:"18",cy:"16",r:"3"}]];var E3=[["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 B3=[["path",{d:"M16 5H3"}],["path",{d:"M11 12H3"}],["path",{d:"M16 19H3"}],["path",{d:"M18 9v6"}],["path",{d:"M21 12h-6"}]];var R3=[["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 V3=[["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 F3=[["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 I3=[["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 D3=[["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 W3=[["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 O3=[["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 p1=[["path",{d:"M21 12a9 9 0 1 1-6.219-8.56"}]];var z3=[["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 q3=[["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 N3=[["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 U3=[["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 $3=[["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 h1=[["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 _3=[["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 c1=[["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 j3=[["rect",{width:"18",height:"11",x:"3",y:"11",rx:"2",ry:"2"}],["path",{d:"M7 11V7a5 5 0 0 1 10 0v4"}]];var G3=[["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 Z3=[["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 X3=[["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 J3=[["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 K3=[["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 Y3=[["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 Q3=[["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 t8=[["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 e8=[["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 a8=[["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 f1=[["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 r8=[["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 o8=[["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 s8=[["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 n8=[["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 d8=[["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 l8=[["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 i8=[["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 p8=[["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 h8=[["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 c8=[["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 f8=[["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 u8=[["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 m8=[["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 u1=[["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 x8=[["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 g8=[["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 M8=[["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 v8=[["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 y8=[["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 w8=[["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 C8=[["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 b8=[["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 S8=[["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 A8=[["path",{d:"M16 3h5v5"}],["path",{d:"m21 3-6.75 6.75"}],["circle",{cx:"10",cy:"14",r:"6"}]];var k8=[["path",{d:"M8 22h8"}],["path",{d:"M12 11v11"}],["path",{d:"m19 3-7 8-7-8Z"}]];var H8=[["path",{d:"M15 3h6v6"}],["path",{d:"m21 3-7 7"}],["path",{d:"m3 21 7-7"}],["path",{d:"M9 21H3v-6"}]];var L8=[["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 T8=[["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 P8=[["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 E8=[["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 B8=[["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 R8=[["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 V8=[["path",{d:"M4 5h16"}],["path",{d:"M4 12h16"}],["path",{d:"M4 19h16"}]];var F8=[["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 I8=[["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 D8=[["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 W8=[["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 O8=[["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 z8=[["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 q8=[["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 m1=[["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 N8=[["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 U8=[["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 $8=[["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 _8=[["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 j8=[["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 G8=[["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 Z8=[["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 X8=[["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 J8=[["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 K8=[["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 Y8=[["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 Q8=[["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 t6=[["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 e6=[["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 a6=[["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 r6=[["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 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:"M7 11h10"}],["path",{d:"M7 15h6"}],["path",{d:"M7 7h8"}]];var s6=[["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 d6=[["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 l6=[["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 i6=[["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 x1=[["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 p6=[["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 h6=[["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 c6=[["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 f6=[["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 u6=[["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 m6=[["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 x6=[["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 g6=[["path",{d:"m14 10 7-7"}],["path",{d:"M20 10h-6V4"}],["path",{d:"m3 21 7-7"}],["path",{d:"M4 14h6v6"}]];var M6=[["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 v6=[["path",{d:"M5 12h14"}]];var y6=[["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 w6=[["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 C6=[["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 b6=[["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 S6=[["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 A6=[["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 k6=[["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 H6=[["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 L6=[["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 T6=[["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 P6=[["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 E6=[["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 B6=[["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 R6=[["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 V6=[["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 F6=[["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 I6=[["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 D6=[["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 W6=[["path",{d:"m8 3 4 8 5-5 5 15H2L8 3z"}]];var O6=[["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 z6=[["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 q6=[["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 N6=[["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 U6=[["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 $6=[["rect",{x:"5",y:"2",width:"14",height:"20",rx:"7"}],["path",{d:"M12 6v4"}]];var g1=[["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 _6=[["path",{d:"M19 13v6h-6"}],["path",{d:"M5 11V5h6"}],["path",{d:"m5 5 14 14"}]];var j6=[["path",{d:"M11 19H5v-6"}],["path",{d:"M13 5h6v6"}],["path",{d:"M19 5 5 19"}]];var G6=[["path",{d:"M11 19H5V13"}],["path",{d:"M19 5L5 19"}]];var Z6=[["path",{d:"M19 13V19H13"}],["path",{d:"M5 5L19 19"}]];var X6=[["path",{d:"M8 18L12 22L16 18"}],["path",{d:"M12 2V22"}]];var J6=[["path",{d:"m18 8 4 4-4 4"}],["path",{d:"M2 12h20"}],["path",{d:"m6 8-4 4 4 4"}]];var K6=[["path",{d:"M6 8L2 12L6 16"}],["path",{d:"M2 12H22"}]];var Y6=[["path",{d:"M18 8L22 12L18 16"}],["path",{d:"M2 12H22"}]];var Q6=[["path",{d:"M5 11V5H11"}],["path",{d:"M5 5L19 19"}]];var tg=[["path",{d:"M13 5H19V11"}],["path",{d:"M19 5L5 19"}]];var eg=[["path",{d:"M8 6L12 2L16 6"}],["path",{d:"M12 2V22"}]];var ag=[["path",{d:"M12 2v20"}],["path",{d:"m8 18 4 4 4-4"}],["path",{d:"m8 6 4-4 4 4"}]];var rg=[["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 og=[["circle",{cx:"8",cy:"18",r:"4"}],["path",{d:"M12 18V2l7 4"}]];var sg=[["circle",{cx:"12",cy:"18",r:"4"}],["path",{d:"M16 18V2"}]];var ng=[["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 dg=[["path",{d:"M9 18V5l12-2v13"}],["circle",{cx:"6",cy:"18",r:"3"}],["circle",{cx:"18",cy:"16",r:"3"}]];var lg=[["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 ig=[["polygon",{points:"12 2 19 21 12 17 5 21 12 2"}]];var pg=[["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 hg=[["polygon",{points:"3 11 22 2 13 21 11 13 3 11"}]];var cg=[["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 fg=[["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 ug=[["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 mg=[["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 xg=[["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 gg=[["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 Mg=[["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 vg=[["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 yg=[["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 wg=[["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 Cg=[["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 bg=[["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 M1=[["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 Sg=[["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 v1=[["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 y1=[["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 Ag=[["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 kg=[["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 Hg=[["path",{d:"M3 3h6l6 18h6"}],["path",{d:"M14 3h7"}]];var Lg=[["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 Tg=[["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 Pg=[["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 Eg=[["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 Bg=[["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 Rg=[["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 Vg=[["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 Fg=[["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 Ig=[["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 Dg=[["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 Wg=[["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 Og=[["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 w1=[["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 zg=[["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 qg=[["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 Ng=[["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 Ug=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 15h18"}],["path",{d:"m15 8-3 3-3-3"}]];var C1=[["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 $g=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 15h18"}],["path",{d:"m9 10 3-3 3 3"}]];var _g=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 15h18"}]];var b1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}],["path",{d:"m16 15-3-3 3-3"}]];var S1=[["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 A1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}],["path",{d:"m14 9 3 3-3 3"}]];var jg=[["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 k1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}]];var Gg=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M15 3v18"}],["path",{d:"m8 9 3 3-3 3"}]];var H1=[["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 Zg=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M15 3v18"}],["path",{d:"m10 15-3-3 3-3"}]];var Xg=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M15 3v18"}]];var Jg=[["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 Kg=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}],["path",{d:"m9 16 3-3 3 3"}]];var L1=[["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 Yg=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}],["path",{d:"m15 14-3 3-3-3"}]];var Qg=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}]];var tM=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}],["path",{d:"M9 15h12"}]];var eM=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 15h12"}],["path",{d:"M15 3v18"}]];var T1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}],["path",{d:"M9 21V9"}]];var aM=[["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 rM=[["path",{d:"M8 21s-4-3-4-9 4-9 4-9"}],["path",{d:"M16 3s4 3 4 9-4 9-4 9"}]];var oM=[["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 sM=[["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 nM=[["rect",{x:"14",y:"3",width:"5",height:"18",rx:"1"}],["rect",{x:"5",y:"3",width:"5",height:"18",rx:"1"}]];var dM=[["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 lM=[["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 P1=[["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 iM=[["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 pM=[["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 E1=[["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 hM=[["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 cM=[["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 fM=[["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 uM=[["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 mM=[["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 xM=[["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 gM=[["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 MM=[["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 vM=[["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 yM=[["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 wM=[["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 CM=[["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 bM=[["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 SM=[["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 AM=[["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 kM=[["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 HM=[["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 LM=[["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 TM=[["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 PM=[["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 EM=[["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 BM=[["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 RM=[["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 VM=[["path",{d:"M13 4v16"}],["path",{d:"M17 4v16"}],["path",{d:"M19 4H9.5a4.5 4.5 0 0 0 0 9H13"}]];var FM=[["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 IM=[["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 DM=[["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 WM=[["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 OM=[["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 zM=[["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 qM=[["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 NM=[["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 UM=[["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 $M=[["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 _M=[["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 B1=[["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 jM=[["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 GM=[["path",{d:"M5 12h14"}],["path",{d:"M12 5v14"}]];var ZM=[["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 XM=[["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 JM=[["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 KM=[["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 YM=[["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 QM=[["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 t7=[["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 e7=[["path",{d:"M18 7c0-5.333-8-5.333-8 0"}],["path",{d:"M10 7v14"}],["path",{d:"M6 21h12"}],["path",{d:"M6 13h10"}]];var a7=[["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 r7=[["path",{d:"M12 2v10"}],["path",{d:"M18.4 6.6a9 9 0 1 1-12.77.04"}]];var o7=[["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 s7=[["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 d7=[["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 l7=[["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 i7=[["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 p7=[["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 h7=[["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 c7=[["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 f7=[["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 u7=[["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 m7=[["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 x7=[["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 g7=[["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 M7=[["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 v7=[["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 y7=[["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 w7=[["path",{d:"M5 15h14"}],["path",{d:"M5 9h14"}],["path",{d:"m14 20-5-5 6-6-5-5"}]];var C7=[["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 b7=[["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 S7=[["rect",{width:"12",height:"20",x:"6",y:"2",rx:"2"}],["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2"}]];var A7=[["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 k7=[["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 H7=[["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 L7=[["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 T7=[["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 P7=[["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 E7=[["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 B7=[["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 R7=[["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 V7=[["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 F7=[["path",{d:"M14 4v16H3a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1z"}],["circle",{cx:"14",cy:"12",r:"8"}]];var R1=[["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 I7=[["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 D7=[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2"}]];var W7=[["rect",{width:"12",height:"20",x:"6",y:"2",rx:"2"}]];var O7=[["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 z7=[["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 q7=[["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 N7=[["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 U7=[["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 $7=[["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 _7=[["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 j7=[["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 G7=[["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 Z7=[["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 X7=[["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 J7=[["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 K7=[["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 Y7=[["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 Q7=[["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 tv=[["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 ev=[["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 av=[["path",{d:"M20 18v-2a4 4 0 0 0-4-4H4"}],["path",{d:"m9 17-5-5 5-5"}]];var rv=[["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 ov=[["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 sv=[["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 dv=[["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 lv=[["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 V1=[["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 iv=[["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 pv=[["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 hv=[["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 cv=[["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 fv=[["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 uv=[["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 mv=[["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 xv=[["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 F1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 12h18"}]];var I1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M21 9H3"}],["path",{d:"M21 15H3"}]];var gv=[["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 Mv=[["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 vv=[["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 yv=[["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 wv=[["path",{d:"M6 11h8a4 4 0 0 0 0-8H9v18"}],["path",{d:"M6 15h8"}]];var Cv=[["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 bv=[["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 Sv=[["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 Av=[["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 kv=[["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 Hv=[["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 Lv=[["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 Tv=[["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 Pv=[["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 D1=[["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 Ev=[["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 Bv=[["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 Rv=[["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 Vv=[["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 Fv=[["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 Iv=[["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 Dv=[["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 Wv=[["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 Ov=[["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 zv=[["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 qv=[["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 Nv=[["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 Uv=[["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 $v=[["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 _v=[["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 jv=[["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 Gv=[["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 Zv=[["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 Xv=[["path",{d:"m8 11 2 2 4-4"}],["circle",{cx:"11",cy:"11",r:"8"}],["path",{d:"m21 21-4.3-4.3"}]];var Jv=[["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 Kv=[["path",{d:"m13.5 8.5-5 5"}],["circle",{cx:"11",cy:"11",r:"8"}],["path",{d:"m21 21-4.3-4.3"}]];var Yv=[["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 Qv=[["path",{d:"m21 21-4.34-4.34"}],["circle",{cx:"11",cy:"11",r:"8"}]];var t9=[["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 W1=[["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 e9=[["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 a9=[["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 r9=[["path",{d:"m16 16-4 4-4-4"}],["path",{d:"M3 12h18"}],["path",{d:"m8 8 4-4 4 4"}]];var o9=[["path",{d:"M12 3v18"}],["path",{d:"m16 16 4-4-4-4"}],["path",{d:"m8 8-4 4 4 4"}]];var s9=[["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 d9=[["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 l9=[["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 i9=[["path",{d:"M14 17H5"}],["path",{d:"M19 7h-9"}],["circle",{cx:"17",cy:"17",r:"3"}],["circle",{cx:"7",cy:"7",r:"3"}]];var p9=[["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 h9=[["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 c9=[["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 f9=[["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 u9=[["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 m9=[["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 x9=[["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 g9=[["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 M9=[["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 v9=[["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 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:"M12 22V2"}]];var w9=[["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 C9=[["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 b9=[["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 O1=[["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 S9=[["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 z1=[["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 A9=[["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 k9=[["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 H9=[["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 L9=[["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 T9=[["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 P9=[["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 E9=[["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 B9=[["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 R9=[["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 V9=[["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 F9=[["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 I9=[["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 D9=[["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 W9=[["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 O9=[["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 z9=[["path",{d:"M2 20h.01"}],["path",{d:"M7 20v-4"}],["path",{d:"M12 20v-8"}],["path",{d:"M17 20V8"}]];var q9=[["path",{d:"M2 20h.01"}],["path",{d:"M7 20v-4"}]];var N9=[["path",{d:"M2 20h.01"}],["path",{d:"M7 20v-4"}],["path",{d:"M12 20v-8"}]];var U9=[["path",{d:"M2 20h.01"}]];var $9=[["path",{d:"M2 20h.01"}],["path",{d:"M7 20v-4"}],["path",{d:"M12 20v-8"}],["path",{d:"M17 20V8"}],["path",{d:"M22 4v16"}]];var _9=[["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 j9=[["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 G9=[["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 Z9=[["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 X9=[["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 J9=[["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 K9=[["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 Y9=[["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 Q9=[["path",{d:"M22 2 2 22"}]];var ty=[["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 ey=[["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 q1=[["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 ay=[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2",ry:"2"}],["path",{d:"M12.667 8 10 12h4l-2.667 4"}]];var ry=[["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 oy=[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2",ry:"2"}],["path",{d:"M12 18h.01"}]];var sy=[["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 ny=[["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 dy=[["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 ly=[["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 iy=[["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 py=[["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 hy=[["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 cy=[["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 fy=[["path",{d:"M22 17v1c0 .5-.5 1-1 1H3c-.5 0-1-.5-1-1v-1"}]];var uy=[["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 my=[["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 N1=[["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 xy=[["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 gy=[["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 My=[["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 vy=[["path",{d:"m6 16 6-12 6 12"}],["path",{d:"M8 12h8"}],["path",{d:"m16 20 2 2 4-4"}]];var yy=[["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 wy=[["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 Cy=[["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 by=[["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 Sy=[["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 Ay=[["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 ky=[["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 U1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M17 12h-2l-2 5-2-10-2 5H7"}]];var $1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m16 8-8 8"}],["path",{d:"M16 16H8V8"}]];var _1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m8 8 8 8"}],["path",{d:"M16 8v8H8"}]];var j1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M12 8v8"}],["path",{d:"m8 12 4 4 4-4"}]];var G1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m12 8-4 4 4 4"}],["path",{d:"M16 12H8"}]];var Z1=[["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 X1=[["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 J1=[["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 K1=[["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 Y1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 12h8"}],["path",{d:"m12 16 4-4-4-4"}]];var Q1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 16V8h8"}],["path",{d:"M16 16 8 8"}]];var ts=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 8h8v8"}],["path",{d:"m8 16 8-8"}]];var es=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m16 12-4-4-4 4"}],["path",{d:"M12 16V8"}]];var as=[["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 rs=[["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 Aa=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 8h7"}],["path",{d:"M8 12h6"}],["path",{d:"M11 16h5"}]];var os=[["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 ss=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m9 12 2 2 4-4"}]];var ns=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m16 10-4 4-4-4"}]];var ds=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m14 16-4-4 4-4"}]];var ls=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m10 8 4 4-4 4"}]];var is=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m8 14 4-4 4 4"}]];var ps=[["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 Hy=[["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 Ly=[["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 hs=[["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 cs=[["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 Ty=[["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 fs=[["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 us=[["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 ms=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["circle",{cx:"12",cy:"12",r:"1"}]];var xs=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M7 10h10"}],["path",{d:"M7 14h10"}]];var gs=[["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 Ms=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 7v7"}],["path",{d:"M12 7v4"}],["path",{d:"M16 7v9"}]];var vs=[["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 ys=[["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 ws=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M7 8h10"}],["path",{d:"M7 12h10"}],["path",{d:"M7 16h10"}]];var Cs=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 12h8"}]];var bs=[["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 Ss=[["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 As=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 17V7h4a3 3 0 0 1 0 6H9"}]];var Py=[["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 oa=[["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 ks=[["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 Hs=[["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 Ls=[["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 Ts=[["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 Ps=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 12h8"}],["path",{d:"M12 8v8"}]];var Es=[["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 Ey=[["path",{d:"M7 12h2l2 5 2-10h4"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}]];var By=[["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 Bs=[["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 Rs=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M16 8.9V7H8l4 5-4 5h8v-1.9"}]];var Vs=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["line",{x1:"9",x2:"15",y1:"15",y2:"9"}]];var Fs=[["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 Is=[["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 Ry=[["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}],["rect",{x:"8",y:"8",width:"8",height:"8",rx:"1"}]];var Vy=[["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 Fy=[["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 Iy=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["rect",{x:"9",y:"9",width:"6",height:"6",rx:"1"}]];var Ds=[["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 Ws=[["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 Os=[["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 zs=[["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 Dy=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}]];var Wy=[["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 Oy=[["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 zy=[["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 qy=[["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 Ny=[["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 Uy=[["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 $y=[["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 _y=[["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 jy=[["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 Gy=[["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 Zy=[["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 Xy=[["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 Jy=[["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 Ky=[["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 Yy=[["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 Qy=[["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 tw=[["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 ew=[["rect",{width:"20",height:"6",x:"2",y:"4",rx:"2"}],["rect",{width:"20",height:"6",x:"2",y:"14",rx:"2"}]];var aw=[["rect",{width:"6",height:"20",x:"4",y:"2",rx:"2"}],["rect",{width:"6",height:"20",x:"14",y:"2",rx:"2"}]];var rw=[["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 ow=[["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 sw=[["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 nw=[["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 dw=[["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 lw=[["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 iw=[["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 pw=[["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 hw=[["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 cw=[["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 fw=[["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 uw=[["path",{d:"M10 21V3h8"}],["path",{d:"M6 16h9"}],["path",{d:"M10 9.5h7"}]];var mw=[["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 xw=[["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 gw=[["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 Mw=[["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 vw=[["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 yw=[["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 ww=[["path",{d:"M12 15V9"}],["path",{d:"M3 15h18"}],["path",{d:"M3 9h18"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}]];var Cw=[["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 bw=[["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 Sw=[["path",{d:"M15 3v18"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M21 9H3"}],["path",{d:"M21 15H3"}]];var Aw=[["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 kw=[["path",{d:"M12 3v18"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}],["path",{d:"M3 15h18"}]];var Hw=[["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 Lw=[["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",ry:"2"}],["line",{x1:"12",x2:"12.01",y1:"18",y2:"18"}]];var Tw=[["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 Ew=[["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 Bw=[["path",{d:"M4 4v16"}]];var Rw=[["path",{d:"M4 4v16"}],["path",{d:"M9 4v16"}]];var Vw=[["path",{d:"M4 4v16"}],["path",{d:"M9 4v16"}],["path",{d:"M14 4v16"}]];var Fw=[["path",{d:"M4 4v16"}],["path",{d:"M9 4v16"}],["path",{d:"M14 4v16"}],["path",{d:"M19 4v16"}]];var Iw=[["path",{d:"M4 4v16"}],["path",{d:"M9 4v16"}],["path",{d:"M14 4v16"}],["path",{d:"M19 4v16"}],["path",{d:"M22 6 2 18"}]];var Dw=[["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 Ww=[["circle",{cx:"12",cy:"12",r:"10"}],["circle",{cx:"12",cy:"12",r:"6"}],["circle",{cx:"12",cy:"12",r:"2"}]];var Ow=[["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 zw=[["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 qw=[["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 Nw=[["path",{d:"M12 19h8"}],["path",{d:"m4 17 6-6-6-6"}]];var qs=[["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 Uw=[["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 $w=[["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 Ns=[["path",{d:"M21 5H3"}],["path",{d:"M17 12H7"}],["path",{d:"M19 19H5"}]];var Us=[["path",{d:"M21 5H3"}],["path",{d:"M21 12H9"}],["path",{d:"M21 19H7"}]];var $s=[["path",{d:"M3 5h18"}],["path",{d:"M3 12h18"}],["path",{d:"M3 19h18"}]];var ka=[["path",{d:"M21 5H3"}],["path",{d:"M15 12H3"}],["path",{d:"M17 19H3"}]];var _w=[["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 jw=[["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 _s=[["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 Gw=[["path",{d:"M17 5H3"}],["path",{d:"M21 12H8"}],["path",{d:"M21 19H8"}],["path",{d:"M3 12v7"}]];var Zw=[["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 js=[["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 Gs=[["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 Xw=[["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 Jw=[["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 Kw=[["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 Yw=[["path",{d:"M14 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z"}]];var Qw=[["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 tC=[["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 eC=[["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 aC=[["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 rC=[["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 oC=[["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 sC=[["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 nC=[["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 dC=[["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 lC=[["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 iC=[["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 pC=[["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 hC=[["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 cC=[["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 fC=[["circle",{cx:"9",cy:"12",r:"3"}],["rect",{width:"20",height:"14",x:"2",y:"5",rx:"7"}]];var uC=[["circle",{cx:"15",cy:"12",r:"3"}],["rect",{width:"20",height:"14",x:"2",y:"5",rx:"7"}]];var mC=[["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 xC=[["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 gC=[["path",{d:"M21 4H3"}],["path",{d:"M18 8H6"}],["path",{d:"M19 12H9"}],["path",{d:"M16 16h-6"}],["path",{d:"M11 20H9"}]];var MC=[["ellipse",{cx:"12",cy:"11",rx:"3",ry:"2"}],["ellipse",{cx:"12",cy:"12.5",rx:"10",ry:"8.5"}]];var vC=[["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 yC=[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2"}],["path",{d:"M2 14h20"}],["path",{d:"M12 20v-6"}]];var wC=[["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 CC=[["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 bC=[["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 SC=[["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 AC=[["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 kC=[["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 HC=[["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 Zs=[["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 LC=[["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 TC=[["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 PC=[["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 EC=[["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 Xs=[["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 BC=[["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 RC=[["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 VC=[["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 FC=[["path",{d:"M16 17h6v-6"}],["path",{d:"m22 17-8.5-8.5-5 5L2 7"}]];var IC=[["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 DC=[["path",{d:"M16 7h6v6"}],["path",{d:"m22 7-8.5 8.5-5-5L2 17"}]];var Js=[["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 WC=[["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 OC=[["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 zC=[["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 qC=[["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 NC=[["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 UC=[["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 $C=[["path",{d:"M15 4 5 9"}],["path",{d:"m15 8.5-10 5"}],["path",{d:"M18 12a9 9 0 0 1-9 9V3"}]];var _C=[["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 jC=[["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 GC=[["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 Ks=[["path",{d:"M7 21h10"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2"}]];var ZC=[["path",{d:"m17 2-5 5-5-5"}],["rect",{width:"20",height:"15",x:"2",y:"7",rx:"2"}]];var XC=[["path",{d:"M21 2H3v16h5v4l4-4h5l4-4V2zm-10 9V7m5 4V7"}]];var JC=[["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 KC=[["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 YC=[["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 QC=[["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 tb=[["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 eb=[["path",{d:"M6 4v6a6 6 0 0 0 12 0V4"}],["line",{x1:"4",x2:"20",y1:"20",y2:"20"}]];var ab=[["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 rb=[["path",{d:"M21 17a9 9 0 0 0-15-6.7L3 13"}],["path",{d:"M3 7v6h6"}],["circle",{cx:"12",cy:"17",r:"1"}]];var ob=[["path",{d:"M3 7v6h6"}],["path",{d:"M21 17a9 9 0 0 0-9-9 9 9 0 0 0-6 2.3L3 13"}]];var sb=[["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 nb=[["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 db=[["rect",{width:"8",height:"6",x:"5",y:"4",rx:"1"}],["rect",{width:"8",height:"6",x:"11",y:"14",rx:"1"}]];var Ys=[["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 lb=[["path",{d:"M15 7h2a5 5 0 0 1 0 10h-2m-6 0H7A5 5 0 0 1 7 7h2"}]];var ib=[["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 pb=[["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 hb=[["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 cb=[["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 fb=[["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 ub=[["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 mb=[["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 xb=[["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 gb=[["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 Mb=[["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 Qs=[["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 tn=[["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 en=[["path",{d:"M2 21a8 8 0 0 1 13.292-6"}],["circle",{cx:"10",cy:"8",r:"5"}],["path",{d:"M22 19h-6"}]];var vb=[["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 an=[["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 yb=[["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 rn=[["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 on=[["circle",{cx:"12",cy:"8",r:"5"}],["path",{d:"M20 21a8 8 0 0 0-16 0"}]];var wb=[["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 Cb=[["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 bb=[["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 Sb=[["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 sn=[["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 Ab=[["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 nn=[["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 dn=[["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 kb=[["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 Hb=[["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 Lb=[["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 Tb=[["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 Pb=[["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 Eb=[["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 Bb=[["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 Rb=[["path",{d:"M12 15v7"}],["path",{d:"M9 19h6"}],["circle",{cx:"12",cy:"9",r:"6"}]];var Vb=[["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 Fb=[["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 Ib=[["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 Db=[["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 Wb=[["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 Ob=[["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 zb=[["circle",{cx:"6",cy:"12",r:"4"}],["circle",{cx:"18",cy:"12",r:"4"}],["line",{x1:"6",x2:"18",y1:"16",y2:"16"}]];var qb=[["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 Nb=[["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 Ub=[["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 $b=[["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 _b=[["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 jb=[["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 Gb=[["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 Zb=[["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 ln=[["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 Xb=[["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 Jb=[["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 pn=[["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 Kb=[["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 Yb=[["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 Qb=[["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 tS=[["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 eS=[["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 aS=[["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 rS=[["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 oS=[["circle",{cx:"12",cy:"10",r:"8"}],["circle",{cx:"12",cy:"10",r:"3"}],["path",{d:"M7 22h10"}],["path",{d:"M12 22v-4"}]];var sS=[["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 dS=[["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 lS=[["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 iS=[["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 pS=[["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 hS=[["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 cS=[["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 fS=[["path",{d:"M12 20h.01"}],["path",{d:"M8.5 16.429a5 5 0 0 1 7 0"}]];var uS=[["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 mS=[["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 xS=[["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 gS=[["path",{d:"M12 20h.01"}]];var MS=[["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 vS=[["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 yS=[["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 wS=[["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 CS=[["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 bS=[["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 SS=[["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 AS=[["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 kS=[["path",{d:"M18 6 6 18"}],["path",{d:"m6 6 12 12"}]];var HS=[["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 LS=[["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 TS=[["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 PS=[["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 ES=[["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 iL=({icons:r={},nameAttr:e="data-lucide",attrs:a={},root:t=document,inTemplates:s}={})=>{if(!Object.values(r).length)throw new Error(`Please provide an icons object.
|
|
52
|
+
`);n=(Gt=dt.pop())!=null?Gt:"";for(let gt of dt){let ne=gt.split(`
|
|
53
|
+
`),Te="message",le="";for(let $ of ne)$.startsWith("event:")?Te=$.replace("event:","").trim():$.startsWith("data:")&&(le+=$.replace("data:","").trim());if(!le)continue;let k;try{k=JSON.parse(le)}catch($){a({type:"error",error:$ instanceof Error?$:new Error("Failed to parse chat stream payload")});continue}let Mt=Te!=="message"?Te:(he=k.type)!=null?he:"message";if((Pe=this.onSSEEvent)==null||Pe.call(this,Mt,k),this.parseSSEEvent){u.current=p;let $=await this.handleCustomSSEEvent(k,a,u,f,c);if(u.current&&!p&&(p=u.current),$)continue}if(Mt==="reason_start"){let $=(Ue=S(k,!0))!=null?Ue:`reason-${c()}`,H=B($);H.reasoning=(Ot=H.reasoning)!=null?Ot:{id:$,status:"streaming",chunks:[]},H.reasoning.startedAt=(ot=H.reasoning.startedAt)!=null?ot:q((kt=k.startedAt)!=null?kt:k.timestamp),H.reasoning.completedAt=void 0,H.reasoning.durationMs=void 0,H.streaming=!0,H.reasoning.status="streaming",f(H)}else if(Mt==="reason_delta"||Mt==="reason_chunk"){let $=(zt=(mt=S(k,!1))!=null?mt:S(k,!0))!=null?zt:`reason-${c()}`,H=B($);H.reasoning=(ae=H.reasoning)!=null?ae:{id:$,status:"streaming",chunks:[]},H.reasoning.startedAt=(ft=H.reasoning.startedAt)!=null?ft:q((Le=k.startedAt)!=null?Le:k.timestamp);let R=(xe=(me=(J=k.reasoningText)!=null?J:k.text)!=null?me:k.delta)!=null?xe:"";if(R&&k.hidden!==!0&&H.reasoning.chunks.push(String(R)),H.reasoning.status=k.done?"complete":"streaming",k.done){H.reasoning.completedAt=q((ye=k.completedAt)!=null?ye:k.timestamp);let nt=($e=H.reasoning.startedAt)!=null?$e:Date.now();H.reasoning.durationMs=Math.max(0,((we=H.reasoning.completedAt)!=null?we:Date.now())-nt)}H.streaming=H.reasoning.status!=="complete",f(H)}else if(Mt==="reason_complete"){let $=(Vt=(Q=S(k,!1))!=null?Q:S(k,!0))!=null?Vt:`reason-${c()}`,H=w.get($);if(H!=null&&H.reasoning){H.reasoning.status="complete",H.reasoning.completedAt=q((Ce=k.completedAt)!=null?Ce:k.timestamp);let nt=(be=H.reasoning.startedAt)!=null?be:Date.now();H.reasoning.durationMs=Math.max(0,((et=H.reasoning.completedAt)!=null?et:Date.now())-nt),H.streaming=!1,f(H)}let R=L(k);R&&A.byStep.delete(R)}else if(Mt==="tool_start"){let $=(qt=I(k,!0))!=null?qt:`tool-${c()}`,H=D($),R=(Se=H.toolCall)!=null?Se:{id:$,status:"pending"};R.name=(Fe=k.toolName)!=null?Fe:R.name,R.status="running",k.args!==void 0?R.args=k.args:k.parameters!==void 0&&(R.args=k.parameters),R.startedAt=(G=R.startedAt)!=null?G:q((Ee=k.startedAt)!=null?Ee:k.timestamp),R.completedAt=void 0,R.durationMs=void 0,H.toolCall=R,H.streaming=!0;let nt=k.agentContext;(nt||k.executionId)&&(H.agentMetadata={executionId:(re=nt==null?void 0:nt.executionId)!=null?re:k.executionId,iteration:(Rt=nt==null?void 0:nt.iteration)!=null?Rt:k.iteration}),f(H)}else if(Mt==="tool_chunk"||Mt==="tool_delta"){let $=(N=(X=I(k,!1))!=null?X:I(k,!0))!=null?N:`tool-${c()}`,H=D($),R=(xt=H.toolCall)!=null?xt:{id:$,status:"running"};R.startedAt=(st=R.startedAt)!=null?st:q((ht=k.startedAt)!=null?ht:k.timestamp);let nt=(Z=(Nt=(Et=k.text)!=null?Et:k.delta)!=null?Nt:k.message)!=null?Z:"";nt&&(R.chunks=(pt=R.chunks)!=null?pt:[],R.chunks.push(String(nt))),R.status="running",H.toolCall=R,H.streaming=!0;let Lt=k.agentContext;(Lt||k.executionId)&&(H.agentMetadata=(ie=H.agentMetadata)!=null?ie:{executionId:(Dt=Lt==null?void 0:Lt.executionId)!=null?Dt:k.executionId,iteration:(Jt=Lt==null?void 0:Lt.iteration)!=null?Jt:k.iteration}),f(H)}else if(Mt==="tool_complete"){let $=(pe=(Ga=I(k,!1))!=null?Ga:I(k,!0))!=null?pe:`tool-${c()}`,H=D($),R=(Qe=H.toolCall)!=null?Qe:{id:$,status:"running"};R.status="complete",k.result!==void 0&&(R.result=k.result),typeof k.duration=="number"&&(R.duration=k.duration),R.completedAt=q((yn=k.completedAt)!=null?yn:k.timestamp);let nt=(xa=k.duration)!=null?xa:k.executionTime;if(typeof nt=="number")R.durationMs=nt;else{let Be=(ta=R.startedAt)!=null?ta:Date.now();R.durationMs=Math.max(0,((U=R.completedAt)!=null?U:Date.now())-Be)}H.toolCall=R,H.streaming=!1;let Lt=k.agentContext;(Lt||k.executionId)&&(H.agentMetadata=(La=H.agentMetadata)!=null?La:{executionId:(ga=Lt==null?void 0:Lt.executionId)!=null?ga:k.executionId,iteration:(sa=Lt==null?void 0:Lt.iteration)!=null?sa:k.iteration}),f(H);let Yt=h(k);Yt&&b.byCall.delete(Yt)}else if(Mt==="step_chunk"||Mt==="step_delta"){let $=k.stepType,H=k.executionType;if($==="tool"||H==="context")continue;let R=x(),nt=(Za=(la=(na=(wn=k.text)!=null?wn:k.delta)!=null?na:k.content)!=null?la:k.chunk)!=null?Za:"";if(nt){let Yt=((Xa=at.get(R.id))!=null?Xa:"")+nt;R.rawContent=Yt,O.has(R.id)||O.set(R.id,this.createStreamParser());let Be=O.get(R.id),de=Yt.trim().startsWith("{")||Yt.trim().startsWith("[");if(de&&at.set(R.id,Yt),Be.__isPlainTextParser===!0){R.content+=nt,at.delete(R.id),O.delete(R.id),R.rawContent=void 0,f(R);continue}let ge=Be.processChunk(Yt);if(ge instanceof Promise)ge.then(Ut=>{var fe;let _t=typeof Ut=="string"?Ut:(fe=Ut==null?void 0:Ut.text)!=null?fe:null;if(_t!==null&&_t.trim()!==""){let jt=p;jt&&jt.id===R.id&&(jt.content=_t,f(jt))}else if(!de&&!Yt.trim().startsWith("<")){let jt=p;jt&&jt.id===R.id&&(jt.content+=nt,at.delete(jt.id),O.delete(jt.id),jt.rawContent=void 0,f(jt))}}).catch(()=>{R.content+=nt,at.delete(R.id),O.delete(R.id),R.rawContent=void 0,f(R)});else{let Ut=typeof ge=="string"?ge:(Kn=ge==null?void 0:ge.text)!=null?Kn:null;Ut!==null&&Ut.trim()!==""?(R.content=Ut,f(R)):!de&&!Yt.trim().startsWith("<")&&(R.content+=nt,at.delete(R.id),O.delete(R.id),R.rawContent=void 0,f(R))}}if(k.isComplete){let Lt=(Qn=(Yn=k.result)==null?void 0:Yn.response)!=null?Qn:R.content;if(Lt){let Yt=at.get(R.id),Be=Yt!=null?Yt:it(Lt);R.rawContent=Be;let de=O.get(R.id),Ae=null,ge=!1;if(de&&(Ae=de.getExtractedText(),Ae===null&&(Ae=v2(Be)),Ae===null)){let Ut=de.processChunk(Be);Ut instanceof Promise?(ge=!0,Ut.then(_t=>{var jt;let fe=typeof _t=="string"?_t:(jt=_t==null?void 0:_t.text)!=null?jt:null;if(fe!==null){let ke=p;ke&&ke.id===R.id&&(ke.content=fe,ke.streaming=!1,O.delete(ke.id),at.delete(ke.id),f(ke))}})):Ae=typeof Ut=="string"?Ut:(Cn=Ut==null?void 0:Ut.text)!=null?Cn:null}if(!ge){Ae!==null&&Ae.trim()!==""?R.content=Ae:at.has(R.id)||(R.content=it(Lt));let Ut=O.get(R.id);if(Ut){let _t=(Ja=Ut.close)==null?void 0:Ja.call(Ut);_t instanceof Promise&&_t.catch(()=>{}),O.delete(R.id)}at.delete(R.id),R.streaming=!1,f(R)}}}}else if(Mt==="step_complete"){let $=k.stepType,H=k.executionType;if($==="tool"||H==="context")continue;let R=(Kt=k.result)==null?void 0:Kt.response,nt=x();if(R!=null){let Lt=O.get(nt.id),Yt=!1,Be=!1;if(Lt){let de=Lt.getExtractedText(),Ae=at.get(nt.id),ge=Ae!=null?Ae:it(R);if(nt.rawContent=ge,de!==null&&de.trim()!=="")nt.content=de,Yt=!0;else{let Ut=v2(ge);if(Ut!==null)nt.content=Ut,Yt=!0;else{let _t=Lt.processChunk(ge);if(_t instanceof Promise)Be=!0,_t.then(fe=>{var ke;let jt=typeof fe=="string"?fe:(ke=fe==null?void 0:fe.text)!=null?ke:null;if(jt!==null&&jt.trim()!==""){let qe=p;qe&&qe.id===nt.id&&(qe.content=jt,qe.streaming=!1,O.delete(qe.id),at.delete(qe.id),f(qe))}else{let qe=Lt.getExtractedText(),Xe=p;Xe&&Xe.id===nt.id&&(qe!==null&&qe.trim()!==""?Xe.content=qe:at.has(Xe.id)||(Xe.content=it(R)),Xe.streaming=!1,O.delete(Xe.id),at.delete(Xe.id),f(Xe))}});else{let fe=typeof _t=="string"?_t:(bn=_t==null?void 0:_t.text)!=null?bn:null;if(fe!==null&&fe.trim()!=="")nt.content=fe,Yt=!0;else{let jt=Lt.getExtractedText();jt!==null&&jt.trim()!==""&&(nt.content=jt,Yt=!0)}}}}}if(!Be){if(!nt.rawContent){let de=at.get(nt.id);nt.rawContent=de!=null?de:it(R)}if(!Yt&&!at.has(nt.id)&&(nt.content=it(R)),Lt){let de=(Sn=Lt.close)==null?void 0:Sn.call(Lt);de instanceof Promise&&de.catch(()=>{})}O.delete(nt.id),at.delete(nt.id),nt.streaming=!1,f(nt)}}else O.delete(nt.id),at.delete(nt.id),nt.streaming=!1,f(nt)}else if(Mt==="flow_complete"){let $=(da=k.result)==null?void 0:da.response;if($!=null){let H=x(),R=at.get(H.id),nt=R!=null?R:it($);H.rawContent=nt;let Lt=it($),Yt=O.get(H.id);if(Yt){let Ae=v2(nt);if(Ae!==null)Lt=Ae;else{let ge=Yt.processChunk(nt);ge instanceof Promise&&ge.then(_t=>{var jt;let fe=typeof _t=="string"?_t:(jt=_t==null?void 0:_t.text)!=null?jt:null;if(fe!==null){let ke=p;ke&&ke.id===H.id&&(ke.content=fe,ke.streaming=!1,f(ke))}});let Ut=Yt.getExtractedText();Ut!==null&&(Lt=Ut)}}O.delete(H.id),at.delete(H.id);let Be=Lt!==H.content,de=H.streaming!==!1;Be&&(H.content=Lt),H.streaming=!1,(Be||de)&&f(H)}else if(p!==null){let H=p;O.delete(H.id),at.delete(H.id),H.streaming!==!1&&(H.streaming=!1,f(H))}a({type:"status",status:"idle"})}else if(Mt==="agent_start")z={executionId:k.executionId,agentId:(t2=k.agentId)!=null?t2:"virtual",agentName:(e2=k.agentName)!=null?e2:"",status:"running",currentIteration:0,maxIterations:(An=k.maxIterations)!=null?An:1,startedAt:q(k.startedAt)};else if(Mt==="agent_iteration_start"){if(z&&(z.currentIteration=k.iteration),wt==="separate"&&k.iteration>1){let $=p;$&&($.streaming=!1,f($),rt.set(k.iteration-1,$),p=null)}}else if(Mt!=="agent_turn_start"){if(Mt==="agent_turn_delta"){if(k.contentType==="text"){let $=x();$.content+=(Ta=k.delta)!=null?Ta:"",$.agentMetadata={executionId:k.executionId,iteration:k.iteration,turnId:k.turnId,agentName:z==null?void 0:z.agentName},f($)}else if(k.contentType==="thinking"){let $=(ia=k.turnId)!=null?ia:`agent-think-${k.iteration}`,H=B($);H.reasoning=(a2=H.reasoning)!=null?a2:{id:$,status:"streaming",chunks:[]},H.reasoning.chunks.push((r2=k.delta)!=null?r2:""),H.agentMetadata={executionId:k.executionId,iteration:k.iteration,turnId:k.turnId},f(H)}else if(k.contentType==="tool_input"){let $=(o2=k.toolCallId)!=null?o2:b.lastId;if($){let H=C.get($);H!=null&&H.toolCall&&(H.toolCall.chunks=(YS=H.toolCall.chunks)!=null?YS:[],H.toolCall.chunks.push((Pa=k.delta)!=null?Pa:""),f(H))}}}else if(Mt==="agent_turn_complete"){let $=k.turnId;if($){let H=w.get($);if(H!=null&&H.reasoning){H.reasoning.status="complete",H.reasoning.completedAt=q(k.completedAt);let R=(Ea=H.reasoning.startedAt)!=null?Ea:Date.now();H.reasoning.durationMs=Math.max(0,((se=H.reasoning.completedAt)!=null?se:Date.now())-R),H.streaming=!1,f(H)}}}else if(Mt==="agent_tool_start"){let $=(Ka=k.toolCallId)!=null?Ka:`agent-tool-${c()}`;P(h(k),$);let H=D($),R=(kn=H.toolCall)!=null?kn:{id:$,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};R.name=(Hn=k.toolName)!=null?Hn:R.name,R.status="running",k.parameters!==void 0&&(R.args=k.parameters),R.startedAt=q((Ln=k.startedAt)!=null?Ln:k.timestamp),H.toolCall=R,H.streaming=!0,H.agentMetadata={executionId:k.executionId,iteration:k.iteration},f(H)}else if(Mt==="agent_tool_delta"){let $=(Tn=k.toolCallId)!=null?Tn:b.lastId;if($){let H=(We=C.get($))!=null?We:D($);H.toolCall&&(H.toolCall.chunks=(_e=H.toolCall.chunks)!=null?_e:[],H.toolCall.chunks.push((pa=k.delta)!=null?pa:""),H.toolCall.status="running",H.streaming=!0,f(H))}}else if(Mt==="agent_tool_complete"){let $=(ea=k.toolCallId)!=null?ea:b.lastId;if($){let H=(Pn=C.get($))!=null?Pn:D($);if(H.toolCall){H.toolCall.status="complete",k.result!==void 0&&(H.toolCall.result=k.result),typeof k.executionTime=="number"&&(H.toolCall.durationMs=k.executionTime),H.toolCall.completedAt=q((Ba=k.completedAt)!=null?Ba:k.timestamp),H.streaming=!1,f(H);let R=h(k);R&&b.byCall.delete(R)}}}else if(Mt!=="agent_iteration_complete")if(Mt==="agent_reflection"||Mt==="agent_reflect"){let $=`agent-reflection-${k.executionId}-${k.iteration}`,H={id:$,role:"assistant",content:(Je=k.reflection)!=null?Je:"",createdAt:new Date().toISOString(),streaming:!1,variant:"reasoning",sequence:c(),reasoning:{id:$,status:"complete",chunks:[(s2=k.reflection)!=null?s2:""]},agentMetadata:{executionId:k.executionId,iteration:k.iteration}};f(H)}else if(Mt==="agent_complete"){z&&(z.status=k.success?"complete":"error",z.completedAt=q(k.completedAt),z.stopReason=k.stopReason);let $=p;$&&($.streaming=!1,f($)),a({type:"status",status:"idle"})}else if(Mt==="agent_error"){let $=typeof k.error=="string"?k.error:(n2=(Ya=k.error)==null?void 0:Ya.message)!=null?n2:"Agent execution error";k.recoverable?typeof console!="undefined"&&console.warn("[AgentWidget] Recoverable agent error:",$):a({type:"error",error:new Error($)})}else Mt==="agent_ping"||Mt==="error"&&k.error&&a({type:"error",error:k.error instanceof Error?k.error:new Error(String(k.error))})}}}}};function iL(){let r=Date.now().toString(36),e=Math.random().toString(36).substring(2,10);return`msg_${r}_${e}`}function er(){let r=Date.now().toString(36),e=Math.random().toString(36).substring(2,10);return`usr_${r}_${e}`}function qa(){let r=Date.now().toString(36),e=Math.random().toString(36).substring(2,10);return`ast_${r}_${e}`}var S2="[Image]";function pL(r){return typeof r=="string"?[{type:"text",text:r}]:r}function cL(r){return typeof r=="string"?r:r.filter(e=>e.type==="text").map(e=>e.text).join("")}function hL(r){return typeof r=="string"?!1:r.some(e=>e.type==="image")}function fL(r){return typeof r=="string"?[]:r.filter(e=>e.type==="image")}function A2(r){return{type:"text",text:r}}function uL(r,e){return{type:"image",image:r,...(e==null?void 0:e.mimeType)&&{mimeType:e.mimeType},...(e==null?void 0:e.alt)&&{alt:e.alt}}}async function mL(r){return new Promise((e,a)=>{let t=new FileReader;t.onload=()=>{let s=t.result;e({type:"image",image:s,mimeType:r.type,alt:r.name})},t.onerror=()=>a(new Error("Failed to read file")),t.readAsDataURL(r)})}function xL(r,e=["image/png","image/jpeg","image/gif","image/webp"],a=10*1024*1024){return e.includes(r.type)?r.size>a?{valid:!1,error:`File too large. Maximum size: ${Math.round(a/1048576)}MB`}:{valid:!0}:{valid:!1,error:`Invalid file type. Accepted types: ${e.join(", ")}`}}var gL=["image/png","image/jpeg","image/gif","image/webp","image/svg+xml","image/bmp"],JT=["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"],va=[...gL,...JT];function KT(r){return gL.includes(r)||r.startsWith("image/")}function k2(r){return KT(r.type)}async function ML(r){return new Promise((e,a)=>{let t=new FileReader;t.onload=()=>{let s=t.result;k2(r)?e({type:"image",image:s,mimeType:r.type,alt:r.name}):e({type:"file",data:s,mimeType:r.type,filename:r.name})},t.onerror=()=>a(new Error("Failed to read file")),t.readAsDataURL(r)})}function vL(r,e=va,a=10*1024*1024){return e.includes(r.type)?r.size>a?{valid:!1,error:`File too large. Maximum size: ${Math.round(a/1048576)}MB`}:{valid:!0}:{valid:!1,error:`Invalid file type "${r.type}". Accepted types: ${e.join(", ")}`}}function YT(r){let e=r.split(".");return e.length>1?e.pop().toLowerCase():""}function yL(r,e){let a=YT(e).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]||a||"FILE"}var ar=class{constructor(e={},a){this.config=e;this.callbacks=a;this.status="idle";this.streaming=!1;this.abortController=null;this.sequenceCounter=Date.now();this.clientSession=null;this.agentExecution=null;this.handleEvent=e=>{var a,t,s,o,n,l,i;e.type==="message"?(this.upsertMessage(e.message),(a=e.message.agentMetadata)!=null&&a.executionId&&(this.agentExecution?e.message.agentMetadata.iteration!==void 0&&(this.agentExecution.currentIteration=e.message.agentMetadata.iteration):this.agentExecution={executionId:e.message.agentMetadata.executionId,agentId:"",agentName:(t=e.message.agentMetadata.agentName)!=null?t:"",status:"running",currentIteration:(s=e.message.agentMetadata.iteration)!=null?s:0,maxIterations:0})):e.type==="status"?(this.setStatus(e.status),e.status==="connecting"?this.setStreaming(!0):(e.status==="idle"||e.status==="error")&&(this.setStreaming(!1),this.abortController=null,((o=this.agentExecution)==null?void 0:o.status)==="running"&&(this.agentExecution.status=e.status==="error"?"error":"complete"))):e.type==="error"&&(this.setStatus("error"),this.setStreaming(!1),this.abortController=null,((n=this.agentExecution)==null?void 0:n.status)==="running"&&(this.agentExecution.status="error"),(i=(l=this.callbacks).onError)==null||i.call(l,e.error))};var t;this.messages=[...(t=e.initialMessages)!=null?t:[]].map(s=>{var o;return{...s,sequence:(o=s.sequence)!=null?o:this.nextSequence()}}),this.messages=this.sortMessages(this.messages),this.client=new za(e),this.messages.length&&this.callbacks.onMessagesChanged([...this.messages]),this.callbacks.onStatusChanged(this.status)}setSSEEventCallback(e){this.client.setSSEEventCallback(e)}isClientTokenMode(){return this.client.isClientTokenMode()}isAgentMode(){return this.client.isAgentMode()}getAgentExecution(){return this.agentExecution}isAgentExecuting(){var e;return((e=this.agentExecution)==null?void 0:e.status)==="running"}async initClientSession(){var e,a;if(!this.isClientTokenMode())return null;try{let t=await this.client.initSession();return this.setClientSession(t),t}catch(t){return(a=(e=this.callbacks).onError)==null||a.call(e,t instanceof Error?t:new Error(String(t))),null}}setClientSession(e){if(this.clientSession=e,e.config.welcomeMessage&&this.messages.length===0){let a={id:`welcome-${Date.now()}`,role:"assistant",content:e.config.welcomeMessage,createdAt:new Date().toISOString(),sequence:this.nextSequence()};this.appendMessage(a)}}getClientSession(){var e;return(e=this.clientSession)!=null?e:this.client.getClientSession()}isSessionValid(){let e=this.getClientSession();return e?new Date<e.expiresAt:!1}clearClientSession(){this.clientSession=null,this.client.clearClientSession()}getClient(){return this.client}async submitMessageFeedback(e,a){return this.client.submitMessageFeedback(e,a)}async submitCSATFeedback(e,a){return this.client.submitCSATFeedback(e,a)}async submitNPSFeedback(e,a){return this.client.submitNPSFeedback(e,a)}updateConfig(e){let a=this.client.getSSEEventCallback();this.config={...this.config,...e},this.client=new za(this.config),a&&this.client.setSSEEventCallback(a)}getMessages(){return[...this.messages]}getStatus(){return this.status}isStreaming(){return this.streaming}injectTestEvent(e){this.handleEvent(e)}injectMessage(e){let{role:a,content:t,llmContent:s,contentParts:o,id:n,createdAt:l,sequence:i,streaming:c=!1}=e,f={id:n!=null?n:a==="user"?er():a==="assistant"?qa():`system-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:a,content:t,createdAt:l!=null?l:new Date().toISOString(),sequence:i!=null?i:this.nextSequence(),streaming:c,...s!==void 0&&{llmContent:s},...o!==void 0&&{contentParts:o}};return this.upsertMessage(f),f}injectAssistantMessage(e){return this.injectMessage({...e,role:"assistant"})}injectUserMessage(e){return this.injectMessage({...e,role:"user"})}injectSystemMessage(e){return this.injectMessage({...e,role:"system"})}injectMessageBatch(e){let a=[];for(let t of e){let{role:s,content:o,llmContent:n,contentParts:l,id:i,createdAt:c,sequence:m,streaming:f=!1}=t,u={id:i!=null?i:s==="user"?er():s==="assistant"?qa():`system-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:s,content:o,createdAt:c!=null?c:new Date().toISOString(),sequence:m!=null?m:this.nextSequence(),streaming:f,...n!==void 0&&{llmContent:n},...l!==void 0&&{contentParts:l}};a.push(u)}return this.messages=this.sortMessages([...this.messages,...a]),this.callbacks.onMessagesChanged([...this.messages]),a}async sendMessage(e,a){var c,m,f,p,u;let t=e.trim();if(!t&&(!(a!=null&&a.contentParts)||a.contentParts.length===0))return;(c=this.abortController)==null||c.abort();let s=er(),o=qa(),n={id:s,role:"user",content:t||S2,createdAt:new Date().toISOString(),sequence:this.nextSequence(),viaVoice:(a==null?void 0:a.viaVoice)||!1,...(a==null?void 0:a.contentParts)&&a.contentParts.length>0&&{contentParts:a.contentParts}};this.appendMessage(n),this.setStreaming(!0);let l=new AbortController;this.abortController=l;let i=[...this.messages];try{await this.client.dispatch({messages:i,signal:l.signal,assistantMessageId:o},this.handleEvent)}catch(w){let C=w instanceof Error&&(w.name==="AbortError"||w.message.includes("aborted")||w.message.includes("abort"));if(!C){let A={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(A)}this.setStatus("idle"),this.setStreaming(!1),this.abortController=null,C||(w instanceof Error?(f=(m=this.callbacks).onError)==null||f.call(m,w):(u=(p=this.callbacks).onError)==null||u.call(p,new Error(String(w))))}}async continueConversation(){var s,o,n,l,i;if(this.streaming)return;(s=this.abortController)==null||s.abort();let e=qa();this.setStreaming(!0);let a=new AbortController;this.abortController=a;let t=[...this.messages];try{await this.client.dispatch({messages:t,signal:a.signal,assistantMessageId:e},this.handleEvent)}catch(c){let m={id:e,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(m),this.setStatus("idle"),this.setStreaming(!1),this.abortController=null,c instanceof Error?(n=(o=this.callbacks).onError)==null||n.call(o,c):(i=(l=this.callbacks).onError)==null||i.call(l,new Error(String(c)))}}cancel(){var e;(e=this.abortController)==null||e.abort(),this.abortController=null,this.setStreaming(!1),this.setStatus("idle")}clearMessages(){var e;(e=this.abortController)==null||e.abort(),this.abortController=null,this.messages=[],this.agentExecution=null,this.setStreaming(!1),this.setStatus("idle"),this.callbacks.onMessagesChanged([...this.messages])}hydrateMessages(e){var a;(a=this.abortController)==null||a.abort(),this.abortController=null,this.messages=this.sortMessages(e.map(t=>{var s;return{...t,streaming:!1,sequence:(s=t.sequence)!=null?s:this.nextSequence()}})),this.setStreaming(!1),this.setStatus("idle"),this.callbacks.onMessagesChanged([...this.messages])}setStatus(e){this.status!==e&&(this.status=e,this.callbacks.onStatusChanged(e))}setStreaming(e){this.streaming!==e&&(this.streaming=e,this.callbacks.onStreamingChanged(e))}appendMessage(e){let a=this.ensureSequence(e);this.messages=this.sortMessages([...this.messages,a]),this.callbacks.onMessagesChanged([...this.messages])}upsertMessage(e){let a=this.ensureSequence(e),t=this.messages.findIndex(s=>s.id===a.id);if(t===-1){this.appendMessage(a);return}this.messages=this.messages.map((s,o)=>o===t?{...s,...a}:s),this.messages=this.sortMessages(this.messages),this.callbacks.onMessagesChanged([...this.messages])}ensureSequence(e){return e.sequence!==void 0?{...e}:{...e,sequence:this.nextSequence()}}nextSequence(){return this.sequenceCounter++}sortMessages(e){return[...e].sort((a,t)=>{var i,c;let s=new Date(a.createdAt).getTime(),o=new Date(t.createdAt).getTime();if(!Number.isNaN(s)&&!Number.isNaN(o)&&s!==o)return s-o;let n=(i=a.sequence)!=null?i:0,l=(c=t.sequence)!=null?c:0;return n!==l?n-l:a.id.localeCompare(t.id)})}};var v=(r,e)=>{let a=document.createElement(r);return e&&(a.className=e),a};var xA={};tA(xA,{AArrowDown:()=>T2,AArrowUp:()=>P2,ALargeSmall:()=>E2,Accessibility:()=>B2,Activity:()=>R2,ActivitySquare:()=>U1,AirVent:()=>V2,Airplay:()=>F2,AlarmCheck:()=>rr,AlarmClock:()=>D2,AlarmClockCheck:()=>rr,AlarmClockMinus:()=>or,AlarmClockOff:()=>I2,AlarmClockPlus:()=>sr,AlarmMinus:()=>or,AlarmPlus:()=>sr,AlarmSmoke:()=>W2,Album:()=>O2,AlertCircle:()=>Vr,AlertOctagon:()=>M1,AlertTriangle:()=>Js,AlignCenter:()=>Ns,AlignCenterHorizontal:()=>z2,AlignCenterVertical:()=>q2,AlignEndHorizontal:()=>N2,AlignEndVertical:()=>U2,AlignHorizontalDistributeCenter:()=>$2,AlignHorizontalDistributeEnd:()=>_2,AlignHorizontalDistributeStart:()=>j2,AlignHorizontalJustifyCenter:()=>G2,AlignHorizontalJustifyEnd:()=>Z2,AlignHorizontalJustifyStart:()=>X2,AlignHorizontalSpaceAround:()=>J2,AlignHorizontalSpaceBetween:()=>K2,AlignJustify:()=>$s,AlignLeft:()=>Ha,AlignRight:()=>Us,AlignStartHorizontal:()=>Y2,AlignStartVertical:()=>Q2,AlignVerticalDistributeCenter:()=>tl,AlignVerticalDistributeEnd:()=>el,AlignVerticalDistributeStart:()=>al,AlignVerticalJustifyCenter:()=>rl,AlignVerticalJustifyEnd:()=>ol,AlignVerticalJustifyStart:()=>sl,AlignVerticalSpaceAround:()=>nl,AlignVerticalSpaceBetween:()=>ll,Ambulance:()=>dl,Ampersand:()=>il,Ampersands:()=>pl,Amphora:()=>cl,Anchor:()=>hl,Angry:()=>fl,Annoyed:()=>ul,Antenna:()=>ml,Anvil:()=>xl,Aperture:()=>gl,AppWindow:()=>vl,AppWindowMac:()=>Ml,Apple:()=>yl,Archive:()=>bl,ArchiveRestore:()=>wl,ArchiveX:()=>Cl,AreaChart:()=>yr,Armchair:()=>Sl,ArrowBigDown:()=>kl,ArrowBigDownDash:()=>Al,ArrowBigLeft:()=>Ll,ArrowBigLeftDash:()=>Hl,ArrowBigRight:()=>Pl,ArrowBigRightDash:()=>Tl,ArrowBigUp:()=>Bl,ArrowBigUpDash:()=>El,ArrowDown:()=>Nl,ArrowDown01:()=>Rl,ArrowDown10:()=>Vl,ArrowDownAZ:()=>nr,ArrowDownAz:()=>nr,ArrowDownCircle:()=>Fr,ArrowDownFromLine:()=>Fl,ArrowDownLeft:()=>Il,ArrowDownLeftFromCircle:()=>Dr,ArrowDownLeftFromSquare:()=>Z1,ArrowDownLeftSquare:()=>$1,ArrowDownNarrowWide:()=>Dl,ArrowDownRight:()=>Wl,ArrowDownRightFromCircle:()=>Wr,ArrowDownRightFromSquare:()=>X1,ArrowDownRightSquare:()=>_1,ArrowDownSquare:()=>j1,ArrowDownToDot:()=>Ol,ArrowDownToLine:()=>zl,ArrowDownUp:()=>ql,ArrowDownWideNarrow:()=>lr,ArrowDownZA:()=>dr,ArrowDownZa:()=>dr,ArrowLeft:()=>jl,ArrowLeftCircle:()=>Ir,ArrowLeftFromLine:()=>Ul,ArrowLeftRight:()=>$l,ArrowLeftSquare:()=>G1,ArrowLeftToLine:()=>_l,ArrowRight:()=>Jl,ArrowRightCircle:()=>qr,ArrowRightFromLine:()=>Gl,ArrowRightLeft:()=>Zl,ArrowRightSquare:()=>Y1,ArrowRightToLine:()=>Xl,ArrowUp:()=>nd,ArrowUp01:()=>Kl,ArrowUp10:()=>Yl,ArrowUpAZ:()=>ir,ArrowUpAz:()=>ir,ArrowUpCircle:()=>Nr,ArrowUpDown:()=>Ql,ArrowUpFromDot:()=>td,ArrowUpFromLine:()=>ed,ArrowUpLeft:()=>ad,ArrowUpLeftFromCircle:()=>Or,ArrowUpLeftFromSquare:()=>J1,ArrowUpLeftSquare:()=>Q1,ArrowUpNarrowWide:()=>pr,ArrowUpRight:()=>rd,ArrowUpRightFromCircle:()=>zr,ArrowUpRightFromSquare:()=>K1,ArrowUpRightSquare:()=>ts,ArrowUpSquare:()=>es,ArrowUpToLine:()=>od,ArrowUpWideNarrow:()=>sd,ArrowUpZA:()=>cr,ArrowUpZa:()=>cr,ArrowsUpFromLine:()=>ld,Asterisk:()=>dd,AsteriskSquare:()=>as,AtSign:()=>id,Atom:()=>pd,AudioLines:()=>cd,AudioWaveform:()=>hd,Award:()=>fd,Axe:()=>ud,Axis3D:()=>hr,Axis3d:()=>hr,Baby:()=>md,Backpack:()=>xd,Badge:()=>Bd,BadgeAlert:()=>gd,BadgeCent:()=>Md,BadgeCheck:()=>fr,BadgeDollarSign:()=>vd,BadgeEuro:()=>yd,BadgeHelp:()=>ur,BadgeIndianRupee:()=>wd,BadgeInfo:()=>Cd,BadgeJapaneseYen:()=>bd,BadgeMinus:()=>Sd,BadgePercent:()=>Ad,BadgePlus:()=>kd,BadgePoundSterling:()=>Hd,BadgeQuestionMark:()=>ur,BadgeRussianRuble:()=>Ld,BadgeSwissFranc:()=>Td,BadgeTurkishLira:()=>Pd,BadgeX:()=>Ed,BaggageClaim:()=>Rd,Ban:()=>Vd,Banana:()=>Fd,Bandage:()=>Id,Banknote:()=>zd,BanknoteArrowDown:()=>Dd,BanknoteArrowUp:()=>Wd,BanknoteX:()=>Od,BarChart:()=>Lr,BarChart2:()=>Tr,BarChart3:()=>kr,BarChart4:()=>Ar,BarChartBig:()=>Sr,BarChartHorizontal:()=>Cr,BarChartHorizontalBig:()=>wr,Barcode:()=>qd,Barrel:()=>Nd,Baseline:()=>Ud,Bath:()=>$d,Battery:()=>Kd,BatteryCharging:()=>_d,BatteryFull:()=>jd,BatteryLow:()=>Gd,BatteryMedium:()=>Zd,BatteryPlus:()=>Xd,BatteryWarning:()=>Jd,Beaker:()=>Yd,Bean:()=>t0,BeanOff:()=>Qd,Bed:()=>r0,BedDouble:()=>e0,BedSingle:()=>a0,Beef:()=>o0,Beer:()=>n0,BeerOff:()=>s0,Bell:()=>f0,BellDot:()=>l0,BellElectric:()=>d0,BellMinus:()=>i0,BellOff:()=>p0,BellPlus:()=>c0,BellRing:()=>h0,BetweenHorizonalEnd:()=>mr,BetweenHorizonalStart:()=>xr,BetweenHorizontalEnd:()=>mr,BetweenHorizontalStart:()=>xr,BetweenVerticalEnd:()=>u0,BetweenVerticalStart:()=>m0,BicepsFlexed:()=>x0,Bike:()=>g0,Binary:()=>M0,Binoculars:()=>v0,Biohazard:()=>w0,Bird:()=>y0,Birdhouse:()=>C0,Bitcoin:()=>b0,Blend:()=>S0,Blinds:()=>A0,Blocks:()=>k0,Bluetooth:()=>P0,BluetoothConnected:()=>H0,BluetoothOff:()=>L0,BluetoothSearching:()=>T0,Bold:()=>E0,Bolt:()=>B0,Bomb:()=>R0,Bone:()=>V0,Book:()=>oi,BookA:()=>F0,BookAlert:()=>I0,BookAudio:()=>D0,BookCheck:()=>W0,BookCopy:()=>O0,BookDashed:()=>gr,BookDown:()=>z0,BookHeadphones:()=>q0,BookHeart:()=>N0,BookImage:()=>U0,BookKey:()=>$0,BookLock:()=>_0,BookMarked:()=>j0,BookMinus:()=>G0,BookOpen:()=>J0,BookOpenCheck:()=>Z0,BookOpenText:()=>X0,BookPlus:()=>K0,BookTemplate:()=>gr,BookText:()=>Y0,BookType:()=>Q0,BookUp:()=>ei,BookUp2:()=>ti,BookUser:()=>ai,BookX:()=>ri,Bookmark:()=>ii,BookmarkCheck:()=>si,BookmarkMinus:()=>ni,BookmarkPlus:()=>li,BookmarkX:()=>di,BoomBox:()=>pi,Bot:()=>fi,BotMessageSquare:()=>ci,BotOff:()=>hi,BottleWine:()=>ui,BowArrow:()=>mi,Box:()=>xi,BoxSelect:()=>fs,Boxes:()=>gi,Braces:()=>Mr,Brackets:()=>Mi,Brain:()=>wi,BrainCircuit:()=>vi,BrainCog:()=>yi,BrickWall:()=>Si,BrickWallFire:()=>Ci,BrickWallShield:()=>bi,Briefcase:()=>Li,BriefcaseBusiness:()=>Ai,BriefcaseConveyorBelt:()=>ki,BriefcaseMedical:()=>Hi,BringToFront:()=>Ti,Brush:()=>Ei,BrushCleaning:()=>Pi,Bubbles:()=>Bi,Bug:()=>Fi,BugOff:()=>Ri,BugPlay:()=>Vi,Building:()=>Di,Building2:()=>Ii,Bus:()=>Oi,BusFront:()=>Wi,Cable:()=>qi,CableCar:()=>zi,Cake:()=>Ui,CakeSlice:()=>Ni,Calculator:()=>$i,Calendar:()=>cp,Calendar1:()=>_i,CalendarArrowDown:()=>ji,CalendarArrowUp:()=>Gi,CalendarCheck:()=>Xi,CalendarCheck2:()=>Zi,CalendarClock:()=>Ji,CalendarCog:()=>Ki,CalendarDays:()=>Yi,CalendarFold:()=>Qi,CalendarHeart:()=>tp,CalendarMinus:()=>ap,CalendarMinus2:()=>ep,CalendarOff:()=>rp,CalendarPlus:()=>sp,CalendarPlus2:()=>op,CalendarRange:()=>np,CalendarSearch:()=>lp,CalendarSync:()=>dp,CalendarX:()=>pp,CalendarX2:()=>ip,Camera:()=>fp,CameraOff:()=>hp,CandlestickChart:()=>br,Candy:()=>xp,CandyCane:()=>up,CandyOff:()=>mp,Cannabis:()=>gp,Captions:()=>vr,CaptionsOff:()=>Mp,Car:()=>wp,CarFront:()=>vp,CarTaxiFront:()=>yp,Caravan:()=>Cp,CardSim:()=>bp,Carrot:()=>Sp,CaseLower:()=>Ap,CaseSensitive:()=>kp,CaseUpper:()=>Hp,CassetteTape:()=>Lp,Cast:()=>Tp,Castle:()=>Pp,Cat:()=>Ep,Cctv:()=>Bp,ChartArea:()=>yr,ChartBar:()=>Cr,ChartBarBig:()=>wr,ChartBarDecreasing:()=>Rp,ChartBarIncreasing:()=>Vp,ChartBarStacked:()=>Fp,ChartCandlestick:()=>br,ChartColumn:()=>kr,ChartColumnBig:()=>Sr,ChartColumnDecreasing:()=>Ip,ChartColumnIncreasing:()=>Ar,ChartColumnStacked:()=>Dp,ChartGantt:()=>Wp,ChartLine:()=>Hr,ChartNetwork:()=>Op,ChartNoAxesColumn:()=>Tr,ChartNoAxesColumnDecreasing:()=>zp,ChartNoAxesColumnIncreasing:()=>Lr,ChartNoAxesCombined:()=>qp,ChartNoAxesGantt:()=>Pr,ChartPie:()=>Er,ChartScatter:()=>Br,ChartSpline:()=>Np,Check:()=>_p,CheckCheck:()=>Up,CheckCircle:()=>Ur,CheckCircle2:()=>$r,CheckLine:()=>$p,CheckSquare:()=>os,CheckSquare2:()=>ss,ChefHat:()=>jp,Cherry:()=>Gp,ChevronDown:()=>Zp,ChevronDownCircle:()=>_r,ChevronDownSquare:()=>ns,ChevronFirst:()=>Xp,ChevronLast:()=>Jp,ChevronLeft:()=>Kp,ChevronLeftCircle:()=>jr,ChevronLeftSquare:()=>ls,ChevronRight:()=>Yp,ChevronRightCircle:()=>Gr,ChevronRightSquare:()=>ds,ChevronUp:()=>Qp,ChevronUpCircle:()=>Zr,ChevronUpSquare:()=>is,ChevronsDown:()=>ec,ChevronsDownUp:()=>tc,ChevronsLeft:()=>oc,ChevronsLeftRight:()=>rc,ChevronsLeftRightEllipsis:()=>ac,ChevronsRight:()=>nc,ChevronsRightLeft:()=>sc,ChevronsUp:()=>dc,ChevronsUpDown:()=>lc,Chrome:()=>Rr,Chromium:()=>Rr,Church:()=>ic,Cigarette:()=>cc,CigaretteOff:()=>pc,Circle:()=>Ac,CircleAlert:()=>Vr,CircleArrowDown:()=>Fr,CircleArrowLeft:()=>Ir,CircleArrowOutDownLeft:()=>Dr,CircleArrowOutDownRight:()=>Wr,CircleArrowOutUpLeft:()=>Or,CircleArrowOutUpRight:()=>zr,CircleArrowRight:()=>qr,CircleArrowUp:()=>Nr,CircleCheck:()=>$r,CircleCheckBig:()=>Ur,CircleChevronDown:()=>_r,CircleChevronLeft:()=>jr,CircleChevronRight:()=>Gr,CircleChevronUp:()=>Zr,CircleDashed:()=>hc,CircleDivide:()=>Xr,CircleDollarSign:()=>fc,CircleDot:()=>mc,CircleDotDashed:()=>uc,CircleEllipsis:()=>xc,CircleEqual:()=>gc,CircleFadingArrowUp:()=>Mc,CircleFadingPlus:()=>vc,CircleGauge:()=>Jr,CircleHelp:()=>ya,CircleMinus:()=>Kr,CircleOff:()=>yc,CircleParking:()=>Qr,CircleParkingOff:()=>Yr,CirclePause:()=>to,CirclePercent:()=>eo,CirclePlay:()=>ao,CirclePlus:()=>ro,CirclePoundSterling:()=>wc,CirclePower:()=>oo,CircleQuestionMark:()=>ya,CircleSlash:()=>Cc,CircleSlash2:()=>so,CircleSlashed:()=>so,CircleSmall:()=>bc,CircleStar:()=>Sc,CircleStop:()=>no,CircleUser:()=>io,CircleUserRound:()=>lo,CircleX:()=>po,CircuitBoard:()=>kc,Citrus:()=>Hc,Clapperboard:()=>Lc,Clipboard:()=>Wc,ClipboardCheck:()=>Tc,ClipboardClock:()=>Pc,ClipboardCopy:()=>Ec,ClipboardEdit:()=>ho,ClipboardList:()=>Bc,ClipboardMinus:()=>Rc,ClipboardPaste:()=>Vc,ClipboardPen:()=>ho,ClipboardPenLine:()=>co,ClipboardPlus:()=>Fc,ClipboardSignature:()=>co,ClipboardType:()=>Ic,ClipboardX:()=>Dc,Clock:()=>rh,Clock1:()=>Oc,Clock10:()=>zc,Clock11:()=>qc,Clock12:()=>Nc,Clock2:()=>Uc,Clock3:()=>$c,Clock4:()=>_c,Clock5:()=>jc,Clock6:()=>Gc,Clock7:()=>Zc,Clock8:()=>Xc,Clock9:()=>Jc,ClockAlert:()=>Kc,ClockArrowDown:()=>Yc,ClockArrowUp:()=>Qc,ClockCheck:()=>th,ClockFading:()=>eh,ClockPlus:()=>ah,ClosedCaption:()=>oh,Cloud:()=>yh,CloudAlert:()=>sh,CloudCheck:()=>nh,CloudCog:()=>lh,CloudDownload:()=>fo,CloudDrizzle:()=>dh,CloudFog:()=>ih,CloudHail:()=>ph,CloudLightning:()=>ch,CloudMoon:()=>fh,CloudMoonRain:()=>hh,CloudOff:()=>uh,CloudRain:()=>xh,CloudRainWind:()=>mh,CloudSnow:()=>gh,CloudSun:()=>vh,CloudSunRain:()=>Mh,CloudUpload:()=>uo,Cloudy:()=>wh,Clover:()=>Ch,Club:()=>bh,Code:()=>Sh,Code2:()=>mo,CodeSquare:()=>ps,CodeXml:()=>mo,Codepen:()=>Ah,Codesandbox:()=>kh,Coffee:()=>Hh,Cog:()=>Lh,Coins:()=>Th,Columns:()=>xo,Columns2:()=>xo,Columns3:()=>go,Columns3Cog:()=>wa,Columns4:()=>Ph,ColumnsSettings:()=>wa,Combine:()=>Eh,Command:()=>Bh,Compass:()=>Rh,Component:()=>Vh,Computer:()=>Fh,ConciergeBell:()=>Ih,Cone:()=>Dh,Construction:()=>Wh,Contact:()=>Oh,Contact2:()=>Mo,ContactRound:()=>Mo,Container:()=>zh,Contrast:()=>qh,Cookie:()=>Nh,CookingPot:()=>Uh,Copy:()=>Xh,CopyCheck:()=>$h,CopyMinus:()=>_h,CopyPlus:()=>jh,CopySlash:()=>Gh,CopyX:()=>Zh,Copyleft:()=>Jh,Copyright:()=>Kh,CornerDownLeft:()=>Yh,CornerDownRight:()=>Qh,CornerLeftDown:()=>tf,CornerLeftUp:()=>ef,CornerRightDown:()=>af,CornerRightUp:()=>rf,CornerUpLeft:()=>of,CornerUpRight:()=>sf,Cpu:()=>nf,CreativeCommons:()=>lf,CreditCard:()=>df,Croissant:()=>pf,Crop:()=>cf,Cross:()=>hf,Crosshair:()=>ff,Crown:()=>uf,Cuboid:()=>mf,CupSoda:()=>xf,CurlyBraces:()=>Mr,Currency:()=>gf,Cylinder:()=>Mf,Dam:()=>vf,Database:()=>Cf,DatabaseBackup:()=>yf,DatabaseZap:()=>wf,DecimalsArrowLeft:()=>bf,DecimalsArrowRight:()=>Sf,Delete:()=>Af,Dessert:()=>kf,Diameter:()=>Hf,Diamond:()=>Pf,DiamondMinus:()=>Lf,DiamondPercent:()=>vo,DiamondPlus:()=>Tf,Dice1:()=>Ef,Dice2:()=>Bf,Dice3:()=>Rf,Dice4:()=>Vf,Dice5:()=>Ff,Dice6:()=>If,Dices:()=>Df,Diff:()=>Wf,Disc:()=>Nf,Disc2:()=>Of,Disc3:()=>zf,DiscAlbum:()=>qf,Divide:()=>Uf,DivideCircle:()=>Xr,DivideSquare:()=>us,Dna:()=>_f,DnaOff:()=>$f,Dock:()=>jf,Dog:()=>Gf,DollarSign:()=>Zf,Donut:()=>Xf,DoorClosed:()=>Kf,DoorClosedLocked:()=>Jf,DoorOpen:()=>Yf,Dot:()=>Qf,DotSquare:()=>ms,Download:()=>tu,DownloadCloud:()=>fo,DraftingCompass:()=>eu,Drama:()=>au,Dribbble:()=>ru,Drill:()=>ou,Drone:()=>su,Droplet:()=>lu,DropletOff:()=>nu,Droplets:()=>du,Drum:()=>iu,Drumstick:()=>pu,Dumbbell:()=>cu,Ear:()=>fu,EarOff:()=>hu,Earth:()=>yo,EarthLock:()=>uu,Eclipse:()=>mu,Edit:()=>oa,Edit2:()=>E1,Edit3:()=>P1,Egg:()=>Mu,EggFried:()=>xu,EggOff:()=>gu,Ellipsis:()=>Co,EllipsisVertical:()=>wo,Equal:()=>wu,EqualApproximately:()=>vu,EqualNot:()=>yu,EqualSquare:()=>xs,Eraser:()=>Cu,EthernetPort:()=>bu,Euro:()=>Su,EvCharger:()=>Au,Expand:()=>ku,ExternalLink:()=>Hu,Eye:()=>Pu,EyeClosed:()=>Lu,EyeOff:()=>Tu,Facebook:()=>Eu,Factory:()=>Bu,Fan:()=>Ru,FastForward:()=>Vu,Feather:()=>Fu,Fence:()=>Iu,FerrisWheel:()=>Du,Figma:()=>Wu,File:()=>fm,FileArchive:()=>Ou,FileAudio:()=>Ca,FileAudio2:()=>Ca,FileAxis3D:()=>bo,FileAxis3d:()=>bo,FileBadge:()=>So,FileBadge2:()=>So,FileBarChart:()=>Ho,FileBarChart2:()=>Lo,FileBox:()=>zu,FileBraces:()=>ko,FileBracesCorner:()=>Ao,FileChartColumn:()=>Lo,FileChartColumnIncreasing:()=>Ho,FileChartLine:()=>To,FileChartPie:()=>Po,FileCheck:()=>qu,FileCheck2:()=>Eo,FileCheckCorner:()=>Eo,FileClock:()=>Nu,FileCode:()=>Uu,FileCode2:()=>Bo,FileCodeCorner:()=>Bo,FileCog:()=>Ro,FileCog2:()=>Ro,FileDiff:()=>$u,FileDigit:()=>_u,FileDown:()=>ju,FileEdit:()=>Oo,FileExclamationPoint:()=>Vo,FileHeadphone:()=>Ca,FileHeart:()=>Gu,FileImage:()=>Zu,FileInput:()=>Xu,FileJson:()=>ko,FileJson2:()=>Ao,FileKey:()=>Fo,FileKey2:()=>Fo,FileLineChart:()=>To,FileLock:()=>Io,FileLock2:()=>Io,FileMinus:()=>Ju,FileMinus2:()=>Do,FileMinusCorner:()=>Do,FileMusic:()=>Ku,FileOutput:()=>Yu,FilePen:()=>Oo,FilePenLine:()=>Wo,FilePieChart:()=>Po,FilePlay:()=>zo,FilePlus:()=>Qu,FilePlus2:()=>qo,FilePlusCorner:()=>qo,FileQuestion:()=>No,FileQuestionMark:()=>No,FileScan:()=>tm,FileSearch:()=>em,FileSearch2:()=>Uo,FileSearchCorner:()=>Uo,FileSignal:()=>$o,FileSignature:()=>Wo,FileSliders:()=>am,FileSpreadsheet:()=>rm,FileStack:()=>om,FileSymlink:()=>sm,FileTerminal:()=>nm,FileText:()=>lm,FileType:()=>dm,FileType2:()=>_o,FileTypeCorner:()=>_o,FileUp:()=>im,FileUser:()=>pm,FileVideo:()=>zo,FileVideo2:()=>jo,FileVideoCamera:()=>jo,FileVolume:()=>cm,FileVolume2:()=>$o,FileWarning:()=>Vo,FileX:()=>hm,FileX2:()=>Go,FileXCorner:()=>Go,Files:()=>um,Film:()=>mm,Filter:()=>Ko,FilterX:()=>Jo,Fingerprint:()=>xm,FireExtinguisher:()=>gm,Fish:()=>ym,FishOff:()=>Mm,FishSymbol:()=>vm,Flag:()=>Sm,FlagOff:()=>wm,FlagTriangleLeft:()=>Cm,FlagTriangleRight:()=>bm,Flame:()=>km,FlameKindling:()=>Am,Flashlight:()=>Lm,FlashlightOff:()=>Hm,FlaskConical:()=>Pm,FlaskConicalOff:()=>Tm,FlaskRound:()=>Em,FlipHorizontal:()=>Rm,FlipHorizontal2:()=>Bm,FlipVertical:()=>Fm,FlipVertical2:()=>Vm,Flower:()=>Dm,Flower2:()=>Im,Focus:()=>Wm,FoldHorizontal:()=>Om,FoldVertical:()=>zm,Folder:()=>ux,FolderArchive:()=>qm,FolderCheck:()=>Nm,FolderClock:()=>Um,FolderClosed:()=>$m,FolderCode:()=>_m,FolderCog:()=>Zo,FolderCog2:()=>Zo,FolderDot:()=>jm,FolderDown:()=>Gm,FolderEdit:()=>Xo,FolderGit:()=>Xm,FolderGit2:()=>Zm,FolderHeart:()=>Jm,FolderInput:()=>Km,FolderKanban:()=>Ym,FolderKey:()=>Qm,FolderLock:()=>tx,FolderMinus:()=>ex,FolderOpen:()=>rx,FolderOpenDot:()=>ax,FolderOutput:()=>ox,FolderPen:()=>Xo,FolderPlus:()=>sx,FolderRoot:()=>nx,FolderSearch:()=>dx,FolderSearch2:()=>lx,FolderSymlink:()=>ix,FolderSync:()=>px,FolderTree:()=>cx,FolderUp:()=>hx,FolderX:()=>fx,Folders:()=>mx,Footprints:()=>xx,ForkKnife:()=>ln,ForkKnifeCrossed:()=>nn,Forklift:()=>gx,FormInput:()=>R1,Forward:()=>Mx,Frame:()=>vx,Framer:()=>yx,Frown:()=>wx,Fuel:()=>Cx,Fullscreen:()=>bx,FunctionSquare:()=>gs,Funnel:()=>Ko,FunnelPlus:()=>Sx,FunnelX:()=>Jo,GalleryHorizontal:()=>kx,GalleryHorizontalEnd:()=>Ax,GalleryThumbnails:()=>Hx,GalleryVertical:()=>Tx,GalleryVerticalEnd:()=>Lx,Gamepad:()=>Bx,Gamepad2:()=>Px,GamepadDirectional:()=>Ex,GanttChart:()=>Pr,GanttChartSquare:()=>ka,Gauge:()=>Rx,GaugeCircle:()=>Jr,Gavel:()=>Vx,Gem:()=>Fx,GeorgianLari:()=>Ix,Ghost:()=>Dx,Gift:()=>Wx,GitBranch:()=>qx,GitBranchMinus:()=>Ox,GitBranchPlus:()=>zx,GitCommit:()=>Yo,GitCommitHorizontal:()=>Yo,GitCommitVertical:()=>Nx,GitCompare:()=>$x,GitCompareArrows:()=>Ux,GitFork:()=>_x,GitGraph:()=>jx,GitMerge:()=>Gx,GitPullRequest:()=>Qx,GitPullRequestArrow:()=>Zx,GitPullRequestClosed:()=>Xx,GitPullRequestCreate:()=>Kx,GitPullRequestCreateArrow:()=>Jx,GitPullRequestDraft:()=>Yx,Github:()=>t4,Gitlab:()=>e4,GlassWater:()=>a4,Glasses:()=>r4,Globe:()=>s4,Globe2:()=>yo,GlobeLock:()=>o4,Goal:()=>n4,Gpu:()=>l4,Grab:()=>r1,GraduationCap:()=>d4,Grape:()=>i4,Grid:()=>ba,Grid2X2:()=>a1,Grid2X2Check:()=>Qo,Grid2X2Plus:()=>t1,Grid2X2X:()=>e1,Grid2x2:()=>a1,Grid2x2Check:()=>Qo,Grid2x2Plus:()=>t1,Grid2x2X:()=>e1,Grid3X3:()=>ba,Grid3x2:()=>p4,Grid3x3:()=>ba,Grip:()=>f4,GripHorizontal:()=>c4,GripVertical:()=>h4,Group:()=>u4,Guitar:()=>m4,Ham:()=>x4,Hamburger:()=>g4,Hammer:()=>M4,Hand:()=>S4,HandCoins:()=>v4,HandFist:()=>y4,HandGrab:()=>r1,HandHeart:()=>w4,HandHelping:()=>o1,HandMetal:()=>C4,HandPlatter:()=>b4,Handbag:()=>A4,Handshake:()=>k4,HardDrive:()=>T4,HardDriveDownload:()=>H4,HardDriveUpload:()=>L4,HardHat:()=>P4,Hash:()=>E4,HatGlasses:()=>B4,Haze:()=>R4,HdmiPort:()=>V4,Heading:()=>q4,Heading1:()=>F4,Heading2:()=>I4,Heading3:()=>D4,Heading4:()=>W4,Heading5:()=>O4,Heading6:()=>z4,HeadphoneOff:()=>N4,Headphones:()=>U4,Headset:()=>$4,Heart:()=>K4,HeartCrack:()=>_4,HeartHandshake:()=>j4,HeartMinus:()=>G4,HeartOff:()=>Z4,HeartPlus:()=>X4,HeartPulse:()=>J4,Heater:()=>Y4,Helicopter:()=>Q4,HelpCircle:()=>ya,HelpingHand:()=>o1,Hexagon:()=>t5,Highlighter:()=>e5,History:()=>a5,Home:()=>s1,Hop:()=>o5,HopOff:()=>r5,Hospital:()=>s5,Hotel:()=>n5,Hourglass:()=>l5,House:()=>s1,HouseHeart:()=>d5,HousePlug:()=>i5,HousePlus:()=>p5,HouseWifi:()=>c5,IceCream:()=>l1,IceCream2:()=>n1,IceCreamBowl:()=>n1,IceCreamCone:()=>l1,IdCard:()=>f5,IdCardLanyard:()=>h5,Image:()=>w5,ImageDown:()=>m5,ImageMinus:()=>u5,ImageOff:()=>x5,ImagePlay:()=>g5,ImagePlus:()=>M5,ImageUp:()=>v5,ImageUpscale:()=>y5,Images:()=>C5,Import:()=>b5,Inbox:()=>S5,Indent:()=>Aa,IndentDecrease:()=>Sa,IndentIncrease:()=>Aa,IndianRupee:()=>A5,Infinity:()=>k5,Info:()=>H5,Inspect:()=>bs,InspectionPanel:()=>L5,Instagram:()=>T5,Italic:()=>P5,IterationCcw:()=>E5,IterationCw:()=>B5,JapaneseYen:()=>R5,Joystick:()=>V5,Kanban:()=>F5,KanbanSquare:()=>Ms,KanbanSquareDashed:()=>cs,Kayak:()=>I5,Key:()=>O5,KeyRound:()=>D5,KeySquare:()=>W5,Keyboard:()=>N5,KeyboardMusic:()=>z5,KeyboardOff:()=>q5,Lamp:()=>Z5,LampCeiling:()=>U5,LampDesk:()=>$5,LampFloor:()=>_5,LampWallDown:()=>j5,LampWallUp:()=>G5,LandPlot:()=>X5,Landmark:()=>J5,Languages:()=>K5,Laptop:()=>Q5,Laptop2:()=>d1,LaptopMinimal:()=>d1,LaptopMinimalCheck:()=>Y5,Lasso:()=>e3,LassoSelect:()=>t3,Laugh:()=>a3,Layers:()=>i1,Layers2:()=>r3,Layers3:()=>i1,Layout:()=>T1,LayoutDashboard:()=>o3,LayoutGrid:()=>s3,LayoutList:()=>n3,LayoutPanelLeft:()=>l3,LayoutPanelTop:()=>d3,LayoutTemplate:()=>i3,Leaf:()=>p3,LeafyGreen:()=>c3,Lectern:()=>h3,LetterText:()=>_s,Library:()=>u3,LibraryBig:()=>f3,LibrarySquare:()=>vs,LifeBuoy:()=>m3,Ligature:()=>x3,Lightbulb:()=>M3,LightbulbOff:()=>g3,LineChart:()=>Hr,LineSquiggle:()=>v3,Link:()=>C3,Link2:()=>w3,Link2Off:()=>y3,Linkedin:()=>b3,List:()=>N3,ListCheck:()=>S3,ListChecks:()=>A3,ListChevronsDownUp:()=>k3,ListChevronsUpDown:()=>H3,ListCollapse:()=>L3,ListEnd:()=>T3,ListFilter:()=>E3,ListFilterPlus:()=>P3,ListIndentDecrease:()=>Sa,ListIndentIncrease:()=>Aa,ListMinus:()=>B3,ListMusic:()=>R3,ListOrdered:()=>V3,ListPlus:()=>F3,ListRestart:()=>I3,ListStart:()=>D3,ListTodo:()=>W3,ListTree:()=>O3,ListVideo:()=>z3,ListX:()=>q3,Loader:()=>$3,Loader2:()=>p1,LoaderCircle:()=>p1,LoaderPinwheel:()=>U3,Locate:()=>G3,LocateFixed:()=>_3,LocateOff:()=>j3,LocationEdit:()=>u1,Lock:()=>X3,LockKeyhole:()=>Z3,LockKeyholeOpen:()=>c1,LockOpen:()=>h1,LogIn:()=>J3,LogOut:()=>K3,Logs:()=>Y3,Lollipop:()=>Q3,Luggage:()=>t8,MSquare:()=>ys,Magnet:()=>e8,Mail:()=>i8,MailCheck:()=>a8,MailMinus:()=>r8,MailOpen:()=>o8,MailPlus:()=>s8,MailQuestion:()=>f1,MailQuestionMark:()=>f1,MailSearch:()=>n8,MailWarning:()=>l8,MailX:()=>d8,Mailbox:()=>p8,Mails:()=>c8,Map:()=>k8,MapMinus:()=>h8,MapPin:()=>b8,MapPinCheck:()=>u8,MapPinCheckInside:()=>f8,MapPinHouse:()=>m8,MapPinMinus:()=>g8,MapPinMinusInside:()=>x8,MapPinOff:()=>M8,MapPinPen:()=>u1,MapPinPlus:()=>y8,MapPinPlusInside:()=>v8,MapPinX:()=>C8,MapPinXInside:()=>w8,MapPinned:()=>S8,MapPlus:()=>A8,Mars:()=>L8,MarsStroke:()=>H8,Martini:()=>T8,Maximize:()=>E8,Maximize2:()=>P8,Medal:()=>B8,Megaphone:()=>V8,MegaphoneOff:()=>R8,Meh:()=>F8,MemoryStick:()=>I8,Menu:()=>D8,MenuSquare:()=>ws,Merge:()=>W8,MessageCircle:()=>Z8,MessageCircleCode:()=>O8,MessageCircleDashed:()=>z8,MessageCircleHeart:()=>q8,MessageCircleMore:()=>N8,MessageCircleOff:()=>U8,MessageCirclePlus:()=>$8,MessageCircleQuestion:()=>m1,MessageCircleQuestionMark:()=>m1,MessageCircleReply:()=>_8,MessageCircleWarning:()=>j8,MessageCircleX:()=>G8,MessageSquare:()=>p6,MessageSquareCode:()=>X8,MessageSquareDashed:()=>J8,MessageSquareDiff:()=>K8,MessageSquareDot:()=>Y8,MessageSquareHeart:()=>Q8,MessageSquareLock:()=>t6,MessageSquareMore:()=>e6,MessageSquareOff:()=>a6,MessageSquarePlus:()=>r6,MessageSquareQuote:()=>o6,MessageSquareReply:()=>s6,MessageSquareShare:()=>n6,MessageSquareText:()=>l6,MessageSquareWarning:()=>d6,MessageSquareX:()=>i6,MessagesSquare:()=>c6,Mic:()=>f6,Mic2:()=>x1,MicOff:()=>h6,MicVocal:()=>x1,Microchip:()=>u6,Microscope:()=>m6,Microwave:()=>x6,Milestone:()=>g6,Milk:()=>v6,MilkOff:()=>M6,Minimize:()=>w6,Minimize2:()=>y6,Minus:()=>C6,MinusCircle:()=>Kr,MinusSquare:()=>Cs,Monitor:()=>I6,MonitorCheck:()=>b6,MonitorCloud:()=>S6,MonitorCog:()=>A6,MonitorDot:()=>k6,MonitorDown:()=>H6,MonitorOff:()=>L6,MonitorPause:()=>T6,MonitorPlay:()=>P6,MonitorSmartphone:()=>E6,MonitorSpeaker:()=>B6,MonitorStop:()=>R6,MonitorUp:()=>V6,MonitorX:()=>F6,Moon:()=>W6,MoonStar:()=>D6,MoreHorizontal:()=>Co,MoreVertical:()=>wo,Motorbike:()=>O6,Mountain:()=>q6,MountainSnow:()=>z6,Mouse:()=>G6,MouseOff:()=>N6,MousePointer:()=>j6,MousePointer2:()=>U6,MousePointerBan:()=>$6,MousePointerClick:()=>_6,MousePointerSquareDashed:()=>hs,Move:()=>ng,Move3D:()=>g1,Move3d:()=>g1,MoveDiagonal:()=>X6,MoveDiagonal2:()=>Z6,MoveDown:()=>Y6,MoveDownLeft:()=>J6,MoveDownRight:()=>K6,MoveHorizontal:()=>Q6,MoveLeft:()=>tg,MoveRight:()=>eg,MoveUp:()=>og,MoveUpLeft:()=>ag,MoveUpRight:()=>rg,MoveVertical:()=>sg,Music:()=>pg,Music2:()=>lg,Music3:()=>dg,Music4:()=>ig,Navigation:()=>ug,Navigation2:()=>hg,Navigation2Off:()=>cg,NavigationOff:()=>fg,Network:()=>mg,Newspaper:()=>xg,Nfc:()=>gg,NonBinary:()=>Mg,Notebook:()=>Cg,NotebookPen:()=>vg,NotebookTabs:()=>yg,NotebookText:()=>wg,NotepadText:()=>Sg,NotepadTextDashed:()=>bg,Nut:()=>kg,NutOff:()=>Ag,Octagon:()=>Lg,OctagonAlert:()=>M1,OctagonMinus:()=>Hg,OctagonPause:()=>v1,OctagonX:()=>y1,Omega:()=>Tg,Option:()=>Pg,Orbit:()=>Eg,Origami:()=>Bg,Outdent:()=>Sa,Package:()=>zg,Package2:()=>Rg,PackageCheck:()=>Vg,PackageMinus:()=>Fg,PackageOpen:()=>Ig,PackagePlus:()=>Dg,PackageSearch:()=>Wg,PackageX:()=>Og,PaintBucket:()=>qg,PaintRoller:()=>Ng,Paintbrush:()=>Ug,Paintbrush2:()=>w1,PaintbrushVertical:()=>w1,Palette:()=>$g,Palmtree:()=>Xs,Panda:()=>_g,PanelBottom:()=>Zg,PanelBottomClose:()=>jg,PanelBottomDashed:()=>C1,PanelBottomInactive:()=>C1,PanelBottomOpen:()=>Gg,PanelLeft:()=>k1,PanelLeftClose:()=>b1,PanelLeftDashed:()=>S1,PanelLeftInactive:()=>S1,PanelLeftOpen:()=>A1,PanelLeftRightDashed:()=>Xg,PanelRight:()=>Yg,PanelRightClose:()=>Jg,PanelRightDashed:()=>H1,PanelRightInactive:()=>H1,PanelRightOpen:()=>Kg,PanelTop:()=>aM,PanelTopBottomDashed:()=>Qg,PanelTopClose:()=>tM,PanelTopDashed:()=>L1,PanelTopInactive:()=>L1,PanelTopOpen:()=>eM,PanelsLeftBottom:()=>rM,PanelsLeftRight:()=>go,PanelsRightBottom:()=>oM,PanelsTopBottom:()=>I1,PanelsTopLeft:()=>T1,Paperclip:()=>sM,Parentheses:()=>nM,ParkingCircle:()=>Qr,ParkingCircleOff:()=>Yr,ParkingMeter:()=>lM,ParkingSquare:()=>As,ParkingSquareOff:()=>Ss,PartyPopper:()=>dM,Pause:()=>iM,PauseCircle:()=>to,PauseOctagon:()=>v1,PawPrint:()=>pM,PcCase:()=>cM,Pen:()=>E1,PenBox:()=>oa,PenLine:()=>P1,PenOff:()=>hM,PenSquare:()=>oa,PenTool:()=>fM,Pencil:()=>gM,PencilLine:()=>uM,PencilOff:()=>mM,PencilRuler:()=>xM,Pentagon:()=>MM,Percent:()=>vM,PercentCircle:()=>eo,PercentDiamond:()=>vo,PercentSquare:()=>ks,PersonStanding:()=>yM,PhilippinePeso:()=>wM,Phone:()=>LM,PhoneCall:()=>CM,PhoneForwarded:()=>bM,PhoneIncoming:()=>SM,PhoneMissed:()=>AM,PhoneOff:()=>kM,PhoneOutgoing:()=>HM,Pi:()=>TM,PiSquare:()=>Hs,Piano:()=>PM,Pickaxe:()=>EM,PictureInPicture:()=>RM,PictureInPicture2:()=>BM,PieChart:()=>Er,PiggyBank:()=>VM,Pilcrow:()=>DM,PilcrowLeft:()=>FM,PilcrowRight:()=>IM,PilcrowSquare:()=>Ls,Pill:()=>OM,PillBottle:()=>WM,Pin:()=>qM,PinOff:()=>zM,Pipette:()=>NM,Pizza:()=>UM,Plane:()=>jM,PlaneLanding:()=>$M,PlaneTakeoff:()=>_M,Play:()=>GM,PlayCircle:()=>ao,PlaySquare:()=>Ts,Plug:()=>XM,Plug2:()=>ZM,PlugZap:()=>B1,PlugZap2:()=>B1,Plus:()=>JM,PlusCircle:()=>ro,PlusSquare:()=>Ps,Pocket:()=>YM,PocketKnife:()=>KM,Podcast:()=>QM,Pointer:()=>e7,PointerOff:()=>t7,Popcorn:()=>r7,Popsicle:()=>a7,PoundSterling:()=>o7,Power:()=>n7,PowerCircle:()=>oo,PowerOff:()=>s7,PowerSquare:()=>Es,Presentation:()=>l7,Printer:()=>i7,PrinterCheck:()=>d7,Projector:()=>p7,Proportions:()=>c7,Puzzle:()=>h7,Pyramid:()=>f7,QrCode:()=>u7,Quote:()=>m7,Rabbit:()=>x7,Radar:()=>g7,Radiation:()=>M7,Radical:()=>v7,Radio:()=>C7,RadioReceiver:()=>y7,RadioTower:()=>w7,Radius:()=>b7,RailSymbol:()=>S7,Rainbow:()=>A7,Rat:()=>k7,Ratio:()=>H7,Receipt:()=>D7,ReceiptCent:()=>L7,ReceiptEuro:()=>T7,ReceiptIndianRupee:()=>P7,ReceiptJapaneseYen:()=>E7,ReceiptPoundSterling:()=>B7,ReceiptRussianRuble:()=>R7,ReceiptSwissFranc:()=>V7,ReceiptText:()=>F7,ReceiptTurkishLira:()=>I7,RectangleCircle:()=>W7,RectangleEllipsis:()=>R1,RectangleGoggles:()=>O7,RectangleHorizontal:()=>z7,RectangleVertical:()=>q7,Recycle:()=>N7,Redo:()=>_7,Redo2:()=>U7,RedoDot:()=>$7,RefreshCcw:()=>G7,RefreshCcwDot:()=>j7,RefreshCw:()=>X7,RefreshCwOff:()=>Z7,Refrigerator:()=>J7,Regex:()=>K7,RemoveFormatting:()=>Y7,Repeat:()=>ev,Repeat1:()=>Q7,Repeat2:()=>tv,Replace:()=>rv,ReplaceAll:()=>av,Reply:()=>sv,ReplyAll:()=>ov,Rewind:()=>nv,Ribbon:()=>lv,Rocket:()=>dv,RockingChair:()=>iv,RollerCoaster:()=>pv,Rose:()=>cv,Rotate3D:()=>V1,Rotate3d:()=>V1,RotateCcw:()=>uv,RotateCcwKey:()=>hv,RotateCcwSquare:()=>fv,RotateCw:()=>xv,RotateCwSquare:()=>mv,Route:()=>Mv,RouteOff:()=>gv,Router:()=>vv,Rows:()=>F1,Rows2:()=>F1,Rows3:()=>I1,Rows4:()=>yv,Rss:()=>wv,Ruler:()=>bv,RulerDimensionLine:()=>Cv,RussianRuble:()=>Sv,Sailboat:()=>Av,Salad:()=>kv,Sandwich:()=>Hv,Satellite:()=>Tv,SatelliteDish:()=>Lv,SaudiRiyal:()=>Pv,Save:()=>Rv,SaveAll:()=>Ev,SaveOff:()=>Bv,Scale:()=>Vv,Scale3D:()=>D1,Scale3d:()=>D1,Scaling:()=>Fv,Scan:()=>$v,ScanBarcode:()=>Iv,ScanEye:()=>Dv,ScanFace:()=>Wv,ScanHeart:()=>Ov,ScanLine:()=>zv,ScanQrCode:()=>qv,ScanSearch:()=>Nv,ScanText:()=>Uv,ScatterChart:()=>Br,School:()=>_v,School2:()=>Ys,Scissors:()=>Gv,ScissorsLineDashed:()=>jv,ScissorsSquare:()=>Bs,ScissorsSquareDashedBottom:()=>rs,ScreenShare:()=>Xv,ScreenShareOff:()=>Zv,Scroll:()=>Kv,ScrollText:()=>Jv,Search:()=>a9,SearchCheck:()=>Yv,SearchCode:()=>Qv,SearchSlash:()=>t9,SearchX:()=>e9,Section:()=>r9,Send:()=>s9,SendHorizonal:()=>W1,SendHorizontal:()=>W1,SendToBack:()=>o9,SeparatorHorizontal:()=>n9,SeparatorVertical:()=>l9,Server:()=>c9,ServerCog:()=>d9,ServerCrash:()=>i9,ServerOff:()=>p9,Settings:()=>f9,Settings2:()=>h9,Shapes:()=>u9,Share:()=>x9,Share2:()=>m9,Sheet:()=>g9,Shell:()=>M9,Shield:()=>L9,ShieldAlert:()=>v9,ShieldBan:()=>y9,ShieldCheck:()=>w9,ShieldClose:()=>z1,ShieldEllipsis:()=>C9,ShieldHalf:()=>b9,ShieldMinus:()=>S9,ShieldOff:()=>A9,ShieldPlus:()=>k9,ShieldQuestion:()=>O1,ShieldQuestionMark:()=>O1,ShieldUser:()=>H9,ShieldX:()=>z1,Ship:()=>P9,ShipWheel:()=>T9,Shirt:()=>E9,ShoppingBag:()=>B9,ShoppingBasket:()=>R9,ShoppingCart:()=>V9,Shovel:()=>F9,ShowerHead:()=>I9,Shredder:()=>D9,Shrimp:()=>W9,Shrink:()=>O9,Shrub:()=>z9,Shuffle:()=>q9,Sidebar:()=>k1,SidebarClose:()=>b1,SidebarOpen:()=>A1,Sigma:()=>N9,SigmaSquare:()=>Rs,Signal:()=>G9,SignalHigh:()=>U9,SignalLow:()=>$9,SignalMedium:()=>_9,SignalZero:()=>j9,Signature:()=>Z9,Signpost:()=>J9,SignpostBig:()=>X9,Siren:()=>K9,SkipBack:()=>Y9,SkipForward:()=>Q9,Skull:()=>ty,Slack:()=>ey,Slash:()=>ay,SlashSquare:()=>Vs,Slice:()=>ry,Sliders:()=>q1,SlidersHorizontal:()=>oy,SlidersVertical:()=>q1,Smartphone:()=>ly,SmartphoneCharging:()=>sy,SmartphoneNfc:()=>ny,Smile:()=>iy,SmilePlus:()=>dy,Snail:()=>py,Snowflake:()=>cy,SoapDispenserDroplet:()=>hy,Sofa:()=>fy,SolarPanel:()=>uy,SortAsc:()=>pr,SortDesc:()=>lr,Soup:()=>my,Space:()=>xy,Spade:()=>gy,Sparkle:()=>My,Sparkles:()=>N1,Speaker:()=>vy,Speech:()=>yy,SpellCheck:()=>Cy,SpellCheck2:()=>wy,Spline:()=>Sy,SplinePointer:()=>by,Split:()=>Ay,SplitSquareHorizontal:()=>Fs,SplitSquareVertical:()=>Is,Spool:()=>ky,Spotlight:()=>Hy,SprayCan:()=>Ly,Sprout:()=>Ty,Square:()=>zy,SquareActivity:()=>U1,SquareArrowDown:()=>j1,SquareArrowDownLeft:()=>$1,SquareArrowDownRight:()=>_1,SquareArrowLeft:()=>G1,SquareArrowOutDownLeft:()=>Z1,SquareArrowOutDownRight:()=>X1,SquareArrowOutUpLeft:()=>J1,SquareArrowOutUpRight:()=>K1,SquareArrowRight:()=>Y1,SquareArrowUp:()=>es,SquareArrowUpLeft:()=>Q1,SquareArrowUpRight:()=>ts,SquareAsterisk:()=>as,SquareBottomDashedScissors:()=>rs,SquareChartGantt:()=>ka,SquareCheck:()=>ss,SquareCheckBig:()=>os,SquareChevronDown:()=>ns,SquareChevronLeft:()=>ls,SquareChevronRight:()=>ds,SquareChevronUp:()=>is,SquareCode:()=>ps,SquareDashed:()=>fs,SquareDashedBottom:()=>Ey,SquareDashedBottomCode:()=>Py,SquareDashedKanban:()=>cs,SquareDashedMousePointer:()=>hs,SquareDashedTopSolid:()=>By,SquareDivide:()=>us,SquareDot:()=>ms,SquareEqual:()=>xs,SquareFunction:()=>gs,SquareGanttChart:()=>ka,SquareKanban:()=>Ms,SquareLibrary:()=>vs,SquareM:()=>ys,SquareMenu:()=>ws,SquareMinus:()=>Cs,SquareMousePointer:()=>bs,SquareParking:()=>As,SquareParkingOff:()=>Ss,SquarePause:()=>Ry,SquarePen:()=>oa,SquarePercent:()=>ks,SquarePi:()=>Hs,SquarePilcrow:()=>Ls,SquarePlay:()=>Ts,SquarePlus:()=>Ps,SquarePower:()=>Es,SquareRadical:()=>Vy,SquareRoundCorner:()=>Fy,SquareScissors:()=>Bs,SquareSigma:()=>Rs,SquareSlash:()=>Vs,SquareSplitHorizontal:()=>Fs,SquareSplitVertical:()=>Is,SquareSquare:()=>Iy,SquareStack:()=>Dy,SquareStar:()=>Wy,SquareStop:()=>Oy,SquareTerminal:()=>Ds,SquareUser:()=>Os,SquareUserRound:()=>Ws,SquareX:()=>zs,SquaresExclude:()=>qy,SquaresIntersect:()=>Ny,SquaresSubtract:()=>Uy,SquaresUnite:()=>$y,Squircle:()=>jy,SquircleDashed:()=>_y,Squirrel:()=>Gy,Stamp:()=>Zy,Star:()=>Ky,StarHalf:()=>Xy,StarOff:()=>Jy,Stars:()=>N1,StepBack:()=>Yy,StepForward:()=>Qy,Stethoscope:()=>tw,Sticker:()=>ew,StickyNote:()=>aw,StopCircle:()=>no,Store:()=>rw,StretchHorizontal:()=>ow,StretchVertical:()=>sw,Strikethrough:()=>nw,Subscript:()=>lw,Subtitles:()=>vr,Sun:()=>hw,SunDim:()=>dw,SunMedium:()=>iw,SunMoon:()=>pw,SunSnow:()=>cw,Sunrise:()=>fw,Sunset:()=>uw,Superscript:()=>mw,SwatchBook:()=>xw,SwissFranc:()=>gw,SwitchCamera:()=>Mw,Sword:()=>vw,Swords:()=>yw,Syringe:()=>ww,Table:()=>Tw,Table2:()=>Cw,TableCellsMerge:()=>bw,TableCellsSplit:()=>Sw,TableColumnsSplit:()=>Aw,TableConfig:()=>wa,TableOfContents:()=>kw,TableProperties:()=>Hw,TableRowsSplit:()=>Lw,Tablet:()=>Ew,TabletSmartphone:()=>Pw,Tablets:()=>Bw,Tag:()=>Rw,Tags:()=>Vw,Tally1:()=>Fw,Tally2:()=>Iw,Tally3:()=>Dw,Tally4:()=>Ww,Tally5:()=>Ow,Tangent:()=>zw,Target:()=>qw,Telescope:()=>Nw,Tent:()=>$w,TentTree:()=>Uw,Terminal:()=>_w,TerminalSquare:()=>Ds,TestTube:()=>jw,TestTube2:()=>qs,TestTubeDiagonal:()=>qs,TestTubes:()=>Gw,Text:()=>Ha,TextAlignCenter:()=>Ns,TextAlignEnd:()=>Us,TextAlignJustify:()=>$s,TextAlignStart:()=>Ha,TextCursor:()=>Xw,TextCursorInput:()=>Zw,TextInitial:()=>_s,TextQuote:()=>Jw,TextSearch:()=>Kw,TextSelect:()=>js,TextSelection:()=>js,TextWrap:()=>Gs,Theater:()=>Yw,Thermometer:()=>eC,ThermometerSnowflake:()=>Qw,ThermometerSun:()=>tC,ThumbsDown:()=>aC,ThumbsUp:()=>rC,Ticket:()=>pC,TicketCheck:()=>oC,TicketMinus:()=>sC,TicketPercent:()=>nC,TicketPlus:()=>lC,TicketSlash:()=>dC,TicketX:()=>iC,Tickets:()=>hC,TicketsPlane:()=>cC,Timer:()=>mC,TimerOff:()=>fC,TimerReset:()=>uC,ToggleLeft:()=>xC,ToggleRight:()=>gC,Toilet:()=>MC,ToolCase:()=>vC,Tornado:()=>yC,Torus:()=>wC,Touchpad:()=>bC,TouchpadOff:()=>CC,TowerControl:()=>SC,ToyBrick:()=>AC,Tractor:()=>kC,TrafficCone:()=>HC,Train:()=>Zs,TrainFront:()=>TC,TrainFrontTunnel:()=>LC,TrainTrack:()=>PC,TramFront:()=>Zs,Transgender:()=>EC,Trash:()=>RC,Trash2:()=>BC,TreeDeciduous:()=>VC,TreePalm:()=>Xs,TreePine:()=>FC,Trees:()=>IC,Trello:()=>DC,TrendingDown:()=>WC,TrendingUp:()=>zC,TrendingUpDown:()=>OC,Triangle:()=>UC,TriangleAlert:()=>Js,TriangleDashed:()=>qC,TriangleRight:()=>NC,Trophy:()=>$C,Truck:()=>jC,TruckElectric:()=>_C,TurkishLira:()=>GC,Turntable:()=>ZC,Turtle:()=>XC,Tv:()=>KC,Tv2:()=>Ks,TvMinimal:()=>Ks,TvMinimalPlay:()=>JC,Twitch:()=>YC,Twitter:()=>QC,Type:()=>eb,TypeOutline:()=>tb,Umbrella:()=>rb,UmbrellaOff:()=>ab,Underline:()=>ob,Undo:()=>lb,Undo2:()=>sb,UndoDot:()=>nb,UnfoldHorizontal:()=>db,UnfoldVertical:()=>ib,Ungroup:()=>pb,University:()=>Ys,Unlink:()=>hb,Unlink2:()=>cb,Unlock:()=>h1,UnlockKeyhole:()=>c1,Unplug:()=>fb,Upload:()=>ub,UploadCloud:()=>uo,Usb:()=>mb,User:()=>Hb,User2:()=>on,UserCheck:()=>xb,UserCheck2:()=>Qs,UserCircle:()=>io,UserCircle2:()=>lo,UserCog:()=>gb,UserCog2:()=>tn,UserLock:()=>Mb,UserMinus:()=>vb,UserMinus2:()=>en,UserPen:()=>yb,UserPlus:()=>wb,UserPlus2:()=>an,UserRound:()=>on,UserRoundCheck:()=>Qs,UserRoundCog:()=>tn,UserRoundMinus:()=>en,UserRoundPen:()=>Cb,UserRoundPlus:()=>an,UserRoundSearch:()=>bb,UserRoundX:()=>rn,UserSearch:()=>Sb,UserSquare:()=>Os,UserSquare2:()=>Ws,UserStar:()=>Ab,UserX:()=>kb,UserX2:()=>rn,Users:()=>Lb,Users2:()=>sn,UsersRound:()=>sn,Utensils:()=>ln,UtensilsCrossed:()=>nn,UtilityPole:()=>Tb,Variable:()=>Pb,Vault:()=>Eb,VectorSquare:()=>Bb,Vegan:()=>Rb,VenetianMask:()=>Vb,Venus:()=>Ib,VenusAndMars:()=>Fb,Verified:()=>fr,Vibrate:()=>Wb,VibrateOff:()=>Db,Video:()=>zb,VideoOff:()=>Ob,Videotape:()=>qb,View:()=>Nb,Voicemail:()=>Ub,Volleyball:()=>$b,Volume:()=>Xb,Volume1:()=>_b,Volume2:()=>jb,VolumeOff:()=>Gb,VolumeX:()=>Zb,Vote:()=>Jb,Wallet:()=>Yb,Wallet2:()=>dn,WalletCards:()=>Kb,WalletMinimal:()=>dn,Wallpaper:()=>Qb,Wand:()=>tS,Wand2:()=>pn,WandSparkles:()=>pn,Warehouse:()=>eS,WashingMachine:()=>aS,Watch:()=>rS,Waves:()=>oS,WavesLadder:()=>sS,Waypoints:()=>nS,Webcam:()=>lS,Webhook:()=>iS,WebhookOff:()=>dS,Weight:()=>pS,Wheat:()=>hS,WheatOff:()=>cS,WholeWord:()=>fS,Wifi:()=>wS,WifiCog:()=>uS,WifiHigh:()=>mS,WifiLow:()=>xS,WifiOff:()=>gS,WifiPen:()=>MS,WifiSync:()=>vS,WifiZero:()=>yS,Wind:()=>bS,WindArrowDown:()=>CS,Wine:()=>AS,WineOff:()=>SS,Workflow:()=>kS,Worm:()=>HS,WrapText:()=>Gs,Wrench:()=>LS,X:()=>TS,XCircle:()=>po,XOctagon:()=>y1,XSquare:()=>zs,Youtube:()=>PS,Zap:()=>BS,ZapOff:()=>ES,ZoomIn:()=>RS,ZoomOut:()=>VS,createElement:()=>L2,createIcons:()=>CL,icons:()=>mA});var H2={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 wL=([r,e,a])=>{let t=document.createElementNS("http://www.w3.org/2000/svg",r);return Object.keys(e).forEach(s=>{t.setAttribute(s,String(e[s]))}),a!=null&&a.length&&a.forEach(s=>{let o=wL(s);t.appendChild(o)}),t},L2=(r,e={})=>{let t={...H2,...e};return wL(["svg",t,r])};var QT=r=>Array.from(r.attributes).reduce((e,a)=>(e[a.name]=a.value,e),{}),tP=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:"",eP=r=>r.flatMap(tP).map(a=>a.trim()).filter(Boolean).filter((a,t,s)=>s.indexOf(a)===t).join(" "),aP=r=>r.replace(/(\w)(\w*)(_|-|\s*)/g,(e,a,t)=>a.toUpperCase()+t.toLowerCase()),uA=(r,{nameAttr:e,icons:a,attrs:t})=>{var f;let s=r.getAttribute(e);if(s==null)return;let o=aP(s),n=a[o];if(!n)return console.warn(`${r.outerHTML} icon name was not found in the provided icons object.`);let l=QT(r),i={...H2,"data-lucide":s,...t,...l},c=eP(["lucide",`lucide-${s}`,l,t]);c&&Object.assign(i,{class:c});let m=L2(n,i);return(f=r.parentNode)==null?void 0:f.replaceChild(m,r)};var mA={};tA(mA,{AArrowDown:()=>T2,AArrowUp:()=>P2,ALargeSmall:()=>E2,Accessibility:()=>B2,Activity:()=>R2,ActivitySquare:()=>U1,AirVent:()=>V2,Airplay:()=>F2,AlarmCheck:()=>rr,AlarmClock:()=>D2,AlarmClockCheck:()=>rr,AlarmClockMinus:()=>or,AlarmClockOff:()=>I2,AlarmClockPlus:()=>sr,AlarmMinus:()=>or,AlarmPlus:()=>sr,AlarmSmoke:()=>W2,Album:()=>O2,AlertCircle:()=>Vr,AlertOctagon:()=>M1,AlertTriangle:()=>Js,AlignCenter:()=>Ns,AlignCenterHorizontal:()=>z2,AlignCenterVertical:()=>q2,AlignEndHorizontal:()=>N2,AlignEndVertical:()=>U2,AlignHorizontalDistributeCenter:()=>$2,AlignHorizontalDistributeEnd:()=>_2,AlignHorizontalDistributeStart:()=>j2,AlignHorizontalJustifyCenter:()=>G2,AlignHorizontalJustifyEnd:()=>Z2,AlignHorizontalJustifyStart:()=>X2,AlignHorizontalSpaceAround:()=>J2,AlignHorizontalSpaceBetween:()=>K2,AlignJustify:()=>$s,AlignLeft:()=>Ha,AlignRight:()=>Us,AlignStartHorizontal:()=>Y2,AlignStartVertical:()=>Q2,AlignVerticalDistributeCenter:()=>tl,AlignVerticalDistributeEnd:()=>el,AlignVerticalDistributeStart:()=>al,AlignVerticalJustifyCenter:()=>rl,AlignVerticalJustifyEnd:()=>ol,AlignVerticalJustifyStart:()=>sl,AlignVerticalSpaceAround:()=>nl,AlignVerticalSpaceBetween:()=>ll,Ambulance:()=>dl,Ampersand:()=>il,Ampersands:()=>pl,Amphora:()=>cl,Anchor:()=>hl,Angry:()=>fl,Annoyed:()=>ul,Antenna:()=>ml,Anvil:()=>xl,Aperture:()=>gl,AppWindow:()=>vl,AppWindowMac:()=>Ml,Apple:()=>yl,Archive:()=>bl,ArchiveRestore:()=>wl,ArchiveX:()=>Cl,AreaChart:()=>yr,Armchair:()=>Sl,ArrowBigDown:()=>kl,ArrowBigDownDash:()=>Al,ArrowBigLeft:()=>Ll,ArrowBigLeftDash:()=>Hl,ArrowBigRight:()=>Pl,ArrowBigRightDash:()=>Tl,ArrowBigUp:()=>Bl,ArrowBigUpDash:()=>El,ArrowDown:()=>Nl,ArrowDown01:()=>Rl,ArrowDown10:()=>Vl,ArrowDownAZ:()=>nr,ArrowDownAz:()=>nr,ArrowDownCircle:()=>Fr,ArrowDownFromLine:()=>Fl,ArrowDownLeft:()=>Il,ArrowDownLeftFromCircle:()=>Dr,ArrowDownLeftFromSquare:()=>Z1,ArrowDownLeftSquare:()=>$1,ArrowDownNarrowWide:()=>Dl,ArrowDownRight:()=>Wl,ArrowDownRightFromCircle:()=>Wr,ArrowDownRightFromSquare:()=>X1,ArrowDownRightSquare:()=>_1,ArrowDownSquare:()=>j1,ArrowDownToDot:()=>Ol,ArrowDownToLine:()=>zl,ArrowDownUp:()=>ql,ArrowDownWideNarrow:()=>lr,ArrowDownZA:()=>dr,ArrowDownZa:()=>dr,ArrowLeft:()=>jl,ArrowLeftCircle:()=>Ir,ArrowLeftFromLine:()=>Ul,ArrowLeftRight:()=>$l,ArrowLeftSquare:()=>G1,ArrowLeftToLine:()=>_l,ArrowRight:()=>Jl,ArrowRightCircle:()=>qr,ArrowRightFromLine:()=>Gl,ArrowRightLeft:()=>Zl,ArrowRightSquare:()=>Y1,ArrowRightToLine:()=>Xl,ArrowUp:()=>nd,ArrowUp01:()=>Kl,ArrowUp10:()=>Yl,ArrowUpAZ:()=>ir,ArrowUpAz:()=>ir,ArrowUpCircle:()=>Nr,ArrowUpDown:()=>Ql,ArrowUpFromDot:()=>td,ArrowUpFromLine:()=>ed,ArrowUpLeft:()=>ad,ArrowUpLeftFromCircle:()=>Or,ArrowUpLeftFromSquare:()=>J1,ArrowUpLeftSquare:()=>Q1,ArrowUpNarrowWide:()=>pr,ArrowUpRight:()=>rd,ArrowUpRightFromCircle:()=>zr,ArrowUpRightFromSquare:()=>K1,ArrowUpRightSquare:()=>ts,ArrowUpSquare:()=>es,ArrowUpToLine:()=>od,ArrowUpWideNarrow:()=>sd,ArrowUpZA:()=>cr,ArrowUpZa:()=>cr,ArrowsUpFromLine:()=>ld,Asterisk:()=>dd,AsteriskSquare:()=>as,AtSign:()=>id,Atom:()=>pd,AudioLines:()=>cd,AudioWaveform:()=>hd,Award:()=>fd,Axe:()=>ud,Axis3D:()=>hr,Axis3d:()=>hr,Baby:()=>md,Backpack:()=>xd,Badge:()=>Bd,BadgeAlert:()=>gd,BadgeCent:()=>Md,BadgeCheck:()=>fr,BadgeDollarSign:()=>vd,BadgeEuro:()=>yd,BadgeHelp:()=>ur,BadgeIndianRupee:()=>wd,BadgeInfo:()=>Cd,BadgeJapaneseYen:()=>bd,BadgeMinus:()=>Sd,BadgePercent:()=>Ad,BadgePlus:()=>kd,BadgePoundSterling:()=>Hd,BadgeQuestionMark:()=>ur,BadgeRussianRuble:()=>Ld,BadgeSwissFranc:()=>Td,BadgeTurkishLira:()=>Pd,BadgeX:()=>Ed,BaggageClaim:()=>Rd,Ban:()=>Vd,Banana:()=>Fd,Bandage:()=>Id,Banknote:()=>zd,BanknoteArrowDown:()=>Dd,BanknoteArrowUp:()=>Wd,BanknoteX:()=>Od,BarChart:()=>Lr,BarChart2:()=>Tr,BarChart3:()=>kr,BarChart4:()=>Ar,BarChartBig:()=>Sr,BarChartHorizontal:()=>Cr,BarChartHorizontalBig:()=>wr,Barcode:()=>qd,Barrel:()=>Nd,Baseline:()=>Ud,Bath:()=>$d,Battery:()=>Kd,BatteryCharging:()=>_d,BatteryFull:()=>jd,BatteryLow:()=>Gd,BatteryMedium:()=>Zd,BatteryPlus:()=>Xd,BatteryWarning:()=>Jd,Beaker:()=>Yd,Bean:()=>t0,BeanOff:()=>Qd,Bed:()=>r0,BedDouble:()=>e0,BedSingle:()=>a0,Beef:()=>o0,Beer:()=>n0,BeerOff:()=>s0,Bell:()=>f0,BellDot:()=>l0,BellElectric:()=>d0,BellMinus:()=>i0,BellOff:()=>p0,BellPlus:()=>c0,BellRing:()=>h0,BetweenHorizonalEnd:()=>mr,BetweenHorizonalStart:()=>xr,BetweenHorizontalEnd:()=>mr,BetweenHorizontalStart:()=>xr,BetweenVerticalEnd:()=>u0,BetweenVerticalStart:()=>m0,BicepsFlexed:()=>x0,Bike:()=>g0,Binary:()=>M0,Binoculars:()=>v0,Biohazard:()=>w0,Bird:()=>y0,Birdhouse:()=>C0,Bitcoin:()=>b0,Blend:()=>S0,Blinds:()=>A0,Blocks:()=>k0,Bluetooth:()=>P0,BluetoothConnected:()=>H0,BluetoothOff:()=>L0,BluetoothSearching:()=>T0,Bold:()=>E0,Bolt:()=>B0,Bomb:()=>R0,Bone:()=>V0,Book:()=>oi,BookA:()=>F0,BookAlert:()=>I0,BookAudio:()=>D0,BookCheck:()=>W0,BookCopy:()=>O0,BookDashed:()=>gr,BookDown:()=>z0,BookHeadphones:()=>q0,BookHeart:()=>N0,BookImage:()=>U0,BookKey:()=>$0,BookLock:()=>_0,BookMarked:()=>j0,BookMinus:()=>G0,BookOpen:()=>J0,BookOpenCheck:()=>Z0,BookOpenText:()=>X0,BookPlus:()=>K0,BookTemplate:()=>gr,BookText:()=>Y0,BookType:()=>Q0,BookUp:()=>ei,BookUp2:()=>ti,BookUser:()=>ai,BookX:()=>ri,Bookmark:()=>ii,BookmarkCheck:()=>si,BookmarkMinus:()=>ni,BookmarkPlus:()=>li,BookmarkX:()=>di,BoomBox:()=>pi,Bot:()=>fi,BotMessageSquare:()=>ci,BotOff:()=>hi,BottleWine:()=>ui,BowArrow:()=>mi,Box:()=>xi,BoxSelect:()=>fs,Boxes:()=>gi,Braces:()=>Mr,Brackets:()=>Mi,Brain:()=>wi,BrainCircuit:()=>vi,BrainCog:()=>yi,BrickWall:()=>Si,BrickWallFire:()=>Ci,BrickWallShield:()=>bi,Briefcase:()=>Li,BriefcaseBusiness:()=>Ai,BriefcaseConveyorBelt:()=>ki,BriefcaseMedical:()=>Hi,BringToFront:()=>Ti,Brush:()=>Ei,BrushCleaning:()=>Pi,Bubbles:()=>Bi,Bug:()=>Fi,BugOff:()=>Ri,BugPlay:()=>Vi,Building:()=>Di,Building2:()=>Ii,Bus:()=>Oi,BusFront:()=>Wi,Cable:()=>qi,CableCar:()=>zi,Cake:()=>Ui,CakeSlice:()=>Ni,Calculator:()=>$i,Calendar:()=>cp,Calendar1:()=>_i,CalendarArrowDown:()=>ji,CalendarArrowUp:()=>Gi,CalendarCheck:()=>Xi,CalendarCheck2:()=>Zi,CalendarClock:()=>Ji,CalendarCog:()=>Ki,CalendarDays:()=>Yi,CalendarFold:()=>Qi,CalendarHeart:()=>tp,CalendarMinus:()=>ap,CalendarMinus2:()=>ep,CalendarOff:()=>rp,CalendarPlus:()=>sp,CalendarPlus2:()=>op,CalendarRange:()=>np,CalendarSearch:()=>lp,CalendarSync:()=>dp,CalendarX:()=>pp,CalendarX2:()=>ip,Camera:()=>fp,CameraOff:()=>hp,CandlestickChart:()=>br,Candy:()=>xp,CandyCane:()=>up,CandyOff:()=>mp,Cannabis:()=>gp,Captions:()=>vr,CaptionsOff:()=>Mp,Car:()=>wp,CarFront:()=>vp,CarTaxiFront:()=>yp,Caravan:()=>Cp,CardSim:()=>bp,Carrot:()=>Sp,CaseLower:()=>Ap,CaseSensitive:()=>kp,CaseUpper:()=>Hp,CassetteTape:()=>Lp,Cast:()=>Tp,Castle:()=>Pp,Cat:()=>Ep,Cctv:()=>Bp,ChartArea:()=>yr,ChartBar:()=>Cr,ChartBarBig:()=>wr,ChartBarDecreasing:()=>Rp,ChartBarIncreasing:()=>Vp,ChartBarStacked:()=>Fp,ChartCandlestick:()=>br,ChartColumn:()=>kr,ChartColumnBig:()=>Sr,ChartColumnDecreasing:()=>Ip,ChartColumnIncreasing:()=>Ar,ChartColumnStacked:()=>Dp,ChartGantt:()=>Wp,ChartLine:()=>Hr,ChartNetwork:()=>Op,ChartNoAxesColumn:()=>Tr,ChartNoAxesColumnDecreasing:()=>zp,ChartNoAxesColumnIncreasing:()=>Lr,ChartNoAxesCombined:()=>qp,ChartNoAxesGantt:()=>Pr,ChartPie:()=>Er,ChartScatter:()=>Br,ChartSpline:()=>Np,Check:()=>_p,CheckCheck:()=>Up,CheckCircle:()=>Ur,CheckCircle2:()=>$r,CheckLine:()=>$p,CheckSquare:()=>os,CheckSquare2:()=>ss,ChefHat:()=>jp,Cherry:()=>Gp,ChevronDown:()=>Zp,ChevronDownCircle:()=>_r,ChevronDownSquare:()=>ns,ChevronFirst:()=>Xp,ChevronLast:()=>Jp,ChevronLeft:()=>Kp,ChevronLeftCircle:()=>jr,ChevronLeftSquare:()=>ls,ChevronRight:()=>Yp,ChevronRightCircle:()=>Gr,ChevronRightSquare:()=>ds,ChevronUp:()=>Qp,ChevronUpCircle:()=>Zr,ChevronUpSquare:()=>is,ChevronsDown:()=>ec,ChevronsDownUp:()=>tc,ChevronsLeft:()=>oc,ChevronsLeftRight:()=>rc,ChevronsLeftRightEllipsis:()=>ac,ChevronsRight:()=>nc,ChevronsRightLeft:()=>sc,ChevronsUp:()=>dc,ChevronsUpDown:()=>lc,Chrome:()=>Rr,Chromium:()=>Rr,Church:()=>ic,Cigarette:()=>cc,CigaretteOff:()=>pc,Circle:()=>Ac,CircleAlert:()=>Vr,CircleArrowDown:()=>Fr,CircleArrowLeft:()=>Ir,CircleArrowOutDownLeft:()=>Dr,CircleArrowOutDownRight:()=>Wr,CircleArrowOutUpLeft:()=>Or,CircleArrowOutUpRight:()=>zr,CircleArrowRight:()=>qr,CircleArrowUp:()=>Nr,CircleCheck:()=>$r,CircleCheckBig:()=>Ur,CircleChevronDown:()=>_r,CircleChevronLeft:()=>jr,CircleChevronRight:()=>Gr,CircleChevronUp:()=>Zr,CircleDashed:()=>hc,CircleDivide:()=>Xr,CircleDollarSign:()=>fc,CircleDot:()=>mc,CircleDotDashed:()=>uc,CircleEllipsis:()=>xc,CircleEqual:()=>gc,CircleFadingArrowUp:()=>Mc,CircleFadingPlus:()=>vc,CircleGauge:()=>Jr,CircleHelp:()=>ya,CircleMinus:()=>Kr,CircleOff:()=>yc,CircleParking:()=>Qr,CircleParkingOff:()=>Yr,CirclePause:()=>to,CirclePercent:()=>eo,CirclePlay:()=>ao,CirclePlus:()=>ro,CirclePoundSterling:()=>wc,CirclePower:()=>oo,CircleQuestionMark:()=>ya,CircleSlash:()=>Cc,CircleSlash2:()=>so,CircleSlashed:()=>so,CircleSmall:()=>bc,CircleStar:()=>Sc,CircleStop:()=>no,CircleUser:()=>io,CircleUserRound:()=>lo,CircleX:()=>po,CircuitBoard:()=>kc,Citrus:()=>Hc,Clapperboard:()=>Lc,Clipboard:()=>Wc,ClipboardCheck:()=>Tc,ClipboardClock:()=>Pc,ClipboardCopy:()=>Ec,ClipboardEdit:()=>ho,ClipboardList:()=>Bc,ClipboardMinus:()=>Rc,ClipboardPaste:()=>Vc,ClipboardPen:()=>ho,ClipboardPenLine:()=>co,ClipboardPlus:()=>Fc,ClipboardSignature:()=>co,ClipboardType:()=>Ic,ClipboardX:()=>Dc,Clock:()=>rh,Clock1:()=>Oc,Clock10:()=>zc,Clock11:()=>qc,Clock12:()=>Nc,Clock2:()=>Uc,Clock3:()=>$c,Clock4:()=>_c,Clock5:()=>jc,Clock6:()=>Gc,Clock7:()=>Zc,Clock8:()=>Xc,Clock9:()=>Jc,ClockAlert:()=>Kc,ClockArrowDown:()=>Yc,ClockArrowUp:()=>Qc,ClockCheck:()=>th,ClockFading:()=>eh,ClockPlus:()=>ah,ClosedCaption:()=>oh,Cloud:()=>yh,CloudAlert:()=>sh,CloudCheck:()=>nh,CloudCog:()=>lh,CloudDownload:()=>fo,CloudDrizzle:()=>dh,CloudFog:()=>ih,CloudHail:()=>ph,CloudLightning:()=>ch,CloudMoon:()=>fh,CloudMoonRain:()=>hh,CloudOff:()=>uh,CloudRain:()=>xh,CloudRainWind:()=>mh,CloudSnow:()=>gh,CloudSun:()=>vh,CloudSunRain:()=>Mh,CloudUpload:()=>uo,Cloudy:()=>wh,Clover:()=>Ch,Club:()=>bh,Code:()=>Sh,Code2:()=>mo,CodeSquare:()=>ps,CodeXml:()=>mo,Codepen:()=>Ah,Codesandbox:()=>kh,Coffee:()=>Hh,Cog:()=>Lh,Coins:()=>Th,Columns:()=>xo,Columns2:()=>xo,Columns3:()=>go,Columns3Cog:()=>wa,Columns4:()=>Ph,ColumnsSettings:()=>wa,Combine:()=>Eh,Command:()=>Bh,Compass:()=>Rh,Component:()=>Vh,Computer:()=>Fh,ConciergeBell:()=>Ih,Cone:()=>Dh,Construction:()=>Wh,Contact:()=>Oh,Contact2:()=>Mo,ContactRound:()=>Mo,Container:()=>zh,Contrast:()=>qh,Cookie:()=>Nh,CookingPot:()=>Uh,Copy:()=>Xh,CopyCheck:()=>$h,CopyMinus:()=>_h,CopyPlus:()=>jh,CopySlash:()=>Gh,CopyX:()=>Zh,Copyleft:()=>Jh,Copyright:()=>Kh,CornerDownLeft:()=>Yh,CornerDownRight:()=>Qh,CornerLeftDown:()=>tf,CornerLeftUp:()=>ef,CornerRightDown:()=>af,CornerRightUp:()=>rf,CornerUpLeft:()=>of,CornerUpRight:()=>sf,Cpu:()=>nf,CreativeCommons:()=>lf,CreditCard:()=>df,Croissant:()=>pf,Crop:()=>cf,Cross:()=>hf,Crosshair:()=>ff,Crown:()=>uf,Cuboid:()=>mf,CupSoda:()=>xf,CurlyBraces:()=>Mr,Currency:()=>gf,Cylinder:()=>Mf,Dam:()=>vf,Database:()=>Cf,DatabaseBackup:()=>yf,DatabaseZap:()=>wf,DecimalsArrowLeft:()=>bf,DecimalsArrowRight:()=>Sf,Delete:()=>Af,Dessert:()=>kf,Diameter:()=>Hf,Diamond:()=>Pf,DiamondMinus:()=>Lf,DiamondPercent:()=>vo,DiamondPlus:()=>Tf,Dice1:()=>Ef,Dice2:()=>Bf,Dice3:()=>Rf,Dice4:()=>Vf,Dice5:()=>Ff,Dice6:()=>If,Dices:()=>Df,Diff:()=>Wf,Disc:()=>Nf,Disc2:()=>Of,Disc3:()=>zf,DiscAlbum:()=>qf,Divide:()=>Uf,DivideCircle:()=>Xr,DivideSquare:()=>us,Dna:()=>_f,DnaOff:()=>$f,Dock:()=>jf,Dog:()=>Gf,DollarSign:()=>Zf,Donut:()=>Xf,DoorClosed:()=>Kf,DoorClosedLocked:()=>Jf,DoorOpen:()=>Yf,Dot:()=>Qf,DotSquare:()=>ms,Download:()=>tu,DownloadCloud:()=>fo,DraftingCompass:()=>eu,Drama:()=>au,Dribbble:()=>ru,Drill:()=>ou,Drone:()=>su,Droplet:()=>lu,DropletOff:()=>nu,Droplets:()=>du,Drum:()=>iu,Drumstick:()=>pu,Dumbbell:()=>cu,Ear:()=>fu,EarOff:()=>hu,Earth:()=>yo,EarthLock:()=>uu,Eclipse:()=>mu,Edit:()=>oa,Edit2:()=>E1,Edit3:()=>P1,Egg:()=>Mu,EggFried:()=>xu,EggOff:()=>gu,Ellipsis:()=>Co,EllipsisVertical:()=>wo,Equal:()=>wu,EqualApproximately:()=>vu,EqualNot:()=>yu,EqualSquare:()=>xs,Eraser:()=>Cu,EthernetPort:()=>bu,Euro:()=>Su,EvCharger:()=>Au,Expand:()=>ku,ExternalLink:()=>Hu,Eye:()=>Pu,EyeClosed:()=>Lu,EyeOff:()=>Tu,Facebook:()=>Eu,Factory:()=>Bu,Fan:()=>Ru,FastForward:()=>Vu,Feather:()=>Fu,Fence:()=>Iu,FerrisWheel:()=>Du,Figma:()=>Wu,File:()=>fm,FileArchive:()=>Ou,FileAudio:()=>Ca,FileAudio2:()=>Ca,FileAxis3D:()=>bo,FileAxis3d:()=>bo,FileBadge:()=>So,FileBadge2:()=>So,FileBarChart:()=>Ho,FileBarChart2:()=>Lo,FileBox:()=>zu,FileBraces:()=>ko,FileBracesCorner:()=>Ao,FileChartColumn:()=>Lo,FileChartColumnIncreasing:()=>Ho,FileChartLine:()=>To,FileChartPie:()=>Po,FileCheck:()=>qu,FileCheck2:()=>Eo,FileCheckCorner:()=>Eo,FileClock:()=>Nu,FileCode:()=>Uu,FileCode2:()=>Bo,FileCodeCorner:()=>Bo,FileCog:()=>Ro,FileCog2:()=>Ro,FileDiff:()=>$u,FileDigit:()=>_u,FileDown:()=>ju,FileEdit:()=>Oo,FileExclamationPoint:()=>Vo,FileHeadphone:()=>Ca,FileHeart:()=>Gu,FileImage:()=>Zu,FileInput:()=>Xu,FileJson:()=>ko,FileJson2:()=>Ao,FileKey:()=>Fo,FileKey2:()=>Fo,FileLineChart:()=>To,FileLock:()=>Io,FileLock2:()=>Io,FileMinus:()=>Ju,FileMinus2:()=>Do,FileMinusCorner:()=>Do,FileMusic:()=>Ku,FileOutput:()=>Yu,FilePen:()=>Oo,FilePenLine:()=>Wo,FilePieChart:()=>Po,FilePlay:()=>zo,FilePlus:()=>Qu,FilePlus2:()=>qo,FilePlusCorner:()=>qo,FileQuestion:()=>No,FileQuestionMark:()=>No,FileScan:()=>tm,FileSearch:()=>em,FileSearch2:()=>Uo,FileSearchCorner:()=>Uo,FileSignal:()=>$o,FileSignature:()=>Wo,FileSliders:()=>am,FileSpreadsheet:()=>rm,FileStack:()=>om,FileSymlink:()=>sm,FileTerminal:()=>nm,FileText:()=>lm,FileType:()=>dm,FileType2:()=>_o,FileTypeCorner:()=>_o,FileUp:()=>im,FileUser:()=>pm,FileVideo:()=>zo,FileVideo2:()=>jo,FileVideoCamera:()=>jo,FileVolume:()=>cm,FileVolume2:()=>$o,FileWarning:()=>Vo,FileX:()=>hm,FileX2:()=>Go,FileXCorner:()=>Go,Files:()=>um,Film:()=>mm,Filter:()=>Ko,FilterX:()=>Jo,Fingerprint:()=>xm,FireExtinguisher:()=>gm,Fish:()=>ym,FishOff:()=>Mm,FishSymbol:()=>vm,Flag:()=>Sm,FlagOff:()=>wm,FlagTriangleLeft:()=>Cm,FlagTriangleRight:()=>bm,Flame:()=>km,FlameKindling:()=>Am,Flashlight:()=>Lm,FlashlightOff:()=>Hm,FlaskConical:()=>Pm,FlaskConicalOff:()=>Tm,FlaskRound:()=>Em,FlipHorizontal:()=>Rm,FlipHorizontal2:()=>Bm,FlipVertical:()=>Fm,FlipVertical2:()=>Vm,Flower:()=>Dm,Flower2:()=>Im,Focus:()=>Wm,FoldHorizontal:()=>Om,FoldVertical:()=>zm,Folder:()=>ux,FolderArchive:()=>qm,FolderCheck:()=>Nm,FolderClock:()=>Um,FolderClosed:()=>$m,FolderCode:()=>_m,FolderCog:()=>Zo,FolderCog2:()=>Zo,FolderDot:()=>jm,FolderDown:()=>Gm,FolderEdit:()=>Xo,FolderGit:()=>Xm,FolderGit2:()=>Zm,FolderHeart:()=>Jm,FolderInput:()=>Km,FolderKanban:()=>Ym,FolderKey:()=>Qm,FolderLock:()=>tx,FolderMinus:()=>ex,FolderOpen:()=>rx,FolderOpenDot:()=>ax,FolderOutput:()=>ox,FolderPen:()=>Xo,FolderPlus:()=>sx,FolderRoot:()=>nx,FolderSearch:()=>dx,FolderSearch2:()=>lx,FolderSymlink:()=>ix,FolderSync:()=>px,FolderTree:()=>cx,FolderUp:()=>hx,FolderX:()=>fx,Folders:()=>mx,Footprints:()=>xx,ForkKnife:()=>ln,ForkKnifeCrossed:()=>nn,Forklift:()=>gx,FormInput:()=>R1,Forward:()=>Mx,Frame:()=>vx,Framer:()=>yx,Frown:()=>wx,Fuel:()=>Cx,Fullscreen:()=>bx,FunctionSquare:()=>gs,Funnel:()=>Ko,FunnelPlus:()=>Sx,FunnelX:()=>Jo,GalleryHorizontal:()=>kx,GalleryHorizontalEnd:()=>Ax,GalleryThumbnails:()=>Hx,GalleryVertical:()=>Tx,GalleryVerticalEnd:()=>Lx,Gamepad:()=>Bx,Gamepad2:()=>Px,GamepadDirectional:()=>Ex,GanttChart:()=>Pr,GanttChartSquare:()=>ka,Gauge:()=>Rx,GaugeCircle:()=>Jr,Gavel:()=>Vx,Gem:()=>Fx,GeorgianLari:()=>Ix,Ghost:()=>Dx,Gift:()=>Wx,GitBranch:()=>qx,GitBranchMinus:()=>Ox,GitBranchPlus:()=>zx,GitCommit:()=>Yo,GitCommitHorizontal:()=>Yo,GitCommitVertical:()=>Nx,GitCompare:()=>$x,GitCompareArrows:()=>Ux,GitFork:()=>_x,GitGraph:()=>jx,GitMerge:()=>Gx,GitPullRequest:()=>Qx,GitPullRequestArrow:()=>Zx,GitPullRequestClosed:()=>Xx,GitPullRequestCreate:()=>Kx,GitPullRequestCreateArrow:()=>Jx,GitPullRequestDraft:()=>Yx,Github:()=>t4,Gitlab:()=>e4,GlassWater:()=>a4,Glasses:()=>r4,Globe:()=>s4,Globe2:()=>yo,GlobeLock:()=>o4,Goal:()=>n4,Gpu:()=>l4,Grab:()=>r1,GraduationCap:()=>d4,Grape:()=>i4,Grid:()=>ba,Grid2X2:()=>a1,Grid2X2Check:()=>Qo,Grid2X2Plus:()=>t1,Grid2X2X:()=>e1,Grid2x2:()=>a1,Grid2x2Check:()=>Qo,Grid2x2Plus:()=>t1,Grid2x2X:()=>e1,Grid3X3:()=>ba,Grid3x2:()=>p4,Grid3x3:()=>ba,Grip:()=>f4,GripHorizontal:()=>c4,GripVertical:()=>h4,Group:()=>u4,Guitar:()=>m4,Ham:()=>x4,Hamburger:()=>g4,Hammer:()=>M4,Hand:()=>S4,HandCoins:()=>v4,HandFist:()=>y4,HandGrab:()=>r1,HandHeart:()=>w4,HandHelping:()=>o1,HandMetal:()=>C4,HandPlatter:()=>b4,Handbag:()=>A4,Handshake:()=>k4,HardDrive:()=>T4,HardDriveDownload:()=>H4,HardDriveUpload:()=>L4,HardHat:()=>P4,Hash:()=>E4,HatGlasses:()=>B4,Haze:()=>R4,HdmiPort:()=>V4,Heading:()=>q4,Heading1:()=>F4,Heading2:()=>I4,Heading3:()=>D4,Heading4:()=>W4,Heading5:()=>O4,Heading6:()=>z4,HeadphoneOff:()=>N4,Headphones:()=>U4,Headset:()=>$4,Heart:()=>K4,HeartCrack:()=>_4,HeartHandshake:()=>j4,HeartMinus:()=>G4,HeartOff:()=>Z4,HeartPlus:()=>X4,HeartPulse:()=>J4,Heater:()=>Y4,Helicopter:()=>Q4,HelpCircle:()=>ya,HelpingHand:()=>o1,Hexagon:()=>t5,Highlighter:()=>e5,History:()=>a5,Home:()=>s1,Hop:()=>o5,HopOff:()=>r5,Hospital:()=>s5,Hotel:()=>n5,Hourglass:()=>l5,House:()=>s1,HouseHeart:()=>d5,HousePlug:()=>i5,HousePlus:()=>p5,HouseWifi:()=>c5,IceCream:()=>l1,IceCream2:()=>n1,IceCreamBowl:()=>n1,IceCreamCone:()=>l1,IdCard:()=>f5,IdCardLanyard:()=>h5,Image:()=>w5,ImageDown:()=>m5,ImageMinus:()=>u5,ImageOff:()=>x5,ImagePlay:()=>g5,ImagePlus:()=>M5,ImageUp:()=>v5,ImageUpscale:()=>y5,Images:()=>C5,Import:()=>b5,Inbox:()=>S5,Indent:()=>Aa,IndentDecrease:()=>Sa,IndentIncrease:()=>Aa,IndianRupee:()=>A5,Infinity:()=>k5,Info:()=>H5,Inspect:()=>bs,InspectionPanel:()=>L5,Instagram:()=>T5,Italic:()=>P5,IterationCcw:()=>E5,IterationCw:()=>B5,JapaneseYen:()=>R5,Joystick:()=>V5,Kanban:()=>F5,KanbanSquare:()=>Ms,KanbanSquareDashed:()=>cs,Kayak:()=>I5,Key:()=>O5,KeyRound:()=>D5,KeySquare:()=>W5,Keyboard:()=>N5,KeyboardMusic:()=>z5,KeyboardOff:()=>q5,Lamp:()=>Z5,LampCeiling:()=>U5,LampDesk:()=>$5,LampFloor:()=>_5,LampWallDown:()=>j5,LampWallUp:()=>G5,LandPlot:()=>X5,Landmark:()=>J5,Languages:()=>K5,Laptop:()=>Q5,Laptop2:()=>d1,LaptopMinimal:()=>d1,LaptopMinimalCheck:()=>Y5,Lasso:()=>e3,LassoSelect:()=>t3,Laugh:()=>a3,Layers:()=>i1,Layers2:()=>r3,Layers3:()=>i1,Layout:()=>T1,LayoutDashboard:()=>o3,LayoutGrid:()=>s3,LayoutList:()=>n3,LayoutPanelLeft:()=>l3,LayoutPanelTop:()=>d3,LayoutTemplate:()=>i3,Leaf:()=>p3,LeafyGreen:()=>c3,Lectern:()=>h3,LetterText:()=>_s,Library:()=>u3,LibraryBig:()=>f3,LibrarySquare:()=>vs,LifeBuoy:()=>m3,Ligature:()=>x3,Lightbulb:()=>M3,LightbulbOff:()=>g3,LineChart:()=>Hr,LineSquiggle:()=>v3,Link:()=>C3,Link2:()=>w3,Link2Off:()=>y3,Linkedin:()=>b3,List:()=>N3,ListCheck:()=>S3,ListChecks:()=>A3,ListChevronsDownUp:()=>k3,ListChevronsUpDown:()=>H3,ListCollapse:()=>L3,ListEnd:()=>T3,ListFilter:()=>E3,ListFilterPlus:()=>P3,ListIndentDecrease:()=>Sa,ListIndentIncrease:()=>Aa,ListMinus:()=>B3,ListMusic:()=>R3,ListOrdered:()=>V3,ListPlus:()=>F3,ListRestart:()=>I3,ListStart:()=>D3,ListTodo:()=>W3,ListTree:()=>O3,ListVideo:()=>z3,ListX:()=>q3,Loader:()=>$3,Loader2:()=>p1,LoaderCircle:()=>p1,LoaderPinwheel:()=>U3,Locate:()=>G3,LocateFixed:()=>_3,LocateOff:()=>j3,LocationEdit:()=>u1,Lock:()=>X3,LockKeyhole:()=>Z3,LockKeyholeOpen:()=>c1,LockOpen:()=>h1,LogIn:()=>J3,LogOut:()=>K3,Logs:()=>Y3,Lollipop:()=>Q3,Luggage:()=>t8,MSquare:()=>ys,Magnet:()=>e8,Mail:()=>i8,MailCheck:()=>a8,MailMinus:()=>r8,MailOpen:()=>o8,MailPlus:()=>s8,MailQuestion:()=>f1,MailQuestionMark:()=>f1,MailSearch:()=>n8,MailWarning:()=>l8,MailX:()=>d8,Mailbox:()=>p8,Mails:()=>c8,Map:()=>k8,MapMinus:()=>h8,MapPin:()=>b8,MapPinCheck:()=>u8,MapPinCheckInside:()=>f8,MapPinHouse:()=>m8,MapPinMinus:()=>g8,MapPinMinusInside:()=>x8,MapPinOff:()=>M8,MapPinPen:()=>u1,MapPinPlus:()=>y8,MapPinPlusInside:()=>v8,MapPinX:()=>C8,MapPinXInside:()=>w8,MapPinned:()=>S8,MapPlus:()=>A8,Mars:()=>L8,MarsStroke:()=>H8,Martini:()=>T8,Maximize:()=>E8,Maximize2:()=>P8,Medal:()=>B8,Megaphone:()=>V8,MegaphoneOff:()=>R8,Meh:()=>F8,MemoryStick:()=>I8,Menu:()=>D8,MenuSquare:()=>ws,Merge:()=>W8,MessageCircle:()=>Z8,MessageCircleCode:()=>O8,MessageCircleDashed:()=>z8,MessageCircleHeart:()=>q8,MessageCircleMore:()=>N8,MessageCircleOff:()=>U8,MessageCirclePlus:()=>$8,MessageCircleQuestion:()=>m1,MessageCircleQuestionMark:()=>m1,MessageCircleReply:()=>_8,MessageCircleWarning:()=>j8,MessageCircleX:()=>G8,MessageSquare:()=>p6,MessageSquareCode:()=>X8,MessageSquareDashed:()=>J8,MessageSquareDiff:()=>K8,MessageSquareDot:()=>Y8,MessageSquareHeart:()=>Q8,MessageSquareLock:()=>t6,MessageSquareMore:()=>e6,MessageSquareOff:()=>a6,MessageSquarePlus:()=>r6,MessageSquareQuote:()=>o6,MessageSquareReply:()=>s6,MessageSquareShare:()=>n6,MessageSquareText:()=>l6,MessageSquareWarning:()=>d6,MessageSquareX:()=>i6,MessagesSquare:()=>c6,Mic:()=>f6,Mic2:()=>x1,MicOff:()=>h6,MicVocal:()=>x1,Microchip:()=>u6,Microscope:()=>m6,Microwave:()=>x6,Milestone:()=>g6,Milk:()=>v6,MilkOff:()=>M6,Minimize:()=>w6,Minimize2:()=>y6,Minus:()=>C6,MinusCircle:()=>Kr,MinusSquare:()=>Cs,Monitor:()=>I6,MonitorCheck:()=>b6,MonitorCloud:()=>S6,MonitorCog:()=>A6,MonitorDot:()=>k6,MonitorDown:()=>H6,MonitorOff:()=>L6,MonitorPause:()=>T6,MonitorPlay:()=>P6,MonitorSmartphone:()=>E6,MonitorSpeaker:()=>B6,MonitorStop:()=>R6,MonitorUp:()=>V6,MonitorX:()=>F6,Moon:()=>W6,MoonStar:()=>D6,MoreHorizontal:()=>Co,MoreVertical:()=>wo,Motorbike:()=>O6,Mountain:()=>q6,MountainSnow:()=>z6,Mouse:()=>G6,MouseOff:()=>N6,MousePointer:()=>j6,MousePointer2:()=>U6,MousePointerBan:()=>$6,MousePointerClick:()=>_6,MousePointerSquareDashed:()=>hs,Move:()=>ng,Move3D:()=>g1,Move3d:()=>g1,MoveDiagonal:()=>X6,MoveDiagonal2:()=>Z6,MoveDown:()=>Y6,MoveDownLeft:()=>J6,MoveDownRight:()=>K6,MoveHorizontal:()=>Q6,MoveLeft:()=>tg,MoveRight:()=>eg,MoveUp:()=>og,MoveUpLeft:()=>ag,MoveUpRight:()=>rg,MoveVertical:()=>sg,Music:()=>pg,Music2:()=>lg,Music3:()=>dg,Music4:()=>ig,Navigation:()=>ug,Navigation2:()=>hg,Navigation2Off:()=>cg,NavigationOff:()=>fg,Network:()=>mg,Newspaper:()=>xg,Nfc:()=>gg,NonBinary:()=>Mg,Notebook:()=>Cg,NotebookPen:()=>vg,NotebookTabs:()=>yg,NotebookText:()=>wg,NotepadText:()=>Sg,NotepadTextDashed:()=>bg,Nut:()=>kg,NutOff:()=>Ag,Octagon:()=>Lg,OctagonAlert:()=>M1,OctagonMinus:()=>Hg,OctagonPause:()=>v1,OctagonX:()=>y1,Omega:()=>Tg,Option:()=>Pg,Orbit:()=>Eg,Origami:()=>Bg,Outdent:()=>Sa,Package:()=>zg,Package2:()=>Rg,PackageCheck:()=>Vg,PackageMinus:()=>Fg,PackageOpen:()=>Ig,PackagePlus:()=>Dg,PackageSearch:()=>Wg,PackageX:()=>Og,PaintBucket:()=>qg,PaintRoller:()=>Ng,Paintbrush:()=>Ug,Paintbrush2:()=>w1,PaintbrushVertical:()=>w1,Palette:()=>$g,Palmtree:()=>Xs,Panda:()=>_g,PanelBottom:()=>Zg,PanelBottomClose:()=>jg,PanelBottomDashed:()=>C1,PanelBottomInactive:()=>C1,PanelBottomOpen:()=>Gg,PanelLeft:()=>k1,PanelLeftClose:()=>b1,PanelLeftDashed:()=>S1,PanelLeftInactive:()=>S1,PanelLeftOpen:()=>A1,PanelLeftRightDashed:()=>Xg,PanelRight:()=>Yg,PanelRightClose:()=>Jg,PanelRightDashed:()=>H1,PanelRightInactive:()=>H1,PanelRightOpen:()=>Kg,PanelTop:()=>aM,PanelTopBottomDashed:()=>Qg,PanelTopClose:()=>tM,PanelTopDashed:()=>L1,PanelTopInactive:()=>L1,PanelTopOpen:()=>eM,PanelsLeftBottom:()=>rM,PanelsLeftRight:()=>go,PanelsRightBottom:()=>oM,PanelsTopBottom:()=>I1,PanelsTopLeft:()=>T1,Paperclip:()=>sM,Parentheses:()=>nM,ParkingCircle:()=>Qr,ParkingCircleOff:()=>Yr,ParkingMeter:()=>lM,ParkingSquare:()=>As,ParkingSquareOff:()=>Ss,PartyPopper:()=>dM,Pause:()=>iM,PauseCircle:()=>to,PauseOctagon:()=>v1,PawPrint:()=>pM,PcCase:()=>cM,Pen:()=>E1,PenBox:()=>oa,PenLine:()=>P1,PenOff:()=>hM,PenSquare:()=>oa,PenTool:()=>fM,Pencil:()=>gM,PencilLine:()=>uM,PencilOff:()=>mM,PencilRuler:()=>xM,Pentagon:()=>MM,Percent:()=>vM,PercentCircle:()=>eo,PercentDiamond:()=>vo,PercentSquare:()=>ks,PersonStanding:()=>yM,PhilippinePeso:()=>wM,Phone:()=>LM,PhoneCall:()=>CM,PhoneForwarded:()=>bM,PhoneIncoming:()=>SM,PhoneMissed:()=>AM,PhoneOff:()=>kM,PhoneOutgoing:()=>HM,Pi:()=>TM,PiSquare:()=>Hs,Piano:()=>PM,Pickaxe:()=>EM,PictureInPicture:()=>RM,PictureInPicture2:()=>BM,PieChart:()=>Er,PiggyBank:()=>VM,Pilcrow:()=>DM,PilcrowLeft:()=>FM,PilcrowRight:()=>IM,PilcrowSquare:()=>Ls,Pill:()=>OM,PillBottle:()=>WM,Pin:()=>qM,PinOff:()=>zM,Pipette:()=>NM,Pizza:()=>UM,Plane:()=>jM,PlaneLanding:()=>$M,PlaneTakeoff:()=>_M,Play:()=>GM,PlayCircle:()=>ao,PlaySquare:()=>Ts,Plug:()=>XM,Plug2:()=>ZM,PlugZap:()=>B1,PlugZap2:()=>B1,Plus:()=>JM,PlusCircle:()=>ro,PlusSquare:()=>Ps,Pocket:()=>YM,PocketKnife:()=>KM,Podcast:()=>QM,Pointer:()=>e7,PointerOff:()=>t7,Popcorn:()=>r7,Popsicle:()=>a7,PoundSterling:()=>o7,Power:()=>n7,PowerCircle:()=>oo,PowerOff:()=>s7,PowerSquare:()=>Es,Presentation:()=>l7,Printer:()=>i7,PrinterCheck:()=>d7,Projector:()=>p7,Proportions:()=>c7,Puzzle:()=>h7,Pyramid:()=>f7,QrCode:()=>u7,Quote:()=>m7,Rabbit:()=>x7,Radar:()=>g7,Radiation:()=>M7,Radical:()=>v7,Radio:()=>C7,RadioReceiver:()=>y7,RadioTower:()=>w7,Radius:()=>b7,RailSymbol:()=>S7,Rainbow:()=>A7,Rat:()=>k7,Ratio:()=>H7,Receipt:()=>D7,ReceiptCent:()=>L7,ReceiptEuro:()=>T7,ReceiptIndianRupee:()=>P7,ReceiptJapaneseYen:()=>E7,ReceiptPoundSterling:()=>B7,ReceiptRussianRuble:()=>R7,ReceiptSwissFranc:()=>V7,ReceiptText:()=>F7,ReceiptTurkishLira:()=>I7,RectangleCircle:()=>W7,RectangleEllipsis:()=>R1,RectangleGoggles:()=>O7,RectangleHorizontal:()=>z7,RectangleVertical:()=>q7,Recycle:()=>N7,Redo:()=>_7,Redo2:()=>U7,RedoDot:()=>$7,RefreshCcw:()=>G7,RefreshCcwDot:()=>j7,RefreshCw:()=>X7,RefreshCwOff:()=>Z7,Refrigerator:()=>J7,Regex:()=>K7,RemoveFormatting:()=>Y7,Repeat:()=>ev,Repeat1:()=>Q7,Repeat2:()=>tv,Replace:()=>rv,ReplaceAll:()=>av,Reply:()=>sv,ReplyAll:()=>ov,Rewind:()=>nv,Ribbon:()=>lv,Rocket:()=>dv,RockingChair:()=>iv,RollerCoaster:()=>pv,Rose:()=>cv,Rotate3D:()=>V1,Rotate3d:()=>V1,RotateCcw:()=>uv,RotateCcwKey:()=>hv,RotateCcwSquare:()=>fv,RotateCw:()=>xv,RotateCwSquare:()=>mv,Route:()=>Mv,RouteOff:()=>gv,Router:()=>vv,Rows:()=>F1,Rows2:()=>F1,Rows3:()=>I1,Rows4:()=>yv,Rss:()=>wv,Ruler:()=>bv,RulerDimensionLine:()=>Cv,RussianRuble:()=>Sv,Sailboat:()=>Av,Salad:()=>kv,Sandwich:()=>Hv,Satellite:()=>Tv,SatelliteDish:()=>Lv,SaudiRiyal:()=>Pv,Save:()=>Rv,SaveAll:()=>Ev,SaveOff:()=>Bv,Scale:()=>Vv,Scale3D:()=>D1,Scale3d:()=>D1,Scaling:()=>Fv,Scan:()=>$v,ScanBarcode:()=>Iv,ScanEye:()=>Dv,ScanFace:()=>Wv,ScanHeart:()=>Ov,ScanLine:()=>zv,ScanQrCode:()=>qv,ScanSearch:()=>Nv,ScanText:()=>Uv,ScatterChart:()=>Br,School:()=>_v,School2:()=>Ys,Scissors:()=>Gv,ScissorsLineDashed:()=>jv,ScissorsSquare:()=>Bs,ScissorsSquareDashedBottom:()=>rs,ScreenShare:()=>Xv,ScreenShareOff:()=>Zv,Scroll:()=>Kv,ScrollText:()=>Jv,Search:()=>a9,SearchCheck:()=>Yv,SearchCode:()=>Qv,SearchSlash:()=>t9,SearchX:()=>e9,Section:()=>r9,Send:()=>s9,SendHorizonal:()=>W1,SendHorizontal:()=>W1,SendToBack:()=>o9,SeparatorHorizontal:()=>n9,SeparatorVertical:()=>l9,Server:()=>c9,ServerCog:()=>d9,ServerCrash:()=>i9,ServerOff:()=>p9,Settings:()=>f9,Settings2:()=>h9,Shapes:()=>u9,Share:()=>x9,Share2:()=>m9,Sheet:()=>g9,Shell:()=>M9,Shield:()=>L9,ShieldAlert:()=>v9,ShieldBan:()=>y9,ShieldCheck:()=>w9,ShieldClose:()=>z1,ShieldEllipsis:()=>C9,ShieldHalf:()=>b9,ShieldMinus:()=>S9,ShieldOff:()=>A9,ShieldPlus:()=>k9,ShieldQuestion:()=>O1,ShieldQuestionMark:()=>O1,ShieldUser:()=>H9,ShieldX:()=>z1,Ship:()=>P9,ShipWheel:()=>T9,Shirt:()=>E9,ShoppingBag:()=>B9,ShoppingBasket:()=>R9,ShoppingCart:()=>V9,Shovel:()=>F9,ShowerHead:()=>I9,Shredder:()=>D9,Shrimp:()=>W9,Shrink:()=>O9,Shrub:()=>z9,Shuffle:()=>q9,Sidebar:()=>k1,SidebarClose:()=>b1,SidebarOpen:()=>A1,Sigma:()=>N9,SigmaSquare:()=>Rs,Signal:()=>G9,SignalHigh:()=>U9,SignalLow:()=>$9,SignalMedium:()=>_9,SignalZero:()=>j9,Signature:()=>Z9,Signpost:()=>J9,SignpostBig:()=>X9,Siren:()=>K9,SkipBack:()=>Y9,SkipForward:()=>Q9,Skull:()=>ty,Slack:()=>ey,Slash:()=>ay,SlashSquare:()=>Vs,Slice:()=>ry,Sliders:()=>q1,SlidersHorizontal:()=>oy,SlidersVertical:()=>q1,Smartphone:()=>ly,SmartphoneCharging:()=>sy,SmartphoneNfc:()=>ny,Smile:()=>iy,SmilePlus:()=>dy,Snail:()=>py,Snowflake:()=>cy,SoapDispenserDroplet:()=>hy,Sofa:()=>fy,SolarPanel:()=>uy,SortAsc:()=>pr,SortDesc:()=>lr,Soup:()=>my,Space:()=>xy,Spade:()=>gy,Sparkle:()=>My,Sparkles:()=>N1,Speaker:()=>vy,Speech:()=>yy,SpellCheck:()=>Cy,SpellCheck2:()=>wy,Spline:()=>Sy,SplinePointer:()=>by,Split:()=>Ay,SplitSquareHorizontal:()=>Fs,SplitSquareVertical:()=>Is,Spool:()=>ky,Spotlight:()=>Hy,SprayCan:()=>Ly,Sprout:()=>Ty,Square:()=>zy,SquareActivity:()=>U1,SquareArrowDown:()=>j1,SquareArrowDownLeft:()=>$1,SquareArrowDownRight:()=>_1,SquareArrowLeft:()=>G1,SquareArrowOutDownLeft:()=>Z1,SquareArrowOutDownRight:()=>X1,SquareArrowOutUpLeft:()=>J1,SquareArrowOutUpRight:()=>K1,SquareArrowRight:()=>Y1,SquareArrowUp:()=>es,SquareArrowUpLeft:()=>Q1,SquareArrowUpRight:()=>ts,SquareAsterisk:()=>as,SquareBottomDashedScissors:()=>rs,SquareChartGantt:()=>ka,SquareCheck:()=>ss,SquareCheckBig:()=>os,SquareChevronDown:()=>ns,SquareChevronLeft:()=>ls,SquareChevronRight:()=>ds,SquareChevronUp:()=>is,SquareCode:()=>ps,SquareDashed:()=>fs,SquareDashedBottom:()=>Ey,SquareDashedBottomCode:()=>Py,SquareDashedKanban:()=>cs,SquareDashedMousePointer:()=>hs,SquareDashedTopSolid:()=>By,SquareDivide:()=>us,SquareDot:()=>ms,SquareEqual:()=>xs,SquareFunction:()=>gs,SquareGanttChart:()=>ka,SquareKanban:()=>Ms,SquareLibrary:()=>vs,SquareM:()=>ys,SquareMenu:()=>ws,SquareMinus:()=>Cs,SquareMousePointer:()=>bs,SquareParking:()=>As,SquareParkingOff:()=>Ss,SquarePause:()=>Ry,SquarePen:()=>oa,SquarePercent:()=>ks,SquarePi:()=>Hs,SquarePilcrow:()=>Ls,SquarePlay:()=>Ts,SquarePlus:()=>Ps,SquarePower:()=>Es,SquareRadical:()=>Vy,SquareRoundCorner:()=>Fy,SquareScissors:()=>Bs,SquareSigma:()=>Rs,SquareSlash:()=>Vs,SquareSplitHorizontal:()=>Fs,SquareSplitVertical:()=>Is,SquareSquare:()=>Iy,SquareStack:()=>Dy,SquareStar:()=>Wy,SquareStop:()=>Oy,SquareTerminal:()=>Ds,SquareUser:()=>Os,SquareUserRound:()=>Ws,SquareX:()=>zs,SquaresExclude:()=>qy,SquaresIntersect:()=>Ny,SquaresSubtract:()=>Uy,SquaresUnite:()=>$y,Squircle:()=>jy,SquircleDashed:()=>_y,Squirrel:()=>Gy,Stamp:()=>Zy,Star:()=>Ky,StarHalf:()=>Xy,StarOff:()=>Jy,Stars:()=>N1,StepBack:()=>Yy,StepForward:()=>Qy,Stethoscope:()=>tw,Sticker:()=>ew,StickyNote:()=>aw,StopCircle:()=>no,Store:()=>rw,StretchHorizontal:()=>ow,StretchVertical:()=>sw,Strikethrough:()=>nw,Subscript:()=>lw,Subtitles:()=>vr,Sun:()=>hw,SunDim:()=>dw,SunMedium:()=>iw,SunMoon:()=>pw,SunSnow:()=>cw,Sunrise:()=>fw,Sunset:()=>uw,Superscript:()=>mw,SwatchBook:()=>xw,SwissFranc:()=>gw,SwitchCamera:()=>Mw,Sword:()=>vw,Swords:()=>yw,Syringe:()=>ww,Table:()=>Tw,Table2:()=>Cw,TableCellsMerge:()=>bw,TableCellsSplit:()=>Sw,TableColumnsSplit:()=>Aw,TableConfig:()=>wa,TableOfContents:()=>kw,TableProperties:()=>Hw,TableRowsSplit:()=>Lw,Tablet:()=>Ew,TabletSmartphone:()=>Pw,Tablets:()=>Bw,Tag:()=>Rw,Tags:()=>Vw,Tally1:()=>Fw,Tally2:()=>Iw,Tally3:()=>Dw,Tally4:()=>Ww,Tally5:()=>Ow,Tangent:()=>zw,Target:()=>qw,Telescope:()=>Nw,Tent:()=>$w,TentTree:()=>Uw,Terminal:()=>_w,TerminalSquare:()=>Ds,TestTube:()=>jw,TestTube2:()=>qs,TestTubeDiagonal:()=>qs,TestTubes:()=>Gw,Text:()=>Ha,TextAlignCenter:()=>Ns,TextAlignEnd:()=>Us,TextAlignJustify:()=>$s,TextAlignStart:()=>Ha,TextCursor:()=>Xw,TextCursorInput:()=>Zw,TextInitial:()=>_s,TextQuote:()=>Jw,TextSearch:()=>Kw,TextSelect:()=>js,TextSelection:()=>js,TextWrap:()=>Gs,Theater:()=>Yw,Thermometer:()=>eC,ThermometerSnowflake:()=>Qw,ThermometerSun:()=>tC,ThumbsDown:()=>aC,ThumbsUp:()=>rC,Ticket:()=>pC,TicketCheck:()=>oC,TicketMinus:()=>sC,TicketPercent:()=>nC,TicketPlus:()=>lC,TicketSlash:()=>dC,TicketX:()=>iC,Tickets:()=>hC,TicketsPlane:()=>cC,Timer:()=>mC,TimerOff:()=>fC,TimerReset:()=>uC,ToggleLeft:()=>xC,ToggleRight:()=>gC,Toilet:()=>MC,ToolCase:()=>vC,Tornado:()=>yC,Torus:()=>wC,Touchpad:()=>bC,TouchpadOff:()=>CC,TowerControl:()=>SC,ToyBrick:()=>AC,Tractor:()=>kC,TrafficCone:()=>HC,Train:()=>Zs,TrainFront:()=>TC,TrainFrontTunnel:()=>LC,TrainTrack:()=>PC,TramFront:()=>Zs,Transgender:()=>EC,Trash:()=>RC,Trash2:()=>BC,TreeDeciduous:()=>VC,TreePalm:()=>Xs,TreePine:()=>FC,Trees:()=>IC,Trello:()=>DC,TrendingDown:()=>WC,TrendingUp:()=>zC,TrendingUpDown:()=>OC,Triangle:()=>UC,TriangleAlert:()=>Js,TriangleDashed:()=>qC,TriangleRight:()=>NC,Trophy:()=>$C,Truck:()=>jC,TruckElectric:()=>_C,TurkishLira:()=>GC,Turntable:()=>ZC,Turtle:()=>XC,Tv:()=>KC,Tv2:()=>Ks,TvMinimal:()=>Ks,TvMinimalPlay:()=>JC,Twitch:()=>YC,Twitter:()=>QC,Type:()=>eb,TypeOutline:()=>tb,Umbrella:()=>rb,UmbrellaOff:()=>ab,Underline:()=>ob,Undo:()=>lb,Undo2:()=>sb,UndoDot:()=>nb,UnfoldHorizontal:()=>db,UnfoldVertical:()=>ib,Ungroup:()=>pb,University:()=>Ys,Unlink:()=>hb,Unlink2:()=>cb,Unlock:()=>h1,UnlockKeyhole:()=>c1,Unplug:()=>fb,Upload:()=>ub,UploadCloud:()=>uo,Usb:()=>mb,User:()=>Hb,User2:()=>on,UserCheck:()=>xb,UserCheck2:()=>Qs,UserCircle:()=>io,UserCircle2:()=>lo,UserCog:()=>gb,UserCog2:()=>tn,UserLock:()=>Mb,UserMinus:()=>vb,UserMinus2:()=>en,UserPen:()=>yb,UserPlus:()=>wb,UserPlus2:()=>an,UserRound:()=>on,UserRoundCheck:()=>Qs,UserRoundCog:()=>tn,UserRoundMinus:()=>en,UserRoundPen:()=>Cb,UserRoundPlus:()=>an,UserRoundSearch:()=>bb,UserRoundX:()=>rn,UserSearch:()=>Sb,UserSquare:()=>Os,UserSquare2:()=>Ws,UserStar:()=>Ab,UserX:()=>kb,UserX2:()=>rn,Users:()=>Lb,Users2:()=>sn,UsersRound:()=>sn,Utensils:()=>ln,UtensilsCrossed:()=>nn,UtilityPole:()=>Tb,Variable:()=>Pb,Vault:()=>Eb,VectorSquare:()=>Bb,Vegan:()=>Rb,VenetianMask:()=>Vb,Venus:()=>Ib,VenusAndMars:()=>Fb,Verified:()=>fr,Vibrate:()=>Wb,VibrateOff:()=>Db,Video:()=>zb,VideoOff:()=>Ob,Videotape:()=>qb,View:()=>Nb,Voicemail:()=>Ub,Volleyball:()=>$b,Volume:()=>Xb,Volume1:()=>_b,Volume2:()=>jb,VolumeOff:()=>Gb,VolumeX:()=>Zb,Vote:()=>Jb,Wallet:()=>Yb,Wallet2:()=>dn,WalletCards:()=>Kb,WalletMinimal:()=>dn,Wallpaper:()=>Qb,Wand:()=>tS,Wand2:()=>pn,WandSparkles:()=>pn,Warehouse:()=>eS,WashingMachine:()=>aS,Watch:()=>rS,Waves:()=>oS,WavesLadder:()=>sS,Waypoints:()=>nS,Webcam:()=>lS,Webhook:()=>iS,WebhookOff:()=>dS,Weight:()=>pS,Wheat:()=>hS,WheatOff:()=>cS,WholeWord:()=>fS,Wifi:()=>wS,WifiCog:()=>uS,WifiHigh:()=>mS,WifiLow:()=>xS,WifiOff:()=>gS,WifiPen:()=>MS,WifiSync:()=>vS,WifiZero:()=>yS,Wind:()=>bS,WindArrowDown:()=>CS,Wine:()=>AS,WineOff:()=>SS,Workflow:()=>kS,Worm:()=>HS,WrapText:()=>Gs,Wrench:()=>LS,X:()=>TS,XCircle:()=>po,XOctagon:()=>y1,XSquare:()=>zs,Youtube:()=>PS,Zap:()=>BS,ZapOff:()=>ES,ZoomIn:()=>RS,ZoomOut:()=>VS});var T2=[["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 P2=[["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 E2=[["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 B2=[["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 R2=[["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 V2=[["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 F2=[["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 rr=[["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 or=[["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 I2=[["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 sr=[["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 D2=[["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 W2=[["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 O2=[["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 z2=[["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 q2=[["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 N2=[["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 U2=[["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 $2=[["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 _2=[["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 j2=[["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 G2=[["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 Z2=[["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 X2=[["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 J2=[["rect",{width:"6",height:"10",x:"9",y:"7",rx:"2"}],["path",{d:"M4 22V2"}],["path",{d:"M20 22V2"}]];var K2=[["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 Y2=[["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 Q2=[["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 tl=[["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 el=[["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 al=[["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 rl=[["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 ol=[["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 sl=[["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 nl=[["rect",{width:"10",height:"6",x:"7",y:"9",rx:"2"}],["path",{d:"M22 20H2"}],["path",{d:"M22 4H2"}]];var ll=[["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 dl=[["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 il=[["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 pl=[["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 cl=[["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 hl=[["path",{d:"M12 22V8"}],["path",{d:"M5 12H2a10 10 0 0 0 20 0h-3"}],["circle",{cx:"12",cy:"5",r:"3"}]];var fl=[["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 ul=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M8 15h8"}],["path",{d:"M8 9h2"}],["path",{d:"M14 9h2"}]];var ml=[["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 xl=[["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 gl=[["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 Ml=[["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 vl=[["rect",{x:"2",y:"4",width:"20",height:"16",rx:"2"}],["path",{d:"M10 4v4"}],["path",{d:"M2 8h20"}],["path",{d:"M6 4v4"}]];var yl=[["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 wl=[["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 Cl=[["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 bl=[["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 Sl=[["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 Al=[["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 kl=[["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 Hl=[["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 Ll=[["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 Tl=[["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 Pl=[["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 El=[["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 Bl=[["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 Rl=[["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 Vl=[["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 nr=[["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 Fl=[["path",{d:"M19 3H5"}],["path",{d:"M12 21V7"}],["path",{d:"m6 15 6 6 6-6"}]];var Il=[["path",{d:"M17 7 7 17"}],["path",{d:"M17 17H7V7"}]];var Dl=[["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 Wl=[["path",{d:"m7 7 10 10"}],["path",{d:"M17 7v10H7"}]];var Ol=[["path",{d:"M12 2v14"}],["path",{d:"m19 9-7 7-7-7"}],["circle",{cx:"12",cy:"21",r:"1"}]];var zl=[["path",{d:"M12 17V3"}],["path",{d:"m6 11 6 6 6-6"}],["path",{d:"M19 21H5"}]];var ql=[["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 lr=[["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 dr=[["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 Nl=[["path",{d:"M12 5v14"}],["path",{d:"m19 12-7 7-7-7"}]];var Ul=[["path",{d:"m9 6-6 6 6 6"}],["path",{d:"M3 12h14"}],["path",{d:"M21 19V5"}]];var $l=[["path",{d:"M8 3 4 7l4 4"}],["path",{d:"M4 7h16"}],["path",{d:"m16 21 4-4-4-4"}],["path",{d:"M20 17H4"}]];var _l=[["path",{d:"M3 19V5"}],["path",{d:"m13 6-6 6 6 6"}],["path",{d:"M7 12h14"}]];var jl=[["path",{d:"m12 19-7-7 7-7"}],["path",{d:"M19 12H5"}]];var Gl=[["path",{d:"M3 5v14"}],["path",{d:"M21 12H7"}],["path",{d:"m15 18 6-6-6-6"}]];var Zl=[["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 Xl=[["path",{d:"M17 12H3"}],["path",{d:"m11 18 6-6-6-6"}],["path",{d:"M21 5v14"}]];var Jl=[["path",{d:"M5 12h14"}],["path",{d:"m12 5 7 7-7 7"}]];var Kl=[["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 Yl=[["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 ir=[["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 Ql=[["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 td=[["path",{d:"m5 9 7-7 7 7"}],["path",{d:"M12 16V2"}],["circle",{cx:"12",cy:"21",r:"1"}]];var ed=[["path",{d:"m18 9-6-6-6 6"}],["path",{d:"M12 3v14"}],["path",{d:"M5 21h14"}]];var ad=[["path",{d:"M7 17V7h10"}],["path",{d:"M17 17 7 7"}]];var pr=[["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 rd=[["path",{d:"M7 7h10v10"}],["path",{d:"M7 17 17 7"}]];var od=[["path",{d:"M5 3h14"}],["path",{d:"m18 13-6-6-6 6"}],["path",{d:"M12 7v14"}]];var sd=[["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 cr=[["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 nd=[["path",{d:"m5 12 7-7 7 7"}],["path",{d:"M12 19V5"}]];var ld=[["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 dd=[["path",{d:"M12 6v12"}],["path",{d:"M17.196 9 6.804 15"}],["path",{d:"m6.804 9 10.392 6"}]];var id=[["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 pd=[["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 cd=[["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 hd=[["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 fd=[["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 ud=[["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 hr=[["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 md=[["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 xd=[["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 gd=[["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 Md=[["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 fr=[["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 vd=[["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 yd=[["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 wd=[["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 Cd=[["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 bd=[["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 Sd=[["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 Ad=[["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 kd=[["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 Hd=[["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 ur=[["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 Ld=[["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 Td=[["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 Pd=[["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 Ed=[["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 Bd=[["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 Rd=[["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 Vd=[["path",{d:"M4.929 4.929 19.07 19.071"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Fd=[["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 Id=[["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 Dd=[["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 Wd=[["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 Od=[["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 zd=[["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 qd=[["path",{d:"M3 5v14"}],["path",{d:"M8 5v14"}],["path",{d:"M12 5v14"}],["path",{d:"M17 5v14"}],["path",{d:"M21 5v14"}]];var Nd=[["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 Ud=[["path",{d:"M4 20h16"}],["path",{d:"m6 16 6-12 6 12"}],["path",{d:"M8 12h8"}]];var $d=[["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 _d=[["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 jd=[["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 Gd=[["path",{d:"M22 14v-4"}],["path",{d:"M6 14v-4"}],["rect",{x:"2",y:"6",width:"16",height:"12",rx:"2"}]];var Zd=[["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 Xd=[["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 Jd=[["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 Kd=[["path",{d:"M 22 14 L 22 10"}],["rect",{x:"2",y:"6",width:"16",height:"12",rx:"2"}]];var Yd=[["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 Qd=[["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 t0=[["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 e0=[["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 a0=[["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 r0=[["path",{d:"M2 4v16"}],["path",{d:"M2 8h18a2 2 0 0 1 2 2v10"}],["path",{d:"M2 17h20"}],["path",{d:"M6 8v9"}]];var o0=[["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 s0=[["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 n0=[["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 l0=[["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 d0=[["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 i0=[["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 p0=[["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 c0=[["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 h0=[["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 f0=[["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 mr=[["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 xr=[["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 u0=[["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 m0=[["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 x0=[["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 g0=[["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 M0=[["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 v0=[["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 y0=[["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 w0=[["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 C0=[["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 b0=[["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 S0=[["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 k0=[["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 H0=[["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 L0=[["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 T0=[["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 P0=[["path",{d:"m7 7 10 10-5 5V2l5 5L7 17"}]];var E0=[["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 B0=[["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 R0=[["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 V0=[["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 F0=[["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 I0=[["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 D0=[["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 W0=[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20"}],["path",{d:"m9 9.5 2 2 4-4"}]];var O0=[["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 gr=[["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 z0=[["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 q0=[["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 N0=[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20"}],["path",{d:"M8.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 U0=[["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 $0=[["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 _0=[["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 j0=[["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 G0=[["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 Z0=[["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 X0=[["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 J0=[["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 K0=[["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 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 11h8"}],["path",{d:"M8 7h6"}]];var Q0=[["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 ti=[["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 ei=[["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 ai=[["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 ri=[["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 oi=[["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 si=[["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 ni=[["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 li=[["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 di=[["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 ii=[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z"}]];var pi=[["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 ci=[["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 hi=[["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 fi=[["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 ui=[["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 mi=[["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 xi=[["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 gi=[["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 Mr=[["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 Mi=[["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 vi=[["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 yi=[["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 wi=[["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 Ci=[["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 bi=[["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 Si=[["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 Ai=[["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 ki=[["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 Hi=[["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 Li=[["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 Ti=[["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 Pi=[["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 Ei=[["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 Bi=[["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 Ri=[["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 Vi=[["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 Fi=[["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 Ii=[["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 Di=[["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 Wi=[["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 Oi=[["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 zi=[["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 qi=[["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 Ni=[["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 Ui=[["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 $i=[["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 _i=[["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 ji=[["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 Gi=[["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 Zi=[["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 Xi=[["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 Ji=[["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 Ki=[["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 Yi=[["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 Qi=[["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 tp=[["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 ep=[["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 ap=[["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 rp=[["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 op=[["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 sp=[["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 np=[["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 lp=[["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 dp=[["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 ip=[["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 pp=[["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 cp=[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2"}],["path",{d:"M3 10h18"}]];var hp=[["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 fp=[["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 up=[["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 mp=[["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 xp=[["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 gp=[["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 Mp=[["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 vr=[["rect",{width:"18",height:"14",x:"3",y:"5",rx:"2",ry:"2"}],["path",{d:"M7 15h4M15 15h2M7 11h2M13 11h4"}]];var vp=[["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 yp=[["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 wp=[["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 Cp=[["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 bp=[["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 Sp=[["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 Ap=[["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 kp=[["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 Hp=[["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 Lp=[["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 Tp=[["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 Pp=[["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 Ep=[["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 Bp=[["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 yr=[["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 wr=[["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 Rp=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M7 11h8"}],["path",{d:"M7 16h3"}],["path",{d:"M7 6h12"}]];var Vp=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M7 11h8"}],["path",{d:"M7 16h12"}],["path",{d:"M7 6h3"}]];var Fp=[["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 Cr=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M7 16h8"}],["path",{d:"M7 11h12"}],["path",{d:"M7 6h3"}]];var br=[["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 Sr=[["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 Ip=[["path",{d:"M13 17V9"}],["path",{d:"M18 17v-3"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M8 17V5"}]];var Ar=[["path",{d:"M13 17V9"}],["path",{d:"M18 17V5"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M8 17v-3"}]];var Dp=[["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 kr=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M18 17V9"}],["path",{d:"M13 17V5"}],["path",{d:"M8 17v-3"}]];var Wp=[["path",{d:"M10 6h8"}],["path",{d:"M12 16h6"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M8 11h7"}]];var Hr=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"m19 9-5 5-4-4-3 3"}]];var Op=[["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 zp=[["path",{d:"M5 21V3"}],["path",{d:"M12 21V9"}],["path",{d:"M19 21v-6"}]];var Lr=[["path",{d:"M5 21v-6"}],["path",{d:"M12 21V9"}],["path",{d:"M19 21V3"}]];var Tr=[["path",{d:"M5 21v-6"}],["path",{d:"M12 21V3"}],["path",{d:"M19 21V9"}]];var qp=[["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 Pr=[["path",{d:"M6 5h12"}],["path",{d:"M4 12h10"}],["path",{d:"M12 19h8"}]];var Er=[["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 Br=[["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 Np=[["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 Up=[["path",{d:"M18 6 7 17l-5-5"}],["path",{d:"m22 10-7.5 7.5L13 16"}]];var $p=[["path",{d:"M20 4L9 15"}],["path",{d:"M21 19L3 19"}],["path",{d:"M9 15L4 10"}]];var _p=[["path",{d:"M20 6 9 17l-5-5"}]];var jp=[["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 Gp=[["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 Zp=[["path",{d:"m6 9 6 6 6-6"}]];var Xp=[["path",{d:"m17 18-6-6 6-6"}],["path",{d:"M7 6v12"}]];var Jp=[["path",{d:"m7 18 6-6-6-6"}],["path",{d:"M17 6v12"}]];var Kp=[["path",{d:"m15 18-6-6 6-6"}]];var Yp=[["path",{d:"m9 18 6-6-6-6"}]];var Qp=[["path",{d:"m18 15-6-6-6 6"}]];var tc=[["path",{d:"m7 20 5-5 5 5"}],["path",{d:"m7 4 5 5 5-5"}]];var ec=[["path",{d:"m7 6 5 5 5-5"}],["path",{d:"m7 13 5 5 5-5"}]];var ac=[["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 rc=[["path",{d:"m9 7-5 5 5 5"}],["path",{d:"m15 7 5 5-5 5"}]];var oc=[["path",{d:"m11 17-5-5 5-5"}],["path",{d:"m18 17-5-5 5-5"}]];var sc=[["path",{d:"m20 17-5-5 5-5"}],["path",{d:"m4 17 5-5-5-5"}]];var nc=[["path",{d:"m6 17 5-5-5-5"}],["path",{d:"m13 17 5-5-5-5"}]];var lc=[["path",{d:"m7 15 5 5 5-5"}],["path",{d:"m7 9 5-5 5 5"}]];var dc=[["path",{d:"m17 11-5-5-5 5"}],["path",{d:"m17 18-5-5-5 5"}]];var Rr=[["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 ic=[["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 pc=[["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 cc=[["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 Vr=[["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 Fr=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 8v8"}],["path",{d:"m8 12 4 4 4-4"}]];var Ir=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m12 8-4 4 4 4"}],["path",{d:"M16 12H8"}]];var Dr=[["path",{d:"M2 12a10 10 0 1 1 10 10"}],["path",{d:"m2 22 10-10"}],["path",{d:"M8 22H2v-6"}]];var Wr=[["path",{d:"M12 22a10 10 0 1 1 10-10"}],["path",{d:"M22 22 12 12"}],["path",{d:"M22 16v6h-6"}]];var Or=[["path",{d:"M2 8V2h6"}],["path",{d:"m2 2 10 10"}],["path",{d:"M12 2A10 10 0 1 1 2 12"}]];var zr=[["path",{d:"M22 12A10 10 0 1 1 12 2"}],["path",{d:"M22 2 12 12"}],["path",{d:"M16 2h6v6"}]];var qr=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m12 16 4-4-4-4"}],["path",{d:"M8 12h8"}]];var Nr=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m16 12-4-4-4 4"}],["path",{d:"M12 16V8"}]];var Ur=[["path",{d:"M21.801 10A10 10 0 1 1 17 3.335"}],["path",{d:"m9 11 3 3L22 4"}]];var $r=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m9 12 2 2 4-4"}]];var _r=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m16 10-4 4-4-4"}]];var jr=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m14 16-4-4 4-4"}]];var Gr=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m10 8 4 4-4 4"}]];var Zr=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m8 14 4-4 4 4"}]];var hc=[["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 Xr=[["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 fc=[["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 uc=[["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 mc=[["circle",{cx:"12",cy:"12",r:"10"}],["circle",{cx:"12",cy:"12",r:"1"}]];var xc=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M17 12h.01"}],["path",{d:"M12 12h.01"}],["path",{d:"M7 12h.01"}]];var gc=[["path",{d:"M7 10h10"}],["path",{d:"M7 14h10"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Mc=[["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 vc=[["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 Jr=[["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 Kr=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M8 12h8"}]];var yc=[["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 Yr=[["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 Qr=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M9 17V7h4a3 3 0 0 1 0 6H9"}]];var to=[["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 eo=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m15 9-6 6"}],["path",{d:"M9 9h.01"}],["path",{d:"M15 15h.01"}]];var ao=[["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 ro=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M8 12h8"}],["path",{d:"M12 8v8"}]];var wc=[["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 oo=[["path",{d:"M12 7v4"}],["path",{d:"M7.998 9.003a5 5 0 1 0 8-.005"}],["circle",{cx:"12",cy:"12",r:"10"}]];var ya=[["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 so=[["path",{d:"M22 2 2 22"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Cc=[["circle",{cx:"12",cy:"12",r:"10"}],["line",{x1:"9",x2:"15",y1:"15",y2:"9"}]];var bc=[["circle",{cx:"12",cy:"12",r:"6"}]];var Sc=[["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 no=[["circle",{cx:"12",cy:"12",r:"10"}],["rect",{x:"9",y:"9",width:"6",height:"6",rx:"1"}]];var lo=[["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 io=[["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 po=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m15 9-6 6"}],["path",{d:"m9 9 6 6"}]];var Ac=[["circle",{cx:"12",cy:"12",r:"10"}]];var kc=[["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 Hc=[["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 Lc=[["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 Tc=[["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 Pc=[["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 Ec=[["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 Bc=[["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 Rc=[["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 Vc=[["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 co=[["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 ho=[["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 Fc=[["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 Ic=[["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 Dc=[["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 Wc=[["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 Oc=[["path",{d:"M12 6v6l2-4"}],["circle",{cx:"12",cy:"12",r:"10"}]];var zc=[["path",{d:"M12 6v6l-4-2"}],["circle",{cx:"12",cy:"12",r:"10"}]];var qc=[["path",{d:"M12 6v6l-2-4"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Nc=[["path",{d:"M12 6v6"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Uc=[["path",{d:"M12 6v6l4-2"}],["circle",{cx:"12",cy:"12",r:"10"}]];var $c=[["path",{d:"M12 6v6h4"}],["circle",{cx:"12",cy:"12",r:"10"}]];var _c=[["path",{d:"M12 6v6l4 2"}],["circle",{cx:"12",cy:"12",r:"10"}]];var jc=[["path",{d:"M12 6v6l2 4"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Gc=[["path",{d:"M12 6v10"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Zc=[["path",{d:"M12 6v6l-2 4"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Xc=[["path",{d:"M12 6v6l-4 2"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Jc=[["path",{d:"M12 6v6H8"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Kc=[["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 Yc=[["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 Qc=[["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 th=[["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 eh=[["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 ah=[["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 rh=[["path",{d:"M12 6v6l4 2"}],["circle",{cx:"12",cy:"12",r:"10"}]];var oh=[["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 sh=[["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 nh=[["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 lh=[["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 fo=[["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 dh=[["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 ih=[["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 ph=[["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 ch=[["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 hh=[["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 fh=[["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 uh=[["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 mh=[["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 xh=[["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 gh=[["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 Mh=[["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 vh=[["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 uo=[["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 yh=[["path",{d:"M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z"}]];var wh=[["path",{d:"M17.5 21H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z"}],["path",{d:"M22 10a3 3 0 0 0-3-3h-2.207a5.502 5.502 0 0 0-10.702.5"}]];var Ch=[["path",{d:"M16.17 7.83 2 22"}],["path",{d:"M4.02 12a2.827 2.827 0 1 1 3.81-4.17A2.827 2.827 0 1 1 12 4.02a2.827 2.827 0 1 1 4.17 3.81A2.827 2.827 0 1 1 19.98 12a2.827 2.827 0 1 1-3.81 4.17A2.827 2.827 0 1 1 12 19.98a2.827 2.827 0 1 1-4.17-3.81A1 1 0 1 1 4 12"}],["path",{d:"m7.83 7.83 8.34 8.34"}]];var bh=[["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 mo=[["path",{d:"m18 16 4-4-4-4"}],["path",{d:"m6 8-4 4 4 4"}],["path",{d:"m14.5 4-5 16"}]];var Sh=[["path",{d:"m16 18 6-6-6-6"}],["path",{d:"m8 6-6 6 6 6"}]];var Ah=[["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 kh=[["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 Hh=[["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 Lh=[["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 Th=[["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 xo=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M12 3v18"}]];var wa=[["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 go=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}],["path",{d:"M15 3v18"}]];var Ph=[["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 Eh=[["path",{d:"M14 3a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1"}],["path",{d:"M19 3a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1"}],["path",{d:"m7 15 3 3"}],["path",{d:"m7 21 3-3H5a2 2 0 0 1-2-2v-2"}],["rect",{x:"14",y:"14",width:"7",height:"7",rx:"1"}],["rect",{x:"3",y:"3",width:"7",height:"7",rx:"1"}]];var Bh=[["path",{d:"M15 6v12a3 3 0 1 0 3-3H6a3 3 0 1 0 3 3V6a3 3 0 1 0-3 3h12a3 3 0 1 0-3-3"}]];var Rh=[["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 Vh=[["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 Ih=[["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 Dh=[["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 Wh=[["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 Mo=[["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 Oh=[["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 zh=[["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 qh=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 18a6 6 0 0 0 0-12v12z"}]];var Nh=[["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 Uh=[["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 $h=[["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 _h=[["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 jh=[["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 Gh=[["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 Zh=[["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 Xh=[["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 Jh=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M9.17 14.83a4 4 0 1 0 0-5.66"}]];var Kh=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M14.83 14.83a4 4 0 1 1 0-5.66"}]];var Yh=[["path",{d:"M20 4v7a4 4 0 0 1-4 4H4"}],["path",{d:"m9 10-5 5 5 5"}]];var Qh=[["path",{d:"m15 10 5 5-5 5"}],["path",{d:"M4 4v7a4 4 0 0 0 4 4h12"}]];var tf=[["path",{d:"m14 15-5 5-5-5"}],["path",{d:"M20 4h-7a4 4 0 0 0-4 4v12"}]];var ef=[["path",{d:"M14 9 9 4 4 9"}],["path",{d:"M20 20h-7a4 4 0 0 1-4-4V4"}]];var af=[["path",{d:"m10 15 5 5 5-5"}],["path",{d:"M4 4h7a4 4 0 0 1 4 4v12"}]];var rf=[["path",{d:"m10 9 5-5 5 5"}],["path",{d:"M4 20h7a4 4 0 0 0 4-4V4"}]];var of=[["path",{d:"M20 20v-7a4 4 0 0 0-4-4H4"}],["path",{d:"M9 14 4 9l5-5"}]];var sf=[["path",{d:"m15 14 5-5-5-5"}],["path",{d:"M4 20v-7a4 4 0 0 1 4-4h12"}]];var nf=[["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 lf=[["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 df=[["rect",{width:"20",height:"14",x:"2",y:"5",rx:"2"}],["line",{x1:"2",x2:"22",y1:"10",y2:"10"}]];var pf=[["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 cf=[["path",{d:"M6 2v14a2 2 0 0 0 2 2h14"}],["path",{d:"M18 22V8a2 2 0 0 0-2-2H2"}]];var hf=[["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 ff=[["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 uf=[["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 mf=[["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 xf=[["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 gf=[["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 Mf=[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3"}],["path",{d:"M3 5v14a9 3 0 0 0 18 0V5"}]];var vf=[["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 yf=[["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 wf=[["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 Cf=[["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 bf=[["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 Sf=[["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 Af=[["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 kf=[["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 Hf=[["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 Lf=[["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 vo=[["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 Tf=[["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 Pf=[["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 Ef=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["path",{d:"M12 12h.01"}]];var Bf=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["path",{d:"M15 9h.01"}],["path",{d:"M9 15h.01"}]];var Rf=[["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 Vf=[["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 Ff=[["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 If=[["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 Df=[["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 Wf=[["path",{d:"M12 3v14"}],["path",{d:"M5 10h14"}],["path",{d:"M5 21h14"}]];var Of=[["circle",{cx:"12",cy:"12",r:"10"}],["circle",{cx:"12",cy:"12",r:"4"}],["path",{d:"M12 12h.01"}]];var zf=[["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 qf=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["circle",{cx:"12",cy:"12",r:"5"}],["path",{d:"M12 12h.01"}]];var Nf=[["circle",{cx:"12",cy:"12",r:"10"}],["circle",{cx:"12",cy:"12",r:"2"}]];var Uf=[["circle",{cx:"12",cy:"6",r:"1"}],["line",{x1:"5",x2:"19",y1:"12",y2:"12"}],["circle",{cx:"12",cy:"18",r:"1"}]];var $f=[["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 _f=[["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 jf=[["path",{d:"M2 8h20"}],["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2"}],["path",{d:"M6 16h12"}]];var Gf=[["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 Zf=[["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 Xf=[["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 Jf=[["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 Kf=[["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 Yf=[["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 Qf=[["circle",{cx:"12.1",cy:"12.1",r:"1"}]];var tu=[["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 eu=[["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 au=[["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 ru=[["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 ou=[["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 su=[["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 nu=[["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 lu=[["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 du=[["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 iu=[["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 pu=[["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 cu=[["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 hu=[["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 fu=[["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 uu=[["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 yo=[["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 mu=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 2a7 7 0 1 0 10 10"}]];var xu=[["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 gu=[["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 Mu=[["path",{d:"M12 2C8 2 4 8 4 14a8 8 0 0 0 16 0c0-6-4-12-8-12"}]];var wo=[["circle",{cx:"12",cy:"12",r:"1"}],["circle",{cx:"12",cy:"5",r:"1"}],["circle",{cx:"12",cy:"19",r:"1"}]];var Co=[["circle",{cx:"12",cy:"12",r:"1"}],["circle",{cx:"19",cy:"12",r:"1"}],["circle",{cx:"5",cy:"12",r:"1"}]];var vu=[["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 yu=[["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 wu=[["line",{x1:"5",x2:"19",y1:"9",y2:"9"}],["line",{x1:"5",x2:"19",y1:"15",y2:"15"}]];var Cu=[["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 bu=[["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 Su=[["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 Au=[["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 ku=[["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 Hu=[["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 Lu=[["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 Tu=[["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 Pu=[["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 Eu=[["path",{d:"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"}]];var Bu=[["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 Ru=[["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 Vu=[["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 Fu=[["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 Iu=[["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 Du=[["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 Wu=[["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 Ou=[["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 bo=[["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 So=[["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 zu=[["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 Ao=[["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 ko=[["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 Ho=[["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 Lo=[["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 To=[["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 Po=[["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 Eo=[["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 qu=[["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 Nu=[["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 Bo=[["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 Uu=[["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 Ro=[["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 $u=[["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 _u=[["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 ju=[["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 Vo=[["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 Ca=[["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 Gu=[["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 Zu=[["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 Xu=[["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 Fo=[["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 Io=[["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 Do=[["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 Ju=[["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 Ku=[["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 Yu=[["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 Wo=[["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 Oo=[["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 zo=[["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 qo=[["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 Qu=[["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 No=[["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 tm=[["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 Uo=[["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 em=[["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 $o=[["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 am=[["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 rm=[["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 om=[["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 sm=[["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 nm=[["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 lm=[["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 _o=[["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 dm=[["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 im=[["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 pm=[["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 jo=[["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 cm=[["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 Go=[["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 hm=[["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 fm=[["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 um=[["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 mm=[["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 xm=[["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 gm=[["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 Mm=[["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 vm=[["path",{d:"M2 16s9-15 20-4C11 23 2 8 2 8"}]];var ym=[["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 wm=[["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 Cm=[["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 bm=[["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 Sm=[["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 Am=[["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 km=[["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 Hm=[["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 Lm=[["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 Tm=[["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 Pm=[["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 Em=[["path",{d:"M10 2v6.292a7 7 0 1 0 4 0V2"}],["path",{d:"M5 15h14"}],["path",{d:"M8.5 2h7"}]];var Bm=[["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 Rm=[["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 Vm=[["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 Fm=[["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 Im=[["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 Dm=[["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 Wm=[["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 Om=[["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 zm=[["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 qm=[["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 Nm=[["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 Um=[["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 $m=[["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 _m=[["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 Zo=[["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 jm=[["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 Gm=[["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 Zm=[["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 Xm=[["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 Jm=[["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 Km=[["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 Ym=[["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 Qm=[["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 tx=[["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 ex=[["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 ax=[["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 rx=[["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 ox=[["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 Xo=[["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 sx=[["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 nx=[["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 lx=[["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 dx=[["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 ix=[["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 px=[["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 cx=[["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 hx=[["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 fx=[["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 ux=[["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 mx=[["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 xx=[["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 gx=[["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 Mx=[["path",{d:"m15 17 5-5-5-5"}],["path",{d:"M4 18v-2a4 4 0 0 1 4-4h12"}]];var vx=[["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 yx=[["path",{d:"M5 16V9h14V2H5l14 14h-7m-7 0 7 7v-7m-7 0h7"}]];var wx=[["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 Cx=[["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 bx=[["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 Sx=[["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 Jo=[["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 Ko=[["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 Ax=[["path",{d:"M2 7v10"}],["path",{d:"M6 5v14"}],["rect",{width:"12",height:"18",x:"10",y:"3",rx:"2"}]];var kx=[["path",{d:"M2 3v18"}],["rect",{width:"12",height:"18",x:"6",y:"3",rx:"2"}],["path",{d:"M22 3v18"}]];var Hx=[["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 Lx=[["path",{d:"M7 2h10"}],["path",{d:"M5 6h14"}],["rect",{width:"18",height:"12",x:"3",y:"10",rx:"2"}]];var Tx=[["path",{d:"M3 2h18"}],["rect",{width:"18",height:"12",x:"3",y:"6",rx:"2"}],["path",{d:"M3 22h18"}]];var Px=[["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 Ex=[["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 Bx=[["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 Rx=[["path",{d:"m12 14 4-4"}],["path",{d:"M3.34 19a10 10 0 1 1 17.32 0"}]];var Vx=[["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 Fx=[["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 Ix=[["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 Dx=[["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 Wx=[["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 Ox=[["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 zx=[["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 qx=[["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 Yo=[["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 Nx=[["path",{d:"M12 3v6"}],["circle",{cx:"12",cy:"12",r:"3"}],["path",{d:"M12 15v6"}]];var Ux=[["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 $x=[["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 _x=[["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 jx=[["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 Gx=[["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 Zx=[["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 Xx=[["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 Jx=[["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 Kx=[["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 Yx=[["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 Qx=[["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 t4=[["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 e4=[["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 a4=[["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 r4=[["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 o4=[["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 s4=[["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 n4=[["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 l4=[["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 d4=[["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 i4=[["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 Qo=[["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 t1=[["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 e1=[["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 a1=[["path",{d:"M12 3v18"}],["path",{d:"M3 12h18"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}]];var p4=[["path",{d:"M15 3v18"}],["path",{d:"M3 12h18"}],["path",{d:"M9 3v18"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}]];var ba=[["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 c4=[["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 h4=[["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 f4=[["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 u4=[["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 m4=[["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 x4=[["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 g4=[["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 M4=[["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 v4=[["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 y4=[["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 r1=[["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 w4=[["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 o1=[["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 C4=[["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 b4=[["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 S4=[["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 A4=[["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 k4=[["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 H4=[["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 L4=[["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 T4=[["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 P4=[["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 E4=[["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 B4=[["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 R4=[["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 V4=[["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 F4=[["path",{d:"M4 12h8"}],["path",{d:"M4 18V6"}],["path",{d:"M12 18V6"}],["path",{d:"m17 12 3-2v8"}]];var I4=[["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 D4=[["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 W4=[["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 O4=[["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 z4=[["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 q4=[["path",{d:"M6 12h12"}],["path",{d:"M6 20V4"}],["path",{d:"M18 20V4"}]];var N4=[["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 U4=[["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 $4=[["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 _4=[["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 j4=[["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 G4=[["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 Z4=[["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 X4=[["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 J4=[["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 K4=[["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 Y4=[["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 Q4=[["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 t5=[["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 e5=[["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 a5=[["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 r5=[["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 o5=[["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 s5=[["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 n5=[["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 l5=[["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 d5=[["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 i5=[["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 p5=[["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 c5=[["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 s1=[["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 n1=[["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 l1=[["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 h5=[["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 f5=[["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 u5=[["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 m5=[["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 x5=[["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 g5=[["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 M5=[["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 v5=[["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 y5=[["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 w5=[["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 C5=[["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 b5=[["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 S5=[["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 A5=[["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 k5=[["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 H5=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 16v-4"}],["path",{d:"M12 8h.01"}]];var L5=[["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 T5=[["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 P5=[["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 E5=[["path",{d:"m16 14 4 4-4 4"}],["path",{d:"M20 10a8 8 0 1 0-8 8h8"}]];var B5=[["path",{d:"M4 10a8 8 0 1 1 8 8H4"}],["path",{d:"m8 22-4-4 4-4"}]];var R5=[["path",{d:"M12 9.5V21m0-11.5L6 3m6 6.5L18 3"}],["path",{d:"M6 15h12"}],["path",{d:"M6 11h12"}]];var V5=[["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 F5=[["path",{d:"M5 3v14"}],["path",{d:"M12 3v8"}],["path",{d:"M19 3v18"}]];var I5=[["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 D5=[["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 W5=[["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 O5=[["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 z5=[["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 q5=[["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 N5=[["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 U5=[["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 $5=[["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 _5=[["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 j5=[["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 G5=[["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 Z5=[["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 X5=[["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 J5=[["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 K5=[["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 Y5=[["path",{d:"M2 20h20"}],["path",{d:"m9 10 2 2 4-4"}],["rect",{x:"3",y:"4",width:"18",height:"12",rx:"2"}]];var d1=[["rect",{width:"18",height:"12",x:"3",y:"4",rx:"2",ry:"2"}],["line",{x1:"2",x2:"22",y1:"20",y2:"20"}]];var Q5=[["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 t3=[["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 e3=[["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 a3=[["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 r3=[["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 i1=[["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 o3=[["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 s3=[["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 n3=[["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 l3=[["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 d3=[["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 i3=[["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 p3=[["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 c3=[["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 h3=[["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 f3=[["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 u3=[["path",{d:"m16 6 4 14"}],["path",{d:"M12 6v14"}],["path",{d:"M8 8v12"}],["path",{d:"M4 4v16"}]];var m3=[["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 x3=[["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 g3=[["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 M3=[["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 v3=[["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 y3=[["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 w3=[["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 C3=[["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 b3=[["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 S3=[["path",{d:"M16 5H3"}],["path",{d:"M16 12H3"}],["path",{d:"M11 19H3"}],["path",{d:"m15 18 2 2 4-4"}]];var A3=[["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 k3=[["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 H3=[["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 L3=[["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 T3=[["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 P3=[["path",{d:"M12 5H2"}],["path",{d:"M6 12h12"}],["path",{d:"M9 19h6"}],["path",{d:"M16 5h6"}],["path",{d:"M19 8V2"}]];var E3=[["path",{d:"M2 5h20"}],["path",{d:"M6 12h12"}],["path",{d:"M9 19h6"}]];var Sa=[["path",{d:"M21 5H11"}],["path",{d:"M21 12H11"}],["path",{d:"M21 19H11"}],["path",{d:"m7 8-4 4 4 4"}]];var Aa=[["path",{d:"M21 5H11"}],["path",{d:"M21 12H11"}],["path",{d:"M21 19H11"}],["path",{d:"m3 8 4 4-4 4"}]];var B3=[["path",{d:"M16 5H3"}],["path",{d:"M11 12H3"}],["path",{d:"M16 19H3"}],["path",{d:"M21 12h-6"}]];var R3=[["path",{d:"M16 5H3"}],["path",{d:"M11 12H3"}],["path",{d:"M11 19H3"}],["path",{d:"M21 16V5"}],["circle",{cx:"18",cy:"16",r:"3"}]];var V3=[["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 F3=[["path",{d:"M16 5H3"}],["path",{d:"M11 12H3"}],["path",{d:"M16 19H3"}],["path",{d:"M18 9v6"}],["path",{d:"M21 12h-6"}]];var I3=[["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 D3=[["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 W3=[["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 O3=[["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 z3=[["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 q3=[["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 N3=[["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 p1=[["path",{d:"M21 12a9 9 0 1 1-6.219-8.56"}]];var U3=[["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 $3=[["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 _3=[["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 j3=[["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 G3=[["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 c1=[["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 Z3=[["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 h1=[["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 X3=[["rect",{width:"18",height:"11",x:"3",y:"11",rx:"2",ry:"2"}],["path",{d:"M7 11V7a5 5 0 0 1 10 0v4"}]];var J3=[["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 K3=[["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 Y3=[["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 Q3=[["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 t8=[["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 e8=[["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 a8=[["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 r8=[["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 o8=[["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 s8=[["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 f1=[["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 n8=[["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 l8=[["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 d8=[["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 i8=[["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 p8=[["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 c8=[["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 h8=[["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 f8=[["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 u8=[["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 m8=[["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 x8=[["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 g8=[["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 M8=[["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 u1=[["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 v8=[["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 y8=[["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 w8=[["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 C8=[["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 b8=[["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 S8=[["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 A8=[["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 k8=[["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 H8=[["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 L8=[["path",{d:"M16 3h5v5"}],["path",{d:"m21 3-6.75 6.75"}],["circle",{cx:"10",cy:"14",r:"6"}]];var T8=[["path",{d:"M8 22h8"}],["path",{d:"M12 11v11"}],["path",{d:"m19 3-7 8-7-8Z"}]];var P8=[["path",{d:"M15 3h6v6"}],["path",{d:"m21 3-7 7"}],["path",{d:"m3 21 7-7"}],["path",{d:"M9 21H3v-6"}]];var E8=[["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 B8=[["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 R8=[["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 V8=[["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 F8=[["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 I8=[["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 D8=[["path",{d:"M4 5h16"}],["path",{d:"M4 12h16"}],["path",{d:"M4 19h16"}]];var W8=[["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 O8=[["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 z8=[["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 q8=[["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 N8=[["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 U8=[["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 $8=[["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 m1=[["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 _8=[["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 j8=[["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 G8=[["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 Z8=[["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 X8=[["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 J8=[["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 K8=[["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 Y8=[["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 Q8=[["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 t6=[["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 e6=[["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 a6=[["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 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 8v6"}],["path",{d:"M9 11h6"}]];var o6=[["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 s6=[["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 n6=[["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 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:"M7 11h10"}],["path",{d:"M7 15h6"}],["path",{d:"M7 7h8"}]];var d6=[["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 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:"m14.5 8.5-5 5"}],["path",{d:"m9.5 8.5 5 5"}]];var p6=[["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 c6=[["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 h6=[["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 x1=[["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 f6=[["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 u6=[["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 m6=[["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 x6=[["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 g6=[["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 M6=[["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 v6=[["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 y6=[["path",{d:"m14 10 7-7"}],["path",{d:"M20 10h-6V4"}],["path",{d:"m3 21 7-7"}],["path",{d:"M4 14h6v6"}]];var w6=[["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 C6=[["path",{d:"M5 12h14"}]];var b6=[["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 S6=[["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 A6=[["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 k6=[["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 H6=[["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 L6=[["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 T6=[["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 P6=[["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 E6=[["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 B6=[["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 R6=[["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 V6=[["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 F6=[["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 I6=[["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 D6=[["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 W6=[["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 O6=[["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 z6=[["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 q6=[["path",{d:"m8 3 4 8 5-5 5 15H2L8 3z"}]];var N6=[["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 U6=[["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 $6=[["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 _6=[["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 j6=[["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 G6=[["rect",{x:"5",y:"2",width:"14",height:"20",rx:"7"}],["path",{d:"M12 6v4"}]];var g1=[["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 Z6=[["path",{d:"M19 13v6h-6"}],["path",{d:"M5 11V5h6"}],["path",{d:"m5 5 14 14"}]];var X6=[["path",{d:"M11 19H5v-6"}],["path",{d:"M13 5h6v6"}],["path",{d:"M19 5 5 19"}]];var J6=[["path",{d:"M11 19H5V13"}],["path",{d:"M19 5L5 19"}]];var K6=[["path",{d:"M19 13V19H13"}],["path",{d:"M5 5L19 19"}]];var Y6=[["path",{d:"M8 18L12 22L16 18"}],["path",{d:"M12 2V22"}]];var Q6=[["path",{d:"m18 8 4 4-4 4"}],["path",{d:"M2 12h20"}],["path",{d:"m6 8-4 4 4 4"}]];var tg=[["path",{d:"M6 8L2 12L6 16"}],["path",{d:"M2 12H22"}]];var eg=[["path",{d:"M18 8L22 12L18 16"}],["path",{d:"M2 12H22"}]];var ag=[["path",{d:"M5 11V5H11"}],["path",{d:"M5 5L19 19"}]];var rg=[["path",{d:"M13 5H19V11"}],["path",{d:"M19 5L5 19"}]];var og=[["path",{d:"M8 6L12 2L16 6"}],["path",{d:"M12 2V22"}]];var sg=[["path",{d:"M12 2v20"}],["path",{d:"m8 18 4 4 4-4"}],["path",{d:"m8 6 4-4 4 4"}]];var ng=[["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 lg=[["circle",{cx:"8",cy:"18",r:"4"}],["path",{d:"M12 18V2l7 4"}]];var dg=[["circle",{cx:"12",cy:"18",r:"4"}],["path",{d:"M16 18V2"}]];var ig=[["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 pg=[["path",{d:"M9 18V5l12-2v13"}],["circle",{cx:"6",cy:"18",r:"3"}],["circle",{cx:"18",cy:"16",r:"3"}]];var cg=[["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 hg=[["polygon",{points:"12 2 19 21 12 17 5 21 12 2"}]];var fg=[["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 ug=[["polygon",{points:"3 11 22 2 13 21 11 13 3 11"}]];var mg=[["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 xg=[["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 gg=[["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 Mg=[["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 vg=[["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 yg=[["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 wg=[["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 Cg=[["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 bg=[["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 Sg=[["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 Ag=[["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 kg=[["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 M1=[["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 Hg=[["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 v1=[["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 y1=[["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 Lg=[["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 Tg=[["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 Pg=[["path",{d:"M3 3h6l6 18h6"}],["path",{d:"M14 3h7"}]];var Eg=[["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 Bg=[["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 Rg=[["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 Vg=[["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 Fg=[["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 Ig=[["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 Dg=[["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 Wg=[["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 Og=[["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 zg=[["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 qg=[["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 Ng=[["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 w1=[["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 Ug=[["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 $g=[["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 _g=[["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 jg=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 15h18"}],["path",{d:"m15 8-3 3-3-3"}]];var C1=[["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 Gg=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 15h18"}],["path",{d:"m9 10 3-3 3 3"}]];var Zg=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 15h18"}]];var b1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}],["path",{d:"m16 15-3-3 3-3"}]];var S1=[["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 A1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}],["path",{d:"m14 9 3 3-3 3"}]];var Xg=[["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 k1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}]];var Jg=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M15 3v18"}],["path",{d:"m8 9 3 3-3 3"}]];var H1=[["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 Kg=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M15 3v18"}],["path",{d:"m10 15-3-3 3-3"}]];var Yg=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M15 3v18"}]];var Qg=[["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 tM=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}],["path",{d:"m9 16 3-3 3 3"}]];var L1=[["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 eM=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}],["path",{d:"m15 14-3 3-3-3"}]];var aM=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}]];var rM=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}],["path",{d:"M9 15h12"}]];var oM=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 15h12"}],["path",{d:"M15 3v18"}]];var T1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}],["path",{d:"M9 21V9"}]];var sM=[["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 nM=[["path",{d:"M8 21s-4-3-4-9 4-9 4-9"}],["path",{d:"M16 3s4 3 4 9-4 9-4 9"}]];var lM=[["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 dM=[["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 iM=[["rect",{x:"14",y:"3",width:"5",height:"18",rx:"1"}],["rect",{x:"5",y:"3",width:"5",height:"18",rx:"1"}]];var pM=[["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 cM=[["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 P1=[["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 hM=[["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 fM=[["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 E1=[["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 uM=[["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 mM=[["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 xM=[["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 gM=[["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 MM=[["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 vM=[["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 yM=[["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 wM=[["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 CM=[["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 bM=[["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 SM=[["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 AM=[["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 kM=[["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 HM=[["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 LM=[["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 TM=[["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 PM=[["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 EM=[["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 BM=[["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 RM=[["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 VM=[["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 FM=[["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 IM=[["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 DM=[["path",{d:"M13 4v16"}],["path",{d:"M17 4v16"}],["path",{d:"M19 4H9.5a4.5 4.5 0 0 0 0 9H13"}]];var WM=[["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 OM=[["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 zM=[["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 qM=[["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 NM=[["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 UM=[["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 $M=[["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 _M=[["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 jM=[["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 GM=[["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 ZM=[["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 B1=[["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 XM=[["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 JM=[["path",{d:"M5 12h14"}],["path",{d:"M12 5v14"}]];var KM=[["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 YM=[["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 QM=[["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 t7=[["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 e7=[["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 a7=[["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 r7=[["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 o7=[["path",{d:"M18 7c0-5.333-8-5.333-8 0"}],["path",{d:"M10 7v14"}],["path",{d:"M6 21h12"}],["path",{d:"M6 13h10"}]];var s7=[["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 n7=[["path",{d:"M12 2v10"}],["path",{d:"M18.4 6.6a9 9 0 1 1-12.77.04"}]];var l7=[["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 d7=[["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 i7=[["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 p7=[["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 c7=[["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 h7=[["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 f7=[["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 u7=[["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 m7=[["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 x7=[["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 g7=[["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 M7=[["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 v7=[["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 y7=[["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 w7=[["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 C7=[["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 b7=[["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 S7=[["path",{d:"M5 15h14"}],["path",{d:"M5 9h14"}],["path",{d:"m14 20-5-5 6-6-5-5"}]];var A7=[["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 k7=[["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 H7=[["rect",{width:"12",height:"20",x:"6",y:"2",rx:"2"}],["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2"}]];var L7=[["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 T7=[["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 P7=[["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 E7=[["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 B7=[["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 R7=[["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 V7=[["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 F7=[["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 I7=[["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 D7=[["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 W7=[["path",{d:"M14 4v16H3a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1z"}],["circle",{cx:"14",cy:"12",r:"8"}]];var R1=[["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 O7=[["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 z7=[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2"}]];var q7=[["rect",{width:"12",height:"20",x:"6",y:"2",rx:"2"}]];var N7=[["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 U7=[["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 $7=[["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 _7=[["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 j7=[["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 G7=[["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 Z7=[["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 X7=[["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 J7=[["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 K7=[["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 Y7=[["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 Q7=[["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 tv=[["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 ev=[["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 av=[["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 rv=[["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 ov=[["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 sv=[["path",{d:"M20 18v-2a4 4 0 0 0-4-4H4"}],["path",{d:"m9 17-5-5 5-5"}]];var nv=[["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 lv=[["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 dv=[["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 iv=[["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 pv=[["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 cv=[["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 V1=[["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 hv=[["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 fv=[["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 uv=[["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 mv=[["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 xv=[["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 gv=[["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 Mv=[["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 vv=[["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 F1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 12h18"}]];var I1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M21 9H3"}],["path",{d:"M21 15H3"}]];var yv=[["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 wv=[["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 Cv=[["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 bv=[["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 Sv=[["path",{d:"M6 11h8a4 4 0 0 0 0-8H9v18"}],["path",{d:"M6 15h8"}]];var Av=[["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 kv=[["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 Hv=[["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 Lv=[["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 Tv=[["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 Pv=[["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 Ev=[["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 Bv=[["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 Rv=[["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 D1=[["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 Vv=[["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 Fv=[["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 Iv=[["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 Dv=[["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 Wv=[["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 Ov=[["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 zv=[["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 qv=[["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 Nv=[["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 Uv=[["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 $v=[["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 _v=[["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 jv=[["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 Gv=[["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 Zv=[["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 Xv=[["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 Jv=[["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 Kv=[["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 Yv=[["path",{d:"m8 11 2 2 4-4"}],["circle",{cx:"11",cy:"11",r:"8"}],["path",{d:"m21 21-4.3-4.3"}]];var Qv=[["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 t9=[["path",{d:"m13.5 8.5-5 5"}],["circle",{cx:"11",cy:"11",r:"8"}],["path",{d:"m21 21-4.3-4.3"}]];var e9=[["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 a9=[["path",{d:"m21 21-4.34-4.34"}],["circle",{cx:"11",cy:"11",r:"8"}]];var r9=[["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 W1=[["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 o9=[["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 s9=[["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 n9=[["path",{d:"m16 16-4 4-4-4"}],["path",{d:"M3 12h18"}],["path",{d:"m8 8 4-4 4 4"}]];var l9=[["path",{d:"M12 3v18"}],["path",{d:"m16 16 4-4-4-4"}],["path",{d:"m8 8-4 4 4 4"}]];var d9=[["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 i9=[["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 p9=[["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 c9=[["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 h9=[["path",{d:"M14 17H5"}],["path",{d:"M19 7h-9"}],["circle",{cx:"17",cy:"17",r:"3"}],["circle",{cx:"7",cy:"7",r:"3"}]];var f9=[["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 u9=[["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 m9=[["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 x9=[["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 g9=[["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 M9=[["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 v9=[["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 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:"m4.243 5.21 14.39 12.472"}]];var w9=[["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 C9=[["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 b9=[["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 S9=[["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 A9=[["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 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:"M9 12h6"}],["path",{d:"M12 9v6"}]];var O1=[["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 H9=[["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 z1=[["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 L9=[["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 T9=[["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 P9=[["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 E9=[["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 B9=[["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 R9=[["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 V9=[["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 F9=[["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 I9=[["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 D9=[["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 W9=[["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 O9=[["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 z9=[["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 q9=[["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 N9=[["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 U9=[["path",{d:"M2 20h.01"}],["path",{d:"M7 20v-4"}],["path",{d:"M12 20v-8"}],["path",{d:"M17 20V8"}]];var $9=[["path",{d:"M2 20h.01"}],["path",{d:"M7 20v-4"}]];var _9=[["path",{d:"M2 20h.01"}],["path",{d:"M7 20v-4"}],["path",{d:"M12 20v-8"}]];var j9=[["path",{d:"M2 20h.01"}]];var G9=[["path",{d:"M2 20h.01"}],["path",{d:"M7 20v-4"}],["path",{d:"M12 20v-8"}],["path",{d:"M17 20V8"}],["path",{d:"M22 4v16"}]];var Z9=[["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 X9=[["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 J9=[["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 K9=[["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 Y9=[["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 Q9=[["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 ty=[["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 ey=[["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 ay=[["path",{d:"M22 2 2 22"}]];var ry=[["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 oy=[["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 q1=[["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 sy=[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2",ry:"2"}],["path",{d:"M12.667 8 10 12h4l-2.667 4"}]];var ny=[["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 ly=[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2",ry:"2"}],["path",{d:"M12 18h.01"}]];var dy=[["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 iy=[["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 py=[["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 cy=[["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 hy=[["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 fy=[["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 uy=[["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 my=[["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 xy=[["path",{d:"M22 17v1c0 .5-.5 1-1 1H3c-.5 0-1-.5-1-1v-1"}]];var gy=[["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 My=[["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 N1=[["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 vy=[["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 yy=[["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 wy=[["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 Cy=[["path",{d:"m6 16 6-12 6 12"}],["path",{d:"M8 12h8"}],["path",{d:"m16 20 2 2 4-4"}]];var by=[["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 Sy=[["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 Ay=[["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 ky=[["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 Hy=[["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 Ly=[["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 Ty=[["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 U1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M17 12h-2l-2 5-2-10-2 5H7"}]];var $1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m16 8-8 8"}],["path",{d:"M16 16H8V8"}]];var _1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m8 8 8 8"}],["path",{d:"M16 8v8H8"}]];var j1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M12 8v8"}],["path",{d:"m8 12 4 4 4-4"}]];var G1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m12 8-4 4 4 4"}],["path",{d:"M16 12H8"}]];var Z1=[["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 X1=[["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 J1=[["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 K1=[["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 Y1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 12h8"}],["path",{d:"m12 16 4-4-4-4"}]];var Q1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 16V8h8"}],["path",{d:"M16 16 8 8"}]];var ts=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 8h8v8"}],["path",{d:"m8 16 8-8"}]];var es=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m16 12-4-4-4 4"}],["path",{d:"M12 16V8"}]];var as=[["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 rs=[["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 ka=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 8h7"}],["path",{d:"M8 12h6"}],["path",{d:"M11 16h5"}]];var os=[["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 ss=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m9 12 2 2 4-4"}]];var ns=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m16 10-4 4-4-4"}]];var ls=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m14 16-4-4 4-4"}]];var ds=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m10 8 4 4-4 4"}]];var is=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m8 14 4-4 4 4"}]];var ps=[["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 Py=[["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 Ey=[["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 cs=[["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 hs=[["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 By=[["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 fs=[["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 us=[["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 ms=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["circle",{cx:"12",cy:"12",r:"1"}]];var xs=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M7 10h10"}],["path",{d:"M7 14h10"}]];var gs=[["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 Ms=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 7v7"}],["path",{d:"M12 7v4"}],["path",{d:"M16 7v9"}]];var vs=[["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 ys=[["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 ws=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M7 8h10"}],["path",{d:"M7 12h10"}],["path",{d:"M7 16h10"}]];var Cs=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 12h8"}]];var bs=[["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 Ss=[["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 As=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 17V7h4a3 3 0 0 1 0 6H9"}]];var Ry=[["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 oa=[["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 ks=[["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 Hs=[["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 Ls=[["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 Ts=[["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 Ps=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 12h8"}],["path",{d:"M12 8v8"}]];var Es=[["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 Vy=[["path",{d:"M7 12h2l2 5 2-10h4"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}]];var Fy=[["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 Bs=[["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 Rs=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M16 8.9V7H8l4 5-4 5h8v-1.9"}]];var Vs=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["line",{x1:"9",x2:"15",y1:"15",y2:"9"}]];var Fs=[["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 Is=[["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 Iy=[["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}],["rect",{x:"8",y:"8",width:"8",height:"8",rx:"1"}]];var Dy=[["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 Wy=[["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 Oy=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["rect",{x:"9",y:"9",width:"6",height:"6",rx:"1"}]];var Ds=[["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 Ws=[["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 Os=[["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 zs=[["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 zy=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}]];var qy=[["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 Ny=[["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 Uy=[["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 $y=[["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 _y=[["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 jy=[["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 Gy=[["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 Zy=[["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 Xy=[["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 Jy=[["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 Ky=[["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 Yy=[["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 Qy=[["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 tw=[["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 ew=[["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 aw=[["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 rw=[["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 ow=[["rect",{width:"20",height:"6",x:"2",y:"4",rx:"2"}],["rect",{width:"20",height:"6",x:"2",y:"14",rx:"2"}]];var sw=[["rect",{width:"6",height:"20",x:"4",y:"2",rx:"2"}],["rect",{width:"6",height:"20",x:"14",y:"2",rx:"2"}]];var nw=[["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 lw=[["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 dw=[["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 iw=[["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 pw=[["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 cw=[["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 hw=[["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 fw=[["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 uw=[["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 mw=[["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 xw=[["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 gw=[["path",{d:"M10 21V3h8"}],["path",{d:"M6 16h9"}],["path",{d:"M10 9.5h7"}]];var Mw=[["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 vw=[["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 yw=[["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 ww=[["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 Cw=[["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 bw=[["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 Sw=[["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 kw=[["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 Hw=[["path",{d:"M15 3v18"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M21 9H3"}],["path",{d:"M21 15H3"}]];var Lw=[["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 Tw=[["path",{d:"M12 3v18"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}],["path",{d:"M3 15h18"}]];var Pw=[["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 Ew=[["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",ry:"2"}],["line",{x1:"12",x2:"12.01",y1:"18",y2:"18"}]];var Bw=[["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 Rw=[["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 Vw=[["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 Fw=[["path",{d:"M4 4v16"}]];var Iw=[["path",{d:"M4 4v16"}],["path",{d:"M9 4v16"}]];var Dw=[["path",{d:"M4 4v16"}],["path",{d:"M9 4v16"}],["path",{d:"M14 4v16"}]];var Ww=[["path",{d:"M4 4v16"}],["path",{d:"M9 4v16"}],["path",{d:"M14 4v16"}],["path",{d:"M19 4v16"}]];var Ow=[["path",{d:"M4 4v16"}],["path",{d:"M9 4v16"}],["path",{d:"M14 4v16"}],["path",{d:"M19 4v16"}],["path",{d:"M22 6 2 18"}]];var zw=[["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 qw=[["circle",{cx:"12",cy:"12",r:"10"}],["circle",{cx:"12",cy:"12",r:"6"}],["circle",{cx:"12",cy:"12",r:"2"}]];var Nw=[["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 Uw=[["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 $w=[["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 _w=[["path",{d:"M12 19h8"}],["path",{d:"m4 17 6-6-6-6"}]];var qs=[["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 jw=[["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 Gw=[["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 Ns=[["path",{d:"M21 5H3"}],["path",{d:"M17 12H7"}],["path",{d:"M19 19H5"}]];var Us=[["path",{d:"M21 5H3"}],["path",{d:"M21 12H9"}],["path",{d:"M21 19H7"}]];var $s=[["path",{d:"M3 5h18"}],["path",{d:"M3 12h18"}],["path",{d:"M3 19h18"}]];var Ha=[["path",{d:"M21 5H3"}],["path",{d:"M15 12H3"}],["path",{d:"M17 19H3"}]];var Zw=[["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 Xw=[["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 _s=[["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 Jw=[["path",{d:"M17 5H3"}],["path",{d:"M21 12H8"}],["path",{d:"M21 19H8"}],["path",{d:"M3 12v7"}]];var Kw=[["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 js=[["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 Gs=[["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 Yw=[["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 Qw=[["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 tC=[["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 eC=[["path",{d:"M14 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z"}]];var aC=[["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 rC=[["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 oC=[["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 sC=[["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 nC=[["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 lC=[["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 dC=[["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 iC=[["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 pC=[["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 cC=[["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 hC=[["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 fC=[["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 uC=[["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 mC=[["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 xC=[["circle",{cx:"9",cy:"12",r:"3"}],["rect",{width:"20",height:"14",x:"2",y:"5",rx:"7"}]];var gC=[["circle",{cx:"15",cy:"12",r:"3"}],["rect",{width:"20",height:"14",x:"2",y:"5",rx:"7"}]];var MC=[["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 vC=[["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 yC=[["path",{d:"M21 4H3"}],["path",{d:"M18 8H6"}],["path",{d:"M19 12H9"}],["path",{d:"M16 16h-6"}],["path",{d:"M11 20H9"}]];var wC=[["ellipse",{cx:"12",cy:"11",rx:"3",ry:"2"}],["ellipse",{cx:"12",cy:"12.5",rx:"10",ry:"8.5"}]];var CC=[["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 bC=[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2"}],["path",{d:"M2 14h20"}],["path",{d:"M12 20v-6"}]];var SC=[["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 AC=[["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 kC=[["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 HC=[["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 LC=[["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 TC=[["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 PC=[["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 Zs=[["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 EC=[["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 BC=[["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 RC=[["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 VC=[["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 Xs=[["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 FC=[["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 IC=[["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 DC=[["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 WC=[["path",{d:"M16 17h6v-6"}],["path",{d:"m22 17-8.5-8.5-5 5L2 7"}]];var OC=[["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 zC=[["path",{d:"M16 7h6v6"}],["path",{d:"m22 7-8.5 8.5-5-5L2 17"}]];var Js=[["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 qC=[["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 NC=[["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 UC=[["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 $C=[["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 _C=[["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 jC=[["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 GC=[["path",{d:"M15 4 5 9"}],["path",{d:"m15 8.5-10 5"}],["path",{d:"M18 12a9 9 0 0 1-9 9V3"}]];var ZC=[["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 XC=[["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 JC=[["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 Ks=[["path",{d:"M7 21h10"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2"}]];var KC=[["path",{d:"m17 2-5 5-5-5"}],["rect",{width:"20",height:"15",x:"2",y:"7",rx:"2"}]];var YC=[["path",{d:"M21 2H3v16h5v4l4-4h5l4-4V2zm-10 9V7m5 4V7"}]];var QC=[["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 tb=[["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 eb=[["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 ab=[["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 rb=[["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 ob=[["path",{d:"M6 4v6a6 6 0 0 0 12 0V4"}],["line",{x1:"4",x2:"20",y1:"20",y2:"20"}]];var sb=[["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 nb=[["path",{d:"M21 17a9 9 0 0 0-15-6.7L3 13"}],["path",{d:"M3 7v6h6"}],["circle",{cx:"12",cy:"17",r:"1"}]];var lb=[["path",{d:"M3 7v6h6"}],["path",{d:"M21 17a9 9 0 0 0-9-9 9 9 0 0 0-6 2.3L3 13"}]];var db=[["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 ib=[["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 pb=[["rect",{width:"8",height:"6",x:"5",y:"4",rx:"1"}],["rect",{width:"8",height:"6",x:"11",y:"14",rx:"1"}]];var Ys=[["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 cb=[["path",{d:"M15 7h2a5 5 0 0 1 0 10h-2m-6 0H7A5 5 0 0 1 7 7h2"}]];var hb=[["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 fb=[["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 ub=[["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 mb=[["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 xb=[["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 gb=[["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 Mb=[["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 vb=[["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 yb=[["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 wb=[["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 Qs=[["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 tn=[["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 en=[["path",{d:"M2 21a8 8 0 0 1 13.292-6"}],["circle",{cx:"10",cy:"8",r:"5"}],["path",{d:"M22 19h-6"}]];var Cb=[["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 an=[["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 bb=[["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 rn=[["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 on=[["circle",{cx:"12",cy:"8",r:"5"}],["path",{d:"M20 21a8 8 0 0 0-16 0"}]];var Sb=[["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 Ab=[["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 kb=[["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 Hb=[["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 sn=[["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 Lb=[["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 nn=[["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 ln=[["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 Tb=[["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 Pb=[["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 Eb=[["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 Bb=[["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 Rb=[["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 Vb=[["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 Fb=[["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 Ib=[["path",{d:"M12 15v7"}],["path",{d:"M9 19h6"}],["circle",{cx:"12",cy:"9",r:"6"}]];var Db=[["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 Wb=[["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 Ob=[["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 zb=[["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 qb=[["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 Nb=[["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 Ub=[["circle",{cx:"6",cy:"12",r:"4"}],["circle",{cx:"18",cy:"12",r:"4"}],["line",{x1:"6",x2:"18",y1:"16",y2:"16"}]];var $b=[["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 _b=[["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 jb=[["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 Gb=[["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 Zb=[["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 Xb=[["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 Jb=[["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 Kb=[["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 dn=[["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 Yb=[["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 Qb=[["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 pn=[["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 tS=[["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 eS=[["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 aS=[["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 rS=[["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 oS=[["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 sS=[["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 nS=[["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 lS=[["circle",{cx:"12",cy:"10",r:"8"}],["circle",{cx:"12",cy:"10",r:"3"}],["path",{d:"M7 22h10"}],["path",{d:"M12 22v-4"}]];var dS=[["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 iS=[["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 pS=[["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 cS=[["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 hS=[["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 fS=[["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 uS=[["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 mS=[["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 xS=[["path",{d:"M12 20h.01"}],["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"}],["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 MS=[["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 vS=[["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 yS=[["path",{d:"M12 20h.01"}]];var wS=[["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 CS=[["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 bS=[["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 SS=[["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 AS=[["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 kS=[["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 HS=[["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 LS=[["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 TS=[["path",{d:"M18 6 6 18"}],["path",{d:"m6 6 12 12"}]];var PS=[["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 ES=[["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 BS=[["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 RS=[["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 VS=[["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 CL=({icons:r={},nameAttr:e="data-lucide",attrs:a={},root:t=document,inTemplates:s}={})=>{if(!Object.values(r).length)throw new Error(`Please provide an icons object.
|
|
54
54
|
If you want to use all the icons you can import it like:
|
|
55
55
|
\`import { createIcons, icons } from 'lucide';
|
|
56
|
-
lucide.createIcons({icons});\``);if(typeof t=="undefined")throw new Error("`createIcons()` only works in a browser environment.");if(Array.from(t.querySelectorAll(`[${e}]`)).forEach(n=>fA(n,{nameAttr:e,icons:r,attrs:a})),s&&Array.from(t.querySelectorAll("template")).forEach(d=>iL({icons:r,nameAttr:e,attrs:a,root:d.content,inTemplates:s})),e==="data-lucide"){let n=t.querySelectorAll("[icon-name]");n.length>0&&(console.warn("[Lucide] Some icons were found with the now deprecated icon-name attribute. These will still be replaced for backwards compatibility, but will no longer be supported in v1.0 and you should switch to data-lucide"),Array.from(n).forEach(d=>fA(d,{nameAttr:"icon-name",icons:r,attrs:a})))}};var lt=(r,e=24,a="currentColor",t=2)=>{try{let s=r.split("-").map(n=>n.charAt(0).toUpperCase()+n.slice(1)).join(""),o=mA[s];return o?YT(o,e,a,t):(console.warn(`Lucide icon "${r}" not found (tried "${s}"). Available icons: https://lucide.dev/icons`),null)}catch(s){return console.warn(`Failed to render Lucide icon "${r}":`,s),null}};function YT(r,e,a,t){if(!r||!Array.isArray(r))return null;let s=document.createElementNS("http://www.w3.org/2000/svg","svg");return s.setAttribute("width",String(e)),s.setAttribute("height",String(e)),s.setAttribute("viewBox","0 0 24 24"),s.setAttribute("fill","none"),s.setAttribute("stroke",a),s.setAttribute("stroke-width",String(t)),s.setAttribute("stroke-linecap","round"),s.setAttribute("stroke-linejoin","round"),s.setAttribute("aria-hidden","true"),r.forEach(o=>{if(Array.isArray(o)&&o.length>=2){let n=o[0],d=o[1];if(d){let i=document.createElementNS("http://www.w3.org/2000/svg",n);Object.entries(d).forEach(([f,m])=>{f!=="stroke"&&i.setAttribute(f,String(m))}),s.appendChild(i)}}}),s}function pL(r){return typeof r=="string"?[{type:"text",text:r}]:r}function hL(r){return typeof r=="string"?r:r.filter(e=>e.type==="text").map(e=>e.text).join("")}function cL(r){return typeof r=="string"?!1:r.some(e=>e.type==="image")}function fL(r){return typeof r=="string"?[]:r.filter(e=>e.type==="image")}function BS(r){return{type:"text",text:r}}function uL(r,e){return{type:"image",image:r,...(e==null?void 0:e.mimeType)&&{mimeType:e.mimeType},...(e==null?void 0:e.alt)&&{alt:e.alt}}}async function mL(r){return new Promise((e,a)=>{let t=new FileReader;t.onload=()=>{let s=t.result;e({type:"image",image:s,mimeType:r.type,alt:r.name})},t.onerror=()=>a(new Error("Failed to read file")),t.readAsDataURL(r)})}function xL(r,e=["image/png","image/jpeg","image/gif","image/webp"],a=10*1024*1024){return e.includes(r.type)?r.size>a?{valid:!1,error:`File too large. Maximum size: ${Math.round(a/1048576)}MB`}:{valid:!0}:{valid:!1,error:`Invalid file type. Accepted types: ${e.join(", ")}`}}var gL=["image/png","image/jpeg","image/gif","image/webp","image/svg+xml","image/bmp"],QT=["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"],Ha=[...gL,...QT];function tP(r){return gL.includes(r)||r.startsWith("image/")}function RS(r){return tP(r.type)}async function ML(r){return new Promise((e,a)=>{let t=new FileReader;t.onload=()=>{let s=t.result;RS(r)?e({type:"image",image:s,mimeType:r.type,alt:r.name}):e({type:"file",data:s,mimeType:r.type,filename:r.name})},t.onerror=()=>a(new Error("Failed to read file")),t.readAsDataURL(r)})}function vL(r,e=Ha,a=10*1024*1024){return e.includes(r.type)?r.size>a?{valid:!1,error:`File too large. Maximum size: ${Math.round(a/1048576)}MB`}:{valid:!0}:{valid:!1,error:`Invalid file type "${r.type}". Accepted types: ${e.join(", ")}`}}function eP(r){let e=r.split(".");return e.length>1?e.pop().toLowerCase():""}function yL(r,e){let a=eP(e).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]||a||"FILE"}var VS={allowedTypes:Ha,maxFileSize:10*1024*1024,maxFiles:4};function aP(){return`attach_${Date.now()}_${Math.random().toString(36).substring(2,9)}`}function rP(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 Na=class r{constructor(e={}){this.attachments=[];this.previewsContainer=null;var a,t,s;this.config={allowedTypes:(a=e.allowedTypes)!=null?a:VS.allowedTypes,maxFileSize:(t=e.maxFileSize)!=null?t:VS.maxFileSize,maxFiles:(s=e.maxFiles)!=null?s:VS.maxFiles,onFileRejected:e.onFileRejected,onAttachmentsChange:e.onAttachmentsChange}}setPreviewsContainer(e){this.previewsContainer=e}updateConfig(e){e.allowedTypes!==void 0&&(this.config.allowedTypes=e.allowedTypes.length>0?e.allowedTypes:VS.allowedTypes),e.maxFileSize!==void 0&&(this.config.maxFileSize=e.maxFileSize),e.maxFiles!==void 0&&(this.config.maxFiles=e.maxFiles),e.onFileRejected!==void 0&&(this.config.onFileRejected=e.onFileRejected),e.onAttachmentsChange!==void 0&&(this.config.onAttachmentsChange=e.onAttachmentsChange)}getAttachments(){return[...this.attachments]}getContentParts(){return this.attachments.map(e=>e.contentPart)}hasAttachments(){return this.attachments.length>0}count(){return this.attachments.length}async handleFileSelect(e){var t,s,o,n,d,i,f;if(!e||e.length===0)return;let a=Array.from(e);for(let m of a){if(this.attachments.length>=this.config.maxFiles){(s=(t=this.config).onFileRejected)==null||s.call(t,m,"count");continue}let c=vL(m,this.config.allowedTypes,this.config.maxFileSize);if(!c.valid){let p=(o=c.error)!=null&&o.includes("type")?"type":"size";(d=(n=this.config).onFileRejected)==null||d.call(n,m,p);continue}try{let p=await ML(m),u=RS(m)?URL.createObjectURL(m):null,y={id:aP(),file:m,previewUrl:u,contentPart:p};this.attachments.push(y),this.renderPreview(y)}catch(p){console.error("[AttachmentManager] Failed to process file:",p)}}this.updatePreviewsVisibility(),(f=(i=this.config).onAttachmentsChange)==null||f.call(i,this.getAttachments())}removeAttachment(e){var o,n,d;let a=this.attachments.findIndex(i=>i.id===e);if(a===-1)return;let t=this.attachments[a];t.previewUrl&&URL.revokeObjectURL(t.previewUrl),this.attachments.splice(a,1);let s=(o=this.previewsContainer)==null?void 0:o.querySelector(`[data-attachment-id="${e}"]`);s&&s.remove(),this.updatePreviewsVisibility(),(d=(n=this.config).onAttachmentsChange)==null||d.call(n,this.getAttachments())}clearAttachments(){var e,a;for(let t of this.attachments)t.previewUrl&&URL.revokeObjectURL(t.previewUrl);this.attachments=[],this.previewsContainer&&(this.previewsContainer.innerHTML=""),this.updatePreviewsVisibility(),(a=(e=this.config).onAttachmentsChange)==null||a.call(e,this.getAttachments())}renderPreview(e){if(!this.previewsContainer)return;let a=RS(e.file),t=w("div","tvw-attachment-preview tvw-relative tvw-inline-block");if(t.setAttribute("data-attachment-id",e.id),t.style.width="48px",t.style.height="48px",a&&e.previewUrl){let n=w("img");n.src=e.previewUrl,n.alt=e.file.name,n.className="tvw-w-full tvw-h-full tvw-object-cover tvw-rounded-lg tvw-border tvw-border-gray-200",n.style.width="48px",n.style.height="48px",n.style.objectFit="cover",n.style.borderRadius="8px",t.appendChild(n)}else{let n=w("div");n.style.width="48px",n.style.height="48px",n.style.borderRadius="8px",n.style.backgroundColor="var(--cw-container, #f3f4f6)",n.style.border="1px solid var(--cw-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 d=rP(e.file.type),i=lt(d,20,"var(--cw-muted, #6b7280)",1.5);i&&n.appendChild(i);let f=w("span");f.textContent=yL(e.file.type,e.file.name),f.style.fontSize="8px",f.style.fontWeight="600",f.style.color="var(--cw-muted, #6b7280)",f.style.textTransform="uppercase",f.style.lineHeight="1",n.appendChild(f),t.appendChild(n)}let s=w("button","tvw-attachment-remove tvw-absolute tvw-flex tvw-items-center tvw-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="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=lt("x",10,"#ffffff",2);o?s.appendChild(o):(s.textContent="\xD7",s.style.color="#ffffff",s.style.fontSize="14px",s.style.lineHeight="1"),s.addEventListener("click",n=>{n.preventDefault(),n.stopPropagation(),this.removeAttachment(e.id)}),t.appendChild(s),this.previewsContainer.appendChild(t)}updatePreviewsVisibility(){this.previewsContainer&&(this.previewsContainer.style.display=this.attachments.length>0?"flex":"none")}static fromConfig(e,a){return new r({allowedTypes:e==null?void 0:e.allowedTypes,maxFileSize:e==null?void 0:e.maxFileSize,maxFiles:e==null?void 0:e.maxFiles,onFileRejected:e==null?void 0:e.onFileRejected,onAttachmentsChange:a})}};var xA=()=>{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"},oP=r=>{var o,n,d;let e=(o=r==null?void 0:r.colorScheme)!=null?o:"light",a=(n=r==null?void 0:r.theme)!=null?n:{},t=(d=r==null?void 0:r.darkTheme)!=null?d:a;return e==="light"?a:e==="dark"||xA()==="dark"?t:a},wL=r=>{let e=[];if(typeof document!="undefined"&&typeof MutationObserver!="undefined"){let a=new MutationObserver(()=>{r(xA())});a.observe(document.documentElement,{attributes:!0,attributeFilter:["class"]}),e.push(()=>a.disconnect())}if(typeof window!="undefined"&&window.matchMedia){let a=window.matchMedia("(prefers-color-scheme: dark)"),t=()=>r(xA());a.addEventListener?(a.addEventListener("change",t),e.push(()=>a.removeEventListener("change",t))):a.addListener&&(a.addListener(t),e.push(()=>a.removeListener(t)))}return()=>{e.forEach(a=>a())}},FS=(r,e)=>{let a=oP(e);Object.entries(a).forEach(([t,s])=>{if(s==null||s==="")return;let o=t.replace(/[A-Z]/g,n=>`-${n.toLowerCase()}`);r.style.setProperty(`--cw-${o}`,String(s))})};var CL=(function(){"use strict";let r=()=>{},e={morphStyle:"outerHTML",callbacks:{beforeNodeAdded:r,afterNodeAdded:r,beforeNodeMorphed:r,afterNodeMorphed:r,beforeNodeRemoved:r,afterNodeRemoved:r,beforeAttributeUpdated:r},head:{style:"merge",shouldPreserve:p=>p.getAttribute("im-preserve")==="true",shouldReAppend:p=>p.getAttribute("im-re-append")==="true",shouldRemove:r,afterHeadMorphed:r},restoreFocus:!0};function a(p,u,y={}){p=m(p);let C=c(u),k=f(p,C,y),b=s(k,()=>d(k,p,C,x=>x.morphStyle==="innerHTML"?(o(x,p,C),Array.from(p.childNodes)):t(x,p,C)));return k.pantry.remove(),b}function t(p,u,y){let C=c(u);return o(p,C,y,u,u.nextSibling),Array.from(C.childNodes)}function s(p,u){var H;if(!p.config.restoreFocus)return u();let y=document.activeElement;if(!(y instanceof HTMLInputElement||y instanceof HTMLTextAreaElement))return u();let{id:C,selectionStart:k,selectionEnd:b}=y,x=u();return C&&C!==((H=document.activeElement)==null?void 0:H.getAttribute("id"))&&(y=p.target.querySelector(`[id="${C}"]`),y==null||y.focus()),y&&!y.selectionEnd&&b&&y.setSelectionRange(k,b),x}let o=(function(){function p(h,g,M,S=null,B=null){g instanceof HTMLTemplateElement&&M instanceof HTMLTemplateElement&&(g=g.content,M=M.content),S||(S=g.firstChild);for(let T of M.childNodes){if(S&&S!=B){let W=y(h,T,S,B);if(W){W!==S&&k(h,S,W),n(W,T,h),S=W.nextSibling;continue}}if(T instanceof Element){let W=T.getAttribute("id");if(h.persistentIds.has(W)){let $=b(g,W,S,h);n($,T,h),S=$.nextSibling;continue}}let I=u(g,T,S,h);I&&(S=I.nextSibling)}for(;S&&S!=B;){let T=S;S=S.nextSibling,C(h,T)}}function u(h,g,M,S){if(S.callbacks.beforeNodeAdded(g)===!1)return null;if(S.idMap.has(g)){let B=document.createElement(g.tagName);return h.insertBefore(B,M),n(B,g,S),S.callbacks.afterNodeAdded(B),B}else{let B=document.importNode(g,!0);return h.insertBefore(B,M),S.callbacks.afterNodeAdded(B),B}}let y=(function(){function h(S,B,T,I){let W=null,$=B.nextSibling,ct=0,z=T;for(;z&&z!=I;){if(M(z,B)){if(g(S,z,B))return z;W===null&&(S.idMap.has(z)||(W=z))}if(W===null&&$&&M(z,$)&&(ct++,$=$.nextSibling,ct>=2&&(W=void 0)),S.activeElementAndParents.includes(z))break;z=z.nextSibling}return W||null}function g(S,B,T){let I=S.idMap.get(B),W=S.idMap.get(T);if(!W||!I)return!1;for(let $ of I)if(W.has($))return!0;return!1}function M(S,B){var W,$,ct;let T=S,I=B;return T.nodeType===I.nodeType&&T.tagName===I.tagName&&(!((W=T.getAttribute)!=null&&W.call(T,"id"))||(($=T.getAttribute)==null?void 0:$.call(T,"id"))===((ct=I.getAttribute)==null?void 0:ct.call(I,"id")))}return h})();function C(h,g){var M;if(h.idMap.has(g))H(h.pantry,g,null);else{if(h.callbacks.beforeNodeRemoved(g)===!1)return;(M=g.parentNode)==null||M.removeChild(g),h.callbacks.afterNodeRemoved(g)}}function k(h,g,M){let S=g;for(;S&&S!==M;){let B=S;S=S.nextSibling,C(h,B)}return S}function b(h,g,M,S){var T,I;let B=((I=(T=S.target).getAttribute)==null?void 0:I.call(T,"id"))===g&&S.target||S.target.querySelector(`[id="${g}"]`)||S.pantry.querySelector(`[id="${g}"]`);return x(B,S),H(h,B,M),B}function x(h,g){let M=h.getAttribute("id");for(;h=h.parentNode;){let S=g.idMap.get(h);S&&(S.delete(M),S.size||g.idMap.delete(h))}}function H(h,g,M){if(h.moveBefore)try{h.moveBefore(g,M)}catch{h.insertBefore(g,M)}else h.insertBefore(g,M)}return p})(),n=(function(){function p(x,H,h){return h.ignoreActive&&x===document.activeElement?null:(h.callbacks.beforeNodeMorphed(x,H)===!1||(x instanceof HTMLHeadElement&&h.head.ignore||(x instanceof HTMLHeadElement&&h.head.style!=="morph"?i(x,H,h):(u(x,H,h),b(x,h)||o(h,x,H))),h.callbacks.afterNodeMorphed(x,H)),x)}function u(x,H,h){let g=H.nodeType;if(g===1){let M=x,S=H,B=M.attributes,T=S.attributes;for(let I of T)k(I.name,M,"update",h)||M.getAttribute(I.name)!==I.value&&M.setAttribute(I.name,I.value);for(let I=B.length-1;0<=I;I--){let W=B[I];if(W&&!S.hasAttribute(W.name)){if(k(W.name,M,"remove",h))continue;M.removeAttribute(W.name)}}b(M,h)||y(M,S,h)}(g===8||g===3)&&x.nodeValue!==H.nodeValue&&(x.nodeValue=H.nodeValue)}function y(x,H,h){if(x instanceof HTMLInputElement&&H instanceof HTMLInputElement&&H.type!=="file"){let g=H.value,M=x.value;C(x,H,"checked",h),C(x,H,"disabled",h),H.hasAttribute("value")?M!==g&&(k("value",x,"update",h)||(x.setAttribute("value",g),x.value=g)):k("value",x,"remove",h)||(x.value="",x.removeAttribute("value"))}else if(x instanceof HTMLOptionElement&&H instanceof HTMLOptionElement)C(x,H,"selected",h);else if(x instanceof HTMLTextAreaElement&&H instanceof HTMLTextAreaElement){let g=H.value,M=x.value;if(k("value",x,"update",h))return;g!==M&&(x.value=g),x.firstChild&&x.firstChild.nodeValue!==g&&(x.firstChild.nodeValue=g)}}function C(x,H,h,g){let M=H[h],S=x[h];if(M!==S){let B=k(h,x,"update",g);B||(x[h]=H[h]),M?B||x.setAttribute(h,""):k(h,x,"remove",g)||x.removeAttribute(h)}}function k(x,H,h,g){return x==="value"&&g.ignoreActiveValue&&H===document.activeElement?!0:g.callbacks.beforeAttributeUpdated(x,H,h)===!1}function b(x,H){return!!H.ignoreActiveValue&&x===document.activeElement&&x!==document.body}return p})();function d(p,u,y,C){if(p.head.block){let k=u.querySelector("head"),b=y.querySelector("head");if(k&&b){let x=i(k,b,p);return Promise.all(x).then(()=>{let H=Object.assign(p,{head:{block:!1,ignore:!0}});return C(H)})}}return C(p)}function i(p,u,y){let C=[],k=[],b=[],x=[],H=new Map;for(let g of u.children)H.set(g.outerHTML,g);for(let g of p.children){let M=H.has(g.outerHTML),S=y.head.shouldReAppend(g),B=y.head.shouldPreserve(g);M||B?S?k.push(g):(H.delete(g.outerHTML),b.push(g)):y.head.style==="append"?S&&(k.push(g),x.push(g)):y.head.shouldRemove(g)!==!1&&k.push(g)}x.push(...H.values());let h=[];for(let g of x){let M=document.createRange().createContextualFragment(g.outerHTML).firstChild;if(y.callbacks.beforeNodeAdded(M)!==!1){if("href"in M&&M.href||"src"in M&&M.src){let S,B=new Promise(function(T){S=T});M.addEventListener("load",function(){S()}),h.push(B)}p.appendChild(M),y.callbacks.afterNodeAdded(M),C.push(M)}}for(let g of k)y.callbacks.beforeNodeRemoved(g)!==!1&&(p.removeChild(g),y.callbacks.afterNodeRemoved(g));return y.head.afterHeadMorphed(p,{added:C,kept:b,removed:k}),h}let f=(function(){function p(h,g,M){let{persistentIds:S,idMap:B}=x(h,g),T=u(M),I=T.morphStyle||"outerHTML";if(!["innerHTML","outerHTML"].includes(I))throw`Do not understand how to morph style ${I}`;return{target:h,newContent:g,config:T,morphStyle:I,ignoreActive:T.ignoreActive,ignoreActiveValue:T.ignoreActiveValue,restoreFocus:T.restoreFocus,idMap:B,persistentIds:S,pantry:y(),activeElementAndParents:C(h),callbacks:T.callbacks,head:T.head}}function u(h){let g=Object.assign({},e);return Object.assign(g,h),g.callbacks=Object.assign({},e.callbacks,h.callbacks),g.head=Object.assign({},e.head,h.head),g}function y(){let h=document.createElement("div");return h.hidden=!0,document.body.insertAdjacentElement("afterend",h),h}function C(h){let g=[],M=document.activeElement;if((M==null?void 0:M.tagName)!=="BODY"&&h.contains(M))for(;M&&(g.push(M),M!==h);)M=M.parentElement;return g}function k(h){var M;let g=Array.from(h.querySelectorAll("[id]"));return(M=h.getAttribute)!=null&&M.call(h,"id")&&g.push(h),g}function b(h,g,M,S){for(let B of S){let T=B.getAttribute("id");if(g.has(T)){let I=B;for(;I;){let W=h.get(I);if(W==null&&(W=new Set,h.set(I,W)),W.add(T),I===M)break;I=I.parentElement}}}}function x(h,g){let M=k(h),S=k(g),B=H(M,S),T=new Map;b(T,B,h,M);let I=g.__idiomorphRoot||g;return b(T,B,I,S),{persistentIds:B,idMap:T}}function H(h,g){let M=new Set,S=new Map;for(let{id:T,tagName:I}of h)S.has(T)?M.add(T):S.set(T,I);let B=new Set;for(let{id:T,tagName:I}of g)B.has(T)?M.add(T):S.get(T)===I&&B.add(T);for(let T of M)B.delete(T);return B}return p})(),{normalizeElement:m,normalizeParent:c}=(function(){let p=new WeakSet;function u(b){return b instanceof Document?b.documentElement:b}function y(b){if(b==null)return document.createElement("div");if(typeof b=="string")return y(k(b));if(p.has(b))return b;if(b instanceof Node){if(b.parentNode)return new C(b);{let x=document.createElement("div");return x.append(b),x}}else{let x=document.createElement("div");for(let H of[...b])x.append(H);return x}}class C{constructor(x){this.originalNode=x,this.realParentNode=x.parentNode,this.previousSibling=x.previousSibling,this.nextSibling=x.nextSibling}get childNodes(){let x=[],H=this.previousSibling?this.previousSibling.nextSibling:this.realParentNode.firstChild;for(;H&&H!=this.nextSibling;)x.push(H),H=H.nextSibling;return x}querySelectorAll(x){return this.childNodes.reduce((H,h)=>{if(h instanceof Element){h.matches(x)&&H.push(h);let g=h.querySelectorAll(x);for(let M=0;M<g.length;M++)H.push(g[M])}return H},[])}insertBefore(x,H){return this.realParentNode.insertBefore(x,H)}moveBefore(x,H){return this.realParentNode.moveBefore(x,H)}get __idiomorphRoot(){return this.originalNode}}function k(b){let x=new DOMParser,H=b.replace(/<svg(\s[^>]*>|>)([\s\S]*?)<\/svg>/gim,"");if(H.match(/<\/html>/)||H.match(/<\/head>/)||H.match(/<\/body>/)){let h=x.parseFromString(b,"text/html");if(H.match(/<\/html>/))return p.add(h),h;{let g=h.firstChild;return g&&p.add(g),g}}else{let g=x.parseFromString("<body><template>"+b+"</template></body>","text/html").body.querySelector("template").content;return p.add(g),g}}return{normalizeElement:u,normalizeParent:y}})();return{morph:a,defaults:e}})();var bL=(r,e,a={})=>{let{preserveTypingAnimation:t=!0}=a;CL.morph(r,e.innerHTML,{morphStyle:"innerHTML",callbacks:{beforeNodeMorphed(s,o){if(s instanceof HTMLElement&&t&&(s.classList.contains("tvw-animate-typing")||s.hasAttribute("data-preserve-animation")))return!1}}})};var De={idle:"Online",connecting:"Connecting\u2026",connected:"Streaming\u2026",error:"Offline"};var Ye={"bottom-right":"tvw-bottom-6 tvw-right-6","bottom-left":"tvw-bottom-6 tvw-left-6","top-right":"tvw-top-6 tvw-right-6","top-left":"tvw-top-6 tvw-left-6"};var $n=(r,e)=>{let a=w("button");a.type="button",a.innerHTML=`
|
|
56
|
+
lucide.createIcons({icons});\``);if(typeof t=="undefined")throw new Error("`createIcons()` only works in a browser environment.");if(Array.from(t.querySelectorAll(`[${e}]`)).forEach(n=>uA(n,{nameAttr:e,icons:r,attrs:a})),s&&Array.from(t.querySelectorAll("template")).forEach(l=>CL({icons:r,nameAttr:e,attrs:a,root:l.content,inTemplates:s})),e==="data-lucide"){let n=t.querySelectorAll("[icon-name]");n.length>0&&(console.warn("[Lucide] Some icons were found with the now deprecated icon-name attribute. These will still be replaced for backwards compatibility, but will no longer be supported in v1.0 and you should switch to data-lucide"),Array.from(n).forEach(l=>uA(l,{nameAttr:"icon-name",icons:r,attrs:a})))}};var lt=(r,e=24,a="currentColor",t=2)=>{try{let s=r.split("-").map(n=>n.charAt(0).toUpperCase()+n.slice(1)).join(""),o=xA[s];return o?rP(o,e,a,t):(console.warn(`Lucide icon "${r}" not found (tried "${s}"). Available icons: https://lucide.dev/icons`),null)}catch(s){return console.warn(`Failed to render Lucide icon "${r}":`,s),null}};function rP(r,e,a,t){if(!r||!Array.isArray(r))return null;let s=document.createElementNS("http://www.w3.org/2000/svg","svg");return s.setAttribute("width",String(e)),s.setAttribute("height",String(e)),s.setAttribute("viewBox","0 0 24 24"),s.setAttribute("fill","none"),s.setAttribute("stroke",a),s.setAttribute("stroke-width",String(t)),s.setAttribute("stroke-linecap","round"),s.setAttribute("stroke-linejoin","round"),s.setAttribute("aria-hidden","true"),r.forEach(o=>{if(Array.isArray(o)&&o.length>=2){let n=o[0],l=o[1];if(l){let i=document.createElementNS("http://www.w3.org/2000/svg",n);Object.entries(l).forEach(([c,m])=>{c!=="stroke"&&i.setAttribute(c,String(m))}),s.appendChild(i)}}}),s}var FS={allowedTypes:va,maxFileSize:10*1024*1024,maxFiles:4};function oP(){return`attach_${Date.now()}_${Math.random().toString(36).substring(2,9)}`}function sP(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 Na=class r{constructor(e={}){this.attachments=[];this.previewsContainer=null;var a,t,s;this.config={allowedTypes:(a=e.allowedTypes)!=null?a:FS.allowedTypes,maxFileSize:(t=e.maxFileSize)!=null?t:FS.maxFileSize,maxFiles:(s=e.maxFiles)!=null?s:FS.maxFiles,onFileRejected:e.onFileRejected,onAttachmentsChange:e.onAttachmentsChange}}setPreviewsContainer(e){this.previewsContainer=e}updateConfig(e){e.allowedTypes!==void 0&&(this.config.allowedTypes=e.allowedTypes.length>0?e.allowedTypes:FS.allowedTypes),e.maxFileSize!==void 0&&(this.config.maxFileSize=e.maxFileSize),e.maxFiles!==void 0&&(this.config.maxFiles=e.maxFiles),e.onFileRejected!==void 0&&(this.config.onFileRejected=e.onFileRejected),e.onAttachmentsChange!==void 0&&(this.config.onAttachmentsChange=e.onAttachmentsChange)}getAttachments(){return[...this.attachments]}getContentParts(){return this.attachments.map(e=>e.contentPart)}hasAttachments(){return this.attachments.length>0}count(){return this.attachments.length}async handleFileSelect(e){!e||e.length===0||await this.handleFiles(Array.from(e))}async handleFiles(e){var a,t,s,o,n,l,i;if(e.length){for(let c of e){if(this.attachments.length>=this.config.maxFiles){(t=(a=this.config).onFileRejected)==null||t.call(a,c,"count");continue}let m=vL(c,this.config.allowedTypes,this.config.maxFileSize);if(!m.valid){let f=(s=m.error)!=null&&s.includes("type")?"type":"size";(n=(o=this.config).onFileRejected)==null||n.call(o,c,f);continue}try{let f=await ML(c),p=k2(c)?URL.createObjectURL(c):null,u={id:oP(),file:c,previewUrl:p,contentPart:f};this.attachments.push(u),this.renderPreview(u)}catch(f){console.error("[AttachmentManager] Failed to process file:",f)}}this.updatePreviewsVisibility(),(i=(l=this.config).onAttachmentsChange)==null||i.call(l,this.getAttachments())}}removeAttachment(e){var o,n,l;let a=this.attachments.findIndex(i=>i.id===e);if(a===-1)return;let t=this.attachments[a];t.previewUrl&&URL.revokeObjectURL(t.previewUrl),this.attachments.splice(a,1);let s=(o=this.previewsContainer)==null?void 0:o.querySelector(`[data-attachment-id="${e}"]`);s&&s.remove(),this.updatePreviewsVisibility(),(l=(n=this.config).onAttachmentsChange)==null||l.call(n,this.getAttachments())}clearAttachments(){var e,a;for(let t of this.attachments)t.previewUrl&&URL.revokeObjectURL(t.previewUrl);this.attachments=[],this.previewsContainer&&(this.previewsContainer.innerHTML=""),this.updatePreviewsVisibility(),(a=(e=this.config).onAttachmentsChange)==null||a.call(e,this.getAttachments())}renderPreview(e){if(!this.previewsContainer)return;let a=k2(e.file),t=v("div","tvw-attachment-preview tvw-relative tvw-inline-block");if(t.setAttribute("data-attachment-id",e.id),t.style.width="48px",t.style.height="48px",a&&e.previewUrl){let n=v("img");n.src=e.previewUrl,n.alt=e.file.name,n.className="tvw-w-full tvw-h-full tvw-object-cover tvw-rounded-lg tvw-border tvw-border-gray-200",n.style.width="48px",n.style.height="48px",n.style.objectFit="cover",n.style.borderRadius="8px",t.appendChild(n)}else{let n=v("div");n.style.width="48px",n.style.height="48px",n.style.borderRadius="8px",n.style.backgroundColor="var(--cw-container, #f3f4f6)",n.style.border="1px solid var(--cw-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=sP(e.file.type),i=lt(l,20,"var(--cw-muted, #6b7280)",1.5);i&&n.appendChild(i);let c=v("span");c.textContent=yL(e.file.type,e.file.name),c.style.fontSize="8px",c.style.fontWeight="600",c.style.color="var(--cw-muted, #6b7280)",c.style.textTransform="uppercase",c.style.lineHeight="1",n.appendChild(c),t.appendChild(n)}let s=v("button","tvw-attachment-remove tvw-absolute tvw-flex tvw-items-center tvw-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="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=lt("x",10,"#ffffff",2);o?s.appendChild(o):(s.textContent="\xD7",s.style.color="#ffffff",s.style.fontSize="14px",s.style.lineHeight="1"),s.addEventListener("click",n=>{n.preventDefault(),n.stopPropagation(),this.removeAttachment(e.id)}),t.appendChild(s),this.previewsContainer.appendChild(t)}updatePreviewsVisibility(){this.previewsContainer&&(this.previewsContainer.style.display=this.attachments.length>0?"flex":"none")}static fromConfig(e,a){return new r({allowedTypes:e==null?void 0:e.allowedTypes,maxFileSize:e==null?void 0:e.maxFileSize,maxFiles:e==null?void 0:e.maxFiles,onFileRejected:e==null?void 0:e.onFileRejected,onAttachmentsChange:a})}};var gA=()=>{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"},nP=r=>{var o,n,l;let e=(o=r==null?void 0:r.colorScheme)!=null?o:"light",a=(n=r==null?void 0:r.theme)!=null?n:{},t=(l=r==null?void 0:r.darkTheme)!=null?l:a;return e==="light"?a:e==="dark"||gA()==="dark"?t:a},bL=r=>{let e=[];if(typeof document!="undefined"&&typeof MutationObserver!="undefined"){let a=new MutationObserver(()=>{r(gA())});a.observe(document.documentElement,{attributes:!0,attributeFilter:["class"]}),e.push(()=>a.disconnect())}if(typeof window!="undefined"&&window.matchMedia){let a=window.matchMedia("(prefers-color-scheme: dark)"),t=()=>r(gA());a.addEventListener?(a.addEventListener("change",t),e.push(()=>a.removeEventListener("change",t))):a.addListener&&(a.addListener(t),e.push(()=>a.removeListener(t)))}return()=>{e.forEach(a=>a())}},IS=(r,e)=>{let a=nP(e);Object.entries(a).forEach(([t,s])=>{if(s==null||s==="")return;let o=t.replace(/[A-Z]/g,n=>`-${n.toLowerCase()}`);r.style.setProperty(`--cw-${o}`,String(s))})};var SL=(function(){"use strict";let r=()=>{},e={morphStyle:"outerHTML",callbacks:{beforeNodeAdded:r,afterNodeAdded:r,beforeNodeMorphed:r,afterNodeMorphed:r,beforeNodeRemoved:r,afterNodeRemoved:r,beforeAttributeUpdated:r},head:{style:"merge",shouldPreserve:p=>p.getAttribute("im-preserve")==="true",shouldReAppend:p=>p.getAttribute("im-re-append")==="true",shouldRemove:r,afterHeadMorphed:r},restoreFocus:!0};function a(p,u,w={}){p=m(p);let C=f(u),A=c(p,C,w),b=s(A,()=>l(A,p,C,g=>g.morphStyle==="innerHTML"?(o(g,p,C),Array.from(p.childNodes)):t(g,p,C)));return A.pantry.remove(),b}function t(p,u,w){let C=f(u);return o(p,C,w,u,u.nextSibling),Array.from(C.childNodes)}function s(p,u){var L;if(!p.config.restoreFocus)return u();let w=document.activeElement;if(!(w instanceof HTMLInputElement||w instanceof HTMLTextAreaElement))return u();let{id:C,selectionStart:A,selectionEnd:b}=w,g=u();return C&&C!==((L=document.activeElement)==null?void 0:L.getAttribute("id"))&&(w=p.target.querySelector(`[id="${C}"]`),w==null||w.focus()),w&&!w.selectionEnd&&b&&w.setSelectionRange(A,b),g}let o=(function(){function p(h,x,y,S=null,B=null){x instanceof HTMLTemplateElement&&y instanceof HTMLTemplateElement&&(x=x.content,y=y.content),S||(S=x.firstChild);for(let P of y.childNodes){if(S&&S!=B){let D=w(h,P,S,B);if(D){D!==S&&A(h,S,D),n(D,P,h),S=D.nextSibling;continue}}if(P instanceof Element){let D=P.getAttribute("id");if(h.persistentIds.has(D)){let q=b(x,D,S,h);n(q,P,h),S=q.nextSibling;continue}}let I=u(x,P,S,h);I&&(S=I.nextSibling)}for(;S&&S!=B;){let P=S;S=S.nextSibling,C(h,P)}}function u(h,x,y,S){if(S.callbacks.beforeNodeAdded(x)===!1)return null;if(S.idMap.has(x)){let B=document.createElement(x.tagName);return h.insertBefore(B,y),n(B,x,S),S.callbacks.afterNodeAdded(B),B}else{let B=document.importNode(x,!0);return h.insertBefore(B,y),S.callbacks.afterNodeAdded(B),B}}let w=(function(){function h(S,B,P,I){let D=null,q=B.nextSibling,it=0,O=P;for(;O&&O!=I;){if(y(O,B)){if(x(S,O,B))return O;D===null&&(S.idMap.has(O)||(D=O))}if(D===null&&q&&y(O,q)&&(it++,q=q.nextSibling,it>=2&&(D=void 0)),S.activeElementAndParents.includes(O))break;O=O.nextSibling}return D||null}function x(S,B,P){let I=S.idMap.get(B),D=S.idMap.get(P);if(!D||!I)return!1;for(let q of I)if(D.has(q))return!0;return!1}function y(S,B){var D,q,it;let P=S,I=B;return P.nodeType===I.nodeType&&P.tagName===I.tagName&&(!((D=P.getAttribute)!=null&&D.call(P,"id"))||((q=P.getAttribute)==null?void 0:q.call(P,"id"))===((it=I.getAttribute)==null?void 0:it.call(I,"id")))}return h})();function C(h,x){var y;if(h.idMap.has(x))L(h.pantry,x,null);else{if(h.callbacks.beforeNodeRemoved(x)===!1)return;(y=x.parentNode)==null||y.removeChild(x),h.callbacks.afterNodeRemoved(x)}}function A(h,x,y){let S=x;for(;S&&S!==y;){let B=S;S=S.nextSibling,C(h,B)}return S}function b(h,x,y,S){var P,I;let B=((I=(P=S.target).getAttribute)==null?void 0:I.call(P,"id"))===x&&S.target||S.target.querySelector(`[id="${x}"]`)||S.pantry.querySelector(`[id="${x}"]`);return g(B,S),L(h,B,y),B}function g(h,x){let y=h.getAttribute("id");for(;h=h.parentNode;){let S=x.idMap.get(h);S&&(S.delete(y),S.size||x.idMap.delete(h))}}function L(h,x,y){if(h.moveBefore)try{h.moveBefore(x,y)}catch{h.insertBefore(x,y)}else h.insertBefore(x,y)}return p})(),n=(function(){function p(g,L,h){return h.ignoreActive&&g===document.activeElement?null:(h.callbacks.beforeNodeMorphed(g,L)===!1||(g instanceof HTMLHeadElement&&h.head.ignore||(g instanceof HTMLHeadElement&&h.head.style!=="morph"?i(g,L,h):(u(g,L,h),b(g,h)||o(h,g,L))),h.callbacks.afterNodeMorphed(g,L)),g)}function u(g,L,h){let x=L.nodeType;if(x===1){let y=g,S=L,B=y.attributes,P=S.attributes;for(let I of P)A(I.name,y,"update",h)||y.getAttribute(I.name)!==I.value&&y.setAttribute(I.name,I.value);for(let I=B.length-1;0<=I;I--){let D=B[I];if(D&&!S.hasAttribute(D.name)){if(A(D.name,y,"remove",h))continue;y.removeAttribute(D.name)}}b(y,h)||w(y,S,h)}(x===8||x===3)&&g.nodeValue!==L.nodeValue&&(g.nodeValue=L.nodeValue)}function w(g,L,h){if(g instanceof HTMLInputElement&&L instanceof HTMLInputElement&&L.type!=="file"){let x=L.value,y=g.value;C(g,L,"checked",h),C(g,L,"disabled",h),L.hasAttribute("value")?y!==x&&(A("value",g,"update",h)||(g.setAttribute("value",x),g.value=x)):A("value",g,"remove",h)||(g.value="",g.removeAttribute("value"))}else if(g instanceof HTMLOptionElement&&L instanceof HTMLOptionElement)C(g,L,"selected",h);else if(g instanceof HTMLTextAreaElement&&L instanceof HTMLTextAreaElement){let x=L.value,y=g.value;if(A("value",g,"update",h))return;x!==y&&(g.value=x),g.firstChild&&g.firstChild.nodeValue!==x&&(g.firstChild.nodeValue=x)}}function C(g,L,h,x){let y=L[h],S=g[h];if(y!==S){let B=A(h,g,"update",x);B||(g[h]=L[h]),y?B||g.setAttribute(h,""):A(h,g,"remove",x)||g.removeAttribute(h)}}function A(g,L,h,x){return g==="value"&&x.ignoreActiveValue&&L===document.activeElement?!0:x.callbacks.beforeAttributeUpdated(g,L,h)===!1}function b(g,L){return!!L.ignoreActiveValue&&g===document.activeElement&&g!==document.body}return p})();function l(p,u,w,C){if(p.head.block){let A=u.querySelector("head"),b=w.querySelector("head");if(A&&b){let g=i(A,b,p);return Promise.all(g).then(()=>{let L=Object.assign(p,{head:{block:!1,ignore:!0}});return C(L)})}}return C(p)}function i(p,u,w){let C=[],A=[],b=[],g=[],L=new Map;for(let x of u.children)L.set(x.outerHTML,x);for(let x of p.children){let y=L.has(x.outerHTML),S=w.head.shouldReAppend(x),B=w.head.shouldPreserve(x);y||B?S?A.push(x):(L.delete(x.outerHTML),b.push(x)):w.head.style==="append"?S&&(A.push(x),g.push(x)):w.head.shouldRemove(x)!==!1&&A.push(x)}g.push(...L.values());let h=[];for(let x of g){let y=document.createRange().createContextualFragment(x.outerHTML).firstChild;if(w.callbacks.beforeNodeAdded(y)!==!1){if("href"in y&&y.href||"src"in y&&y.src){let S,B=new Promise(function(P){S=P});y.addEventListener("load",function(){S()}),h.push(B)}p.appendChild(y),w.callbacks.afterNodeAdded(y),C.push(y)}}for(let x of A)w.callbacks.beforeNodeRemoved(x)!==!1&&(p.removeChild(x),w.callbacks.afterNodeRemoved(x));return w.head.afterHeadMorphed(p,{added:C,kept:b,removed:A}),h}let c=(function(){function p(h,x,y){let{persistentIds:S,idMap:B}=g(h,x),P=u(y),I=P.morphStyle||"outerHTML";if(!["innerHTML","outerHTML"].includes(I))throw`Do not understand how to morph style ${I}`;return{target:h,newContent:x,config:P,morphStyle:I,ignoreActive:P.ignoreActive,ignoreActiveValue:P.ignoreActiveValue,restoreFocus:P.restoreFocus,idMap:B,persistentIds:S,pantry:w(),activeElementAndParents:C(h),callbacks:P.callbacks,head:P.head}}function u(h){let x=Object.assign({},e);return Object.assign(x,h),x.callbacks=Object.assign({},e.callbacks,h.callbacks),x.head=Object.assign({},e.head,h.head),x}function w(){let h=document.createElement("div");return h.hidden=!0,document.body.insertAdjacentElement("afterend",h),h}function C(h){let x=[],y=document.activeElement;if((y==null?void 0:y.tagName)!=="BODY"&&h.contains(y))for(;y&&(x.push(y),y!==h);)y=y.parentElement;return x}function A(h){var y;let x=Array.from(h.querySelectorAll("[id]"));return(y=h.getAttribute)!=null&&y.call(h,"id")&&x.push(h),x}function b(h,x,y,S){for(let B of S){let P=B.getAttribute("id");if(x.has(P)){let I=B;for(;I;){let D=h.get(I);if(D==null&&(D=new Set,h.set(I,D)),D.add(P),I===y)break;I=I.parentElement}}}}function g(h,x){let y=A(h),S=A(x),B=L(y,S),P=new Map;b(P,B,h,y);let I=x.__idiomorphRoot||x;return b(P,B,I,S),{persistentIds:B,idMap:P}}function L(h,x){let y=new Set,S=new Map;for(let{id:P,tagName:I}of h)S.has(P)?y.add(P):S.set(P,I);let B=new Set;for(let{id:P,tagName:I}of x)B.has(P)?y.add(P):S.get(P)===I&&B.add(P);for(let P of y)B.delete(P);return B}return p})(),{normalizeElement:m,normalizeParent:f}=(function(){let p=new WeakSet;function u(b){return b instanceof Document?b.documentElement:b}function w(b){if(b==null)return document.createElement("div");if(typeof b=="string")return w(A(b));if(p.has(b))return b;if(b instanceof Node){if(b.parentNode)return new C(b);{let g=document.createElement("div");return g.append(b),g}}else{let g=document.createElement("div");for(let L of[...b])g.append(L);return g}}class C{constructor(g){this.originalNode=g,this.realParentNode=g.parentNode,this.previousSibling=g.previousSibling,this.nextSibling=g.nextSibling}get childNodes(){let g=[],L=this.previousSibling?this.previousSibling.nextSibling:this.realParentNode.firstChild;for(;L&&L!=this.nextSibling;)g.push(L),L=L.nextSibling;return g}querySelectorAll(g){return this.childNodes.reduce((L,h)=>{if(h instanceof Element){h.matches(g)&&L.push(h);let x=h.querySelectorAll(g);for(let y=0;y<x.length;y++)L.push(x[y])}return L},[])}insertBefore(g,L){return this.realParentNode.insertBefore(g,L)}moveBefore(g,L){return this.realParentNode.moveBefore(g,L)}get __idiomorphRoot(){return this.originalNode}}function A(b){let g=new DOMParser,L=b.replace(/<svg(\s[^>]*>|>)([\s\S]*?)<\/svg>/gim,"");if(L.match(/<\/html>/)||L.match(/<\/head>/)||L.match(/<\/body>/)){let h=g.parseFromString(b,"text/html");if(L.match(/<\/html>/))return p.add(h),h;{let x=h.firstChild;return x&&p.add(x),x}}else{let x=g.parseFromString("<body><template>"+b+"</template></body>","text/html").body.querySelector("template").content;return p.add(x),x}}return{normalizeElement:u,normalizeParent:w}})();return{morph:a,defaults:e}})();var AL=(r,e,a={})=>{let{preserveTypingAnimation:t=!0}=a;SL.morph(r,e.innerHTML,{morphStyle:"innerHTML",callbacks:{beforeNodeMorphed(s,o){if(s instanceof HTMLElement&&t&&(s.classList.contains("tvw-animate-typing")||s.hasAttribute("data-preserve-animation")))return!1}}})};var De={idle:"Online",connecting:"Connecting\u2026",connected:"Streaming\u2026",error:"Offline"};var Ye={"bottom-right":"tvw-bottom-6 tvw-right-6","bottom-left":"tvw-bottom-6 tvw-left-6","top-right":"tvw-top-6 tvw-right-6","top-left":"tvw-top-6 tvw-left-6"};var _n=(r,e)=>{let a=v("button");a.type="button",a.innerHTML=`
|
|
57
57
|
<span class="tvw-inline-flex tvw-items-center tvw-justify-center tvw-rounded-full tvw-bg-cw-primary tvw-text-white" data-role="launcher-icon">\u{1F4AC}</span>
|
|
58
58
|
<img data-role="launcher-image" class="tvw-rounded-full tvw-object-cover" alt="" style="display:none" />
|
|
59
59
|
<span class="tvw-flex tvw-flex-col tvw-items-start tvw-text-left">
|
|
@@ -61,12 +61,12 @@ lucide.createIcons({icons});\``);if(typeof t=="undefined")throw new Error("`crea
|
|
|
61
61
|
<span class="tvw-text-xs tvw-text-cw-muted" data-role="launcher-subtitle"></span>
|
|
62
62
|
</span>
|
|
63
63
|
<span class="tvw-ml-2 tvw-grid tvw-place-items-center tvw-rounded-full tvw-bg-cw-primary tvw-text-cw-call-to-action" data-role="launcher-call-to-action-icon">\u2197</span>
|
|
64
|
-
`,a.addEventListener("click",e);let t=o=>{var b,x,H,h,g,M,S,B,T,I,W,$;let n=(b=o.launcher)!=null?b:{},d=a.querySelector("[data-role='launcher-title']");d&&(d.textContent=(x=n.title)!=null?x:"Chat Assistant");let i=a.querySelector("[data-role='launcher-subtitle']");i&&(i.textContent=(H=n.subtitle)!=null?H:"Get answers fast");let f=a.querySelector(".tvw-flex-col");f&&(n.textHidden?f.style.display="none":f.style.display="");let m=a.querySelector("[data-role='launcher-icon']");if(m)if(n.agentIconHidden)m.style.display="none";else{let ct=(h=n.agentIconSize)!=null?h:"40px";if(m.style.height=ct,m.style.width=ct,m.innerHTML="",n.agentIconName){let z=parseFloat(ct)||24,dt=lt(n.agentIconName,z*.6,"#ffffff",2);dt?(m.appendChild(dt),m.style.display=""):(m.textContent=(g=n.agentIconText)!=null?g:"\u{1F4AC}",m.style.display="")}else n.iconUrl?m.style.display="none":(m.textContent=(M=n.agentIconText)!=null?M:"\u{1F4AC}",m.style.display="")}let c=a.querySelector("[data-role='launcher-image']");if(c){let ct=(S=n.agentIconSize)!=null?S:"40px";c.style.height=ct,c.style.width=ct,n.iconUrl&&!n.agentIconName&&!n.agentIconHidden?(c.src=n.iconUrl,c.style.display="block"):c.style.display="none"}let p=a.querySelector("[data-role='launcher-call-to-action-icon']");if(p){let ct=(B=n.callToActionIconSize)!=null?B:"32px";p.style.height=ct,p.style.width=ct,n.callToActionIconBackgroundColor?(p.style.backgroundColor=n.callToActionIconBackgroundColor,p.classList.remove("tvw-bg-cw-primary")):(p.style.backgroundColor="",p.classList.add("tvw-bg-cw-primary"));let z=0;if(n.callToActionIconPadding?(p.style.boxSizing="border-box",p.style.padding=n.callToActionIconPadding,z=(parseFloat(n.callToActionIconPadding)||0)*2):(p.style.boxSizing="",p.style.padding=""),n.callToActionIconHidden)p.style.display="none";else if(p.style.display="",p.innerHTML="",n.callToActionIconName){let dt=parseFloat(ct)||24,j=Math.max(dt-z,8),at=lt(n.callToActionIconName,j,"currentColor",2);at?p.appendChild(at):p.textContent=(T=n.callToActionIconText)!=null?T:"\u2197"}else p.textContent=(I=n.callToActionIconText)!=null?I:"\u2197"}let u=n.position&&Ye[n.position]?Ye[n.position]:Ye["bottom-right"],y="tvw-fixed tvw-flex tvw-items-center tvw-gap-3 tvw-rounded-launcher tvw-bg-cw-surface tvw-py-2.5 tvw-pl-3 tvw-pr-3 tvw-transition hover:tvw-translate-y-[-2px] tvw-cursor-pointer tvw-z-50";a.className=`${y} ${u}`;let C="1px solid #e5e7eb",k="0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1)";a.style.border=(W=n.border)!=null?W:C,a.style.boxShadow=($=n.shadow)!=null?$:k},s=()=>{a.removeEventListener("click",e),a.remove()};return r&&t(r),{element:a,update:t,destroy:s}};var ua=r=>{var I,W,$,ct,z,dt,j,at,yt,ut,jt,pe,Pe,Ue,Dt,At,rt,mt,Wt,ae,Le,xt,J,ue,me,ye,$e,we,Q,Bt,Ce,be;let{config:e,showClose:a=!0}=r,t=w("div","tvw-widget-header tvw-flex tvw-items-center tvw-gap-3 tvw-bg-cw-surface tvw-px-6 tvw-py-5 tvw-border-b-cw-divider"),s=(I=e==null?void 0:e.launcher)!=null?I:{},o=(W=s.headerIconSize)!=null?W:"48px",n=($=s.closeButtonSize)!=null?$:"32px",d=(ct=s.closeButtonPlacement)!=null?ct:"inline",i=(z=s.headerIconHidden)!=null?z:!1,f=s.headerIconName,m=w("div","tvw-flex tvw-items-center tvw-justify-center tvw-rounded-xl tvw-bg-cw-primary tvw-text-white tvw-text-xl");if(m.style.height=o,m.style.width=o,!i)if(f){let et=parseFloat(o)||24,Ot=lt(f,et*.6,"#ffffff",1);Ot?m.replaceChildren(Ot):m.textContent=(j=(dt=e==null?void 0:e.launcher)==null?void 0:dt.agentIconText)!=null?j:"\u{1F4AC}"}else if((at=e==null?void 0:e.launcher)!=null&&at.iconUrl){let et=w("img");et.src=e.launcher.iconUrl,et.alt="",et.className="tvw-rounded-xl tvw-object-cover",et.style.height=o,et.style.width=o,m.replaceChildren(et)}else m.textContent=(ut=(yt=e==null?void 0:e.launcher)==null?void 0:yt.agentIconText)!=null?ut:"\u{1F4AC}";let c=w("div","tvw-flex tvw-flex-col"),p=w("span","tvw-text-base tvw-font-semibold");p.textContent=(pe=(jt=e==null?void 0:e.launcher)==null?void 0:jt.title)!=null?pe:"Chat Assistant";let u=w("span","tvw-text-xs tvw-text-cw-muted");u.textContent=(Ue=(Pe=e==null?void 0:e.launcher)==null?void 0:Pe.subtitle)!=null?Ue:"Here to help you get answers fast",c.append(p,u),i?t.append(c):t.append(m,c);let y=(Dt=s.clearChat)!=null?Dt:{},C=(At=y.enabled)!=null?At:!0,k=(rt=y.placement)!=null?rt:"inline",b=null,x=null;if(C){let et=(mt=y.size)!=null?mt:"32px",Ot=(Wt=y.iconName)!=null?Wt:"refresh-cw",Se=(ae=y.iconColor)!=null?ae:"",Fe=(Le=y.backgroundColor)!=null?Le:"",Ee=(xt=y.borderWidth)!=null?xt:"",G=(J=y.borderColor)!=null?J:"",re=(ue=y.borderRadius)!=null?ue:"",Et=(me=y.paddingX)!=null?me:"",X=(ye=y.paddingY)!=null?ye:"",N=($e=y.tooltipText)!=null?$e:"Clear chat",gt=(we=y.showTooltip)!=null?we:!0;x=w("div",k==="top-right"?"tvw-absolute tvw-top-4 tvw-z-50":"tvw-relative tvw-ml-auto tvw-clear-chat-button-wrapper"),k==="top-right"&&(x.style.right="48px"),b=w("button","tvw-inline-flex tvw-items-center tvw-justify-center tvw-rounded-full tvw-text-cw-muted hover:tvw-bg-gray-100 tvw-cursor-pointer tvw-border-none"),b.style.height=et,b.style.width=et,b.type="button",b.setAttribute("aria-label",N);let ft=lt(Ot,"20px",Se||"",1);if(ft&&b.appendChild(ft),Se&&(b.style.color=Se,b.classList.remove("tvw-text-cw-muted")),Fe&&(b.style.backgroundColor=Fe,b.classList.remove("hover:tvw-bg-gray-100")),Ee||G){let ot=Ee||"0px",Tt=G||"transparent";b.style.border=`${ot} solid ${Tt}`,b.classList.remove("tvw-border-none")}if(re&&(b.style.borderRadius=re,b.classList.remove("tvw-rounded-full")),Et?(b.style.paddingLeft=Et,b.style.paddingRight=Et):(b.style.paddingLeft="",b.style.paddingRight=""),X?(b.style.paddingTop=X,b.style.paddingBottom=X):(b.style.paddingTop="",b.style.paddingBottom=""),x.appendChild(b),gt&&N&&b&&x){let ot=null,Tt=()=>{if(ot||!b)return;ot=w("div","tvw-clear-chat-tooltip"),ot.textContent=N;let Z=w("div");Z.className="tvw-clear-chat-tooltip-arrow",ot.appendChild(Z);let pt=b.getBoundingClientRect();ot.style.position="fixed",ot.style.left=`${pt.left+pt.width/2}px`,ot.style.top=`${pt.top-8}px`,ot.style.transform="translate(-50%, -100%)",document.body.appendChild(ot)},zt=()=>{ot&&ot.parentNode&&(ot.parentNode.removeChild(ot),ot=null)};x.addEventListener("mouseenter",Tt),x.addEventListener("mouseleave",zt),b.addEventListener("focus",Tt),b.addEventListener("blur",zt),x._cleanupTooltip=()=>{zt(),x&&(x.removeEventListener("mouseenter",Tt),x.removeEventListener("mouseleave",zt)),b&&(b.removeEventListener("focus",Tt),b.removeEventListener("blur",zt))}}k==="inline"&&t.appendChild(x)}let H=w("div",d==="top-right"?"tvw-absolute tvw-top-4 tvw-right-4 tvw-z-50":C&&k==="inline"?"":"tvw-ml-auto"),h=w("button","tvw-inline-flex tvw-items-center tvw-justify-center tvw-rounded-full tvw-text-cw-muted hover:tvw-bg-gray-100 tvw-cursor-pointer tvw-border-none");h.style.height=n,h.style.width=n,h.type="button";let g=(Q=s.closeButtonTooltipText)!=null?Q:"Close chat",M=(Bt=s.closeButtonShowTooltip)!=null?Bt:!0;h.setAttribute("aria-label",g),h.style.display=a?"":"none";let S=(Ce=s.closeButtonIconName)!=null?Ce:"x",B=(be=s.closeButtonIconText)!=null?be:"\xD7",T=lt(S,"20px",s.closeButtonColor||"",1);if(T?h.appendChild(T):h.textContent=B,s.closeButtonColor?(h.style.color=s.closeButtonColor,h.classList.remove("tvw-text-cw-muted")):(h.style.color="",h.classList.add("tvw-text-cw-muted")),s.closeButtonBackgroundColor?(h.style.backgroundColor=s.closeButtonBackgroundColor,h.classList.remove("hover:tvw-bg-gray-100")):(h.style.backgroundColor="",h.classList.add("hover:tvw-bg-gray-100")),s.closeButtonBorderWidth||s.closeButtonBorderColor){let et=s.closeButtonBorderWidth||"0px",Ot=s.closeButtonBorderColor||"transparent";h.style.border=`${et} solid ${Ot}`,h.classList.remove("tvw-border-none")}else h.style.border="",h.classList.add("tvw-border-none");if(s.closeButtonBorderRadius?(h.style.borderRadius=s.closeButtonBorderRadius,h.classList.remove("tvw-rounded-full")):(h.style.borderRadius="",h.classList.add("tvw-rounded-full")),s.closeButtonPaddingX?(h.style.paddingLeft=s.closeButtonPaddingX,h.style.paddingRight=s.closeButtonPaddingX):(h.style.paddingLeft="",h.style.paddingRight=""),s.closeButtonPaddingY?(h.style.paddingTop=s.closeButtonPaddingY,h.style.paddingBottom=s.closeButtonPaddingY):(h.style.paddingTop="",h.style.paddingBottom=""),H.appendChild(h),M&&g){let et=null,Ot=()=>{if(et)return;et=w("div","tvw-clear-chat-tooltip"),et.textContent=g;let Fe=w("div");Fe.className="tvw-clear-chat-tooltip-arrow",et.appendChild(Fe);let Ee=h.getBoundingClientRect();et.style.position="fixed",et.style.left=`${Ee.left+Ee.width/2}px`,et.style.top=`${Ee.top-8}px`,et.style.transform="translate(-50%, -100%)",document.body.appendChild(et)},Se=()=>{et&&et.parentNode&&(et.parentNode.removeChild(et),et=null)};H.addEventListener("mouseenter",Ot),H.addEventListener("mouseleave",Se),h.addEventListener("focus",Ot),h.addEventListener("blur",Se),H._cleanupTooltip=()=>{Se(),H.removeEventListener("mouseenter",Ot),H.removeEventListener("mouseleave",Se),h.removeEventListener("focus",Ot),h.removeEventListener("blur",Se)}}return d!=="top-right"&&t.appendChild(H),{header:t,iconHolder:m,headerTitle:p,headerSubtitle:u,closeButton:h,closeButtonWrapper:H,clearChatButton:b,clearChatButtonWrapper:x}},Ua=(r,e,a)=>{var n,d,i,f;let t=(n=a==null?void 0:a.launcher)!=null?n:{},s=(d=t.closeButtonPlacement)!=null?d:"inline",o=(f=(i=t.clearChat)==null?void 0:i.placement)!=null?f:"inline";r.appendChild(e.header),s==="top-right"&&(r.style.position="relative",r.appendChild(e.closeButtonWrapper)),e.clearChatButtonWrapper&&o==="top-right"&&(r.style.position="relative",r.appendChild(e.clearChatButtonWrapper))};var gA=r=>ua({config:r.config,showClose:r.showClose,onClose:r.onClose,onClearChat:r.onClearChat}),MA=r=>{var y,C,k,b;let{config:e,showClose:a=!0,onClose:t}=r,s=(y=e==null?void 0:e.launcher)!=null?y:{},o=w("div","tvw-flex tvw-items-center tvw-justify-between tvw-bg-cw-surface tvw-px-6 tvw-py-4 tvw-border-b-cw-divider"),n=w("span","tvw-text-base tvw-font-semibold");n.textContent=(C=s.title)!=null?C:"Chat Assistant",o.appendChild(n);let d=(k=s.closeButtonSize)!=null?k:"32px",i=w("div",""),f=w("button","tvw-inline-flex tvw-items-center tvw-justify-center tvw-rounded-full tvw-text-cw-muted hover:tvw-bg-gray-100 tvw-cursor-pointer tvw-border-none");f.style.height=d,f.style.width=d,f.type="button",f.setAttribute("aria-label","Close chat"),f.style.display=a?"":"none";let m=(b=s.closeButtonIconName)!=null?b:"x",c=lt(m,"20px",s.closeButtonColor||"",2);c?f.appendChild(c):f.textContent="\xD7",t&&f.addEventListener("click",t),i.appendChild(f),o.appendChild(i);let p=w("div");p.style.display="none";let u=w("span");return u.style.display="none",{header:o,iconHolder:p,headerTitle:n,headerSubtitle:u,closeButton:f,closeButtonWrapper:i,clearChatButton:null,clearChatButtonWrapper:null}},vA=r=>{var h,g,M,S,B,T,I,W;let{config:e,showClose:a=!0,onClose:t,onClearChat:s}=r,o=(h=e==null?void 0:e.launcher)!=null?h:{},n=w("div","tvw-flex tvw-flex-col tvw-bg-cw-surface tvw-px-6 tvw-py-5 tvw-border-b-cw-divider"),d=w("div","tvw-flex tvw-items-center tvw-gap-3"),i=(g=o.headerIconSize)!=null?g:"56px",f=w("div","tvw-flex tvw-items-center tvw-justify-center tvw-rounded-xl tvw-bg-cw-primary tvw-text-white tvw-text-2xl");f.style.height=i,f.style.width=i;let m=o.headerIconName;if(m){let $=parseFloat(i)||24,ct=lt(m,$*.5,"#ffffff",2);ct?f.replaceChildren(ct):f.textContent=(M=o.agentIconText)!=null?M:"\u{1F4AC}"}else if(o.iconUrl){let $=w("img");$.src=o.iconUrl,$.alt="",$.className="tvw-rounded-xl tvw-object-cover",$.style.height=i,$.style.width=i,f.replaceChildren($)}else f.textContent=(S=o.agentIconText)!=null?S:"\u{1F4AC}";let c=w("div","tvw-flex tvw-flex-col tvw-flex-1"),p=w("span","tvw-text-lg tvw-font-semibold");p.textContent=(B=o.title)!=null?B:"Chat Assistant";let u=w("span","tvw-text-sm tvw-text-cw-muted");u.textContent=(T=o.subtitle)!=null?T:"Here to help you get answers fast",c.append(p,u),d.append(f,c);let y=(I=o.closeButtonSize)!=null?I:"32px",C=w("div",""),k=w("button","tvw-inline-flex tvw-items-center tvw-justify-center tvw-rounded-full tvw-text-cw-muted hover:tvw-bg-gray-100 tvw-cursor-pointer tvw-border-none");k.style.height=y,k.style.width=y,k.type="button",k.setAttribute("aria-label","Close chat"),k.style.display=a?"":"none";let b=(W=o.closeButtonIconName)!=null?W:"x",x=lt(b,"20px",o.closeButtonColor||"",2);x?k.appendChild(x):k.textContent="\xD7",t&&k.addEventListener("click",t),C.appendChild(k),d.appendChild(C),n.appendChild(d);let H=w("div","tvw-mt-3 tvw-pt-3 tvw-border-t tvw-border-gray-100 tvw-text-xs tvw-text-cw-muted");return H.textContent="Online and ready to help",n.appendChild(H),{header:n,iconHolder:f,headerTitle:p,headerSubtitle:u,closeButton:k,closeButtonWrapper:C,clearChatButton:null,clearChatButtonWrapper:null}},IS={default:gA,minimal:MA,expanded:vA},yA=r=>{var e;return(e=IS[r])!=null?e:IS.default},hn=(r,e,a)=>{var n,d,i;if(e!=null&&e.render){let f=e.render({config:r,onClose:a==null?void 0:a.onClose,onClearChat:a==null?void 0:a.onClearChat}),m=w("div");m.style.display="none";let c=w("span"),p=w("span"),u=w("button");u.style.display="none";let y=w("div");return y.style.display="none",{header:f,iconHolder:m,headerTitle:c,headerSubtitle:p,closeButton:u,closeButtonWrapper:y,clearChatButton:null,clearChatButtonWrapper:null}}let t=(n=e==null?void 0:e.layout)!=null?n:"default",o=yA(t)({config:r,showClose:(i=(d=e==null?void 0:e.showCloseButton)!=null?d:a==null?void 0:a.showClose)!=null?i:!0,onClose:a==null?void 0:a.onClose,onClearChat:a==null?void 0:a.onClearChat});return e&&(e.showIcon===!1&&(o.iconHolder.style.display="none"),e.showTitle===!1&&(o.headerTitle.style.display="none"),e.showSubtitle===!1&&(o.headerSubtitle.style.display="none"),e.showCloseButton===!1&&(o.closeButton.style.display="none"),e.showClearChat===!1&&o.clearChatButtonWrapper&&(o.clearChatButtonWrapper.style.display="none")),o};var sP=r=>{switch(r){case"serif":return'Georgia, "Times New Roman", Times, serif';case"mono":return'"Courier New", Courier, "Lucida Console", Monaco, monospace';case"sans-serif":default:return'-apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif'}},cn=r=>{var Dt,At,rt,mt,Wt,ae,Le,xt,J,ue,me,ye,$e,we,Q,Bt,Ce,be,et,Ot,Se,Fe,Ee,G,re,Et,X,N,gt,ft;let{config:e}=r,a=w("div","tvw-widget-footer tvw-border-t-cw-divider tvw-bg-cw-surface tvw-px-6 tvw-py-4"),t=w("div","tvw-mb-3 tvw-flex tvw-flex-wrap tvw-gap-2"),s=w("form","tvw-widget-composer tvw-flex tvw-flex-col tvw-gap-2 tvw-rounded-2xl tvw-border tvw-border-gray-200 tvw-bg-cw-input-background tvw-px-4 tvw-py-3");s.style.outline="none";let o=w("textarea");o.placeholder=(At=(Dt=e==null?void 0:e.copy)==null?void 0:Dt.inputPlaceholder)!=null?At:"Type your message\u2026",o.className="tvw-w-full tvw-min-h-[24px] tvw-resize-none tvw-border-none tvw-bg-transparent tvw-text-sm tvw-text-cw-primary focus:tvw-outline-none focus:tvw-border-none tvw-composer-textarea",o.rows=1;let n=(mt=(rt=e==null?void 0:e.theme)==null?void 0:rt.inputFontFamily)!=null?mt:"sans-serif",d=(ae=(Wt=e==null?void 0:e.theme)==null?void 0:Wt.inputFontWeight)!=null?ae:"400";o.style.fontFamily=sP(n),o.style.fontWeight=d;let m=3*20;o.style.maxHeight=`${m}px`,o.style.overflowY="auto";let c=()=>{o.style.height="auto";let ot=Math.min(o.scrollHeight,m);o.style.height=`${ot}px`};o.addEventListener("input",c),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 p=(Le=e==null?void 0:e.sendButton)!=null?Le:{},u=(xt=p.useIcon)!=null?xt:!1,y=(J=p.iconText)!=null?J:"\u2191",C=p.iconName,k=(ue=p.tooltipText)!=null?ue:"Send message",b=(me=p.showTooltip)!=null?me:!1,x=(ye=p.size)!=null?ye:"40px",H=p.backgroundColor,h=p.textColor,g=w("div","tvw-send-button-wrapper"),M=w("button",u?"tvw-rounded-button tvw-flex tvw-items-center tvw-justify-center disabled:tvw-opacity-50 tvw-cursor-pointer":"tvw-rounded-button tvw-bg-cw-accent tvw-px-4 tvw-py-2 tvw-text-sm tvw-font-semibold disabled:tvw-opacity-50 tvw-cursor-pointer");if(M.type="submit",u){if(M.style.width=x,M.style.height=x,M.style.minWidth=x,M.style.minHeight=x,M.style.fontSize="18px",M.style.lineHeight="1",M.innerHTML="",C){let ot=parseFloat(x)||24,Tt=h&&typeof h=="string"&&h.trim()?h.trim():"currentColor",zt=lt(C,ot,Tt,2);zt?(M.appendChild(zt),M.style.color=Tt):(M.textContent=y,h?M.style.color=h:M.classList.add("tvw-text-white"))}else M.textContent=y,h?M.style.color=h:M.classList.add("tvw-text-white");H?M.style.backgroundColor=H:M.classList.add("tvw-bg-cw-primary")}else M.textContent=(we=($e=e==null?void 0:e.copy)==null?void 0:$e.sendButtonLabel)!=null?we:"Send",h?M.style.color=h:M.classList.add("tvw-text-white");if(p.borderWidth&&(M.style.borderWidth=p.borderWidth,M.style.borderStyle="solid"),p.borderColor&&(M.style.borderColor=p.borderColor),p.paddingX?(M.style.paddingLeft=p.paddingX,M.style.paddingRight=p.paddingX):(M.style.paddingLeft="",M.style.paddingRight=""),p.paddingY?(M.style.paddingTop=p.paddingY,M.style.paddingBottom=p.paddingY):(M.style.paddingTop="",M.style.paddingBottom=""),b&&k){let ot=w("div","tvw-send-button-tooltip");ot.textContent=k,g.appendChild(ot)}g.appendChild(M);let S=(Q=e==null?void 0:e.voiceRecognition)!=null?Q:{},B=S.enabled===!0,T=null,I=null,W=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined");if(B&&W){I=w("div","tvw-send-button-wrapper"),T=w("button","tvw-rounded-button tvw-flex tvw-items-center tvw-justify-center disabled:tvw-opacity-50 tvw-cursor-pointer"),T.type="button",T.setAttribute("aria-label","Start voice recognition");let ot=(Bt=S.iconName)!=null?Bt:"mic",Tt=(Ce=S.iconSize)!=null?Ce:x,zt=parseFloat(Tt)||24,Z=(be=S.backgroundColor)!=null?be:H,pt=(et=S.iconColor)!=null?et:h;T.style.width=Tt,T.style.height=Tt,T.style.minWidth=Tt,T.style.minHeight=Tt,T.style.fontSize="18px",T.style.lineHeight="1";let Ft=pt||"currentColor",Xt=lt(ot,zt,Ft,1.5);Xt?(T.appendChild(Xt),T.style.color=Ft):(T.textContent="\u{1F3A4}",T.style.color=Ft),Z?T.style.backgroundColor=Z:T.classList.add("tvw-bg-cw-primary"),pt?T.style.color=pt:!pt&&!h&&T.classList.add("tvw-text-white"),S.borderWidth&&(T.style.borderWidth=S.borderWidth,T.style.borderStyle="solid"),S.borderColor&&(T.style.borderColor=S.borderColor),S.paddingX&&(T.style.paddingLeft=S.paddingX,T.style.paddingRight=S.paddingX),S.paddingY&&(T.style.paddingTop=S.paddingY,T.style.paddingBottom=S.paddingY),I.appendChild(T);let de=(Ot=S.tooltipText)!=null?Ot:"Start voice recognition";if(((Se=S.showTooltip)!=null?Se:!1)&&de){let le=w("div","tvw-send-button-tooltip");le.textContent=de,I.appendChild(le)}}let $=(Fe=e==null?void 0:e.attachments)!=null?Fe:{},ct=$.enabled===!0,z=null,dt=null,j=null,at=null;if(ct){at=w("div","tvw-attachment-previews tvw-flex tvw-flex-wrap tvw-gap-2 tvw-mb-2"),at.style.display="none",j=w("input"),j.type="file",j.accept=((Ee=$.allowedTypes)!=null?Ee:Ha).join(","),j.multiple=((G=$.maxFiles)!=null?G:4)>1,j.style.display="none",j.setAttribute("aria-label","Attach files"),dt=w("div","tvw-send-button-wrapper"),z=w("button","tvw-rounded-button tvw-flex tvw-items-center tvw-justify-center disabled:tvw-opacity-50 tvw-cursor-pointer tvw-attachment-button"),z.type="button",z.setAttribute("aria-label",(re=$.buttonTooltipText)!=null?re:"Attach file");let ot=(Et=$.buttonIconName)!=null?Et:"paperclip",Tt=x,zt=parseFloat(Tt)||40,Z=Math.round(zt*.6);z.style.width=Tt,z.style.height=Tt,z.style.minWidth=Tt,z.style.minHeight=Tt,z.style.fontSize="18px",z.style.lineHeight="1",z.style.backgroundColor="transparent",z.style.color="var(--cw-primary, #111827)",z.style.border="none",z.style.borderRadius="6px",z.style.transition="background-color 0.15s ease",z.addEventListener("mouseenter",()=>{z.style.backgroundColor="rgba(0, 0, 0, 0.05)"}),z.addEventListener("mouseleave",()=>{z.style.backgroundColor="transparent"});let pt=lt(ot,Z,"currentColor",1.5);pt?z.appendChild(pt):z.textContent="\u{1F4CE}",z.addEventListener("click",de=>{de.preventDefault(),j==null||j.click()}),dt.appendChild(z);let Ft=(X=$.buttonTooltipText)!=null?X:"Attach file",Xt=w("div","tvw-send-button-tooltip");Xt.textContent=Ft,dt.appendChild(Xt)}s.addEventListener("click",ot=>{ot.target!==M&&ot.target!==g&&ot.target!==T&&ot.target!==I&&ot.target!==z&&ot.target!==dt&&o.focus()}),at&&(at.style.gap="8px",s.append(at)),j&&s.append(j),s.append(o);let yt=w("div","tvw-flex tvw-items-center tvw-justify-between tvw-w-full"),ut=w("div","tvw-flex tvw-items-center tvw-gap-2");dt&&ut.append(dt);let jt=w("div","tvw-flex tvw-items-center tvw-gap-1");I&&jt.append(I),jt.append(g),yt.append(ut,jt),s.append(yt);let pe=w("div","tvw-mt-2 tvw-text-right tvw-text-xs tvw-text-cw-muted"),Pe=(N=e==null?void 0:e.statusIndicator)!=null?N:{},Ue=(gt=Pe.visible)!=null?gt:!0;return pe.style.display=Ue?"":"none",pe.textContent=(ft=Pe.idleText)!=null?ft:"Online",a.append(t,s,pe),{footer:a,suggestions:t,composerForm:s,textarea:o,sendButton:M,sendButtonWrapper:g,micButton:T,micButtonWrapper:I,statusText:pe,attachmentButton:z,attachmentButtonWrapper:dt,attachmentInput:j,attachmentPreviewsContainer:at,actionsRow:yt,leftActions:ut,rightActions:jt}};var SL=r=>{var i,f,m,c,p,u,y;if(!((f=(i=r==null?void 0:r.launcher)==null?void 0:i.enabled)!=null?f:!0)){let C=w("div","tvw-relative tvw-h-full tvw-flex tvw-flex-col tvw-flex-1 tvw-min-h-0"),k=w("div","tvw-relative tvw-flex-1 tvw-flex tvw-flex-col tvw-min-h-0"),b=(c=(m=r==null?void 0:r.launcher)==null?void 0:m.width)!=null?c:"100%";return C.style.width=b,k.style.width="100%",C.appendChild(k),{wrapper:C,panel:k}}let a=(p=r==null?void 0:r.launcher)!=null?p:{},t=a.position&&Ye[a.position]?Ye[a.position]:Ye["bottom-right"],s=w("div",`tvw-widget-wrapper tvw-fixed ${t} tvw-z-50 tvw-transition`),o=w("div","tvw-widget-panel tvw-relative tvw-min-h-[320px]"),n=(y=(u=r==null?void 0:r.launcher)==null?void 0:u.width)!=null?y:r==null?void 0:r.launcherWidth,d=n!=null?n:"min(400px, calc(100vw - 24px))";return o.style.width=d,o.style.maxWidth=d,s.appendChild(o),{wrapper:s,panel:o}},AL=(r,e=!0)=>{var u,y,C,k,b,x,H;let a=w("div","tvw-widget-container tvw-flex tvw-h-full tvw-w-full tvw-flex-1 tvw-min-h-0 tvw-flex-col tvw-bg-cw-surface tvw-text-cw-primary tvw-rounded-2xl tvw-overflow-hidden tvw-border tvw-border-cw-border"),t=(u=r==null?void 0:r.layout)==null?void 0:u.header,s=((y=r==null?void 0:r.layout)==null?void 0:y.showHeader)!==!1,o=t?hn(r,t,{showClose:e}):ua({config:r,showClose:e}),n=w("div","tvw-widget-body tvw-flex tvw-flex-1 tvw-min-h-0 tvw-flex-col tvw-gap-6 tvw-overflow-y-auto tvw-bg-cw-container tvw-px-6 tvw-py-6");n.id="persona-scroll-container";let d=w("div","tvw-rounded-2xl tvw-bg-cw-surface tvw-p-6 tvw-shadow-sm"),i=w("h2","tvw-text-lg tvw-font-semibold tvw-text-cw-primary");i.textContent=(k=(C=r==null?void 0:r.copy)==null?void 0:C.welcomeTitle)!=null?k:"Hello \u{1F44B}";let f=w("p","tvw-mt-2 tvw-text-sm tvw-text-cw-muted");f.textContent=(x=(b=r==null?void 0:r.copy)==null?void 0:b.welcomeSubtitle)!=null?x:"Ask anything about your account or products.",d.append(i,f);let m=w("div","tvw-flex tvw-flex-col tvw-gap-3");n.append(d,m);let c=cn({config:r}),p=((H=r==null?void 0:r.layout)==null?void 0:H.showFooter)!==!1;return s?Ua(a,o,r):(o.header.style.display="none",Ua(a,o,r)),a.append(n),p||(c.footer.style.display="none"),a.append(c.footer),{container:a,body:n,messagesWrapper:m,suggestions:c.suggestions,textarea:c.textarea,sendButton:c.sendButton,sendButtonWrapper:c.sendButtonWrapper,micButton:c.micButton,micButtonWrapper:c.micButtonWrapper,composerForm:c.composerForm,statusText:c.statusText,introTitle:i,introSubtitle:f,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:c.footer,attachmentButton:c.attachmentButton,attachmentButtonWrapper:c.attachmentButtonWrapper,attachmentInput:c.attachmentInput,attachmentPreviewsContainer:c.attachmentPreviewsContainer,actionsRow:c.actionsRow,leftActions:c.leftActions,rightActions:c.rightActions}};var $a=()=>{let r=document.createElement("div");r.className="tvw-flex tvw-items-center tvw-space-x-1 tvw-h-5 tvw-mt-2";let e=document.createElement("div");e.className="tvw-bg-cw-primary tvw-animate-typing tvw-rounded-full tvw-h-1.5 tvw-w-1.5",e.style.animationDelay="0ms";let a=document.createElement("div");a.className="tvw-bg-cw-primary tvw-animate-typing tvw-rounded-full tvw-h-1.5 tvw-w-1.5",a.style.animationDelay="250ms";let t=document.createElement("div");t.className="tvw-bg-cw-primary tvw-animate-typing tvw-rounded-full tvw-h-1.5 tvw-w-1.5",t.style.animationDelay="500ms";let s=document.createElement("span");return s.className="tvw-sr-only",s.textContent="Loading",r.appendChild(e),r.appendChild(a),r.appendChild(t),r.appendChild(s),r},wA=(r,e,a)=>{let t={config:a!=null?a:{},streaming:!0,location:r,defaultRenderer:$a};if(e){let s=e(t);if(s!==null)return s}return $a()},nP=(r,e)=>{let a=w("div","tvw-flex-shrink-0 tvw-w-8 tvw-h-8 tvw-rounded-full tvw-flex tvw-items-center tvw-justify-center tvw-text-sm"),t=e==="user"?r.userAvatar:r.assistantAvatar;if(t)if(t.startsWith("http")||t.startsWith("/")||t.startsWith("data:")){let s=w("img");s.src=t,s.alt=e==="user"?"User":"Assistant",s.className="tvw-w-full tvw-h-full tvw-rounded-full tvw-object-cover",a.appendChild(s)}else a.textContent=t,a.classList.add(e==="user"?"tvw-bg-cw-accent":"tvw-bg-cw-primary","tvw-text-white");else a.textContent=e==="user"?"U":"A",a.classList.add(e==="user"?"tvw-bg-cw-accent":"tvw-bg-cw-primary","tvw-text-white");return a},kL=(r,e)=>{let a=w("div","tvw-text-xs tvw-text-cw-muted"),t=new Date(r.createdAt);return e.format?a.textContent=e.format(t):a.textContent=t.toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"}),a},dP=(r,e="bubble")=>{let a=["vanilla-message-bubble","tvw-max-w-[85%]"];switch(e){case"flat":r==="user"?a.push("vanilla-message-user-bubble","tvw-ml-auto","tvw-text-cw-primary","tvw-py-2"):a.push("vanilla-message-assistant-bubble","tvw-text-cw-primary","tvw-py-2");break;case"minimal":a.push("tvw-text-sm","tvw-leading-relaxed"),r==="user"?a.push("vanilla-message-user-bubble","tvw-ml-auto","tvw-bg-cw-accent","tvw-text-white","tvw-px-3","tvw-py-2","tvw-rounded-lg"):a.push("vanilla-message-assistant-bubble","tvw-bg-cw-surface","tvw-text-cw-primary","tvw-px-3","tvw-py-2","tvw-rounded-lg");break;case"bubble":default:a.push("tvw-rounded-2xl","tvw-text-sm","tvw-leading-relaxed","tvw-shadow-sm"),r==="user"?a.push("vanilla-message-user-bubble","tvw-ml-auto","tvw-bg-cw-accent","tvw-text-white","tvw-px-5","tvw-py-3"):a.push("vanilla-message-assistant-bubble","tvw-bg-cw-surface","tvw-border","tvw-border-cw-message-border","tvw-text-cw-primary","tvw-px-5","tvw-py-3");break}return a},CA=(r,e,a)=>{var u,y,C,k,b,x;let t=(u=e.showCopy)!=null?u:!0,s=(y=e.showUpvote)!=null?y:!0,o=(C=e.showDownvote)!=null?C:!0,n=(k=e.visibility)!=null?k:"hover",d=(b=e.align)!=null?b:"right",i=(x=e.layout)!=null?x:"pill-inside",f={left:"tvw-message-actions-left",center:"tvw-message-actions-center",right:"tvw-message-actions-right"}[d],m={"pill-inside":"tvw-message-actions-pill","row-inside":"tvw-message-actions-row"}[i],c=w("div",`tvw-message-actions tvw-flex tvw-items-center tvw-gap-1 tvw-mt-2 ${f} ${m} ${n==="hover"?"tvw-message-actions-hover":""}`);c.id=`actions-${r.id}`,c.setAttribute("data-actions-for",r.id);let p=(H,h,g)=>{let M=document.createElement("button");M.className="tvw-message-action-btn",M.setAttribute("aria-label",h),M.setAttribute("title",h),M.setAttribute("data-action",g);let S=lt(H,14,"currentColor",2);return S&&M.appendChild(S),M};return t&&c.appendChild(p("copy","Copy message","copy")),s&&c.appendChild(p("thumbs-up","Upvote","upvote")),o&&c.appendChild(p("thumbs-down","Downvote","downvote")),c},fn=(r,e,a,t,s,o)=>{var h,g,M,S,B;let n=a!=null?a:{},d=(h=n.layout)!=null?h:"bubble",i=n.avatar,f=n.timestamp,m=(g=i==null?void 0:i.show)!=null?g:!1,c=(M=f==null?void 0:f.show)!=null?M:!1,p=(S=i==null?void 0:i.position)!=null?S:"left",u=(B=f==null?void 0:f.position)!=null?B:"below",y=dP(r.role,d),C=w("div",y.join(" "));C.id=`bubble-${r.id}`,C.setAttribute("data-message-id",r.id);let k=document.createElement("div");if(k.innerHTML=e({text:r.content,message:r,streaming:!!r.streaming,raw:r.rawContent}),c&&u==="inline"&&r.createdAt){let T=kL(r,f);T.classList.add("tvw-ml-2","tvw-inline"),k.appendChild(T)}if(C.appendChild(k),c&&u==="below"&&r.createdAt){let T=kL(r,f);T.classList.add("tvw-mt-1"),C.appendChild(T)}if(r.streaming&&r.role==="assistant"&&(!r.content||!r.content.trim())){let T=wA("inline",o==null?void 0:o.loadingIndicatorRenderer,o==null?void 0:o.widgetConfig);T&&C.appendChild(T)}if(r.role==="assistant"&&!r.streaming&&r.content&&r.content.trim()&&(t==null?void 0:t.enabled)!==!1&&t){let T=CA(r,t,s);C.appendChild(T)}if(!m||r.role==="system")return C;let x=w("div",`tvw-flex tvw-gap-2 ${r.role==="user"?"tvw-flex-row-reverse":""}`),H=nP(i,r.role);return p==="right"||p==="left"&&r.role==="user"?x.append(C,H):x.append(H,C),C.classList.remove("tvw-max-w-[85%]"),C.classList.add("tvw-max-w-[calc(85%-2.5rem)]"),x},HL=(r,e,a,t,s,o)=>{let n=a!=null?a:{};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}):fn(r,e,a,t,s,o)};var un=new Set,LL=(r,e)=>{let a=un.has(r),t=e.querySelector('button[data-expand-header="true"]'),s=e.querySelector(".tvw-border-t");if(!t||!s)return;t.setAttribute("aria-expanded",a?"true":"false");let o=t.querySelector(".tvw-ml-auto"),n=o==null?void 0:o.querySelector(":scope > .tvw-flex.tvw-items-center");if(n){n.innerHTML="";let i=lt(a?"chevron-up":"chevron-down",16,"currentColor",2);i?n.appendChild(i):n.textContent=a?"Hide":"Show"}s.style.display=a?"":"none"},bA=r=>{let e=r.reasoning,a=w("div",["vanilla-message-bubble","vanilla-reasoning-bubble","tvw-w-full","tvw-max-w-[85%]","tvw-rounded-2xl","tvw-bg-cw-surface","tvw-border","tvw-border-cw-message-border","tvw-text-cw-primary","tvw-shadow-sm","tvw-overflow-hidden","tvw-px-0","tvw-py-0"].join(" "));if(a.id=`bubble-${r.id}`,a.setAttribute("data-message-id",r.id),!e)return a;let t=un.has(r.id),s=w("button","tvw-flex tvw-w-full tvw-items-center tvw-justify-between tvw-gap-3 tvw-bg-transparent tvw-px-4 tvw-py-3 tvw-text-left tvw-cursor-pointer tvw-border-none");s.type="button",s.setAttribute("aria-expanded",t?"true":"false"),s.setAttribute("data-expand-header","true"),s.setAttribute("data-bubble-type","reasoning");let o=w("div","tvw-flex tvw-flex-col tvw-text-left"),n=w("span","tvw-text-xs tvw-text-cw-primary");n.textContent="Thinking...",o.appendChild(n);let d=w("span","tvw-text-xs tvw-text-cw-primary");d.textContent=rL(e),o.appendChild(d),e.status==="complete"?n.style.display="none":n.style.display="";let i=w("div","tvw-flex tvw-items-center"),m=lt(t?"chevron-up":"chevron-down",16,"currentColor",2);m?i.appendChild(m):i.textContent=t?"Hide":"Show";let c=w("div","tvw-flex tvw-items-center tvw-ml-auto");c.append(i),s.append(o,c);let p=w("div","tvw-border-t tvw-border-gray-200 tvw-bg-gray-50 tvw-px-4 tvw-py-3");p.style.display=t?"":"none";let u=e.chunks.join(""),y=w("div","tvw-whitespace-pre-wrap tvw-text-xs tvw-leading-snug tvw-text-cw-muted");return y.textContent=u||(e.status==="complete"?"No additional context was shared.":"Waiting for details\u2026"),p.appendChild(y),(()=>{s.setAttribute("aria-expanded",t?"true":"false"),i.innerHTML="";let b=lt(t?"chevron-up":"chevron-down",16,"currentColor",2);b?i.appendChild(b):i.textContent=t?"Hide":"Show",p.style.display=t?"":"none"})(),a.append(s,p),a};var mn=new Set,TL=(r,e,a)=>{var f;let t=mn.has(r),s=(f=a==null?void 0:a.toolCall)!=null?f:{},o=e.querySelector('button[data-expand-header="true"]'),n=e.querySelector(".tvw-border-t");if(!o||!n)return;o.setAttribute("aria-expanded",t?"true":"false");let d=o.querySelector(".tvw-ml-auto"),i=d==null?void 0:d.querySelector(":scope > .tvw-flex.tvw-items-center");if(i){i.innerHTML="";let m=s.toggleTextColor||s.headerTextColor||"currentColor",c=lt(t?"chevron-up":"chevron-down",16,m,2);c?i.appendChild(c):i.textContent=t?"Hide":"Show"}n.style.display=t?"":"none"},SA=(r,e)=>{var C;let a=r.toolCall,t=(C=e==null?void 0:e.toolCall)!=null?C:{},s=w("div",["vanilla-message-bubble","vanilla-tool-bubble","tvw-w-full","tvw-max-w-[85%]","tvw-rounded-2xl","tvw-bg-cw-surface","tvw-border","tvw-border-cw-message-border","tvw-text-cw-primary","tvw-shadow-sm","tvw-overflow-hidden","tvw-px-0","tvw-py-0"].join(" "));if(s.id=`bubble-${r.id}`,s.setAttribute("data-message-id",r.id),t.backgroundColor&&(s.style.backgroundColor=t.backgroundColor),t.borderColor&&(s.style.borderColor=t.borderColor),t.borderWidth&&(s.style.borderWidth=t.borderWidth),t.borderRadius&&(s.style.borderRadius=t.borderRadius),!a)return s;let o=mn.has(r.id),n=w("button","tvw-flex tvw-w-full tvw-items-center tvw-justify-between tvw-gap-3 tvw-bg-transparent tvw-px-4 tvw-py-3 tvw-text-left tvw-cursor-pointer tvw-border-none");n.type="button",n.setAttribute("aria-expanded",o?"true":"false"),n.setAttribute("data-expand-header","true"),n.setAttribute("data-bubble-type","tool"),t.headerBackgroundColor&&(n.style.backgroundColor=t.headerBackgroundColor),t.headerPaddingX&&(n.style.paddingLeft=t.headerPaddingX,n.style.paddingRight=t.headerPaddingX),t.headerPaddingY&&(n.style.paddingTop=t.headerPaddingY,n.style.paddingBottom=t.headerPaddingY);let d=w("div","tvw-flex tvw-flex-col tvw-text-left"),i=w("span","tvw-text-xs tvw-text-cw-primary");t.headerTextColor&&(i.style.color=t.headerTextColor),i.textContent=oL(a),d.appendChild(i);let f=w("div","tvw-flex tvw-items-center"),m=t.toggleTextColor||t.headerTextColor||"currentColor",c=lt(o?"chevron-up":"chevron-down",16,m,2);c?f.appendChild(c):f.textContent=o?"Hide":"Show";let p=w("div","tvw-flex tvw-items-center tvw-gap-2 tvw-ml-auto");p.append(f),n.append(d,p);let u=w("div","tvw-border-t tvw-border-gray-200 tvw-bg-gray-50 tvw-space-y-3 tvw-px-4 tvw-py-3");if(u.style.display=o?"":"none",t.contentBackgroundColor&&(u.style.backgroundColor=t.contentBackgroundColor),t.contentTextColor&&(u.style.color=t.contentTextColor),t.contentPaddingX&&(u.style.paddingLeft=t.contentPaddingX,u.style.paddingRight=t.contentPaddingX),t.contentPaddingY&&(u.style.paddingTop=t.contentPaddingY,u.style.paddingBottom=t.contentPaddingY),a.name){let k=w("div","tvw-text-xs tvw-text-cw-muted tvw-italic");t.contentTextColor?k.style.color=t.contentTextColor:t.headerTextColor&&(k.style.color=t.headerTextColor),k.textContent=a.name,u.appendChild(k)}if(a.args!==void 0){let k=w("div","tvw-space-y-1"),b=w("div","tvw-text-xs tvw-text-cw-muted");t.labelTextColor&&(b.style.color=t.labelTextColor),b.textContent="Arguments";let x=w("pre","tvw-max-h-48 tvw-overflow-auto tvw-whitespace-pre-wrap tvw-rounded-lg tvw-border tvw-border-gray-100 tvw-bg-white tvw-px-3 tvw-py-2 tvw-text-xs tvw-text-cw-primary");x.style.fontSize="0.75rem",x.style.lineHeight="1rem",t.codeBlockBackgroundColor&&(x.style.backgroundColor=t.codeBlockBackgroundColor),t.codeBlockBorderColor&&(x.style.borderColor=t.codeBlockBorderColor),t.codeBlockTextColor&&(x.style.color=t.codeBlockTextColor),x.textContent=hA(a.args),k.append(b,x),u.appendChild(k)}if(a.chunks&&a.chunks.length){let k=w("div","tvw-space-y-1"),b=w("div","tvw-text-xs tvw-text-cw-muted");t.labelTextColor&&(b.style.color=t.labelTextColor),b.textContent="Activity";let x=w("pre","tvw-max-h-48 tvw-overflow-auto tvw-whitespace-pre-wrap tvw-rounded-lg tvw-border tvw-border-gray-100 tvw-bg-white tvw-px-3 tvw-py-2 tvw-text-xs tvw-text-cw-primary");x.style.fontSize="0.75rem",x.style.lineHeight="1rem",t.codeBlockBackgroundColor&&(x.style.backgroundColor=t.codeBlockBackgroundColor),t.codeBlockBorderColor&&(x.style.borderColor=t.codeBlockBorderColor),t.codeBlockTextColor&&(x.style.color=t.codeBlockTextColor),x.textContent=a.chunks.join(`
|
|
65
|
-
`),k.append(b,x),u.appendChild(k)}if(a.status==="complete"&&a.result!==void 0){let k=w("div","tvw-space-y-1"),b=w("div","tvw-text-xs tvw-text-cw-muted");t.labelTextColor&&(b.style.color=t.labelTextColor),b.textContent="Result";let x=w("pre","tvw-max-h-48 tvw-overflow-auto tvw-whitespace-pre-wrap tvw-rounded-lg tvw-border tvw-border-gray-100 tvw-bg-white tvw-px-3 tvw-py-2 tvw-text-xs tvw-text-cw-primary");x.style.fontSize="0.75rem",x.style.lineHeight="1rem",t.codeBlockBackgroundColor&&(x.style.backgroundColor=t.codeBlockBackgroundColor),t.codeBlockBorderColor&&(x.style.borderColor=t.codeBlockBorderColor),t.codeBlockTextColor&&(x.style.color=t.codeBlockTextColor),x.textContent=hA(a.result),k.append(b,x),u.appendChild(k)}if(a.status==="complete"&&typeof a.duration=="number"){let k=w("div","tvw-text-xs tvw-text-cw-muted");t.contentTextColor&&(k.style.color=t.contentTextColor),k.textContent=`Duration: ${a.duration}ms`,u.appendChild(k)}return(()=>{n.setAttribute("aria-expanded",o?"true":"false"),f.innerHTML="";let k=t.toggleTextColor||t.headerTextColor||"currentColor",b=lt(o?"chevron-up":"chevron-down",16,k,2);b?f.appendChild(b):f.textContent=o?"Hide":"Show",u.style.display=o?"":"none"})(),s.append(n,u),s};var PL=r=>{let e=[];return{buttons:e,render:(t,s,o,n,d)=>{if(r.innerHTML="",e.length=0,!t||!t.length||(n!=null?n:s?s.getMessages():[]).some(u=>u.role==="user"))return;let m=document.createDocumentFragment(),c=s?s.isStreaming():!1,p=u=>{switch(u){case"serif":return'Georgia, "Times New Roman", Times, serif';case"mono":return'"Courier New", Courier, "Lucida Console", Monaco, monospace';case"sans-serif":default:return'-apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif'}};t.forEach(u=>{let y=w("button","tvw-rounded-button tvw-bg-cw-surface tvw-px-3 tvw-py-1.5 tvw-text-xs tvw-font-medium tvw-text-cw-muted hover:tvw-opacity-90 tvw-cursor-pointer tvw-border tvw-border-gray-200");y.type="button",y.textContent=u,y.disabled=c,d!=null&&d.fontFamily&&(y.style.fontFamily=p(d.fontFamily)),d!=null&&d.fontWeight&&(y.style.fontWeight=d.fontWeight),d!=null&&d.paddingX&&(y.style.paddingLeft=d.paddingX,y.style.paddingRight=d.paddingX),d!=null&&d.paddingY&&(y.style.paddingTop=d.paddingY,y.style.paddingBottom=d.paddingY),y.addEventListener("click",()=>{!s||s.isStreaming()||(o.value="",s.sendMessage(u))}),m.appendChild(y),e.push(y)}),r.appendChild(m)}}};var _n=class{constructor(e=2e3,a=null){this.head=0;this.count=0;this.totalCaptured=0;this.eventTypesSet=new Set;this.maxSize=e,this.buffer=new Array(e),this.store=a}push(e){var a;this.buffer[this.head]=e,this.head=(this.head+1)%this.maxSize,this.count<this.maxSize&&this.count++,this.totalCaptured++,this.eventTypesSet.add(e.type),(a=this.store)==null||a.put(e)}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 e=await this.store.getAll();if(e.length===0)return 0;let a=e.length>this.maxSize?e.slice(e.length-this.maxSize):e;for(let t of a)this.buffer[this.head]=t,this.head=(this.head+1)%this.maxSize,this.count<this.maxSize&&this.count++,this.eventTypesSet.add(t.type);return this.totalCaptured=e.length,a.length}getAllFromStore(){return this.store?this.store.getAll():Promise.resolve(this.getAll())}getRecent(e){let a=this.getAll();return e>=a.length?a:a.slice(a.length-e)}getSize(){return this.count}getTotalCaptured(){return this.totalCaptured}getEvictedCount(){return this.totalCaptured-this.count}clear(){var e;this.buffer=new Array(this.maxSize),this.head=0,this.count=0,this.totalCaptured=0,this.eventTypesSet.clear(),(e=this.store)==null||e.clear()}destroy(){var e;this.buffer=[],this.head=0,this.count=0,this.totalCaptured=0,this.eventTypesSet.clear(),(e=this.store)==null||e.destroy()}getEventTypes(){return Array.from(this.eventTypesSet)}};var jn=class{constructor(e="persona-event-stream",a="events"){this.db=null;this.pendingWrites=[];this.flushScheduled=!1;this.isDestroyed=!1;this.dbName=e,this.storeName=a}open(){return new Promise((e,a)=>{try{let t=indexedDB.open(this.dbName,1);t.onupgradeneeded=()=>{let s=t.result;s.objectStoreNames.contains(this.storeName)||s.createObjectStore(this.storeName,{keyPath:"id"}).createIndex("timestamp","timestamp",{unique:!1})},t.onsuccess=()=>{this.db=t.result,e()},t.onerror=()=>{a(t.error)}}catch(t){a(t)}})}put(e){!this.db||this.isDestroyed||(this.pendingWrites.push(e),this.flushScheduled||(this.flushScheduled=!0,queueMicrotask(()=>this.flushWrites())))}putBatch(e){if(!(!this.db||this.isDestroyed||e.length===0))try{let t=this.db.transaction(this.storeName,"readwrite").objectStore(this.storeName);for(let s of e)t.put(s)}catch{}}getAll(){return new Promise((e,a)=>{if(!this.db){e([]);return}try{let n=this.db.transaction(this.storeName,"readonly").objectStore(this.storeName).index("timestamp").getAll();n.onsuccess=()=>{e(n.result)},n.onerror=()=>{a(n.error)}}catch(t){a(t)}})}getCount(){return new Promise((e,a)=>{if(!this.db){e(0);return}try{let o=this.db.transaction(this.storeName,"readonly").objectStore(this.storeName).count();o.onsuccess=()=>{e(o.result)},o.onerror=()=>{a(o.error)}}catch(t){a(t)}})}clear(){return new Promise((e,a)=>{if(!this.db){e();return}this.pendingWrites=[];try{let o=this.db.transaction(this.storeName,"readwrite").objectStore(this.storeName).clear();o.onsuccess=()=>{e()},o.onerror=()=>{a(o.error)}}catch(t){a(t)}})}close(){this.db&&(this.db.close(),this.db=null)}destroy(){return this.isDestroyed=!0,this.pendingWrites=[],this.close(),new Promise((e,a)=>{try{let t=indexedDB.deleteDatabase(this.dbName);t.onsuccess=()=>{e()},t.onerror=()=>{a(t.error)}}catch(t){a(t)}})}flushWrites(){if(this.flushScheduled=!1,!this.db||this.isDestroyed||this.pendingWrites.length===0)return;let e=this.pendingWrites;this.pendingWrites=[];try{let t=this.db.transaction(this.storeName,"readwrite").objectStore(this.storeName);for(let s of e)t.put(s)}catch{}}};function xn(r,e){e&&e.split(/\s+/).forEach(a=>a&&r.classList.add(a))}var lP={flow_:{bg:"#dcfce7",text:"#166534"},step_:{bg:"#dbeafe",text:"#1e40af"},reason_:{bg:"#ffedd5",text:"#9a3412"},tool_:{bg:"#f3e8ff",text:"#6b21a8"},agent_:{bg:"#ccfbf1",text:"#115e59"},error:{bg:"#fecaca",text:"#991b1b"}},iP={bg:"#f3f4f6",text:"#4b5563"},pP=["flowName","stepName","reasoningText","text","name","tool","toolName"],hP=100;function cP(r,e){let a={...lP,...e};if(a[r])return a[r];for(let t of Object.keys(a))if(t.endsWith("_")&&r.startsWith(t))return a[t];return iP}function fP(r,e){return`+${((r-e)/1e3).toFixed(3)}s`}function uP(r){let e=new Date(r),a=String(e.getHours()).padStart(2,"0"),t=String(e.getMinutes()).padStart(2,"0"),s=String(e.getSeconds()).padStart(2,"0"),o=String(e.getMilliseconds()).padStart(3,"0");return`${a}:${t}:${s}.${o}`}function mP(r,e){try{let a=JSON.parse(r);if(typeof a!="object"||a===null)return null;for(let t of e){let s=t.split("."),o=a;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 xP(r){var e;return(e=navigator.clipboard)!=null&&e.writeText?navigator.clipboard.writeText(r):new Promise(a=>{let t=document.createElement("textarea");t.value=r,t.style.position="fixed",t.style.opacity="0",document.body.appendChild(t),t.select(),document.execCommand("copy"),document.body.removeChild(t),a()})}function gP(r){let e;try{e=JSON.parse(r.payload)}catch{e=r.payload}return JSON.stringify({type:r.type,timestamp:new Date(r.timestamp).toISOString(),payload:e},null,2)}function MP(r,e,a){let t,s;try{s=JSON.parse(r.payload),t=JSON.stringify(s,null,2)}catch{s=r.payload,t=r.payload}let o=e.find(d=>d.renderEventStreamPayload);if(o!=null&&o.renderEventStreamPayload&&a){let d=o.renderEventStreamPayload({event:r,config:a,defaultRenderer:()=>n(),parsedPayload:s});if(d)return d}return n();function n(){let d=w("div","tvw-bg-cw-container tvw-border-t tvw-border-cw-divider tvw-px-3 tvw-py-2 tvw-ml-4 tvw-mr-3 tvw-mb-1 tvw-rounded-b tvw-overflow-auto tvw-max-h-[300px]"),i=w("pre","tvw-m-0 tvw-whitespace-pre-wrap tvw-break-all tvw-text-[11px] tvw-text-cw-secondary tvw-font-mono");return i.textContent=t,d.appendChild(i),d}}function AA(r,e,a,t,s,o,n,d){var p;let i=s.has(r.id),f=w("div","tvw-border-b tvw-border-cw-divider tvw-text-xs");xn(f,(p=t.classNames)==null?void 0:p.eventRow);let m=n.find(u=>u.renderEventStreamRow);if(m!=null&&m.renderEventStreamRow&&d){let u=m.renderEventStreamRow({event:r,index:e,config:d,defaultRenderer:()=>c(),isExpanded:i,onToggleExpand:()=>o(r.id)});if(u)return f.appendChild(u),f}return f.appendChild(c()),f;function c(){var $,ct;let u=w("div",""),y=w("div","tvw-flex tvw-items-center tvw-gap-2 tvw-px-3 tvw-py-3 hover:tvw-bg-cw-container tvw-cursor-pointer tvw-group");y.setAttribute("data-event-id",r.id);let C=w("span","tvw-flex-shrink-0 tvw-text-cw-muted tvw-w-4 tvw-text-center tvw-flex tvw-items-center tvw-justify-center"),k=lt(i?"chevron-down":"chevron-right","14px","currentColor",2);k&&C.appendChild(k);let b=w("span","tvw-text-[11px] tvw-text-cw-muted tvw-whitespace-nowrap tvw-flex-shrink-0 tvw-font-mono tvw-w-[70px]"),x=($=t.timestampFormat)!=null?$:"relative";b.textContent=x==="relative"?fP(r.timestamp,a):uP(r.timestamp);let H=null;t.showSequenceNumbers!==!1&&(H=w("span","tvw-text-[11px] tvw-text-cw-muted tvw-font-mono tvw-flex-shrink-0 tvw-w-[28px] tvw-text-right"),H.textContent=String(e+1));let h=cP(r.type,t.badgeColors),g=w("span","tvw-inline-flex tvw-items-center tvw-px-2 tvw-py-0.5 tvw-rounded tvw-text-[11px] tvw-font-mono tvw-font-medium tvw-whitespace-nowrap tvw-flex-shrink-0 tvw-border");g.style.backgroundColor=h.bg,g.style.color=h.text,g.style.borderColor=h.text+"50",g.textContent=r.type;let M=(ct=t.descriptionFields)!=null?ct:pP,S=mP(r.payload,M),B=null;S&&(B=w("span","tvw-text-[11px] tvw-text-cw-secondary tvw-truncate tvw-min-w-0"),B.textContent=S);let T=w("div","tvw-flex-1 tvw-min-w-0"),I=w("button","tvw-text-cw-muted hover:tvw-text-cw-primary tvw-cursor-pointer tvw-flex-shrink-0 tvw-border-none tvw-bg-transparent tvw-p-0"),W=lt("clipboard","12px","currentColor",1.5);return W&&I.appendChild(W),I.addEventListener("click",async z=>{z.stopPropagation(),await xP(gP(r)),I.innerHTML="";let dt=lt("check","12px","currentColor",1.5);dt&&I.appendChild(dt),setTimeout(()=>{I.innerHTML="";let j=lt("clipboard","12px","currentColor",1.5);j&&I.appendChild(j)},1500)}),y.appendChild(C),y.appendChild(b),H&&y.appendChild(H),y.appendChild(g),B&&y.appendChild(B),y.appendChild(T),y.appendChild(I),u.appendChild(y),i&&u.appendChild(MP(r,n,d)),u}}function EL(r){var f,m;let{buffer:e,getFullHistory:a,onClose:t,config:s,plugins:o=[]}=r,n=(m=(f=s==null?void 0:s.features)==null?void 0:f.eventStream)!=null?m:{},d=o.find(c=>c.renderEventStreamView);if(d!=null&&d.renderEventStreamView&&s){let c=d.renderEventStreamView({config:s,events:e.getAll(),defaultRenderer:()=>i().element,onClose:t});if(c)return{element:c,update:()=>{},destroy:()=>{}}}return i();function i(){let c=n.classNames,p=w("div","tvw-event-stream-view tvw-flex tvw-flex-col tvw-flex-1 tvw-min-h-0");xn(p,c==null?void 0:c.panel);let u=[],y="",C="",k=null,b=[],x={},H=0,h=!1,g=0,M=0,S=!1,B=null,T=!1,I=0,W=new Set,$=new Map,ct="",z="",dt=null,j,at,yt,ut,jt;function pe(){let X=w("div","tvw-flex tvw-flex-col tvw-flex-shrink-0"),N=w("div","tvw-flex tvw-items-center tvw-gap-2 tvw-px-4 tvw-py-3 tvw-pb-0 tvw-border-cw-divider tvw-bg-cw-surface tvw-overflow-hidden");xn(N,c==null?void 0:c.headerBar);let gt=w("span","tvw-text-sm tvw-font-medium tvw-text-cw-primary tvw-whitespace-nowrap");gt.textContent="Events",j=w("span","tvw-text-[11px] tvw-font-mono tvw-bg-cw-container tvw-text-cw-muted tvw-px-2 tvw-py-0.5 tvw-rounded tvw-border tvw-border-cw-border"),j.textContent="0";let ft=w("div","tvw-flex-1");at=w("select","tvw-text-xs tvw-bg-cw-surface tvw-border tvw-border-cw-border tvw-rounded tvw-px-2.5 tvw-py-1 tvw-text-cw-primary tvw-cursor-pointer");let ot=w("option","");ot.value="",ot.textContent="All events",at.appendChild(ot),yt=w("button","tvw-inline-flex tvw-items-center tvw-gap-1.5 tvw-rounded tvw-text-xs tvw-text-cw-muted hover:tvw-bg-cw-container hover:tvw-text-cw-primary tvw-cursor-pointer tvw-border tvw-border-cw-border tvw-bg-cw-surface tvw-flex-shrink-0 tvw-px-2.5 tvw-py-1"),yt.type="button",yt.title="Copy All";let zt=lt("clipboard-copy","12px","currentColor",1.5);zt&&yt.appendChild(zt);let Z=w("span","tvw-text-xs");Z.textContent="Copy All",yt.appendChild(Z),N.appendChild(gt),N.appendChild(j),N.appendChild(ft),N.appendChild(at),N.appendChild(yt);let pt=w("div","tvw-relative tvw-px-4 tvw-py-2.5 tvw-border-b tvw-border-cw-divider tvw-bg-cw-surface");xn(pt,c==null?void 0:c.searchBar);let Ft=lt("search","14px","var(--cw-muted, #9ca3af)",1.5),Xt=w("span","tvw-absolute tvw-left-6 tvw-top-1/2 tvw--translate-y-1/2 tvw-pointer-events-none tvw-flex tvw-items-center");Ft&&Xt.appendChild(Ft),ut=w("input","tvw-text-sm tvw-bg-cw-surface tvw-border tvw-border-cw-border tvw-rounded-md tvw-pl-8 tvw-pr-3 tvw-py-1 tvw-w-full tvw-text-cw-primary"),xn(ut,c==null?void 0:c.searchInput),ut.type="text",ut.placeholder="Search event payloads...",jt=w("button","tvw-absolute tvw-right-5 tvw-top-1/2 tvw--translate-y-1/2 tvw-text-cw-muted hover:tvw-text-cw-primary tvw-cursor-pointer tvw-border-none tvw-bg-transparent tvw-p-0 tvw-leading-none"),jt.type="button",jt.style.display="none";let de=lt("x","12px","currentColor",2);return de&&jt.appendChild(de),pt.appendChild(Xt),pt.appendChild(ut),pt.appendChild(jt),X.appendChild(N),X.appendChild(pt),X}let Pe,Ue=o.find(X=>X.renderEventStreamToolbar);if(Ue!=null&&Ue.renderEventStreamToolbar&&s){let X=Ue.renderEventStreamToolbar({config:s,defaultRenderer:()=>pe(),eventCount:e.getSize(),filteredCount:0,onFilterChange:N=>{y=N,me(),we()},onSearchChange:N=>{C=N,me(),we()}});Pe=X!=null?X:pe()}else Pe=pe();let Dt=w("div","tvw-text-xs tvw-text-cw-muted tvw-text-center tvw-py-0.5 tvw-px-4 tvw-bg-cw-container tvw-border-b tvw-border-cw-divider tvw-italic tvw-flex-shrink-0");Dt.style.display="none";let At=w("div","tvw-flex-1 tvw-min-h-0 tvw-relative"),rt=w("div","tvw-event-stream-list tvw-overflow-y-auto tvw-min-h-0");rt.style.height="100%";let mt=w("div","tvw-absolute tvw-bottom-3 tvw-left-1/2 tvw-transform tvw--translate-x-1/2 tvw-bg-cw-accent tvw-text-white tvw-text-xs tvw-px-3 tvw-py-1.5 tvw-rounded-full tvw-cursor-pointer tvw-shadow-md tvw-z-10 tvw-flex tvw-items-center tvw-gap-1");xn(mt,c==null?void 0:c.scrollIndicator),mt.style.display="none";let Wt=lt("arrow-down","12px","currentColor",2);Wt&&mt.appendChild(Wt);let ae=w("span","");mt.appendChild(ae);let Le=w("div","tvw-flex tvw-items-center tvw-justify-center tvw-h-full tvw-text-sm tvw-text-cw-muted");Le.style.display="none",At.appendChild(rt),At.appendChild(Le),At.appendChild(mt),p.setAttribute("tabindex","0"),p.appendChild(Pe),p.appendChild(Dt),p.appendChild(At);function xt(){let X=e.getAll(),N={};for(let Z of X)N[Z.type]=(N[Z.type]||0)+1;let gt=Object.keys(N).sort(),ft=gt.length!==b.length||!gt.every((Z,pt)=>Z===b[pt]),ot=!ft&>.some(Z=>N[Z]!==x[Z]),Tt=X.length!==Object.values(x).reduce((Z,pt)=>Z+pt,0);if(!ft&&!ot&&!Tt||(b=gt,x=N,!at))return;let zt=at.value;if(at.options[0].textContent="All events",ft){for(;at.options.length>1;)at.remove(1);for(let Z of gt){let pt=w("option","");pt.value=Z,pt.textContent=`${Z} (${N[Z]||0})`,at.appendChild(pt)}zt&>.includes(zt)?at.value=zt:zt&&(at.value="",y="")}else for(let Z=1;Z<at.options.length;Z++){let pt=at.options[Z];pt.textContent=`${pt.value} (${N[pt.value]||0})`}}function J(){let X=e.getAll();if(y&&(X=X.filter(N=>N.type===y)),C){let N=C.toLowerCase();X=X.filter(gt=>gt.type.toLowerCase().includes(N)||gt.payload.toLowerCase().includes(N))}return X}function ue(){return y!==""||C!==""}function me(){H=0,g=0,h=!1,mt.style.display="none"}function ye(X){W.has(X)?W.delete(X):W.add(X),dt=X;let N=rt.scrollTop,gt=h;T=!0,h=!0,we(),rt.scrollTop=N,h=gt,T=!1}function $e(){return rt.scrollHeight-rt.scrollTop-rt.clientHeight<=50}function we(){M=Date.now(),S=!1,xt();let X=e.getEvictedCount();X>0?(Dt.textContent=`${X.toLocaleString()} older events truncated`,Dt.style.display=""):Dt.style.display="none",u=J();let N=u.length,gt=e.getSize()>0;j&&(j.textContent=String(e.getSize())),N===0&>&&ue()?(Le.textContent=C?`No events matching '${C}'`:"No events matching filter",Le.style.display="",rt.style.display="none"):(Le.style.display="none",rt.style.display=""),yt&&(yt.title=ue()?`Copy Filtered (${N})`:"Copy All"),h&&N>H&&(g+=N-H,ae.textContent=`${g} new event${g===1?"":"s"}`,mt.style.display=""),H=N;let ft=e.getAll(),ot=ft.length>0?ft[0].timestamp:0,Tt=new Set(u.map(pt=>pt.id));for(let pt of W)Tt.has(pt)||W.delete(pt);let zt=y!==ct||C!==z,Z=$.size===0&&u.length>0;if(zt||Z||u.length===0){rt.innerHTML="",$.clear();let pt=document.createDocumentFragment();for(let Ft=0;Ft<u.length;Ft++){let Xt=AA(u[Ft],Ft,ot,n,W,ye,o,s);$.set(u[Ft].id,Xt),pt.appendChild(Xt)}rt.appendChild(pt),ct=y,z=C,dt=null}else{if(dt!==null){let Ft=$.get(dt);if(Ft&&Ft.parentNode===rt){let Xt=u.findIndex(de=>de.id===dt);if(Xt>=0){let de=AA(u[Xt],Xt,ot,n,W,ye,o,s);rt.insertBefore(de,Ft),Ft.remove(),$.set(dt,de)}}dt=null}let pt=new Set(u.map(Ft=>Ft.id));for(let[Ft,Xt]of $)pt.has(Ft)||(Xt.remove(),$.delete(Ft));for(let Ft=0;Ft<u.length;Ft++){let Xt=u[Ft];if(!$.has(Xt.id)){let de=AA(Xt,Ft,ot,n,W,ye,o,s);$.set(Xt.id,de),rt.appendChild(de)}}}h||(rt.scrollTop=rt.scrollHeight)}function Q(){if(Date.now()-M>=hP){B!==null&&(cancelAnimationFrame(B),B=null),we();return}S||(S=!0,B=requestAnimationFrame(()=>{B=null,we()}))}let Bt=(X,N)=>{if(!yt)return;yt.innerHTML="";let gt=lt(X,"12px","currentColor",1.5);gt&&yt.appendChild(gt);let ft=w("span","tvw-text-xs");ft.textContent="Copy All",yt.appendChild(ft),setTimeout(()=>{yt.innerHTML="";let ot=lt("clipboard-copy","12px","currentColor",1.5);ot&&yt.appendChild(ot);let Tt=w("span","tvw-text-xs");Tt.textContent="Copy All",yt.appendChild(Tt),yt.disabled=!1},N)},Ce=async()=>{if(yt){yt.disabled=!0;try{let X;ue()?X=u:X=a?await a():e.getAll();let N=X.map(gt=>{try{return JSON.parse(gt.payload)}catch{return gt.payload}});await navigator.clipboard.writeText(JSON.stringify(N,null,2)),Bt("check",1500)}catch{Bt("x",1500)}}},be=()=>{at&&(y=at.value,me(),we())},et=()=>{!ut||!jt||(jt.style.display=ut.value?"":"none",k&&clearTimeout(k),k=setTimeout(()=>{C=ut.value,me(),we()},150))},Ot=()=>{!ut||!jt||(ut.value="",C="",jt.style.display="none",k&&clearTimeout(k),me(),we())},Se=()=>{if(T)return;let X=rt.scrollTop,N=X>I;I=X,$e()&&N?(h=!1,g=0,mt.style.display="none"):$e()||(h=!0)},Fe=X=>{X.deltaY<0&&(h=!0)},Ee=()=>{rt.scrollTop=rt.scrollHeight,h=!1,g=0,mt.style.display="none"},G=X=>{let N=X.target;if(!N||N.closest("button"))return;let gt=N.closest("[data-event-id]");if(!gt)return;let ft=gt.getAttribute("data-event-id");ft&&ye(ft)},re=X=>{if((X.metaKey||X.ctrlKey)&&X.key==="f"){X.preventDefault(),ut==null||ut.focus(),ut==null||ut.select();return}X.key==="Escape"&&(ut&&document.activeElement===ut?(Ot(),ut.blur(),p.focus()):t&&t())};yt&&yt.addEventListener("click",Ce),at&&at.addEventListener("change",be),ut&&ut.addEventListener("input",et),jt&&jt.addEventListener("click",Ot),rt.addEventListener("scroll",Se),rt.addEventListener("wheel",Fe,{passive:!0}),rt.addEventListener("click",G),mt.addEventListener("click",Ee),p.addEventListener("keydown",re);function Et(){k&&clearTimeout(k),B!==null&&(cancelAnimationFrame(B),B=null),S=!1,$.clear(),yt&&yt.removeEventListener("click",Ce),at&&at.removeEventListener("change",be),ut&&ut.removeEventListener("input",et),jt&&jt.removeEventListener("click",Ot),rt.removeEventListener("scroll",Se),rt.removeEventListener("wheel",Fe),rt.removeEventListener("click",G),mt.removeEventListener("click",Ee),p.removeEventListener("keydown",re)}return{element:p,update:Q,destroy:Et}}}var BL={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"}},kA=(r,e,a,t)=>{let s=r.querySelectorAll("[data-tv-form]");s.length&&s.forEach(o=>{var y,C,k;if(o.dataset.enhanced==="true")return;let n=(y=o.dataset.tvForm)!=null?y:"init";o.dataset.enhanced="true";let d=(C=BL[n])!=null?C:BL.init;o.classList.add("tvw-form-card","tvw-space-y-4");let i=w("div","tvw-space-y-1"),f=w("h3","tvw-text-base tvw-font-semibold tvw-text-cw-primary");if(f.textContent=d.title,i.appendChild(f),d.description){let b=w("p","tvw-text-sm tvw-text-cw-muted");b.textContent=d.description,i.appendChild(b)}let m=document.createElement("form");m.className="tvw-form-grid tvw-space-y-3",d.fields.forEach(b=>{var M,S;let x=w("label","tvw-form-field tvw-flex tvw-flex-col tvw-gap-1");x.htmlFor=`${e.id}-${n}-${b.name}`;let H=w("span","tvw-text-xs tvw-font-medium tvw-text-cw-muted");H.textContent=b.label,x.appendChild(H);let h=(M=b.type)!=null?M:"text",g;h==="textarea"?(g=document.createElement("textarea"),g.rows=3):(g=document.createElement("input"),g.type=h),g.className="tvw-rounded-xl tvw-border tvw-border-gray-200 tvw-bg-white tvw-px-3 tvw-py-2 tvw-text-sm tvw-text-cw-primary focus:tvw-outline-none focus:tvw-border-cw-primary",g.id=`${e.id}-${n}-${b.name}`,g.name=b.name,g.placeholder=(S=b.placeholder)!=null?S:"",b.required&&(g.required=!0),x.appendChild(g),m.appendChild(x)});let c=w("div","tvw-flex tvw-items-center tvw-justify-between tvw-gap-2"),p=w("div","tvw-text-xs tvw-text-cw-muted tvw-min-h-[1.5rem]"),u=w("button","tvw-inline-flex tvw-items-center tvw-rounded-full tvw-bg-cw-primary tvw-px-4 tvw-py-2 tvw-text-sm tvw-font-semibold tvw-text-white disabled:tvw-opacity-60 tvw-cursor-pointer");u.type="submit",u.textContent=(k=d.submitLabel)!=null?k:"Submit",c.appendChild(p),c.appendChild(u),m.appendChild(c),o.replaceChildren(i,m),m.addEventListener("submit",async b=>{var g,M;b.preventDefault();let x=(g=a.formEndpoint)!=null?g:"/form",H=new FormData(m),h={};H.forEach((S,B)=>{h[B]=S}),h.type=n,u.disabled=!0,p.textContent="Submitting\u2026";try{let S=await fetch(x,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(h)});if(!S.ok)throw new Error(`Form submission failed (${S.status})`);let B=await S.json();p.textContent=(M=B.message)!=null?M:"Thanks! We'll be in touch soon.",B.success&&B.nextPrompt&&await t.sendMessage(String(B.nextPrompt))}catch(S){p.textContent=S instanceof Error?S.message:"Something went wrong. Please try again."}finally{u.disabled=!1}})})};var HA=class{constructor(){this.plugins=new Map}register(e){var a;this.plugins.has(e.id)&&console.warn(`Plugin "${e.id}" is already registered. Overwriting.`),this.plugins.set(e.id,e),(a=e.onRegister)==null||a.call(e)}unregister(e){var t;let a=this.plugins.get(e);a&&((t=a.onUnregister)==null||t.call(a),this.plugins.delete(e))}getAll(){return Array.from(this.plugins.values()).sort((e,a)=>{var t,s;return((t=a.priority)!=null?t:0)-((s=e.priority)!=null?s:0)})}getForInstance(e){let a=this.getAll();if(!e||e.length===0)return a;let t=new Set(e.map(o=>o.id));return[...a.filter(o=>!t.has(o.id)),...e].sort((o,n)=>{var d,i;return((d=n.priority)!=null?d:0)-((i=o.priority)!=null?i:0)})}clear(){this.plugins.forEach(e=>{var a;return(a=e.onUnregister)==null?void 0:a.call(e)}),this.plugins.clear()}},Gn=new HA;var LA={primary:"#111827",accent:"#1d4ed8",surface:"#ffffff",muted:"#6b7280",container:"#f8fafc",border:"#f1f5f9",divider:"#f1f5f9",messageBorder:"#f1f5f9",inputBackground:"#ffffff",callToAction:"#000000",callToActionBackground:"#ffffff",sendButtonBackgroundColor:"#111827",sendButtonTextColor:"#ffffff",sendButtonBorderColor:"#60a5fa",closeButtonColor:"#6b7280",closeButtonBackgroundColor:"transparent",closeButtonBorderColor:"",clearChatIconColor:"#6b7280",clearChatBackgroundColor:"transparent",clearChatBorderColor:"transparent",micIconColor:"#111827",micBackgroundColor:"transparent",micBorderColor:"transparent",recordingIconColor:"#ffffff",recordingBackgroundColor:"#ef4444",recordingBorderColor:"transparent",inputFontFamily:"sans-serif",inputFontWeight:"400",radiusSm:"0.75rem",radiusMd:"1rem",radiusLg:"1.5rem",launcherRadius:"9999px",buttonRadius:"9999px"},TA={primary:"#f9fafb",accent:"#3b82f6",surface:"#1f2937",muted:"#9ca3af",container:"#111827",border:"#374151",divider:"#374151",messageBorder:"#374151",inputBackground:"#111827",callToAction:"#ffffff",callToActionBackground:"#374151",sendButtonBackgroundColor:"#3b82f6",sendButtonTextColor:"#ffffff",sendButtonBorderColor:"#60a5fa",closeButtonColor:"#9ca3af",closeButtonBackgroundColor:"transparent",closeButtonBorderColor:"",clearChatIconColor:"#9ca3af",clearChatBackgroundColor:"transparent",clearChatBorderColor:"transparent",micIconColor:"#f9fafb",micBackgroundColor:"transparent",micBorderColor:"transparent",recordingIconColor:"#ffffff",recordingBackgroundColor:"#ef4444",recordingBorderColor:"transparent",inputFontFamily:"sans-serif",inputFontWeight:"400",radiusSm:"0.75rem",radiusMd:"1rem",radiusLg:"1.5rem",launcherRadius:"9999px",buttonRadius:"9999px"},oe={apiUrl:"http://localhost:43111/api/chat/dispatch",clientToken:void 0,theme:LA,darkTheme:TA,colorScheme:"light",launcher:{enabled:!0,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",closeButtonColor:"#6b7280",closeButtonBackgroundColor:"transparent",clearChat:{iconColor:"#6b7280",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 DS(r){var e,a,t,s,o,n,d,i,f,m,c,p,u,y,C,k,b,x,H;return r?{...oe,...r,theme:{...oe.theme,...r.theme},darkTheme:{...oe.darkTheme,...r.darkTheme},launcher:{...oe.launcher,...r.launcher,clearChat:{...(e=oe.launcher)==null?void 0:e.clearChat,...(a=r.launcher)==null?void 0:a.clearChat}},copy:{...oe.copy,...r.copy},sendButton:{...oe.sendButton,...r.sendButton},statusIndicator:{...oe.statusIndicator,...r.statusIndicator},voiceRecognition:{...oe.voiceRecognition,...r.voiceRecognition},features:{...oe.features,...r.features},suggestionChips:(t=r.suggestionChips)!=null?t:oe.suggestionChips,suggestionChipsConfig:{...oe.suggestionChipsConfig,...r.suggestionChipsConfig},layout:{...oe.layout,...r.layout,header:{...(s=oe.layout)==null?void 0:s.header,...(o=r.layout)==null?void 0:o.header},messages:{...(n=oe.layout)==null?void 0:n.messages,...(d=r.layout)==null?void 0:d.messages,avatar:{...(f=(i=oe.layout)==null?void 0:i.messages)==null?void 0:f.avatar,...(c=(m=r.layout)==null?void 0:m.messages)==null?void 0:c.avatar},timestamp:{...(u=(p=oe.layout)==null?void 0:p.messages)==null?void 0:u.timestamp,...(C=(y=r.layout)==null?void 0:y.messages)==null?void 0:C.timestamp}},slots:{...(k=oe.layout)==null?void 0:k.slots,...(b=r.layout)==null?void 0:b.slots}},markdown:{...oe.markdown,...r.markdown,options:{...(x=oe.markdown)==null?void 0:x.options,...(H=r.markdown)==null?void 0:H.options}},messageActions:{...oe.messageActions,...r.messageActions}}:oe}var RL=()=>{let r=new Map,e=(s,o)=>(r.has(s)||r.set(s,new Set),r.get(s).add(o),()=>a(s,o)),a=(s,o)=>{var n;(n=r.get(s))==null||n.delete(o)};return{on:e,off:a,emit:(s,o)=>{var n;(n=r.get(s))==null||n.forEach(d=>{try{d(o)}catch(i){typeof console!="undefined"&&console.error("[AgentWidget] Event handler error:",i)}})}}};var vP=r=>{let e=r.match(/```(?:json)?\s*([\s\S]*?)```/i);return e?e[1]:r},yP=r=>{let e=r.trim(),a=e.indexOf("{");if(a===-1)return null;let t=0;for(let s=a;s<e.length;s+=1){let o=e[s];if(o==="{"&&(t+=1),o==="}"&&(t-=1,t===0))return e.slice(a,s+1)}return null},Zn=({text:r})=>{if(!r||!r.includes("{"))return null;try{let e=vP(r),a=yP(e);if(!a)return null;let t=JSON.parse(a);if(!t||typeof t!="object"||!t.action)return null;let{action:s,...o}=t;return{type:String(s),payload:o,raw:t}}catch{return null}},PA=r=>typeof r=="string"?r:r==null?"":String(r),_a={message:r=>r.type!=="message"?void 0:{handled:!0,displayText:PA(r.payload.text)},messageAndClick:(r,e)=>{var s;if(r.type!=="message_and_click")return;let a=r.payload,t=PA(a.element);if(t&&((s=e.document)!=null&&s.querySelector)){let o=e.document.querySelector(t);o?setTimeout(()=>{o.click()},400):typeof console!="undefined"&&console.warn("[AgentWidget] Element not found for selector:",t)}return{handled:!0,displayText:PA(a.text)}}},VL=r=>Array.isArray(r)?r.map(e=>String(e)):[],Xn=r=>{let e=new Set(VL(r.getSessionMetadata().processedActionMessageIds)),a=()=>{e=new Set(VL(r.getSessionMetadata().processedActionMessageIds))},t=()=>{let o=Array.from(e);r.updateSessionMetadata(n=>({...n,processedActionMessageIds:o}))};return{process:o=>{if(o.streaming||o.message.role!=="assistant"||!o.text||e.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 d=n?r.parsers.reduce((f,m)=>f||(m==null?void 0:m({text:n,message:o.message}))||null,null):null;if(!d)return null;e.add(o.message.id),t();let i={action:d,message:o.message};r.emit("action:detected",i);for(let f of r.handlers)if(f)try{let m=()=>{r.emit("action:resubmit",i)},c=f(d,{message:o.message,metadata:r.getSessionMetadata(),updateMetadata:r.updateSessionMetadata,document:r.documentRef,triggerResubmit:m});if(!c)continue;if(c.handled){let p=c.persistMessage!==!1;return{text:c.displayText!==void 0?c.displayText:"",persist:p,resubmit:c.resubmit}}}catch(m){typeof console!="undefined"&&console.error("[AgentWidget] Action handler error:",m)}return{text:"",persist:!0}},syncFromMetadata:a}};var wP=r=>{if(!r)return null;try{return JSON.parse(r)}catch(e){return typeof console!="undefined"&&console.error("[AgentWidget] Failed to parse stored state:",e),null}},CP=r=>r.map(e=>({...e,streaming:!1})),WS=(r="persona-state")=>{let e=()=>typeof window=="undefined"||!window.localStorage?null:window.localStorage;return{load:()=>{let a=e();return a?wP(a.getItem(r)):null},save:a=>{let t=e();if(t)try{let s={...a,messages:a.messages?CP(a.messages):void 0};t.setItem(r,JSON.stringify(s))}catch(s){typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",s)}},clear:()=>{let a=e();if(a)try{a.removeItem(r)}catch(t){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear stored state:",t)}}}};var EA=class{constructor(){this.components=new Map}register(e,a){this.components.has(e)&&console.warn(`[ComponentRegistry] Component "${e}" is already registered. Overwriting.`),this.components.set(e,a)}unregister(e){this.components.delete(e)}get(e){return this.components.get(e)}has(e){return this.components.has(e)}getAllNames(){return Array.from(this.components.keys())}clear(){this.components.clear()}registerAll(e){Object.entries(e).forEach(([a,t])=>{this.register(a,t)})}},gn=new EA;var Mn=RH(pA(),1);function bP(r){if(!r||typeof r!="object"||!("component"in r))return!1;let e=r.component;return typeof e=="string"&&e.length>0}function SP(r,e){if(!bP(r))return null;let a=r.props&&typeof r.props=="object"&&r.props!==null?r.props:{};return{component:r.component,props:a,raw:e}}function OS(){let r=null,e=0;return{getExtractedDirective:()=>r,processChunk:a=>{let t=a.trim();if(!t.startsWith("{")&&!t.startsWith("["))return null;if(a.length<=e)return r;try{let s=(0,Mn.parse)(a,Mn.STR|Mn.OBJ),o=SP(s,a);o&&(r=o)}catch{}return e=a.length,r},reset:()=>{r=null,e=0}}}function FL(r){return typeof r=="object"&&r!==null&&"component"in r&&typeof r.component=="string"&&"props"in r&&typeof r.props=="object"}function zS(r,e){let{config:a,message:t,onPropsUpdate:s}=e,o=gn.get(r.component);if(!o)return console.warn(`[ComponentMiddleware] Component "${r.component}" not found in registry. Falling back to default rendering.`),null;let n={message:t,config:a,updateProps:d=>{s&&s(d)}};try{return o(r.props,n)}catch(d){return console.error(`[ComponentMiddleware] Error rendering component "${r.component}":`,d),null}}function IL(){let r=OS();return{processChunk:e=>r.processChunk(e),getDirective:()=>r.getExtractedDirective(),reset:()=>{r.reset()}}}function qS(r){if(!r.rawContent)return!1;try{let e=JSON.parse(r.rawContent);return typeof e=="object"&&e!==null&&"component"in e&&typeof e.component=="string"}catch{return!1}}function NS(r){if(!r.rawContent)return null;try{let e=JSON.parse(r.rawContent);if(typeof e=="object"&&e!==null&&"component"in e&&typeof e.component=="string")return{component:e.component,props:e.props&&typeof e.props=="object"&&e.props!==null?e.props:{},raw:r.rawContent}}catch{}return null}var AP=["Very dissatisfied","Dissatisfied","Neutral","Satisfied","Very satisfied"];function US(r){let{onSubmit:e,onDismiss:a,title:t="How satisfied are you?",subtitle:s="Please rate your experience",commentPlaceholder:o="Share your thoughts (optional)...",submitText:n="Submit",skipText:d="Skip",showComment:i=!0,ratingLabels:f=AP}=r,m=document.createElement("div");m.className="tvw-feedback-container tvw-feedback-csat",m.setAttribute("role","dialog"),m.setAttribute("aria-label","Customer satisfaction feedback");let c=null,p=document.createElement("div");p.className="tvw-feedback-content";let u=document.createElement("div");u.className="tvw-feedback-header";let y=document.createElement("h3");y.className="tvw-feedback-title",y.textContent=t,u.appendChild(y);let C=document.createElement("p");C.className="tvw-feedback-subtitle",C.textContent=s,u.appendChild(C),p.appendChild(u);let k=document.createElement("div");k.className="tvw-feedback-rating tvw-feedback-rating-csat",k.setAttribute("role","radiogroup"),k.setAttribute("aria-label","Satisfaction rating from 1 to 5");let b=[];for(let M=1;M<=5;M++){let S=document.createElement("button");S.type="button",S.className="tvw-feedback-rating-btn tvw-feedback-star-btn",S.setAttribute("role","radio"),S.setAttribute("aria-checked","false"),S.setAttribute("aria-label",`${M} star${M>1?"s":""}: ${f[M-1]}`),S.title=f[M-1],S.dataset.rating=String(M),S.innerHTML=`
|
|
64
|
+
`,a.addEventListener("click",e);let t=o=>{var b,g,L,h,x,y,S,B,P,I,D,q;let n=(b=o.launcher)!=null?b:{},l=a.querySelector("[data-role='launcher-title']");l&&(l.textContent=(g=n.title)!=null?g:"Chat Assistant");let i=a.querySelector("[data-role='launcher-subtitle']");i&&(i.textContent=(L=n.subtitle)!=null?L:"Get answers fast");let c=a.querySelector(".tvw-flex-col");c&&(n.textHidden?c.style.display="none":c.style.display="");let m=a.querySelector("[data-role='launcher-icon']");if(m)if(n.agentIconHidden)m.style.display="none";else{let it=(h=n.agentIconSize)!=null?h:"40px";if(m.style.height=it,m.style.width=it,m.innerHTML="",n.agentIconName){let O=parseFloat(it)||24,at=lt(n.agentIconName,O*.6,"#ffffff",2);at?(m.appendChild(at),m.style.display=""):(m.textContent=(x=n.agentIconText)!=null?x:"\u{1F4AC}",m.style.display="")}else n.iconUrl?m.style.display="none":(m.textContent=(y=n.agentIconText)!=null?y:"\u{1F4AC}",m.style.display="")}let f=a.querySelector("[data-role='launcher-image']");if(f){let it=(S=n.agentIconSize)!=null?S:"40px";f.style.height=it,f.style.width=it,n.iconUrl&&!n.agentIconName&&!n.agentIconHidden?(f.src=n.iconUrl,f.style.display="block"):f.style.display="none"}let p=a.querySelector("[data-role='launcher-call-to-action-icon']");if(p){let it=(B=n.callToActionIconSize)!=null?B:"32px";p.style.height=it,p.style.width=it,n.callToActionIconBackgroundColor?(p.style.backgroundColor=n.callToActionIconBackgroundColor,p.classList.remove("tvw-bg-cw-primary")):(p.style.backgroundColor="",p.classList.add("tvw-bg-cw-primary"));let O=0;if(n.callToActionIconPadding?(p.style.boxSizing="border-box",p.style.padding=n.callToActionIconPadding,O=(parseFloat(n.callToActionIconPadding)||0)*2):(p.style.boxSizing="",p.style.padding=""),n.callToActionIconHidden)p.style.display="none";else if(p.style.display="",p.innerHTML="",n.callToActionIconName){let at=parseFloat(it)||24,z=Math.max(at-O,8),rt=lt(n.callToActionIconName,z,"currentColor",2);rt?p.appendChild(rt):p.textContent=(P=n.callToActionIconText)!=null?P:"\u2197"}else p.textContent=(I=n.callToActionIconText)!=null?I:"\u2197"}let u=n.position&&Ye[n.position]?Ye[n.position]:Ye["bottom-right"],w="tvw-fixed tvw-flex tvw-items-center tvw-gap-3 tvw-rounded-launcher tvw-bg-cw-surface tvw-py-2.5 tvw-pl-3 tvw-pr-3 tvw-transition hover:tvw-translate-y-[-2px] tvw-cursor-pointer tvw-z-50";a.className=`${w} ${u}`;let C="1px solid #e5e7eb",A="0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1)";a.style.border=(D=n.border)!=null?D:C,a.style.boxShadow=(q=n.shadow)!=null?q:A},s=()=>{a.removeEventListener("click",e),a.remove()};return r&&t(r),{element:a,update:t,destroy:s}};var ua=r=>{var I,D,q,it,O,at,z,rt,wt,ut,Gt,he,Pe,Ue,Ot,kt,ot,mt,zt,ae,Le,ft,J,me,xe,ye,$e,we,Q,Vt,Ce,be;let{config:e,showClose:a=!0}=r,t=v("div","tvw-widget-header tvw-flex tvw-items-center tvw-gap-3 tvw-bg-cw-surface tvw-px-6 tvw-py-5 tvw-border-b-cw-divider"),s=(I=e==null?void 0:e.launcher)!=null?I:{},o=(D=s.headerIconSize)!=null?D:"48px",n=(q=s.closeButtonSize)!=null?q:"32px",l=(it=s.closeButtonPlacement)!=null?it:"inline",i=(O=s.headerIconHidden)!=null?O:!1,c=s.headerIconName,m=v("div","tvw-flex tvw-items-center tvw-justify-center tvw-rounded-xl tvw-bg-cw-primary tvw-text-white tvw-text-xl");if(m.style.height=o,m.style.width=o,!i)if(c){let et=parseFloat(o)||24,qt=lt(c,et*.6,"#ffffff",1);qt?m.replaceChildren(qt):m.textContent=(z=(at=e==null?void 0:e.launcher)==null?void 0:at.agentIconText)!=null?z:"\u{1F4AC}"}else if((rt=e==null?void 0:e.launcher)!=null&&rt.iconUrl){let et=v("img");et.src=e.launcher.iconUrl,et.alt="",et.className="tvw-rounded-xl tvw-object-cover",et.style.height=o,et.style.width=o,m.replaceChildren(et)}else m.textContent=(ut=(wt=e==null?void 0:e.launcher)==null?void 0:wt.agentIconText)!=null?ut:"\u{1F4AC}";let f=v("div","tvw-flex tvw-flex-col"),p=v("span","tvw-text-base tvw-font-semibold");p.textContent=(he=(Gt=e==null?void 0:e.launcher)==null?void 0:Gt.title)!=null?he:"Chat Assistant";let u=v("span","tvw-text-xs tvw-text-cw-muted");u.textContent=(Ue=(Pe=e==null?void 0:e.launcher)==null?void 0:Pe.subtitle)!=null?Ue:"Here to help you get answers fast",f.append(p,u),i?t.append(f):t.append(m,f);let w=(Ot=s.clearChat)!=null?Ot:{},C=(kt=w.enabled)!=null?kt:!0,A=(ot=w.placement)!=null?ot:"inline",b=null,g=null;if(C){let et=(mt=w.size)!=null?mt:"32px",qt=(zt=w.iconName)!=null?zt:"refresh-cw",Se=(ae=w.iconColor)!=null?ae:"",Fe=(Le=w.backgroundColor)!=null?Le:"",Ee=(ft=w.borderWidth)!=null?ft:"",G=(J=w.borderColor)!=null?J:"",re=(me=w.borderRadius)!=null?me:"",Rt=(xe=w.paddingX)!=null?xe:"",X=(ye=w.paddingY)!=null?ye:"",N=($e=w.tooltipText)!=null?$e:"Clear chat",xt=(we=w.showTooltip)!=null?we:!0;g=v("div",A==="top-right"?"tvw-absolute tvw-top-4 tvw-z-50":"tvw-relative tvw-ml-auto tvw-clear-chat-button-wrapper"),A==="top-right"&&(g.style.right="48px"),b=v("button","tvw-inline-flex tvw-items-center tvw-justify-center tvw-rounded-full tvw-text-cw-muted hover:tvw-bg-gray-100 tvw-cursor-pointer tvw-border-none"),b.style.height=et,b.style.width=et,b.type="button",b.setAttribute("aria-label",N);let ht=lt(qt,"20px",Se||"",1);if(ht&&b.appendChild(ht),Se&&(b.style.color=Se,b.classList.remove("tvw-text-cw-muted")),Fe&&(b.style.backgroundColor=Fe,b.classList.remove("hover:tvw-bg-gray-100")),Ee||G){let st=Ee||"0px",Et=G||"transparent";b.style.border=`${st} solid ${Et}`,b.classList.remove("tvw-border-none")}if(re&&(b.style.borderRadius=re,b.classList.remove("tvw-rounded-full")),Rt?(b.style.paddingLeft=Rt,b.style.paddingRight=Rt):(b.style.paddingLeft="",b.style.paddingRight=""),X?(b.style.paddingTop=X,b.style.paddingBottom=X):(b.style.paddingTop="",b.style.paddingBottom=""),g.appendChild(b),xt&&N&&b&&g){let st=null,Et=()=>{if(st||!b)return;st=v("div","tvw-clear-chat-tooltip"),st.textContent=N;let Z=v("div");Z.className="tvw-clear-chat-tooltip-arrow",st.appendChild(Z);let pt=b.getBoundingClientRect();st.style.position="fixed",st.style.left=`${pt.left+pt.width/2}px`,st.style.top=`${pt.top-8}px`,st.style.transform="translate(-50%, -100%)",document.body.appendChild(st)},Nt=()=>{st&&st.parentNode&&(st.parentNode.removeChild(st),st=null)};g.addEventListener("mouseenter",Et),g.addEventListener("mouseleave",Nt),b.addEventListener("focus",Et),b.addEventListener("blur",Nt),g._cleanupTooltip=()=>{Nt(),g&&(g.removeEventListener("mouseenter",Et),g.removeEventListener("mouseleave",Nt)),b&&(b.removeEventListener("focus",Et),b.removeEventListener("blur",Nt))}}A==="inline"&&t.appendChild(g)}let L=v("div",l==="top-right"?"tvw-absolute tvw-top-4 tvw-right-4 tvw-z-50":C&&A==="inline"?"":"tvw-ml-auto"),h=v("button","tvw-inline-flex tvw-items-center tvw-justify-center tvw-rounded-full tvw-text-cw-muted hover:tvw-bg-gray-100 tvw-cursor-pointer tvw-border-none");h.style.height=n,h.style.width=n,h.type="button";let x=(Q=s.closeButtonTooltipText)!=null?Q:"Close chat",y=(Vt=s.closeButtonShowTooltip)!=null?Vt:!0;h.setAttribute("aria-label",x),h.style.display=a?"":"none";let S=(Ce=s.closeButtonIconName)!=null?Ce:"x",B=(be=s.closeButtonIconText)!=null?be:"\xD7",P=lt(S,"20px",s.closeButtonColor||"",1);if(P?h.appendChild(P):h.textContent=B,s.closeButtonColor?(h.style.color=s.closeButtonColor,h.classList.remove("tvw-text-cw-muted")):(h.style.color="",h.classList.add("tvw-text-cw-muted")),s.closeButtonBackgroundColor?(h.style.backgroundColor=s.closeButtonBackgroundColor,h.classList.remove("hover:tvw-bg-gray-100")):(h.style.backgroundColor="",h.classList.add("hover:tvw-bg-gray-100")),s.closeButtonBorderWidth||s.closeButtonBorderColor){let et=s.closeButtonBorderWidth||"0px",qt=s.closeButtonBorderColor||"transparent";h.style.border=`${et} solid ${qt}`,h.classList.remove("tvw-border-none")}else h.style.border="",h.classList.add("tvw-border-none");if(s.closeButtonBorderRadius?(h.style.borderRadius=s.closeButtonBorderRadius,h.classList.remove("tvw-rounded-full")):(h.style.borderRadius="",h.classList.add("tvw-rounded-full")),s.closeButtonPaddingX?(h.style.paddingLeft=s.closeButtonPaddingX,h.style.paddingRight=s.closeButtonPaddingX):(h.style.paddingLeft="",h.style.paddingRight=""),s.closeButtonPaddingY?(h.style.paddingTop=s.closeButtonPaddingY,h.style.paddingBottom=s.closeButtonPaddingY):(h.style.paddingTop="",h.style.paddingBottom=""),L.appendChild(h),y&&x){let et=null,qt=()=>{if(et)return;et=v("div","tvw-clear-chat-tooltip"),et.textContent=x;let Fe=v("div");Fe.className="tvw-clear-chat-tooltip-arrow",et.appendChild(Fe);let Ee=h.getBoundingClientRect();et.style.position="fixed",et.style.left=`${Ee.left+Ee.width/2}px`,et.style.top=`${Ee.top-8}px`,et.style.transform="translate(-50%, -100%)",document.body.appendChild(et)},Se=()=>{et&&et.parentNode&&(et.parentNode.removeChild(et),et=null)};L.addEventListener("mouseenter",qt),L.addEventListener("mouseleave",Se),h.addEventListener("focus",qt),h.addEventListener("blur",Se),L._cleanupTooltip=()=>{Se(),L.removeEventListener("mouseenter",qt),L.removeEventListener("mouseleave",Se),h.removeEventListener("focus",qt),h.removeEventListener("blur",Se)}}return l!=="top-right"&&t.appendChild(L),{header:t,iconHolder:m,headerTitle:p,headerSubtitle:u,closeButton:h,closeButtonWrapper:L,clearChatButton:b,clearChatButtonWrapper:g}},Ua=(r,e,a)=>{var n,l,i,c;let t=(n=a==null?void 0:a.launcher)!=null?n:{},s=(l=t.closeButtonPlacement)!=null?l:"inline",o=(c=(i=t.clearChat)==null?void 0:i.placement)!=null?c:"inline";r.appendChild(e.header),s==="top-right"&&(r.style.position="relative",r.appendChild(e.closeButtonWrapper)),e.clearChatButtonWrapper&&o==="top-right"&&(r.style.position="relative",r.appendChild(e.clearChatButtonWrapper))};var MA=r=>ua({config:r.config,showClose:r.showClose,onClose:r.onClose,onClearChat:r.onClearChat}),vA=r=>{var w,C,A,b;let{config:e,showClose:a=!0,onClose:t}=r,s=(w=e==null?void 0:e.launcher)!=null?w:{},o=v("div","tvw-flex tvw-items-center tvw-justify-between tvw-bg-cw-surface tvw-px-6 tvw-py-4 tvw-border-b-cw-divider"),n=v("span","tvw-text-base tvw-font-semibold");n.textContent=(C=s.title)!=null?C:"Chat Assistant",o.appendChild(n);let l=(A=s.closeButtonSize)!=null?A:"32px",i=v("div",""),c=v("button","tvw-inline-flex tvw-items-center tvw-justify-center tvw-rounded-full tvw-text-cw-muted hover:tvw-bg-gray-100 tvw-cursor-pointer tvw-border-none");c.style.height=l,c.style.width=l,c.type="button",c.setAttribute("aria-label","Close chat"),c.style.display=a?"":"none";let m=(b=s.closeButtonIconName)!=null?b:"x",f=lt(m,"20px",s.closeButtonColor||"",2);f?c.appendChild(f):c.textContent="\xD7",t&&c.addEventListener("click",t),i.appendChild(c),o.appendChild(i);let p=v("div");p.style.display="none";let u=v("span");return u.style.display="none",{header:o,iconHolder:p,headerTitle:n,headerSubtitle:u,closeButton:c,closeButtonWrapper:i,clearChatButton:null,clearChatButtonWrapper:null}},yA=r=>{var h,x,y,S,B,P,I,D;let{config:e,showClose:a=!0,onClose:t,onClearChat:s}=r,o=(h=e==null?void 0:e.launcher)!=null?h:{},n=v("div","tvw-flex tvw-flex-col tvw-bg-cw-surface tvw-px-6 tvw-py-5 tvw-border-b-cw-divider"),l=v("div","tvw-flex tvw-items-center tvw-gap-3"),i=(x=o.headerIconSize)!=null?x:"56px",c=v("div","tvw-flex tvw-items-center tvw-justify-center tvw-rounded-xl tvw-bg-cw-primary tvw-text-white tvw-text-2xl");c.style.height=i,c.style.width=i;let m=o.headerIconName;if(m){let q=parseFloat(i)||24,it=lt(m,q*.5,"#ffffff",2);it?c.replaceChildren(it):c.textContent=(y=o.agentIconText)!=null?y:"\u{1F4AC}"}else if(o.iconUrl){let q=v("img");q.src=o.iconUrl,q.alt="",q.className="tvw-rounded-xl tvw-object-cover",q.style.height=i,q.style.width=i,c.replaceChildren(q)}else c.textContent=(S=o.agentIconText)!=null?S:"\u{1F4AC}";let f=v("div","tvw-flex tvw-flex-col tvw-flex-1"),p=v("span","tvw-text-lg tvw-font-semibold");p.textContent=(B=o.title)!=null?B:"Chat Assistant";let u=v("span","tvw-text-sm tvw-text-cw-muted");u.textContent=(P=o.subtitle)!=null?P:"Here to help you get answers fast",f.append(p,u),l.append(c,f);let w=(I=o.closeButtonSize)!=null?I:"32px",C=v("div",""),A=v("button","tvw-inline-flex tvw-items-center tvw-justify-center tvw-rounded-full tvw-text-cw-muted hover:tvw-bg-gray-100 tvw-cursor-pointer tvw-border-none");A.style.height=w,A.style.width=w,A.type="button",A.setAttribute("aria-label","Close chat"),A.style.display=a?"":"none";let b=(D=o.closeButtonIconName)!=null?D:"x",g=lt(b,"20px",o.closeButtonColor||"",2);g?A.appendChild(g):A.textContent="\xD7",t&&A.addEventListener("click",t),C.appendChild(A),l.appendChild(C),n.appendChild(l);let L=v("div","tvw-mt-3 tvw-pt-3 tvw-border-t tvw-border-gray-100 tvw-text-xs tvw-text-cw-muted");return L.textContent="Online and ready to help",n.appendChild(L),{header:n,iconHolder:c,headerTitle:p,headerSubtitle:u,closeButton:A,closeButtonWrapper:C,clearChatButton:null,clearChatButtonWrapper:null}},DS={default:MA,minimal:vA,expanded:yA},wA=r=>{var e;return(e=DS[r])!=null?e:DS.default},cn=(r,e,a)=>{var n,l,i;if(e!=null&&e.render){let c=e.render({config:r,onClose:a==null?void 0:a.onClose,onClearChat:a==null?void 0:a.onClearChat}),m=v("div");m.style.display="none";let f=v("span"),p=v("span"),u=v("button");u.style.display="none";let w=v("div");return w.style.display="none",{header:c,iconHolder:m,headerTitle:f,headerSubtitle:p,closeButton:u,closeButtonWrapper:w,clearChatButton:null,clearChatButtonWrapper:null}}let t=(n=e==null?void 0:e.layout)!=null?n:"default",o=wA(t)({config:r,showClose:(i=(l=e==null?void 0:e.showCloseButton)!=null?l:a==null?void 0:a.showClose)!=null?i:!0,onClose:a==null?void 0:a.onClose,onClearChat:a==null?void 0:a.onClearChat});return e&&(e.showIcon===!1&&(o.iconHolder.style.display="none"),e.showTitle===!1&&(o.headerTitle.style.display="none"),e.showSubtitle===!1&&(o.headerSubtitle.style.display="none"),e.showCloseButton===!1&&(o.closeButton.style.display="none"),e.showClearChat===!1&&o.clearChatButtonWrapper&&(o.clearChatButtonWrapper.style.display="none")),o};var lP=r=>{switch(r){case"serif":return'Georgia, "Times New Roman", Times, serif';case"mono":return'"Courier New", Courier, "Lucida Console", Monaco, monospace';case"sans-serif":default:return'-apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif'}},hn=r=>{var Ot,kt,ot,mt,zt,ae,Le,ft,J,me,xe,ye,$e,we,Q,Vt,Ce,be,et,qt,Se,Fe,Ee,G,re,Rt,X,N,xt,ht;let{config:e}=r,a=v("div","tvw-widget-footer tvw-border-t-cw-divider tvw-bg-cw-surface tvw-px-6 tvw-py-4"),t=v("div","tvw-mb-3 tvw-flex tvw-flex-wrap tvw-gap-2"),s=v("form","tvw-widget-composer tvw-flex tvw-flex-col tvw-gap-2 tvw-rounded-2xl tvw-border tvw-border-gray-200 tvw-bg-cw-input-background tvw-px-4 tvw-py-3");s.style.outline="none";let o=v("textarea");o.placeholder=(kt=(Ot=e==null?void 0:e.copy)==null?void 0:Ot.inputPlaceholder)!=null?kt:"Type your message\u2026",o.className="tvw-w-full tvw-min-h-[24px] tvw-resize-none tvw-border-none tvw-bg-transparent tvw-text-sm tvw-text-cw-primary focus:tvw-outline-none focus:tvw-border-none tvw-composer-textarea",o.rows=1;let n=(mt=(ot=e==null?void 0:e.theme)==null?void 0:ot.inputFontFamily)!=null?mt:"sans-serif",l=(ae=(zt=e==null?void 0:e.theme)==null?void 0:zt.inputFontWeight)!=null?ae:"400";o.style.fontFamily=lP(n),o.style.fontWeight=l;let m=3*20;o.style.maxHeight=`${m}px`,o.style.overflowY="auto";let f=()=>{o.style.height="auto";let st=Math.min(o.scrollHeight,m);o.style.height=`${st}px`};o.addEventListener("input",f),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 p=(Le=e==null?void 0:e.sendButton)!=null?Le:{},u=(ft=p.useIcon)!=null?ft:!1,w=(J=p.iconText)!=null?J:"\u2191",C=p.iconName,A=(me=p.tooltipText)!=null?me:"Send message",b=(xe=p.showTooltip)!=null?xe:!1,g=(ye=p.size)!=null?ye:"40px",L=p.backgroundColor,h=p.textColor,x=v("div","tvw-send-button-wrapper"),y=v("button",u?"tvw-rounded-button tvw-flex tvw-items-center tvw-justify-center disabled:tvw-opacity-50 tvw-cursor-pointer":"tvw-rounded-button tvw-bg-cw-accent tvw-px-4 tvw-py-2 tvw-text-sm tvw-font-semibold disabled:tvw-opacity-50 tvw-cursor-pointer");if(y.type="submit",u){if(y.style.width=g,y.style.height=g,y.style.minWidth=g,y.style.minHeight=g,y.style.fontSize="18px",y.style.lineHeight="1",y.innerHTML="",C){let st=parseFloat(g)||24,Et=h&&typeof h=="string"&&h.trim()?h.trim():"currentColor",Nt=lt(C,st,Et,2);Nt?(y.appendChild(Nt),y.style.color=Et):(y.textContent=w,h?y.style.color=h:y.classList.add("tvw-text-white"))}else y.textContent=w,h?y.style.color=h:y.classList.add("tvw-text-white");L?y.style.backgroundColor=L:y.classList.add("tvw-bg-cw-primary")}else y.textContent=(we=($e=e==null?void 0:e.copy)==null?void 0:$e.sendButtonLabel)!=null?we:"Send",h?y.style.color=h:y.classList.add("tvw-text-white");if(p.borderWidth&&(y.style.borderWidth=p.borderWidth,y.style.borderStyle="solid"),p.borderColor&&(y.style.borderColor=p.borderColor),p.paddingX?(y.style.paddingLeft=p.paddingX,y.style.paddingRight=p.paddingX):(y.style.paddingLeft="",y.style.paddingRight=""),p.paddingY?(y.style.paddingTop=p.paddingY,y.style.paddingBottom=p.paddingY):(y.style.paddingTop="",y.style.paddingBottom=""),b&&A){let st=v("div","tvw-send-button-tooltip");st.textContent=A,x.appendChild(st)}x.appendChild(y);let S=(Q=e==null?void 0:e.voiceRecognition)!=null?Q:{},B=S.enabled===!0,P=null,I=null,D=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined");if(B&&D){I=v("div","tvw-send-button-wrapper"),P=v("button","tvw-rounded-button tvw-flex tvw-items-center tvw-justify-center disabled:tvw-opacity-50 tvw-cursor-pointer"),P.type="button",P.setAttribute("aria-label","Start voice recognition");let st=(Vt=S.iconName)!=null?Vt:"mic",Et=(Ce=S.iconSize)!=null?Ce:g,Nt=parseFloat(Et)||24,Z=(be=S.backgroundColor)!=null?be:L,pt=(et=S.iconColor)!=null?et:h;P.style.width=Et,P.style.height=Et,P.style.minWidth=Et,P.style.minHeight=Et,P.style.fontSize="18px",P.style.lineHeight="1";let Dt=pt||"currentColor",Jt=lt(st,Nt,Dt,1.5);Jt?(P.appendChild(Jt),P.style.color=Dt):(P.textContent="\u{1F3A4}",P.style.color=Dt),Z?P.style.backgroundColor=Z:P.classList.add("tvw-bg-cw-primary"),pt?P.style.color=pt:!pt&&!h&&P.classList.add("tvw-text-white"),S.borderWidth&&(P.style.borderWidth=S.borderWidth,P.style.borderStyle="solid"),S.borderColor&&(P.style.borderColor=S.borderColor),S.paddingX&&(P.style.paddingLeft=S.paddingX,P.style.paddingRight=S.paddingX),S.paddingY&&(P.style.paddingTop=S.paddingY,P.style.paddingBottom=S.paddingY),I.appendChild(P);let ie=(qt=S.tooltipText)!=null?qt:"Start voice recognition";if(((Se=S.showTooltip)!=null?Se:!1)&&ie){let pe=v("div","tvw-send-button-tooltip");pe.textContent=ie,I.appendChild(pe)}}let q=(Fe=e==null?void 0:e.attachments)!=null?Fe:{},it=q.enabled===!0,O=null,at=null,z=null,rt=null;if(it){rt=v("div","tvw-attachment-previews tvw-flex tvw-flex-wrap tvw-gap-2 tvw-mb-2"),rt.style.display="none",z=v("input"),z.type="file",z.accept=((Ee=q.allowedTypes)!=null?Ee:va).join(","),z.multiple=((G=q.maxFiles)!=null?G:4)>1,z.style.display="none",z.setAttribute("aria-label","Attach files"),at=v("div","tvw-send-button-wrapper"),O=v("button","tvw-rounded-button tvw-flex tvw-items-center tvw-justify-center disabled:tvw-opacity-50 tvw-cursor-pointer tvw-attachment-button"),O.type="button",O.setAttribute("aria-label",(re=q.buttonTooltipText)!=null?re:"Attach file");let st=(Rt=q.buttonIconName)!=null?Rt:"paperclip",Et=g,Nt=parseFloat(Et)||40,Z=Math.round(Nt*.6);O.style.width=Et,O.style.height=Et,O.style.minWidth=Et,O.style.minHeight=Et,O.style.fontSize="18px",O.style.lineHeight="1",O.style.backgroundColor="transparent",O.style.color="var(--cw-primary, #111827)",O.style.border="none",O.style.borderRadius="6px",O.style.transition="background-color 0.15s ease",O.addEventListener("mouseenter",()=>{O.style.backgroundColor="rgba(0, 0, 0, 0.05)"}),O.addEventListener("mouseleave",()=>{O.style.backgroundColor="transparent"});let pt=lt(st,Z,"currentColor",1.5);pt?O.appendChild(pt):O.textContent="\u{1F4CE}",O.addEventListener("click",ie=>{ie.preventDefault(),z==null||z.click()}),at.appendChild(O);let Dt=(X=q.buttonTooltipText)!=null?X:"Attach file",Jt=v("div","tvw-send-button-tooltip");Jt.textContent=Dt,at.appendChild(Jt)}s.addEventListener("click",st=>{st.target!==y&&st.target!==x&&st.target!==P&&st.target!==I&&st.target!==O&&st.target!==at&&o.focus()}),rt&&(rt.style.gap="8px",s.append(rt)),z&&s.append(z),s.append(o);let wt=v("div","tvw-flex tvw-items-center tvw-justify-between tvw-w-full"),ut=v("div","tvw-flex tvw-items-center tvw-gap-2");at&&ut.append(at);let Gt=v("div","tvw-flex tvw-items-center tvw-gap-1");I&&Gt.append(I),Gt.append(x),wt.append(ut,Gt),s.append(wt);let he=v("div","tvw-mt-2 tvw-text-right tvw-text-xs tvw-text-cw-muted"),Pe=(N=e==null?void 0:e.statusIndicator)!=null?N:{},Ue=(xt=Pe.visible)!=null?xt:!0;return he.style.display=Ue?"":"none",he.textContent=(ht=Pe.idleText)!=null?ht:"Online",a.append(t,s,he),{footer:a,suggestions:t,composerForm:s,textarea:o,sendButton:y,sendButtonWrapper:x,micButton:P,micButtonWrapper:I,statusText:he,attachmentButton:O,attachmentButtonWrapper:at,attachmentInput:z,attachmentPreviewsContainer:rt,actionsRow:wt,leftActions:ut,rightActions:Gt}};var kL=r=>{var i,c,m,f,p,u,w;if(!((c=(i=r==null?void 0:r.launcher)==null?void 0:i.enabled)!=null?c:!0)){let C=v("div","tvw-relative tvw-h-full tvw-flex tvw-flex-col tvw-flex-1 tvw-min-h-0"),A=v("div","tvw-relative tvw-flex-1 tvw-flex tvw-flex-col tvw-min-h-0"),b=(f=(m=r==null?void 0:r.launcher)==null?void 0:m.width)!=null?f:"100%";return C.style.width=b,A.style.width="100%",C.appendChild(A),{wrapper:C,panel:A}}let a=(p=r==null?void 0:r.launcher)!=null?p:{},t=a.position&&Ye[a.position]?Ye[a.position]:Ye["bottom-right"],s=v("div",`tvw-widget-wrapper tvw-fixed ${t} tvw-z-50 tvw-transition`),o=v("div","tvw-widget-panel tvw-relative tvw-min-h-[320px]"),n=(w=(u=r==null?void 0:r.launcher)==null?void 0:u.width)!=null?w:r==null?void 0:r.launcherWidth,l=n!=null?n:"min(400px, calc(100vw - 24px))";return o.style.width=l,o.style.maxWidth=l,s.appendChild(o),{wrapper:s,panel:o}},HL=(r,e=!0)=>{var u,w,C,A,b,g,L;let a=v("div","tvw-widget-container tvw-flex tvw-h-full tvw-w-full tvw-flex-1 tvw-min-h-0 tvw-flex-col tvw-bg-cw-surface tvw-text-cw-primary tvw-rounded-2xl tvw-overflow-hidden tvw-border tvw-border-cw-border"),t=(u=r==null?void 0:r.layout)==null?void 0:u.header,s=((w=r==null?void 0:r.layout)==null?void 0:w.showHeader)!==!1,o=t?cn(r,t,{showClose:e}):ua({config:r,showClose:e}),n=v("div","tvw-widget-body tvw-flex tvw-flex-1 tvw-min-h-0 tvw-flex-col tvw-gap-6 tvw-overflow-y-auto tvw-bg-cw-container tvw-px-6 tvw-py-6");n.id="persona-scroll-container";let l=v("div","tvw-rounded-2xl tvw-bg-cw-surface tvw-p-6 tvw-shadow-sm"),i=v("h2","tvw-text-lg tvw-font-semibold tvw-text-cw-primary");i.textContent=(A=(C=r==null?void 0:r.copy)==null?void 0:C.welcomeTitle)!=null?A:"Hello \u{1F44B}";let c=v("p","tvw-mt-2 tvw-text-sm tvw-text-cw-muted");c.textContent=(g=(b=r==null?void 0:r.copy)==null?void 0:b.welcomeSubtitle)!=null?g:"Ask anything about your account or products.",l.append(i,c);let m=v("div","tvw-flex tvw-flex-col tvw-gap-3");n.append(l,m);let f=hn({config:r}),p=((L=r==null?void 0:r.layout)==null?void 0:L.showFooter)!==!1;return s?Ua(a,o,r):(o.header.style.display="none",Ua(a,o,r)),a.append(n),p||(f.footer.style.display="none"),a.append(f.footer),{container:a,body:n,messagesWrapper:m,suggestions:f.suggestions,textarea:f.textarea,sendButton:f.sendButton,sendButtonWrapper:f.sendButtonWrapper,micButton:f.micButton,micButtonWrapper:f.micButtonWrapper,composerForm:f.composerForm,statusText:f.statusText,introTitle:i,introSubtitle:c,closeButton:o.closeButton,closeButtonWrapper:o.closeButtonWrapper,clearChatButton:o.clearChatButton,clearChatButtonWrapper:o.clearChatButtonWrapper,iconHolder:o.iconHolder,headerTitle:o.headerTitle,headerSubtitle:o.headerSubtitle,header:o.header,footer:f.footer,attachmentButton:f.attachmentButton,attachmentButtonWrapper:f.attachmentButtonWrapper,attachmentInput:f.attachmentInput,attachmentPreviewsContainer:f.attachmentPreviewsContainer,actionsRow:f.actionsRow,leftActions:f.leftActions,rightActions:f.rightActions}};var dP=320,iP=320,pP=r=>!r.contentParts||r.contentParts.length===0?[]:r.contentParts.filter(e=>e.type==="image"&&typeof e.image=="string"&&e.image.trim().length>0),cP=(r,e,a)=>{if(r.length===0)return null;try{let t=v("div","tvw-flex tvw-flex-col tvw-gap-2");t.setAttribute("data-message-attachments","images"),e&&(t.style.marginBottom="8px");let s=0,o=!1,n=()=>{o||(o=!0,t.remove(),a==null||a())};return r.forEach((l,i)=>{var f;let c=v("img");c.alt=((f=l.alt)==null?void 0:f.trim())||`Attached image ${i+1}`,c.loading="lazy",c.decoding="async",c.referrerPolicy="no-referrer",c.style.display="block",c.style.width="100%",c.style.maxWidth=`${dP}px`,c.style.maxHeight=`${iP}px`,c.style.height="auto",c.style.objectFit="contain",c.style.borderRadius="10px",c.style.backgroundColor="var(--cw-container, #f3f4f6)",c.style.border="1px solid var(--cw-border, #e5e7eb)";let m=!1;s+=1,c.addEventListener("error",()=>{m||(m=!0,s=Math.max(0,s-1),c.remove(),s===0&&n())}),c.addEventListener("load",()=>{m=!0}),c.src=l.image,t.appendChild(c)}),s===0?(n(),null):t}catch{return a==null||a(),null}},$a=()=>{let r=document.createElement("div");r.className="tvw-flex tvw-items-center tvw-space-x-1 tvw-h-5 tvw-mt-2";let e=document.createElement("div");e.className="tvw-bg-cw-primary tvw-animate-typing tvw-rounded-full tvw-h-1.5 tvw-w-1.5",e.style.animationDelay="0ms";let a=document.createElement("div");a.className="tvw-bg-cw-primary tvw-animate-typing tvw-rounded-full tvw-h-1.5 tvw-w-1.5",a.style.animationDelay="250ms";let t=document.createElement("div");t.className="tvw-bg-cw-primary tvw-animate-typing tvw-rounded-full tvw-h-1.5 tvw-w-1.5",t.style.animationDelay="500ms";let s=document.createElement("span");return s.className="tvw-sr-only",s.textContent="Loading",r.appendChild(e),r.appendChild(a),r.appendChild(t),r.appendChild(s),r},CA=(r,e,a)=>{let t={config:a!=null?a:{},streaming:!0,location:r,defaultRenderer:$a};if(e){let s=e(t);if(s!==null)return s}return $a()},hP=(r,e)=>{let a=v("div","tvw-flex-shrink-0 tvw-w-8 tvw-h-8 tvw-rounded-full tvw-flex tvw-items-center tvw-justify-center tvw-text-sm"),t=e==="user"?r.userAvatar:r.assistantAvatar;if(t)if(t.startsWith("http")||t.startsWith("/")||t.startsWith("data:")){let s=v("img");s.src=t,s.alt=e==="user"?"User":"Assistant",s.className="tvw-w-full tvw-h-full tvw-rounded-full tvw-object-cover",a.appendChild(s)}else a.textContent=t,a.classList.add(e==="user"?"tvw-bg-cw-accent":"tvw-bg-cw-primary","tvw-text-white");else a.textContent=e==="user"?"U":"A",a.classList.add(e==="user"?"tvw-bg-cw-accent":"tvw-bg-cw-primary","tvw-text-white");return a},LL=(r,e)=>{let a=v("div","tvw-text-xs tvw-text-cw-muted"),t=new Date(r.createdAt);return e.format?a.textContent=e.format(t):a.textContent=t.toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"}),a},fP=(r,e="bubble")=>{let a=["vanilla-message-bubble","tvw-max-w-[85%]"];switch(e){case"flat":r==="user"?a.push("vanilla-message-user-bubble","tvw-ml-auto","tvw-text-cw-primary","tvw-py-2"):a.push("vanilla-message-assistant-bubble","tvw-text-cw-primary","tvw-py-2");break;case"minimal":a.push("tvw-text-sm","tvw-leading-relaxed"),r==="user"?a.push("vanilla-message-user-bubble","tvw-ml-auto","tvw-bg-cw-accent","tvw-text-white","tvw-px-3","tvw-py-2","tvw-rounded-lg"):a.push("vanilla-message-assistant-bubble","tvw-bg-cw-surface","tvw-text-cw-primary","tvw-px-3","tvw-py-2","tvw-rounded-lg");break;case"bubble":default:a.push("tvw-rounded-2xl","tvw-text-sm","tvw-leading-relaxed","tvw-shadow-sm"),r==="user"?a.push("vanilla-message-user-bubble","tvw-ml-auto","tvw-bg-cw-accent","tvw-text-white","tvw-px-5","tvw-py-3"):a.push("vanilla-message-assistant-bubble","tvw-bg-cw-surface","tvw-border","tvw-border-cw-message-border","tvw-text-cw-primary","tvw-px-5","tvw-py-3");break}return a},bA=(r,e,a)=>{var u,w,C,A,b,g;let t=(u=e.showCopy)!=null?u:!0,s=(w=e.showUpvote)!=null?w:!0,o=(C=e.showDownvote)!=null?C:!0,n=(A=e.visibility)!=null?A:"hover",l=(b=e.align)!=null?b:"right",i=(g=e.layout)!=null?g:"pill-inside",c={left:"tvw-message-actions-left",center:"tvw-message-actions-center",right:"tvw-message-actions-right"}[l],m={"pill-inside":"tvw-message-actions-pill","row-inside":"tvw-message-actions-row"}[i],f=v("div",`tvw-message-actions tvw-flex tvw-items-center tvw-gap-1 tvw-mt-2 ${c} ${m} ${n==="hover"?"tvw-message-actions-hover":""}`);f.id=`actions-${r.id}`,f.setAttribute("data-actions-for",r.id);let p=(L,h,x)=>{let y=document.createElement("button");y.className="tvw-message-action-btn",y.setAttribute("aria-label",h),y.setAttribute("title",h),y.setAttribute("data-action",x);let S=lt(L,14,"currentColor",2);return S&&y.appendChild(S),y};return t&&f.appendChild(p("copy","Copy message","copy")),s&&f.appendChild(p("thumbs-up","Upvote","upvote")),o&&f.appendChild(p("thumbs-down","Downvote","downvote")),f},fn=(r,e,a,t,s,o)=>{var P,I,D,q,it,O,at;let n=a!=null?a:{},l=(P=n.layout)!=null?P:"bubble",i=n.avatar,c=n.timestamp,m=(I=i==null?void 0:i.show)!=null?I:!1,f=(D=c==null?void 0:c.show)!=null?D:!1,p=(q=i==null?void 0:i.position)!=null?q:"left",u=(it=c==null?void 0:c.position)!=null?it:"below",w=fP(r.role,l),C=v("div",w.join(" "));C.id=`bubble-${r.id}`,C.setAttribute("data-message-id",r.id);let A=pP(r),b=(at=(O=r.content)==null?void 0:O.trim())!=null?at:"",L=A.length>0&&b===S2,h=document.createElement("div"),x=document.createElement("div");if(x.innerHTML=e({text:r.content,message:r,streaming:!!r.streaming,raw:r.rawContent}),h.appendChild(x),L&&(x.style.display="none"),f&&u==="inline"&&r.createdAt){let z=LL(r,c);z.classList.add("tvw-ml-2","tvw-inline"),h.appendChild(z)}if(A.length>0){let z=cP(A,!L&&!!b,()=>{L&&(x.style.display="")});z?C.appendChild(z):L&&(x.style.display="")}if(C.appendChild(h),f&&u==="below"&&r.createdAt){let z=LL(r,c);z.classList.add("tvw-mt-1"),C.appendChild(z)}if(r.streaming&&r.role==="assistant"&&(!r.content||!r.content.trim())){let z=CA("inline",o==null?void 0:o.loadingIndicatorRenderer,o==null?void 0:o.widgetConfig);z&&C.appendChild(z)}if(r.role==="assistant"&&!r.streaming&&r.content&&r.content.trim()&&(t==null?void 0:t.enabled)!==!1&&t){let z=bA(r,t,s);C.appendChild(z)}if(!m||r.role==="system")return C;let S=v("div",`tvw-flex tvw-gap-2 ${r.role==="user"?"tvw-flex-row-reverse":""}`),B=hP(i,r.role);return p==="right"||p==="left"&&r.role==="user"?S.append(C,B):S.append(B,C),C.classList.remove("tvw-max-w-[85%]"),C.classList.add("tvw-max-w-[calc(85%-2.5rem)]"),S},TL=(r,e,a,t,s,o)=>{let n=a!=null?a:{};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}):fn(r,e,a,t,s,o)};var un=new Set,PL=(r,e)=>{let a=un.has(r),t=e.querySelector('button[data-expand-header="true"]'),s=e.querySelector(".tvw-border-t");if(!t||!s)return;t.setAttribute("aria-expanded",a?"true":"false");let o=t.querySelector(".tvw-ml-auto"),n=o==null?void 0:o.querySelector(":scope > .tvw-flex.tvw-items-center");if(n){n.innerHTML="";let i=lt(a?"chevron-up":"chevron-down",16,"currentColor",2);i?n.appendChild(i):n.textContent=a?"Hide":"Show"}s.style.display=a?"":"none"},SA=r=>{let e=r.reasoning,a=v("div",["vanilla-message-bubble","vanilla-reasoning-bubble","tvw-w-full","tvw-max-w-[85%]","tvw-rounded-2xl","tvw-bg-cw-surface","tvw-border","tvw-border-cw-message-border","tvw-text-cw-primary","tvw-shadow-sm","tvw-overflow-hidden","tvw-px-0","tvw-py-0"].join(" "));if(a.id=`bubble-${r.id}`,a.setAttribute("data-message-id",r.id),!e)return a;let t=un.has(r.id),s=v("button","tvw-flex tvw-w-full tvw-items-center tvw-justify-between tvw-gap-3 tvw-bg-transparent tvw-px-4 tvw-py-3 tvw-text-left tvw-cursor-pointer tvw-border-none");s.type="button",s.setAttribute("aria-expanded",t?"true":"false"),s.setAttribute("data-expand-header","true"),s.setAttribute("data-bubble-type","reasoning");let o=v("div","tvw-flex tvw-flex-col tvw-text-left"),n=v("span","tvw-text-xs tvw-text-cw-primary");n.textContent="Thinking...",o.appendChild(n);let l=v("span","tvw-text-xs tvw-text-cw-primary");l.textContent=sL(e),o.appendChild(l),e.status==="complete"?n.style.display="none":n.style.display="";let i=v("div","tvw-flex tvw-items-center"),m=lt(t?"chevron-up":"chevron-down",16,"currentColor",2);m?i.appendChild(m):i.textContent=t?"Hide":"Show";let f=v("div","tvw-flex tvw-items-center tvw-ml-auto");f.append(i),s.append(o,f);let p=v("div","tvw-border-t tvw-border-gray-200 tvw-bg-gray-50 tvw-px-4 tvw-py-3");p.style.display=t?"":"none";let u=e.chunks.join(""),w=v("div","tvw-whitespace-pre-wrap tvw-text-xs tvw-leading-snug tvw-text-cw-muted");return w.textContent=u||(e.status==="complete"?"No additional context was shared.":"Waiting for details\u2026"),p.appendChild(w),(()=>{s.setAttribute("aria-expanded",t?"true":"false"),i.innerHTML="";let b=lt(t?"chevron-up":"chevron-down",16,"currentColor",2);b?i.appendChild(b):i.textContent=t?"Hide":"Show",p.style.display=t?"":"none"})(),a.append(s,p),a};var mn=new Set,EL=(r,e,a)=>{var c;let t=mn.has(r),s=(c=a==null?void 0:a.toolCall)!=null?c:{},o=e.querySelector('button[data-expand-header="true"]'),n=e.querySelector(".tvw-border-t");if(!o||!n)return;o.setAttribute("aria-expanded",t?"true":"false");let l=o.querySelector(".tvw-ml-auto"),i=l==null?void 0:l.querySelector(":scope > .tvw-flex.tvw-items-center");if(i){i.innerHTML="";let m=s.toggleTextColor||s.headerTextColor||"currentColor",f=lt(t?"chevron-up":"chevron-down",16,m,2);f?i.appendChild(f):i.textContent=t?"Hide":"Show"}n.style.display=t?"":"none"},AA=(r,e)=>{var C;let a=r.toolCall,t=(C=e==null?void 0:e.toolCall)!=null?C:{},s=v("div",["vanilla-message-bubble","vanilla-tool-bubble","tvw-w-full","tvw-max-w-[85%]","tvw-rounded-2xl","tvw-bg-cw-surface","tvw-border","tvw-border-cw-message-border","tvw-text-cw-primary","tvw-shadow-sm","tvw-overflow-hidden","tvw-px-0","tvw-py-0"].join(" "));if(s.id=`bubble-${r.id}`,s.setAttribute("data-message-id",r.id),t.backgroundColor&&(s.style.backgroundColor=t.backgroundColor),t.borderColor&&(s.style.borderColor=t.borderColor),t.borderWidth&&(s.style.borderWidth=t.borderWidth),t.borderRadius&&(s.style.borderRadius=t.borderRadius),!a)return s;let o=mn.has(r.id),n=v("button","tvw-flex tvw-w-full tvw-items-center tvw-justify-between tvw-gap-3 tvw-bg-transparent tvw-px-4 tvw-py-3 tvw-text-left tvw-cursor-pointer tvw-border-none");n.type="button",n.setAttribute("aria-expanded",o?"true":"false"),n.setAttribute("data-expand-header","true"),n.setAttribute("data-bubble-type","tool"),t.headerBackgroundColor&&(n.style.backgroundColor=t.headerBackgroundColor),t.headerPaddingX&&(n.style.paddingLeft=t.headerPaddingX,n.style.paddingRight=t.headerPaddingX),t.headerPaddingY&&(n.style.paddingTop=t.headerPaddingY,n.style.paddingBottom=t.headerPaddingY);let l=v("div","tvw-flex tvw-flex-col tvw-text-left"),i=v("span","tvw-text-xs tvw-text-cw-primary");t.headerTextColor&&(i.style.color=t.headerTextColor),i.textContent=nL(a),l.appendChild(i);let c=v("div","tvw-flex tvw-items-center"),m=t.toggleTextColor||t.headerTextColor||"currentColor",f=lt(o?"chevron-up":"chevron-down",16,m,2);f?c.appendChild(f):c.textContent=o?"Hide":"Show";let p=v("div","tvw-flex tvw-items-center tvw-gap-2 tvw-ml-auto");p.append(c),n.append(l,p);let u=v("div","tvw-border-t tvw-border-gray-200 tvw-bg-gray-50 tvw-space-y-3 tvw-px-4 tvw-py-3");if(u.style.display=o?"":"none",t.contentBackgroundColor&&(u.style.backgroundColor=t.contentBackgroundColor),t.contentTextColor&&(u.style.color=t.contentTextColor),t.contentPaddingX&&(u.style.paddingLeft=t.contentPaddingX,u.style.paddingRight=t.contentPaddingX),t.contentPaddingY&&(u.style.paddingTop=t.contentPaddingY,u.style.paddingBottom=t.contentPaddingY),a.name){let A=v("div","tvw-text-xs tvw-text-cw-muted tvw-italic");t.contentTextColor?A.style.color=t.contentTextColor:t.headerTextColor&&(A.style.color=t.headerTextColor),A.textContent=a.name,u.appendChild(A)}if(a.args!==void 0){let A=v("div","tvw-space-y-1"),b=v("div","tvw-text-xs tvw-text-cw-muted");t.labelTextColor&&(b.style.color=t.labelTextColor),b.textContent="Arguments";let g=v("pre","tvw-max-h-48 tvw-overflow-auto tvw-whitespace-pre-wrap tvw-rounded-lg tvw-border tvw-border-gray-100 tvw-bg-white tvw-px-3 tvw-py-2 tvw-text-xs tvw-text-cw-primary");g.style.fontSize="0.75rem",g.style.lineHeight="1rem",t.codeBlockBackgroundColor&&(g.style.backgroundColor=t.codeBlockBackgroundColor),t.codeBlockBorderColor&&(g.style.borderColor=t.codeBlockBorderColor),t.codeBlockTextColor&&(g.style.color=t.codeBlockTextColor),g.textContent=hA(a.args),A.append(b,g),u.appendChild(A)}if(a.chunks&&a.chunks.length){let A=v("div","tvw-space-y-1"),b=v("div","tvw-text-xs tvw-text-cw-muted");t.labelTextColor&&(b.style.color=t.labelTextColor),b.textContent="Activity";let g=v("pre","tvw-max-h-48 tvw-overflow-auto tvw-whitespace-pre-wrap tvw-rounded-lg tvw-border tvw-border-gray-100 tvw-bg-white tvw-px-3 tvw-py-2 tvw-text-xs tvw-text-cw-primary");g.style.fontSize="0.75rem",g.style.lineHeight="1rem",t.codeBlockBackgroundColor&&(g.style.backgroundColor=t.codeBlockBackgroundColor),t.codeBlockBorderColor&&(g.style.borderColor=t.codeBlockBorderColor),t.codeBlockTextColor&&(g.style.color=t.codeBlockTextColor),g.textContent=a.chunks.join(`
|
|
65
|
+
`),A.append(b,g),u.appendChild(A)}if(a.status==="complete"&&a.result!==void 0){let A=v("div","tvw-space-y-1"),b=v("div","tvw-text-xs tvw-text-cw-muted");t.labelTextColor&&(b.style.color=t.labelTextColor),b.textContent="Result";let g=v("pre","tvw-max-h-48 tvw-overflow-auto tvw-whitespace-pre-wrap tvw-rounded-lg tvw-border tvw-border-gray-100 tvw-bg-white tvw-px-3 tvw-py-2 tvw-text-xs tvw-text-cw-primary");g.style.fontSize="0.75rem",g.style.lineHeight="1rem",t.codeBlockBackgroundColor&&(g.style.backgroundColor=t.codeBlockBackgroundColor),t.codeBlockBorderColor&&(g.style.borderColor=t.codeBlockBorderColor),t.codeBlockTextColor&&(g.style.color=t.codeBlockTextColor),g.textContent=hA(a.result),A.append(b,g),u.appendChild(A)}if(a.status==="complete"&&typeof a.duration=="number"){let A=v("div","tvw-text-xs tvw-text-cw-muted");t.contentTextColor&&(A.style.color=t.contentTextColor),A.textContent=`Duration: ${a.duration}ms`,u.appendChild(A)}return(()=>{n.setAttribute("aria-expanded",o?"true":"false"),c.innerHTML="";let A=t.toggleTextColor||t.headerTextColor||"currentColor",b=lt(o?"chevron-up":"chevron-down",16,A,2);b?c.appendChild(b):c.textContent=o?"Hide":"Show",u.style.display=o?"":"none"})(),s.append(n,u),s};var BL=r=>{let e=[];return{buttons:e,render:(t,s,o,n,l)=>{if(r.innerHTML="",e.length=0,!t||!t.length||(n!=null?n:s?s.getMessages():[]).some(u=>u.role==="user"))return;let m=document.createDocumentFragment(),f=s?s.isStreaming():!1,p=u=>{switch(u){case"serif":return'Georgia, "Times New Roman", Times, serif';case"mono":return'"Courier New", Courier, "Lucida Console", Monaco, monospace';case"sans-serif":default:return'-apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif'}};t.forEach(u=>{let w=v("button","tvw-rounded-button tvw-bg-cw-surface tvw-px-3 tvw-py-1.5 tvw-text-xs tvw-font-medium tvw-text-cw-muted hover:tvw-opacity-90 tvw-cursor-pointer tvw-border tvw-border-gray-200");w.type="button",w.textContent=u,w.disabled=f,l!=null&&l.fontFamily&&(w.style.fontFamily=p(l.fontFamily)),l!=null&&l.fontWeight&&(w.style.fontWeight=l.fontWeight),l!=null&&l.paddingX&&(w.style.paddingLeft=l.paddingX,w.style.paddingRight=l.paddingX),l!=null&&l.paddingY&&(w.style.paddingTop=l.paddingY,w.style.paddingBottom=l.paddingY),w.addEventListener("click",()=>{!s||s.isStreaming()||(o.value="",s.sendMessage(u))}),m.appendChild(w),e.push(w)}),r.appendChild(m)}}};var jn=class{constructor(e=2e3,a=null){this.head=0;this.count=0;this.totalCaptured=0;this.eventTypesSet=new Set;this.maxSize=e,this.buffer=new Array(e),this.store=a}push(e){var a;this.buffer[this.head]=e,this.head=(this.head+1)%this.maxSize,this.count<this.maxSize&&this.count++,this.totalCaptured++,this.eventTypesSet.add(e.type),(a=this.store)==null||a.put(e)}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 e=await this.store.getAll();if(e.length===0)return 0;let a=e.length>this.maxSize?e.slice(e.length-this.maxSize):e;for(let t of a)this.buffer[this.head]=t,this.head=(this.head+1)%this.maxSize,this.count<this.maxSize&&this.count++,this.eventTypesSet.add(t.type);return this.totalCaptured=e.length,a.length}getAllFromStore(){return this.store?this.store.getAll():Promise.resolve(this.getAll())}getRecent(e){let a=this.getAll();return e>=a.length?a:a.slice(a.length-e)}getSize(){return this.count}getTotalCaptured(){return this.totalCaptured}getEvictedCount(){return this.totalCaptured-this.count}clear(){var e;this.buffer=new Array(this.maxSize),this.head=0,this.count=0,this.totalCaptured=0,this.eventTypesSet.clear(),(e=this.store)==null||e.clear()}destroy(){var e;this.buffer=[],this.head=0,this.count=0,this.totalCaptured=0,this.eventTypesSet.clear(),(e=this.store)==null||e.destroy()}getEventTypes(){return Array.from(this.eventTypesSet)}};var Gn=class{constructor(e="persona-event-stream",a="events"){this.db=null;this.pendingWrites=[];this.flushScheduled=!1;this.isDestroyed=!1;this.dbName=e,this.storeName=a}open(){return new Promise((e,a)=>{try{let t=indexedDB.open(this.dbName,1);t.onupgradeneeded=()=>{let s=t.result;s.objectStoreNames.contains(this.storeName)||s.createObjectStore(this.storeName,{keyPath:"id"}).createIndex("timestamp","timestamp",{unique:!1})},t.onsuccess=()=>{this.db=t.result,e()},t.onerror=()=>{a(t.error)}}catch(t){a(t)}})}put(e){!this.db||this.isDestroyed||(this.pendingWrites.push(e),this.flushScheduled||(this.flushScheduled=!0,queueMicrotask(()=>this.flushWrites())))}putBatch(e){if(!(!this.db||this.isDestroyed||e.length===0))try{let t=this.db.transaction(this.storeName,"readwrite").objectStore(this.storeName);for(let s of e)t.put(s)}catch{}}getAll(){return new Promise((e,a)=>{if(!this.db){e([]);return}try{let n=this.db.transaction(this.storeName,"readonly").objectStore(this.storeName).index("timestamp").getAll();n.onsuccess=()=>{e(n.result)},n.onerror=()=>{a(n.error)}}catch(t){a(t)}})}getCount(){return new Promise((e,a)=>{if(!this.db){e(0);return}try{let o=this.db.transaction(this.storeName,"readonly").objectStore(this.storeName).count();o.onsuccess=()=>{e(o.result)},o.onerror=()=>{a(o.error)}}catch(t){a(t)}})}clear(){return new Promise((e,a)=>{if(!this.db){e();return}this.pendingWrites=[];try{let o=this.db.transaction(this.storeName,"readwrite").objectStore(this.storeName).clear();o.onsuccess=()=>{e()},o.onerror=()=>{a(o.error)}}catch(t){a(t)}})}close(){this.db&&(this.db.close(),this.db=null)}destroy(){return this.isDestroyed=!0,this.pendingWrites=[],this.close(),new Promise((e,a)=>{try{let t=indexedDB.deleteDatabase(this.dbName);t.onsuccess=()=>{e()},t.onerror=()=>{a(t.error)}}catch(t){a(t)}})}flushWrites(){if(this.flushScheduled=!1,!this.db||this.isDestroyed||this.pendingWrites.length===0)return;let e=this.pendingWrites;this.pendingWrites=[];try{let t=this.db.transaction(this.storeName,"readwrite").objectStore(this.storeName);for(let s of e)t.put(s)}catch{}}};function xn(r,e){e&&e.split(/\s+/).forEach(a=>a&&r.classList.add(a))}var uP={flow_:{bg:"#dcfce7",text:"#166534"},step_:{bg:"#dbeafe",text:"#1e40af"},reason_:{bg:"#ffedd5",text:"#9a3412"},tool_:{bg:"#f3e8ff",text:"#6b21a8"},agent_:{bg:"#ccfbf1",text:"#115e59"},error:{bg:"#fecaca",text:"#991b1b"}},mP={bg:"#f3f4f6",text:"#4b5563"},xP=["flowName","stepName","reasoningText","text","name","tool","toolName"],gP=100;function MP(r,e){let a={...uP,...e};if(a[r])return a[r];for(let t of Object.keys(a))if(t.endsWith("_")&&r.startsWith(t))return a[t];return mP}function vP(r,e){return`+${((r-e)/1e3).toFixed(3)}s`}function yP(r){let e=new Date(r),a=String(e.getHours()).padStart(2,"0"),t=String(e.getMinutes()).padStart(2,"0"),s=String(e.getSeconds()).padStart(2,"0"),o=String(e.getMilliseconds()).padStart(3,"0");return`${a}:${t}:${s}.${o}`}function wP(r,e){try{let a=JSON.parse(r);if(typeof a!="object"||a===null)return null;for(let t of e){let s=t.split("."),o=a;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 CP(r){var e;return(e=navigator.clipboard)!=null&&e.writeText?navigator.clipboard.writeText(r):new Promise(a=>{let t=document.createElement("textarea");t.value=r,t.style.position="fixed",t.style.opacity="0",document.body.appendChild(t),t.select(),document.execCommand("copy"),document.body.removeChild(t),a()})}function bP(r){let e;try{e=JSON.parse(r.payload)}catch{e=r.payload}return JSON.stringify({type:r.type,timestamp:new Date(r.timestamp).toISOString(),payload:e},null,2)}function SP(r,e,a){let t,s;try{s=JSON.parse(r.payload),t=JSON.stringify(s,null,2)}catch{s=r.payload,t=r.payload}let o=e.find(l=>l.renderEventStreamPayload);if(o!=null&&o.renderEventStreamPayload&&a){let l=o.renderEventStreamPayload({event:r,config:a,defaultRenderer:()=>n(),parsedPayload:s});if(l)return l}return n();function n(){let l=v("div","tvw-bg-cw-container tvw-border-t tvw-border-cw-divider tvw-px-3 tvw-py-2 tvw-ml-4 tvw-mr-3 tvw-mb-1 tvw-rounded-b tvw-overflow-auto tvw-max-h-[300px]"),i=v("pre","tvw-m-0 tvw-whitespace-pre-wrap tvw-break-all tvw-text-[11px] tvw-text-cw-secondary tvw-font-mono");return i.textContent=t,l.appendChild(i),l}}function kA(r,e,a,t,s,o,n,l){var p;let i=s.has(r.id),c=v("div","tvw-border-b tvw-border-cw-divider tvw-text-xs");xn(c,(p=t.classNames)==null?void 0:p.eventRow);let m=n.find(u=>u.renderEventStreamRow);if(m!=null&&m.renderEventStreamRow&&l){let u=m.renderEventStreamRow({event:r,index:e,config:l,defaultRenderer:()=>f(),isExpanded:i,onToggleExpand:()=>o(r.id)});if(u)return c.appendChild(u),c}return c.appendChild(f()),c;function f(){var q,it;let u=v("div",""),w=v("div","tvw-flex tvw-items-center tvw-gap-2 tvw-px-3 tvw-py-3 hover:tvw-bg-cw-container tvw-cursor-pointer tvw-group");w.setAttribute("data-event-id",r.id);let C=v("span","tvw-flex-shrink-0 tvw-text-cw-muted tvw-w-4 tvw-text-center tvw-flex tvw-items-center tvw-justify-center"),A=lt(i?"chevron-down":"chevron-right","14px","currentColor",2);A&&C.appendChild(A);let b=v("span","tvw-text-[11px] tvw-text-cw-muted tvw-whitespace-nowrap tvw-flex-shrink-0 tvw-font-mono tvw-w-[70px]"),g=(q=t.timestampFormat)!=null?q:"relative";b.textContent=g==="relative"?vP(r.timestamp,a):yP(r.timestamp);let L=null;t.showSequenceNumbers!==!1&&(L=v("span","tvw-text-[11px] tvw-text-cw-muted tvw-font-mono tvw-flex-shrink-0 tvw-w-[28px] tvw-text-right"),L.textContent=String(e+1));let h=MP(r.type,t.badgeColors),x=v("span","tvw-inline-flex tvw-items-center tvw-px-2 tvw-py-0.5 tvw-rounded tvw-text-[11px] tvw-font-mono tvw-font-medium tvw-whitespace-nowrap tvw-flex-shrink-0 tvw-border");x.style.backgroundColor=h.bg,x.style.color=h.text,x.style.borderColor=h.text+"50",x.textContent=r.type;let y=(it=t.descriptionFields)!=null?it:xP,S=wP(r.payload,y),B=null;S&&(B=v("span","tvw-text-[11px] tvw-text-cw-secondary tvw-truncate tvw-min-w-0"),B.textContent=S);let P=v("div","tvw-flex-1 tvw-min-w-0"),I=v("button","tvw-text-cw-muted hover:tvw-text-cw-primary tvw-cursor-pointer tvw-flex-shrink-0 tvw-border-none tvw-bg-transparent tvw-p-0"),D=lt("clipboard","12px","currentColor",1.5);return D&&I.appendChild(D),I.addEventListener("click",async O=>{O.stopPropagation(),await CP(bP(r)),I.innerHTML="";let at=lt("check","12px","currentColor",1.5);at&&I.appendChild(at),setTimeout(()=>{I.innerHTML="";let z=lt("clipboard","12px","currentColor",1.5);z&&I.appendChild(z)},1500)}),w.appendChild(C),w.appendChild(b),L&&w.appendChild(L),w.appendChild(x),B&&w.appendChild(B),w.appendChild(P),w.appendChild(I),u.appendChild(w),i&&u.appendChild(SP(r,n,l)),u}}function RL(r){var c,m;let{buffer:e,getFullHistory:a,onClose:t,config:s,plugins:o=[]}=r,n=(m=(c=s==null?void 0:s.features)==null?void 0:c.eventStream)!=null?m:{},l=o.find(f=>f.renderEventStreamView);if(l!=null&&l.renderEventStreamView&&s){let f=l.renderEventStreamView({config:s,events:e.getAll(),defaultRenderer:()=>i().element,onClose:t});if(f)return{element:f,update:()=>{},destroy:()=>{}}}return i();function i(){let f=n.classNames,p=v("div","tvw-event-stream-view tvw-flex tvw-flex-col tvw-flex-1 tvw-min-h-0");xn(p,f==null?void 0:f.panel);let u=[],w="",C="",A=null,b=[],g={},L=0,h=!1,x=0,y=0,S=!1,B=null,P=!1,I=0,D=new Set,q=new Map,it="",O="",at=null,z,rt,wt,ut,Gt;function he(){let X=v("div","tvw-flex tvw-flex-col tvw-flex-shrink-0"),N=v("div","tvw-flex tvw-items-center tvw-gap-2 tvw-px-4 tvw-py-3 tvw-pb-0 tvw-border-cw-divider tvw-bg-cw-surface tvw-overflow-hidden");xn(N,f==null?void 0:f.headerBar);let xt=v("span","tvw-text-sm tvw-font-medium tvw-text-cw-primary tvw-whitespace-nowrap");xt.textContent="Events",z=v("span","tvw-text-[11px] tvw-font-mono tvw-bg-cw-container tvw-text-cw-muted tvw-px-2 tvw-py-0.5 tvw-rounded tvw-border tvw-border-cw-border"),z.textContent="0";let ht=v("div","tvw-flex-1");rt=v("select","tvw-text-xs tvw-bg-cw-surface tvw-border tvw-border-cw-border tvw-rounded tvw-px-2.5 tvw-py-1 tvw-text-cw-primary tvw-cursor-pointer");let st=v("option","");st.value="",st.textContent="All events",rt.appendChild(st),wt=v("button","tvw-inline-flex tvw-items-center tvw-gap-1.5 tvw-rounded tvw-text-xs tvw-text-cw-muted hover:tvw-bg-cw-container hover:tvw-text-cw-primary tvw-cursor-pointer tvw-border tvw-border-cw-border tvw-bg-cw-surface tvw-flex-shrink-0 tvw-px-2.5 tvw-py-1"),wt.type="button",wt.title="Copy All";let Nt=lt("clipboard-copy","12px","currentColor",1.5);Nt&&wt.appendChild(Nt);let Z=v("span","tvw-text-xs");Z.textContent="Copy All",wt.appendChild(Z),N.appendChild(xt),N.appendChild(z),N.appendChild(ht),N.appendChild(rt),N.appendChild(wt);let pt=v("div","tvw-relative tvw-px-4 tvw-py-2.5 tvw-border-b tvw-border-cw-divider tvw-bg-cw-surface");xn(pt,f==null?void 0:f.searchBar);let Dt=lt("search","14px","var(--cw-muted, #9ca3af)",1.5),Jt=v("span","tvw-absolute tvw-left-6 tvw-top-1/2 tvw--translate-y-1/2 tvw-pointer-events-none tvw-flex tvw-items-center");Dt&&Jt.appendChild(Dt),ut=v("input","tvw-text-sm tvw-bg-cw-surface tvw-border tvw-border-cw-border tvw-rounded-md tvw-pl-8 tvw-pr-3 tvw-py-1 tvw-w-full tvw-text-cw-primary"),xn(ut,f==null?void 0:f.searchInput),ut.type="text",ut.placeholder="Search event payloads...",Gt=v("button","tvw-absolute tvw-right-5 tvw-top-1/2 tvw--translate-y-1/2 tvw-text-cw-muted hover:tvw-text-cw-primary tvw-cursor-pointer tvw-border-none tvw-bg-transparent tvw-p-0 tvw-leading-none"),Gt.type="button",Gt.style.display="none";let ie=lt("x","12px","currentColor",2);return ie&&Gt.appendChild(ie),pt.appendChild(Jt),pt.appendChild(ut),pt.appendChild(Gt),X.appendChild(N),X.appendChild(pt),X}let Pe,Ue=o.find(X=>X.renderEventStreamToolbar);if(Ue!=null&&Ue.renderEventStreamToolbar&&s){let X=Ue.renderEventStreamToolbar({config:s,defaultRenderer:()=>he(),eventCount:e.getSize(),filteredCount:0,onFilterChange:N=>{w=N,xe(),we()},onSearchChange:N=>{C=N,xe(),we()}});Pe=X!=null?X:he()}else Pe=he();let Ot=v("div","tvw-text-xs tvw-text-cw-muted tvw-text-center tvw-py-0.5 tvw-px-4 tvw-bg-cw-container tvw-border-b tvw-border-cw-divider tvw-italic tvw-flex-shrink-0");Ot.style.display="none";let kt=v("div","tvw-flex-1 tvw-min-h-0 tvw-relative"),ot=v("div","tvw-event-stream-list tvw-overflow-y-auto tvw-min-h-0");ot.style.height="100%";let mt=v("div","tvw-absolute tvw-bottom-3 tvw-left-1/2 tvw-transform tvw--translate-x-1/2 tvw-bg-cw-accent tvw-text-white tvw-text-xs tvw-px-3 tvw-py-1.5 tvw-rounded-full tvw-cursor-pointer tvw-shadow-md tvw-z-10 tvw-flex tvw-items-center tvw-gap-1");xn(mt,f==null?void 0:f.scrollIndicator),mt.style.display="none";let zt=lt("arrow-down","12px","currentColor",2);zt&&mt.appendChild(zt);let ae=v("span","");mt.appendChild(ae);let Le=v("div","tvw-flex tvw-items-center tvw-justify-center tvw-h-full tvw-text-sm tvw-text-cw-muted");Le.style.display="none",kt.appendChild(ot),kt.appendChild(Le),kt.appendChild(mt),p.setAttribute("tabindex","0"),p.appendChild(Pe),p.appendChild(Ot),p.appendChild(kt);function ft(){let X=e.getAll(),N={};for(let Z of X)N[Z.type]=(N[Z.type]||0)+1;let xt=Object.keys(N).sort(),ht=xt.length!==b.length||!xt.every((Z,pt)=>Z===b[pt]),st=!ht&&xt.some(Z=>N[Z]!==g[Z]),Et=X.length!==Object.values(g).reduce((Z,pt)=>Z+pt,0);if(!ht&&!st&&!Et||(b=xt,g=N,!rt))return;let Nt=rt.value;if(rt.options[0].textContent="All events",ht){for(;rt.options.length>1;)rt.remove(1);for(let Z of xt){let pt=v("option","");pt.value=Z,pt.textContent=`${Z} (${N[Z]||0})`,rt.appendChild(pt)}Nt&&xt.includes(Nt)?rt.value=Nt:Nt&&(rt.value="",w="")}else for(let Z=1;Z<rt.options.length;Z++){let pt=rt.options[Z];pt.textContent=`${pt.value} (${N[pt.value]||0})`}}function J(){let X=e.getAll();if(w&&(X=X.filter(N=>N.type===w)),C){let N=C.toLowerCase();X=X.filter(xt=>xt.type.toLowerCase().includes(N)||xt.payload.toLowerCase().includes(N))}return X}function me(){return w!==""||C!==""}function xe(){L=0,x=0,h=!1,mt.style.display="none"}function ye(X){D.has(X)?D.delete(X):D.add(X),at=X;let N=ot.scrollTop,xt=h;P=!0,h=!0,we(),ot.scrollTop=N,h=xt,P=!1}function $e(){return ot.scrollHeight-ot.scrollTop-ot.clientHeight<=50}function we(){y=Date.now(),S=!1,ft();let X=e.getEvictedCount();X>0?(Ot.textContent=`${X.toLocaleString()} older events truncated`,Ot.style.display=""):Ot.style.display="none",u=J();let N=u.length,xt=e.getSize()>0;z&&(z.textContent=String(e.getSize())),N===0&&xt&&me()?(Le.textContent=C?`No events matching '${C}'`:"No events matching filter",Le.style.display="",ot.style.display="none"):(Le.style.display="none",ot.style.display=""),wt&&(wt.title=me()?`Copy Filtered (${N})`:"Copy All"),h&&N>L&&(x+=N-L,ae.textContent=`${x} new event${x===1?"":"s"}`,mt.style.display=""),L=N;let ht=e.getAll(),st=ht.length>0?ht[0].timestamp:0,Et=new Set(u.map(pt=>pt.id));for(let pt of D)Et.has(pt)||D.delete(pt);let Nt=w!==it||C!==O,Z=q.size===0&&u.length>0;if(Nt||Z||u.length===0){ot.innerHTML="",q.clear();let pt=document.createDocumentFragment();for(let Dt=0;Dt<u.length;Dt++){let Jt=kA(u[Dt],Dt,st,n,D,ye,o,s);q.set(u[Dt].id,Jt),pt.appendChild(Jt)}ot.appendChild(pt),it=w,O=C,at=null}else{if(at!==null){let Dt=q.get(at);if(Dt&&Dt.parentNode===ot){let Jt=u.findIndex(ie=>ie.id===at);if(Jt>=0){let ie=kA(u[Jt],Jt,st,n,D,ye,o,s);ot.insertBefore(ie,Dt),Dt.remove(),q.set(at,ie)}}at=null}let pt=new Set(u.map(Dt=>Dt.id));for(let[Dt,Jt]of q)pt.has(Dt)||(Jt.remove(),q.delete(Dt));for(let Dt=0;Dt<u.length;Dt++){let Jt=u[Dt];if(!q.has(Jt.id)){let ie=kA(Jt,Dt,st,n,D,ye,o,s);q.set(Jt.id,ie),ot.appendChild(ie)}}}h||(ot.scrollTop=ot.scrollHeight)}function Q(){if(Date.now()-y>=gP){B!==null&&(cancelAnimationFrame(B),B=null),we();return}S||(S=!0,B=requestAnimationFrame(()=>{B=null,we()}))}let Vt=(X,N)=>{if(!wt)return;wt.innerHTML="";let xt=lt(X,"12px","currentColor",1.5);xt&&wt.appendChild(xt);let ht=v("span","tvw-text-xs");ht.textContent="Copy All",wt.appendChild(ht),setTimeout(()=>{wt.innerHTML="";let st=lt("clipboard-copy","12px","currentColor",1.5);st&&wt.appendChild(st);let Et=v("span","tvw-text-xs");Et.textContent="Copy All",wt.appendChild(Et),wt.disabled=!1},N)},Ce=async()=>{if(wt){wt.disabled=!0;try{let X;me()?X=u:X=a?await a():e.getAll();let N=X.map(xt=>{try{return JSON.parse(xt.payload)}catch{return xt.payload}});await navigator.clipboard.writeText(JSON.stringify(N,null,2)),Vt("check",1500)}catch{Vt("x",1500)}}},be=()=>{rt&&(w=rt.value,xe(),we())},et=()=>{!ut||!Gt||(Gt.style.display=ut.value?"":"none",A&&clearTimeout(A),A=setTimeout(()=>{C=ut.value,xe(),we()},150))},qt=()=>{!ut||!Gt||(ut.value="",C="",Gt.style.display="none",A&&clearTimeout(A),xe(),we())},Se=()=>{if(P)return;let X=ot.scrollTop,N=X>I;I=X,$e()&&N?(h=!1,x=0,mt.style.display="none"):$e()||(h=!0)},Fe=X=>{X.deltaY<0&&(h=!0)},Ee=()=>{ot.scrollTop=ot.scrollHeight,h=!1,x=0,mt.style.display="none"},G=X=>{let N=X.target;if(!N||N.closest("button"))return;let xt=N.closest("[data-event-id]");if(!xt)return;let ht=xt.getAttribute("data-event-id");ht&&ye(ht)},re=X=>{if((X.metaKey||X.ctrlKey)&&X.key==="f"){X.preventDefault(),ut==null||ut.focus(),ut==null||ut.select();return}X.key==="Escape"&&(ut&&document.activeElement===ut?(qt(),ut.blur(),p.focus()):t&&t())};wt&&wt.addEventListener("click",Ce),rt&&rt.addEventListener("change",be),ut&&ut.addEventListener("input",et),Gt&&Gt.addEventListener("click",qt),ot.addEventListener("scroll",Se),ot.addEventListener("wheel",Fe,{passive:!0}),ot.addEventListener("click",G),mt.addEventListener("click",Ee),p.addEventListener("keydown",re);function Rt(){A&&clearTimeout(A),B!==null&&(cancelAnimationFrame(B),B=null),S=!1,q.clear(),wt&&wt.removeEventListener("click",Ce),rt&&rt.removeEventListener("change",be),ut&&ut.removeEventListener("input",et),Gt&&Gt.removeEventListener("click",qt),ot.removeEventListener("scroll",Se),ot.removeEventListener("wheel",Fe),ot.removeEventListener("click",G),mt.removeEventListener("click",Ee),p.removeEventListener("keydown",re)}return{element:p,update:Q,destroy:Rt}}}var VL={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"}},HA=(r,e,a,t)=>{let s=r.querySelectorAll("[data-tv-form]");s.length&&s.forEach(o=>{var w,C,A;if(o.dataset.enhanced==="true")return;let n=(w=o.dataset.tvForm)!=null?w:"init";o.dataset.enhanced="true";let l=(C=VL[n])!=null?C:VL.init;o.classList.add("tvw-form-card","tvw-space-y-4");let i=v("div","tvw-space-y-1"),c=v("h3","tvw-text-base tvw-font-semibold tvw-text-cw-primary");if(c.textContent=l.title,i.appendChild(c),l.description){let b=v("p","tvw-text-sm tvw-text-cw-muted");b.textContent=l.description,i.appendChild(b)}let m=document.createElement("form");m.className="tvw-form-grid tvw-space-y-3",l.fields.forEach(b=>{var y,S;let g=v("label","tvw-form-field tvw-flex tvw-flex-col tvw-gap-1");g.htmlFor=`${e.id}-${n}-${b.name}`;let L=v("span","tvw-text-xs tvw-font-medium tvw-text-cw-muted");L.textContent=b.label,g.appendChild(L);let h=(y=b.type)!=null?y:"text",x;h==="textarea"?(x=document.createElement("textarea"),x.rows=3):(x=document.createElement("input"),x.type=h),x.className="tvw-rounded-xl tvw-border tvw-border-gray-200 tvw-bg-white tvw-px-3 tvw-py-2 tvw-text-sm tvw-text-cw-primary focus:tvw-outline-none focus:tvw-border-cw-primary",x.id=`${e.id}-${n}-${b.name}`,x.name=b.name,x.placeholder=(S=b.placeholder)!=null?S:"",b.required&&(x.required=!0),g.appendChild(x),m.appendChild(g)});let f=v("div","tvw-flex tvw-items-center tvw-justify-between tvw-gap-2"),p=v("div","tvw-text-xs tvw-text-cw-muted tvw-min-h-[1.5rem]"),u=v("button","tvw-inline-flex tvw-items-center tvw-rounded-full tvw-bg-cw-primary tvw-px-4 tvw-py-2 tvw-text-sm tvw-font-semibold tvw-text-white disabled:tvw-opacity-60 tvw-cursor-pointer");u.type="submit",u.textContent=(A=l.submitLabel)!=null?A:"Submit",f.appendChild(p),f.appendChild(u),m.appendChild(f),o.replaceChildren(i,m),m.addEventListener("submit",async b=>{var x,y;b.preventDefault();let g=(x=a.formEndpoint)!=null?x:"/form",L=new FormData(m),h={};L.forEach((S,B)=>{h[B]=S}),h.type=n,u.disabled=!0,p.textContent="Submitting\u2026";try{let S=await fetch(g,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(h)});if(!S.ok)throw new Error(`Form submission failed (${S.status})`);let B=await S.json();p.textContent=(y=B.message)!=null?y:"Thanks! We'll be in touch soon.",B.success&&B.nextPrompt&&await t.sendMessage(String(B.nextPrompt))}catch(S){p.textContent=S instanceof Error?S.message:"Something went wrong. Please try again."}finally{u.disabled=!1}})})};var LA=class{constructor(){this.plugins=new Map}register(e){var a;this.plugins.has(e.id)&&console.warn(`Plugin "${e.id}" is already registered. Overwriting.`),this.plugins.set(e.id,e),(a=e.onRegister)==null||a.call(e)}unregister(e){var t;let a=this.plugins.get(e);a&&((t=a.onUnregister)==null||t.call(a),this.plugins.delete(e))}getAll(){return Array.from(this.plugins.values()).sort((e,a)=>{var t,s;return((t=a.priority)!=null?t:0)-((s=e.priority)!=null?s:0)})}getForInstance(e){let a=this.getAll();if(!e||e.length===0)return a;let t=new Set(e.map(o=>o.id));return[...a.filter(o=>!t.has(o.id)),...e].sort((o,n)=>{var l,i;return((l=n.priority)!=null?l:0)-((i=o.priority)!=null?i:0)})}clear(){this.plugins.forEach(e=>{var a;return(a=e.onUnregister)==null?void 0:a.call(e)}),this.plugins.clear()}},Zn=new LA;var TA={primary:"#111827",accent:"#1d4ed8",surface:"#ffffff",muted:"#6b7280",container:"#f8fafc",border:"#f1f5f9",divider:"#f1f5f9",messageBorder:"#f1f5f9",inputBackground:"#ffffff",callToAction:"#000000",callToActionBackground:"#ffffff",sendButtonBackgroundColor:"#111827",sendButtonTextColor:"#ffffff",sendButtonBorderColor:"#60a5fa",closeButtonColor:"#6b7280",closeButtonBackgroundColor:"transparent",closeButtonBorderColor:"",clearChatIconColor:"#6b7280",clearChatBackgroundColor:"transparent",clearChatBorderColor:"transparent",micIconColor:"#111827",micBackgroundColor:"transparent",micBorderColor:"transparent",recordingIconColor:"#ffffff",recordingBackgroundColor:"#ef4444",recordingBorderColor:"transparent",inputFontFamily:"sans-serif",inputFontWeight:"400",radiusSm:"0.75rem",radiusMd:"1rem",radiusLg:"1.5rem",launcherRadius:"9999px",buttonRadius:"9999px"},PA={primary:"#f9fafb",accent:"#3b82f6",surface:"#1f2937",muted:"#9ca3af",container:"#111827",border:"#374151",divider:"#374151",messageBorder:"#374151",inputBackground:"#111827",callToAction:"#ffffff",callToActionBackground:"#374151",sendButtonBackgroundColor:"#3b82f6",sendButtonTextColor:"#ffffff",sendButtonBorderColor:"#60a5fa",closeButtonColor:"#9ca3af",closeButtonBackgroundColor:"transparent",closeButtonBorderColor:"",clearChatIconColor:"#9ca3af",clearChatBackgroundColor:"transparent",clearChatBorderColor:"transparent",micIconColor:"#f9fafb",micBackgroundColor:"transparent",micBorderColor:"transparent",recordingIconColor:"#ffffff",recordingBackgroundColor:"#ef4444",recordingBorderColor:"transparent",inputFontFamily:"sans-serif",inputFontWeight:"400",radiusSm:"0.75rem",radiusMd:"1rem",radiusLg:"1.5rem",launcherRadius:"9999px",buttonRadius:"9999px"},oe={apiUrl:"http://localhost:43111/api/chat/dispatch",clientToken:void 0,theme:TA,darkTheme:PA,colorScheme:"light",launcher:{enabled:!0,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",closeButtonColor:"#6b7280",closeButtonBackgroundColor:"transparent",clearChat:{iconColor:"#6b7280",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 WS(r){var e,a,t,s,o,n,l,i,c,m,f,p,u,w,C,A,b,g,L;return r?{...oe,...r,theme:{...oe.theme,...r.theme},darkTheme:{...oe.darkTheme,...r.darkTheme},launcher:{...oe.launcher,...r.launcher,clearChat:{...(e=oe.launcher)==null?void 0:e.clearChat,...(a=r.launcher)==null?void 0:a.clearChat}},copy:{...oe.copy,...r.copy},sendButton:{...oe.sendButton,...r.sendButton},statusIndicator:{...oe.statusIndicator,...r.statusIndicator},voiceRecognition:{...oe.voiceRecognition,...r.voiceRecognition},features:{...oe.features,...r.features},suggestionChips:(t=r.suggestionChips)!=null?t:oe.suggestionChips,suggestionChipsConfig:{...oe.suggestionChipsConfig,...r.suggestionChipsConfig},layout:{...oe.layout,...r.layout,header:{...(s=oe.layout)==null?void 0:s.header,...(o=r.layout)==null?void 0:o.header},messages:{...(n=oe.layout)==null?void 0:n.messages,...(l=r.layout)==null?void 0:l.messages,avatar:{...(c=(i=oe.layout)==null?void 0:i.messages)==null?void 0:c.avatar,...(f=(m=r.layout)==null?void 0:m.messages)==null?void 0:f.avatar},timestamp:{...(u=(p=oe.layout)==null?void 0:p.messages)==null?void 0:u.timestamp,...(C=(w=r.layout)==null?void 0:w.messages)==null?void 0:C.timestamp}},slots:{...(A=oe.layout)==null?void 0:A.slots,...(b=r.layout)==null?void 0:b.slots}},markdown:{...oe.markdown,...r.markdown,options:{...(g=oe.markdown)==null?void 0:g.options,...(L=r.markdown)==null?void 0:L.options}},messageActions:{...oe.messageActions,...r.messageActions}}:oe}var FL=()=>{let r=new Map,e=(s,o)=>(r.has(s)||r.set(s,new Set),r.get(s).add(o),()=>a(s,o)),a=(s,o)=>{var n;(n=r.get(s))==null||n.delete(o)};return{on:e,off:a,emit:(s,o)=>{var n;(n=r.get(s))==null||n.forEach(l=>{try{l(o)}catch(i){typeof console!="undefined"&&console.error("[AgentWidget] Event handler error:",i)}})}}};var AP=r=>{let e=r.match(/```(?:json)?\s*([\s\S]*?)```/i);return e?e[1]:r},kP=r=>{let e=r.trim(),a=e.indexOf("{");if(a===-1)return null;let t=0;for(let s=a;s<e.length;s+=1){let o=e[s];if(o==="{"&&(t+=1),o==="}"&&(t-=1,t===0))return e.slice(a,s+1)}return null},Xn=({text:r})=>{if(!r||!r.includes("{"))return null;try{let e=AP(r),a=kP(e);if(!a)return null;let t=JSON.parse(a);if(!t||typeof t!="object"||!t.action)return null;let{action:s,...o}=t;return{type:String(s),payload:o,raw:t}}catch{return null}},EA=r=>typeof r=="string"?r:r==null?"":String(r),_a={message:r=>r.type!=="message"?void 0:{handled:!0,displayText:EA(r.payload.text)},messageAndClick:(r,e)=>{var s;if(r.type!=="message_and_click")return;let a=r.payload,t=EA(a.element);if(t&&((s=e.document)!=null&&s.querySelector)){let o=e.document.querySelector(t);o?setTimeout(()=>{o.click()},400):typeof console!="undefined"&&console.warn("[AgentWidget] Element not found for selector:",t)}return{handled:!0,displayText:EA(a.text)}}},IL=r=>Array.isArray(r)?r.map(e=>String(e)):[],Jn=r=>{let e=new Set(IL(r.getSessionMetadata().processedActionMessageIds)),a=()=>{e=new Set(IL(r.getSessionMetadata().processedActionMessageIds))},t=()=>{let o=Array.from(e);r.updateSessionMetadata(n=>({...n,processedActionMessageIds:o}))};return{process:o=>{if(o.streaming||o.message.role!=="assistant"||!o.text||e.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((c,m)=>c||(m==null?void 0:m({text:n,message:o.message}))||null,null):null;if(!l)return null;e.add(o.message.id),t();let i={action:l,message:o.message};r.emit("action:detected",i);for(let c of r.handlers)if(c)try{let m=()=>{r.emit("action:resubmit",i)},f=c(l,{message:o.message,metadata:r.getSessionMetadata(),updateMetadata:r.updateSessionMetadata,document:r.documentRef,triggerResubmit:m});if(!f)continue;if(f.handled){let p=f.persistMessage!==!1;return{text:f.displayText!==void 0?f.displayText:"",persist:p,resubmit:f.resubmit}}}catch(m){typeof console!="undefined"&&console.error("[AgentWidget] Action handler error:",m)}return{text:"",persist:!0}},syncFromMetadata:a}};var HP=r=>{if(!r)return null;try{return JSON.parse(r)}catch(e){return typeof console!="undefined"&&console.error("[AgentWidget] Failed to parse stored state:",e),null}},LP=r=>r.map(e=>({...e,streaming:!1})),OS=(r="persona-state")=>{let e=()=>typeof window=="undefined"||!window.localStorage?null:window.localStorage;return{load:()=>{let a=e();return a?HP(a.getItem(r)):null},save:a=>{let t=e();if(t)try{let s={...a,messages:a.messages?LP(a.messages):void 0};t.setItem(r,JSON.stringify(s))}catch(s){typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",s)}},clear:()=>{let a=e();if(a)try{a.removeItem(r)}catch(t){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear stored state:",t)}}}};var BA=class{constructor(){this.components=new Map}register(e,a){this.components.has(e)&&console.warn(`[ComponentRegistry] Component "${e}" is already registered. Overwriting.`),this.components.set(e,a)}unregister(e){this.components.delete(e)}get(e){return this.components.get(e)}has(e){return this.components.has(e)}getAllNames(){return Array.from(this.components.keys())}clear(){this.components.clear()}registerAll(e){Object.entries(e).forEach(([a,t])=>{this.register(a,t)})}},gn=new BA;var Mn=FH(cA(),1);function TP(r){if(!r||typeof r!="object"||!("component"in r))return!1;let e=r.component;return typeof e=="string"&&e.length>0}function PP(r,e){if(!TP(r))return null;let a=r.props&&typeof r.props=="object"&&r.props!==null?r.props:{};return{component:r.component,props:a,raw:e}}function zS(){let r=null,e=0;return{getExtractedDirective:()=>r,processChunk:a=>{let t=a.trim();if(!t.startsWith("{")&&!t.startsWith("["))return null;if(a.length<=e)return r;try{let s=(0,Mn.parse)(a,Mn.STR|Mn.OBJ),o=PP(s,a);o&&(r=o)}catch{}return e=a.length,r},reset:()=>{r=null,e=0}}}function DL(r){return typeof r=="object"&&r!==null&&"component"in r&&typeof r.component=="string"&&"props"in r&&typeof r.props=="object"}function qS(r,e){let{config:a,message:t,onPropsUpdate:s}=e,o=gn.get(r.component);if(!o)return console.warn(`[ComponentMiddleware] Component "${r.component}" not found in registry. Falling back to default rendering.`),null;let n={message:t,config:a,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 WL(){let r=zS();return{processChunk:e=>r.processChunk(e),getDirective:()=>r.getExtractedDirective(),reset:()=>{r.reset()}}}function NS(r){if(!r.rawContent)return!1;try{let e=JSON.parse(r.rawContent);return typeof e=="object"&&e!==null&&"component"in e&&typeof e.component=="string"}catch{return!1}}function US(r){if(!r.rawContent)return null;try{let e=JSON.parse(r.rawContent);if(typeof e=="object"&&e!==null&&"component"in e&&typeof e.component=="string")return{component:e.component,props:e.props&&typeof e.props=="object"&&e.props!==null?e.props:{},raw:r.rawContent}}catch{}return null}var EP=["Very dissatisfied","Dissatisfied","Neutral","Satisfied","Very satisfied"];function $S(r){let{onSubmit:e,onDismiss:a,title:t="How satisfied are you?",subtitle:s="Please rate your experience",commentPlaceholder:o="Share your thoughts (optional)...",submitText:n="Submit",skipText:l="Skip",showComment:i=!0,ratingLabels:c=EP}=r,m=document.createElement("div");m.className="tvw-feedback-container tvw-feedback-csat",m.setAttribute("role","dialog"),m.setAttribute("aria-label","Customer satisfaction feedback");let f=null,p=document.createElement("div");p.className="tvw-feedback-content";let u=document.createElement("div");u.className="tvw-feedback-header";let w=document.createElement("h3");w.className="tvw-feedback-title",w.textContent=t,u.appendChild(w);let C=document.createElement("p");C.className="tvw-feedback-subtitle",C.textContent=s,u.appendChild(C),p.appendChild(u);let A=document.createElement("div");A.className="tvw-feedback-rating tvw-feedback-rating-csat",A.setAttribute("role","radiogroup"),A.setAttribute("aria-label","Satisfaction rating from 1 to 5");let b=[];for(let y=1;y<=5;y++){let S=document.createElement("button");S.type="button",S.className="tvw-feedback-rating-btn tvw-feedback-star-btn",S.setAttribute("role","radio"),S.setAttribute("aria-checked","false"),S.setAttribute("aria-label",`${y} star${y>1?"s":""}: ${c[y-1]}`),S.title=c[y-1],S.dataset.rating=String(y),S.innerHTML=`
|
|
66
66
|
<svg class="tvw-feedback-star" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
|
|
67
67
|
<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>
|
|
68
68
|
</svg>
|
|
69
|
-
`,S.addEventListener("click",()=>{c=M,b.forEach((B,T)=>{let I=T<M;B.classList.toggle("selected",I),B.setAttribute("aria-checked",T===M-1?"true":"false")})}),b.push(S),k.appendChild(S)}p.appendChild(k);let x=null;if(i){let M=document.createElement("div");M.className="tvw-feedback-comment-container",x=document.createElement("textarea"),x.className="tvw-feedback-comment",x.placeholder=o,x.rows=3,x.setAttribute("aria-label","Additional comments"),M.appendChild(x),p.appendChild(M)}let H=document.createElement("div");H.className="tvw-feedback-actions";let h=document.createElement("button");h.type="button",h.className="tvw-feedback-btn tvw-feedback-btn-skip",h.textContent=d,h.addEventListener("click",()=>{a==null||a(),m.remove()});let g=document.createElement("button");return g.type="button",g.className="tvw-feedback-btn tvw-feedback-btn-submit",g.textContent=n,g.addEventListener("click",async()=>{if(c===null){k.classList.add("tvw-feedback-shake"),setTimeout(()=>k.classList.remove("tvw-feedback-shake"),500);return}g.disabled=!0,g.textContent="Submitting...";try{let M=(x==null?void 0:x.value.trim())||void 0;await e(c,M),m.remove()}catch(M){g.disabled=!1,g.textContent=n,console.error("[CSAT Feedback] Failed to submit:",M)}}),H.appendChild(h),H.appendChild(g),p.appendChild(H),m.appendChild(p),m}function $S(r){let{onSubmit:e,onDismiss:a,title:t="How likely are you to recommend us?",subtitle:s="On a scale of 0 to 10",commentPlaceholder:o="What could we do better? (optional)...",submitText:n="Submit",skipText:d="Skip",showComment:i=!0,lowLabel:f="Not likely",highLabel:m="Very likely"}=r,c=document.createElement("div");c.className="tvw-feedback-container tvw-feedback-nps",c.setAttribute("role","dialog"),c.setAttribute("aria-label","Net Promoter Score feedback");let p=null,u=document.createElement("div");u.className="tvw-feedback-content";let y=document.createElement("div");y.className="tvw-feedback-header";let C=document.createElement("h3");C.className="tvw-feedback-title",C.textContent=t,y.appendChild(C);let k=document.createElement("p");k.className="tvw-feedback-subtitle",k.textContent=s,y.appendChild(k),u.appendChild(y);let b=document.createElement("div");b.className="tvw-feedback-rating tvw-feedback-rating-nps",b.setAttribute("role","radiogroup"),b.setAttribute("aria-label","Likelihood rating from 0 to 10");let x=document.createElement("div");x.className="tvw-feedback-labels";let H=document.createElement("span");H.className="tvw-feedback-label-low",H.textContent=f;let h=document.createElement("span");h.className="tvw-feedback-label-high",h.textContent=m,x.appendChild(H),x.appendChild(h);let g=document.createElement("div");g.className="tvw-feedback-numbers";let M=[];for(let W=0;W<=10;W++){let $=document.createElement("button");$.type="button",$.className="tvw-feedback-rating-btn tvw-feedback-number-btn",$.setAttribute("role","radio"),$.setAttribute("aria-checked","false"),$.setAttribute("aria-label",`Rating ${W} out of 10`),$.textContent=String(W),$.dataset.rating=String(W),W<=6?$.classList.add("tvw-feedback-detractor"):W<=8?$.classList.add("tvw-feedback-passive"):$.classList.add("tvw-feedback-promoter"),$.addEventListener("click",()=>{p=W,M.forEach((ct,z)=>{ct.classList.toggle("selected",z===W),ct.setAttribute("aria-checked",z===W?"true":"false")})}),M.push($),g.appendChild($)}b.appendChild(x),b.appendChild(g),u.appendChild(b);let S=null;if(i){let W=document.createElement("div");W.className="tvw-feedback-comment-container",S=document.createElement("textarea"),S.className="tvw-feedback-comment",S.placeholder=o,S.rows=3,S.setAttribute("aria-label","Additional comments"),W.appendChild(S),u.appendChild(W)}let B=document.createElement("div");B.className="tvw-feedback-actions";let T=document.createElement("button");T.type="button",T.className="tvw-feedback-btn tvw-feedback-btn-skip",T.textContent=d,T.addEventListener("click",()=>{a==null||a(),c.remove()});let I=document.createElement("button");return I.type="button",I.className="tvw-feedback-btn tvw-feedback-btn-submit",I.textContent=n,I.addEventListener("click",async()=>{if(p===null){g.classList.add("tvw-feedback-shake"),setTimeout(()=>g.classList.remove("tvw-feedback-shake"),500);return}I.disabled=!0,I.textContent="Submitting...";try{let W=(S==null?void 0:S.value.trim())||void 0;await e(p,W),c.remove()}catch(W){I.disabled=!1,I.textContent=n,console.error("[NPS Feedback] Failed to submit:",W)}}),B.appendChild(T),B.appendChild(I),u.appendChild(B),c.appendChild(u),c}var vn="persona-chat-history",kP=30*1e3;function HP(r){var e,a,t,s,o,n,d,i,f;return r?r===!0?{storage:"session",keyPrefix:"persona-",persist:{openState:!0,voiceState:!0,focusInput:!0},clearOnChatClear:!0}:{storage:(e=r.storage)!=null?e:"session",keyPrefix:(a=r.keyPrefix)!=null?a:"persona-",persist:{openState:(s=(t=r.persist)==null?void 0:t.openState)!=null?s:!0,voiceState:(n=(o=r.persist)==null?void 0:o.voiceState)!=null?n:!0,focusInput:(i=(d=r.persist)==null?void 0:d.focusInput)!=null?i:!0},clearOnChatClear:(f=r.clearOnChatClear)!=null?f:!0}:null}function LP(r){try{let e=r==="local"?localStorage:sessionStorage,a="__persist_test__";return e.setItem(a,"1"),e.removeItem(a),e}catch{return null}}var BA=r=>!r||typeof r!="object"?{}:{...r},DL=r=>r.map(e=>({...e,streaming:!1})),WL=(r,e,a)=>{let t=r!=null&&r.markdown?Un(r.markdown):null;return s=>{var d,i,f;let o=(d=s.text)!=null?d:"",n=(i=s.message.rawContent)!=null?i:null;if(e){let m=e.process({text:o,raw:n!=null?n:o,message:s.message,streaming:s.streaming});m!==null&&(o=m.text,m.persist||(s.message.__skipPersist=!0),m.resubmit&&!s.streaming&&a&&a())}return r!=null&&r.postprocessMessage?r.postprocessMessage({...s,text:o,raw:(f=n!=null?n:s.text)!=null?f:""}):t?t(o):m2(o)}},_S=(r,e,a)=>{var L,R,nt,kt,Kt,Be,ne,Ae,ge,qt,$t,ce,_t,ke,qe,Xe,IA,DA,WA,OA,zA,qA,NA,UA,$A,_A,jA,GA,ZA,XA,JA,KA;r.id&&r.id!=="persona-root"&&!r.getAttribute("data-persona-instance")&&r.setAttribute("data-persona-instance",r.id),r.id="persona-root";let t=DS(e),s=Gn.getForInstance(t.plugins);t.components&&gn.registerAll(t.components);let o=RL(),n=(L=t.storageAdapter)!=null?L:WS(),d={},i=null,f=l=>{if(t.onStateLoaded)try{return t.onStateLoaded(l)}catch(v){typeof console!="undefined"&&console.error("[AgentWidget] onStateLoaded hook failed:",v)}return l};if(n!=null&&n.load)try{let l=n.load();if(l&&typeof l.then=="function")i=l.then(v=>{let P=v!=null?v:{messages:[],metadata:{}};return f(P)});else{let v=l!=null?l:{messages:[],metadata:{}},P=f(v);P.metadata&&(d=BA(P.metadata)),(R=P.messages)!=null&&R.length&&(t={...t,initialMessages:P.messages})}}catch(l){typeof console!="undefined"&&console.error("[AgentWidget] Failed to load stored state:",l)}else if(t.onStateLoaded)try{let l=f({messages:[],metadata:{}});(nt=l.messages)!=null&&nt.length&&(t={...t,initialMessages:l.messages})}catch(l){typeof console!="undefined"&&console.error("[AgentWidget] onStateLoaded hook failed:",l)}let m=()=>d,c=l=>{var P;d=(P=l({...d}))!=null?P:{},An()},p=t.actionParsers&&t.actionParsers.length?t.actionParsers:[Zn],u=t.actionHandlers&&t.actionHandlers.length?t.actionHandlers:[_a.message,_a.messageAndClick],y=Xn({parsers:p,handlers:u,getSessionMetadata:m,updateSessionMetadata:c,emit:o.emit,documentRef:typeof document!="undefined"?document:null});y.syncFromMetadata();let C=(Kt=(kt=t.launcher)==null?void 0:kt.enabled)!=null?Kt:!0,k=(ne=(Be=t.launcher)==null?void 0:Be.autoExpand)!=null?ne:!1,b=k,x=C,H=(ge=(Ae=t.layout)==null?void 0:Ae.header)==null?void 0:ge.layout,h=C?k:!0,g=!1,M=null,S=()=>{g=!0,M&&clearTimeout(M),M=setTimeout(()=>{g&&(typeof console!="undefined"&&console.warn("[AgentWidget] Resubmit requested but no injection occurred within 10s"),g=!1)},1e4)},B=WL(t,y,S),T=($t=(qt=t.features)==null?void 0:qt.showReasoning)!=null?$t:!0,I=(_t=(ce=t.features)==null?void 0:ce.showToolCalls)!=null?_t:!0,W=(qe=(ke=t.features)==null?void 0:ke.showEventStreamToggle)!=null?qe:!1,ct=`${(IA=typeof t.persistState=="object"?(Xe=t.persistState)==null?void 0:Xe.keyPrefix:void 0)!=null?IA:"persona-"}event-stream`,z=W?new jn(ct):null,dt=(OA=(WA=(DA=t.features)==null?void 0:DA.eventStream)==null?void 0:WA.maxEvents)!=null?OA:2e3,j=W?new _n(dt,z):null,at=null,yt=!1,ut=null,jt=0;z==null||z.open().then(()=>j==null?void 0:j.restore()).catch(l=>{t.debug&&console.warn("[AgentWidget] IndexedDB not available for event stream:",l)});let pe={onCopy:l=>{var v,P;o.emit("message:copy",l),U!=null&&U.isClientTokenMode()&&U.submitMessageFeedback(l.id,"copy").catch(F=>{t.debug&&console.error("[AgentWidget] Failed to submit copy feedback:",F)}),(P=(v=t.messageActions)==null?void 0:v.onCopy)==null||P.call(v,l)},onFeedback:l=>{var v,P;o.emit("message:feedback",l),U!=null&&U.isClientTokenMode()&&U.submitMessageFeedback(l.messageId,l.type).catch(F=>{t.debug&&console.error("[AgentWidget] Failed to submit feedback:",F)}),(P=(v=t.messageActions)==null?void 0:v.onFeedback)==null||P.call(v,l)}},Pe=(zA=t.statusIndicator)!=null?zA:{},Ue=l=>{var v,P,F,E;return l==="idle"?(v=Pe.idleText)!=null?v:De.idle:l==="connecting"?(P=Pe.connectingText)!=null?P:De.connecting:l==="connected"?(F=Pe.connectedText)!=null?F:De.connected:l==="error"?(E=Pe.errorText)!=null?E:De.error:De[l]},{wrapper:Dt,panel:At}=SL(t),rt=AL(t,C),{container:mt,body:Wt,messagesWrapper:ae,suggestions:Le,textarea:xt,sendButton:J,sendButtonWrapper:ue,composerForm:me,statusText:ye,introTitle:$e,introSubtitle:we,closeButton:Q,iconHolder:Bt,headerTitle:Ce,headerSubtitle:be,header:et,footer:Ot,actionsRow:Se,leftActions:Fe,rightActions:Ee}=rt,G=rt.micButton,re=rt.micButtonWrapper,Et=rt.attachmentButton,X=rt.attachmentButtonWrapper,N=rt.attachmentInput,gt=rt.attachmentPreviewsContainer,ft=null;(qA=t.attachments)!=null&&qA.enabled&&N&>&&(ft=Na.fromConfig(t.attachments),ft.setPreviewsContainer(gt),N.addEventListener("change",l=>{let v=l.target;ft==null||ft.handleFileSelect(v.files),v.value=""}));let ot=s.find(l=>l.renderHeader);if(ot!=null&&ot.renderHeader){let l=ot.renderHeader({config:t,defaultRenderer:()=>{let v=ua({config:t,showClose:C});return Ua(mt,v,t),v.header},onClose:()=>se(!1,"user")});if(l){let v=mt.querySelector(".tvw-border-b-cw-divider");v&&(v.replaceWith(l),et=l)}}let Tt=()=>{var v,P,F,E;if(!j)return;if(yt=!0,!at&&j&&(at=EL({buffer:j,getFullHistory:()=>j.getAllFromStore(),onClose:()=>zt(),config:t,plugins:s})),at&&(Wt.style.display="none",(v=Ot.parentNode)==null||v.insertBefore(at.element,Ot),at.update()),Z){Z.classList.remove("tvw-text-cw-muted"),Z.classList.add("tvw-text-cw-accent"),Z.style.boxShadow="inset 0 0 0 1.5px var(--cw-accent, #3b82f6)";let _=(E=(F=(P=t.features)==null?void 0:P.eventStream)==null?void 0:F.classNames)==null?void 0:E.toggleButtonActive;_&&_.split(/\s+/).forEach(wt=>wt&&Z.classList.add(wt))}let l=()=>{if(!yt)return;let _=Date.now();_-jt>=200&&(at==null||at.update(),jt=_),ut=requestAnimationFrame(l)};jt=0,ut=requestAnimationFrame(l),o.emit("eventStream:opened",{timestamp:Date.now()})},zt=()=>{var l,v,P;if(yt){if(yt=!1,at&&at.element.remove(),Wt.style.display="",Z){Z.classList.remove("tvw-text-cw-accent"),Z.classList.add("tvw-text-cw-muted"),Z.style.boxShadow="";let F=(P=(v=(l=t.features)==null?void 0:l.eventStream)==null?void 0:v.classNames)==null?void 0:P.toggleButtonActive;F&&F.split(/\s+/).forEach(E=>E&&Z.classList.remove(E))}ut!==null&&(cancelAnimationFrame(ut),ut=null),o.emit("eventStream:closed",{timestamp:Date.now()})}},Z=null;if(W){let l=(UA=(NA=t.features)==null?void 0:NA.eventStream)==null?void 0:UA.classNames,v="tvw-inline-flex tvw-items-center tvw-justify-center tvw-rounded-full tvw-text-cw-muted hover:tvw-bg-gray-100 tvw-cursor-pointer tvw-border-none tvw-bg-transparent tvw-p-1"+(l!=null&&l.toggleButton?" "+l.toggleButton:"");Z=w("button",v),Z.style.width="28px",Z.style.height="28px",Z.type="button",Z.setAttribute("aria-label","Event Stream"),Z.title="Event Stream";let P=lt("activity","18px","currentColor",1.5);P&&Z.appendChild(P);let F=rt.clearChatButtonWrapper,E=rt.closeButtonWrapper,_=F||E;_&&_.parentNode===et?et.insertBefore(Z,_):et.appendChild(Z),Z.addEventListener("click",()=>{yt?zt():Tt()})}let pt=s.find(l=>l.renderComposer);if(pt!=null&&pt.renderComposer){let l=pt.renderComposer({config:t,defaultRenderer:()=>cn({config:t}).footer,onSubmit:v=>{U&&!U.isStreaming()&&U.sendMessage(v)},disabled:!1});l&&(Ot.replaceWith(l),Ot=l)}(()=>{var F,E;let l=(E=(F=t.layout)==null?void 0:F.slots)!=null?E:{},v=_=>{switch(_){case"body-top":return mt.querySelector(".tvw-rounded-2xl.tvw-bg-cw-surface.tvw-p-6")||null;case"messages":return ae;case"footer-top":return Le;case"composer":return me;case"footer-bottom":return ye;default:return null}},P=(_,wt)=>{var ht;switch(_){case"header-left":case"header-center":case"header-right":if(_==="header-left")et.insertBefore(wt,et.firstChild);else if(_==="header-right")et.appendChild(wt);else{let Ct=et.querySelector(".tvw-flex-col");Ct?(ht=Ct.parentNode)==null||ht.insertBefore(wt,Ct.nextSibling):et.appendChild(wt)}break;case"body-top":{let Ct=Wt.querySelector(".tvw-rounded-2xl.tvw-bg-cw-surface.tvw-p-6");Ct?Ct.replaceWith(wt):Wt.insertBefore(wt,Wt.firstChild);break}case"body-bottom":Wt.appendChild(wt);break;case"footer-top":Le.replaceWith(wt);break;case"footer-bottom":ye.replaceWith(wt);break;default:break}};for(let[_,wt]of Object.entries(l))if(wt)try{let ht=wt({config:t,defaultContent:()=>v(_)});ht&&P(_,ht)}catch(ht){typeof console!="undefined"&&console.error(`[AgentWidget] Error rendering slot "${_}":`,ht)}})();let Xt=l=>{let P=l.target.closest('button[data-expand-header="true"]');if(!P)return;let F=P.closest(".vanilla-reasoning-bubble, .vanilla-tool-bubble");if(!F)return;let E=F.getAttribute("data-message-id");if(!E)return;let _=P.getAttribute("data-bubble-type");_==="reasoning"?(un.has(E)?un.delete(E):un.add(E),LL(E,F)):_==="tool"&&(mn.has(E)?mn.delete(E):mn.add(E),TL(E,F,t))};ae.addEventListener("pointerdown",l=>{l.target.closest('button[data-expand-header="true"]')&&(l.preventDefault(),Xt(l))}),ae.addEventListener("keydown",l=>{let v=l.target;(l.key==="Enter"||l.key===" ")&&v.closest('button[data-expand-header="true"]')&&(l.preventDefault(),Xt(l))});let de=new Map;ae.addEventListener("click",l=>{var wt;let P=l.target.closest(".tvw-message-action-btn[data-action]");if(!P)return;l.preventDefault(),l.stopPropagation();let F=P.closest("[data-actions-for]");if(!F)return;let E=F.getAttribute("data-actions-for");if(!E)return;let _=P.getAttribute("data-action");if(_==="copy"){let Ct=U.getMessages().find(Ht=>Ht.id===E);if(Ct&&pe.onCopy){let Ht=Ct.content||"";navigator.clipboard.writeText(Ht).then(()=>{P.classList.add("tvw-message-action-success");let bt=lt("check",14,"currentColor",2);bt&&(P.innerHTML="",P.appendChild(bt)),setTimeout(()=>{P.classList.remove("tvw-message-action-success");let Rt=lt("copy",14,"currentColor",2);Rt&&(P.innerHTML="",P.appendChild(Rt))},2e3)}).catch(bt=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to copy message:",bt)}),pe.onCopy(Ct)}}else if(_==="upvote"||_==="downvote")if(((wt=de.get(E))!=null?wt:null)===_)de.delete(E),P.classList.remove("tvw-message-action-active");else{let Ht=_==="upvote"?"downvote":"upvote",bt=F.querySelector(`[data-action="${Ht}"]`);bt&&bt.classList.remove("tvw-message-action-active"),de.set(E,_),P.classList.add("tvw-message-action-active");let tt=U.getMessages().find(D=>D.id===E);tt&&pe.onFeedback&&pe.onFeedback({type:_,messageId:tt.id,message:tt})}}),At.appendChild(mt),r.appendChild(Dt);let Ga=()=>{var vt,St,Yt,Vt,Me,Ie,K,Nt,aa,Ke,Ma,d2,YS,fe,l2,Pn;let l=(St=(vt=t.launcher)==null?void 0:vt.sidebarMode)!=null?St:!1,v=l||((Vt=(Yt=t.launcher)==null?void 0:Yt.fullHeight)!=null?Vt:!1),P=(Me=t.theme)!=null?Me:{},F=(K=(Ie=t.launcher)==null?void 0:Ie.position)!=null?K:"bottom-left",E=F==="bottom-left"||F==="top-left",_=l?"none":"1px solid var(--tvw-cw-border)",wt=l?E?"2px 0 12px rgba(0, 0, 0, 0.08)":"-2px 0 12px rgba(0, 0, 0, 0.08)":"0 25px 50px -12px rgba(0, 0, 0, 0.25)",ht=l?"0":"16px",Ct=(Nt=P.panelBorder)!=null?Nt:_,Ht=(aa=P.panelShadow)!=null?aa:wt,bt=(Ke=P.panelBorderRadius)!=null?Ke:ht;r.style.cssText="",Dt.style.cssText="",At.style.cssText="",mt.style.cssText="",Wt.style.cssText="",Ot.style.cssText="";let Rt=(d2=(Ma=t==null?void 0:t.launcher)==null?void 0:Ma.width)!=null?d2:t==null?void 0:t.launcherWidth,tt=Rt!=null?Rt:"min(400px, calc(100vw - 24px))";l||(At.style.width=tt,At.style.maxWidth=tt),At.style.boxShadow=Ht,At.style.borderRadius=bt,mt.style.border=Ct,mt.style.borderRadius=bt;let D=((YS=t.launcher)==null?void 0:YS.enabled)===!1;if(v&&(r.style.display="flex",r.style.flexDirection="column",r.style.height="100%",r.style.minHeight="0",Dt.style.display="flex",Dt.style.flexDirection="column",Dt.style.flex="1 1 0%",Dt.style.minHeight="0",Dt.style.maxHeight="100%",Dt.style.height="100%",D&&(Dt.style.overflow="hidden"),At.style.display="flex",At.style.flexDirection="column",At.style.flex="1 1 0%",At.style.minHeight="0",At.style.maxHeight="100%",At.style.height="100%",At.style.overflow="hidden",mt.style.display="flex",mt.style.flexDirection="column",mt.style.flex="1 1 0%",mt.style.minHeight="0",mt.style.maxHeight="100%",mt.style.overflow="hidden",Wt.style.flex="1 1 0%",Wt.style.minHeight="0",Wt.style.overflowY="auto",Ot.style.flexShrink="0"),Dt.classList.remove("tvw-bottom-6","tvw-right-6","tvw-left-6","tvw-top-6","tvw-bottom-4","tvw-right-4","tvw-left-4","tvw-top-4"),!l&&!D&&((fe=Ye[F])!=null?fe:Ye["bottom-right"]).split(" ").forEach(Va=>Dt.classList.add(Va)),l){let Ra=(Pn=(l2=t.launcher)==null?void 0:l2.sidebarWidth)!=null?Pn:"420px";Dt.style.cssText=`
|
|
69
|
+
`,S.addEventListener("click",()=>{f=y,b.forEach((B,P)=>{let I=P<y;B.classList.toggle("selected",I),B.setAttribute("aria-checked",P===y-1?"true":"false")})}),b.push(S),A.appendChild(S)}p.appendChild(A);let g=null;if(i){let y=document.createElement("div");y.className="tvw-feedback-comment-container",g=document.createElement("textarea"),g.className="tvw-feedback-comment",g.placeholder=o,g.rows=3,g.setAttribute("aria-label","Additional comments"),y.appendChild(g),p.appendChild(y)}let L=document.createElement("div");L.className="tvw-feedback-actions";let h=document.createElement("button");h.type="button",h.className="tvw-feedback-btn tvw-feedback-btn-skip",h.textContent=l,h.addEventListener("click",()=>{a==null||a(),m.remove()});let x=document.createElement("button");return x.type="button",x.className="tvw-feedback-btn tvw-feedback-btn-submit",x.textContent=n,x.addEventListener("click",async()=>{if(f===null){A.classList.add("tvw-feedback-shake"),setTimeout(()=>A.classList.remove("tvw-feedback-shake"),500);return}x.disabled=!0,x.textContent="Submitting...";try{let y=(g==null?void 0:g.value.trim())||void 0;await e(f,y),m.remove()}catch(y){x.disabled=!1,x.textContent=n,console.error("[CSAT Feedback] Failed to submit:",y)}}),L.appendChild(h),L.appendChild(x),p.appendChild(L),m.appendChild(p),m}function _S(r){let{onSubmit:e,onDismiss:a,title:t="How likely are you to recommend us?",subtitle:s="On a scale of 0 to 10",commentPlaceholder:o="What could we do better? (optional)...",submitText:n="Submit",skipText:l="Skip",showComment:i=!0,lowLabel:c="Not likely",highLabel:m="Very likely"}=r,f=document.createElement("div");f.className="tvw-feedback-container tvw-feedback-nps",f.setAttribute("role","dialog"),f.setAttribute("aria-label","Net Promoter Score feedback");let p=null,u=document.createElement("div");u.className="tvw-feedback-content";let w=document.createElement("div");w.className="tvw-feedback-header";let C=document.createElement("h3");C.className="tvw-feedback-title",C.textContent=t,w.appendChild(C);let A=document.createElement("p");A.className="tvw-feedback-subtitle",A.textContent=s,w.appendChild(A),u.appendChild(w);let b=document.createElement("div");b.className="tvw-feedback-rating tvw-feedback-rating-nps",b.setAttribute("role","radiogroup"),b.setAttribute("aria-label","Likelihood rating from 0 to 10");let g=document.createElement("div");g.className="tvw-feedback-labels";let L=document.createElement("span");L.className="tvw-feedback-label-low",L.textContent=c;let h=document.createElement("span");h.className="tvw-feedback-label-high",h.textContent=m,g.appendChild(L),g.appendChild(h);let x=document.createElement("div");x.className="tvw-feedback-numbers";let y=[];for(let D=0;D<=10;D++){let q=document.createElement("button");q.type="button",q.className="tvw-feedback-rating-btn tvw-feedback-number-btn",q.setAttribute("role","radio"),q.setAttribute("aria-checked","false"),q.setAttribute("aria-label",`Rating ${D} out of 10`),q.textContent=String(D),q.dataset.rating=String(D),D<=6?q.classList.add("tvw-feedback-detractor"):D<=8?q.classList.add("tvw-feedback-passive"):q.classList.add("tvw-feedback-promoter"),q.addEventListener("click",()=>{p=D,y.forEach((it,O)=>{it.classList.toggle("selected",O===D),it.setAttribute("aria-checked",O===D?"true":"false")})}),y.push(q),x.appendChild(q)}b.appendChild(g),b.appendChild(x),u.appendChild(b);let S=null;if(i){let D=document.createElement("div");D.className="tvw-feedback-comment-container",S=document.createElement("textarea"),S.className="tvw-feedback-comment",S.placeholder=o,S.rows=3,S.setAttribute("aria-label","Additional comments"),D.appendChild(S),u.appendChild(D)}let B=document.createElement("div");B.className="tvw-feedback-actions";let P=document.createElement("button");P.type="button",P.className="tvw-feedback-btn tvw-feedback-btn-skip",P.textContent=l,P.addEventListener("click",()=>{a==null||a(),f.remove()});let I=document.createElement("button");return I.type="button",I.className="tvw-feedback-btn tvw-feedback-btn-submit",I.textContent=n,I.addEventListener("click",async()=>{if(p===null){x.classList.add("tvw-feedback-shake"),setTimeout(()=>x.classList.remove("tvw-feedback-shake"),500);return}I.disabled=!0,I.textContent="Submitting...";try{let D=(S==null?void 0:S.value.trim())||void 0;await e(p,D),f.remove()}catch(D){I.disabled=!1,I.textContent=n,console.error("[NPS Feedback] Failed to submit:",D)}}),B.appendChild(P),B.appendChild(I),u.appendChild(B),f.appendChild(u),f}var vn="persona-chat-history",BP=30*1e3,RP={"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 VP(r){var t,s,o;if(!r)return[];let e=[],a=Array.from((t=r.items)!=null?t:[]);for(let n of a){if(n.kind!=="file"||!n.type.startsWith("image/"))continue;let l=n.getAsFile();if(!l)continue;if(l.name){e.push(l);continue}let i=(s=RP[l.type])!=null?s:"png";e.push(new File([l],`clipboard-image-${Date.now()}.${i}`,{type:l.type,lastModified:Date.now()}))}if(e.length>0)return e;for(let n of Array.from((o=r.files)!=null?o:[]))n.type.startsWith("image/")&&e.push(n);return e}function FP(r){var e,a,t,s,o,n,l,i,c;return r?r===!0?{storage:"session",keyPrefix:"persona-",persist:{openState:!0,voiceState:!0,focusInput:!0},clearOnChatClear:!0}:{storage:(e=r.storage)!=null?e:"session",keyPrefix:(a=r.keyPrefix)!=null?a:"persona-",persist:{openState:(s=(t=r.persist)==null?void 0:t.openState)!=null?s:!0,voiceState:(n=(o=r.persist)==null?void 0:o.voiceState)!=null?n:!0,focusInput:(i=(l=r.persist)==null?void 0:l.focusInput)!=null?i:!0},clearOnChatClear:(c=r.clearOnChatClear)!=null?c:!0}:null}function IP(r){try{let e=r==="local"?localStorage:sessionStorage,a="__persist_test__";return e.setItem(a,"1"),e.removeItem(a),e}catch{return null}}var RA=r=>!r||typeof r!="object"?{}:{...r},OL=r=>r.map(e=>({...e,streaming:!1})),zL=(r,e,a)=>{let t=r!=null&&r.markdown?$n(r.markdown):null;return s=>{var l,i,c;let o=(l=s.text)!=null?l:"",n=(i=s.message.rawContent)!=null?i:null;if(e){let m=e.process({text:o,raw:n!=null?n:o,message:s.message,streaming:s.streaming});m!==null&&(o=m.text,m.persist||(s.message.__skipPersist=!0),m.resubmit&&!s.streaming&&a&&a())}return r!=null&&r.postprocessMessage?r.postprocessMessage({...s,text:o,raw:(c=n!=null?n:s.text)!=null?c:""}):t?t(o):m2(o)}},jS=(r,e,a)=>{var R,nt,Lt,Yt,Be,de,Ae,ge,Ut,_t,fe,jt,ke,qe,Xe,DA,WA,OA,zA,qA,NA,UA,$A,_A,jA,GA,ZA,XA,JA,KA,YA,QA;r.id&&r.id!=="persona-root"&&!r.getAttribute("data-persona-instance")&&r.setAttribute("data-persona-instance",r.id),r.id="persona-root";let t=WS(e),s=Zn.getForInstance(t.plugins);t.components&&gn.registerAll(t.components);let o=FL(),n=(R=t.storageAdapter)!=null?R:OS(),l={},i=null,c=d=>{if(t.onStateLoaded)try{return t.onStateLoaded(d)}catch(M){typeof console!="undefined"&&console.error("[AgentWidget] onStateLoaded hook failed:",M)}return d};if(n!=null&&n.load)try{let d=n.load();if(d&&typeof d.then=="function")i=d.then(M=>{let T=M!=null?M:{messages:[],metadata:{}};return c(T)});else{let M=d!=null?d:{messages:[],metadata:{}},T=c(M);T.metadata&&(l=RA(T.metadata)),(nt=T.messages)!=null&&nt.length&&(t={...t,initialMessages:T.messages})}}catch(d){typeof console!="undefined"&&console.error("[AgentWidget] Failed to load stored state:",d)}else if(t.onStateLoaded)try{let d=c({messages:[],metadata:{}});(Lt=d.messages)!=null&&Lt.length&&(t={...t,initialMessages:d.messages})}catch(d){typeof console!="undefined"&&console.error("[AgentWidget] onStateLoaded hook failed:",d)}let m=()=>l,f=d=>{var T;l=(T=d({...l}))!=null?T:{},An()},p=t.actionParsers&&t.actionParsers.length?t.actionParsers:[Xn],u=t.actionHandlers&&t.actionHandlers.length?t.actionHandlers:[_a.message,_a.messageAndClick],w=Jn({parsers:p,handlers:u,getSessionMetadata:m,updateSessionMetadata:f,emit:o.emit,documentRef:typeof document!="undefined"?document:null});w.syncFromMetadata();let C=(Be=(Yt=t.launcher)==null?void 0:Yt.enabled)!=null?Be:!0,A=(Ae=(de=t.launcher)==null?void 0:de.autoExpand)!=null?Ae:!1,b=A,g=C,L=(Ut=(ge=t.layout)==null?void 0:ge.header)==null?void 0:Ut.layout,h=C?A:!0,x=!1,y=null,S=()=>{x=!0,y&&clearTimeout(y),y=setTimeout(()=>{x&&(typeof console!="undefined"&&console.warn("[AgentWidget] Resubmit requested but no injection occurred within 10s"),x=!1)},1e4)},B=zL(t,w,S),P=(fe=(_t=t.features)==null?void 0:_t.showReasoning)!=null?fe:!0,I=(ke=(jt=t.features)==null?void 0:jt.showToolCalls)!=null?ke:!0,D=(Xe=(qe=t.features)==null?void 0:qe.showEventStreamToggle)!=null?Xe:!1,it=`${(WA=typeof t.persistState=="object"?(DA=t.persistState)==null?void 0:DA.keyPrefix:void 0)!=null?WA:"persona-"}event-stream`,O=D?new Gn(it):null,at=(qA=(zA=(OA=t.features)==null?void 0:OA.eventStream)==null?void 0:zA.maxEvents)!=null?qA:2e3,z=D?new jn(at,O):null,rt=null,wt=!1,ut=null,Gt=0;O==null||O.open().then(()=>z==null?void 0:z.restore()).catch(d=>{t.debug&&console.warn("[AgentWidget] IndexedDB not available for event stream:",d)});let he={onCopy:d=>{var M,T;o.emit("message:copy",d),U!=null&&U.isClientTokenMode()&&U.submitMessageFeedback(d.id,"copy").catch(F=>{t.debug&&console.error("[AgentWidget] Failed to submit copy feedback:",F)}),(T=(M=t.messageActions)==null?void 0:M.onCopy)==null||T.call(M,d)},onFeedback:d=>{var M,T;o.emit("message:feedback",d),U!=null&&U.isClientTokenMode()&&U.submitMessageFeedback(d.messageId,d.type).catch(F=>{t.debug&&console.error("[AgentWidget] Failed to submit feedback:",F)}),(T=(M=t.messageActions)==null?void 0:M.onFeedback)==null||T.call(M,d)}},Pe=(NA=t.statusIndicator)!=null?NA:{},Ue=d=>{var M,T,F,E;return d==="idle"?(M=Pe.idleText)!=null?M:De.idle:d==="connecting"?(T=Pe.connectingText)!=null?T:De.connecting:d==="connected"?(F=Pe.connectedText)!=null?F:De.connected:d==="error"?(E=Pe.errorText)!=null?E:De.error:De[d]},{wrapper:Ot,panel:kt}=kL(t),ot=HL(t,C),{container:mt,body:zt,messagesWrapper:ae,suggestions:Le,textarea:ft,sendButton:J,sendButtonWrapper:me,composerForm:xe,statusText:ye,introTitle:$e,introSubtitle:we,closeButton:Q,iconHolder:Vt,headerTitle:Ce,headerSubtitle:be,header:et,footer:qt,actionsRow:Se,leftActions:Fe,rightActions:Ee}=ot,G=ot.micButton,re=ot.micButtonWrapper,Rt=ot.attachmentButton,X=ot.attachmentButtonWrapper,N=ot.attachmentInput,xt=ot.attachmentPreviewsContainer,ht=null;(UA=t.attachments)!=null&&UA.enabled&&N&&xt&&(ht=Na.fromConfig(t.attachments),ht.setPreviewsContainer(xt),N.addEventListener("change",d=>{let M=d.target;ht==null||ht.handleFileSelect(M.files),M.value=""}));let st=s.find(d=>d.renderHeader);if(st!=null&&st.renderHeader){let d=st.renderHeader({config:t,defaultRenderer:()=>{let M=ua({config:t,showClose:C});return Ua(mt,M,t),M.header},onClose:()=>se(!1,"user")});if(d){let M=mt.querySelector(".tvw-border-b-cw-divider");M&&(M.replaceWith(d),et=d)}}let Et=()=>{var M,T,F,E;if(!z)return;if(wt=!0,!rt&&z&&(rt=RL({buffer:z,getFullHistory:()=>z.getAllFromStore(),onClose:()=>Nt(),config:t,plugins:s})),rt&&(zt.style.display="none",(M=qt.parentNode)==null||M.insertBefore(rt.element,qt),rt.update()),Z){Z.classList.remove("tvw-text-cw-muted"),Z.classList.add("tvw-text-cw-accent"),Z.style.boxShadow="inset 0 0 0 1.5px var(--cw-accent, #3b82f6)";let _=(E=(F=(T=t.features)==null?void 0:T.eventStream)==null?void 0:F.classNames)==null?void 0:E.toggleButtonActive;_&&_.split(/\s+/).forEach(Ct=>Ct&&Z.classList.add(Ct))}let d=()=>{if(!wt)return;let _=Date.now();_-Gt>=200&&(rt==null||rt.update(),Gt=_),ut=requestAnimationFrame(d)};Gt=0,ut=requestAnimationFrame(d),o.emit("eventStream:opened",{timestamp:Date.now()})},Nt=()=>{var d,M,T;if(wt){if(wt=!1,rt&&rt.element.remove(),zt.style.display="",Z){Z.classList.remove("tvw-text-cw-accent"),Z.classList.add("tvw-text-cw-muted"),Z.style.boxShadow="";let F=(T=(M=(d=t.features)==null?void 0:d.eventStream)==null?void 0:M.classNames)==null?void 0:T.toggleButtonActive;F&&F.split(/\s+/).forEach(E=>E&&Z.classList.remove(E))}ut!==null&&(cancelAnimationFrame(ut),ut=null),o.emit("eventStream:closed",{timestamp:Date.now()})}},Z=null;if(D){let d=(_A=($A=t.features)==null?void 0:$A.eventStream)==null?void 0:_A.classNames,M="tvw-inline-flex tvw-items-center tvw-justify-center tvw-rounded-full tvw-text-cw-muted hover:tvw-bg-gray-100 tvw-cursor-pointer tvw-border-none tvw-bg-transparent tvw-p-1"+(d!=null&&d.toggleButton?" "+d.toggleButton:"");Z=v("button",M),Z.style.width="28px",Z.style.height="28px",Z.type="button",Z.setAttribute("aria-label","Event Stream"),Z.title="Event Stream";let T=lt("activity","18px","currentColor",1.5);T&&Z.appendChild(T);let F=ot.clearChatButtonWrapper,E=ot.closeButtonWrapper,_=F||E;_&&_.parentNode===et?et.insertBefore(Z,_):et.appendChild(Z),Z.addEventListener("click",()=>{wt?Nt():Et()})}let pt=s.find(d=>d.renderComposer);if(pt!=null&&pt.renderComposer){let d=pt.renderComposer({config:t,defaultRenderer:()=>hn({config:t}).footer,onSubmit:M=>{U&&!U.isStreaming()&&U.sendMessage(M)},disabled:!1});d&&(qt.replaceWith(d),qt=d)}(()=>{var F,E;let d=(E=(F=t.layout)==null?void 0:F.slots)!=null?E:{},M=_=>{switch(_){case"body-top":return mt.querySelector(".tvw-rounded-2xl.tvw-bg-cw-surface.tvw-p-6")||null;case"messages":return ae;case"footer-top":return Le;case"composer":return xe;case"footer-bottom":return ye;default:return null}},T=(_,Ct)=>{var ct;switch(_){case"header-left":case"header-center":case"header-right":if(_==="header-left")et.insertBefore(Ct,et.firstChild);else if(_==="header-right")et.appendChild(Ct);else{let bt=et.querySelector(".tvw-flex-col");bt?(ct=bt.parentNode)==null||ct.insertBefore(Ct,bt.nextSibling):et.appendChild(Ct)}break;case"body-top":{let bt=zt.querySelector(".tvw-rounded-2xl.tvw-bg-cw-surface.tvw-p-6");bt?bt.replaceWith(Ct):zt.insertBefore(Ct,zt.firstChild);break}case"body-bottom":zt.appendChild(Ct);break;case"footer-top":Le.replaceWith(Ct);break;case"footer-bottom":ye.replaceWith(Ct);break;default:break}};for(let[_,Ct]of Object.entries(d))if(Ct)try{let ct=Ct({config:t,defaultContent:()=>M(_)});ct&&T(_,ct)}catch(ct){typeof console!="undefined"&&console.error(`[AgentWidget] Error rendering slot "${_}":`,ct)}})();let Jt=d=>{let T=d.target.closest('button[data-expand-header="true"]');if(!T)return;let F=T.closest(".vanilla-reasoning-bubble, .vanilla-tool-bubble");if(!F)return;let E=F.getAttribute("data-message-id");if(!E)return;let _=T.getAttribute("data-bubble-type");_==="reasoning"?(un.has(E)?un.delete(E):un.add(E),PL(E,F)):_==="tool"&&(mn.has(E)?mn.delete(E):mn.add(E),EL(E,F,t))};ae.addEventListener("pointerdown",d=>{d.target.closest('button[data-expand-header="true"]')&&(d.preventDefault(),Jt(d))}),ae.addEventListener("keydown",d=>{let M=d.target;(d.key==="Enter"||d.key===" ")&&M.closest('button[data-expand-header="true"]')&&(d.preventDefault(),Jt(d))});let ie=new Map;ae.addEventListener("click",d=>{var Ct;let T=d.target.closest(".tvw-message-action-btn[data-action]");if(!T)return;d.preventDefault(),d.stopPropagation();let F=T.closest("[data-actions-for]");if(!F)return;let E=F.getAttribute("data-actions-for");if(!E)return;let _=T.getAttribute("data-action");if(_==="copy"){let bt=U.getMessages().find(Tt=>Tt.id===E);if(bt&&he.onCopy){let Tt=bt.content||"";navigator.clipboard.writeText(Tt).then(()=>{T.classList.add("tvw-message-action-success");let St=lt("check",14,"currentColor",2);St&&(T.innerHTML="",T.appendChild(St)),setTimeout(()=>{T.classList.remove("tvw-message-action-success");let Ft=lt("copy",14,"currentColor",2);Ft&&(T.innerHTML="",T.appendChild(Ft))},2e3)}).catch(St=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to copy message:",St)}),he.onCopy(bt)}}else if(_==="upvote"||_==="downvote")if(((Ct=ie.get(E))!=null?Ct:null)===_)ie.delete(E),T.classList.remove("tvw-message-action-active");else{let Tt=_==="upvote"?"downvote":"upvote",St=F.querySelector(`[data-action="${Tt}"]`);St&&St.classList.remove("tvw-message-action-active"),ie.set(E,_),T.classList.add("tvw-message-action-active");let tt=U.getMessages().find(W=>W.id===E);tt&&he.onFeedback&&he.onFeedback({type:_,messageId:tt.id,message:tt})}}),kt.appendChild(mt),r.appendChild(Ot);let Ga=()=>{var yt,At,Qt,It,Me,Ie,K,$t,aa,Ke,Ma,l2,QS,ue,d2,En;let d=(At=(yt=t.launcher)==null?void 0:yt.sidebarMode)!=null?At:!1,M=d||((It=(Qt=t.launcher)==null?void 0:Qt.fullHeight)!=null?It:!1),T=(Me=t.theme)!=null?Me:{},F=(K=(Ie=t.launcher)==null?void 0:Ie.position)!=null?K:"bottom-left",E=F==="bottom-left"||F==="top-left",_=d?"none":"1px solid var(--tvw-cw-border)",Ct=d?E?"2px 0 12px rgba(0, 0, 0, 0.08)":"-2px 0 12px rgba(0, 0, 0, 0.08)":"0 25px 50px -12px rgba(0, 0, 0, 0.25)",ct=d?"0":"16px",bt=($t=T.panelBorder)!=null?$t:_,Tt=(aa=T.panelShadow)!=null?aa:Ct,St=(Ke=T.panelBorderRadius)!=null?Ke:ct;r.style.cssText="",Ot.style.cssText="",kt.style.cssText="",mt.style.cssText="",zt.style.cssText="",qt.style.cssText="";let Ft=(l2=(Ma=t==null?void 0:t.launcher)==null?void 0:Ma.width)!=null?l2:t==null?void 0:t.launcherWidth,tt=Ft!=null?Ft:"min(400px, calc(100vw - 24px))";d||(kt.style.width=tt,kt.style.maxWidth=tt),kt.style.boxShadow=Tt,kt.style.borderRadius=St,mt.style.border=bt,mt.style.borderRadius=St;let W=((QS=t.launcher)==null?void 0:QS.enabled)===!1;if(M&&(r.style.display="flex",r.style.flexDirection="column",r.style.height="100%",r.style.minHeight="0",Ot.style.display="flex",Ot.style.flexDirection="column",Ot.style.flex="1 1 0%",Ot.style.minHeight="0",Ot.style.maxHeight="100%",Ot.style.height="100%",W&&(Ot.style.overflow="hidden"),kt.style.display="flex",kt.style.flexDirection="column",kt.style.flex="1 1 0%",kt.style.minHeight="0",kt.style.maxHeight="100%",kt.style.height="100%",kt.style.overflow="hidden",mt.style.display="flex",mt.style.flexDirection="column",mt.style.flex="1 1 0%",mt.style.minHeight="0",mt.style.maxHeight="100%",mt.style.overflow="hidden",zt.style.flex="1 1 0%",zt.style.minHeight="0",zt.style.overflowY="auto",qt.style.flexShrink="0"),Ot.classList.remove("tvw-bottom-6","tvw-right-6","tvw-left-6","tvw-top-6","tvw-bottom-4","tvw-right-4","tvw-left-4","tvw-top-4"),!d&&!W&&((ue=Ye[F])!=null?ue:Ye["bottom-right"]).split(" ").forEach(Va=>Ot.classList.add(Va)),d){let Ra=(En=(d2=t.launcher)==null?void 0:d2.sidebarWidth)!=null?En:"420px";Ot.style.cssText=`
|
|
70
70
|
position: fixed !important;
|
|
71
71
|
top: 0 !important;
|
|
72
72
|
bottom: 0 !important;
|
|
@@ -78,7 +78,7 @@ lucide.createIcons({icons});\``);if(typeof t=="undefined")throw new Error("`crea
|
|
|
78
78
|
display: flex !important;
|
|
79
79
|
flex-direction: column !important;
|
|
80
80
|
${E?"left: 0 !important; right: auto !important;":"left: auto !important; right: 0 !important;"}
|
|
81
|
-
`,
|
|
81
|
+
`,kt.style.cssText=`
|
|
82
82
|
position: relative !important;
|
|
83
83
|
display: flex !important;
|
|
84
84
|
flex-direction: column !important;
|
|
@@ -89,9 +89,9 @@ lucide.createIcons({icons});\``);if(typeof t=="undefined")throw new Error("`crea
|
|
|
89
89
|
min-height: 0 !important;
|
|
90
90
|
margin: 0 !important;
|
|
91
91
|
padding: 0 !important;
|
|
92
|
-
box-shadow: ${
|
|
93
|
-
border-radius: ${
|
|
94
|
-
`,
|
|
92
|
+
box-shadow: ${Tt} !important;
|
|
93
|
+
border-radius: ${St} !important;
|
|
94
|
+
`,kt.style.setProperty("width","100%","important"),kt.style.setProperty("max-width","100%","important"),mt.style.cssText=`
|
|
95
95
|
display: flex !important;
|
|
96
96
|
flex-direction: column !important;
|
|
97
97
|
flex: 1 1 0% !important;
|
|
@@ -100,13 +100,13 @@ lucide.createIcons({icons});\``);if(typeof t=="undefined")throw new Error("`crea
|
|
|
100
100
|
min-height: 0 !important;
|
|
101
101
|
max-height: 100% !important;
|
|
102
102
|
overflow: hidden !important;
|
|
103
|
-
border-radius: ${
|
|
104
|
-
border: ${
|
|
105
|
-
`,
|
|
103
|
+
border-radius: ${St} !important;
|
|
104
|
+
border: ${bt} !important;
|
|
105
|
+
`,qt.style.cssText=`
|
|
106
106
|
flex-shrink: 0 !important;
|
|
107
107
|
border-top: none !important;
|
|
108
108
|
padding: 8px 16px 12px 16px !important;
|
|
109
|
-
`}if(!D){let Ra="max-height: -moz-available !important; max-height: stretch !important;",Va=l?"":"padding-top: 1.25em !important;";Dt.style.cssText+=Ra+Va}};Ga(),FS(r,t);let le=[];W&&le.push(()=>{ut!==null&&(cancelAnimationFrame(ut),ut=null),at==null||at.destroy(),at=null,j==null||j.destroy(),j=null,z=null});let Qe=null,yn=()=>{Qe&&(Qe(),Qe=null),t.colorScheme==="auto"&&(Qe=wL(()=>{FS(r,t)}))};yn(),le.push(()=>{Qe&&(Qe(),Qe=null)});let xa=PL(Le),ta=null,U,ga=!1,sa=!0,La=0,wn=0,na=null,da=!1,Za=0,Xa=!1,Jn=125,Kn=2e3,Yn=5,Cn=50,Ja=new Map,Jt={active:!1,manuallyDeactivated:!1,lastUserMessageWasVoice:!1,lastUserMessageId:null},bn=(_A=($A=t.voiceRecognition)==null?void 0:$A.autoResume)!=null?_A:!1,Sn=l=>{o.emit("voice:state",{active:Jt.active,source:l,timestamp:Date.now()})},la=()=>{c(l=>({...l,voiceState:{active:Jt.active,timestamp:Date.now(),manuallyDeactivated:Jt.manuallyDeactivated}}))},Qn=()=>{var F,E;if(((F=t.voiceRecognition)==null?void 0:F.enabled)===!1)return;let l=BA(d.voiceState),v=!!l.active,P=Number((E=l.timestamp)!=null?E:0);Jt.manuallyDeactivated=!!l.manuallyDeactivated,v&&Date.now()-P<kP&&setTimeout(()=>{Jt.active||(Jt.manuallyDeactivated=!1,Ba("restore"))},1e3)},t2=()=>U?DL(U.getMessages()).filter(l=>!l.__skipPersist):[];function An(l){if(!(n!=null&&n.save))return;let P={messages:l?DL(l):U?t2():[],metadata:d};try{let F=n.save(P);F instanceof Promise&&F.catch(E=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",E)})}catch(F){typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",F)}}let Ta=(l=!1)=>{if(!sa)return;let v=Date.now();da&&v<Za&&!l||(da&&v>=Za&&(da=!1),!(!l&&!ga)&&(v-wn<Jn||(wn=v,na&&cancelAnimationFrame(na),na=requestAnimationFrame(()=>{da||!sa||(Xa=!0,Wt.scrollTop=Wt.scrollHeight,La=Wt.scrollTop,requestAnimationFrame(()=>{Xa=!1}),na=null)}))))},ia=null,e2=()=>Dt.querySelector("#persona-scroll-container")||Wt,a2=(l,v=500)=>{let P=l.scrollTop,F=l.clientHeight,E=l.scrollHeight,_=E-P;if(P+F>=E-2||Math.abs(_)<5)return;ia!==null&&(cancelAnimationFrame(ia),ia=null);let ht=performance.now(),Ct=bt=>1-Math.pow(1-bt,3),Ht=bt=>{let Rt=l.scrollHeight;Rt!==E&&(E=Rt,_=E-P);let tt=bt-ht,D=Math.min(tt/v,1),vt=Ct(D),St=P+_*vt;l.scrollTop=St,D<1?ia=requestAnimationFrame(Ht):(l.scrollTop=l.scrollHeight,ia=null)};ia=requestAnimationFrame(Ht)},r2=l=>{let v=new Map;l.forEach(P=>{let F=Ja.get(P.id);v.set(P.id,{streaming:P.streaming,role:P.role}),!F&&P.role==="assistant"&&o.emit("assistant:message",P),P.role==="assistant"&&(F!=null&&F.streaming)&&P.streaming===!1&&o.emit("assistant:complete",P)}),Ja.clear(),v.forEach((P,F)=>{Ja.set(F,P)})},Pa=(l,v,P)=>{var Ht,bt,Rt,tt;let F=document.createElement("div"),_=(()=>{var vt;let D=s.find(St=>St.renderLoadingIndicator);if(D!=null&&D.renderLoadingIndicator)return D.renderLoadingIndicator;if((vt=t.loadingIndicator)!=null&&vt.render)return t.loadingIndicator.render})();v.forEach(D=>{var Me,Ie;let vt=null,St=s.find(K=>!!(D.variant==="reasoning"&&K.renderReasoning||D.variant==="tool"&&K.renderToolCall||!D.variant&&K.renderMessage)),Yt=(Me=t.layout)==null?void 0:Me.messages;if(St)if(D.variant==="reasoning"&&D.reasoning&&St.renderReasoning){if(!T)return;vt=St.renderReasoning({message:D,defaultRenderer:()=>bA(D),config:t})}else if(D.variant==="tool"&&D.toolCall&&St.renderToolCall){if(!I)return;vt=St.renderToolCall({message:D,defaultRenderer:()=>SA(D,t),config:t})}else St.renderMessage&&(vt=St.renderMessage({message:D,defaultRenderer:()=>{let K=fn(D,P,Yt,t.messageActions,pe,{loadingIndicatorRenderer:_,widgetConfig:t});return D.role!=="user"&&kA(K,D,t,U),K},config:t}));if(!vt&&D.role==="assistant"&&!D.variant&&t.enableComponentStreaming!==!1&&qS(D)){let Nt=NS(D);if(Nt){let aa=zS(Nt,{config:t,message:D,transform:P});if(aa){let Ke=document.createElement("div");if(Ke.className=["vanilla-message-bubble","tvw-max-w-[85%]","tvw-rounded-2xl","tvw-bg-cw-surface","tvw-border","tvw-border-cw-message-border","tvw-p-4"].join(" "),Ke.id=`bubble-${D.id}`,Ke.setAttribute("data-message-id",D.id),D.content&&D.content.trim()){let Ma=document.createElement("div");Ma.className="tvw-mb-3 tvw-text-sm tvw-leading-relaxed",Ma.innerHTML=P({text:D.content,message:D,streaming:!!D.streaming,raw:D.rawContent}),Ke.appendChild(Ma)}Ke.appendChild(aa),vt=Ke}}}if(!vt)if(D.variant==="reasoning"&&D.reasoning){if(!T)return;vt=bA(D)}else if(D.variant==="tool"&&D.toolCall){if(!I)return;vt=SA(D,t)}else{let K=(Ie=t.layout)==null?void 0:Ie.messages;K!=null&&K.renderUserMessage&&D.role==="user"?vt=K.renderUserMessage({message:D,config:t,streaming:!!D.streaming}):K!=null&&K.renderAssistantMessage&&D.role==="assistant"?vt=K.renderAssistantMessage({message:D,config:t,streaming:!!D.streaming}):vt=fn(D,P,K,t.messageActions,pe,{loadingIndicatorRenderer:_,widgetConfig:t}),D.role!=="user"&&vt&&kA(vt,D,t,U)}let Vt=document.createElement("div");Vt.className="tvw-flex",Vt.id=`wrapper-${D.id}`,Vt.setAttribute("data-wrapper-id",D.id),D.role==="user"&&Vt.classList.add("tvw-justify-end"),Vt.appendChild(vt),F.appendChild(Vt)});let wt=v.some(D=>D.role==="assistant"&&D.streaming),ht=v[v.length-1],Ct=(ht==null?void 0:ht.role)==="assistant"&&!ht.streaming;if(ga&&v.some(D=>D.role==="user")&&!wt&&!Ct){let D={config:t,streaming:!0,location:"standalone",defaultRenderer:$a},vt=s.find(Yt=>Yt.renderLoadingIndicator),St=null;if(vt!=null&&vt.renderLoadingIndicator&&(St=vt.renderLoadingIndicator(D)),St===null&&((Ht=t.loadingIndicator)!=null&&Ht.render)&&(St=t.loadingIndicator.render(D)),St===null&&(St=$a()),St){let Yt=document.createElement("div"),Vt=((bt=t.loadingIndicator)==null?void 0:bt.showBubble)!==!1;Yt.className=Vt?["tvw-max-w-[85%]","tvw-rounded-2xl","tvw-text-sm","tvw-leading-relaxed","tvw-shadow-sm","tvw-bg-cw-surface","tvw-border","tvw-border-cw-message-border","tvw-text-cw-primary","tvw-px-5","tvw-py-3"].join(" "):["tvw-max-w-[85%]","tvw-text-sm","tvw-leading-relaxed","tvw-text-cw-primary"].join(" "),Yt.setAttribute("data-typing-indicator","true"),Yt.appendChild(St);let Me=document.createElement("div");Me.className="tvw-flex",Me.id="wrapper-typing-indicator",Me.setAttribute("data-wrapper-id","typing-indicator"),Me.appendChild(Yt),F.appendChild(Me)}}if(!ga&&v.length>0){let D=v[v.length-1],vt={config:t,lastMessage:D,messageCount:v.length},St=s.find(Vt=>Vt.renderIdleIndicator),Yt=null;if(St!=null&&St.renderIdleIndicator&&(Yt=St.renderIdleIndicator(vt)),Yt===null&&((Rt=t.loadingIndicator)!=null&&Rt.renderIdle)&&(Yt=t.loadingIndicator.renderIdle(vt)),Yt){let Vt=document.createElement("div"),Me=((tt=t.loadingIndicator)==null?void 0:tt.showBubble)!==!1;Vt.className=Me?["tvw-max-w-[85%]","tvw-rounded-2xl","tvw-text-sm","tvw-leading-relaxed","tvw-shadow-sm","tvw-bg-cw-surface","tvw-border","tvw-border-cw-message-border","tvw-text-cw-primary","tvw-px-5","tvw-py-3"].join(" "):["tvw-max-w-[85%]","tvw-text-sm","tvw-leading-relaxed","tvw-text-cw-primary"].join(" "),Vt.setAttribute("data-idle-indicator","true"),Vt.appendChild(Yt);let Ie=document.createElement("div");Ie.className="tvw-flex",Ie.id="wrapper-idle-indicator",Ie.setAttribute("data-wrapper-id","idle-indicator"),Ie.appendChild(Vt),F.appendChild(Ie)}}bL(l,F),requestAnimationFrame(()=>{requestAnimationFrame(()=>{let D=e2();a2(D)})})},Ea=()=>{C&&(h?(Dt.classList.remove("tvw-pointer-events-none","tvw-opacity-0"),At.classList.remove("tvw-scale-95","tvw-opacity-0"),At.classList.add("tvw-scale-100","tvw-opacity-100"),st?st.element.style.display="none":it&&(it.style.display="none")):(Dt.classList.add("tvw-pointer-events-none","tvw-opacity-0"),At.classList.remove("tvw-scale-100","tvw-opacity-100"),At.classList.add("tvw-scale-95","tvw-opacity-0"),st?st.element.style.display="":it&&(it.style.display="")))},se=(l,v="user")=>{if(!C||h===l)return;let P=h;h=l,Ea(),h&&(Qt(),Ta(!0));let F={open:h,source:v,timestamp:Date.now()};h&&!P?o.emit("widget:opened",F):!h&&P&&o.emit("widget:closed",F),o.emit("widget:state",{open:h,launcherEnabled:C,voiceActive:Jt.active,streaming:U.isStreaming()})},Ka=l=>{J.disabled=l,G&&(G.disabled=l),xa.buttons.forEach(v=>{v.disabled=l})},kn=()=>{var E,_,wt,ht,Ct,Ht,bt,Rt,tt,D,vt,St,Yt,Vt;$e.textContent=(_=(E=t.copy)==null?void 0:E.welcomeTitle)!=null?_:"Hello \u{1F44B}",we.textContent=(ht=(wt=t.copy)==null?void 0:wt.welcomeSubtitle)!=null?ht:"Ask anything about your account or products.",xt.placeholder=(Ht=(Ct=t.copy)==null?void 0:Ct.inputPlaceholder)!=null?Ht:"How can I help...",((Rt=(bt=t.sendButton)==null?void 0:bt.useIcon)!=null?Rt:!1)||(J.textContent=(D=(tt=t.copy)==null?void 0:tt.sendButtonLabel)!=null?D:"Send");let v=(St=(vt=t.theme)==null?void 0:vt.inputFontFamily)!=null?St:"sans-serif",P=(Vt=(Yt=t.theme)==null?void 0:Yt.inputFontWeight)!=null?Vt:"400",F=Me=>{switch(Me){case"serif":return'Georgia, "Times New Roman", Times, serif';case"mono":return'"Courier New", Courier, "Lucida Console", Monaco, monospace';case"sans-serif":default:return'-apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif'}};xt.style.fontFamily=F(v),xt.style.fontWeight=P};t.clientToken&&(t={...t,getStoredSessionId:()=>{let l=d.sessionId;return typeof l=="string"?l:null},setStoredSessionId:l=>{c(v=>({...v,sessionId:l}))}}),U=new ar(t,{onMessagesChanged(l){Pa(ae,l,B),U&&(l.some(E=>E.role==="user")?xa.render([],U,xt,l):xa.render(t.suggestionChips,U,xt,l,t.suggestionChipsConfig)),Ta(!ga),r2(l);let v=[...l].reverse().find(F=>F.role==="user"),P=Jt.lastUserMessageId;v&&v.id!==P&&(Jt.lastUserMessageId=v.id,o.emit("user:message",v)),Jt.lastUserMessageWasVoice=!!(v!=null&&v.viaVoice),An(l)},onStatusChanged(l){var F;let v=(F=t.statusIndicator)!=null?F:{},P=E=>{var _,wt,ht,Ct;return E==="idle"?(_=v.idleText)!=null?_:De.idle:E==="connecting"?(wt=v.connectingText)!=null?wt:De.connecting:E==="connected"?(ht=v.connectedText)!=null?ht:De.connected:E==="error"?(Ct=v.errorText)!=null?Ct:De.error:De[E]};ye.textContent=P(l)},onStreamingChanged(l){ga=l,Ka(l),U&&Pa(ae,U.getMessages(),B),l||Ta(!0)}}),t.clientToken&&U.initClientSession().catch(l=>{t.debug&&console.warn("[AgentWidget] Pre-init client session failed:",l)}),j&&U.setSSEEventCallback((l,v)=>{j==null||j.push({id:`evt-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,type:l,timestamp:Date.now(),payload:JSON.stringify(v)})}),i&&i.then(l=>{var v;l&&(l.metadata&&(d=BA(l.metadata),y.syncFromMetadata()),(v=l.messages)!=null&&v.length&&U.hydrateMessages(l.messages))}).catch(l=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to hydrate stored state:",l)});let Hn=l=>{var E;l.preventDefault();let v=xt.value.trim(),P=(E=ft==null?void 0:ft.hasAttachments())!=null?E:!1;if(!v&&!P)return;let F;P&&(F=[],F.push(...ft.getContentParts()),v&&F.push(BS(v))),xt.value="",xt.style.height="auto",U.sendMessage(v,{contentParts:F}),P&&ft.clearAttachments()},Ln=l=>{l.key==="Enter"&&!l.shiftKey&&(l.preventDefault(),J.click())},We=null,_e=!1,pa=null,ea=null,Tn=()=>typeof window=="undefined"?null:window.webkitSpeechRecognition||window.SpeechRecognition||null,Ba=(l="user")=>{var _,wt,ht,Ct;if(_e||U.isStreaming())return;let v=Tn();if(!v)return;We=new v;let F=(wt=((_=t.voiceRecognition)!=null?_:{}).pauseDuration)!=null?wt:2e3;We.continuous=!0,We.interimResults=!0,We.lang="en-US";let E=xt.value;We.onresult=Ht=>{let bt="",Rt="";for(let D=0;D<Ht.results.length;D++){let vt=Ht.results[D],St=vt[0].transcript;vt.isFinal?bt+=St+" ":Rt=St}let tt=E+bt+Rt;xt.value=tt,pa&&clearTimeout(pa),(bt||Rt)&&(pa=window.setTimeout(()=>{let D=xt.value.trim();D&&We&&_e&&(Je(),xt.value="",xt.style.height="auto",U.sendMessage(D,{viaVoice:!0}))},F))},We.onerror=Ht=>{Ht.error!=="no-speech"&&Je()},We.onend=()=>{if(_e){let Ht=xt.value.trim();Ht&&Ht!==E.trim()&&(xt.value="",xt.style.height="auto",U.sendMessage(Ht,{viaVoice:!0})),Je()}};try{if(We.start(),_e=!0,Jt.active=!0,l!=="system"&&(Jt.manuallyDeactivated=!1),Sn(l),la(),G){ea={backgroundColor:G.style.backgroundColor,color:G.style.color,borderColor:G.style.borderColor};let Ht=(ht=t.voiceRecognition)!=null?ht:{},bt=(Ct=Ht.recordingBackgroundColor)!=null?Ct:"#ef4444",Rt=Ht.recordingIconColor,tt=Ht.recordingBorderColor;if(G.classList.add("tvw-voice-recording"),G.style.backgroundColor=bt,Rt){G.style.color=Rt;let D=G.querySelector("svg");D&&D.setAttribute("stroke",Rt)}tt&&(G.style.borderColor=tt),G.setAttribute("aria-label","Stop voice recognition")}}catch{Je("system")}},Je=(l="user")=>{if(_e){if(_e=!1,pa&&(clearTimeout(pa),pa=null),We){try{We.stop()}catch{}We=null}if(Jt.active=!1,Sn(l),la(),G){if(G.classList.remove("tvw-voice-recording"),ea){G.style.backgroundColor=ea.backgroundColor,G.style.color=ea.color,G.style.borderColor=ea.borderColor;let v=G.querySelector("svg");v&&v.setAttribute("stroke",ea.color||"currentColor"),ea=null}G.setAttribute("aria-label","Start voice recognition")}}},o2=(l,v)=>{var St,Yt,Vt,Me,Ie,K,Nt;if(!(typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined")))return null;let F=w("div","tvw-send-button-wrapper"),E=w("button","tvw-rounded-button tvw-flex tvw-items-center tvw-justify-center disabled:tvw-opacity-50 tvw-cursor-pointer");E.type="button",E.setAttribute("aria-label","Start voice recognition");let _=(St=l==null?void 0:l.iconName)!=null?St:"mic",wt=(Yt=v==null?void 0:v.size)!=null?Yt:"40px",ht=(Vt=l==null?void 0:l.iconSize)!=null?Vt:wt,Ct=parseFloat(ht)||24,Ht=(Me=l==null?void 0:l.backgroundColor)!=null?Me:v==null?void 0:v.backgroundColor,bt=(Ie=l==null?void 0:l.iconColor)!=null?Ie:v==null?void 0:v.textColor;E.style.width=ht,E.style.height=ht,E.style.minWidth=ht,E.style.minHeight=ht,E.style.fontSize="18px",E.style.lineHeight="1";let Rt=bt||"currentColor",tt=lt(_,Ct,Rt,1.5);tt?(E.appendChild(tt),E.style.color=Rt):(E.textContent="\u{1F3A4}",E.style.color=Rt),Ht?E.style.backgroundColor=Ht:E.classList.add("tvw-bg-cw-primary"),bt?E.style.color=bt:!bt&&!(v!=null&&v.textColor)&&E.classList.add("tvw-text-white"),l!=null&&l.borderWidth&&(E.style.borderWidth=l.borderWidth,E.style.borderStyle="solid"),l!=null&&l.borderColor&&(E.style.borderColor=l.borderColor),l!=null&&l.paddingX&&(E.style.paddingLeft=l.paddingX,E.style.paddingRight=l.paddingX),l!=null&&l.paddingY&&(E.style.paddingTop=l.paddingY,E.style.paddingBottom=l.paddingY),F.appendChild(E);let D=(K=l==null?void 0:l.tooltipText)!=null?K:"Start voice recognition";if(((Nt=l==null?void 0:l.showTooltip)!=null?Nt:!1)&&D){let aa=w("div","tvw-send-button-tooltip");aa.textContent=D,F.appendChild(aa)}return{micButton:E,micButtonWrapper:F}},Ya=()=>{if(_e){let l=xt.value.trim();Jt.manuallyDeactivated=!0,la(),Je("user"),l&&(xt.value="",xt.style.height="auto",U.sendMessage(l))}else Jt.manuallyDeactivated=!1,la(),Ba("user")};G&&(G.addEventListener("click",Ya),le.push(()=>{Je("system"),G&&G.removeEventListener("click",Ya)}));let s2=o.on("assistant:complete",()=>{bn&&(Jt.active||Jt.manuallyDeactivated||bn==="assistant"&&!Jt.lastUserMessageWasVoice||setTimeout(()=>{!Jt.active&&!Jt.manuallyDeactivated&&Ba("auto")},600))});le.push(s2);let n2=o.on("action:resubmit",()=>{setTimeout(()=>{U&&!U.isStreaming()&&U.continueConversation()},100)});le.push(n2);let q=()=>{se(!h,"user")},st=null,it=null;if(C){let l=s.find(v=>v.renderLauncher);if(l!=null&&l.renderLauncher){let v=l.renderLauncher({config:t,defaultRenderer:()=>$n(t,q).element,onToggle:q});v&&(it=v)}it||(st=$n(t,q))}st?r.appendChild(st.element):it&&r.appendChild(it),Ea(),xa.render(t.suggestionChips,U,xt,void 0,t.suggestionChipsConfig),kn(),Ka(U.isStreaming()),Ta(!0),Qn();let Qt=()=>{var P,F,E,_,wt,ht,Ct,Ht;let l=(F=(P=t.launcher)==null?void 0:P.sidebarMode)!=null?F:!1,v=l||((_=(E=t.launcher)==null?void 0:E.fullHeight)!=null?_:!1);if(!C){At.style.height="",At.style.width="";return}if(!l){let bt=(ht=(wt=t==null?void 0:t.launcher)==null?void 0:wt.width)!=null?ht:t==null?void 0:t.launcherWidth,Rt=bt!=null?bt:"min(400px, calc(100vw - 24px))";At.style.width=Rt,At.style.maxWidth=Rt}if(!v){let bt=window.innerHeight,Rt=64,tt=(Ht=(Ct=t.launcher)==null?void 0:Ct.heightOffset)!=null?Ht:0,D=Math.max(200,bt-Rt),vt=Math.min(640,D),St=Math.max(200,vt-tt);At.style.height=`${St}px`}};Qt(),window.addEventListener("resize",Qt),le.push(()=>window.removeEventListener("resize",Qt)),La=Wt.scrollTop;let xe=()=>{let l=Wt.scrollTop,v=Wt.scrollHeight,P=Wt.clientHeight,F=v-l-P,E=Math.abs(l-La);if(La=l,!Xa&&!(E<=Yn)){if(!sa&&F<Cn){da=!1,sa=!0;return}sa&&F>Cn&&(da=!0,Za=Date.now()+Kn,sa=!1)}};Wt.addEventListener("scroll",xe,{passive:!0}),le.push(()=>Wt.removeEventListener("scroll",xe)),le.push(()=>{na&&cancelAnimationFrame(na)});let Te=()=>{Q&&(ta&&(Q.removeEventListener("click",ta),ta=null),C?(Q.style.display="",ta=()=>{h=!1,Ea()},Q.addEventListener("click",ta)):Q.style.display="none")};Te(),(()=>{let{clearChatButton:l}=rt;l&&l.addEventListener("click",()=>{U.clearMessages();try{localStorage.removeItem(vn),t.debug&&console.log(`[AgentWidget] Cleared default localStorage key: ${vn}`)}catch(P){console.error("[AgentWidget] Failed to clear default localStorage:",P)}if(t.clearChatHistoryStorageKey&&t.clearChatHistoryStorageKey!==vn)try{localStorage.removeItem(t.clearChatHistoryStorageKey),t.debug&&console.log(`[AgentWidget] Cleared custom localStorage key: ${t.clearChatHistoryStorageKey}`)}catch(P){console.error("[AgentWidget] Failed to clear custom localStorage:",P)}let v=new CustomEvent("persona:clear-chat",{detail:{timestamp:new Date().toISOString()}});if(window.dispatchEvent(v),n!=null&&n.clear)try{let P=n.clear();P instanceof Promise&&P.catch(F=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",F)})}catch(P){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",P)}d={},y.syncFromMetadata(),j==null||j.clear(),at==null||at.update()})})(),me.addEventListener("submit",Hn),xt.addEventListener("keydown",Ln),le.push(()=>{me.removeEventListener("submit",Hn),xt.removeEventListener("keydown",Ln)}),le.push(()=>{U.cancel()}),st?le.push(()=>{st==null||st.destroy()}):it&&le.push(()=>{it==null||it.remove()});let A={update(l){var YA,QA,tk,ek,ak,rk,ok,sk,nk,dk,lk,ik,pk,hk,ck,fk,uk,mk,xk,gk,Mk,vk,yk,wk,Ck,bk,Sk,Ak,kk,Hk,Lk,Tk,Pk,Ek,Bk,Rk,Vk,Fk,Ik,Dk,Wk,Ok,zk,qk,Nk,Uk,$k,_k,jk,Gk,Zk,Xk,Jk,Kk,Yk,Qk,tH,eH,aH,rH,oH,sH,nH,dH,lH,iH,pH,hH,cH,fH,uH,mH,xH,gH,MH,vH,yH,wH,CH,bH,SH,AH,kH,HH,LH,TH;let v=t.toolCall,P=t.colorScheme;t={...t,...l},Ga(),FS(r,t),t.colorScheme!==P&&yn();let F=Gn.getForInstance(t.plugins);s.length=0,s.push(...F),C=(QA=(YA=t.launcher)==null?void 0:YA.enabled)!=null?QA:!0,k=(ek=(tk=t.launcher)==null?void 0:tk.autoExpand)!=null?ek:!1,T=(rk=(ak=t.features)==null?void 0:ak.showReasoning)!=null?rk:!0,I=(sk=(ok=t.features)==null?void 0:ok.showToolCalls)!=null?sk:!0;let E=W;if(W=(dk=(nk=t.features)==null?void 0:nk.showEventStreamToggle)!=null?dk:!1,W&&!E){if(j||(z=new jn(ct),j=new _n(dt,z),z.open().then(()=>j==null?void 0:j.restore()).catch(()=>{}),U.setSSEEventCallback((V,Lt)=>{j.push({id:`evt-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,type:V,timestamp:Date.now(),payload:JSON.stringify(Lt)})})),!Z&&et){let V=(ik=(lk=t.features)==null?void 0:lk.eventStream)==null?void 0:ik.classNames,Lt="tvw-inline-flex tvw-items-center tvw-justify-center tvw-rounded-full tvw-text-cw-muted hover:tvw-bg-gray-100 tvw-cursor-pointer tvw-border-none tvw-bg-transparent tvw-p-1"+(V!=null&&V.toggleButton?" "+V.toggleButton:"");Z=w("button",Lt),Z.style.width="28px",Z.style.height="28px",Z.type="button",Z.setAttribute("aria-label","Event Stream"),Z.title="Event Stream";let te=lt("activity","18px","currentColor",1.5);te&&Z.appendChild(te);let Mt=rt.clearChatButtonWrapper,It=rt.closeButtonWrapper,ve=Mt||It;ve&&ve.parentNode===et?et.insertBefore(Z,ve):et.appendChild(Z),Z.addEventListener("click",()=>{yt?zt():Tt()})}}else!W&&E&&(zt(),Z&&(Z.remove(),Z=null),j==null||j.clear(),z==null||z.destroy(),j=null,z=null);if(((pk=t.launcher)==null?void 0:pk.enabled)===!1&&st&&(st.destroy(),st=null),((hk=t.launcher)==null?void 0:hk.enabled)===!1&&it&&(it.remove(),it=null),((ck=t.launcher)==null?void 0:ck.enabled)!==!1&&!st&&!it){let V=s.find(Lt=>Lt.renderLauncher);if(V!=null&&V.renderLauncher){let Lt=V.renderLauncher({config:t,defaultRenderer:()=>$n(t,q).element,onToggle:q});Lt&&(it=Lt,r.appendChild(it))}it||(st=$n(t,q),r.appendChild(st.element))}st&&st.update(t),Ce&&((fk=t.launcher)==null?void 0:fk.title)!==void 0&&(Ce.textContent=t.launcher.title),be&&((uk=t.launcher)==null?void 0:uk.subtitle)!==void 0&&(be.textContent=t.launcher.subtitle);let _=(mk=t.layout)==null?void 0:mk.header;if((_==null?void 0:_.layout)!==H&&et){let V=_?hn(t,_,{showClose:C,onClose:()=>se(!1,"user")}):ua({config:t,showClose:C,onClose:()=>se(!1,"user")});et.replaceWith(V.header),et=V.header,Bt=V.iconHolder,Ce=V.headerTitle,be=V.headerSubtitle,Q=V.closeButton,H=_==null?void 0:_.layout}else if(_&&(Bt&&(Bt.style.display=_.showIcon===!1?"none":""),Ce&&(Ce.style.display=_.showTitle===!1?"none":""),be&&(be.style.display=_.showSubtitle===!1?"none":""),Q&&(Q.style.display=_.showCloseButton===!1?"none":""),rt.clearChatButtonWrapper)){let V=_.showClearChat;if(V!==void 0){rt.clearChatButtonWrapper.style.display=V?"":"none";let{closeButtonWrapper:Lt}=rt;Lt&&!Lt.classList.contains("tvw-absolute")&&(V?Lt.classList.remove("tvw-ml-auto"):Lt.classList.add("tvw-ml-auto"))}}let ht=((xk=t.layout)==null?void 0:xk.showHeader)!==!1;et&&(et.style.display=ht?"":"none");let Ct=((gk=t.layout)==null?void 0:gk.showFooter)!==!1;Ot&&(Ot.style.display=Ct?"":"none"),C!==x?C?se(k,"auto"):(h=!0,Ea()):k!==b&&se(k,"auto"),b=k,x=C,Qt(),Te(),JSON.stringify(l.toolCall)!==JSON.stringify(v)&&U&&Pa(ae,U.getMessages(),B);let tt=(Mk=t.launcher)!=null?Mk:{},D=(vk=tt.headerIconHidden)!=null?vk:!1,vt=(wk=(yk=t.layout)==null?void 0:yk.header)==null?void 0:wk.showIcon,St=D||vt===!1,Yt=tt.headerIconName,Vt=(Ck=tt.headerIconSize)!=null?Ck:"48px";if(Bt){let V=mt.querySelector(".tvw-border-b-cw-divider"),Lt=V==null?void 0:V.querySelector(".tvw-flex-col");if(St)Bt.style.display="none",V&&Lt&&!V.contains(Lt)&&V.insertBefore(Lt,V.firstChild);else{if(Bt.style.display="",Bt.style.height=Vt,Bt.style.width=Vt,V&&Lt&&(V.contains(Bt)?Bt.nextSibling!==Lt&&(Bt.remove(),V.insertBefore(Bt,Lt)):V.insertBefore(Bt,Lt)),Yt){let Mt=parseFloat(Vt)||24,It=lt(Yt,Mt*.6,"#ffffff",2);It?Bt.replaceChildren(It):Bt.textContent=(bk=tt.agentIconText)!=null?bk:"\u{1F4AC}"}else if(tt.iconUrl){let Mt=Bt.querySelector("img");if(Mt)Mt.src=tt.iconUrl,Mt.style.height=Vt,Mt.style.width=Vt;else{let It=document.createElement("img");It.src=tt.iconUrl,It.alt="",It.className="tvw-rounded-xl tvw-object-cover",It.style.height=Vt,It.style.width=Vt,Bt.replaceChildren(It)}}else{let Mt=Bt.querySelector("svg"),It=Bt.querySelector("img");(Mt||It)&&Bt.replaceChildren(),Bt.textContent=(Sk=tt.agentIconText)!=null?Sk:"\u{1F4AC}"}let te=Bt.querySelector("img");te&&(te.style.height=Vt,te.style.width=Vt)}}let Me=(kk=(Ak=t.layout)==null?void 0:Ak.header)==null?void 0:kk.showTitle,Ie=(Lk=(Hk=t.layout)==null?void 0:Hk.header)==null?void 0:Lk.showSubtitle;if(Ce&&(Ce.style.display=Me===!1?"none":""),be&&(be.style.display=Ie===!1?"none":""),Q){((Pk=(Tk=t.layout)==null?void 0:Tk.header)==null?void 0:Pk.showCloseButton)===!1?Q.style.display="none":Q.style.display="";let Lt=(Ek=tt.closeButtonSize)!=null?Ek:"32px",te=(Bk=tt.closeButtonPlacement)!=null?Bk:"inline";Q.style.height=Lt,Q.style.width=Lt;let{closeButtonWrapper:Mt}=rt,It=te==="top-right",ve=Mt==null?void 0:Mt.classList.contains("tvw-absolute");if(Mt&&It!==ve)if(Mt.remove(),It)Mt.className="tvw-absolute tvw-top-4 tvw-right-4 tvw-z-50",mt.style.position="relative",mt.appendChild(Mt);else{let Pt=(Vk=(Rk=tt.clearChat)==null?void 0:Rk.placement)!=null?Vk:"inline",He=(Ik=(Fk=tt.clearChat)==null?void 0:Fk.enabled)!=null?Ik:!0;Mt.className=He&&Pt==="inline"?"":"tvw-ml-auto";let Ne=mt.querySelector(".tvw-border-b-cw-divider");Ne&&Ne.appendChild(Mt)}if(tt.closeButtonColor?(Q.style.color=tt.closeButtonColor,Q.classList.remove("tvw-text-cw-muted")):(Q.style.color="",Q.classList.add("tvw-text-cw-muted")),tt.closeButtonBackgroundColor?(Q.style.backgroundColor=tt.closeButtonBackgroundColor,Q.classList.remove("hover:tvw-bg-gray-100")):(Q.style.backgroundColor="",Q.classList.add("hover:tvw-bg-gray-100")),tt.closeButtonBorderWidth||tt.closeButtonBorderColor){let Pt=tt.closeButtonBorderWidth||"0px",He=tt.closeButtonBorderColor||"transparent";Q.style.border=`${Pt} solid ${He}`,Q.classList.remove("tvw-border-none")}else Q.style.border="",Q.classList.add("tvw-border-none");tt.closeButtonBorderRadius?(Q.style.borderRadius=tt.closeButtonBorderRadius,Q.classList.remove("tvw-rounded-full")):(Q.style.borderRadius="",Q.classList.add("tvw-rounded-full")),tt.closeButtonPaddingX?(Q.style.paddingLeft=tt.closeButtonPaddingX,Q.style.paddingRight=tt.closeButtonPaddingX):(Q.style.paddingLeft="",Q.style.paddingRight=""),tt.closeButtonPaddingY?(Q.style.paddingTop=tt.closeButtonPaddingY,Q.style.paddingBottom=tt.closeButtonPaddingY):(Q.style.paddingTop="",Q.style.paddingBottom="");let Re=(Dk=tt.closeButtonIconName)!=null?Dk:"x",je=(Wk=tt.closeButtonIconText)!=null?Wk:"\xD7";Q.innerHTML="";let Oe=lt(Re,"20px",tt.closeButtonColor||"",2);Oe?Q.appendChild(Oe):Q.textContent=je;let ie=(Ok=tt.closeButtonTooltipText)!=null?Ok:"Close chat",Ge=(zk=tt.closeButtonShowTooltip)!=null?zk:!0;if(Q.setAttribute("aria-label",ie),Mt&&(Mt._cleanupTooltip&&(Mt._cleanupTooltip(),delete Mt._cleanupTooltip),Ge&&ie)){let Pt=null,He=()=>{if(Pt||!Q)return;Pt=w("div","tvw-clear-chat-tooltip"),Pt.textContent=ie;let Vn=w("div");Vn.className="tvw-clear-chat-tooltip-arrow",Pt.appendChild(Vn);let Fa=Q.getBoundingClientRect();Pt.style.position="fixed",Pt.style.left=`${Fa.left+Fa.width/2}px`,Pt.style.top=`${Fa.top-8}px`,Pt.style.transform="translate(-50%, -100%)",document.body.appendChild(Pt)},Ne=()=>{Pt&&Pt.parentNode&&(Pt.parentNode.removeChild(Pt),Pt=null)};Mt.addEventListener("mouseenter",He),Mt.addEventListener("mouseleave",Ne),Q.addEventListener("focus",He),Q.addEventListener("blur",Ne),Mt._cleanupTooltip=()=>{Ne(),Mt&&(Mt.removeEventListener("mouseenter",He),Mt.removeEventListener("mouseleave",Ne)),Q&&(Q.removeEventListener("focus",He),Q.removeEventListener("blur",Ne))}}}let{clearChatButton:K,clearChatButtonWrapper:Nt}=rt;if(K){let V=(qk=tt.clearChat)!=null?qk:{},Lt=(Nk=V.enabled)!=null?Nk:!0,te=($k=(Uk=t.layout)==null?void 0:Uk.header)==null?void 0:$k.showClearChat,Mt=te!==void 0?te:Lt,It=(_k=V.placement)!=null?_k:"inline";if(Nt){Nt.style.display=Mt?"":"none";let{closeButtonWrapper:ve}=rt;ve&&!ve.classList.contains("tvw-absolute")&&(Mt?ve.classList.remove("tvw-ml-auto"):ve.classList.add("tvw-ml-auto"));let Re=It==="top-right",je=Nt.classList.contains("tvw-absolute");if(Re!==je&&Mt){if(Nt.remove(),Re)Nt.className="tvw-absolute tvw-top-4 tvw-z-50",Nt.style.right="48px",mt.style.position="relative",mt.appendChild(Nt);else{Nt.className="tvw-relative tvw-ml-auto tvw-clear-chat-button-wrapper",Nt.style.right="";let ie=mt.querySelector(".tvw-border-b-cw-divider"),Ge=rt.closeButtonWrapper;ie&&Ge&&Ge.parentElement===ie?ie.insertBefore(Nt,Ge):ie&&ie.appendChild(Nt)}let Oe=rt.closeButtonWrapper;Oe&&!Oe.classList.contains("tvw-absolute")&&(Re?Oe.classList.add("tvw-ml-auto"):Oe.classList.remove("tvw-ml-auto"))}}if(Mt){let ve=(jk=V.size)!=null?jk:"32px";K.style.height=ve,K.style.width=ve;let Re=(Gk=V.iconName)!=null?Gk:"refresh-cw",je=(Zk=V.iconColor)!=null?Zk:"";K.innerHTML="";let Oe=lt(Re,"20px",je||"",2);if(Oe&&K.appendChild(Oe),je?(K.style.color=je,K.classList.remove("tvw-text-cw-muted")):(K.style.color="",K.classList.add("tvw-text-cw-muted")),V.backgroundColor?(K.style.backgroundColor=V.backgroundColor,K.classList.remove("hover:tvw-bg-gray-100")):(K.style.backgroundColor="",K.classList.add("hover:tvw-bg-gray-100")),V.borderWidth||V.borderColor){let Pt=V.borderWidth||"0px",He=V.borderColor||"transparent";K.style.border=`${Pt} solid ${He}`,K.classList.remove("tvw-border-none")}else K.style.border="",K.classList.add("tvw-border-none");V.borderRadius?(K.style.borderRadius=V.borderRadius,K.classList.remove("tvw-rounded-full")):(K.style.borderRadius="",K.classList.add("tvw-rounded-full")),V.paddingX?(K.style.paddingLeft=V.paddingX,K.style.paddingRight=V.paddingX):(K.style.paddingLeft="",K.style.paddingRight=""),V.paddingY?(K.style.paddingTop=V.paddingY,K.style.paddingBottom=V.paddingY):(K.style.paddingTop="",K.style.paddingBottom="");let ie=(Xk=V.tooltipText)!=null?Xk:"Clear chat",Ge=(Jk=V.showTooltip)!=null?Jk:!0;if(K.setAttribute("aria-label",ie),Nt&&(Nt._cleanupTooltip&&(Nt._cleanupTooltip(),delete Nt._cleanupTooltip),Ge&&ie)){let Pt=null,He=()=>{if(Pt||!K)return;Pt=w("div","tvw-clear-chat-tooltip"),Pt.textContent=ie;let Vn=w("div");Vn.className="tvw-clear-chat-tooltip-arrow",Pt.appendChild(Vn);let Fa=K.getBoundingClientRect();Pt.style.position="fixed",Pt.style.left=`${Fa.left+Fa.width/2}px`,Pt.style.top=`${Fa.top-8}px`,Pt.style.transform="translate(-50%, -100%)",document.body.appendChild(Pt)},Ne=()=>{Pt&&Pt.parentNode&&(Pt.parentNode.removeChild(Pt),Pt=null)};Nt.addEventListener("mouseenter",He),Nt.addEventListener("mouseleave",Ne),K.addEventListener("focus",He),K.addEventListener("blur",Ne),Nt._cleanupTooltip=()=>{Ne(),Nt&&(Nt.removeEventListener("mouseenter",He),Nt.removeEventListener("mouseleave",Ne)),K&&(K.removeEventListener("focus",He),K.removeEventListener("blur",Ne))}}}}let aa=t.actionParsers&&t.actionParsers.length?t.actionParsers:[Zn],Ke=t.actionHandlers&&t.actionHandlers.length?t.actionHandlers:[_a.message,_a.messageAndClick];y=Xn({parsers:aa,handlers:Ke,getSessionMetadata:m,updateSessionMetadata:c,emit:o.emit,documentRef:typeof document!="undefined"?document:null}),B=WL(t,y,S),U.updateConfig(t),Pa(ae,U.getMessages(),B),xa.render(t.suggestionChips,U,xt,void 0,t.suggestionChipsConfig),kn(),Ka(U.isStreaming());let Ma=((Kk=t.voiceRecognition)==null?void 0:Kk.enabled)===!0,d2=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined");if(Ma&&d2)if(!G||!re){let V=o2(t.voiceRecognition,t.sendButton);V&&(G=V.micButton,re=V.micButtonWrapper,Ee.insertBefore(re,ue),G.addEventListener("click",Ya),G.disabled=U.isStreaming())}else{let V=(Yk=t.voiceRecognition)!=null?Yk:{},Lt=(Qk=t.sendButton)!=null?Qk:{},te=(tH=V.iconName)!=null?tH:"mic",Mt=(eH=Lt.size)!=null?eH:"40px",It=(aH=V.iconSize)!=null?aH:Mt,ve=parseFloat(It)||24;G.style.width=It,G.style.height=It,G.style.minWidth=It,G.style.minHeight=It;let Re=(oH=(rH=V.iconColor)!=null?rH:Lt.textColor)!=null?oH:"currentColor";G.innerHTML="";let je=lt(te,ve,Re,2);je?G.appendChild(je):G.textContent="\u{1F3A4}";let Oe=(sH=V.backgroundColor)!=null?sH:Lt.backgroundColor;Oe?(G.style.backgroundColor=Oe,G.classList.remove("tvw-bg-cw-primary")):(G.style.backgroundColor="",G.classList.add("tvw-bg-cw-primary")),Re?(G.style.color=Re,G.classList.remove("tvw-text-white")):!Re&&!Lt.textColor&&(G.style.color="",G.classList.add("tvw-text-white")),V.borderWidth?(G.style.borderWidth=V.borderWidth,G.style.borderStyle="solid"):(G.style.borderWidth="",G.style.borderStyle=""),V.borderColor?G.style.borderColor=V.borderColor:G.style.borderColor="",V.paddingX?(G.style.paddingLeft=V.paddingX,G.style.paddingRight=V.paddingX):(G.style.paddingLeft="",G.style.paddingRight=""),V.paddingY?(G.style.paddingTop=V.paddingY,G.style.paddingBottom=V.paddingY):(G.style.paddingTop="",G.style.paddingBottom="");let ie=re==null?void 0:re.querySelector(".tvw-send-button-tooltip"),Ge=(nH=V.tooltipText)!=null?nH:"Start voice recognition";if(((dH=V.showTooltip)!=null?dH:!1)&&Ge)if(ie)ie.textContent=Ge,ie.style.display="";else{let He=document.createElement("div");He.className="tvw-send-button-tooltip",He.textContent=Ge,re==null||re.insertBefore(He,G)}else ie&&(ie.style.display="none");re.style.display="",G.disabled=U.isStreaming()}else G&&re&&(re.style.display="none",_e&&Je());if(((lH=t.attachments)==null?void 0:lH.enabled)===!0)if(!X||!Et){let V=(iH=t.attachments)!=null?iH:{},te=(hH=((pH=t.sendButton)!=null?pH:{}).size)!=null?hH:"40px";gt||(gt=w("div","tvw-attachment-previews tvw-flex tvw-flex-wrap tvw-gap-2 tvw-mb-2"),gt.style.display="none",me.insertBefore(gt,xt)),N||(N=document.createElement("input"),N.type="file",N.accept=((cH=V.allowedTypes)!=null?cH:Ha).join(","),N.multiple=((fH=V.maxFiles)!=null?fH:4)>1,N.style.display="none",N.setAttribute("aria-label","Attach files"),me.insertBefore(N,xt)),X=w("div","tvw-send-button-wrapper"),Et=w("button","tvw-rounded-button tvw-flex tvw-items-center tvw-justify-center disabled:tvw-opacity-50 tvw-cursor-pointer tvw-attachment-button"),Et.type="button",Et.setAttribute("aria-label",(uH=V.buttonTooltipText)!=null?uH:"Attach file");let Mt=(mH=V.buttonIconName)!=null?mH:"paperclip",It=te,ve=parseFloat(It)||40,Re=Math.round(ve*.6);Et.style.width=It,Et.style.height=It,Et.style.minWidth=It,Et.style.minHeight=It,Et.style.fontSize="18px",Et.style.lineHeight="1",Et.style.backgroundColor="transparent",Et.style.color="var(--cw-primary, #111827)",Et.style.border="none",Et.style.borderRadius="6px",Et.style.transition="background-color 0.15s ease",Et.addEventListener("mouseenter",()=>{Et.style.backgroundColor="rgba(0, 0, 0, 0.05)"}),Et.addEventListener("mouseleave",()=>{Et.style.backgroundColor="transparent"});let je=lt(Mt,Re,"currentColor",1.5);je?Et.appendChild(je):Et.textContent="\u{1F4CE}",Et.addEventListener("click",Ge=>{Ge.preventDefault(),N==null||N.click()}),X.appendChild(Et);let Oe=(xH=V.buttonTooltipText)!=null?xH:"Attach file",ie=w("div","tvw-send-button-tooltip");ie.textContent=Oe,X.appendChild(ie),Fe.append(X),!ft&&N&>&&(ft=Na.fromConfig(V),ft.setPreviewsContainer(gt),N.addEventListener("change",async()=>{ft&&(N!=null&&N.files)&&(await ft.handleFileSelect(N.files),N.value="")}))}else{X.style.display="";let V=(gH=t.attachments)!=null?gH:{};N&&(N.accept=((MH=V.allowedTypes)!=null?MH:Ha).join(","),N.multiple=((vH=V.maxFiles)!=null?vH:4)>1),ft&&ft.updateConfig({allowedTypes:V.allowedTypes,maxFileSize:V.maxFileSize,maxFiles:V.maxFiles})}else X&&(X.style.display="none"),ft&&ft.clearAttachments();let fe=(yH=t.sendButton)!=null?yH:{},l2=(wH=fe.useIcon)!=null?wH:!1,Pn=(CH=fe.iconText)!=null?CH:"\u2191",Ra=fe.iconName,Va=(bH=fe.tooltipText)!=null?bH:"Send message",GL=(SH=fe.showTooltip)!=null?SH:!1,En=(AH=fe.size)!=null?AH:"40px",i2=fe.backgroundColor,ra=fe.textColor;if(l2){if(J.style.width=En,J.style.height=En,J.style.minWidth=En,J.style.minHeight=En,J.style.fontSize="18px",J.style.lineHeight="1",J.innerHTML="",Ra){let V=parseFloat(En)||24,Lt=ra&&typeof ra=="string"&&ra.trim()?ra.trim():"currentColor",te=lt(Ra,V,Lt,2);te?(J.appendChild(te),J.style.color=Lt):(J.textContent=Pn,ra?J.style.color=ra:J.classList.add("tvw-text-white"))}else J.textContent=Pn,ra?J.style.color=ra:J.classList.add("tvw-text-white");J.className="tvw-rounded-button tvw-flex tvw-items-center tvw-justify-center disabled:tvw-opacity-50 tvw-cursor-pointer",i2?(J.style.backgroundColor=i2,J.classList.remove("tvw-bg-cw-primary")):J.classList.add("tvw-bg-cw-primary")}else J.textContent=(HH=(kH=t.copy)==null?void 0:kH.sendButtonLabel)!=null?HH:"Send",J.style.width="",J.style.height="",J.style.minWidth="",J.style.minHeight="",J.style.fontSize="",J.style.lineHeight="",J.className="tvw-rounded-button tvw-bg-cw-accent tvw-px-4 tvw-py-2 tvw-text-sm tvw-font-semibold tvw-text-white disabled:tvw-opacity-50 tvw-cursor-pointer",i2?(J.style.backgroundColor=i2,J.classList.remove("tvw-bg-cw-accent")):J.classList.add("tvw-bg-cw-accent"),ra?J.style.color=ra:J.classList.add("tvw-text-white");fe.borderWidth?(J.style.borderWidth=fe.borderWidth,J.style.borderStyle="solid"):(J.style.borderWidth="",J.style.borderStyle=""),fe.borderColor?J.style.borderColor=fe.borderColor:J.style.borderColor="",fe.paddingX?(J.style.paddingLeft=fe.paddingX,J.style.paddingRight=fe.paddingX):(J.style.paddingLeft="",J.style.paddingRight=""),fe.paddingY?(J.style.paddingTop=fe.paddingY,J.style.paddingBottom=fe.paddingY):(J.style.paddingTop="",J.style.paddingBottom="");let Bn=ue==null?void 0:ue.querySelector(".tvw-send-button-tooltip");if(GL&&Va)if(Bn)Bn.textContent=Va,Bn.style.display="";else{let V=document.createElement("div");V.className="tvw-send-button-tooltip",V.textContent=Va,ue==null||ue.insertBefore(V,J)}else Bn&&(Bn.style.display="none");let Rn=(LH=t.statusIndicator)!=null?LH:{},ZL=(TH=Rn.visible)!=null?TH:!0;if(ye.style.display=ZL?"":"none",U){let V=U.getStatus(),Lt=te=>{var Mt,It,ve,Re;return te==="idle"?(Mt=Rn.idleText)!=null?Mt:De.idle:te==="connecting"?(It=Rn.connectingText)!=null?It:De.connecting:te==="connected"?(ve=Rn.connectedText)!=null?ve:De.connected:te==="error"?(Re=Rn.errorText)!=null?Re:De.error:De[te]};ye.textContent=Lt(V)}},open(){C&&se(!0,"api")},close(){C&&se(!1,"api")},toggle(){C&&se(!h,"api")},clearChat(){U.clearMessages();try{localStorage.removeItem(vn),t.debug&&console.log(`[AgentWidget] Cleared default localStorage key: ${vn}`)}catch(v){console.error("[AgentWidget] Failed to clear default localStorage:",v)}if(t.clearChatHistoryStorageKey&&t.clearChatHistoryStorageKey!==vn)try{localStorage.removeItem(t.clearChatHistoryStorageKey),t.debug&&console.log(`[AgentWidget] Cleared custom localStorage key: ${t.clearChatHistoryStorageKey}`)}catch(v){console.error("[AgentWidget] Failed to clear custom localStorage:",v)}let l=new CustomEvent("persona:clear-chat",{detail:{timestamp:new Date().toISOString()}});if(window.dispatchEvent(l),n!=null&&n.clear)try{let v=n.clear();v instanceof Promise&&v.catch(P=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",P)})}catch(v){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",v)}d={},y.syncFromMetadata(),j==null||j.clear(),at==null||at.update()},setMessage(l){return!xt||U.isStreaming()?!1:(!h&&C&&se(!0,"system"),xt.value=l,xt.dispatchEvent(new Event("input",{bubbles:!0})),!0)},submitMessage(l){if(U.isStreaming())return!1;let v=(l==null?void 0:l.trim())||xt.value.trim();return v?(!h&&C&&se(!0,"system"),xt.value="",xt.style.height="auto",U.sendMessage(v),!0):!1},startVoiceRecognition(){return _e||U.isStreaming()||!Tn()?!1:(!h&&C&&se(!0,"system"),Jt.manuallyDeactivated=!1,la(),Ba("user"),!0)},stopVoiceRecognition(){return _e?(Jt.manuallyDeactivated=!0,la(),Je("user"),!0):!1},injectMessage(l){return!h&&C&&se(!0,"system"),U.injectMessage(l)},injectAssistantMessage(l){!h&&C&&se(!0,"system");let v=U.injectAssistantMessage(l);return g&&(g=!1,M&&(clearTimeout(M),M=null),setTimeout(()=>{U&&!U.isStreaming()&&U.continueConversation()},100)),v},injectUserMessage(l){return!h&&C&&se(!0,"system"),U.injectUserMessage(l)},injectSystemMessage(l){return!h&&C&&se(!0,"system"),U.injectSystemMessage(l)},injectMessageBatch(l){return!h&&C&&se(!0,"system"),U.injectMessageBatch(l)},injectTestMessage(l){!h&&C&&se(!0,"system"),U.injectTestEvent(l)},__pushEventStreamEvent(l){j&&j.push({id:`evt-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,type:l.type,timestamp:Date.now(),payload:JSON.stringify(l.payload)})},showEventStream(){!W||!j||Tt()},hideEventStream(){yt&&zt()},isEventStreamVisible(){return yt},getMessages(){return U.getMessages()},getStatus(){return U.getStatus()},getPersistentMetadata(){return{...d}},updatePersistentMetadata(l){c(l)},on(l,v){return o.on(l,v)},off(l,v){o.off(l,v)},isOpen(){return C&&h},isVoiceActive(){return Jt.active},getState(){return{open:C&&h,launcherEnabled:C,voiceActive:Jt.active,streaming:U.isStreaming()}},showCSATFeedback(l){!h&&C&&se(!0,"system");let v=ae.querySelector(".tvw-feedback-container");v&&v.remove();let P=US({onSubmit:async(F,E)=>{var _;U.isClientTokenMode()&&await U.submitCSATFeedback(F,E),(_=l==null?void 0:l.onSubmit)==null||_.call(l,F,E)},onDismiss:l==null?void 0:l.onDismiss,...l});ae.appendChild(P),P.scrollIntoView({behavior:"smooth",block:"end"})},showNPSFeedback(l){!h&&C&&se(!0,"system");let v=ae.querySelector(".tvw-feedback-container");v&&v.remove();let P=$S({onSubmit:async(F,E)=>{var _;U.isClientTokenMode()&&await U.submitNPSFeedback(F,E),(_=l==null?void 0:l.onSubmit)==null||_.call(l,F,E)},onDismiss:l==null?void 0:l.onDismiss,...l});ae.appendChild(P),P.scrollIntoView({behavior:"smooth",block:"end"})},async submitCSATFeedback(l,v){return U.submitCSATFeedback(l,v)},async submitNPSFeedback(l,v){return U.submitNPSFeedback(l,v)},destroy(){le.forEach(l=>l()),Dt.remove(),st==null||st.destroy(),it==null||it.remove(),ta&&Q.removeEventListener("click",ta)}};if((((jA=a==null?void 0:a.debugTools)!=null?jA:!1)||!!t.debug)&&typeof window!="undefined"){let l=window.AgentWidgetBrowser,v={controller:A,getMessages:A.getMessages,getStatus:A.getStatus,getMetadata:A.getPersistentMetadata,updateMetadata:A.updatePersistentMetadata,clearHistory:()=>A.clearChat(),setVoiceActive:P=>P?A.startVoiceRecognition():A.stopVoiceRecognition()};window.AgentWidgetBrowser=v,le.push(()=>{window.AgentWidgetBrowser===v&&(window.AgentWidgetBrowser=l)})}if(W&&typeof window!="undefined"){let l=r.getAttribute("data-persona-instance")||r.id||"persona-"+Math.random().toString(36).slice(2,8),v=F=>{let E=F.detail;(!(E!=null&&E.instanceId)||E.instanceId===l)&&A.showEventStream()},P=F=>{let E=F.detail;(!(E!=null&&E.instanceId)||E.instanceId===l)&&A.hideEventStream()};window.addEventListener("persona:showEventStream",v),window.addEventListener("persona:hideEventStream",P),le.push(()=>{window.removeEventListener("persona:showEventStream",v),window.removeEventListener("persona:hideEventStream",P)})}let O=HP(t.persistState);if(O&&C){let l=LP(O.storage),v=`${O.keyPrefix}widget-open`,P=`${O.keyPrefix}widget-voice`,F=`${O.keyPrefix}widget-voice-mode`;if(l){let E=((GA=O.persist)==null?void 0:GA.openState)&&l.getItem(v)==="true",_=((ZA=O.persist)==null?void 0:ZA.voiceState)&&l.getItem(P)==="true",wt=((XA=O.persist)==null?void 0:XA.voiceState)&&l.getItem(F)==="true";if(E&&setTimeout(()=>{A.open(),setTimeout(()=>{var ht;if(_||wt)A.startVoiceRecognition();else if((ht=O.persist)!=null&&ht.focusInput){let Ct=r.querySelector("textarea");Ct&&Ct.focus()}},100)},0),(JA=O.persist)!=null&&JA.openState&&(o.on("widget:opened",()=>{l.setItem(v,"true")}),o.on("widget:closed",()=>{l.setItem(v,"false")})),(KA=O.persist)!=null&&KA.voiceState&&(o.on("voice:state",ht=>{l.setItem(P,ht.active?"true":"false")}),o.on("user:message",ht=>{l.setItem(F,ht.viaVoice?"true":"false")})),O.clearOnChatClear){let ht=()=>{l.removeItem(v),l.removeItem(P),l.removeItem(F)},Ct=()=>ht();window.addEventListener("persona:clear-chat",Ct),le.push(()=>{window.removeEventListener("persona:clear-chat",Ct)})}}}return A};var RA={},TP=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 e=document.querySelector(r);if(!e)throw new Error(`Chat widget target "${r}" was not found`);return e}return r},PP=()=>{try{if(typeof RA!="undefined"&&RA.url)return new URL("../widget.css",RA.url).href}catch{}return null},OL=r=>{let e=PP(),a=()=>{if(!(r instanceof ShadowRoot)||r.querySelector("link[data-persona]"))return;let t=document.head.querySelector("link[data-persona]");if(!t)return;let s=t.cloneNode(!0);r.insertBefore(s,r.firstChild)};if(r instanceof ShadowRoot)if(e){let t=document.createElement("link");t.rel="stylesheet",t.href=e,t.setAttribute("data-persona","true"),r.insertBefore(t,r.firstChild)}else a();else if(!document.head.querySelector("link[data-persona]")&&e){let s=document.createElement("link");s.rel="stylesheet",s.href=e,s.setAttribute("data-persona","true"),document.head.appendChild(s)}},VA=r=>{var f,m,c,p;let e=TP(r.target),a=document.createElement("div");a.className="persona-host";let t=(c=(m=(f=r.config)==null?void 0:f.launcher)==null?void 0:m.enabled)!=null?c:!0;t||(a.style.height="100%"),e.appendChild(a);let s=r.useShadowDom===!0,o,n;if(s){let u=a.attachShadow({mode:"open"});n=u,o=document.createElement("div"),o.id="persona-root",t||(o.style.height="100%",o.style.display="flex",o.style.flexDirection="column",o.style.flex="1",o.style.minHeight="0"),u.appendChild(o),OL(u)}else n=a,o=document.createElement("div"),o.id="persona-root",t||(o.style.height="100%",o.style.display="flex",o.style.flexDirection="column",o.style.flex="1",o.style.minHeight="0"),a.appendChild(o),OL(a);e.id&&o.setAttribute("data-persona-instance",e.id);let d=_S(o,r.config,{debugTools:r.debugTools});(p=r.onReady)==null||p.call(r);let i={...d,host:a,destroy(){d.destroy(),a.remove(),r.windowKey&&typeof window!="undefined"&&delete window[r.windowKey]}};return r.windowKey&&typeof window!="undefined"&&(window[r.windowKey]=i),i};var zL={name:"@runtypelabs/persona",version:"1.44.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:{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",postcss:"^8.4.38",rimraf:"^5.0.5",tailwindcss:"^3.4.10",tsup:"^8.0.1",typescript:"^5.4.5",vitest:"^4.0.9"},engines:{node:">=18.17.0"},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 ja=zL.version;function ma(r){if(r!==void 0)return typeof r=="string"?r:Array.isArray(r)?`[${r.map(e=>e.toString()).join(", ")}]`:r.toString()}function BP(r){if(r)return{getHeaders:ma(r.getHeaders),onFeedback:ma(r.onFeedback),onCopy:ma(r.onCopy),requestMiddleware:ma(r.requestMiddleware),actionHandlers:ma(r.actionHandlers),actionParsers:ma(r.actionParsers),postprocessMessage:ma(r.postprocessMessage),contextProviders:ma(r.contextProviders),streamParser:ma(r.streamParser)}}var qL=`({ text, message }: any) => {
|
|
109
|
+
`}if(!W){let Ra="max-height: -moz-available !important; max-height: stretch !important;",Va=d?"":"padding-top: 1.25em !important;";Ot.style.cssText+=Ra+Va}};Ga(),IS(r,t);let pe=[];D&&pe.push(()=>{ut!==null&&(cancelAnimationFrame(ut),ut=null),rt==null||rt.destroy(),rt=null,z==null||z.destroy(),z=null,O=null});let Qe=null,yn=()=>{Qe&&(Qe(),Qe=null),t.colorScheme==="auto"&&(Qe=bL(()=>{IS(r,t)}))};yn(),pe.push(()=>{Qe&&(Qe(),Qe=null)});let xa=BL(Le),ta=null,U,ga=!1,sa=!0,La=0,wn=0,na=null,la=!1,Za=0,Xa=!1,Kn=125,Yn=2e3,Qn=5,Cn=50,Ja=new Map,Kt={active:!1,manuallyDeactivated:!1,lastUserMessageWasVoice:!1,lastUserMessageId:null},bn=(GA=(jA=t.voiceRecognition)==null?void 0:jA.autoResume)!=null?GA:!1,Sn=d=>{o.emit("voice:state",{active:Kt.active,source:d,timestamp:Date.now()})},da=()=>{f(d=>({...d,voiceState:{active:Kt.active,timestamp:Date.now(),manuallyDeactivated:Kt.manuallyDeactivated}}))},t2=()=>{var F,E;if(((F=t.voiceRecognition)==null?void 0:F.enabled)===!1)return;let d=RA(l.voiceState),M=!!d.active,T=Number((E=d.timestamp)!=null?E:0);Kt.manuallyDeactivated=!!d.manuallyDeactivated,M&&Date.now()-T<BP&&setTimeout(()=>{Kt.active||(Kt.manuallyDeactivated=!1,Ba("restore"))},1e3)},e2=()=>U?OL(U.getMessages()).filter(d=>!d.__skipPersist):[];function An(d){if(!(n!=null&&n.save))return;let T={messages:d?OL(d):U?e2():[],metadata:l};try{let F=n.save(T);F instanceof Promise&&F.catch(E=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",E)})}catch(F){typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",F)}}let Ta=(d=!1)=>{if(!sa)return;let M=Date.now();la&&M<Za&&!d||(la&&M>=Za&&(la=!1),!(!d&&!ga)&&(M-wn<Kn||(wn=M,na&&cancelAnimationFrame(na),na=requestAnimationFrame(()=>{la||!sa||(Xa=!0,zt.scrollTop=zt.scrollHeight,La=zt.scrollTop,requestAnimationFrame(()=>{Xa=!1}),na=null)}))))},ia=null,a2=()=>Ot.querySelector("#persona-scroll-container")||zt,r2=(d,M=500)=>{let T=d.scrollTop,F=d.clientHeight,E=d.scrollHeight,_=E-T;if(T+F>=E-2||Math.abs(_)<5)return;ia!==null&&(cancelAnimationFrame(ia),ia=null);let ct=performance.now(),bt=St=>1-Math.pow(1-St,3),Tt=St=>{let Ft=d.scrollHeight;Ft!==E&&(E=Ft,_=E-T);let tt=St-ct,W=Math.min(tt/M,1),yt=bt(W),At=T+_*yt;d.scrollTop=At,W<1?ia=requestAnimationFrame(Tt):(d.scrollTop=d.scrollHeight,ia=null)};ia=requestAnimationFrame(Tt)},o2=d=>{let M=new Map;d.forEach(T=>{let F=Ja.get(T.id);M.set(T.id,{streaming:T.streaming,role:T.role}),!F&&T.role==="assistant"&&o.emit("assistant:message",T),T.role==="assistant"&&(F!=null&&F.streaming)&&T.streaming===!1&&o.emit("assistant:complete",T)}),Ja.clear(),M.forEach((T,F)=>{Ja.set(F,T)})},Pa=(d,M,T)=>{var Tt,St,Ft,tt;let F=document.createElement("div"),_=(()=>{var yt;let W=s.find(At=>At.renderLoadingIndicator);if(W!=null&&W.renderLoadingIndicator)return W.renderLoadingIndicator;if((yt=t.loadingIndicator)!=null&&yt.render)return t.loadingIndicator.render})();M.forEach(W=>{var Me,Ie;let yt=null,At=s.find(K=>!!(W.variant==="reasoning"&&K.renderReasoning||W.variant==="tool"&&K.renderToolCall||!W.variant&&K.renderMessage)),Qt=(Me=t.layout)==null?void 0:Me.messages;if(At)if(W.variant==="reasoning"&&W.reasoning&&At.renderReasoning){if(!P)return;yt=At.renderReasoning({message:W,defaultRenderer:()=>SA(W),config:t})}else if(W.variant==="tool"&&W.toolCall&&At.renderToolCall){if(!I)return;yt=At.renderToolCall({message:W,defaultRenderer:()=>AA(W,t),config:t})}else At.renderMessage&&(yt=At.renderMessage({message:W,defaultRenderer:()=>{let K=fn(W,T,Qt,t.messageActions,he,{loadingIndicatorRenderer:_,widgetConfig:t});return W.role!=="user"&&HA(K,W,t,U),K},config:t}));if(!yt&&W.role==="assistant"&&!W.variant&&t.enableComponentStreaming!==!1&&NS(W)){let $t=US(W);if($t){let aa=qS($t,{config:t,message:W,transform:T});if(aa){let Ke=document.createElement("div");if(Ke.className=["vanilla-message-bubble","tvw-max-w-[85%]","tvw-rounded-2xl","tvw-bg-cw-surface","tvw-border","tvw-border-cw-message-border","tvw-p-4"].join(" "),Ke.id=`bubble-${W.id}`,Ke.setAttribute("data-message-id",W.id),W.content&&W.content.trim()){let Ma=document.createElement("div");Ma.className="tvw-mb-3 tvw-text-sm tvw-leading-relaxed",Ma.innerHTML=T({text:W.content,message:W,streaming:!!W.streaming,raw:W.rawContent}),Ke.appendChild(Ma)}Ke.appendChild(aa),yt=Ke}}}if(!yt)if(W.variant==="reasoning"&&W.reasoning){if(!P)return;yt=SA(W)}else if(W.variant==="tool"&&W.toolCall){if(!I)return;yt=AA(W,t)}else{let K=(Ie=t.layout)==null?void 0:Ie.messages;K!=null&&K.renderUserMessage&&W.role==="user"?yt=K.renderUserMessage({message:W,config:t,streaming:!!W.streaming}):K!=null&&K.renderAssistantMessage&&W.role==="assistant"?yt=K.renderAssistantMessage({message:W,config:t,streaming:!!W.streaming}):yt=fn(W,T,K,t.messageActions,he,{loadingIndicatorRenderer:_,widgetConfig:t}),W.role!=="user"&&yt&&HA(yt,W,t,U)}let It=document.createElement("div");It.className="tvw-flex",It.id=`wrapper-${W.id}`,It.setAttribute("data-wrapper-id",W.id),W.role==="user"&&It.classList.add("tvw-justify-end"),It.appendChild(yt),F.appendChild(It)});let Ct=M.some(W=>W.role==="assistant"&&W.streaming),ct=M[M.length-1],bt=(ct==null?void 0:ct.role)==="assistant"&&!ct.streaming;if(ga&&M.some(W=>W.role==="user")&&!Ct&&!bt){let W={config:t,streaming:!0,location:"standalone",defaultRenderer:$a},yt=s.find(Qt=>Qt.renderLoadingIndicator),At=null;if(yt!=null&&yt.renderLoadingIndicator&&(At=yt.renderLoadingIndicator(W)),At===null&&((Tt=t.loadingIndicator)!=null&&Tt.render)&&(At=t.loadingIndicator.render(W)),At===null&&(At=$a()),At){let Qt=document.createElement("div"),It=((St=t.loadingIndicator)==null?void 0:St.showBubble)!==!1;Qt.className=It?["tvw-max-w-[85%]","tvw-rounded-2xl","tvw-text-sm","tvw-leading-relaxed","tvw-shadow-sm","tvw-bg-cw-surface","tvw-border","tvw-border-cw-message-border","tvw-text-cw-primary","tvw-px-5","tvw-py-3"].join(" "):["tvw-max-w-[85%]","tvw-text-sm","tvw-leading-relaxed","tvw-text-cw-primary"].join(" "),Qt.setAttribute("data-typing-indicator","true"),Qt.appendChild(At);let Me=document.createElement("div");Me.className="tvw-flex",Me.id="wrapper-typing-indicator",Me.setAttribute("data-wrapper-id","typing-indicator"),Me.appendChild(Qt),F.appendChild(Me)}}if(!ga&&M.length>0){let W=M[M.length-1],yt={config:t,lastMessage:W,messageCount:M.length},At=s.find(It=>It.renderIdleIndicator),Qt=null;if(At!=null&&At.renderIdleIndicator&&(Qt=At.renderIdleIndicator(yt)),Qt===null&&((Ft=t.loadingIndicator)!=null&&Ft.renderIdle)&&(Qt=t.loadingIndicator.renderIdle(yt)),Qt){let It=document.createElement("div"),Me=((tt=t.loadingIndicator)==null?void 0:tt.showBubble)!==!1;It.className=Me?["tvw-max-w-[85%]","tvw-rounded-2xl","tvw-text-sm","tvw-leading-relaxed","tvw-shadow-sm","tvw-bg-cw-surface","tvw-border","tvw-border-cw-message-border","tvw-text-cw-primary","tvw-px-5","tvw-py-3"].join(" "):["tvw-max-w-[85%]","tvw-text-sm","tvw-leading-relaxed","tvw-text-cw-primary"].join(" "),It.setAttribute("data-idle-indicator","true"),It.appendChild(Qt);let Ie=document.createElement("div");Ie.className="tvw-flex",Ie.id="wrapper-idle-indicator",Ie.setAttribute("data-wrapper-id","idle-indicator"),Ie.appendChild(It),F.appendChild(Ie)}}AL(d,F),requestAnimationFrame(()=>{requestAnimationFrame(()=>{let W=a2();r2(W)})})},Ea=()=>{C&&(h?(Ot.classList.remove("tvw-pointer-events-none","tvw-opacity-0"),kt.classList.remove("tvw-scale-95","tvw-opacity-0"),kt.classList.add("tvw-scale-100","tvw-opacity-100"),dt?dt.element.style.display="none":gt&&(gt.style.display="none")):(Ot.classList.add("tvw-pointer-events-none","tvw-opacity-0"),kt.classList.remove("tvw-scale-100","tvw-opacity-100"),kt.classList.add("tvw-scale-95","tvw-opacity-0"),dt?dt.element.style.display="":gt&&(gt.style.display="")))},se=(d,M="user")=>{if(!C||h===d)return;let T=h;h=d,Ea(),h&&(ne(),Ta(!0));let F={open:h,source:M,timestamp:Date.now()};h&&!T?o.emit("widget:opened",F):!h&&T&&o.emit("widget:closed",F),o.emit("widget:state",{open:h,launcherEnabled:C,voiceActive:Kt.active,streaming:U.isStreaming()})},Ka=d=>{J.disabled=d,G&&(G.disabled=d),xa.buttons.forEach(M=>{M.disabled=d})},kn=()=>{var E,_,Ct,ct,bt,Tt,St,Ft,tt,W,yt,At,Qt,It;$e.textContent=(_=(E=t.copy)==null?void 0:E.welcomeTitle)!=null?_:"Hello \u{1F44B}",we.textContent=(ct=(Ct=t.copy)==null?void 0:Ct.welcomeSubtitle)!=null?ct:"Ask anything about your account or products.",ft.placeholder=(Tt=(bt=t.copy)==null?void 0:bt.inputPlaceholder)!=null?Tt:"How can I help...",((Ft=(St=t.sendButton)==null?void 0:St.useIcon)!=null?Ft:!1)||(J.textContent=(W=(tt=t.copy)==null?void 0:tt.sendButtonLabel)!=null?W:"Send");let M=(At=(yt=t.theme)==null?void 0:yt.inputFontFamily)!=null?At:"sans-serif",T=(It=(Qt=t.theme)==null?void 0:Qt.inputFontWeight)!=null?It:"400",F=Me=>{switch(Me){case"serif":return'Georgia, "Times New Roman", Times, serif';case"mono":return'"Courier New", Courier, "Lucida Console", Monaco, monospace';case"sans-serif":default:return'-apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif'}};ft.style.fontFamily=F(M),ft.style.fontWeight=T};t.clientToken&&(t={...t,getStoredSessionId:()=>{let d=l.sessionId;return typeof d=="string"?d:null},setStoredSessionId:d=>{f(M=>({...M,sessionId:d}))}}),U=new ar(t,{onMessagesChanged(d){Pa(ae,d,B),U&&(d.some(E=>E.role==="user")?xa.render([],U,ft,d):xa.render(t.suggestionChips,U,ft,d,t.suggestionChipsConfig)),Ta(!ga),o2(d);let M=[...d].reverse().find(F=>F.role==="user"),T=Kt.lastUserMessageId;M&&M.id!==T&&(Kt.lastUserMessageId=M.id,o.emit("user:message",M)),Kt.lastUserMessageWasVoice=!!(M!=null&&M.viaVoice),An(d)},onStatusChanged(d){var F;let M=(F=t.statusIndicator)!=null?F:{},T=E=>{var _,Ct,ct,bt;return E==="idle"?(_=M.idleText)!=null?_:De.idle:E==="connecting"?(Ct=M.connectingText)!=null?Ct:De.connecting:E==="connected"?(ct=M.connectedText)!=null?ct:De.connected:E==="error"?(bt=M.errorText)!=null?bt:De.error:De[E]};ye.textContent=T(d)},onStreamingChanged(d){ga=d,Ka(d),U&&Pa(ae,U.getMessages(),B),d||Ta(!0)}}),t.clientToken&&U.initClientSession().catch(d=>{t.debug&&console.warn("[AgentWidget] Pre-init client session failed:",d)}),z&&U.setSSEEventCallback((d,M)=>{z==null||z.push({id:`evt-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,type:d,timestamp:Date.now(),payload:JSON.stringify(M)})}),i&&i.then(d=>{var M;d&&(d.metadata&&(l=RA(d.metadata),w.syncFromMetadata()),(M=d.messages)!=null&&M.length&&U.hydrateMessages(d.messages))}).catch(d=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to hydrate stored state:",d)});let Hn=d=>{var E;d.preventDefault();let M=ft.value.trim(),T=(E=ht==null?void 0:ht.hasAttachments())!=null?E:!1;if(!M&&!T)return;let F;T&&(F=[],F.push(...ht.getContentParts()),M&&F.push(A2(M))),ft.value="",ft.style.height="auto",U.sendMessage(M,{contentParts:F}),T&&ht.clearAttachments()},Ln=d=>{d.key==="Enter"&&!d.shiftKey&&(d.preventDefault(),J.click())},Tn=async d=>{var T;if(((T=t.attachments)==null?void 0:T.enabled)!==!0||!ht)return;let M=VP(d.clipboardData);M.length!==0&&(d.preventDefault(),await ht.handleFiles(M))},We=null,_e=!1,pa=null,ea=null,Pn=()=>typeof window=="undefined"?null:window.webkitSpeechRecognition||window.SpeechRecognition||null,Ba=(d="user")=>{var _,Ct,ct,bt;if(_e||U.isStreaming())return;let M=Pn();if(!M)return;We=new M;let F=(Ct=((_=t.voiceRecognition)!=null?_:{}).pauseDuration)!=null?Ct:2e3;We.continuous=!0,We.interimResults=!0,We.lang="en-US";let E=ft.value;We.onresult=Tt=>{let St="",Ft="";for(let W=0;W<Tt.results.length;W++){let yt=Tt.results[W],At=yt[0].transcript;yt.isFinal?St+=At+" ":Ft=At}let tt=E+St+Ft;ft.value=tt,pa&&clearTimeout(pa),(St||Ft)&&(pa=window.setTimeout(()=>{let W=ft.value.trim();W&&We&&_e&&(Je(),ft.value="",ft.style.height="auto",U.sendMessage(W,{viaVoice:!0}))},F))},We.onerror=Tt=>{Tt.error!=="no-speech"&&Je()},We.onend=()=>{if(_e){let Tt=ft.value.trim();Tt&&Tt!==E.trim()&&(ft.value="",ft.style.height="auto",U.sendMessage(Tt,{viaVoice:!0})),Je()}};try{if(We.start(),_e=!0,Kt.active=!0,d!=="system"&&(Kt.manuallyDeactivated=!1),Sn(d),da(),G){ea={backgroundColor:G.style.backgroundColor,color:G.style.color,borderColor:G.style.borderColor};let Tt=(ct=t.voiceRecognition)!=null?ct:{},St=(bt=Tt.recordingBackgroundColor)!=null?bt:"#ef4444",Ft=Tt.recordingIconColor,tt=Tt.recordingBorderColor;if(G.classList.add("tvw-voice-recording"),G.style.backgroundColor=St,Ft){G.style.color=Ft;let W=G.querySelector("svg");W&&W.setAttribute("stroke",Ft)}tt&&(G.style.borderColor=tt),G.setAttribute("aria-label","Stop voice recognition")}}catch{Je("system")}},Je=(d="user")=>{if(_e){if(_e=!1,pa&&(clearTimeout(pa),pa=null),We){try{We.stop()}catch{}We=null}if(Kt.active=!1,Sn(d),da(),G){if(G.classList.remove("tvw-voice-recording"),ea){G.style.backgroundColor=ea.backgroundColor,G.style.color=ea.color,G.style.borderColor=ea.borderColor;let M=G.querySelector("svg");M&&M.setAttribute("stroke",ea.color||"currentColor"),ea=null}G.setAttribute("aria-label","Start voice recognition")}}},s2=(d,M)=>{var At,Qt,It,Me,Ie,K,$t;if(!(typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined")))return null;let F=v("div","tvw-send-button-wrapper"),E=v("button","tvw-rounded-button tvw-flex tvw-items-center tvw-justify-center disabled:tvw-opacity-50 tvw-cursor-pointer");E.type="button",E.setAttribute("aria-label","Start voice recognition");let _=(At=d==null?void 0:d.iconName)!=null?At:"mic",Ct=(Qt=M==null?void 0:M.size)!=null?Qt:"40px",ct=(It=d==null?void 0:d.iconSize)!=null?It:Ct,bt=parseFloat(ct)||24,Tt=(Me=d==null?void 0:d.backgroundColor)!=null?Me:M==null?void 0:M.backgroundColor,St=(Ie=d==null?void 0:d.iconColor)!=null?Ie:M==null?void 0:M.textColor;E.style.width=ct,E.style.height=ct,E.style.minWidth=ct,E.style.minHeight=ct,E.style.fontSize="18px",E.style.lineHeight="1";let Ft=St||"currentColor",tt=lt(_,bt,Ft,1.5);tt?(E.appendChild(tt),E.style.color=Ft):(E.textContent="\u{1F3A4}",E.style.color=Ft),Tt?E.style.backgroundColor=Tt:E.classList.add("tvw-bg-cw-primary"),St?E.style.color=St:!St&&!(M!=null&&M.textColor)&&E.classList.add("tvw-text-white"),d!=null&&d.borderWidth&&(E.style.borderWidth=d.borderWidth,E.style.borderStyle="solid"),d!=null&&d.borderColor&&(E.style.borderColor=d.borderColor),d!=null&&d.paddingX&&(E.style.paddingLeft=d.paddingX,E.style.paddingRight=d.paddingX),d!=null&&d.paddingY&&(E.style.paddingTop=d.paddingY,E.style.paddingBottom=d.paddingY),F.appendChild(E);let W=(K=d==null?void 0:d.tooltipText)!=null?K:"Start voice recognition";if((($t=d==null?void 0:d.showTooltip)!=null?$t:!1)&&W){let aa=v("div","tvw-send-button-tooltip");aa.textContent=W,F.appendChild(aa)}return{micButton:E,micButtonWrapper:F}},Ya=()=>{if(_e){let d=ft.value.trim();Kt.manuallyDeactivated=!0,da(),Je("user"),d&&(ft.value="",ft.style.height="auto",U.sendMessage(d))}else Kt.manuallyDeactivated=!1,da(),Ba("user")};G&&(G.addEventListener("click",Ya),pe.push(()=>{Je("system"),G&&G.removeEventListener("click",Ya)}));let n2=o.on("assistant:complete",()=>{bn&&(Kt.active||Kt.manuallyDeactivated||bn==="assistant"&&!Kt.lastUserMessageWasVoice||setTimeout(()=>{!Kt.active&&!Kt.manuallyDeactivated&&Ba("auto")},600))});pe.push(n2);let j=o.on("action:resubmit",()=>{setTimeout(()=>{U&&!U.isStreaming()&&U.continueConversation()},100)});pe.push(j);let Ht=()=>{se(!h,"user")},dt=null,gt=null;if(C){let d=s.find(M=>M.renderLauncher);if(d!=null&&d.renderLauncher){let M=d.renderLauncher({config:t,defaultRenderer:()=>_n(t,Ht).element,onToggle:Ht});M&&(gt=M)}gt||(dt=_n(t,Ht))}dt?r.appendChild(dt.element):gt&&r.appendChild(gt),Ea(),xa.render(t.suggestionChips,U,ft,void 0,t.suggestionChipsConfig),kn(),Ka(U.isStreaming()),Ta(!0),t2();let ne=()=>{var T,F,E,_,Ct,ct,bt,Tt;let d=(F=(T=t.launcher)==null?void 0:T.sidebarMode)!=null?F:!1,M=d||((_=(E=t.launcher)==null?void 0:E.fullHeight)!=null?_:!1);if(!C){kt.style.height="",kt.style.width="";return}if(!d){let St=(ct=(Ct=t==null?void 0:t.launcher)==null?void 0:Ct.width)!=null?ct:t==null?void 0:t.launcherWidth,Ft=St!=null?St:"min(400px, calc(100vw - 24px))";kt.style.width=Ft,kt.style.maxWidth=Ft}if(!M){let St=window.innerHeight,Ft=64,tt=(Tt=(bt=t.launcher)==null?void 0:bt.heightOffset)!=null?Tt:0,W=Math.max(200,St-Ft),yt=Math.min(640,W),At=Math.max(200,yt-tt);kt.style.height=`${At}px`}};ne(),window.addEventListener("resize",ne),pe.push(()=>window.removeEventListener("resize",ne)),La=zt.scrollTop;let Te=()=>{let d=zt.scrollTop,M=zt.scrollHeight,T=zt.clientHeight,F=M-d-T,E=Math.abs(d-La);if(La=d,!Xa&&!(E<=Qn)){if(!sa&&F<Cn){la=!1,sa=!0;return}sa&&F>Cn&&(la=!0,Za=Date.now()+Yn,sa=!1)}};zt.addEventListener("scroll",Te,{passive:!0}),pe.push(()=>zt.removeEventListener("scroll",Te)),pe.push(()=>{na&&cancelAnimationFrame(na)});let le=()=>{Q&&(ta&&(Q.removeEventListener("click",ta),ta=null),C?(Q.style.display="",ta=()=>{h=!1,Ea()},Q.addEventListener("click",ta)):Q.style.display="none")};le(),(()=>{let{clearChatButton:d}=ot;d&&d.addEventListener("click",()=>{U.clearMessages();try{localStorage.removeItem(vn),t.debug&&console.log(`[AgentWidget] Cleared default localStorage key: ${vn}`)}catch(T){console.error("[AgentWidget] Failed to clear default localStorage:",T)}if(t.clearChatHistoryStorageKey&&t.clearChatHistoryStorageKey!==vn)try{localStorage.removeItem(t.clearChatHistoryStorageKey),t.debug&&console.log(`[AgentWidget] Cleared custom localStorage key: ${t.clearChatHistoryStorageKey}`)}catch(T){console.error("[AgentWidget] Failed to clear custom localStorage:",T)}let M=new CustomEvent("persona:clear-chat",{detail:{timestamp:new Date().toISOString()}});if(window.dispatchEvent(M),n!=null&&n.clear)try{let T=n.clear();T instanceof Promise&&T.catch(F=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",F)})}catch(T){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",T)}l={},w.syncFromMetadata(),z==null||z.clear(),rt==null||rt.update()})})(),xe.addEventListener("submit",Hn),ft.addEventListener("keydown",Ln),ft.addEventListener("paste",Tn),pe.push(()=>{xe.removeEventListener("submit",Hn),ft.removeEventListener("keydown",Ln),ft.removeEventListener("paste",Tn)}),pe.push(()=>{U.cancel()}),dt?pe.push(()=>{dt==null||dt.destroy()}):gt&&pe.push(()=>{gt==null||gt.remove()});let Mt={update(d){var tk,ek,ak,rk,ok,sk,nk,lk,dk,ik,pk,ck,hk,fk,uk,mk,xk,gk,Mk,vk,yk,wk,Ck,bk,Sk,Ak,kk,Hk,Lk,Tk,Pk,Ek,Bk,Rk,Vk,Fk,Ik,Dk,Wk,Ok,zk,qk,Nk,Uk,$k,_k,jk,Gk,Zk,Xk,Jk,Kk,Yk,Qk,tH,eH,aH,rH,oH,sH,nH,lH,dH,iH,pH,cH,hH,fH,uH,mH,xH,gH,MH,vH,yH,wH,CH,bH,SH,AH,kH,HH,LH,TH,PH,EH;let M=t.toolCall,T=t.colorScheme;t={...t,...d},Ga(),IS(r,t),t.colorScheme!==T&&yn();let F=Zn.getForInstance(t.plugins);s.length=0,s.push(...F),C=(ek=(tk=t.launcher)==null?void 0:tk.enabled)!=null?ek:!0,A=(rk=(ak=t.launcher)==null?void 0:ak.autoExpand)!=null?rk:!1,P=(sk=(ok=t.features)==null?void 0:ok.showReasoning)!=null?sk:!0,I=(lk=(nk=t.features)==null?void 0:nk.showToolCalls)!=null?lk:!0;let E=D;if(D=(ik=(dk=t.features)==null?void 0:dk.showEventStreamToggle)!=null?ik:!1,D&&!E){if(z||(O=new Gn(it),z=new jn(at,O),O.open().then(()=>z==null?void 0:z.restore()).catch(()=>{}),U.setSSEEventCallback((V,Pt)=>{z.push({id:`evt-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,type:V,timestamp:Date.now(),payload:JSON.stringify(Pt)})})),!Z&&et){let V=(ck=(pk=t.features)==null?void 0:pk.eventStream)==null?void 0:ck.classNames,Pt="tvw-inline-flex tvw-items-center tvw-justify-center tvw-rounded-full tvw-text-cw-muted hover:tvw-bg-gray-100 tvw-cursor-pointer tvw-border-none tvw-bg-transparent tvw-p-1"+(V!=null&&V.toggleButton?" "+V.toggleButton:"");Z=v("button",Pt),Z.style.width="28px",Z.style.height="28px",Z.type="button",Z.setAttribute("aria-label","Event Stream"),Z.title="Event Stream";let te=lt("activity","18px","currentColor",1.5);te&&Z.appendChild(te);let vt=ot.clearChatButtonWrapper,Wt=ot.closeButtonWrapper,ve=vt||Wt;ve&&ve.parentNode===et?et.insertBefore(Z,ve):et.appendChild(Z),Z.addEventListener("click",()=>{wt?Nt():Et()})}}else!D&&E&&(Nt(),Z&&(Z.remove(),Z=null),z==null||z.clear(),O==null||O.destroy(),z=null,O=null);if(((hk=t.launcher)==null?void 0:hk.enabled)===!1&&dt&&(dt.destroy(),dt=null),((fk=t.launcher)==null?void 0:fk.enabled)===!1&>&&(gt.remove(),gt=null),((uk=t.launcher)==null?void 0:uk.enabled)!==!1&&!dt&&!gt){let V=s.find(Pt=>Pt.renderLauncher);if(V!=null&&V.renderLauncher){let Pt=V.renderLauncher({config:t,defaultRenderer:()=>_n(t,Ht).element,onToggle:Ht});Pt&&(gt=Pt,r.appendChild(gt))}gt||(dt=_n(t,Ht),r.appendChild(dt.element))}dt&&dt.update(t),Ce&&((mk=t.launcher)==null?void 0:mk.title)!==void 0&&(Ce.textContent=t.launcher.title),be&&((xk=t.launcher)==null?void 0:xk.subtitle)!==void 0&&(be.textContent=t.launcher.subtitle);let _=(gk=t.layout)==null?void 0:gk.header;if((_==null?void 0:_.layout)!==L&&et){let V=_?cn(t,_,{showClose:C,onClose:()=>se(!1,"user")}):ua({config:t,showClose:C,onClose:()=>se(!1,"user")});et.replaceWith(V.header),et=V.header,Vt=V.iconHolder,Ce=V.headerTitle,be=V.headerSubtitle,Q=V.closeButton,L=_==null?void 0:_.layout}else if(_&&(Vt&&(Vt.style.display=_.showIcon===!1?"none":""),Ce&&(Ce.style.display=_.showTitle===!1?"none":""),be&&(be.style.display=_.showSubtitle===!1?"none":""),Q&&(Q.style.display=_.showCloseButton===!1?"none":""),ot.clearChatButtonWrapper)){let V=_.showClearChat;if(V!==void 0){ot.clearChatButtonWrapper.style.display=V?"":"none";let{closeButtonWrapper:Pt}=ot;Pt&&!Pt.classList.contains("tvw-absolute")&&(V?Pt.classList.remove("tvw-ml-auto"):Pt.classList.add("tvw-ml-auto"))}}let ct=((Mk=t.layout)==null?void 0:Mk.showHeader)!==!1;et&&(et.style.display=ct?"":"none");let bt=((vk=t.layout)==null?void 0:vk.showFooter)!==!1;qt&&(qt.style.display=bt?"":"none"),C!==g?C?se(A,"auto"):(h=!0,Ea()):A!==b&&se(A,"auto"),b=A,g=C,ne(),le(),JSON.stringify(d.toolCall)!==JSON.stringify(M)&&U&&Pa(ae,U.getMessages(),B);let tt=(yk=t.launcher)!=null?yk:{},W=(wk=tt.headerIconHidden)!=null?wk:!1,yt=(bk=(Ck=t.layout)==null?void 0:Ck.header)==null?void 0:bk.showIcon,At=W||yt===!1,Qt=tt.headerIconName,It=(Sk=tt.headerIconSize)!=null?Sk:"48px";if(Vt){let V=mt.querySelector(".tvw-border-b-cw-divider"),Pt=V==null?void 0:V.querySelector(".tvw-flex-col");if(At)Vt.style.display="none",V&&Pt&&!V.contains(Pt)&&V.insertBefore(Pt,V.firstChild);else{if(Vt.style.display="",Vt.style.height=It,Vt.style.width=It,V&&Pt&&(V.contains(Vt)?Vt.nextSibling!==Pt&&(Vt.remove(),V.insertBefore(Vt,Pt)):V.insertBefore(Vt,Pt)),Qt){let vt=parseFloat(It)||24,Wt=lt(Qt,vt*.6,"#ffffff",2);Wt?Vt.replaceChildren(Wt):Vt.textContent=(Ak=tt.agentIconText)!=null?Ak:"\u{1F4AC}"}else if(tt.iconUrl){let vt=Vt.querySelector("img");if(vt)vt.src=tt.iconUrl,vt.style.height=It,vt.style.width=It;else{let Wt=document.createElement("img");Wt.src=tt.iconUrl,Wt.alt="",Wt.className="tvw-rounded-xl tvw-object-cover",Wt.style.height=It,Wt.style.width=It,Vt.replaceChildren(Wt)}}else{let vt=Vt.querySelector("svg"),Wt=Vt.querySelector("img");(vt||Wt)&&Vt.replaceChildren(),Vt.textContent=(kk=tt.agentIconText)!=null?kk:"\u{1F4AC}"}let te=Vt.querySelector("img");te&&(te.style.height=It,te.style.width=It)}}let Me=(Lk=(Hk=t.layout)==null?void 0:Hk.header)==null?void 0:Lk.showTitle,Ie=(Pk=(Tk=t.layout)==null?void 0:Tk.header)==null?void 0:Pk.showSubtitle;if(Ce&&(Ce.style.display=Me===!1?"none":""),be&&(be.style.display=Ie===!1?"none":""),Q){((Bk=(Ek=t.layout)==null?void 0:Ek.header)==null?void 0:Bk.showCloseButton)===!1?Q.style.display="none":Q.style.display="";let Pt=(Rk=tt.closeButtonSize)!=null?Rk:"32px",te=(Vk=tt.closeButtonPlacement)!=null?Vk:"inline";Q.style.height=Pt,Q.style.width=Pt;let{closeButtonWrapper:vt}=ot,Wt=te==="top-right",ve=vt==null?void 0:vt.classList.contains("tvw-absolute");if(vt&&Wt!==ve)if(vt.remove(),Wt)vt.className="tvw-absolute tvw-top-4 tvw-right-4 tvw-z-50",mt.style.position="relative",mt.appendChild(vt);else{let Bt=(Ik=(Fk=tt.clearChat)==null?void 0:Fk.placement)!=null?Ik:"inline",He=(Wk=(Dk=tt.clearChat)==null?void 0:Dk.enabled)!=null?Wk:!0;vt.className=He&&Bt==="inline"?"":"tvw-ml-auto";let Ne=mt.querySelector(".tvw-border-b-cw-divider");Ne&&Ne.appendChild(vt)}if(tt.closeButtonColor?(Q.style.color=tt.closeButtonColor,Q.classList.remove("tvw-text-cw-muted")):(Q.style.color="",Q.classList.add("tvw-text-cw-muted")),tt.closeButtonBackgroundColor?(Q.style.backgroundColor=tt.closeButtonBackgroundColor,Q.classList.remove("hover:tvw-bg-gray-100")):(Q.style.backgroundColor="",Q.classList.add("hover:tvw-bg-gray-100")),tt.closeButtonBorderWidth||tt.closeButtonBorderColor){let Bt=tt.closeButtonBorderWidth||"0px",He=tt.closeButtonBorderColor||"transparent";Q.style.border=`${Bt} solid ${He}`,Q.classList.remove("tvw-border-none")}else Q.style.border="",Q.classList.add("tvw-border-none");tt.closeButtonBorderRadius?(Q.style.borderRadius=tt.closeButtonBorderRadius,Q.classList.remove("tvw-rounded-full")):(Q.style.borderRadius="",Q.classList.add("tvw-rounded-full")),tt.closeButtonPaddingX?(Q.style.paddingLeft=tt.closeButtonPaddingX,Q.style.paddingRight=tt.closeButtonPaddingX):(Q.style.paddingLeft="",Q.style.paddingRight=""),tt.closeButtonPaddingY?(Q.style.paddingTop=tt.closeButtonPaddingY,Q.style.paddingBottom=tt.closeButtonPaddingY):(Q.style.paddingTop="",Q.style.paddingBottom="");let Re=(Ok=tt.closeButtonIconName)!=null?Ok:"x",je=(zk=tt.closeButtonIconText)!=null?zk:"\xD7";Q.innerHTML="";let Oe=lt(Re,"20px",tt.closeButtonColor||"",2);Oe?Q.appendChild(Oe):Q.textContent=je;let ce=(qk=tt.closeButtonTooltipText)!=null?qk:"Close chat",Ge=(Nk=tt.closeButtonShowTooltip)!=null?Nk:!0;if(Q.setAttribute("aria-label",ce),vt&&(vt._cleanupTooltip&&(vt._cleanupTooltip(),delete vt._cleanupTooltip),Ge&&ce)){let Bt=null,He=()=>{if(Bt||!Q)return;Bt=v("div","tvw-clear-chat-tooltip"),Bt.textContent=ce;let Fn=v("div");Fn.className="tvw-clear-chat-tooltip-arrow",Bt.appendChild(Fn);let Fa=Q.getBoundingClientRect();Bt.style.position="fixed",Bt.style.left=`${Fa.left+Fa.width/2}px`,Bt.style.top=`${Fa.top-8}px`,Bt.style.transform="translate(-50%, -100%)",document.body.appendChild(Bt)},Ne=()=>{Bt&&Bt.parentNode&&(Bt.parentNode.removeChild(Bt),Bt=null)};vt.addEventListener("mouseenter",He),vt.addEventListener("mouseleave",Ne),Q.addEventListener("focus",He),Q.addEventListener("blur",Ne),vt._cleanupTooltip=()=>{Ne(),vt&&(vt.removeEventListener("mouseenter",He),vt.removeEventListener("mouseleave",Ne)),Q&&(Q.removeEventListener("focus",He),Q.removeEventListener("blur",Ne))}}}let{clearChatButton:K,clearChatButtonWrapper:$t}=ot;if(K){let V=(Uk=tt.clearChat)!=null?Uk:{},Pt=($k=V.enabled)!=null?$k:!0,te=(jk=(_k=t.layout)==null?void 0:_k.header)==null?void 0:jk.showClearChat,vt=te!==void 0?te:Pt,Wt=(Gk=V.placement)!=null?Gk:"inline";if($t){$t.style.display=vt?"":"none";let{closeButtonWrapper:ve}=ot;ve&&!ve.classList.contains("tvw-absolute")&&(vt?ve.classList.remove("tvw-ml-auto"):ve.classList.add("tvw-ml-auto"));let Re=Wt==="top-right",je=$t.classList.contains("tvw-absolute");if(Re!==je&&vt){if($t.remove(),Re)$t.className="tvw-absolute tvw-top-4 tvw-z-50",$t.style.right="48px",mt.style.position="relative",mt.appendChild($t);else{$t.className="tvw-relative tvw-ml-auto tvw-clear-chat-button-wrapper",$t.style.right="";let ce=mt.querySelector(".tvw-border-b-cw-divider"),Ge=ot.closeButtonWrapper;ce&&Ge&&Ge.parentElement===ce?ce.insertBefore($t,Ge):ce&&ce.appendChild($t)}let Oe=ot.closeButtonWrapper;Oe&&!Oe.classList.contains("tvw-absolute")&&(Re?Oe.classList.add("tvw-ml-auto"):Oe.classList.remove("tvw-ml-auto"))}}if(vt){let ve=(Zk=V.size)!=null?Zk:"32px";K.style.height=ve,K.style.width=ve;let Re=(Xk=V.iconName)!=null?Xk:"refresh-cw",je=(Jk=V.iconColor)!=null?Jk:"";K.innerHTML="";let Oe=lt(Re,"20px",je||"",2);if(Oe&&K.appendChild(Oe),je?(K.style.color=je,K.classList.remove("tvw-text-cw-muted")):(K.style.color="",K.classList.add("tvw-text-cw-muted")),V.backgroundColor?(K.style.backgroundColor=V.backgroundColor,K.classList.remove("hover:tvw-bg-gray-100")):(K.style.backgroundColor="",K.classList.add("hover:tvw-bg-gray-100")),V.borderWidth||V.borderColor){let Bt=V.borderWidth||"0px",He=V.borderColor||"transparent";K.style.border=`${Bt} solid ${He}`,K.classList.remove("tvw-border-none")}else K.style.border="",K.classList.add("tvw-border-none");V.borderRadius?(K.style.borderRadius=V.borderRadius,K.classList.remove("tvw-rounded-full")):(K.style.borderRadius="",K.classList.add("tvw-rounded-full")),V.paddingX?(K.style.paddingLeft=V.paddingX,K.style.paddingRight=V.paddingX):(K.style.paddingLeft="",K.style.paddingRight=""),V.paddingY?(K.style.paddingTop=V.paddingY,K.style.paddingBottom=V.paddingY):(K.style.paddingTop="",K.style.paddingBottom="");let ce=(Kk=V.tooltipText)!=null?Kk:"Clear chat",Ge=(Yk=V.showTooltip)!=null?Yk:!0;if(K.setAttribute("aria-label",ce),$t&&($t._cleanupTooltip&&($t._cleanupTooltip(),delete $t._cleanupTooltip),Ge&&ce)){let Bt=null,He=()=>{if(Bt||!K)return;Bt=v("div","tvw-clear-chat-tooltip"),Bt.textContent=ce;let Fn=v("div");Fn.className="tvw-clear-chat-tooltip-arrow",Bt.appendChild(Fn);let Fa=K.getBoundingClientRect();Bt.style.position="fixed",Bt.style.left=`${Fa.left+Fa.width/2}px`,Bt.style.top=`${Fa.top-8}px`,Bt.style.transform="translate(-50%, -100%)",document.body.appendChild(Bt)},Ne=()=>{Bt&&Bt.parentNode&&(Bt.parentNode.removeChild(Bt),Bt=null)};$t.addEventListener("mouseenter",He),$t.addEventListener("mouseleave",Ne),K.addEventListener("focus",He),K.addEventListener("blur",Ne),$t._cleanupTooltip=()=>{Ne(),$t&&($t.removeEventListener("mouseenter",He),$t.removeEventListener("mouseleave",Ne)),K&&(K.removeEventListener("focus",He),K.removeEventListener("blur",Ne))}}}}let aa=t.actionParsers&&t.actionParsers.length?t.actionParsers:[Xn],Ke=t.actionHandlers&&t.actionHandlers.length?t.actionHandlers:[_a.message,_a.messageAndClick];w=Jn({parsers:aa,handlers:Ke,getSessionMetadata:m,updateSessionMetadata:f,emit:o.emit,documentRef:typeof document!="undefined"?document:null}),B=zL(t,w,S),U.updateConfig(t),Pa(ae,U.getMessages(),B),xa.render(t.suggestionChips,U,ft,void 0,t.suggestionChipsConfig),kn(),Ka(U.isStreaming());let Ma=((Qk=t.voiceRecognition)==null?void 0:Qk.enabled)===!0,l2=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined");if(Ma&&l2)if(!G||!re){let V=s2(t.voiceRecognition,t.sendButton);V&&(G=V.micButton,re=V.micButtonWrapper,Ee.insertBefore(re,me),G.addEventListener("click",Ya),G.disabled=U.isStreaming())}else{let V=(tH=t.voiceRecognition)!=null?tH:{},Pt=(eH=t.sendButton)!=null?eH:{},te=(aH=V.iconName)!=null?aH:"mic",vt=(rH=Pt.size)!=null?rH:"40px",Wt=(oH=V.iconSize)!=null?oH:vt,ve=parseFloat(Wt)||24;G.style.width=Wt,G.style.height=Wt,G.style.minWidth=Wt,G.style.minHeight=Wt;let Re=(nH=(sH=V.iconColor)!=null?sH:Pt.textColor)!=null?nH:"currentColor";G.innerHTML="";let je=lt(te,ve,Re,2);je?G.appendChild(je):G.textContent="\u{1F3A4}";let Oe=(lH=V.backgroundColor)!=null?lH:Pt.backgroundColor;Oe?(G.style.backgroundColor=Oe,G.classList.remove("tvw-bg-cw-primary")):(G.style.backgroundColor="",G.classList.add("tvw-bg-cw-primary")),Re?(G.style.color=Re,G.classList.remove("tvw-text-white")):!Re&&!Pt.textColor&&(G.style.color="",G.classList.add("tvw-text-white")),V.borderWidth?(G.style.borderWidth=V.borderWidth,G.style.borderStyle="solid"):(G.style.borderWidth="",G.style.borderStyle=""),V.borderColor?G.style.borderColor=V.borderColor:G.style.borderColor="",V.paddingX?(G.style.paddingLeft=V.paddingX,G.style.paddingRight=V.paddingX):(G.style.paddingLeft="",G.style.paddingRight=""),V.paddingY?(G.style.paddingTop=V.paddingY,G.style.paddingBottom=V.paddingY):(G.style.paddingTop="",G.style.paddingBottom="");let ce=re==null?void 0:re.querySelector(".tvw-send-button-tooltip"),Ge=(dH=V.tooltipText)!=null?dH:"Start voice recognition";if(((iH=V.showTooltip)!=null?iH:!1)&&Ge)if(ce)ce.textContent=Ge,ce.style.display="";else{let He=document.createElement("div");He.className="tvw-send-button-tooltip",He.textContent=Ge,re==null||re.insertBefore(He,G)}else ce&&(ce.style.display="none");re.style.display="",G.disabled=U.isStreaming()}else G&&re&&(re.style.display="none",_e&&Je());if(((pH=t.attachments)==null?void 0:pH.enabled)===!0)if(!X||!Rt){let V=(cH=t.attachments)!=null?cH:{},te=(fH=((hH=t.sendButton)!=null?hH:{}).size)!=null?fH:"40px";xt||(xt=v("div","tvw-attachment-previews tvw-flex tvw-flex-wrap tvw-gap-2 tvw-mb-2"),xt.style.display="none",xe.insertBefore(xt,ft)),N||(N=document.createElement("input"),N.type="file",N.accept=((uH=V.allowedTypes)!=null?uH:va).join(","),N.multiple=((mH=V.maxFiles)!=null?mH:4)>1,N.style.display="none",N.setAttribute("aria-label","Attach files"),xe.insertBefore(N,ft)),X=v("div","tvw-send-button-wrapper"),Rt=v("button","tvw-rounded-button tvw-flex tvw-items-center tvw-justify-center disabled:tvw-opacity-50 tvw-cursor-pointer tvw-attachment-button"),Rt.type="button",Rt.setAttribute("aria-label",(xH=V.buttonTooltipText)!=null?xH:"Attach file");let vt=(gH=V.buttonIconName)!=null?gH:"paperclip",Wt=te,ve=parseFloat(Wt)||40,Re=Math.round(ve*.6);Rt.style.width=Wt,Rt.style.height=Wt,Rt.style.minWidth=Wt,Rt.style.minHeight=Wt,Rt.style.fontSize="18px",Rt.style.lineHeight="1",Rt.style.backgroundColor="transparent",Rt.style.color="var(--cw-primary, #111827)",Rt.style.border="none",Rt.style.borderRadius="6px",Rt.style.transition="background-color 0.15s ease",Rt.addEventListener("mouseenter",()=>{Rt.style.backgroundColor="rgba(0, 0, 0, 0.05)"}),Rt.addEventListener("mouseleave",()=>{Rt.style.backgroundColor="transparent"});let je=lt(vt,Re,"currentColor",1.5);je?Rt.appendChild(je):Rt.textContent="\u{1F4CE}",Rt.addEventListener("click",Ge=>{Ge.preventDefault(),N==null||N.click()}),X.appendChild(Rt);let Oe=(MH=V.buttonTooltipText)!=null?MH:"Attach file",ce=v("div","tvw-send-button-tooltip");ce.textContent=Oe,X.appendChild(ce),Fe.append(X),!ht&&N&&xt&&(ht=Na.fromConfig(V),ht.setPreviewsContainer(xt),N.addEventListener("change",async()=>{ht&&(N!=null&&N.files)&&(await ht.handleFileSelect(N.files),N.value="")}))}else{X.style.display="";let V=(vH=t.attachments)!=null?vH:{};N&&(N.accept=((yH=V.allowedTypes)!=null?yH:va).join(","),N.multiple=((wH=V.maxFiles)!=null?wH:4)>1),ht&&ht.updateConfig({allowedTypes:V.allowedTypes,maxFileSize:V.maxFileSize,maxFiles:V.maxFiles})}else X&&(X.style.display="none"),ht&&ht.clearAttachments();let ue=(CH=t.sendButton)!=null?CH:{},d2=(bH=ue.useIcon)!=null?bH:!1,En=(SH=ue.iconText)!=null?SH:"\u2191",Ra=ue.iconName,Va=(AH=ue.tooltipText)!=null?AH:"Send message",XL=(kH=ue.showTooltip)!=null?kH:!1,Bn=(HH=ue.size)!=null?HH:"40px",i2=ue.backgroundColor,ra=ue.textColor;if(d2){if(J.style.width=Bn,J.style.height=Bn,J.style.minWidth=Bn,J.style.minHeight=Bn,J.style.fontSize="18px",J.style.lineHeight="1",J.innerHTML="",Ra){let V=parseFloat(Bn)||24,Pt=ra&&typeof ra=="string"&&ra.trim()?ra.trim():"currentColor",te=lt(Ra,V,Pt,2);te?(J.appendChild(te),J.style.color=Pt):(J.textContent=En,ra?J.style.color=ra:J.classList.add("tvw-text-white"))}else J.textContent=En,ra?J.style.color=ra:J.classList.add("tvw-text-white");J.className="tvw-rounded-button tvw-flex tvw-items-center tvw-justify-center disabled:tvw-opacity-50 tvw-cursor-pointer",i2?(J.style.backgroundColor=i2,J.classList.remove("tvw-bg-cw-primary")):J.classList.add("tvw-bg-cw-primary")}else J.textContent=(TH=(LH=t.copy)==null?void 0:LH.sendButtonLabel)!=null?TH:"Send",J.style.width="",J.style.height="",J.style.minWidth="",J.style.minHeight="",J.style.fontSize="",J.style.lineHeight="",J.className="tvw-rounded-button tvw-bg-cw-accent tvw-px-4 tvw-py-2 tvw-text-sm tvw-font-semibold tvw-text-white disabled:tvw-opacity-50 tvw-cursor-pointer",i2?(J.style.backgroundColor=i2,J.classList.remove("tvw-bg-cw-accent")):J.classList.add("tvw-bg-cw-accent"),ra?J.style.color=ra:J.classList.add("tvw-text-white");ue.borderWidth?(J.style.borderWidth=ue.borderWidth,J.style.borderStyle="solid"):(J.style.borderWidth="",J.style.borderStyle=""),ue.borderColor?J.style.borderColor=ue.borderColor:J.style.borderColor="",ue.paddingX?(J.style.paddingLeft=ue.paddingX,J.style.paddingRight=ue.paddingX):(J.style.paddingLeft="",J.style.paddingRight=""),ue.paddingY?(J.style.paddingTop=ue.paddingY,J.style.paddingBottom=ue.paddingY):(J.style.paddingTop="",J.style.paddingBottom="");let Rn=me==null?void 0:me.querySelector(".tvw-send-button-tooltip");if(XL&&Va)if(Rn)Rn.textContent=Va,Rn.style.display="";else{let V=document.createElement("div");V.className="tvw-send-button-tooltip",V.textContent=Va,me==null||me.insertBefore(V,J)}else Rn&&(Rn.style.display="none");let Vn=(PH=t.statusIndicator)!=null?PH:{},JL=(EH=Vn.visible)!=null?EH:!0;if(ye.style.display=JL?"":"none",U){let V=U.getStatus(),Pt=te=>{var vt,Wt,ve,Re;return te==="idle"?(vt=Vn.idleText)!=null?vt:De.idle:te==="connecting"?(Wt=Vn.connectingText)!=null?Wt:De.connecting:te==="connected"?(ve=Vn.connectedText)!=null?ve:De.connected:te==="error"?(Re=Vn.errorText)!=null?Re:De.error:De[te]};ye.textContent=Pt(V)}},open(){C&&se(!0,"api")},close(){C&&se(!1,"api")},toggle(){C&&se(!h,"api")},clearChat(){U.clearMessages();try{localStorage.removeItem(vn),t.debug&&console.log(`[AgentWidget] Cleared default localStorage key: ${vn}`)}catch(M){console.error("[AgentWidget] Failed to clear default localStorage:",M)}if(t.clearChatHistoryStorageKey&&t.clearChatHistoryStorageKey!==vn)try{localStorage.removeItem(t.clearChatHistoryStorageKey),t.debug&&console.log(`[AgentWidget] Cleared custom localStorage key: ${t.clearChatHistoryStorageKey}`)}catch(M){console.error("[AgentWidget] Failed to clear custom localStorage:",M)}let d=new CustomEvent("persona:clear-chat",{detail:{timestamp:new Date().toISOString()}});if(window.dispatchEvent(d),n!=null&&n.clear)try{let M=n.clear();M instanceof Promise&&M.catch(T=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",T)})}catch(M){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",M)}l={},w.syncFromMetadata(),z==null||z.clear(),rt==null||rt.update()},setMessage(d){return!ft||U.isStreaming()?!1:(!h&&C&&se(!0,"system"),ft.value=d,ft.dispatchEvent(new Event("input",{bubbles:!0})),!0)},submitMessage(d){if(U.isStreaming())return!1;let M=(d==null?void 0:d.trim())||ft.value.trim();return M?(!h&&C&&se(!0,"system"),ft.value="",ft.style.height="auto",U.sendMessage(M),!0):!1},startVoiceRecognition(){return _e||U.isStreaming()||!Pn()?!1:(!h&&C&&se(!0,"system"),Kt.manuallyDeactivated=!1,da(),Ba("user"),!0)},stopVoiceRecognition(){return _e?(Kt.manuallyDeactivated=!0,da(),Je("user"),!0):!1},injectMessage(d){return!h&&C&&se(!0,"system"),U.injectMessage(d)},injectAssistantMessage(d){!h&&C&&se(!0,"system");let M=U.injectAssistantMessage(d);return x&&(x=!1,y&&(clearTimeout(y),y=null),setTimeout(()=>{U&&!U.isStreaming()&&U.continueConversation()},100)),M},injectUserMessage(d){return!h&&C&&se(!0,"system"),U.injectUserMessage(d)},injectSystemMessage(d){return!h&&C&&se(!0,"system"),U.injectSystemMessage(d)},injectMessageBatch(d){return!h&&C&&se(!0,"system"),U.injectMessageBatch(d)},injectTestMessage(d){!h&&C&&se(!0,"system"),U.injectTestEvent(d)},__pushEventStreamEvent(d){z&&z.push({id:`evt-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,type:d.type,timestamp:Date.now(),payload:JSON.stringify(d.payload)})},showEventStream(){!D||!z||Et()},hideEventStream(){wt&&Nt()},isEventStreamVisible(){return wt},getMessages(){return U.getMessages()},getStatus(){return U.getStatus()},getPersistentMetadata(){return{...l}},updatePersistentMetadata(d){f(d)},on(d,M){return o.on(d,M)},off(d,M){o.off(d,M)},isOpen(){return C&&h},isVoiceActive(){return Kt.active},getState(){return{open:C&&h,launcherEnabled:C,voiceActive:Kt.active,streaming:U.isStreaming()}},showCSATFeedback(d){!h&&C&&se(!0,"system");let M=ae.querySelector(".tvw-feedback-container");M&&M.remove();let T=$S({onSubmit:async(F,E)=>{var _;U.isClientTokenMode()&&await U.submitCSATFeedback(F,E),(_=d==null?void 0:d.onSubmit)==null||_.call(d,F,E)},onDismiss:d==null?void 0:d.onDismiss,...d});ae.appendChild(T),T.scrollIntoView({behavior:"smooth",block:"end"})},showNPSFeedback(d){!h&&C&&se(!0,"system");let M=ae.querySelector(".tvw-feedback-container");M&&M.remove();let T=_S({onSubmit:async(F,E)=>{var _;U.isClientTokenMode()&&await U.submitNPSFeedback(F,E),(_=d==null?void 0:d.onSubmit)==null||_.call(d,F,E)},onDismiss:d==null?void 0:d.onDismiss,...d});ae.appendChild(T),T.scrollIntoView({behavior:"smooth",block:"end"})},async submitCSATFeedback(d,M){return U.submitCSATFeedback(d,M)},async submitNPSFeedback(d,M){return U.submitNPSFeedback(d,M)},destroy(){pe.forEach(d=>d()),Ot.remove(),dt==null||dt.destroy(),gt==null||gt.remove(),ta&&Q.removeEventListener("click",ta)}};if((((ZA=a==null?void 0:a.debugTools)!=null?ZA:!1)||!!t.debug)&&typeof window!="undefined"){let d=window.AgentWidgetBrowser,M={controller:Mt,getMessages:Mt.getMessages,getStatus:Mt.getStatus,getMetadata:Mt.getPersistentMetadata,updateMetadata:Mt.updatePersistentMetadata,clearHistory:()=>Mt.clearChat(),setVoiceActive:T=>T?Mt.startVoiceRecognition():Mt.stopVoiceRecognition()};window.AgentWidgetBrowser=M,pe.push(()=>{window.AgentWidgetBrowser===M&&(window.AgentWidgetBrowser=d)})}if(D&&typeof window!="undefined"){let d=r.getAttribute("data-persona-instance")||r.id||"persona-"+Math.random().toString(36).slice(2,8),M=F=>{let E=F.detail;(!(E!=null&&E.instanceId)||E.instanceId===d)&&Mt.showEventStream()},T=F=>{let E=F.detail;(!(E!=null&&E.instanceId)||E.instanceId===d)&&Mt.hideEventStream()};window.addEventListener("persona:showEventStream",M),window.addEventListener("persona:hideEventStream",T),pe.push(()=>{window.removeEventListener("persona:showEventStream",M),window.removeEventListener("persona:hideEventStream",T)})}let H=FP(t.persistState);if(H&&C){let d=IP(H.storage),M=`${H.keyPrefix}widget-open`,T=`${H.keyPrefix}widget-voice`,F=`${H.keyPrefix}widget-voice-mode`;if(d){let E=((XA=H.persist)==null?void 0:XA.openState)&&d.getItem(M)==="true",_=((JA=H.persist)==null?void 0:JA.voiceState)&&d.getItem(T)==="true",Ct=((KA=H.persist)==null?void 0:KA.voiceState)&&d.getItem(F)==="true";if(E&&setTimeout(()=>{Mt.open(),setTimeout(()=>{var ct;if(_||Ct)Mt.startVoiceRecognition();else if((ct=H.persist)!=null&&ct.focusInput){let bt=r.querySelector("textarea");bt&&bt.focus()}},100)},0),(YA=H.persist)!=null&&YA.openState&&(o.on("widget:opened",()=>{d.setItem(M,"true")}),o.on("widget:closed",()=>{d.setItem(M,"false")})),(QA=H.persist)!=null&&QA.voiceState&&(o.on("voice:state",ct=>{d.setItem(T,ct.active?"true":"false")}),o.on("user:message",ct=>{d.setItem(F,ct.viaVoice?"true":"false")})),H.clearOnChatClear){let ct=()=>{d.removeItem(M),d.removeItem(T),d.removeItem(F)},bt=()=>ct();window.addEventListener("persona:clear-chat",bt),pe.push(()=>{window.removeEventListener("persona:clear-chat",bt)})}}}return Mt};var VA={},DP=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 e=document.querySelector(r);if(!e)throw new Error(`Chat widget target "${r}" was not found`);return e}return r},WP=()=>{try{if(typeof VA!="undefined"&&VA.url)return new URL("../widget.css",VA.url).href}catch{}return null},qL=r=>{let e=WP(),a=()=>{if(!(r instanceof ShadowRoot)||r.querySelector("link[data-persona]"))return;let t=document.head.querySelector("link[data-persona]");if(!t)return;let s=t.cloneNode(!0);r.insertBefore(s,r.firstChild)};if(r instanceof ShadowRoot)if(e){let t=document.createElement("link");t.rel="stylesheet",t.href=e,t.setAttribute("data-persona","true"),r.insertBefore(t,r.firstChild)}else a();else if(!document.head.querySelector("link[data-persona]")&&e){let s=document.createElement("link");s.rel="stylesheet",s.href=e,s.setAttribute("data-persona","true"),document.head.appendChild(s)}},FA=r=>{var c,m,f,p;let e=DP(r.target),a=document.createElement("div");a.className="persona-host";let t=(f=(m=(c=r.config)==null?void 0:c.launcher)==null?void 0:m.enabled)!=null?f:!0;t||(a.style.height="100%"),e.appendChild(a);let s=r.useShadowDom===!0,o,n;if(s){let u=a.attachShadow({mode:"open"});n=u,o=document.createElement("div"),o.id="persona-root",t||(o.style.height="100%",o.style.display="flex",o.style.flexDirection="column",o.style.flex="1",o.style.minHeight="0"),u.appendChild(o),qL(u)}else n=a,o=document.createElement("div"),o.id="persona-root",t||(o.style.height="100%",o.style.display="flex",o.style.flexDirection="column",o.style.flex="1",o.style.minHeight="0"),a.appendChild(o),qL(a);e.id&&o.setAttribute("data-persona-instance",e.id);let l=jS(o,r.config,{debugTools:r.debugTools});(p=r.onReady)==null||p.call(r);let i={...l,host:a,destroy(){l.destroy(),a.remove(),r.windowKey&&typeof window!="undefined"&&delete window[r.windowKey]}};return r.windowKey&&typeof window!="undefined"&&(window[r.windowKey]=i),i};var NL={name:"@runtypelabs/persona",version:"1.44.2",description:"Themeable, pluggable streaming agent widget for websites, in plain JS with support for voice input and reasoning / tool output.",type:"module",main:"dist/index.cjs",module:"dist/index.js",types:"dist/index.d.ts",exports:{".":{types:"./dist/index.d.ts",import:"./dist/index.js",require:"./dist/index.cjs"},"./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:{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",postcss:"^8.4.38",rimraf:"^5.0.5",tailwindcss:"^3.4.10",tsup:"^8.0.1",typescript:"^5.4.5",vitest:"^4.0.9"},engines:{node:">=18.17.0"},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 ja=NL.version;function ma(r){if(r!==void 0)return typeof r=="string"?r:Array.isArray(r)?`[${r.map(e=>e.toString()).join(", ")}]`:r.toString()}function zP(r){if(r)return{getHeaders:ma(r.getHeaders),onFeedback:ma(r.onFeedback),onCopy:ma(r.onCopy),requestMiddleware:ma(r.requestMiddleware),actionHandlers:ma(r.actionHandlers),actionParsers:ma(r.actionParsers),postprocessMessage:ma(r.postprocessMessage),contextProviders:ma(r.contextProviders),streamParser:ma(r.streamParser)}}var UL=`({ text, message }: any) => {
|
|
110
110
|
const jsonSource = (message as any).rawContent || text || message.content;
|
|
111
111
|
if (!jsonSource || typeof jsonSource !== 'string') return null;
|
|
112
112
|
let cleanJson = jsonSource
|
|
@@ -119,7 +119,7 @@ lucide.createIcons({icons});\``);if(typeof t=="undefined")throw new Error("`crea
|
|
|
119
119
|
if (parsed.action) return { type: parsed.action, payload: parsed };
|
|
120
120
|
} catch (e) { return null; }
|
|
121
121
|
return null;
|
|
122
|
-
}
|
|
122
|
+
}`,$L=`function(ctx) {
|
|
123
123
|
var jsonSource = ctx.message.rawContent || ctx.text || ctx.message.content;
|
|
124
124
|
if (!jsonSource || typeof jsonSource !== 'string') return null;
|
|
125
125
|
var cleanJson = jsonSource
|
|
@@ -132,7 +132,7 @@ lucide.createIcons({icons});\``);if(typeof t=="undefined")throw new Error("`crea
|
|
|
132
132
|
if (parsed.action) return { type: parsed.action, payload: parsed };
|
|
133
133
|
} catch (e) { return null; }
|
|
134
134
|
return null;
|
|
135
|
-
}`,
|
|
135
|
+
}`,_L=`(action: any, context: any) => {
|
|
136
136
|
if (action.type !== 'nav_then_click') return;
|
|
137
137
|
const payload = action.payload || action.raw || {};
|
|
138
138
|
const url = payload?.page;
|
|
@@ -149,7 +149,7 @@ lucide.createIcons({icons});\``);if(typeof t=="undefined")throw new Error("`crea
|
|
|
149
149
|
const targetUrl = url.startsWith('http') ? url : new URL(url, window.location.origin).toString();
|
|
150
150
|
window.location.href = targetUrl;
|
|
151
151
|
return { handled: true, displayText: text };
|
|
152
|
-
}
|
|
152
|
+
}`,jL=`function(action, context) {
|
|
153
153
|
if (action.type !== 'nav_then_click') return;
|
|
154
154
|
var payload = action.payload || action.raw || {};
|
|
155
155
|
var url = payload.page;
|
|
@@ -166,26 +166,26 @@ lucide.createIcons({icons});\``);if(typeof t=="undefined")throw new Error("`crea
|
|
|
166
166
|
var targetUrl = url.startsWith('http') ? url : new URL(url, window.location.origin).toString();
|
|
167
167
|
window.location.href = targetUrl;
|
|
168
168
|
return { handled: true, displayText: text };
|
|
169
|
-
}`,
|
|
169
|
+
}`,qP=`(parsed: any) => {
|
|
170
170
|
if (!parsed || typeof parsed !== 'object') return null;
|
|
171
171
|
if (parsed.action === 'nav_then_click') return 'Navigating...';
|
|
172
172
|
if (parsed.action === 'message') return parsed.text || '';
|
|
173
173
|
if (parsed.action === 'message_and_click') return parsed.text || 'Processing...';
|
|
174
174
|
return parsed.text || null;
|
|
175
|
-
}`,
|
|
175
|
+
}`,NP=`function(parsed) {
|
|
176
176
|
if (!parsed || typeof parsed !== 'object') return null;
|
|
177
177
|
if (parsed.action === 'nav_then_click') return 'Navigating...';
|
|
178
178
|
if (parsed.action === 'message') return parsed.text || '';
|
|
179
179
|
if (parsed.action === 'message_and_click') return parsed.text || 'Processing...';
|
|
180
180
|
return parsed.text || null;
|
|
181
|
-
}`;function
|
|
182
|
-
`)}function
|
|
183
|
-
`)}function WP(r,e){let a=e==null?void 0:e.hooks,t=["// ChatWidgetAdvanced.tsx","'use client'; // Required for Next.js - remove for Vite/CRA","","import { useEffect } from 'react';","import '@runtypelabs/persona/widget.css';","import {"," initAgentWidget,"," createFlexibleJsonStreamParser,"," defaultJsonActionParser,"," defaultActionHandlers,"," markdownPostprocessor","} from '@runtypelabs/persona';","import type { AgentWidgetInitHandle } from '@runtypelabs/persona';","","const STORAGE_KEY = 'chat-widget-state';","const PROCESSED_ACTIONS_KEY = 'chat-widget-processed-actions';","","// Types for DOM elements","interface PageElement {"," type: string;"," tagName: string;"," selector: string;"," innerText: string;"," href?: string;","}","","interface DOMContext {"," page_elements: PageElement[];"," page_element_count: number;"," element_types: Record<string, number>;"," page_url: string;"," page_title: string;"," timestamp: string;","}","","// DOM context provider - extracts page elements for AI context","const collectDOMContext = (): DOMContext => {"," const selectors = {",` products: '[data-product-id], .product-card, .product-item, [role="article"]',`,` buttons: 'button, [role="button"], .btn',`," links: 'a[href]',"," inputs: 'input, textarea, select'"," };",""," const elements: PageElement[] = [];"," Object.entries(selectors).forEach(([type, selector]) => {"," document.querySelectorAll(selector).forEach((element) => {"," if (!(element instanceof HTMLElement)) return;"," "," // Exclude elements within the widget"," const widgetHost = element.closest('.persona-host');"," if (widgetHost) return;"," "," const text = element.innerText?.trim();"," if (!text) return;",""," const selectorString ="," element.id ? `#${element.id}` :"," element.getAttribute('data-testid') ? `[data-testid=\"${element.getAttribute('data-testid')}\"]` :"," element.getAttribute('data-product-id') ? `[data-product-id=\"${element.getAttribute('data-product-id')}\"]` :"," element.tagName.toLowerCase();",""," const elementData: PageElement = {"," type,"," tagName: element.tagName.toLowerCase(),"," selector: selectorString,"," innerText: text.substring(0, 200)"," };",""," if (type === 'links' && element instanceof HTMLAnchorElement && element.href) {"," elementData.href = element.href;"," }",""," elements.push(elementData);"," });"," });",""," const counts = elements.reduce((acc, el) => {"," acc[el.type] = (acc[el.type] || 0) + 1;"," return acc;"," }, {} as Record<string, number>);",""," return {"," page_elements: elements.slice(0, 50),"," page_element_count: elements.length,"," element_types: counts,"," page_url: window.location.href,"," page_title: document.title,"," timestamp: new Date().toISOString()"," };","};","","export function ChatWidgetAdvanced() {"," useEffect(() => {"," let handle: AgentWidgetInitHandle | null = null;",""," // Load saved state"," const loadSavedMessages = () => {"," const savedState = localStorage.getItem(STORAGE_KEY);"," if (savedState) {"," try {"," const { messages } = JSON.parse(savedState);"," return messages || [];"," } catch (e) {"," console.error('Failed to load saved state:', e);"," }"," }"," return [];"," };",""," handle = initAgentWidget({"," target: 'body',"," config: {"];return r.apiUrl&&t.push(` apiUrl: "${r.apiUrl}",`),r.clientToken&&t.push(` clientToken: "${r.clientToken}",`),r.flowId&&t.push(` flowId: "${r.flowId}",`),r.theme&&(t.push(" theme: {"),Object.entries(r.theme).forEach(([s,o])=>{t.push(` ${s}: "${o}",`)}),t.push(" },")),r.launcher&&(t.push(" launcher: {"),Object.entries(r.launcher).forEach(([s,o])=>{typeof o=="string"?t.push(` ${s}: "${o}",`):typeof o=="boolean"&&t.push(` ${s}: ${o},`)}),t.push(" },")),r.copy&&(t.push(" copy: {"),Object.entries(r.copy).forEach(([s,o])=>{t.push(` ${s}: "${o}",`)}),t.push(" },")),r.sendButton&&(t.push(" sendButton: {"),Object.entries(r.sendButton).forEach(([s,o])=>{typeof o=="string"?t.push(` ${s}: "${o}",`):typeof o=="boolean"&&t.push(` ${s}: ${o},`)}),t.push(" },")),r.voiceRecognition&&(t.push(" voiceRecognition: {"),Object.entries(r.voiceRecognition).forEach(([s,o])=>{typeof o=="string"?t.push(` ${s}: "${o}",`):typeof o=="boolean"?t.push(` ${s}: ${o},`):typeof o=="number"&&t.push(` ${s}: ${o},`)}),t.push(" },")),r.statusIndicator&&(t.push(" statusIndicator: {"),Object.entries(r.statusIndicator).forEach(([s,o])=>{typeof o=="string"?t.push(` ${s}: "${o}",`):typeof o=="boolean"&&t.push(` ${s}: ${o},`)}),t.push(" },")),r.features&&(t.push(" features: {"),Object.entries(r.features).forEach(([s,o])=>{t.push(` ${s}: ${o},`)}),t.push(" },")),r.suggestionChips&&r.suggestionChips.length>0&&(t.push(" suggestionChips: ["),r.suggestionChips.forEach(s=>{t.push(` "${s}",`)}),t.push(" ],")),r.suggestionChipsConfig&&(t.push(" suggestionChipsConfig: {"),r.suggestionChipsConfig.fontFamily&&t.push(` fontFamily: "${r.suggestionChipsConfig.fontFamily}",`),r.suggestionChipsConfig.fontWeight&&t.push(` fontWeight: "${r.suggestionChipsConfig.fontWeight}",`),r.suggestionChipsConfig.paddingX&&t.push(` paddingX: "${r.suggestionChipsConfig.paddingX}",`),r.suggestionChipsConfig.paddingY&&t.push(` paddingY: "${r.suggestionChipsConfig.paddingY}",`),t.push(" },")),t.push(...GS(r," ")),t.push(...ZS(r," ",a)),t.push(...XS(r," ")),t.push(...JS(r," ")),a!=null&&a.getHeaders&&t.push(` getHeaders: ${a.getHeaders},`),a!=null&&a.contextProviders&&t.push(` contextProviders: ${a.contextProviders},`),r.debug&&t.push(` debug: ${r.debug},`),t.push(" initialMessages: loadSavedMessages(),"),a!=null&&a.streamParser?t.push(` streamParser: ${a.streamParser},`):(t.push(" // Flexible JSON stream parser for handling structured actions"),t.push(` streamParser: () => createFlexibleJsonStreamParser(${RP}),`)),a!=null&&a.actionParsers?(t.push(" // Action parsers (custom merged with defaults)"),t.push(` actionParsers: [...(${a.actionParsers}), defaultJsonActionParser,`),t.push(" // Built-in parser for markdown-wrapped JSON"),t.push(` ${qL}`),t.push(" ],")):(t.push(" // Action parsers to detect JSON actions in responses"),t.push(" actionParsers: ["),t.push(" defaultJsonActionParser,"),t.push(" // Parser for markdown-wrapped JSON"),t.push(` ${qL}`),t.push(" ],")),a!=null&&a.actionHandlers?(t.push(" // Action handlers (custom merged with defaults)"),t.push(` actionHandlers: [...(${a.actionHandlers}),`),t.push(" defaultActionHandlers.message,"),t.push(" defaultActionHandlers.messageAndClick,"),t.push(" // Built-in handler for nav_then_click action"),t.push(` ${UL}`),t.push(" ],")):(t.push(" // Action handlers for navigation and other actions"),t.push(" actionHandlers: ["),t.push(" defaultActionHandlers.message,"),t.push(" defaultActionHandlers.messageAndClick,"),t.push(" // Handler for nav_then_click action"),t.push(` ${UL}`),t.push(" ],")),a!=null&&a.postprocessMessage?t.push(` postprocessMessage: ${a.postprocessMessage},`):t.push(" postprocessMessage: ({ text }) => markdownPostprocessor(text),"),a!=null&&a.requestMiddleware?(t.push(" // Request middleware (custom merged with DOM context)"),t.push(" requestMiddleware: ({ payload, config }) => {"),t.push(` const customResult = (${a.requestMiddleware})({ payload, config });`),t.push(" const merged = customResult || payload;"),t.push(" return {"),t.push(" ...merged,"),t.push(" metadata: { ...merged.metadata, ...collectDOMContext() }"),t.push(" };"),t.push(" }")):(t.push(" requestMiddleware: ({ payload }) => {"),t.push(" return {"),t.push(" ...payload,"),t.push(" metadata: collectDOMContext()"),t.push(" };"),t.push(" }")),t.push(" }"),t.push(" });"),t.push(""),t.push(" // Save state on message events"),t.push(" const handleMessage = () => {"),t.push(" const session = handle?.getSession?.();"),t.push(" if (session) {"),t.push(" localStorage.setItem(STORAGE_KEY, JSON.stringify({"),t.push(" messages: session.messages,"),t.push(" timestamp: new Date().toISOString()"),t.push(" }));"),t.push(" }"),t.push(" };"),t.push(""),t.push(" // Clear state on clear chat"),t.push(" const handleClearChat = () => {"),t.push(" localStorage.removeItem(STORAGE_KEY);"),t.push(" localStorage.removeItem(PROCESSED_ACTIONS_KEY);"),t.push(" };"),t.push(""),t.push(" window.addEventListener('persona:message', handleMessage);"),t.push(" window.addEventListener('persona:clear-chat', handleClearChat);"),t.push(""),t.push(" // Cleanup on unmount"),t.push(" return () => {"),t.push(" window.removeEventListener('persona:message', handleMessage);"),t.push(" window.removeEventListener('persona:clear-chat', handleClearChat);"),t.push(" if (handle) {"),t.push(" handle.destroy();"),t.push(" }"),t.push(" };"),t.push(" }, []);"),t.push(""),t.push(" return null; // Widget injects itself into the DOM"),t.push("}"),t.push(""),t.push("// Usage: Collects DOM context for AI-powered navigation"),t.push("// Features:"),t.push("// - Extracts page elements (products, buttons, links)"),t.push("// - Persists chat history across page loads"),t.push("// - Handles navigation actions (nav_then_click)"),t.push("// - Processes structured JSON actions from AI"),t.push("//"),t.push("// Example usage in Next.js:"),t.push("// import { ChatWidgetAdvanced } from './components/ChatWidgetAdvanced';"),t.push("//"),t.push("// export default function RootLayout({ children }) {"),t.push("// return ("),t.push('// <html lang="en">'),t.push("// <body>"),t.push("// {children}"),t.push("// <ChatWidgetAdvanced />"),t.push("// </body>"),t.push("// </html>"),t.push("// );"),t.push("// }"),t.join(`
|
|
184
|
-
`)}function
|
|
185
|
-
`)}function
|
|
186
|
-
`).map((n,
|
|
187
|
-
`)};`,""," // Constants",` var CDN_BASE = 'https://cdn.jsdelivr.net/npm/@runtypelabs/persona@${ja}/dist';`," var STORAGE_KEY = 'chat-widget-state';"," var PROCESSED_ACTIONS_KEY = 'chat-widget-processed-actions';",""," // DOM context provider - extracts page elements for AI context"," var domContextProvider = function() {"," var selectors = {",` products: '[data-product-id], .product-card, .product-item, [role="article"]',`,` buttons: 'button, [role="button"], .btn',`," links: 'a[href]',"," inputs: 'input, textarea, select'"," };",""," var elements = [];"," Object.entries(selectors).forEach(function(entry) {"," var type = entry[0], selector = entry[1];"," document.querySelectorAll(selector).forEach(function(element) {"," if (!(element instanceof HTMLElement)) return;"," var widgetHost = element.closest('.persona-host');"," if (widgetHost) return;"," var text = element.innerText ? element.innerText.trim() : '';"," if (!text) return;",""," var selectorString = element.id ? '#' + element.id :",` element.getAttribute('data-testid') ? '[data-testid="' + element.getAttribute('data-testid') + '"]' :`,` element.getAttribute('data-product-id') ? '[data-product-id="' + element.getAttribute('data-product-id') + '"]' :`," element.tagName.toLowerCase();",""," var elementData = {"," type: type,"," tagName: element.tagName.toLowerCase(),"," selector: selectorString,"," innerText: text.substring(0, 200)"," };",""," if (type === 'links' && element instanceof HTMLAnchorElement && element.href) {"," elementData.href = element.href;"," }"," elements.push(elementData);"," });"," });",""," var counts = elements.reduce(function(acc, el) {"," acc[el.type] = (acc[el.type] || 0) + 1;"," return acc;"," }, {});",""," return {"," page_elements: elements.slice(0, 50),"," page_element_count: elements.length,"," element_types: counts,"," page_url: window.location.href,"," page_title: document.title,"," timestamp: new Date().toISOString()"," };"," };",""," // Load CSS dynamically"," var loadCSS = function() {"," if (document.querySelector('link[data-persona]')) return;"," var link = document.createElement('link');"," link.rel = 'stylesheet';"," link.href = CDN_BASE + '/widget.css';"," link.setAttribute('data-persona', 'true');"," document.head.appendChild(link);"," };",""," // Load JS dynamically"," var loadJS = function(callback) {"," if (window.AgentWidget) { callback(); return; }"," var script = document.createElement('script');"," script.src = CDN_BASE + '/index.global.js';"," script.onload = callback;"," script.onerror = function() { console.error('Failed to load AgentWidget'); };"," document.head.appendChild(script);"," };",""," // Create widget config with advanced features"," var createWidgetConfig = function(agentWidget) {"," var widgetConfig = Object.assign({}, CONFIG);",""];return a!=null&&a.getHeaders&&(o.push(` widgetConfig.getHeaders = ${a.getHeaders};`),o.push("")),a!=null&&a.contextProviders&&(o.push(` widgetConfig.contextProviders = ${a.contextProviders};`),o.push("")),a!=null&&a.streamParser?o.push(` widgetConfig.streamParser = ${a.streamParser};`):(o.push(" // Flexible JSON stream parser for handling structured actions"),o.push(" widgetConfig.streamParser = function() {"),o.push(` return agentWidget.createFlexibleJsonStreamParser(${
|
|
188
|
-
`)}var
|
|
181
|
+
}`;function UP(r){if(!r)return null;let e=r.toString();return e.includes("createJsonStreamParser")||e.includes("partial-json")?"json":e.includes("createRegexJsonParser")||e.includes("regex")?"regex-json":e.includes("createXmlParser")||e.includes("<text>")?"xml":null}function GS(r){var e,a;return(a=(e=r.parserType)!=null?e:UP(r.streamParser))!=null?a:"plain"}function ZS(r,e){let a=[];return r.toolCall&&(a.push(`${e}toolCall: {`),Object.entries(r.toolCall).forEach(([t,s])=>{typeof s=="string"&&a.push(`${e} ${t}: "${s}",`)}),a.push(`${e}},`)),a}function XS(r,e,a){let t=[],s=r.messageActions&&Object.entries(r.messageActions).some(([n,l])=>n!=="onFeedback"&&n!=="onCopy"&&l!==void 0),o=(a==null?void 0:a.onFeedback)||(a==null?void 0:a.onCopy);return(s||o)&&(t.push(`${e}messageActions: {`),r.messageActions&&Object.entries(r.messageActions).forEach(([n,l])=>{n==="onFeedback"||n==="onCopy"||(typeof l=="string"?t.push(`${e} ${n}: "${l}",`):typeof l=="boolean"&&t.push(`${e} ${n}: ${l},`))}),a!=null&&a.onFeedback&&t.push(`${e} onFeedback: ${a.onFeedback},`),a!=null&&a.onCopy&&t.push(`${e} onCopy: ${a.onCopy},`),t.push(`${e}},`)),t}function JS(r,e){let a=[];if(r.markdown){let t=r.markdown.options&&Object.keys(r.markdown.options).length>0,s=r.markdown.disableDefaultStyles!==void 0;(t||s)&&(a.push(`${e}markdown: {`),t&&(a.push(`${e} options: {`),Object.entries(r.markdown.options).forEach(([o,n])=>{typeof n=="string"?a.push(`${e} ${o}: "${n}",`):typeof n=="boolean"&&a.push(`${e} ${o}: ${n},`)}),a.push(`${e} },`)),s&&a.push(`${e} disableDefaultStyles: ${r.markdown.disableDefaultStyles},`),a.push(`${e}},`))}return a}function KS(r,e){let a=[];if(r.layout){let t=r.layout.header&&Object.keys(r.layout.header).some(o=>o!=="render"),s=r.layout.messages&&Object.keys(r.layout.messages).some(o=>o!=="renderUserMessage"&&o!=="renderAssistantMessage");(t||s)&&(a.push(`${e}layout: {`),t&&(a.push(`${e} header: {`),Object.entries(r.layout.header).forEach(([o,n])=>{o!=="render"&&(typeof n=="string"?a.push(`${e} ${o}: "${n}",`):typeof n=="boolean"&&a.push(`${e} ${o}: ${n},`))}),a.push(`${e} },`)),s&&(a.push(`${e} messages: {`),Object.entries(r.layout.messages).forEach(([o,n])=>{o==="renderUserMessage"||o==="renderAssistantMessage"||(o==="avatar"&&typeof n=="object"&&n!==null?(a.push(`${e} avatar: {`),Object.entries(n).forEach(([l,i])=>{typeof i=="string"?a.push(`${e} ${l}: "${i}",`):typeof i=="boolean"&&a.push(`${e} ${l}: ${i},`)}),a.push(`${e} },`)):o==="timestamp"&&typeof n=="object"&&n!==null?Object.entries(n).some(([i])=>i!=="format")&&(a.push(`${e} timestamp: {`),Object.entries(n).forEach(([i,c])=>{i!=="format"&&(typeof c=="string"?a.push(`${e} ${i}: "${c}",`):typeof c=="boolean"&&a.push(`${e} ${i}: ${c},`))}),a.push(`${e} },`)):typeof n=="string"?a.push(`${e} ${o}: "${n}",`):typeof n=="boolean"&&a.push(`${e} ${o}: ${n},`))}),a.push(`${e} },`)),a.push(`${e}},`))}return a}function IA(r,e){let a=[];return r&&(r.getHeaders&&a.push(`${e}getHeaders: ${r.getHeaders},`),r.requestMiddleware&&a.push(`${e}requestMiddleware: ${r.requestMiddleware},`),r.actionParsers&&a.push(`${e}actionParsers: ${r.actionParsers},`),r.actionHandlers&&a.push(`${e}actionHandlers: ${r.actionHandlers},`),r.contextProviders&&a.push(`${e}contextProviders: ${r.contextProviders},`),r.streamParser&&a.push(`${e}streamParser: ${r.streamParser},`)),a}function GL(r,e="esm",a){let t={...r};delete t.postprocessMessage,delete t.initialMessages;let s=a?{...a,hooks:zP(a.hooks)}:void 0;return e==="esm"?$P(t,s):e==="script-installer"?GP(t):e==="script-advanced"?XP(t,s):e==="react-component"?_P(t,s):e==="react-advanced"?jP(t,s):ZP(t,s)}function $P(r,e){let a=e==null?void 0:e.hooks,t=GS(r),s=t!=="plain",o=["import '@runtypelabs/persona/widget.css';","import { initAgentWidget, markdownPostprocessor } from '@runtypelabs/persona';","","initAgentWidget({"," target: 'body',"," config: {"];return r.apiUrl&&o.push(` apiUrl: "${r.apiUrl}",`),r.clientToken&&o.push(` clientToken: "${r.clientToken}",`),r.flowId&&o.push(` flowId: "${r.flowId}",`),s&&o.push(` parserType: "${t}",`),r.theme&&(o.push(" theme: {"),Object.entries(r.theme).forEach(([n,l])=>{o.push(` ${n}: "${l}",`)}),o.push(" },")),r.launcher&&(o.push(" launcher: {"),Object.entries(r.launcher).forEach(([n,l])=>{typeof l=="string"?o.push(` ${n}: "${l}",`):typeof l=="boolean"&&o.push(` ${n}: ${l},`)}),o.push(" },")),r.copy&&(o.push(" copy: {"),Object.entries(r.copy).forEach(([n,l])=>{o.push(` ${n}: "${l}",`)}),o.push(" },")),r.sendButton&&(o.push(" sendButton: {"),Object.entries(r.sendButton).forEach(([n,l])=>{typeof l=="string"?o.push(` ${n}: "${l}",`):typeof l=="boolean"&&o.push(` ${n}: ${l},`)}),o.push(" },")),r.voiceRecognition&&(o.push(" voiceRecognition: {"),Object.entries(r.voiceRecognition).forEach(([n,l])=>{typeof l=="string"?o.push(` ${n}: "${l}",`):typeof l=="boolean"?o.push(` ${n}: ${l},`):typeof l=="number"&&o.push(` ${n}: ${l},`)}),o.push(" },")),r.statusIndicator&&(o.push(" statusIndicator: {"),Object.entries(r.statusIndicator).forEach(([n,l])=>{typeof l=="string"?o.push(` ${n}: "${l}",`):typeof l=="boolean"&&o.push(` ${n}: ${l},`)}),o.push(" },")),r.features&&(o.push(" features: {"),Object.entries(r.features).forEach(([n,l])=>{o.push(` ${n}: ${l},`)}),o.push(" },")),r.suggestionChips&&r.suggestionChips.length>0&&(o.push(" suggestionChips: ["),r.suggestionChips.forEach(n=>{o.push(` "${n}",`)}),o.push(" ],")),r.suggestionChipsConfig&&(o.push(" suggestionChipsConfig: {"),r.suggestionChipsConfig.fontFamily&&o.push(` fontFamily: "${r.suggestionChipsConfig.fontFamily}",`),r.suggestionChipsConfig.fontWeight&&o.push(` fontWeight: "${r.suggestionChipsConfig.fontWeight}",`),r.suggestionChipsConfig.paddingX&&o.push(` paddingX: "${r.suggestionChipsConfig.paddingX}",`),r.suggestionChipsConfig.paddingY&&o.push(` paddingY: "${r.suggestionChipsConfig.paddingY}",`),o.push(" },")),o.push(...ZS(r," ")),o.push(...XS(r," ",a)),o.push(...JS(r," ")),o.push(...KS(r," ")),o.push(...IA(a," ")),r.debug&&o.push(` debug: ${r.debug},`),a!=null&&a.postprocessMessage?o.push(` postprocessMessage: ${a.postprocessMessage}`):o.push(" postprocessMessage: ({ text }) => markdownPostprocessor(text)"),o.push(" }"),o.push("});"),o.join(`
|
|
182
|
+
`)}function _P(r,e){let a=e==null?void 0:e.hooks,t=GS(r),s=t!=="plain",o=["// ChatWidget.tsx","'use client'; // Required for Next.js - remove for Vite/CRA","","import { useEffect } from 'react';","import '@runtypelabs/persona/widget.css';","import { initAgentWidget, markdownPostprocessor } from '@runtypelabs/persona';","import type { AgentWidgetInitHandle } from '@runtypelabs/persona';","","export function ChatWidget() {"," useEffect(() => {"," let handle: AgentWidgetInitHandle | null = null;",""," handle = initAgentWidget({"," target: 'body',"," config: {"];return r.apiUrl&&o.push(` apiUrl: "${r.apiUrl}",`),r.clientToken&&o.push(` clientToken: "${r.clientToken}",`),r.flowId&&o.push(` flowId: "${r.flowId}",`),s&&o.push(` parserType: "${t}",`),r.theme&&(o.push(" theme: {"),Object.entries(r.theme).forEach(([n,l])=>{o.push(` ${n}: "${l}",`)}),o.push(" },")),r.launcher&&(o.push(" launcher: {"),Object.entries(r.launcher).forEach(([n,l])=>{typeof l=="string"?o.push(` ${n}: "${l}",`):typeof l=="boolean"&&o.push(` ${n}: ${l},`)}),o.push(" },")),r.copy&&(o.push(" copy: {"),Object.entries(r.copy).forEach(([n,l])=>{o.push(` ${n}: "${l}",`)}),o.push(" },")),r.sendButton&&(o.push(" sendButton: {"),Object.entries(r.sendButton).forEach(([n,l])=>{typeof l=="string"?o.push(` ${n}: "${l}",`):typeof l=="boolean"&&o.push(` ${n}: ${l},`)}),o.push(" },")),r.voiceRecognition&&(o.push(" voiceRecognition: {"),Object.entries(r.voiceRecognition).forEach(([n,l])=>{typeof l=="string"?o.push(` ${n}: "${l}",`):typeof l=="boolean"?o.push(` ${n}: ${l},`):typeof l=="number"&&o.push(` ${n}: ${l},`)}),o.push(" },")),r.statusIndicator&&(o.push(" statusIndicator: {"),Object.entries(r.statusIndicator).forEach(([n,l])=>{typeof l=="string"?o.push(` ${n}: "${l}",`):typeof l=="boolean"&&o.push(` ${n}: ${l},`)}),o.push(" },")),r.features&&(o.push(" features: {"),Object.entries(r.features).forEach(([n,l])=>{o.push(` ${n}: ${l},`)}),o.push(" },")),r.suggestionChips&&r.suggestionChips.length>0&&(o.push(" suggestionChips: ["),r.suggestionChips.forEach(n=>{o.push(` "${n}",`)}),o.push(" ],")),r.suggestionChipsConfig&&(o.push(" suggestionChipsConfig: {"),r.suggestionChipsConfig.fontFamily&&o.push(` fontFamily: "${r.suggestionChipsConfig.fontFamily}",`),r.suggestionChipsConfig.fontWeight&&o.push(` fontWeight: "${r.suggestionChipsConfig.fontWeight}",`),r.suggestionChipsConfig.paddingX&&o.push(` paddingX: "${r.suggestionChipsConfig.paddingX}",`),r.suggestionChipsConfig.paddingY&&o.push(` paddingY: "${r.suggestionChipsConfig.paddingY}",`),o.push(" },")),o.push(...ZS(r," ")),o.push(...XS(r," ",a)),o.push(...JS(r," ")),o.push(...KS(r," ")),o.push(...IA(a," ")),r.debug&&o.push(` debug: ${r.debug},`),a!=null&&a.postprocessMessage?o.push(` postprocessMessage: ${a.postprocessMessage}`):o.push(" postprocessMessage: ({ text }) => markdownPostprocessor(text)"),o.push(" }"),o.push(" });"),o.push(""),o.push(" // Cleanup on unmount"),o.push(" return () => {"),o.push(" if (handle) {"),o.push(" handle.destroy();"),o.push(" }"),o.push(" };"),o.push(" }, []);"),o.push(""),o.push(" return null; // Widget injects itself into the DOM"),o.push("}"),o.push(""),o.push("// Usage in your app:"),o.push("// import { ChatWidget } from './components/ChatWidget';"),o.push("//"),o.push("// export default function App() {"),o.push("// return ("),o.push("// <div>"),o.push("// {/* Your app content */}"),o.push("// <ChatWidget />"),o.push("// </div>"),o.push("// );"),o.push("// }"),o.join(`
|
|
183
|
+
`)}function jP(r,e){let a=e==null?void 0:e.hooks,t=["// ChatWidgetAdvanced.tsx","'use client'; // Required for Next.js - remove for Vite/CRA","","import { useEffect } from 'react';","import '@runtypelabs/persona/widget.css';","import {"," initAgentWidget,"," createFlexibleJsonStreamParser,"," defaultJsonActionParser,"," defaultActionHandlers,"," markdownPostprocessor","} from '@runtypelabs/persona';","import type { AgentWidgetInitHandle } from '@runtypelabs/persona';","","const STORAGE_KEY = 'chat-widget-state';","const PROCESSED_ACTIONS_KEY = 'chat-widget-processed-actions';","","// Types for DOM elements","interface PageElement {"," type: string;"," tagName: string;"," selector: string;"," innerText: string;"," href?: string;","}","","interface DOMContext {"," page_elements: PageElement[];"," page_element_count: number;"," element_types: Record<string, number>;"," page_url: string;"," page_title: string;"," timestamp: string;","}","","// DOM context provider - extracts page elements for AI context","const collectDOMContext = (): DOMContext => {"," const selectors = {",` products: '[data-product-id], .product-card, .product-item, [role="article"]',`,` buttons: 'button, [role="button"], .btn',`," links: 'a[href]',"," inputs: 'input, textarea, select'"," };",""," const elements: PageElement[] = [];"," Object.entries(selectors).forEach(([type, selector]) => {"," document.querySelectorAll(selector).forEach((element) => {"," if (!(element instanceof HTMLElement)) return;"," "," // Exclude elements within the widget"," const widgetHost = element.closest('.persona-host');"," if (widgetHost) return;"," "," const text = element.innerText?.trim();"," if (!text) return;",""," const selectorString ="," element.id ? `#${element.id}` :"," element.getAttribute('data-testid') ? `[data-testid=\"${element.getAttribute('data-testid')}\"]` :"," element.getAttribute('data-product-id') ? `[data-product-id=\"${element.getAttribute('data-product-id')}\"]` :"," element.tagName.toLowerCase();",""," const elementData: PageElement = {"," type,"," tagName: element.tagName.toLowerCase(),"," selector: selectorString,"," innerText: text.substring(0, 200)"," };",""," if (type === 'links' && element instanceof HTMLAnchorElement && element.href) {"," elementData.href = element.href;"," }",""," elements.push(elementData);"," });"," });",""," const counts = elements.reduce((acc, el) => {"," acc[el.type] = (acc[el.type] || 0) + 1;"," return acc;"," }, {} as Record<string, number>);",""," return {"," page_elements: elements.slice(0, 50),"," page_element_count: elements.length,"," element_types: counts,"," page_url: window.location.href,"," page_title: document.title,"," timestamp: new Date().toISOString()"," };","};","","export function ChatWidgetAdvanced() {"," useEffect(() => {"," let handle: AgentWidgetInitHandle | null = null;",""," // Load saved state"," const loadSavedMessages = () => {"," const savedState = localStorage.getItem(STORAGE_KEY);"," if (savedState) {"," try {"," const { messages } = JSON.parse(savedState);"," return messages || [];"," } catch (e) {"," console.error('Failed to load saved state:', e);"," }"," }"," return [];"," };",""," handle = initAgentWidget({"," target: 'body',"," config: {"];return r.apiUrl&&t.push(` apiUrl: "${r.apiUrl}",`),r.clientToken&&t.push(` clientToken: "${r.clientToken}",`),r.flowId&&t.push(` flowId: "${r.flowId}",`),r.theme&&(t.push(" theme: {"),Object.entries(r.theme).forEach(([s,o])=>{t.push(` ${s}: "${o}",`)}),t.push(" },")),r.launcher&&(t.push(" launcher: {"),Object.entries(r.launcher).forEach(([s,o])=>{typeof o=="string"?t.push(` ${s}: "${o}",`):typeof o=="boolean"&&t.push(` ${s}: ${o},`)}),t.push(" },")),r.copy&&(t.push(" copy: {"),Object.entries(r.copy).forEach(([s,o])=>{t.push(` ${s}: "${o}",`)}),t.push(" },")),r.sendButton&&(t.push(" sendButton: {"),Object.entries(r.sendButton).forEach(([s,o])=>{typeof o=="string"?t.push(` ${s}: "${o}",`):typeof o=="boolean"&&t.push(` ${s}: ${o},`)}),t.push(" },")),r.voiceRecognition&&(t.push(" voiceRecognition: {"),Object.entries(r.voiceRecognition).forEach(([s,o])=>{typeof o=="string"?t.push(` ${s}: "${o}",`):typeof o=="boolean"?t.push(` ${s}: ${o},`):typeof o=="number"&&t.push(` ${s}: ${o},`)}),t.push(" },")),r.statusIndicator&&(t.push(" statusIndicator: {"),Object.entries(r.statusIndicator).forEach(([s,o])=>{typeof o=="string"?t.push(` ${s}: "${o}",`):typeof o=="boolean"&&t.push(` ${s}: ${o},`)}),t.push(" },")),r.features&&(t.push(" features: {"),Object.entries(r.features).forEach(([s,o])=>{t.push(` ${s}: ${o},`)}),t.push(" },")),r.suggestionChips&&r.suggestionChips.length>0&&(t.push(" suggestionChips: ["),r.suggestionChips.forEach(s=>{t.push(` "${s}",`)}),t.push(" ],")),r.suggestionChipsConfig&&(t.push(" suggestionChipsConfig: {"),r.suggestionChipsConfig.fontFamily&&t.push(` fontFamily: "${r.suggestionChipsConfig.fontFamily}",`),r.suggestionChipsConfig.fontWeight&&t.push(` fontWeight: "${r.suggestionChipsConfig.fontWeight}",`),r.suggestionChipsConfig.paddingX&&t.push(` paddingX: "${r.suggestionChipsConfig.paddingX}",`),r.suggestionChipsConfig.paddingY&&t.push(` paddingY: "${r.suggestionChipsConfig.paddingY}",`),t.push(" },")),t.push(...ZS(r," ")),t.push(...XS(r," ",a)),t.push(...JS(r," ")),t.push(...KS(r," ")),a!=null&&a.getHeaders&&t.push(` getHeaders: ${a.getHeaders},`),a!=null&&a.contextProviders&&t.push(` contextProviders: ${a.contextProviders},`),r.debug&&t.push(` debug: ${r.debug},`),t.push(" initialMessages: loadSavedMessages(),"),a!=null&&a.streamParser?t.push(` streamParser: ${a.streamParser},`):(t.push(" // Flexible JSON stream parser for handling structured actions"),t.push(` streamParser: () => createFlexibleJsonStreamParser(${qP}),`)),a!=null&&a.actionParsers?(t.push(" // Action parsers (custom merged with defaults)"),t.push(` actionParsers: [...(${a.actionParsers}), defaultJsonActionParser,`),t.push(" // Built-in parser for markdown-wrapped JSON"),t.push(` ${UL}`),t.push(" ],")):(t.push(" // Action parsers to detect JSON actions in responses"),t.push(" actionParsers: ["),t.push(" defaultJsonActionParser,"),t.push(" // Parser for markdown-wrapped JSON"),t.push(` ${UL}`),t.push(" ],")),a!=null&&a.actionHandlers?(t.push(" // Action handlers (custom merged with defaults)"),t.push(` actionHandlers: [...(${a.actionHandlers}),`),t.push(" defaultActionHandlers.message,"),t.push(" defaultActionHandlers.messageAndClick,"),t.push(" // Built-in handler for nav_then_click action"),t.push(` ${_L}`),t.push(" ],")):(t.push(" // Action handlers for navigation and other actions"),t.push(" actionHandlers: ["),t.push(" defaultActionHandlers.message,"),t.push(" defaultActionHandlers.messageAndClick,"),t.push(" // Handler for nav_then_click action"),t.push(` ${_L}`),t.push(" ],")),a!=null&&a.postprocessMessage?t.push(` postprocessMessage: ${a.postprocessMessage},`):t.push(" postprocessMessage: ({ text }) => markdownPostprocessor(text),"),a!=null&&a.requestMiddleware?(t.push(" // Request middleware (custom merged with DOM context)"),t.push(" requestMiddleware: ({ payload, config }) => {"),t.push(` const customResult = (${a.requestMiddleware})({ payload, config });`),t.push(" const merged = customResult || payload;"),t.push(" return {"),t.push(" ...merged,"),t.push(" metadata: { ...merged.metadata, ...collectDOMContext() }"),t.push(" };"),t.push(" }")):(t.push(" requestMiddleware: ({ payload }) => {"),t.push(" return {"),t.push(" ...payload,"),t.push(" metadata: collectDOMContext()"),t.push(" };"),t.push(" }")),t.push(" }"),t.push(" });"),t.push(""),t.push(" // Save state on message events"),t.push(" const handleMessage = () => {"),t.push(" const session = handle?.getSession?.();"),t.push(" if (session) {"),t.push(" localStorage.setItem(STORAGE_KEY, JSON.stringify({"),t.push(" messages: session.messages,"),t.push(" timestamp: new Date().toISOString()"),t.push(" }));"),t.push(" }"),t.push(" };"),t.push(""),t.push(" // Clear state on clear chat"),t.push(" const handleClearChat = () => {"),t.push(" localStorage.removeItem(STORAGE_KEY);"),t.push(" localStorage.removeItem(PROCESSED_ACTIONS_KEY);"),t.push(" };"),t.push(""),t.push(" window.addEventListener('persona:message', handleMessage);"),t.push(" window.addEventListener('persona:clear-chat', handleClearChat);"),t.push(""),t.push(" // Cleanup on unmount"),t.push(" return () => {"),t.push(" window.removeEventListener('persona:message', handleMessage);"),t.push(" window.removeEventListener('persona:clear-chat', handleClearChat);"),t.push(" if (handle) {"),t.push(" handle.destroy();"),t.push(" }"),t.push(" };"),t.push(" }, []);"),t.push(""),t.push(" return null; // Widget injects itself into the DOM"),t.push("}"),t.push(""),t.push("// Usage: Collects DOM context for AI-powered navigation"),t.push("// Features:"),t.push("// - Extracts page elements (products, buttons, links)"),t.push("// - Persists chat history across page loads"),t.push("// - Handles navigation actions (nav_then_click)"),t.push("// - Processes structured JSON actions from AI"),t.push("//"),t.push("// Example usage in Next.js:"),t.push("// import { ChatWidgetAdvanced } from './components/ChatWidgetAdvanced';"),t.push("//"),t.push("// export default function RootLayout({ children }) {"),t.push("// return ("),t.push('// <html lang="en">'),t.push("// <body>"),t.push("// {children}"),t.push("// <ChatWidgetAdvanced />"),t.push("// </body>"),t.push("// </html>"),t.push("// );"),t.push("// }"),t.join(`
|
|
184
|
+
`)}function ZL(r){var s;let e=GS(r),a=e!=="plain",t={};if(r.apiUrl&&(t.apiUrl=r.apiUrl),r.clientToken&&(t.clientToken=r.clientToken),r.flowId&&(t.flowId=r.flowId),a&&(t.parserType=e),r.theme&&(t.theme=r.theme),r.launcher&&(t.launcher=r.launcher),r.copy&&(t.copy=r.copy),r.sendButton&&(t.sendButton=r.sendButton),r.voiceRecognition&&(t.voiceRecognition=r.voiceRecognition),r.statusIndicator&&(t.statusIndicator=r.statusIndicator),r.features&&(t.features=r.features),((s=r.suggestionChips)==null?void 0:s.length)>0&&(t.suggestionChips=r.suggestionChips),r.suggestionChipsConfig&&(t.suggestionChipsConfig=r.suggestionChipsConfig),r.debug&&(t.debug=r.debug),r.toolCall){let o={};Object.entries(r.toolCall).forEach(([n,l])=>{typeof l=="string"&&(o[n]=l)}),Object.keys(o).length>0&&(t.toolCall=o)}if(r.messageActions){let o={};Object.entries(r.messageActions).forEach(([n,l])=>{n!=="onFeedback"&&n!=="onCopy"&&l!==void 0&&(typeof l=="string"||typeof l=="boolean")&&(o[n]=l)}),Object.keys(o).length>0&&(t.messageActions=o)}if(r.markdown){let o={};r.markdown.options&&(o.options=r.markdown.options),r.markdown.disableDefaultStyles!==void 0&&(o.disableDefaultStyles=r.markdown.disableDefaultStyles),Object.keys(o).length>0&&(t.markdown=o)}if(r.layout){let o={};if(r.layout.header){let n={};Object.entries(r.layout.header).forEach(([l,i])=>{l!=="render"&&(typeof i=="string"||typeof i=="boolean")&&(n[l]=i)}),Object.keys(n).length>0&&(o.header=n)}if(r.layout.messages){let n={};Object.entries(r.layout.messages).forEach(([l,i])=>{if(l!=="renderUserMessage"&&l!=="renderAssistantMessage")if(l==="avatar"&&typeof i=="object"&&i!==null)n.avatar=i;else if(l==="timestamp"&&typeof i=="object"&&i!==null){let c={};Object.entries(i).forEach(([m,f])=>{m!=="format"&&(typeof f=="string"||typeof f=="boolean")&&(c[m]=f)}),Object.keys(c).length>0&&(n.timestamp=c)}else(typeof i=="string"||typeof i=="boolean")&&(n[l]=i)}),Object.keys(n).length>0&&(o.messages=n)}Object.keys(o).length>0&&(t.layout=o)}return t}function GP(r){let e=ZL(r),a=JSON.stringify(e,null,0).replace(/'/g,"'");return`<script src="https://cdn.jsdelivr.net/npm/@runtypelabs/persona@${ja}/dist/install.global.js" data-config='${a}'></script>`}function ZP(r,e){let a=e==null?void 0:e.hooks,t=GS(r),s=t!=="plain",o=["<!-- Load CSS -->",`<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@runtypelabs/persona@${ja}/dist/widget.css" />`,"","<!-- Load JavaScript -->",`<script src="https://cdn.jsdelivr.net/npm/@runtypelabs/persona@${ja}/dist/index.global.js"></script>`,"","<!-- Initialize widget -->","<script>"," window.AgentWidget.initAgentWidget({"," target: 'body',"," config: {"];return r.apiUrl&&o.push(` apiUrl: "${r.apiUrl}",`),r.clientToken&&o.push(` clientToken: "${r.clientToken}",`),r.flowId&&o.push(` flowId: "${r.flowId}",`),s&&o.push(` parserType: "${t}",`),r.theme&&(o.push(" theme: {"),Object.entries(r.theme).forEach(([n,l])=>{o.push(` ${n}: "${l}",`)}),o.push(" },")),r.launcher&&(o.push(" launcher: {"),Object.entries(r.launcher).forEach(([n,l])=>{typeof l=="string"?o.push(` ${n}: "${l}",`):typeof l=="boolean"&&o.push(` ${n}: ${l},`)}),o.push(" },")),r.copy&&(o.push(" copy: {"),Object.entries(r.copy).forEach(([n,l])=>{o.push(` ${n}: "${l}",`)}),o.push(" },")),r.sendButton&&(o.push(" sendButton: {"),Object.entries(r.sendButton).forEach(([n,l])=>{typeof l=="string"?o.push(` ${n}: "${l}",`):typeof l=="boolean"&&o.push(` ${n}: ${l},`)}),o.push(" },")),r.voiceRecognition&&(o.push(" voiceRecognition: {"),Object.entries(r.voiceRecognition).forEach(([n,l])=>{typeof l=="string"?o.push(` ${n}: "${l}",`):typeof l=="boolean"?o.push(` ${n}: ${l},`):typeof l=="number"&&o.push(` ${n}: ${l},`)}),o.push(" },")),r.statusIndicator&&(o.push(" statusIndicator: {"),Object.entries(r.statusIndicator).forEach(([n,l])=>{typeof l=="string"?o.push(` ${n}: "${l}",`):typeof l=="boolean"&&o.push(` ${n}: ${l},`)}),o.push(" },")),r.features&&(o.push(" features: {"),Object.entries(r.features).forEach(([n,l])=>{o.push(` ${n}: ${l},`)}),o.push(" },")),r.suggestionChips&&r.suggestionChips.length>0&&(o.push(" suggestionChips: ["),r.suggestionChips.forEach(n=>{o.push(` "${n}",`)}),o.push(" ],")),r.suggestionChipsConfig&&(o.push(" suggestionChipsConfig: {"),r.suggestionChipsConfig.fontFamily&&o.push(` fontFamily: "${r.suggestionChipsConfig.fontFamily}",`),r.suggestionChipsConfig.fontWeight&&o.push(` fontWeight: "${r.suggestionChipsConfig.fontWeight}",`),r.suggestionChipsConfig.paddingX&&o.push(` paddingX: "${r.suggestionChipsConfig.paddingX}",`),r.suggestionChipsConfig.paddingY&&o.push(` paddingY: "${r.suggestionChipsConfig.paddingY}",`),o.push(" },")),o.push(...ZS(r," ")),o.push(...XS(r," ",a)),o.push(...JS(r," ")),o.push(...KS(r," ")),o.push(...IA(a," ")),r.debug&&o.push(` debug: ${r.debug},`),a!=null&&a.postprocessMessage?o.push(` postprocessMessage: ${a.postprocessMessage}`):o.push(" postprocessMessage: ({ text }) => window.AgentWidget.markdownPostprocessor(text)"),o.push(" }"),o.push(" });"),o.push("</script>"),o.join(`
|
|
185
|
+
`)}function XP(r,e){let a=e==null?void 0:e.hooks,t=ZL(r),o=["<script>","(function() {"," 'use strict';",""," // Configuration",` var CONFIG = ${JSON.stringify(t,null,2).split(`
|
|
186
|
+
`).map((n,l)=>l===0?n:" "+n).join(`
|
|
187
|
+
`)};`,""," // Constants",` var CDN_BASE = 'https://cdn.jsdelivr.net/npm/@runtypelabs/persona@${ja}/dist';`," var STORAGE_KEY = 'chat-widget-state';"," var PROCESSED_ACTIONS_KEY = 'chat-widget-processed-actions';",""," // DOM context provider - extracts page elements for AI context"," var domContextProvider = function() {"," var selectors = {",` products: '[data-product-id], .product-card, .product-item, [role="article"]',`,` buttons: 'button, [role="button"], .btn',`," links: 'a[href]',"," inputs: 'input, textarea, select'"," };",""," var elements = [];"," Object.entries(selectors).forEach(function(entry) {"," var type = entry[0], selector = entry[1];"," document.querySelectorAll(selector).forEach(function(element) {"," if (!(element instanceof HTMLElement)) return;"," var widgetHost = element.closest('.persona-host');"," if (widgetHost) return;"," var text = element.innerText ? element.innerText.trim() : '';"," if (!text) return;",""," var selectorString = element.id ? '#' + element.id :",` element.getAttribute('data-testid') ? '[data-testid="' + element.getAttribute('data-testid') + '"]' :`,` element.getAttribute('data-product-id') ? '[data-product-id="' + element.getAttribute('data-product-id') + '"]' :`," element.tagName.toLowerCase();",""," var elementData = {"," type: type,"," tagName: element.tagName.toLowerCase(),"," selector: selectorString,"," innerText: text.substring(0, 200)"," };",""," if (type === 'links' && element instanceof HTMLAnchorElement && element.href) {"," elementData.href = element.href;"," }"," elements.push(elementData);"," });"," });",""," var counts = elements.reduce(function(acc, el) {"," acc[el.type] = (acc[el.type] || 0) + 1;"," return acc;"," }, {});",""," return {"," page_elements: elements.slice(0, 50),"," page_element_count: elements.length,"," element_types: counts,"," page_url: window.location.href,"," page_title: document.title,"," timestamp: new Date().toISOString()"," };"," };",""," // Load CSS dynamically"," var loadCSS = function() {"," if (document.querySelector('link[data-persona]')) return;"," var link = document.createElement('link');"," link.rel = 'stylesheet';"," link.href = CDN_BASE + '/widget.css';"," link.setAttribute('data-persona', 'true');"," document.head.appendChild(link);"," };",""," // Load JS dynamically"," var loadJS = function(callback) {"," if (window.AgentWidget) { callback(); return; }"," var script = document.createElement('script');"," script.src = CDN_BASE + '/index.global.js';"," script.onload = callback;"," script.onerror = function() { console.error('Failed to load AgentWidget'); };"," document.head.appendChild(script);"," };",""," // Create widget config with advanced features"," var createWidgetConfig = function(agentWidget) {"," var widgetConfig = Object.assign({}, CONFIG);",""];return a!=null&&a.getHeaders&&(o.push(` widgetConfig.getHeaders = ${a.getHeaders};`),o.push("")),a!=null&&a.contextProviders&&(o.push(` widgetConfig.contextProviders = ${a.contextProviders};`),o.push("")),a!=null&&a.streamParser?o.push(` widgetConfig.streamParser = ${a.streamParser};`):(o.push(" // Flexible JSON stream parser for handling structured actions"),o.push(" widgetConfig.streamParser = function() {"),o.push(` return agentWidget.createFlexibleJsonStreamParser(${NP});`),o.push(" };")),o.push(""),a!=null&&a.actionParsers?(o.push(" // Action parsers (custom merged with defaults)"),o.push(` var customParsers = ${a.actionParsers};`),o.push(" widgetConfig.actionParsers = customParsers.concat(["),o.push(" agentWidget.defaultJsonActionParser,"),o.push(` ${$L}`),o.push(" ]);")):(o.push(" // Action parsers to detect JSON actions in responses"),o.push(" widgetConfig.actionParsers = ["),o.push(" agentWidget.defaultJsonActionParser,"),o.push(` ${$L}`),o.push(" ];")),o.push(""),a!=null&&a.actionHandlers?(o.push(" // Action handlers (custom merged with defaults)"),o.push(` var customHandlers = ${a.actionHandlers};`),o.push(" widgetConfig.actionHandlers = customHandlers.concat(["),o.push(" agentWidget.defaultActionHandlers.message,"),o.push(" agentWidget.defaultActionHandlers.messageAndClick,"),o.push(` ${jL}`),o.push(" ]);")):(o.push(" // Action handlers for navigation and other actions"),o.push(" widgetConfig.actionHandlers = ["),o.push(" agentWidget.defaultActionHandlers.message,"),o.push(" agentWidget.defaultActionHandlers.messageAndClick,"),o.push(` ${jL}`),o.push(" ];")),o.push(""),a!=null&&a.requestMiddleware?(o.push(" // Request middleware (custom merged with DOM context)"),o.push(" widgetConfig.requestMiddleware = function(ctx) {"),o.push(` var customResult = (${a.requestMiddleware})(ctx);`),o.push(" var merged = customResult || ctx.payload;"),o.push(" return Object.assign({}, merged, { metadata: Object.assign({}, merged.metadata, domContextProvider()) });"),o.push(" };")):(o.push(" // Send DOM context with each request"),o.push(" widgetConfig.requestMiddleware = function(ctx) {"),o.push(" return Object.assign({}, ctx.payload, { metadata: domContextProvider() });"),o.push(" };")),o.push(""),a!=null&&a.postprocessMessage?o.push(` widgetConfig.postprocessMessage = ${a.postprocessMessage};`):(o.push(" // Markdown postprocessor"),o.push(" widgetConfig.postprocessMessage = function(ctx) {"),o.push(" return agentWidget.markdownPostprocessor(ctx.text);"),o.push(" };")),o.push(""),(a!=null&&a.onFeedback||a!=null&&a.onCopy)&&(o.push(" // Message action callbacks"),o.push(" widgetConfig.messageActions = widgetConfig.messageActions || {};"),a!=null&&a.onFeedback&&o.push(` widgetConfig.messageActions.onFeedback = ${a.onFeedback};`),a!=null&&a.onCopy&&o.push(` widgetConfig.messageActions.onCopy = ${a.onCopy};`),o.push("")),o.push(" return widgetConfig;"," };",""," // Initialize widget"," var init = function() {"," var agentWidget = window.AgentWidget;"," if (!agentWidget) {"," console.error('AgentWidget not loaded');"," return;"," }",""," var widgetConfig = createWidgetConfig(agentWidget);",""," // Load saved state"," var savedState = localStorage.getItem(STORAGE_KEY);"," if (savedState) {"," try {"," var parsed = JSON.parse(savedState);"," widgetConfig.initialMessages = parsed.messages || [];"," } catch (e) {"," console.error('Failed to load saved state:', e);"," }"," }",""," // Initialize widget"," var handle = agentWidget.initAgentWidget({"," target: 'body',"," useShadowDom: false,"," config: widgetConfig"," });",""," // Save state on message events"," window.addEventListener('persona:message', function() {"," var session = handle.getSession ? handle.getSession() : null;"," if (session) {"," localStorage.setItem(STORAGE_KEY, JSON.stringify({"," messages: session.messages,"," timestamp: new Date().toISOString()"," }));"," }"," });",""," // Clear state on clear chat"," window.addEventListener('persona:clear-chat', function() {"," localStorage.removeItem(STORAGE_KEY);"," localStorage.removeItem(PROCESSED_ACTIONS_KEY);"," });"," };",""," // Wait for framework hydration to complete (Next.js, Nuxt, etc.)"," // This prevents the framework from removing dynamically added CSS during reconciliation"," var waitForHydration = function(callback) {"," var executed = false;"," "," var execute = function() {"," if (executed) return;"," executed = true;"," callback();"," };",""," var afterDom = function() {"," // Strategy 1: Use requestIdleCallback if available (best for detecting idle after hydration)"," if (typeof requestIdleCallback !== 'undefined') {"," requestIdleCallback(function() {"," // Double requestAnimationFrame ensures at least one full paint cycle completed"," requestAnimationFrame(function() {"," requestAnimationFrame(execute);"," });"," }, { timeout: 3000 }); // Max wait 3 seconds, then proceed anyway"," } else {"," // Strategy 2: Fallback for Safari (no requestIdleCallback)"," // 300ms is typically enough for hydration on most pages"," setTimeout(execute, 300);"," }"," };",""," if (document.readyState === 'loading') {"," document.addEventListener('DOMContentLoaded', afterDom);"," } else {"," // DOM already ready, but still wait for potential hydration"," afterDom();"," }"," };",""," // Boot sequence: wait for hydration, then load CSS and JS, then initialize"," // This prevents Next.js/Nuxt/etc. from removing dynamically added CSS during reconciliation"," waitForHydration(function() {"," loadCSS();"," loadJS(function() {"," init();"," });"," });","})();","</script>"),o.join(`
|
|
188
|
+
`)}var JP=FA;return rT(KP);})();
|
|
189
189
|
/*! Bundled license information:
|
|
190
190
|
|
|
191
191
|
lucide/dist/esm/defaultAttributes.js:
|