@runtypelabs/persona 1.46.1 → 1.47.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,32 +1,32 @@
1
- "use strict";var AgentWidget=(()=>{var eT=Object.create;var Qn=Object.defineProperty;var aT=Object.getOwnPropertyDescriptor;var rT=Object.getOwnPropertyNames;var oT=Object.getPrototypeOf,sT=Object.prototype.hasOwnProperty;var DH=r=>{throw TypeError(r)};var nT=(r,e,a)=>e in r?Qn(r,e,{enumerable:!0,configurable:!0,writable:!0,value:a}):r[e]=a;var WH=(r,e)=>()=>(e||r((e={exports:{}}).exports,e),e.exports),wA=(r,e)=>{for(var a in e)Qn(r,a,{get:e[a],enumerable:!0})},OH=(r,e,a,t)=>{if(e&&typeof e=="object"||typeof e=="function")for(let s of rT(e))!sT.call(r,s)&&s!==a&&Qn(r,s,{get:()=>e[s],enumerable:!(t=aT(e,s))||t.enumerable});return r};var zH=(r,e,a)=>(a=r!=null?eT(oT(r)):{},OH(e||!r||!r.__esModule?Qn(a,"default",{value:r,enumerable:!0}):a,r)),lT=r=>OH(Qn({},"__esModule",{value:!0}),r);var re=(r,e,a)=>nT(r,typeof e!="symbol"?e+"":e,a),dT=(r,e,a)=>e.has(r)||DH("Cannot "+a);var qH=(r,e,a)=>e.has(r)?DH("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(r):e.set(r,a);var Tl=(r,e,a)=>(dT(r,e,"access private method"),a);var EA=WH(at=>{"use strict";Object.defineProperty(at,"__esModule",{value:!0});at.Allow=at.ALL=at.COLLECTION=at.ATOM=at.SPECIAL=at.INF=at._INFINITY=at.INFINITY=at.NAN=at.BOOL=at.NULL=at.OBJ=at.ARR=at.NUM=at.STR=void 0;at.STR=1;at.NUM=2;at.ARR=4;at.OBJ=8;at.NULL=16;at.BOOL=32;at.NAN=64;at.INFINITY=128;at._INFINITY=256;at.INF=at.INFINITY|at._INFINITY;at.SPECIAL=at.NULL|at.BOOL|at.INF|at.NAN;at.ATOM=at.STR|at.NUM|at.SPECIAL;at.COLLECTION=at.ARR|at.OBJ;at.ALL=at.ATOM|at.COLLECTION;at.Allow={STR:at.STR,NUM:at.NUM,ARR:at.ARR,OBJ:at.OBJ,NULL:at.NULL,BOOL:at.BOOL,NAN:at.NAN,INFINITY:at.INFINITY,_INFINITY:at._INFINITY,INF:at.INF,SPECIAL:at.SPECIAL,ATOM:at.ATOM,COLLECTION:at.COLLECTION,ALL:at.ALL};at.default=at.Allow});var BA=WH(Ie=>{"use strict";var _T=Ie&&Ie.__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]})),jT=Ie&&Ie.__exportStar||function(r,e){for(var a in r)a!=="default"&&!Object.prototype.hasOwnProperty.call(e,a)&&_T(e,r,a)};Object.defineProperty(Ie,"__esModule",{value:!0});Ie.Allow=Ie.MalformedJSON=Ie.PartialJSON=Ie.parseJSON=Ie.parse=void 0;var Ue=EA();Object.defineProperty(Ie,"Allow",{enumerable:!0,get:function(){return Ue.Allow}});jT(EA(),Ie);var Il=class extends Error{};Ie.PartialJSON=Il;var Fl=class extends Error{};Ie.MalformedJSON=Fl;function iL(r,e=Ue.Allow.ALL){if(typeof r!="string")throw new TypeError(`expecting str, got ${typeof r}`);if(!r.trim())throw new Error(`${r} is empty`);return GT(r.trim(),e)}Ie.parseJSON=iL;var GT=(r,e)=>{let a=r.length,t=0,s=p=>{throw new Il(`${p} at position ${t}`)},o=p=>{throw new Fl(`${p} at position ${t}`)},n=()=>(c(),t>=a&&s("Unexpected end of input"),r[t]==='"'?l():r[t]==="{"?i():r[t]==="["?h():r.substring(t,t+4)==="null"||Ue.Allow.NULL&e&&a-t<4&&"null".startsWith(r.substring(t))?(t+=4,null):r.substring(t,t+4)==="true"||Ue.Allow.BOOL&e&&a-t<4&&"true".startsWith(r.substring(t))?(t+=4,!0):r.substring(t,t+5)==="false"||Ue.Allow.BOOL&e&&a-t<5&&"false".startsWith(r.substring(t))?(t+=5,!1):r.substring(t,t+8)==="Infinity"||Ue.Allow.INFINITY&e&&a-t<8&&"Infinity".startsWith(r.substring(t))?(t+=8,1/0):r.substring(t,t+9)==="-Infinity"||Ue.Allow._INFINITY&e&&1<a-t&&a-t<9&&"-Infinity".startsWith(r.substring(t))?(t+=9,-1/0):r.substring(t,t+3)==="NaN"||Ue.Allow.NAN&e&&a-t<3&&"NaN".startsWith(r.substring(t))?(t+=3,NaN):x()),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(Ue.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++,c();let p={};try{for(;r[t]!=="}";){if(c(),t>=a&&Ue.Allow.OBJ&e)return p;let u=l();c(),t++;try{let w=n();p[u]=w}catch(w){if(Ue.Allow.OBJ&e)return p;throw w}c(),r[t]===","&&t++}}catch{if(Ue.Allow.OBJ&e)return p;s("Expected '}' at end of object")}return t++,p},h=()=>{t++;let p=[];try{for(;r[t]!=="]";)p.push(n()),c(),r[t]===","&&t++}catch{if(Ue.Allow.ARR&e)return p;s("Expected ']' at end of array")}return t++,p},x=()=>{if(t===0){r==="-"&&o("Not sure what '-' is");try{return JSON.parse(r)}catch(u){if(Ue.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&&!(Ue.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))}}},c=()=>{for(;t<a&&`
2
- \r `.includes(r[t]);)t++};return n()},ZT=iL;Ie.parse=ZT});var eE={};wA(eE,{AgentWidgetClient:()=>Za,AgentWidgetSession:()=>pr,AttachmentManager:()=>Ja,DEFAULT_DARK_THEME:()=>YA,DEFAULT_LIGHT_THEME:()=>KA,DEFAULT_WIDGET_CONFIG:()=>se,VERSION:()=>tr,attachHeaderToContainer:()=>Ka,buildComposer:()=>yn,buildDefaultHeader:()=>OA,buildExpandedHeader:()=>qA,buildHeader:()=>va,buildHeaderWithLayout:()=>vn,buildMinimalHeader:()=>zA,componentRegistry:()=>An,createActionManager:()=>ul,createAgentExperience:()=>cA,createBubbleWithLayout:()=>RL,createCSATFeedback:()=>iA,createComponentMiddleware:()=>NL,createComponentStreamParser:()=>sA,createDirectivePostprocessor:()=>lL,createFlexibleJsonStreamParser:()=>hL,createImagePart:()=>ML,createJsonStreamParser:()=>ql,createLocalStorageAdapter:()=>oA,createMarkdownProcessor:()=>nl,createMarkdownProcessorFromConfig:()=>ll,createMessageActions:()=>$A,createNPSFeedback:()=>pA,createPlainTextParser:()=>Ol,createRegexJsonParser:()=>zl,createStandardBubble:()=>wn,createTextPart:()=>$l,createTypingIndicator:()=>Ya,createXmlParser:()=>Nl,default:()=>tE,defaultActionHandlers:()=>Qa,defaultJsonActionParser:()=>fl,directivePostprocessor:()=>dL,escapeHtml:()=>Vl,extractComponentDirectiveFromMessage:()=>dA,fileToImagePart:()=>vL,generateAssistantMessageId:()=>Xa,generateCodeSnippet:()=>KL,generateMessageId:()=>fL,generateUserMessageId:()=>ir,getDisplayText:()=>mL,getHeaderLayout:()=>NA,getImageParts:()=>gL,hasComponentDirective:()=>lA,hasImages:()=>xL,headerLayouts:()=>aA,initAgentWidget:()=>rk,isComponentDirectiveType:()=>qL,markdownPostprocessor:()=>PA,mergeWithDefaults:()=>rA,normalizeContent:()=>uL,pluginRegistry:()=>hl,renderComponentDirective:()=>nA,renderLoadingIndicatorWithFallback:()=>UA,validateImageFile:()=>yL});function SA(){return{async:!1,breaks:!1,extensions:null,gfm:!0,hooks:null,pedantic:!1,renderer:null,silent:!1,tokenizer:null,walkTokens:null}}var Ga=SA();function GH(r){Ga=r}var ZH=/[&<>"']/,iT=new RegExp(ZH.source,"g"),XH=/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/,pT=new RegExp(XH.source,"g"),cT={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},NH=r=>cT[r];function Ke(r,e){if(e){if(ZH.test(r))return r.replace(iT,NH)}else if(XH.test(r))return r.replace(pT,NH);return r}var hT=/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/ig;function fT(r){return r.replace(hT,(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 uT=/(^|[^\[])\^/g;function Jt(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(uT,"$1"),a=a.replace(s,n),t},getRegex:()=>new RegExp(a,e)};return t}function UH(r){try{r=encodeURI(r).replace(/%25/g,"%")}catch{return null}return r}var el={exec:()=>null};function $H(r,e){let a=r.replace(/\|/g,(o,n,l)=>{let i=!1,h=n;for(;--h>=0&&l[h]==="\\";)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 Pl(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 mT(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 _H(r,e,a,t){let s=e.href,o=e.title?Ke(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:Ke(n)}}function xT(r,e){let a=r.match(/^(\s+)(?:```)/);if(a===null)return e;let t=a[1];return e.split(`
1
+ "use strict";var AgentWidget=(()=>{var xL=Object.create;var el=Object.defineProperty;var gL=Object.getOwnPropertyDescriptor;var ML=Object.getOwnPropertyNames;var vL=Object.getPrototypeOf,yL=Object.prototype.hasOwnProperty;var YH=r=>{throw TypeError(r)};var wL=(r,e,a)=>e in r?el(r,e,{enumerable:!0,configurable:!0,writable:!0,value:a}):r[e]=a;var QH=(r,e)=>()=>(e||r((e={exports:{}}).exports,e),e.exports),HA=(r,e)=>{for(var a in e)el(r,a,{get:e[a],enumerable:!0})},tT=(r,e,a,t)=>{if(e&&typeof e=="object"||typeof e=="function")for(let s of ML(e))!yL.call(r,s)&&s!==a&&el(r,s,{get:()=>e[s],enumerable:!(t=gL(e,s))||t.enumerable});return r};var eT=(r,e,a)=>(a=r!=null?xL(vL(r)):{},tT(e||!r||!r.__esModule?el(a,"default",{value:r,enumerable:!0}):a,r)),CL=r=>tT(el({},"__esModule",{value:!0}),r);var ae=(r,e,a)=>wL(r,typeof e!="symbol"?e+"":e,a),bL=(r,e,a)=>e.has(r)||YH("Cannot "+a);var aT=(r,e,a)=>e.has(r)?YH("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(r):e.set(r,a);var Bl=(r,e,a)=>(bL(r,e,"access private method"),a);var DA=QH(ot=>{"use strict";Object.defineProperty(ot,"__esModule",{value:!0});ot.Allow=ot.ALL=ot.COLLECTION=ot.ATOM=ot.SPECIAL=ot.INF=ot._INFINITY=ot.INFINITY=ot.NAN=ot.BOOL=ot.NULL=ot.OBJ=ot.ARR=ot.NUM=ot.STR=void 0;ot.STR=1;ot.NUM=2;ot.ARR=4;ot.OBJ=8;ot.NULL=16;ot.BOOL=32;ot.NAN=64;ot.INFINITY=128;ot._INFINITY=256;ot.INF=ot.INFINITY|ot._INFINITY;ot.SPECIAL=ot.NULL|ot.BOOL|ot.INF|ot.NAN;ot.ATOM=ot.STR|ot.NUM|ot.SPECIAL;ot.COLLECTION=ot.ARR|ot.OBJ;ot.ALL=ot.ATOM|ot.COLLECTION;ot.Allow={STR:ot.STR,NUM:ot.NUM,ARR:ot.ARR,OBJ:ot.OBJ,NULL:ot.NULL,BOOL:ot.BOOL,NAN:ot.NAN,INFINITY:ot.INFINITY,_INFINITY:ot._INFINITY,INF:ot.INF,SPECIAL:ot.SPECIAL,ATOM:ot.ATOM,COLLECTION:ot.COLLECTION,ALL:ot.ALL};ot.default=ot.Allow});var WA=QH(Fe=>{"use strict";var nP=Fe&&Fe.__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]})),lP=Fe&&Fe.__exportStar||function(r,e){for(var a in r)a!=="default"&&!Object.prototype.hasOwnProperty.call(e,a)&&nP(e,r,a)};Object.defineProperty(Fe,"__esModule",{value:!0});Fe.Allow=Fe.MalformedJSON=Fe.PartialJSON=Fe.parseJSON=Fe.parse=void 0;var $e=DA();Object.defineProperty(Fe,"Allow",{enumerable:!0,get:function(){return $e.Allow}});lP(DA(),Fe);var Wl=class extends Error{};Fe.PartialJSON=Wl;var Ol=class extends Error{};Fe.MalformedJSON=Ol;function ST(r,e=$e.Allow.ALL){if(typeof r!="string")throw new TypeError(`expecting str, got ${typeof r}`);if(!r.trim())throw new Error(`${r} is empty`);return dP(r.trim(),e)}Fe.parseJSON=ST;var dP=(r,e)=>{let a=r.length,t=0,s=c=>{throw new Wl(`${c} at position ${t}`)},o=c=>{throw new Ol(`${c} at position ${t}`)},n=()=>(h(),t>=a&&s("Unexpected end of input"),r[t]==='"'?l():r[t]==="{"?i():r[t]==="["?p():r.substring(t,t+4)==="null"||$e.Allow.NULL&e&&a-t<4&&"null".startsWith(r.substring(t))?(t+=4,null):r.substring(t,t+4)==="true"||$e.Allow.BOOL&e&&a-t<4&&"true".startsWith(r.substring(t))?(t+=4,!0):r.substring(t,t+5)==="false"||$e.Allow.BOOL&e&&a-t<5&&"false".startsWith(r.substring(t))?(t+=5,!1):r.substring(t,t+8)==="Infinity"||$e.Allow.INFINITY&e&&a-t<8&&"Infinity".startsWith(r.substring(t))?(t+=8,1/0):r.substring(t,t+9)==="-Infinity"||$e.Allow._INFINITY&e&&1<a-t&&a-t<9&&"-Infinity".startsWith(r.substring(t))?(t+=9,-1/0):r.substring(t,t+3)==="NaN"||$e.Allow.NAN&e&&a-t<3&&"NaN".startsWith(r.substring(t))?(t+=3,NaN):m()),l=()=>{let c=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(c,++t-Number(u)))}catch(v){o(String(v))}else if($e.Allow.STR&e)try{return JSON.parse(r.substring(c,t-Number(u))+'"')}catch{return JSON.parse(r.substring(c,r.lastIndexOf("\\"))+'"')}s("Unterminated string literal")},i=()=>{t++,h();let c={};try{for(;r[t]!=="}";){if(h(),t>=a&&$e.Allow.OBJ&e)return c;let u=l();h(),t++;try{let v=n();c[u]=v}catch(v){if($e.Allow.OBJ&e)return c;throw v}h(),r[t]===","&&t++}}catch{if($e.Allow.OBJ&e)return c;s("Expected '}' at end of object")}return t++,c},p=()=>{t++;let c=[];try{for(;r[t]!=="]";)c.push(n()),h(),r[t]===","&&t++}catch{if($e.Allow.ARR&e)return c;s("Expected ']' at end of array")}return t++,c},m=()=>{if(t===0){r==="-"&&o("Not sure what '-' is");try{return JSON.parse(r)}catch(u){if($e.Allow.NUM&e)try{return JSON.parse(r.substring(0,r.lastIndexOf("e")))}catch{}o(String(u))}}let c=t;for(r[t]==="-"&&t++;r[t]&&",]}".indexOf(r[t])===-1;)t++;t==a&&!($e.Allow.NUM&e)&&s("Unterminated number literal");try{return JSON.parse(r.substring(c,t))}catch{r.substring(c,t)==="-"&&s("Not sure what '-' is");try{return JSON.parse(r.substring(c,r.lastIndexOf("e")))}catch(v){o(String(v))}}},h=()=>{for(;t<a&&`
2
+ \r `.includes(r[t]);)t++};return n()},iP=ST;Fe.parse=iP});var xE={};HA(xE,{AgentWidgetClient:()=>Ka,AgentWidgetSession:()=>gr,AttachmentManager:()=>er,DEFAULT_DARK_THEME:()=>ok,DEFAULT_LIGHT_THEME:()=>rk,DEFAULT_WIDGET_CONFIG:()=>de,VERSION:()=>sr,attachHeaderToContainer:()=>ar,buildComposer:()=>Hn,buildDefaultHeader:()=>_A,buildExpandedHeader:()=>GA,buildHeader:()=>ba,buildHeaderWithLayout:()=>kn,buildMinimalHeader:()=>jA,componentRegistry:()=>Bn,createActionManager:()=>Ml,createAgentExperience:()=>mA,createBestAvailableVoiceProvider:()=>Xl,createBubbleWithLayout:()=>ZT,createCSATFeedback:()=>fA,createComponentMiddleware:()=>rL,createComponentStreamParser:()=>iA,createDirectivePostprocessor:()=>CT,createFlexibleJsonStreamParser:()=>HT,createImagePart:()=>RT,createJsonStreamParser:()=>$l,createLocalStorageAdapter:()=>dA,createMarkdownProcessor:()=>dl,createMarkdownProcessorFromConfig:()=>il,createMessageActions:()=>JA,createNPSFeedback:()=>uA,createPlainTextParser:()=>Nl,createRegexJsonParser:()=>Ul,createStandardBubble:()=>Tn,createTextPart:()=>Gl,createTypingIndicator:()=>rr,createVoiceProvider:()=>tr,createXmlParser:()=>_l,default:()=>mE,defaultActionHandlers:()=>or,defaultJsonActionParser:()=>gl,directivePostprocessor:()=>bT,escapeHtml:()=>Dl,extractComponentDirectiveFromMessage:()=>hA,fileToImagePart:()=>VT,generateAssistantMessageId:()=>Ya,generateCodeSnippet:()=>hL,generateMessageId:()=>TT,generateUserMessageId:()=>xr,getDisplayText:()=>PT,getHeaderLayout:()=>ZA,getImageParts:()=>BT,hasComponentDirective:()=>cA,hasImages:()=>ET,headerLayouts:()=>nA,initAgentWidget:()=>ik,isComponentDirectiveType:()=>aL,isVoiceSupported:()=>hl,markdownPostprocessor:()=>FA,mergeWithDefaults:()=>lA,normalizeContent:()=>LT,pluginRegistry:()=>xl,renderComponentDirective:()=>pA,renderLoadingIndicatorWithFallback:()=>XA,validateImageFile:()=>IT});function PA(){return{async:!1,breaks:!1,extensions:null,gfm:!0,hooks:null,pedantic:!1,renderer:null,silent:!1,tokenizer:null,walkTokens:null}}var Ja=PA();function dT(r){Ja=r}var iT=/[&<>"']/,SL=new RegExp(iT.source,"g"),pT=/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/,AL=new RegExp(pT.source,"g"),kL={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},rT=r=>kL[r];function ta(r,e){if(e){if(iT.test(r))return r.replace(SL,rT)}else if(pT.test(r))return r.replace(AL,rT);return r}var HL=/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/ig;function TL(r){return r.replace(HL,(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 LL=/(^|[^\[])\^/g;function Zt(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(LL,"$1"),a=a.replace(s,n),t},getRegex:()=>new RegExp(a,e)};return t}function oT(r){try{r=encodeURI(r).replace(/%25/g,"%")}catch{return null}return r}var rl={exec:()=>null};function sT(r,e){let a=r.replace(/\|/g,(o,n,l)=>{let i=!1,p=n;for(;--p>=0&&l[p]==="\\";)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 Rl(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 PL(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 nT(r,e,a,t){let s=e.href,o=e.title?ta(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:ta(n)}}function EL(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 lr=class{constructor(e){re(this,"options");re(this,"rules");re(this,"lexer");this.options=e||Ga}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:Pl(t,`
5
- `)}}}fences(e){let a=this.rules.block.fences.exec(e);if(a){let t=a[0],s=xT(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=Pl(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=Pl(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="",h=!1;for(;e;){let x=!1;if(!(a=n.exec(e))||this.rules.block.hr.test(e))break;l=a[0],e=e.substring(l.length);let c=a[2].split(`
8
- `,1)[0].replace(/^\t+/,b=>" ".repeat(3*b.length)),p=e.split(`
9
- `,1)[0],u=0;this.options.pedantic?(u=2,i=c.trimStart()):(u=a[2].search(/[^ ]/),u=u>4?1:u,i=c.slice(u),u+=a[1].length);let w=!1;if(!c&&/^ *$/.test(p)&&(l+=p+`
10
- `,e=e.substring(p.length+1),x=!0),!x){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)}}(?:\`\`\`|~~~)`),f=new RegExp(`^ {0,${Math.min(3,u-1)}}#`);for(;e;){let m=e.split(`
11
- `,1)[0];if(p=m,this.options.pedantic&&(p=p.replace(/^ {1,4}(?=( {4})*[^ ])/g," ")),L.test(p)||f.test(p)||b.test(p)||g.test(e))break;if(p.search(/[^ ]/)>=u||!p.trim())i+=`
12
- `+p.slice(u);else{if(w||c.search(/[^ ]/)>=4||L.test(c)||f.test(c)||g.test(c))break;i+=`
13
- `+p}!w&&!p.trim()&&(w=!0),l+=m+`
14
- `,e=e.substring(m.length+1),c=p.slice(u)}}o.loose||(h?o.loose=!0:/\n *\n *$/.test(l)&&(h=!0));let C=null,k;this.options.gfm&&(C=/^\[[ xX]\] /.exec(i),C&&(k=C[0]!=="[ ] ",i=i.replace(/^\[[ xX]\] +/,""))),o.items.push({type:"list_item",raw:l,task:!!C,checked:k,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 x=0;x<o.items.length;x++)if(this.lexer.state.top=!1,o.items[x].tokens=this.lexer.blockTokens(o.items[x].text,[]),!o.loose){let c=o.items[x].tokens.filter(u=>u.type==="space"),p=c.length>0&&c.some(u=>/\n.*\n/.test(u.raw));o.loose=p}if(o.loose)for(let x=0;x<o.items.length;x++)o.items[x].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=$H(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($H(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:Ke(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=Pl(t.slice(0,-1),"\\");if((t.length-n.length)%2===0)return}else{let n=mT(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)),_H(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 _H(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,h=n,x=0,c=s[0][0]==="*"?this.rules.inline.emStrongRDelimAst:this.rules.inline.emStrongRDelimUnd;for(c.lastIndex=0,a=a.slice(-1*e.length+n);(s=c.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]){h+=i;continue}else if((s[5]||s[6])&&n%3&&!((n+i)%3)){x+=i;continue}if(h-=i,h>0)continue;i=Math.min(i,i+h+x);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=Ke(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=Ke(a[1]),s="mailto:"+t):(t=Ke(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=Ke(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=Ke(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=Ke(a[0]),{type:"text",raw:a[0],text:t}}}},gT=/^(?: *(?:\n|$))+/,MT=/^( {4}[^\n]+(?:\n(?: *(?:\n|$))*)?)+/,vT=/^ {0,3}(`{3,}(?=[^`\n]*(?:\n|$))|~{3,})([^\n]*)(?:\n|$)(?:|([\s\S]*?)(?:\n|$))(?: {0,3}\1[~`]* *(?=\n|$)|$)/,ol=/^ {0,3}((?:-[\t ]*){3,}|(?:_[ \t]*){3,}|(?:\*[ \t]*){3,})(?:\n+|$)/,yT=/^ {0,3}(#{1,6})(?=\s|$)(.*)(?:\n+|$)/,JH=/(?:[*+-]|\d{1,9}[.)])/,KH=Jt(/^(?!bull |blockCode|fences|blockquote|heading|html)((?:.|\n(?!\s*?\n|bull |blockCode|fences|blockquote|heading|html))+?)\n {0,3}(=+|-+) *(?:\n+|$)/).replace(/bull/g,JH).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(),AA=/^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html|table| +\n)[^\n]+)*)/,wT=/^[^\n]+/,kA=/(?!\s*\])(?:\\.|[^\[\]\\])+/,CT=Jt(/^ {0,3}\[(label)\]: *(?:\n *)?([^<\s][^\s]*|<.*?>)(?:(?: +(?:\n *)?| *\n *)(title))? *(?:\n+|$)/).replace("label",kA).replace("title",/(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/).getRegex(),bT=Jt(/^( {0,3}bull)([ \t][^\n]+?)?(?:\n|$)/).replace(/bull/g,JH).getRegex(),Rl="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",HA=/<!--(?:-?>|[\s\S]*?(?:-->|$))/,ST=Jt("^ {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",HA).replace("tag",Rl).replace("attribute",/ +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(),YH=Jt(AA).replace("hr",ol).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",Rl).getRegex(),AT=Jt(/^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/).replace("paragraph",YH).getRegex(),LA={blockquote:AT,code:MT,def:CT,fences:vT,heading:yT,hr:ol,html:ST,lheading:KH,list:bT,newline:gT,paragraph:YH,table:el,text:wT},jH=Jt("^ *([^\\n ].*)\\n {0,3}((?:\\| *)?:?-+:? *(?:\\| *:?-+:? *)*(?:\\| *)?)(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)").replace("hr",ol).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",Rl).getRegex(),kT={...LA,table:jH,paragraph:Jt(AA).replace("hr",ol).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("|lheading","").replace("table",jH).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",Rl).getRegex()},HT={...LA,html:Jt(`^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+?</\\1> *(?:\\n{2,}|\\s*$)|<tag(?:"[^"]*"|'[^']*'|\\s[^'"/>\\s]*)*?/?> *(?:\\n{2,}|\\s*$))`).replace("comment",HA).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:el,lheading:/^(.+?)\n {0,3}(=+|-+) *(?:\n+|$)/,paragraph:Jt(AA).replace("hr",ol).replace("heading",` *#{1,6} *[^
17
- ]`).replace("lheading",KH).replace("|table","").replace("blockquote"," {0,3}>").replace("|fences","").replace("|list","").replace("|html","").replace("|tag","").getRegex()},QH=/^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/,LT=/^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/,tL=/^( {2,}|\\)\n(?!\s*$)/,TT=/^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\<!\[`*_]|\b_|$)|[^ ](?= {2,}\n)))/,sl="\\p{P}\\p{S}",PT=Jt(/^((?![*_])[\spunctuation])/,"u").replace(/punctuation/g,sl).getRegex(),ET=/\[[^[\]]*?\]\([^\(\)]*?\)|`[^`]*?`|<[^<>]*?>/g,BT=Jt(/^(?:\*+(?:((?!\*)[punct])|[^\s*]))|^_+(?:((?!_)[punct])|([^\s_]))/,"u").replace(/punct/g,sl).getRegex(),RT=Jt("^[^_*]*?__[^_*]*?\\*[^_*]*?(?=__)|[^*]+(?=[^*])|(?!\\*)[punct](\\*+)(?=[\\s]|$)|[^punct\\s](\\*+)(?!\\*)(?=[punct\\s]|$)|(?!\\*)[punct\\s](\\*+)(?=[^punct\\s])|[\\s](\\*+)(?!\\*)(?=[punct])|(?!\\*)[punct](\\*+)(?!\\*)(?=[punct])|[^punct\\s](\\*+)(?=[^punct\\s])","gu").replace(/punct/g,sl).getRegex(),VT=Jt("^[^_*]*?\\*\\*[^_*]*?_[^_*]*?(?=\\*\\*)|[^_]+(?=[^_])|(?!_)[punct](_+)(?=[\\s]|$)|[^punct\\s](_+)(?!_)(?=[punct\\s]|$)|(?!_)[punct\\s](_+)(?=[^punct\\s])|[\\s](_+)(?!_)(?=[punct])|(?!_)[punct](_+)(?!_)(?=[punct])","gu").replace(/punct/g,sl).getRegex(),IT=Jt(/\\([punct])/,"gu").replace(/punct/g,sl).getRegex(),FT=Jt(/^<(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(),DT=Jt(HA).replace("(?:-->|$)","-->").getRegex(),WT=Jt("^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",DT).replace("attribute",/\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/).getRegex(),Bl=/(?:\[(?:\\.|[^\[\]\\])*\]|\\.|`[^`]*`|[^\[\]\\`])*?/,OT=Jt(/^!?\[(label)\]\(\s*(href)(?:\s+(title))?\s*\)/).replace("label",Bl).replace("href",/<(?:\\.|[^\n<>\\])+>|[^\s\x00-\x1f]*/).replace("title",/"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/).getRegex(),eL=Jt(/^!?\[(label)\]\[(ref)\]/).replace("label",Bl).replace("ref",kA).getRegex(),aL=Jt(/^!?\[(ref)\](?:\[\])?/).replace("ref",kA).getRegex(),zT=Jt("reflink|nolink(?!\\()","g").replace("reflink",eL).replace("nolink",aL).getRegex(),TA={_backpedal:el,anyPunctuation:IT,autolink:FT,blockSkip:ET,br:tL,code:LT,del:el,emStrongLDelim:BT,emStrongRDelimAst:RT,emStrongRDelimUnd:VT,escape:QH,link:OT,nolink:aL,punctuation:PT,reflink:eL,reflinkSearch:zT,tag:WT,text:TT,url:el},qT={...TA,link:Jt(/^!?\[(label)\]\((.*?)\)/).replace("label",Bl).getRegex(),reflink:Jt(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label",Bl).getRegex()},CA={...TA,escape:Jt(QH).replace("])","~|])").getRegex(),url:Jt(/^((?: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.!#$%&'*+\/=?_`{\|}~-]+@)))/},NT={...CA,br:Jt(tL).replace("{2,}","*").getRegex(),text:Jt(CA.text).replace("\\b_","\\b_| {2,}\\n").replace(/\{2,\}/g,"*").getRegex()},El={normal:LA,gfm:kT,pedantic:HT},tl={normal:TA,gfm:CA,breaks:NT,pedantic:qT},xa=class r{constructor(e){re(this,"tokens");re(this,"options");re(this,"state");re(this,"tokenizer");re(this,"inlineQueue");this.tokens=[],this.tokens.links=Object.create(null),this.options=e||Ga,this.options.tokenizer=this.options.tokenizer||new lr,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:El.normal,inline:tl.normal};this.options.pedantic?(a.block=El.pedantic,a.inline=tl.pedantic):this.options.gfm&&(a.block=El.gfm,this.options.breaks?a.inline=tl.breaks:a.inline=tl.gfm),this.tokenizer.rules=a}static get rules(){return{block:El,inline:tl}}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,h)=>i+" ".repeat(h.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+=`
4
+ `)}var ur=class{constructor(e){ae(this,"options");ae(this,"rules");ae(this,"lexer");this.options=e||Ja}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:Rl(t,`
5
+ `)}}}fences(e){let a=this.rules.block.fences.exec(e);if(a){let t=a[0],s=EL(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=Rl(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=Rl(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="",p=!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 h=a[2].split(`
8
+ `,1)[0].replace(/^\t+/,b=>" ".repeat(3*b.length)),c=e.split(`
9
+ `,1)[0],u=0;this.options.pedantic?(u=2,i=h.trimStart()):(u=a[2].search(/[^ ]/),u=u>4?1:u,i=h.slice(u),u+=a[1].length);let v=!1;if(!h&&/^ *$/.test(c)&&(l+=c+`
10
+ `,e=e.substring(c.length+1),m=!0),!m){let b=new RegExp(`^ {0,${Math.min(3,u-1)}}(?:[*+-]|\\d{1,9}[.)])((?:[ ][^\\n]*)?(?:\\n|$))`),M=new RegExp(`^ {0,${Math.min(3,u-1)}}((?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$)`),T=new RegExp(`^ {0,${Math.min(3,u-1)}}(?:\`\`\`|~~~)`),f=new RegExp(`^ {0,${Math.min(3,u-1)}}#`);for(;e;){let x=e.split(`
11
+ `,1)[0];if(c=x,this.options.pedantic&&(c=c.replace(/^ {1,4}(?=( {4})*[^ ])/g," ")),T.test(c)||f.test(c)||b.test(c)||M.test(e))break;if(c.search(/[^ ]/)>=u||!c.trim())i+=`
12
+ `+c.slice(u);else{if(v||h.search(/[^ ]/)>=4||T.test(h)||f.test(h)||M.test(h))break;i+=`
13
+ `+c}!v&&!c.trim()&&(v=!0),l+=x+`
14
+ `,e=e.substring(x.length+1),h=c.slice(u)}}o.loose||(p?o.loose=!0:/\n *\n *$/.test(l)&&(p=!0));let C=null,H;this.options.gfm&&(C=/^\[[ xX]\] /.exec(i),C&&(H=C[0]!=="[ ] ",i=i.replace(/^\[[ xX]\] +/,""))),o.items.push({type:"list_item",raw:l,task:!!C,checked:H,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 h=o.items[m].tokens.filter(u=>u.type==="space"),c=h.length>0&&h.some(u=>/\n.*\n/.test(u.raw));o.loose=c}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=sT(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(sT(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:ta(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=Rl(t.slice(0,-1),"\\");if((t.length-n.length)%2===0)return}else{let n=PL(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)),nT(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 nT(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,p=n,m=0,h=s[0][0]==="*"?this.rules.inline.emStrongRDelimAst:this.rules.inline.emStrongRDelimUnd;for(h.lastIndex=0,a=a.slice(-1*e.length+n);(s=h.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]){p+=i;continue}else if((s[5]||s[6])&&n%3&&!((n+i)%3)){m+=i;continue}if(p-=i,p>0)continue;i=Math.min(i,i+p+m);let c=[...s[0]][0].length,u=e.slice(0,n+s.index+c+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 v=u.slice(2,-2);return{type:"strong",raw:u,text:v,tokens:this.lexer.inlineTokens(v)}}}}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=ta(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=ta(a[1]),s="mailto:"+t):(t=ta(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=ta(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=ta(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=ta(a[0]),{type:"text",raw:a[0],text:t}}}},BL=/^(?: *(?:\n|$))+/,RL=/^( {4}[^\n]+(?:\n(?: *(?:\n|$))*)?)+/,VL=/^ {0,3}(`{3,}(?=[^`\n]*(?:\n|$))|~{3,})([^\n]*)(?:\n|$)(?:|([\s\S]*?)(?:\n|$))(?: {0,3}\1[~`]* *(?=\n|$)|$)/,nl=/^ {0,3}((?:-[\t ]*){3,}|(?:_[ \t]*){3,}|(?:\*[ \t]*){3,})(?:\n+|$)/,IL=/^ {0,3}(#{1,6})(?=\s|$)(.*)(?:\n+|$)/,cT=/(?:[*+-]|\d{1,9}[.)])/,hT=Zt(/^(?!bull |blockCode|fences|blockquote|heading|html)((?:.|\n(?!\s*?\n|bull |blockCode|fences|blockquote|heading|html))+?)\n {0,3}(=+|-+) *(?:\n+|$)/).replace(/bull/g,cT).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(),EA=/^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html|table| +\n)[^\n]+)*)/,FL=/^[^\n]+/,BA=/(?!\s*\])(?:\\.|[^\[\]\\])+/,DL=Zt(/^ {0,3}\[(label)\]: *(?:\n *)?([^<\s][^\s]*|<.*?>)(?:(?: +(?:\n *)?| *\n *)(title))? *(?:\n+|$)/).replace("label",BA).replace("title",/(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/).getRegex(),WL=Zt(/^( {0,3}bull)([ \t][^\n]+?)?(?:\n|$)/).replace(/bull/g,cT).getRegex(),Fl="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",RA=/<!--(?:-?>|[\s\S]*?(?:-->|$))/,OL=Zt("^ {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",RA).replace("tag",Fl).replace("attribute",/ +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(),fT=Zt(EA).replace("hr",nl).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",Fl).getRegex(),zL=Zt(/^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/).replace("paragraph",fT).getRegex(),VA={blockquote:zL,code:RL,def:DL,fences:VL,heading:IL,hr:nl,html:OL,lheading:hT,list:WL,newline:BL,paragraph:fT,table:rl,text:FL},lT=Zt("^ *([^\\n ].*)\\n {0,3}((?:\\| *)?:?-+:? *(?:\\| *:?-+:? *)*(?:\\| *)?)(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)").replace("hr",nl).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",Fl).getRegex(),qL={...VA,table:lT,paragraph:Zt(EA).replace("hr",nl).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("|lheading","").replace("table",lT).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",Fl).getRegex()},NL={...VA,html:Zt(`^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+?</\\1> *(?:\\n{2,}|\\s*$)|<tag(?:"[^"]*"|'[^']*'|\\s[^'"/>\\s]*)*?/?> *(?:\\n{2,}|\\s*$))`).replace("comment",RA).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:rl,lheading:/^(.+?)\n {0,3}(=+|-+) *(?:\n+|$)/,paragraph:Zt(EA).replace("hr",nl).replace("heading",` *#{1,6} *[^
17
+ ]`).replace("lheading",hT).replace("|table","").replace("blockquote"," {0,3}>").replace("|fences","").replace("|list","").replace("|html","").replace("|tag","").getRegex()},uT=/^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/,UL=/^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/,mT=/^( {2,}|\\)\n(?!\s*$)/,$L=/^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\<!\[`*_]|\b_|$)|[^ ](?= {2,}\n)))/,ll="\\p{P}\\p{S}",_L=Zt(/^((?![*_])[\spunctuation])/,"u").replace(/punctuation/g,ll).getRegex(),jL=/\[[^[\]]*?\]\([^\(\)]*?\)|`[^`]*?`|<[^<>]*?>/g,GL=Zt(/^(?:\*+(?:((?!\*)[punct])|[^\s*]))|^_+(?:((?!_)[punct])|([^\s_]))/,"u").replace(/punct/g,ll).getRegex(),ZL=Zt("^[^_*]*?__[^_*]*?\\*[^_*]*?(?=__)|[^*]+(?=[^*])|(?!\\*)[punct](\\*+)(?=[\\s]|$)|[^punct\\s](\\*+)(?!\\*)(?=[punct\\s]|$)|(?!\\*)[punct\\s](\\*+)(?=[^punct\\s])|[\\s](\\*+)(?!\\*)(?=[punct])|(?!\\*)[punct](\\*+)(?!\\*)(?=[punct])|[^punct\\s](\\*+)(?=[^punct\\s])","gu").replace(/punct/g,ll).getRegex(),XL=Zt("^[^_*]*?\\*\\*[^_*]*?_[^_*]*?(?=\\*\\*)|[^_]+(?=[^_])|(?!_)[punct](_+)(?=[\\s]|$)|[^punct\\s](_+)(?!_)(?=[punct\\s]|$)|(?!_)[punct\\s](_+)(?=[^punct\\s])|[\\s](_+)(?!_)(?=[punct])|(?!_)[punct](_+)(?!_)(?=[punct])","gu").replace(/punct/g,ll).getRegex(),JL=Zt(/\\([punct])/,"gu").replace(/punct/g,ll).getRegex(),KL=Zt(/^<(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(),YL=Zt(RA).replace("(?:-->|$)","-->").getRegex(),QL=Zt("^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",YL).replace("attribute",/\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/).getRegex(),Il=/(?:\[(?:\\.|[^\[\]\\])*\]|\\.|`[^`]*`|[^\[\]\\`])*?/,tP=Zt(/^!?\[(label)\]\(\s*(href)(?:\s+(title))?\s*\)/).replace("label",Il).replace("href",/<(?:\\.|[^\n<>\\])+>|[^\s\x00-\x1f]*/).replace("title",/"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/).getRegex(),xT=Zt(/^!?\[(label)\]\[(ref)\]/).replace("label",Il).replace("ref",BA).getRegex(),gT=Zt(/^!?\[(ref)\](?:\[\])?/).replace("ref",BA).getRegex(),eP=Zt("reflink|nolink(?!\\()","g").replace("reflink",xT).replace("nolink",gT).getRegex(),IA={_backpedal:rl,anyPunctuation:JL,autolink:KL,blockSkip:jL,br:mT,code:UL,del:rl,emStrongLDelim:GL,emStrongRDelimAst:ZL,emStrongRDelimUnd:XL,escape:uT,link:tP,nolink:gT,punctuation:_L,reflink:xT,reflinkSearch:eP,tag:QL,text:$L,url:rl},aP={...IA,link:Zt(/^!?\[(label)\]\((.*?)\)/).replace("label",Il).getRegex(),reflink:Zt(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label",Il).getRegex()},TA={...IA,escape:Zt(uT).replace("])","~|])").getRegex(),url:Zt(/^((?: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.!#$%&'*+\/=?_`{\|}~-]+@)))/},rP={...TA,br:Zt(mT).replace("{2,}","*").getRegex(),text:Zt(TA.text).replace("\\b_","\\b_| {2,}\\n").replace(/\{2,\}/g,"*").getRegex()},Vl={normal:VA,gfm:qL,pedantic:NL},al={normal:IA,gfm:TA,breaks:rP,pedantic:aP},ya=class r{constructor(e){ae(this,"tokens");ae(this,"options");ae(this,"state");ae(this,"tokenizer");ae(this,"inlineQueue");this.tokens=[],this.tokens.links=Object.create(null),this.options=e||Ja,this.options.tokenizer=this.options.tokenizer||new ur,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:Vl.normal,inline:al.normal};this.options.pedantic?(a.block=Vl.pedantic,a.inline=al.pedantic):this.options.gfm&&(a.block=Vl.gfm,this.options.breaks?a.inline=al.breaks:a.inline=al.gfm),this.tokenizer.rules=a}static get rules(){return{block:Vl,inline:al}}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,p)=>i+" ".repeat(p.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 l=1/0,i=e.slice(1),h;this.options.extensions.startBlock.forEach(x=>{h=x.call({lexer:this},i),typeof h=="number"&&h>=0&&(l=Math.min(l,h))}),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+=`
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),p;this.options.extensions.startBlock.forEach(m=>{p=m.call({lexer:this},i),typeof p=="number"&&p>=0&&(l=Math.min(l,p))}),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 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,h;if(this.tokens.links){let x=Object.keys(this.tokens.links);if(x.length>0)for(;(l=this.tokenizer.rules.inline.reflinkSearch.exec(n))!=null;)x.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||(h=""),i=!1,!(this.options.extensions&&this.options.extensions.inline&&this.options.extensions.inline.some(x=>(t=x.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,h)){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 x=1/0,c=e.slice(1),p;this.options.extensions.startInline.forEach(u=>{p=u.call({lexer:this},c),typeof p=="number"&&p>=0&&(x=Math.min(x,p))}),x<1/0&&x>=0&&(o=e.substring(0,x+1))}if(t=this.tokenizer.inlineText(o)){e=e.substring(t.raw.length),t.raw.slice(-1)!=="_"&&(h=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 x="Infinite loop on byte: "+e.charCodeAt(0);if(this.options.silent){console.error(x);break}else throw new Error(x)}}return a}},dr=class{constructor(e){re(this,"options");this.options=e||Ga}code(e,a,t){var o;let s=(o=(a||"").match(/^\S*/))==null?void 0:o[0];return e=e.replace(/\n$/,"")+`
28
- `,s?'<pre><code class="language-'+Ke(s)+'">'+(t?e:Ke(e,!0))+`</code></pre>
29
- `:"<pre><code>"+(t?e:Ke(e,!0))+`</code></pre>
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,p;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||(p=""),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,p)){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,h=e.slice(1),c;this.options.extensions.startInline.forEach(u=>{c=u.call({lexer:this},h),typeof c=="number"&&c>=0&&(m=Math.min(m,c))}),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)!=="_"&&(p=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}},mr=class{constructor(e){ae(this,"options");this.options=e||Ja}code(e,a,t){var o;let s=(o=(a||"").match(/^\S*/))==null?void 0:o[0];return e=e.replace(/\n$/,"")+`
28
+ `,s?'<pre><code class="language-'+ta(s)+'">'+(t?e:ta(e,!0))+`</code></pre>
29
+ `:"<pre><code>"+(t?e:ta(e,!0))+`</code></pre>
30
30
  `}blockquote(e){return`<blockquote>
31
31
  ${e}</blockquote>
32
32
  `}html(e,a){return e}heading(e,a,t){return`<h${a}>${e}</h${a}>
@@ -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=UH(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=UH(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}},al=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""}},ga=class r{constructor(e){re(this,"options");re(this,"renderer");re(this,"textRenderer");this.options=e||Ga,this.options.renderer=this.options.renderer||new dr,this.renderer=this.options.renderer,this.renderer.options=this.options,this.textRenderer=new al}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,fT(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 x=0;x<n.header.length;x++)i+=this.renderer.tablecell(this.parseInline(n.header[x].tokens),{header:!0,align:n.align[x]});l+=this.renderer.tablerow(i);let h="";for(let x=0;x<n.rows.length;x++){let c=n.rows[x];i="";for(let p=0;p<c.length;p++)i+=this.renderer.tablecell(this.parseInline(c[p].tokens),{header:!1,align:n.align[p]});h+=this.renderer.tablerow(i)}t+=this.renderer.table(l,h);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,h=n.loose,x="";for(let c=0;c<n.items.length;c++){let p=n.items[c],u=p.checked,w=p.task,C="";if(p.task){let k=this.renderer.checkbox(!!u);h?p.tokens.length>0&&p.tokens[0].type==="paragraph"?(p.tokens[0].text=k+" "+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=k+" "+p.tokens[0].tokens[0].text)):p.tokens.unshift({type:"text",text:k+" "}):C+=k+" "}C+=this.parse(p.tokens,h),x+=this.renderer.listitem(C,w,!!u)}t+=this.renderer.list(x,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}},$a=class{constructor(e){re(this,"options");this.options=e||Ga}preprocess(e){return e}postprocess(e){return e}processAllTokens(e){return e}};re($a,"passThroughHooks",new Set(["preprocess","postprocess","processAllTokens"]));var ja,bA,rL,rl=class{constructor(...e){qH(this,ja);re(this,"defaults",SA());re(this,"options",this.setOptions);re(this,"parse",Tl(this,ja,bA).call(this,xa.lex,ga.parse));re(this,"parseInline",Tl(this,ja,bA).call(this,xa.lexInline,ga.parseInline));re(this,"Parser",ga);re(this,"Renderer",dr);re(this,"TextRenderer",al);re(this,"Lexer",xa);re(this,"Tokenizer",lr);re(this,"Hooks",$a);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 h of i)t=t.concat(this.walkTokens(h.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 h=l[i].flat(1/0);t=t.concat(this.walkTokens(h,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 dr(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],h=o[l];o[l]=(...x)=>{let c=i.apply(o,x);return c===!1&&(c=h.apply(o,x)),c||""}}s.renderer=o}if(t.tokenizer){let o=this.defaults.tokenizer||new lr(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],h=o[l];o[l]=(...x)=>{let c=i.apply(o,x);return c===!1&&(c=h.apply(o,x)),c}}s.tokenizer=o}if(t.hooks){let o=this.defaults.hooks||new $a;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],h=o[l];$a.passThroughHooks.has(n)?o[l]=x=>{if(this.defaults.async)return Promise.resolve(i.call(o,x)).then(p=>h.call(o,p));let c=i.call(o,x);return h.call(o,c)}:o[l]=(...x)=>{let c=i.apply(o,x);return c===!1&&(c=h.apply(o,x)),c}}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 xa.lex(e,a!=null?a:this.defaults)}parser(e,a){return ga.parse(e,a!=null?a:this.defaults)}};ja=new WeakSet,bA=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=Tl(this,ja,rL).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 h=a(i,n);return n.hooks&&(h=n.hooks.postprocess(h)),h}catch(i){return l(i)}}},rL=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>"+Ke(t.message+"",!0)+"</pre>";return a?Promise.resolve(s):s}if(a)return Promise.reject(t);throw t}};var _a=new rl;function Xt(r,e){return _a.parse(r,e)}Xt.options=Xt.setOptions=function(r){return _a.setOptions(r),Xt.defaults=_a.defaults,GH(Xt.defaults),Xt};Xt.getDefaults=SA;Xt.defaults=Ga;Xt.use=function(...r){return _a.use(...r),Xt.defaults=_a.defaults,GH(Xt.defaults),Xt};Xt.walkTokens=function(r,e){return _a.walkTokens(r,e)};Xt.parseInline=_a.parseInline;Xt.Parser=ga;Xt.parser=ga.parse;Xt.Renderer=dr;Xt.TextRenderer=al;Xt.Lexer=xa;Xt.lexer=xa.lex;Xt.Tokenizer=lr;Xt.Hooks=$a;Xt.parse=Xt;var rE=Xt.options,oE=Xt.setOptions,sE=Xt.use,nE=Xt.walkTokens,lE=Xt.parseInline;var dE=ga.parse,iE=xa.lex;var UT=r=>{if(r)return r},nl=r=>{var s,o;let e=r==null?void 0:r.markedOptions,a=new rl({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=UT(r==null?void 0:r.renderer);return t&&a.use({renderer:t}),n=>a.parse(n)},ll=r=>r?nl({markedOptions:r.options,renderer:r.renderer}):nl(),$T=nl(),PA=r=>$T(r),Vl=r=>r.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&#39;"),sL=r=>r.replace(/"/g,"&quot;").replace(/</g,"&lt;").replace(/>/g,"&gt;"),oL=r=>`%%FORM_PLACEHOLDER_${r}%%`,nL=(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=oL(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=oL(e.length);return e.push({token:o,type:s}),o}),a},lL=r=>{let e=ll(r);return a=>{let t=[],s=nL(a,t),o=e(s);return t.forEach(({token:n,type:l})=>{let i=new RegExp(n.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),x=`<div class="tvw-form-directive" data-tv-form="${sL(l)}"></div>`;o=o.replace(i,x)}),o}},dL=r=>{let e=[],a=nL(r,e),t=PA(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="${sL(o)}"></div>`;t=t.replace(n,i)}),t};var Ma=zH(BA(),1),Dl=r=>r.replace(/\\n/g,`
48
- `).replace(/\\r/g,"\r").replace(/\\t/g," ").replace(/\\"/g,'"').replace(/\\\\/g,"\\"),dl=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)}},XT=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`},pL=r=>r.status==="complete"?XT(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 cL=r=>r.status==="complete"?JT(r):"Using tool...",KT=()=>{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,`
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=oT(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=oT(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}},ol=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""}},wa=class r{constructor(e){ae(this,"options");ae(this,"renderer");ae(this,"textRenderer");this.options=e||Ja,this.options.renderer=this.options.renderer||new mr,this.renderer=this.options.renderer,this.renderer.options=this.options,this.textRenderer=new ol}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,TL(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 p="";for(let m=0;m<n.rows.length;m++){let h=n.rows[m];i="";for(let c=0;c<h.length;c++)i+=this.renderer.tablecell(this.parseInline(h[c].tokens),{header:!1,align:n.align[c]});p+=this.renderer.tablerow(i)}t+=this.renderer.table(l,p);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,p=n.loose,m="";for(let h=0;h<n.items.length;h++){let c=n.items[h],u=c.checked,v=c.task,C="";if(c.task){let H=this.renderer.checkbox(!!u);p?c.tokens.length>0&&c.tokens[0].type==="paragraph"?(c.tokens[0].text=H+" "+c.tokens[0].text,c.tokens[0].tokens&&c.tokens[0].tokens.length>0&&c.tokens[0].tokens[0].type==="text"&&(c.tokens[0].tokens[0].text=H+" "+c.tokens[0].tokens[0].text)):c.tokens.unshift({type:"text",text:H+" "}):C+=H+" "}C+=this.parse(c.tokens,p),m+=this.renderer.listitem(C,v,!!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}},Ga=class{constructor(e){ae(this,"options");this.options=e||Ja}preprocess(e){return e}postprocess(e){return e}processAllTokens(e){return e}};ae(Ga,"passThroughHooks",new Set(["preprocess","postprocess","processAllTokens"]));var Xa,LA,MT,sl=class{constructor(...e){aT(this,Xa);ae(this,"defaults",PA());ae(this,"options",this.setOptions);ae(this,"parse",Bl(this,Xa,LA).call(this,ya.lex,wa.parse));ae(this,"parseInline",Bl(this,Xa,LA).call(this,ya.lexInline,wa.parseInline));ae(this,"Parser",wa);ae(this,"Renderer",mr);ae(this,"TextRenderer",ol);ae(this,"Lexer",ya);ae(this,"Tokenizer",ur);ae(this,"Hooks",Ga);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 p of i)t=t.concat(this.walkTokens(p.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 p=l[i].flat(1/0);t=t.concat(this.walkTokens(p,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 mr(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],p=o[l];o[l]=(...m)=>{let h=i.apply(o,m);return h===!1&&(h=p.apply(o,m)),h||""}}s.renderer=o}if(t.tokenizer){let o=this.defaults.tokenizer||new ur(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],p=o[l];o[l]=(...m)=>{let h=i.apply(o,m);return h===!1&&(h=p.apply(o,m)),h}}s.tokenizer=o}if(t.hooks){let o=this.defaults.hooks||new Ga;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],p=o[l];Ga.passThroughHooks.has(n)?o[l]=m=>{if(this.defaults.async)return Promise.resolve(i.call(o,m)).then(c=>p.call(o,c));let h=i.call(o,m);return p.call(o,h)}:o[l]=(...m)=>{let h=i.apply(o,m);return h===!1&&(h=p.apply(o,m)),h}}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 ya.lex(e,a!=null?a:this.defaults)}parser(e,a){return wa.parse(e,a!=null?a:this.defaults)}};Xa=new WeakSet,LA=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=Bl(this,Xa,MT).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 p=a(i,n);return n.hooks&&(p=n.hooks.postprocess(p)),p}catch(i){return l(i)}}},MT=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>"+ta(t.message+"",!0)+"</pre>";return a?Promise.resolve(s):s}if(a)return Promise.reject(t);throw t}};var Za=new sl;function Gt(r,e){return Za.parse(r,e)}Gt.options=Gt.setOptions=function(r){return Za.setOptions(r),Gt.defaults=Za.defaults,dT(Gt.defaults),Gt};Gt.getDefaults=PA;Gt.defaults=Ja;Gt.use=function(...r){return Za.use(...r),Gt.defaults=Za.defaults,dT(Gt.defaults),Gt};Gt.walkTokens=function(r,e){return Za.walkTokens(r,e)};Gt.parseInline=Za.parseInline;Gt.Parser=wa;Gt.parser=wa.parse;Gt.Renderer=mr;Gt.TextRenderer=ol;Gt.Lexer=ya;Gt.lexer=ya.lex;Gt.Tokenizer=ur;Gt.Hooks=Ga;Gt.parse=Gt;var ME=Gt.options,vE=Gt.setOptions,yE=Gt.use,wE=Gt.walkTokens,CE=Gt.parseInline;var bE=wa.parse,SE=ya.lex;var oP=r=>{if(r)return r},dl=r=>{var s,o;let e=r==null?void 0:r.markedOptions,a=new sl({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=oP(r==null?void 0:r.renderer);return t&&a.use({renderer:t}),n=>a.parse(n)},il=r=>r?dl({markedOptions:r.options,renderer:r.renderer}):dl(),sP=dl(),FA=r=>sP(r),Dl=r=>r.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&#39;"),yT=r=>r.replace(/"/g,"&quot;").replace(/</g,"&lt;").replace(/>/g,"&gt;"),vT=r=>`%%FORM_PLACEHOLDER_${r}%%`,wT=(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=vT(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=vT(e.length);return e.push({token:o,type:s}),o}),a},CT=r=>{let e=il(r);return a=>{let t=[],s=wT(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="${yT(l)}"></div>`;o=o.replace(i,m)}),o}},bT=r=>{let e=[],a=wT(r,e),t=FA(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="${yT(o)}"></div>`;t=t.replace(n,i)}),t};var Ca=eT(WA(),1),zl=r=>r.replace(/\\n/g,`
48
+ `).replace(/\\r/g,"\r").replace(/\\t/g," ").replace(/\\"/g,'"').replace(/\\\\/g,"\\"),pl=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)}},pP=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`},AT=r=>r.status==="complete"?pP(r):r.status==="pending"?"Waiting":"",cP=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 kT=r=>r.status==="complete"?cP(r):"Using tool...",hP=()=>{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
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()=>{}}},Wl=r=>{try{let e=JSON.parse(r);if(e&&typeof e=="object"&&typeof e.text=="string")return e.text}catch{return null}return null},Ol=()=>{let r={processChunk:e=>null,getExtractedText:()=>null};return r.__isPlainTextParser=!0,r},zl=()=>{var e;let r=KT();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)}},ql=()=>{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,Ma.parse)(a,Ma.STR|Ma.OBJ);s&&typeof s=="object"&&(s.component&&typeof s.component=="string"?r=typeof s.text=="string"?Dl(s.text):"":s.type==="init"&&s.form?r="":typeof s.text=="string"&&(r=Dl(s.text)))}catch{}return e=a.length,r!==null?{text:r,raw:a}:null},close:()=>{}}},hL=r=>{let e=null,a=0,s=r||(o=>{if(!o||typeof o!="object")return null;let n=l=>typeof l=="string"?Dl(l):null;if(o.component&&typeof o.component=="string")return typeof o.text=="string"?Dl(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,Ma.parse)(o,Ma.STR|Ma.OBJ),i=s(l);i!==null&&(e=i)}catch{}return a=o.length,{text:e||"",raw:o}},close:()=>{}}},Nl=()=>{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 YT="https://api.runtype.com/v1/dispatch",RA="https://api.runtype.com",VA=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 QT(r){switch(r){case"json":return ql;case"regex-json":return zl;case"xml":return Nl;case"plain":default:return Ol}}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:YT,this.headers={"Content-Type":"application/json",...e.headers},this.debug=!!e.debug,this.createStreamParser=(t=e.streamParser)!=null?t:QT(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$/,""))||RA;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$/,""))||RA}/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 h=await this.buildPayload(e.messages),x=h.metadata?Object.fromEntries(Object.entries(h.metadata).filter(([u])=>u!=="sessionId"&&u!=="session_id")):void 0,c={sessionId:i.sessionId,messages:e.messages.filter(VA).map(u=>{var w,C,k;return{id:u.id,role:u.role,content:(k=(C=(w=u.contentParts)!=null?w:u.llmContent)!=null?C:u.rawContent)!=null?k:u.content}}),...e.assistantMessageId&&{assistantMessageId:e.assistantMessageId},...x&&Object.keys(x).length>0&&{metadata:x},...h.context&&{context:h.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,(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 h=i instanceof Error?i:new Error(String(i));throw!h.message.includes("Session expired")&&!h.message.includes("Message limit")&&a({type:"error",error:h}),h}}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 processStream(e,a,t){a({type:"status",status:"connected"});try{await this.streamResponse(e,a,t)}finally{a({type:"status",status:"idle"})}}async resolveApproval(e,a){var n;let s=`${((n=this.config.apiUrl)==null?void 0:n.replace(/\/+$/,"").replace(/\/v1\/dispatch$/,""))||RA}/v1/agents/${e.agentId}/approve`,o={"Content-Type":"application/json",...this.headers};return this.getHeaders&&Object.assign(o,await this.getHeaders()),fetch(s,{method:"POST",headers:o,body:JSON.stringify({executionId:e.executionId,approvalId:e.approvalId,decision:a,streamResponse:!0})})}async buildAgentPayload(e){if(!this.config.agent)throw new Error("Agent configuration required for agent mode");let a=e.slice().filter(VA).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(VA).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 xt,Vt,He,ye,Te,We,Ot,rt,yt,It,Dt,jt,$e,ct,Y,ie,we,Pe,Ce,Ye,et,Et,be,ht,Ct,Gt,Oe,Ee,Ge,X,oe,U,Q,st,Wt,Z,kt,Ut,bt,j,Ht,Qt,he,Ia,wa,me,ra,Ln,Ca,oa,_,ba,ia,Fa,Tn,pa,ca,er,ar,ml,xl,gl,Pn,rr,Zt,En,Bn,ha,Ml,vl,Rn,Da,fa,yl,wl,Cl,gA,Wa,Oa,ne,or,sr,Vn,In,Fn,Dn,ze,Ze,ua,sa,Wn,za,ta,bl,nr,Sl,Al,ma,te,ee,Sa,On,zn,MA,Be,vA,qe,qn,Nn,Un,$n,_n,jn,Gn;let s=e.getReader(),o=new TextDecoder,n="",l=Date.now(),i=0,h=()=>l+i++,x=G=>{let Pt=G.reasoning?{...G.reasoning,chunks:[...G.reasoning.chunks]}:void 0,qt=G.toolCall?{...G.toolCall,chunks:G.toolCall.chunks?[...G.toolCall.chunks]:void 0}:void 0,pe=G.tools?G.tools.map(xe=>({...xe,chunks:xe.chunks?[...xe.chunks]:void 0})):void 0;return{...G,reasoning:Pt,toolCall:qt,tools:pe}},c=G=>{a({type:"message",message:x(G)})},p=null,u={current:null},w=new Map,C=new Map,k={lastId:null,byStep:new Map},b={lastId:null,byCall:new Map},g=G=>{if(G==null)return null;try{return String(G)}catch{return null}},L=G=>{var Pt,qt,pe,xe,Le;return g((Le=(xe=(pe=(qt=(Pt=G.stepId)!=null?Pt:G.step_id)!=null?qt:G.step)!=null?pe:G.parentId)!=null?xe:G.flowStepId)!=null?Le:G.flow_step_id)},f=G=>{var Pt,qt,pe,xe,Le,le,S;return g((S=(le=(Le=(xe=(pe=(qt=(Pt=G.callId)!=null?Pt:G.call_id)!=null?qt:G.requestId)!=null?pe:G.request_id)!=null?xe:G.toolCallId)!=null?Le:G.tool_call_id)!=null?le:G.stepId)!=null?S:G.step_id)},m=()=>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:h()},c(p),p),v=(G,Pt)=>{k.lastId=Pt,G&&k.byStep.set(G,Pt)},A=(G,Pt)=>{var Le;let qt=(Le=G.reasoningId)!=null?Le:G.id,pe=L(G);if(qt){let le=String(qt);return v(pe,le),le}if(pe){let le=k.byStep.get(pe);if(le)return k.lastId=le,le}if(k.lastId&&!Pt)return k.lastId;if(!Pt)return null;let xe=`reason-${h()}`;return v(pe,xe),xe},V=G=>{let Pt=w.get(G);if(Pt)return Pt;let qt={id:`reason-${G}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"reasoning",sequence:h(),reasoning:{id:G,status:"streaming",chunks:[]}};return w.set(G,qt),c(qt),qt},P=(G,Pt)=>{b.lastId=Pt,G&&b.byCall.set(G,Pt)},E=(G,Pt)=>{var Le;let qt=(Le=G.toolId)!=null?Le:G.id,pe=f(G);if(qt){let le=String(qt);return P(pe,le),le}if(pe){let le=b.byCall.get(pe);if(le)return b.lastId=le,le}if(b.lastId&&!Pt)return b.lastId;if(!Pt)return null;let xe=`tool-${h()}`;return P(pe,xe),xe},W=G=>{let Pt=C.get(G);if(Pt)return Pt;let qt={id:`tool-${G}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"tool",sequence:h(),toolCall:{id:G,status:"pending"}};return C.set(G,qt),c(qt),qt},O=G=>{if(typeof G=="number"&&Number.isFinite(G))return G;if(typeof G=="string"){let Pt=Number(G);if(!Number.isNaN(Pt)&&Number.isFinite(Pt))return Pt;let qt=Date.parse(G);if(!Number.isNaN(qt))return qt}return Date.now()},pt=G=>{if(typeof G=="string")return G;if(G==null)return"";try{return JSON.stringify(G)}catch{return String(G)}},N=new Map,J=new Map,K=null,$=new Map,dt=(xt=this.config.iterationDisplay)!=null?xt:"separate";for(;;){let{done:G,value:Pt}=await s.read();if(G)break;n+=o.decode(Pt,{stream:!0});let qt=n.split(`
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()=>{}}},ql=r=>{try{let e=JSON.parse(r);if(e&&typeof e=="object"&&typeof e.text=="string")return e.text}catch{return null}return null},Nl=()=>{let r={processChunk:e=>null,getExtractedText:()=>null};return r.__isPlainTextParser=!0,r},Ul=()=>{var e;let r=hP();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)}},$l=()=>{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,Ca.parse)(a,Ca.STR|Ca.OBJ);s&&typeof s=="object"&&(s.component&&typeof s.component=="string"?r=typeof s.text=="string"?zl(s.text):"":s.type==="init"&&s.form?r="":typeof s.text=="string"&&(r=zl(s.text)))}catch{}return e=a.length,r!==null?{text:r,raw:a}:null},close:()=>{}}},HT=r=>{let e=null,a=0,s=r||(o=>{if(!o||typeof o!="object")return null;let n=l=>typeof l=="string"?zl(l):null;if(o.component&&typeof o.component=="string")return typeof o.text=="string"?zl(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,Ca.parse)(o,Ca.STR|Ca.OBJ),i=s(l);i!==null&&(e=i)}catch{}return a=o.length,{text:e||"",raw:o}},close:()=>{}}},_l=()=>{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 fP="https://api.runtype.com/v1/dispatch",OA="https://api.runtype.com",zA=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 uP(r){switch(r){case"json":return $l;case"regex-json":return Ul;case"xml":return _l;default:return Nl}}var Ka=class{constructor(e={}){this.config=e;this.clientSession=null;this.sessionInitPromise=null;var a,t,s;this.apiUrl=(a=e.apiUrl)!=null?a:fP,this.headers={"Content-Type":"application/json",...e.headers},this.debug=!!e.debug,this.createStreamParser=(t=e.streamParser)!=null?t:uP(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$/,""))||OA;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$/,""))||OA}/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 p=await this.buildPayload(e.messages),m=p.metadata?Object.fromEntries(Object.entries(p.metadata).filter(([u])=>u!=="sessionId"&&u!=="session_id")):void 0,h={sessionId:i.sessionId,messages:e.messages.filter(zA).map(u=>{var v,C,H;return{id:u.id,role:u.role,content:(H=(C=(v=u.contentParts)!=null?v:u.llmContent)!=null?C:u.rawContent)!=null?H:u.content}}),...e.assistantMessageId&&{assistantMessageId:e.assistantMessageId},...m&&Object.keys(m).length>0&&{metadata:m},...p.context&&{context:p.context}};this.debug&&console.debug("[AgentWidgetClient] client token dispatch",h);let c=await fetch(this.getClientApiUrl("chat"),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(h),signal:t.signal});if(!c.ok){let u=await c.json().catch(()=>({error:"Chat request failed"}));if(c.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(c.status===429){let C=new Error(u.hint||"Message limit reached for this session.");throw a({type:"error",error:C}),C}let v=new Error(u.error||"Failed to send message");throw a({type:"error",error:v}),v}if(!c.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(c.body,a,e.assistantMessageId)}finally{a({type:"status",status:"idle"})}}catch(i){let p=i instanceof Error?i:new Error(String(i));throw!p.message.includes("Session expired")&&!p.message.includes("Message limit")&&a({type:"error",error:p}),p}}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 processStream(e,a,t){a({type:"status",status:"connected"});try{await this.streamResponse(e,a,t)}finally{a({type:"status",status:"idle"})}}async resolveApproval(e,a){var n;let s=`${((n=this.config.apiUrl)==null?void 0:n.replace(/\/+$/,"").replace(/\/v1\/dispatch$/,""))||OA}/v1/agents/${e.agentId}/approve`,o={"Content-Type":"application/json",...this.headers};return this.getHeaders&&Object.assign(o,await this.getHeaders()),fetch(s,{method:"POST",headers:o,body:JSON.stringify({executionId:e.executionId,approvalId:e.approvalId,decision:a,streamResponse:!0})})}async buildAgentPayload(e){if(!this.config.agent)throw new Error("Agent configuration required for agent mode");let a=e.slice().filter(zA).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(zA).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 ft,Ft,Le,ue,ge,Oe,zt,st,wt,Vt,Dt,_t,_e,ct,Y,ce,Ce,Pe,be,ea,at,Et,Se,ut,Ct,jt,ze,Ee,Xe,N,re,_,Q,nt,Wt,lt,Jt,Kt,pt,j,St,oe,se,aa,oa,Yt,sa,Aa,ka,pa,V,Ha,ua,Wa,In,ma,xa,nr,lr,vl,yl,wl,Fn,dr,kt,Dn,na,Je,Cl,bl,Wn,Oa,ga,Sl,Al,kl,wA,za,qa,ne,ir,pr,On,zn,qn,Nn,qe,Ke,Ma,Be,Un,Na,la,Hl,Ua,$a,cr,Tl,Ll,va,Qt,te,Ta,$n,_n,CA,Re,bA,Ne,jn,Gn,Zn,Xn,Jn;let s=e.getReader(),o=new TextDecoder,n="",l=Date.now(),i=0,p=()=>l+i++,m=Z=>{let Pt=Z.reasoning?{...Z.reasoning,chunks:[...Z.reasoning.chunks]}:void 0,qt=Z.toolCall?{...Z.toolCall,chunks:Z.toolCall.chunks?[...Z.toolCall.chunks]:void 0}:void 0,he=Z.tools?Z.tools.map(Me=>({...Me,chunks:Me.chunks?[...Me.chunks]:void 0})):void 0;return{...Z,reasoning:Pt,toolCall:qt,tools:he}},h=Z=>{a({type:"message",message:m(Z)})},c=null,u={current:null},v=new Map,C=new Map,H={lastId:null,byStep:new Map},b={lastId:null,byCall:new Map},M=Z=>{if(Z==null)return null;try{return String(Z)}catch{return null}},T=Z=>{var Pt,qt,he,Me,Te;return M((Te=(Me=(he=(qt=(Pt=Z.stepId)!=null?Pt:Z.step_id)!=null?qt:Z.step)!=null?he:Z.parentId)!=null?Me:Z.flowStepId)!=null?Te:Z.flow_step_id)},f=Z=>{var Pt,qt,he,Me,Te,ie,A;return M((A=(ie=(Te=(Me=(he=(qt=(Pt=Z.callId)!=null?Pt:Z.call_id)!=null?qt:Z.requestId)!=null?he:Z.request_id)!=null?Me:Z.toolCallId)!=null?Te:Z.tool_call_id)!=null?ie:Z.stepId)!=null?A:Z.step_id)},x=()=>c||(c={id:t!=null?t:`assistant-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,sequence:p()},h(c),c),w=(Z,Pt)=>{H.lastId=Pt,Z&&H.byStep.set(Z,Pt)},S=(Z,Pt)=>{var Te;let qt=(Te=Z.reasoningId)!=null?Te:Z.id,he=T(Z);if(qt){let ie=String(qt);return w(he,ie),ie}if(he){let ie=H.byStep.get(he);if(ie)return H.lastId=ie,ie}if(H.lastId&&!Pt)return H.lastId;if(!Pt)return null;let Me=`reason-${p()}`;return w(he,Me),Me},R=Z=>{let Pt=v.get(Z);if(Pt)return Pt;let qt={id:`reason-${Z}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"reasoning",sequence:p(),reasoning:{id:Z,status:"streaming",chunks:[]}};return v.set(Z,qt),h(qt),qt},P=(Z,Pt)=>{b.lastId=Pt,Z&&b.byCall.set(Z,Pt)},E=(Z,Pt)=>{var Te;let qt=(Te=Z.toolId)!=null?Te:Z.id,he=f(Z);if(qt){let ie=String(qt);return P(he,ie),ie}if(he){let ie=b.byCall.get(he);if(ie)return b.lastId=ie,ie}if(b.lastId&&!Pt)return b.lastId;if(!Pt)return null;let Me=`tool-${p()}`;return P(he,Me),Me},O=Z=>{let Pt=C.get(Z);if(Pt)return Pt;let qt={id:`tool-${Z}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"tool",sequence:p(),toolCall:{id:Z,status:"pending"}};return C.set(Z,qt),h(qt),qt},q=Z=>{if(typeof Z=="number"&&Number.isFinite(Z))return Z;if(typeof Z=="string"){let Pt=Number(Z);if(!Number.isNaN(Pt)&&Number.isFinite(Pt))return Pt;let qt=Date.parse(Z);if(!Number.isNaN(qt))return qt}return Date.now()},ht=Z=>{if(typeof Z=="string")return Z;if(Z==null)return"";try{return JSON.stringify(Z)}catch{return String(Z)}},J=new Map,K=new Map,G=null,$=new Map,et=(ft=this.config.iterationDisplay)!=null?ft:"separate";for(;;){let{done:Z,value:Pt}=await s.read();if(Z)break;n+=o.decode(Pt,{stream:!0});let qt=n.split(`
51
51
 
52
- `);n=(Vt=qt.pop())!=null?Vt:"";for(let pe of qt){let xe=pe.split(`
53
- `),Le="message",le="";for(let q of xe)q.startsWith("event:")?Le=q.replace("event:","").trim():q.startsWith("data:")&&(le+=q.replace("data:","").trim());if(!le)continue;let S;try{S=JSON.parse(le)}catch(q){a({type:"error",error:q instanceof Error?q:new Error("Failed to parse chat stream payload")});continue}let Bt=Le!=="message"?Le:(He=S.type)!=null?He:"message";if((ye=this.onSSEEvent)==null||ye.call(this,Bt,S),this.parseSSEEvent){u.current=p;let q=await this.handleCustomSSEEvent(S,a,u,c,h);if(u.current&&!p&&(p=u.current),q)continue}if(Bt==="reason_start"){let q=(Te=A(S,!0))!=null?Te:`reason-${h()}`,T=V(q);T.reasoning=(We=T.reasoning)!=null?We:{id:q,status:"streaming",chunks:[]},T.reasoning.startedAt=(rt=T.reasoning.startedAt)!=null?rt:O((Ot=S.startedAt)!=null?Ot:S.timestamp),T.reasoning.completedAt=void 0,T.reasoning.durationMs=void 0,T.streaming=!0,T.reasoning.status="streaming",c(T)}else if(Bt==="reason_delta"||Bt==="reason_chunk"){let q=(It=(yt=A(S,!1))!=null?yt:A(S,!0))!=null?It:`reason-${h()}`,T=V(q);T.reasoning=(Dt=T.reasoning)!=null?Dt:{id:q,status:"streaming",chunks:[]},T.reasoning.startedAt=($e=T.reasoning.startedAt)!=null?$e:O((jt=S.startedAt)!=null?jt:S.timestamp);let I=(ie=(Y=(ct=S.reasoningText)!=null?ct:S.text)!=null?Y:S.delta)!=null?ie:"";if(I&&S.hidden!==!0&&T.reasoning.chunks.push(String(I)),T.reasoning.status=S.done?"complete":"streaming",S.done){T.reasoning.completedAt=O((we=S.completedAt)!=null?we:S.timestamp);let lt=(Pe=T.reasoning.startedAt)!=null?Pe:Date.now();T.reasoning.durationMs=Math.max(0,((Ce=T.reasoning.completedAt)!=null?Ce:Date.now())-lt)}T.streaming=T.reasoning.status!=="complete",c(T)}else if(Bt==="reason_complete"){let q=(et=(Ye=A(S,!1))!=null?Ye:A(S,!0))!=null?et:`reason-${h()}`,T=w.get(q);if(T!=null&&T.reasoning){T.reasoning.status="complete",T.reasoning.completedAt=O((Et=S.completedAt)!=null?Et:S.timestamp);let lt=(be=T.reasoning.startedAt)!=null?be:Date.now();T.reasoning.durationMs=Math.max(0,((ht=T.reasoning.completedAt)!=null?ht:Date.now())-lt),T.streaming=!1,c(T)}let I=L(S);I&&k.byStep.delete(I)}else if(Bt==="tool_start"){let q=(Ct=E(S,!0))!=null?Ct:`tool-${h()}`,T=W(q),I=(Gt=T.toolCall)!=null?Gt:{id:q,status:"pending"};I.name=(Oe=S.toolName)!=null?Oe:I.name,I.status="running",S.args!==void 0?I.args=S.args:S.parameters!==void 0&&(I.args=S.parameters),I.startedAt=(Ge=I.startedAt)!=null?Ge:O((Ee=S.startedAt)!=null?Ee:S.timestamp),I.completedAt=void 0,I.durationMs=void 0,T.toolCall=I,T.streaming=!0;let lt=S.agentContext;(lt||S.executionId)&&(T.agentMetadata={executionId:(X=lt==null?void 0:lt.executionId)!=null?X:S.executionId,iteration:(oe=lt==null?void 0:lt.iteration)!=null?oe:S.iteration}),c(T)}else if(Bt==="tool_chunk"||Bt==="tool_delta"){let q=(Q=(U=E(S,!1))!=null?U:E(S,!0))!=null?Q:`tool-${h()}`,T=W(q),I=(st=T.toolCall)!=null?st:{id:q,status:"running"};I.startedAt=(Z=I.startedAt)!=null?Z:O((Wt=S.startedAt)!=null?Wt:S.timestamp);let lt=(bt=(Ut=(kt=S.text)!=null?kt:S.delta)!=null?Ut:S.message)!=null?bt:"";lt&&(I.chunks=(j=I.chunks)!=null?j:[],I.chunks.push(String(lt))),I.status="running",T.toolCall=I,T.streaming=!0;let St=S.agentContext;(St||S.executionId)&&(T.agentMetadata=(he=T.agentMetadata)!=null?he:{executionId:(Ht=St==null?void 0:St.executionId)!=null?Ht:S.executionId,iteration:(Qt=St==null?void 0:St.iteration)!=null?Qt:S.iteration}),c(T)}else if(Bt==="tool_complete"){let q=(wa=(Ia=E(S,!1))!=null?Ia:E(S,!0))!=null?wa:`tool-${h()}`,T=W(q),I=(me=T.toolCall)!=null?me:{id:q,status:"running"};I.status="complete",S.result!==void 0&&(I.result=S.result),typeof S.duration=="number"&&(I.duration=S.duration),I.completedAt=O((ra=S.completedAt)!=null?ra:S.timestamp);let lt=(Ln=S.duration)!=null?Ln:S.executionTime;if(typeof lt=="number")I.durationMs=lt;else{let Re=(Ca=I.startedAt)!=null?Ca:Date.now();I.durationMs=Math.max(0,((oa=I.completedAt)!=null?oa:Date.now())-Re)}T.toolCall=I,T.streaming=!1;let St=S.agentContext;(St||S.executionId)&&(T.agentMetadata=(ia=T.agentMetadata)!=null?ia:{executionId:(_=St==null?void 0:St.executionId)!=null?_:S.executionId,iteration:(ba=St==null?void 0:St.iteration)!=null?ba:S.iteration}),c(T);let Kt=f(S);Kt&&b.byCall.delete(Kt)}else if(Bt==="step_chunk"||Bt==="step_delta"){let q=S.stepType,T=S.executionType;if(q==="tool"||T==="context")continue;let I=m(),lt=(ca=(pa=(Tn=(Fa=S.text)!=null?Fa:S.delta)!=null?Tn:S.content)!=null?pa:S.chunk)!=null?ca:"";if(lt){let Kt=((er=J.get(I.id))!=null?er:"")+lt;I.rawContent=Kt,N.has(I.id)||N.set(I.id,this.createStreamParser());let Re=N.get(I.id),de=Kt.trim().startsWith("{")||Kt.trim().startsWith("[");if(de&&J.set(I.id,Kt),Re.__isPlainTextParser===!0){I.content+=lt,J.delete(I.id),N.delete(I.id),I.rawContent=void 0,c(I);continue}let ge=Re.processChunk(Kt);if(ge instanceof Promise)ge.then(zt=>{var fe;let $t=typeof zt=="string"?zt:(fe=zt==null?void 0:zt.text)!=null?fe:null;if($t!==null&&$t.trim()!==""){let _t=p;_t&&_t.id===I.id&&(_t.content=$t,c(_t))}else if(!de&&!Kt.trim().startsWith("<")){let _t=p;_t&&_t.id===I.id&&(_t.content+=lt,J.delete(_t.id),N.delete(_t.id),_t.rawContent=void 0,c(_t))}}).catch(()=>{I.content+=lt,J.delete(I.id),N.delete(I.id),I.rawContent=void 0,c(I)});else{let zt=typeof ge=="string"?ge:(ar=ge==null?void 0:ge.text)!=null?ar:null;zt!==null&&zt.trim()!==""?(I.content=zt,c(I)):!de&&!Kt.trim().startsWith("<")&&(I.content+=lt,J.delete(I.id),N.delete(I.id),I.rawContent=void 0,c(I))}}if(S.isComplete){let St=(xl=(ml=S.result)==null?void 0:ml.response)!=null?xl:I.content;if(St){let Kt=J.get(I.id),Re=Kt!=null?Kt:pt(St);I.rawContent=Re;let de=N.get(I.id),Se=null,ge=!1;if(de&&(Se=de.getExtractedText(),Se===null&&(Se=Wl(Re)),Se===null)){let zt=de.processChunk(Re);zt instanceof Promise?(ge=!0,zt.then($t=>{var _t;let fe=typeof $t=="string"?$t:(_t=$t==null?void 0:$t.text)!=null?_t:null;if(fe!==null){let Ae=p;Ae&&Ae.id===I.id&&(Ae.content=fe,Ae.streaming=!1,N.delete(Ae.id),J.delete(Ae.id),c(Ae))}})):Se=typeof zt=="string"?zt:(gl=zt==null?void 0:zt.text)!=null?gl:null}if(!ge){Se!==null&&Se.trim()!==""?I.content=Se:J.has(I.id)||(I.content=pt(St));let zt=N.get(I.id);if(zt){let $t=(Pn=zt.close)==null?void 0:Pn.call(zt);$t instanceof Promise&&$t.catch(()=>{}),N.delete(I.id)}J.delete(I.id),I.streaming=!1,c(I)}}}}else if(Bt==="step_complete"){let q=S.stepType,T=S.executionType;if(q==="tool"||T==="context")continue;let I=(rr=S.result)==null?void 0:rr.response,lt=m();if(I!=null){let St=N.get(lt.id),Kt=!1,Re=!1;if(St){let de=St.getExtractedText(),Se=J.get(lt.id),ge=Se!=null?Se:pt(I);if(lt.rawContent=ge,de!==null&&de.trim()!=="")lt.content=de,Kt=!0;else{let zt=Wl(ge);if(zt!==null)lt.content=zt,Kt=!0;else{let $t=St.processChunk(ge);if($t instanceof Promise)Re=!0,$t.then(fe=>{var Ae;let _t=typeof fe=="string"?fe:(Ae=fe==null?void 0:fe.text)!=null?Ae:null;if(_t!==null&&_t.trim()!==""){let _e=p;_e&&_e.id===lt.id&&(_e.content=_t,_e.streaming=!1,N.delete(_e.id),J.delete(_e.id),c(_e))}else{let _e=St.getExtractedText(),Qe=p;Qe&&Qe.id===lt.id&&(_e!==null&&_e.trim()!==""?Qe.content=_e:J.has(Qe.id)||(Qe.content=pt(I)),Qe.streaming=!1,N.delete(Qe.id),J.delete(Qe.id),c(Qe))}});else{let fe=typeof $t=="string"?$t:(Zt=$t==null?void 0:$t.text)!=null?Zt:null;if(fe!==null&&fe.trim()!=="")lt.content=fe,Kt=!0;else{let _t=St.getExtractedText();_t!==null&&_t.trim()!==""&&(lt.content=_t,Kt=!0)}}}}}if(!Re){if(!lt.rawContent){let de=J.get(lt.id);lt.rawContent=de!=null?de:pt(I)}if(!Kt&&!J.has(lt.id)&&(lt.content=pt(I)),St){let de=(En=St.close)==null?void 0:En.call(St);de instanceof Promise&&de.catch(()=>{})}N.delete(lt.id),J.delete(lt.id),lt.streaming=!1,c(lt)}}else N.delete(lt.id),J.delete(lt.id),lt.streaming=!1,c(lt)}else if(Bt==="flow_complete"){let q=(Bn=S.result)==null?void 0:Bn.response;if(q!=null){let T=m(),I=J.get(T.id),lt=I!=null?I:pt(q);T.rawContent=lt;let St=pt(q),Kt=N.get(T.id);if(Kt){let Se=Wl(lt);if(Se!==null)St=Se;else{let ge=Kt.processChunk(lt);ge instanceof Promise&&ge.then($t=>{var _t;let fe=typeof $t=="string"?$t:(_t=$t==null?void 0:$t.text)!=null?_t:null;if(fe!==null){let Ae=p;Ae&&Ae.id===T.id&&(Ae.content=fe,Ae.streaming=!1,c(Ae))}});let zt=Kt.getExtractedText();zt!==null&&(St=zt)}}N.delete(T.id),J.delete(T.id);let Re=St!==T.content,de=T.streaming!==!1;Re&&(T.content=St),T.streaming=!1,(Re||de)&&c(T)}else if(p!==null){let T=p;N.delete(T.id),J.delete(T.id),T.streaming!==!1&&(T.streaming=!1,c(T))}a({type:"status",status:"idle"})}else if(Bt==="agent_start")K={executionId:S.executionId,agentId:(ha=S.agentId)!=null?ha:"virtual",agentName:(Ml=S.agentName)!=null?Ml:"",status:"running",currentIteration:0,maxIterations:(vl=S.maxIterations)!=null?vl:1,startedAt:O(S.startedAt)};else if(Bt==="agent_iteration_start"){if(K&&(K.currentIteration=S.iteration),dt==="separate"&&S.iteration>1){let q=p;q&&(q.streaming=!1,c(q),$.set(S.iteration-1,q),p=null)}}else if(Bt!=="agent_turn_start"){if(Bt==="agent_turn_delta"){if(S.contentType==="text"){let q=m();q.content+=(Rn=S.delta)!=null?Rn:"",q.agentMetadata={executionId:S.executionId,iteration:S.iteration,turnId:S.turnId,agentName:K==null?void 0:K.agentName},c(q)}else if(S.contentType==="thinking"){let q=(Da=S.turnId)!=null?Da:`agent-think-${S.iteration}`,T=V(q);T.reasoning=(fa=T.reasoning)!=null?fa:{id:q,status:"streaming",chunks:[]},T.reasoning.chunks.push((yl=S.delta)!=null?yl:""),T.agentMetadata={executionId:S.executionId,iteration:S.iteration,turnId:S.turnId},c(T)}else if(S.contentType==="tool_input"){let q=(wl=S.toolCallId)!=null?wl:b.lastId;if(q){let T=C.get(q);T!=null&&T.toolCall&&(T.toolCall.chunks=(Cl=T.toolCall.chunks)!=null?Cl:[],T.toolCall.chunks.push((gA=S.delta)!=null?gA:""),c(T))}}}else if(Bt==="agent_turn_complete"){let q=S.turnId;if(q){let T=w.get(q);if(T!=null&&T.reasoning){T.reasoning.status="complete",T.reasoning.completedAt=O(S.completedAt);let I=(Wa=T.reasoning.startedAt)!=null?Wa:Date.now();T.reasoning.durationMs=Math.max(0,((Oa=T.reasoning.completedAt)!=null?Oa:Date.now())-I),T.streaming=!1,c(T)}}}else if(Bt==="agent_tool_start"){let q=(ne=S.toolCallId)!=null?ne:`agent-tool-${h()}`;P(f(S),q);let T=W(q),I=(or=T.toolCall)!=null?or:{id:q,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};I.name=(sr=S.toolName)!=null?sr:I.name,I.status="running",S.parameters!==void 0&&(I.args=S.parameters),I.startedAt=O((Vn=S.startedAt)!=null?Vn:S.timestamp),T.toolCall=I,T.streaming=!0,T.agentMetadata={executionId:S.executionId,iteration:S.iteration},c(T)}else if(Bt==="agent_tool_delta"){let q=(In=S.toolCallId)!=null?In:b.lastId;if(q){let T=(Fn=C.get(q))!=null?Fn:W(q);T.toolCall&&(T.toolCall.chunks=(Dn=T.toolCall.chunks)!=null?Dn:[],T.toolCall.chunks.push((ze=S.delta)!=null?ze:""),T.toolCall.status="running",T.streaming=!0,c(T))}}else if(Bt==="agent_tool_complete"){let q=(Ze=S.toolCallId)!=null?Ze:b.lastId;if(q){let T=(ua=C.get(q))!=null?ua:W(q);if(T.toolCall){T.toolCall.status="complete",S.result!==void 0&&(T.toolCall.result=S.result),typeof S.executionTime=="number"&&(T.toolCall.durationMs=S.executionTime),T.toolCall.completedAt=O((sa=S.completedAt)!=null?sa:S.timestamp),T.streaming=!1,c(T);let I=f(S);I&&b.byCall.delete(I)}}}else if(Bt!=="agent_iteration_complete"){if(Bt==="agent_reflection"||Bt==="agent_reflect"){let q=`agent-reflection-${S.executionId}-${S.iteration}`,T={id:q,role:"assistant",content:(Wn=S.reflection)!=null?Wn:"",createdAt:new Date().toISOString(),streaming:!1,variant:"reasoning",sequence:h(),reasoning:{id:q,status:"complete",chunks:[(za=S.reflection)!=null?za:""]},agentMetadata:{executionId:S.executionId,iteration:S.iteration}};c(T)}else if(Bt==="agent_complete"){K&&(K.status=S.success?"complete":"error",K.completedAt=O(S.completedAt),K.stopReason=S.stopReason);let q=p;q&&(q.streaming=!1,c(q)),a({type:"status",status:"idle"})}else if(Bt==="agent_error"){let q=typeof S.error=="string"?S.error:(bl=(ta=S.error)==null?void 0:ta.message)!=null?bl:"Agent execution error";S.recoverable?typeof console!="undefined"&&console.warn("[AgentWidget] Recoverable agent error:",q):a({type:"error",error:new Error(q)})}else if(Bt!=="agent_ping")if(Bt==="agent_approval_start"){let q=(nr=S.approvalId)!=null?nr:`approval-${h()}`,T={id:`approval-${q}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",sequence:h(),approval:{id:q,status:"pending",agentId:(Sl=K==null?void 0:K.agentId)!=null?Sl:"virtual",executionId:(ma=(Al=S.executionId)!=null?Al:K==null?void 0:K.executionId)!=null?ma:"",toolName:(te=S.toolName)!=null?te:"",toolType:S.toolType,description:(Sa=S.description)!=null?Sa:`Execute ${(ee=S.toolName)!=null?ee:"tool"}`,parameters:S.parameters}};c(T)}else if(Bt==="step_await"&&S.awaitReason==="approval_required"){let q=(On=S.approvalId)!=null?On:`approval-${h()}`,T={id:`approval-${q}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",sequence:h(),approval:{id:q,status:"pending",agentId:(zn=K==null?void 0:K.agentId)!=null?zn:"virtual",executionId:(Be=(MA=S.executionId)!=null?MA:K==null?void 0:K.executionId)!=null?Be:"",toolName:(vA=S.toolName)!=null?vA:"",toolType:S.toolType,description:(qn=S.description)!=null?qn:`Execute ${(qe=S.toolName)!=null?qe:"tool"}`,parameters:S.parameters}};c(T)}else if(Bt==="agent_approval_complete"){let q=S.approvalId;if(q){let I={id:`approval-${q}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",sequence:h(),approval:{id:q,status:(Nn=S.decision)!=null?Nn:"approved",agentId:(Un=K==null?void 0:K.agentId)!=null?Un:"virtual",executionId:(_n=($n=S.executionId)!=null?$n:K==null?void 0:K.executionId)!=null?_n:"",toolName:(jn=S.toolName)!=null?jn:"",description:(Gn=S.description)!=null?Gn:"",resolvedAt:Date.now()}};c(I)}}else Bt==="error"&&S.error&&a({type:"error",error:S.error instanceof Error?S.error:new Error(String(S.error))})}}}}}};function fL(){let r=Date.now().toString(36),e=Math.random().toString(36).substring(2,10);return`msg_${r}_${e}`}function ir(){let r=Date.now().toString(36),e=Math.random().toString(36).substring(2,10);return`usr_${r}_${e}`}function Xa(){let r=Date.now().toString(36),e=Math.random().toString(36).substring(2,10);return`ast_${r}_${e}`}var Ul="[Image]";function uL(r){return typeof r=="string"?[{type:"text",text:r}]:r}function mL(r){return typeof r=="string"?r:r.filter(e=>e.type==="text").map(e=>e.text).join("")}function xL(r){return typeof r=="string"?!1:r.some(e=>e.type==="image")}function gL(r){return typeof r=="string"?[]:r.filter(e=>e.type==="image")}function $l(r){return{type:"text",text:r}}function ML(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 vL(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 yL(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 wL=["image/png","image/jpeg","image/gif","image/webp","image/svg+xml","image/bmp"],tP=["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"],ka=[...wL,...tP];function eP(r){return wL.includes(r)||r.startsWith("image/")}function _l(r){return eP(r.type)}async function CL(r){return new Promise((e,a)=>{let t=new FileReader;t.onload=()=>{let s=t.result;_l(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 bL(r,e=ka,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 aP(r){let e=r.split(".");return e.length>1?e.pop().toLowerCase():""}function SL(r,e){let a=aP(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 pr=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:h=!1}=e,c={id:n!=null?n:a==="user"?ir():a==="assistant"?Xa():`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:h,...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:l,id:i,createdAt:h,sequence:x,streaming:c=!1}=t,u={id:i!=null?i:s==="user"?ir():s==="assistant"?Xa():`system-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:s,content:o,createdAt:h!=null?h:new Date().toISOString(),sequence:x!=null?x:this.nextSequence(),streaming:c,...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 h,x,c,p,u;let t=e.trim();if(!t&&(!(a!=null&&a.contentParts)||a.contentParts.length===0))return;(h=this.abortController)==null||h.abort();let s=ir(),o=Xa(),n={id:s,role:"user",content:t||Ul,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 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||(w instanceof Error?(c=(x=this.callbacks).onError)==null||c.call(x,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=Xa();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(h){let x={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(x),this.setStatus("idle"),this.setStreaming(!1),this.abortController=null,h instanceof Error?(n=(o=this.callbacks).onError)==null||n.call(o,h):(i=(l=this.callbacks).onError)==null||i.call(l,new Error(String(h)))}}async connectStream(e,a){var s,o,n;if(this.streaming)return;(s=this.abortController)==null||s.abort();let t=!1;for(let l of this.messages)l.streaming&&(l.streaming=!1,t=!0);t&&this.callbacks.onMessagesChanged([...this.messages]),this.setStreaming(!0);try{await this.client.processStream(e,this.handleEvent,a==null?void 0:a.assistantMessageId)}catch(l){this.setStatus("error"),this.setStreaming(!1),this.abortController=null,(n=(o=this.callbacks).onError)==null||n.call(o,l instanceof Error?l:new Error(String(l)))}}async resolveApproval(e,a){var i,h,x;let t=`approval-${e.id}`,s={...e,status:a,resolvedAt:Date.now()},o={id:t,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",approval:s};this.upsertMessage(o);let n=this.config.approval,l=n&&typeof n=="object"?n.onDecision:void 0;try{let c;if(l?c=await l({approvalId:e.id,executionId:e.executionId,agentId:e.agentId,toolName:e.toolName},a):c=await this.client.resolveApproval({agentId:e.agentId,executionId:e.executionId,approvalId:e.id},a),c){let p=null;if(c instanceof Response){if(!c.ok){let u=await c.json().catch(()=>null);throw new Error((i=u==null?void 0:u.error)!=null?i:`Approval request failed: ${c.status}`)}p=c.body}else c instanceof ReadableStream&&(p=c);p?await this.connectStream(p):a==="denied"&&this.appendMessage({id:`denial-${e.id}`,role:"assistant",content:"Tool execution was denied by user.",createdAt:new Date().toISOString(),streaming:!1,sequence:this.nextSequence()})}}catch(c){(x=(h=this.callbacks).onError)==null||x.call(h,c instanceof Error?c: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,h;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=(h=t.sequence)!=null?h:0;return n!==l?n-l:a.id.localeCompare(t.id)})}};var M=(r,e)=>{let a=document.createElement(r);return e&&(a.className=e),a};var DA={};wA(DA,{AArrowDown:()=>Zl,AArrowUp:()=>Xl,ALargeSmall:()=>Jl,Accessibility:()=>Kl,Activity:()=>Yl,ActivitySquare:()=>K1,AirVent:()=>Ql,Airplay:()=>td,AlarmCheck:()=>cr,AlarmClock:()=>ad,AlarmClockCheck:()=>cr,AlarmClockMinus:()=>hr,AlarmClockOff:()=>ed,AlarmClockPlus:()=>fr,AlarmMinus:()=>hr,AlarmPlus:()=>fr,AlarmSmoke:()=>rd,Album:()=>od,AlertCircle:()=>Nr,AlertOctagon:()=>k1,AlertTriangle:()=>on,AlignCenter:()=>Js,AlignCenterHorizontal:()=>sd,AlignCenterVertical:()=>nd,AlignEndHorizontal:()=>ld,AlignEndVertical:()=>dd,AlignHorizontalDistributeCenter:()=>id,AlignHorizontalDistributeEnd:()=>pd,AlignHorizontalDistributeStart:()=>cd,AlignHorizontalJustifyCenter:()=>hd,AlignHorizontalJustifyEnd:()=>fd,AlignHorizontalJustifyStart:()=>ud,AlignHorizontalSpaceAround:()=>md,AlignHorizontalSpaceBetween:()=>xd,AlignJustify:()=>Ys,AlignLeft:()=>Va,AlignRight:()=>Ks,AlignStartHorizontal:()=>gd,AlignStartVertical:()=>Md,AlignVerticalDistributeCenter:()=>vd,AlignVerticalDistributeEnd:()=>yd,AlignVerticalDistributeStart:()=>wd,AlignVerticalJustifyCenter:()=>Cd,AlignVerticalJustifyEnd:()=>bd,AlignVerticalJustifyStart:()=>Sd,AlignVerticalSpaceAround:()=>Ad,AlignVerticalSpaceBetween:()=>kd,Ambulance:()=>Hd,Ampersand:()=>Ld,Ampersands:()=>Td,Amphora:()=>Pd,Anchor:()=>Ed,Angry:()=>Bd,Annoyed:()=>Rd,Antenna:()=>Vd,Anvil:()=>Id,Aperture:()=>Fd,AppWindow:()=>Wd,AppWindowMac:()=>Dd,Apple:()=>Od,Archive:()=>Nd,ArchiveRestore:()=>zd,ArchiveX:()=>qd,AreaChart:()=>Lr,Armchair:()=>Ud,ArrowBigDown:()=>_d,ArrowBigDownDash:()=>$d,ArrowBigLeft:()=>Gd,ArrowBigLeftDash:()=>jd,ArrowBigRight:()=>Xd,ArrowBigRightDash:()=>Zd,ArrowBigUp:()=>Kd,ArrowBigUpDash:()=>Jd,ArrowDown:()=>l2,ArrowDown01:()=>Yd,ArrowDown10:()=>Qd,ArrowDownAZ:()=>ur,ArrowDownAz:()=>ur,ArrowDownCircle:()=>Ur,ArrowDownFromLine:()=>t2,ArrowDownLeft:()=>e2,ArrowDownLeftFromCircle:()=>_r,ArrowDownLeftFromSquare:()=>as,ArrowDownLeftSquare:()=>Y1,ArrowDownNarrowWide:()=>a2,ArrowDownRight:()=>r2,ArrowDownRightFromCircle:()=>jr,ArrowDownRightFromSquare:()=>rs,ArrowDownRightSquare:()=>Q1,ArrowDownSquare:()=>ts,ArrowDownToDot:()=>o2,ArrowDownToLine:()=>s2,ArrowDownUp:()=>n2,ArrowDownWideNarrow:()=>mr,ArrowDownZA:()=>xr,ArrowDownZa:()=>xr,ArrowLeft:()=>c2,ArrowLeftCircle:()=>$r,ArrowLeftFromLine:()=>d2,ArrowLeftRight:()=>i2,ArrowLeftSquare:()=>es,ArrowLeftToLine:()=>p2,ArrowRight:()=>m2,ArrowRightCircle:()=>Xr,ArrowRightFromLine:()=>h2,ArrowRightLeft:()=>f2,ArrowRightSquare:()=>ns,ArrowRightToLine:()=>u2,ArrowUp:()=>A2,ArrowUp01:()=>x2,ArrowUp10:()=>g2,ArrowUpAZ:()=>gr,ArrowUpAz:()=>gr,ArrowUpCircle:()=>Jr,ArrowUpDown:()=>M2,ArrowUpFromDot:()=>v2,ArrowUpFromLine:()=>y2,ArrowUpLeft:()=>w2,ArrowUpLeftFromCircle:()=>Gr,ArrowUpLeftFromSquare:()=>os,ArrowUpLeftSquare:()=>ls,ArrowUpNarrowWide:()=>Mr,ArrowUpRight:()=>C2,ArrowUpRightFromCircle:()=>Zr,ArrowUpRightFromSquare:()=>ss,ArrowUpRightSquare:()=>ds,ArrowUpSquare:()=>is,ArrowUpToLine:()=>b2,ArrowUpWideNarrow:()=>S2,ArrowUpZA:()=>vr,ArrowUpZa:()=>vr,ArrowsUpFromLine:()=>k2,Asterisk:()=>H2,AsteriskSquare:()=>ps,AtSign:()=>L2,Atom:()=>T2,AudioLines:()=>P2,AudioWaveform:()=>E2,Award:()=>B2,Axe:()=>R2,Axis3D:()=>yr,Axis3d:()=>yr,Baby:()=>V2,Backpack:()=>I2,Badge:()=>K2,BadgeAlert:()=>F2,BadgeCent:()=>D2,BadgeCheck:()=>wr,BadgeDollarSign:()=>W2,BadgeEuro:()=>O2,BadgeHelp:()=>Cr,BadgeIndianRupee:()=>z2,BadgeInfo:()=>q2,BadgeJapaneseYen:()=>N2,BadgeMinus:()=>U2,BadgePercent:()=>$2,BadgePlus:()=>_2,BadgePoundSterling:()=>j2,BadgeQuestionMark:()=>Cr,BadgeRussianRuble:()=>G2,BadgeSwissFranc:()=>Z2,BadgeTurkishLira:()=>X2,BadgeX:()=>J2,BaggageClaim:()=>Y2,Ban:()=>Q2,Banana:()=>t0,Bandage:()=>e0,Banknote:()=>s0,BanknoteArrowDown:()=>a0,BanknoteArrowUp:()=>r0,BanknoteX:()=>o0,BarChart:()=>Fr,BarChart2:()=>Dr,BarChart3:()=>Vr,BarChart4:()=>Rr,BarChartBig:()=>Br,BarChartHorizontal:()=>Pr,BarChartHorizontalBig:()=>Tr,Barcode:()=>n0,Barrel:()=>l0,Baseline:()=>d0,Bath:()=>i0,Battery:()=>x0,BatteryCharging:()=>p0,BatteryFull:()=>c0,BatteryLow:()=>h0,BatteryMedium:()=>f0,BatteryPlus:()=>u0,BatteryWarning:()=>m0,Beaker:()=>g0,Bean:()=>v0,BeanOff:()=>M0,Bed:()=>C0,BedDouble:()=>y0,BedSingle:()=>w0,Beef:()=>b0,Beer:()=>A0,BeerOff:()=>S0,Bell:()=>B0,BellDot:()=>k0,BellElectric:()=>H0,BellMinus:()=>L0,BellOff:()=>T0,BellPlus:()=>P0,BellRing:()=>E0,BetweenHorizonalEnd:()=>br,BetweenHorizonalStart:()=>Sr,BetweenHorizontalEnd:()=>br,BetweenHorizontalStart:()=>Sr,BetweenVerticalEnd:()=>R0,BetweenVerticalStart:()=>V0,BicepsFlexed:()=>I0,Bike:()=>F0,Binary:()=>D0,Binoculars:()=>W0,Biohazard:()=>z0,Bird:()=>O0,Birdhouse:()=>q0,Bitcoin:()=>N0,Blend:()=>U0,Blinds:()=>$0,Blocks:()=>_0,Bluetooth:()=>X0,BluetoothConnected:()=>j0,BluetoothOff:()=>G0,BluetoothSearching:()=>Z0,Bold:()=>J0,Bolt:()=>K0,Bomb:()=>Y0,Bone:()=>Q0,Book:()=>bi,BookA:()=>ti,BookAlert:()=>ei,BookAudio:()=>ai,BookCheck:()=>ri,BookCopy:()=>oi,BookDashed:()=>Ar,BookDown:()=>si,BookHeadphones:()=>ni,BookHeart:()=>li,BookImage:()=>di,BookKey:()=>ii,BookLock:()=>pi,BookMarked:()=>ci,BookMinus:()=>hi,BookOpen:()=>mi,BookOpenCheck:()=>fi,BookOpenText:()=>ui,BookPlus:()=>xi,BookTemplate:()=>Ar,BookText:()=>gi,BookType:()=>Mi,BookUp:()=>yi,BookUp2:()=>vi,BookUser:()=>wi,BookX:()=>Ci,Bookmark:()=>Li,BookmarkCheck:()=>Si,BookmarkMinus:()=>Ai,BookmarkPlus:()=>ki,BookmarkX:()=>Hi,BoomBox:()=>Ti,Bot:()=>Bi,BotMessageSquare:()=>Pi,BotOff:()=>Ei,BottleWine:()=>Ri,BowArrow:()=>Vi,Box:()=>Ii,BoxSelect:()=>ws,Boxes:()=>Fi,Braces:()=>kr,Brackets:()=>Di,Brain:()=>zi,BrainCircuit:()=>Wi,BrainCog:()=>Oi,BrickWall:()=>Ui,BrickWallFire:()=>qi,BrickWallShield:()=>Ni,Briefcase:()=>Gi,BriefcaseBusiness:()=>$i,BriefcaseConveyorBelt:()=>_i,BriefcaseMedical:()=>ji,BringToFront:()=>Zi,Brush:()=>Ji,BrushCleaning:()=>Xi,Bubbles:()=>Ki,Bug:()=>tp,BugOff:()=>Yi,BugPlay:()=>Qi,Building:()=>ap,Building2:()=>ep,Bus:()=>op,BusFront:()=>rp,Cable:()=>np,CableCar:()=>sp,Cake:()=>dp,CakeSlice:()=>lp,Calculator:()=>ip,Calendar:()=>Pp,Calendar1:()=>pp,CalendarArrowDown:()=>cp,CalendarArrowUp:()=>hp,CalendarCheck:()=>up,CalendarCheck2:()=>fp,CalendarClock:()=>mp,CalendarCog:()=>xp,CalendarDays:()=>gp,CalendarFold:()=>Mp,CalendarHeart:()=>vp,CalendarMinus:()=>wp,CalendarMinus2:()=>yp,CalendarOff:()=>Cp,CalendarPlus:()=>Sp,CalendarPlus2:()=>bp,CalendarRange:()=>Ap,CalendarSearch:()=>kp,CalendarSync:()=>Hp,CalendarX:()=>Tp,CalendarX2:()=>Lp,Camera:()=>Bp,CameraOff:()=>Ep,CandlestickChart:()=>Er,Candy:()=>Ip,CandyCane:()=>Rp,CandyOff:()=>Vp,Cannabis:()=>Fp,Captions:()=>Hr,CaptionsOff:()=>Dp,Car:()=>zp,CarFront:()=>Wp,CarTaxiFront:()=>Op,Caravan:()=>qp,CardSim:()=>Np,Carrot:()=>Up,CaseLower:()=>$p,CaseSensitive:()=>_p,CaseUpper:()=>jp,CassetteTape:()=>Gp,Cast:()=>Zp,Castle:()=>Xp,Cat:()=>Jp,Cctv:()=>Kp,ChartArea:()=>Lr,ChartBar:()=>Pr,ChartBarBig:()=>Tr,ChartBarDecreasing:()=>Yp,ChartBarIncreasing:()=>Qp,ChartBarStacked:()=>tc,ChartCandlestick:()=>Er,ChartColumn:()=>Vr,ChartColumnBig:()=>Br,ChartColumnDecreasing:()=>ec,ChartColumnIncreasing:()=>Rr,ChartColumnStacked:()=>ac,ChartGantt:()=>rc,ChartLine:()=>Ir,ChartNetwork:()=>oc,ChartNoAxesColumn:()=>Dr,ChartNoAxesColumnDecreasing:()=>sc,ChartNoAxesColumnIncreasing:()=>Fr,ChartNoAxesCombined:()=>nc,ChartNoAxesGantt:()=>Wr,ChartPie:()=>Or,ChartScatter:()=>zr,ChartSpline:()=>lc,Check:()=>pc,CheckCheck:()=>dc,CheckCircle:()=>Kr,CheckCircle2:()=>Yr,CheckLine:()=>ic,CheckSquare:()=>hs,CheckSquare2:()=>fs,ChefHat:()=>cc,Cherry:()=>hc,ChevronDown:()=>fc,ChevronDownCircle:()=>Qr,ChevronDownSquare:()=>us,ChevronFirst:()=>uc,ChevronLast:()=>mc,ChevronLeft:()=>xc,ChevronLeftCircle:()=>to,ChevronLeftSquare:()=>ms,ChevronRight:()=>gc,ChevronRightCircle:()=>eo,ChevronRightSquare:()=>xs,ChevronUp:()=>Mc,ChevronUpCircle:()=>ao,ChevronUpSquare:()=>gs,ChevronsDown:()=>yc,ChevronsDownUp:()=>vc,ChevronsLeft:()=>bc,ChevronsLeftRight:()=>Cc,ChevronsLeftRightEllipsis:()=>wc,ChevronsRight:()=>Ac,ChevronsRightLeft:()=>Sc,ChevronsUp:()=>Hc,ChevronsUpDown:()=>kc,Chrome:()=>qr,Chromium:()=>qr,Church:()=>Lc,Cigarette:()=>Pc,CigaretteOff:()=>Tc,Circle:()=>$c,CircleAlert:()=>Nr,CircleArrowDown:()=>Ur,CircleArrowLeft:()=>$r,CircleArrowOutDownLeft:()=>_r,CircleArrowOutDownRight:()=>jr,CircleArrowOutUpLeft:()=>Gr,CircleArrowOutUpRight:()=>Zr,CircleArrowRight:()=>Xr,CircleArrowUp:()=>Jr,CircleCheck:()=>Yr,CircleCheckBig:()=>Kr,CircleChevronDown:()=>Qr,CircleChevronLeft:()=>to,CircleChevronRight:()=>eo,CircleChevronUp:()=>ao,CircleDashed:()=>Ec,CircleDivide:()=>ro,CircleDollarSign:()=>Bc,CircleDot:()=>Vc,CircleDotDashed:()=>Rc,CircleEllipsis:()=>Ic,CircleEqual:()=>Fc,CircleFadingArrowUp:()=>Dc,CircleFadingPlus:()=>Wc,CircleGauge:()=>oo,CircleHelp:()=>Ha,CircleMinus:()=>so,CircleOff:()=>Oc,CircleParking:()=>lo,CircleParkingOff:()=>no,CirclePause:()=>io,CirclePercent:()=>po,CirclePlay:()=>co,CirclePlus:()=>ho,CirclePoundSterling:()=>zc,CirclePower:()=>fo,CircleQuestionMark:()=>Ha,CircleSlash:()=>qc,CircleSlash2:()=>uo,CircleSlashed:()=>uo,CircleSmall:()=>Nc,CircleStar:()=>Uc,CircleStop:()=>mo,CircleUser:()=>go,CircleUserRound:()=>xo,CircleX:()=>Mo,CircuitBoard:()=>_c,Citrus:()=>jc,Clapperboard:()=>Gc,Clipboard:()=>rh,ClipboardCheck:()=>Zc,ClipboardClock:()=>Xc,ClipboardCopy:()=>Jc,ClipboardEdit:()=>yo,ClipboardList:()=>Kc,ClipboardMinus:()=>Yc,ClipboardPaste:()=>Qc,ClipboardPen:()=>yo,ClipboardPenLine:()=>vo,ClipboardPlus:()=>th,ClipboardSignature:()=>vo,ClipboardType:()=>eh,ClipboardX:()=>ah,Clock:()=>Ch,Clock1:()=>oh,Clock10:()=>sh,Clock11:()=>nh,Clock12:()=>lh,Clock2:()=>dh,Clock3:()=>ih,Clock4:()=>ph,Clock5:()=>ch,Clock6:()=>hh,Clock7:()=>fh,Clock8:()=>uh,Clock9:()=>mh,ClockAlert:()=>xh,ClockArrowDown:()=>gh,ClockArrowUp:()=>Mh,ClockCheck:()=>vh,ClockFading:()=>yh,ClockPlus:()=>wh,ClosedCaption:()=>bh,Cloud:()=>Oh,CloudAlert:()=>Sh,CloudCheck:()=>Ah,CloudCog:()=>kh,CloudDownload:()=>wo,CloudDrizzle:()=>Hh,CloudFog:()=>Lh,CloudHail:()=>Th,CloudLightning:()=>Ph,CloudMoon:()=>Bh,CloudMoonRain:()=>Eh,CloudOff:()=>Rh,CloudRain:()=>Ih,CloudRainWind:()=>Vh,CloudSnow:()=>Fh,CloudSun:()=>Wh,CloudSunRain:()=>Dh,CloudUpload:()=>Co,Cloudy:()=>zh,Clover:()=>qh,Club:()=>Nh,Code:()=>Uh,Code2:()=>bo,CodeSquare:()=>Ms,CodeXml:()=>bo,Codepen:()=>$h,Codesandbox:()=>_h,Coffee:()=>jh,Cog:()=>Gh,Coins:()=>Zh,Columns:()=>So,Columns2:()=>So,Columns3:()=>Ao,Columns3Cog:()=>La,Columns4:()=>Xh,ColumnsSettings:()=>La,Combine:()=>Jh,Command:()=>Kh,Compass:()=>Yh,Component:()=>Qh,Computer:()=>tf,ConciergeBell:()=>ef,Cone:()=>af,Construction:()=>rf,Contact:()=>of,Contact2:()=>ko,ContactRound:()=>ko,Container:()=>sf,Contrast:()=>nf,Cookie:()=>lf,CookingPot:()=>df,Copy:()=>mf,CopyCheck:()=>pf,CopyMinus:()=>cf,CopyPlus:()=>hf,CopySlash:()=>ff,CopyX:()=>uf,Copyleft:()=>xf,Copyright:()=>gf,CornerDownLeft:()=>Mf,CornerDownRight:()=>vf,CornerLeftDown:()=>yf,CornerLeftUp:()=>wf,CornerRightDown:()=>Cf,CornerRightUp:()=>bf,CornerUpLeft:()=>Sf,CornerUpRight:()=>Af,Cpu:()=>kf,CreativeCommons:()=>Hf,CreditCard:()=>Lf,Croissant:()=>Tf,Crop:()=>Pf,Cross:()=>Ef,Crosshair:()=>Bf,Crown:()=>Rf,Cuboid:()=>Vf,CupSoda:()=>If,CurlyBraces:()=>kr,Currency:()=>Ff,Cylinder:()=>Df,Dam:()=>Wf,Database:()=>qf,DatabaseBackup:()=>Of,DatabaseZap:()=>zf,DecimalsArrowLeft:()=>Nf,DecimalsArrowRight:()=>Uf,Delete:()=>$f,Dessert:()=>_f,Diameter:()=>jf,Diamond:()=>Xf,DiamondMinus:()=>Gf,DiamondPercent:()=>Ho,DiamondPlus:()=>Zf,Dice1:()=>Jf,Dice2:()=>Kf,Dice3:()=>Yf,Dice4:()=>Qf,Dice5:()=>tu,Dice6:()=>eu,Dices:()=>au,Diff:()=>ru,Disc:()=>lu,Disc2:()=>ou,Disc3:()=>su,DiscAlbum:()=>nu,Divide:()=>du,DivideCircle:()=>ro,DivideSquare:()=>Cs,Dna:()=>pu,DnaOff:()=>iu,Dock:()=>cu,Dog:()=>hu,DollarSign:()=>fu,Donut:()=>uu,DoorClosed:()=>xu,DoorClosedLocked:()=>mu,DoorOpen:()=>gu,Dot:()=>Mu,DotSquare:()=>bs,Download:()=>vu,DownloadCloud:()=>wo,DraftingCompass:()=>yu,Drama:()=>wu,Dribbble:()=>Cu,Drill:()=>bu,Drone:()=>Su,Droplet:()=>ku,DropletOff:()=>Au,Droplets:()=>Hu,Drum:()=>Lu,Drumstick:()=>Tu,Dumbbell:()=>Pu,Ear:()=>Bu,EarOff:()=>Eu,Earth:()=>Lo,EarthLock:()=>Ru,Eclipse:()=>Vu,Edit:()=>da,Edit2:()=>O1,Edit3:()=>W1,Egg:()=>Du,EggFried:()=>Iu,EggOff:()=>Fu,Ellipsis:()=>Po,EllipsisVertical:()=>To,Equal:()=>zu,EqualApproximately:()=>Wu,EqualNot:()=>Ou,EqualSquare:()=>Ss,Eraser:()=>qu,EthernetPort:()=>Nu,Euro:()=>Uu,EvCharger:()=>$u,Expand:()=>_u,ExternalLink:()=>ju,Eye:()=>Xu,EyeClosed:()=>Gu,EyeOff:()=>Zu,Facebook:()=>Ju,Factory:()=>Ku,Fan:()=>Yu,FastForward:()=>Qu,Feather:()=>tm,Fence:()=>em,FerrisWheel:()=>am,Figma:()=>rm,File:()=>Bm,FileArchive:()=>om,FileAudio:()=>Ta,FileAudio2:()=>Ta,FileAxis3D:()=>Eo,FileAxis3d:()=>Eo,FileBadge:()=>Bo,FileBadge2:()=>Bo,FileBarChart:()=>Io,FileBarChart2:()=>Fo,FileBox:()=>sm,FileBraces:()=>Vo,FileBracesCorner:()=>Ro,FileChartColumn:()=>Fo,FileChartColumnIncreasing:()=>Io,FileChartLine:()=>Do,FileChartPie:()=>Wo,FileCheck:()=>nm,FileCheck2:()=>Oo,FileCheckCorner:()=>Oo,FileClock:()=>lm,FileCode:()=>dm,FileCode2:()=>zo,FileCodeCorner:()=>zo,FileCog:()=>qo,FileCog2:()=>qo,FileDiff:()=>im,FileDigit:()=>pm,FileDown:()=>cm,FileEdit:()=>Go,FileExclamationPoint:()=>No,FileHeadphone:()=>Ta,FileHeart:()=>hm,FileImage:()=>fm,FileInput:()=>um,FileJson:()=>Vo,FileJson2:()=>Ro,FileKey:()=>Uo,FileKey2:()=>Uo,FileLineChart:()=>Do,FileLock:()=>$o,FileLock2:()=>$o,FileMinus:()=>mm,FileMinus2:()=>_o,FileMinusCorner:()=>_o,FileMusic:()=>xm,FileOutput:()=>gm,FilePen:()=>Go,FilePenLine:()=>jo,FilePieChart:()=>Wo,FilePlay:()=>Zo,FilePlus:()=>Mm,FilePlus2:()=>Xo,FilePlusCorner:()=>Xo,FileQuestion:()=>Jo,FileQuestionMark:()=>Jo,FileScan:()=>vm,FileSearch:()=>ym,FileSearch2:()=>Ko,FileSearchCorner:()=>Ko,FileSignal:()=>Yo,FileSignature:()=>jo,FileSliders:()=>wm,FileSpreadsheet:()=>Cm,FileStack:()=>bm,FileSymlink:()=>Sm,FileTerminal:()=>Am,FileText:()=>km,FileType:()=>Hm,FileType2:()=>Qo,FileTypeCorner:()=>Qo,FileUp:()=>Lm,FileUser:()=>Tm,FileVideo:()=>Zo,FileVideo2:()=>t1,FileVideoCamera:()=>t1,FileVolume:()=>Pm,FileVolume2:()=>Yo,FileWarning:()=>No,FileX:()=>Em,FileX2:()=>e1,FileXCorner:()=>e1,Files:()=>Rm,Film:()=>Vm,Filter:()=>s1,FilterX:()=>o1,Fingerprint:()=>Im,FireExtinguisher:()=>Fm,Fish:()=>Om,FishOff:()=>Dm,FishSymbol:()=>Wm,Flag:()=>Um,FlagOff:()=>zm,FlagTriangleLeft:()=>qm,FlagTriangleRight:()=>Nm,Flame:()=>_m,FlameKindling:()=>$m,Flashlight:()=>Gm,FlashlightOff:()=>jm,FlaskConical:()=>Xm,FlaskConicalOff:()=>Zm,FlaskRound:()=>Jm,FlipHorizontal:()=>Ym,FlipHorizontal2:()=>Km,FlipVertical:()=>tx,FlipVertical2:()=>Qm,Flower:()=>ax,Flower2:()=>ex,Focus:()=>rx,FoldHorizontal:()=>ox,FoldVertical:()=>sx,Folder:()=>Rx,FolderArchive:()=>nx,FolderCheck:()=>lx,FolderClock:()=>dx,FolderClosed:()=>ix,FolderCode:()=>px,FolderCog:()=>a1,FolderCog2:()=>a1,FolderDot:()=>cx,FolderDown:()=>hx,FolderEdit:()=>r1,FolderGit:()=>ux,FolderGit2:()=>fx,FolderHeart:()=>mx,FolderInput:()=>xx,FolderKanban:()=>gx,FolderKey:()=>Mx,FolderLock:()=>vx,FolderMinus:()=>yx,FolderOpen:()=>Cx,FolderOpenDot:()=>wx,FolderOutput:()=>bx,FolderPen:()=>r1,FolderPlus:()=>Sx,FolderRoot:()=>Ax,FolderSearch:()=>Hx,FolderSearch2:()=>kx,FolderSymlink:()=>Lx,FolderSync:()=>Tx,FolderTree:()=>Px,FolderUp:()=>Ex,FolderX:()=>Bx,Folders:()=>Vx,Footprints:()=>Ix,ForkKnife:()=>xn,ForkKnifeCrossed:()=>mn,Forklift:()=>Fx,FormInput:()=>q1,Forward:()=>Dx,Frame:()=>Wx,Framer:()=>Ox,Frown:()=>zx,Fuel:()=>qx,Fullscreen:()=>Nx,FunctionSquare:()=>As,Funnel:()=>s1,FunnelPlus:()=>Ux,FunnelX:()=>o1,GalleryHorizontal:()=>_x,GalleryHorizontalEnd:()=>$x,GalleryThumbnails:()=>jx,GalleryVertical:()=>Zx,GalleryVerticalEnd:()=>Gx,Gamepad:()=>Kx,Gamepad2:()=>Xx,GamepadDirectional:()=>Jx,GanttChart:()=>Wr,GanttChartSquare:()=>Ra,Gauge:()=>Yx,GaugeCircle:()=>oo,Gavel:()=>Qx,Gem:()=>t4,GeorgianLari:()=>e4,Ghost:()=>a4,Gift:()=>r4,GitBranch:()=>n4,GitBranchMinus:()=>o4,GitBranchPlus:()=>s4,GitCommit:()=>n1,GitCommitHorizontal:()=>n1,GitCommitVertical:()=>l4,GitCompare:()=>i4,GitCompareArrows:()=>d4,GitFork:()=>p4,GitGraph:()=>c4,GitMerge:()=>h4,GitPullRequest:()=>M4,GitPullRequestArrow:()=>f4,GitPullRequestClosed:()=>u4,GitPullRequestCreate:()=>x4,GitPullRequestCreateArrow:()=>m4,GitPullRequestDraft:()=>g4,Github:()=>v4,Gitlab:()=>y4,GlassWater:()=>w4,Glasses:()=>C4,Globe:()=>S4,Globe2:()=>Lo,GlobeLock:()=>b4,Goal:()=>A4,Gpu:()=>k4,Grab:()=>c1,GraduationCap:()=>H4,Grape:()=>L4,Grid:()=>Pa,Grid2X2:()=>p1,Grid2X2Check:()=>l1,Grid2X2Plus:()=>d1,Grid2X2X:()=>i1,Grid2x2:()=>p1,Grid2x2Check:()=>l1,Grid2x2Plus:()=>d1,Grid2x2X:()=>i1,Grid3X3:()=>Pa,Grid3x2:()=>T4,Grid3x3:()=>Pa,Grip:()=>B4,GripHorizontal:()=>P4,GripVertical:()=>E4,Group:()=>R4,Guitar:()=>V4,Ham:()=>I4,Hamburger:()=>F4,Hammer:()=>D4,Hand:()=>U4,HandCoins:()=>W4,HandFist:()=>O4,HandGrab:()=>c1,HandHeart:()=>z4,HandHelping:()=>h1,HandMetal:()=>q4,HandPlatter:()=>N4,Handbag:()=>$4,Handshake:()=>_4,HardDrive:()=>Z4,HardDriveDownload:()=>j4,HardDriveUpload:()=>G4,HardHat:()=>X4,Hash:()=>J4,HatGlasses:()=>K4,Haze:()=>Y4,HdmiPort:()=>Q4,Heading:()=>n5,Heading1:()=>t5,Heading2:()=>e5,Heading3:()=>a5,Heading4:()=>r5,Heading5:()=>o5,Heading6:()=>s5,HeadphoneOff:()=>l5,Headphones:()=>d5,Headset:()=>i5,Heart:()=>x5,HeartCrack:()=>p5,HeartHandshake:()=>c5,HeartMinus:()=>h5,HeartOff:()=>f5,HeartPlus:()=>u5,HeartPulse:()=>m5,Heater:()=>g5,Helicopter:()=>M5,HelpCircle:()=>Ha,HelpingHand:()=>h1,Hexagon:()=>v5,Highlighter:()=>y5,History:()=>w5,Home:()=>f1,Hop:()=>b5,HopOff:()=>C5,Hospital:()=>S5,Hotel:()=>A5,Hourglass:()=>k5,House:()=>f1,HouseHeart:()=>H5,HousePlug:()=>L5,HousePlus:()=>T5,HouseWifi:()=>P5,IceCream:()=>m1,IceCream2:()=>u1,IceCreamBowl:()=>u1,IceCreamCone:()=>m1,IdCard:()=>B5,IdCardLanyard:()=>E5,Image:()=>z5,ImageDown:()=>V5,ImageMinus:()=>R5,ImageOff:()=>I5,ImagePlay:()=>F5,ImagePlus:()=>D5,ImageUp:()=>W5,ImageUpscale:()=>O5,Images:()=>q5,Import:()=>N5,Inbox:()=>U5,Indent:()=>Ba,IndentDecrease:()=>Ea,IndentIncrease:()=>Ba,IndianRupee:()=>$5,Infinity:()=>_5,Info:()=>j5,Inspect:()=>Es,InspectionPanel:()=>G5,Instagram:()=>Z5,Italic:()=>X5,IterationCcw:()=>J5,IterationCw:()=>K5,JapaneseYen:()=>Y5,Joystick:()=>Q5,Kanban:()=>t3,KanbanSquare:()=>ks,KanbanSquareDashed:()=>vs,Kayak:()=>e3,Key:()=>o3,KeyRound:()=>a3,KeySquare:()=>r3,Keyboard:()=>l3,KeyboardMusic:()=>s3,KeyboardOff:()=>n3,Lamp:()=>f3,LampCeiling:()=>d3,LampDesk:()=>i3,LampFloor:()=>p3,LampWallDown:()=>c3,LampWallUp:()=>h3,LandPlot:()=>u3,Landmark:()=>m3,Languages:()=>x3,Laptop:()=>M3,Laptop2:()=>x1,LaptopMinimal:()=>x1,LaptopMinimalCheck:()=>g3,Lasso:()=>y3,LassoSelect:()=>v3,Laugh:()=>w3,Layers:()=>g1,Layers2:()=>C3,Layers3:()=>g1,Layout:()=>D1,LayoutDashboard:()=>b3,LayoutGrid:()=>S3,LayoutList:()=>A3,LayoutPanelLeft:()=>k3,LayoutPanelTop:()=>H3,LayoutTemplate:()=>L3,Leaf:()=>T3,LeafyGreen:()=>P3,Lectern:()=>E3,LetterText:()=>Qs,Library:()=>R3,LibraryBig:()=>B3,LibrarySquare:()=>Hs,LifeBuoy:()=>V3,Ligature:()=>I3,Lightbulb:()=>D3,LightbulbOff:()=>F3,LineChart:()=>Ir,LineSquiggle:()=>W3,Link:()=>q3,Link2:()=>z3,Link2Off:()=>O3,Linkedin:()=>N3,List:()=>lg,ListCheck:()=>U3,ListChecks:()=>$3,ListChevronsDownUp:()=>_3,ListChevronsUpDown:()=>j3,ListCollapse:()=>G3,ListEnd:()=>Z3,ListFilter:()=>J3,ListFilterPlus:()=>X3,ListIndentDecrease:()=>Ea,ListIndentIncrease:()=>Ba,ListMinus:()=>K3,ListMusic:()=>Y3,ListOrdered:()=>Q3,ListPlus:()=>tg,ListRestart:()=>eg,ListStart:()=>ag,ListTodo:()=>rg,ListTree:()=>og,ListVideo:()=>sg,ListX:()=>ng,Loader:()=>ig,Loader2:()=>M1,LoaderCircle:()=>M1,LoaderPinwheel:()=>dg,Locate:()=>hg,LocateFixed:()=>pg,LocateOff:()=>cg,LocationEdit:()=>C1,Lock:()=>ug,LockKeyhole:()=>fg,LockKeyholeOpen:()=>v1,LockOpen:()=>y1,LogIn:()=>mg,LogOut:()=>xg,Logs:()=>gg,Lollipop:()=>Mg,Luggage:()=>vg,MSquare:()=>Ls,Magnet:()=>yg,Mail:()=>Lg,MailCheck:()=>wg,MailMinus:()=>Cg,MailOpen:()=>bg,MailPlus:()=>Sg,MailQuestion:()=>w1,MailQuestionMark:()=>w1,MailSearch:()=>Ag,MailWarning:()=>kg,MailX:()=>Hg,Mailbox:()=>Tg,Mails:()=>Pg,Map:()=>_g,MapMinus:()=>Eg,MapPin:()=>Ng,MapPinCheck:()=>Rg,MapPinCheckInside:()=>Bg,MapPinHouse:()=>Vg,MapPinMinus:()=>Fg,MapPinMinusInside:()=>Ig,MapPinOff:()=>Dg,MapPinPen:()=>C1,MapPinPlus:()=>Og,MapPinPlusInside:()=>Wg,MapPinX:()=>qg,MapPinXInside:()=>zg,MapPinned:()=>Ug,MapPlus:()=>$g,Mars:()=>Gg,MarsStroke:()=>jg,Martini:()=>Zg,Maximize:()=>Jg,Maximize2:()=>Xg,Medal:()=>Kg,Megaphone:()=>Qg,MegaphoneOff:()=>Yg,Meh:()=>t8,MemoryStick:()=>e8,Menu:()=>a8,MenuSquare:()=>Ts,Merge:()=>r8,MessageCircle:()=>f8,MessageCircleCode:()=>o8,MessageCircleDashed:()=>s8,MessageCircleHeart:()=>n8,MessageCircleMore:()=>l8,MessageCircleOff:()=>d8,MessageCirclePlus:()=>i8,MessageCircleQuestion:()=>b1,MessageCircleQuestionMark:()=>b1,MessageCircleReply:()=>p8,MessageCircleWarning:()=>c8,MessageCircleX:()=>h8,MessageSquare:()=>T8,MessageSquareCode:()=>u8,MessageSquareDashed:()=>m8,MessageSquareDiff:()=>x8,MessageSquareDot:()=>g8,MessageSquareHeart:()=>M8,MessageSquareLock:()=>v8,MessageSquareMore:()=>y8,MessageSquareOff:()=>w8,MessageSquarePlus:()=>C8,MessageSquareQuote:()=>b8,MessageSquareReply:()=>S8,MessageSquareShare:()=>A8,MessageSquareText:()=>k8,MessageSquareWarning:()=>H8,MessageSquareX:()=>L8,MessagesSquare:()=>P8,Mic:()=>B8,Mic2:()=>S1,MicOff:()=>E8,MicVocal:()=>S1,Microchip:()=>R8,Microscope:()=>V8,Microwave:()=>I8,Milestone:()=>F8,Milk:()=>W8,MilkOff:()=>D8,Minimize:()=>z8,Minimize2:()=>O8,Minus:()=>q8,MinusCircle:()=>so,MinusSquare:()=>Ps,Monitor:()=>e6,MonitorCheck:()=>N8,MonitorCloud:()=>U8,MonitorCog:()=>$8,MonitorDot:()=>_8,MonitorDown:()=>j8,MonitorOff:()=>G8,MonitorPause:()=>Z8,MonitorPlay:()=>X8,MonitorSmartphone:()=>J8,MonitorSpeaker:()=>K8,MonitorStop:()=>Y8,MonitorUp:()=>Q8,MonitorX:()=>t6,Moon:()=>r6,MoonStar:()=>a6,MoreHorizontal:()=>Po,MoreVertical:()=>To,Motorbike:()=>o6,Mountain:()=>n6,MountainSnow:()=>s6,Mouse:()=>h6,MouseOff:()=>l6,MousePointer:()=>c6,MousePointer2:()=>d6,MousePointerBan:()=>i6,MousePointerClick:()=>p6,MousePointerSquareDashed:()=>ys,Move:()=>A6,Move3D:()=>A1,Move3d:()=>A1,MoveDiagonal:()=>u6,MoveDiagonal2:()=>f6,MoveDown:()=>g6,MoveDownLeft:()=>m6,MoveDownRight:()=>x6,MoveHorizontal:()=>M6,MoveLeft:()=>v6,MoveRight:()=>y6,MoveUp:()=>b6,MoveUpLeft:()=>w6,MoveUpRight:()=>C6,MoveVertical:()=>S6,Music:()=>T6,Music2:()=>k6,Music3:()=>H6,Music4:()=>L6,Navigation:()=>R6,Navigation2:()=>E6,Navigation2Off:()=>P6,NavigationOff:()=>B6,Network:()=>V6,Newspaper:()=>I6,Nfc:()=>F6,NonBinary:()=>D6,Notebook:()=>q6,NotebookPen:()=>W6,NotebookTabs:()=>O6,NotebookText:()=>z6,NotepadText:()=>U6,NotepadTextDashed:()=>N6,Nut:()=>_6,NutOff:()=>$6,Octagon:()=>G6,OctagonAlert:()=>k1,OctagonMinus:()=>j6,OctagonPause:()=>H1,OctagonX:()=>L1,Omega:()=>Z6,Option:()=>X6,Orbit:()=>J6,Origami:()=>K6,Outdent:()=>Ea,Package:()=>sM,Package2:()=>Y6,PackageCheck:()=>Q6,PackageMinus:()=>tM,PackageOpen:()=>eM,PackagePlus:()=>aM,PackageSearch:()=>rM,PackageX:()=>oM,PaintBucket:()=>nM,PaintRoller:()=>lM,Paintbrush:()=>dM,Paintbrush2:()=>T1,PaintbrushVertical:()=>T1,Palette:()=>iM,Palmtree:()=>rn,Panda:()=>pM,PanelBottom:()=>fM,PanelBottomClose:()=>cM,PanelBottomDashed:()=>P1,PanelBottomInactive:()=>P1,PanelBottomOpen:()=>hM,PanelLeft:()=>V1,PanelLeftClose:()=>E1,PanelLeftDashed:()=>B1,PanelLeftInactive:()=>B1,PanelLeftOpen:()=>R1,PanelLeftRightDashed:()=>uM,PanelRight:()=>gM,PanelRightClose:()=>mM,PanelRightDashed:()=>I1,PanelRightInactive:()=>I1,PanelRightOpen:()=>xM,PanelTop:()=>wM,PanelTopBottomDashed:()=>MM,PanelTopClose:()=>vM,PanelTopDashed:()=>F1,PanelTopInactive:()=>F1,PanelTopOpen:()=>yM,PanelsLeftBottom:()=>CM,PanelsLeftRight:()=>Ao,PanelsRightBottom:()=>bM,PanelsTopBottom:()=>$1,PanelsTopLeft:()=>D1,Paperclip:()=>SM,Parentheses:()=>AM,ParkingCircle:()=>lo,ParkingCircleOff:()=>no,ParkingMeter:()=>kM,ParkingSquare:()=>Rs,ParkingSquareOff:()=>Bs,PartyPopper:()=>HM,Pause:()=>LM,PauseCircle:()=>io,PauseOctagon:()=>H1,PawPrint:()=>TM,PcCase:()=>PM,Pen:()=>O1,PenBox:()=>da,PenLine:()=>W1,PenOff:()=>EM,PenSquare:()=>da,PenTool:()=>BM,Pencil:()=>FM,PencilLine:()=>RM,PencilOff:()=>VM,PencilRuler:()=>IM,Pentagon:()=>DM,Percent:()=>WM,PercentCircle:()=>po,PercentDiamond:()=>Ho,PercentSquare:()=>Vs,PersonStanding:()=>OM,PhilippinePeso:()=>zM,Phone:()=>GM,PhoneCall:()=>qM,PhoneForwarded:()=>NM,PhoneIncoming:()=>UM,PhoneMissed:()=>$M,PhoneOff:()=>_M,PhoneOutgoing:()=>jM,Pi:()=>ZM,PiSquare:()=>Is,Piano:()=>XM,Pickaxe:()=>JM,PictureInPicture:()=>YM,PictureInPicture2:()=>KM,PieChart:()=>Or,PiggyBank:()=>QM,Pilcrow:()=>a7,PilcrowLeft:()=>t7,PilcrowRight:()=>e7,PilcrowSquare:()=>Fs,Pill:()=>o7,PillBottle:()=>r7,Pin:()=>n7,PinOff:()=>s7,Pipette:()=>l7,Pizza:()=>d7,Plane:()=>c7,PlaneLanding:()=>i7,PlaneTakeoff:()=>p7,Play:()=>h7,PlayCircle:()=>co,PlaySquare:()=>Ds,Plug:()=>u7,Plug2:()=>f7,PlugZap:()=>z1,PlugZap2:()=>z1,Plus:()=>m7,PlusCircle:()=>ho,PlusSquare:()=>Ws,Pocket:()=>g7,PocketKnife:()=>x7,Podcast:()=>M7,Pointer:()=>y7,PointerOff:()=>v7,Popcorn:()=>C7,Popsicle:()=>w7,PoundSterling:()=>b7,Power:()=>A7,PowerCircle:()=>fo,PowerOff:()=>S7,PowerSquare:()=>Os,Presentation:()=>k7,Printer:()=>L7,PrinterCheck:()=>H7,Projector:()=>T7,Proportions:()=>P7,Puzzle:()=>E7,Pyramid:()=>B7,QrCode:()=>R7,Quote:()=>V7,Rabbit:()=>I7,Radar:()=>F7,Radiation:()=>D7,Radical:()=>W7,Radio:()=>q7,RadioReceiver:()=>O7,RadioTower:()=>z7,Radius:()=>N7,RailSymbol:()=>U7,Rainbow:()=>$7,Rat:()=>_7,Ratio:()=>j7,Receipt:()=>av,ReceiptCent:()=>G7,ReceiptEuro:()=>Z7,ReceiptIndianRupee:()=>X7,ReceiptJapaneseYen:()=>J7,ReceiptPoundSterling:()=>K7,ReceiptRussianRuble:()=>Y7,ReceiptSwissFranc:()=>Q7,ReceiptText:()=>tv,ReceiptTurkishLira:()=>ev,RectangleCircle:()=>rv,RectangleEllipsis:()=>q1,RectangleGoggles:()=>ov,RectangleHorizontal:()=>sv,RectangleVertical:()=>nv,Recycle:()=>lv,Redo:()=>pv,Redo2:()=>dv,RedoDot:()=>iv,RefreshCcw:()=>hv,RefreshCcwDot:()=>cv,RefreshCw:()=>uv,RefreshCwOff:()=>fv,Refrigerator:()=>mv,Regex:()=>xv,RemoveFormatting:()=>gv,Repeat:()=>yv,Repeat1:()=>Mv,Repeat2:()=>vv,Replace:()=>Cv,ReplaceAll:()=>wv,Reply:()=>Sv,ReplyAll:()=>bv,Rewind:()=>Av,Ribbon:()=>kv,Rocket:()=>Hv,RockingChair:()=>Lv,RollerCoaster:()=>Tv,Rose:()=>Pv,Rotate3D:()=>N1,Rotate3d:()=>N1,RotateCcw:()=>Rv,RotateCcwKey:()=>Ev,RotateCcwSquare:()=>Bv,RotateCw:()=>Iv,RotateCwSquare:()=>Vv,Route:()=>Dv,RouteOff:()=>Fv,Router:()=>Wv,Rows:()=>U1,Rows2:()=>U1,Rows3:()=>$1,Rows4:()=>Ov,Rss:()=>zv,Ruler:()=>Nv,RulerDimensionLine:()=>qv,RussianRuble:()=>Uv,Sailboat:()=>$v,Salad:()=>_v,Sandwich:()=>jv,Satellite:()=>Zv,SatelliteDish:()=>Gv,SaudiRiyal:()=>Xv,Save:()=>Yv,SaveAll:()=>Jv,SaveOff:()=>Kv,Scale:()=>Qv,Scale3D:()=>_1,Scale3d:()=>_1,Scaling:()=>t9,Scan:()=>i9,ScanBarcode:()=>e9,ScanEye:()=>a9,ScanFace:()=>r9,ScanHeart:()=>o9,ScanLine:()=>s9,ScanQrCode:()=>n9,ScanSearch:()=>l9,ScanText:()=>d9,ScatterChart:()=>zr,School:()=>p9,School2:()=>nn,Scissors:()=>h9,ScissorsLineDashed:()=>c9,ScissorsSquare:()=>zs,ScissorsSquareDashedBottom:()=>cs,ScreenShare:()=>u9,ScreenShareOff:()=>f9,Scroll:()=>x9,ScrollText:()=>m9,Search:()=>w9,SearchCheck:()=>g9,SearchCode:()=>M9,SearchSlash:()=>v9,SearchX:()=>y9,Section:()=>C9,Send:()=>S9,SendHorizonal:()=>j1,SendHorizontal:()=>j1,SendToBack:()=>b9,SeparatorHorizontal:()=>A9,SeparatorVertical:()=>k9,Server:()=>P9,ServerCog:()=>H9,ServerCrash:()=>L9,ServerOff:()=>T9,Settings:()=>B9,Settings2:()=>E9,Shapes:()=>R9,Share:()=>I9,Share2:()=>V9,Sheet:()=>F9,Shell:()=>D9,Shield:()=>G9,ShieldAlert:()=>W9,ShieldBan:()=>O9,ShieldCheck:()=>z9,ShieldClose:()=>Z1,ShieldEllipsis:()=>q9,ShieldHalf:()=>N9,ShieldMinus:()=>U9,ShieldOff:()=>$9,ShieldPlus:()=>_9,ShieldQuestion:()=>G1,ShieldQuestionMark:()=>G1,ShieldUser:()=>j9,ShieldX:()=>Z1,Ship:()=>X9,ShipWheel:()=>Z9,Shirt:()=>J9,ShoppingBag:()=>K9,ShoppingBasket:()=>Y9,ShoppingCart:()=>Q9,Shovel:()=>ty,ShowerHead:()=>ey,Shredder:()=>ay,Shrimp:()=>ry,Shrink:()=>oy,Shrub:()=>sy,Shuffle:()=>ny,Sidebar:()=>V1,SidebarClose:()=>E1,SidebarOpen:()=>R1,Sigma:()=>ly,SigmaSquare:()=>qs,Signal:()=>hy,SignalHigh:()=>dy,SignalLow:()=>iy,SignalMedium:()=>py,SignalZero:()=>cy,Signature:()=>fy,Signpost:()=>my,SignpostBig:()=>uy,Siren:()=>xy,SkipBack:()=>gy,SkipForward:()=>My,Skull:()=>vy,Slack:()=>yy,Slash:()=>wy,SlashSquare:()=>Ns,Slice:()=>Cy,Sliders:()=>X1,SlidersHorizontal:()=>by,SlidersVertical:()=>X1,Smartphone:()=>ky,SmartphoneCharging:()=>Sy,SmartphoneNfc:()=>Ay,Smile:()=>Ly,SmilePlus:()=>Hy,Snail:()=>Ty,Snowflake:()=>Py,SoapDispenserDroplet:()=>Ey,Sofa:()=>By,SolarPanel:()=>Ry,SortAsc:()=>Mr,SortDesc:()=>mr,Soup:()=>Vy,Space:()=>Iy,Spade:()=>Fy,Sparkle:()=>Dy,Sparkles:()=>J1,Speaker:()=>Wy,Speech:()=>Oy,SpellCheck:()=>qy,SpellCheck2:()=>zy,Spline:()=>Uy,SplinePointer:()=>Ny,Split:()=>$y,SplitSquareHorizontal:()=>Us,SplitSquareVertical:()=>$s,Spool:()=>_y,Spotlight:()=>jy,SprayCan:()=>Gy,Sprout:()=>Zy,Square:()=>sw,SquareActivity:()=>K1,SquareArrowDown:()=>ts,SquareArrowDownLeft:()=>Y1,SquareArrowDownRight:()=>Q1,SquareArrowLeft:()=>es,SquareArrowOutDownLeft:()=>as,SquareArrowOutDownRight:()=>rs,SquareArrowOutUpLeft:()=>os,SquareArrowOutUpRight:()=>ss,SquareArrowRight:()=>ns,SquareArrowUp:()=>is,SquareArrowUpLeft:()=>ls,SquareArrowUpRight:()=>ds,SquareAsterisk:()=>ps,SquareBottomDashedScissors:()=>cs,SquareChartGantt:()=>Ra,SquareCheck:()=>fs,SquareCheckBig:()=>hs,SquareChevronDown:()=>us,SquareChevronLeft:()=>ms,SquareChevronRight:()=>xs,SquareChevronUp:()=>gs,SquareCode:()=>Ms,SquareDashed:()=>ws,SquareDashedBottom:()=>Jy,SquareDashedBottomCode:()=>Xy,SquareDashedKanban:()=>vs,SquareDashedMousePointer:()=>ys,SquareDashedTopSolid:()=>Ky,SquareDivide:()=>Cs,SquareDot:()=>bs,SquareEqual:()=>Ss,SquareFunction:()=>As,SquareGanttChart:()=>Ra,SquareKanban:()=>ks,SquareLibrary:()=>Hs,SquareM:()=>Ls,SquareMenu:()=>Ts,SquareMinus:()=>Ps,SquareMousePointer:()=>Es,SquareParking:()=>Rs,SquareParkingOff:()=>Bs,SquarePause:()=>Yy,SquarePen:()=>da,SquarePercent:()=>Vs,SquarePi:()=>Is,SquarePilcrow:()=>Fs,SquarePlay:()=>Ds,SquarePlus:()=>Ws,SquarePower:()=>Os,SquareRadical:()=>Qy,SquareRoundCorner:()=>tw,SquareScissors:()=>zs,SquareSigma:()=>qs,SquareSlash:()=>Ns,SquareSplitHorizontal:()=>Us,SquareSplitVertical:()=>$s,SquareSquare:()=>ew,SquareStack:()=>aw,SquareStar:()=>rw,SquareStop:()=>ow,SquareTerminal:()=>_s,SquareUser:()=>Gs,SquareUserRound:()=>js,SquareX:()=>Zs,SquaresExclude:()=>nw,SquaresIntersect:()=>lw,SquaresSubtract:()=>dw,SquaresUnite:()=>iw,Squircle:()=>cw,SquircleDashed:()=>pw,Squirrel:()=>hw,Stamp:()=>fw,Star:()=>xw,StarHalf:()=>uw,StarOff:()=>mw,Stars:()=>J1,StepBack:()=>gw,StepForward:()=>Mw,Stethoscope:()=>vw,Sticker:()=>yw,StickyNote:()=>ww,StopCircle:()=>mo,Store:()=>Cw,StretchHorizontal:()=>bw,StretchVertical:()=>Sw,Strikethrough:()=>Aw,Subscript:()=>kw,Subtitles:()=>Hr,Sun:()=>Ew,SunDim:()=>Hw,SunMedium:()=>Lw,SunMoon:()=>Tw,SunSnow:()=>Pw,Sunrise:()=>Bw,Sunset:()=>Rw,Superscript:()=>Vw,SwatchBook:()=>Iw,SwissFranc:()=>Fw,SwitchCamera:()=>Dw,Sword:()=>Ww,Swords:()=>Ow,Syringe:()=>zw,Table:()=>Zw,Table2:()=>qw,TableCellsMerge:()=>Nw,TableCellsSplit:()=>Uw,TableColumnsSplit:()=>$w,TableConfig:()=>La,TableOfContents:()=>_w,TableProperties:()=>jw,TableRowsSplit:()=>Gw,Tablet:()=>Jw,TabletSmartphone:()=>Xw,Tablets:()=>Kw,Tag:()=>Yw,Tags:()=>Qw,Tally1:()=>tC,Tally2:()=>eC,Tally3:()=>aC,Tally4:()=>rC,Tally5:()=>oC,Tangent:()=>sC,Target:()=>nC,Telescope:()=>lC,Tent:()=>iC,TentTree:()=>dC,Terminal:()=>pC,TerminalSquare:()=>_s,TestTube:()=>cC,TestTube2:()=>Xs,TestTubeDiagonal:()=>Xs,TestTubes:()=>hC,Text:()=>Va,TextAlignCenter:()=>Js,TextAlignEnd:()=>Ks,TextAlignJustify:()=>Ys,TextAlignStart:()=>Va,TextCursor:()=>uC,TextCursorInput:()=>fC,TextInitial:()=>Qs,TextQuote:()=>mC,TextSearch:()=>xC,TextSelect:()=>tn,TextSelection:()=>tn,TextWrap:()=>en,Theater:()=>gC,Thermometer:()=>yC,ThermometerSnowflake:()=>MC,ThermometerSun:()=>vC,ThumbsDown:()=>wC,ThumbsUp:()=>CC,Ticket:()=>TC,TicketCheck:()=>bC,TicketMinus:()=>SC,TicketPercent:()=>AC,TicketPlus:()=>kC,TicketSlash:()=>HC,TicketX:()=>LC,Tickets:()=>EC,TicketsPlane:()=>PC,Timer:()=>VC,TimerOff:()=>BC,TimerReset:()=>RC,ToggleLeft:()=>IC,ToggleRight:()=>FC,Toilet:()=>DC,ToolCase:()=>WC,Tornado:()=>OC,Torus:()=>zC,Touchpad:()=>NC,TouchpadOff:()=>qC,TowerControl:()=>UC,ToyBrick:()=>$C,Tractor:()=>_C,TrafficCone:()=>jC,Train:()=>an,TrainFront:()=>ZC,TrainFrontTunnel:()=>GC,TrainTrack:()=>XC,TramFront:()=>an,Transgender:()=>JC,Trash:()=>YC,Trash2:()=>KC,TreeDeciduous:()=>QC,TreePalm:()=>rn,TreePine:()=>tb,Trees:()=>eb,Trello:()=>ab,TrendingDown:()=>rb,TrendingUp:()=>sb,TrendingUpDown:()=>ob,Triangle:()=>db,TriangleAlert:()=>on,TriangleDashed:()=>nb,TriangleRight:()=>lb,Trophy:()=>ib,Truck:()=>cb,TruckElectric:()=>pb,TurkishLira:()=>hb,Turntable:()=>fb,Turtle:()=>ub,Tv:()=>xb,Tv2:()=>sn,TvMinimal:()=>sn,TvMinimalPlay:()=>mb,Twitch:()=>gb,Twitter:()=>Mb,Type:()=>yb,TypeOutline:()=>vb,Umbrella:()=>Cb,UmbrellaOff:()=>wb,Underline:()=>bb,Undo:()=>kb,Undo2:()=>Sb,UndoDot:()=>Ab,UnfoldHorizontal:()=>Hb,UnfoldVertical:()=>Lb,Ungroup:()=>Tb,University:()=>nn,Unlink:()=>Eb,Unlink2:()=>Pb,Unlock:()=>y1,UnlockKeyhole:()=>v1,Unplug:()=>Bb,Upload:()=>Rb,UploadCloud:()=>Co,Usb:()=>Vb,User:()=>jb,User2:()=>fn,UserCheck:()=>Ib,UserCheck2:()=>ln,UserCircle:()=>go,UserCircle2:()=>xo,UserCog:()=>Fb,UserCog2:()=>dn,UserLock:()=>Db,UserMinus:()=>Wb,UserMinus2:()=>pn,UserPen:()=>Ob,UserPlus:()=>zb,UserPlus2:()=>cn,UserRound:()=>fn,UserRoundCheck:()=>ln,UserRoundCog:()=>dn,UserRoundMinus:()=>pn,UserRoundPen:()=>qb,UserRoundPlus:()=>cn,UserRoundSearch:()=>Nb,UserRoundX:()=>hn,UserSearch:()=>Ub,UserSquare:()=>Gs,UserSquare2:()=>js,UserStar:()=>$b,UserX:()=>_b,UserX2:()=>hn,Users:()=>Gb,Users2:()=>un,UsersRound:()=>un,Utensils:()=>xn,UtensilsCrossed:()=>mn,UtilityPole:()=>Zb,Variable:()=>Xb,Vault:()=>Jb,VectorSquare:()=>Kb,Vegan:()=>Yb,VenetianMask:()=>Qb,Venus:()=>eS,VenusAndMars:()=>tS,Verified:()=>wr,Vibrate:()=>rS,VibrateOff:()=>aS,Video:()=>sS,VideoOff:()=>oS,Videotape:()=>nS,View:()=>lS,Voicemail:()=>dS,Volleyball:()=>iS,Volume:()=>uS,Volume1:()=>pS,Volume2:()=>cS,VolumeOff:()=>hS,VolumeX:()=>fS,Vote:()=>mS,Wallet:()=>gS,Wallet2:()=>gn,WalletCards:()=>xS,WalletMinimal:()=>gn,Wallpaper:()=>MS,Wand:()=>vS,Wand2:()=>Mn,WandSparkles:()=>Mn,Warehouse:()=>yS,WashingMachine:()=>wS,Watch:()=>CS,Waves:()=>bS,WavesLadder:()=>SS,Waypoints:()=>AS,Webcam:()=>kS,Webhook:()=>LS,WebhookOff:()=>HS,Weight:()=>TS,Wheat:()=>ES,WheatOff:()=>PS,WholeWord:()=>BS,Wifi:()=>zS,WifiCog:()=>RS,WifiHigh:()=>VS,WifiLow:()=>IS,WifiOff:()=>FS,WifiPen:()=>DS,WifiSync:()=>WS,WifiZero:()=>OS,Wind:()=>NS,WindArrowDown:()=>qS,Wine:()=>$S,WineOff:()=>US,Workflow:()=>_S,Worm:()=>jS,WrapText:()=>en,Wrench:()=>GS,X:()=>ZS,XCircle:()=>Mo,XOctagon:()=>L1,XSquare:()=>Zs,Youtube:()=>XS,Zap:()=>KS,ZapOff:()=>JS,ZoomIn:()=>YS,ZoomOut:()=>QS,createElement:()=>Gl,createIcons:()=>kL,icons:()=>FA});var jl={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 AL=([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=AL(s);t.appendChild(o)}),t},Gl=(r,e={})=>{let t={...jl,...e};return AL(["svg",t,r])};var rP=r=>Array.from(r.attributes).reduce((e,a)=>(e[a.name]=a.value,e),{}),oP=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:"",sP=r=>r.flatMap(oP).map(a=>a.trim()).filter(Boolean).filter((a,t,s)=>s.indexOf(a)===t).join(" "),nP=r=>r.replace(/(\w)(\w*)(_|-|\s*)/g,(e,a,t)=>a.toUpperCase()+t.toLowerCase()),IA=(r,{nameAttr:e,icons:a,attrs:t})=>{var c;let s=r.getAttribute(e);if(s==null)return;let o=nP(s),n=a[o];if(!n)return console.warn(`${r.outerHTML} icon name was not found in the provided icons object.`);let l=rP(r),i={...jl,"data-lucide":s,...t,...l},h=sP(["lucide",`lucide-${s}`,l,t]);h&&Object.assign(i,{class:h});let x=Gl(n,i);return(c=r.parentNode)==null?void 0:c.replaceChild(x,r)};var FA={};wA(FA,{AArrowDown:()=>Zl,AArrowUp:()=>Xl,ALargeSmall:()=>Jl,Accessibility:()=>Kl,Activity:()=>Yl,ActivitySquare:()=>K1,AirVent:()=>Ql,Airplay:()=>td,AlarmCheck:()=>cr,AlarmClock:()=>ad,AlarmClockCheck:()=>cr,AlarmClockMinus:()=>hr,AlarmClockOff:()=>ed,AlarmClockPlus:()=>fr,AlarmMinus:()=>hr,AlarmPlus:()=>fr,AlarmSmoke:()=>rd,Album:()=>od,AlertCircle:()=>Nr,AlertOctagon:()=>k1,AlertTriangle:()=>on,AlignCenter:()=>Js,AlignCenterHorizontal:()=>sd,AlignCenterVertical:()=>nd,AlignEndHorizontal:()=>ld,AlignEndVertical:()=>dd,AlignHorizontalDistributeCenter:()=>id,AlignHorizontalDistributeEnd:()=>pd,AlignHorizontalDistributeStart:()=>cd,AlignHorizontalJustifyCenter:()=>hd,AlignHorizontalJustifyEnd:()=>fd,AlignHorizontalJustifyStart:()=>ud,AlignHorizontalSpaceAround:()=>md,AlignHorizontalSpaceBetween:()=>xd,AlignJustify:()=>Ys,AlignLeft:()=>Va,AlignRight:()=>Ks,AlignStartHorizontal:()=>gd,AlignStartVertical:()=>Md,AlignVerticalDistributeCenter:()=>vd,AlignVerticalDistributeEnd:()=>yd,AlignVerticalDistributeStart:()=>wd,AlignVerticalJustifyCenter:()=>Cd,AlignVerticalJustifyEnd:()=>bd,AlignVerticalJustifyStart:()=>Sd,AlignVerticalSpaceAround:()=>Ad,AlignVerticalSpaceBetween:()=>kd,Ambulance:()=>Hd,Ampersand:()=>Ld,Ampersands:()=>Td,Amphora:()=>Pd,Anchor:()=>Ed,Angry:()=>Bd,Annoyed:()=>Rd,Antenna:()=>Vd,Anvil:()=>Id,Aperture:()=>Fd,AppWindow:()=>Wd,AppWindowMac:()=>Dd,Apple:()=>Od,Archive:()=>Nd,ArchiveRestore:()=>zd,ArchiveX:()=>qd,AreaChart:()=>Lr,Armchair:()=>Ud,ArrowBigDown:()=>_d,ArrowBigDownDash:()=>$d,ArrowBigLeft:()=>Gd,ArrowBigLeftDash:()=>jd,ArrowBigRight:()=>Xd,ArrowBigRightDash:()=>Zd,ArrowBigUp:()=>Kd,ArrowBigUpDash:()=>Jd,ArrowDown:()=>l2,ArrowDown01:()=>Yd,ArrowDown10:()=>Qd,ArrowDownAZ:()=>ur,ArrowDownAz:()=>ur,ArrowDownCircle:()=>Ur,ArrowDownFromLine:()=>t2,ArrowDownLeft:()=>e2,ArrowDownLeftFromCircle:()=>_r,ArrowDownLeftFromSquare:()=>as,ArrowDownLeftSquare:()=>Y1,ArrowDownNarrowWide:()=>a2,ArrowDownRight:()=>r2,ArrowDownRightFromCircle:()=>jr,ArrowDownRightFromSquare:()=>rs,ArrowDownRightSquare:()=>Q1,ArrowDownSquare:()=>ts,ArrowDownToDot:()=>o2,ArrowDownToLine:()=>s2,ArrowDownUp:()=>n2,ArrowDownWideNarrow:()=>mr,ArrowDownZA:()=>xr,ArrowDownZa:()=>xr,ArrowLeft:()=>c2,ArrowLeftCircle:()=>$r,ArrowLeftFromLine:()=>d2,ArrowLeftRight:()=>i2,ArrowLeftSquare:()=>es,ArrowLeftToLine:()=>p2,ArrowRight:()=>m2,ArrowRightCircle:()=>Xr,ArrowRightFromLine:()=>h2,ArrowRightLeft:()=>f2,ArrowRightSquare:()=>ns,ArrowRightToLine:()=>u2,ArrowUp:()=>A2,ArrowUp01:()=>x2,ArrowUp10:()=>g2,ArrowUpAZ:()=>gr,ArrowUpAz:()=>gr,ArrowUpCircle:()=>Jr,ArrowUpDown:()=>M2,ArrowUpFromDot:()=>v2,ArrowUpFromLine:()=>y2,ArrowUpLeft:()=>w2,ArrowUpLeftFromCircle:()=>Gr,ArrowUpLeftFromSquare:()=>os,ArrowUpLeftSquare:()=>ls,ArrowUpNarrowWide:()=>Mr,ArrowUpRight:()=>C2,ArrowUpRightFromCircle:()=>Zr,ArrowUpRightFromSquare:()=>ss,ArrowUpRightSquare:()=>ds,ArrowUpSquare:()=>is,ArrowUpToLine:()=>b2,ArrowUpWideNarrow:()=>S2,ArrowUpZA:()=>vr,ArrowUpZa:()=>vr,ArrowsUpFromLine:()=>k2,Asterisk:()=>H2,AsteriskSquare:()=>ps,AtSign:()=>L2,Atom:()=>T2,AudioLines:()=>P2,AudioWaveform:()=>E2,Award:()=>B2,Axe:()=>R2,Axis3D:()=>yr,Axis3d:()=>yr,Baby:()=>V2,Backpack:()=>I2,Badge:()=>K2,BadgeAlert:()=>F2,BadgeCent:()=>D2,BadgeCheck:()=>wr,BadgeDollarSign:()=>W2,BadgeEuro:()=>O2,BadgeHelp:()=>Cr,BadgeIndianRupee:()=>z2,BadgeInfo:()=>q2,BadgeJapaneseYen:()=>N2,BadgeMinus:()=>U2,BadgePercent:()=>$2,BadgePlus:()=>_2,BadgePoundSterling:()=>j2,BadgeQuestionMark:()=>Cr,BadgeRussianRuble:()=>G2,BadgeSwissFranc:()=>Z2,BadgeTurkishLira:()=>X2,BadgeX:()=>J2,BaggageClaim:()=>Y2,Ban:()=>Q2,Banana:()=>t0,Bandage:()=>e0,Banknote:()=>s0,BanknoteArrowDown:()=>a0,BanknoteArrowUp:()=>r0,BanknoteX:()=>o0,BarChart:()=>Fr,BarChart2:()=>Dr,BarChart3:()=>Vr,BarChart4:()=>Rr,BarChartBig:()=>Br,BarChartHorizontal:()=>Pr,BarChartHorizontalBig:()=>Tr,Barcode:()=>n0,Barrel:()=>l0,Baseline:()=>d0,Bath:()=>i0,Battery:()=>x0,BatteryCharging:()=>p0,BatteryFull:()=>c0,BatteryLow:()=>h0,BatteryMedium:()=>f0,BatteryPlus:()=>u0,BatteryWarning:()=>m0,Beaker:()=>g0,Bean:()=>v0,BeanOff:()=>M0,Bed:()=>C0,BedDouble:()=>y0,BedSingle:()=>w0,Beef:()=>b0,Beer:()=>A0,BeerOff:()=>S0,Bell:()=>B0,BellDot:()=>k0,BellElectric:()=>H0,BellMinus:()=>L0,BellOff:()=>T0,BellPlus:()=>P0,BellRing:()=>E0,BetweenHorizonalEnd:()=>br,BetweenHorizonalStart:()=>Sr,BetweenHorizontalEnd:()=>br,BetweenHorizontalStart:()=>Sr,BetweenVerticalEnd:()=>R0,BetweenVerticalStart:()=>V0,BicepsFlexed:()=>I0,Bike:()=>F0,Binary:()=>D0,Binoculars:()=>W0,Biohazard:()=>z0,Bird:()=>O0,Birdhouse:()=>q0,Bitcoin:()=>N0,Blend:()=>U0,Blinds:()=>$0,Blocks:()=>_0,Bluetooth:()=>X0,BluetoothConnected:()=>j0,BluetoothOff:()=>G0,BluetoothSearching:()=>Z0,Bold:()=>J0,Bolt:()=>K0,Bomb:()=>Y0,Bone:()=>Q0,Book:()=>bi,BookA:()=>ti,BookAlert:()=>ei,BookAudio:()=>ai,BookCheck:()=>ri,BookCopy:()=>oi,BookDashed:()=>Ar,BookDown:()=>si,BookHeadphones:()=>ni,BookHeart:()=>li,BookImage:()=>di,BookKey:()=>ii,BookLock:()=>pi,BookMarked:()=>ci,BookMinus:()=>hi,BookOpen:()=>mi,BookOpenCheck:()=>fi,BookOpenText:()=>ui,BookPlus:()=>xi,BookTemplate:()=>Ar,BookText:()=>gi,BookType:()=>Mi,BookUp:()=>yi,BookUp2:()=>vi,BookUser:()=>wi,BookX:()=>Ci,Bookmark:()=>Li,BookmarkCheck:()=>Si,BookmarkMinus:()=>Ai,BookmarkPlus:()=>ki,BookmarkX:()=>Hi,BoomBox:()=>Ti,Bot:()=>Bi,BotMessageSquare:()=>Pi,BotOff:()=>Ei,BottleWine:()=>Ri,BowArrow:()=>Vi,Box:()=>Ii,BoxSelect:()=>ws,Boxes:()=>Fi,Braces:()=>kr,Brackets:()=>Di,Brain:()=>zi,BrainCircuit:()=>Wi,BrainCog:()=>Oi,BrickWall:()=>Ui,BrickWallFire:()=>qi,BrickWallShield:()=>Ni,Briefcase:()=>Gi,BriefcaseBusiness:()=>$i,BriefcaseConveyorBelt:()=>_i,BriefcaseMedical:()=>ji,BringToFront:()=>Zi,Brush:()=>Ji,BrushCleaning:()=>Xi,Bubbles:()=>Ki,Bug:()=>tp,BugOff:()=>Yi,BugPlay:()=>Qi,Building:()=>ap,Building2:()=>ep,Bus:()=>op,BusFront:()=>rp,Cable:()=>np,CableCar:()=>sp,Cake:()=>dp,CakeSlice:()=>lp,Calculator:()=>ip,Calendar:()=>Pp,Calendar1:()=>pp,CalendarArrowDown:()=>cp,CalendarArrowUp:()=>hp,CalendarCheck:()=>up,CalendarCheck2:()=>fp,CalendarClock:()=>mp,CalendarCog:()=>xp,CalendarDays:()=>gp,CalendarFold:()=>Mp,CalendarHeart:()=>vp,CalendarMinus:()=>wp,CalendarMinus2:()=>yp,CalendarOff:()=>Cp,CalendarPlus:()=>Sp,CalendarPlus2:()=>bp,CalendarRange:()=>Ap,CalendarSearch:()=>kp,CalendarSync:()=>Hp,CalendarX:()=>Tp,CalendarX2:()=>Lp,Camera:()=>Bp,CameraOff:()=>Ep,CandlestickChart:()=>Er,Candy:()=>Ip,CandyCane:()=>Rp,CandyOff:()=>Vp,Cannabis:()=>Fp,Captions:()=>Hr,CaptionsOff:()=>Dp,Car:()=>zp,CarFront:()=>Wp,CarTaxiFront:()=>Op,Caravan:()=>qp,CardSim:()=>Np,Carrot:()=>Up,CaseLower:()=>$p,CaseSensitive:()=>_p,CaseUpper:()=>jp,CassetteTape:()=>Gp,Cast:()=>Zp,Castle:()=>Xp,Cat:()=>Jp,Cctv:()=>Kp,ChartArea:()=>Lr,ChartBar:()=>Pr,ChartBarBig:()=>Tr,ChartBarDecreasing:()=>Yp,ChartBarIncreasing:()=>Qp,ChartBarStacked:()=>tc,ChartCandlestick:()=>Er,ChartColumn:()=>Vr,ChartColumnBig:()=>Br,ChartColumnDecreasing:()=>ec,ChartColumnIncreasing:()=>Rr,ChartColumnStacked:()=>ac,ChartGantt:()=>rc,ChartLine:()=>Ir,ChartNetwork:()=>oc,ChartNoAxesColumn:()=>Dr,ChartNoAxesColumnDecreasing:()=>sc,ChartNoAxesColumnIncreasing:()=>Fr,ChartNoAxesCombined:()=>nc,ChartNoAxesGantt:()=>Wr,ChartPie:()=>Or,ChartScatter:()=>zr,ChartSpline:()=>lc,Check:()=>pc,CheckCheck:()=>dc,CheckCircle:()=>Kr,CheckCircle2:()=>Yr,CheckLine:()=>ic,CheckSquare:()=>hs,CheckSquare2:()=>fs,ChefHat:()=>cc,Cherry:()=>hc,ChevronDown:()=>fc,ChevronDownCircle:()=>Qr,ChevronDownSquare:()=>us,ChevronFirst:()=>uc,ChevronLast:()=>mc,ChevronLeft:()=>xc,ChevronLeftCircle:()=>to,ChevronLeftSquare:()=>ms,ChevronRight:()=>gc,ChevronRightCircle:()=>eo,ChevronRightSquare:()=>xs,ChevronUp:()=>Mc,ChevronUpCircle:()=>ao,ChevronUpSquare:()=>gs,ChevronsDown:()=>yc,ChevronsDownUp:()=>vc,ChevronsLeft:()=>bc,ChevronsLeftRight:()=>Cc,ChevronsLeftRightEllipsis:()=>wc,ChevronsRight:()=>Ac,ChevronsRightLeft:()=>Sc,ChevronsUp:()=>Hc,ChevronsUpDown:()=>kc,Chrome:()=>qr,Chromium:()=>qr,Church:()=>Lc,Cigarette:()=>Pc,CigaretteOff:()=>Tc,Circle:()=>$c,CircleAlert:()=>Nr,CircleArrowDown:()=>Ur,CircleArrowLeft:()=>$r,CircleArrowOutDownLeft:()=>_r,CircleArrowOutDownRight:()=>jr,CircleArrowOutUpLeft:()=>Gr,CircleArrowOutUpRight:()=>Zr,CircleArrowRight:()=>Xr,CircleArrowUp:()=>Jr,CircleCheck:()=>Yr,CircleCheckBig:()=>Kr,CircleChevronDown:()=>Qr,CircleChevronLeft:()=>to,CircleChevronRight:()=>eo,CircleChevronUp:()=>ao,CircleDashed:()=>Ec,CircleDivide:()=>ro,CircleDollarSign:()=>Bc,CircleDot:()=>Vc,CircleDotDashed:()=>Rc,CircleEllipsis:()=>Ic,CircleEqual:()=>Fc,CircleFadingArrowUp:()=>Dc,CircleFadingPlus:()=>Wc,CircleGauge:()=>oo,CircleHelp:()=>Ha,CircleMinus:()=>so,CircleOff:()=>Oc,CircleParking:()=>lo,CircleParkingOff:()=>no,CirclePause:()=>io,CirclePercent:()=>po,CirclePlay:()=>co,CirclePlus:()=>ho,CirclePoundSterling:()=>zc,CirclePower:()=>fo,CircleQuestionMark:()=>Ha,CircleSlash:()=>qc,CircleSlash2:()=>uo,CircleSlashed:()=>uo,CircleSmall:()=>Nc,CircleStar:()=>Uc,CircleStop:()=>mo,CircleUser:()=>go,CircleUserRound:()=>xo,CircleX:()=>Mo,CircuitBoard:()=>_c,Citrus:()=>jc,Clapperboard:()=>Gc,Clipboard:()=>rh,ClipboardCheck:()=>Zc,ClipboardClock:()=>Xc,ClipboardCopy:()=>Jc,ClipboardEdit:()=>yo,ClipboardList:()=>Kc,ClipboardMinus:()=>Yc,ClipboardPaste:()=>Qc,ClipboardPen:()=>yo,ClipboardPenLine:()=>vo,ClipboardPlus:()=>th,ClipboardSignature:()=>vo,ClipboardType:()=>eh,ClipboardX:()=>ah,Clock:()=>Ch,Clock1:()=>oh,Clock10:()=>sh,Clock11:()=>nh,Clock12:()=>lh,Clock2:()=>dh,Clock3:()=>ih,Clock4:()=>ph,Clock5:()=>ch,Clock6:()=>hh,Clock7:()=>fh,Clock8:()=>uh,Clock9:()=>mh,ClockAlert:()=>xh,ClockArrowDown:()=>gh,ClockArrowUp:()=>Mh,ClockCheck:()=>vh,ClockFading:()=>yh,ClockPlus:()=>wh,ClosedCaption:()=>bh,Cloud:()=>Oh,CloudAlert:()=>Sh,CloudCheck:()=>Ah,CloudCog:()=>kh,CloudDownload:()=>wo,CloudDrizzle:()=>Hh,CloudFog:()=>Lh,CloudHail:()=>Th,CloudLightning:()=>Ph,CloudMoon:()=>Bh,CloudMoonRain:()=>Eh,CloudOff:()=>Rh,CloudRain:()=>Ih,CloudRainWind:()=>Vh,CloudSnow:()=>Fh,CloudSun:()=>Wh,CloudSunRain:()=>Dh,CloudUpload:()=>Co,Cloudy:()=>zh,Clover:()=>qh,Club:()=>Nh,Code:()=>Uh,Code2:()=>bo,CodeSquare:()=>Ms,CodeXml:()=>bo,Codepen:()=>$h,Codesandbox:()=>_h,Coffee:()=>jh,Cog:()=>Gh,Coins:()=>Zh,Columns:()=>So,Columns2:()=>So,Columns3:()=>Ao,Columns3Cog:()=>La,Columns4:()=>Xh,ColumnsSettings:()=>La,Combine:()=>Jh,Command:()=>Kh,Compass:()=>Yh,Component:()=>Qh,Computer:()=>tf,ConciergeBell:()=>ef,Cone:()=>af,Construction:()=>rf,Contact:()=>of,Contact2:()=>ko,ContactRound:()=>ko,Container:()=>sf,Contrast:()=>nf,Cookie:()=>lf,CookingPot:()=>df,Copy:()=>mf,CopyCheck:()=>pf,CopyMinus:()=>cf,CopyPlus:()=>hf,CopySlash:()=>ff,CopyX:()=>uf,Copyleft:()=>xf,Copyright:()=>gf,CornerDownLeft:()=>Mf,CornerDownRight:()=>vf,CornerLeftDown:()=>yf,CornerLeftUp:()=>wf,CornerRightDown:()=>Cf,CornerRightUp:()=>bf,CornerUpLeft:()=>Sf,CornerUpRight:()=>Af,Cpu:()=>kf,CreativeCommons:()=>Hf,CreditCard:()=>Lf,Croissant:()=>Tf,Crop:()=>Pf,Cross:()=>Ef,Crosshair:()=>Bf,Crown:()=>Rf,Cuboid:()=>Vf,CupSoda:()=>If,CurlyBraces:()=>kr,Currency:()=>Ff,Cylinder:()=>Df,Dam:()=>Wf,Database:()=>qf,DatabaseBackup:()=>Of,DatabaseZap:()=>zf,DecimalsArrowLeft:()=>Nf,DecimalsArrowRight:()=>Uf,Delete:()=>$f,Dessert:()=>_f,Diameter:()=>jf,Diamond:()=>Xf,DiamondMinus:()=>Gf,DiamondPercent:()=>Ho,DiamondPlus:()=>Zf,Dice1:()=>Jf,Dice2:()=>Kf,Dice3:()=>Yf,Dice4:()=>Qf,Dice5:()=>tu,Dice6:()=>eu,Dices:()=>au,Diff:()=>ru,Disc:()=>lu,Disc2:()=>ou,Disc3:()=>su,DiscAlbum:()=>nu,Divide:()=>du,DivideCircle:()=>ro,DivideSquare:()=>Cs,Dna:()=>pu,DnaOff:()=>iu,Dock:()=>cu,Dog:()=>hu,DollarSign:()=>fu,Donut:()=>uu,DoorClosed:()=>xu,DoorClosedLocked:()=>mu,DoorOpen:()=>gu,Dot:()=>Mu,DotSquare:()=>bs,Download:()=>vu,DownloadCloud:()=>wo,DraftingCompass:()=>yu,Drama:()=>wu,Dribbble:()=>Cu,Drill:()=>bu,Drone:()=>Su,Droplet:()=>ku,DropletOff:()=>Au,Droplets:()=>Hu,Drum:()=>Lu,Drumstick:()=>Tu,Dumbbell:()=>Pu,Ear:()=>Bu,EarOff:()=>Eu,Earth:()=>Lo,EarthLock:()=>Ru,Eclipse:()=>Vu,Edit:()=>da,Edit2:()=>O1,Edit3:()=>W1,Egg:()=>Du,EggFried:()=>Iu,EggOff:()=>Fu,Ellipsis:()=>Po,EllipsisVertical:()=>To,Equal:()=>zu,EqualApproximately:()=>Wu,EqualNot:()=>Ou,EqualSquare:()=>Ss,Eraser:()=>qu,EthernetPort:()=>Nu,Euro:()=>Uu,EvCharger:()=>$u,Expand:()=>_u,ExternalLink:()=>ju,Eye:()=>Xu,EyeClosed:()=>Gu,EyeOff:()=>Zu,Facebook:()=>Ju,Factory:()=>Ku,Fan:()=>Yu,FastForward:()=>Qu,Feather:()=>tm,Fence:()=>em,FerrisWheel:()=>am,Figma:()=>rm,File:()=>Bm,FileArchive:()=>om,FileAudio:()=>Ta,FileAudio2:()=>Ta,FileAxis3D:()=>Eo,FileAxis3d:()=>Eo,FileBadge:()=>Bo,FileBadge2:()=>Bo,FileBarChart:()=>Io,FileBarChart2:()=>Fo,FileBox:()=>sm,FileBraces:()=>Vo,FileBracesCorner:()=>Ro,FileChartColumn:()=>Fo,FileChartColumnIncreasing:()=>Io,FileChartLine:()=>Do,FileChartPie:()=>Wo,FileCheck:()=>nm,FileCheck2:()=>Oo,FileCheckCorner:()=>Oo,FileClock:()=>lm,FileCode:()=>dm,FileCode2:()=>zo,FileCodeCorner:()=>zo,FileCog:()=>qo,FileCog2:()=>qo,FileDiff:()=>im,FileDigit:()=>pm,FileDown:()=>cm,FileEdit:()=>Go,FileExclamationPoint:()=>No,FileHeadphone:()=>Ta,FileHeart:()=>hm,FileImage:()=>fm,FileInput:()=>um,FileJson:()=>Vo,FileJson2:()=>Ro,FileKey:()=>Uo,FileKey2:()=>Uo,FileLineChart:()=>Do,FileLock:()=>$o,FileLock2:()=>$o,FileMinus:()=>mm,FileMinus2:()=>_o,FileMinusCorner:()=>_o,FileMusic:()=>xm,FileOutput:()=>gm,FilePen:()=>Go,FilePenLine:()=>jo,FilePieChart:()=>Wo,FilePlay:()=>Zo,FilePlus:()=>Mm,FilePlus2:()=>Xo,FilePlusCorner:()=>Xo,FileQuestion:()=>Jo,FileQuestionMark:()=>Jo,FileScan:()=>vm,FileSearch:()=>ym,FileSearch2:()=>Ko,FileSearchCorner:()=>Ko,FileSignal:()=>Yo,FileSignature:()=>jo,FileSliders:()=>wm,FileSpreadsheet:()=>Cm,FileStack:()=>bm,FileSymlink:()=>Sm,FileTerminal:()=>Am,FileText:()=>km,FileType:()=>Hm,FileType2:()=>Qo,FileTypeCorner:()=>Qo,FileUp:()=>Lm,FileUser:()=>Tm,FileVideo:()=>Zo,FileVideo2:()=>t1,FileVideoCamera:()=>t1,FileVolume:()=>Pm,FileVolume2:()=>Yo,FileWarning:()=>No,FileX:()=>Em,FileX2:()=>e1,FileXCorner:()=>e1,Files:()=>Rm,Film:()=>Vm,Filter:()=>s1,FilterX:()=>o1,Fingerprint:()=>Im,FireExtinguisher:()=>Fm,Fish:()=>Om,FishOff:()=>Dm,FishSymbol:()=>Wm,Flag:()=>Um,FlagOff:()=>zm,FlagTriangleLeft:()=>qm,FlagTriangleRight:()=>Nm,Flame:()=>_m,FlameKindling:()=>$m,Flashlight:()=>Gm,FlashlightOff:()=>jm,FlaskConical:()=>Xm,FlaskConicalOff:()=>Zm,FlaskRound:()=>Jm,FlipHorizontal:()=>Ym,FlipHorizontal2:()=>Km,FlipVertical:()=>tx,FlipVertical2:()=>Qm,Flower:()=>ax,Flower2:()=>ex,Focus:()=>rx,FoldHorizontal:()=>ox,FoldVertical:()=>sx,Folder:()=>Rx,FolderArchive:()=>nx,FolderCheck:()=>lx,FolderClock:()=>dx,FolderClosed:()=>ix,FolderCode:()=>px,FolderCog:()=>a1,FolderCog2:()=>a1,FolderDot:()=>cx,FolderDown:()=>hx,FolderEdit:()=>r1,FolderGit:()=>ux,FolderGit2:()=>fx,FolderHeart:()=>mx,FolderInput:()=>xx,FolderKanban:()=>gx,FolderKey:()=>Mx,FolderLock:()=>vx,FolderMinus:()=>yx,FolderOpen:()=>Cx,FolderOpenDot:()=>wx,FolderOutput:()=>bx,FolderPen:()=>r1,FolderPlus:()=>Sx,FolderRoot:()=>Ax,FolderSearch:()=>Hx,FolderSearch2:()=>kx,FolderSymlink:()=>Lx,FolderSync:()=>Tx,FolderTree:()=>Px,FolderUp:()=>Ex,FolderX:()=>Bx,Folders:()=>Vx,Footprints:()=>Ix,ForkKnife:()=>xn,ForkKnifeCrossed:()=>mn,Forklift:()=>Fx,FormInput:()=>q1,Forward:()=>Dx,Frame:()=>Wx,Framer:()=>Ox,Frown:()=>zx,Fuel:()=>qx,Fullscreen:()=>Nx,FunctionSquare:()=>As,Funnel:()=>s1,FunnelPlus:()=>Ux,FunnelX:()=>o1,GalleryHorizontal:()=>_x,GalleryHorizontalEnd:()=>$x,GalleryThumbnails:()=>jx,GalleryVertical:()=>Zx,GalleryVerticalEnd:()=>Gx,Gamepad:()=>Kx,Gamepad2:()=>Xx,GamepadDirectional:()=>Jx,GanttChart:()=>Wr,GanttChartSquare:()=>Ra,Gauge:()=>Yx,GaugeCircle:()=>oo,Gavel:()=>Qx,Gem:()=>t4,GeorgianLari:()=>e4,Ghost:()=>a4,Gift:()=>r4,GitBranch:()=>n4,GitBranchMinus:()=>o4,GitBranchPlus:()=>s4,GitCommit:()=>n1,GitCommitHorizontal:()=>n1,GitCommitVertical:()=>l4,GitCompare:()=>i4,GitCompareArrows:()=>d4,GitFork:()=>p4,GitGraph:()=>c4,GitMerge:()=>h4,GitPullRequest:()=>M4,GitPullRequestArrow:()=>f4,GitPullRequestClosed:()=>u4,GitPullRequestCreate:()=>x4,GitPullRequestCreateArrow:()=>m4,GitPullRequestDraft:()=>g4,Github:()=>v4,Gitlab:()=>y4,GlassWater:()=>w4,Glasses:()=>C4,Globe:()=>S4,Globe2:()=>Lo,GlobeLock:()=>b4,Goal:()=>A4,Gpu:()=>k4,Grab:()=>c1,GraduationCap:()=>H4,Grape:()=>L4,Grid:()=>Pa,Grid2X2:()=>p1,Grid2X2Check:()=>l1,Grid2X2Plus:()=>d1,Grid2X2X:()=>i1,Grid2x2:()=>p1,Grid2x2Check:()=>l1,Grid2x2Plus:()=>d1,Grid2x2X:()=>i1,Grid3X3:()=>Pa,Grid3x2:()=>T4,Grid3x3:()=>Pa,Grip:()=>B4,GripHorizontal:()=>P4,GripVertical:()=>E4,Group:()=>R4,Guitar:()=>V4,Ham:()=>I4,Hamburger:()=>F4,Hammer:()=>D4,Hand:()=>U4,HandCoins:()=>W4,HandFist:()=>O4,HandGrab:()=>c1,HandHeart:()=>z4,HandHelping:()=>h1,HandMetal:()=>q4,HandPlatter:()=>N4,Handbag:()=>$4,Handshake:()=>_4,HardDrive:()=>Z4,HardDriveDownload:()=>j4,HardDriveUpload:()=>G4,HardHat:()=>X4,Hash:()=>J4,HatGlasses:()=>K4,Haze:()=>Y4,HdmiPort:()=>Q4,Heading:()=>n5,Heading1:()=>t5,Heading2:()=>e5,Heading3:()=>a5,Heading4:()=>r5,Heading5:()=>o5,Heading6:()=>s5,HeadphoneOff:()=>l5,Headphones:()=>d5,Headset:()=>i5,Heart:()=>x5,HeartCrack:()=>p5,HeartHandshake:()=>c5,HeartMinus:()=>h5,HeartOff:()=>f5,HeartPlus:()=>u5,HeartPulse:()=>m5,Heater:()=>g5,Helicopter:()=>M5,HelpCircle:()=>Ha,HelpingHand:()=>h1,Hexagon:()=>v5,Highlighter:()=>y5,History:()=>w5,Home:()=>f1,Hop:()=>b5,HopOff:()=>C5,Hospital:()=>S5,Hotel:()=>A5,Hourglass:()=>k5,House:()=>f1,HouseHeart:()=>H5,HousePlug:()=>L5,HousePlus:()=>T5,HouseWifi:()=>P5,IceCream:()=>m1,IceCream2:()=>u1,IceCreamBowl:()=>u1,IceCreamCone:()=>m1,IdCard:()=>B5,IdCardLanyard:()=>E5,Image:()=>z5,ImageDown:()=>V5,ImageMinus:()=>R5,ImageOff:()=>I5,ImagePlay:()=>F5,ImagePlus:()=>D5,ImageUp:()=>W5,ImageUpscale:()=>O5,Images:()=>q5,Import:()=>N5,Inbox:()=>U5,Indent:()=>Ba,IndentDecrease:()=>Ea,IndentIncrease:()=>Ba,IndianRupee:()=>$5,Infinity:()=>_5,Info:()=>j5,Inspect:()=>Es,InspectionPanel:()=>G5,Instagram:()=>Z5,Italic:()=>X5,IterationCcw:()=>J5,IterationCw:()=>K5,JapaneseYen:()=>Y5,Joystick:()=>Q5,Kanban:()=>t3,KanbanSquare:()=>ks,KanbanSquareDashed:()=>vs,Kayak:()=>e3,Key:()=>o3,KeyRound:()=>a3,KeySquare:()=>r3,Keyboard:()=>l3,KeyboardMusic:()=>s3,KeyboardOff:()=>n3,Lamp:()=>f3,LampCeiling:()=>d3,LampDesk:()=>i3,LampFloor:()=>p3,LampWallDown:()=>c3,LampWallUp:()=>h3,LandPlot:()=>u3,Landmark:()=>m3,Languages:()=>x3,Laptop:()=>M3,Laptop2:()=>x1,LaptopMinimal:()=>x1,LaptopMinimalCheck:()=>g3,Lasso:()=>y3,LassoSelect:()=>v3,Laugh:()=>w3,Layers:()=>g1,Layers2:()=>C3,Layers3:()=>g1,Layout:()=>D1,LayoutDashboard:()=>b3,LayoutGrid:()=>S3,LayoutList:()=>A3,LayoutPanelLeft:()=>k3,LayoutPanelTop:()=>H3,LayoutTemplate:()=>L3,Leaf:()=>T3,LeafyGreen:()=>P3,Lectern:()=>E3,LetterText:()=>Qs,Library:()=>R3,LibraryBig:()=>B3,LibrarySquare:()=>Hs,LifeBuoy:()=>V3,Ligature:()=>I3,Lightbulb:()=>D3,LightbulbOff:()=>F3,LineChart:()=>Ir,LineSquiggle:()=>W3,Link:()=>q3,Link2:()=>z3,Link2Off:()=>O3,Linkedin:()=>N3,List:()=>lg,ListCheck:()=>U3,ListChecks:()=>$3,ListChevronsDownUp:()=>_3,ListChevronsUpDown:()=>j3,ListCollapse:()=>G3,ListEnd:()=>Z3,ListFilter:()=>J3,ListFilterPlus:()=>X3,ListIndentDecrease:()=>Ea,ListIndentIncrease:()=>Ba,ListMinus:()=>K3,ListMusic:()=>Y3,ListOrdered:()=>Q3,ListPlus:()=>tg,ListRestart:()=>eg,ListStart:()=>ag,ListTodo:()=>rg,ListTree:()=>og,ListVideo:()=>sg,ListX:()=>ng,Loader:()=>ig,Loader2:()=>M1,LoaderCircle:()=>M1,LoaderPinwheel:()=>dg,Locate:()=>hg,LocateFixed:()=>pg,LocateOff:()=>cg,LocationEdit:()=>C1,Lock:()=>ug,LockKeyhole:()=>fg,LockKeyholeOpen:()=>v1,LockOpen:()=>y1,LogIn:()=>mg,LogOut:()=>xg,Logs:()=>gg,Lollipop:()=>Mg,Luggage:()=>vg,MSquare:()=>Ls,Magnet:()=>yg,Mail:()=>Lg,MailCheck:()=>wg,MailMinus:()=>Cg,MailOpen:()=>bg,MailPlus:()=>Sg,MailQuestion:()=>w1,MailQuestionMark:()=>w1,MailSearch:()=>Ag,MailWarning:()=>kg,MailX:()=>Hg,Mailbox:()=>Tg,Mails:()=>Pg,Map:()=>_g,MapMinus:()=>Eg,MapPin:()=>Ng,MapPinCheck:()=>Rg,MapPinCheckInside:()=>Bg,MapPinHouse:()=>Vg,MapPinMinus:()=>Fg,MapPinMinusInside:()=>Ig,MapPinOff:()=>Dg,MapPinPen:()=>C1,MapPinPlus:()=>Og,MapPinPlusInside:()=>Wg,MapPinX:()=>qg,MapPinXInside:()=>zg,MapPinned:()=>Ug,MapPlus:()=>$g,Mars:()=>Gg,MarsStroke:()=>jg,Martini:()=>Zg,Maximize:()=>Jg,Maximize2:()=>Xg,Medal:()=>Kg,Megaphone:()=>Qg,MegaphoneOff:()=>Yg,Meh:()=>t8,MemoryStick:()=>e8,Menu:()=>a8,MenuSquare:()=>Ts,Merge:()=>r8,MessageCircle:()=>f8,MessageCircleCode:()=>o8,MessageCircleDashed:()=>s8,MessageCircleHeart:()=>n8,MessageCircleMore:()=>l8,MessageCircleOff:()=>d8,MessageCirclePlus:()=>i8,MessageCircleQuestion:()=>b1,MessageCircleQuestionMark:()=>b1,MessageCircleReply:()=>p8,MessageCircleWarning:()=>c8,MessageCircleX:()=>h8,MessageSquare:()=>T8,MessageSquareCode:()=>u8,MessageSquareDashed:()=>m8,MessageSquareDiff:()=>x8,MessageSquareDot:()=>g8,MessageSquareHeart:()=>M8,MessageSquareLock:()=>v8,MessageSquareMore:()=>y8,MessageSquareOff:()=>w8,MessageSquarePlus:()=>C8,MessageSquareQuote:()=>b8,MessageSquareReply:()=>S8,MessageSquareShare:()=>A8,MessageSquareText:()=>k8,MessageSquareWarning:()=>H8,MessageSquareX:()=>L8,MessagesSquare:()=>P8,Mic:()=>B8,Mic2:()=>S1,MicOff:()=>E8,MicVocal:()=>S1,Microchip:()=>R8,Microscope:()=>V8,Microwave:()=>I8,Milestone:()=>F8,Milk:()=>W8,MilkOff:()=>D8,Minimize:()=>z8,Minimize2:()=>O8,Minus:()=>q8,MinusCircle:()=>so,MinusSquare:()=>Ps,Monitor:()=>e6,MonitorCheck:()=>N8,MonitorCloud:()=>U8,MonitorCog:()=>$8,MonitorDot:()=>_8,MonitorDown:()=>j8,MonitorOff:()=>G8,MonitorPause:()=>Z8,MonitorPlay:()=>X8,MonitorSmartphone:()=>J8,MonitorSpeaker:()=>K8,MonitorStop:()=>Y8,MonitorUp:()=>Q8,MonitorX:()=>t6,Moon:()=>r6,MoonStar:()=>a6,MoreHorizontal:()=>Po,MoreVertical:()=>To,Motorbike:()=>o6,Mountain:()=>n6,MountainSnow:()=>s6,Mouse:()=>h6,MouseOff:()=>l6,MousePointer:()=>c6,MousePointer2:()=>d6,MousePointerBan:()=>i6,MousePointerClick:()=>p6,MousePointerSquareDashed:()=>ys,Move:()=>A6,Move3D:()=>A1,Move3d:()=>A1,MoveDiagonal:()=>u6,MoveDiagonal2:()=>f6,MoveDown:()=>g6,MoveDownLeft:()=>m6,MoveDownRight:()=>x6,MoveHorizontal:()=>M6,MoveLeft:()=>v6,MoveRight:()=>y6,MoveUp:()=>b6,MoveUpLeft:()=>w6,MoveUpRight:()=>C6,MoveVertical:()=>S6,Music:()=>T6,Music2:()=>k6,Music3:()=>H6,Music4:()=>L6,Navigation:()=>R6,Navigation2:()=>E6,Navigation2Off:()=>P6,NavigationOff:()=>B6,Network:()=>V6,Newspaper:()=>I6,Nfc:()=>F6,NonBinary:()=>D6,Notebook:()=>q6,NotebookPen:()=>W6,NotebookTabs:()=>O6,NotebookText:()=>z6,NotepadText:()=>U6,NotepadTextDashed:()=>N6,Nut:()=>_6,NutOff:()=>$6,Octagon:()=>G6,OctagonAlert:()=>k1,OctagonMinus:()=>j6,OctagonPause:()=>H1,OctagonX:()=>L1,Omega:()=>Z6,Option:()=>X6,Orbit:()=>J6,Origami:()=>K6,Outdent:()=>Ea,Package:()=>sM,Package2:()=>Y6,PackageCheck:()=>Q6,PackageMinus:()=>tM,PackageOpen:()=>eM,PackagePlus:()=>aM,PackageSearch:()=>rM,PackageX:()=>oM,PaintBucket:()=>nM,PaintRoller:()=>lM,Paintbrush:()=>dM,Paintbrush2:()=>T1,PaintbrushVertical:()=>T1,Palette:()=>iM,Palmtree:()=>rn,Panda:()=>pM,PanelBottom:()=>fM,PanelBottomClose:()=>cM,PanelBottomDashed:()=>P1,PanelBottomInactive:()=>P1,PanelBottomOpen:()=>hM,PanelLeft:()=>V1,PanelLeftClose:()=>E1,PanelLeftDashed:()=>B1,PanelLeftInactive:()=>B1,PanelLeftOpen:()=>R1,PanelLeftRightDashed:()=>uM,PanelRight:()=>gM,PanelRightClose:()=>mM,PanelRightDashed:()=>I1,PanelRightInactive:()=>I1,PanelRightOpen:()=>xM,PanelTop:()=>wM,PanelTopBottomDashed:()=>MM,PanelTopClose:()=>vM,PanelTopDashed:()=>F1,PanelTopInactive:()=>F1,PanelTopOpen:()=>yM,PanelsLeftBottom:()=>CM,PanelsLeftRight:()=>Ao,PanelsRightBottom:()=>bM,PanelsTopBottom:()=>$1,PanelsTopLeft:()=>D1,Paperclip:()=>SM,Parentheses:()=>AM,ParkingCircle:()=>lo,ParkingCircleOff:()=>no,ParkingMeter:()=>kM,ParkingSquare:()=>Rs,ParkingSquareOff:()=>Bs,PartyPopper:()=>HM,Pause:()=>LM,PauseCircle:()=>io,PauseOctagon:()=>H1,PawPrint:()=>TM,PcCase:()=>PM,Pen:()=>O1,PenBox:()=>da,PenLine:()=>W1,PenOff:()=>EM,PenSquare:()=>da,PenTool:()=>BM,Pencil:()=>FM,PencilLine:()=>RM,PencilOff:()=>VM,PencilRuler:()=>IM,Pentagon:()=>DM,Percent:()=>WM,PercentCircle:()=>po,PercentDiamond:()=>Ho,PercentSquare:()=>Vs,PersonStanding:()=>OM,PhilippinePeso:()=>zM,Phone:()=>GM,PhoneCall:()=>qM,PhoneForwarded:()=>NM,PhoneIncoming:()=>UM,PhoneMissed:()=>$M,PhoneOff:()=>_M,PhoneOutgoing:()=>jM,Pi:()=>ZM,PiSquare:()=>Is,Piano:()=>XM,Pickaxe:()=>JM,PictureInPicture:()=>YM,PictureInPicture2:()=>KM,PieChart:()=>Or,PiggyBank:()=>QM,Pilcrow:()=>a7,PilcrowLeft:()=>t7,PilcrowRight:()=>e7,PilcrowSquare:()=>Fs,Pill:()=>o7,PillBottle:()=>r7,Pin:()=>n7,PinOff:()=>s7,Pipette:()=>l7,Pizza:()=>d7,Plane:()=>c7,PlaneLanding:()=>i7,PlaneTakeoff:()=>p7,Play:()=>h7,PlayCircle:()=>co,PlaySquare:()=>Ds,Plug:()=>u7,Plug2:()=>f7,PlugZap:()=>z1,PlugZap2:()=>z1,Plus:()=>m7,PlusCircle:()=>ho,PlusSquare:()=>Ws,Pocket:()=>g7,PocketKnife:()=>x7,Podcast:()=>M7,Pointer:()=>y7,PointerOff:()=>v7,Popcorn:()=>C7,Popsicle:()=>w7,PoundSterling:()=>b7,Power:()=>A7,PowerCircle:()=>fo,PowerOff:()=>S7,PowerSquare:()=>Os,Presentation:()=>k7,Printer:()=>L7,PrinterCheck:()=>H7,Projector:()=>T7,Proportions:()=>P7,Puzzle:()=>E7,Pyramid:()=>B7,QrCode:()=>R7,Quote:()=>V7,Rabbit:()=>I7,Radar:()=>F7,Radiation:()=>D7,Radical:()=>W7,Radio:()=>q7,RadioReceiver:()=>O7,RadioTower:()=>z7,Radius:()=>N7,RailSymbol:()=>U7,Rainbow:()=>$7,Rat:()=>_7,Ratio:()=>j7,Receipt:()=>av,ReceiptCent:()=>G7,ReceiptEuro:()=>Z7,ReceiptIndianRupee:()=>X7,ReceiptJapaneseYen:()=>J7,ReceiptPoundSterling:()=>K7,ReceiptRussianRuble:()=>Y7,ReceiptSwissFranc:()=>Q7,ReceiptText:()=>tv,ReceiptTurkishLira:()=>ev,RectangleCircle:()=>rv,RectangleEllipsis:()=>q1,RectangleGoggles:()=>ov,RectangleHorizontal:()=>sv,RectangleVertical:()=>nv,Recycle:()=>lv,Redo:()=>pv,Redo2:()=>dv,RedoDot:()=>iv,RefreshCcw:()=>hv,RefreshCcwDot:()=>cv,RefreshCw:()=>uv,RefreshCwOff:()=>fv,Refrigerator:()=>mv,Regex:()=>xv,RemoveFormatting:()=>gv,Repeat:()=>yv,Repeat1:()=>Mv,Repeat2:()=>vv,Replace:()=>Cv,ReplaceAll:()=>wv,Reply:()=>Sv,ReplyAll:()=>bv,Rewind:()=>Av,Ribbon:()=>kv,Rocket:()=>Hv,RockingChair:()=>Lv,RollerCoaster:()=>Tv,Rose:()=>Pv,Rotate3D:()=>N1,Rotate3d:()=>N1,RotateCcw:()=>Rv,RotateCcwKey:()=>Ev,RotateCcwSquare:()=>Bv,RotateCw:()=>Iv,RotateCwSquare:()=>Vv,Route:()=>Dv,RouteOff:()=>Fv,Router:()=>Wv,Rows:()=>U1,Rows2:()=>U1,Rows3:()=>$1,Rows4:()=>Ov,Rss:()=>zv,Ruler:()=>Nv,RulerDimensionLine:()=>qv,RussianRuble:()=>Uv,Sailboat:()=>$v,Salad:()=>_v,Sandwich:()=>jv,Satellite:()=>Zv,SatelliteDish:()=>Gv,SaudiRiyal:()=>Xv,Save:()=>Yv,SaveAll:()=>Jv,SaveOff:()=>Kv,Scale:()=>Qv,Scale3D:()=>_1,Scale3d:()=>_1,Scaling:()=>t9,Scan:()=>i9,ScanBarcode:()=>e9,ScanEye:()=>a9,ScanFace:()=>r9,ScanHeart:()=>o9,ScanLine:()=>s9,ScanQrCode:()=>n9,ScanSearch:()=>l9,ScanText:()=>d9,ScatterChart:()=>zr,School:()=>p9,School2:()=>nn,Scissors:()=>h9,ScissorsLineDashed:()=>c9,ScissorsSquare:()=>zs,ScissorsSquareDashedBottom:()=>cs,ScreenShare:()=>u9,ScreenShareOff:()=>f9,Scroll:()=>x9,ScrollText:()=>m9,Search:()=>w9,SearchCheck:()=>g9,SearchCode:()=>M9,SearchSlash:()=>v9,SearchX:()=>y9,Section:()=>C9,Send:()=>S9,SendHorizonal:()=>j1,SendHorizontal:()=>j1,SendToBack:()=>b9,SeparatorHorizontal:()=>A9,SeparatorVertical:()=>k9,Server:()=>P9,ServerCog:()=>H9,ServerCrash:()=>L9,ServerOff:()=>T9,Settings:()=>B9,Settings2:()=>E9,Shapes:()=>R9,Share:()=>I9,Share2:()=>V9,Sheet:()=>F9,Shell:()=>D9,Shield:()=>G9,ShieldAlert:()=>W9,ShieldBan:()=>O9,ShieldCheck:()=>z9,ShieldClose:()=>Z1,ShieldEllipsis:()=>q9,ShieldHalf:()=>N9,ShieldMinus:()=>U9,ShieldOff:()=>$9,ShieldPlus:()=>_9,ShieldQuestion:()=>G1,ShieldQuestionMark:()=>G1,ShieldUser:()=>j9,ShieldX:()=>Z1,Ship:()=>X9,ShipWheel:()=>Z9,Shirt:()=>J9,ShoppingBag:()=>K9,ShoppingBasket:()=>Y9,ShoppingCart:()=>Q9,Shovel:()=>ty,ShowerHead:()=>ey,Shredder:()=>ay,Shrimp:()=>ry,Shrink:()=>oy,Shrub:()=>sy,Shuffle:()=>ny,Sidebar:()=>V1,SidebarClose:()=>E1,SidebarOpen:()=>R1,Sigma:()=>ly,SigmaSquare:()=>qs,Signal:()=>hy,SignalHigh:()=>dy,SignalLow:()=>iy,SignalMedium:()=>py,SignalZero:()=>cy,Signature:()=>fy,Signpost:()=>my,SignpostBig:()=>uy,Siren:()=>xy,SkipBack:()=>gy,SkipForward:()=>My,Skull:()=>vy,Slack:()=>yy,Slash:()=>wy,SlashSquare:()=>Ns,Slice:()=>Cy,Sliders:()=>X1,SlidersHorizontal:()=>by,SlidersVertical:()=>X1,Smartphone:()=>ky,SmartphoneCharging:()=>Sy,SmartphoneNfc:()=>Ay,Smile:()=>Ly,SmilePlus:()=>Hy,Snail:()=>Ty,Snowflake:()=>Py,SoapDispenserDroplet:()=>Ey,Sofa:()=>By,SolarPanel:()=>Ry,SortAsc:()=>Mr,SortDesc:()=>mr,Soup:()=>Vy,Space:()=>Iy,Spade:()=>Fy,Sparkle:()=>Dy,Sparkles:()=>J1,Speaker:()=>Wy,Speech:()=>Oy,SpellCheck:()=>qy,SpellCheck2:()=>zy,Spline:()=>Uy,SplinePointer:()=>Ny,Split:()=>$y,SplitSquareHorizontal:()=>Us,SplitSquareVertical:()=>$s,Spool:()=>_y,Spotlight:()=>jy,SprayCan:()=>Gy,Sprout:()=>Zy,Square:()=>sw,SquareActivity:()=>K1,SquareArrowDown:()=>ts,SquareArrowDownLeft:()=>Y1,SquareArrowDownRight:()=>Q1,SquareArrowLeft:()=>es,SquareArrowOutDownLeft:()=>as,SquareArrowOutDownRight:()=>rs,SquareArrowOutUpLeft:()=>os,SquareArrowOutUpRight:()=>ss,SquareArrowRight:()=>ns,SquareArrowUp:()=>is,SquareArrowUpLeft:()=>ls,SquareArrowUpRight:()=>ds,SquareAsterisk:()=>ps,SquareBottomDashedScissors:()=>cs,SquareChartGantt:()=>Ra,SquareCheck:()=>fs,SquareCheckBig:()=>hs,SquareChevronDown:()=>us,SquareChevronLeft:()=>ms,SquareChevronRight:()=>xs,SquareChevronUp:()=>gs,SquareCode:()=>Ms,SquareDashed:()=>ws,SquareDashedBottom:()=>Jy,SquareDashedBottomCode:()=>Xy,SquareDashedKanban:()=>vs,SquareDashedMousePointer:()=>ys,SquareDashedTopSolid:()=>Ky,SquareDivide:()=>Cs,SquareDot:()=>bs,SquareEqual:()=>Ss,SquareFunction:()=>As,SquareGanttChart:()=>Ra,SquareKanban:()=>ks,SquareLibrary:()=>Hs,SquareM:()=>Ls,SquareMenu:()=>Ts,SquareMinus:()=>Ps,SquareMousePointer:()=>Es,SquareParking:()=>Rs,SquareParkingOff:()=>Bs,SquarePause:()=>Yy,SquarePen:()=>da,SquarePercent:()=>Vs,SquarePi:()=>Is,SquarePilcrow:()=>Fs,SquarePlay:()=>Ds,SquarePlus:()=>Ws,SquarePower:()=>Os,SquareRadical:()=>Qy,SquareRoundCorner:()=>tw,SquareScissors:()=>zs,SquareSigma:()=>qs,SquareSlash:()=>Ns,SquareSplitHorizontal:()=>Us,SquareSplitVertical:()=>$s,SquareSquare:()=>ew,SquareStack:()=>aw,SquareStar:()=>rw,SquareStop:()=>ow,SquareTerminal:()=>_s,SquareUser:()=>Gs,SquareUserRound:()=>js,SquareX:()=>Zs,SquaresExclude:()=>nw,SquaresIntersect:()=>lw,SquaresSubtract:()=>dw,SquaresUnite:()=>iw,Squircle:()=>cw,SquircleDashed:()=>pw,Squirrel:()=>hw,Stamp:()=>fw,Star:()=>xw,StarHalf:()=>uw,StarOff:()=>mw,Stars:()=>J1,StepBack:()=>gw,StepForward:()=>Mw,Stethoscope:()=>vw,Sticker:()=>yw,StickyNote:()=>ww,StopCircle:()=>mo,Store:()=>Cw,StretchHorizontal:()=>bw,StretchVertical:()=>Sw,Strikethrough:()=>Aw,Subscript:()=>kw,Subtitles:()=>Hr,Sun:()=>Ew,SunDim:()=>Hw,SunMedium:()=>Lw,SunMoon:()=>Tw,SunSnow:()=>Pw,Sunrise:()=>Bw,Sunset:()=>Rw,Superscript:()=>Vw,SwatchBook:()=>Iw,SwissFranc:()=>Fw,SwitchCamera:()=>Dw,Sword:()=>Ww,Swords:()=>Ow,Syringe:()=>zw,Table:()=>Zw,Table2:()=>qw,TableCellsMerge:()=>Nw,TableCellsSplit:()=>Uw,TableColumnsSplit:()=>$w,TableConfig:()=>La,TableOfContents:()=>_w,TableProperties:()=>jw,TableRowsSplit:()=>Gw,Tablet:()=>Jw,TabletSmartphone:()=>Xw,Tablets:()=>Kw,Tag:()=>Yw,Tags:()=>Qw,Tally1:()=>tC,Tally2:()=>eC,Tally3:()=>aC,Tally4:()=>rC,Tally5:()=>oC,Tangent:()=>sC,Target:()=>nC,Telescope:()=>lC,Tent:()=>iC,TentTree:()=>dC,Terminal:()=>pC,TerminalSquare:()=>_s,TestTube:()=>cC,TestTube2:()=>Xs,TestTubeDiagonal:()=>Xs,TestTubes:()=>hC,Text:()=>Va,TextAlignCenter:()=>Js,TextAlignEnd:()=>Ks,TextAlignJustify:()=>Ys,TextAlignStart:()=>Va,TextCursor:()=>uC,TextCursorInput:()=>fC,TextInitial:()=>Qs,TextQuote:()=>mC,TextSearch:()=>xC,TextSelect:()=>tn,TextSelection:()=>tn,TextWrap:()=>en,Theater:()=>gC,Thermometer:()=>yC,ThermometerSnowflake:()=>MC,ThermometerSun:()=>vC,ThumbsDown:()=>wC,ThumbsUp:()=>CC,Ticket:()=>TC,TicketCheck:()=>bC,TicketMinus:()=>SC,TicketPercent:()=>AC,TicketPlus:()=>kC,TicketSlash:()=>HC,TicketX:()=>LC,Tickets:()=>EC,TicketsPlane:()=>PC,Timer:()=>VC,TimerOff:()=>BC,TimerReset:()=>RC,ToggleLeft:()=>IC,ToggleRight:()=>FC,Toilet:()=>DC,ToolCase:()=>WC,Tornado:()=>OC,Torus:()=>zC,Touchpad:()=>NC,TouchpadOff:()=>qC,TowerControl:()=>UC,ToyBrick:()=>$C,Tractor:()=>_C,TrafficCone:()=>jC,Train:()=>an,TrainFront:()=>ZC,TrainFrontTunnel:()=>GC,TrainTrack:()=>XC,TramFront:()=>an,Transgender:()=>JC,Trash:()=>YC,Trash2:()=>KC,TreeDeciduous:()=>QC,TreePalm:()=>rn,TreePine:()=>tb,Trees:()=>eb,Trello:()=>ab,TrendingDown:()=>rb,TrendingUp:()=>sb,TrendingUpDown:()=>ob,Triangle:()=>db,TriangleAlert:()=>on,TriangleDashed:()=>nb,TriangleRight:()=>lb,Trophy:()=>ib,Truck:()=>cb,TruckElectric:()=>pb,TurkishLira:()=>hb,Turntable:()=>fb,Turtle:()=>ub,Tv:()=>xb,Tv2:()=>sn,TvMinimal:()=>sn,TvMinimalPlay:()=>mb,Twitch:()=>gb,Twitter:()=>Mb,Type:()=>yb,TypeOutline:()=>vb,Umbrella:()=>Cb,UmbrellaOff:()=>wb,Underline:()=>bb,Undo:()=>kb,Undo2:()=>Sb,UndoDot:()=>Ab,UnfoldHorizontal:()=>Hb,UnfoldVertical:()=>Lb,Ungroup:()=>Tb,University:()=>nn,Unlink:()=>Eb,Unlink2:()=>Pb,Unlock:()=>y1,UnlockKeyhole:()=>v1,Unplug:()=>Bb,Upload:()=>Rb,UploadCloud:()=>Co,Usb:()=>Vb,User:()=>jb,User2:()=>fn,UserCheck:()=>Ib,UserCheck2:()=>ln,UserCircle:()=>go,UserCircle2:()=>xo,UserCog:()=>Fb,UserCog2:()=>dn,UserLock:()=>Db,UserMinus:()=>Wb,UserMinus2:()=>pn,UserPen:()=>Ob,UserPlus:()=>zb,UserPlus2:()=>cn,UserRound:()=>fn,UserRoundCheck:()=>ln,UserRoundCog:()=>dn,UserRoundMinus:()=>pn,UserRoundPen:()=>qb,UserRoundPlus:()=>cn,UserRoundSearch:()=>Nb,UserRoundX:()=>hn,UserSearch:()=>Ub,UserSquare:()=>Gs,UserSquare2:()=>js,UserStar:()=>$b,UserX:()=>_b,UserX2:()=>hn,Users:()=>Gb,Users2:()=>un,UsersRound:()=>un,Utensils:()=>xn,UtensilsCrossed:()=>mn,UtilityPole:()=>Zb,Variable:()=>Xb,Vault:()=>Jb,VectorSquare:()=>Kb,Vegan:()=>Yb,VenetianMask:()=>Qb,Venus:()=>eS,VenusAndMars:()=>tS,Verified:()=>wr,Vibrate:()=>rS,VibrateOff:()=>aS,Video:()=>sS,VideoOff:()=>oS,Videotape:()=>nS,View:()=>lS,Voicemail:()=>dS,Volleyball:()=>iS,Volume:()=>uS,Volume1:()=>pS,Volume2:()=>cS,VolumeOff:()=>hS,VolumeX:()=>fS,Vote:()=>mS,Wallet:()=>gS,Wallet2:()=>gn,WalletCards:()=>xS,WalletMinimal:()=>gn,Wallpaper:()=>MS,Wand:()=>vS,Wand2:()=>Mn,WandSparkles:()=>Mn,Warehouse:()=>yS,WashingMachine:()=>wS,Watch:()=>CS,Waves:()=>bS,WavesLadder:()=>SS,Waypoints:()=>AS,Webcam:()=>kS,Webhook:()=>LS,WebhookOff:()=>HS,Weight:()=>TS,Wheat:()=>ES,WheatOff:()=>PS,WholeWord:()=>BS,Wifi:()=>zS,WifiCog:()=>RS,WifiHigh:()=>VS,WifiLow:()=>IS,WifiOff:()=>FS,WifiPen:()=>DS,WifiSync:()=>WS,WifiZero:()=>OS,Wind:()=>NS,WindArrowDown:()=>qS,Wine:()=>$S,WineOff:()=>US,Workflow:()=>_S,Worm:()=>jS,WrapText:()=>en,Wrench:()=>GS,X:()=>ZS,XCircle:()=>Mo,XOctagon:()=>L1,XSquare:()=>Zs,Youtube:()=>XS,Zap:()=>KS,ZapOff:()=>JS,ZoomIn:()=>YS,ZoomOut:()=>QS});var Zl=[["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 Xl=[["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 Jl=[["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 Kl=[["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 Yl=[["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 Ql=[["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 td=[["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 cr=[["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 hr=[["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 ed=[["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 fr=[["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 ad=[["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 rd=[["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 od=[["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 sd=[["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 nd=[["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 ld=[["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 dd=[["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 id=[["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 pd=[["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 cd=[["rect",{width:"6",height:"14",x:"4",y:"5",rx:"2"}],["rect",{width:"6",height:"10",x:"14",y:"7",rx:"2"}],["path",{d:"M4 2v20"}],["path",{d:"M14 2v20"}]];var hd=[["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 fd=[["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 ud=[["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 md=[["rect",{width:"6",height:"10",x:"9",y:"7",rx:"2"}],["path",{d:"M4 22V2"}],["path",{d:"M20 22V2"}]];var xd=[["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 gd=[["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 Md=[["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 vd=[["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 yd=[["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 wd=[["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 Cd=[["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 bd=[["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 Sd=[["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 Ad=[["rect",{width:"10",height:"6",x:"7",y:"9",rx:"2"}],["path",{d:"M22 20H2"}],["path",{d:"M22 4H2"}]];var kd=[["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 Hd=[["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 Ld=[["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 Td=[["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 Pd=[["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 Ed=[["path",{d:"M12 22V8"}],["path",{d:"M5 12H2a10 10 0 0 0 20 0h-3"}],["circle",{cx:"12",cy:"5",r:"3"}]];var Bd=[["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 Rd=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M8 15h8"}],["path",{d:"M8 9h2"}],["path",{d:"M14 9h2"}]];var Vd=[["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 Id=[["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 Fd=[["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 Dd=[["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 Wd=[["rect",{x:"2",y:"4",width:"20",height:"16",rx:"2"}],["path",{d:"M10 4v4"}],["path",{d:"M2 8h20"}],["path",{d:"M6 4v4"}]];var Od=[["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 zd=[["rect",{width:"20",height:"5",x:"2",y:"3",rx:"1"}],["path",{d:"M4 8v11a2 2 0 0 0 2 2h2"}],["path",{d:"M20 8v11a2 2 0 0 1-2 2h-2"}],["path",{d:"m9 15 3-3 3 3"}],["path",{d:"M12 12v9"}]];var qd=[["rect",{width:"20",height:"5",x:"2",y:"3",rx:"1"}],["path",{d:"M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8"}],["path",{d:"m9.5 17 5-5"}],["path",{d:"m9.5 12 5 5"}]];var Nd=[["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 Ud=[["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 $d=[["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 _d=[["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 jd=[["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 Gd=[["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 Zd=[["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 Xd=[["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 Jd=[["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 Kd=[["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 Yd=[["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 Qd=[["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 ur=[["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 t2=[["path",{d:"M19 3H5"}],["path",{d:"M12 21V7"}],["path",{d:"m6 15 6 6 6-6"}]];var e2=[["path",{d:"M17 7 7 17"}],["path",{d:"M17 17H7V7"}]];var a2=[["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 r2=[["path",{d:"m7 7 10 10"}],["path",{d:"M17 7v10H7"}]];var o2=[["path",{d:"M12 2v14"}],["path",{d:"m19 9-7 7-7-7"}],["circle",{cx:"12",cy:"21",r:"1"}]];var s2=[["path",{d:"M12 17V3"}],["path",{d:"m6 11 6 6 6-6"}],["path",{d:"M19 21H5"}]];var n2=[["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 mr=[["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 xr=[["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 l2=[["path",{d:"M12 5v14"}],["path",{d:"m19 12-7 7-7-7"}]];var d2=[["path",{d:"m9 6-6 6 6 6"}],["path",{d:"M3 12h14"}],["path",{d:"M21 19V5"}]];var i2=[["path",{d:"M8 3 4 7l4 4"}],["path",{d:"M4 7h16"}],["path",{d:"m16 21 4-4-4-4"}],["path",{d:"M20 17H4"}]];var p2=[["path",{d:"M3 19V5"}],["path",{d:"m13 6-6 6 6 6"}],["path",{d:"M7 12h14"}]];var c2=[["path",{d:"m12 19-7-7 7-7"}],["path",{d:"M19 12H5"}]];var h2=[["path",{d:"M3 5v14"}],["path",{d:"M21 12H7"}],["path",{d:"m15 18 6-6-6-6"}]];var f2=[["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 u2=[["path",{d:"M17 12H3"}],["path",{d:"m11 18 6-6-6-6"}],["path",{d:"M21 5v14"}]];var m2=[["path",{d:"M5 12h14"}],["path",{d:"m12 5 7 7-7 7"}]];var x2=[["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 g2=[["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 gr=[["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 M2=[["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 v2=[["path",{d:"m5 9 7-7 7 7"}],["path",{d:"M12 16V2"}],["circle",{cx:"12",cy:"21",r:"1"}]];var y2=[["path",{d:"m18 9-6-6-6 6"}],["path",{d:"M12 3v14"}],["path",{d:"M5 21h14"}]];var w2=[["path",{d:"M7 17V7h10"}],["path",{d:"M17 17 7 7"}]];var Mr=[["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 C2=[["path",{d:"M7 7h10v10"}],["path",{d:"M7 17 17 7"}]];var b2=[["path",{d:"M5 3h14"}],["path",{d:"m18 13-6-6-6 6"}],["path",{d:"M12 7v14"}]];var S2=[["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 vr=[["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 A2=[["path",{d:"m5 12 7-7 7 7"}],["path",{d:"M12 19V5"}]];var k2=[["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 H2=[["path",{d:"M12 6v12"}],["path",{d:"M17.196 9 6.804 15"}],["path",{d:"m6.804 9 10.392 6"}]];var L2=[["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 T2=[["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 P2=[["path",{d:"M2 10v3"}],["path",{d:"M6 6v11"}],["path",{d:"M10 3v18"}],["path",{d:"M14 8v7"}],["path",{d:"M18 5v13"}],["path",{d:"M22 10v3"}]];var E2=[["path",{d:"M2 13a2 2 0 0 0 2-2V7a2 2 0 0 1 4 0v13a2 2 0 0 0 4 0V4a2 2 0 0 1 4 0v13a2 2 0 0 0 4 0v-4a2 2 0 0 1 2-2"}]];var B2=[["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 R2=[["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 yr=[["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 V2=[["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 I2=[["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 F2=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["line",{x1:"12",x2:"12",y1:"8",y2:"12"}],["line",{x1:"12",x2:"12.01",y1:"16",y2:"16"}]];var D2=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["path",{d:"M12 7v10"}],["path",{d:"M15.4 10a4 4 0 1 0 0 4"}]];var wr=[["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 W2=[["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 O2=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["path",{d:"M7 12h5"}],["path",{d:"M15 9.4a4 4 0 1 0 0 5.2"}]];var z2=[["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 q2=[["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 N2=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["path",{d:"m9 8 3 3v7"}],["path",{d:"m12 11 3-3"}],["path",{d:"M9 12h6"}],["path",{d:"M9 16h6"}]];var U2=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12"}]];var $2=[["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 _2=[["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 j2=[["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 Cr=[["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 G2=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["path",{d:"M9 16h5"}],["path",{d:"M9 12h5a2 2 0 1 0 0-4h-3v9"}]];var Z2=[["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 X2=[["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 J2=[["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 K2=[["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 Y2=[["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 Q2=[["path",{d:"M4.929 4.929 19.07 19.071"}],["circle",{cx:"12",cy:"12",r:"10"}]];var t0=[["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 e0=[["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 a0=[["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 r0=[["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 o0=[["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 s0=[["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 n0=[["path",{d:"M3 5v14"}],["path",{d:"M8 5v14"}],["path",{d:"M12 5v14"}],["path",{d:"M17 5v14"}],["path",{d:"M21 5v14"}]];var l0=[["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 d0=[["path",{d:"M4 20h16"}],["path",{d:"m6 16 6-12 6 12"}],["path",{d:"M8 12h8"}]];var i0=[["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 p0=[["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 c0=[["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 h0=[["path",{d:"M22 14v-4"}],["path",{d:"M6 14v-4"}],["rect",{x:"2",y:"6",width:"16",height:"12",rx:"2"}]];var f0=[["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 u0=[["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 m0=[["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 x0=[["path",{d:"M 22 14 L 22 10"}],["rect",{x:"2",y:"6",width:"16",height:"12",rx:"2"}]];var g0=[["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 M0=[["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 v0=[["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 y0=[["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 w0=[["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 C0=[["path",{d:"M2 4v16"}],["path",{d:"M2 8h18a2 2 0 0 1 2 2v10"}],["path",{d:"M2 17h20"}],["path",{d:"M6 8v9"}]];var b0=[["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 A0=[["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 k0=[["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 H0=[["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 L0=[["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 T0=[["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 P0=[["path",{d:"M10.268 21a2 2 0 0 0 3.464 0"}],["path",{d:"M15 8h6"}],["path",{d:"M18 5v6"}],["path",{d:"M20.002 14.464a9 9 0 0 0 .738.863A1 1 0 0 1 20 17H4a1 1 0 0 1-.74-1.673C4.59 13.956 6 12.499 6 8a6 6 0 0 1 8.75-5.332"}]];var E0=[["path",{d:"M10.268 21a2 2 0 0 0 3.464 0"}],["path",{d:"M22 8c0-2.3-.8-4.3-2-6"}],["path",{d:"M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326"}],["path",{d:"M4 2C2.8 3.7 2 5.7 2 8"}]];var B0=[["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 br=[["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 Sr=[["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 R0=[["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 V0=[["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 I0=[["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 F0=[["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 D0=[["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 W0=[["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 O0=[["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 z0=[["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 q0=[["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 N0=[["path",{d:"M11.767 19.089c4.924.868 6.14-6.025 1.216-6.894m-1.216 6.894L5.86 18.047m5.908 1.042-.347 1.97m1.563-8.864c4.924.869 6.14-6.025 1.215-6.893m-1.215 6.893-3.94-.694m5.155-6.2L8.29 4.26m5.908 1.042.348-1.97M7.48 20.364l3.126-17.727"}]];var U0=[["circle",{cx:"9",cy:"9",r:"7"}],["circle",{cx:"15",cy:"15",r:"7"}]];var $0=[["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 _0=[["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 j0=[["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 G0=[["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 Z0=[["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 X0=[["path",{d:"m7 7 10 10-5 5V2l5 5L7 17"}]];var J0=[["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 K0=[["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 Y0=[["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 Q0=[["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 ti=[["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 ei=[["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 ai=[["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 ri=[["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 oi=[["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 Ar=[["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 si=[["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 ni=[["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 li=[["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 di=[["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 ii=[["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 pi=[["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 ci=[["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 hi=[["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 fi=[["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 ui=[["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 mi=[["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 xi=[["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 gi=[["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 Mi=[["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 vi=[["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 yi=[["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 wi=[["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 Ci=[["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 bi=[["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 Ai=[["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 ki=[["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 Hi=[["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 Li=[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z"}]];var Ti=[["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 Pi=[["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 Ei=[["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 Bi=[["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 Ri=[["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 Vi=[["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 Ii=[["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 Fi=[["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 kr=[["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 Di=[["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 Wi=[["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 Oi=[["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 zi=[["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 qi=[["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 Ni=[["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 Ui=[["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 $i=[["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 _i=[["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 ji=[["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 Gi=[["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 Zi=[["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 Xi=[["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 Ji=[["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 Ki=[["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 Yi=[["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 Qi=[["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 tp=[["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 ep=[["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 ap=[["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 rp=[["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 op=[["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 sp=[["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 np=[["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 lp=[["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 dp=[["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 ip=[["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 pp=[["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 cp=[["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 hp=[["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 fp=[["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 up=[["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 mp=[["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 xp=[["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 gp=[["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 Mp=[["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 vp=[["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 yp=[["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 wp=[["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 Cp=[["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 bp=[["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 Ap=[["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 kp=[["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 Hp=[["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 Lp=[["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 Tp=[["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 Pp=[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2"}],["path",{d:"M3 10h18"}]];var Ep=[["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 Bp=[["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 Rp=[["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 Vp=[["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 Ip=[["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 Fp=[["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 Dp=[["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 Hr=[["rect",{width:"18",height:"14",x:"3",y:"5",rx:"2",ry:"2"}],["path",{d:"M7 15h4M15 15h2M7 11h2M13 11h4"}]];var Wp=[["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 Op=[["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 zp=[["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 qp=[["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 Np=[["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 Up=[["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 $p=[["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 _p=[["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 jp=[["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 Gp=[["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 Zp=[["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 Xp=[["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 Jp=[["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 Kp=[["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 Lr=[["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 Tr=[["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 Yp=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M7 11h8"}],["path",{d:"M7 16h3"}],["path",{d:"M7 6h12"}]];var Qp=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M7 11h8"}],["path",{d:"M7 16h12"}],["path",{d:"M7 6h3"}]];var tc=[["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 Pr=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M7 16h8"}],["path",{d:"M7 11h12"}],["path",{d:"M7 6h3"}]];var Er=[["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 Br=[["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 ec=[["path",{d:"M13 17V9"}],["path",{d:"M18 17v-3"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M8 17V5"}]];var Rr=[["path",{d:"M13 17V9"}],["path",{d:"M18 17V5"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M8 17v-3"}]];var ac=[["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 Vr=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M18 17V9"}],["path",{d:"M13 17V5"}],["path",{d:"M8 17v-3"}]];var rc=[["path",{d:"M10 6h8"}],["path",{d:"M12 16h6"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M8 11h7"}]];var Ir=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"m19 9-5 5-4-4-3 3"}]];var oc=[["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 sc=[["path",{d:"M5 21V3"}],["path",{d:"M12 21V9"}],["path",{d:"M19 21v-6"}]];var Fr=[["path",{d:"M5 21v-6"}],["path",{d:"M12 21V9"}],["path",{d:"M19 21V3"}]];var Dr=[["path",{d:"M5 21v-6"}],["path",{d:"M12 21V3"}],["path",{d:"M19 21V9"}]];var nc=[["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 Wr=[["path",{d:"M6 5h12"}],["path",{d:"M4 12h10"}],["path",{d:"M12 19h8"}]];var Or=[["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 zr=[["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 lc=[["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 dc=[["path",{d:"M18 6 7 17l-5-5"}],["path",{d:"m22 10-7.5 7.5L13 16"}]];var ic=[["path",{d:"M20 4L9 15"}],["path",{d:"M21 19L3 19"}],["path",{d:"M9 15L4 10"}]];var pc=[["path",{d:"M20 6 9 17l-5-5"}]];var cc=[["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 hc=[["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 fc=[["path",{d:"m6 9 6 6 6-6"}]];var uc=[["path",{d:"m17 18-6-6 6-6"}],["path",{d:"M7 6v12"}]];var mc=[["path",{d:"m7 18 6-6-6-6"}],["path",{d:"M17 6v12"}]];var xc=[["path",{d:"m15 18-6-6 6-6"}]];var gc=[["path",{d:"m9 18 6-6-6-6"}]];var Mc=[["path",{d:"m18 15-6-6-6 6"}]];var vc=[["path",{d:"m7 20 5-5 5 5"}],["path",{d:"m7 4 5 5 5-5"}]];var yc=[["path",{d:"m7 6 5 5 5-5"}],["path",{d:"m7 13 5 5 5-5"}]];var wc=[["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 Cc=[["path",{d:"m9 7-5 5 5 5"}],["path",{d:"m15 7 5 5-5 5"}]];var bc=[["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 Ac=[["path",{d:"m6 17 5-5-5-5"}],["path",{d:"m13 17 5-5-5-5"}]];var kc=[["path",{d:"m7 15 5 5 5-5"}],["path",{d:"m7 9 5-5 5 5"}]];var Hc=[["path",{d:"m17 11-5-5-5 5"}],["path",{d:"m17 18-5-5-5 5"}]];var qr=[["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 Lc=[["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 Tc=[["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 Pc=[["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 Nr=[["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 Ur=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 8v8"}],["path",{d:"m8 12 4 4 4-4"}]];var $r=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m12 8-4 4 4 4"}],["path",{d:"M16 12H8"}]];var _r=[["path",{d:"M2 12a10 10 0 1 1 10 10"}],["path",{d:"m2 22 10-10"}],["path",{d:"M8 22H2v-6"}]];var jr=[["path",{d:"M12 22a10 10 0 1 1 10-10"}],["path",{d:"M22 22 12 12"}],["path",{d:"M22 16v6h-6"}]];var Gr=[["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 Xr=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m12 16 4-4-4-4"}],["path",{d:"M8 12h8"}]];var Jr=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m16 12-4-4-4 4"}],["path",{d:"M12 16V8"}]];var Kr=[["path",{d:"M21.801 10A10 10 0 1 1 17 3.335"}],["path",{d:"m9 11 3 3L22 4"}]];var Yr=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m9 12 2 2 4-4"}]];var Qr=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m16 10-4 4-4-4"}]];var to=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m14 16-4-4 4-4"}]];var eo=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m10 8 4 4-4 4"}]];var ao=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m8 14 4-4 4 4"}]];var Ec=[["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 ro=[["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 Bc=[["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 Rc=[["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 Vc=[["circle",{cx:"12",cy:"12",r:"10"}],["circle",{cx:"12",cy:"12",r:"1"}]];var Ic=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M17 12h.01"}],["path",{d:"M12 12h.01"}],["path",{d:"M7 12h.01"}]];var Fc=[["path",{d:"M7 10h10"}],["path",{d:"M7 14h10"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Dc=[["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 Wc=[["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 oo=[["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 so=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M8 12h8"}]];var Oc=[["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 no=[["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 lo=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M9 17V7h4a3 3 0 0 1 0 6H9"}]];var io=[["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 po=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m15 9-6 6"}],["path",{d:"M9 9h.01"}],["path",{d:"M15 15h.01"}]];var co=[["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 ho=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M8 12h8"}],["path",{d:"M12 8v8"}]];var zc=[["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 fo=[["path",{d:"M12 7v4"}],["path",{d:"M7.998 9.003a5 5 0 1 0 8-.005"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Ha=[["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 uo=[["path",{d:"M22 2 2 22"}],["circle",{cx:"12",cy:"12",r:"10"}]];var qc=[["circle",{cx:"12",cy:"12",r:"10"}],["line",{x1:"9",x2:"15",y1:"15",y2:"9"}]];var Nc=[["circle",{cx:"12",cy:"12",r:"6"}]];var Uc=[["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 mo=[["circle",{cx:"12",cy:"12",r:"10"}],["rect",{x:"9",y:"9",width:"6",height:"6",rx:"1"}]];var xo=[["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 go=[["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 Mo=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m15 9-6 6"}],["path",{d:"m9 9 6 6"}]];var $c=[["circle",{cx:"12",cy:"12",r:"10"}]];var _c=[["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 jc=[["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 Gc=[["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 Zc=[["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 Xc=[["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 Jc=[["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 Kc=[["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 Yc=[["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 Qc=[["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 vo=[["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 yo=[["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 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:"M9 14h6"}],["path",{d:"M12 17v-6"}]];var eh=[["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 ah=[["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 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"}]];var oh=[["path",{d:"M12 6v6l2-4"}],["circle",{cx:"12",cy:"12",r:"10"}]];var sh=[["path",{d:"M12 6v6l-4-2"}],["circle",{cx:"12",cy:"12",r:"10"}]];var nh=[["path",{d:"M12 6v6l-2-4"}],["circle",{cx:"12",cy:"12",r:"10"}]];var lh=[["path",{d:"M12 6v6"}],["circle",{cx:"12",cy:"12",r:"10"}]];var dh=[["path",{d:"M12 6v6l4-2"}],["circle",{cx:"12",cy:"12",r:"10"}]];var ih=[["path",{d:"M12 6v6h4"}],["circle",{cx:"12",cy:"12",r:"10"}]];var ph=[["path",{d:"M12 6v6l4 2"}],["circle",{cx:"12",cy:"12",r:"10"}]];var ch=[["path",{d:"M12 6v6l2 4"}],["circle",{cx:"12",cy:"12",r:"10"}]];var hh=[["path",{d:"M12 6v10"}],["circle",{cx:"12",cy:"12",r:"10"}]];var fh=[["path",{d:"M12 6v6l-2 4"}],["circle",{cx:"12",cy:"12",r:"10"}]];var uh=[["path",{d:"M12 6v6l-4 2"}],["circle",{cx:"12",cy:"12",r:"10"}]];var mh=[["path",{d:"M12 6v6H8"}],["circle",{cx:"12",cy:"12",r:"10"}]];var xh=[["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 gh=[["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 Mh=[["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 vh=[["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 wh=[["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 Ch=[["path",{d:"M12 6v6l4 2"}],["circle",{cx:"12",cy:"12",r:"10"}]];var bh=[["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 Ah=[["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 kh=[["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 wo=[["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 Hh=[["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 Lh=[["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 Th=[["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 Ph=[["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 Eh=[["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 Bh=[["path",{d:"M13 16a3 3 0 0 1 0 6H7a5 5 0 1 1 4.9-6z"}],["path",{d:"M18.376 14.512a6 6 0 0 0 3.461-4.127c.148-.625-.659-.97-1.248-.714a4 4 0 0 1-5.259-5.26c.255-.589-.09-1.395-.716-1.248a6 6 0 0 0-4.594 5.36"}]];var Rh=[["path",{d:"m2 2 20 20"}],["path",{d:"M5.782 5.782A7 7 0 0 0 9 19h8.5a4.5 4.5 0 0 0 1.307-.193"}],["path",{d:"M21.532 16.5A4.5 4.5 0 0 0 17.5 10h-1.79A7.008 7.008 0 0 0 10 5.07"}]];var Vh=[["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 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 14v6"}],["path",{d:"M8 14v6"}],["path",{d:"M12 16v6"}]];var Fh=[["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 Dh=[["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 Wh=[["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 Co=[["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 Oh=[["path",{d:"M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z"}]];var zh=[["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 qh=[["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 Nh=[["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 bo=[["path",{d:"m18 16 4-4-4-4"}],["path",{d:"m6 8-4 4 4 4"}],["path",{d:"m14.5 4-5 16"}]];var Uh=[["path",{d:"m16 18 6-6-6-6"}],["path",{d:"m8 6-6 6 6 6"}]];var $h=[["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 _h=[["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 jh=[["path",{d:"M10 2v2"}],["path",{d:"M14 2v2"}],["path",{d:"M16 8a1 1 0 0 1 1 1v8a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4V9a1 1 0 0 1 1-1h14a4 4 0 1 1 0 8h-1"}],["path",{d:"M6 2v2"}]];var Gh=[["path",{d:"M11 10.27 7 3.34"}],["path",{d:"m11 13.73-4 6.93"}],["path",{d:"M12 22v-2"}],["path",{d:"M12 2v2"}],["path",{d:"M14 12h8"}],["path",{d:"m17 20.66-1-1.73"}],["path",{d:"m17 3.34-1 1.73"}],["path",{d:"M2 12h2"}],["path",{d:"m20.66 17-1.73-1"}],["path",{d:"m20.66 7-1.73 1"}],["path",{d:"m3.34 17 1.73-1"}],["path",{d:"m3.34 7 1.73 1"}],["circle",{cx:"12",cy:"12",r:"2"}],["circle",{cx:"12",cy:"12",r:"8"}]];var Zh=[["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 So=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M12 3v18"}]];var La=[["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 Ao=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}],["path",{d:"M15 3v18"}]];var Xh=[["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 Jh=[["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 Kh=[["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 Yh=[["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 Qh=[["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 tf=[["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 ef=[["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 af=[["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 rf=[["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 ko=[["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 of=[["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 sf=[["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 nf=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 18a6 6 0 0 0 0-12v12z"}]];var lf=[["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 df=[["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 pf=[["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 cf=[["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 hf=[["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 ff=[["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 uf=[["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 mf=[["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 xf=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M9.17 14.83a4 4 0 1 0 0-5.66"}]];var gf=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M14.83 14.83a4 4 0 1 1 0-5.66"}]];var Mf=[["path",{d:"M20 4v7a4 4 0 0 1-4 4H4"}],["path",{d:"m9 10-5 5 5 5"}]];var vf=[["path",{d:"m15 10 5 5-5 5"}],["path",{d:"M4 4v7a4 4 0 0 0 4 4h12"}]];var yf=[["path",{d:"m14 15-5 5-5-5"}],["path",{d:"M20 4h-7a4 4 0 0 0-4 4v12"}]];var wf=[["path",{d:"M14 9 9 4 4 9"}],["path",{d:"M20 20h-7a4 4 0 0 1-4-4V4"}]];var Cf=[["path",{d:"m10 15 5 5 5-5"}],["path",{d:"M4 4h7a4 4 0 0 1 4 4v12"}]];var bf=[["path",{d:"m10 9 5-5 5 5"}],["path",{d:"M4 20h7a4 4 0 0 0 4-4V4"}]];var Sf=[["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 kf=[["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 Hf=[["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 Lf=[["rect",{width:"20",height:"14",x:"2",y:"5",rx:"2"}],["line",{x1:"2",x2:"22",y1:"10",y2:"10"}]];var Tf=[["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 Pf=[["path",{d:"M6 2v14a2 2 0 0 0 2 2h14"}],["path",{d:"M18 22V8a2 2 0 0 0-2-2H2"}]];var Ef=[["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 Bf=[["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 Rf=[["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 Vf=[["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 If=[["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 Ff=[["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 Df=[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3"}],["path",{d:"M3 5v14a9 3 0 0 0 18 0V5"}]];var Wf=[["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 Of=[["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 zf=[["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 qf=[["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 Nf=[["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 Uf=[["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 $f=[["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 _f=[["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 jf=[["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 Gf=[["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 Ho=[["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 Zf=[["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 Xf=[["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 Jf=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["path",{d:"M12 12h.01"}]];var Kf=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["path",{d:"M15 9h.01"}],["path",{d:"M9 15h.01"}]];var Yf=[["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 Qf=[["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 tu=[["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 eu=[["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 au=[["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 ru=[["path",{d:"M12 3v14"}],["path",{d:"M5 10h14"}],["path",{d:"M5 21h14"}]];var ou=[["circle",{cx:"12",cy:"12",r:"10"}],["circle",{cx:"12",cy:"12",r:"4"}],["path",{d:"M12 12h.01"}]];var su=[["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 nu=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["circle",{cx:"12",cy:"12",r:"5"}],["path",{d:"M12 12h.01"}]];var lu=[["circle",{cx:"12",cy:"12",r:"10"}],["circle",{cx:"12",cy:"12",r:"2"}]];var du=[["circle",{cx:"12",cy:"6",r:"1"}],["line",{x1:"5",x2:"19",y1:"12",y2:"12"}],["circle",{cx:"12",cy:"18",r:"1"}]];var iu=[["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 pu=[["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 cu=[["path",{d:"M2 8h20"}],["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2"}],["path",{d:"M6 16h12"}]];var hu=[["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 fu=[["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 uu=[["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 mu=[["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 xu=[["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 gu=[["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 Mu=[["circle",{cx:"12.1",cy:"12.1",r:"1"}]];var vu=[["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 yu=[["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 wu=[["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 Cu=[["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 bu=[["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 Au=[["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 ku=[["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 Hu=[["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 Lu=[["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 Tu=[["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 Pu=[["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 Eu=[["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 Bu=[["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 Ru=[["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 Lo=[["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 Vu=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 2a7 7 0 1 0 10 10"}]];var Iu=[["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 Fu=[["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 Du=[["path",{d:"M12 2C8 2 4 8 4 14a8 8 0 0 0 16 0c0-6-4-12-8-12"}]];var To=[["circle",{cx:"12",cy:"12",r:"1"}],["circle",{cx:"12",cy:"5",r:"1"}],["circle",{cx:"12",cy:"19",r:"1"}]];var Po=[["circle",{cx:"12",cy:"12",r:"1"}],["circle",{cx:"19",cy:"12",r:"1"}],["circle",{cx:"5",cy:"12",r:"1"}]];var Wu=[["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 Ou=[["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 zu=[["line",{x1:"5",x2:"19",y1:"9",y2:"9"}],["line",{x1:"5",x2:"19",y1:"15",y2:"15"}]];var qu=[["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 Nu=[["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 Uu=[["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 $u=[["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 _u=[["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 ju=[["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 Gu=[["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 Zu=[["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 Xu=[["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 Ju=[["path",{d:"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"}]];var Ku=[["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 Yu=[["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 Qu=[["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 tm=[["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 em=[["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 am=[["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 rm=[["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 om=[["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 Eo=[["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 Bo=[["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 sm=[["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 Ro=[["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 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:"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 Io=[["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 Fo=[["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 Do=[["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 Wo=[["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 Oo=[["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 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:"m9 15 2 2 4-4"}]];var lm=[["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 zo=[["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 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:"M10 12.5 8 15l2 2.5"}],["path",{d:"m14 12.5 2 2.5-2 2.5"}]];var qo=[["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 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:"M9 10h6"}],["path",{d:"M12 13V7"}],["path",{d:"M9 17h6"}]];var pm=[["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 cm=[["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 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 9v4"}],["path",{d:"M12 17h.01"}]];var Ta=[["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 hm=[["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 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"}],["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 um=[["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 Uo=[["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 $o=[["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 _o=[["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 mm=[["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 xm=[["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 gm=[["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 jo=[["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 Go=[["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 Xo=[["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 Mm=[["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 Jo=[["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 vm=[["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 Ko=[["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 ym=[["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 Yo=[["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 wm=[["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 Cm=[["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 bm=[["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 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 16 2-2-2-2"}],["path",{d:"M12 18h4"}]];var km=[["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 Qo=[["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 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:"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 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:"M12 12v6"}],["path",{d:"m15 15-3-3-3 3"}]];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:"M16 22a4 4 0 0 0-8 0"}],["circle",{cx:"12",cy:"15",r:"3"}]];var t1=[["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 Pm=[["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 e1=[["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 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"}],["path",{d:"m14.5 12.5-5 5"}],["path",{d:"m9.5 12.5 5 5"}]];var Bm=[["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 Rm=[["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 Vm=[["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 Im=[["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 Fm=[["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 Dm=[["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 Wm=[["path",{d:"M2 16s9-15 20-4C11 23 2 8 2 8"}]];var Om=[["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 zm=[["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 qm=[["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 Nm=[["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 Um=[["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 $m=[["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 _m=[["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 jm=[["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 Gm=[["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 Zm=[["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 Xm=[["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 Jm=[["path",{d:"M10 2v6.292a7 7 0 1 0 4 0V2"}],["path",{d:"M5 15h14"}],["path",{d:"M8.5 2h7"}]];var Km=[["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 Ym=[["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 Qm=[["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 tx=[["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 ex=[["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 ax=[["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 rx=[["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 ox=[["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 sx=[["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 nx=[["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 lx=[["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 dx=[["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 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:"M2 10h20"}]];var px=[["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 a1=[["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 cx=[["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 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:"m15 13-3 3-3-3"}]];var fx=[["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 ux=[["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 mx=[["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 xx=[["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 gx=[["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 Mx=[["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 vx=[["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 yx=[["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 wx=[["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 Cx=[["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 bx=[["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 r1=[["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 Ax=[["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 kx=[["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 Hx=[["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 Lx=[["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 Tx=[["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 Px=[["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 Ex=[["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 Bx=[["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 Rx=[["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 Vx=[["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 Ix=[["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 Fx=[["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 Dx=[["path",{d:"m15 17 5-5-5-5"}],["path",{d:"M4 18v-2a4 4 0 0 1 4-4h12"}]];var Wx=[["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 Ox=[["path",{d:"M5 16V9h14V2H5l14 14h-7m-7 0 7 7v-7m-7 0h7"}]];var zx=[["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 qx=[["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 Nx=[["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 Ux=[["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 o1=[["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 s1=[["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 $x=[["path",{d:"M2 7v10"}],["path",{d:"M6 5v14"}],["rect",{width:"12",height:"18",x:"10",y:"3",rx:"2"}]];var _x=[["path",{d:"M2 3v18"}],["rect",{width:"12",height:"18",x:"6",y:"3",rx:"2"}],["path",{d:"M22 3v18"}]];var jx=[["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 Gx=[["path",{d:"M7 2h10"}],["path",{d:"M5 6h14"}],["rect",{width:"18",height:"12",x:"3",y:"10",rx:"2"}]];var Zx=[["path",{d:"M3 2h18"}],["rect",{width:"18",height:"12",x:"3",y:"6",rx:"2"}],["path",{d:"M3 22h18"}]];var Xx=[["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 Jx=[["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 Kx=[["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 Yx=[["path",{d:"m12 14 4-4"}],["path",{d:"M3.34 19a10 10 0 1 1 17.32 0"}]];var Qx=[["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 t4=[["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 e4=[["path",{d:"M11.5 21a7.5 7.5 0 1 1 7.35-9"}],["path",{d:"M13 12V3"}],["path",{d:"M4 21h16"}],["path",{d:"M9 12V3"}]];var a4=[["path",{d:"M9 10h.01"}],["path",{d:"M15 10h.01"}],["path",{d:"M12 2a8 8 0 0 0-8 8v12l3-3 2.5 2.5L12 19l2.5 2.5L17 19l3 3V10a8 8 0 0 0-8-8z"}]];var r4=[["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 o4=[["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 s4=[["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 n4=[["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 n1=[["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 l4=[["path",{d:"M12 3v6"}],["circle",{cx:"12",cy:"12",r:"3"}],["path",{d:"M12 15v6"}]];var d4=[["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 i4=[["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 p4=[["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 c4=[["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 h4=[["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 f4=[["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 u4=[["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 m4=[["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 x4=[["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 g4=[["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 M4=[["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 v4=[["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 y4=[["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 w4=[["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 C4=[["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 b4=[["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 A4=[["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 k4=[["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 H4=[["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 L4=[["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 l1=[["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 d1=[["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 i1=[["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 p1=[["path",{d:"M12 3v18"}],["path",{d:"M3 12h18"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}]];var T4=[["path",{d:"M15 3v18"}],["path",{d:"M3 12h18"}],["path",{d:"M9 3v18"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}]];var Pa=[["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 P4=[["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 E4=[["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 B4=[["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 R4=[["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 V4=[["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 I4=[["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 F4=[["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 D4=[["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 W4=[["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 O4=[["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 c1=[["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 z4=[["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 h1=[["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 q4=[["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 N4=[["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 U4=[["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 $4=[["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 _4=[["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 j4=[["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 G4=[["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 Z4=[["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 X4=[["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 J4=[["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 K4=[["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 Y4=[["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 Q4=[["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 t5=[["path",{d:"M4 12h8"}],["path",{d:"M4 18V6"}],["path",{d:"M12 18V6"}],["path",{d:"m17 12 3-2v8"}]];var e5=[["path",{d:"M4 12h8"}],["path",{d:"M4 18V6"}],["path",{d:"M12 18V6"}],["path",{d:"M21 18h-4c0-4 4-3 4-6 0-1.5-2-2.5-4-1"}]];var a5=[["path",{d:"M4 12h8"}],["path",{d:"M4 18V6"}],["path",{d:"M12 18V6"}],["path",{d:"M17.5 10.5c1.7-1 3.5 0 3.5 1.5a2 2 0 0 1-2 2"}],["path",{d:"M17 17.5c2 1.5 4 .3 4-1.5a2 2 0 0 0-2-2"}]];var r5=[["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 o5=[["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 s5=[["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 n5=[["path",{d:"M6 12h12"}],["path",{d:"M6 20V4"}],["path",{d:"M18 20V4"}]];var l5=[["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 d5=[["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 i5=[["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 p5=[["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 c5=[["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 h5=[["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 f5=[["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 u5=[["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 m5=[["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 x5=[["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 g5=[["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 M5=[["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 v5=[["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 y5=[["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 w5=[["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 C5=[["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 b5=[["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 A5=[["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 k5=[["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 H5=[["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 L5=[["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 T5=[["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 P5=[["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 f1=[["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 u1=[["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 m1=[["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 E5=[["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 B5=[["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 R5=[["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 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 3 3v-5.5"}],["path",{d:"m17 22 3-3"}],["circle",{cx:"9",cy:"9",r:"2"}]];var I5=[["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 F5=[["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 D5=[["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 W5=[["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 O5=[["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 z5=[["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 q5=[["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 N5=[["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 U5=[["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 $5=[["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 _5=[["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 j5=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 16v-4"}],["path",{d:"M12 8h.01"}]];var G5=[["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 Z5=[["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 X5=[["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 J5=[["path",{d:"m16 14 4 4-4 4"}],["path",{d:"M20 10a8 8 0 1 0-8 8h8"}]];var K5=[["path",{d:"M4 10a8 8 0 1 1 8 8H4"}],["path",{d:"m8 22-4-4 4-4"}]];var Y5=[["path",{d:"M12 9.5V21m0-11.5L6 3m6 6.5L18 3"}],["path",{d:"M6 15h12"}],["path",{d:"M6 11h12"}]];var Q5=[["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 t3=[["path",{d:"M5 3v14"}],["path",{d:"M12 3v8"}],["path",{d:"M19 3v18"}]];var e3=[["path",{d:"M18 17a1 1 0 0 0-1 1v1a2 2 0 1 0 2-2z"}],["path",{d:"M20.97 3.61a.45.45 0 0 0-.58-.58C10.2 6.6 6.6 10.2 3.03 20.39a.45.45 0 0 0 .58.58C13.8 17.4 17.4 13.8 20.97 3.61"}],["path",{d:"m6.707 6.707 10.586 10.586"}],["path",{d:"M7 5a2 2 0 1 0-2 2h1a1 1 0 0 0 1-1z"}]];var a3=[["path",{d:"M2.586 17.414A2 2 0 0 0 2 18.828V21a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h.172a2 2 0 0 0 1.414-.586l.814-.814a6.5 6.5 0 1 0-4-4z"}],["circle",{cx:"16.5",cy:"7.5",r:".5",fill:"currentColor"}]];var r3=[["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 o3=[["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 s3=[["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 n3=[["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 l3=[["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 d3=[["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 i3=[["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 p3=[["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 c3=[["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 h3=[["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 f3=[["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 u3=[["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 m3=[["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 x3=[["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 g3=[["path",{d:"M2 20h20"}],["path",{d:"m9 10 2 2 4-4"}],["rect",{x:"3",y:"4",width:"18",height:"12",rx:"2"}]];var x1=[["rect",{width:"18",height:"12",x:"3",y:"4",rx:"2",ry:"2"}],["line",{x1:"2",x2:"22",y1:"20",y2:"20"}]];var M3=[["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 v3=[["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 y3=[["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 w3=[["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 C3=[["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 g1=[["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 b3=[["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 A3=[["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 k3=[["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 H3=[["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 L3=[["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 T3=[["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 P3=[["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 E3=[["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 B3=[["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 R3=[["path",{d:"m16 6 4 14"}],["path",{d:"M12 6v14"}],["path",{d:"M8 8v12"}],["path",{d:"M4 4v16"}]];var V3=[["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 I3=[["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 F3=[["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 D3=[["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 W3=[["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 O3=[["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 z3=[["path",{d:"M9 17H7A5 5 0 0 1 7 7h2"}],["path",{d:"M15 7h2a5 5 0 1 1 0 10h-2"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12"}]];var q3=[["path",{d:"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"}],["path",{d:"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"}]];var N3=[["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 U3=[["path",{d:"M16 5H3"}],["path",{d:"M16 12H3"}],["path",{d:"M11 19H3"}],["path",{d:"m15 18 2 2 4-4"}]];var $3=[["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 _3=[["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 j3=[["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 G3=[["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 Z3=[["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 X3=[["path",{d:"M12 5H2"}],["path",{d:"M6 12h12"}],["path",{d:"M9 19h6"}],["path",{d:"M16 5h6"}],["path",{d:"M19 8V2"}]];var J3=[["path",{d:"M2 5h20"}],["path",{d:"M6 12h12"}],["path",{d:"M9 19h6"}]];var Ea=[["path",{d:"M21 5H11"}],["path",{d:"M21 12H11"}],["path",{d:"M21 19H11"}],["path",{d:"m7 8-4 4 4 4"}]];var Ba=[["path",{d:"M21 5H11"}],["path",{d:"M21 12H11"}],["path",{d:"M21 19H11"}],["path",{d:"m3 8 4 4-4 4"}]];var K3=[["path",{d:"M16 5H3"}],["path",{d:"M11 12H3"}],["path",{d:"M16 19H3"}],["path",{d:"M21 12h-6"}]];var Y3=[["path",{d:"M16 5H3"}],["path",{d:"M11 12H3"}],["path",{d:"M11 19H3"}],["path",{d:"M21 16V5"}],["circle",{cx:"18",cy:"16",r:"3"}]];var Q3=[["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 tg=[["path",{d:"M16 5H3"}],["path",{d:"M11 12H3"}],["path",{d:"M16 19H3"}],["path",{d:"M18 9v6"}],["path",{d:"M21 12h-6"}]];var eg=[["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 ag=[["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 rg=[["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 og=[["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 sg=[["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 ng=[["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 lg=[["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 M1=[["path",{d:"M21 12a9 9 0 1 1-6.219-8.56"}]];var dg=[["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 ig=[["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 pg=[["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 cg=[["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 hg=[["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 v1=[["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 fg=[["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 y1=[["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 ug=[["rect",{width:"18",height:"11",x:"3",y:"11",rx:"2",ry:"2"}],["path",{d:"M7 11V7a5 5 0 0 1 10 0v4"}]];var mg=[["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 xg=[["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 gg=[["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 Mg=[["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 vg=[["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 yg=[["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 wg=[["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 Cg=[["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 bg=[["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 Sg=[["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 w1=[["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 Ag=[["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 kg=[["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 Hg=[["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 Lg=[["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 Tg=[["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 Pg=[["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 Eg=[["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 Bg=[["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 Rg=[["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 Vg=[["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 Ig=[["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 Fg=[["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 Dg=[["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 C1=[["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 Wg=[["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 Og=[["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 zg=[["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 qg=[["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 Ng=[["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 Ug=[["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 $g=[["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 _g=[["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 jg=[["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 Gg=[["path",{d:"M16 3h5v5"}],["path",{d:"m21 3-6.75 6.75"}],["circle",{cx:"10",cy:"14",r:"6"}]];var Zg=[["path",{d:"M8 22h8"}],["path",{d:"M12 11v11"}],["path",{d:"m19 3-7 8-7-8Z"}]];var Xg=[["path",{d:"M15 3h6v6"}],["path",{d:"m21 3-7 7"}],["path",{d:"m3 21 7-7"}],["path",{d:"M9 21H3v-6"}]];var Jg=[["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 Kg=[["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 Yg=[["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 Qg=[["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 t8=[["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 e8=[["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 a8=[["path",{d:"M4 5h16"}],["path",{d:"M4 12h16"}],["path",{d:"M4 19h16"}]];var r8=[["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 s8=[["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 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:"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 l8=[["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 d8=[["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 i8=[["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 b1=[["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 p8=[["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 c8=[["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 h8=[["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 f8=[["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 u8=[["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 m8=[["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 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 15h4"}],["path",{d:"M10 9h4"}],["path",{d:"M12 7v4"}]];var g8=[["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 M8=[["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 v8=[["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 w8=[["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 C8=[["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 b8=[["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 S8=[["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 A8=[["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 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:"M7 11h10"}],["path",{d:"M7 15h6"}],["path",{d:"M7 7h8"}]];var H8=[["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 L8=[["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 T8=[["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 P8=[["path",{d:"M16 10a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 14.286V4a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z"}],["path",{d:"M20 9a2 2 0 0 1 2 2v10.286a.71.71 0 0 1-1.212.502l-2.202-2.202A2 2 0 0 0 17.172 19H10a2 2 0 0 1-2-2v-1"}]];var E8=[["path",{d:"M12 19v3"}],["path",{d:"M15 9.34V5a3 3 0 0 0-5.68-1.33"}],["path",{d:"M16.95 16.95A7 7 0 0 1 5 12v-2"}],["path",{d:"M18.89 13.23A7 7 0 0 0 19 12v-2"}],["path",{d:"m2 2 20 20"}],["path",{d:"M9 9v3a3 3 0 0 0 5.12 2.12"}]];var S1=[["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 B8=[["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 R8=[["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 V8=[["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 I8=[["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 F8=[["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 D8=[["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 W8=[["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 O8=[["path",{d:"m14 10 7-7"}],["path",{d:"M20 10h-6V4"}],["path",{d:"m3 21 7-7"}],["path",{d:"M4 14h6v6"}]];var z8=[["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 q8=[["path",{d:"M5 12h14"}]];var N8=[["path",{d:"m9 10 2 2 4-4"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2"}],["path",{d:"M12 17v4"}],["path",{d:"M8 21h8"}]];var U8=[["path",{d:"M11 13a3 3 0 1 1 2.83-4H14a2 2 0 0 1 0 4z"}],["path",{d:"M12 17v4"}],["path",{d:"M8 21h8"}],["rect",{x:"2",y:"3",width:"20",height:"14",rx:"2"}]];var $8=[["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 _8=[["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 j8=[["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 G8=[["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 Z8=[["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 X8=[["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 J8=[["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 K8=[["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 Y8=[["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 Q8=[["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 t6=[["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 e6=[["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 a6=[["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 r6=[["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 s6=[["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 n6=[["path",{d:"m8 3 4 8 5-5 5 15H2L8 3z"}]];var l6=[["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 d6=[["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 i6=[["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 p6=[["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 c6=[["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 h6=[["rect",{x:"5",y:"2",width:"14",height:"20",rx:"7"}],["path",{d:"M12 6v4"}]];var A1=[["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 f6=[["path",{d:"M19 13v6h-6"}],["path",{d:"M5 11V5h6"}],["path",{d:"m5 5 14 14"}]];var u6=[["path",{d:"M11 19H5v-6"}],["path",{d:"M13 5h6v6"}],["path",{d:"M19 5 5 19"}]];var m6=[["path",{d:"M11 19H5V13"}],["path",{d:"M19 5L5 19"}]];var x6=[["path",{d:"M19 13V19H13"}],["path",{d:"M5 5L19 19"}]];var g6=[["path",{d:"M8 18L12 22L16 18"}],["path",{d:"M12 2V22"}]];var M6=[["path",{d:"m18 8 4 4-4 4"}],["path",{d:"M2 12h20"}],["path",{d:"m6 8-4 4 4 4"}]];var v6=[["path",{d:"M6 8L2 12L6 16"}],["path",{d:"M2 12H22"}]];var y6=[["path",{d:"M18 8L22 12L18 16"}],["path",{d:"M2 12H22"}]];var w6=[["path",{d:"M5 11V5H11"}],["path",{d:"M5 5L19 19"}]];var C6=[["path",{d:"M13 5H19V11"}],["path",{d:"M19 5L5 19"}]];var b6=[["path",{d:"M8 6L12 2L16 6"}],["path",{d:"M12 2V22"}]];var S6=[["path",{d:"M12 2v20"}],["path",{d:"m8 18 4 4 4-4"}],["path",{d:"m8 6 4-4 4 4"}]];var A6=[["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 k6=[["circle",{cx:"8",cy:"18",r:"4"}],["path",{d:"M12 18V2l7 4"}]];var H6=[["circle",{cx:"12",cy:"18",r:"4"}],["path",{d:"M16 18V2"}]];var L6=[["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 T6=[["path",{d:"M9 18V5l12-2v13"}],["circle",{cx:"6",cy:"18",r:"3"}],["circle",{cx:"18",cy:"16",r:"3"}]];var P6=[["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 E6=[["polygon",{points:"12 2 19 21 12 17 5 21 12 2"}]];var B6=[["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 R6=[["polygon",{points:"3 11 22 2 13 21 11 13 3 11"}]];var V6=[["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 I6=[["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 F6=[["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 D6=[["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 W6=[["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 O6=[["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 z6=[["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 q6=[["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 N6=[["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 U6=[["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 $6=[["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 _6=[["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 k1=[["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 j6=[["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 H1=[["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 L1=[["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 G6=[["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 Z6=[["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 X6=[["path",{d:"M3 3h6l6 18h6"}],["path",{d:"M14 3h7"}]];var J6=[["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 K6=[["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 Y6=[["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 Q6=[["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 tM=[["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 eM=[["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 aM=[["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 rM=[["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 oM=[["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 sM=[["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 nM=[["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 lM=[["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 T1=[["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 dM=[["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 iM=[["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 pM=[["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 cM=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 15h18"}],["path",{d:"m15 8-3 3-3-3"}]];var P1=[["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 hM=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 15h18"}],["path",{d:"m9 10 3-3 3 3"}]];var fM=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 15h18"}]];var E1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}],["path",{d:"m16 15-3-3 3-3"}]];var B1=[["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 R1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}],["path",{d:"m14 9 3 3-3 3"}]];var uM=[["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 V1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}]];var mM=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M15 3v18"}],["path",{d:"m8 9 3 3-3 3"}]];var I1=[["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 xM=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M15 3v18"}],["path",{d:"m10 15-3-3 3-3"}]];var gM=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M15 3v18"}]];var MM=[["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 vM=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}],["path",{d:"m9 16 3-3 3 3"}]];var F1=[["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 yM=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}],["path",{d:"m15 14-3 3-3-3"}]];var wM=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}]];var CM=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}],["path",{d:"M9 15h12"}]];var bM=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 15h12"}],["path",{d:"M15 3v18"}]];var D1=[["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 AM=[["path",{d:"M8 21s-4-3-4-9 4-9 4-9"}],["path",{d:"M16 3s4 3 4 9-4 9-4 9"}]];var kM=[["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 HM=[["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 LM=[["rect",{x:"14",y:"3",width:"5",height:"18",rx:"1"}],["rect",{x:"5",y:"3",width:"5",height:"18",rx:"1"}]];var TM=[["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 PM=[["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 W1=[["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 EM=[["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 BM=[["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 O1=[["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 RM=[["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 VM=[["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 IM=[["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 FM=[["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 DM=[["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 WM=[["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 OM=[["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 zM=[["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 qM=[["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 NM=[["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 UM=[["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 $M=[["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 _M=[["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 jM=[["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 GM=[["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 ZM=[["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 XM=[["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 JM=[["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 KM=[["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 YM=[["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 QM=[["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 t7=[["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 e7=[["path",{d:"M10 3v11"}],["path",{d:"M10 9H7a1 1 0 0 1 0-6h8"}],["path",{d:"M14 3v11"}],["path",{d:"m18 14 4 4H2"}],["path",{d:"m22 18-4 4"}]];var a7=[["path",{d:"M13 4v16"}],["path",{d:"M17 4v16"}],["path",{d:"M19 4H9.5a4.5 4.5 0 0 0 0 9H13"}]];var r7=[["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 o7=[["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 s7=[["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 n7=[["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 l7=[["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 d7=[["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 i7=[["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 p7=[["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 c7=[["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 h7=[["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 f7=[["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 z1=[["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 u7=[["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 m7=[["path",{d:"M5 12h14"}],["path",{d:"M12 5v14"}]];var x7=[["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 g7=[["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 M7=[["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 v7=[["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 y7=[["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 w7=[["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 C7=[["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 b7=[["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 A7=[["path",{d:"M12 2v10"}],["path",{d:"M18.4 6.6a9 9 0 1 1-12.77.04"}]];var k7=[["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 H7=[["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 L7=[["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 T7=[["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 P7=[["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 E7=[["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 B7=[["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 R7=[["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 V7=[["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 I7=[["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 F7=[["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 D7=[["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 W7=[["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 O7=[["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 z7=[["path",{d:"M4.9 16.1C1 12.2 1 5.8 4.9 1.9"}],["path",{d:"M7.8 4.7a6.14 6.14 0 0 0-.8 7.5"}],["circle",{cx:"12",cy:"9",r:"2"}],["path",{d:"M16.2 4.8c2 2 2.26 5.11.8 7.47"}],["path",{d:"M19.1 1.9a9.96 9.96 0 0 1 0 14.1"}],["path",{d:"M9.5 18h5"}],["path",{d:"m8 22 4-11 4 11"}]];var q7=[["path",{d:"M16.247 7.761a6 6 0 0 1 0 8.478"}],["path",{d:"M19.075 4.933a10 10 0 0 1 0 14.134"}],["path",{d:"M4.925 19.067a10 10 0 0 1 0-14.134"}],["path",{d:"M7.753 16.239a6 6 0 0 1 0-8.478"}],["circle",{cx:"12",cy:"12",r:"2"}]];var N7=[["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 U7=[["path",{d:"M5 15h14"}],["path",{d:"M5 9h14"}],["path",{d:"m14 20-5-5 6-6-5-5"}]];var $7=[["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 _7=[["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 j7=[["rect",{width:"12",height:"20",x:"6",y:"2",rx:"2"}],["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2"}]];var G7=[["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 Z7=[["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 X7=[["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 J7=[["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 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 13h5"}],["path",{d:"M10 17V9.5a2.5 2.5 0 0 1 5 0"}],["path",{d:"M8 17h7"}]];var Y7=[["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 Q7=[["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 tv=[["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 ev=[["path",{d:"M10 6.5v11a5.5 5.5 0 0 0 5.5-5.5"}],["path",{d:"m14 8-6 3"}],["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1z"}]];var av=[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z"}],["path",{d:"M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8"}],["path",{d:"M12 17.5v-11"}]];var rv=[["path",{d:"M14 4v16H3a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1z"}],["circle",{cx:"14",cy:"12",r:"8"}]];var q1=[["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 ov=[["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 sv=[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2"}]];var nv=[["rect",{width:"12",height:"20",x:"6",y:"2",rx:"2"}]];var lv=[["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 dv=[["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 iv=[["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 pv=[["path",{d:"M21 7v6h-6"}],["path",{d:"M3 17a9 9 0 0 1 9-9 9 9 0 0 1 6 2.3l3 2.7"}]];var cv=[["path",{d:"M21 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 hv=[["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 fv=[["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 uv=[["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 mv=[["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 xv=[["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 gv=[["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 Mv=[["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 vv=[["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 yv=[["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 wv=[["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 Cv=[["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 bv=[["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 Av=[["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 kv=[["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 Hv=[["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 Lv=[["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 Tv=[["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 Pv=[["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 N1=[["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 Ev=[["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 Bv=[["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 Rv=[["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 Vv=[["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 Iv=[["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 Fv=[["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 Dv=[["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 Wv=[["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 U1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 12h18"}]];var $1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M21 9H3"}],["path",{d:"M21 15H3"}]];var Ov=[["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 zv=[["path",{d:"M4 11a9 9 0 0 1 9 9"}],["path",{d:"M4 4a16 16 0 0 1 16 16"}],["circle",{cx:"5",cy:"19",r:"1"}]];var qv=[["path",{d:"M12 15v-3.014"}],["path",{d:"M16 15v-3.014"}],["path",{d:"M20 6H4"}],["path",{d:"M20 8V4"}],["path",{d:"M4 8V4"}],["path",{d:"M8 15v-3.014"}],["rect",{x:"3",y:"12",width:"18",height:"7",rx:"1"}]];var Nv=[["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 Uv=[["path",{d:"M6 11h8a4 4 0 0 0 0-8H9v18"}],["path",{d:"M6 15h8"}]];var $v=[["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 _v=[["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 jv=[["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 Gv=[["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 Zv=[["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 Xv=[["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 Jv=[["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 Kv=[["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 Yv=[["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 _1=[["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 Qv=[["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 t9=[["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 e9=[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2"}],["path",{d:"M8 7v10"}],["path",{d:"M12 7v10"}],["path",{d:"M17 7v10"}]];var a9=[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2"}],["circle",{cx:"12",cy:"12",r:"1"}],["path",{d:"M18.944 12.33a1 1 0 0 0 0-.66 7.5 7.5 0 0 0-13.888 0 1 1 0 0 0 0 .66 7.5 7.5 0 0 0 13.888 0"}]];var r9=[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2"}],["path",{d:"M8 14s1.5 2 4 2 4-2 4-2"}],["path",{d:"M9 9h.01"}],["path",{d:"M15 9h.01"}]];var o9=[["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 s9=[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2"}],["path",{d:"M7 12h10"}]];var n9=[["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 l9=[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2"}],["circle",{cx:"12",cy:"12",r:"3"}],["path",{d:"m16 16-1.9-1.9"}]];var d9=[["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 i9=[["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 p9=[["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 c9=[["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 h9=[["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 f9=[["path",{d:"M13 3H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-3"}],["path",{d:"M8 21h8"}],["path",{d:"M12 17v4"}],["path",{d:"m22 3-5 5"}],["path",{d:"m17 3 5 5"}]];var u9=[["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 m9=[["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 x9=[["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 g9=[["path",{d:"m8 11 2 2 4-4"}],["circle",{cx:"11",cy:"11",r:"8"}],["path",{d:"m21 21-4.3-4.3"}]];var M9=[["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 v9=[["path",{d:"m13.5 8.5-5 5"}],["circle",{cx:"11",cy:"11",r:"8"}],["path",{d:"m21 21-4.3-4.3"}]];var y9=[["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 w9=[["path",{d:"m21 21-4.34-4.34"}],["circle",{cx:"11",cy:"11",r:"8"}]];var C9=[["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 j1=[["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 b9=[["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 A9=[["path",{d:"m16 16-4 4-4-4"}],["path",{d:"M3 12h18"}],["path",{d:"m8 8 4-4 4 4"}]];var k9=[["path",{d:"M12 3v18"}],["path",{d:"m16 16 4-4-4-4"}],["path",{d:"m8 8-4 4 4 4"}]];var H9=[["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 L9=[["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 T9=[["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 P9=[["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 E9=[["path",{d:"M14 17H5"}],["path",{d:"M19 7h-9"}],["circle",{cx:"17",cy:"17",r:"3"}],["circle",{cx:"7",cy:"7",r:"3"}]];var B9=[["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 R9=[["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 V9=[["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 I9=[["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 F9=[["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 D9=[["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 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:"M12 8v4"}],["path",{d:"M12 16h.01"}]];var O9=[["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 z9=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"}],["path",{d:"m9 12 2 2 4-4"}]];var q9=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"}],["path",{d:"M8 12h.01"}],["path",{d:"M12 12h.01"}],["path",{d:"M16 12h.01"}]];var N9=[["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 U9=[["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 $9=[["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 _9=[["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 G1=[["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 j9=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"}],["path",{d:"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 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"}]];var Z9=[["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 X9=[["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 J9=[["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 K9=[["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 Y9=[["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 Q9=[["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 ty=[["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 ey=[["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 ay=[["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 ry=[["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 oy=[["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 sy=[["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 ny=[["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 ly=[["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 dy=[["path",{d:"M2 20h.01"}],["path",{d:"M7 20v-4"}],["path",{d:"M12 20v-8"}],["path",{d:"M17 20V8"}]];var iy=[["path",{d:"M2 20h.01"}],["path",{d:"M7 20v-4"}]];var py=[["path",{d:"M2 20h.01"}],["path",{d:"M7 20v-4"}],["path",{d:"M12 20v-8"}]];var cy=[["path",{d:"M2 20h.01"}]];var hy=[["path",{d:"M2 20h.01"}],["path",{d:"M7 20v-4"}],["path",{d:"M12 20v-8"}],["path",{d:"M17 20V8"}],["path",{d:"M22 4v16"}]];var fy=[["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 uy=[["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 my=[["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 xy=[["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 gy=[["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 My=[["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 vy=[["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 yy=[["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 wy=[["path",{d:"M22 2 2 22"}]];var Cy=[["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 by=[["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 X1=[["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 Ay=[["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 ky=[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2",ry:"2"}],["path",{d:"M12 18h.01"}]];var Hy=[["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 Ly=[["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 Ty=[["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 Py=[["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 Ey=[["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 By=[["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 Ry=[["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 Vy=[["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 Iy=[["path",{d:"M22 17v1c0 .5-.5 1-1 1H3c-.5 0-1-.5-1-1v-1"}]];var Fy=[["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 Dy=[["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 J1=[["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 Wy=[["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 Oy=[["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 zy=[["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 qy=[["path",{d:"m6 16 6-12 6 12"}],["path",{d:"M8 12h8"}],["path",{d:"m16 20 2 2 4-4"}]];var Ny=[["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 Uy=[["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 $y=[["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 _y=[["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 jy=[["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 Gy=[["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 Zy=[["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 K1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M17 12h-2l-2 5-2-10-2 5H7"}]];var Y1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m16 8-8 8"}],["path",{d:"M16 16H8V8"}]];var Q1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m8 8 8 8"}],["path",{d:"M16 8v8H8"}]];var ts=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M12 8v8"}],["path",{d:"m8 12 4 4 4-4"}]];var es=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m12 8-4 4 4 4"}],["path",{d:"M16 12H8"}]];var as=[["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 rs=[["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 os=[["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 ss=[["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 ns=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 12h8"}],["path",{d:"m12 16 4-4-4-4"}]];var ls=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 16V8h8"}],["path",{d:"M16 16 8 8"}]];var ds=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 8h8v8"}],["path",{d:"m8 16 8-8"}]];var is=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m16 12-4-4-4 4"}],["path",{d:"M12 16V8"}]];var ps=[["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 cs=[["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 Ra=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 8h7"}],["path",{d:"M8 12h6"}],["path",{d:"M11 16h5"}]];var hs=[["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 fs=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m9 12 2 2 4-4"}]];var us=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m16 10-4 4-4-4"}]];var ms=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m14 16-4-4 4-4"}]];var xs=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m10 8 4 4-4 4"}]];var gs=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m8 14 4-4 4 4"}]];var Ms=[["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 Xy=[["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 Jy=[["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 vs=[["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 ys=[["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 Ky=[["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 ws=[["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 Cs=[["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 bs=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["circle",{cx:"12",cy:"12",r:"1"}]];var Ss=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M7 10h10"}],["path",{d:"M7 14h10"}]];var As=[["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 ks=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 7v7"}],["path",{d:"M12 7v4"}],["path",{d:"M16 7v9"}]];var Hs=[["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 Ls=[["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 Ts=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M7 8h10"}],["path",{d:"M7 12h10"}],["path",{d:"M7 16h10"}]];var Ps=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 12h8"}]];var Es=[["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 Bs=[["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 Rs=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 17V7h4a3 3 0 0 1 0 6H9"}]];var Yy=[["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 da=[["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 Vs=[["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 Is=[["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 Fs=[["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 Ds=[["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 Ws=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 12h8"}],["path",{d:"M12 8v8"}]];var Os=[["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 Qy=[["path",{d:"M7 12h2l2 5 2-10h4"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}]];var tw=[["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 zs=[["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 qs=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M16 8.9V7H8l4 5-4 5h8v-1.9"}]];var Ns=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["line",{x1:"9",x2:"15",y1:"15",y2:"9"}]];var Us=[["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 $s=[["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 ew=[["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}],["rect",{x:"8",y:"8",width:"8",height:"8",rx:"1"}]];var aw=[["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 rw=[["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 ow=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["rect",{x:"9",y:"9",width:"6",height:"6",rx:"1"}]];var _s=[["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 js=[["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 Gs=[["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 sw=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}]];var nw=[["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 lw=[["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 dw=[["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 iw=[["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 pw=[["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 cw=[["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 hw=[["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 fw=[["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 uw=[["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 mw=[["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 xw=[["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 gw=[["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 Mw=[["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 vw=[["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 yw=[["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 ww=[["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 Cw=[["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 bw=[["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 Aw=[["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 kw=[["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 Hw=[["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 Lw=[["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 Tw=[["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 Pw=[["path",{d:"M10 21v-1"}],["path",{d:"M10 4V3"}],["path",{d:"M10 9a3 3 0 0 0 0 6"}],["path",{d:"m14 20 1.25-2.5L18 18"}],["path",{d:"m14 4 1.25 2.5L18 6"}],["path",{d:"m17 21-3-6 1.5-3H22"}],["path",{d:"m17 3-3 6 1.5 3"}],["path",{d:"M2 12h1"}],["path",{d:"m20 10-1.5 2 1.5 2"}],["path",{d:"m3.64 18.36.7-.7"}],["path",{d:"m4.34 6.34-.7-.7"}]];var Ew=[["circle",{cx:"12",cy:"12",r:"4"}],["path",{d:"M12 2v2"}],["path",{d:"M12 20v2"}],["path",{d:"m4.93 4.93 1.41 1.41"}],["path",{d:"m17.66 17.66 1.41 1.41"}],["path",{d:"M2 12h2"}],["path",{d:"M20 12h2"}],["path",{d:"m6.34 17.66-1.41 1.41"}],["path",{d:"m19.07 4.93-1.41 1.41"}]];var Bw=[["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 Rw=[["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 Vw=[["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 Iw=[["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 Fw=[["path",{d:"M10 21V3h8"}],["path",{d:"M6 16h9"}],["path",{d:"M10 9.5h7"}]];var Dw=[["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 Ww=[["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 Ow=[["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 zw=[["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 qw=[["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 Nw=[["path",{d:"M12 21v-6"}],["path",{d:"M12 9V3"}],["path",{d:"M3 15h18"}],["path",{d:"M3 9h18"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}]];var Uw=[["path",{d:"M12 15V9"}],["path",{d:"M3 15h18"}],["path",{d:"M3 9h18"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}]];var $w=[["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 _w=[["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 jw=[["path",{d:"M15 3v18"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M21 9H3"}],["path",{d:"M21 15H3"}]];var Gw=[["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 Zw=[["path",{d:"M12 3v18"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}],["path",{d:"M3 15h18"}]];var Xw=[["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 Jw=[["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",ry:"2"}],["line",{x1:"12",x2:"12.01",y1:"18",y2:"18"}]];var Kw=[["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 Yw=[["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 Qw=[["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 tC=[["path",{d:"M4 4v16"}]];var eC=[["path",{d:"M4 4v16"}],["path",{d:"M9 4v16"}]];var aC=[["path",{d:"M4 4v16"}],["path",{d:"M9 4v16"}],["path",{d:"M14 4v16"}]];var rC=[["path",{d:"M4 4v16"}],["path",{d:"M9 4v16"}],["path",{d:"M14 4v16"}],["path",{d:"M19 4v16"}]];var oC=[["path",{d:"M4 4v16"}],["path",{d:"M9 4v16"}],["path",{d:"M14 4v16"}],["path",{d:"M19 4v16"}],["path",{d:"M22 6 2 18"}]];var sC=[["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 nC=[["circle",{cx:"12",cy:"12",r:"10"}],["circle",{cx:"12",cy:"12",r:"6"}],["circle",{cx:"12",cy:"12",r:"2"}]];var lC=[["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 dC=[["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 iC=[["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 pC=[["path",{d:"M12 19h8"}],["path",{d:"m4 17 6-6-6-6"}]];var Xs=[["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 cC=[["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 hC=[["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 Js=[["path",{d:"M21 5H3"}],["path",{d:"M17 12H7"}],["path",{d:"M19 19H5"}]];var Ks=[["path",{d:"M21 5H3"}],["path",{d:"M21 12H9"}],["path",{d:"M21 19H7"}]];var Ys=[["path",{d:"M3 5h18"}],["path",{d:"M3 12h18"}],["path",{d:"M3 19h18"}]];var Va=[["path",{d:"M21 5H3"}],["path",{d:"M15 12H3"}],["path",{d:"M17 19H3"}]];var fC=[["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 uC=[["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 Qs=[["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 mC=[["path",{d:"M17 5H3"}],["path",{d:"M21 12H8"}],["path",{d:"M21 19H8"}],["path",{d:"M3 12v7"}]];var xC=[["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 tn=[["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 en=[["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 gC=[["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 MC=[["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 vC=[["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 yC=[["path",{d:"M14 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z"}]];var wC=[["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 CC=[["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 bC=[["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 AC=[["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 kC=[["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 HC=[["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 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.5 14.5 5-5"}],["path",{d:"m9.5 9.5 5 5"}]];var TC=[["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 PC=[["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 EC=[["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 BC=[["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 RC=[["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 VC=[["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 IC=[["circle",{cx:"9",cy:"12",r:"3"}],["rect",{width:"20",height:"14",x:"2",y:"5",rx:"7"}]];var FC=[["circle",{cx:"15",cy:"12",r:"3"}],["rect",{width:"20",height:"14",x:"2",y:"5",rx:"7"}]];var DC=[["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 WC=[["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 OC=[["path",{d:"M21 4H3"}],["path",{d:"M18 8H6"}],["path",{d:"M19 12H9"}],["path",{d:"M16 16h-6"}],["path",{d:"M11 20H9"}]];var zC=[["ellipse",{cx:"12",cy:"11",rx:"3",ry:"2"}],["ellipse",{cx:"12",cy:"12.5",rx:"10",ry:"8.5"}]];var qC=[["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 NC=[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2"}],["path",{d:"M2 14h20"}],["path",{d:"M12 20v-6"}]];var UC=[["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 $C=[["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 _C=[["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 jC=[["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 GC=[["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 ZC=[["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 XC=[["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 an=[["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 JC=[["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 KC=[["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 YC=[["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 QC=[["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 rn=[["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 tb=[["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 eb=[["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 ab=[["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 rb=[["path",{d:"M16 17h6v-6"}],["path",{d:"m22 17-8.5-8.5-5 5L2 7"}]];var ob=[["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 sb=[["path",{d:"M16 7h6v6"}],["path",{d:"m22 7-8.5 8.5-5-5L2 17"}]];var on=[["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 nb=[["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 lb=[["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 db=[["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 ib=[["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 pb=[["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 cb=[["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 hb=[["path",{d:"M15 4 5 9"}],["path",{d:"m15 8.5-10 5"}],["path",{d:"M18 12a9 9 0 0 1-9 9V3"}]];var fb=[["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 ub=[["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 mb=[["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 sn=[["path",{d:"M7 21h10"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2"}]];var xb=[["path",{d:"m17 2-5 5-5-5"}],["rect",{width:"20",height:"15",x:"2",y:"7",rx:"2"}]];var gb=[["path",{d:"M21 2H3v16h5v4l4-4h5l4-4V2zm-10 9V7m5 4V7"}]];var Mb=[["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 vb=[["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 yb=[["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 wb=[["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 Cb=[["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 bb=[["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 Ab=[["path",{d:"M21 17a9 9 0 0 0-15-6.7L3 13"}],["path",{d:"M3 7v6h6"}],["circle",{cx:"12",cy:"17",r:"1"}]];var kb=[["path",{d:"M3 7v6h6"}],["path",{d:"M21 17a9 9 0 0 0-9-9 9 9 0 0 0-6 2.3L3 13"}]];var Hb=[["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 Lb=[["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 Tb=[["rect",{width:"8",height:"6",x:"5",y:"4",rx:"1"}],["rect",{width:"8",height:"6",x:"11",y:"14",rx:"1"}]];var nn=[["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 Pb=[["path",{d:"M15 7h2a5 5 0 0 1 0 10h-2m-6 0H7A5 5 0 0 1 7 7h2"}]];var Eb=[["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 Bb=[["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 Rb=[["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 Vb=[["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 Ib=[["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 Fb=[["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 Db=[["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 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:"22",x2:"16",y1:"11",y2:"11"}]];var Ob=[["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 zb=[["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 ln=[["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 dn=[["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 pn=[["path",{d:"M2 21a8 8 0 0 1 13.292-6"}],["circle",{cx:"10",cy:"8",r:"5"}],["path",{d:"M22 19h-6"}]];var qb=[["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 cn=[["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 Nb=[["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 hn=[["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 fn=[["circle",{cx:"12",cy:"8",r:"5"}],["path",{d:"M20 21a8 8 0 0 0-16 0"}]];var Ub=[["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 $b=[["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 _b=[["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 jb=[["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 un=[["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 Gb=[["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 mn=[["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 xn=[["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 Zb=[["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 Xb=[["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 Jb=[["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 Kb=[["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 Yb=[["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 Qb=[["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 tS=[["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 eS=[["path",{d:"M12 15v7"}],["path",{d:"M9 19h6"}],["circle",{cx:"12",cy:"9",r:"6"}]];var aS=[["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 rS=[["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 oS=[["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 sS=[["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 nS=[["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 lS=[["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 dS=[["circle",{cx:"6",cy:"12",r:"4"}],["circle",{cx:"18",cy:"12",r:"4"}],["line",{x1:"6",x2:"18",y1:"16",y2:"16"}]];var iS=[["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 pS=[["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 cS=[["path",{d:"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z"}],["path",{d:"M16 9a5 5 0 0 1 0 6"}],["path",{d:"M19.364 18.364a9 9 0 0 0 0-12.728"}]];var hS=[["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 fS=[["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 uS=[["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 mS=[["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 xS=[["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 gn=[["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 gS=[["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 MS=[["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 Mn=[["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 vS=[["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 yS=[["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 wS=[["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 CS=[["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 bS=[["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 AS=[["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 kS=[["circle",{cx:"12",cy:"10",r:"8"}],["circle",{cx:"12",cy:"10",r:"3"}],["path",{d:"M7 22h10"}],["path",{d:"M12 22v-4"}]];var HS=[["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 LS=[["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 TS=[["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 PS=[["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 ES=[["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 BS=[["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 RS=[["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 VS=[["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 IS=[["path",{d:"M12 20h.01"}],["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"}],["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 DS=[["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 WS=[["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 OS=[["path",{d:"M12 20h.01"}]];var zS=[["path",{d:"M12 20h.01"}],["path",{d:"M2 8.82a15 15 0 0 1 20 0"}],["path",{d:"M5 12.859a10 10 0 0 1 14 0"}],["path",{d:"M8.5 16.429a5 5 0 0 1 7 0"}]];var qS=[["path",{d:"M10 2v8"}],["path",{d:"M12.8 21.6A2 2 0 1 0 14 18H2"}],["path",{d:"M17.5 10a2.5 2.5 0 1 1 2 4H2"}],["path",{d:"m6 6 4 4 4-4"}]];var NS=[["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 US=[["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 $S=[["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 _S=[["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 jS=[["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 GS=[["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 ZS=[["path",{d:"M18 6 6 18"}],["path",{d:"m6 6 12 12"}]];var XS=[["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 JS=[["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 KS=[["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 YS=[["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 QS=[["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 kL=({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=(Ft=qt.pop())!=null?Ft:"";for(let he of qt){let Me=he.split(`
53
+ `),Te="message",ie="";for(let U of Me)U.startsWith("event:")?Te=U.replace("event:","").trim():U.startsWith("data:")&&(ie+=U.replace("data:","").trim());if(!ie)continue;let A;try{A=JSON.parse(ie)}catch(U){a({type:"error",error:U instanceof Error?U:new Error("Failed to parse chat stream payload")});continue}let Bt=Te!=="message"?Te:(Le=A.type)!=null?Le:"message";if((ue=this.onSSEEvent)==null||ue.call(this,Bt,A),this.parseSSEEvent){u.current=c;let U=await this.handleCustomSSEEvent(A,a,u,h,p);if(u.current&&!c&&(c=u.current),U)continue}if(Bt==="reason_start"){let U=(ge=S(A,!0))!=null?ge:`reason-${p()}`,L=R(U);L.reasoning=(Oe=L.reasoning)!=null?Oe:{id:U,status:"streaming",chunks:[]},L.reasoning.startedAt=(st=L.reasoning.startedAt)!=null?st:q((zt=A.startedAt)!=null?zt:A.timestamp),L.reasoning.completedAt=void 0,L.reasoning.durationMs=void 0,L.streaming=!0,L.reasoning.status="streaming",h(L)}else if(Bt==="reason_delta"||Bt==="reason_chunk"){let U=(Vt=(wt=S(A,!1))!=null?wt:S(A,!0))!=null?Vt:`reason-${p()}`,L=R(U);L.reasoning=(Dt=L.reasoning)!=null?Dt:{id:U,status:"streaming",chunks:[]},L.reasoning.startedAt=(_e=L.reasoning.startedAt)!=null?_e:q((_t=A.startedAt)!=null?_t:A.timestamp);let I=(ce=(Y=(ct=A.reasoningText)!=null?ct:A.text)!=null?Y:A.delta)!=null?ce:"";if(I&&A.hidden!==!0&&L.reasoning.chunks.push(String(I)),L.reasoning.status=A.done?"complete":"streaming",A.done){L.reasoning.completedAt=q((Ce=A.completedAt)!=null?Ce:A.timestamp);let it=(Pe=L.reasoning.startedAt)!=null?Pe:Date.now();L.reasoning.durationMs=Math.max(0,((be=L.reasoning.completedAt)!=null?be:Date.now())-it)}L.streaming=L.reasoning.status!=="complete",h(L)}else if(Bt==="reason_complete"){let U=(at=(ea=S(A,!1))!=null?ea:S(A,!0))!=null?at:`reason-${p()}`,L=v.get(U);if(L!=null&&L.reasoning){L.reasoning.status="complete",L.reasoning.completedAt=q((Et=A.completedAt)!=null?Et:A.timestamp);let it=(Se=L.reasoning.startedAt)!=null?Se:Date.now();L.reasoning.durationMs=Math.max(0,((ut=L.reasoning.completedAt)!=null?ut:Date.now())-it),L.streaming=!1,h(L)}let I=T(A);I&&H.byStep.delete(I)}else if(Bt==="tool_start"){let U=(Ct=E(A,!0))!=null?Ct:`tool-${p()}`,L=O(U),I=(jt=L.toolCall)!=null?jt:{id:U,status:"pending"};I.name=(ze=A.toolName)!=null?ze:I.name,I.status="running",A.args!==void 0?I.args=A.args:A.parameters!==void 0&&(I.args=A.parameters),I.startedAt=(Xe=I.startedAt)!=null?Xe:q((Ee=A.startedAt)!=null?Ee:A.timestamp),I.completedAt=void 0,I.durationMs=void 0,L.toolCall=I,L.streaming=!0;let it=A.agentContext;(it||A.executionId)&&(L.agentMetadata={executionId:(N=it==null?void 0:it.executionId)!=null?N:A.executionId,iteration:(re=it==null?void 0:it.iteration)!=null?re:A.iteration}),h(L)}else if(Bt==="tool_chunk"||Bt==="tool_delta"){let U=(Q=(_=E(A,!1))!=null?_:E(A,!0))!=null?Q:`tool-${p()}`,L=O(U),I=(nt=L.toolCall)!=null?nt:{id:U,status:"running"};I.startedAt=(lt=I.startedAt)!=null?lt:q((Wt=A.startedAt)!=null?Wt:A.timestamp);let it=(pt=(Kt=(Jt=A.text)!=null?Jt:A.delta)!=null?Kt:A.message)!=null?pt:"";it&&(I.chunks=(j=I.chunks)!=null?j:[],I.chunks.push(String(it))),I.status="running",L.toolCall=I,L.streaming=!0;let At=A.agentContext;(At||A.executionId)&&(L.agentMetadata=(se=L.agentMetadata)!=null?se:{executionId:(St=At==null?void 0:At.executionId)!=null?St:A.executionId,iteration:(oe=At==null?void 0:At.iteration)!=null?oe:A.iteration}),h(L)}else if(Bt==="tool_complete"){let U=(oa=(aa=E(A,!1))!=null?aa:E(A,!0))!=null?oa:`tool-${p()}`,L=O(U),I=(Yt=L.toolCall)!=null?Yt:{id:U,status:"running"};I.status="complete",A.result!==void 0&&(I.result=A.result),typeof A.duration=="number"&&(I.duration=A.duration),I.completedAt=q((sa=A.completedAt)!=null?sa:A.timestamp);let it=(Aa=A.duration)!=null?Aa:A.executionTime;if(typeof it=="number")I.durationMs=it;else{let Ve=(ka=I.startedAt)!=null?ka:Date.now();I.durationMs=Math.max(0,((pa=I.completedAt)!=null?pa:Date.now())-Ve)}L.toolCall=I,L.streaming=!1;let At=A.agentContext;(At||A.executionId)&&(L.agentMetadata=(ua=L.agentMetadata)!=null?ua:{executionId:(V=At==null?void 0:At.executionId)!=null?V:A.executionId,iteration:(Ha=At==null?void 0:At.iteration)!=null?Ha:A.iteration}),h(L);let Xt=f(A);Xt&&b.byCall.delete(Xt)}else if(Bt==="step_chunk"||Bt==="step_delta"){let U=A.stepType,L=A.executionType;if(U==="tool"||L==="context")continue;let I=x(),it=(xa=(ma=(In=(Wa=A.text)!=null?Wa:A.delta)!=null?In:A.content)!=null?ma:A.chunk)!=null?xa:"";if(it){let Xt=((nr=K.get(I.id))!=null?nr:"")+it;I.rawContent=Xt,J.has(I.id)||J.set(I.id,this.createStreamParser());let Ve=J.get(I.id),pe=Xt.trim().startsWith("{")||Xt.trim().startsWith("[");if(pe&&K.set(I.id,Xt),Ve.__isPlainTextParser===!0){I.content+=it,K.delete(I.id),J.delete(I.id),I.rawContent=void 0,h(I);continue}let ve=Ve.processChunk(Xt);if(ve instanceof Promise)ve.then(Ot=>{var me;let Ut=typeof Ot=="string"?Ot:(me=Ot==null?void 0:Ot.text)!=null?me:null;if(Ut!==null&&Ut.trim()!==""){let $t=c;$t&&$t.id===I.id&&($t.content=Ut,h($t))}else if(!pe&&!Xt.trim().startsWith("<")){let $t=c;$t&&$t.id===I.id&&($t.content+=it,K.delete($t.id),J.delete($t.id),$t.rawContent=void 0,h($t))}}).catch(()=>{I.content+=it,K.delete(I.id),J.delete(I.id),I.rawContent=void 0,h(I)});else{let Ot=typeof ve=="string"?ve:(lr=ve==null?void 0:ve.text)!=null?lr:null;Ot!==null&&Ot.trim()!==""?(I.content=Ot,h(I)):!pe&&!Xt.trim().startsWith("<")&&(I.content+=it,K.delete(I.id),J.delete(I.id),I.rawContent=void 0,h(I))}}if(A.isComplete){let At=(yl=(vl=A.result)==null?void 0:vl.response)!=null?yl:I.content;if(At){let Xt=K.get(I.id),Ve=Xt!=null?Xt:ht(At);I.rawContent=Ve;let pe=J.get(I.id),Ae=null,ve=!1;if(pe&&(Ae=pe.getExtractedText(),Ae===null&&(Ae=ql(Ve)),Ae===null)){let Ot=pe.processChunk(Ve);Ot instanceof Promise?(ve=!0,Ot.then(Ut=>{var $t;let me=typeof Ut=="string"?Ut:($t=Ut==null?void 0:Ut.text)!=null?$t:null;if(me!==null){let ke=c;ke&&ke.id===I.id&&(ke.content=me,ke.streaming=!1,J.delete(ke.id),K.delete(ke.id),h(ke))}})):Ae=typeof Ot=="string"?Ot:(wl=Ot==null?void 0:Ot.text)!=null?wl:null}if(!ve){Ae!==null&&Ae.trim()!==""?I.content=Ae:K.has(I.id)||(I.content=ht(At));let Ot=J.get(I.id);if(Ot){let Ut=(Fn=Ot.close)==null?void 0:Fn.call(Ot);Ut instanceof Promise&&Ut.catch(()=>{}),J.delete(I.id)}K.delete(I.id),I.streaming=!1,h(I)}}}}else if(Bt==="step_complete"){let U=A.stepType,L=A.executionType;if(U==="tool"||L==="context")continue;let I=(dr=A.result)==null?void 0:dr.response,it=x();if(I!=null){let At=J.get(it.id),Xt=!1,Ve=!1;if(At){let pe=At.getExtractedText(),Ae=K.get(it.id),ve=Ae!=null?Ae:ht(I);if(it.rawContent=ve,pe!==null&&pe.trim()!=="")it.content=pe,Xt=!0;else{let Ot=ql(ve);if(Ot!==null)it.content=Ot,Xt=!0;else{let Ut=At.processChunk(ve);if(Ut instanceof Promise)Ve=!0,Ut.then(me=>{var ke;let $t=typeof me=="string"?me:(ke=me==null?void 0:me.text)!=null?ke:null;if($t!==null&&$t.trim()!==""){let je=c;je&&je.id===it.id&&(je.content=$t,je.streaming=!1,J.delete(je.id),K.delete(je.id),h(je))}else{let je=At.getExtractedText(),ra=c;ra&&ra.id===it.id&&(je!==null&&je.trim()!==""?ra.content=je:K.has(ra.id)||(ra.content=ht(I)),ra.streaming=!1,J.delete(ra.id),K.delete(ra.id),h(ra))}});else{let me=typeof Ut=="string"?Ut:(kt=Ut==null?void 0:Ut.text)!=null?kt:null;if(me!==null&&me.trim()!=="")it.content=me,Xt=!0;else{let $t=At.getExtractedText();$t!==null&&$t.trim()!==""&&(it.content=$t,Xt=!0)}}}}}if(!Ve){if(!it.rawContent){let pe=K.get(it.id);it.rawContent=pe!=null?pe:ht(I)}if(!Xt&&!K.has(it.id)&&(it.content=ht(I)),At){let pe=(Dn=At.close)==null?void 0:Dn.call(At);pe instanceof Promise&&pe.catch(()=>{})}J.delete(it.id),K.delete(it.id),it.streaming=!1,h(it)}}else J.delete(it.id),K.delete(it.id),it.streaming=!1,h(it)}else if(Bt==="flow_complete"){let U=(na=A.result)==null?void 0:na.response;if(U!=null){let L=x(),I=K.get(L.id),it=I!=null?I:ht(U);L.rawContent=it;let At=ht(U),Xt=J.get(L.id);if(Xt){let Ae=ql(it);if(Ae!==null)At=Ae;else{let ve=Xt.processChunk(it);ve instanceof Promise&&ve.then(Ut=>{var $t;let me=typeof Ut=="string"?Ut:($t=Ut==null?void 0:Ut.text)!=null?$t:null;if(me!==null){let ke=c;ke&&ke.id===L.id&&(ke.content=me,ke.streaming=!1,h(ke))}});let Ot=Xt.getExtractedText();Ot!==null&&(At=Ot)}}J.delete(L.id),K.delete(L.id);let Ve=At!==L.content,pe=L.streaming!==!1;Ve&&(L.content=At),L.streaming=!1,(Ve||pe)&&h(L)}else if(c!==null){let L=c;J.delete(L.id),K.delete(L.id),L.streaming!==!1&&(L.streaming=!1,h(L))}a({type:"status",status:"idle"})}else if(Bt==="agent_start")G={executionId:A.executionId,agentId:(Je=A.agentId)!=null?Je:"virtual",agentName:(Cl=A.agentName)!=null?Cl:"",status:"running",currentIteration:0,maxIterations:(bl=A.maxIterations)!=null?bl:1,startedAt:q(A.startedAt)};else if(Bt==="agent_iteration_start"){if(G&&(G.currentIteration=A.iteration),et==="separate"&&A.iteration>1){let U=c;U&&(U.streaming=!1,h(U),$.set(A.iteration-1,U),c=null)}}else if(Bt!=="agent_turn_start"){if(Bt==="agent_turn_delta"){if(A.contentType==="text"){let U=x();U.content+=(Wn=A.delta)!=null?Wn:"",U.agentMetadata={executionId:A.executionId,iteration:A.iteration,turnId:A.turnId,agentName:G==null?void 0:G.agentName},h(U)}else if(A.contentType==="thinking"){let U=(Oa=A.turnId)!=null?Oa:`agent-think-${A.iteration}`,L=R(U);L.reasoning=(ga=L.reasoning)!=null?ga:{id:U,status:"streaming",chunks:[]},L.reasoning.chunks.push((Sl=A.delta)!=null?Sl:""),L.agentMetadata={executionId:A.executionId,iteration:A.iteration,turnId:A.turnId},h(L)}else if(A.contentType==="tool_input"){let U=(Al=A.toolCallId)!=null?Al:b.lastId;if(U){let L=C.get(U);L!=null&&L.toolCall&&(L.toolCall.chunks=(kl=L.toolCall.chunks)!=null?kl:[],L.toolCall.chunks.push((wA=A.delta)!=null?wA:""),h(L))}}}else if(Bt==="agent_turn_complete"){let U=A.turnId;if(U){let L=v.get(U);if(L!=null&&L.reasoning){L.reasoning.status="complete",L.reasoning.completedAt=q(A.completedAt);let I=(za=L.reasoning.startedAt)!=null?za:Date.now();L.reasoning.durationMs=Math.max(0,((qa=L.reasoning.completedAt)!=null?qa:Date.now())-I),L.streaming=!1,h(L)}}}else if(Bt==="agent_tool_start"){let U=(ne=A.toolCallId)!=null?ne:`agent-tool-${p()}`;P(f(A),U);let L=O(U),I=(ir=L.toolCall)!=null?ir:{id:U,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};I.name=(pr=A.toolName)!=null?pr:I.name,I.status="running",A.parameters!==void 0&&(I.args=A.parameters),I.startedAt=q((On=A.startedAt)!=null?On:A.timestamp),L.toolCall=I,L.streaming=!0,L.agentMetadata={executionId:A.executionId,iteration:A.iteration},h(L)}else if(Bt==="agent_tool_delta"){let U=(zn=A.toolCallId)!=null?zn:b.lastId;if(U){let L=(qn=C.get(U))!=null?qn:O(U);L.toolCall&&(L.toolCall.chunks=(Nn=L.toolCall.chunks)!=null?Nn:[],L.toolCall.chunks.push((qe=A.delta)!=null?qe:""),L.toolCall.status="running",L.streaming=!0,h(L))}}else if(Bt==="agent_tool_complete"){let U=(Ke=A.toolCallId)!=null?Ke:b.lastId;if(U){let L=(Ma=C.get(U))!=null?Ma:O(U);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=q((Be=A.completedAt)!=null?Be:A.timestamp),L.streaming=!1,h(L);let I=f(A);I&&b.byCall.delete(I)}}}else if(Bt!=="agent_iteration_complete"){if(Bt==="agent_reflection"||Bt==="agent_reflect"){let U=`agent-reflection-${A.executionId}-${A.iteration}`,L={id:U,role:"assistant",content:(Un=A.reflection)!=null?Un:"",createdAt:new Date().toISOString(),streaming:!1,variant:"reasoning",sequence:p(),reasoning:{id:U,status:"complete",chunks:[(Na=A.reflection)!=null?Na:""]},agentMetadata:{executionId:A.executionId,iteration:A.iteration}};h(L)}else if(Bt==="agent_complete"){G&&(G.status=A.success?"complete":"error",G.completedAt=q(A.completedAt),G.stopReason=A.stopReason);let U=c;U&&(U.streaming=!1,h(U)),a({type:"status",status:"idle"})}else if(Bt==="agent_error"){let U=typeof A.error=="string"?A.error:(Hl=(la=A.error)==null?void 0:la.message)!=null?Hl:"Agent execution error";A.recoverable?typeof console!="undefined"&&console.warn("[AgentWidget] Recoverable agent error:",U):a({type:"error",error:new Error(U)})}else if(Bt!=="agent_ping")if(Bt==="agent_approval_start"){let U=(Ua=A.approvalId)!=null?Ua:`approval-${p()}`,L={id:`approval-${U}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",sequence:p(),approval:{id:U,status:"pending",agentId:($a=G==null?void 0:G.agentId)!=null?$a:"virtual",executionId:(Tl=(cr=A.executionId)!=null?cr:G==null?void 0:G.executionId)!=null?Tl:"",toolName:(Ll=A.toolName)!=null?Ll:"",toolType:A.toolType,description:(Qt=A.description)!=null?Qt:`Execute ${(va=A.toolName)!=null?va:"tool"}`,parameters:A.parameters}};h(L)}else if(Bt==="step_await"&&A.awaitReason==="approval_required"){let U=(te=A.approvalId)!=null?te:`approval-${p()}`,L={id:`approval-${U}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",sequence:p(),approval:{id:U,status:"pending",agentId:(Ta=G==null?void 0:G.agentId)!=null?Ta:"virtual",executionId:(_n=($n=A.executionId)!=null?$n:G==null?void 0:G.executionId)!=null?_n:"",toolName:(CA=A.toolName)!=null?CA:"",toolType:A.toolType,description:(bA=A.description)!=null?bA:`Execute ${(Re=A.toolName)!=null?Re:"tool"}`,parameters:A.parameters}};h(L)}else if(Bt==="agent_approval_complete"){let U=A.approvalId;if(U){let I={id:`approval-${U}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",sequence:p(),approval:{id:U,status:(Ne=A.decision)!=null?Ne:"approved",agentId:(jn=G==null?void 0:G.agentId)!=null?jn:"virtual",executionId:(Zn=(Gn=A.executionId)!=null?Gn:G==null?void 0:G.executionId)!=null?Zn:"",toolName:(Xn=A.toolName)!=null?Xn:"",description:(Jn=A.description)!=null?Jn:"",resolvedAt:Date.now()}};h(I)}}else Bt==="error"&&A.error&&a({type:"error",error:A.error instanceof Error?A.error:new Error(String(A.error))})}}}}}};function TT(){let r=Date.now().toString(36),e=Math.random().toString(36).substring(2,10);return`msg_${r}_${e}`}function xr(){let r=Date.now().toString(36),e=Math.random().toString(36).substring(2,10);return`usr_${r}_${e}`}function Ya(){let r=Date.now().toString(36),e=Math.random().toString(36).substring(2,10);return`ast_${r}_${e}`}var jl="[Image]";function LT(r){return typeof r=="string"?[{type:"text",text:r}]:r}function PT(r){return typeof r=="string"?r:r.filter(e=>e.type==="text").map(e=>e.text).join("")}function ET(r){return typeof r=="string"?!1:r.some(e=>e.type==="image")}function BT(r){return typeof r=="string"?[]:r.filter(e=>e.type==="image")}function Gl(r){return{type:"text",text:r}}function RT(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 VT(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 IT(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 FT=["image/png","image/jpeg","image/gif","image/webp","image/svg+xml","image/bmp"],mP=["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"],La=[...FT,...mP];function xP(r){return FT.includes(r)||r.startsWith("image/")}function Zl(r){return xP(r.type)}async function DT(r){return new Promise((e,a)=>{let t=new FileReader;t.onload=()=>{let s=t.result;Zl(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 WT(r,e=La,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 gP(r){let e=r.split(".");return e.length>1?e.pop().toLowerCase():""}function OT(r,e){let a=gP(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 cl=class{constructor(e){this.config=e;this.type="runtype";this.ws=null;this.audioContext=null;this.w=typeof window!="undefined"?window:void 0;this.mediaRecorder=null;this.resultCallbacks=[];this.errorCallbacks=[];this.statusCallbacks=[];this.processingStartCallbacks=[];this.audioChunks=[];this.isProcessing=!1;this.analyserNode=null;this.mediaStream=null;this.silenceCheckInterval=null;this.silenceStart=null}async connect(){var e,a,t;if(!(this.ws&&this.ws.readyState===WebSocket.OPEN))try{if(!this.w)throw new Error("Window object not available");let s=this.w;if(!s||!s.location)throw new Error("Window object or location not available");let o=s.location.protocol==="https:"?"wss:":"ws:",n=(e=this.config)==null?void 0:e.host,l=(a=this.config)==null?void 0:a.agentId,i=(t=this.config)==null?void 0:t.clientToken;if(!l||!i)throw new Error("agentId and clientToken are required");if(!n)throw new Error("host must be provided in Runtype voice provider configuration");let p=`${o}//${n}/ws/agents/${l}/voice?token=${i}`;this.ws=new WebSocket(p),this.setupWebSocketHandlers();let m=`${o}//${n}/ws/agents/${l}/voice?token=...`,h=" Check: API running on port 8787? Valid client token? Agent voice enabled? Token allowedOrigins includes this page?";await new Promise((c,u)=>{if(!this.ws)return u(new Error("WebSocket not created"));let v=!1,C=b=>{v||(v=!0,clearTimeout(H),u(new Error(b)))},H=setTimeout(()=>C("WebSocket connection timed out."+h),1e4);this.ws.addEventListener("open",()=>{v||(v=!0,clearTimeout(H),c())},{once:!0}),this.ws.addEventListener("error",()=>{C("WebSocket connection failed to "+m+"."+h)},{once:!0}),this.ws.addEventListener("close",b=>{if(!b.wasClean&&!v){let M=b.code!==1006?` (code ${b.code})`:"";C("WebSocket connection failed"+M+"."+h)}},{once:!0})})}catch(s){throw this.ws=null,this.errorCallbacks.forEach(o=>o(s)),this.statusCallbacks.forEach(o=>o("error")),s}}setupWebSocketHandlers(){this.ws&&(this.ws.onopen=()=>{this.statusCallbacks.forEach(e=>e("connected"))},this.ws.onclose=()=>{this.statusCallbacks.forEach(e=>e("disconnected"))},this.ws.onerror=e=>{this.errorCallbacks.forEach(a=>a(new Error("WebSocket error"))),this.statusCallbacks.forEach(a=>a("error"))},this.ws.onmessage=e=>{try{let a=JSON.parse(e.data);this.handleWebSocketMessage(a)}catch{this.errorCallbacks.forEach(t=>t(new Error("Message parsing failed")))}})}handleWebSocketMessage(e){var a;switch(e.type){case"voice_response":(a=e.response.audio)!=null&&a.base64&&this.playAudio(e.response.audio).catch(t=>this.errorCallbacks.forEach(s=>s(t instanceof Error?t:new Error(String(t))))),this.resultCallbacks.forEach(t=>t({text:e.response.agentResponseText||e.response.transcript,transcript:e.response.transcript,audio:e.response.audio,confidence:.95,provider:"runtype"})),this.isProcessing=!1,this.statusCallbacks.forEach(t=>t("idle"));break;case"error":this.errorCallbacks.forEach(t=>t(new Error(e.error))),this.statusCallbacks.forEach(t=>t("error")),this.isProcessing=!1;break;case"pong":break}}async startListening(){var e,a,t,s;try{if(this.isProcessing)throw new Error("Already processing audio");let o=await navigator.mediaDevices.getUserMedia({audio:!0});this.mediaStream=o;let n=this.w;this.audioContext=new(n.AudioContext||n.webkitAudioContext);let l=this.audioContext,i=l.createMediaStreamSource(o);this.analyserNode=l.createAnalyser(),this.analyserNode.fftSize=2048,i.connect(this.analyserNode);let p=(a=(e=this.config)==null?void 0:e.pauseDuration)!=null?a:2e3,m=(s=(t=this.config)==null?void 0:t.silenceThreshold)!=null?s:.01;this.silenceStart=null;let h=new Float32Array(this.analyserNode.fftSize);this.silenceCheckInterval=setInterval(()=>{if(!this.analyserNode)return;this.analyserNode.getFloatTimeDomainData(h);let c=0;for(let v=0;v<h.length;v++)c+=h[v]*h[v];Math.sqrt(c/h.length)<m?this.silenceStart===null?this.silenceStart=Date.now():Date.now()-this.silenceStart>=p&&this.stopListening():this.silenceStart=null},100),this.mediaRecorder=new MediaRecorder(o),this.audioChunks=[],this.mediaRecorder.ondataavailable=c=>{c.data.size>0&&this.audioChunks.push(c.data)},this.mediaRecorder.onstop=async()=>{var c;if(this.audioChunks.length>0){this.isProcessing=!0,this.statusCallbacks.forEach(C=>C("processing")),this.processingStartCallbacks.forEach(C=>C());let u=((c=this.mediaRecorder)==null?void 0:c.mimeType)||"audio/webm",v=new Blob(this.audioChunks,{type:u});await this.sendAudio(v),this.audioChunks=[]}},this.mediaRecorder.start(1e3),this.statusCallbacks.forEach(c=>c("listening"))}catch(o){throw this.errorCallbacks.forEach(n=>n(o)),this.statusCallbacks.forEach(n=>n("error")),o}}async stopListening(){this.silenceCheckInterval&&(clearInterval(this.silenceCheckInterval),this.silenceCheckInterval=null),this.analyserNode=null,this.silenceStart=null,this.mediaRecorder&&(this.mediaRecorder.stop(),this.mediaRecorder.stream.getTracks().forEach(e=>e.stop()),this.mediaRecorder=null),this.mediaStream&&(this.mediaStream.getTracks().forEach(e=>e.stop()),this.mediaStream=null),this.audioContext&&(await this.audioContext.close(),this.audioContext=null),this.statusCallbacks.forEach(e=>e("idle"))}async sendAudio(e){var a;if(!this.ws||this.ws.readyState!==WebSocket.OPEN){this.errorCallbacks.forEach(t=>t(new Error("WebSocket not connected"))),this.statusCallbacks.forEach(t=>t("error"));return}try{let t=await this.blobToBase64(e),s=this.getFormatFromMimeType(e.type);this.ws.send(JSON.stringify({type:"audio_input",audio:t,format:s,sampleRate:16e3,voiceId:(a=this.config)==null?void 0:a.voiceId}))}catch(t){this.errorCallbacks.forEach(s=>s(t)),this.statusCallbacks.forEach(s=>s("error"))}}getFormatFromMimeType(e){return e.includes("wav")?"wav":e.includes("mpeg")||e.includes("mp3")?"mp3":"webm"}blobToBase64(e){return new Promise((a,t)=>{let s=new FileReader;s.onload=()=>{let n=s.result.split(",")[1];a(n)},s.onerror=t,s.readAsDataURL(e)})}async playAudio(e){if(!e.base64)return;let a=atob(e.base64),t=new Uint8Array(a.length);for(let p=0;p<a.length;p++)t[p]=a.charCodeAt(p);let s=e.format||"mp3",o=s==="mp3"?"audio/mpeg":`audio/${s}`,n=new Blob([t],{type:o}),l=URL.createObjectURL(n),i=new Audio(l);i.onended=()=>URL.revokeObjectURL(l),await i.play()}onResult(e){this.resultCallbacks.push(e)}onError(e){this.errorCallbacks.push(e)}onStatusChange(e){this.statusCallbacks.push(e)}onProcessingStart(e){this.processingStartCallbacks.push(e)}async disconnect(){if(await this.stopListening(),this.ws){try{this.ws.close()}catch{}this.ws=null}this.statusCallbacks.forEach(e=>e("disconnected"))}sendHeartbeat(){this.ws&&this.ws.readyState===WebSocket.OPEN&&this.ws.send(JSON.stringify({type:"ping"}))}};var Qa=class{constructor(e={}){this.config=e;this.type="browser";this.recognition=null;this.resultCallbacks=[];this.errorCallbacks=[];this.statusCallbacks=[];this.isListening=!1;this.w=typeof window!="undefined"?window:void 0}async connect(){this.statusCallbacks.forEach(e=>e("connected"))}async startListening(){var e,a;try{if(this.isListening)throw new Error("Already listening");if(!this.w)throw new Error("Window object not available");let t=this.w.SpeechRecognition||this.w.webkitSpeechRecognition;if(!t)throw new Error("Browser speech recognition not supported");this.recognition=new t,this.recognition.lang=((e=this.config)==null?void 0:e.language)||"en-US",this.recognition.continuous=((a=this.config)==null?void 0:a.continuous)||!1,this.recognition.interimResults=!0,this.recognition.onresult=s=>{var l;let o=Array.from(s.results).map(i=>i[0]).map(i=>i.transcript).join(""),n=s.results[s.results.length-1].isFinal;this.resultCallbacks.forEach(i=>i({text:o,confidence:n?.8:.5,provider:"browser"})),n&&!((l=this.config)!=null&&l.continuous)&&this.stopListening()},this.recognition.onerror=s=>{this.errorCallbacks.forEach(o=>o(new Error(s.error))),this.statusCallbacks.forEach(o=>o("error"))},this.recognition.onstart=()=>{this.isListening=!0,this.statusCallbacks.forEach(s=>s("listening"))},this.recognition.onend=()=>{this.isListening=!1,this.statusCallbacks.forEach(s=>s("idle"))},this.recognition.start()}catch(t){throw this.errorCallbacks.forEach(s=>s(t)),this.statusCallbacks.forEach(s=>s("error")),t}}async stopListening(){this.recognition&&(this.recognition.stop(),this.recognition=null),this.isListening=!1,this.statusCallbacks.forEach(e=>e("idle"))}onResult(e){this.resultCallbacks.push(e)}onError(e){this.errorCallbacks.push(e)}onStatusChange(e){this.statusCallbacks.push(e)}async disconnect(){await this.stopListening(),this.statusCallbacks.forEach(e=>e("disconnected"))}static isSupported(){return"SpeechRecognition"in window||"webkitSpeechRecognition"in window}};function tr(r){switch(r.type){case"runtype":if(!r.runtype)throw new Error("Runtype voice provider requires configuration");return new cl(r.runtype);case"browser":if(!Qa.isSupported())throw new Error("Browser speech recognition not supported");return new Qa(r.browser||{});case"custom":throw new Error("Custom voice providers not yet implemented");default:throw new Error(`Unknown voice provider type: ${r.type}`)}}function Xl(r){if((r==null?void 0:r.type)==="runtype"&&r.runtype)return tr({type:"runtype",runtype:r.runtype});if(Qa.isSupported())return tr({type:"browser",browser:(r==null?void 0:r.browser)||{language:"en-US"}});throw new Error("No supported voice providers available")}function hl(r){try{return Xl(r),!0}catch{return!1}}var gr=class r{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.voiceProvider=null;this.voiceActive=!1;this.voiceStatus="disconnected";this.pendingVoiceUserMessageId=null;this.pendingVoiceAssistantMessageId=null;this.ttsSpokenMessageIds=new Set;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 Ka(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"}isVoiceSupported(){var e;return hl((e=this.config.voiceRecognition)==null?void 0:e.provider)}isVoiceActive(){return this.voiceActive}getVoiceStatus(){return this.voiceStatus}setupVoice(e){var a,t,s;try{let o=e||this.getVoiceConfigFromConfig();if(!o)throw new Error("Voice configuration not provided");this.voiceProvider=tr(o);let n=(a=this.config.voiceRecognition)!=null?a:{},l=(t=n.processingText)!=null?t:"\u{1F3A4} Processing voice...",i=(s=n.processingErrorText)!=null?s:"Voice processing failed. Please try again.";this.voiceProvider.onProcessingStart&&this.voiceProvider.onProcessingStart(()=>{let p=this.injectMessage({role:"user",content:l,streaming:!1,voiceProcessing:!0});this.pendingVoiceUserMessageId=p.id;let m=this.injectMessage({role:"assistant",content:"",streaming:!0,voiceProcessing:!0});this.pendingVoiceAssistantMessageId=m.id,this.setStreaming(!0)}),this.voiceProvider.onResult(p=>{var m,h,c,u,v,C,H;if(p.provider==="browser")p.text&&p.text.trim()&&this.sendMessage(p.text,{viaVoice:!0});else if(p.provider==="runtype"){if(this.pendingVoiceUserMessageId&&((m=p.transcript)!=null&&m.trim())?this.upsertMessage({id:this.pendingVoiceUserMessageId,role:"user",content:p.transcript.trim(),createdAt:new Date().toISOString(),streaming:!1,voiceProcessing:!1}):(h=p.transcript)!=null&&h.trim()&&this.injectUserMessage({content:p.transcript.trim()}),this.pendingVoiceAssistantMessageId&&((c=p.text)!=null&&c.trim())?this.upsertMessage({id:this.pendingVoiceAssistantMessageId,role:"assistant",content:p.text.trim(),createdAt:new Date().toISOString(),streaming:!1,voiceProcessing:!1}):(u=p.text)!=null&&u.trim()&&this.injectAssistantMessage({content:p.text.trim()}),(v=p.audio)!=null&&v.base64){let b=(H=this.pendingVoiceAssistantMessageId)!=null?H:(C=[...this.messages].reverse().find(M=>M.role==="assistant"))==null?void 0:C.id;b&&this.ttsSpokenMessageIds.add(b)}this.setStreaming(!1),this.pendingVoiceUserMessageId=null,this.pendingVoiceAssistantMessageId=null}}),this.voiceProvider.onError(p=>{console.error("Voice error:",p),this.pendingVoiceAssistantMessageId&&(this.upsertMessage({id:this.pendingVoiceAssistantMessageId,role:"assistant",content:i,createdAt:new Date().toISOString(),streaming:!1,voiceProcessing:!1}),this.setStreaming(!1),this.pendingVoiceUserMessageId=null,this.pendingVoiceAssistantMessageId=null)}),this.voiceProvider.onStatusChange(p=>{var m,h;this.voiceStatus=p,this.voiceActive=p==="listening",(h=(m=this.callbacks).onVoiceStatusChanged)==null||h.call(m,p)}),this.voiceProvider.connect()}catch(o){console.error("Failed to setup voice:",o)}}async toggleVoice(){if(!this.voiceProvider){console.error("Voice not configured");return}if(this.voiceActive)await this.voiceProvider.stopListening();else{this.stopSpeaking();try{await this.voiceProvider.startListening()}catch(e){console.error("Failed to start voice:",e)}}}cleanupVoice(){this.voiceProvider&&(this.voiceProvider.disconnect(),this.voiceProvider=null),this.voiceActive=!1,this.voiceStatus="disconnected"}getVoiceConfigFromConfig(){var a,t,s,o,n,l,i,p,m;if(!((a=this.config.voiceRecognition)!=null&&a.provider))return;let e=this.config.voiceRecognition.provider;switch(e.type){case"runtype":return{type:"runtype",runtype:{agentId:((t=e.runtype)==null?void 0:t.agentId)||"",clientToken:((s=e.runtype)==null?void 0:s.clientToken)||"",host:(o=e.runtype)==null?void 0:o.host,voiceId:(n=e.runtype)==null?void 0:n.voiceId,pauseDuration:(l=e.runtype)==null?void 0:l.pauseDuration,silenceThreshold:(i=e.runtype)==null?void 0:i.silenceThreshold}};case"browser":return{type:"browser",browser:{language:((p=e.browser)==null?void 0:p.language)||"en-US",continuous:(m=e.browser)==null?void 0:m.continuous}};default:return}}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 Ka(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:p=!1,voiceProcessing:m}=e,c={id:n!=null?n:a==="user"?xr():a==="assistant"?Ya():`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:p,...s!==void 0&&{llmContent:s},...o!==void 0&&{contentParts:o},...m!==void 0&&{voiceProcessing:m}};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:l,id:i,createdAt:p,sequence:m,streaming:h=!1}=t,u={id:i!=null?i:s==="user"?xr():s==="assistant"?Ya():`system-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:s,content:o,createdAt:p!=null?p:new Date().toISOString(),sequence:m!=null?m:this.nextSequence(),streaming:h,...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 p,m,h,c,u;let t=e.trim();if(!t&&(!(a!=null&&a.contentParts)||a.contentParts.length===0))return;this.stopSpeaking(),(p=this.abortController)==null||p.abort();let s=xr(),o=Ya(),n={id:s,role:"user",content:t||jl,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(v){let C=v instanceof Error&&(v.name==="AbortError"||v.message.includes("aborted")||v.message.includes("abort"));if(!C){let H={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(H)}this.setStatus("idle"),this.setStreaming(!1),this.abortController=null,C||(v instanceof Error?(h=(m=this.callbacks).onError)==null||h.call(m,v):(u=(c=this.callbacks).onError)==null||u.call(c,new Error(String(v))))}}async continueConversation(){var s,o,n,l,i;if(this.streaming)return;(s=this.abortController)==null||s.abort();let e=Ya();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(p){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,p instanceof Error?(n=(o=this.callbacks).onError)==null||n.call(o,p):(i=(l=this.callbacks).onError)==null||i.call(l,new Error(String(p)))}}async connectStream(e,a){var s,o,n;if(this.streaming)return;(s=this.abortController)==null||s.abort();let t=!1;for(let l of this.messages)l.streaming&&(l.streaming=!1,t=!0);t&&this.callbacks.onMessagesChanged([...this.messages]),this.setStreaming(!0);try{await this.client.processStream(e,this.handleEvent,a==null?void 0:a.assistantMessageId)}catch(l){this.setStatus("error"),this.setStreaming(!1),this.abortController=null,(n=(o=this.callbacks).onError)==null||n.call(o,l instanceof Error?l:new Error(String(l)))}}async resolveApproval(e,a){var i,p,m;let t=`approval-${e.id}`,s={...e,status:a,resolvedAt:Date.now()},o={id:t,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",approval:s};this.upsertMessage(o);let n=this.config.approval,l=n&&typeof n=="object"?n.onDecision:void 0;try{let h;if(l?h=await l({approvalId:e.id,executionId:e.executionId,agentId:e.agentId,toolName:e.toolName},a):h=await this.client.resolveApproval({agentId:e.agentId,executionId:e.executionId,approvalId:e.id},a),h){let c=null;if(h instanceof Response){if(!h.ok){let u=await h.json().catch(()=>null);throw new Error((i=u==null?void 0:u.error)!=null?i:`Approval request failed: ${h.status}`)}c=h.body}else h instanceof ReadableStream&&(c=h);c?await this.connectStream(c):a==="denied"&&this.appendMessage({id:`denial-${e.id}`,role:"assistant",content:"Tool execution was denied by user.",createdAt:new Date().toISOString(),streaming:!1,sequence:this.nextSequence()})}}catch(h){(m=(p=this.callbacks).onError)==null||m.call(p,h instanceof Error?h:new Error(String(h)))}}cancel(){var e;(e=this.abortController)==null||e.abort(),this.abortController=null,this.setStreaming(!1),this.setStatus("idle")}clearMessages(){var e;this.stopSpeaking(),(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){if(this.streaming===e)return;let a=this.streaming;this.streaming=e,this.callbacks.onStreamingChanged(e),a&&!e&&this.speakLatestAssistantMessage()}speakLatestAssistantMessage(){let e=this.config.textToSpeech;if(!(e!=null&&e.enabled)||!(!e.provider||e.provider==="browser"||e.provider==="runtype"&&e.browserFallback))return;let t=[...this.messages].reverse().find(o=>o.role==="assistant"&&o.content&&!o.voiceProcessing);if(!t)return;if(this.ttsSpokenMessageIds.has(t.id)){this.ttsSpokenMessageIds.delete(t.id);return}let s=t.content;s.trim()&&this.speak(s,e)}speak(e,a){if(typeof window=="undefined"||!("speechSynthesis"in window))return;let t=window.speechSynthesis;t.cancel();let s=new SpeechSynthesisUtterance(e),o=t.getVoices();if(a.voice){let n=o.find(l=>l.name===a.voice);n&&(s.voice=n)}else o.length>0&&(s.voice=a.pickVoice?a.pickVoice(o):r.pickBestVoice(o));a.rate!==void 0&&(s.rate=a.rate),a.pitch!==void 0&&(s.pitch=a.pitch),setTimeout(()=>t.speak(s),50)}static pickBestVoice(e){var t;let a=["Microsoft Jenny Online (Natural) - English (United States)","Microsoft Aria Online (Natural) - English (United States)","Microsoft Guy Online (Natural) - English (United States)","Google US English","Google UK English Female","Ava (Premium)","Evan (Enhanced)","Samantha (Enhanced)","Samantha","Daniel","Karen","Microsoft David Desktop - English (United States)","Microsoft Zira Desktop - English (United States)"];for(let s of a){let o=e.find(n=>n.name===s);if(o)return o}return(t=e.find(s=>s.lang.startsWith("en")))!=null?t:e[0]}stopSpeaking(){typeof window!="undefined"&&"speechSynthesis"in window&&window.speechSynthesis.cancel()}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,p;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=(p=t.sequence)!=null?p:0;return n!==l?n-l:a.id.localeCompare(t.id)})}};var y=(r,e)=>{let a=document.createElement(r);return e&&(a.className=e),a};var UA={};HA(UA,{AArrowDown:()=>Yl,AArrowUp:()=>Ql,ALargeSmall:()=>td,Accessibility:()=>ed,Activity:()=>ad,ActivitySquare:()=>o1,AirVent:()=>rd,Airplay:()=>od,AlarmCheck:()=>Mr,AlarmClock:()=>nd,AlarmClockCheck:()=>Mr,AlarmClockMinus:()=>vr,AlarmClockOff:()=>sd,AlarmClockPlus:()=>yr,AlarmMinus:()=>vr,AlarmPlus:()=>yr,AlarmSmoke:()=>ld,Album:()=>dd,AlertCircle:()=>Xr,AlertOctagon:()=>Rs,AlertTriangle:()=>hn,AlignCenter:()=>rn,AlignCenterHorizontal:()=>id,AlignCenterVertical:()=>pd,AlignEndHorizontal:()=>cd,AlignEndVertical:()=>hd,AlignHorizontalDistributeCenter:()=>fd,AlignHorizontalDistributeEnd:()=>ud,AlignHorizontalDistributeStart:()=>md,AlignHorizontalJustifyCenter:()=>xd,AlignHorizontalJustifyEnd:()=>gd,AlignHorizontalJustifyStart:()=>Md,AlignHorizontalSpaceAround:()=>vd,AlignHorizontalSpaceBetween:()=>yd,AlignJustify:()=>sn,AlignLeft:()=>Da,AlignRight:()=>on,AlignStartHorizontal:()=>wd,AlignStartVertical:()=>Cd,AlignVerticalDistributeCenter:()=>bd,AlignVerticalDistributeEnd:()=>Sd,AlignVerticalDistributeStart:()=>Ad,AlignVerticalJustifyCenter:()=>kd,AlignVerticalJustifyEnd:()=>Hd,AlignVerticalJustifyStart:()=>Td,AlignVerticalSpaceAround:()=>Ld,AlignVerticalSpaceBetween:()=>Pd,Ambulance:()=>Ed,Ampersand:()=>Bd,Ampersands:()=>Rd,Amphora:()=>Vd,Anchor:()=>Id,Angry:()=>Fd,Annoyed:()=>Dd,Antenna:()=>Wd,Anvil:()=>Od,Aperture:()=>zd,AppWindow:()=>Nd,AppWindowMac:()=>qd,Apple:()=>Ud,Archive:()=>jd,ArchiveRestore:()=>$d,ArchiveX:()=>_d,AreaChart:()=>Ir,Armchair:()=>Gd,ArrowBigDown:()=>Xd,ArrowBigDownDash:()=>Zd,ArrowBigLeft:()=>Kd,ArrowBigLeftDash:()=>Jd,ArrowBigRight:()=>Qd,ArrowBigRightDash:()=>Yd,ArrowBigUp:()=>e2,ArrowBigUpDash:()=>t2,ArrowDown:()=>c2,ArrowDown01:()=>a2,ArrowDown10:()=>r2,ArrowDownAZ:()=>wr,ArrowDownAz:()=>wr,ArrowDownCircle:()=>Jr,ArrowDownFromLine:()=>o2,ArrowDownLeft:()=>s2,ArrowDownLeftFromCircle:()=>Yr,ArrowDownLeftFromSquare:()=>i1,ArrowDownLeftSquare:()=>s1,ArrowDownNarrowWide:()=>n2,ArrowDownRight:()=>l2,ArrowDownRightFromCircle:()=>Qr,ArrowDownRightFromSquare:()=>p1,ArrowDownRightSquare:()=>n1,ArrowDownSquare:()=>l1,ArrowDownToDot:()=>d2,ArrowDownToLine:()=>i2,ArrowDownUp:()=>p2,ArrowDownWideNarrow:()=>Cr,ArrowDownZA:()=>br,ArrowDownZa:()=>br,ArrowLeft:()=>m2,ArrowLeftCircle:()=>Kr,ArrowLeftFromLine:()=>h2,ArrowLeftRight:()=>f2,ArrowLeftSquare:()=>d1,ArrowLeftToLine:()=>u2,ArrowRight:()=>v2,ArrowRightCircle:()=>ao,ArrowRightFromLine:()=>x2,ArrowRightLeft:()=>g2,ArrowRightSquare:()=>f1,ArrowRightToLine:()=>M2,ArrowUp:()=>L2,ArrowUp01:()=>y2,ArrowUp10:()=>w2,ArrowUpAZ:()=>Sr,ArrowUpAz:()=>Sr,ArrowUpCircle:()=>ro,ArrowUpDown:()=>C2,ArrowUpFromDot:()=>b2,ArrowUpFromLine:()=>S2,ArrowUpLeft:()=>A2,ArrowUpLeftFromCircle:()=>to,ArrowUpLeftFromSquare:()=>c1,ArrowUpLeftSquare:()=>u1,ArrowUpNarrowWide:()=>Ar,ArrowUpRight:()=>k2,ArrowUpRightFromCircle:()=>eo,ArrowUpRightFromSquare:()=>h1,ArrowUpRightSquare:()=>m1,ArrowUpSquare:()=>x1,ArrowUpToLine:()=>H2,ArrowUpWideNarrow:()=>T2,ArrowUpZA:()=>kr,ArrowUpZa:()=>kr,ArrowsUpFromLine:()=>P2,Asterisk:()=>E2,AsteriskSquare:()=>g1,AtSign:()=>B2,Atom:()=>R2,AudioLines:()=>V2,AudioWaveform:()=>I2,Award:()=>F2,Axe:()=>D2,Axis3D:()=>Hr,Axis3d:()=>Hr,Baby:()=>W2,Backpack:()=>O2,Badge:()=>ei,BadgeAlert:()=>z2,BadgeCent:()=>q2,BadgeCheck:()=>Tr,BadgeDollarSign:()=>N2,BadgeEuro:()=>U2,BadgeHelp:()=>Lr,BadgeIndianRupee:()=>$2,BadgeInfo:()=>_2,BadgeJapaneseYen:()=>j2,BadgeMinus:()=>G2,BadgePercent:()=>Z2,BadgePlus:()=>X2,BadgePoundSterling:()=>J2,BadgeQuestionMark:()=>Lr,BadgeRussianRuble:()=>K2,BadgeSwissFranc:()=>Y2,BadgeTurkishLira:()=>Q2,BadgeX:()=>ti,BaggageClaim:()=>ai,Ban:()=>ri,Banana:()=>oi,Bandage:()=>si,Banknote:()=>ii,BanknoteArrowDown:()=>ni,BanknoteArrowUp:()=>li,BanknoteX:()=>di,BarChart:()=>Ur,BarChart2:()=>$r,BarChart3:()=>qr,BarChart4:()=>zr,BarChartBig:()=>Or,BarChartHorizontal:()=>Dr,BarChartHorizontalBig:()=>Fr,Barcode:()=>pi,Barrel:()=>ci,Baseline:()=>hi,Bath:()=>fi,Battery:()=>yi,BatteryCharging:()=>ui,BatteryFull:()=>mi,BatteryLow:()=>xi,BatteryMedium:()=>gi,BatteryPlus:()=>Mi,BatteryWarning:()=>vi,Beaker:()=>wi,Bean:()=>bi,BeanOff:()=>Ci,Bed:()=>ki,BedDouble:()=>Si,BedSingle:()=>Ai,Beef:()=>Hi,Beer:()=>Li,BeerOff:()=>Ti,Bell:()=>Fi,BellDot:()=>Pi,BellElectric:()=>Ei,BellMinus:()=>Bi,BellOff:()=>Ri,BellPlus:()=>Vi,BellRing:()=>Ii,BetweenHorizonalEnd:()=>Pr,BetweenHorizonalStart:()=>Er,BetweenHorizontalEnd:()=>Pr,BetweenHorizontalStart:()=>Er,BetweenVerticalEnd:()=>Di,BetweenVerticalStart:()=>Wi,BicepsFlexed:()=>Oi,Bike:()=>zi,Binary:()=>qi,Binoculars:()=>Ni,Biohazard:()=>$i,Bird:()=>Ui,Birdhouse:()=>_i,Bitcoin:()=>ji,Blend:()=>Gi,Blinds:()=>Zi,Blocks:()=>Xi,Bluetooth:()=>Qi,BluetoothConnected:()=>Ji,BluetoothOff:()=>Ki,BluetoothSearching:()=>Yi,Bold:()=>t0,Bolt:()=>e0,Bomb:()=>a0,Bone:()=>r0,Book:()=>H0,BookA:()=>o0,BookAlert:()=>s0,BookAudio:()=>n0,BookCheck:()=>l0,BookCopy:()=>d0,BookDashed:()=>Br,BookDown:()=>i0,BookHeadphones:()=>p0,BookHeart:()=>c0,BookImage:()=>h0,BookKey:()=>f0,BookLock:()=>u0,BookMarked:()=>m0,BookMinus:()=>x0,BookOpen:()=>v0,BookOpenCheck:()=>g0,BookOpenText:()=>M0,BookPlus:()=>y0,BookTemplate:()=>Br,BookText:()=>w0,BookType:()=>C0,BookUp:()=>S0,BookUp2:()=>b0,BookUser:()=>A0,BookX:()=>k0,Bookmark:()=>B0,BookmarkCheck:()=>T0,BookmarkMinus:()=>L0,BookmarkPlus:()=>P0,BookmarkX:()=>E0,BoomBox:()=>R0,Bot:()=>F0,BotMessageSquare:()=>V0,BotOff:()=>I0,BottleWine:()=>D0,BowArrow:()=>W0,Box:()=>O0,BoxSelect:()=>T1,Boxes:()=>z0,Braces:()=>Rr,Brackets:()=>q0,Brain:()=>$0,BrainCircuit:()=>N0,BrainCog:()=>U0,BrickWall:()=>G0,BrickWallFire:()=>_0,BrickWallShield:()=>j0,Briefcase:()=>K0,BriefcaseBusiness:()=>Z0,BriefcaseConveyorBelt:()=>X0,BriefcaseMedical:()=>J0,BringToFront:()=>Y0,Brush:()=>tp,BrushCleaning:()=>Q0,Bubbles:()=>ep,Bug:()=>op,BugOff:()=>ap,BugPlay:()=>rp,Building:()=>np,Building2:()=>sp,Bus:()=>dp,BusFront:()=>lp,Cable:()=>pp,CableCar:()=>ip,Cake:()=>hp,CakeSlice:()=>cp,Calculator:()=>fp,Calendar:()=>Vp,Calendar1:()=>up,CalendarArrowDown:()=>mp,CalendarArrowUp:()=>xp,CalendarCheck:()=>Mp,CalendarCheck2:()=>gp,CalendarClock:()=>vp,CalendarCog:()=>yp,CalendarDays:()=>wp,CalendarFold:()=>Cp,CalendarHeart:()=>bp,CalendarMinus:()=>Ap,CalendarMinus2:()=>Sp,CalendarOff:()=>kp,CalendarPlus:()=>Tp,CalendarPlus2:()=>Hp,CalendarRange:()=>Lp,CalendarSearch:()=>Pp,CalendarSync:()=>Ep,CalendarX:()=>Rp,CalendarX2:()=>Bp,Camera:()=>Fp,CameraOff:()=>Ip,CandlestickChart:()=>Wr,Candy:()=>Op,CandyCane:()=>Dp,CandyOff:()=>Wp,Cannabis:()=>zp,Captions:()=>Vr,CaptionsOff:()=>qp,Car:()=>$p,CarFront:()=>Np,CarTaxiFront:()=>Up,Caravan:()=>_p,CardSim:()=>jp,Carrot:()=>Gp,CaseLower:()=>Zp,CaseSensitive:()=>Xp,CaseUpper:()=>Jp,CassetteTape:()=>Kp,Cast:()=>Yp,Castle:()=>Qp,Cat:()=>tc,Cctv:()=>ec,ChartArea:()=>Ir,ChartBar:()=>Dr,ChartBarBig:()=>Fr,ChartBarDecreasing:()=>ac,ChartBarIncreasing:()=>rc,ChartBarStacked:()=>oc,ChartCandlestick:()=>Wr,ChartColumn:()=>qr,ChartColumnBig:()=>Or,ChartColumnDecreasing:()=>sc,ChartColumnIncreasing:()=>zr,ChartColumnStacked:()=>nc,ChartGantt:()=>lc,ChartLine:()=>Nr,ChartNetwork:()=>dc,ChartNoAxesColumn:()=>$r,ChartNoAxesColumnDecreasing:()=>ic,ChartNoAxesColumnIncreasing:()=>Ur,ChartNoAxesCombined:()=>pc,ChartNoAxesGantt:()=>_r,ChartPie:()=>jr,ChartScatter:()=>Gr,ChartSpline:()=>cc,Check:()=>uc,CheckCheck:()=>hc,CheckCircle:()=>oo,CheckCircle2:()=>so,CheckLine:()=>fc,CheckSquare:()=>v1,CheckSquare2:()=>y1,ChefHat:()=>mc,Cherry:()=>xc,ChevronDown:()=>gc,ChevronDownCircle:()=>no,ChevronDownSquare:()=>w1,ChevronFirst:()=>Mc,ChevronLast:()=>vc,ChevronLeft:()=>yc,ChevronLeftCircle:()=>lo,ChevronLeftSquare:()=>C1,ChevronRight:()=>wc,ChevronRightCircle:()=>io,ChevronRightSquare:()=>b1,ChevronUp:()=>Cc,ChevronUpCircle:()=>po,ChevronUpSquare:()=>S1,ChevronsDown:()=>Sc,ChevronsDownUp:()=>bc,ChevronsLeft:()=>Hc,ChevronsLeftRight:()=>kc,ChevronsLeftRightEllipsis:()=>Ac,ChevronsRight:()=>Lc,ChevronsRightLeft:()=>Tc,ChevronsUp:()=>Ec,ChevronsUpDown:()=>Pc,Chrome:()=>Zr,Chromium:()=>Zr,Church:()=>Bc,Cigarette:()=>Vc,CigaretteOff:()=>Rc,Circle:()=>Zc,CircleAlert:()=>Xr,CircleArrowDown:()=>Jr,CircleArrowLeft:()=>Kr,CircleArrowOutDownLeft:()=>Yr,CircleArrowOutDownRight:()=>Qr,CircleArrowOutUpLeft:()=>to,CircleArrowOutUpRight:()=>eo,CircleArrowRight:()=>ao,CircleArrowUp:()=>ro,CircleCheck:()=>so,CircleCheckBig:()=>oo,CircleChevronDown:()=>no,CircleChevronLeft:()=>lo,CircleChevronRight:()=>io,CircleChevronUp:()=>po,CircleDashed:()=>Ic,CircleDivide:()=>co,CircleDollarSign:()=>Fc,CircleDot:()=>Wc,CircleDotDashed:()=>Dc,CircleEllipsis:()=>Oc,CircleEqual:()=>zc,CircleFadingArrowUp:()=>qc,CircleFadingPlus:()=>Nc,CircleGauge:()=>ho,CircleHelp:()=>Pa,CircleMinus:()=>fo,CircleOff:()=>Uc,CircleParking:()=>mo,CircleParkingOff:()=>uo,CirclePause:()=>xo,CirclePercent:()=>go,CirclePlay:()=>Mo,CirclePlus:()=>vo,CirclePoundSterling:()=>$c,CirclePower:()=>yo,CircleQuestionMark:()=>Pa,CircleSlash:()=>_c,CircleSlash2:()=>wo,CircleSlashed:()=>wo,CircleSmall:()=>jc,CircleStar:()=>Gc,CircleStop:()=>Co,CircleUser:()=>So,CircleUserRound:()=>bo,CircleX:()=>Ao,CircuitBoard:()=>Xc,Citrus:()=>Jc,Clapperboard:()=>Kc,Clipboard:()=>lh,ClipboardCheck:()=>Yc,ClipboardClock:()=>Qc,ClipboardCopy:()=>th,ClipboardEdit:()=>Ho,ClipboardList:()=>eh,ClipboardMinus:()=>ah,ClipboardPaste:()=>rh,ClipboardPen:()=>Ho,ClipboardPenLine:()=>ko,ClipboardPlus:()=>oh,ClipboardSignature:()=>ko,ClipboardType:()=>sh,ClipboardX:()=>nh,Clock:()=>kh,Clock1:()=>dh,Clock10:()=>ih,Clock11:()=>ph,Clock12:()=>ch,Clock2:()=>hh,Clock3:()=>fh,Clock4:()=>uh,Clock5:()=>mh,Clock6:()=>xh,Clock7:()=>gh,Clock8:()=>Mh,Clock9:()=>vh,ClockAlert:()=>yh,ClockArrowDown:()=>wh,ClockArrowUp:()=>Ch,ClockCheck:()=>bh,ClockFading:()=>Sh,ClockPlus:()=>Ah,ClosedCaption:()=>Hh,Cloud:()=>Uh,CloudAlert:()=>Th,CloudCheck:()=>Lh,CloudCog:()=>Ph,CloudDownload:()=>To,CloudDrizzle:()=>Eh,CloudFog:()=>Bh,CloudHail:()=>Rh,CloudLightning:()=>Vh,CloudMoon:()=>Fh,CloudMoonRain:()=>Ih,CloudOff:()=>Dh,CloudRain:()=>Oh,CloudRainWind:()=>Wh,CloudSnow:()=>zh,CloudSun:()=>Nh,CloudSunRain:()=>qh,CloudUpload:()=>Lo,Cloudy:()=>$h,Clover:()=>_h,Club:()=>jh,Code:()=>Gh,Code2:()=>Po,CodeSquare:()=>A1,CodeXml:()=>Po,Codepen:()=>Zh,Codesandbox:()=>Xh,Coffee:()=>Jh,Cog:()=>Kh,Coins:()=>Yh,Columns:()=>Eo,Columns2:()=>Eo,Columns3:()=>Bo,Columns3Cog:()=>Ea,Columns4:()=>Qh,ColumnsSettings:()=>Ea,Combine:()=>tf,Command:()=>ef,Compass:()=>af,Component:()=>rf,Computer:()=>of,ConciergeBell:()=>sf,Cone:()=>nf,Construction:()=>lf,Contact:()=>df,Contact2:()=>Ro,ContactRound:()=>Ro,Container:()=>pf,Contrast:()=>cf,Cookie:()=>hf,CookingPot:()=>ff,Copy:()=>vf,CopyCheck:()=>uf,CopyMinus:()=>mf,CopyPlus:()=>xf,CopySlash:()=>gf,CopyX:()=>Mf,Copyleft:()=>yf,Copyright:()=>wf,CornerDownLeft:()=>Cf,CornerDownRight:()=>bf,CornerLeftDown:()=>Sf,CornerLeftUp:()=>Af,CornerRightDown:()=>kf,CornerRightUp:()=>Hf,CornerUpLeft:()=>Tf,CornerUpRight:()=>Lf,Cpu:()=>Pf,CreativeCommons:()=>Ef,CreditCard:()=>Bf,Croissant:()=>Rf,Crop:()=>Vf,Cross:()=>If,Crosshair:()=>Ff,Crown:()=>Df,Cuboid:()=>Wf,CupSoda:()=>Of,CurlyBraces:()=>Rr,Currency:()=>zf,Cylinder:()=>qf,Dam:()=>Nf,Database:()=>_f,DatabaseBackup:()=>Uf,DatabaseZap:()=>$f,DecimalsArrowLeft:()=>jf,DecimalsArrowRight:()=>Gf,Delete:()=>Zf,Dessert:()=>Xf,Diameter:()=>Jf,Diamond:()=>Qf,DiamondMinus:()=>Kf,DiamondPercent:()=>Vo,DiamondPlus:()=>Yf,Dice1:()=>tu,Dice2:()=>eu,Dice3:()=>au,Dice4:()=>ru,Dice5:()=>ou,Dice6:()=>su,Dices:()=>nu,Diff:()=>lu,Disc:()=>cu,Disc2:()=>du,Disc3:()=>iu,DiscAlbum:()=>pu,Divide:()=>hu,DivideCircle:()=>co,DivideSquare:()=>L1,Dna:()=>uu,DnaOff:()=>fu,Dock:()=>mu,Dog:()=>xu,DollarSign:()=>gu,Donut:()=>Mu,DoorClosed:()=>yu,DoorClosedLocked:()=>vu,DoorOpen:()=>wu,Dot:()=>Cu,DotSquare:()=>P1,Download:()=>bu,DownloadCloud:()=>To,DraftingCompass:()=>Su,Drama:()=>Au,Dribbble:()=>ku,Drill:()=>Hu,Drone:()=>Tu,Droplet:()=>Pu,DropletOff:()=>Lu,Droplets:()=>Eu,Drum:()=>Bu,Drumstick:()=>Ru,Dumbbell:()=>Vu,Ear:()=>Fu,EarOff:()=>Iu,Earth:()=>Io,EarthLock:()=>Du,Eclipse:()=>Wu,Edit:()=>fa,Edit2:()=>js,Edit3:()=>_s,Egg:()=>qu,EggFried:()=>Ou,EggOff:()=>zu,Ellipsis:()=>Do,EllipsisVertical:()=>Fo,Equal:()=>$u,EqualApproximately:()=>Nu,EqualNot:()=>Uu,EqualSquare:()=>E1,Eraser:()=>_u,EthernetPort:()=>ju,Euro:()=>Gu,EvCharger:()=>Zu,Expand:()=>Xu,ExternalLink:()=>Ju,Eye:()=>Qu,EyeClosed:()=>Ku,EyeOff:()=>Yu,Facebook:()=>tm,Factory:()=>em,Fan:()=>am,FastForward:()=>rm,Feather:()=>om,Fence:()=>sm,FerrisWheel:()=>nm,Figma:()=>lm,File:()=>Fm,FileArchive:()=>dm,FileAudio:()=>Ba,FileAudio2:()=>Ba,FileAxis3D:()=>Wo,FileAxis3d:()=>Wo,FileBadge:()=>Oo,FileBadge2:()=>Oo,FileBarChart:()=>No,FileBarChart2:()=>Uo,FileBox:()=>im,FileBraces:()=>qo,FileBracesCorner:()=>zo,FileChartColumn:()=>Uo,FileChartColumnIncreasing:()=>No,FileChartLine:()=>$o,FileChartPie:()=>_o,FileCheck:()=>pm,FileCheck2:()=>jo,FileCheckCorner:()=>jo,FileClock:()=>cm,FileCode:()=>hm,FileCode2:()=>Go,FileCodeCorner:()=>Go,FileCog:()=>Zo,FileCog2:()=>Zo,FileDiff:()=>fm,FileDigit:()=>um,FileDown:()=>mm,FileEdit:()=>ts,FileExclamationPoint:()=>Xo,FileHeadphone:()=>Ba,FileHeart:()=>xm,FileImage:()=>gm,FileInput:()=>Mm,FileJson:()=>qo,FileJson2:()=>zo,FileKey:()=>Jo,FileKey2:()=>Jo,FileLineChart:()=>$o,FileLock:()=>Ko,FileLock2:()=>Ko,FileMinus:()=>vm,FileMinus2:()=>Yo,FileMinusCorner:()=>Yo,FileMusic:()=>ym,FileOutput:()=>wm,FilePen:()=>ts,FilePenLine:()=>Qo,FilePieChart:()=>_o,FilePlay:()=>es,FilePlus:()=>Cm,FilePlus2:()=>as,FilePlusCorner:()=>as,FileQuestion:()=>rs,FileQuestionMark:()=>rs,FileScan:()=>bm,FileSearch:()=>Sm,FileSearch2:()=>os,FileSearchCorner:()=>os,FileSignal:()=>ss,FileSignature:()=>Qo,FileSliders:()=>Am,FileSpreadsheet:()=>km,FileStack:()=>Hm,FileSymlink:()=>Tm,FileTerminal:()=>Lm,FileText:()=>Pm,FileType:()=>Em,FileType2:()=>ns,FileTypeCorner:()=>ns,FileUp:()=>Bm,FileUser:()=>Rm,FileVideo:()=>es,FileVideo2:()=>ls,FileVideoCamera:()=>ls,FileVolume:()=>Vm,FileVolume2:()=>ss,FileWarning:()=>Xo,FileX:()=>Im,FileX2:()=>ds,FileXCorner:()=>ds,Files:()=>Dm,Film:()=>Wm,Filter:()=>hs,FilterX:()=>cs,Fingerprint:()=>Om,FireExtinguisher:()=>zm,Fish:()=>Um,FishOff:()=>qm,FishSymbol:()=>Nm,Flag:()=>Gm,FlagOff:()=>$m,FlagTriangleLeft:()=>_m,FlagTriangleRight:()=>jm,Flame:()=>Xm,FlameKindling:()=>Zm,Flashlight:()=>Km,FlashlightOff:()=>Jm,FlaskConical:()=>Qm,FlaskConicalOff:()=>Ym,FlaskRound:()=>tx,FlipHorizontal:()=>ax,FlipHorizontal2:()=>ex,FlipVertical:()=>ox,FlipVertical2:()=>rx,Flower:()=>nx,Flower2:()=>sx,Focus:()=>lx,FoldHorizontal:()=>dx,FoldVertical:()=>ix,Folder:()=>Dx,FolderArchive:()=>px,FolderCheck:()=>cx,FolderClock:()=>hx,FolderClosed:()=>fx,FolderCode:()=>ux,FolderCog:()=>is,FolderCog2:()=>is,FolderDot:()=>mx,FolderDown:()=>xx,FolderEdit:()=>ps,FolderGit:()=>Mx,FolderGit2:()=>gx,FolderHeart:()=>vx,FolderInput:()=>yx,FolderKanban:()=>wx,FolderKey:()=>Cx,FolderLock:()=>bx,FolderMinus:()=>Sx,FolderOpen:()=>kx,FolderOpenDot:()=>Ax,FolderOutput:()=>Hx,FolderPen:()=>ps,FolderPlus:()=>Tx,FolderRoot:()=>Lx,FolderSearch:()=>Ex,FolderSearch2:()=>Px,FolderSymlink:()=>Bx,FolderSync:()=>Rx,FolderTree:()=>Vx,FolderUp:()=>Ix,FolderX:()=>Fx,Folders:()=>Wx,Footprints:()=>Ox,ForkKnife:()=>bn,ForkKnifeCrossed:()=>Cn,Forklift:()=>zx,FormInput:()=>Zs,Forward:()=>qx,Frame:()=>Nx,Framer:()=>Ux,Frown:()=>$x,Fuel:()=>_x,Fullscreen:()=>jx,FunctionSquare:()=>B1,Funnel:()=>hs,FunnelPlus:()=>Gx,FunnelX:()=>cs,GalleryHorizontal:()=>Xx,GalleryHorizontalEnd:()=>Zx,GalleryThumbnails:()=>Jx,GalleryVertical:()=>Yx,GalleryVerticalEnd:()=>Kx,Gamepad:()=>e4,Gamepad2:()=>Qx,GamepadDirectional:()=>t4,GanttChart:()=>_r,GanttChartSquare:()=>Fa,Gauge:()=>a4,GaugeCircle:()=>ho,Gavel:()=>r4,Gem:()=>o4,GeorgianLari:()=>s4,Ghost:()=>n4,Gift:()=>l4,GitBranch:()=>p4,GitBranchMinus:()=>d4,GitBranchPlus:()=>i4,GitCommit:()=>fs,GitCommitHorizontal:()=>fs,GitCommitVertical:()=>c4,GitCompare:()=>f4,GitCompareArrows:()=>h4,GitFork:()=>u4,GitGraph:()=>m4,GitMerge:()=>x4,GitPullRequest:()=>C4,GitPullRequestArrow:()=>g4,GitPullRequestClosed:()=>M4,GitPullRequestCreate:()=>y4,GitPullRequestCreateArrow:()=>v4,GitPullRequestDraft:()=>w4,Github:()=>b4,Gitlab:()=>S4,GlassWater:()=>A4,Glasses:()=>k4,Globe:()=>T4,Globe2:()=>Io,GlobeLock:()=>H4,Goal:()=>L4,Gpu:()=>P4,Grab:()=>Ms,GraduationCap:()=>E4,Grape:()=>B4,Grid:()=>Ra,Grid2X2:()=>gs,Grid2X2Check:()=>us,Grid2X2Plus:()=>ms,Grid2X2X:()=>xs,Grid2x2:()=>gs,Grid2x2Check:()=>us,Grid2x2Plus:()=>ms,Grid2x2X:()=>xs,Grid3X3:()=>Ra,Grid3x2:()=>R4,Grid3x3:()=>Ra,Grip:()=>F4,GripHorizontal:()=>V4,GripVertical:()=>I4,Group:()=>D4,Guitar:()=>W4,Ham:()=>O4,Hamburger:()=>z4,Hammer:()=>q4,Hand:()=>G4,HandCoins:()=>N4,HandFist:()=>U4,HandGrab:()=>Ms,HandHeart:()=>$4,HandHelping:()=>vs,HandMetal:()=>_4,HandPlatter:()=>j4,Handbag:()=>Z4,Handshake:()=>X4,HardDrive:()=>Y4,HardDriveDownload:()=>J4,HardDriveUpload:()=>K4,HardHat:()=>Q4,Hash:()=>t5,HatGlasses:()=>e5,Haze:()=>a5,HdmiPort:()=>r5,Heading:()=>p5,Heading1:()=>o5,Heading2:()=>s5,Heading3:()=>n5,Heading4:()=>l5,Heading5:()=>d5,Heading6:()=>i5,HeadphoneOff:()=>c5,Headphones:()=>h5,Headset:()=>f5,Heart:()=>y5,HeartCrack:()=>u5,HeartHandshake:()=>m5,HeartMinus:()=>x5,HeartOff:()=>g5,HeartPlus:()=>M5,HeartPulse:()=>v5,Heater:()=>w5,Helicopter:()=>C5,HelpCircle:()=>Pa,HelpingHand:()=>vs,Hexagon:()=>b5,Highlighter:()=>S5,History:()=>A5,Home:()=>ys,Hop:()=>H5,HopOff:()=>k5,Hospital:()=>T5,Hotel:()=>L5,Hourglass:()=>P5,House:()=>ys,HouseHeart:()=>E5,HousePlug:()=>B5,HousePlus:()=>R5,HouseWifi:()=>V5,IceCream:()=>Cs,IceCream2:()=>ws,IceCreamBowl:()=>ws,IceCreamCone:()=>Cs,IdCard:()=>F5,IdCardLanyard:()=>I5,Image:()=>$5,ImageDown:()=>W5,ImageMinus:()=>D5,ImageOff:()=>O5,ImagePlay:()=>z5,ImagePlus:()=>q5,ImageUp:()=>N5,ImageUpscale:()=>U5,Images:()=>_5,Import:()=>j5,Inbox:()=>G5,Indent:()=>Ia,IndentDecrease:()=>Va,IndentIncrease:()=>Ia,IndianRupee:()=>Z5,Infinity:()=>X5,Info:()=>J5,Inspect:()=>W1,InspectionPanel:()=>K5,Instagram:()=>Y5,Italic:()=>Q5,IterationCcw:()=>t3,IterationCw:()=>e3,JapaneseYen:()=>a3,Joystick:()=>r3,Kanban:()=>o3,KanbanSquare:()=>R1,KanbanSquareDashed:()=>k1,Kayak:()=>s3,Key:()=>d3,KeyRound:()=>n3,KeySquare:()=>l3,Keyboard:()=>c3,KeyboardMusic:()=>i3,KeyboardOff:()=>p3,Lamp:()=>g3,LampCeiling:()=>h3,LampDesk:()=>f3,LampFloor:()=>u3,LampWallDown:()=>m3,LampWallUp:()=>x3,LandPlot:()=>M3,Landmark:()=>v3,Languages:()=>y3,Laptop:()=>C3,Laptop2:()=>bs,LaptopMinimal:()=>bs,LaptopMinimalCheck:()=>w3,Lasso:()=>S3,LassoSelect:()=>b3,Laugh:()=>A3,Layers:()=>Ss,Layers2:()=>k3,Layers3:()=>Ss,Layout:()=>$s,LayoutDashboard:()=>H3,LayoutGrid:()=>T3,LayoutList:()=>L3,LayoutPanelLeft:()=>P3,LayoutPanelTop:()=>E3,LayoutTemplate:()=>B3,Leaf:()=>R3,LeafyGreen:()=>V3,Lectern:()=>I3,LetterText:()=>nn,Library:()=>D3,LibraryBig:()=>F3,LibrarySquare:()=>V1,LifeBuoy:()=>W3,Ligature:()=>O3,Lightbulb:()=>q3,LightbulbOff:()=>z3,LineChart:()=>Nr,LineSquiggle:()=>N3,Link:()=>_3,Link2:()=>$3,Link2Off:()=>U3,Linkedin:()=>j3,List:()=>cg,ListCheck:()=>G3,ListChecks:()=>Z3,ListChevronsDownUp:()=>X3,ListChevronsUpDown:()=>J3,ListCollapse:()=>K3,ListEnd:()=>Y3,ListFilter:()=>tg,ListFilterPlus:()=>Q3,ListIndentDecrease:()=>Va,ListIndentIncrease:()=>Ia,ListMinus:()=>eg,ListMusic:()=>ag,ListOrdered:()=>rg,ListPlus:()=>og,ListRestart:()=>sg,ListStart:()=>ng,ListTodo:()=>lg,ListTree:()=>dg,ListVideo:()=>ig,ListX:()=>pg,Loader:()=>fg,Loader2:()=>As,LoaderCircle:()=>As,LoaderPinwheel:()=>hg,Locate:()=>xg,LocateFixed:()=>ug,LocateOff:()=>mg,LocationEdit:()=>Ls,Lock:()=>Mg,LockKeyhole:()=>gg,LockKeyholeOpen:()=>ks,LockOpen:()=>Hs,LogIn:()=>vg,LogOut:()=>yg,Logs:()=>wg,Lollipop:()=>Cg,Luggage:()=>bg,MSquare:()=>I1,Magnet:()=>Sg,Mail:()=>Bg,MailCheck:()=>Ag,MailMinus:()=>kg,MailOpen:()=>Hg,MailPlus:()=>Tg,MailQuestion:()=>Ts,MailQuestionMark:()=>Ts,MailSearch:()=>Lg,MailWarning:()=>Pg,MailX:()=>Eg,Mailbox:()=>Rg,Mails:()=>Vg,Map:()=>Xg,MapMinus:()=>Ig,MapPin:()=>jg,MapPinCheck:()=>Dg,MapPinCheckInside:()=>Fg,MapPinHouse:()=>Wg,MapPinMinus:()=>zg,MapPinMinusInside:()=>Og,MapPinOff:()=>qg,MapPinPen:()=>Ls,MapPinPlus:()=>Ug,MapPinPlusInside:()=>Ng,MapPinX:()=>_g,MapPinXInside:()=>$g,MapPinned:()=>Gg,MapPlus:()=>Zg,Mars:()=>Kg,MarsStroke:()=>Jg,Martini:()=>Yg,Maximize:()=>t8,Maximize2:()=>Qg,Medal:()=>e8,Megaphone:()=>r8,MegaphoneOff:()=>a8,Meh:()=>o8,MemoryStick:()=>s8,Menu:()=>n8,MenuSquare:()=>F1,Merge:()=>l8,MessageCircle:()=>g8,MessageCircleCode:()=>d8,MessageCircleDashed:()=>i8,MessageCircleHeart:()=>p8,MessageCircleMore:()=>c8,MessageCircleOff:()=>h8,MessageCirclePlus:()=>f8,MessageCircleQuestion:()=>Ps,MessageCircleQuestionMark:()=>Ps,MessageCircleReply:()=>u8,MessageCircleWarning:()=>m8,MessageCircleX:()=>x8,MessageSquare:()=>R8,MessageSquareCode:()=>M8,MessageSquareDashed:()=>v8,MessageSquareDiff:()=>y8,MessageSquareDot:()=>w8,MessageSquareHeart:()=>C8,MessageSquareLock:()=>b8,MessageSquareMore:()=>S8,MessageSquareOff:()=>A8,MessageSquarePlus:()=>k8,MessageSquareQuote:()=>H8,MessageSquareReply:()=>T8,MessageSquareShare:()=>L8,MessageSquareText:()=>P8,MessageSquareWarning:()=>E8,MessageSquareX:()=>B8,MessagesSquare:()=>V8,Mic:()=>F8,Mic2:()=>Es,MicOff:()=>I8,MicVocal:()=>Es,Microchip:()=>D8,Microscope:()=>W8,Microwave:()=>O8,Milestone:()=>z8,Milk:()=>N8,MilkOff:()=>q8,Minimize:()=>$8,Minimize2:()=>U8,Minus:()=>_8,MinusCircle:()=>fo,MinusSquare:()=>D1,Monitor:()=>s6,MonitorCheck:()=>j8,MonitorCloud:()=>G8,MonitorCog:()=>Z8,MonitorDot:()=>X8,MonitorDown:()=>J8,MonitorOff:()=>K8,MonitorPause:()=>Y8,MonitorPlay:()=>Q8,MonitorSmartphone:()=>t6,MonitorSpeaker:()=>e6,MonitorStop:()=>a6,MonitorUp:()=>r6,MonitorX:()=>o6,Moon:()=>l6,MoonStar:()=>n6,MoreHorizontal:()=>Do,MoreVertical:()=>Fo,Motorbike:()=>d6,Mountain:()=>p6,MountainSnow:()=>i6,Mouse:()=>x6,MouseOff:()=>c6,MousePointer:()=>m6,MousePointer2:()=>h6,MousePointerBan:()=>f6,MousePointerClick:()=>u6,MousePointerSquareDashed:()=>H1,Move:()=>L6,Move3D:()=>Bs,Move3d:()=>Bs,MoveDiagonal:()=>M6,MoveDiagonal2:()=>g6,MoveDown:()=>w6,MoveDownLeft:()=>v6,MoveDownRight:()=>y6,MoveHorizontal:()=>C6,MoveLeft:()=>b6,MoveRight:()=>S6,MoveUp:()=>H6,MoveUpLeft:()=>A6,MoveUpRight:()=>k6,MoveVertical:()=>T6,Music:()=>R6,Music2:()=>P6,Music3:()=>E6,Music4:()=>B6,Navigation:()=>D6,Navigation2:()=>I6,Navigation2Off:()=>V6,NavigationOff:()=>F6,Network:()=>W6,Newspaper:()=>O6,Nfc:()=>z6,NonBinary:()=>q6,Notebook:()=>_6,NotebookPen:()=>N6,NotebookTabs:()=>U6,NotebookText:()=>$6,NotepadText:()=>G6,NotepadTextDashed:()=>j6,Nut:()=>X6,NutOff:()=>Z6,Octagon:()=>K6,OctagonAlert:()=>Rs,OctagonMinus:()=>J6,OctagonPause:()=>Vs,OctagonX:()=>Is,Omega:()=>Y6,Option:()=>Q6,Orbit:()=>tM,Origami:()=>eM,Outdent:()=>Va,Package:()=>iM,Package2:()=>aM,PackageCheck:()=>rM,PackageMinus:()=>oM,PackageOpen:()=>sM,PackagePlus:()=>nM,PackageSearch:()=>lM,PackageX:()=>dM,PaintBucket:()=>pM,PaintRoller:()=>cM,Paintbrush:()=>hM,Paintbrush2:()=>Fs,PaintbrushVertical:()=>Fs,Palette:()=>fM,Palmtree:()=>cn,Panda:()=>uM,PanelBottom:()=>gM,PanelBottomClose:()=>mM,PanelBottomDashed:()=>Ds,PanelBottomInactive:()=>Ds,PanelBottomOpen:()=>xM,PanelLeft:()=>qs,PanelLeftClose:()=>Ws,PanelLeftDashed:()=>Os,PanelLeftInactive:()=>Os,PanelLeftOpen:()=>zs,PanelLeftRightDashed:()=>MM,PanelRight:()=>wM,PanelRightClose:()=>vM,PanelRightDashed:()=>Ns,PanelRightInactive:()=>Ns,PanelRightOpen:()=>yM,PanelTop:()=>AM,PanelTopBottomDashed:()=>CM,PanelTopClose:()=>bM,PanelTopDashed:()=>Us,PanelTopInactive:()=>Us,PanelTopOpen:()=>SM,PanelsLeftBottom:()=>kM,PanelsLeftRight:()=>Bo,PanelsRightBottom:()=>HM,PanelsTopBottom:()=>Ks,PanelsTopLeft:()=>$s,Paperclip:()=>TM,Parentheses:()=>LM,ParkingCircle:()=>mo,ParkingCircleOff:()=>uo,ParkingMeter:()=>PM,ParkingSquare:()=>z1,ParkingSquareOff:()=>O1,PartyPopper:()=>EM,Pause:()=>BM,PauseCircle:()=>xo,PauseOctagon:()=>Vs,PawPrint:()=>RM,PcCase:()=>VM,Pen:()=>js,PenBox:()=>fa,PenLine:()=>_s,PenOff:()=>IM,PenSquare:()=>fa,PenTool:()=>FM,Pencil:()=>zM,PencilLine:()=>DM,PencilOff:()=>WM,PencilRuler:()=>OM,Pentagon:()=>qM,Percent:()=>NM,PercentCircle:()=>go,PercentDiamond:()=>Vo,PercentSquare:()=>q1,PersonStanding:()=>UM,PhilippinePeso:()=>$M,Phone:()=>KM,PhoneCall:()=>_M,PhoneForwarded:()=>jM,PhoneIncoming:()=>GM,PhoneMissed:()=>ZM,PhoneOff:()=>XM,PhoneOutgoing:()=>JM,Pi:()=>YM,PiSquare:()=>N1,Piano:()=>QM,Pickaxe:()=>t7,PictureInPicture:()=>a7,PictureInPicture2:()=>e7,PieChart:()=>jr,PiggyBank:()=>r7,Pilcrow:()=>n7,PilcrowLeft:()=>o7,PilcrowRight:()=>s7,PilcrowSquare:()=>U1,Pill:()=>d7,PillBottle:()=>l7,Pin:()=>p7,PinOff:()=>i7,Pipette:()=>c7,Pizza:()=>h7,Plane:()=>m7,PlaneLanding:()=>f7,PlaneTakeoff:()=>u7,Play:()=>x7,PlayCircle:()=>Mo,PlaySquare:()=>$1,Plug:()=>M7,Plug2:()=>g7,PlugZap:()=>Gs,PlugZap2:()=>Gs,Plus:()=>v7,PlusCircle:()=>vo,PlusSquare:()=>_1,Pocket:()=>w7,PocketKnife:()=>y7,Podcast:()=>C7,Pointer:()=>S7,PointerOff:()=>b7,Popcorn:()=>k7,Popsicle:()=>A7,PoundSterling:()=>H7,Power:()=>L7,PowerCircle:()=>yo,PowerOff:()=>T7,PowerSquare:()=>j1,Presentation:()=>P7,Printer:()=>B7,PrinterCheck:()=>E7,Projector:()=>R7,Proportions:()=>V7,Puzzle:()=>I7,Pyramid:()=>F7,QrCode:()=>D7,Quote:()=>W7,Rabbit:()=>O7,Radar:()=>z7,Radiation:()=>q7,Radical:()=>N7,Radio:()=>_7,RadioReceiver:()=>U7,RadioTower:()=>$7,Radius:()=>j7,RailSymbol:()=>G7,Rainbow:()=>Z7,Rat:()=>X7,Ratio:()=>J7,Receipt:()=>nv,ReceiptCent:()=>K7,ReceiptEuro:()=>Y7,ReceiptIndianRupee:()=>Q7,ReceiptJapaneseYen:()=>tv,ReceiptPoundSterling:()=>ev,ReceiptRussianRuble:()=>av,ReceiptSwissFranc:()=>rv,ReceiptText:()=>ov,ReceiptTurkishLira:()=>sv,RectangleCircle:()=>lv,RectangleEllipsis:()=>Zs,RectangleGoggles:()=>dv,RectangleHorizontal:()=>iv,RectangleVertical:()=>pv,Recycle:()=>cv,Redo:()=>uv,Redo2:()=>hv,RedoDot:()=>fv,RefreshCcw:()=>xv,RefreshCcwDot:()=>mv,RefreshCw:()=>Mv,RefreshCwOff:()=>gv,Refrigerator:()=>vv,Regex:()=>yv,RemoveFormatting:()=>wv,Repeat:()=>Sv,Repeat1:()=>Cv,Repeat2:()=>bv,Replace:()=>kv,ReplaceAll:()=>Av,Reply:()=>Tv,ReplyAll:()=>Hv,Rewind:()=>Lv,Ribbon:()=>Pv,Rocket:()=>Ev,RockingChair:()=>Bv,RollerCoaster:()=>Rv,Rose:()=>Vv,Rotate3D:()=>Xs,Rotate3d:()=>Xs,RotateCcw:()=>Dv,RotateCcwKey:()=>Iv,RotateCcwSquare:()=>Fv,RotateCw:()=>Ov,RotateCwSquare:()=>Wv,Route:()=>qv,RouteOff:()=>zv,Router:()=>Nv,Rows:()=>Js,Rows2:()=>Js,Rows3:()=>Ks,Rows4:()=>Uv,Rss:()=>$v,Ruler:()=>jv,RulerDimensionLine:()=>_v,RussianRuble:()=>Gv,Sailboat:()=>Zv,Salad:()=>Xv,Sandwich:()=>Jv,Satellite:()=>Yv,SatelliteDish:()=>Kv,SaudiRiyal:()=>Qv,Save:()=>a9,SaveAll:()=>t9,SaveOff:()=>e9,Scale:()=>r9,Scale3D:()=>Ys,Scale3d:()=>Ys,Scaling:()=>o9,Scan:()=>f9,ScanBarcode:()=>s9,ScanEye:()=>n9,ScanFace:()=>l9,ScanHeart:()=>d9,ScanLine:()=>i9,ScanQrCode:()=>p9,ScanSearch:()=>c9,ScanText:()=>h9,ScatterChart:()=>Gr,School:()=>u9,School2:()=>un,Scissors:()=>x9,ScissorsLineDashed:()=>m9,ScissorsSquare:()=>G1,ScissorsSquareDashedBottom:()=>M1,ScreenShare:()=>M9,ScreenShareOff:()=>g9,Scroll:()=>y9,ScrollText:()=>v9,Search:()=>A9,SearchCheck:()=>w9,SearchCode:()=>C9,SearchSlash:()=>b9,SearchX:()=>S9,Section:()=>k9,Send:()=>T9,SendHorizonal:()=>Qs,SendHorizontal:()=>Qs,SendToBack:()=>H9,SeparatorHorizontal:()=>L9,SeparatorVertical:()=>P9,Server:()=>V9,ServerCog:()=>E9,ServerCrash:()=>B9,ServerOff:()=>R9,Settings:()=>F9,Settings2:()=>I9,Shapes:()=>D9,Share:()=>O9,Share2:()=>W9,Sheet:()=>z9,Shell:()=>q9,Shield:()=>K9,ShieldAlert:()=>N9,ShieldBan:()=>U9,ShieldCheck:()=>$9,ShieldClose:()=>e1,ShieldEllipsis:()=>_9,ShieldHalf:()=>j9,ShieldMinus:()=>G9,ShieldOff:()=>Z9,ShieldPlus:()=>X9,ShieldQuestion:()=>t1,ShieldQuestionMark:()=>t1,ShieldUser:()=>J9,ShieldX:()=>e1,Ship:()=>Q9,ShipWheel:()=>Y9,Shirt:()=>ty,ShoppingBag:()=>ey,ShoppingBasket:()=>ay,ShoppingCart:()=>ry,Shovel:()=>oy,ShowerHead:()=>sy,Shredder:()=>ny,Shrimp:()=>ly,Shrink:()=>dy,Shrub:()=>iy,Shuffle:()=>py,Sidebar:()=>qs,SidebarClose:()=>Ws,SidebarOpen:()=>zs,Sigma:()=>cy,SigmaSquare:()=>Z1,Signal:()=>xy,SignalHigh:()=>hy,SignalLow:()=>fy,SignalMedium:()=>uy,SignalZero:()=>my,Signature:()=>gy,Signpost:()=>vy,SignpostBig:()=>My,Siren:()=>yy,SkipBack:()=>wy,SkipForward:()=>Cy,Skull:()=>by,Slack:()=>Sy,Slash:()=>Ay,SlashSquare:()=>X1,Slice:()=>ky,Sliders:()=>a1,SlidersHorizontal:()=>Hy,SlidersVertical:()=>a1,Smartphone:()=>Py,SmartphoneCharging:()=>Ty,SmartphoneNfc:()=>Ly,Smile:()=>By,SmilePlus:()=>Ey,Snail:()=>Ry,Snowflake:()=>Vy,SoapDispenserDroplet:()=>Iy,Sofa:()=>Fy,SolarPanel:()=>Dy,SortAsc:()=>Ar,SortDesc:()=>Cr,Soup:()=>Wy,Space:()=>Oy,Spade:()=>zy,Sparkle:()=>qy,Sparkles:()=>r1,Speaker:()=>Ny,Speech:()=>Uy,SpellCheck:()=>_y,SpellCheck2:()=>$y,Spline:()=>Gy,SplinePointer:()=>jy,Split:()=>Zy,SplitSquareHorizontal:()=>J1,SplitSquareVertical:()=>K1,Spool:()=>Xy,Spotlight:()=>Jy,SprayCan:()=>Ky,Sprout:()=>Yy,Square:()=>iw,SquareActivity:()=>o1,SquareArrowDown:()=>l1,SquareArrowDownLeft:()=>s1,SquareArrowDownRight:()=>n1,SquareArrowLeft:()=>d1,SquareArrowOutDownLeft:()=>i1,SquareArrowOutDownRight:()=>p1,SquareArrowOutUpLeft:()=>c1,SquareArrowOutUpRight:()=>h1,SquareArrowRight:()=>f1,SquareArrowUp:()=>x1,SquareArrowUpLeft:()=>u1,SquareArrowUpRight:()=>m1,SquareAsterisk:()=>g1,SquareBottomDashedScissors:()=>M1,SquareChartGantt:()=>Fa,SquareCheck:()=>y1,SquareCheckBig:()=>v1,SquareChevronDown:()=>w1,SquareChevronLeft:()=>C1,SquareChevronRight:()=>b1,SquareChevronUp:()=>S1,SquareCode:()=>A1,SquareDashed:()=>T1,SquareDashedBottom:()=>tw,SquareDashedBottomCode:()=>Qy,SquareDashedKanban:()=>k1,SquareDashedMousePointer:()=>H1,SquareDashedTopSolid:()=>ew,SquareDivide:()=>L1,SquareDot:()=>P1,SquareEqual:()=>E1,SquareFunction:()=>B1,SquareGanttChart:()=>Fa,SquareKanban:()=>R1,SquareLibrary:()=>V1,SquareM:()=>I1,SquareMenu:()=>F1,SquareMinus:()=>D1,SquareMousePointer:()=>W1,SquareParking:()=>z1,SquareParkingOff:()=>O1,SquarePause:()=>aw,SquarePen:()=>fa,SquarePercent:()=>q1,SquarePi:()=>N1,SquarePilcrow:()=>U1,SquarePlay:()=>$1,SquarePlus:()=>_1,SquarePower:()=>j1,SquareRadical:()=>rw,SquareRoundCorner:()=>ow,SquareScissors:()=>G1,SquareSigma:()=>Z1,SquareSlash:()=>X1,SquareSplitHorizontal:()=>J1,SquareSplitVertical:()=>K1,SquareSquare:()=>sw,SquareStack:()=>nw,SquareStar:()=>lw,SquareStop:()=>dw,SquareTerminal:()=>Y1,SquareUser:()=>tn,SquareUserRound:()=>Q1,SquareX:()=>en,SquaresExclude:()=>pw,SquaresIntersect:()=>cw,SquaresSubtract:()=>hw,SquaresUnite:()=>fw,Squircle:()=>mw,SquircleDashed:()=>uw,Squirrel:()=>xw,Stamp:()=>gw,Star:()=>yw,StarHalf:()=>Mw,StarOff:()=>vw,Stars:()=>r1,StepBack:()=>ww,StepForward:()=>Cw,Stethoscope:()=>bw,Sticker:()=>Sw,StickyNote:()=>Aw,StopCircle:()=>Co,Store:()=>kw,StretchHorizontal:()=>Hw,StretchVertical:()=>Tw,Strikethrough:()=>Lw,Subscript:()=>Pw,Subtitles:()=>Vr,Sun:()=>Iw,SunDim:()=>Ew,SunMedium:()=>Bw,SunMoon:()=>Rw,SunSnow:()=>Vw,Sunrise:()=>Fw,Sunset:()=>Dw,Superscript:()=>Ww,SwatchBook:()=>Ow,SwissFranc:()=>zw,SwitchCamera:()=>qw,Sword:()=>Nw,Swords:()=>Uw,Syringe:()=>$w,Table:()=>Yw,Table2:()=>_w,TableCellsMerge:()=>jw,TableCellsSplit:()=>Gw,TableColumnsSplit:()=>Zw,TableConfig:()=>Ea,TableOfContents:()=>Xw,TableProperties:()=>Jw,TableRowsSplit:()=>Kw,Tablet:()=>tC,TabletSmartphone:()=>Qw,Tablets:()=>eC,Tag:()=>aC,Tags:()=>rC,Tally1:()=>oC,Tally2:()=>sC,Tally3:()=>nC,Tally4:()=>lC,Tally5:()=>dC,Tangent:()=>iC,Target:()=>pC,Telescope:()=>cC,Tent:()=>fC,TentTree:()=>hC,Terminal:()=>uC,TerminalSquare:()=>Y1,TestTube:()=>mC,TestTube2:()=>an,TestTubeDiagonal:()=>an,TestTubes:()=>xC,Text:()=>Da,TextAlignCenter:()=>rn,TextAlignEnd:()=>on,TextAlignJustify:()=>sn,TextAlignStart:()=>Da,TextCursor:()=>MC,TextCursorInput:()=>gC,TextInitial:()=>nn,TextQuote:()=>vC,TextSearch:()=>yC,TextSelect:()=>ln,TextSelection:()=>ln,TextWrap:()=>dn,Theater:()=>wC,Thermometer:()=>SC,ThermometerSnowflake:()=>CC,ThermometerSun:()=>bC,ThumbsDown:()=>AC,ThumbsUp:()=>kC,Ticket:()=>RC,TicketCheck:()=>HC,TicketMinus:()=>TC,TicketPercent:()=>LC,TicketPlus:()=>PC,TicketSlash:()=>EC,TicketX:()=>BC,Tickets:()=>IC,TicketsPlane:()=>VC,Timer:()=>WC,TimerOff:()=>FC,TimerReset:()=>DC,ToggleLeft:()=>OC,ToggleRight:()=>zC,Toilet:()=>qC,ToolCase:()=>NC,Tornado:()=>UC,Torus:()=>$C,Touchpad:()=>jC,TouchpadOff:()=>_C,TowerControl:()=>GC,ToyBrick:()=>ZC,Tractor:()=>XC,TrafficCone:()=>JC,Train:()=>pn,TrainFront:()=>YC,TrainFrontTunnel:()=>KC,TrainTrack:()=>QC,TramFront:()=>pn,Transgender:()=>tb,Trash:()=>ab,Trash2:()=>eb,TreeDeciduous:()=>rb,TreePalm:()=>cn,TreePine:()=>ob,Trees:()=>sb,Trello:()=>nb,TrendingDown:()=>lb,TrendingUp:()=>ib,TrendingUpDown:()=>db,Triangle:()=>hb,TriangleAlert:()=>hn,TriangleDashed:()=>pb,TriangleRight:()=>cb,Trophy:()=>fb,Truck:()=>mb,TruckElectric:()=>ub,TurkishLira:()=>xb,Turntable:()=>gb,Turtle:()=>Mb,Tv:()=>yb,Tv2:()=>fn,TvMinimal:()=>fn,TvMinimalPlay:()=>vb,Twitch:()=>wb,Twitter:()=>Cb,Type:()=>Sb,TypeOutline:()=>bb,Umbrella:()=>kb,UmbrellaOff:()=>Ab,Underline:()=>Hb,Undo:()=>Pb,Undo2:()=>Tb,UndoDot:()=>Lb,UnfoldHorizontal:()=>Eb,UnfoldVertical:()=>Bb,Ungroup:()=>Rb,University:()=>un,Unlink:()=>Ib,Unlink2:()=>Vb,Unlock:()=>Hs,UnlockKeyhole:()=>ks,Unplug:()=>Fb,Upload:()=>Db,UploadCloud:()=>Lo,Usb:()=>Wb,User:()=>Jb,User2:()=>yn,UserCheck:()=>Ob,UserCheck2:()=>mn,UserCircle:()=>So,UserCircle2:()=>bo,UserCog:()=>zb,UserCog2:()=>xn,UserLock:()=>qb,UserMinus:()=>Nb,UserMinus2:()=>gn,UserPen:()=>Ub,UserPlus:()=>$b,UserPlus2:()=>Mn,UserRound:()=>yn,UserRoundCheck:()=>mn,UserRoundCog:()=>xn,UserRoundMinus:()=>gn,UserRoundPen:()=>_b,UserRoundPlus:()=>Mn,UserRoundSearch:()=>jb,UserRoundX:()=>vn,UserSearch:()=>Gb,UserSquare:()=>tn,UserSquare2:()=>Q1,UserStar:()=>Zb,UserX:()=>Xb,UserX2:()=>vn,Users:()=>Kb,Users2:()=>wn,UsersRound:()=>wn,Utensils:()=>bn,UtensilsCrossed:()=>Cn,UtilityPole:()=>Yb,Variable:()=>Qb,Vault:()=>tS,VectorSquare:()=>eS,Vegan:()=>aS,VenetianMask:()=>rS,Venus:()=>sS,VenusAndMars:()=>oS,Verified:()=>Tr,Vibrate:()=>lS,VibrateOff:()=>nS,Video:()=>iS,VideoOff:()=>dS,Videotape:()=>pS,View:()=>cS,Voicemail:()=>hS,Volleyball:()=>fS,Volume:()=>MS,Volume1:()=>uS,Volume2:()=>mS,VolumeOff:()=>xS,VolumeX:()=>gS,Vote:()=>vS,Wallet:()=>wS,Wallet2:()=>Sn,WalletCards:()=>yS,WalletMinimal:()=>Sn,Wallpaper:()=>CS,Wand:()=>bS,Wand2:()=>An,WandSparkles:()=>An,Warehouse:()=>SS,WashingMachine:()=>AS,Watch:()=>kS,Waves:()=>HS,WavesLadder:()=>TS,Waypoints:()=>LS,Webcam:()=>PS,Webhook:()=>BS,WebhookOff:()=>ES,Weight:()=>RS,Wheat:()=>IS,WheatOff:()=>VS,WholeWord:()=>FS,Wifi:()=>$S,WifiCog:()=>DS,WifiHigh:()=>WS,WifiLow:()=>OS,WifiOff:()=>zS,WifiPen:()=>qS,WifiSync:()=>NS,WifiZero:()=>US,Wind:()=>jS,WindArrowDown:()=>_S,Wine:()=>ZS,WineOff:()=>GS,Workflow:()=>XS,Worm:()=>JS,WrapText:()=>dn,Wrench:()=>KS,X:()=>YS,XCircle:()=>Ao,XOctagon:()=>Is,XSquare:()=>en,Youtube:()=>QS,Zap:()=>eA,ZapOff:()=>tA,ZoomIn:()=>aA,ZoomOut:()=>rA,createElement:()=>Kl,createIcons:()=>qT,icons:()=>NA});var Jl={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 zT=([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=zT(s);t.appendChild(o)}),t},Kl=(r,e={})=>{let t={...Jl,...e};return zT(["svg",t,r])};var MP=r=>Array.from(r.attributes).reduce((e,a)=>(e[a.name]=a.value,e),{}),vP=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:"",yP=r=>r.flatMap(vP).map(a=>a.trim()).filter(Boolean).filter((a,t,s)=>s.indexOf(a)===t).join(" "),wP=r=>r.replace(/(\w)(\w*)(_|-|\s*)/g,(e,a,t)=>a.toUpperCase()+t.toLowerCase()),qA=(r,{nameAttr:e,icons:a,attrs:t})=>{var h;let s=r.getAttribute(e);if(s==null)return;let o=wP(s),n=a[o];if(!n)return console.warn(`${r.outerHTML} icon name was not found in the provided icons object.`);let l=MP(r),i={...Jl,"data-lucide":s,...t,...l},p=yP(["lucide",`lucide-${s}`,l,t]);p&&Object.assign(i,{class:p});let m=Kl(n,i);return(h=r.parentNode)==null?void 0:h.replaceChild(m,r)};var NA={};HA(NA,{AArrowDown:()=>Yl,AArrowUp:()=>Ql,ALargeSmall:()=>td,Accessibility:()=>ed,Activity:()=>ad,ActivitySquare:()=>o1,AirVent:()=>rd,Airplay:()=>od,AlarmCheck:()=>Mr,AlarmClock:()=>nd,AlarmClockCheck:()=>Mr,AlarmClockMinus:()=>vr,AlarmClockOff:()=>sd,AlarmClockPlus:()=>yr,AlarmMinus:()=>vr,AlarmPlus:()=>yr,AlarmSmoke:()=>ld,Album:()=>dd,AlertCircle:()=>Xr,AlertOctagon:()=>Rs,AlertTriangle:()=>hn,AlignCenter:()=>rn,AlignCenterHorizontal:()=>id,AlignCenterVertical:()=>pd,AlignEndHorizontal:()=>cd,AlignEndVertical:()=>hd,AlignHorizontalDistributeCenter:()=>fd,AlignHorizontalDistributeEnd:()=>ud,AlignHorizontalDistributeStart:()=>md,AlignHorizontalJustifyCenter:()=>xd,AlignHorizontalJustifyEnd:()=>gd,AlignHorizontalJustifyStart:()=>Md,AlignHorizontalSpaceAround:()=>vd,AlignHorizontalSpaceBetween:()=>yd,AlignJustify:()=>sn,AlignLeft:()=>Da,AlignRight:()=>on,AlignStartHorizontal:()=>wd,AlignStartVertical:()=>Cd,AlignVerticalDistributeCenter:()=>bd,AlignVerticalDistributeEnd:()=>Sd,AlignVerticalDistributeStart:()=>Ad,AlignVerticalJustifyCenter:()=>kd,AlignVerticalJustifyEnd:()=>Hd,AlignVerticalJustifyStart:()=>Td,AlignVerticalSpaceAround:()=>Ld,AlignVerticalSpaceBetween:()=>Pd,Ambulance:()=>Ed,Ampersand:()=>Bd,Ampersands:()=>Rd,Amphora:()=>Vd,Anchor:()=>Id,Angry:()=>Fd,Annoyed:()=>Dd,Antenna:()=>Wd,Anvil:()=>Od,Aperture:()=>zd,AppWindow:()=>Nd,AppWindowMac:()=>qd,Apple:()=>Ud,Archive:()=>jd,ArchiveRestore:()=>$d,ArchiveX:()=>_d,AreaChart:()=>Ir,Armchair:()=>Gd,ArrowBigDown:()=>Xd,ArrowBigDownDash:()=>Zd,ArrowBigLeft:()=>Kd,ArrowBigLeftDash:()=>Jd,ArrowBigRight:()=>Qd,ArrowBigRightDash:()=>Yd,ArrowBigUp:()=>e2,ArrowBigUpDash:()=>t2,ArrowDown:()=>c2,ArrowDown01:()=>a2,ArrowDown10:()=>r2,ArrowDownAZ:()=>wr,ArrowDownAz:()=>wr,ArrowDownCircle:()=>Jr,ArrowDownFromLine:()=>o2,ArrowDownLeft:()=>s2,ArrowDownLeftFromCircle:()=>Yr,ArrowDownLeftFromSquare:()=>i1,ArrowDownLeftSquare:()=>s1,ArrowDownNarrowWide:()=>n2,ArrowDownRight:()=>l2,ArrowDownRightFromCircle:()=>Qr,ArrowDownRightFromSquare:()=>p1,ArrowDownRightSquare:()=>n1,ArrowDownSquare:()=>l1,ArrowDownToDot:()=>d2,ArrowDownToLine:()=>i2,ArrowDownUp:()=>p2,ArrowDownWideNarrow:()=>Cr,ArrowDownZA:()=>br,ArrowDownZa:()=>br,ArrowLeft:()=>m2,ArrowLeftCircle:()=>Kr,ArrowLeftFromLine:()=>h2,ArrowLeftRight:()=>f2,ArrowLeftSquare:()=>d1,ArrowLeftToLine:()=>u2,ArrowRight:()=>v2,ArrowRightCircle:()=>ao,ArrowRightFromLine:()=>x2,ArrowRightLeft:()=>g2,ArrowRightSquare:()=>f1,ArrowRightToLine:()=>M2,ArrowUp:()=>L2,ArrowUp01:()=>y2,ArrowUp10:()=>w2,ArrowUpAZ:()=>Sr,ArrowUpAz:()=>Sr,ArrowUpCircle:()=>ro,ArrowUpDown:()=>C2,ArrowUpFromDot:()=>b2,ArrowUpFromLine:()=>S2,ArrowUpLeft:()=>A2,ArrowUpLeftFromCircle:()=>to,ArrowUpLeftFromSquare:()=>c1,ArrowUpLeftSquare:()=>u1,ArrowUpNarrowWide:()=>Ar,ArrowUpRight:()=>k2,ArrowUpRightFromCircle:()=>eo,ArrowUpRightFromSquare:()=>h1,ArrowUpRightSquare:()=>m1,ArrowUpSquare:()=>x1,ArrowUpToLine:()=>H2,ArrowUpWideNarrow:()=>T2,ArrowUpZA:()=>kr,ArrowUpZa:()=>kr,ArrowsUpFromLine:()=>P2,Asterisk:()=>E2,AsteriskSquare:()=>g1,AtSign:()=>B2,Atom:()=>R2,AudioLines:()=>V2,AudioWaveform:()=>I2,Award:()=>F2,Axe:()=>D2,Axis3D:()=>Hr,Axis3d:()=>Hr,Baby:()=>W2,Backpack:()=>O2,Badge:()=>ei,BadgeAlert:()=>z2,BadgeCent:()=>q2,BadgeCheck:()=>Tr,BadgeDollarSign:()=>N2,BadgeEuro:()=>U2,BadgeHelp:()=>Lr,BadgeIndianRupee:()=>$2,BadgeInfo:()=>_2,BadgeJapaneseYen:()=>j2,BadgeMinus:()=>G2,BadgePercent:()=>Z2,BadgePlus:()=>X2,BadgePoundSterling:()=>J2,BadgeQuestionMark:()=>Lr,BadgeRussianRuble:()=>K2,BadgeSwissFranc:()=>Y2,BadgeTurkishLira:()=>Q2,BadgeX:()=>ti,BaggageClaim:()=>ai,Ban:()=>ri,Banana:()=>oi,Bandage:()=>si,Banknote:()=>ii,BanknoteArrowDown:()=>ni,BanknoteArrowUp:()=>li,BanknoteX:()=>di,BarChart:()=>Ur,BarChart2:()=>$r,BarChart3:()=>qr,BarChart4:()=>zr,BarChartBig:()=>Or,BarChartHorizontal:()=>Dr,BarChartHorizontalBig:()=>Fr,Barcode:()=>pi,Barrel:()=>ci,Baseline:()=>hi,Bath:()=>fi,Battery:()=>yi,BatteryCharging:()=>ui,BatteryFull:()=>mi,BatteryLow:()=>xi,BatteryMedium:()=>gi,BatteryPlus:()=>Mi,BatteryWarning:()=>vi,Beaker:()=>wi,Bean:()=>bi,BeanOff:()=>Ci,Bed:()=>ki,BedDouble:()=>Si,BedSingle:()=>Ai,Beef:()=>Hi,Beer:()=>Li,BeerOff:()=>Ti,Bell:()=>Fi,BellDot:()=>Pi,BellElectric:()=>Ei,BellMinus:()=>Bi,BellOff:()=>Ri,BellPlus:()=>Vi,BellRing:()=>Ii,BetweenHorizonalEnd:()=>Pr,BetweenHorizonalStart:()=>Er,BetweenHorizontalEnd:()=>Pr,BetweenHorizontalStart:()=>Er,BetweenVerticalEnd:()=>Di,BetweenVerticalStart:()=>Wi,BicepsFlexed:()=>Oi,Bike:()=>zi,Binary:()=>qi,Binoculars:()=>Ni,Biohazard:()=>$i,Bird:()=>Ui,Birdhouse:()=>_i,Bitcoin:()=>ji,Blend:()=>Gi,Blinds:()=>Zi,Blocks:()=>Xi,Bluetooth:()=>Qi,BluetoothConnected:()=>Ji,BluetoothOff:()=>Ki,BluetoothSearching:()=>Yi,Bold:()=>t0,Bolt:()=>e0,Bomb:()=>a0,Bone:()=>r0,Book:()=>H0,BookA:()=>o0,BookAlert:()=>s0,BookAudio:()=>n0,BookCheck:()=>l0,BookCopy:()=>d0,BookDashed:()=>Br,BookDown:()=>i0,BookHeadphones:()=>p0,BookHeart:()=>c0,BookImage:()=>h0,BookKey:()=>f0,BookLock:()=>u0,BookMarked:()=>m0,BookMinus:()=>x0,BookOpen:()=>v0,BookOpenCheck:()=>g0,BookOpenText:()=>M0,BookPlus:()=>y0,BookTemplate:()=>Br,BookText:()=>w0,BookType:()=>C0,BookUp:()=>S0,BookUp2:()=>b0,BookUser:()=>A0,BookX:()=>k0,Bookmark:()=>B0,BookmarkCheck:()=>T0,BookmarkMinus:()=>L0,BookmarkPlus:()=>P0,BookmarkX:()=>E0,BoomBox:()=>R0,Bot:()=>F0,BotMessageSquare:()=>V0,BotOff:()=>I0,BottleWine:()=>D0,BowArrow:()=>W0,Box:()=>O0,BoxSelect:()=>T1,Boxes:()=>z0,Braces:()=>Rr,Brackets:()=>q0,Brain:()=>$0,BrainCircuit:()=>N0,BrainCog:()=>U0,BrickWall:()=>G0,BrickWallFire:()=>_0,BrickWallShield:()=>j0,Briefcase:()=>K0,BriefcaseBusiness:()=>Z0,BriefcaseConveyorBelt:()=>X0,BriefcaseMedical:()=>J0,BringToFront:()=>Y0,Brush:()=>tp,BrushCleaning:()=>Q0,Bubbles:()=>ep,Bug:()=>op,BugOff:()=>ap,BugPlay:()=>rp,Building:()=>np,Building2:()=>sp,Bus:()=>dp,BusFront:()=>lp,Cable:()=>pp,CableCar:()=>ip,Cake:()=>hp,CakeSlice:()=>cp,Calculator:()=>fp,Calendar:()=>Vp,Calendar1:()=>up,CalendarArrowDown:()=>mp,CalendarArrowUp:()=>xp,CalendarCheck:()=>Mp,CalendarCheck2:()=>gp,CalendarClock:()=>vp,CalendarCog:()=>yp,CalendarDays:()=>wp,CalendarFold:()=>Cp,CalendarHeart:()=>bp,CalendarMinus:()=>Ap,CalendarMinus2:()=>Sp,CalendarOff:()=>kp,CalendarPlus:()=>Tp,CalendarPlus2:()=>Hp,CalendarRange:()=>Lp,CalendarSearch:()=>Pp,CalendarSync:()=>Ep,CalendarX:()=>Rp,CalendarX2:()=>Bp,Camera:()=>Fp,CameraOff:()=>Ip,CandlestickChart:()=>Wr,Candy:()=>Op,CandyCane:()=>Dp,CandyOff:()=>Wp,Cannabis:()=>zp,Captions:()=>Vr,CaptionsOff:()=>qp,Car:()=>$p,CarFront:()=>Np,CarTaxiFront:()=>Up,Caravan:()=>_p,CardSim:()=>jp,Carrot:()=>Gp,CaseLower:()=>Zp,CaseSensitive:()=>Xp,CaseUpper:()=>Jp,CassetteTape:()=>Kp,Cast:()=>Yp,Castle:()=>Qp,Cat:()=>tc,Cctv:()=>ec,ChartArea:()=>Ir,ChartBar:()=>Dr,ChartBarBig:()=>Fr,ChartBarDecreasing:()=>ac,ChartBarIncreasing:()=>rc,ChartBarStacked:()=>oc,ChartCandlestick:()=>Wr,ChartColumn:()=>qr,ChartColumnBig:()=>Or,ChartColumnDecreasing:()=>sc,ChartColumnIncreasing:()=>zr,ChartColumnStacked:()=>nc,ChartGantt:()=>lc,ChartLine:()=>Nr,ChartNetwork:()=>dc,ChartNoAxesColumn:()=>$r,ChartNoAxesColumnDecreasing:()=>ic,ChartNoAxesColumnIncreasing:()=>Ur,ChartNoAxesCombined:()=>pc,ChartNoAxesGantt:()=>_r,ChartPie:()=>jr,ChartScatter:()=>Gr,ChartSpline:()=>cc,Check:()=>uc,CheckCheck:()=>hc,CheckCircle:()=>oo,CheckCircle2:()=>so,CheckLine:()=>fc,CheckSquare:()=>v1,CheckSquare2:()=>y1,ChefHat:()=>mc,Cherry:()=>xc,ChevronDown:()=>gc,ChevronDownCircle:()=>no,ChevronDownSquare:()=>w1,ChevronFirst:()=>Mc,ChevronLast:()=>vc,ChevronLeft:()=>yc,ChevronLeftCircle:()=>lo,ChevronLeftSquare:()=>C1,ChevronRight:()=>wc,ChevronRightCircle:()=>io,ChevronRightSquare:()=>b1,ChevronUp:()=>Cc,ChevronUpCircle:()=>po,ChevronUpSquare:()=>S1,ChevronsDown:()=>Sc,ChevronsDownUp:()=>bc,ChevronsLeft:()=>Hc,ChevronsLeftRight:()=>kc,ChevronsLeftRightEllipsis:()=>Ac,ChevronsRight:()=>Lc,ChevronsRightLeft:()=>Tc,ChevronsUp:()=>Ec,ChevronsUpDown:()=>Pc,Chrome:()=>Zr,Chromium:()=>Zr,Church:()=>Bc,Cigarette:()=>Vc,CigaretteOff:()=>Rc,Circle:()=>Zc,CircleAlert:()=>Xr,CircleArrowDown:()=>Jr,CircleArrowLeft:()=>Kr,CircleArrowOutDownLeft:()=>Yr,CircleArrowOutDownRight:()=>Qr,CircleArrowOutUpLeft:()=>to,CircleArrowOutUpRight:()=>eo,CircleArrowRight:()=>ao,CircleArrowUp:()=>ro,CircleCheck:()=>so,CircleCheckBig:()=>oo,CircleChevronDown:()=>no,CircleChevronLeft:()=>lo,CircleChevronRight:()=>io,CircleChevronUp:()=>po,CircleDashed:()=>Ic,CircleDivide:()=>co,CircleDollarSign:()=>Fc,CircleDot:()=>Wc,CircleDotDashed:()=>Dc,CircleEllipsis:()=>Oc,CircleEqual:()=>zc,CircleFadingArrowUp:()=>qc,CircleFadingPlus:()=>Nc,CircleGauge:()=>ho,CircleHelp:()=>Pa,CircleMinus:()=>fo,CircleOff:()=>Uc,CircleParking:()=>mo,CircleParkingOff:()=>uo,CirclePause:()=>xo,CirclePercent:()=>go,CirclePlay:()=>Mo,CirclePlus:()=>vo,CirclePoundSterling:()=>$c,CirclePower:()=>yo,CircleQuestionMark:()=>Pa,CircleSlash:()=>_c,CircleSlash2:()=>wo,CircleSlashed:()=>wo,CircleSmall:()=>jc,CircleStar:()=>Gc,CircleStop:()=>Co,CircleUser:()=>So,CircleUserRound:()=>bo,CircleX:()=>Ao,CircuitBoard:()=>Xc,Citrus:()=>Jc,Clapperboard:()=>Kc,Clipboard:()=>lh,ClipboardCheck:()=>Yc,ClipboardClock:()=>Qc,ClipboardCopy:()=>th,ClipboardEdit:()=>Ho,ClipboardList:()=>eh,ClipboardMinus:()=>ah,ClipboardPaste:()=>rh,ClipboardPen:()=>Ho,ClipboardPenLine:()=>ko,ClipboardPlus:()=>oh,ClipboardSignature:()=>ko,ClipboardType:()=>sh,ClipboardX:()=>nh,Clock:()=>kh,Clock1:()=>dh,Clock10:()=>ih,Clock11:()=>ph,Clock12:()=>ch,Clock2:()=>hh,Clock3:()=>fh,Clock4:()=>uh,Clock5:()=>mh,Clock6:()=>xh,Clock7:()=>gh,Clock8:()=>Mh,Clock9:()=>vh,ClockAlert:()=>yh,ClockArrowDown:()=>wh,ClockArrowUp:()=>Ch,ClockCheck:()=>bh,ClockFading:()=>Sh,ClockPlus:()=>Ah,ClosedCaption:()=>Hh,Cloud:()=>Uh,CloudAlert:()=>Th,CloudCheck:()=>Lh,CloudCog:()=>Ph,CloudDownload:()=>To,CloudDrizzle:()=>Eh,CloudFog:()=>Bh,CloudHail:()=>Rh,CloudLightning:()=>Vh,CloudMoon:()=>Fh,CloudMoonRain:()=>Ih,CloudOff:()=>Dh,CloudRain:()=>Oh,CloudRainWind:()=>Wh,CloudSnow:()=>zh,CloudSun:()=>Nh,CloudSunRain:()=>qh,CloudUpload:()=>Lo,Cloudy:()=>$h,Clover:()=>_h,Club:()=>jh,Code:()=>Gh,Code2:()=>Po,CodeSquare:()=>A1,CodeXml:()=>Po,Codepen:()=>Zh,Codesandbox:()=>Xh,Coffee:()=>Jh,Cog:()=>Kh,Coins:()=>Yh,Columns:()=>Eo,Columns2:()=>Eo,Columns3:()=>Bo,Columns3Cog:()=>Ea,Columns4:()=>Qh,ColumnsSettings:()=>Ea,Combine:()=>tf,Command:()=>ef,Compass:()=>af,Component:()=>rf,Computer:()=>of,ConciergeBell:()=>sf,Cone:()=>nf,Construction:()=>lf,Contact:()=>df,Contact2:()=>Ro,ContactRound:()=>Ro,Container:()=>pf,Contrast:()=>cf,Cookie:()=>hf,CookingPot:()=>ff,Copy:()=>vf,CopyCheck:()=>uf,CopyMinus:()=>mf,CopyPlus:()=>xf,CopySlash:()=>gf,CopyX:()=>Mf,Copyleft:()=>yf,Copyright:()=>wf,CornerDownLeft:()=>Cf,CornerDownRight:()=>bf,CornerLeftDown:()=>Sf,CornerLeftUp:()=>Af,CornerRightDown:()=>kf,CornerRightUp:()=>Hf,CornerUpLeft:()=>Tf,CornerUpRight:()=>Lf,Cpu:()=>Pf,CreativeCommons:()=>Ef,CreditCard:()=>Bf,Croissant:()=>Rf,Crop:()=>Vf,Cross:()=>If,Crosshair:()=>Ff,Crown:()=>Df,Cuboid:()=>Wf,CupSoda:()=>Of,CurlyBraces:()=>Rr,Currency:()=>zf,Cylinder:()=>qf,Dam:()=>Nf,Database:()=>_f,DatabaseBackup:()=>Uf,DatabaseZap:()=>$f,DecimalsArrowLeft:()=>jf,DecimalsArrowRight:()=>Gf,Delete:()=>Zf,Dessert:()=>Xf,Diameter:()=>Jf,Diamond:()=>Qf,DiamondMinus:()=>Kf,DiamondPercent:()=>Vo,DiamondPlus:()=>Yf,Dice1:()=>tu,Dice2:()=>eu,Dice3:()=>au,Dice4:()=>ru,Dice5:()=>ou,Dice6:()=>su,Dices:()=>nu,Diff:()=>lu,Disc:()=>cu,Disc2:()=>du,Disc3:()=>iu,DiscAlbum:()=>pu,Divide:()=>hu,DivideCircle:()=>co,DivideSquare:()=>L1,Dna:()=>uu,DnaOff:()=>fu,Dock:()=>mu,Dog:()=>xu,DollarSign:()=>gu,Donut:()=>Mu,DoorClosed:()=>yu,DoorClosedLocked:()=>vu,DoorOpen:()=>wu,Dot:()=>Cu,DotSquare:()=>P1,Download:()=>bu,DownloadCloud:()=>To,DraftingCompass:()=>Su,Drama:()=>Au,Dribbble:()=>ku,Drill:()=>Hu,Drone:()=>Tu,Droplet:()=>Pu,DropletOff:()=>Lu,Droplets:()=>Eu,Drum:()=>Bu,Drumstick:()=>Ru,Dumbbell:()=>Vu,Ear:()=>Fu,EarOff:()=>Iu,Earth:()=>Io,EarthLock:()=>Du,Eclipse:()=>Wu,Edit:()=>fa,Edit2:()=>js,Edit3:()=>_s,Egg:()=>qu,EggFried:()=>Ou,EggOff:()=>zu,Ellipsis:()=>Do,EllipsisVertical:()=>Fo,Equal:()=>$u,EqualApproximately:()=>Nu,EqualNot:()=>Uu,EqualSquare:()=>E1,Eraser:()=>_u,EthernetPort:()=>ju,Euro:()=>Gu,EvCharger:()=>Zu,Expand:()=>Xu,ExternalLink:()=>Ju,Eye:()=>Qu,EyeClosed:()=>Ku,EyeOff:()=>Yu,Facebook:()=>tm,Factory:()=>em,Fan:()=>am,FastForward:()=>rm,Feather:()=>om,Fence:()=>sm,FerrisWheel:()=>nm,Figma:()=>lm,File:()=>Fm,FileArchive:()=>dm,FileAudio:()=>Ba,FileAudio2:()=>Ba,FileAxis3D:()=>Wo,FileAxis3d:()=>Wo,FileBadge:()=>Oo,FileBadge2:()=>Oo,FileBarChart:()=>No,FileBarChart2:()=>Uo,FileBox:()=>im,FileBraces:()=>qo,FileBracesCorner:()=>zo,FileChartColumn:()=>Uo,FileChartColumnIncreasing:()=>No,FileChartLine:()=>$o,FileChartPie:()=>_o,FileCheck:()=>pm,FileCheck2:()=>jo,FileCheckCorner:()=>jo,FileClock:()=>cm,FileCode:()=>hm,FileCode2:()=>Go,FileCodeCorner:()=>Go,FileCog:()=>Zo,FileCog2:()=>Zo,FileDiff:()=>fm,FileDigit:()=>um,FileDown:()=>mm,FileEdit:()=>ts,FileExclamationPoint:()=>Xo,FileHeadphone:()=>Ba,FileHeart:()=>xm,FileImage:()=>gm,FileInput:()=>Mm,FileJson:()=>qo,FileJson2:()=>zo,FileKey:()=>Jo,FileKey2:()=>Jo,FileLineChart:()=>$o,FileLock:()=>Ko,FileLock2:()=>Ko,FileMinus:()=>vm,FileMinus2:()=>Yo,FileMinusCorner:()=>Yo,FileMusic:()=>ym,FileOutput:()=>wm,FilePen:()=>ts,FilePenLine:()=>Qo,FilePieChart:()=>_o,FilePlay:()=>es,FilePlus:()=>Cm,FilePlus2:()=>as,FilePlusCorner:()=>as,FileQuestion:()=>rs,FileQuestionMark:()=>rs,FileScan:()=>bm,FileSearch:()=>Sm,FileSearch2:()=>os,FileSearchCorner:()=>os,FileSignal:()=>ss,FileSignature:()=>Qo,FileSliders:()=>Am,FileSpreadsheet:()=>km,FileStack:()=>Hm,FileSymlink:()=>Tm,FileTerminal:()=>Lm,FileText:()=>Pm,FileType:()=>Em,FileType2:()=>ns,FileTypeCorner:()=>ns,FileUp:()=>Bm,FileUser:()=>Rm,FileVideo:()=>es,FileVideo2:()=>ls,FileVideoCamera:()=>ls,FileVolume:()=>Vm,FileVolume2:()=>ss,FileWarning:()=>Xo,FileX:()=>Im,FileX2:()=>ds,FileXCorner:()=>ds,Files:()=>Dm,Film:()=>Wm,Filter:()=>hs,FilterX:()=>cs,Fingerprint:()=>Om,FireExtinguisher:()=>zm,Fish:()=>Um,FishOff:()=>qm,FishSymbol:()=>Nm,Flag:()=>Gm,FlagOff:()=>$m,FlagTriangleLeft:()=>_m,FlagTriangleRight:()=>jm,Flame:()=>Xm,FlameKindling:()=>Zm,Flashlight:()=>Km,FlashlightOff:()=>Jm,FlaskConical:()=>Qm,FlaskConicalOff:()=>Ym,FlaskRound:()=>tx,FlipHorizontal:()=>ax,FlipHorizontal2:()=>ex,FlipVertical:()=>ox,FlipVertical2:()=>rx,Flower:()=>nx,Flower2:()=>sx,Focus:()=>lx,FoldHorizontal:()=>dx,FoldVertical:()=>ix,Folder:()=>Dx,FolderArchive:()=>px,FolderCheck:()=>cx,FolderClock:()=>hx,FolderClosed:()=>fx,FolderCode:()=>ux,FolderCog:()=>is,FolderCog2:()=>is,FolderDot:()=>mx,FolderDown:()=>xx,FolderEdit:()=>ps,FolderGit:()=>Mx,FolderGit2:()=>gx,FolderHeart:()=>vx,FolderInput:()=>yx,FolderKanban:()=>wx,FolderKey:()=>Cx,FolderLock:()=>bx,FolderMinus:()=>Sx,FolderOpen:()=>kx,FolderOpenDot:()=>Ax,FolderOutput:()=>Hx,FolderPen:()=>ps,FolderPlus:()=>Tx,FolderRoot:()=>Lx,FolderSearch:()=>Ex,FolderSearch2:()=>Px,FolderSymlink:()=>Bx,FolderSync:()=>Rx,FolderTree:()=>Vx,FolderUp:()=>Ix,FolderX:()=>Fx,Folders:()=>Wx,Footprints:()=>Ox,ForkKnife:()=>bn,ForkKnifeCrossed:()=>Cn,Forklift:()=>zx,FormInput:()=>Zs,Forward:()=>qx,Frame:()=>Nx,Framer:()=>Ux,Frown:()=>$x,Fuel:()=>_x,Fullscreen:()=>jx,FunctionSquare:()=>B1,Funnel:()=>hs,FunnelPlus:()=>Gx,FunnelX:()=>cs,GalleryHorizontal:()=>Xx,GalleryHorizontalEnd:()=>Zx,GalleryThumbnails:()=>Jx,GalleryVertical:()=>Yx,GalleryVerticalEnd:()=>Kx,Gamepad:()=>e4,Gamepad2:()=>Qx,GamepadDirectional:()=>t4,GanttChart:()=>_r,GanttChartSquare:()=>Fa,Gauge:()=>a4,GaugeCircle:()=>ho,Gavel:()=>r4,Gem:()=>o4,GeorgianLari:()=>s4,Ghost:()=>n4,Gift:()=>l4,GitBranch:()=>p4,GitBranchMinus:()=>d4,GitBranchPlus:()=>i4,GitCommit:()=>fs,GitCommitHorizontal:()=>fs,GitCommitVertical:()=>c4,GitCompare:()=>f4,GitCompareArrows:()=>h4,GitFork:()=>u4,GitGraph:()=>m4,GitMerge:()=>x4,GitPullRequest:()=>C4,GitPullRequestArrow:()=>g4,GitPullRequestClosed:()=>M4,GitPullRequestCreate:()=>y4,GitPullRequestCreateArrow:()=>v4,GitPullRequestDraft:()=>w4,Github:()=>b4,Gitlab:()=>S4,GlassWater:()=>A4,Glasses:()=>k4,Globe:()=>T4,Globe2:()=>Io,GlobeLock:()=>H4,Goal:()=>L4,Gpu:()=>P4,Grab:()=>Ms,GraduationCap:()=>E4,Grape:()=>B4,Grid:()=>Ra,Grid2X2:()=>gs,Grid2X2Check:()=>us,Grid2X2Plus:()=>ms,Grid2X2X:()=>xs,Grid2x2:()=>gs,Grid2x2Check:()=>us,Grid2x2Plus:()=>ms,Grid2x2X:()=>xs,Grid3X3:()=>Ra,Grid3x2:()=>R4,Grid3x3:()=>Ra,Grip:()=>F4,GripHorizontal:()=>V4,GripVertical:()=>I4,Group:()=>D4,Guitar:()=>W4,Ham:()=>O4,Hamburger:()=>z4,Hammer:()=>q4,Hand:()=>G4,HandCoins:()=>N4,HandFist:()=>U4,HandGrab:()=>Ms,HandHeart:()=>$4,HandHelping:()=>vs,HandMetal:()=>_4,HandPlatter:()=>j4,Handbag:()=>Z4,Handshake:()=>X4,HardDrive:()=>Y4,HardDriveDownload:()=>J4,HardDriveUpload:()=>K4,HardHat:()=>Q4,Hash:()=>t5,HatGlasses:()=>e5,Haze:()=>a5,HdmiPort:()=>r5,Heading:()=>p5,Heading1:()=>o5,Heading2:()=>s5,Heading3:()=>n5,Heading4:()=>l5,Heading5:()=>d5,Heading6:()=>i5,HeadphoneOff:()=>c5,Headphones:()=>h5,Headset:()=>f5,Heart:()=>y5,HeartCrack:()=>u5,HeartHandshake:()=>m5,HeartMinus:()=>x5,HeartOff:()=>g5,HeartPlus:()=>M5,HeartPulse:()=>v5,Heater:()=>w5,Helicopter:()=>C5,HelpCircle:()=>Pa,HelpingHand:()=>vs,Hexagon:()=>b5,Highlighter:()=>S5,History:()=>A5,Home:()=>ys,Hop:()=>H5,HopOff:()=>k5,Hospital:()=>T5,Hotel:()=>L5,Hourglass:()=>P5,House:()=>ys,HouseHeart:()=>E5,HousePlug:()=>B5,HousePlus:()=>R5,HouseWifi:()=>V5,IceCream:()=>Cs,IceCream2:()=>ws,IceCreamBowl:()=>ws,IceCreamCone:()=>Cs,IdCard:()=>F5,IdCardLanyard:()=>I5,Image:()=>$5,ImageDown:()=>W5,ImageMinus:()=>D5,ImageOff:()=>O5,ImagePlay:()=>z5,ImagePlus:()=>q5,ImageUp:()=>N5,ImageUpscale:()=>U5,Images:()=>_5,Import:()=>j5,Inbox:()=>G5,Indent:()=>Ia,IndentDecrease:()=>Va,IndentIncrease:()=>Ia,IndianRupee:()=>Z5,Infinity:()=>X5,Info:()=>J5,Inspect:()=>W1,InspectionPanel:()=>K5,Instagram:()=>Y5,Italic:()=>Q5,IterationCcw:()=>t3,IterationCw:()=>e3,JapaneseYen:()=>a3,Joystick:()=>r3,Kanban:()=>o3,KanbanSquare:()=>R1,KanbanSquareDashed:()=>k1,Kayak:()=>s3,Key:()=>d3,KeyRound:()=>n3,KeySquare:()=>l3,Keyboard:()=>c3,KeyboardMusic:()=>i3,KeyboardOff:()=>p3,Lamp:()=>g3,LampCeiling:()=>h3,LampDesk:()=>f3,LampFloor:()=>u3,LampWallDown:()=>m3,LampWallUp:()=>x3,LandPlot:()=>M3,Landmark:()=>v3,Languages:()=>y3,Laptop:()=>C3,Laptop2:()=>bs,LaptopMinimal:()=>bs,LaptopMinimalCheck:()=>w3,Lasso:()=>S3,LassoSelect:()=>b3,Laugh:()=>A3,Layers:()=>Ss,Layers2:()=>k3,Layers3:()=>Ss,Layout:()=>$s,LayoutDashboard:()=>H3,LayoutGrid:()=>T3,LayoutList:()=>L3,LayoutPanelLeft:()=>P3,LayoutPanelTop:()=>E3,LayoutTemplate:()=>B3,Leaf:()=>R3,LeafyGreen:()=>V3,Lectern:()=>I3,LetterText:()=>nn,Library:()=>D3,LibraryBig:()=>F3,LibrarySquare:()=>V1,LifeBuoy:()=>W3,Ligature:()=>O3,Lightbulb:()=>q3,LightbulbOff:()=>z3,LineChart:()=>Nr,LineSquiggle:()=>N3,Link:()=>_3,Link2:()=>$3,Link2Off:()=>U3,Linkedin:()=>j3,List:()=>cg,ListCheck:()=>G3,ListChecks:()=>Z3,ListChevronsDownUp:()=>X3,ListChevronsUpDown:()=>J3,ListCollapse:()=>K3,ListEnd:()=>Y3,ListFilter:()=>tg,ListFilterPlus:()=>Q3,ListIndentDecrease:()=>Va,ListIndentIncrease:()=>Ia,ListMinus:()=>eg,ListMusic:()=>ag,ListOrdered:()=>rg,ListPlus:()=>og,ListRestart:()=>sg,ListStart:()=>ng,ListTodo:()=>lg,ListTree:()=>dg,ListVideo:()=>ig,ListX:()=>pg,Loader:()=>fg,Loader2:()=>As,LoaderCircle:()=>As,LoaderPinwheel:()=>hg,Locate:()=>xg,LocateFixed:()=>ug,LocateOff:()=>mg,LocationEdit:()=>Ls,Lock:()=>Mg,LockKeyhole:()=>gg,LockKeyholeOpen:()=>ks,LockOpen:()=>Hs,LogIn:()=>vg,LogOut:()=>yg,Logs:()=>wg,Lollipop:()=>Cg,Luggage:()=>bg,MSquare:()=>I1,Magnet:()=>Sg,Mail:()=>Bg,MailCheck:()=>Ag,MailMinus:()=>kg,MailOpen:()=>Hg,MailPlus:()=>Tg,MailQuestion:()=>Ts,MailQuestionMark:()=>Ts,MailSearch:()=>Lg,MailWarning:()=>Pg,MailX:()=>Eg,Mailbox:()=>Rg,Mails:()=>Vg,Map:()=>Xg,MapMinus:()=>Ig,MapPin:()=>jg,MapPinCheck:()=>Dg,MapPinCheckInside:()=>Fg,MapPinHouse:()=>Wg,MapPinMinus:()=>zg,MapPinMinusInside:()=>Og,MapPinOff:()=>qg,MapPinPen:()=>Ls,MapPinPlus:()=>Ug,MapPinPlusInside:()=>Ng,MapPinX:()=>_g,MapPinXInside:()=>$g,MapPinned:()=>Gg,MapPlus:()=>Zg,Mars:()=>Kg,MarsStroke:()=>Jg,Martini:()=>Yg,Maximize:()=>t8,Maximize2:()=>Qg,Medal:()=>e8,Megaphone:()=>r8,MegaphoneOff:()=>a8,Meh:()=>o8,MemoryStick:()=>s8,Menu:()=>n8,MenuSquare:()=>F1,Merge:()=>l8,MessageCircle:()=>g8,MessageCircleCode:()=>d8,MessageCircleDashed:()=>i8,MessageCircleHeart:()=>p8,MessageCircleMore:()=>c8,MessageCircleOff:()=>h8,MessageCirclePlus:()=>f8,MessageCircleQuestion:()=>Ps,MessageCircleQuestionMark:()=>Ps,MessageCircleReply:()=>u8,MessageCircleWarning:()=>m8,MessageCircleX:()=>x8,MessageSquare:()=>R8,MessageSquareCode:()=>M8,MessageSquareDashed:()=>v8,MessageSquareDiff:()=>y8,MessageSquareDot:()=>w8,MessageSquareHeart:()=>C8,MessageSquareLock:()=>b8,MessageSquareMore:()=>S8,MessageSquareOff:()=>A8,MessageSquarePlus:()=>k8,MessageSquareQuote:()=>H8,MessageSquareReply:()=>T8,MessageSquareShare:()=>L8,MessageSquareText:()=>P8,MessageSquareWarning:()=>E8,MessageSquareX:()=>B8,MessagesSquare:()=>V8,Mic:()=>F8,Mic2:()=>Es,MicOff:()=>I8,MicVocal:()=>Es,Microchip:()=>D8,Microscope:()=>W8,Microwave:()=>O8,Milestone:()=>z8,Milk:()=>N8,MilkOff:()=>q8,Minimize:()=>$8,Minimize2:()=>U8,Minus:()=>_8,MinusCircle:()=>fo,MinusSquare:()=>D1,Monitor:()=>s6,MonitorCheck:()=>j8,MonitorCloud:()=>G8,MonitorCog:()=>Z8,MonitorDot:()=>X8,MonitorDown:()=>J8,MonitorOff:()=>K8,MonitorPause:()=>Y8,MonitorPlay:()=>Q8,MonitorSmartphone:()=>t6,MonitorSpeaker:()=>e6,MonitorStop:()=>a6,MonitorUp:()=>r6,MonitorX:()=>o6,Moon:()=>l6,MoonStar:()=>n6,MoreHorizontal:()=>Do,MoreVertical:()=>Fo,Motorbike:()=>d6,Mountain:()=>p6,MountainSnow:()=>i6,Mouse:()=>x6,MouseOff:()=>c6,MousePointer:()=>m6,MousePointer2:()=>h6,MousePointerBan:()=>f6,MousePointerClick:()=>u6,MousePointerSquareDashed:()=>H1,Move:()=>L6,Move3D:()=>Bs,Move3d:()=>Bs,MoveDiagonal:()=>M6,MoveDiagonal2:()=>g6,MoveDown:()=>w6,MoveDownLeft:()=>v6,MoveDownRight:()=>y6,MoveHorizontal:()=>C6,MoveLeft:()=>b6,MoveRight:()=>S6,MoveUp:()=>H6,MoveUpLeft:()=>A6,MoveUpRight:()=>k6,MoveVertical:()=>T6,Music:()=>R6,Music2:()=>P6,Music3:()=>E6,Music4:()=>B6,Navigation:()=>D6,Navigation2:()=>I6,Navigation2Off:()=>V6,NavigationOff:()=>F6,Network:()=>W6,Newspaper:()=>O6,Nfc:()=>z6,NonBinary:()=>q6,Notebook:()=>_6,NotebookPen:()=>N6,NotebookTabs:()=>U6,NotebookText:()=>$6,NotepadText:()=>G6,NotepadTextDashed:()=>j6,Nut:()=>X6,NutOff:()=>Z6,Octagon:()=>K6,OctagonAlert:()=>Rs,OctagonMinus:()=>J6,OctagonPause:()=>Vs,OctagonX:()=>Is,Omega:()=>Y6,Option:()=>Q6,Orbit:()=>tM,Origami:()=>eM,Outdent:()=>Va,Package:()=>iM,Package2:()=>aM,PackageCheck:()=>rM,PackageMinus:()=>oM,PackageOpen:()=>sM,PackagePlus:()=>nM,PackageSearch:()=>lM,PackageX:()=>dM,PaintBucket:()=>pM,PaintRoller:()=>cM,Paintbrush:()=>hM,Paintbrush2:()=>Fs,PaintbrushVertical:()=>Fs,Palette:()=>fM,Palmtree:()=>cn,Panda:()=>uM,PanelBottom:()=>gM,PanelBottomClose:()=>mM,PanelBottomDashed:()=>Ds,PanelBottomInactive:()=>Ds,PanelBottomOpen:()=>xM,PanelLeft:()=>qs,PanelLeftClose:()=>Ws,PanelLeftDashed:()=>Os,PanelLeftInactive:()=>Os,PanelLeftOpen:()=>zs,PanelLeftRightDashed:()=>MM,PanelRight:()=>wM,PanelRightClose:()=>vM,PanelRightDashed:()=>Ns,PanelRightInactive:()=>Ns,PanelRightOpen:()=>yM,PanelTop:()=>AM,PanelTopBottomDashed:()=>CM,PanelTopClose:()=>bM,PanelTopDashed:()=>Us,PanelTopInactive:()=>Us,PanelTopOpen:()=>SM,PanelsLeftBottom:()=>kM,PanelsLeftRight:()=>Bo,PanelsRightBottom:()=>HM,PanelsTopBottom:()=>Ks,PanelsTopLeft:()=>$s,Paperclip:()=>TM,Parentheses:()=>LM,ParkingCircle:()=>mo,ParkingCircleOff:()=>uo,ParkingMeter:()=>PM,ParkingSquare:()=>z1,ParkingSquareOff:()=>O1,PartyPopper:()=>EM,Pause:()=>BM,PauseCircle:()=>xo,PauseOctagon:()=>Vs,PawPrint:()=>RM,PcCase:()=>VM,Pen:()=>js,PenBox:()=>fa,PenLine:()=>_s,PenOff:()=>IM,PenSquare:()=>fa,PenTool:()=>FM,Pencil:()=>zM,PencilLine:()=>DM,PencilOff:()=>WM,PencilRuler:()=>OM,Pentagon:()=>qM,Percent:()=>NM,PercentCircle:()=>go,PercentDiamond:()=>Vo,PercentSquare:()=>q1,PersonStanding:()=>UM,PhilippinePeso:()=>$M,Phone:()=>KM,PhoneCall:()=>_M,PhoneForwarded:()=>jM,PhoneIncoming:()=>GM,PhoneMissed:()=>ZM,PhoneOff:()=>XM,PhoneOutgoing:()=>JM,Pi:()=>YM,PiSquare:()=>N1,Piano:()=>QM,Pickaxe:()=>t7,PictureInPicture:()=>a7,PictureInPicture2:()=>e7,PieChart:()=>jr,PiggyBank:()=>r7,Pilcrow:()=>n7,PilcrowLeft:()=>o7,PilcrowRight:()=>s7,PilcrowSquare:()=>U1,Pill:()=>d7,PillBottle:()=>l7,Pin:()=>p7,PinOff:()=>i7,Pipette:()=>c7,Pizza:()=>h7,Plane:()=>m7,PlaneLanding:()=>f7,PlaneTakeoff:()=>u7,Play:()=>x7,PlayCircle:()=>Mo,PlaySquare:()=>$1,Plug:()=>M7,Plug2:()=>g7,PlugZap:()=>Gs,PlugZap2:()=>Gs,Plus:()=>v7,PlusCircle:()=>vo,PlusSquare:()=>_1,Pocket:()=>w7,PocketKnife:()=>y7,Podcast:()=>C7,Pointer:()=>S7,PointerOff:()=>b7,Popcorn:()=>k7,Popsicle:()=>A7,PoundSterling:()=>H7,Power:()=>L7,PowerCircle:()=>yo,PowerOff:()=>T7,PowerSquare:()=>j1,Presentation:()=>P7,Printer:()=>B7,PrinterCheck:()=>E7,Projector:()=>R7,Proportions:()=>V7,Puzzle:()=>I7,Pyramid:()=>F7,QrCode:()=>D7,Quote:()=>W7,Rabbit:()=>O7,Radar:()=>z7,Radiation:()=>q7,Radical:()=>N7,Radio:()=>_7,RadioReceiver:()=>U7,RadioTower:()=>$7,Radius:()=>j7,RailSymbol:()=>G7,Rainbow:()=>Z7,Rat:()=>X7,Ratio:()=>J7,Receipt:()=>nv,ReceiptCent:()=>K7,ReceiptEuro:()=>Y7,ReceiptIndianRupee:()=>Q7,ReceiptJapaneseYen:()=>tv,ReceiptPoundSterling:()=>ev,ReceiptRussianRuble:()=>av,ReceiptSwissFranc:()=>rv,ReceiptText:()=>ov,ReceiptTurkishLira:()=>sv,RectangleCircle:()=>lv,RectangleEllipsis:()=>Zs,RectangleGoggles:()=>dv,RectangleHorizontal:()=>iv,RectangleVertical:()=>pv,Recycle:()=>cv,Redo:()=>uv,Redo2:()=>hv,RedoDot:()=>fv,RefreshCcw:()=>xv,RefreshCcwDot:()=>mv,RefreshCw:()=>Mv,RefreshCwOff:()=>gv,Refrigerator:()=>vv,Regex:()=>yv,RemoveFormatting:()=>wv,Repeat:()=>Sv,Repeat1:()=>Cv,Repeat2:()=>bv,Replace:()=>kv,ReplaceAll:()=>Av,Reply:()=>Tv,ReplyAll:()=>Hv,Rewind:()=>Lv,Ribbon:()=>Pv,Rocket:()=>Ev,RockingChair:()=>Bv,RollerCoaster:()=>Rv,Rose:()=>Vv,Rotate3D:()=>Xs,Rotate3d:()=>Xs,RotateCcw:()=>Dv,RotateCcwKey:()=>Iv,RotateCcwSquare:()=>Fv,RotateCw:()=>Ov,RotateCwSquare:()=>Wv,Route:()=>qv,RouteOff:()=>zv,Router:()=>Nv,Rows:()=>Js,Rows2:()=>Js,Rows3:()=>Ks,Rows4:()=>Uv,Rss:()=>$v,Ruler:()=>jv,RulerDimensionLine:()=>_v,RussianRuble:()=>Gv,Sailboat:()=>Zv,Salad:()=>Xv,Sandwich:()=>Jv,Satellite:()=>Yv,SatelliteDish:()=>Kv,SaudiRiyal:()=>Qv,Save:()=>a9,SaveAll:()=>t9,SaveOff:()=>e9,Scale:()=>r9,Scale3D:()=>Ys,Scale3d:()=>Ys,Scaling:()=>o9,Scan:()=>f9,ScanBarcode:()=>s9,ScanEye:()=>n9,ScanFace:()=>l9,ScanHeart:()=>d9,ScanLine:()=>i9,ScanQrCode:()=>p9,ScanSearch:()=>c9,ScanText:()=>h9,ScatterChart:()=>Gr,School:()=>u9,School2:()=>un,Scissors:()=>x9,ScissorsLineDashed:()=>m9,ScissorsSquare:()=>G1,ScissorsSquareDashedBottom:()=>M1,ScreenShare:()=>M9,ScreenShareOff:()=>g9,Scroll:()=>y9,ScrollText:()=>v9,Search:()=>A9,SearchCheck:()=>w9,SearchCode:()=>C9,SearchSlash:()=>b9,SearchX:()=>S9,Section:()=>k9,Send:()=>T9,SendHorizonal:()=>Qs,SendHorizontal:()=>Qs,SendToBack:()=>H9,SeparatorHorizontal:()=>L9,SeparatorVertical:()=>P9,Server:()=>V9,ServerCog:()=>E9,ServerCrash:()=>B9,ServerOff:()=>R9,Settings:()=>F9,Settings2:()=>I9,Shapes:()=>D9,Share:()=>O9,Share2:()=>W9,Sheet:()=>z9,Shell:()=>q9,Shield:()=>K9,ShieldAlert:()=>N9,ShieldBan:()=>U9,ShieldCheck:()=>$9,ShieldClose:()=>e1,ShieldEllipsis:()=>_9,ShieldHalf:()=>j9,ShieldMinus:()=>G9,ShieldOff:()=>Z9,ShieldPlus:()=>X9,ShieldQuestion:()=>t1,ShieldQuestionMark:()=>t1,ShieldUser:()=>J9,ShieldX:()=>e1,Ship:()=>Q9,ShipWheel:()=>Y9,Shirt:()=>ty,ShoppingBag:()=>ey,ShoppingBasket:()=>ay,ShoppingCart:()=>ry,Shovel:()=>oy,ShowerHead:()=>sy,Shredder:()=>ny,Shrimp:()=>ly,Shrink:()=>dy,Shrub:()=>iy,Shuffle:()=>py,Sidebar:()=>qs,SidebarClose:()=>Ws,SidebarOpen:()=>zs,Sigma:()=>cy,SigmaSquare:()=>Z1,Signal:()=>xy,SignalHigh:()=>hy,SignalLow:()=>fy,SignalMedium:()=>uy,SignalZero:()=>my,Signature:()=>gy,Signpost:()=>vy,SignpostBig:()=>My,Siren:()=>yy,SkipBack:()=>wy,SkipForward:()=>Cy,Skull:()=>by,Slack:()=>Sy,Slash:()=>Ay,SlashSquare:()=>X1,Slice:()=>ky,Sliders:()=>a1,SlidersHorizontal:()=>Hy,SlidersVertical:()=>a1,Smartphone:()=>Py,SmartphoneCharging:()=>Ty,SmartphoneNfc:()=>Ly,Smile:()=>By,SmilePlus:()=>Ey,Snail:()=>Ry,Snowflake:()=>Vy,SoapDispenserDroplet:()=>Iy,Sofa:()=>Fy,SolarPanel:()=>Dy,SortAsc:()=>Ar,SortDesc:()=>Cr,Soup:()=>Wy,Space:()=>Oy,Spade:()=>zy,Sparkle:()=>qy,Sparkles:()=>r1,Speaker:()=>Ny,Speech:()=>Uy,SpellCheck:()=>_y,SpellCheck2:()=>$y,Spline:()=>Gy,SplinePointer:()=>jy,Split:()=>Zy,SplitSquareHorizontal:()=>J1,SplitSquareVertical:()=>K1,Spool:()=>Xy,Spotlight:()=>Jy,SprayCan:()=>Ky,Sprout:()=>Yy,Square:()=>iw,SquareActivity:()=>o1,SquareArrowDown:()=>l1,SquareArrowDownLeft:()=>s1,SquareArrowDownRight:()=>n1,SquareArrowLeft:()=>d1,SquareArrowOutDownLeft:()=>i1,SquareArrowOutDownRight:()=>p1,SquareArrowOutUpLeft:()=>c1,SquareArrowOutUpRight:()=>h1,SquareArrowRight:()=>f1,SquareArrowUp:()=>x1,SquareArrowUpLeft:()=>u1,SquareArrowUpRight:()=>m1,SquareAsterisk:()=>g1,SquareBottomDashedScissors:()=>M1,SquareChartGantt:()=>Fa,SquareCheck:()=>y1,SquareCheckBig:()=>v1,SquareChevronDown:()=>w1,SquareChevronLeft:()=>C1,SquareChevronRight:()=>b1,SquareChevronUp:()=>S1,SquareCode:()=>A1,SquareDashed:()=>T1,SquareDashedBottom:()=>tw,SquareDashedBottomCode:()=>Qy,SquareDashedKanban:()=>k1,SquareDashedMousePointer:()=>H1,SquareDashedTopSolid:()=>ew,SquareDivide:()=>L1,SquareDot:()=>P1,SquareEqual:()=>E1,SquareFunction:()=>B1,SquareGanttChart:()=>Fa,SquareKanban:()=>R1,SquareLibrary:()=>V1,SquareM:()=>I1,SquareMenu:()=>F1,SquareMinus:()=>D1,SquareMousePointer:()=>W1,SquareParking:()=>z1,SquareParkingOff:()=>O1,SquarePause:()=>aw,SquarePen:()=>fa,SquarePercent:()=>q1,SquarePi:()=>N1,SquarePilcrow:()=>U1,SquarePlay:()=>$1,SquarePlus:()=>_1,SquarePower:()=>j1,SquareRadical:()=>rw,SquareRoundCorner:()=>ow,SquareScissors:()=>G1,SquareSigma:()=>Z1,SquareSlash:()=>X1,SquareSplitHorizontal:()=>J1,SquareSplitVertical:()=>K1,SquareSquare:()=>sw,SquareStack:()=>nw,SquareStar:()=>lw,SquareStop:()=>dw,SquareTerminal:()=>Y1,SquareUser:()=>tn,SquareUserRound:()=>Q1,SquareX:()=>en,SquaresExclude:()=>pw,SquaresIntersect:()=>cw,SquaresSubtract:()=>hw,SquaresUnite:()=>fw,Squircle:()=>mw,SquircleDashed:()=>uw,Squirrel:()=>xw,Stamp:()=>gw,Star:()=>yw,StarHalf:()=>Mw,StarOff:()=>vw,Stars:()=>r1,StepBack:()=>ww,StepForward:()=>Cw,Stethoscope:()=>bw,Sticker:()=>Sw,StickyNote:()=>Aw,StopCircle:()=>Co,Store:()=>kw,StretchHorizontal:()=>Hw,StretchVertical:()=>Tw,Strikethrough:()=>Lw,Subscript:()=>Pw,Subtitles:()=>Vr,Sun:()=>Iw,SunDim:()=>Ew,SunMedium:()=>Bw,SunMoon:()=>Rw,SunSnow:()=>Vw,Sunrise:()=>Fw,Sunset:()=>Dw,Superscript:()=>Ww,SwatchBook:()=>Ow,SwissFranc:()=>zw,SwitchCamera:()=>qw,Sword:()=>Nw,Swords:()=>Uw,Syringe:()=>$w,Table:()=>Yw,Table2:()=>_w,TableCellsMerge:()=>jw,TableCellsSplit:()=>Gw,TableColumnsSplit:()=>Zw,TableConfig:()=>Ea,TableOfContents:()=>Xw,TableProperties:()=>Jw,TableRowsSplit:()=>Kw,Tablet:()=>tC,TabletSmartphone:()=>Qw,Tablets:()=>eC,Tag:()=>aC,Tags:()=>rC,Tally1:()=>oC,Tally2:()=>sC,Tally3:()=>nC,Tally4:()=>lC,Tally5:()=>dC,Tangent:()=>iC,Target:()=>pC,Telescope:()=>cC,Tent:()=>fC,TentTree:()=>hC,Terminal:()=>uC,TerminalSquare:()=>Y1,TestTube:()=>mC,TestTube2:()=>an,TestTubeDiagonal:()=>an,TestTubes:()=>xC,Text:()=>Da,TextAlignCenter:()=>rn,TextAlignEnd:()=>on,TextAlignJustify:()=>sn,TextAlignStart:()=>Da,TextCursor:()=>MC,TextCursorInput:()=>gC,TextInitial:()=>nn,TextQuote:()=>vC,TextSearch:()=>yC,TextSelect:()=>ln,TextSelection:()=>ln,TextWrap:()=>dn,Theater:()=>wC,Thermometer:()=>SC,ThermometerSnowflake:()=>CC,ThermometerSun:()=>bC,ThumbsDown:()=>AC,ThumbsUp:()=>kC,Ticket:()=>RC,TicketCheck:()=>HC,TicketMinus:()=>TC,TicketPercent:()=>LC,TicketPlus:()=>PC,TicketSlash:()=>EC,TicketX:()=>BC,Tickets:()=>IC,TicketsPlane:()=>VC,Timer:()=>WC,TimerOff:()=>FC,TimerReset:()=>DC,ToggleLeft:()=>OC,ToggleRight:()=>zC,Toilet:()=>qC,ToolCase:()=>NC,Tornado:()=>UC,Torus:()=>$C,Touchpad:()=>jC,TouchpadOff:()=>_C,TowerControl:()=>GC,ToyBrick:()=>ZC,Tractor:()=>XC,TrafficCone:()=>JC,Train:()=>pn,TrainFront:()=>YC,TrainFrontTunnel:()=>KC,TrainTrack:()=>QC,TramFront:()=>pn,Transgender:()=>tb,Trash:()=>ab,Trash2:()=>eb,TreeDeciduous:()=>rb,TreePalm:()=>cn,TreePine:()=>ob,Trees:()=>sb,Trello:()=>nb,TrendingDown:()=>lb,TrendingUp:()=>ib,TrendingUpDown:()=>db,Triangle:()=>hb,TriangleAlert:()=>hn,TriangleDashed:()=>pb,TriangleRight:()=>cb,Trophy:()=>fb,Truck:()=>mb,TruckElectric:()=>ub,TurkishLira:()=>xb,Turntable:()=>gb,Turtle:()=>Mb,Tv:()=>yb,Tv2:()=>fn,TvMinimal:()=>fn,TvMinimalPlay:()=>vb,Twitch:()=>wb,Twitter:()=>Cb,Type:()=>Sb,TypeOutline:()=>bb,Umbrella:()=>kb,UmbrellaOff:()=>Ab,Underline:()=>Hb,Undo:()=>Pb,Undo2:()=>Tb,UndoDot:()=>Lb,UnfoldHorizontal:()=>Eb,UnfoldVertical:()=>Bb,Ungroup:()=>Rb,University:()=>un,Unlink:()=>Ib,Unlink2:()=>Vb,Unlock:()=>Hs,UnlockKeyhole:()=>ks,Unplug:()=>Fb,Upload:()=>Db,UploadCloud:()=>Lo,Usb:()=>Wb,User:()=>Jb,User2:()=>yn,UserCheck:()=>Ob,UserCheck2:()=>mn,UserCircle:()=>So,UserCircle2:()=>bo,UserCog:()=>zb,UserCog2:()=>xn,UserLock:()=>qb,UserMinus:()=>Nb,UserMinus2:()=>gn,UserPen:()=>Ub,UserPlus:()=>$b,UserPlus2:()=>Mn,UserRound:()=>yn,UserRoundCheck:()=>mn,UserRoundCog:()=>xn,UserRoundMinus:()=>gn,UserRoundPen:()=>_b,UserRoundPlus:()=>Mn,UserRoundSearch:()=>jb,UserRoundX:()=>vn,UserSearch:()=>Gb,UserSquare:()=>tn,UserSquare2:()=>Q1,UserStar:()=>Zb,UserX:()=>Xb,UserX2:()=>vn,Users:()=>Kb,Users2:()=>wn,UsersRound:()=>wn,Utensils:()=>bn,UtensilsCrossed:()=>Cn,UtilityPole:()=>Yb,Variable:()=>Qb,Vault:()=>tS,VectorSquare:()=>eS,Vegan:()=>aS,VenetianMask:()=>rS,Venus:()=>sS,VenusAndMars:()=>oS,Verified:()=>Tr,Vibrate:()=>lS,VibrateOff:()=>nS,Video:()=>iS,VideoOff:()=>dS,Videotape:()=>pS,View:()=>cS,Voicemail:()=>hS,Volleyball:()=>fS,Volume:()=>MS,Volume1:()=>uS,Volume2:()=>mS,VolumeOff:()=>xS,VolumeX:()=>gS,Vote:()=>vS,Wallet:()=>wS,Wallet2:()=>Sn,WalletCards:()=>yS,WalletMinimal:()=>Sn,Wallpaper:()=>CS,Wand:()=>bS,Wand2:()=>An,WandSparkles:()=>An,Warehouse:()=>SS,WashingMachine:()=>AS,Watch:()=>kS,Waves:()=>HS,WavesLadder:()=>TS,Waypoints:()=>LS,Webcam:()=>PS,Webhook:()=>BS,WebhookOff:()=>ES,Weight:()=>RS,Wheat:()=>IS,WheatOff:()=>VS,WholeWord:()=>FS,Wifi:()=>$S,WifiCog:()=>DS,WifiHigh:()=>WS,WifiLow:()=>OS,WifiOff:()=>zS,WifiPen:()=>qS,WifiSync:()=>NS,WifiZero:()=>US,Wind:()=>jS,WindArrowDown:()=>_S,Wine:()=>ZS,WineOff:()=>GS,Workflow:()=>XS,Worm:()=>JS,WrapText:()=>dn,Wrench:()=>KS,X:()=>YS,XCircle:()=>Ao,XOctagon:()=>Is,XSquare:()=>en,Youtube:()=>QS,Zap:()=>eA,ZapOff:()=>tA,ZoomIn:()=>aA,ZoomOut:()=>rA});var Yl=[["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 Ql=[["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 td=[["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 ed=[["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 ad=[["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 rd=[["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 od=[["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 Mr=[["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 vr=[["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 sd=[["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 yr=[["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 nd=[["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 ld=[["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 dd=[["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 id=[["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 pd=[["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 cd=[["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 hd=[["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 fd=[["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 ud=[["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 md=[["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 xd=[["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 gd=[["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 Md=[["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 vd=[["rect",{width:"6",height:"10",x:"9",y:"7",rx:"2"}],["path",{d:"M4 22V2"}],["path",{d:"M20 22V2"}]];var yd=[["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 wd=[["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 Cd=[["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 bd=[["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 Sd=[["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 Ad=[["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 kd=[["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 Hd=[["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 Td=[["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 Ld=[["rect",{width:"10",height:"6",x:"7",y:"9",rx:"2"}],["path",{d:"M22 20H2"}],["path",{d:"M22 4H2"}]];var Pd=[["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 Ed=[["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 Bd=[["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 Rd=[["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 Vd=[["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 Fd=[["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 Dd=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M8 15h8"}],["path",{d:"M8 9h2"}],["path",{d:"M14 9h2"}]];var Wd=[["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 Od=[["path",{d:"M7 10H6a4 4 0 0 1-4-4 1 1 0 0 1 1-1h4"}],["path",{d:"M7 5a1 1 0 0 1 1-1h13a1 1 0 0 1 1 1 7 7 0 0 1-7 7H8a1 1 0 0 1-1-1z"}],["path",{d:"M9 12v5"}],["path",{d:"M15 12v5"}],["path",{d:"M5 20a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3 1 1 0 0 1-1 1H6a1 1 0 0 1-1-1"}]];var zd=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m14.31 8 5.74 9.94"}],["path",{d:"M9.69 8h11.48"}],["path",{d:"m7.38 12 5.74-9.94"}],["path",{d:"M9.69 16 3.95 6.06"}],["path",{d:"M14.31 16H2.83"}],["path",{d:"m16.62 12-5.74 9.94"}]];var qd=[["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 Nd=[["rect",{x:"2",y:"4",width:"20",height:"16",rx:"2"}],["path",{d:"M10 4v4"}],["path",{d:"M2 8h20"}],["path",{d:"M6 4v4"}]];var Ud=[["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 $d=[["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 _d=[["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 jd=[["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 Gd=[["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 Zd=[["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 Xd=[["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 Jd=[["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 Kd=[["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 Yd=[["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 Qd=[["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 t2=[["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 e2=[["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 a2=[["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 r2=[["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 wr=[["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 o2=[["path",{d:"M19 3H5"}],["path",{d:"M12 21V7"}],["path",{d:"m6 15 6 6 6-6"}]];var s2=[["path",{d:"M17 7 7 17"}],["path",{d:"M17 17H7V7"}]];var n2=[["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 l2=[["path",{d:"m7 7 10 10"}],["path",{d:"M17 7v10H7"}]];var d2=[["path",{d:"M12 2v14"}],["path",{d:"m19 9-7 7-7-7"}],["circle",{cx:"12",cy:"21",r:"1"}]];var i2=[["path",{d:"M12 17V3"}],["path",{d:"m6 11 6 6 6-6"}],["path",{d:"M19 21H5"}]];var p2=[["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 Cr=[["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 br=[["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 c2=[["path",{d:"M12 5v14"}],["path",{d:"m19 12-7 7-7-7"}]];var h2=[["path",{d:"m9 6-6 6 6 6"}],["path",{d:"M3 12h14"}],["path",{d:"M21 19V5"}]];var f2=[["path",{d:"M8 3 4 7l4 4"}],["path",{d:"M4 7h16"}],["path",{d:"m16 21 4-4-4-4"}],["path",{d:"M20 17H4"}]];var u2=[["path",{d:"M3 19V5"}],["path",{d:"m13 6-6 6 6 6"}],["path",{d:"M7 12h14"}]];var m2=[["path",{d:"m12 19-7-7 7-7"}],["path",{d:"M19 12H5"}]];var x2=[["path",{d:"M3 5v14"}],["path",{d:"M21 12H7"}],["path",{d:"m15 18 6-6-6-6"}]];var g2=[["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 M2=[["path",{d:"M17 12H3"}],["path",{d:"m11 18 6-6-6-6"}],["path",{d:"M21 5v14"}]];var v2=[["path",{d:"M5 12h14"}],["path",{d:"m12 5 7 7-7 7"}]];var y2=[["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 w2=[["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 Sr=[["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 C2=[["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 b2=[["path",{d:"m5 9 7-7 7 7"}],["path",{d:"M12 16V2"}],["circle",{cx:"12",cy:"21",r:"1"}]];var S2=[["path",{d:"m18 9-6-6-6 6"}],["path",{d:"M12 3v14"}],["path",{d:"M5 21h14"}]];var A2=[["path",{d:"M7 17V7h10"}],["path",{d:"M17 17 7 7"}]];var Ar=[["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 k2=[["path",{d:"M7 7h10v10"}],["path",{d:"M7 17 17 7"}]];var H2=[["path",{d:"M5 3h14"}],["path",{d:"m18 13-6-6-6 6"}],["path",{d:"M12 7v14"}]];var T2=[["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 kr=[["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 L2=[["path",{d:"m5 12 7-7 7 7"}],["path",{d:"M12 19V5"}]];var P2=[["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 E2=[["path",{d:"M12 6v12"}],["path",{d:"M17.196 9 6.804 15"}],["path",{d:"m6.804 9 10.392 6"}]];var B2=[["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 R2=[["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 V2=[["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 I2=[["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 F2=[["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 D2=[["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 W2=[["path",{d:"M10 16c.5.3 1.2.5 2 .5s1.5-.2 2-.5"}],["path",{d:"M15 12h.01"}],["path",{d:"M19.38 6.813A9 9 0 0 1 20.8 10.2a2 2 0 0 1 0 3.6 9 9 0 0 1-17.6 0 2 2 0 0 1 0-3.6A9 9 0 0 1 12 3c2 0 3.5 1.1 3.5 2.5s-.9 2.5-2 2.5c-.8 0-1.5-.4-1.5-1"}],["path",{d:"M9 12h.01"}]];var O2=[["path",{d:"M4 10a4 4 0 0 1 4-4h8a4 4 0 0 1 4 4v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2z"}],["path",{d:"M8 10h8"}],["path",{d:"M8 18h8"}],["path",{d:"M8 22v-6a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v6"}],["path",{d:"M9 6V4a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2"}]];var z2=[["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 q2=[["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 Tr=[["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 N2=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["path",{d:"M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8"}],["path",{d:"M12 18V6"}]];var U2=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["path",{d:"M7 12h5"}],["path",{d:"M15 9.4a4 4 0 1 0 0 5.2"}]];var $2=[["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 _2=[["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 j2=[["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 G2=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12"}]];var Z2=[["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 X2=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["line",{x1:"12",x2:"12",y1:"8",y2:"16"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12"}]];var J2=[["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 Lr=[["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 K2=[["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 Y2=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["path",{d:"M11 17V8h4"}],["path",{d:"M11 12h3"}],["path",{d:"M9 16h4"}]];var Q2=[["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 ti=[["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 ei=[["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 ai=[["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 ri=[["path",{d:"M4.929 4.929 19.07 19.071"}],["circle",{cx:"12",cy:"12",r:"10"}]];var oi=[["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 si=[["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 ni=[["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 li=[["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 di=[["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 ii=[["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 pi=[["path",{d:"M3 5v14"}],["path",{d:"M8 5v14"}],["path",{d:"M12 5v14"}],["path",{d:"M17 5v14"}],["path",{d:"M21 5v14"}]];var ci=[["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 hi=[["path",{d:"M4 20h16"}],["path",{d:"m6 16 6-12 6 12"}],["path",{d:"M8 12h8"}]];var fi=[["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 ui=[["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 mi=[["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 xi=[["path",{d:"M22 14v-4"}],["path",{d:"M6 14v-4"}],["rect",{x:"2",y:"6",width:"16",height:"12",rx:"2"}]];var gi=[["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 Mi=[["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 vi=[["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 yi=[["path",{d:"M 22 14 L 22 10"}],["rect",{x:"2",y:"6",width:"16",height:"12",rx:"2"}]];var wi=[["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 Ci=[["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 bi=[["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 Si=[["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 Ai=[["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 ki=[["path",{d:"M2 4v16"}],["path",{d:"M2 8h18a2 2 0 0 1 2 2v10"}],["path",{d:"M2 17h20"}],["path",{d:"M6 8v9"}]];var Hi=[["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 Ti=[["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 Li=[["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 Pi=[["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 Ei=[["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 Bi=[["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 Ri=[["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 Vi=[["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 Ii=[["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 Fi=[["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 Pr=[["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 Er=[["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 Di=[["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 Wi=[["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 Oi=[["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 zi=[["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 qi=[["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 Ni=[["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 Ui=[["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 $i=[["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 _i=[["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 ji=[["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 Gi=[["circle",{cx:"9",cy:"9",r:"7"}],["circle",{cx:"15",cy:"15",r:"7"}]];var Zi=[["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 Xi=[["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 Ji=[["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 Ki=[["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 Yi=[["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 Qi=[["path",{d:"m7 7 10 10-5 5V2l5 5L7 17"}]];var t0=[["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 e0=[["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 a0=[["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 r0=[["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 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 13 4-7 4 7"}],["path",{d:"M9.1 11h5.7"}]];var s0=[["path",{d:"M12 13h.01"}],["path",{d:"M12 6v3"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20"}]];var n0=[["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 l0=[["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 d0=[["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 Br=[["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 i0=[["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 p0=[["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 c0=[["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 h0=[["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 f0=[["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 u0=[["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 m0=[["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 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:"M9 10h6"}]];var g0=[["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 M0=[["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 v0=[["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 y0=[["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 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 11h8"}],["path",{d:"M8 7h6"}]];var C0=[["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 b0=[["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 S0=[["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 A0=[["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 k0=[["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 H0=[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20"}]];var T0=[["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 L0=[["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 P0=[["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 E0=[["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 B0=[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z"}]];var R0=[["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 V0=[["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 I0=[["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 F0=[["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 D0=[["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 W0=[["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 O0=[["path",{d:"M21 8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16Z"}],["path",{d:"m3.3 7 8.7 5 8.7-5"}],["path",{d:"M12 22V12"}]];var z0=[["path",{d:"M2.97 12.92A2 2 0 0 0 2 14.63v3.24a2 2 0 0 0 .97 1.71l3 1.8a2 2 0 0 0 2.06 0L12 19v-5.5l-5-3-4.03 2.42Z"}],["path",{d:"m7 16.5-4.74-2.85"}],["path",{d:"m7 16.5 5-3"}],["path",{d:"M7 16.5v5.17"}],["path",{d:"M12 13.5V19l3.97 2.38a2 2 0 0 0 2.06 0l3-1.8a2 2 0 0 0 .97-1.71v-3.24a2 2 0 0 0-.97-1.71L17 10.5l-5 3Z"}],["path",{d:"m17 16.5-5-3"}],["path",{d:"m17 16.5 4.74-2.85"}],["path",{d:"M17 16.5v5.17"}],["path",{d:"M7.97 4.42A2 2 0 0 0 7 6.13v4.37l5 3 5-3V6.13a2 2 0 0 0-.97-1.71l-3-1.8a2 2 0 0 0-2.06 0l-3 1.8Z"}],["path",{d:"M12 8 7.26 5.15"}],["path",{d:"m12 8 4.74-2.85"}],["path",{d:"M12 13.5V8"}]];var Rr=[["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 q0=[["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 N0=[["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 U0=[["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 $0=[["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 _0=[["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 j0=[["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 G0=[["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 Z0=[["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 X0=[["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 J0=[["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 K0=[["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 Y0=[["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 Q0=[["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 tp=[["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 ep=[["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 ap=[["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 rp=[["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 op=[["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 sp=[["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 np=[["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 lp=[["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 dp=[["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 ip=[["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 pp=[["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 cp=[["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 hp=[["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 fp=[["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 up=[["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 mp=[["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 xp=[["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 gp=[["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 Mp=[["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 vp=[["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 yp=[["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 wp=[["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 Cp=[["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 bp=[["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 Sp=[["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 kp=[["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 Hp=[["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 Tp=[["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 Lp=[["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 Pp=[["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 Ep=[["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 Bp=[["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 Rp=[["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 Vp=[["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 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 Dp=[["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 Wp=[["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 Op=[["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 zp=[["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 qp=[["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 Np=[["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 Up=[["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 $p=[["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 _p=[["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 jp=[["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 Gp=[["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 Zp=[["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 Xp=[["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 Jp=[["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 Kp=[["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 Yp=[["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 Qp=[["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 tc=[["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 ec=[["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 Ir=[["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 Fr=[["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 ac=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M7 11h8"}],["path",{d:"M7 16h3"}],["path",{d:"M7 6h12"}]];var rc=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M7 11h8"}],["path",{d:"M7 16h12"}],["path",{d:"M7 6h3"}]];var oc=[["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 Dr=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M7 16h8"}],["path",{d:"M7 11h12"}],["path",{d:"M7 6h3"}]];var Wr=[["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 Or=[["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 sc=[["path",{d:"M13 17V9"}],["path",{d:"M18 17v-3"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M8 17V5"}]];var zr=[["path",{d:"M13 17V9"}],["path",{d:"M18 17V5"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M8 17v-3"}]];var nc=[["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 qr=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M18 17V9"}],["path",{d:"M13 17V5"}],["path",{d:"M8 17v-3"}]];var lc=[["path",{d:"M10 6h8"}],["path",{d:"M12 16h6"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M8 11h7"}]];var Nr=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"m19 9-5 5-4-4-3 3"}]];var dc=[["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 ic=[["path",{d:"M5 21V3"}],["path",{d:"M12 21V9"}],["path",{d:"M19 21v-6"}]];var Ur=[["path",{d:"M5 21v-6"}],["path",{d:"M12 21V9"}],["path",{d:"M19 21V3"}]];var $r=[["path",{d:"M5 21v-6"}],["path",{d:"M12 21V3"}],["path",{d:"M19 21V9"}]];var pc=[["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 _r=[["path",{d:"M6 5h12"}],["path",{d:"M4 12h10"}],["path",{d:"M12 19h8"}]];var jr=[["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 Gr=[["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 cc=[["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 hc=[["path",{d:"M18 6 7 17l-5-5"}],["path",{d:"m22 10-7.5 7.5L13 16"}]];var fc=[["path",{d:"M20 4L9 15"}],["path",{d:"M21 19L3 19"}],["path",{d:"M9 15L4 10"}]];var uc=[["path",{d:"M20 6 9 17l-5-5"}]];var mc=[["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 xc=[["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 gc=[["path",{d:"m6 9 6 6 6-6"}]];var Mc=[["path",{d:"m17 18-6-6 6-6"}],["path",{d:"M7 6v12"}]];var vc=[["path",{d:"m7 18 6-6-6-6"}],["path",{d:"M17 6v12"}]];var yc=[["path",{d:"m15 18-6-6 6-6"}]];var wc=[["path",{d:"m9 18 6-6-6-6"}]];var Cc=[["path",{d:"m18 15-6-6-6 6"}]];var bc=[["path",{d:"m7 20 5-5 5 5"}],["path",{d:"m7 4 5 5 5-5"}]];var Sc=[["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 kc=[["path",{d:"m9 7-5 5 5 5"}],["path",{d:"m15 7 5 5-5 5"}]];var Hc=[["path",{d:"m11 17-5-5 5-5"}],["path",{d:"m18 17-5-5 5-5"}]];var Tc=[["path",{d:"m20 17-5-5 5-5"}],["path",{d:"m4 17 5-5-5-5"}]];var Lc=[["path",{d:"m6 17 5-5-5-5"}],["path",{d:"m13 17 5-5-5-5"}]];var Pc=[["path",{d:"m7 15 5 5 5-5"}],["path",{d:"m7 9 5-5 5 5"}]];var Ec=[["path",{d:"m17 11-5-5-5 5"}],["path",{d:"m17 18-5-5-5 5"}]];var Zr=[["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 Bc=[["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 Rc=[["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 Vc=[["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 Xr=[["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 Jr=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 8v8"}],["path",{d:"m8 12 4 4 4-4"}]];var Kr=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m12 8-4 4 4 4"}],["path",{d:"M16 12H8"}]];var Yr=[["path",{d:"M2 12a10 10 0 1 1 10 10"}],["path",{d:"m2 22 10-10"}],["path",{d:"M8 22H2v-6"}]];var Qr=[["path",{d:"M12 22a10 10 0 1 1 10-10"}],["path",{d:"M22 22 12 12"}],["path",{d:"M22 16v6h-6"}]];var to=[["path",{d:"M2 8V2h6"}],["path",{d:"m2 2 10 10"}],["path",{d:"M12 2A10 10 0 1 1 2 12"}]];var eo=[["path",{d:"M22 12A10 10 0 1 1 12 2"}],["path",{d:"M22 2 12 12"}],["path",{d:"M16 2h6v6"}]];var ao=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m12 16 4-4-4-4"}],["path",{d:"M8 12h8"}]];var ro=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m16 12-4-4-4 4"}],["path",{d:"M12 16V8"}]];var oo=[["path",{d:"M21.801 10A10 10 0 1 1 17 3.335"}],["path",{d:"m9 11 3 3L22 4"}]];var so=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m9 12 2 2 4-4"}]];var no=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m16 10-4 4-4-4"}]];var lo=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m14 16-4-4 4-4"}]];var io=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m10 8 4 4-4 4"}]];var po=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m8 14 4-4 4 4"}]];var Ic=[["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 co=[["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 Dc=[["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 Wc=[["circle",{cx:"12",cy:"12",r:"10"}],["circle",{cx:"12",cy:"12",r:"1"}]];var Oc=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M17 12h.01"}],["path",{d:"M12 12h.01"}],["path",{d:"M7 12h.01"}]];var zc=[["path",{d:"M7 10h10"}],["path",{d:"M7 14h10"}],["circle",{cx:"12",cy:"12",r:"10"}]];var qc=[["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 Nc=[["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 ho=[["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 fo=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M8 12h8"}]];var Uc=[["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 uo=[["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 mo=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M9 17V7h4a3 3 0 0 1 0 6H9"}]];var xo=[["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 go=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m15 9-6 6"}],["path",{d:"M9 9h.01"}],["path",{d:"M15 15h.01"}]];var Mo=[["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 vo=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M8 12h8"}],["path",{d:"M12 8v8"}]];var $c=[["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 yo=[["path",{d:"M12 7v4"}],["path",{d:"M7.998 9.003a5 5 0 1 0 8-.005"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Pa=[["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 wo=[["path",{d:"M22 2 2 22"}],["circle",{cx:"12",cy:"12",r:"10"}]];var _c=[["circle",{cx:"12",cy:"12",r:"10"}],["line",{x1:"9",x2:"15",y1:"15",y2:"9"}]];var jc=[["circle",{cx:"12",cy:"12",r:"6"}]];var Gc=[["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 Co=[["circle",{cx:"12",cy:"12",r:"10"}],["rect",{x:"9",y:"9",width:"6",height:"6",rx:"1"}]];var bo=[["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 So=[["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 Ao=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m15 9-6 6"}],["path",{d:"m9 9 6 6"}]];var Zc=[["circle",{cx:"12",cy:"12",r:"10"}]];var Xc=[["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 Jc=[["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 Kc=[["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 Yc=[["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 Qc=[["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 th=[["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 eh=[["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 ah=[["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 rh=[["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 ko=[["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 oh=[["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 sh=[["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 nh=[["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 lh=[["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 dh=[["path",{d:"M12 6v6l2-4"}],["circle",{cx:"12",cy:"12",r:"10"}]];var ih=[["path",{d:"M12 6v6l-4-2"}],["circle",{cx:"12",cy:"12",r:"10"}]];var ph=[["path",{d:"M12 6v6l-2-4"}],["circle",{cx:"12",cy:"12",r:"10"}]];var ch=[["path",{d:"M12 6v6"}],["circle",{cx:"12",cy:"12",r:"10"}]];var hh=[["path",{d:"M12 6v6l4-2"}],["circle",{cx:"12",cy:"12",r:"10"}]];var fh=[["path",{d:"M12 6v6h4"}],["circle",{cx:"12",cy:"12",r:"10"}]];var uh=[["path",{d:"M12 6v6l4 2"}],["circle",{cx:"12",cy:"12",r:"10"}]];var mh=[["path",{d:"M12 6v6l2 4"}],["circle",{cx:"12",cy:"12",r:"10"}]];var xh=[["path",{d:"M12 6v10"}],["circle",{cx:"12",cy:"12",r:"10"}]];var gh=[["path",{d:"M12 6v6l-2 4"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Mh=[["path",{d:"M12 6v6l-4 2"}],["circle",{cx:"12",cy:"12",r:"10"}]];var vh=[["path",{d:"M12 6v6H8"}],["circle",{cx:"12",cy:"12",r:"10"}]];var yh=[["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 wh=[["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 Ch=[["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 bh=[["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 Sh=[["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 kh=[["path",{d:"M12 6v6l4 2"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Hh=[["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 Th=[["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 Lh=[["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 Ph=[["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 To=[["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 Eh=[["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 Bh=[["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 Rh=[["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 Vh=[["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 Ih=[["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 Dh=[["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 Wh=[["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 Oh=[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242"}],["path",{d:"M16 14v6"}],["path",{d:"M8 14v6"}],["path",{d:"M12 16v6"}]];var zh=[["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 qh=[["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 Nh=[["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 Lo=[["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 Uh=[["path",{d:"M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z"}]];var $h=[["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 _h=[["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 jh=[["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 Po=[["path",{d:"m18 16 4-4-4-4"}],["path",{d:"m6 8-4 4 4 4"}],["path",{d:"m14.5 4-5 16"}]];var Gh=[["path",{d:"m16 18 6-6-6-6"}],["path",{d:"m8 6-6 6 6 6"}]];var Zh=[["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 Xh=[["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 Jh=[["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 Kh=[["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 Yh=[["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 Eo=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M12 3v18"}]];var Ea=[["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 Bo=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}],["path",{d:"M15 3v18"}]];var Qh=[["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 tf=[["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 ef=[["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 af=[["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 rf=[["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 of=[["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 sf=[["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 nf=[["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 lf=[["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 Ro=[["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 df=[["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 pf=[["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 cf=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 18a6 6 0 0 0 0-12v12z"}]];var hf=[["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 ff=[["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 uf=[["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 mf=[["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 xf=[["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 gf=[["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 Mf=[["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 vf=[["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 yf=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M9.17 14.83a4 4 0 1 0 0-5.66"}]];var wf=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M14.83 14.83a4 4 0 1 1 0-5.66"}]];var Cf=[["path",{d:"M20 4v7a4 4 0 0 1-4 4H4"}],["path",{d:"m9 10-5 5 5 5"}]];var bf=[["path",{d:"m15 10 5 5-5 5"}],["path",{d:"M4 4v7a4 4 0 0 0 4 4h12"}]];var Sf=[["path",{d:"m14 15-5 5-5-5"}],["path",{d:"M20 4h-7a4 4 0 0 0-4 4v12"}]];var Af=[["path",{d:"M14 9 9 4 4 9"}],["path",{d:"M20 20h-7a4 4 0 0 1-4-4V4"}]];var kf=[["path",{d:"m10 15 5 5 5-5"}],["path",{d:"M4 4h7a4 4 0 0 1 4 4v12"}]];var Hf=[["path",{d:"m10 9 5-5 5 5"}],["path",{d:"M4 20h7a4 4 0 0 0 4-4V4"}]];var Tf=[["path",{d:"M20 20v-7a4 4 0 0 0-4-4H4"}],["path",{d:"M9 14 4 9l5-5"}]];var Lf=[["path",{d:"m15 14 5-5-5-5"}],["path",{d:"M4 20v-7a4 4 0 0 1 4-4h12"}]];var Pf=[["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 Ef=[["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 Bf=[["rect",{width:"20",height:"14",x:"2",y:"5",rx:"2"}],["line",{x1:"2",x2:"22",y1:"10",y2:"10"}]];var Rf=[["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 Vf=[["path",{d:"M6 2v14a2 2 0 0 0 2 2h14"}],["path",{d:"M18 22V8a2 2 0 0 0-2-2H2"}]];var If=[["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 Df=[["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 Wf=[["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 Of=[["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 zf=[["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 qf=[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3"}],["path",{d:"M3 5v14a9 3 0 0 0 18 0V5"}]];var Nf=[["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 Uf=[["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 $f=[["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 _f=[["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 jf=[["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 Gf=[["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 Zf=[["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 Xf=[["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 Jf=[["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 Kf=[["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 Yf=[["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 Qf=[["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 tu=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["path",{d:"M12 12h.01"}]];var eu=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["path",{d:"M15 9h.01"}],["path",{d:"M9 15h.01"}]];var au=[["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 ru=[["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 ou=[["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 su=[["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 nu=[["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 lu=[["path",{d:"M12 3v14"}],["path",{d:"M5 10h14"}],["path",{d:"M5 21h14"}]];var du=[["circle",{cx:"12",cy:"12",r:"10"}],["circle",{cx:"12",cy:"12",r:"4"}],["path",{d:"M12 12h.01"}]];var iu=[["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 pu=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["circle",{cx:"12",cy:"12",r:"5"}],["path",{d:"M12 12h.01"}]];var cu=[["circle",{cx:"12",cy:"12",r:"10"}],["circle",{cx:"12",cy:"12",r:"2"}]];var hu=[["circle",{cx:"12",cy:"6",r:"1"}],["line",{x1:"5",x2:"19",y1:"12",y2:"12"}],["circle",{cx:"12",cy:"18",r:"1"}]];var fu=[["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 uu=[["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 mu=[["path",{d:"M2 8h20"}],["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2"}],["path",{d:"M6 16h12"}]];var xu=[["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 gu=[["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 Mu=[["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 vu=[["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 yu=[["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 wu=[["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 Cu=[["circle",{cx:"12.1",cy:"12.1",r:"1"}]];var bu=[["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 Su=[["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 ku=[["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 Hu=[["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 Tu=[["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 Lu=[["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 Pu=[["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 Eu=[["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 Bu=[["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 Ru=[["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 Vu=[["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 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 Du=[["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 Io=[["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 Wu=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 2a7 7 0 1 0 10 10"}]];var Ou=[["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 zu=[["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 qu=[["path",{d:"M12 2C8 2 4 8 4 14a8 8 0 0 0 16 0c0-6-4-12-8-12"}]];var Fo=[["circle",{cx:"12",cy:"12",r:"1"}],["circle",{cx:"12",cy:"5",r:"1"}],["circle",{cx:"12",cy:"19",r:"1"}]];var Do=[["circle",{cx:"12",cy:"12",r:"1"}],["circle",{cx:"19",cy:"12",r:"1"}],["circle",{cx:"5",cy:"12",r:"1"}]];var Nu=[["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 Uu=[["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 $u=[["line",{x1:"5",x2:"19",y1:"9",y2:"9"}],["line",{x1:"5",x2:"19",y1:"15",y2:"15"}]];var _u=[["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 ju=[["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 Gu=[["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 Zu=[["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 Xu=[["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 Ju=[["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 Ku=[["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 Yu=[["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 Qu=[["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 tm=[["path",{d:"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"}]];var em=[["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 am=[["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 rm=[["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 om=[["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 sm=[["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 nm=[["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 lm=[["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 dm=[["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 Wo=[["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 Oo=[["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 im=[["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 zo=[["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 qo=[["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 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:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M8 18v-2"}],["path",{d:"M12 18v-4"}],["path",{d:"M16 18v-6"}]];var Uo=[["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 $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:"m16 13-3.5 3.5-2-2L8 17"}]];var _o=[["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 jo=[["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 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:"m9 15 2 2 4-4"}]];var cm=[["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 Go=[["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 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:"M10 12.5 8 15l2 2.5"}],["path",{d:"m14 12.5 2 2.5-2 2.5"}]];var Zo=[["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 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:"M9 10h6"}],["path",{d:"M12 13V7"}],["path",{d:"M9 17h6"}]];var um=[["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 mm=[["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 Xo=[["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 Ba=[["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 xm=[["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 gm=[["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 Mm=[["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 Jo=[["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 Ko=[["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 Yo=[["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 vm=[["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 ym=[["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 wm=[["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 Qo=[["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 ts=[["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 es=[["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 as=[["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 Cm=[["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 rs=[["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 bm=[["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 os=[["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 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"}],["circle",{cx:"11.5",cy:"14.5",r:"2.5"}],["path",{d:"M13.3 16.3 15 18"}]];var ss=[["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 km=[["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 Hm=[["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 Tm=[["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 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:"m8 16 2-2-2-2"}],["path",{d:"M12 18h4"}]];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:"M10 9H8"}],["path",{d:"M16 13H8"}],["path",{d:"M16 17H8"}]];var ns=[["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 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"}],["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 Bm=[["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 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:"M16 22a4 4 0 0 0-8 0"}],["circle",{cx:"12",cy:"15",r:"3"}]];var ls=[["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 Vm=[["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 ds=[["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 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 Dm=[["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 Wm=[["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 Om=[["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 zm=[["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 qm=[["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 Nm=[["path",{d:"M2 16s9-15 20-4C11 23 2 8 2 8"}]];var Um=[["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 $m=[["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 _m=[["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 jm=[["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 Gm=[["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 Zm=[["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 Xm=[["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 Jm=[["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 Km=[["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 Ym=[["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 Qm=[["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 tx=[["path",{d:"M10 2v6.292a7 7 0 1 0 4 0V2"}],["path",{d:"M5 15h14"}],["path",{d:"M8.5 2h7"}]];var ex=[["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 ax=[["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 rx=[["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 ox=[["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 sx=[["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 nx=[["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 lx=[["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 dx=[["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 ix=[["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 px=[["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 cx=[["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 hx=[["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 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:"M2 10h20"}]];var ux=[["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 is=[["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 mx=[["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 xx=[["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 gx=[["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 Mx=[["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 vx=[["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 yx=[["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 wx=[["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 Cx=[["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 bx=[["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 Sx=[["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 kx=[["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 Hx=[["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 ps=[["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 Tx=[["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 Lx=[["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 Px=[["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 Ex=[["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 Bx=[["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 Rx=[["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 Vx=[["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 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 Dx=[["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 Wx=[["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 Ox=[["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 zx=[["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 qx=[["path",{d:"m15 17 5-5-5-5"}],["path",{d:"M4 18v-2a4 4 0 0 1 4-4h12"}]];var Nx=[["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 Ux=[["path",{d:"M5 16V9h14V2H5l14 14h-7m-7 0 7 7v-7m-7 0h7"}]];var $x=[["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 _x=[["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 jx=[["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 Gx=[["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 cs=[["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 hs=[["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 Zx=[["path",{d:"M2 7v10"}],["path",{d:"M6 5v14"}],["rect",{width:"12",height:"18",x:"10",y:"3",rx:"2"}]];var Xx=[["path",{d:"M2 3v18"}],["rect",{width:"12",height:"18",x:"6",y:"3",rx:"2"}],["path",{d:"M22 3v18"}]];var Jx=[["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 Kx=[["path",{d:"M7 2h10"}],["path",{d:"M5 6h14"}],["rect",{width:"18",height:"12",x:"3",y:"10",rx:"2"}]];var Yx=[["path",{d:"M3 2h18"}],["rect",{width:"18",height:"12",x:"3",y:"6",rx:"2"}],["path",{d:"M3 22h18"}]];var Qx=[["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 t4=[["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 e4=[["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 a4=[["path",{d:"m12 14 4-4"}],["path",{d:"M3.34 19a10 10 0 1 1 17.32 0"}]];var r4=[["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 o4=[["path",{d:"M10.5 3 8 9l4 13 4-13-2.5-6"}],["path",{d:"M17 3a2 2 0 0 1 1.6.8l3 4a2 2 0 0 1 .013 2.382l-7.99 10.986a2 2 0 0 1-3.247 0l-7.99-10.986A2 2 0 0 1 2.4 7.8l2.998-3.997A2 2 0 0 1 7 3z"}],["path",{d:"M2 9h20"}]];var s4=[["path",{d:"M11.5 21a7.5 7.5 0 1 1 7.35-9"}],["path",{d:"M13 12V3"}],["path",{d:"M4 21h16"}],["path",{d:"M9 12V3"}]];var n4=[["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 l4=[["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 d4=[["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 i4=[["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 p4=[["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 fs=[["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 c4=[["path",{d:"M12 3v6"}],["circle",{cx:"12",cy:"12",r:"3"}],["path",{d:"M12 15v6"}]];var h4=[["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 f4=[["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 u4=[["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 m4=[["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 x4=[["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 g4=[["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 M4=[["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 v4=[["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 y4=[["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 w4=[["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 C4=[["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 b4=[["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 S4=[["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 k4=[["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 H4=[["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 T4=[["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 L4=[["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 P4=[["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 E4=[["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 B4=[["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 us=[["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 ms=[["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 xs=[["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 gs=[["path",{d:"M12 3v18"}],["path",{d:"M3 12h18"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}]];var R4=[["path",{d:"M15 3v18"}],["path",{d:"M3 12h18"}],["path",{d:"M9 3v18"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}]];var Ra=[["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 V4=[["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 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 D4=[["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 W4=[["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 O4=[["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 z4=[["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 q4=[["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 N4=[["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 U4=[["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 Ms=[["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 $4=[["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 vs=[["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 _4=[["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 j4=[["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 G4=[["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 Z4=[["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 X4=[["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 J4=[["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 K4=[["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 Y4=[["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 Q4=[["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 t5=[["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 e5=[["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 a5=[["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 r5=[["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 o5=[["path",{d:"M4 12h8"}],["path",{d:"M4 18V6"}],["path",{d:"M12 18V6"}],["path",{d:"m17 12 3-2v8"}]];var s5=[["path",{d:"M4 12h8"}],["path",{d:"M4 18V6"}],["path",{d:"M12 18V6"}],["path",{d:"M21 18h-4c0-4 4-3 4-6 0-1.5-2-2.5-4-1"}]];var n5=[["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 l5=[["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 d5=[["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 i5=[["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 p5=[["path",{d:"M6 12h12"}],["path",{d:"M6 20V4"}],["path",{d:"M18 20V4"}]];var c5=[["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 h5=[["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 f5=[["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 u5=[["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 m5=[["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 x5=[["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 g5=[["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 M5=[["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 v5=[["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 y5=[["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 w5=[["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 C5=[["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 b5=[["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 S5=[["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 k5=[["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 H5=[["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 T5=[["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 L5=[["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 P5=[["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 E5=[["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 B5=[["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 R5=[["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 V5=[["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 ys=[["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 ws=[["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 Cs=[["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 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 D5=[["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 W5=[["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 O5=[["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 z5=[["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 q5=[["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 N5=[["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 U5=[["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 $5=[["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 _5=[["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 j5=[["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 G5=[["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 Z5=[["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 X5=[["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 J5=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 16v-4"}],["path",{d:"M12 8h.01"}]];var K5=[["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 Y5=[["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 Q5=[["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 t3=[["path",{d:"m16 14 4 4-4 4"}],["path",{d:"M20 10a8 8 0 1 0-8 8h8"}]];var e3=[["path",{d:"M4 10a8 8 0 1 1 8 8H4"}],["path",{d:"m8 22-4-4 4-4"}]];var a3=[["path",{d:"M12 9.5V21m0-11.5L6 3m6 6.5L18 3"}],["path",{d:"M6 15h12"}],["path",{d:"M6 11h12"}]];var r3=[["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 o3=[["path",{d:"M5 3v14"}],["path",{d:"M12 3v8"}],["path",{d:"M19 3v18"}]];var s3=[["path",{d:"M18 17a1 1 0 0 0-1 1v1a2 2 0 1 0 2-2z"}],["path",{d:"M20.97 3.61a.45.45 0 0 0-.58-.58C10.2 6.6 6.6 10.2 3.03 20.39a.45.45 0 0 0 .58.58C13.8 17.4 17.4 13.8 20.97 3.61"}],["path",{d:"m6.707 6.707 10.586 10.586"}],["path",{d:"M7 5a2 2 0 1 0-2 2h1a1 1 0 0 0 1-1z"}]];var n3=[["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 l3=[["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 d3=[["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 i3=[["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 p3=[["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 c3=[["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 h3=[["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 f3=[["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 u3=[["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 m3=[["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 x3=[["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 g3=[["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 M3=[["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 v3=[["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 y3=[["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 w3=[["path",{d:"M2 20h20"}],["path",{d:"m9 10 2 2 4-4"}],["rect",{x:"3",y:"4",width:"18",height:"12",rx:"2"}]];var bs=[["rect",{width:"18",height:"12",x:"3",y:"4",rx:"2",ry:"2"}],["line",{x1:"2",x2:"22",y1:"20",y2:"20"}]];var C3=[["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 b3=[["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 S3=[["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 k3=[["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 Ss=[["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 H3=[["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 T3=[["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 L3=[["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 P3=[["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 E3=[["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 B3=[["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 R3=[["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 V3=[["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 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 D3=[["path",{d:"m16 6 4 14"}],["path",{d:"M12 6v14"}],["path",{d:"M8 8v12"}],["path",{d:"M4 4v16"}]];var W3=[["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 O3=[["path",{d:"M14 12h2v8"}],["path",{d:"M14 20h4"}],["path",{d:"M6 12h4"}],["path",{d:"M6 20h4"}],["path",{d:"M8 20V8a4 4 0 0 1 7.464-2"}]];var z3=[["path",{d:"M16.8 11.2c.8-.9 1.2-2 1.2-3.2a6 6 0 0 0-9.3-5"}],["path",{d:"m2 2 20 20"}],["path",{d:"M6.3 6.3a4.67 4.67 0 0 0 1.2 5.2c.7.7 1.3 1.5 1.5 2.5"}],["path",{d:"M9 18h6"}],["path",{d:"M10 22h4"}]];var q3=[["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 N3=[["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 U3=[["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 $3=[["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 _3=[["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 j3=[["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 G3=[["path",{d:"M16 5H3"}],["path",{d:"M16 12H3"}],["path",{d:"M11 19H3"}],["path",{d:"m15 18 2 2 4-4"}]];var Z3=[["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 X3=[["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 J3=[["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 K3=[["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 Y3=[["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 Q3=[["path",{d:"M12 5H2"}],["path",{d:"M6 12h12"}],["path",{d:"M9 19h6"}],["path",{d:"M16 5h6"}],["path",{d:"M19 8V2"}]];var tg=[["path",{d:"M2 5h20"}],["path",{d:"M6 12h12"}],["path",{d:"M9 19h6"}]];var Va=[["path",{d:"M21 5H11"}],["path",{d:"M21 12H11"}],["path",{d:"M21 19H11"}],["path",{d:"m7 8-4 4 4 4"}]];var Ia=[["path",{d:"M21 5H11"}],["path",{d:"M21 12H11"}],["path",{d:"M21 19H11"}],["path",{d:"m3 8 4 4-4 4"}]];var eg=[["path",{d:"M16 5H3"}],["path",{d:"M11 12H3"}],["path",{d:"M16 19H3"}],["path",{d:"M21 12h-6"}]];var ag=[["path",{d:"M16 5H3"}],["path",{d:"M11 12H3"}],["path",{d:"M11 19H3"}],["path",{d:"M21 16V5"}],["circle",{cx:"18",cy:"16",r:"3"}]];var rg=[["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 og=[["path",{d:"M16 5H3"}],["path",{d:"M11 12H3"}],["path",{d:"M16 19H3"}],["path",{d:"M18 9v6"}],["path",{d:"M21 12h-6"}]];var sg=[["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 ng=[["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 lg=[["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 dg=[["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 ig=[["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 pg=[["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 cg=[["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 As=[["path",{d:"M21 12a9 9 0 1 1-6.219-8.56"}]];var hg=[["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 fg=[["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 ug=[["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 mg=[["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 xg=[["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 ks=[["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 gg=[["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 Hs=[["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 Mg=[["rect",{width:"18",height:"11",x:"3",y:"11",rx:"2",ry:"2"}],["path",{d:"M7 11V7a5 5 0 0 1 10 0v4"}]];var vg=[["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 yg=[["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 wg=[["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 Cg=[["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 bg=[["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 Sg=[["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 Ag=[["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 kg=[["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 Hg=[["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 Tg=[["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 Ts=[["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 Lg=[["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 Pg=[["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 Eg=[["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 Bg=[["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 Rg=[["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 Vg=[["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 Ig=[["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 Fg=[["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 Dg=[["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 Wg=[["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 Og=[["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 zg=[["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 qg=[["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 Ls=[["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 Ng=[["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 Ug=[["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 $g=[["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 _g=[["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 jg=[["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 Gg=[["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 Zg=[["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 Xg=[["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 Jg=[["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 Kg=[["path",{d:"M16 3h5v5"}],["path",{d:"m21 3-6.75 6.75"}],["circle",{cx:"10",cy:"14",r:"6"}]];var Yg=[["path",{d:"M8 22h8"}],["path",{d:"M12 11v11"}],["path",{d:"m19 3-7 8-7-8Z"}]];var Qg=[["path",{d:"M15 3h6v6"}],["path",{d:"m21 3-7 7"}],["path",{d:"m3 21 7-7"}],["path",{d:"M9 21H3v-6"}]];var t8=[["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 e8=[["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 a8=[["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 r8=[["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 o8=[["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 s8=[["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 n8=[["path",{d:"M4 5h16"}],["path",{d:"M4 12h16"}],["path",{d:"M4 19h16"}]];var l8=[["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 d8=[["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 i8=[["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 p8=[["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 c8=[["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 h8=[["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 f8=[["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 Ps=[["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 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:"m10 15-3-3 3-3"}],["path",{d:"M7 12h8a2 2 0 0 1 2 2v1"}]];var m8=[["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 x8=[["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 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"}]];var M8=[["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 v8=[["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 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:"M10 15h4"}],["path",{d:"M10 9h4"}],["path",{d:"M12 7v4"}]];var w8=[["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 C8=[["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 b8=[["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 S8=[["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 A8=[["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 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:"M12 8v6"}],["path",{d:"M9 11h6"}]];var H8=[["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 T8=[["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 L8=[["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 P8=[["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 E8=[["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 B8=[["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 R8=[["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 V8=[["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 I8=[["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 Es=[["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 F8=[["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 D8=[["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 W8=[["path",{d:"M6 18h8"}],["path",{d:"M3 22h18"}],["path",{d:"M14 22a7 7 0 1 0 0-14h-1"}],["path",{d:"M9 14h2"}],["path",{d:"M9 12a2 2 0 0 1-2-2V6h6v4a2 2 0 0 1-2 2Z"}],["path",{d:"M12 6V3a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v3"}]];var O8=[["rect",{width:"20",height:"15",x:"2",y:"4",rx:"2"}],["rect",{width:"8",height:"7",x:"6",y:"8",rx:"1"}],["path",{d:"M18 8v7"}],["path",{d:"M6 19v2"}],["path",{d:"M18 19v2"}]];var z8=[["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 q8=[["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 N8=[["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 U8=[["path",{d:"m14 10 7-7"}],["path",{d:"M20 10h-6V4"}],["path",{d:"m3 21 7-7"}],["path",{d:"M4 14h6v6"}]];var $8=[["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 _8=[["path",{d:"M5 12h14"}]];var j8=[["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 G8=[["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 Z8=[["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 X8=[["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 J8=[["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 K8=[["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 Y8=[["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 Q8=[["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 t6=[["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 e6=[["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 a6=[["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 r6=[["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 o6=[["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 s6=[["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 n6=[["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 l6=[["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 d6=[["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 i6=[["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 p6=[["path",{d:"m8 3 4 8 5-5 5 15H2L8 3z"}]];var c6=[["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 h6=[["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 f6=[["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 u6=[["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 m6=[["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 x6=[["rect",{x:"5",y:"2",width:"14",height:"20",rx:"7"}],["path",{d:"M12 6v4"}]];var Bs=[["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 g6=[["path",{d:"M19 13v6h-6"}],["path",{d:"M5 11V5h6"}],["path",{d:"m5 5 14 14"}]];var M6=[["path",{d:"M11 19H5v-6"}],["path",{d:"M13 5h6v6"}],["path",{d:"M19 5 5 19"}]];var v6=[["path",{d:"M11 19H5V13"}],["path",{d:"M19 5L5 19"}]];var y6=[["path",{d:"M19 13V19H13"}],["path",{d:"M5 5L19 19"}]];var w6=[["path",{d:"M8 18L12 22L16 18"}],["path",{d:"M12 2V22"}]];var C6=[["path",{d:"m18 8 4 4-4 4"}],["path",{d:"M2 12h20"}],["path",{d:"m6 8-4 4 4 4"}]];var b6=[["path",{d:"M6 8L2 12L6 16"}],["path",{d:"M2 12H22"}]];var S6=[["path",{d:"M18 8L22 12L18 16"}],["path",{d:"M2 12H22"}]];var A6=[["path",{d:"M5 11V5H11"}],["path",{d:"M5 5L19 19"}]];var k6=[["path",{d:"M13 5H19V11"}],["path",{d:"M19 5L5 19"}]];var H6=[["path",{d:"M8 6L12 2L16 6"}],["path",{d:"M12 2V22"}]];var T6=[["path",{d:"M12 2v20"}],["path",{d:"m8 18 4 4 4-4"}],["path",{d:"m8 6 4-4 4 4"}]];var L6=[["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 P6=[["circle",{cx:"8",cy:"18",r:"4"}],["path",{d:"M12 18V2l7 4"}]];var E6=[["circle",{cx:"12",cy:"18",r:"4"}],["path",{d:"M16 18V2"}]];var B6=[["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 R6=[["path",{d:"M9 18V5l12-2v13"}],["circle",{cx:"6",cy:"18",r:"3"}],["circle",{cx:"18",cy:"16",r:"3"}]];var V6=[["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 I6=[["polygon",{points:"12 2 19 21 12 17 5 21 12 2"}]];var F6=[["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 D6=[["polygon",{points:"3 11 22 2 13 21 11 13 3 11"}]];var W6=[["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 O6=[["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 z6=[["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 q6=[["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 N6=[["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 U6=[["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 $6=[["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 _6=[["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 j6=[["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 G6=[["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 Z6=[["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 X6=[["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 Rs=[["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 J6=[["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 Vs=[["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 Is=[["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 K6=[["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 Y6=[["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 Q6=[["path",{d:"M3 3h6l6 18h6"}],["path",{d:"M14 3h7"}]];var tM=[["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 eM=[["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 aM=[["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 rM=[["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 oM=[["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 sM=[["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 nM=[["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 lM=[["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 dM=[["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 iM=[["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 pM=[["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 cM=[["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 Fs=[["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 hM=[["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 fM=[["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 uM=[["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 mM=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 15h18"}],["path",{d:"m15 8-3 3-3-3"}]];var Ds=[["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 xM=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 15h18"}],["path",{d:"m9 10 3-3 3 3"}]];var gM=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 15h18"}]];var Ws=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}],["path",{d:"m16 15-3-3 3-3"}]];var Os=[["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 zs=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}],["path",{d:"m14 9 3 3-3 3"}]];var MM=[["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 qs=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}]];var vM=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M15 3v18"}],["path",{d:"m8 9 3 3-3 3"}]];var Ns=[["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 yM=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M15 3v18"}],["path",{d:"m10 15-3-3 3-3"}]];var wM=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M15 3v18"}]];var CM=[["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 bM=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}],["path",{d:"m9 16 3-3 3 3"}]];var Us=[["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 SM=[["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 kM=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}],["path",{d:"M9 15h12"}]];var HM=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 15h12"}],["path",{d:"M15 3v18"}]];var $s=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}],["path",{d:"M9 21V9"}]];var TM=[["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 LM=[["path",{d:"M8 21s-4-3-4-9 4-9 4-9"}],["path",{d:"M16 3s4 3 4 9-4 9-4 9"}]];var PM=[["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 EM=[["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 BM=[["rect",{x:"14",y:"3",width:"5",height:"18",rx:"1"}],["rect",{x:"5",y:"3",width:"5",height:"18",rx:"1"}]];var RM=[["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 VM=[["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 _s=[["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 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 js=[["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 DM=[["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 WM=[["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 OM=[["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 zM=[["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 qM=[["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 NM=[["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 UM=[["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 $M=[["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 _M=[["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 jM=[["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 GM=[["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 ZM=[["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 XM=[["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 JM=[["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 KM=[["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=[["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 QM=[["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 t7=[["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 e7=[["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 a7=[["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 r7=[["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 o7=[["path",{d:"M14 3v11"}],["path",{d:"M14 9h-3a3 3 0 0 1 0-6h9"}],["path",{d:"M18 3v11"}],["path",{d:"M22 18H2l4-4"}],["path",{d:"m6 22-4-4"}]];var s7=[["path",{d:"M10 3v11"}],["path",{d:"M10 9H7a1 1 0 0 1 0-6h8"}],["path",{d:"M14 3v11"}],["path",{d:"m18 14 4 4H2"}],["path",{d:"m22 18-4 4"}]];var n7=[["path",{d:"M13 4v16"}],["path",{d:"M17 4v16"}],["path",{d:"M19 4H9.5a4.5 4.5 0 0 0 0 9H13"}]];var l7=[["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 d7=[["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 i7=[["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 p7=[["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 c7=[["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 h7=[["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 f7=[["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 u7=[["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 m7=[["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 x7=[["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 g7=[["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 Gs=[["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 M7=[["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 v7=[["path",{d:"M5 12h14"}],["path",{d:"M12 5v14"}]];var y7=[["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 w7=[["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 C7=[["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 b7=[["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 S7=[["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 k7=[["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 H7=[["path",{d:"M18 7c0-5.333-8-5.333-8 0"}],["path",{d:"M10 7v14"}],["path",{d:"M6 21h12"}],["path",{d:"M6 13h10"}]];var T7=[["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 L7=[["path",{d:"M12 2v10"}],["path",{d:"M18.4 6.6a9 9 0 1 1-12.77.04"}]];var P7=[["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 E7=[["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 B7=[["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 R7=[["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 V7=[["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 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 D7=[["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 W7=[["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 O7=[["path",{d:"M13 16a3 3 0 0 1 2.24 5"}],["path",{d:"M18 12h.01"}],["path",{d:"M18 21h-8a4 4 0 0 1-4-4 7 7 0 0 1 7-7h.2L9.6 6.4a1 1 0 1 1 2.8-2.8L15.8 7h.2c3.3 0 6 2.7 6 6v1a2 2 0 0 1-2 2h-1a3 3 0 0 0-3 3"}],["path",{d:"M20 8.54V4a2 2 0 1 0-4 0v3"}],["path",{d:"M7.612 12.524a3 3 0 1 0-1.6 4.3"}]];var z7=[["path",{d:"M19.07 4.93A10 10 0 0 0 6.99 3.34"}],["path",{d:"M4 6h.01"}],["path",{d:"M2.29 9.62A10 10 0 1 0 21.31 8.35"}],["path",{d:"M16.24 7.76A6 6 0 1 0 8.23 16.67"}],["path",{d:"M12 18h.01"}],["path",{d:"M17.99 11.66A6 6 0 0 1 15.77 16.67"}],["circle",{cx:"12",cy:"12",r:"2"}],["path",{d:"m13.41 10.59 5.66-5.66"}]];var q7=[["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 N7=[["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 U7=[["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 $7=[["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 _7=[["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 j7=[["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 G7=[["path",{d:"M5 15h14"}],["path",{d:"M5 9h14"}],["path",{d:"m14 20-5-5 6-6-5-5"}]];var Z7=[["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 X7=[["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 J7=[["rect",{width:"12",height:"20",x:"6",y:"2",rx:"2"}],["rect",{width:"20",height:"12",x:"2",y:"6",rx:"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:"M12 6.5v11"}],["path",{d:"M15 9.4a4 4 0 1 0 0 5.2"}]];var Y7=[["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 Q7=[["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 tv=[["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 ev=[["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 av=[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z"}],["path",{d:"M8 15h5"}],["path",{d:"M8 11h5a2 2 0 1 0 0-4h-3v10"}]];var rv=[["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 ov=[["path",{d:"M13 16H8"}],["path",{d:"M14 8H8"}],["path",{d:"M16 12H8"}],["path",{d:"M4 3a1 1 0 0 1 1-1 1.3 1.3 0 0 1 .7.2l.933.6a1.3 1.3 0 0 0 1.4 0l.934-.6a1.3 1.3 0 0 1 1.4 0l.933.6a1.3 1.3 0 0 0 1.4 0l.933-.6a1.3 1.3 0 0 1 1.4 0l.934.6a1.3 1.3 0 0 0 1.4 0l.933-.6A1.3 1.3 0 0 1 19 2a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1 1.3 1.3 0 0 1-.7-.2l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.934.6a1.3 1.3 0 0 1-1.4 0l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-1.4 0l-.934-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-.7.2 1 1 0 0 1-1-1z"}]];var sv=[["path",{d:"M10 6.5v11a5.5 5.5 0 0 0 5.5-5.5"}],["path",{d:"m14 8-6 3"}],["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1z"}]];var nv=[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z"}],["path",{d:"M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8"}],["path",{d:"M12 17.5v-11"}]];var lv=[["path",{d:"M14 4v16H3a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1z"}],["circle",{cx:"14",cy:"12",r:"8"}]];var Zs=[["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 dv=[["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 iv=[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2"}]];var pv=[["rect",{width:"12",height:"20",x:"6",y:"2",rx:"2"}]];var cv=[["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 hv=[["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 fv=[["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 uv=[["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 mv=[["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 xv=[["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 gv=[["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 Mv=[["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 vv=[["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 yv=[["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 wv=[["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 Cv=[["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 bv=[["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 Sv=[["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 kv=[["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 Hv=[["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 Tv=[["path",{d:"M20 18v-2a4 4 0 0 0-4-4H4"}],["path",{d:"m9 17-5-5 5-5"}]];var Lv=[["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 Pv=[["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 Ev=[["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 Bv=[["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 Rv=[["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 Vv=[["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 Xs=[["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 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 Dv=[["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 Wv=[["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 Ov=[["path",{d:"M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8"}],["path",{d:"M21 3v5h-5"}]];var zv=[["circle",{cx:"6",cy:"19",r:"3"}],["path",{d:"M9 19h8.5c.4 0 .9-.1 1.3-.2"}],["path",{d:"M5.2 5.2A3.5 3.53 0 0 0 6.5 12H12"}],["path",{d:"m2 2 20 20"}],["path",{d:"M21 15.3a3.5 3.5 0 0 0-3.3-3.3"}],["path",{d:"M15 5h-4.3"}],["circle",{cx:"18",cy:"5",r:"3"}]];var qv=[["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 Nv=[["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 Js=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 12h18"}]];var Ks=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M21 9H3"}],["path",{d:"M21 15H3"}]];var Uv=[["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 $v=[["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 _v=[["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 jv=[["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 Gv=[["path",{d:"M6 11h8a4 4 0 0 0 0-8H9v18"}],["path",{d:"M6 15h8"}]];var Zv=[["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 Xv=[["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 Jv=[["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 Kv=[["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 Yv=[["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 Qv=[["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 t9=[["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 e9=[["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 a9=[["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 Ys=[["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 r9=[["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 o9=[["path",{d:"M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7"}],["path",{d:"M14 15H9v-5"}],["path",{d:"M16 3h5v5"}],["path",{d:"M21 3 9 15"}]];var s9=[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2"}],["path",{d:"M8 7v10"}],["path",{d:"M12 7v10"}],["path",{d:"M17 7v10"}]];var n9=[["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 l9=[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2"}],["path",{d:"M8 14s1.5 2 4 2 4-2 4-2"}],["path",{d:"M9 9h.01"}],["path",{d:"M15 9h.01"}]];var d9=[["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 i9=[["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 p9=[["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 c9=[["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 h9=[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2"}],["path",{d:"M7 8h8"}],["path",{d:"M7 12h10"}],["path",{d:"M7 16h6"}]];var f9=[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2"}]];var u9=[["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 m9=[["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 x9=[["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 g9=[["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 M9=[["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 v9=[["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 y9=[["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 w9=[["path",{d:"m8 11 2 2 4-4"}],["circle",{cx:"11",cy:"11",r:"8"}],["path",{d:"m21 21-4.3-4.3"}]];var C9=[["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 b9=[["path",{d:"m13.5 8.5-5 5"}],["circle",{cx:"11",cy:"11",r:"8"}],["path",{d:"m21 21-4.3-4.3"}]];var S9=[["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 k9=[["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 Qs=[["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 H9=[["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 T9=[["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 L9=[["path",{d:"m16 16-4 4-4-4"}],["path",{d:"M3 12h18"}],["path",{d:"m8 8 4-4 4 4"}]];var P9=[["path",{d:"M12 3v18"}],["path",{d:"m16 16 4-4-4-4"}],["path",{d:"m8 8-4 4 4 4"}]];var E9=[["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 B9=[["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 R9=[["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 V9=[["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 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 D9=[["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 W9=[["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 O9=[["path",{d:"M12 2v13"}],["path",{d:"m16 6-4-4-4 4"}],["path",{d:"M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8"}]];var z9=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["line",{x1:"3",x2:"21",y1:"9",y2:"9"}],["line",{x1:"3",x2:"21",y1:"15",y2:"15"}],["line",{x1:"9",x2:"9",y1:"9",y2:"21"}],["line",{x1:"15",x2:"15",y1:"9",y2:"21"}]];var q9=[["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 N9=[["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 U9=[["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 $9=[["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 _9=[["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 j9=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"}],["path",{d:"M12 22V2"}]];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:"M9 12h6"}]];var Z9=[["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 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:"M9 12h6"}],["path",{d:"M12 9v6"}]];var t1=[["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 J9=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"}],["path",{d:"M6.376 18.91a6 6 0 0 1 11.249.003"}],["circle",{cx:"12",cy:"11",r:"4"}]];var e1=[["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 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"}]];var Y9=[["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 Q9=[["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 ty=[["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 ey=[["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 ay=[["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 ry=[["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 oy=[["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 sy=[["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 ny=[["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 ly=[["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 dy=[["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 iy=[["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 py=[["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 cy=[["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 hy=[["path",{d:"M2 20h.01"}],["path",{d:"M7 20v-4"}],["path",{d:"M12 20v-8"}],["path",{d:"M17 20V8"}]];var fy=[["path",{d:"M2 20h.01"}],["path",{d:"M7 20v-4"}]];var uy=[["path",{d:"M2 20h.01"}],["path",{d:"M7 20v-4"}],["path",{d:"M12 20v-8"}]];var my=[["path",{d:"M2 20h.01"}]];var xy=[["path",{d:"M2 20h.01"}],["path",{d:"M7 20v-4"}],["path",{d:"M12 20v-8"}],["path",{d:"M17 20V8"}],["path",{d:"M22 4v16"}]];var gy=[["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 My=[["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 vy=[["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 yy=[["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 wy=[["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 Cy=[["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 by=[["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 Sy=[["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 ky=[["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 Hy=[["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 a1=[["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 Ty=[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2",ry:"2"}],["path",{d:"M12.667 8 10 12h4l-2.667 4"}]];var Ly=[["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 Py=[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2",ry:"2"}],["path",{d:"M12 18h.01"}]];var Ey=[["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 By=[["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 Ry=[["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 Vy=[["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 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 Dy=[["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 Wy=[["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 Oy=[["path",{d:"M22 17v1c0 .5-.5 1-1 1H3c-.5 0-1-.5-1-1v-1"}]];var zy=[["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 qy=[["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 r1=[["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 Ny=[["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 Uy=[["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 $y=[["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 _y=[["path",{d:"m6 16 6-12 6 12"}],["path",{d:"M8 12h8"}],["path",{d:"m16 20 2 2 4-4"}]];var jy=[["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 Gy=[["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 Zy=[["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 Xy=[["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 Jy=[["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 Ky=[["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 Yy=[["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 o1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M17 12h-2l-2 5-2-10-2 5H7"}]];var s1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m16 8-8 8"}],["path",{d:"M16 16H8V8"}]];var n1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m8 8 8 8"}],["path",{d:"M16 8v8H8"}]];var l1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M12 8v8"}],["path",{d:"m8 12 4 4 4-4"}]];var d1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m12 8-4 4 4 4"}],["path",{d:"M16 12H8"}]];var i1=[["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 p1=[["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 c1=[["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 h1=[["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 f1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 12h8"}],["path",{d:"m12 16 4-4-4-4"}]];var u1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 16V8h8"}],["path",{d:"M16 16 8 8"}]];var m1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 8h8v8"}],["path",{d:"m8 16 8-8"}]];var x1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m16 12-4-4-4 4"}],["path",{d:"M12 16V8"}]];var g1=[["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 M1=[["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 Fa=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 8h7"}],["path",{d:"M8 12h6"}],["path",{d:"M11 16h5"}]];var v1=[["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 y1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m9 12 2 2 4-4"}]];var w1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m16 10-4 4-4-4"}]];var C1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m14 16-4-4 4-4"}]];var b1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m10 8 4 4-4 4"}]];var S1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m8 14 4-4 4 4"}]];var A1=[["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 Qy=[["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 tw=[["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 k1=[["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 H1=[["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 ew=[["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 T1=[["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 L1=[["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 P1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["circle",{cx:"12",cy:"12",r:"1"}]];var E1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M7 10h10"}],["path",{d:"M7 14h10"}]];var B1=[["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 R1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 7v7"}],["path",{d:"M12 7v4"}],["path",{d:"M16 7v9"}]];var V1=[["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 I1=[["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 F1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M7 8h10"}],["path",{d:"M7 12h10"}],["path",{d:"M7 16h10"}]];var D1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 12h8"}]];var W1=[["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 O1=[["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 z1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 17V7h4a3 3 0 0 1 0 6H9"}]];var aw=[["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 fa=[["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 q1=[["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 N1=[["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 U1=[["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 $1=[["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 _1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 12h8"}],["path",{d:"M12 8v8"}]];var j1=[["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 rw=[["path",{d:"M7 12h2l2 5 2-10h4"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}]];var ow=[["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 G1=[["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 Z1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M16 8.9V7H8l4 5-4 5h8v-1.9"}]];var X1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["line",{x1:"9",x2:"15",y1:"15",y2:"9"}]];var J1=[["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 K1=[["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 sw=[["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}],["rect",{x:"8",y:"8",width:"8",height:"8",rx:"1"}]];var nw=[["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 lw=[["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 dw=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["rect",{x:"9",y:"9",width:"6",height:"6",rx:"1"}]];var Y1=[["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 Q1=[["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 tn=[["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 en=[["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 iw=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}]];var pw=[["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 cw=[["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 hw=[["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 fw=[["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 uw=[["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 mw=[["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 xw=[["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 gw=[["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 Mw=[["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 vw=[["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 yw=[["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 ww=[["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 Cw=[["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 bw=[["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 Sw=[["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 kw=[["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 Hw=[["rect",{width:"20",height:"6",x:"2",y:"4",rx:"2"}],["rect",{width:"20",height:"6",x:"2",y:"14",rx:"2"}]];var Tw=[["rect",{width:"6",height:"20",x:"4",y:"2",rx:"2"}],["rect",{width:"6",height:"20",x:"14",y:"2",rx:"2"}]];var Lw=[["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 Pw=[["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 Ew=[["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 Bw=[["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 Rw=[["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 Vw=[["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 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 Dw=[["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 Ww=[["path",{d:"m4 19 8-8"}],["path",{d:"m12 19-8-8"}],["path",{d:"M20 12h-4c0-1.5.442-2 1.5-2.5S20 8.334 20 7.002c0-.472-.17-.93-.484-1.29a2.105 2.105 0 0 0-2.617-.436c-.42.239-.738.614-.899 1.06"}]];var Ow=[["path",{d:"M11 17a4 4 0 0 1-8 0V5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2Z"}],["path",{d:"M16.7 13H19a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H7"}],["path",{d:"M 7 17h.01"}],["path",{d:"m11 8 2.3-2.3a2.4 2.4 0 0 1 3.404.004L18.6 7.6a2.4 2.4 0 0 1 .026 3.434L9.9 19.8"}]];var zw=[["path",{d:"M10 21V3h8"}],["path",{d:"M6 16h9"}],["path",{d:"M10 9.5h7"}]];var qw=[["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 Nw=[["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 Uw=[["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 $w=[["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 _w=[["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 jw=[["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 Gw=[["path",{d:"M12 15V9"}],["path",{d:"M3 15h18"}],["path",{d:"M3 9h18"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}]];var Zw=[["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 Xw=[["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 Jw=[["path",{d:"M15 3v18"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M21 9H3"}],["path",{d:"M21 15H3"}]];var Kw=[["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 Yw=[["path",{d:"M12 3v18"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}],["path",{d:"M3 15h18"}]];var Qw=[["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 tC=[["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",ry:"2"}],["line",{x1:"12",x2:"12.01",y1:"18",y2:"18"}]];var eC=[["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 aC=[["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 rC=[["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 oC=[["path",{d:"M4 4v16"}]];var sC=[["path",{d:"M4 4v16"}],["path",{d:"M9 4v16"}]];var nC=[["path",{d:"M4 4v16"}],["path",{d:"M9 4v16"}],["path",{d:"M14 4v16"}]];var lC=[["path",{d:"M4 4v16"}],["path",{d:"M9 4v16"}],["path",{d:"M14 4v16"}],["path",{d:"M19 4v16"}]];var dC=[["path",{d:"M4 4v16"}],["path",{d:"M9 4v16"}],["path",{d:"M14 4v16"}],["path",{d:"M19 4v16"}],["path",{d:"M22 6 2 18"}]];var iC=[["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 pC=[["circle",{cx:"12",cy:"12",r:"10"}],["circle",{cx:"12",cy:"12",r:"6"}],["circle",{cx:"12",cy:"12",r:"2"}]];var cC=[["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 hC=[["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 fC=[["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 uC=[["path",{d:"M12 19h8"}],["path",{d:"m4 17 6-6-6-6"}]];var an=[["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 mC=[["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 xC=[["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 rn=[["path",{d:"M21 5H3"}],["path",{d:"M17 12H7"}],["path",{d:"M19 19H5"}]];var on=[["path",{d:"M21 5H3"}],["path",{d:"M21 12H9"}],["path",{d:"M21 19H7"}]];var sn=[["path",{d:"M3 5h18"}],["path",{d:"M3 12h18"}],["path",{d:"M3 19h18"}]];var Da=[["path",{d:"M21 5H3"}],["path",{d:"M15 12H3"}],["path",{d:"M17 19H3"}]];var gC=[["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 MC=[["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 nn=[["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 vC=[["path",{d:"M17 5H3"}],["path",{d:"M21 12H8"}],["path",{d:"M21 19H8"}],["path",{d:"M3 12v7"}]];var yC=[["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 ln=[["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 dn=[["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 wC=[["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 CC=[["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 bC=[["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 SC=[["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 kC=[["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 HC=[["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 TC=[["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 LC=[["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 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:"M9 12h6"}],["path",{d:"M12 9v6"}]];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.5 14.5 5-5"}]];var BC=[["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 RC=[["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 VC=[["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 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 DC=[["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 WC=[["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 OC=[["circle",{cx:"9",cy:"12",r:"3"}],["rect",{width:"20",height:"14",x:"2",y:"5",rx:"7"}]];var zC=[["circle",{cx:"15",cy:"12",r:"3"}],["rect",{width:"20",height:"14",x:"2",y:"5",rx:"7"}]];var qC=[["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 NC=[["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 UC=[["path",{d:"M21 4H3"}],["path",{d:"M18 8H6"}],["path",{d:"M19 12H9"}],["path",{d:"M16 16h-6"}],["path",{d:"M11 20H9"}]];var $C=[["ellipse",{cx:"12",cy:"11",rx:"3",ry:"2"}],["ellipse",{cx:"12",cy:"12.5",rx:"10",ry:"8.5"}]];var _C=[["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 jC=[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2"}],["path",{d:"M2 14h20"}],["path",{d:"M12 20v-6"}]];var GC=[["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 ZC=[["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 XC=[["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 JC=[["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 KC=[["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 YC=[["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 QC=[["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 pn=[["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 tb=[["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 eb=[["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 ab=[["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 rb=[["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 cn=[["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 ob=[["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 sb=[["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 nb=[["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 lb=[["path",{d:"M16 17h6v-6"}],["path",{d:"m22 17-8.5-8.5-5 5L2 7"}]];var db=[["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 ib=[["path",{d:"M16 7h6v6"}],["path",{d:"m22 7-8.5 8.5-5-5L2 17"}]];var hn=[["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 pb=[["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 cb=[["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 hb=[["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 fb=[["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 ub=[["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 mb=[["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 xb=[["path",{d:"M15 4 5 9"}],["path",{d:"m15 8.5-10 5"}],["path",{d:"M18 12a9 9 0 0 1-9 9V3"}]];var gb=[["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 Mb=[["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 vb=[["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 fn=[["path",{d:"M7 21h10"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2"}]];var yb=[["path",{d:"m17 2-5 5-5-5"}],["rect",{width:"20",height:"15",x:"2",y:"7",rx:"2"}]];var wb=[["path",{d:"M21 2H3v16h5v4l4-4h5l4-4V2zm-10 9V7m5 4V7"}]];var Cb=[["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 bb=[["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 Sb=[["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 kb=[["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 Hb=[["path",{d:"M6 4v6a6 6 0 0 0 12 0V4"}],["line",{x1:"4",x2:"20",y1:"20",y2:"20"}]];var Tb=[["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 Lb=[["path",{d:"M21 17a9 9 0 0 0-15-6.7L3 13"}],["path",{d:"M3 7v6h6"}],["circle",{cx:"12",cy:"17",r:"1"}]];var Pb=[["path",{d:"M3 7v6h6"}],["path",{d:"M21 17a9 9 0 0 0-9-9 9 9 0 0 0-6 2.3L3 13"}]];var Eb=[["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 Bb=[["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 Rb=[["rect",{width:"8",height:"6",x:"5",y:"4",rx:"1"}],["rect",{width:"8",height:"6",x:"11",y:"14",rx:"1"}]];var un=[["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 Vb=[["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 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 Db=[["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 Wb=[["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 Ob=[["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 zb=[["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 qb=[["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 Nb=[["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 Ub=[["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 $b=[["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 mn=[["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 xn=[["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 gn=[["path",{d:"M2 21a8 8 0 0 1 13.292-6"}],["circle",{cx:"10",cy:"8",r:"5"}],["path",{d:"M22 19h-6"}]];var _b=[["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 Mn=[["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 jb=[["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 vn=[["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 yn=[["circle",{cx:"12",cy:"8",r:"5"}],["path",{d:"M20 21a8 8 0 0 0-16 0"}]];var Gb=[["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 Zb=[["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 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:"17",x2:"22",y1:"8",y2:"13"}],["line",{x1:"22",x2:"17",y1:"8",y2:"13"}]];var Jb=[["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 wn=[["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 Kb=[["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 Cn=[["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 bn=[["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 Yb=[["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 Qb=[["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 tS=[["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 eS=[["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 aS=[["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 rS=[["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 oS=[["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 sS=[["path",{d:"M12 15v7"}],["path",{d:"M9 19h6"}],["circle",{cx:"12",cy:"9",r:"6"}]];var nS=[["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 lS=[["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 dS=[["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 iS=[["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 pS=[["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 cS=[["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 hS=[["circle",{cx:"6",cy:"12",r:"4"}],["circle",{cx:"18",cy:"12",r:"4"}],["line",{x1:"6",x2:"18",y1:"16",y2:"16"}]];var fS=[["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 uS=[["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 mS=[["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 xS=[["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 gS=[["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 MS=[["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 vS=[["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 yS=[["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 Sn=[["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 wS=[["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 CS=[["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 An=[["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 bS=[["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 SS=[["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 kS=[["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 HS=[["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 TS=[["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 LS=[["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 PS=[["circle",{cx:"12",cy:"10",r:"8"}],["circle",{cx:"12",cy:"10",r:"3"}],["path",{d:"M7 22h10"}],["path",{d:"M12 22v-4"}]];var ES=[["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 BS=[["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 RS=[["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 VS=[["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 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 DS=[["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 WS=[["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 OS=[["path",{d:"M12 20h.01"}],["path",{d:"M8.5 16.429a5 5 0 0 1 7 0"}]];var zS=[["path",{d:"M12 20h.01"}],["path",{d:"M8.5 16.429a5 5 0 0 1 7 0"}],["path",{d:"M5 12.859a10 10 0 0 1 5.17-2.69"}],["path",{d:"M19 12.859a10 10 0 0 0-2.007-1.523"}],["path",{d:"M2 8.82a15 15 0 0 1 4.177-2.643"}],["path",{d:"M22 8.82a15 15 0 0 0-11.288-3.764"}],["path",{d:"m2 2 20 20"}]];var qS=[["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 NS=[["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 US=[["path",{d:"M12 20h.01"}]];var $S=[["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 _S=[["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 jS=[["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 GS=[["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 ZS=[["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 XS=[["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 JS=[["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 KS=[["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 YS=[["path",{d:"M18 6 6 18"}],["path",{d:"m6 6 12 12"}]];var QS=[["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 tA=[["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 eA=[["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 aA=[["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 rA=[["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 qT=({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=>IA(n,{nameAttr:e,icons:r,attrs:a})),s&&Array.from(t.querySelectorAll("template")).forEach(l=>kL({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=>IA(l,{nameAttr:"icon-name",icons:r,attrs:a})))}};var nt=(r,e=24,a="currentColor",t=2)=>{try{let s=r.split("-").map(n=>n.charAt(0).toUpperCase()+n.slice(1)).join(""),o=DA[s];return o?lP(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 lP(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(([h,x])=>{h!=="stroke"&&i.setAttribute(h,String(x))}),s.appendChild(i)}}}),s}var tA={allowedTypes:ka,maxFileSize:10*1024*1024,maxFiles:4};function dP(){return`attach_${Date.now()}_${Math.random().toString(36).substring(2,9)}`}function iP(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 Ja=class r{constructor(e={}){this.attachments=[];this.previewsContainer=null;var a,t,s;this.config={allowedTypes:(a=e.allowedTypes)!=null?a:tA.allowedTypes,maxFileSize:(t=e.maxFileSize)!=null?t:tA.maxFileSize,maxFiles:(s=e.maxFiles)!=null?s:tA.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:tA.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 h of e){if(this.attachments.length>=this.config.maxFiles){(t=(a=this.config).onFileRejected)==null||t.call(a,h,"count");continue}let x=bL(h,this.config.allowedTypes,this.config.maxFileSize);if(!x.valid){let c=(s=x.error)!=null&&s.includes("type")?"type":"size";(n=(o=this.config).onFileRejected)==null||n.call(o,h,c);continue}try{let c=await CL(h),p=_l(h)?URL.createObjectURL(h):null,u={id:dP(),file:h,previewUrl:p,contentPart:c};this.attachments.push(u),this.renderPreview(u)}catch(c){console.error("[AttachmentManager] Failed to process file:",c)}}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=_l(e.file),t=M("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=M("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=M("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=iP(e.file.type),i=nt(l,20,"var(--cw-muted, #6b7280)",1.5);i&&n.appendChild(i);let h=M("span");h.textContent=SL(e.file.type,e.file.name),h.style.fontSize="8px",h.style.fontWeight="600",h.style.color="var(--cw-muted, #6b7280)",h.style.textTransform="uppercase",h.style.lineHeight="1",n.appendChild(h),t.appendChild(n)}let s=M("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=nt("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 WA=()=>{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"},pP=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"||WA()==="dark"?t:a},HL=r=>{let e=[];if(typeof document!="undefined"&&typeof MutationObserver!="undefined"){let a=new MutationObserver(()=>{r(WA())});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(WA());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())}},eA=(r,e)=>{let a=pP(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 LL=(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=x(p);let C=c(u),k=h(p,C,w),b=s(k,()=>l(k,p,C,g=>g.morphStyle==="innerHTML"?(o(g,p,C),Array.from(p.childNodes)):t(g,p,C)));return k.pantry.remove(),b}function t(p,u,w){let C=c(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:k,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(k,b),g}let o=(function(){function p(f,m,v,A=null,V=null){m instanceof HTMLTemplateElement&&v instanceof HTMLTemplateElement&&(m=m.content,v=v.content),A||(A=m.firstChild);for(let P of v.childNodes){if(A&&A!=V){let W=w(f,P,A,V);if(W){W!==A&&k(f,A,W),n(W,P,f),A=W.nextSibling;continue}}if(P instanceof Element){let W=P.getAttribute("id");if(f.persistentIds.has(W)){let O=b(m,W,A,f);n(O,P,f),A=O.nextSibling;continue}}let E=u(m,P,A,f);E&&(A=E.nextSibling)}for(;A&&A!=V;){let P=A;A=A.nextSibling,C(f,P)}}function u(f,m,v,A){if(A.callbacks.beforeNodeAdded(m)===!1)return null;if(A.idMap.has(m)){let V=document.createElement(m.tagName);return f.insertBefore(V,v),n(V,m,A),A.callbacks.afterNodeAdded(V),V}else{let V=document.importNode(m,!0);return f.insertBefore(V,v),A.callbacks.afterNodeAdded(V),V}}let w=(function(){function f(A,V,P,E){let W=null,O=V.nextSibling,pt=0,N=P;for(;N&&N!=E;){if(v(N,V)){if(m(A,N,V))return N;W===null&&(A.idMap.has(N)||(W=N))}if(W===null&&O&&v(N,O)&&(pt++,O=O.nextSibling,pt>=2&&(W=void 0)),A.activeElementAndParents.includes(N))break;N=N.nextSibling}return W||null}function m(A,V,P){let E=A.idMap.get(V),W=A.idMap.get(P);if(!W||!E)return!1;for(let O of E)if(W.has(O))return!0;return!1}function v(A,V){var W,O,pt;let P=A,E=V;return P.nodeType===E.nodeType&&P.tagName===E.tagName&&(!((W=P.getAttribute)!=null&&W.call(P,"id"))||((O=P.getAttribute)==null?void 0:O.call(P,"id"))===((pt=E.getAttribute)==null?void 0:pt.call(E,"id")))}return f})();function C(f,m){var v;if(f.idMap.has(m))L(f.pantry,m,null);else{if(f.callbacks.beforeNodeRemoved(m)===!1)return;(v=m.parentNode)==null||v.removeChild(m),f.callbacks.afterNodeRemoved(m)}}function k(f,m,v){let A=m;for(;A&&A!==v;){let V=A;A=A.nextSibling,C(f,V)}return A}function b(f,m,v,A){var P,E;let V=((E=(P=A.target).getAttribute)==null?void 0:E.call(P,"id"))===m&&A.target||A.target.querySelector(`[id="${m}"]`)||A.pantry.querySelector(`[id="${m}"]`);return g(V,A),L(f,V,v),V}function g(f,m){let v=f.getAttribute("id");for(;f=f.parentNode;){let A=m.idMap.get(f);A&&(A.delete(v),A.size||m.idMap.delete(f))}}function L(f,m,v){if(f.moveBefore)try{f.moveBefore(m,v)}catch{f.insertBefore(m,v)}else f.insertBefore(m,v)}return p})(),n=(function(){function p(g,L,f){return f.ignoreActive&&g===document.activeElement?null:(f.callbacks.beforeNodeMorphed(g,L)===!1||(g instanceof HTMLHeadElement&&f.head.ignore||(g instanceof HTMLHeadElement&&f.head.style!=="morph"?i(g,L,f):(u(g,L,f),b(g,f)||o(f,g,L))),f.callbacks.afterNodeMorphed(g,L)),g)}function u(g,L,f){let m=L.nodeType;if(m===1){let v=g,A=L,V=v.attributes,P=A.attributes;for(let E of P)k(E.name,v,"update",f)||v.getAttribute(E.name)!==E.value&&v.setAttribute(E.name,E.value);for(let E=V.length-1;0<=E;E--){let W=V[E];if(W&&!A.hasAttribute(W.name)){if(k(W.name,v,"remove",f))continue;v.removeAttribute(W.name)}}b(v,f)||w(v,A,f)}(m===8||m===3)&&g.nodeValue!==L.nodeValue&&(g.nodeValue=L.nodeValue)}function w(g,L,f){if(g instanceof HTMLInputElement&&L instanceof HTMLInputElement&&L.type!=="file"){let m=L.value,v=g.value;C(g,L,"checked",f),C(g,L,"disabled",f),L.hasAttribute("value")?v!==m&&(k("value",g,"update",f)||(g.setAttribute("value",m),g.value=m)):k("value",g,"remove",f)||(g.value="",g.removeAttribute("value"))}else if(g instanceof HTMLOptionElement&&L instanceof HTMLOptionElement)C(g,L,"selected",f);else if(g instanceof HTMLTextAreaElement&&L instanceof HTMLTextAreaElement){let m=L.value,v=g.value;if(k("value",g,"update",f))return;m!==v&&(g.value=m),g.firstChild&&g.firstChild.nodeValue!==m&&(g.firstChild.nodeValue=m)}}function C(g,L,f,m){let v=L[f],A=g[f];if(v!==A){let V=k(f,g,"update",m);V||(g[f]=L[f]),v?V||g.setAttribute(f,""):k(f,g,"remove",m)||g.removeAttribute(f)}}function k(g,L,f,m){return g==="value"&&m.ignoreActiveValue&&L===document.activeElement?!0:m.callbacks.beforeAttributeUpdated(g,L,f)===!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 k=u.querySelector("head"),b=w.querySelector("head");if(k&&b){let g=i(k,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=[],k=[],b=[],g=[],L=new Map;for(let m of u.children)L.set(m.outerHTML,m);for(let m of p.children){let v=L.has(m.outerHTML),A=w.head.shouldReAppend(m),V=w.head.shouldPreserve(m);v||V?A?k.push(m):(L.delete(m.outerHTML),b.push(m)):w.head.style==="append"?A&&(k.push(m),g.push(m)):w.head.shouldRemove(m)!==!1&&k.push(m)}g.push(...L.values());let f=[];for(let m of g){let v=document.createRange().createContextualFragment(m.outerHTML).firstChild;if(w.callbacks.beforeNodeAdded(v)!==!1){if("href"in v&&v.href||"src"in v&&v.src){let A,V=new Promise(function(P){A=P});v.addEventListener("load",function(){A()}),f.push(V)}p.appendChild(v),w.callbacks.afterNodeAdded(v),C.push(v)}}for(let m of k)w.callbacks.beforeNodeRemoved(m)!==!1&&(p.removeChild(m),w.callbacks.afterNodeRemoved(m));return w.head.afterHeadMorphed(p,{added:C,kept:b,removed:k}),f}let h=(function(){function p(f,m,v){let{persistentIds:A,idMap:V}=g(f,m),P=u(v),E=P.morphStyle||"outerHTML";if(!["innerHTML","outerHTML"].includes(E))throw`Do not understand how to morph style ${E}`;return{target:f,newContent:m,config:P,morphStyle:E,ignoreActive:P.ignoreActive,ignoreActiveValue:P.ignoreActiveValue,restoreFocus:P.restoreFocus,idMap:V,persistentIds:A,pantry:w(),activeElementAndParents:C(f),callbacks:P.callbacks,head:P.head}}function u(f){let m=Object.assign({},e);return Object.assign(m,f),m.callbacks=Object.assign({},e.callbacks,f.callbacks),m.head=Object.assign({},e.head,f.head),m}function w(){let f=document.createElement("div");return f.hidden=!0,document.body.insertAdjacentElement("afterend",f),f}function C(f){let m=[],v=document.activeElement;if((v==null?void 0:v.tagName)!=="BODY"&&f.contains(v))for(;v&&(m.push(v),v!==f);)v=v.parentElement;return m}function k(f){var v;let m=Array.from(f.querySelectorAll("[id]"));return(v=f.getAttribute)!=null&&v.call(f,"id")&&m.push(f),m}function b(f,m,v,A){for(let V of A){let P=V.getAttribute("id");if(m.has(P)){let E=V;for(;E;){let W=f.get(E);if(W==null&&(W=new Set,f.set(E,W)),W.add(P),E===v)break;E=E.parentElement}}}}function g(f,m){let v=k(f),A=k(m),V=L(v,A),P=new Map;b(P,V,f,v);let E=m.__idiomorphRoot||m;return b(P,V,E,A),{persistentIds:V,idMap:P}}function L(f,m){let v=new Set,A=new Map;for(let{id:P,tagName:E}of f)A.has(P)?v.add(P):A.set(P,E);let V=new Set;for(let{id:P,tagName:E}of m)V.has(P)?v.add(P):A.get(P)===E&&V.add(P);for(let P of v)V.delete(P);return V}return p})(),{normalizeElement:x,normalizeParent:c}=(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(k(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,f)=>{if(f instanceof Element){f.matches(g)&&L.push(f);let m=f.querySelectorAll(g);for(let v=0;v<m.length;v++)L.push(m[v])}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 k(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 f=g.parseFromString(b,"text/html");if(L.match(/<\/html>/))return p.add(f),f;{let m=f.firstChild;return m&&p.add(m),m}}else{let m=g.parseFromString("<body><template>"+b+"</template></body>","text/html").body.querySelector("template").content;return p.add(m),m}}return{normalizeElement:u,normalizeParent:w}})();return{morph:a,defaults:e}})();var TL=(r,e,a={})=>{let{preserveTypingAnimation:t=!0}=a;LL.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 aa={"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 il=(r,e)=>{let a=M("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=>qA(n,{nameAttr:e,icons:r,attrs:a})),s&&Array.from(t.querySelectorAll("template")).forEach(l=>qT({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=>qA(l,{nameAttr:"icon-name",icons:r,attrs:a})))}};var dt=(r,e=24,a="currentColor",t=2)=>{try{let s=r.split("-").map(n=>n.charAt(0).toUpperCase()+n.slice(1)).join(""),o=UA[s];return o?CP(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 CP(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(([p,m])=>{p!=="stroke"&&i.setAttribute(p,String(m))}),s.appendChild(i)}}}),s}var oA={allowedTypes:La,maxFileSize:10*1024*1024,maxFiles:4};function bP(){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 er=class r{constructor(e={}){this.attachments=[];this.previewsContainer=null;var a,t,s;this.config={allowedTypes:(a=e.allowedTypes)!=null?a:oA.allowedTypes,maxFileSize:(t=e.maxFileSize)!=null?t:oA.maxFileSize,maxFiles:(s=e.maxFiles)!=null?s:oA.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:oA.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 p of e){if(this.attachments.length>=this.config.maxFiles){(t=(a=this.config).onFileRejected)==null||t.call(a,p,"count");continue}let m=WT(p,this.config.allowedTypes,this.config.maxFileSize);if(!m.valid){let h=(s=m.error)!=null&&s.includes("type")?"type":"size";(n=(o=this.config).onFileRejected)==null||n.call(o,p,h);continue}try{let h=await DT(p),c=Zl(p)?URL.createObjectURL(p):null,u={id:bP(),file:p,previewUrl:c,contentPart:h};this.attachments.push(u),this.renderPreview(u)}catch(h){console.error("[AttachmentManager] Failed to process file:",h)}}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=Zl(e.file),t=y("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=y("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=y("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=dt(l,20,"var(--cw-muted, #6b7280)",1.5);i&&n.appendChild(i);let p=y("span");p.textContent=OT(e.file.type,e.file.name),p.style.fontSize="8px",p.style.fontWeight="600",p.style.color="var(--cw-muted, #6b7280)",p.style.textTransform="uppercase",p.style.lineHeight="1",n.appendChild(p),t.appendChild(n)}let s=y("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=dt("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 $A=()=>{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"},AP=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"||$A()==="dark"?t:a},NT=r=>{let e=[];if(typeof document!="undefined"&&typeof MutationObserver!="undefined"){let a=new MutationObserver(()=>{r($A())});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($A());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())}},sA=(r,e)=>{let a=AP(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 UT=(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:c=>c.getAttribute("im-preserve")==="true",shouldReAppend:c=>c.getAttribute("im-re-append")==="true",shouldRemove:r,afterHeadMorphed:r},restoreFocus:!0};function a(c,u,v={}){c=m(c);let C=h(u),H=p(c,C,v),b=s(H,()=>l(H,c,C,M=>M.morphStyle==="innerHTML"?(o(M,c,C),Array.from(c.childNodes)):t(M,c,C)));return H.pantry.remove(),b}function t(c,u,v){let C=h(u);return o(c,C,v,u,u.nextSibling),Array.from(C.childNodes)}function s(c,u){var T;if(!c.config.restoreFocus)return u();let v=document.activeElement;if(!(v instanceof HTMLInputElement||v instanceof HTMLTextAreaElement))return u();let{id:C,selectionStart:H,selectionEnd:b}=v,M=u();return C&&C!==((T=document.activeElement)==null?void 0:T.getAttribute("id"))&&(v=c.target.querySelector(`[id="${C}"]`),v==null||v.focus()),v&&!v.selectionEnd&&b&&v.setSelectionRange(H,b),M}let o=(function(){function c(f,x,w,S=null,R=null){x instanceof HTMLTemplateElement&&w instanceof HTMLTemplateElement&&(x=x.content,w=w.content),S||(S=x.firstChild);for(let P of w.childNodes){if(S&&S!=R){let O=v(f,P,S,R);if(O){O!==S&&H(f,S,O),n(O,P,f),S=O.nextSibling;continue}}if(P instanceof Element){let O=P.getAttribute("id");if(f.persistentIds.has(O)){let q=b(x,O,S,f);n(q,P,f),S=q.nextSibling;continue}}let E=u(x,P,S,f);E&&(S=E.nextSibling)}for(;S&&S!=R;){let P=S;S=S.nextSibling,C(f,P)}}function u(f,x,w,S){if(S.callbacks.beforeNodeAdded(x)===!1)return null;if(S.idMap.has(x)){let R=document.createElement(x.tagName);return f.insertBefore(R,w),n(R,x,S),S.callbacks.afterNodeAdded(R),R}else{let R=document.importNode(x,!0);return f.insertBefore(R,w),S.callbacks.afterNodeAdded(R),R}}let v=(function(){function f(S,R,P,E){let O=null,q=R.nextSibling,ht=0,J=P;for(;J&&J!=E;){if(w(J,R)){if(x(S,J,R))return J;O===null&&(S.idMap.has(J)||(O=J))}if(O===null&&q&&w(J,q)&&(ht++,q=q.nextSibling,ht>=2&&(O=void 0)),S.activeElementAndParents.includes(J))break;J=J.nextSibling}return O||null}function x(S,R,P){let E=S.idMap.get(R),O=S.idMap.get(P);if(!O||!E)return!1;for(let q of E)if(O.has(q))return!0;return!1}function w(S,R){var O,q,ht;let P=S,E=R;return P.nodeType===E.nodeType&&P.tagName===E.tagName&&(!((O=P.getAttribute)!=null&&O.call(P,"id"))||((q=P.getAttribute)==null?void 0:q.call(P,"id"))===((ht=E.getAttribute)==null?void 0:ht.call(E,"id")))}return f})();function C(f,x){var w;if(f.idMap.has(x))T(f.pantry,x,null);else{if(f.callbacks.beforeNodeRemoved(x)===!1)return;(w=x.parentNode)==null||w.removeChild(x),f.callbacks.afterNodeRemoved(x)}}function H(f,x,w){let S=x;for(;S&&S!==w;){let R=S;S=S.nextSibling,C(f,R)}return S}function b(f,x,w,S){var P,E;let R=((E=(P=S.target).getAttribute)==null?void 0:E.call(P,"id"))===x&&S.target||S.target.querySelector(`[id="${x}"]`)||S.pantry.querySelector(`[id="${x}"]`);return M(R,S),T(f,R,w),R}function M(f,x){let w=f.getAttribute("id");for(;f=f.parentNode;){let S=x.idMap.get(f);S&&(S.delete(w),S.size||x.idMap.delete(f))}}function T(f,x,w){if(f.moveBefore)try{f.moveBefore(x,w)}catch{f.insertBefore(x,w)}else f.insertBefore(x,w)}return c})(),n=(function(){function c(M,T,f){return f.ignoreActive&&M===document.activeElement?null:(f.callbacks.beforeNodeMorphed(M,T)===!1||(M instanceof HTMLHeadElement&&f.head.ignore||(M instanceof HTMLHeadElement&&f.head.style!=="morph"?i(M,T,f):(u(M,T,f),b(M,f)||o(f,M,T))),f.callbacks.afterNodeMorphed(M,T)),M)}function u(M,T,f){let x=T.nodeType;if(x===1){let w=M,S=T,R=w.attributes,P=S.attributes;for(let E of P)H(E.name,w,"update",f)||w.getAttribute(E.name)!==E.value&&w.setAttribute(E.name,E.value);for(let E=R.length-1;0<=E;E--){let O=R[E];if(O&&!S.hasAttribute(O.name)){if(H(O.name,w,"remove",f))continue;w.removeAttribute(O.name)}}b(w,f)||v(w,S,f)}(x===8||x===3)&&M.nodeValue!==T.nodeValue&&(M.nodeValue=T.nodeValue)}function v(M,T,f){if(M instanceof HTMLInputElement&&T instanceof HTMLInputElement&&T.type!=="file"){let x=T.value,w=M.value;C(M,T,"checked",f),C(M,T,"disabled",f),T.hasAttribute("value")?w!==x&&(H("value",M,"update",f)||(M.setAttribute("value",x),M.value=x)):H("value",M,"remove",f)||(M.value="",M.removeAttribute("value"))}else if(M instanceof HTMLOptionElement&&T instanceof HTMLOptionElement)C(M,T,"selected",f);else if(M instanceof HTMLTextAreaElement&&T instanceof HTMLTextAreaElement){let x=T.value,w=M.value;if(H("value",M,"update",f))return;x!==w&&(M.value=x),M.firstChild&&M.firstChild.nodeValue!==x&&(M.firstChild.nodeValue=x)}}function C(M,T,f,x){let w=T[f],S=M[f];if(w!==S){let R=H(f,M,"update",x);R||(M[f]=T[f]),w?R||M.setAttribute(f,""):H(f,M,"remove",x)||M.removeAttribute(f)}}function H(M,T,f,x){return M==="value"&&x.ignoreActiveValue&&T===document.activeElement?!0:x.callbacks.beforeAttributeUpdated(M,T,f)===!1}function b(M,T){return!!T.ignoreActiveValue&&M===document.activeElement&&M!==document.body}return c})();function l(c,u,v,C){if(c.head.block){let H=u.querySelector("head"),b=v.querySelector("head");if(H&&b){let M=i(H,b,c);return Promise.all(M).then(()=>{let T=Object.assign(c,{head:{block:!1,ignore:!0}});return C(T)})}}return C(c)}function i(c,u,v){let C=[],H=[],b=[],M=[],T=new Map;for(let x of u.children)T.set(x.outerHTML,x);for(let x of c.children){let w=T.has(x.outerHTML),S=v.head.shouldReAppend(x),R=v.head.shouldPreserve(x);w||R?S?H.push(x):(T.delete(x.outerHTML),b.push(x)):v.head.style==="append"?S&&(H.push(x),M.push(x)):v.head.shouldRemove(x)!==!1&&H.push(x)}M.push(...T.values());let f=[];for(let x of M){let w=document.createRange().createContextualFragment(x.outerHTML).firstChild;if(v.callbacks.beforeNodeAdded(w)!==!1){if("href"in w&&w.href||"src"in w&&w.src){let S,R=new Promise(function(P){S=P});w.addEventListener("load",function(){S()}),f.push(R)}c.appendChild(w),v.callbacks.afterNodeAdded(w),C.push(w)}}for(let x of H)v.callbacks.beforeNodeRemoved(x)!==!1&&(c.removeChild(x),v.callbacks.afterNodeRemoved(x));return v.head.afterHeadMorphed(c,{added:C,kept:b,removed:H}),f}let p=(function(){function c(f,x,w){let{persistentIds:S,idMap:R}=M(f,x),P=u(w),E=P.morphStyle||"outerHTML";if(!["innerHTML","outerHTML"].includes(E))throw`Do not understand how to morph style ${E}`;return{target:f,newContent:x,config:P,morphStyle:E,ignoreActive:P.ignoreActive,ignoreActiveValue:P.ignoreActiveValue,restoreFocus:P.restoreFocus,idMap:R,persistentIds:S,pantry:v(),activeElementAndParents:C(f),callbacks:P.callbacks,head:P.head}}function u(f){let x=Object.assign({},e);return Object.assign(x,f),x.callbacks=Object.assign({},e.callbacks,f.callbacks),x.head=Object.assign({},e.head,f.head),x}function v(){let f=document.createElement("div");return f.hidden=!0,document.body.insertAdjacentElement("afterend",f),f}function C(f){let x=[],w=document.activeElement;if((w==null?void 0:w.tagName)!=="BODY"&&f.contains(w))for(;w&&(x.push(w),w!==f);)w=w.parentElement;return x}function H(f){var w;let x=Array.from(f.querySelectorAll("[id]"));return(w=f.getAttribute)!=null&&w.call(f,"id")&&x.push(f),x}function b(f,x,w,S){for(let R of S){let P=R.getAttribute("id");if(x.has(P)){let E=R;for(;E;){let O=f.get(E);if(O==null&&(O=new Set,f.set(E,O)),O.add(P),E===w)break;E=E.parentElement}}}}function M(f,x){let w=H(f),S=H(x),R=T(w,S),P=new Map;b(P,R,f,w);let E=x.__idiomorphRoot||x;return b(P,R,E,S),{persistentIds:R,idMap:P}}function T(f,x){let w=new Set,S=new Map;for(let{id:P,tagName:E}of f)S.has(P)?w.add(P):S.set(P,E);let R=new Set;for(let{id:P,tagName:E}of x)R.has(P)?w.add(P):S.get(P)===E&&R.add(P);for(let P of w)R.delete(P);return R}return c})(),{normalizeElement:m,normalizeParent:h}=(function(){let c=new WeakSet;function u(b){return b instanceof Document?b.documentElement:b}function v(b){if(b==null)return document.createElement("div");if(typeof b=="string")return v(H(b));if(c.has(b))return b;if(b instanceof Node){if(b.parentNode)return new C(b);{let M=document.createElement("div");return M.append(b),M}}else{let M=document.createElement("div");for(let T of[...b])M.append(T);return M}}class C{constructor(M){this.originalNode=M,this.realParentNode=M.parentNode,this.previousSibling=M.previousSibling,this.nextSibling=M.nextSibling}get childNodes(){let M=[],T=this.previousSibling?this.previousSibling.nextSibling:this.realParentNode.firstChild;for(;T&&T!=this.nextSibling;)M.push(T),T=T.nextSibling;return M}querySelectorAll(M){return this.childNodes.reduce((T,f)=>{if(f instanceof Element){f.matches(M)&&T.push(f);let x=f.querySelectorAll(M);for(let w=0;w<x.length;w++)T.push(x[w])}return T},[])}insertBefore(M,T){return this.realParentNode.insertBefore(M,T)}moveBefore(M,T){return this.realParentNode.moveBefore(M,T)}get __idiomorphRoot(){return this.originalNode}}function H(b){let M=new DOMParser,T=b.replace(/<svg(\s[^>]*>|>)([\s\S]*?)<\/svg>/gim,"");if(T.match(/<\/html>/)||T.match(/<\/head>/)||T.match(/<\/body>/)){let f=M.parseFromString(b,"text/html");if(T.match(/<\/html>/))return c.add(f),f;{let x=f.firstChild;return x&&c.add(x),x}}else{let x=M.parseFromString("<body><template>"+b+"</template></body>","text/html").body.querySelector("template").content;return c.add(x),x}}return{normalizeElement:u,normalizeParent:v}})();return{morph:a,defaults:e}})();var $T=(r,e,a={})=>{let{preserveTypingAnimation:t=!0}=a;UT.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 We={idle:"Online",connecting:"Connecting\u2026",connected:"Streaming\u2026",error:"Offline"};var ia={"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 fl=(r,e)=>{let a=y("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,24 +61,24 @@ 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,g,L,f,m,v,A,V,P,E,W,O;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 h=a.querySelector(".tvw-flex-col");h&&(n.textHidden?h.style.display="none":h.style.display="");let x=a.querySelector("[data-role='launcher-icon']");if(x)if(n.agentIconHidden)x.style.display="none";else{let pt=(f=n.agentIconSize)!=null?f:"40px";if(x.style.height=pt,x.style.width=pt,x.innerHTML="",n.agentIconName){let N=parseFloat(pt)||24,J=nt(n.agentIconName,N*.6,"#ffffff",2);J?(x.appendChild(J),x.style.display=""):(x.textContent=(m=n.agentIconText)!=null?m:"\u{1F4AC}",x.style.display="")}else n.iconUrl?x.style.display="none":(x.textContent=(v=n.agentIconText)!=null?v:"\u{1F4AC}",x.style.display="")}let c=a.querySelector("[data-role='launcher-image']");if(c){let pt=(A=n.agentIconSize)!=null?A:"40px";c.style.height=pt,c.style.width=pt,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 pt=(V=n.callToActionIconSize)!=null?V:"32px";p.style.height=pt,p.style.width=pt,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 N=0;if(n.callToActionIconPadding?(p.style.boxSizing="border-box",p.style.padding=n.callToActionIconPadding,N=(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 J=parseFloat(pt)||24,K=Math.max(J-N,8),$=nt(n.callToActionIconName,K,"currentColor",2);$?p.appendChild($):p.textContent=(P=n.callToActionIconText)!=null?P:"\u2197"}else p.textContent=(E=n.callToActionIconText)!=null?E:"\u2197"}let u=n.position&&aa[n.position]?aa[n.position]:aa["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",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=(O=n.shadow)!=null?O:k},s=()=>{a.removeEventListener("click",e),a.remove()};return r&&t(r),{element:a,update:t,destroy:s}};var va=r=>{var E,W,O,pt,N,J,K,$,dt,xt,Vt,He,ye,Te,We,Ot,rt,yt,It,Dt,jt,$e,ct,Y,ie,we,Pe,Ce,Ye,et,Et,be;let{config:e,showClose:a=!0}=r,t=M("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=(E=e==null?void 0:e.launcher)!=null?E:{},o=(W=s.headerIconSize)!=null?W:"48px",n=(O=s.closeButtonSize)!=null?O:"32px",l=(pt=s.closeButtonPlacement)!=null?pt:"inline",i=(N=s.headerIconHidden)!=null?N:!1,h=s.headerIconName,x=M("div","tvw-flex tvw-items-center tvw-justify-center tvw-rounded-xl tvw-bg-cw-primary tvw-text-white tvw-text-xl");if(x.style.height=o,x.style.width=o,!i)if(h){let ht=parseFloat(o)||24,Ct=nt(h,ht*.6,"#ffffff",1);Ct?x.replaceChildren(Ct):x.textContent=(K=(J=e==null?void 0:e.launcher)==null?void 0:J.agentIconText)!=null?K:"\u{1F4AC}"}else if(($=e==null?void 0:e.launcher)!=null&&$.iconUrl){let ht=M("img");ht.src=e.launcher.iconUrl,ht.alt="",ht.className="tvw-rounded-xl tvw-object-cover",ht.style.height=o,ht.style.width=o,x.replaceChildren(ht)}else x.textContent=(xt=(dt=e==null?void 0:e.launcher)==null?void 0:dt.agentIconText)!=null?xt:"\u{1F4AC}";let c=M("div","tvw-flex tvw-flex-col"),p=M("span","tvw-text-base tvw-font-semibold");p.textContent=(He=(Vt=e==null?void 0:e.launcher)==null?void 0:Vt.title)!=null?He:"Chat Assistant";let u=M("span","tvw-text-xs tvw-text-cw-muted");u.textContent=(Te=(ye=e==null?void 0:e.launcher)==null?void 0:ye.subtitle)!=null?Te:"Here to help you get answers fast",c.append(p,u),i?t.append(c):t.append(x,c);let w=(We=s.clearChat)!=null?We:{},C=(Ot=w.enabled)!=null?Ot:!0,k=(rt=w.placement)!=null?rt:"inline",b=null,g=null;if(C){let ht=(yt=w.size)!=null?yt:"32px",Ct=(It=w.iconName)!=null?It:"refresh-cw",Gt=(Dt=w.iconColor)!=null?Dt:"",Oe=(jt=w.backgroundColor)!=null?jt:"",Ee=($e=w.borderWidth)!=null?$e:"",Ge=(ct=w.borderColor)!=null?ct:"",X=(Y=w.borderRadius)!=null?Y:"",oe=(ie=w.paddingX)!=null?ie:"",U=(we=w.paddingY)!=null?we:"",Q=(Pe=w.tooltipText)!=null?Pe:"Clear chat",st=(Ce=w.showTooltip)!=null?Ce:!0;g=M("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"&&(g.style.right="48px"),b=M("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=ht,b.style.width=ht,b.type="button",b.setAttribute("aria-label",Q);let Wt=nt(Ct,"20px",Gt||"",1);if(Wt&&b.appendChild(Wt),Gt&&(b.style.color=Gt,b.classList.remove("tvw-text-cw-muted")),Oe&&(b.style.backgroundColor=Oe,b.classList.remove("hover:tvw-bg-gray-100")),Ee||Ge){let Z=Ee||"0px",kt=Ge||"transparent";b.style.border=`${Z} solid ${kt}`,b.classList.remove("tvw-border-none")}if(X&&(b.style.borderRadius=X,b.classList.remove("tvw-rounded-full")),oe?(b.style.paddingLeft=oe,b.style.paddingRight=oe):(b.style.paddingLeft="",b.style.paddingRight=""),U?(b.style.paddingTop=U,b.style.paddingBottom=U):(b.style.paddingTop="",b.style.paddingBottom=""),g.appendChild(b),st&&Q&&b&&g){let Z=null,kt=()=>{if(Z||!b)return;Z=M("div","tvw-clear-chat-tooltip"),Z.textContent=Q;let bt=M("div");bt.className="tvw-clear-chat-tooltip-arrow",Z.appendChild(bt);let j=b.getBoundingClientRect();Z.style.position="fixed",Z.style.left=`${j.left+j.width/2}px`,Z.style.top=`${j.top-8}px`,Z.style.transform="translate(-50%, -100%)",document.body.appendChild(Z)},Ut=()=>{Z&&Z.parentNode&&(Z.parentNode.removeChild(Z),Z=null)};g.addEventListener("mouseenter",kt),g.addEventListener("mouseleave",Ut),b.addEventListener("focus",kt),b.addEventListener("blur",Ut),g._cleanupTooltip=()=>{Ut(),g&&(g.removeEventListener("mouseenter",kt),g.removeEventListener("mouseleave",Ut)),b&&(b.removeEventListener("focus",kt),b.removeEventListener("blur",Ut))}}k==="inline"&&t.appendChild(g)}let L=M("div",l==="top-right"?"tvw-absolute tvw-top-4 tvw-right-4 tvw-z-50":C&&k==="inline"?"":"tvw-ml-auto"),f=M("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=n,f.style.width=n,f.type="button";let m=(Ye=s.closeButtonTooltipText)!=null?Ye:"Close chat",v=(et=s.closeButtonShowTooltip)!=null?et:!0;f.setAttribute("aria-label",m),f.style.display=a?"":"none";let A=(Et=s.closeButtonIconName)!=null?Et:"x",V=(be=s.closeButtonIconText)!=null?be:"\xD7",P=nt(A,"20px",s.closeButtonColor||"",1);if(P?f.appendChild(P):f.textContent=V,s.closeButtonColor?(f.style.color=s.closeButtonColor,f.classList.remove("tvw-text-cw-muted")):(f.style.color="",f.classList.add("tvw-text-cw-muted")),s.closeButtonBackgroundColor?(f.style.backgroundColor=s.closeButtonBackgroundColor,f.classList.remove("hover:tvw-bg-gray-100")):(f.style.backgroundColor="",f.classList.add("hover:tvw-bg-gray-100")),s.closeButtonBorderWidth||s.closeButtonBorderColor){let ht=s.closeButtonBorderWidth||"0px",Ct=s.closeButtonBorderColor||"transparent";f.style.border=`${ht} solid ${Ct}`,f.classList.remove("tvw-border-none")}else f.style.border="",f.classList.add("tvw-border-none");if(s.closeButtonBorderRadius?(f.style.borderRadius=s.closeButtonBorderRadius,f.classList.remove("tvw-rounded-full")):(f.style.borderRadius="",f.classList.add("tvw-rounded-full")),s.closeButtonPaddingX?(f.style.paddingLeft=s.closeButtonPaddingX,f.style.paddingRight=s.closeButtonPaddingX):(f.style.paddingLeft="",f.style.paddingRight=""),s.closeButtonPaddingY?(f.style.paddingTop=s.closeButtonPaddingY,f.style.paddingBottom=s.closeButtonPaddingY):(f.style.paddingTop="",f.style.paddingBottom=""),L.appendChild(f),v&&m){let ht=null,Ct=()=>{if(ht)return;ht=M("div","tvw-clear-chat-tooltip"),ht.textContent=m;let Oe=M("div");Oe.className="tvw-clear-chat-tooltip-arrow",ht.appendChild(Oe);let Ee=f.getBoundingClientRect();ht.style.position="fixed",ht.style.left=`${Ee.left+Ee.width/2}px`,ht.style.top=`${Ee.top-8}px`,ht.style.transform="translate(-50%, -100%)",document.body.appendChild(ht)},Gt=()=>{ht&&ht.parentNode&&(ht.parentNode.removeChild(ht),ht=null)};L.addEventListener("mouseenter",Ct),L.addEventListener("mouseleave",Gt),f.addEventListener("focus",Ct),f.addEventListener("blur",Gt),L._cleanupTooltip=()=>{Gt(),L.removeEventListener("mouseenter",Ct),L.removeEventListener("mouseleave",Gt),f.removeEventListener("focus",Ct),f.removeEventListener("blur",Gt)}}return l!=="top-right"&&t.appendChild(L),{header:t,iconHolder:x,headerTitle:p,headerSubtitle:u,closeButton:f,closeButtonWrapper:L,clearChatButton:b,clearChatButtonWrapper:g}},Ka=(r,e,a)=>{var n,l,i,h;let t=(n=a==null?void 0:a.launcher)!=null?n:{},s=(l=t.closeButtonPlacement)!=null?l:"inline",o=(h=(i=t.clearChat)==null?void 0:i.placement)!=null?h:"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 OA=r=>va({config:r.config,showClose:r.showClose,onClose:r.onClose,onClearChat:r.onClearChat}),zA=r=>{var w,C,k,b;let{config:e,showClose:a=!0,onClose:t}=r,s=(w=e==null?void 0:e.launcher)!=null?w:{},o=M("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=M("span","tvw-text-base tvw-font-semibold");n.textContent=(C=s.title)!=null?C:"Chat Assistant",o.appendChild(n);let l=(k=s.closeButtonSize)!=null?k:"32px",i=M("div",""),h=M("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=l,h.style.width=l,h.type="button",h.setAttribute("aria-label","Close chat"),h.style.display=a?"":"none";let x=(b=s.closeButtonIconName)!=null?b:"x",c=nt(x,"20px",s.closeButtonColor||"",2);c?h.appendChild(c):h.textContent="\xD7",t&&h.addEventListener("click",t),i.appendChild(h),o.appendChild(i);let p=M("div");p.style.display="none";let u=M("span");return u.style.display="none",{header:o,iconHolder:p,headerTitle:n,headerSubtitle:u,closeButton:h,closeButtonWrapper:i,clearChatButton:null,clearChatButtonWrapper:null}},qA=r=>{var f,m,v,A,V,P,E,W;let{config:e,showClose:a=!0,onClose:t,onClearChat:s}=r,o=(f=e==null?void 0:e.launcher)!=null?f:{},n=M("div","tvw-flex tvw-flex-col tvw-bg-cw-surface tvw-px-6 tvw-py-5 tvw-border-b-cw-divider"),l=M("div","tvw-flex tvw-items-center tvw-gap-3"),i=(m=o.headerIconSize)!=null?m:"56px",h=M("div","tvw-flex tvw-items-center tvw-justify-center tvw-rounded-xl tvw-bg-cw-primary tvw-text-white tvw-text-2xl");h.style.height=i,h.style.width=i;let x=o.headerIconName;if(x){let O=parseFloat(i)||24,pt=nt(x,O*.5,"#ffffff",2);pt?h.replaceChildren(pt):h.textContent=(v=o.agentIconText)!=null?v:"\u{1F4AC}"}else if(o.iconUrl){let O=M("img");O.src=o.iconUrl,O.alt="",O.className="tvw-rounded-xl tvw-object-cover",O.style.height=i,O.style.width=i,h.replaceChildren(O)}else h.textContent=(A=o.agentIconText)!=null?A:"\u{1F4AC}";let c=M("div","tvw-flex tvw-flex-col tvw-flex-1"),p=M("span","tvw-text-lg tvw-font-semibold");p.textContent=(V=o.title)!=null?V:"Chat Assistant";let u=M("span","tvw-text-sm tvw-text-cw-muted");u.textContent=(P=o.subtitle)!=null?P:"Here to help you get answers fast",c.append(p,u),l.append(h,c);let w=(E=o.closeButtonSize)!=null?E:"32px",C=M("div",""),k=M("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=w,k.style.width=w,k.type="button",k.setAttribute("aria-label","Close chat"),k.style.display=a?"":"none";let b=(W=o.closeButtonIconName)!=null?W:"x",g=nt(b,"20px",o.closeButtonColor||"",2);g?k.appendChild(g):k.textContent="\xD7",t&&k.addEventListener("click",t),C.appendChild(k),l.appendChild(C),n.appendChild(l);let L=M("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:h,headerTitle:p,headerSubtitle:u,closeButton:k,closeButtonWrapper:C,clearChatButton:null,clearChatButtonWrapper:null}},aA={default:OA,minimal:zA,expanded:qA},NA=r=>{var e;return(e=aA[r])!=null?e:aA.default},vn=(r,e,a)=>{var n,l,i;if(e!=null&&e.render){let h=e.render({config:r,onClose:a==null?void 0:a.onClose,onClearChat:a==null?void 0:a.onClearChat}),x=M("div");x.style.display="none";let c=M("span"),p=M("span"),u=M("button");u.style.display="none";let w=M("div");return w.style.display="none",{header:h,iconHolder:x,headerTitle:c,headerSubtitle:p,closeButton:u,closeButtonWrapper:w,clearChatButton:null,clearChatButtonWrapper:null}}let t=(n=e==null?void 0:e.layout)!=null?n:"default",o=NA(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 cP=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'}},yn=r=>{var We,Ot,rt,yt,It,Dt,jt,$e,ct,Y,ie,we,Pe,Ce,Ye,et,Et,be,ht,Ct,Gt,Oe,Ee,Ge,X,oe,U,Q,st,Wt;let{config:e}=r,a=M("div","tvw-widget-footer tvw-border-t-cw-divider tvw-bg-cw-surface tvw-px-6 tvw-py-4"),t=M("div","tvw-mb-3 tvw-flex tvw-flex-wrap tvw-gap-2"),s=M("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=M("textarea");o.placeholder=(Ot=(We=e==null?void 0:e.copy)==null?void 0:We.inputPlaceholder)!=null?Ot:"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=(yt=(rt=e==null?void 0:e.theme)==null?void 0:rt.inputFontFamily)!=null?yt:"sans-serif",l=(Dt=(It=e==null?void 0:e.theme)==null?void 0:It.inputFontWeight)!=null?Dt:"400";o.style.fontFamily=cP(n),o.style.fontWeight=l;let x=3*20;o.style.maxHeight=`${x}px`,o.style.overflowY="auto";let c=()=>{o.style.height="auto";let Z=Math.min(o.scrollHeight,x);o.style.height=`${Z}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=(jt=e==null?void 0:e.sendButton)!=null?jt:{},u=($e=p.useIcon)!=null?$e:!1,w=(ct=p.iconText)!=null?ct:"\u2191",C=p.iconName,k=(Y=p.tooltipText)!=null?Y:"Send message",b=(ie=p.showTooltip)!=null?ie:!1,g=(we=p.size)!=null?we:"40px",L=p.backgroundColor,f=p.textColor,m=M("div","tvw-send-button-wrapper"),v=M("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(v.type="submit",u){if(v.style.width=g,v.style.height=g,v.style.minWidth=g,v.style.minHeight=g,v.style.fontSize="18px",v.style.lineHeight="1",v.innerHTML="",C){let Z=parseFloat(g)||24,kt=f&&typeof f=="string"&&f.trim()?f.trim():"currentColor",Ut=nt(C,Z,kt,2);Ut?(v.appendChild(Ut),v.style.color=kt):(v.textContent=w,f?v.style.color=f:v.classList.add("tvw-text-white"))}else v.textContent=w,f?v.style.color=f:v.classList.add("tvw-text-white");L?v.style.backgroundColor=L:v.classList.add("tvw-bg-cw-primary")}else v.textContent=(Ce=(Pe=e==null?void 0:e.copy)==null?void 0:Pe.sendButtonLabel)!=null?Ce:"Send",f?v.style.color=f:v.classList.add("tvw-text-white");if(p.borderWidth&&(v.style.borderWidth=p.borderWidth,v.style.borderStyle="solid"),p.borderColor&&(v.style.borderColor=p.borderColor),p.paddingX?(v.style.paddingLeft=p.paddingX,v.style.paddingRight=p.paddingX):(v.style.paddingLeft="",v.style.paddingRight=""),p.paddingY?(v.style.paddingTop=p.paddingY,v.style.paddingBottom=p.paddingY):(v.style.paddingTop="",v.style.paddingBottom=""),b&&k){let Z=M("div","tvw-send-button-tooltip");Z.textContent=k,m.appendChild(Z)}m.appendChild(v);let A=(Ye=e==null?void 0:e.voiceRecognition)!=null?Ye:{},V=A.enabled===!0,P=null,E=null,W=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined");if(V&&W){E=M("div","tvw-send-button-wrapper"),P=M("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 Z=(et=A.iconName)!=null?et:"mic",kt=(Et=A.iconSize)!=null?Et:g,Ut=parseFloat(kt)||24,bt=(be=A.backgroundColor)!=null?be:L,j=(ht=A.iconColor)!=null?ht:f;P.style.width=kt,P.style.height=kt,P.style.minWidth=kt,P.style.minHeight=kt,P.style.fontSize="18px",P.style.lineHeight="1";let Ht=j||"currentColor",Qt=nt(Z,Ut,Ht,1.5);Qt?(P.appendChild(Qt),P.style.color=Ht):(P.textContent="\u{1F3A4}",P.style.color=Ht),bt?P.style.backgroundColor=bt:P.classList.add("tvw-bg-cw-primary"),j?P.style.color=j:!j&&!f&&P.classList.add("tvw-text-white"),A.borderWidth&&(P.style.borderWidth=A.borderWidth,P.style.borderStyle="solid"),A.borderColor&&(P.style.borderColor=A.borderColor),A.paddingX&&(P.style.paddingLeft=A.paddingX,P.style.paddingRight=A.paddingX),A.paddingY&&(P.style.paddingTop=A.paddingY,P.style.paddingBottom=A.paddingY),E.appendChild(P);let he=(Ct=A.tooltipText)!=null?Ct:"Start voice recognition";if(((Gt=A.showTooltip)!=null?Gt:!1)&&he){let wa=M("div","tvw-send-button-tooltip");wa.textContent=he,E.appendChild(wa)}}let O=(Oe=e==null?void 0:e.attachments)!=null?Oe:{},pt=O.enabled===!0,N=null,J=null,K=null,$=null;if(pt){$=M("div","tvw-attachment-previews tvw-flex tvw-flex-wrap tvw-gap-2 tvw-mb-2"),$.style.display="none",K=M("input"),K.type="file",K.accept=((Ee=O.allowedTypes)!=null?Ee:ka).join(","),K.multiple=((Ge=O.maxFiles)!=null?Ge:4)>1,K.style.display="none",K.setAttribute("aria-label","Attach files"),J=M("div","tvw-send-button-wrapper"),N=M("button","tvw-rounded-button tvw-flex tvw-items-center tvw-justify-center disabled:tvw-opacity-50 tvw-cursor-pointer tvw-attachment-button"),N.type="button",N.setAttribute("aria-label",(X=O.buttonTooltipText)!=null?X:"Attach file");let Z=(oe=O.buttonIconName)!=null?oe:"paperclip",kt=g,Ut=parseFloat(kt)||40,bt=Math.round(Ut*.6);N.style.width=kt,N.style.height=kt,N.style.minWidth=kt,N.style.minHeight=kt,N.style.fontSize="18px",N.style.lineHeight="1",N.style.backgroundColor="transparent",N.style.color="var(--cw-primary, #111827)",N.style.border="none",N.style.borderRadius="6px",N.style.transition="background-color 0.15s ease",N.addEventListener("mouseenter",()=>{N.style.backgroundColor="rgba(0, 0, 0, 0.05)"}),N.addEventListener("mouseleave",()=>{N.style.backgroundColor="transparent"});let j=nt(Z,bt,"currentColor",1.5);j?N.appendChild(j):N.textContent="\u{1F4CE}",N.addEventListener("click",he=>{he.preventDefault(),K==null||K.click()}),J.appendChild(N);let Ht=(U=O.buttonTooltipText)!=null?U:"Attach file",Qt=M("div","tvw-send-button-tooltip");Qt.textContent=Ht,J.appendChild(Qt)}s.addEventListener("click",Z=>{Z.target!==v&&Z.target!==m&&Z.target!==P&&Z.target!==E&&Z.target!==N&&Z.target!==J&&o.focus()}),$&&($.style.gap="8px",s.append($)),K&&s.append(K),s.append(o);let dt=M("div","tvw-flex tvw-items-center tvw-justify-between tvw-w-full"),xt=M("div","tvw-flex tvw-items-center tvw-gap-2");J&&xt.append(J);let Vt=M("div","tvw-flex tvw-items-center tvw-gap-1");E&&Vt.append(E),Vt.append(m),dt.append(xt,Vt),s.append(dt);let He=M("div","tvw-mt-2 tvw-text-right tvw-text-xs tvw-text-cw-muted"),ye=(Q=e==null?void 0:e.statusIndicator)!=null?Q:{},Te=(st=ye.visible)!=null?st:!0;return He.style.display=Te?"":"none",He.textContent=(Wt=ye.idleText)!=null?Wt:"Online",a.append(t,s,He),{footer:a,suggestions:t,composerForm:s,textarea:o,sendButton:v,sendButtonWrapper:m,micButton:P,micButtonWrapper:E,statusText:He,attachmentButton:N,attachmentButtonWrapper:J,attachmentInput:K,attachmentPreviewsContainer:$,actionsRow:dt,leftActions:xt,rightActions:Vt}};var PL=r=>{var i,h,x,c,p,u,w;if(!((h=(i=r==null?void 0:r.launcher)==null?void 0:i.enabled)!=null?h:!0)){let C=M("div","tvw-relative tvw-h-full tvw-flex tvw-flex-col tvw-flex-1 tvw-min-h-0"),k=M("div","tvw-relative tvw-flex-1 tvw-flex tvw-flex-col tvw-min-h-0"),b=(c=(x=r==null?void 0:r.launcher)==null?void 0:x.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&&aa[a.position]?aa[a.position]:aa["bottom-right"],s=M("div",`tvw-widget-wrapper tvw-fixed ${t} tvw-z-50 tvw-transition`),o=M("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}},EL=(r,e=!0)=>{var u,w,C,k,b,g,L;let a=M("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?vn(r,t,{showClose:e}):va({config:r,showClose:e}),n=M("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=M("div","tvw-rounded-2xl tvw-bg-cw-surface tvw-p-6 tvw-shadow-sm"),i=M("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 h=M("p","tvw-mt-2 tvw-text-sm tvw-text-cw-muted");h.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,h);let x=M("div","tvw-flex tvw-flex-col tvw-gap-3");n.append(l,x);let c=yn({config:r}),p=((L=r==null?void 0:r.layout)==null?void 0:L.showFooter)!==!1;return s?Ka(a,o,r):(o.header.style.display="none",Ka(a,o,r)),a.append(n),p||(c.footer.style.display="none"),a.append(c.footer),{container:a,body:n,messagesWrapper:x,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:h,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 hP=320,fP=320,uP=r=>!r.contentParts||r.contentParts.length===0?[]:r.contentParts.filter(e=>e.type==="image"&&typeof e.image=="string"&&e.image.trim().length>0),mP=(r,e,a)=>{if(r.length===0)return null;try{let t=M("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 c;let h=M("img");h.alt=((c=l.alt)==null?void 0:c.trim())||`Attached image ${i+1}`,h.loading="lazy",h.decoding="async",h.referrerPolicy="no-referrer",h.style.display="block",h.style.width="100%",h.style.maxWidth=`${hP}px`,h.style.maxHeight=`${fP}px`,h.style.height="auto",h.style.objectFit="contain",h.style.borderRadius="10px",h.style.backgroundColor="var(--cw-container, #f3f4f6)",h.style.border="1px solid var(--cw-border, #e5e7eb)";let x=!1;s+=1,h.addEventListener("error",()=>{x||(x=!0,s=Math.max(0,s-1),h.remove(),s===0&&n())}),h.addEventListener("load",()=>{x=!0}),h.src=l.image,t.appendChild(h)}),s===0?(n(),null):t}catch{return a==null||a(),null}},Ya=()=>{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},UA=(r,e,a)=>{let t={config:a!=null?a:{},streaming:!0,location:r,defaultRenderer:Ya};if(e){let s=e(t);if(s!==null)return s}return Ya()},xP=(r,e)=>{let a=M("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=M("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},BL=(r,e)=>{let a=M("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},gP=(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},$A=(r,e,a)=>{var u,w,C,k,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=(k=e.visibility)!=null?k:"hover",l=(b=e.align)!=null?b:"right",i=(g=e.layout)!=null?g:"pill-inside",h={left:"tvw-message-actions-left",center:"tvw-message-actions-center",right:"tvw-message-actions-right"}[l],x={"pill-inside":"tvw-message-actions-pill","row-inside":"tvw-message-actions-row"}[i],c=M("div",`tvw-message-actions tvw-flex tvw-items-center tvw-gap-1 tvw-mt-2 ${h} ${x} ${n==="hover"?"tvw-message-actions-hover":""}`);c.id=`actions-${r.id}`,c.setAttribute("data-actions-for",r.id);let p=(L,f,m)=>{let v=document.createElement("button");v.className="tvw-message-action-btn",v.setAttribute("aria-label",f),v.setAttribute("title",f),v.setAttribute("data-action",m);let A=nt(L,14,"currentColor",2);return A&&v.appendChild(A),v};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},wn=(r,e,a,t,s,o)=>{var E,W,O,pt,N,J,K;let n=a!=null?a:{},l=(E=n.layout)!=null?E:"bubble",i=n.avatar,h=n.timestamp,x=(W=i==null?void 0:i.show)!=null?W:!1,c=(O=h==null?void 0:h.show)!=null?O:!1,p=(pt=i==null?void 0:i.position)!=null?pt:"left",u=(N=h==null?void 0:h.position)!=null?N:"below",w=gP(r.role,l),C=M("div",w.join(" "));C.id=`bubble-${r.id}`,C.setAttribute("data-message-id",r.id);let k=uP(r),b=(K=(J=r.content)==null?void 0:J.trim())!=null?K:"",L=k.length>0&&b===Ul,f=document.createElement("div"),m=e({text:r.content,message:r,streaming:!!r.streaming,raw:r.rawContent}),v=null;if(L?(v=document.createElement("div"),v.innerHTML=m,v.style.display="none",f.appendChild(v)):f.innerHTML=m,c&&u==="inline"&&r.createdAt){let $=BL(r,h);$.classList.add("tvw-ml-2","tvw-inline"),f.appendChild($)}if(k.length>0){let $=mP(k,!L&&!!b,()=>{L&&v&&(v.style.display="")});$?C.appendChild($):L&&v&&(v.style.display="")}if(C.appendChild(f),c&&u==="below"&&r.createdAt){let $=BL(r,h);$.classList.add("tvw-mt-1"),C.appendChild($)}if(r.streaming&&r.role==="assistant"&&(!r.content||!r.content.trim())){let $=UA("inline",o==null?void 0:o.loadingIndicatorRenderer,o==null?void 0:o.widgetConfig);$&&C.appendChild($)}if(r.role==="assistant"&&!r.streaming&&r.content&&r.content.trim()&&(t==null?void 0:t.enabled)!==!1&&t){let $=$A(r,t,s);C.appendChild($)}if(!x||r.role==="system")return C;let V=M("div",`tvw-flex tvw-gap-2 ${r.role==="user"?"tvw-flex-row-reverse":""}`),P=xP(i,r.role);return p==="right"||p==="left"&&r.role==="user"?V.append(C,P):V.append(P,C),C.classList.remove("tvw-max-w-[85%]"),C.classList.add("tvw-max-w-[calc(85%-2.5rem)]"),V},RL=(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}):wn(r,e,a,t,s,o)};var Cn=new Set,VL=(r,e)=>{let a=Cn.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=nt(a?"chevron-up":"chevron-down",16,"currentColor",2);i?n.appendChild(i):n.textContent=a?"Hide":"Show"}s.style.display=a?"":"none"},_A=r=>{let e=r.reasoning,a=M("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=Cn.has(r.id),s=M("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=M("div","tvw-flex tvw-flex-col tvw-text-left"),n=M("span","tvw-text-xs tvw-text-cw-primary");n.textContent="Thinking...",o.appendChild(n);let l=M("span","tvw-text-xs tvw-text-cw-primary");l.textContent=pL(e),o.appendChild(l),e.status==="complete"?n.style.display="none":n.style.display="";let i=M("div","tvw-flex tvw-items-center"),x=nt(t?"chevron-up":"chevron-down",16,"currentColor",2);x?i.appendChild(x):i.textContent=t?"Hide":"Show";let c=M("div","tvw-flex tvw-items-center tvw-ml-auto");c.append(i),s.append(o,c);let p=M("div","tvw-border-t tvw-px-4 tvw-py-3");p.style.display=t?"":"none";let u=e.chunks.join(""),w=M("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=nt(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 bn=new Set,IL=(r,e,a)=>{var h;let t=bn.has(r),s=(h=a==null?void 0:a.toolCall)!=null?h:{},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 x=s.toggleTextColor||s.headerTextColor||"currentColor",c=nt(t?"chevron-up":"chevron-down",16,x,2);c?i.appendChild(c):i.textContent=t?"Hide":"Show"}n.style.display=t?"":"none"},jA=(r,e)=>{var C;let a=r.toolCall,t=(C=e==null?void 0:e.toolCall)!=null?C:{},s=M("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=bn.has(r.id),n=M("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=M("div","tvw-flex tvw-flex-col tvw-text-left"),i=M("span","tvw-text-xs tvw-text-cw-primary");t.headerTextColor&&(i.style.color=t.headerTextColor),i.textContent=cL(a),l.appendChild(i);let h=M("div","tvw-flex tvw-items-center"),x=t.toggleTextColor||t.headerTextColor||"currentColor",c=nt(o?"chevron-up":"chevron-down",16,x,2);c?h.appendChild(c):h.textContent=o?"Hide":"Show";let p=M("div","tvw-flex tvw-items-center tvw-gap-2 tvw-ml-auto");p.append(h),n.append(l,p);let u=M("div","tvw-border-t 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=M("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=M("div","tvw-space-y-1"),b=M("div","tvw-text-xs tvw-text-cw-muted");t.labelTextColor&&(b.style.color=t.labelTextColor),b.textContent="Arguments";let g=M("pre","tvw-max-h-48 tvw-overflow-auto tvw-whitespace-pre-wrap tvw-rounded-lg tvw-border 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=dl(a.args),k.append(b,g),u.appendChild(k)}if(a.chunks&&a.chunks.length){let k=M("div","tvw-space-y-1"),b=M("div","tvw-text-xs tvw-text-cw-muted");t.labelTextColor&&(b.style.color=t.labelTextColor),b.textContent="Activity";let g=M("pre","tvw-max-h-48 tvw-overflow-auto tvw-whitespace-pre-wrap tvw-rounded-lg tvw-border 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
- `),k.append(b,g),u.appendChild(k)}if(a.status==="complete"&&a.result!==void 0){let k=M("div","tvw-space-y-1"),b=M("div","tvw-text-xs tvw-text-cw-muted");t.labelTextColor&&(b.style.color=t.labelTextColor),b.textContent="Result";let g=M("pre","tvw-max-h-48 tvw-overflow-auto tvw-whitespace-pre-wrap tvw-rounded-lg tvw-border 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=dl(a.result),k.append(b,g),u.appendChild(k)}if(a.status==="complete"&&typeof a.duration=="number"){let k=M("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"),h.innerHTML="";let k=t.toggleTextColor||t.headerTextColor||"currentColor",b=nt(o?"chevron-up":"chevron-down",16,k,2);b?h.appendChild(b):h.textContent=o?"Hide":"Show",u.style.display=o?"":"none"})(),s.append(n,u),s};var GA=(r,e)=>{var C,k,b,g,L,f,m,v,A,V,P;let a=r.approval,t=(e==null?void 0:e.approval)!==!1?e==null?void 0:e.approval:void 0,s=(a==null?void 0:a.status)==="pending",o=M("div",["vanilla-message-bubble","vanilla-approval-bubble","tvw-w-full","tvw-max-w-[85%]","tvw-rounded-2xl","tvw-border","tvw-shadow-sm","tvw-overflow-hidden"].join(" "));if(o.id=`bubble-${r.id}`,o.setAttribute("data-message-id",r.id),t!=null&&t.backgroundColor&&(o.style.backgroundColor=t.backgroundColor),t!=null&&t.borderColor&&(o.style.borderColor=t.borderColor),!a)return o;let n=M("div","tvw-flex tvw-items-start tvw-gap-3 tvw-px-4 tvw-py-3"),l=M("div","tvw-flex-shrink-0 tvw-mt-0.5");l.setAttribute("data-approval-icon","true");let i=a.status==="denied"?"shield-x":a.status==="timeout"?"shield-alert":"shield-check",h=a.status==="approved"?"#16a34a":a.status==="denied"?"#dc2626":a.status==="timeout"?"#ca8a04":(C=t==null?void 0:t.titleColor)!=null?C:"currentColor",x=nt(i,20,h,2);x&&l.appendChild(x);let c=M("div","tvw-flex-1 tvw-min-w-0"),p=M("div","tvw-flex tvw-items-center tvw-gap-2"),u=M("span","tvw-text-sm tvw-font-medium tvw-text-cw-primary");if(t!=null&&t.titleColor&&(u.style.color=t.titleColor),u.textContent=(k=t==null?void 0:t.title)!=null?k:"Approval Required",p.appendChild(u),!s){let E=M("span","tvw-inline-flex tvw-items-center tvw-px-2 tvw-py-0.5 tvw-rounded-full tvw-text-xs tvw-font-medium");E.setAttribute("data-approval-status",a.status),a.status==="approved"?(E.className+=" tvw-approval-badge-approved",E.textContent="Approved"):a.status==="denied"?(E.className+=" tvw-approval-badge-denied",E.textContent="Denied"):a.status==="timeout"&&(E.className+=" tvw-approval-badge-timeout",E.textContent="Timeout"),p.appendChild(E)}c.appendChild(p);let w=M("p","tvw-text-sm tvw-mt-0.5 tvw-text-cw-muted");if(t!=null&&t.descriptionColor&&(w.style.color=t.descriptionColor),w.textContent=a.description,c.appendChild(w),a.parameters){let E=M("pre","tvw-mt-2 tvw-text-xs tvw-p-2 tvw-rounded tvw-overflow-x-auto tvw-max-h-32 tvw-bg-cw-container tvw-text-cw-primary");t!=null&&t.parameterBackgroundColor&&(E.style.backgroundColor=t.parameterBackgroundColor),t!=null&&t.parameterTextColor&&(E.style.color=t.parameterTextColor),E.style.fontSize="0.75rem",E.style.lineHeight="1rem",E.textContent=dl(a.parameters),c.appendChild(E)}if(s){let E=M("div","tvw-flex tvw-gap-2 tvw-mt-2");E.setAttribute("data-approval-buttons","true");let W=M("button","tvw-inline-flex tvw-items-center tvw-px-3 tvw-py-1.5 tvw-rounded-md tvw-text-xs tvw-font-medium tvw-border-none tvw-cursor-pointer");W.type="button",W.style.backgroundColor=(b=t==null?void 0:t.approveButtonColor)!=null?b:"#16a34a",W.style.color=(g=t==null?void 0:t.approveButtonTextColor)!=null?g:"#ffffff",W.setAttribute("data-approval-action","approve");let O=nt("shield-check",14,(L=t==null?void 0:t.approveButtonTextColor)!=null?L:"#ffffff",2);O&&(O.style.marginRight="4px",W.appendChild(O));let pt=document.createTextNode((f=t==null?void 0:t.approveLabel)!=null?f:"Approve");W.appendChild(pt);let N=M("button","tvw-inline-flex tvw-items-center tvw-px-3 tvw-py-1.5 tvw-rounded-md tvw-text-xs tvw-font-medium tvw-cursor-pointer");N.type="button",N.style.backgroundColor=(m=t==null?void 0:t.denyButtonColor)!=null?m:"transparent",N.style.color=(v=t==null?void 0:t.denyButtonTextColor)!=null?v:"#dc2626",N.style.border=`1px solid ${(A=t==null?void 0:t.denyButtonTextColor)!=null?A:"#fca5a5"}`,N.setAttribute("data-approval-action","deny");let J=nt("shield-x",14,(V=t==null?void 0:t.denyButtonTextColor)!=null?V:"#dc2626",2);J&&(J.style.marginRight="4px",N.appendChild(J));let K=document.createTextNode((P=t==null?void 0:t.denyLabel)!=null?P:"Deny");N.appendChild(K),E.append(W,N),c.appendChild(E)}return n.append(l,c),o.appendChild(n),o};var FL=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 x=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 w=M("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=c,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))}),x.appendChild(w),e.push(w)}),r.appendChild(x)}}};var pl=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 cl=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 Sn(r,e){e&&e.split(/\s+/).forEach(a=>a&&r.classList.add(a))}var MP={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"}},vP={bg:"#f3f4f6",text:"#4b5563"},yP=["flowName","stepName","reasoningText","text","name","tool","toolName"],wP=100;function CP(r,e){let a={...MP,...e};if(a[r])return a[r];for(let t of Object.keys(a))if(t.endsWith("_")&&r.startsWith(t))return a[t];return vP}function bP(r,e){return`+${((r-e)/1e3).toFixed(3)}s`}function SP(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 AP(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 kP(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 HP(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 LP(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=M("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=M("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 ZA(r,e,a,t,s,o,n,l){var p;let i=s.has(r.id),h=M("div","tvw-border-b tvw-border-cw-divider tvw-text-xs");Sn(h,(p=t.classNames)==null?void 0:p.eventRow);let x=n.find(u=>u.renderEventStreamRow);if(x!=null&&x.renderEventStreamRow&&l){let u=x.renderEventStreamRow({event:r,index:e,config:l,defaultRenderer:()=>c(),isExpanded:i,onToggleExpand:()=>o(r.id)});if(u)return h.appendChild(u),h}return h.appendChild(c()),h;function c(){var O,pt;let u=M("div",""),w=M("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=M("span","tvw-flex-shrink-0 tvw-text-cw-muted tvw-w-4 tvw-text-center tvw-flex tvw-items-center tvw-justify-center"),k=nt(i?"chevron-down":"chevron-right","14px","currentColor",2);k&&C.appendChild(k);let b=M("span","tvw-text-[11px] tvw-text-cw-muted tvw-whitespace-nowrap tvw-flex-shrink-0 tvw-font-mono tvw-w-[70px]"),g=(O=t.timestampFormat)!=null?O:"relative";b.textContent=g==="relative"?bP(r.timestamp,a):SP(r.timestamp);let L=null;t.showSequenceNumbers!==!1&&(L=M("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 f=CP(r.type,t.badgeColors),m=M("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");m.style.backgroundColor=f.bg,m.style.color=f.text,m.style.borderColor=f.text+"50",m.textContent=r.type;let v=(pt=t.descriptionFields)!=null?pt:yP,A=AP(r.payload,v),V=null;A&&(V=M("span","tvw-text-[11px] tvw-text-cw-secondary tvw-truncate tvw-min-w-0"),V.textContent=A);let P=M("div","tvw-flex-1 tvw-min-w-0"),E=M("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=nt("clipboard","12px","currentColor",1.5);return W&&E.appendChild(W),E.addEventListener("click",async N=>{N.stopPropagation(),await kP(HP(r)),E.innerHTML="";let J=nt("check","12px","currentColor",1.5);J&&E.appendChild(J),setTimeout(()=>{E.innerHTML="";let K=nt("clipboard","12px","currentColor",1.5);K&&E.appendChild(K)},1500)}),w.appendChild(C),w.appendChild(b),L&&w.appendChild(L),w.appendChild(m),V&&w.appendChild(V),w.appendChild(P),w.appendChild(E),u.appendChild(w),i&&u.appendChild(LP(r,n,l)),u}}function DL(r){var h,x;let{buffer:e,getFullHistory:a,onClose:t,config:s,plugins:o=[]}=r,n=(x=(h=s==null?void 0:s.features)==null?void 0:h.eventStream)!=null?x:{},l=o.find(c=>c.renderEventStreamView);if(l!=null&&l.renderEventStreamView&&s){let c=l.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=M("div","tvw-event-stream-view tvw-flex tvw-flex-col tvw-flex-1 tvw-min-h-0");Sn(p,c==null?void 0:c.panel);let u=[],w="",C="",k=null,b=[],g={},L=0,f=!1,m=0,v=0,A=!1,V=null,P=!1,E=0,W=new Set,O=new Map,pt="",N="",J=null,K,$,dt,xt,Vt;function He(){let U=M("div","tvw-flex tvw-flex-col tvw-flex-shrink-0"),Q=M("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");Sn(Q,c==null?void 0:c.headerBar);let st=M("span","tvw-text-sm tvw-font-medium tvw-text-cw-primary tvw-whitespace-nowrap");st.textContent="Events",K=M("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"),K.textContent="0";let Wt=M("div","tvw-flex-1");$=M("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 Z=M("option","");Z.value="",Z.textContent="All events",$.appendChild(Z),dt=M("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"),dt.type="button",dt.title="Copy All";let Ut=nt("clipboard-copy","12px","currentColor",1.5);Ut&&dt.appendChild(Ut);let bt=M("span","tvw-text-xs");bt.textContent="Copy All",dt.appendChild(bt),Q.appendChild(st),Q.appendChild(K),Q.appendChild(Wt),Q.appendChild($),Q.appendChild(dt);let j=M("div","tvw-relative tvw-px-4 tvw-py-2.5 tvw-border-b tvw-border-cw-divider tvw-bg-cw-surface");Sn(j,c==null?void 0:c.searchBar);let Ht=nt("search","14px","var(--cw-muted, #9ca3af)",1.5),Qt=M("span","tvw-absolute tvw-left-6 tvw-top-1/2 tvw--translate-y-1/2 tvw-pointer-events-none tvw-flex tvw-items-center");Ht&&Qt.appendChild(Ht),xt=M("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"),Sn(xt,c==null?void 0:c.searchInput),xt.type="text",xt.placeholder="Search event payloads...",Vt=M("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"),Vt.type="button",Vt.style.display="none";let he=nt("x","12px","currentColor",2);return he&&Vt.appendChild(he),j.appendChild(Qt),j.appendChild(xt),j.appendChild(Vt),U.appendChild(Q),U.appendChild(j),U}let ye,Te=o.find(U=>U.renderEventStreamToolbar);if(Te!=null&&Te.renderEventStreamToolbar&&s){let U=Te.renderEventStreamToolbar({config:s,defaultRenderer:()=>He(),eventCount:e.getSize(),filteredCount:0,onFilterChange:Q=>{w=Q,ie(),Ce()},onSearchChange:Q=>{C=Q,ie(),Ce()}});ye=U!=null?U:He()}else ye=He();let We=M("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");We.style.display="none";let Ot=M("div","tvw-flex-1 tvw-min-h-0 tvw-relative"),rt=M("div","tvw-event-stream-list tvw-overflow-y-auto tvw-min-h-0");rt.style.height="100%";let yt=M("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");Sn(yt,c==null?void 0:c.scrollIndicator),yt.style.display="none";let It=nt("arrow-down","12px","currentColor",2);It&&yt.appendChild(It);let Dt=M("span","");yt.appendChild(Dt);let jt=M("div","tvw-flex tvw-items-center tvw-justify-center tvw-h-full tvw-text-sm tvw-text-cw-muted");jt.style.display="none",Ot.appendChild(rt),Ot.appendChild(jt),Ot.appendChild(yt),p.setAttribute("tabindex","0"),p.appendChild(ye),p.appendChild(We),p.appendChild(Ot);function $e(){let U=e.getAll(),Q={};for(let bt of U)Q[bt.type]=(Q[bt.type]||0)+1;let st=Object.keys(Q).sort(),Wt=st.length!==b.length||!st.every((bt,j)=>bt===b[j]),Z=!Wt&&st.some(bt=>Q[bt]!==g[bt]),kt=U.length!==Object.values(g).reduce((bt,j)=>bt+j,0);if(!Wt&&!Z&&!kt||(b=st,g=Q,!$))return;let Ut=$.value;if($.options[0].textContent="All events",Wt){for(;$.options.length>1;)$.remove(1);for(let bt of st){let j=M("option","");j.value=bt,j.textContent=`${bt} (${Q[bt]||0})`,$.appendChild(j)}Ut&&st.includes(Ut)?$.value=Ut:Ut&&($.value="",w="")}else for(let bt=1;bt<$.options.length;bt++){let j=$.options[bt];j.textContent=`${j.value} (${Q[j.value]||0})`}}function ct(){let U=e.getAll();if(w&&(U=U.filter(Q=>Q.type===w)),C){let Q=C.toLowerCase();U=U.filter(st=>st.type.toLowerCase().includes(Q)||st.payload.toLowerCase().includes(Q))}return U}function Y(){return w!==""||C!==""}function ie(){L=0,m=0,f=!1,yt.style.display="none"}function we(U){W.has(U)?W.delete(U):W.add(U),J=U;let Q=rt.scrollTop,st=f;P=!0,f=!0,Ce(),rt.scrollTop=Q,f=st,P=!1}function Pe(){return rt.scrollHeight-rt.scrollTop-rt.clientHeight<=50}function Ce(){v=Date.now(),A=!1,$e();let U=e.getEvictedCount();U>0?(We.textContent=`${U.toLocaleString()} older events truncated`,We.style.display=""):We.style.display="none",u=ct();let Q=u.length,st=e.getSize()>0;K&&(K.textContent=String(e.getSize())),Q===0&&st&&Y()?(jt.textContent=C?`No events matching '${C}'`:"No events matching filter",jt.style.display="",rt.style.display="none"):(jt.style.display="none",rt.style.display=""),dt&&(dt.title=Y()?`Copy Filtered (${Q})`:"Copy All"),f&&Q>L&&(m+=Q-L,Dt.textContent=`${m} new event${m===1?"":"s"}`,yt.style.display=""),L=Q;let Wt=e.getAll(),Z=Wt.length>0?Wt[0].timestamp:0,kt=new Set(u.map(j=>j.id));for(let j of W)kt.has(j)||W.delete(j);let Ut=w!==pt||C!==N,bt=O.size===0&&u.length>0;if(Ut||bt||u.length===0){rt.innerHTML="",O.clear();let j=document.createDocumentFragment();for(let Ht=0;Ht<u.length;Ht++){let Qt=ZA(u[Ht],Ht,Z,n,W,we,o,s);O.set(u[Ht].id,Qt),j.appendChild(Qt)}rt.appendChild(j),pt=w,N=C,J=null}else{if(J!==null){let Ht=O.get(J);if(Ht&&Ht.parentNode===rt){let Qt=u.findIndex(he=>he.id===J);if(Qt>=0){let he=ZA(u[Qt],Qt,Z,n,W,we,o,s);rt.insertBefore(he,Ht),Ht.remove(),O.set(J,he)}}J=null}let j=new Set(u.map(Ht=>Ht.id));for(let[Ht,Qt]of O)j.has(Ht)||(Qt.remove(),O.delete(Ht));for(let Ht=0;Ht<u.length;Ht++){let Qt=u[Ht];if(!O.has(Qt.id)){let he=ZA(Qt,Ht,Z,n,W,we,o,s);O.set(Qt.id,he),rt.appendChild(he)}}}f||(rt.scrollTop=rt.scrollHeight)}function Ye(){if(Date.now()-v>=wP){V!==null&&(cancelAnimationFrame(V),V=null),Ce();return}A||(A=!0,V=requestAnimationFrame(()=>{V=null,Ce()}))}let et=(U,Q)=>{if(!dt)return;dt.innerHTML="";let st=nt(U,"12px","currentColor",1.5);st&&dt.appendChild(st);let Wt=M("span","tvw-text-xs");Wt.textContent="Copy All",dt.appendChild(Wt),setTimeout(()=>{dt.innerHTML="";let Z=nt("clipboard-copy","12px","currentColor",1.5);Z&&dt.appendChild(Z);let kt=M("span","tvw-text-xs");kt.textContent="Copy All",dt.appendChild(kt),dt.disabled=!1},Q)},Et=async()=>{if(dt){dt.disabled=!0;try{let U;Y()?U=u:a?(U=await a(),U.length===0&&(U=e.getAll())):U=e.getAll();let Q=U.map(st=>{try{return JSON.parse(st.payload)}catch{return st.payload}});await navigator.clipboard.writeText(JSON.stringify(Q,null,2)),et("check",1500)}catch{et("x",1500)}}},be=()=>{$&&(w=$.value,ie(),Ce())},ht=()=>{!xt||!Vt||(Vt.style.display=xt.value?"":"none",k&&clearTimeout(k),k=setTimeout(()=>{C=xt.value,ie(),Ce()},150))},Ct=()=>{!xt||!Vt||(xt.value="",C="",Vt.style.display="none",k&&clearTimeout(k),ie(),Ce())},Gt=()=>{if(P)return;let U=rt.scrollTop,Q=U>E;E=U,Pe()&&Q?(f=!1,m=0,yt.style.display="none"):Pe()||(f=!0)},Oe=U=>{U.deltaY<0&&(f=!0)},Ee=()=>{rt.scrollTop=rt.scrollHeight,f=!1,m=0,yt.style.display="none"},Ge=U=>{let Q=U.target;if(!Q||Q.closest("button"))return;let st=Q.closest("[data-event-id]");if(!st)return;let Wt=st.getAttribute("data-event-id");Wt&&we(Wt)},X=U=>{if((U.metaKey||U.ctrlKey)&&U.key==="f"){U.preventDefault(),xt==null||xt.focus(),xt==null||xt.select();return}U.key==="Escape"&&(xt&&document.activeElement===xt?(Ct(),xt.blur(),p.focus()):t&&t())};dt&&dt.addEventListener("click",Et),$&&$.addEventListener("change",be),xt&&xt.addEventListener("input",ht),Vt&&Vt.addEventListener("click",Ct),rt.addEventListener("scroll",Gt),rt.addEventListener("wheel",Oe,{passive:!0}),rt.addEventListener("click",Ge),yt.addEventListener("click",Ee),p.addEventListener("keydown",X);function oe(){k&&clearTimeout(k),V!==null&&(cancelAnimationFrame(V),V=null),A=!1,O.clear(),dt&&dt.removeEventListener("click",Et),$&&$.removeEventListener("change",be),xt&&xt.removeEventListener("input",ht),Vt&&Vt.removeEventListener("click",Ct),rt.removeEventListener("scroll",Gt),rt.removeEventListener("wheel",Oe),rt.removeEventListener("click",Ge),yt.removeEventListener("click",Ee),p.removeEventListener("keydown",X)}return{element:p,update:Ye,destroy:oe}}}var WL={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"}},XA=(r,e,a,t)=>{let s=r.querySelectorAll("[data-tv-form]");s.length&&s.forEach(o=>{var w,C,k;if(o.dataset.enhanced==="true")return;let n=(w=o.dataset.tvForm)!=null?w:"init";o.dataset.enhanced="true";let l=(C=WL[n])!=null?C:WL.init;o.classList.add("tvw-form-card","tvw-space-y-4");let i=M("div","tvw-space-y-1"),h=M("h3","tvw-text-base tvw-font-semibold tvw-text-cw-primary");if(h.textContent=l.title,i.appendChild(h),l.description){let b=M("p","tvw-text-sm tvw-text-cw-muted");b.textContent=l.description,i.appendChild(b)}let x=document.createElement("form");x.className="tvw-form-grid tvw-space-y-3",l.fields.forEach(b=>{var v,A;let g=M("label","tvw-form-field tvw-flex tvw-flex-col tvw-gap-1");g.htmlFor=`${e.id}-${n}-${b.name}`;let L=M("span","tvw-text-xs tvw-font-medium tvw-text-cw-muted");L.textContent=b.label,g.appendChild(L);let f=(v=b.type)!=null?v:"text",m;f==="textarea"?(m=document.createElement("textarea"),m.rows=3):(m=document.createElement("input"),m.type=f),m.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",m.id=`${e.id}-${n}-${b.name}`,m.name=b.name,m.placeholder=(A=b.placeholder)!=null?A:"",b.required&&(m.required=!0),g.appendChild(m),x.appendChild(g)});let c=M("div","tvw-flex tvw-items-center tvw-justify-between tvw-gap-2"),p=M("div","tvw-text-xs tvw-text-cw-muted tvw-min-h-[1.5rem]"),u=M("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=l.submitLabel)!=null?k:"Submit",c.appendChild(p),c.appendChild(u),x.appendChild(c),o.replaceChildren(i,x),x.addEventListener("submit",async b=>{var m,v;b.preventDefault();let g=(m=a.formEndpoint)!=null?m:"/form",L=new FormData(x),f={};L.forEach((A,V)=>{f[V]=A}),f.type=n,u.disabled=!0,p.textContent="Submitting\u2026";try{let A=await fetch(g,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(f)});if(!A.ok)throw new Error(`Form submission failed (${A.status})`);let V=await A.json();p.textContent=(v=V.message)!=null?v:"Thanks! We'll be in touch soon.",V.success&&V.nextPrompt&&await t.sendMessage(String(V.nextPrompt))}catch(A){p.textContent=A instanceof Error?A.message:"Something went wrong. Please try again."}finally{u.disabled=!1}})})};var JA=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()}},hl=new JA;var KA={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"},YA={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"},se={apiUrl:"http://localhost:43111/api/chat/dispatch",clientToken:void 0,theme:KA,darkTheme:YA,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 rA(r){var e,a,t,s,o,n,l,i,h,x,c,p,u,w,C,k,b,g,L;return r?{...se,...r,theme:{...se.theme,...r.theme},darkTheme:{...se.darkTheme,...r.darkTheme},launcher:{...se.launcher,...r.launcher,clearChat:{...(e=se.launcher)==null?void 0:e.clearChat,...(a=r.launcher)==null?void 0:a.clearChat}},copy:{...se.copy,...r.copy},sendButton:{...se.sendButton,...r.sendButton},statusIndicator:{...se.statusIndicator,...r.statusIndicator},voiceRecognition:{...se.voiceRecognition,...r.voiceRecognition},features:{...se.features,...r.features},suggestionChips:(t=r.suggestionChips)!=null?t:se.suggestionChips,suggestionChipsConfig:{...se.suggestionChipsConfig,...r.suggestionChipsConfig},layout:{...se.layout,...r.layout,header:{...(s=se.layout)==null?void 0:s.header,...(o=r.layout)==null?void 0:o.header},messages:{...(n=se.layout)==null?void 0:n.messages,...(l=r.layout)==null?void 0:l.messages,avatar:{...(h=(i=se.layout)==null?void 0:i.messages)==null?void 0:h.avatar,...(c=(x=r.layout)==null?void 0:x.messages)==null?void 0:c.avatar},timestamp:{...(u=(p=se.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:{...(k=se.layout)==null?void 0:k.slots,...(b=r.layout)==null?void 0:b.slots}},markdown:{...se.markdown,...r.markdown,options:{...(g=se.markdown)==null?void 0:g.options,...(L=r.markdown)==null?void 0:L.options}},messageActions:{...se.messageActions,...r.messageActions}}:se}var OL=()=>{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 TP=r=>{let e=r.match(/```(?:json)?\s*([\s\S]*?)```/i);return e?e[1]:r},PP=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},fl=({text:r})=>{if(!r||!r.includes("{"))return null;try{let e=TP(r),a=PP(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}},QA=r=>typeof r=="string"?r:r==null?"":String(r),Qa={message:r=>r.type!=="message"?void 0:{handled:!0,displayText:QA(r.payload.text)},messageAndClick:(r,e)=>{var s;if(r.type!=="message_and_click")return;let a=r.payload,t=QA(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:QA(a.text)}}},zL=r=>Array.isArray(r)?r.map(e=>String(e)):[],ul=r=>{let e=new Set(zL(r.getSessionMetadata().processedActionMessageIds)),a=()=>{e=new Set(zL(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((h,x)=>h||(x==null?void 0:x({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 h of r.handlers)if(h)try{let x=()=>{r.emit("action:resubmit",i)},c=h(l,{message:o.message,metadata:r.getSessionMetadata(),updateMetadata:r.updateSessionMetadata,document:r.documentRef,triggerResubmit:x});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(x){typeof console!="undefined"&&console.error("[AgentWidget] Action handler error:",x)}return{text:"",persist:!0}},syncFromMetadata:a}};var EP=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}},BP=r=>r.map(e=>({...e,streaming:!1})),oA=(r="persona-state")=>{let e=()=>typeof window=="undefined"||!window.localStorage?null:window.localStorage;return{load:()=>{let a=e();return a?EP(a.getItem(r)):null},save:a=>{let t=e();if(t)try{let s={...a,messages:a.messages?BP(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 tk=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)})}},An=new tk;var kn=zH(BA(),1);function RP(r){if(!r||typeof r!="object"||!("component"in r))return!1;let e=r.component;return typeof e=="string"&&e.length>0}function VP(r,e){if(!RP(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 sA(){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,kn.parse)(a,kn.STR|kn.OBJ),o=VP(s,a);o&&(r=o)}catch{}return e=a.length,r},reset:()=>{r=null,e=0}}}function qL(r){return typeof r=="object"&&r!==null&&"component"in r&&typeof r.component=="string"&&"props"in r&&typeof r.props=="object"}function nA(r,e){let{config:a,message:t,onPropsUpdate:s}=e,o=An.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 NL(){let r=sA();return{processChunk:e=>r.processChunk(e),getDirective:()=>r.getExtractedDirective(),reset:()=>{r.reset()}}}function lA(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 dA(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 IP=["Very dissatisfied","Dissatisfied","Neutral","Satisfied","Very satisfied"];function iA(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:h=IP}=r,x=document.createElement("div");x.className="tvw-feedback-container tvw-feedback-csat",x.setAttribute("role","dialog"),x.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 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 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 v=1;v<=5;v++){let A=document.createElement("button");A.type="button",A.className="tvw-feedback-rating-btn tvw-feedback-star-btn",A.setAttribute("role","radio"),A.setAttribute("aria-checked","false"),A.setAttribute("aria-label",`${v} star${v>1?"s":""}: ${h[v-1]}`),A.title=h[v-1],A.dataset.rating=String(v),A.innerHTML=`
64
+ `,a.addEventListener("click",e);let t=o=>{var b,M,T,f,x,w,S,R,P,E,O,q;let n=(b=o.launcher)!=null?b:{},l=a.querySelector("[data-role='launcher-title']");l&&(l.textContent=(M=n.title)!=null?M:"Chat Assistant");let i=a.querySelector("[data-role='launcher-subtitle']");i&&(i.textContent=(T=n.subtitle)!=null?T:"Get answers fast");let p=a.querySelector(".tvw-flex-col");p&&(n.textHidden?p.style.display="none":p.style.display="");let m=a.querySelector("[data-role='launcher-icon']");if(m)if(n.agentIconHidden)m.style.display="none";else{let ht=(f=n.agentIconSize)!=null?f:"40px";if(m.style.height=ht,m.style.width=ht,m.innerHTML="",n.agentIconName){let J=parseFloat(ht)||24,K=dt(n.agentIconName,J*.6,"#ffffff",2);K?(m.appendChild(K),m.style.display=""):(m.textContent=(x=n.agentIconText)!=null?x:"\u{1F4AC}",m.style.display="")}else n.iconUrl?m.style.display="none":(m.textContent=(w=n.agentIconText)!=null?w:"\u{1F4AC}",m.style.display="")}let h=a.querySelector("[data-role='launcher-image']");if(h){let ht=(S=n.agentIconSize)!=null?S:"40px";h.style.height=ht,h.style.width=ht,n.iconUrl&&!n.agentIconName&&!n.agentIconHidden?(h.src=n.iconUrl,h.style.display="block"):h.style.display="none"}let c=a.querySelector("[data-role='launcher-call-to-action-icon']");if(c){let ht=(R=n.callToActionIconSize)!=null?R:"32px";c.style.height=ht,c.style.width=ht,n.callToActionIconBackgroundColor?(c.style.backgroundColor=n.callToActionIconBackgroundColor,c.classList.remove("tvw-bg-cw-primary")):(c.style.backgroundColor="",c.classList.add("tvw-bg-cw-primary"));let J=0;if(n.callToActionIconPadding?(c.style.boxSizing="border-box",c.style.padding=n.callToActionIconPadding,J=(parseFloat(n.callToActionIconPadding)||0)*2):(c.style.boxSizing="",c.style.padding=""),n.callToActionIconHidden)c.style.display="none";else if(c.style.display="",c.innerHTML="",n.callToActionIconName){let K=parseFloat(ht)||24,G=Math.max(K-J,8),$=dt(n.callToActionIconName,G,"currentColor",2);$?c.appendChild($):c.textContent=(P=n.callToActionIconText)!=null?P:"\u2197"}else c.textContent=(E=n.callToActionIconText)!=null?E:"\u2197"}let u=n.position&&ia[n.position]?ia[n.position]:ia["bottom-right"],v="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=`${v} ${u}`;let C="1px solid #e5e7eb",H="0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1)";a.style.border=(O=n.border)!=null?O:C,a.style.boxShadow=(q=n.shadow)!=null?q:H},s=()=>{a.removeEventListener("click",e),a.remove()};return r&&t(r),{element:a,update:t,destroy:s}};var ba=r=>{var E,O,q,ht,J,K,G,$,et,ft,Ft,Le,ue,ge,Oe,zt,st,wt,Vt,Dt,_t,_e,ct,Y,ce,Ce,Pe,be,ea,at,Et,Se;let{config:e,showClose:a=!0}=r,t=y("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=(E=e==null?void 0:e.launcher)!=null?E:{},o=(O=s.headerIconSize)!=null?O:"48px",n=(q=s.closeButtonSize)!=null?q:"32px",l=(ht=s.closeButtonPlacement)!=null?ht:"inline",i=(J=s.headerIconHidden)!=null?J:!1,p=s.headerIconName,m=y("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(p){let ut=parseFloat(o)||24,Ct=dt(p,ut*.6,"#ffffff",1);Ct?m.replaceChildren(Ct):m.textContent=(G=(K=e==null?void 0:e.launcher)==null?void 0:K.agentIconText)!=null?G:"\u{1F4AC}"}else if(($=e==null?void 0:e.launcher)!=null&&$.iconUrl){let ut=y("img");ut.src=e.launcher.iconUrl,ut.alt="",ut.className="tvw-rounded-xl tvw-object-cover",ut.style.height=o,ut.style.width=o,m.replaceChildren(ut)}else m.textContent=(ft=(et=e==null?void 0:e.launcher)==null?void 0:et.agentIconText)!=null?ft:"\u{1F4AC}";let h=y("div","tvw-flex tvw-flex-col"),c=y("span","tvw-text-base tvw-font-semibold");c.textContent=(Le=(Ft=e==null?void 0:e.launcher)==null?void 0:Ft.title)!=null?Le:"Chat Assistant";let u=y("span","tvw-text-xs tvw-text-cw-muted");u.textContent=(ge=(ue=e==null?void 0:e.launcher)==null?void 0:ue.subtitle)!=null?ge:"Here to help you get answers fast",h.append(c,u),i?t.append(h):t.append(m,h);let v=(Oe=s.clearChat)!=null?Oe:{},C=(zt=v.enabled)!=null?zt:!0,H=(st=v.placement)!=null?st:"inline",b=null,M=null;if(C){let ut=(wt=v.size)!=null?wt:"32px",Ct=(Vt=v.iconName)!=null?Vt:"refresh-cw",jt=(Dt=v.iconColor)!=null?Dt:"",ze=(_t=v.backgroundColor)!=null?_t:"",Ee=(_e=v.borderWidth)!=null?_e:"",Xe=(ct=v.borderColor)!=null?ct:"",N=(Y=v.borderRadius)!=null?Y:"",re=(ce=v.paddingX)!=null?ce:"",_=(Ce=v.paddingY)!=null?Ce:"",Q=(Pe=v.tooltipText)!=null?Pe:"Clear chat",nt=(be=v.showTooltip)!=null?be:!0;M=y("div",H==="top-right"?"tvw-absolute tvw-top-4 tvw-z-50":"tvw-relative tvw-ml-auto tvw-clear-chat-button-wrapper"),H==="top-right"&&(M.style.right="48px"),b=y("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=ut,b.style.width=ut,b.type="button",b.setAttribute("aria-label",Q);let Wt=dt(Ct,"20px",jt||"",1);if(Wt&&b.appendChild(Wt),jt&&(b.style.color=jt,b.classList.remove("tvw-text-cw-muted")),ze&&(b.style.backgroundColor=ze,b.classList.remove("hover:tvw-bg-gray-100")),Ee||Xe){let lt=Ee||"0px",Jt=Xe||"transparent";b.style.border=`${lt} solid ${Jt}`,b.classList.remove("tvw-border-none")}if(N&&(b.style.borderRadius=N,b.classList.remove("tvw-rounded-full")),re?(b.style.paddingLeft=re,b.style.paddingRight=re):(b.style.paddingLeft="",b.style.paddingRight=""),_?(b.style.paddingTop=_,b.style.paddingBottom=_):(b.style.paddingTop="",b.style.paddingBottom=""),M.appendChild(b),nt&&Q&&b&&M){let lt=null,Jt=()=>{if(lt||!b)return;lt=y("div","tvw-clear-chat-tooltip"),lt.textContent=Q;let pt=y("div");pt.className="tvw-clear-chat-tooltip-arrow",lt.appendChild(pt);let j=b.getBoundingClientRect();lt.style.position="fixed",lt.style.left=`${j.left+j.width/2}px`,lt.style.top=`${j.top-8}px`,lt.style.transform="translate(-50%, -100%)",document.body.appendChild(lt)},Kt=()=>{lt&&lt.parentNode&&(lt.parentNode.removeChild(lt),lt=null)};M.addEventListener("mouseenter",Jt),M.addEventListener("mouseleave",Kt),b.addEventListener("focus",Jt),b.addEventListener("blur",Kt),M._cleanupTooltip=()=>{Kt(),M&&(M.removeEventListener("mouseenter",Jt),M.removeEventListener("mouseleave",Kt)),b&&(b.removeEventListener("focus",Jt),b.removeEventListener("blur",Kt))}}H==="inline"&&t.appendChild(M)}let T=y("div",l==="top-right"?"tvw-absolute tvw-top-4 tvw-right-4 tvw-z-50":C&&H==="inline"?"":"tvw-ml-auto"),f=y("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=n,f.style.width=n,f.type="button";let x=(ea=s.closeButtonTooltipText)!=null?ea:"Close chat",w=(at=s.closeButtonShowTooltip)!=null?at:!0;f.setAttribute("aria-label",x),f.style.display=a?"":"none";let S=(Et=s.closeButtonIconName)!=null?Et:"x",R=(Se=s.closeButtonIconText)!=null?Se:"\xD7",P=dt(S,"20px",s.closeButtonColor||"",1);if(P?f.appendChild(P):f.textContent=R,s.closeButtonColor?(f.style.color=s.closeButtonColor,f.classList.remove("tvw-text-cw-muted")):(f.style.color="",f.classList.add("tvw-text-cw-muted")),s.closeButtonBackgroundColor?(f.style.backgroundColor=s.closeButtonBackgroundColor,f.classList.remove("hover:tvw-bg-gray-100")):(f.style.backgroundColor="",f.classList.add("hover:tvw-bg-gray-100")),s.closeButtonBorderWidth||s.closeButtonBorderColor){let ut=s.closeButtonBorderWidth||"0px",Ct=s.closeButtonBorderColor||"transparent";f.style.border=`${ut} solid ${Ct}`,f.classList.remove("tvw-border-none")}else f.style.border="",f.classList.add("tvw-border-none");if(s.closeButtonBorderRadius?(f.style.borderRadius=s.closeButtonBorderRadius,f.classList.remove("tvw-rounded-full")):(f.style.borderRadius="",f.classList.add("tvw-rounded-full")),s.closeButtonPaddingX?(f.style.paddingLeft=s.closeButtonPaddingX,f.style.paddingRight=s.closeButtonPaddingX):(f.style.paddingLeft="",f.style.paddingRight=""),s.closeButtonPaddingY?(f.style.paddingTop=s.closeButtonPaddingY,f.style.paddingBottom=s.closeButtonPaddingY):(f.style.paddingTop="",f.style.paddingBottom=""),T.appendChild(f),w&&x){let ut=null,Ct=()=>{if(ut)return;ut=y("div","tvw-clear-chat-tooltip"),ut.textContent=x;let ze=y("div");ze.className="tvw-clear-chat-tooltip-arrow",ut.appendChild(ze);let Ee=f.getBoundingClientRect();ut.style.position="fixed",ut.style.left=`${Ee.left+Ee.width/2}px`,ut.style.top=`${Ee.top-8}px`,ut.style.transform="translate(-50%, -100%)",document.body.appendChild(ut)},jt=()=>{ut&&ut.parentNode&&(ut.parentNode.removeChild(ut),ut=null)};T.addEventListener("mouseenter",Ct),T.addEventListener("mouseleave",jt),f.addEventListener("focus",Ct),f.addEventListener("blur",jt),T._cleanupTooltip=()=>{jt(),T.removeEventListener("mouseenter",Ct),T.removeEventListener("mouseleave",jt),f.removeEventListener("focus",Ct),f.removeEventListener("blur",jt)}}return l!=="top-right"&&t.appendChild(T),{header:t,iconHolder:m,headerTitle:c,headerSubtitle:u,closeButton:f,closeButtonWrapper:T,clearChatButton:b,clearChatButtonWrapper:M}},ar=(r,e,a)=>{var n,l,i,p;let t=(n=a==null?void 0:a.launcher)!=null?n:{},s=(l=t.closeButtonPlacement)!=null?l:"inline",o=(p=(i=t.clearChat)==null?void 0:i.placement)!=null?p:"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 _A=r=>ba({config:r.config,showClose:r.showClose,onClose:r.onClose,onClearChat:r.onClearChat}),jA=r=>{var v,C,H,b;let{config:e,showClose:a=!0,onClose:t}=r,s=(v=e==null?void 0:e.launcher)!=null?v:{},o=y("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=y("span","tvw-text-base tvw-font-semibold");n.textContent=(C=s.title)!=null?C:"Chat Assistant",o.appendChild(n);let l=(H=s.closeButtonSize)!=null?H:"32px",i=y("div",""),p=y("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");p.style.height=l,p.style.width=l,p.type="button",p.setAttribute("aria-label","Close chat"),p.style.display=a?"":"none";let m=(b=s.closeButtonIconName)!=null?b:"x",h=dt(m,"20px",s.closeButtonColor||"",2);h?p.appendChild(h):p.textContent="\xD7",t&&p.addEventListener("click",t),i.appendChild(p),o.appendChild(i);let c=y("div");c.style.display="none";let u=y("span");return u.style.display="none",{header:o,iconHolder:c,headerTitle:n,headerSubtitle:u,closeButton:p,closeButtonWrapper:i,clearChatButton:null,clearChatButtonWrapper:null}},GA=r=>{var f,x,w,S,R,P,E,O;let{config:e,showClose:a=!0,onClose:t,onClearChat:s}=r,o=(f=e==null?void 0:e.launcher)!=null?f:{},n=y("div","tvw-flex tvw-flex-col tvw-bg-cw-surface tvw-px-6 tvw-py-5 tvw-border-b-cw-divider"),l=y("div","tvw-flex tvw-items-center tvw-gap-3"),i=(x=o.headerIconSize)!=null?x:"56px",p=y("div","tvw-flex tvw-items-center tvw-justify-center tvw-rounded-xl tvw-bg-cw-primary tvw-text-white tvw-text-2xl");p.style.height=i,p.style.width=i;let m=o.headerIconName;if(m){let q=parseFloat(i)||24,ht=dt(m,q*.5,"#ffffff",2);ht?p.replaceChildren(ht):p.textContent=(w=o.agentIconText)!=null?w:"\u{1F4AC}"}else if(o.iconUrl){let q=y("img");q.src=o.iconUrl,q.alt="",q.className="tvw-rounded-xl tvw-object-cover",q.style.height=i,q.style.width=i,p.replaceChildren(q)}else p.textContent=(S=o.agentIconText)!=null?S:"\u{1F4AC}";let h=y("div","tvw-flex tvw-flex-col tvw-flex-1"),c=y("span","tvw-text-lg tvw-font-semibold");c.textContent=(R=o.title)!=null?R:"Chat Assistant";let u=y("span","tvw-text-sm tvw-text-cw-muted");u.textContent=(P=o.subtitle)!=null?P:"Here to help you get answers fast",h.append(c,u),l.append(p,h);let v=(E=o.closeButtonSize)!=null?E:"32px",C=y("div",""),H=y("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=v,H.style.width=v,H.type="button",H.setAttribute("aria-label","Close chat"),H.style.display=a?"":"none";let b=(O=o.closeButtonIconName)!=null?O:"x",M=dt(b,"20px",o.closeButtonColor||"",2);M?H.appendChild(M):H.textContent="\xD7",t&&H.addEventListener("click",t),C.appendChild(H),l.appendChild(C),n.appendChild(l);let T=y("div","tvw-mt-3 tvw-pt-3 tvw-border-t tvw-border-gray-100 tvw-text-xs tvw-text-cw-muted");return T.textContent="Online and ready to help",n.appendChild(T),{header:n,iconHolder:p,headerTitle:c,headerSubtitle:u,closeButton:H,closeButtonWrapper:C,clearChatButton:null,clearChatButtonWrapper:null}},nA={default:_A,minimal:jA,expanded:GA},ZA=r=>{var e;return(e=nA[r])!=null?e:nA.default},kn=(r,e,a)=>{var n,l,i;if(e!=null&&e.render){let p=e.render({config:r,onClose:a==null?void 0:a.onClose,onClearChat:a==null?void 0:a.onClearChat}),m=y("div");m.style.display="none";let h=y("span"),c=y("span"),u=y("button");u.style.display="none";let v=y("div");return v.style.display="none",{header:p,iconHolder:m,headerTitle:h,headerSubtitle:c,closeButton:u,closeButtonWrapper:v,clearChatButton:null,clearChatButtonWrapper:null}}let t=(n=e==null?void 0:e.layout)!=null?n:"default",o=ZA(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 kP=r=>{switch(r){case"serif":return'Georgia, "Times New Roman", Times, serif';case"mono":return'"Courier New", Courier, "Lucida Console", Monaco, monospace';default:return'-apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif'}},Hn=r=>{var st,wt,Vt,Dt,_t,_e,ct,Y,ce,Ce,Pe,be,ea,at,Et,Se,ut,Ct,jt,ze,Ee,Xe,N,re,_,Q,nt,Wt,lt,Jt,Kt;let{config:e}=r,a=y("div","tvw-widget-footer tvw-border-t-cw-divider tvw-bg-cw-surface tvw-px-6 tvw-py-4"),t=y("div","tvw-mb-3 tvw-flex tvw-flex-wrap tvw-gap-2"),s=y("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=y("textarea");o.placeholder=(wt=(st=e==null?void 0:e.copy)==null?void 0:st.inputPlaceholder)!=null?wt:"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=(Dt=(Vt=e==null?void 0:e.theme)==null?void 0:Vt.inputFontFamily)!=null?Dt:"sans-serif",l=(_e=(_t=e==null?void 0:e.theme)==null?void 0:_t.inputFontWeight)!=null?_e:"400";o.style.fontFamily=kP(n),o.style.fontWeight=l;let m=3*20;o.style.maxHeight=`${m}px`,o.style.overflowY="auto";let h=()=>{o.style.height="auto";let pt=Math.min(o.scrollHeight,m);o.style.height=`${pt}px`};o.addEventListener("input",h),o.style.border="none",o.style.outline="none",o.style.borderWidth="0",o.style.borderStyle="none",o.style.borderColor="transparent",o.addEventListener("focus",()=>{o.style.border="none",o.style.outline="none",o.style.borderWidth="0",o.style.borderStyle="none",o.style.borderColor="transparent",o.style.boxShadow="none"}),o.addEventListener("blur",()=>{o.style.border="none",o.style.outline="none"});let c=(ct=e==null?void 0:e.sendButton)!=null?ct:{},u=(Y=c.useIcon)!=null?Y:!1,v=(ce=c.iconText)!=null?ce:"\u2191",C=c.iconName,H=(Ce=c.tooltipText)!=null?Ce:"Send message",b=(Pe=c.showTooltip)!=null?Pe:!1,M=(be=c.size)!=null?be:"40px",T=c.backgroundColor,f=c.textColor,x=y("div","tvw-send-button-wrapper"),w=y("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(w.type="submit",u){if(w.style.width=M,w.style.height=M,w.style.minWidth=M,w.style.minHeight=M,w.style.fontSize="18px",w.style.lineHeight="1",w.innerHTML="",C){let pt=parseFloat(M)||24,j=f&&typeof f=="string"&&f.trim()?f.trim():"currentColor",St=dt(C,pt,j,2);St?(w.appendChild(St),w.style.color=j):(w.textContent=v,f?w.style.color=f:w.classList.add("tvw-text-white"))}else w.textContent=v,f?w.style.color=f:w.classList.add("tvw-text-white");T?w.style.backgroundColor=T:w.classList.add("tvw-bg-cw-primary")}else w.textContent=(at=(ea=e==null?void 0:e.copy)==null?void 0:ea.sendButtonLabel)!=null?at:"Send",f?w.style.color=f:w.classList.add("tvw-text-white");if(c.borderWidth&&(w.style.borderWidth=c.borderWidth,w.style.borderStyle="solid"),c.borderColor&&(w.style.borderColor=c.borderColor),c.paddingX?(w.style.paddingLeft=c.paddingX,w.style.paddingRight=c.paddingX):(w.style.paddingLeft="",w.style.paddingRight=""),c.paddingY?(w.style.paddingTop=c.paddingY,w.style.paddingBottom=c.paddingY):(w.style.paddingTop="",w.style.paddingBottom=""),b&&H){let pt=y("div","tvw-send-button-tooltip");pt.textContent=H,x.appendChild(pt)}x.appendChild(w);let S=(Et=e==null?void 0:e.voiceRecognition)!=null?Et:{},R=S.enabled===!0,P=null,E=null,O=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined"),q=((Se=S.provider)==null?void 0:Se.type)==="runtype";if(R&&(O||q)){E=y("div","tvw-send-button-wrapper"),P=y("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 pt=(ut=S.iconName)!=null?ut:"mic",j=(Ct=S.iconSize)!=null?Ct:M,St=parseFloat(j)||24,oe=(jt=S.backgroundColor)!=null?jt:T,se=(ze=S.iconColor)!=null?ze:f;P.style.width=j,P.style.height=j,P.style.minWidth=j,P.style.minHeight=j,P.style.fontSize="18px",P.style.lineHeight="1";let aa=se||"currentColor",oa=dt(pt,St,aa,1.5);oa?(P.appendChild(oa),P.style.color=aa):(P.textContent="\u{1F3A4}",P.style.color=aa),oe?P.style.backgroundColor=oe:P.classList.add("tvw-bg-cw-primary"),se?P.style.color=se:!se&&!f&&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),E.appendChild(P);let Yt=(Ee=S.tooltipText)!=null?Ee:"Start voice recognition";if(((Xe=S.showTooltip)!=null?Xe:!1)&&Yt){let Aa=y("div","tvw-send-button-tooltip");Aa.textContent=Yt,E.appendChild(Aa)}}let J=(N=e==null?void 0:e.attachments)!=null?N:{},K=J.enabled===!0,G=null,$=null,et=null,ft=null;if(K){ft=y("div","tvw-attachment-previews tvw-flex tvw-flex-wrap tvw-gap-2 tvw-mb-2"),ft.style.display="none",et=y("input"),et.type="file",et.accept=((re=J.allowedTypes)!=null?re:La).join(","),et.multiple=((_=J.maxFiles)!=null?_:4)>1,et.style.display="none",et.setAttribute("aria-label","Attach files"),$=y("div","tvw-send-button-wrapper"),G=y("button","tvw-rounded-button tvw-flex tvw-items-center tvw-justify-center disabled:tvw-opacity-50 tvw-cursor-pointer tvw-attachment-button"),G.type="button",G.setAttribute("aria-label",(Q=J.buttonTooltipText)!=null?Q:"Attach file");let pt=(nt=J.buttonIconName)!=null?nt:"paperclip",j=M,St=parseFloat(j)||40,oe=Math.round(St*.6);G.style.width=j,G.style.height=j,G.style.minWidth=j,G.style.minHeight=j,G.style.fontSize="18px",G.style.lineHeight="1",G.style.backgroundColor="transparent",G.style.color="var(--cw-primary, #111827)",G.style.border="none",G.style.borderRadius="6px",G.style.transition="background-color 0.15s ease",G.addEventListener("mouseenter",()=>{G.style.backgroundColor="rgba(0, 0, 0, 0.05)"}),G.addEventListener("mouseleave",()=>{G.style.backgroundColor="transparent"});let se=dt(pt,oe,"currentColor",1.5);se?G.appendChild(se):G.textContent="\u{1F4CE}",G.addEventListener("click",Yt=>{Yt.preventDefault(),et==null||et.click()}),$.appendChild(G);let aa=(Wt=J.buttonTooltipText)!=null?Wt:"Attach file",oa=y("div","tvw-send-button-tooltip");oa.textContent=aa,$.appendChild(oa)}s.addEventListener("click",pt=>{pt.target!==w&&pt.target!==x&&pt.target!==P&&pt.target!==E&&pt.target!==G&&pt.target!==$&&o.focus()}),ft&&(ft.style.gap="8px",s.append(ft)),et&&s.append(et),s.append(o);let Ft=y("div","tvw-flex tvw-items-center tvw-justify-between tvw-w-full"),Le=y("div","tvw-flex tvw-items-center tvw-gap-2");$&&Le.append($);let ue=y("div","tvw-flex tvw-items-center tvw-gap-1");E&&ue.append(E),ue.append(x),Ft.append(Le,ue),s.append(Ft);let ge=y("div","tvw-mt-2 tvw-text-right tvw-text-xs tvw-text-cw-muted"),Oe=(lt=e==null?void 0:e.statusIndicator)!=null?lt:{},zt=(Jt=Oe.visible)!=null?Jt:!0;return ge.style.display=zt?"":"none",ge.textContent=(Kt=Oe.idleText)!=null?Kt:"Online",a.append(t,s,ge),{footer:a,suggestions:t,composerForm:s,textarea:o,sendButton:w,sendButtonWrapper:x,micButton:P,micButtonWrapper:E,statusText:ge,attachmentButton:G,attachmentButtonWrapper:$,attachmentInput:et,attachmentPreviewsContainer:ft,actionsRow:Ft,leftActions:Le,rightActions:ue}};var _T=r=>{var i,p,m,h,c,u,v;if(!((p=(i=r==null?void 0:r.launcher)==null?void 0:i.enabled)!=null?p:!0)){let C=y("div","tvw-relative tvw-h-full tvw-flex tvw-flex-col tvw-flex-1 tvw-min-h-0"),H=y("div","tvw-relative tvw-flex-1 tvw-flex tvw-flex-col tvw-min-h-0"),b=(h=(m=r==null?void 0:r.launcher)==null?void 0:m.width)!=null?h:"100%";return C.style.width=b,H.style.width="100%",C.appendChild(H),{wrapper:C,panel:H}}let a=(c=r==null?void 0:r.launcher)!=null?c:{},t=a.position&&ia[a.position]?ia[a.position]:ia["bottom-right"],s=y("div",`tvw-widget-wrapper tvw-fixed ${t} tvw-z-50 tvw-transition`),o=y("div","tvw-widget-panel tvw-relative tvw-min-h-[320px]"),n=(v=(u=r==null?void 0:r.launcher)==null?void 0:u.width)!=null?v: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}},jT=(r,e=!0)=>{var u,v,C,H,b,M,T;let a=y("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=((v=r==null?void 0:r.layout)==null?void 0:v.showHeader)!==!1,o=t?kn(r,t,{showClose:e}):ba({config:r,showClose:e}),n=y("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=y("div","tvw-rounded-2xl tvw-bg-cw-surface tvw-p-6 tvw-shadow-sm"),i=y("h2","tvw-text-lg tvw-font-semibold tvw-text-cw-primary");i.textContent=(H=(C=r==null?void 0:r.copy)==null?void 0:C.welcomeTitle)!=null?H:"Hello \u{1F44B}";let p=y("p","tvw-mt-2 tvw-text-sm tvw-text-cw-muted");p.textContent=(M=(b=r==null?void 0:r.copy)==null?void 0:b.welcomeSubtitle)!=null?M:"Ask anything about your account or products.",l.append(i,p);let m=y("div","tvw-flex tvw-flex-col tvw-gap-3");n.append(l,m);let h=Hn({config:r}),c=((T=r==null?void 0:r.layout)==null?void 0:T.showFooter)!==!1;return s?ar(a,o,r):(o.header.style.display="none",ar(a,o,r)),a.append(n),c||(h.footer.style.display="none"),a.append(h.footer),{container:a,body:n,messagesWrapper:m,suggestions:h.suggestions,textarea:h.textarea,sendButton:h.sendButton,sendButtonWrapper:h.sendButtonWrapper,micButton:h.micButton,micButtonWrapper:h.micButtonWrapper,composerForm:h.composerForm,statusText:h.statusText,introTitle:i,introSubtitle:p,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:h.footer,attachmentButton:h.attachmentButton,attachmentButtonWrapper:h.attachmentButtonWrapper,attachmentInput:h.attachmentInput,attachmentPreviewsContainer:h.attachmentPreviewsContainer,actionsRow:h.actionsRow,leftActions:h.leftActions,rightActions:h.rightActions}};var HP=320,TP=320,LP=r=>!r.contentParts||r.contentParts.length===0?[]:r.contentParts.filter(e=>e.type==="image"&&typeof e.image=="string"&&e.image.trim().length>0),PP=(r,e,a)=>{if(r.length===0)return null;try{let t=y("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 h;let p=y("img");p.alt=((h=l.alt)==null?void 0:h.trim())||`Attached image ${i+1}`,p.loading="lazy",p.decoding="async",p.referrerPolicy="no-referrer",p.style.display="block",p.style.width="100%",p.style.maxWidth=`${HP}px`,p.style.maxHeight=`${TP}px`,p.style.height="auto",p.style.objectFit="contain",p.style.borderRadius="10px",p.style.backgroundColor="var(--cw-container, #f3f4f6)",p.style.border="1px solid var(--cw-border, #e5e7eb)";let m=!1;s+=1,p.addEventListener("error",()=>{m||(m=!0,s=Math.max(0,s-1),p.remove(),s===0&&n())}),p.addEventListener("load",()=>{m=!0}),p.src=l.image,t.appendChild(p)}),s===0?(n(),null):t}catch{return a==null||a(),null}},rr=()=>{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},XA=(r,e,a)=>{let t={config:a!=null?a:{},streaming:!0,location:r,defaultRenderer:rr};if(e){let s=e(t);if(s!==null)return s}return rr()},EP=(r,e)=>{let a=y("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=y("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},GT=(r,e)=>{let a=y("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},BP=(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;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},JA=(r,e,a)=>{var u,v,C,H,b,M;let t=(u=e.showCopy)!=null?u:!0,s=(v=e.showUpvote)!=null?v:!0,o=(C=e.showDownvote)!=null?C:!0,n=(H=e.visibility)!=null?H:"hover",l=(b=e.align)!=null?b:"right",i=(M=e.layout)!=null?M:"pill-inside",p={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],h=y("div",`tvw-message-actions tvw-flex tvw-items-center tvw-gap-1 tvw-mt-2 ${p} ${m} ${n==="hover"?"tvw-message-actions-hover":""}`);h.id=`actions-${r.id}`,h.setAttribute("data-actions-for",r.id);let c=(T,f,x)=>{let w=document.createElement("button");w.className="tvw-message-action-btn",w.setAttribute("aria-label",f),w.setAttribute("title",f),w.setAttribute("data-action",x);let S=dt(T,14,"currentColor",2);return S&&w.appendChild(S),w};return t&&h.appendChild(c("copy","Copy message","copy")),s&&h.appendChild(c("thumbs-up","Upvote","upvote")),o&&h.appendChild(c("thumbs-down","Downvote","downvote")),h},Tn=(r,e,a,t,s,o)=>{var E,O,q,ht,J,K,G;let n=a!=null?a:{},l=(E=n.layout)!=null?E:"bubble",i=n.avatar,p=n.timestamp,m=(O=i==null?void 0:i.show)!=null?O:!1,h=(q=p==null?void 0:p.show)!=null?q:!1,c=(ht=i==null?void 0:i.position)!=null?ht:"left",u=(J=p==null?void 0:p.position)!=null?J:"below",v=BP(r.role,l),C=y("div",v.join(" "));C.id=`bubble-${r.id}`,C.setAttribute("data-message-id",r.id);let H=LP(r),b=(G=(K=r.content)==null?void 0:K.trim())!=null?G:"",T=H.length>0&&b===jl,f=document.createElement("div"),x=e({text:r.content,message:r,streaming:!!r.streaming,raw:r.rawContent}),w=null;if(T?(w=document.createElement("div"),w.innerHTML=x,w.style.display="none",f.appendChild(w)):f.innerHTML=x,h&&u==="inline"&&r.createdAt){let $=GT(r,p);$.classList.add("tvw-ml-2","tvw-inline"),f.appendChild($)}if(H.length>0){let $=PP(H,!T&&!!b,()=>{T&&w&&(w.style.display="")});$?C.appendChild($):T&&w&&(w.style.display="")}if(C.appendChild(f),h&&u==="below"&&r.createdAt){let $=GT(r,p);$.classList.add("tvw-mt-1"),C.appendChild($)}if(r.streaming&&r.role==="assistant"&&(!r.content||!r.content.trim())){let $=XA("inline",o==null?void 0:o.loadingIndicatorRenderer,o==null?void 0:o.widgetConfig);$&&C.appendChild($)}if(r.role==="assistant"&&!r.streaming&&r.content&&r.content.trim()&&(t==null?void 0:t.enabled)!==!1&&t){let $=JA(r,t,s);C.appendChild($)}if(!m||r.role==="system")return C;let R=y("div",`tvw-flex tvw-gap-2 ${r.role==="user"?"tvw-flex-row-reverse":""}`),P=EP(i,r.role);return c==="right"||c==="left"&&r.role==="user"?R.append(C,P):R.append(P,C),C.classList.remove("tvw-max-w-[85%]"),C.classList.add("tvw-max-w-[calc(85%-2.5rem)]"),R},ZT=(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}):Tn(r,e,a,t,s,o)};var Ln=new Set,XT=(r,e)=>{let a=Ln.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=dt(a?"chevron-up":"chevron-down",16,"currentColor",2);i?n.appendChild(i):n.textContent=a?"Hide":"Show"}s.style.display=a?"":"none"},KA=r=>{let e=r.reasoning,a=y("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=Ln.has(r.id),s=y("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=y("div","tvw-flex tvw-flex-col tvw-text-left"),n=y("span","tvw-text-xs tvw-text-cw-primary");n.textContent="Thinking...",o.appendChild(n);let l=y("span","tvw-text-xs tvw-text-cw-primary");l.textContent=AT(e),o.appendChild(l),e.status==="complete"?n.style.display="none":n.style.display="";let i=y("div","tvw-flex tvw-items-center"),m=dt(t?"chevron-up":"chevron-down",16,"currentColor",2);m?i.appendChild(m):i.textContent=t?"Hide":"Show";let h=y("div","tvw-flex tvw-items-center tvw-ml-auto");h.append(i),s.append(o,h);let c=y("div","tvw-border-t tvw-px-4 tvw-py-3");c.style.display=t?"":"none";let u=e.chunks.join(""),v=y("div","tvw-whitespace-pre-wrap tvw-text-xs tvw-leading-snug tvw-text-cw-muted");return v.textContent=u||(e.status==="complete"?"No additional context was shared.":"Waiting for details\u2026"),c.appendChild(v),(()=>{s.setAttribute("aria-expanded",t?"true":"false"),i.innerHTML="";let b=dt(t?"chevron-up":"chevron-down",16,"currentColor",2);b?i.appendChild(b):i.textContent=t?"Hide":"Show",c.style.display=t?"":"none"})(),a.append(s,c),a};var Pn=new Set,JT=(r,e,a)=>{var p;let t=Pn.has(r),s=(p=a==null?void 0:a.toolCall)!=null?p:{},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",h=dt(t?"chevron-up":"chevron-down",16,m,2);h?i.appendChild(h):i.textContent=t?"Hide":"Show"}n.style.display=t?"":"none"},YA=(r,e)=>{var C;let a=r.toolCall,t=(C=e==null?void 0:e.toolCall)!=null?C:{},s=y("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=Pn.has(r.id),n=y("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=y("div","tvw-flex tvw-flex-col tvw-text-left"),i=y("span","tvw-text-xs tvw-text-cw-primary");t.headerTextColor&&(i.style.color=t.headerTextColor),i.textContent=kT(a),l.appendChild(i);let p=y("div","tvw-flex tvw-items-center"),m=t.toggleTextColor||t.headerTextColor||"currentColor",h=dt(o?"chevron-up":"chevron-down",16,m,2);h?p.appendChild(h):p.textContent=o?"Hide":"Show";let c=y("div","tvw-flex tvw-items-center tvw-gap-2 tvw-ml-auto");c.append(p),n.append(l,c);let u=y("div","tvw-border-t 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 H=y("div","tvw-text-xs tvw-text-cw-muted tvw-italic");t.contentTextColor?H.style.color=t.contentTextColor:t.headerTextColor&&(H.style.color=t.headerTextColor),H.textContent=a.name,u.appendChild(H)}if(a.args!==void 0){let H=y("div","tvw-space-y-1"),b=y("div","tvw-text-xs tvw-text-cw-muted");t.labelTextColor&&(b.style.color=t.labelTextColor),b.textContent="Arguments";let M=y("pre","tvw-max-h-48 tvw-overflow-auto tvw-whitespace-pre-wrap tvw-rounded-lg tvw-border tvw-px-3 tvw-py-2 tvw-text-xs tvw-text-cw-primary");M.style.fontSize="0.75rem",M.style.lineHeight="1rem",t.codeBlockBackgroundColor&&(M.style.backgroundColor=t.codeBlockBackgroundColor),t.codeBlockBorderColor&&(M.style.borderColor=t.codeBlockBorderColor),t.codeBlockTextColor&&(M.style.color=t.codeBlockTextColor),M.textContent=pl(a.args),H.append(b,M),u.appendChild(H)}if(a.chunks&&a.chunks.length){let H=y("div","tvw-space-y-1"),b=y("div","tvw-text-xs tvw-text-cw-muted");t.labelTextColor&&(b.style.color=t.labelTextColor),b.textContent="Activity";let M=y("pre","tvw-max-h-48 tvw-overflow-auto tvw-whitespace-pre-wrap tvw-rounded-lg tvw-border tvw-px-3 tvw-py-2 tvw-text-xs tvw-text-cw-primary");M.style.fontSize="0.75rem",M.style.lineHeight="1rem",t.codeBlockBackgroundColor&&(M.style.backgroundColor=t.codeBlockBackgroundColor),t.codeBlockBorderColor&&(M.style.borderColor=t.codeBlockBorderColor),t.codeBlockTextColor&&(M.style.color=t.codeBlockTextColor),M.textContent=a.chunks.join(`
65
+ `),H.append(b,M),u.appendChild(H)}if(a.status==="complete"&&a.result!==void 0){let H=y("div","tvw-space-y-1"),b=y("div","tvw-text-xs tvw-text-cw-muted");t.labelTextColor&&(b.style.color=t.labelTextColor),b.textContent="Result";let M=y("pre","tvw-max-h-48 tvw-overflow-auto tvw-whitespace-pre-wrap tvw-rounded-lg tvw-border tvw-px-3 tvw-py-2 tvw-text-xs tvw-text-cw-primary");M.style.fontSize="0.75rem",M.style.lineHeight="1rem",t.codeBlockBackgroundColor&&(M.style.backgroundColor=t.codeBlockBackgroundColor),t.codeBlockBorderColor&&(M.style.borderColor=t.codeBlockBorderColor),t.codeBlockTextColor&&(M.style.color=t.codeBlockTextColor),M.textContent=pl(a.result),H.append(b,M),u.appendChild(H)}if(a.status==="complete"&&typeof a.duration=="number"){let H=y("div","tvw-text-xs tvw-text-cw-muted");t.contentTextColor&&(H.style.color=t.contentTextColor),H.textContent=`Duration: ${a.duration}ms`,u.appendChild(H)}return(()=>{n.setAttribute("aria-expanded",o?"true":"false"),p.innerHTML="";let H=t.toggleTextColor||t.headerTextColor||"currentColor",b=dt(o?"chevron-up":"chevron-down",16,H,2);b?p.appendChild(b):p.textContent=o?"Hide":"Show",u.style.display=o?"":"none"})(),s.append(n,u),s};var QA=(r,e)=>{var C,H,b,M,T,f,x,w,S,R,P;let a=r.approval,t=(e==null?void 0:e.approval)!==!1?e==null?void 0:e.approval:void 0,s=(a==null?void 0:a.status)==="pending",o=y("div",["vanilla-message-bubble","vanilla-approval-bubble","tvw-w-full","tvw-max-w-[85%]","tvw-rounded-2xl","tvw-border","tvw-shadow-sm","tvw-overflow-hidden"].join(" "));if(o.id=`bubble-${r.id}`,o.setAttribute("data-message-id",r.id),t!=null&&t.backgroundColor&&(o.style.backgroundColor=t.backgroundColor),t!=null&&t.borderColor&&(o.style.borderColor=t.borderColor),!a)return o;let n=y("div","tvw-flex tvw-items-start tvw-gap-3 tvw-px-4 tvw-py-3"),l=y("div","tvw-flex-shrink-0 tvw-mt-0.5");l.setAttribute("data-approval-icon","true");let i=a.status==="denied"?"shield-x":a.status==="timeout"?"shield-alert":"shield-check",p=a.status==="approved"?"#16a34a":a.status==="denied"?"#dc2626":a.status==="timeout"?"#ca8a04":(C=t==null?void 0:t.titleColor)!=null?C:"currentColor",m=dt(i,20,p,2);m&&l.appendChild(m);let h=y("div","tvw-flex-1 tvw-min-w-0"),c=y("div","tvw-flex tvw-items-center tvw-gap-2"),u=y("span","tvw-text-sm tvw-font-medium tvw-text-cw-primary");if(t!=null&&t.titleColor&&(u.style.color=t.titleColor),u.textContent=(H=t==null?void 0:t.title)!=null?H:"Approval Required",c.appendChild(u),!s){let E=y("span","tvw-inline-flex tvw-items-center tvw-px-2 tvw-py-0.5 tvw-rounded-full tvw-text-xs tvw-font-medium");E.setAttribute("data-approval-status",a.status),a.status==="approved"?(E.className+=" tvw-approval-badge-approved",E.textContent="Approved"):a.status==="denied"?(E.className+=" tvw-approval-badge-denied",E.textContent="Denied"):a.status==="timeout"&&(E.className+=" tvw-approval-badge-timeout",E.textContent="Timeout"),c.appendChild(E)}h.appendChild(c);let v=y("p","tvw-text-sm tvw-mt-0.5 tvw-text-cw-muted");if(t!=null&&t.descriptionColor&&(v.style.color=t.descriptionColor),v.textContent=a.description,h.appendChild(v),a.parameters){let E=y("pre","tvw-mt-2 tvw-text-xs tvw-p-2 tvw-rounded tvw-overflow-x-auto tvw-max-h-32 tvw-bg-cw-container tvw-text-cw-primary");t!=null&&t.parameterBackgroundColor&&(E.style.backgroundColor=t.parameterBackgroundColor),t!=null&&t.parameterTextColor&&(E.style.color=t.parameterTextColor),E.style.fontSize="0.75rem",E.style.lineHeight="1rem",E.textContent=pl(a.parameters),h.appendChild(E)}if(s){let E=y("div","tvw-flex tvw-gap-2 tvw-mt-2");E.setAttribute("data-approval-buttons","true");let O=y("button","tvw-inline-flex tvw-items-center tvw-px-3 tvw-py-1.5 tvw-rounded-md tvw-text-xs tvw-font-medium tvw-border-none tvw-cursor-pointer");O.type="button",O.style.backgroundColor=(b=t==null?void 0:t.approveButtonColor)!=null?b:"#16a34a",O.style.color=(M=t==null?void 0:t.approveButtonTextColor)!=null?M:"#ffffff",O.setAttribute("data-approval-action","approve");let q=dt("shield-check",14,(T=t==null?void 0:t.approveButtonTextColor)!=null?T:"#ffffff",2);q&&(q.style.marginRight="4px",O.appendChild(q));let ht=document.createTextNode((f=t==null?void 0:t.approveLabel)!=null?f:"Approve");O.appendChild(ht);let J=y("button","tvw-inline-flex tvw-items-center tvw-px-3 tvw-py-1.5 tvw-rounded-md tvw-text-xs tvw-font-medium tvw-cursor-pointer");J.type="button",J.style.backgroundColor=(x=t==null?void 0:t.denyButtonColor)!=null?x:"transparent",J.style.color=(w=t==null?void 0:t.denyButtonTextColor)!=null?w:"#dc2626",J.style.border=`1px solid ${(S=t==null?void 0:t.denyButtonTextColor)!=null?S:"#fca5a5"}`,J.setAttribute("data-approval-action","deny");let K=dt("shield-x",14,(R=t==null?void 0:t.denyButtonTextColor)!=null?R:"#dc2626",2);K&&(K.style.marginRight="4px",J.appendChild(K));let G=document.createTextNode((P=t==null?void 0:t.denyLabel)!=null?P:"Deny");J.appendChild(G),E.append(O,J),h.appendChild(E)}return n.append(l,h),o.appendChild(n),o};var KT=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(),h=s?s.isStreaming():!1,c=u=>{switch(u){case"serif":return'Georgia, "Times New Roman", Times, serif';case"mono":return'"Courier New", Courier, "Lucida Console", Monaco, monospace';default:return'-apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif'}};t.forEach(u=>{let v=y("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");v.type="button",v.textContent=u,v.disabled=h,l!=null&&l.fontFamily&&(v.style.fontFamily=c(l.fontFamily)),l!=null&&l.fontWeight&&(v.style.fontWeight=l.fontWeight),l!=null&&l.paddingX&&(v.style.paddingLeft=l.paddingX,v.style.paddingRight=l.paddingX),l!=null&&l.paddingY&&(v.style.paddingTop=l.paddingY,v.style.paddingBottom=l.paddingY),v.addEventListener("click",()=>{!s||s.isStreaming()||(o.value="",s.sendMessage(u))}),m.appendChild(v),e.push(v)}),r.appendChild(m)}}};var ul=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 ml=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 En(r,e){e&&e.split(/\s+/).forEach(a=>a&&r.classList.add(a))}var RP={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"}},VP={bg:"#f3f4f6",text:"#4b5563"},IP=["flowName","stepName","reasoningText","text","name","tool","toolName"],FP=100;function DP(r,e){let a={...RP,...e};if(a[r])return a[r];for(let t of Object.keys(a))if(t.endsWith("_")&&r.startsWith(t))return a[t];return VP}function WP(r,e){return`+${((r-e)/1e3).toFixed(3)}s`}function OP(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 zP(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 qP(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 NP(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 UP(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=y("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=y("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 tk(r,e,a,t,s,o,n,l){var c;let i=s.has(r.id),p=y("div","tvw-border-b tvw-border-cw-divider tvw-text-xs");En(p,(c=t.classNames)==null?void 0:c.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:()=>h(),isExpanded:i,onToggleExpand:()=>o(r.id)});if(u)return p.appendChild(u),p}return p.appendChild(h()),p;function h(){var q,ht;let u=y("div",""),v=y("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");v.setAttribute("data-event-id",r.id);let C=y("span","tvw-flex-shrink-0 tvw-text-cw-muted tvw-w-4 tvw-text-center tvw-flex tvw-items-center tvw-justify-center"),H=dt(i?"chevron-down":"chevron-right","14px","currentColor",2);H&&C.appendChild(H);let b=y("span","tvw-text-[11px] tvw-text-cw-muted tvw-whitespace-nowrap tvw-flex-shrink-0 tvw-font-mono tvw-w-[70px]"),M=(q=t.timestampFormat)!=null?q:"relative";b.textContent=M==="relative"?WP(r.timestamp,a):OP(r.timestamp);let T=null;t.showSequenceNumbers!==!1&&(T=y("span","tvw-text-[11px] tvw-text-cw-muted tvw-font-mono tvw-flex-shrink-0 tvw-w-[28px] tvw-text-right"),T.textContent=String(e+1));let f=DP(r.type,t.badgeColors),x=y("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=f.bg,x.style.color=f.text,x.style.borderColor=f.text+"50",x.textContent=r.type;let w=(ht=t.descriptionFields)!=null?ht:IP,S=zP(r.payload,w),R=null;S&&(R=y("span","tvw-text-[11px] tvw-text-cw-secondary tvw-truncate tvw-min-w-0"),R.textContent=S);let P=y("div","tvw-flex-1 tvw-min-w-0"),E=y("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"),O=dt("clipboard","12px","currentColor",1.5);return O&&E.appendChild(O),E.addEventListener("click",async J=>{J.stopPropagation(),await qP(NP(r)),E.innerHTML="";let K=dt("check","12px","currentColor",1.5);K&&E.appendChild(K),setTimeout(()=>{E.innerHTML="";let G=dt("clipboard","12px","currentColor",1.5);G&&E.appendChild(G)},1500)}),v.appendChild(C),v.appendChild(b),T&&v.appendChild(T),v.appendChild(x),R&&v.appendChild(R),v.appendChild(P),v.appendChild(E),u.appendChild(v),i&&u.appendChild(UP(r,n,l)),u}}function YT(r){var p,m;let{buffer:e,getFullHistory:a,onClose:t,config:s,plugins:o=[]}=r,n=(m=(p=s==null?void 0:s.features)==null?void 0:p.eventStream)!=null?m:{},l=o.find(h=>h.renderEventStreamView);if(l!=null&&l.renderEventStreamView&&s){let h=l.renderEventStreamView({config:s,events:e.getAll(),defaultRenderer:()=>i().element,onClose:t});if(h)return{element:h,update:()=>{},destroy:()=>{}}}return i();function i(){let h=n.classNames,c=y("div","tvw-event-stream-view tvw-flex tvw-flex-col tvw-flex-1 tvw-min-h-0");En(c,h==null?void 0:h.panel);let u=[],v="",C="",H=null,b=[],M={},T=0,f=!1,x=0,w=0,S=!1,R=null,P=!1,E=0,O=new Set,q=new Map,ht="",J="",K=null,G,$,et,ft,Ft;function Le(){let _=y("div","tvw-flex tvw-flex-col tvw-flex-shrink-0"),Q=y("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");En(Q,h==null?void 0:h.headerBar);let nt=y("span","tvw-text-sm tvw-font-medium tvw-text-cw-primary tvw-whitespace-nowrap");nt.textContent="Events",G=y("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"),G.textContent="0";let Wt=y("div","tvw-flex-1");$=y("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 lt=y("option","");lt.value="",lt.textContent="All events",$.appendChild(lt),et=y("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"),et.type="button",et.title="Copy All";let Kt=dt("clipboard-copy","12px","currentColor",1.5);Kt&&et.appendChild(Kt);let pt=y("span","tvw-text-xs");pt.textContent="Copy All",et.appendChild(pt),Q.appendChild(nt),Q.appendChild(G),Q.appendChild(Wt),Q.appendChild($),Q.appendChild(et);let j=y("div","tvw-relative tvw-px-4 tvw-py-2.5 tvw-border-b tvw-border-cw-divider tvw-bg-cw-surface");En(j,h==null?void 0:h.searchBar);let St=dt("search","14px","var(--cw-muted, #9ca3af)",1.5),oe=y("span","tvw-absolute tvw-left-6 tvw-top-1/2 tvw--translate-y-1/2 tvw-pointer-events-none tvw-flex tvw-items-center");St&&oe.appendChild(St),ft=y("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"),En(ft,h==null?void 0:h.searchInput),ft.type="text",ft.placeholder="Search event payloads...",Ft=y("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"),Ft.type="button",Ft.style.display="none";let se=dt("x","12px","currentColor",2);return se&&Ft.appendChild(se),j.appendChild(oe),j.appendChild(ft),j.appendChild(Ft),_.appendChild(Q),_.appendChild(j),_}let ue,ge=o.find(_=>_.renderEventStreamToolbar);if(ge!=null&&ge.renderEventStreamToolbar&&s){let _=ge.renderEventStreamToolbar({config:s,defaultRenderer:()=>Le(),eventCount:e.getSize(),filteredCount:0,onFilterChange:Q=>{v=Q,ce(),be()},onSearchChange:Q=>{C=Q,ce(),be()}});ue=_!=null?_:Le()}else ue=Le();let Oe=y("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");Oe.style.display="none";let zt=y("div","tvw-flex-1 tvw-min-h-0 tvw-relative"),st=y("div","tvw-event-stream-list tvw-overflow-y-auto tvw-min-h-0");st.style.height="100%";let wt=y("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");En(wt,h==null?void 0:h.scrollIndicator),wt.style.display="none";let Vt=dt("arrow-down","12px","currentColor",2);Vt&&wt.appendChild(Vt);let Dt=y("span","");wt.appendChild(Dt);let _t=y("div","tvw-flex tvw-items-center tvw-justify-center tvw-h-full tvw-text-sm tvw-text-cw-muted");_t.style.display="none",zt.appendChild(st),zt.appendChild(_t),zt.appendChild(wt),c.setAttribute("tabindex","0"),c.appendChild(ue),c.appendChild(Oe),c.appendChild(zt);function _e(){let _=e.getAll(),Q={};for(let pt of _)Q[pt.type]=(Q[pt.type]||0)+1;let nt=Object.keys(Q).sort(),Wt=nt.length!==b.length||!nt.every((pt,j)=>pt===b[j]),lt=!Wt&&nt.some(pt=>Q[pt]!==M[pt]),Jt=_.length!==Object.values(M).reduce((pt,j)=>pt+j,0);if(!Wt&&!lt&&!Jt||(b=nt,M=Q,!$))return;let Kt=$.value;if($.options[0].textContent="All events",Wt){for(;$.options.length>1;)$.remove(1);for(let pt of nt){let j=y("option","");j.value=pt,j.textContent=`${pt} (${Q[pt]||0})`,$.appendChild(j)}Kt&&nt.includes(Kt)?$.value=Kt:Kt&&($.value="",v="")}else for(let pt=1;pt<$.options.length;pt++){let j=$.options[pt];j.textContent=`${j.value} (${Q[j.value]||0})`}}function ct(){let _=e.getAll();if(v&&(_=_.filter(Q=>Q.type===v)),C){let Q=C.toLowerCase();_=_.filter(nt=>nt.type.toLowerCase().includes(Q)||nt.payload.toLowerCase().includes(Q))}return _}function Y(){return v!==""||C!==""}function ce(){T=0,x=0,f=!1,wt.style.display="none"}function Ce(_){O.has(_)?O.delete(_):O.add(_),K=_;let Q=st.scrollTop,nt=f;P=!0,f=!0,be(),st.scrollTop=Q,f=nt,P=!1}function Pe(){return st.scrollHeight-st.scrollTop-st.clientHeight<=50}function be(){w=Date.now(),S=!1,_e();let _=e.getEvictedCount();_>0?(Oe.textContent=`${_.toLocaleString()} older events truncated`,Oe.style.display=""):Oe.style.display="none",u=ct();let Q=u.length,nt=e.getSize()>0;G&&(G.textContent=String(e.getSize())),Q===0&&nt&&Y()?(_t.textContent=C?`No events matching '${C}'`:"No events matching filter",_t.style.display="",st.style.display="none"):(_t.style.display="none",st.style.display=""),et&&(et.title=Y()?`Copy Filtered (${Q})`:"Copy All"),f&&Q>T&&(x+=Q-T,Dt.textContent=`${x} new event${x===1?"":"s"}`,wt.style.display=""),T=Q;let Wt=e.getAll(),lt=Wt.length>0?Wt[0].timestamp:0,Jt=new Set(u.map(j=>j.id));for(let j of O)Jt.has(j)||O.delete(j);let Kt=v!==ht||C!==J,pt=q.size===0&&u.length>0;if(Kt||pt||u.length===0){st.innerHTML="",q.clear();let j=document.createDocumentFragment();for(let St=0;St<u.length;St++){let oe=tk(u[St],St,lt,n,O,Ce,o,s);q.set(u[St].id,oe),j.appendChild(oe)}st.appendChild(j),ht=v,J=C,K=null}else{if(K!==null){let St=q.get(K);if(St&&St.parentNode===st){let oe=u.findIndex(se=>se.id===K);if(oe>=0){let se=tk(u[oe],oe,lt,n,O,Ce,o,s);st.insertBefore(se,St),St.remove(),q.set(K,se)}}K=null}let j=new Set(u.map(St=>St.id));for(let[St,oe]of q)j.has(St)||(oe.remove(),q.delete(St));for(let St=0;St<u.length;St++){let oe=u[St];if(!q.has(oe.id)){let se=tk(oe,St,lt,n,O,Ce,o,s);q.set(oe.id,se),st.appendChild(se)}}}f||(st.scrollTop=st.scrollHeight)}function ea(){if(Date.now()-w>=FP){R!==null&&(cancelAnimationFrame(R),R=null),be();return}S||(S=!0,R=requestAnimationFrame(()=>{R=null,be()}))}let at=(_,Q)=>{if(!et)return;et.innerHTML="";let nt=dt(_,"12px","currentColor",1.5);nt&&et.appendChild(nt);let Wt=y("span","tvw-text-xs");Wt.textContent="Copy All",et.appendChild(Wt),setTimeout(()=>{et.innerHTML="";let lt=dt("clipboard-copy","12px","currentColor",1.5);lt&&et.appendChild(lt);let Jt=y("span","tvw-text-xs");Jt.textContent="Copy All",et.appendChild(Jt),et.disabled=!1},Q)},Et=async()=>{if(et){et.disabled=!0;try{let _;Y()?_=u:a?(_=await a(),_.length===0&&(_=e.getAll())):_=e.getAll();let Q=_.map(nt=>{try{return JSON.parse(nt.payload)}catch{return nt.payload}});await navigator.clipboard.writeText(JSON.stringify(Q,null,2)),at("check",1500)}catch{at("x",1500)}}},Se=()=>{$&&(v=$.value,ce(),be())},ut=()=>{!ft||!Ft||(Ft.style.display=ft.value?"":"none",H&&clearTimeout(H),H=setTimeout(()=>{C=ft.value,ce(),be()},150))},Ct=()=>{!ft||!Ft||(ft.value="",C="",Ft.style.display="none",H&&clearTimeout(H),ce(),be())},jt=()=>{if(P)return;let _=st.scrollTop,Q=_>E;E=_,Pe()&&Q?(f=!1,x=0,wt.style.display="none"):Pe()||(f=!0)},ze=_=>{_.deltaY<0&&(f=!0)},Ee=()=>{st.scrollTop=st.scrollHeight,f=!1,x=0,wt.style.display="none"},Xe=_=>{let Q=_.target;if(!Q||Q.closest("button"))return;let nt=Q.closest("[data-event-id]");if(!nt)return;let Wt=nt.getAttribute("data-event-id");Wt&&Ce(Wt)},N=_=>{if((_.metaKey||_.ctrlKey)&&_.key==="f"){_.preventDefault(),ft==null||ft.focus(),ft==null||ft.select();return}_.key==="Escape"&&(ft&&document.activeElement===ft?(Ct(),ft.blur(),c.focus()):t&&t())};et&&et.addEventListener("click",Et),$&&$.addEventListener("change",Se),ft&&ft.addEventListener("input",ut),Ft&&Ft.addEventListener("click",Ct),st.addEventListener("scroll",jt),st.addEventListener("wheel",ze,{passive:!0}),st.addEventListener("click",Xe),wt.addEventListener("click",Ee),c.addEventListener("keydown",N);function re(){H&&clearTimeout(H),R!==null&&(cancelAnimationFrame(R),R=null),S=!1,q.clear(),et&&et.removeEventListener("click",Et),$&&$.removeEventListener("change",Se),ft&&ft.removeEventListener("input",ut),Ft&&Ft.removeEventListener("click",Ct),st.removeEventListener("scroll",jt),st.removeEventListener("wheel",ze),st.removeEventListener("click",Xe),wt.removeEventListener("click",Ee),c.removeEventListener("keydown",N)}return{element:c,update:ea,destroy:re}}}var QT={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"}},ek=(r,e,a,t)=>{let s=r.querySelectorAll("[data-tv-form]");s.length&&s.forEach(o=>{var v,C,H;if(o.dataset.enhanced==="true")return;let n=(v=o.dataset.tvForm)!=null?v:"init";o.dataset.enhanced="true";let l=(C=QT[n])!=null?C:QT.init;o.classList.add("tvw-form-card","tvw-space-y-4");let i=y("div","tvw-space-y-1"),p=y("h3","tvw-text-base tvw-font-semibold tvw-text-cw-primary");if(p.textContent=l.title,i.appendChild(p),l.description){let b=y("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 w,S;let M=y("label","tvw-form-field tvw-flex tvw-flex-col tvw-gap-1");M.htmlFor=`${e.id}-${n}-${b.name}`;let T=y("span","tvw-text-xs tvw-font-medium tvw-text-cw-muted");T.textContent=b.label,M.appendChild(T);let f=(w=b.type)!=null?w:"text",x;f==="textarea"?(x=document.createElement("textarea"),x.rows=3):(x=document.createElement("input"),x.type=f),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),M.appendChild(x),m.appendChild(M)});let h=y("div","tvw-flex tvw-items-center tvw-justify-between tvw-gap-2"),c=y("div","tvw-text-xs tvw-text-cw-muted tvw-min-h-[1.5rem]"),u=y("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=(H=l.submitLabel)!=null?H:"Submit",h.appendChild(c),h.appendChild(u),m.appendChild(h),o.replaceChildren(i,m),m.addEventListener("submit",async b=>{var x,w;b.preventDefault();let M=(x=a.formEndpoint)!=null?x:"/form",T=new FormData(m),f={};T.forEach((S,R)=>{f[R]=S}),f.type=n,u.disabled=!0,c.textContent="Submitting\u2026";try{let S=await fetch(M,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(f)});if(!S.ok)throw new Error(`Form submission failed (${S.status})`);let R=await S.json();c.textContent=(w=R.message)!=null?w:"Thanks! We'll be in touch soon.",R.success&&R.nextPrompt&&await t.sendMessage(String(R.nextPrompt))}catch(S){c.textContent=S instanceof Error?S.message:"Something went wrong. Please try again."}finally{u.disabled=!1}})})};var ak=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()}},xl=new ak;var rk={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"},ok={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"},de={apiUrl:"http://localhost:43111/api/chat/dispatch",clientToken:void 0,theme:rk,darkTheme:ok,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 lA(r){var e,a,t,s,o,n,l,i,p,m,h,c,u,v,C,H,b,M,T;return r?{...de,...r,theme:{...de.theme,...r.theme},darkTheme:{...de.darkTheme,...r.darkTheme},launcher:{...de.launcher,...r.launcher,clearChat:{...(e=de.launcher)==null?void 0:e.clearChat,...(a=r.launcher)==null?void 0:a.clearChat}},copy:{...de.copy,...r.copy},sendButton:{...de.sendButton,...r.sendButton},statusIndicator:{...de.statusIndicator,...r.statusIndicator},voiceRecognition:{...de.voiceRecognition,...r.voiceRecognition},features:{...de.features,...r.features},suggestionChips:(t=r.suggestionChips)!=null?t:de.suggestionChips,suggestionChipsConfig:{...de.suggestionChipsConfig,...r.suggestionChipsConfig},layout:{...de.layout,...r.layout,header:{...(s=de.layout)==null?void 0:s.header,...(o=r.layout)==null?void 0:o.header},messages:{...(n=de.layout)==null?void 0:n.messages,...(l=r.layout)==null?void 0:l.messages,avatar:{...(p=(i=de.layout)==null?void 0:i.messages)==null?void 0:p.avatar,...(h=(m=r.layout)==null?void 0:m.messages)==null?void 0:h.avatar},timestamp:{...(u=(c=de.layout)==null?void 0:c.messages)==null?void 0:u.timestamp,...(C=(v=r.layout)==null?void 0:v.messages)==null?void 0:C.timestamp}},slots:{...(H=de.layout)==null?void 0:H.slots,...(b=r.layout)==null?void 0:b.slots}},markdown:{...de.markdown,...r.markdown,options:{...(M=de.markdown)==null?void 0:M.options,...(T=r.markdown)==null?void 0:T.options}},messageActions:{...de.messageActions,...r.messageActions}}:de}var tL=()=>{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 $P=r=>{let e=r.match(/```(?:json)?\s*([\s\S]*?)```/i);return e?e[1]:r},_P=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},gl=({text:r})=>{if(!r||!r.includes("{"))return null;try{let e=$P(r),a=_P(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}},sk=r=>typeof r=="string"?r:r==null?"":String(r),or={message:r=>r.type!=="message"?void 0:{handled:!0,displayText:sk(r.payload.text)},messageAndClick:(r,e)=>{var s;if(r.type!=="message_and_click")return;let a=r.payload,t=sk(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:sk(a.text)}}},eL=r=>Array.isArray(r)?r.map(e=>String(e)):[],Ml=r=>{let e=new Set(eL(r.getSessionMetadata().processedActionMessageIds)),a=()=>{e=new Set(eL(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((p,m)=>p||(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 p of r.handlers)if(p)try{let m=()=>{r.emit("action:resubmit",i)},h=p(l,{message:o.message,metadata:r.getSessionMetadata(),updateMetadata:r.updateSessionMetadata,document:r.documentRef,triggerResubmit:m});if(!h)continue;if(h.handled){let c=h.persistMessage!==!1;return{text:h.displayText!==void 0?h.displayText:"",persist:c,resubmit:h.resubmit}}}catch(m){typeof console!="undefined"&&console.error("[AgentWidget] Action handler error:",m)}return{text:"",persist:!0}},syncFromMetadata:a}};var jP=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}},GP=r=>r.map(e=>({...e,streaming:!1})),dA=(r="persona-state")=>{let e=()=>typeof window=="undefined"||!window.localStorage?null:window.localStorage;return{load:()=>{let a=e();return a?jP(a.getItem(r)):null},save:a=>{let t=e();if(t)try{let s={...a,messages:a.messages?GP(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 nk=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)})}},Bn=new nk;var Rn=eT(WA(),1);function ZP(r){if(!r||typeof r!="object"||!("component"in r))return!1;let e=r.component;return typeof e=="string"&&e.length>0}function XP(r,e){if(!ZP(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 iA(){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,Rn.parse)(a,Rn.STR|Rn.OBJ),o=XP(s,a);o&&(r=o)}catch{}return e=a.length,r},reset:()=>{r=null,e=0}}}function aL(r){return typeof r=="object"&&r!==null&&"component"in r&&typeof r.component=="string"&&"props"in r&&typeof r.props=="object"}function pA(r,e){let{config:a,message:t,onPropsUpdate:s}=e,o=Bn.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 rL(){let r=iA();return{processChunk:e=>r.processChunk(e),getDirective:()=>r.getExtractedDirective(),reset:()=>{r.reset()}}}function cA(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 hA(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 JP=["Very dissatisfied","Dissatisfied","Neutral","Satisfied","Very satisfied"];function fA(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:p=JP}=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 h=null,c=document.createElement("div");c.className="tvw-feedback-content";let u=document.createElement("div");u.className="tvw-feedback-header";let v=document.createElement("h3");v.className="tvw-feedback-title",v.textContent=t,u.appendChild(v);let C=document.createElement("p");C.className="tvw-feedback-subtitle",C.textContent=s,u.appendChild(C),c.appendChild(u);let H=document.createElement("div");H.className="tvw-feedback-rating tvw-feedback-rating-csat",H.setAttribute("role","radiogroup"),H.setAttribute("aria-label","Satisfaction rating from 1 to 5");let b=[];for(let w=1;w<=5;w++){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",`${w} star${w>1?"s":""}: ${p[w-1]}`),S.title=p[w-1],S.dataset.rating=String(w),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
- `,A.addEventListener("click",()=>{c=v,b.forEach((V,P)=>{let E=P<v;V.classList.toggle("selected",E),V.setAttribute("aria-checked",P===v-1?"true":"false")})}),b.push(A),k.appendChild(A)}p.appendChild(k);let g=null;if(i){let v=document.createElement("div");v.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"),v.appendChild(g),p.appendChild(v)}let L=document.createElement("div");L.className="tvw-feedback-actions";let f=document.createElement("button");f.type="button",f.className="tvw-feedback-btn tvw-feedback-btn-skip",f.textContent=l,f.addEventListener("click",()=>{a==null||a(),x.remove()});let m=document.createElement("button");return m.type="button",m.className="tvw-feedback-btn tvw-feedback-btn-submit",m.textContent=n,m.addEventListener("click",async()=>{if(c===null){k.classList.add("tvw-feedback-shake"),setTimeout(()=>k.classList.remove("tvw-feedback-shake"),500);return}m.disabled=!0,m.textContent="Submitting...";try{let v=(g==null?void 0:g.value.trim())||void 0;await e(c,v),x.remove()}catch(v){m.disabled=!1,m.textContent=n,console.error("[CSAT Feedback] Failed to submit:",v)}}),L.appendChild(f),L.appendChild(m),p.appendChild(L),x.appendChild(p),x}function pA(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:h="Not likely",highLabel:x="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 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 k=document.createElement("p");k.className="tvw-feedback-subtitle",k.textContent=s,w.appendChild(k),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=h;let f=document.createElement("span");f.className="tvw-feedback-label-high",f.textContent=x,g.appendChild(L),g.appendChild(f);let m=document.createElement("div");m.className="tvw-feedback-numbers";let v=[];for(let W=0;W<=10;W++){let O=document.createElement("button");O.type="button",O.className="tvw-feedback-rating-btn tvw-feedback-number-btn",O.setAttribute("role","radio"),O.setAttribute("aria-checked","false"),O.setAttribute("aria-label",`Rating ${W} out of 10`),O.textContent=String(W),O.dataset.rating=String(W),W<=6?O.classList.add("tvw-feedback-detractor"):W<=8?O.classList.add("tvw-feedback-passive"):O.classList.add("tvw-feedback-promoter"),O.addEventListener("click",()=>{p=W,v.forEach((pt,N)=>{pt.classList.toggle("selected",N===W),pt.setAttribute("aria-checked",N===W?"true":"false")})}),v.push(O),m.appendChild(O)}b.appendChild(g),b.appendChild(m),u.appendChild(b);let A=null;if(i){let W=document.createElement("div");W.className="tvw-feedback-comment-container",A=document.createElement("textarea"),A.className="tvw-feedback-comment",A.placeholder=o,A.rows=3,A.setAttribute("aria-label","Additional comments"),W.appendChild(A),u.appendChild(W)}let V=document.createElement("div");V.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(),c.remove()});let E=document.createElement("button");return E.type="button",E.className="tvw-feedback-btn tvw-feedback-btn-submit",E.textContent=n,E.addEventListener("click",async()=>{if(p===null){m.classList.add("tvw-feedback-shake"),setTimeout(()=>m.classList.remove("tvw-feedback-shake"),500);return}E.disabled=!0,E.textContent="Submitting...";try{let W=(A==null?void 0:A.value.trim())||void 0;await e(p,W),c.remove()}catch(W){E.disabled=!1,E.textContent=n,console.error("[NPS Feedback] Failed to submit:",W)}}),V.appendChild(P),V.appendChild(E),u.appendChild(V),c.appendChild(u),c}var Hn="persona-chat-history",FP=30*1e3,DP={"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 WP(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=DP[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 OP(r){var e,a,t,s,o,n,l,i,h;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:(h=r.clearOnChatClear)!=null?h:!0}:null}function zP(r){try{let e=r==="local"?localStorage:sessionStorage,a="__persist_test__";return e.setItem(a,"1"),e.removeItem(a),e}catch{return null}}var ek=r=>!r||typeof r!="object"?{}:{...r},UL=r=>r.map(e=>({...e,streaming:!1})),$L=(r,e,a)=>{let t=r!=null&&r.markdown?ll(r.markdown):null;return s=>{var l,i,h;let o=(l=s.text)!=null?l:"",n=(i=s.message.rawContent)!=null?i:null;if(e){let x=e.process({text:o,raw:n!=null?n:o,message:s.message,streaming:s.streaming});x!==null&&(o=x.text,x.persist||(s.message.__skipPersist=!0),x.resubmit&&!s.streaming&&a&&a())}return r!=null&&r.postprocessMessage?r.postprocessMessage({...s,text:o,raw:(h=n!=null?n:s.text)!=null?h:""}):t?t(o):Vl(o)}},cA=(r,e,a)=>{var qn,Nn,Un,$n,_n,jn,Gn,G,Pt,qt,pe,xe,Le,le,S,Bt,q,T,I,lt,St,Kt,Re,de,Se,ge,zt,$t,fe,_t,Ae,_e,Qe;r.id&&r.id!=="persona-root"&&!r.getAttribute("data-persona-instance")&&r.setAttribute("data-persona-instance",r.id),r.id="persona-root";let t=rA(e),s=hl.getForInstance(t.plugins);t.components&&An.registerAll(t.components);let o=OL(),n=(qn=t.storageAdapter)!=null?qn:oA(),l={},i=null,h=d=>{if(t.onStateLoaded)try{return t.onStateLoaded(d)}catch(y){typeof console!="undefined"&&console.error("[AgentWidget] onStateLoaded hook failed:",y)}return d};if(n!=null&&n.load)try{let d=n.load();if(d&&typeof d.then=="function")i=d.then(y=>{let H=y!=null?y:{messages:[],metadata:{}};return h(H)});else{let y=d!=null?d:{messages:[],metadata:{}},H=h(y);H.metadata&&(l=ek(H.metadata)),(Nn=H.messages)!=null&&Nn.length&&(t={...t,initialMessages:H.messages})}}catch(d){typeof console!="undefined"&&console.error("[AgentWidget] Failed to load stored state:",d)}else if(t.onStateLoaded)try{let d=h({messages:[],metadata:{}});(Un=d.messages)!=null&&Un.length&&(t={...t,initialMessages:d.messages})}catch(d){typeof console!="undefined"&&console.error("[AgentWidget] onStateLoaded hook failed:",d)}let x=()=>l,c=d=>{var H;l=(H=d({...l}))!=null?H:{},Rn()},p=t.actionParsers&&t.actionParsers.length?t.actionParsers:[fl],u=t.actionHandlers&&t.actionHandlers.length?t.actionHandlers:[Qa.message,Qa.messageAndClick],w=ul({parsers:p,handlers:u,getSessionMetadata:x,updateSessionMetadata:c,emit:o.emit,documentRef:typeof document!="undefined"?document:null});w.syncFromMetadata();let C=(_n=($n=t.launcher)==null?void 0:$n.enabled)!=null?_n:!0,k=(Gn=(jn=t.launcher)==null?void 0:jn.autoExpand)!=null?Gn:!1,b=(G=t.autoFocusInput)!=null?G:!1,g=k,L=C,f=(qt=(Pt=t.layout)==null?void 0:Pt.header)==null?void 0:qt.layout,m=C?k:!0,v=!1,A=null,V=()=>{v=!0,A&&clearTimeout(A),A=setTimeout(()=>{v&&(typeof console!="undefined"&&console.warn("[AgentWidget] Resubmit requested but no injection occurred within 10s"),v=!1)},1e4)},P=$L(t,w,V),E=(xe=(pe=t.features)==null?void 0:pe.showReasoning)!=null?xe:!0,W=(le=(Le=t.features)==null?void 0:Le.showToolCalls)!=null?le:!0,O=(Bt=(S=t.features)==null?void 0:S.showEventStreamToggle)!=null?Bt:!1,N=`${(T=typeof t.persistState=="object"?(q=t.persistState)==null?void 0:q.keyPrefix:void 0)!=null?T:"persona-"}event-stream`,J=O?new cl(N):null,K=(St=(lt=(I=t.features)==null?void 0:I.eventStream)==null?void 0:lt.maxEvents)!=null?St:2e3,$=O?new pl(K,J):null,dt=null,xt=!1,Vt=null,He=0;J==null||J.open().then(()=>$==null?void 0:$.restore()).catch(d=>{t.debug&&console.warn("[AgentWidget] IndexedDB not available for event stream:",d)});let ye={onCopy:d=>{var y,H;o.emit("message:copy",d),_!=null&&_.isClientTokenMode()&&_.submitMessageFeedback(d.id,"copy").catch(R=>{t.debug&&console.error("[AgentWidget] Failed to submit copy feedback:",R)}),(H=(y=t.messageActions)==null?void 0:y.onCopy)==null||H.call(y,d)},onFeedback:d=>{var y,H;o.emit("message:feedback",d),_!=null&&_.isClientTokenMode()&&_.submitMessageFeedback(d.messageId,d.type).catch(R=>{t.debug&&console.error("[AgentWidget] Failed to submit feedback:",R)}),(H=(y=t.messageActions)==null?void 0:y.onFeedback)==null||H.call(y,d)}},Te=(Kt=t.statusIndicator)!=null?Kt:{},We=d=>{var y,H,R,B;return d==="idle"?(y=Te.idleText)!=null?y:De.idle:d==="connecting"?(H=Te.connectingText)!=null?H:De.connecting:d==="connected"?(R=Te.connectedText)!=null?R:De.connected:d==="error"?(B=Te.errorText)!=null?B:De.error:De[d]},{wrapper:Ot,panel:rt}=PL(t),yt=EL(t,C),{container:It,body:Dt,messagesWrapper:jt,suggestions:$e,textarea:ct,sendButton:Y,sendButtonWrapper:ie,composerForm:we,statusText:Pe,introTitle:Ce,introSubtitle:Ye,closeButton:et,iconHolder:Et,headerTitle:be,headerSubtitle:ht,header:Ct,footer:Gt,actionsRow:Oe,leftActions:Ee,rightActions:Ge}=yt,X=yt.micButton,oe=yt.micButtonWrapper,U=yt.attachmentButton,Q=yt.attachmentButtonWrapper,st=yt.attachmentInput,Wt=yt.attachmentPreviewsContainer,Z=null;(Re=t.attachments)!=null&&Re.enabled&&st&&Wt&&(Z=Ja.fromConfig(t.attachments),Z.setPreviewsContainer(Wt),st.addEventListener("change",d=>{let y=d.target;Z==null||Z.handleFileSelect(y.files),y.value=""}));let kt=s.find(d=>d.renderHeader);if(kt!=null&&kt.renderHeader){let d=kt.renderHeader({config:t,defaultRenderer:()=>{let y=va({config:t,showClose:C});return Ka(It,y,t),y.header},onClose:()=>ne(!1,"user")});if(d){let y=It.querySelector(".tvw-border-b-cw-divider");y&&(y.replaceWith(d),Ct=d)}}let Ut=()=>{var y,H,R,B;if(!$)return;if(xt=!0,!dt&&$&&(dt=DL({buffer:$,getFullHistory:()=>$.getAllFromStore(),onClose:()=>bt(),config:t,plugins:s})),dt&&(Dt.style.display="none",(y=Gt.parentNode)==null||y.insertBefore(dt.element,Gt),dt.update()),j){j.classList.remove("tvw-text-cw-muted"),j.classList.add("tvw-text-cw-accent"),j.style.boxShadow="inset 0 0 0 1.5px var(--cw-accent, #3b82f6)";let z=(B=(R=(H=t.features)==null?void 0:H.eventStream)==null?void 0:R.classNames)==null?void 0:B.toggleButtonActive;z&&z.split(/\s+/).forEach(gt=>gt&&j.classList.add(gt))}let d=()=>{if(!xt)return;let z=Date.now();z-He>=200&&(dt==null||dt.update(),He=z),Vt=requestAnimationFrame(d)};He=0,Vt=requestAnimationFrame(d),o.emit("eventStream:opened",{timestamp:Date.now()})},bt=()=>{var d,y,H;if(xt){if(xt=!1,dt&&dt.element.remove(),Dt.style.display="",j){j.classList.remove("tvw-text-cw-accent"),j.classList.add("tvw-text-cw-muted"),j.style.boxShadow="";let R=(H=(y=(d=t.features)==null?void 0:d.eventStream)==null?void 0:y.classNames)==null?void 0:H.toggleButtonActive;R&&R.split(/\s+/).forEach(B=>B&&j.classList.remove(B))}Vt!==null&&(cancelAnimationFrame(Vt),Vt=null),o.emit("eventStream:closed",{timestamp:Date.now()})}},j=null;if(O){let d=(Se=(de=t.features)==null?void 0:de.eventStream)==null?void 0:Se.classNames,y="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:"");j=M("button",y),j.style.width="28px",j.style.height="28px",j.type="button",j.setAttribute("aria-label","Event Stream"),j.title="Event Stream";let H=nt("activity","18px","currentColor",1.5);H&&j.appendChild(H);let R=yt.clearChatButtonWrapper,B=yt.closeButtonWrapper,z=R||B;z&&z.parentNode===Ct?Ct.insertBefore(j,z):Ct.appendChild(j),j.addEventListener("click",()=>{xt?bt():Ut()})}let Ht=s.find(d=>d.renderComposer);if(Ht!=null&&Ht.renderComposer){let d=Ht.renderComposer({config:t,defaultRenderer:()=>yn({config:t}).footer,onSubmit:y=>{_&&!_.isStreaming()&&_.sendMessage(y)},disabled:!1});d&&(Gt.replaceWith(d),Gt=d)}(()=>{var R,B;let d=(B=(R=t.layout)==null?void 0:R.slots)!=null?B:{},y=z=>{switch(z){case"body-top":return It.querySelector(".tvw-rounded-2xl.tvw-bg-cw-surface.tvw-p-6")||null;case"messages":return jt;case"footer-top":return $e;case"composer":return we;case"footer-bottom":return Pe;default:return null}},H=(z,gt)=>{var it;switch(z){case"header-left":case"header-center":case"header-right":if(z==="header-left")Ct.insertBefore(gt,Ct.firstChild);else if(z==="header-right")Ct.appendChild(gt);else{let ft=Ct.querySelector(".tvw-flex-col");ft?(it=ft.parentNode)==null||it.insertBefore(gt,ft.nextSibling):Ct.appendChild(gt)}break;case"body-top":{let ft=Dt.querySelector(".tvw-rounded-2xl.tvw-bg-cw-surface.tvw-p-6");ft?ft.replaceWith(gt):Dt.insertBefore(gt,Dt.firstChild);break}case"body-bottom":Dt.appendChild(gt);break;case"footer-top":$e.replaceWith(gt);break;case"footer-bottom":Pe.replaceWith(gt);break;default:break}};for(let[z,gt]of Object.entries(d))if(gt)try{let it=gt({config:t,defaultContent:()=>y(z)});it&&H(z,it)}catch(it){typeof console!="undefined"&&console.error(`[AgentWidget] Error rendering slot "${z}":`,it)}})();let he=d=>{let H=d.target.closest('button[data-expand-header="true"]');if(!H)return;let R=H.closest(".vanilla-reasoning-bubble, .vanilla-tool-bubble");if(!R)return;let B=R.getAttribute("data-message-id");if(!B)return;let z=H.getAttribute("data-bubble-type");z==="reasoning"?(Cn.has(B)?Cn.delete(B):Cn.add(B),VL(B,R)):z==="tool"&&(bn.has(B)?bn.delete(B):bn.add(B),IL(B,R,t))};jt.addEventListener("pointerdown",d=>{d.target.closest('button[data-expand-header="true"]')&&(d.preventDefault(),he(d))}),jt.addEventListener("keydown",d=>{let y=d.target;(d.key==="Enter"||d.key===" ")&&y.closest('button[data-expand-header="true"]')&&(d.preventDefault(),he(d))});let Ia=new Map;jt.addEventListener("click",d=>{var gt;let H=d.target.closest(".tvw-message-action-btn[data-action]");if(!H)return;d.preventDefault(),d.stopPropagation();let R=H.closest("[data-actions-for]");if(!R)return;let B=R.getAttribute("data-actions-for");if(!B)return;let z=H.getAttribute("data-action");if(z==="copy"){let ft=_.getMessages().find(wt=>wt.id===B);if(ft&&ye.onCopy){let wt=ft.content||"";navigator.clipboard.writeText(wt).then(()=>{H.classList.add("tvw-message-action-success");let ut=nt("check",14,"currentColor",2);ut&&(H.innerHTML="",H.appendChild(ut)),setTimeout(()=>{H.classList.remove("tvw-message-action-success");let At=nt("copy",14,"currentColor",2);At&&(H.innerHTML="",H.appendChild(At))},2e3)}).catch(ut=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to copy message:",ut)}),ye.onCopy(ft)}}else if(z==="upvote"||z==="downvote")if(((gt=Ia.get(B))!=null?gt:null)===z)Ia.delete(B),H.classList.remove("tvw-message-action-active");else{let wt=z==="upvote"?"downvote":"upvote",ut=R.querySelector(`[data-action="${wt}"]`);ut&&ut.classList.remove("tvw-message-action-active"),Ia.set(B,z),H.classList.add("tvw-message-action-active");let ot=_.getMessages().find(F=>F.id===B);ot&&ye.onFeedback&&ye.onFeedback({type:z,messageId:ot.id,message:ot})}}),jt.addEventListener("click",d=>{let H=d.target.closest("button[data-approval-action]");if(!H)return;d.preventDefault(),d.stopPropagation();let R=H.closest(".vanilla-approval-bubble");if(!R)return;let B=R.getAttribute("data-message-id");if(!B)return;let z=H.getAttribute("data-approval-action");if(!z)return;let gt=z==="approve"?"approved":"denied",ft=_.getMessages().find(ut=>ut.id===B);if(!(ft!=null&&ft.approval))return;let wt=R.querySelector("[data-approval-buttons]");wt&&wt.querySelectorAll("button").forEach(At=>{At.disabled=!0,At.style.opacity="0.5",At.style.cursor="not-allowed"}),_.resolveApproval(ft.approval,gt)}),rt.appendChild(It),r.appendChild(Ot);let wa=()=>{var mt,Mt,Yt,Rt,Me,Fe,tt,Nt,na,ea,Aa,kl,yA,ue,Hl,Zn;let d=(Mt=(mt=t.launcher)==null?void 0:mt.sidebarMode)!=null?Mt:!1,y=d||((Rt=(Yt=t.launcher)==null?void 0:Yt.fullHeight)!=null?Rt:!1),H=(Me=t.theme)!=null?Me:{},R=(tt=(Fe=t.launcher)==null?void 0:Fe.position)!=null?tt:"bottom-left",B=R==="bottom-left"||R==="top-left",z=d?"none":"1px solid var(--tvw-cw-border)",gt=d?B?"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)",it=d?"0":"16px",ft=(Nt=H.panelBorder)!=null?Nt:z,wt=(na=H.panelShadow)!=null?na:gt,ut=(ea=H.panelBorderRadius)!=null?ea:it;r.style.cssText="",Ot.style.cssText="",rt.style.cssText="",It.style.cssText="",Dt.style.cssText="",Gt.style.cssText="";let At=(kl=(Aa=t==null?void 0:t.launcher)==null?void 0:Aa.width)!=null?kl:t==null?void 0:t.launcherWidth,ot=At!=null?At:"min(400px, calc(100vw - 24px))";d||(rt.style.width=ot,rt.style.maxWidth=ot),rt.style.boxShadow=wt,rt.style.borderRadius=ut,It.style.border=ft,It.style.borderRadius=ut;let F=((yA=t.launcher)==null?void 0:yA.enabled)===!1;if(y&&(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%",F&&(Ot.style.overflow="hidden"),rt.style.display="flex",rt.style.flexDirection="column",rt.style.flex="1 1 0%",rt.style.minHeight="0",rt.style.maxHeight="100%",rt.style.height="100%",rt.style.overflow="hidden",It.style.display="flex",It.style.flexDirection="column",It.style.flex="1 1 0%",It.style.minHeight="0",It.style.maxHeight="100%",It.style.overflow="hidden",Dt.style.flex="1 1 0%",Dt.style.minHeight="0",Dt.style.overflowY="auto",Gt.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&&!F&&((ue=aa[R])!=null?ue:aa["bottom-right"]).split(" ").forEach(Na=>Ot.classList.add(Na)),d){let qa=(Zn=(Hl=t.launcher)==null?void 0:Hl.sidebarWidth)!=null?Zn:"420px";Ot.style.cssText=`
69
+ `,S.addEventListener("click",()=>{h=w,b.forEach((R,P)=>{let E=P<w;R.classList.toggle("selected",E),R.setAttribute("aria-checked",P===w-1?"true":"false")})}),b.push(S),H.appendChild(S)}c.appendChild(H);let M=null;if(i){let w=document.createElement("div");w.className="tvw-feedback-comment-container",M=document.createElement("textarea"),M.className="tvw-feedback-comment",M.placeholder=o,M.rows=3,M.setAttribute("aria-label","Additional comments"),w.appendChild(M),c.appendChild(w)}let T=document.createElement("div");T.className="tvw-feedback-actions";let f=document.createElement("button");f.type="button",f.className="tvw-feedback-btn tvw-feedback-btn-skip",f.textContent=l,f.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(h===null){H.classList.add("tvw-feedback-shake"),setTimeout(()=>H.classList.remove("tvw-feedback-shake"),500);return}x.disabled=!0,x.textContent="Submitting...";try{let w=(M==null?void 0:M.value.trim())||void 0;await e(h,w),m.remove()}catch(w){x.disabled=!1,x.textContent=n,console.error("[CSAT Feedback] Failed to submit:",w)}}),T.appendChild(f),T.appendChild(x),c.appendChild(T),m.appendChild(c),m}function uA(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:p="Not likely",highLabel:m="Very likely"}=r,h=document.createElement("div");h.className="tvw-feedback-container tvw-feedback-nps",h.setAttribute("role","dialog"),h.setAttribute("aria-label","Net Promoter Score feedback");let c=null,u=document.createElement("div");u.className="tvw-feedback-content";let v=document.createElement("div");v.className="tvw-feedback-header";let C=document.createElement("h3");C.className="tvw-feedback-title",C.textContent=t,v.appendChild(C);let H=document.createElement("p");H.className="tvw-feedback-subtitle",H.textContent=s,v.appendChild(H),u.appendChild(v);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 M=document.createElement("div");M.className="tvw-feedback-labels";let T=document.createElement("span");T.className="tvw-feedback-label-low",T.textContent=p;let f=document.createElement("span");f.className="tvw-feedback-label-high",f.textContent=m,M.appendChild(T),M.appendChild(f);let x=document.createElement("div");x.className="tvw-feedback-numbers";let w=[];for(let O=0;O<=10;O++){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 ${O} out of 10`),q.textContent=String(O),q.dataset.rating=String(O),O<=6?q.classList.add("tvw-feedback-detractor"):O<=8?q.classList.add("tvw-feedback-passive"):q.classList.add("tvw-feedback-promoter"),q.addEventListener("click",()=>{c=O,w.forEach((ht,J)=>{ht.classList.toggle("selected",J===O),ht.setAttribute("aria-checked",J===O?"true":"false")})}),w.push(q),x.appendChild(q)}b.appendChild(M),b.appendChild(x),u.appendChild(b);let S=null;if(i){let O=document.createElement("div");O.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"),O.appendChild(S),u.appendChild(O)}let R=document.createElement("div");R.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(),h.remove()});let E=document.createElement("button");return E.type="button",E.className="tvw-feedback-btn tvw-feedback-btn-submit",E.textContent=n,E.addEventListener("click",async()=>{if(c===null){x.classList.add("tvw-feedback-shake"),setTimeout(()=>x.classList.remove("tvw-feedback-shake"),500);return}E.disabled=!0,E.textContent="Submitting...";try{let O=(S==null?void 0:S.value.trim())||void 0;await e(c,O),h.remove()}catch(O){E.disabled=!1,E.textContent=n,console.error("[NPS Feedback] Failed to submit:",O)}}),R.appendChild(P),R.appendChild(E),u.appendChild(R),h.appendChild(u),h}var Vn="persona-chat-history",KP=30*1e3,YP={"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 QP(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=YP[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 tE(r){var e,a,t,s,o,n,l,i,p;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:(p=r.clearOnChatClear)!=null?p:!0}:null}function eE(r){try{let e=r==="local"?localStorage:sessionStorage,a="__persist_test__";return e.setItem(a,"1"),e.removeItem(a),e}catch{return null}}var lk=r=>!r||typeof r!="object"?{}:{...r},oL=r=>r.map(e=>({...e,streaming:!1})),sL=(r,e,a)=>{let t=r!=null&&r.markdown?il(r.markdown):null;return s=>{var l,i,p;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:(p=n!=null?n:s.text)!=null?p:""}):t?t(o):Dl(o)}},mA=(r,e,a)=>{var jn,Gn,Zn,Xn,Jn,Z,Pt,qt,he,Me,Te,ie,A,Bt,U,L,I,it,At,Xt,Ve,pe,Ae,ve,Ot,Ut,me,$t,ke,je,ra,ck,hk,fk,uk;r.id&&r.id!=="persona-root"&&!r.getAttribute("data-persona-instance")&&r.setAttribute("data-persona-instance",r.id),r.id="persona-root";let t=lA(e),s=xl.getForInstance(t.plugins);t.components&&Bn.registerAll(t.components);let o=tL(),n=(jn=t.storageAdapter)!=null?jn:dA(),l={},i=null,p=d=>{if(t.onStateLoaded)try{return t.onStateLoaded(d)}catch(g){typeof console!="undefined"&&console.error("[AgentWidget] onStateLoaded hook failed:",g)}return d};if(n!=null&&n.load)try{let d=n.load();if(d&&typeof d.then=="function")i=d.then(g=>{let k=g!=null?g:{messages:[],metadata:{}};return p(k)});else{let g=d!=null?d:{messages:[],metadata:{}},k=p(g);k.metadata&&(l=lk(k.metadata)),(Gn=k.messages)!=null&&Gn.length&&(t={...t,initialMessages:k.messages})}}catch(d){typeof console!="undefined"&&console.error("[AgentWidget] Failed to load stored state:",d)}else if(t.onStateLoaded)try{let d=p({messages:[],metadata:{}});(Zn=d.messages)!=null&&Zn.length&&(t={...t,initialMessages:d.messages})}catch(d){typeof console!="undefined"&&console.error("[AgentWidget] onStateLoaded hook failed:",d)}let m=()=>l,h=d=>{var k;l=(k=d({...l}))!=null?k:{},Wn()},c=t.actionParsers&&t.actionParsers.length?t.actionParsers:[gl],u=t.actionHandlers&&t.actionHandlers.length?t.actionHandlers:[or.message,or.messageAndClick],v=Ml({parsers:c,handlers:u,getSessionMetadata:m,updateSessionMetadata:h,emit:o.emit,documentRef:typeof document!="undefined"?document:null});v.syncFromMetadata();let C=(Jn=(Xn=t.launcher)==null?void 0:Xn.enabled)!=null?Jn:!0,H=(Pt=(Z=t.launcher)==null?void 0:Z.autoExpand)!=null?Pt:!1,b=(qt=t.autoFocusInput)!=null?qt:!1,M=H,T=C,f=(Me=(he=t.layout)==null?void 0:he.header)==null?void 0:Me.layout,x=C?H:!0,w=!1,S=null,R=()=>{w=!0,S&&clearTimeout(S),S=setTimeout(()=>{w&&(typeof console!="undefined"&&console.warn("[AgentWidget] Resubmit requested but no injection occurred within 10s"),w=!1)},1e4)},P=sL(t,v,R),E=(ie=(Te=t.features)==null?void 0:Te.showReasoning)!=null?ie:!0,O=(Bt=(A=t.features)==null?void 0:A.showToolCalls)!=null?Bt:!0,q=(L=(U=t.features)==null?void 0:U.showEventStreamToggle)!=null?L:!1,J=`${(it=typeof t.persistState=="object"?(I=t.persistState)==null?void 0:I.keyPrefix:void 0)!=null?it:"persona-"}event-stream`,K=q?new ml(J):null,G=(Ve=(Xt=(At=t.features)==null?void 0:At.eventStream)==null?void 0:Xt.maxEvents)!=null?Ve:2e3,$=q?new ul(G,K):null,et=null,ft=!1,Ft=null,Le=0;K==null||K.open().then(()=>$==null?void 0:$.restore()).catch(d=>{t.debug&&console.warn("[AgentWidget] IndexedDB not available for event stream:",d)});let ue={onCopy:d=>{var g,k;o.emit("message:copy",d),V!=null&&V.isClientTokenMode()&&V.submitMessageFeedback(d.id,"copy").catch(B=>{t.debug&&console.error("[AgentWidget] Failed to submit copy feedback:",B)}),(k=(g=t.messageActions)==null?void 0:g.onCopy)==null||k.call(g,d)},onFeedback:d=>{var g,k;o.emit("message:feedback",d),V!=null&&V.isClientTokenMode()&&V.submitMessageFeedback(d.messageId,d.type).catch(B=>{t.debug&&console.error("[AgentWidget] Failed to submit feedback:",B)}),(k=(g=t.messageActions)==null?void 0:g.onFeedback)==null||k.call(g,d)}},ge=(pe=t.statusIndicator)!=null?pe:{},Oe=d=>{var g,k,B,z;return d==="idle"?(g=ge.idleText)!=null?g:We.idle:d==="connecting"?(k=ge.connectingText)!=null?k:We.connecting:d==="connected"?(B=ge.connectedText)!=null?B:We.connected:d==="error"?(z=ge.errorText)!=null?z:We.error:We[d]},{wrapper:zt,panel:st}=_T(t),wt=jT(t,C),{container:Vt,body:Dt,messagesWrapper:_t,suggestions:_e,textarea:ct,sendButton:Y,sendButtonWrapper:ce,composerForm:Ce,statusText:Pe,introTitle:be,introSubtitle:ea,closeButton:at,iconHolder:Et,headerTitle:Se,headerSubtitle:ut,header:Ct,footer:jt,actionsRow:ze,leftActions:Ee,rightActions:Xe}=wt,N=wt.micButton,re=wt.micButtonWrapper,_=wt.attachmentButton,Q=wt.attachmentButtonWrapper,nt=wt.attachmentInput,Wt=wt.attachmentPreviewsContainer,lt=null;(Ae=t.attachments)!=null&&Ae.enabled&&nt&&Wt&&(lt=er.fromConfig(t.attachments),lt.setPreviewsContainer(Wt),nt.addEventListener("change",d=>{let g=d.target;lt==null||lt.handleFileSelect(g.files),g.value=""}));let Jt=s.find(d=>d.renderHeader);if(Jt!=null&&Jt.renderHeader){let d=Jt.renderHeader({config:t,defaultRenderer:()=>{let g=ba({config:t,showClose:C});return ar(Vt,g,t),g.header},onClose:()=>ne(!1,"user")});if(d){let g=Vt.querySelector(".tvw-border-b-cw-divider");g&&(g.replaceWith(d),Ct=d)}}let Kt=()=>{var g,k,B,z;if(!$)return;if(ft=!0,!et&&$&&(et=YT({buffer:$,getFullHistory:()=>$.getAllFromStore(),onClose:()=>pt(),config:t,plugins:s})),et&&(Dt.style.display="none",(g=jt.parentNode)==null||g.insertBefore(et.element,jt),et.update()),j){j.classList.remove("tvw-text-cw-muted"),j.classList.add("tvw-text-cw-accent"),j.style.boxShadow="inset 0 0 0 1.5px var(--cw-accent, #3b82f6)";let D=(z=(B=(k=t.features)==null?void 0:k.eventStream)==null?void 0:B.classNames)==null?void 0:z.toggleButtonActive;D&&D.split(/\s+/).forEach(X=>X&&j.classList.add(X))}let d=()=>{if(!ft)return;let D=Date.now();D-Le>=200&&(et==null||et.update(),Le=D),Ft=requestAnimationFrame(d)};Le=0,Ft=requestAnimationFrame(d),o.emit("eventStream:opened",{timestamp:Date.now()})},pt=()=>{var d,g,k;if(ft){if(ft=!1,et&&et.element.remove(),Dt.style.display="",j){j.classList.remove("tvw-text-cw-accent"),j.classList.add("tvw-text-cw-muted"),j.style.boxShadow="";let B=(k=(g=(d=t.features)==null?void 0:d.eventStream)==null?void 0:g.classNames)==null?void 0:k.toggleButtonActive;B&&B.split(/\s+/).forEach(z=>z&&j.classList.remove(z))}Ft!==null&&(cancelAnimationFrame(Ft),Ft=null),o.emit("eventStream:closed",{timestamp:Date.now()})}},j=null;if(q){let d=(Ot=(ve=t.features)==null?void 0:ve.eventStream)==null?void 0:Ot.classNames,g="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:"");j=y("button",g),j.style.width="28px",j.style.height="28px",j.type="button",j.setAttribute("aria-label","Event Stream"),j.title="Event Stream";let k=dt("activity","18px","currentColor",1.5);k&&j.appendChild(k);let B=wt.clearChatButtonWrapper,z=wt.closeButtonWrapper,D=B||z;D&&D.parentNode===Ct?Ct.insertBefore(j,D):Ct.appendChild(j),j.addEventListener("click",()=>{ft?pt():Kt()})}let St=s.find(d=>d.renderComposer);if(St!=null&&St.renderComposer){let d=St.renderComposer({config:t,defaultRenderer:()=>Hn({config:t}).footer,onSubmit:g=>{V&&!V.isStreaming()&&V.sendMessage(g)},disabled:!1});d&&(jt.replaceWith(d),jt=d)}(()=>{var B,z;let d=(z=(B=t.layout)==null?void 0:B.slots)!=null?z:{},g=D=>{switch(D){case"body-top":return Vt.querySelector(".tvw-rounded-2xl.tvw-bg-cw-surface.tvw-p-6")||null;case"messages":return _t;case"footer-top":return _e;case"composer":return Ce;case"footer-bottom":return Pe;default:return null}},k=(D,X)=>{var mt;switch(D){case"header-left":case"header-center":case"header-right":if(D==="header-left")Ct.insertBefore(X,Ct.firstChild);else if(D==="header-right")Ct.appendChild(X);else{let xt=Ct.querySelector(".tvw-flex-col");xt?(mt=xt.parentNode)==null||mt.insertBefore(X,xt.nextSibling):Ct.appendChild(X)}break;case"body-top":{let xt=Dt.querySelector(".tvw-rounded-2xl.tvw-bg-cw-surface.tvw-p-6");xt?xt.replaceWith(X):Dt.insertBefore(X,Dt.firstChild);break}case"body-bottom":Dt.appendChild(X);break;case"footer-top":_e.replaceWith(X);break;case"footer-bottom":Pe.replaceWith(X);break;default:break}};for(let[D,X]of Object.entries(d))if(X)try{let mt=X({config:t,defaultContent:()=>g(D)});mt&&k(D,mt)}catch(mt){typeof console!="undefined"&&console.error(`[AgentWidget] Error rendering slot "${D}":`,mt)}})();let se=d=>{let k=d.target.closest('button[data-expand-header="true"]');if(!k)return;let B=k.closest(".vanilla-reasoning-bubble, .vanilla-tool-bubble");if(!B)return;let z=B.getAttribute("data-message-id");if(!z)return;let D=k.getAttribute("data-bubble-type");D==="reasoning"?(Ln.has(z)?Ln.delete(z):Ln.add(z),XT(z,B)):D==="tool"&&(Pn.has(z)?Pn.delete(z):Pn.add(z),JT(z,B,t))};_t.addEventListener("pointerdown",d=>{d.target.closest('button[data-expand-header="true"]')&&(d.preventDefault(),se(d))}),_t.addEventListener("keydown",d=>{let g=d.target;(d.key==="Enter"||d.key===" ")&&g.closest('button[data-expand-header="true"]')&&(d.preventDefault(),se(d))});let aa=new Map;_t.addEventListener("click",d=>{var X;let k=d.target.closest(".tvw-message-action-btn[data-action]");if(!k)return;d.preventDefault(),d.stopPropagation();let B=k.closest("[data-actions-for]");if(!B)return;let z=B.getAttribute("data-actions-for");if(!z)return;let D=k.getAttribute("data-action");if(D==="copy"){let xt=V.getMessages().find(Mt=>Mt.id===z);if(xt&&ue.onCopy){let Mt=xt.content||"";navigator.clipboard.writeText(Mt).then(()=>{k.classList.add("tvw-message-action-success");let bt=dt("check",14,"currentColor",2);bt&&(k.innerHTML="",k.appendChild(bt)),setTimeout(()=>{k.classList.remove("tvw-message-action-success");let Ht=dt("copy",14,"currentColor",2);Ht&&(k.innerHTML="",k.appendChild(Ht))},2e3)}).catch(bt=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to copy message:",bt)}),ue.onCopy(xt)}}else if(D==="upvote"||D==="downvote")if(((X=aa.get(z))!=null?X:null)===D)aa.delete(z),k.classList.remove("tvw-message-action-active");else{let Mt=D==="upvote"?"downvote":"upvote",bt=B.querySelector(`[data-action="${Mt}"]`);bt&&bt.classList.remove("tvw-message-action-active"),aa.set(z,D),k.classList.add("tvw-message-action-active");let rt=V.getMessages().find(F=>F.id===z);rt&&ue.onFeedback&&ue.onFeedback({type:D,messageId:rt.id,message:rt})}}),_t.addEventListener("click",d=>{let k=d.target.closest("button[data-approval-action]");if(!k)return;d.preventDefault(),d.stopPropagation();let B=k.closest(".vanilla-approval-bubble");if(!B)return;let z=B.getAttribute("data-message-id");if(!z)return;let D=k.getAttribute("data-approval-action");if(!D)return;let X=D==="approve"?"approved":"denied",xt=V.getMessages().find(bt=>bt.id===z);if(!(xt!=null&&xt.approval))return;let Mt=B.querySelector("[data-approval-buttons]");Mt&&Mt.querySelectorAll("button").forEach(Ht=>{Ht.disabled=!0,Ht.style.opacity="0.5",Ht.style.cursor="not-allowed"}),V.resolveApproval(xt.approval,X)}),st.appendChild(Vt),r.appendChild(zt);let oa=()=>{var gt,vt,le,Rt,ye,De,tt,Nt,ca,Ge,da,_a,Pl,SA,AA,xe;let d=(vt=(gt=t.launcher)==null?void 0:gt.sidebarMode)!=null?vt:!1,g=d||((Rt=(le=t.launcher)==null?void 0:le.fullHeight)!=null?Rt:!1),k=(ye=t.theme)!=null?ye:{},B=(tt=(De=t.launcher)==null?void 0:De.position)!=null?tt:"bottom-left",z=B==="bottom-left"||B==="top-left",D=d?"none":"1px solid var(--tvw-cw-border)",X=d?z?"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)",mt=d?"0":"16px",xt=(Nt=k.panelBorder)!=null?Nt:D,Mt=(ca=k.panelShadow)!=null?ca:X,bt=(Ge=k.panelBorderRadius)!=null?Ge:mt;r.style.cssText="",zt.style.cssText="",st.style.cssText="",Vt.style.cssText="",Dt.style.cssText="",jt.style.cssText="";let Ht=(_a=(da=t==null?void 0:t.launcher)==null?void 0:da.width)!=null?_a:t==null?void 0:t.launcherWidth,rt=Ht!=null?Ht:"min(400px, calc(100vw - 24px))";d||(st.style.width=rt,st.style.maxWidth=rt),st.style.boxShadow=Mt,st.style.borderRadius=bt,Vt.style.border=xt,Vt.style.borderRadius=bt;let F=((Pl=t.launcher)==null?void 0:Pl.enabled)===!1;if(g&&(r.style.display="flex",r.style.flexDirection="column",r.style.height="100%",r.style.minHeight="0",zt.style.display="flex",zt.style.flexDirection="column",zt.style.flex="1 1 0%",zt.style.minHeight="0",zt.style.maxHeight="100%",zt.style.height="100%",F&&(zt.style.overflow="hidden"),st.style.display="flex",st.style.flexDirection="column",st.style.flex="1 1 0%",st.style.minHeight="0",st.style.maxHeight="100%",st.style.height="100%",st.style.overflow="hidden",Vt.style.display="flex",Vt.style.flexDirection="column",Vt.style.flex="1 1 0%",Vt.style.minHeight="0",Vt.style.maxHeight="100%",Vt.style.overflow="hidden",Dt.style.flex="1 1 0%",Dt.style.minHeight="0",Dt.style.overflowY="auto",jt.style.flexShrink="0"),zt.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&&!F&&((SA=ia[B])!=null?SA:ia["bottom-right"]).split(" ").forEach(fr=>zt.classList.add(fr)),d){let hr=(xe=(AA=t.launcher)==null?void 0:AA.sidebarWidth)!=null?xe:"420px";zt.style.cssText=`
70
70
  position: fixed !important;
71
71
  top: 0 !important;
72
72
  bottom: 0 !important;
73
- width: ${qa} !important;
73
+ width: ${hr} !important;
74
74
  height: 100vh !important;
75
75
  max-height: 100vh !important;
76
76
  margin: 0 !important;
77
77
  padding: 0 !important;
78
78
  display: flex !important;
79
79
  flex-direction: column !important;
80
- ${B?"left: 0 !important; right: auto !important;":"left: auto !important; right: 0 !important;"}
81
- `,rt.style.cssText=`
80
+ ${z?"left: 0 !important; right: auto !important;":"left: auto !important; right: 0 !important;"}
81
+ `,st.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: ${wt} !important;
93
- border-radius: ${ut} !important;
94
- `,rt.style.setProperty("width","100%","important"),rt.style.setProperty("max-width","100%","important"),It.style.cssText=`
92
+ box-shadow: ${Mt} !important;
93
+ border-radius: ${bt} !important;
94
+ `,st.style.setProperty("width","100%","important"),st.style.setProperty("max-width","100%","important"),Vt.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: ${ut} !important;
104
- border: ${ft} !important;
105
- `,Gt.style.cssText=`
103
+ border-radius: ${bt} !important;
104
+ border: ${xt} !important;
105
+ `,jt.style.cssText=`
106
106
  flex-shrink: 0 !important;
107
107
  border-top: none !important;
108
108
  padding: 8px 16px 12px 16px !important;
109
- `}if(!F){let qa="max-height: -moz-available !important; max-height: stretch !important;",Na=d?"":"padding-top: 1.25em !important;";Ot.style.cssText+=qa+Na}};wa(),eA(r,t);let me=[];O&&me.push(()=>{Vt!==null&&(cancelAnimationFrame(Vt),Vt=null),dt==null||dt.destroy(),dt=null,$==null||$.destroy(),$=null,J=null});let ra=null,Ln=()=>{ra&&(ra(),ra=null),t.colorScheme==="auto"&&(ra=HL(()=>{eA(r,t)}))};Ln(),me.push(()=>{ra&&(ra(),ra=null)});let Ca=FL($e),oa=null,_,ba=!1,ia=!0,Fa=0,Tn=0,pa=null,ca=!1,er=0,ar=!1,ml=125,xl=2e3,gl=5,Pn=50,rr=new Map,Zt={active:!1,manuallyDeactivated:!1,lastUserMessageWasVoice:!1,lastUserMessageId:null},En=(zt=(ge=t.voiceRecognition)==null?void 0:ge.autoResume)!=null?zt:!1,Bn=d=>{o.emit("voice:state",{active:Zt.active,source:d,timestamp:Date.now()})},ha=()=>{c(d=>({...d,voiceState:{active:Zt.active,timestamp:Date.now(),manuallyDeactivated:Zt.manuallyDeactivated}}))},Ml=()=>{var R,B;if(((R=t.voiceRecognition)==null?void 0:R.enabled)===!1)return;let d=ek(l.voiceState),y=!!d.active,H=Number((B=d.timestamp)!=null?B:0);Zt.manuallyDeactivated=!!d.manuallyDeactivated,y&&Date.now()-H<FP&&setTimeout(()=>{Zt.active||(Zt.manuallyDeactivated=!1,za("restore"))},1e3)},vl=()=>_?UL(_.getMessages()).filter(d=>!d.__skipPersist):[];function Rn(d){if(!(n!=null&&n.save))return;let H={messages:d?UL(d):_?vl():[],metadata:l};try{let R=n.save(H);R instanceof Promise&&R.catch(B=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",B)})}catch(R){typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",R)}}let Da=(d=!1)=>{if(!ia)return;let y=Date.now();ca&&y<er&&!d||(ca&&y>=er&&(ca=!1),!(!d&&!ba)&&(y-Tn<ml||(Tn=y,pa&&cancelAnimationFrame(pa),pa=requestAnimationFrame(()=>{ca||!ia||(ar=!0,Dt.scrollTop=Dt.scrollHeight,Fa=Dt.scrollTop,requestAnimationFrame(()=>{ar=!1}),pa=null)}))))},fa=null,yl=()=>Ot.querySelector("#persona-scroll-container")||Dt,wl=(d,y=500)=>{let H=d.scrollTop,R=d.clientHeight,B=d.scrollHeight,z=B-H;if(H+R>=B-2||Math.abs(z)<5)return;fa!==null&&(cancelAnimationFrame(fa),fa=null);let it=performance.now(),ft=ut=>1-Math.pow(1-ut,3),wt=ut=>{let At=d.scrollHeight;At!==B&&(B=At,z=B-H);let ot=ut-it,F=Math.min(ot/y,1),mt=ft(F),Mt=H+z*mt;d.scrollTop=Mt,F<1?fa=requestAnimationFrame(wt):(d.scrollTop=d.scrollHeight,fa=null)};fa=requestAnimationFrame(wt)},Cl=d=>{let y=new Map;d.forEach(H=>{let R=rr.get(H.id);y.set(H.id,{streaming:H.streaming,role:H.role}),!R&&H.role==="assistant"&&o.emit("assistant:message",H),H.role==="assistant"&&(R!=null&&R.streaming)&&H.streaming===!1&&o.emit("assistant:complete",H),H.variant==="approval"&&H.approval&&(R?H.approval.status!=="pending"&&o.emit("approval:resolved",{approval:H.approval,decision:H.approval.status}):o.emit("approval:requested",{approval:H.approval,message:H}))}),rr.clear(),y.forEach((H,R)=>{rr.set(R,H)})},Wa=(d,y,H)=>{var wt,ut,At,ot;let R=document.createElement("div"),z=(()=>{var mt;let F=s.find(Mt=>Mt.renderLoadingIndicator);if(F!=null&&F.renderLoadingIndicator)return F.renderLoadingIndicator;if((mt=t.loadingIndicator)!=null&&mt.render)return t.loadingIndicator.render})();y.forEach(F=>{var Me,Fe;let mt=null,Mt=s.find(tt=>!!(F.variant==="reasoning"&&tt.renderReasoning||F.variant==="tool"&&tt.renderToolCall||F.variant==="approval"&&tt.renderApproval||!F.variant&&tt.renderMessage)),Yt=(Me=t.layout)==null?void 0:Me.messages;if(Mt)if(F.variant==="reasoning"&&F.reasoning&&Mt.renderReasoning){if(!E)return;mt=Mt.renderReasoning({message:F,defaultRenderer:()=>_A(F),config:t})}else if(F.variant==="tool"&&F.toolCall&&Mt.renderToolCall){if(!W)return;mt=Mt.renderToolCall({message:F,defaultRenderer:()=>jA(F,t),config:t})}else if(F.variant==="approval"&&F.approval&&Mt.renderApproval){if(t.approval===!1)return;mt=Mt.renderApproval({message:F,defaultRenderer:()=>GA(F,t),config:t})}else Mt.renderMessage&&(mt=Mt.renderMessage({message:F,defaultRenderer:()=>{let tt=wn(F,H,Yt,t.messageActions,ye,{loadingIndicatorRenderer:z,widgetConfig:t});return F.role!=="user"&&XA(tt,F,t,_),tt},config:t}));if(!mt&&F.role==="assistant"&&!F.variant&&t.enableComponentStreaming!==!1&&lA(F)){let Nt=dA(F);if(Nt){let na=nA(Nt,{config:t,message:F,transform:H});if(na){let ea=document.createElement("div");if(ea.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(" "),ea.id=`bubble-${F.id}`,ea.setAttribute("data-message-id",F.id),F.content&&F.content.trim()){let Aa=document.createElement("div");Aa.className="tvw-mb-3 tvw-text-sm tvw-leading-relaxed",Aa.innerHTML=H({text:F.content,message:F,streaming:!!F.streaming,raw:F.rawContent}),ea.appendChild(Aa)}ea.appendChild(na),mt=ea}}}if(!mt)if(F.variant==="reasoning"&&F.reasoning){if(!E)return;mt=_A(F)}else if(F.variant==="tool"&&F.toolCall){if(!W)return;mt=jA(F,t)}else if(F.variant==="approval"&&F.approval){if(t.approval===!1)return;mt=GA(F,t)}else{let tt=(Fe=t.layout)==null?void 0:Fe.messages;tt!=null&&tt.renderUserMessage&&F.role==="user"?mt=tt.renderUserMessage({message:F,config:t,streaming:!!F.streaming}):tt!=null&&tt.renderAssistantMessage&&F.role==="assistant"?mt=tt.renderAssistantMessage({message:F,config:t,streaming:!!F.streaming}):mt=wn(F,H,tt,t.messageActions,ye,{loadingIndicatorRenderer:z,widgetConfig:t}),F.role!=="user"&&mt&&XA(mt,F,t,_)}let Rt=document.createElement("div");Rt.className="tvw-flex",Rt.id=`wrapper-${F.id}`,Rt.setAttribute("data-wrapper-id",F.id),F.role==="user"&&Rt.classList.add("tvw-justify-end"),Rt.appendChild(mt),R.appendChild(Rt)});let gt=y.some(F=>F.role==="assistant"&&F.streaming),it=y[y.length-1],ft=(it==null?void 0:it.role)==="assistant"&&!it.streaming&&it.variant!=="approval";if(ba&&y.some(F=>F.role==="user")&&!gt&&!ft){let F={config:t,streaming:!0,location:"standalone",defaultRenderer:Ya},mt=s.find(Yt=>Yt.renderLoadingIndicator),Mt=null;if(mt!=null&&mt.renderLoadingIndicator&&(Mt=mt.renderLoadingIndicator(F)),Mt===null&&((wt=t.loadingIndicator)!=null&&wt.render)&&(Mt=t.loadingIndicator.render(F)),Mt===null&&(Mt=Ya()),Mt){let Yt=document.createElement("div"),Rt=((ut=t.loadingIndicator)==null?void 0:ut.showBubble)!==!1;Yt.className=Rt?["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(Mt);let Me=document.createElement("div");Me.className="tvw-flex",Me.id="wrapper-typing-indicator",Me.setAttribute("data-wrapper-id","typing-indicator"),Me.appendChild(Yt),R.appendChild(Me)}}if(!ba&&y.length>0){let F=y[y.length-1],mt={config:t,lastMessage:F,messageCount:y.length},Mt=s.find(Rt=>Rt.renderIdleIndicator),Yt=null;if(Mt!=null&&Mt.renderIdleIndicator&&(Yt=Mt.renderIdleIndicator(mt)),Yt===null&&((At=t.loadingIndicator)!=null&&At.renderIdle)&&(Yt=t.loadingIndicator.renderIdle(mt)),Yt){let Rt=document.createElement("div"),Me=((ot=t.loadingIndicator)==null?void 0:ot.showBubble)!==!1;Rt.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(" "),Rt.setAttribute("data-idle-indicator","true"),Rt.appendChild(Yt);let Fe=document.createElement("div");Fe.className="tvw-flex",Fe.id="wrapper-idle-indicator",Fe.setAttribute("data-wrapper-id","idle-indicator"),Fe.appendChild(Rt),R.appendChild(Fe)}}TL(d,R),requestAnimationFrame(()=>{requestAnimationFrame(()=>{let F=yl();wl(F)})})},Oa=()=>{C&&(m?(Ot.classList.remove("tvw-pointer-events-none","tvw-opacity-0"),rt.classList.remove("tvw-scale-95","tvw-opacity-0"),rt.classList.add("tvw-scale-100","tvw-opacity-100"),te?te.element.style.display="none":ee&&(ee.style.display="none")):(Ot.classList.add("tvw-pointer-events-none","tvw-opacity-0"),rt.classList.remove("tvw-scale-100","tvw-opacity-100"),rt.classList.add("tvw-scale-95","tvw-opacity-0"),te?te.element.style.display="":ee&&(ee.style.display="")))},ne=(d,y="user")=>{if(!C||m===d)return;let H=m;m=d,Oa(),m&&(Sa(),Da(!0));let R={open:m,source:y,timestamp:Date.now()};m&&!H?o.emit("widget:opened",R):!m&&H&&o.emit("widget:closed",R),o.emit("widget:state",{open:m,launcherEnabled:C,voiceActive:Zt.active,streaming:_.isStreaming()})},or=d=>{Y.disabled=d,X&&(X.disabled=d),Ca.buttons.forEach(y=>{y.disabled=d})},sr=()=>{Zt.active||ct&&ct.focus()};o.on("widget:opened",()=>{t.autoFocusInput&&setTimeout(()=>sr(),200)});let Vn=()=>{var B,z,gt,it,ft,wt,ut,At,ot,F,mt,Mt,Yt,Rt;Ce.textContent=(z=(B=t.copy)==null?void 0:B.welcomeTitle)!=null?z:"Hello \u{1F44B}",Ye.textContent=(it=(gt=t.copy)==null?void 0:gt.welcomeSubtitle)!=null?it:"Ask anything about your account or products.",ct.placeholder=(wt=(ft=t.copy)==null?void 0:ft.inputPlaceholder)!=null?wt:"How can I help...",((At=(ut=t.sendButton)==null?void 0:ut.useIcon)!=null?At:!1)||(Y.textContent=(F=(ot=t.copy)==null?void 0:ot.sendButtonLabel)!=null?F:"Send");let y=(Mt=(mt=t.theme)==null?void 0:mt.inputFontFamily)!=null?Mt:"sans-serif",H=(Rt=(Yt=t.theme)==null?void 0:Yt.inputFontWeight)!=null?Rt:"400",R=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'}};ct.style.fontFamily=R(y),ct.style.fontWeight=H};t.clientToken&&(t={...t,getStoredSessionId:()=>{let d=l.sessionId;return typeof d=="string"?d:null},setStoredSessionId:d=>{c(y=>({...y,sessionId:d}))}}),_=new pr(t,{onMessagesChanged(d){Wa(jt,d,P),_&&(d.some(B=>B.role==="user")?Ca.render([],_,ct,d):Ca.render(t.suggestionChips,_,ct,d,t.suggestionChipsConfig)),Da(!ba),Cl(d);let y=[...d].reverse().find(R=>R.role==="user"),H=Zt.lastUserMessageId;y&&y.id!==H&&(Zt.lastUserMessageId=y.id,o.emit("user:message",y)),Zt.lastUserMessageWasVoice=!!(y!=null&&y.viaVoice),Rn(d)},onStatusChanged(d){var R;let y=(R=t.statusIndicator)!=null?R:{},H=B=>{var z,gt,it,ft;return B==="idle"?(z=y.idleText)!=null?z:De.idle:B==="connecting"?(gt=y.connectingText)!=null?gt:De.connecting:B==="connected"?(it=y.connectedText)!=null?it:De.connected:B==="error"?(ft=y.errorText)!=null?ft:De.error:De[B]};Pe.textContent=H(d)},onStreamingChanged(d){ba=d,or(d),_&&Wa(jt,_.getMessages(),P),d||Da(!0)}}),t.clientToken&&_.initClientSession().catch(d=>{t.debug&&console.warn("[AgentWidget] Pre-init client session failed:",d)}),$&&_.setSSEEventCallback((d,y)=>{$==null||$.push({id:`evt-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,type:d,timestamp:Date.now(),payload:JSON.stringify(y)})}),i&&i.then(d=>{var y;d&&(d.metadata&&(l=ek(d.metadata),w.syncFromMetadata()),(y=d.messages)!=null&&y.length&&_.hydrateMessages(d.messages))}).catch(d=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to hydrate stored state:",d)});let In=d=>{var B;d.preventDefault();let y=ct.value.trim(),H=(B=Z==null?void 0:Z.hasAttachments())!=null?B:!1;if(!y&&!H)return;let R;H&&(R=[],R.push(...Z.getContentParts()),y&&R.push($l(y))),ct.value="",ct.style.height="auto",_.sendMessage(y,{contentParts:R}),H&&Z.clearAttachments()},Fn=d=>{d.key==="Enter"&&!d.shiftKey&&(d.preventDefault(),Y.click())},Dn=async d=>{var H;if(((H=t.attachments)==null?void 0:H.enabled)!==!0||!Z)return;let y=WP(d.clipboardData);y.length!==0&&(d.preventDefault(),await Z.handleFiles(y))},ze=null,Ze=!1,ua=null,sa=null,Wn=()=>typeof window=="undefined"?null:window.webkitSpeechRecognition||window.SpeechRecognition||null,za=(d="user")=>{var z,gt,it,ft;if(Ze||_.isStreaming())return;let y=Wn();if(!y)return;ze=new y;let R=(gt=((z=t.voiceRecognition)!=null?z:{}).pauseDuration)!=null?gt:2e3;ze.continuous=!0,ze.interimResults=!0,ze.lang="en-US";let B=ct.value;ze.onresult=wt=>{let ut="",At="";for(let F=0;F<wt.results.length;F++){let mt=wt.results[F],Mt=mt[0].transcript;mt.isFinal?ut+=Mt+" ":At=Mt}let ot=B+ut+At;ct.value=ot,ua&&clearTimeout(ua),(ut||At)&&(ua=window.setTimeout(()=>{let F=ct.value.trim();F&&ze&&Ze&&(ta(),ct.value="",ct.style.height="auto",_.sendMessage(F,{viaVoice:!0}))},R))},ze.onerror=wt=>{wt.error!=="no-speech"&&ta()},ze.onend=()=>{if(Ze){let wt=ct.value.trim();wt&&wt!==B.trim()&&(ct.value="",ct.style.height="auto",_.sendMessage(wt,{viaVoice:!0})),ta()}};try{if(ze.start(),Ze=!0,Zt.active=!0,d!=="system"&&(Zt.manuallyDeactivated=!1),Bn(d),ha(),X){sa={backgroundColor:X.style.backgroundColor,color:X.style.color,borderColor:X.style.borderColor};let wt=(it=t.voiceRecognition)!=null?it:{},ut=(ft=wt.recordingBackgroundColor)!=null?ft:"#ef4444",At=wt.recordingIconColor,ot=wt.recordingBorderColor;if(X.classList.add("tvw-voice-recording"),X.style.backgroundColor=ut,At){X.style.color=At;let F=X.querySelector("svg");F&&F.setAttribute("stroke",At)}ot&&(X.style.borderColor=ot),X.setAttribute("aria-label","Stop voice recognition")}}catch{ta("system")}},ta=(d="user")=>{if(Ze){if(Ze=!1,ua&&(clearTimeout(ua),ua=null),ze){try{ze.stop()}catch{}ze=null}if(Zt.active=!1,Bn(d),ha(),X){if(X.classList.remove("tvw-voice-recording"),sa){X.style.backgroundColor=sa.backgroundColor,X.style.color=sa.color,X.style.borderColor=sa.borderColor;let y=X.querySelector("svg");y&&y.setAttribute("stroke",sa.color||"currentColor"),sa=null}X.setAttribute("aria-label","Start voice recognition")}}},bl=(d,y)=>{var Mt,Yt,Rt,Me,Fe,tt,Nt;if(!(typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined")))return null;let R=M("div","tvw-send-button-wrapper"),B=M("button","tvw-rounded-button tvw-flex tvw-items-center tvw-justify-center disabled:tvw-opacity-50 tvw-cursor-pointer");B.type="button",B.setAttribute("aria-label","Start voice recognition");let z=(Mt=d==null?void 0:d.iconName)!=null?Mt:"mic",gt=(Yt=y==null?void 0:y.size)!=null?Yt:"40px",it=(Rt=d==null?void 0:d.iconSize)!=null?Rt:gt,ft=parseFloat(it)||24,wt=(Me=d==null?void 0:d.backgroundColor)!=null?Me:y==null?void 0:y.backgroundColor,ut=(Fe=d==null?void 0:d.iconColor)!=null?Fe:y==null?void 0:y.textColor;B.style.width=it,B.style.height=it,B.style.minWidth=it,B.style.minHeight=it,B.style.fontSize="18px",B.style.lineHeight="1";let At=ut||"currentColor",ot=nt(z,ft,At,1.5);ot?(B.appendChild(ot),B.style.color=At):(B.textContent="\u{1F3A4}",B.style.color=At),wt?B.style.backgroundColor=wt:B.classList.add("tvw-bg-cw-primary"),ut?B.style.color=ut:!ut&&!(y!=null&&y.textColor)&&B.classList.add("tvw-text-white"),d!=null&&d.borderWidth&&(B.style.borderWidth=d.borderWidth,B.style.borderStyle="solid"),d!=null&&d.borderColor&&(B.style.borderColor=d.borderColor),d!=null&&d.paddingX&&(B.style.paddingLeft=d.paddingX,B.style.paddingRight=d.paddingX),d!=null&&d.paddingY&&(B.style.paddingTop=d.paddingY,B.style.paddingBottom=d.paddingY),R.appendChild(B);let F=(tt=d==null?void 0:d.tooltipText)!=null?tt:"Start voice recognition";if(((Nt=d==null?void 0:d.showTooltip)!=null?Nt:!1)&&F){let na=M("div","tvw-send-button-tooltip");na.textContent=F,R.appendChild(na)}return{micButton:B,micButtonWrapper:R}},nr=()=>{if(Ze){let d=ct.value.trim();Zt.manuallyDeactivated=!0,ha(),ta("user"),d&&(ct.value="",ct.style.height="auto",_.sendMessage(d))}else Zt.manuallyDeactivated=!1,ha(),za("user")};X&&(X.addEventListener("click",nr),me.push(()=>{ta("system"),X&&X.removeEventListener("click",nr)}));let Sl=o.on("assistant:complete",()=>{En&&(Zt.active||Zt.manuallyDeactivated||En==="assistant"&&!Zt.lastUserMessageWasVoice||setTimeout(()=>{!Zt.active&&!Zt.manuallyDeactivated&&za("auto")},600))});me.push(Sl);let Al=o.on("action:resubmit",()=>{setTimeout(()=>{_&&!_.isStreaming()&&_.continueConversation()},100)});me.push(Al);let ma=()=>{ne(!m,"user")},te=null,ee=null;if(C){let d=s.find(y=>y.renderLauncher);if(d!=null&&d.renderLauncher){let y=d.renderLauncher({config:t,defaultRenderer:()=>il(t,ma).element,onToggle:ma});y&&(ee=y)}ee||(te=il(t,ma))}te?r.appendChild(te.element):ee&&r.appendChild(ee),Oa(),Ca.render(t.suggestionChips,_,ct,void 0,t.suggestionChipsConfig),Vn(),or(_.isStreaming()),Da(!0),Ml(),b&&(C?m&&setTimeout(()=>sr(),200):setTimeout(()=>sr(),0));let Sa=()=>{var H,R,B,z,gt,it,ft,wt;let d=(R=(H=t.launcher)==null?void 0:H.sidebarMode)!=null?R:!1,y=d||((z=(B=t.launcher)==null?void 0:B.fullHeight)!=null?z:!1);if(!C){rt.style.height="",rt.style.width="";return}if(!d){let ut=(it=(gt=t==null?void 0:t.launcher)==null?void 0:gt.width)!=null?it:t==null?void 0:t.launcherWidth,At=ut!=null?ut:"min(400px, calc(100vw - 24px))";rt.style.width=At,rt.style.maxWidth=At}if(!y){let ut=window.innerHeight,At=64,ot=(wt=(ft=t.launcher)==null?void 0:ft.heightOffset)!=null?wt:0,F=Math.max(200,ut-At),mt=Math.min(640,F),Mt=Math.max(200,mt-ot);rt.style.height=`${Mt}px`}};Sa(),window.addEventListener("resize",Sa),me.push(()=>window.removeEventListener("resize",Sa)),Fa=Dt.scrollTop;let On=()=>{let d=Dt.scrollTop,y=Dt.scrollHeight,H=Dt.clientHeight,R=y-d-H,B=Math.abs(d-Fa);if(Fa=d,!ar&&!(B<=gl)){if(!ia&&R<Pn){ca=!1,ia=!0;return}ia&&R>Pn&&(ca=!0,er=Date.now()+xl,ia=!1)}};Dt.addEventListener("scroll",On,{passive:!0}),me.push(()=>Dt.removeEventListener("scroll",On)),me.push(()=>{pa&&cancelAnimationFrame(pa)});let zn=()=>{et&&(oa&&(et.removeEventListener("click",oa),oa=null),C?(et.style.display="",oa=()=>{m=!1,Oa()},et.addEventListener("click",oa)):et.style.display="none")};zn(),(()=>{let{clearChatButton:d}=yt;d&&d.addEventListener("click",()=>{_.clearMessages();try{localStorage.removeItem(Hn),t.debug&&console.log(`[AgentWidget] Cleared default localStorage key: ${Hn}`)}catch(H){console.error("[AgentWidget] Failed to clear default localStorage:",H)}if(t.clearChatHistoryStorageKey&&t.clearChatHistoryStorageKey!==Hn)try{localStorage.removeItem(t.clearChatHistoryStorageKey),t.debug&&console.log(`[AgentWidget] Cleared custom localStorage key: ${t.clearChatHistoryStorageKey}`)}catch(H){console.error("[AgentWidget] Failed to clear custom localStorage:",H)}let y=new CustomEvent("persona:clear-chat",{detail:{timestamp:new Date().toISOString()}});if(window.dispatchEvent(y),n!=null&&n.clear)try{let H=n.clear();H instanceof Promise&&H.catch(R=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",R)})}catch(H){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",H)}l={},w.syncFromMetadata(),$==null||$.clear(),dt==null||dt.update()})})(),we.addEventListener("submit",In),ct.addEventListener("keydown",Fn),ct.addEventListener("paste",Dn),me.push(()=>{we.removeEventListener("submit",In),ct.removeEventListener("keydown",Fn),ct.removeEventListener("paste",Dn)}),me.push(()=>{_.cancel()}),te?me.push(()=>{te==null||te.destroy()}):ee&&me.push(()=>{ee==null||ee.remove()});let Be={update(d){var 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,Ik,Fk,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,BH,RH,VH,IH,FH;let y=t.toolCall,H=t.colorScheme;t={...t,...d},wa(),eA(r,t),t.colorScheme!==H&&Ln();let R=hl.getForInstance(t.plugins);s.length=0,s.push(...R),C=(nk=(sk=t.launcher)==null?void 0:sk.enabled)!=null?nk:!0,k=(dk=(lk=t.launcher)==null?void 0:lk.autoExpand)!=null?dk:!1,E=(pk=(ik=t.features)==null?void 0:ik.showReasoning)!=null?pk:!0,W=(hk=(ck=t.features)==null?void 0:ck.showToolCalls)!=null?hk:!0;let B=O;if(O=(uk=(fk=t.features)==null?void 0:fk.showEventStreamToggle)!=null?uk:!1,O&&!B){if($||(J=new cl(N),$=new pl(K,J),J.open().then(()=>$==null?void 0:$.restore()).catch(()=>{}),_.setSSEEventCallback((D,Lt)=>{$.push({id:`evt-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,type:D,timestamp:Date.now(),payload:JSON.stringify(Lt)})})),!j&&Ct){let D=(xk=(mk=t.features)==null?void 0:mk.eventStream)==null?void 0:xk.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"+(D!=null&&D.toggleButton?" "+D.toggleButton:"");j=M("button",Lt),j.style.width="28px",j.style.height="28px",j.type="button",j.setAttribute("aria-label","Event Stream"),j.title="Event Stream";let ae=nt("activity","18px","currentColor",1.5);ae&&j.appendChild(ae);let vt=yt.clearChatButtonWrapper,Ft=yt.closeButtonWrapper,ve=vt||Ft;ve&&ve.parentNode===Ct?Ct.insertBefore(j,ve):Ct.appendChild(j),j.addEventListener("click",()=>{xt?bt():Ut()})}}else!O&&B&&(bt(),j&&(j.remove(),j=null),$==null||$.clear(),J==null||J.destroy(),$=null,J=null);if(((gk=t.launcher)==null?void 0:gk.enabled)===!1&&te&&(te.destroy(),te=null),((Mk=t.launcher)==null?void 0:Mk.enabled)===!1&&ee&&(ee.remove(),ee=null),((vk=t.launcher)==null?void 0:vk.enabled)!==!1&&!te&&!ee){let D=s.find(Lt=>Lt.renderLauncher);if(D!=null&&D.renderLauncher){let Lt=D.renderLauncher({config:t,defaultRenderer:()=>il(t,ma).element,onToggle:ma});Lt&&(ee=Lt,r.appendChild(ee))}ee||(te=il(t,ma),r.appendChild(te.element))}te&&te.update(t),be&&((yk=t.launcher)==null?void 0:yk.title)!==void 0&&(be.textContent=t.launcher.title),ht&&((wk=t.launcher)==null?void 0:wk.subtitle)!==void 0&&(ht.textContent=t.launcher.subtitle);let z=(Ck=t.layout)==null?void 0:Ck.header;if((z==null?void 0:z.layout)!==f&&Ct){let D=z?vn(t,z,{showClose:C,onClose:()=>ne(!1,"user")}):va({config:t,showClose:C,onClose:()=>ne(!1,"user")});Ct.replaceWith(D.header),Ct=D.header,Et=D.iconHolder,be=D.headerTitle,ht=D.headerSubtitle,et=D.closeButton,f=z==null?void 0:z.layout}else if(z&&(Et&&(Et.style.display=z.showIcon===!1?"none":""),be&&(be.style.display=z.showTitle===!1?"none":""),ht&&(ht.style.display=z.showSubtitle===!1?"none":""),et&&(et.style.display=z.showCloseButton===!1?"none":""),yt.clearChatButtonWrapper)){let D=z.showClearChat;if(D!==void 0){yt.clearChatButtonWrapper.style.display=D?"":"none";let{closeButtonWrapper:Lt}=yt;Lt&&!Lt.classList.contains("tvw-absolute")&&(D?Lt.classList.remove("tvw-ml-auto"):Lt.classList.add("tvw-ml-auto"))}}let it=((bk=t.layout)==null?void 0:bk.showHeader)!==!1;Ct&&(Ct.style.display=it?"":"none");let ft=((Sk=t.layout)==null?void 0:Sk.showFooter)!==!1;Gt&&(Gt.style.display=ft?"":"none"),C!==L?C?ne(k,"auto"):(m=!0,Oa()):k!==g&&ne(k,"auto"),g=k,L=C,Sa(),zn(),JSON.stringify(d.toolCall)!==JSON.stringify(y)&&_&&Wa(jt,_.getMessages(),P);let ot=(Ak=t.launcher)!=null?Ak:{},F=(kk=ot.headerIconHidden)!=null?kk:!1,mt=(Lk=(Hk=t.layout)==null?void 0:Hk.header)==null?void 0:Lk.showIcon,Mt=F||mt===!1,Yt=ot.headerIconName,Rt=(Tk=ot.headerIconSize)!=null?Tk:"48px";if(Et){let D=It.querySelector(".tvw-border-b-cw-divider"),Lt=D==null?void 0:D.querySelector(".tvw-flex-col");if(Mt)Et.style.display="none",D&&Lt&&!D.contains(Lt)&&D.insertBefore(Lt,D.firstChild);else{if(Et.style.display="",Et.style.height=Rt,Et.style.width=Rt,D&&Lt&&(D.contains(Et)?Et.nextSibling!==Lt&&(Et.remove(),D.insertBefore(Et,Lt)):D.insertBefore(Et,Lt)),Yt){let vt=parseFloat(Rt)||24,Ft=nt(Yt,vt*.6,"#ffffff",2);Ft?Et.replaceChildren(Ft):Et.textContent=(Pk=ot.agentIconText)!=null?Pk:"\u{1F4AC}"}else if(ot.iconUrl){let vt=Et.querySelector("img");if(vt)vt.src=ot.iconUrl,vt.style.height=Rt,vt.style.width=Rt;else{let Ft=document.createElement("img");Ft.src=ot.iconUrl,Ft.alt="",Ft.className="tvw-rounded-xl tvw-object-cover",Ft.style.height=Rt,Ft.style.width=Rt,Et.replaceChildren(Ft)}}else{let vt=Et.querySelector("svg"),Ft=Et.querySelector("img");(vt||Ft)&&Et.replaceChildren(),Et.textContent=(Ek=ot.agentIconText)!=null?Ek:"\u{1F4AC}"}let ae=Et.querySelector("img");ae&&(ae.style.height=Rt,ae.style.width=Rt)}}let Me=(Rk=(Bk=t.layout)==null?void 0:Bk.header)==null?void 0:Rk.showTitle,Fe=(Ik=(Vk=t.layout)==null?void 0:Vk.header)==null?void 0:Ik.showSubtitle;if(be&&(be.style.display=Me===!1?"none":""),ht&&(ht.style.display=Fe===!1?"none":""),et){((Dk=(Fk=t.layout)==null?void 0:Fk.header)==null?void 0:Dk.showCloseButton)===!1?et.style.display="none":et.style.display="";let Lt=(Wk=ot.closeButtonSize)!=null?Wk:"32px",ae=(Ok=ot.closeButtonPlacement)!=null?Ok:"inline";et.style.height=Lt,et.style.width=Lt;let{closeButtonWrapper:vt}=yt,Ft=ae==="top-right",ve=vt==null?void 0:vt.classList.contains("tvw-absolute");if(vt&&Ft!==ve)if(vt.remove(),Ft)vt.className="tvw-absolute tvw-top-4 tvw-right-4 tvw-z-50",It.style.position="relative",It.appendChild(vt);else{let Tt=(qk=(zk=ot.clearChat)==null?void 0:zk.placement)!=null?qk:"inline",ke=(Uk=(Nk=ot.clearChat)==null?void 0:Nk.enabled)!=null?Uk:!0;vt.className=ke&&Tt==="inline"?"":"tvw-ml-auto";let je=It.querySelector(".tvw-border-b-cw-divider");je&&je.appendChild(vt)}if(ot.closeButtonColor?(et.style.color=ot.closeButtonColor,et.classList.remove("tvw-text-cw-muted")):(et.style.color="",et.classList.add("tvw-text-cw-muted")),ot.closeButtonBackgroundColor?(et.style.backgroundColor=ot.closeButtonBackgroundColor,et.classList.remove("hover:tvw-bg-gray-100")):(et.style.backgroundColor="",et.classList.add("hover:tvw-bg-gray-100")),ot.closeButtonBorderWidth||ot.closeButtonBorderColor){let Tt=ot.closeButtonBorderWidth||"0px",ke=ot.closeButtonBorderColor||"transparent";et.style.border=`${Tt} solid ${ke}`,et.classList.remove("tvw-border-none")}else et.style.border="",et.classList.add("tvw-border-none");ot.closeButtonBorderRadius?(et.style.borderRadius=ot.closeButtonBorderRadius,et.classList.remove("tvw-rounded-full")):(et.style.borderRadius="",et.classList.add("tvw-rounded-full")),ot.closeButtonPaddingX?(et.style.paddingLeft=ot.closeButtonPaddingX,et.style.paddingRight=ot.closeButtonPaddingX):(et.style.paddingLeft="",et.style.paddingRight=""),ot.closeButtonPaddingY?(et.style.paddingTop=ot.closeButtonPaddingY,et.style.paddingBottom=ot.closeButtonPaddingY):(et.style.paddingTop="",et.style.paddingBottom="");let Ve=($k=ot.closeButtonIconName)!=null?$k:"x",Xe=(_k=ot.closeButtonIconText)!=null?_k:"\xD7";et.innerHTML="";let Ne=nt(Ve,"20px",ot.closeButtonColor||"",2);Ne?et.appendChild(Ne):et.textContent=Xe;let ce=(jk=ot.closeButtonTooltipText)!=null?jk:"Close chat",Je=(Gk=ot.closeButtonShowTooltip)!=null?Gk:!0;if(et.setAttribute("aria-label",ce),vt&&(vt._cleanupTooltip&&(vt._cleanupTooltip(),delete vt._cleanupTooltip),Je&&ce)){let Tt=null,ke=()=>{if(Tt||!et)return;Tt=M("div","tvw-clear-chat-tooltip"),Tt.textContent=ce;let Yn=M("div");Yn.className="tvw-clear-chat-tooltip-arrow",Tt.appendChild(Yn);let Ua=et.getBoundingClientRect();Tt.style.position="fixed",Tt.style.left=`${Ua.left+Ua.width/2}px`,Tt.style.top=`${Ua.top-8}px`,Tt.style.transform="translate(-50%, -100%)",document.body.appendChild(Tt)},je=()=>{Tt&&Tt.parentNode&&(Tt.parentNode.removeChild(Tt),Tt=null)};vt.addEventListener("mouseenter",ke),vt.addEventListener("mouseleave",je),et.addEventListener("focus",ke),et.addEventListener("blur",je),vt._cleanupTooltip=()=>{je(),vt&&(vt.removeEventListener("mouseenter",ke),vt.removeEventListener("mouseleave",je)),et&&(et.removeEventListener("focus",ke),et.removeEventListener("blur",je))}}}let{clearChatButton:tt,clearChatButtonWrapper:Nt}=yt;if(tt){let D=(Zk=ot.clearChat)!=null?Zk:{},Lt=(Xk=D.enabled)!=null?Xk:!0,ae=(Kk=(Jk=t.layout)==null?void 0:Jk.header)==null?void 0:Kk.showClearChat,vt=ae!==void 0?ae:Lt,Ft=(Yk=D.placement)!=null?Yk:"inline";if(Nt){Nt.style.display=vt?"":"none";let{closeButtonWrapper:ve}=yt;ve&&!ve.classList.contains("tvw-absolute")&&(vt?ve.classList.remove("tvw-ml-auto"):ve.classList.add("tvw-ml-auto"));let Ve=Ft==="top-right",Xe=Nt.classList.contains("tvw-absolute");if(Ve!==Xe&&vt){if(Nt.remove(),Ve)Nt.className="tvw-absolute tvw-top-4 tvw-z-50",Nt.style.right="48px",It.style.position="relative",It.appendChild(Nt);else{Nt.className="tvw-relative tvw-ml-auto tvw-clear-chat-button-wrapper",Nt.style.right="";let ce=It.querySelector(".tvw-border-b-cw-divider"),Je=yt.closeButtonWrapper;ce&&Je&&Je.parentElement===ce?ce.insertBefore(Nt,Je):ce&&ce.appendChild(Nt)}let Ne=yt.closeButtonWrapper;Ne&&!Ne.classList.contains("tvw-absolute")&&(Ve?Ne.classList.add("tvw-ml-auto"):Ne.classList.remove("tvw-ml-auto"))}}if(vt){let ve=(Qk=D.size)!=null?Qk:"32px";tt.style.height=ve,tt.style.width=ve;let Ve=(tH=D.iconName)!=null?tH:"refresh-cw",Xe=(eH=D.iconColor)!=null?eH:"";tt.innerHTML="";let Ne=nt(Ve,"20px",Xe||"",2);if(Ne&&tt.appendChild(Ne),Xe?(tt.style.color=Xe,tt.classList.remove("tvw-text-cw-muted")):(tt.style.color="",tt.classList.add("tvw-text-cw-muted")),D.backgroundColor?(tt.style.backgroundColor=D.backgroundColor,tt.classList.remove("hover:tvw-bg-gray-100")):(tt.style.backgroundColor="",tt.classList.add("hover:tvw-bg-gray-100")),D.borderWidth||D.borderColor){let Tt=D.borderWidth||"0px",ke=D.borderColor||"transparent";tt.style.border=`${Tt} solid ${ke}`,tt.classList.remove("tvw-border-none")}else tt.style.border="",tt.classList.add("tvw-border-none");D.borderRadius?(tt.style.borderRadius=D.borderRadius,tt.classList.remove("tvw-rounded-full")):(tt.style.borderRadius="",tt.classList.add("tvw-rounded-full")),D.paddingX?(tt.style.paddingLeft=D.paddingX,tt.style.paddingRight=D.paddingX):(tt.style.paddingLeft="",tt.style.paddingRight=""),D.paddingY?(tt.style.paddingTop=D.paddingY,tt.style.paddingBottom=D.paddingY):(tt.style.paddingTop="",tt.style.paddingBottom="");let ce=(aH=D.tooltipText)!=null?aH:"Clear chat",Je=(rH=D.showTooltip)!=null?rH:!0;if(tt.setAttribute("aria-label",ce),Nt&&(Nt._cleanupTooltip&&(Nt._cleanupTooltip(),delete Nt._cleanupTooltip),Je&&ce)){let Tt=null,ke=()=>{if(Tt||!tt)return;Tt=M("div","tvw-clear-chat-tooltip"),Tt.textContent=ce;let Yn=M("div");Yn.className="tvw-clear-chat-tooltip-arrow",Tt.appendChild(Yn);let Ua=tt.getBoundingClientRect();Tt.style.position="fixed",Tt.style.left=`${Ua.left+Ua.width/2}px`,Tt.style.top=`${Ua.top-8}px`,Tt.style.transform="translate(-50%, -100%)",document.body.appendChild(Tt)},je=()=>{Tt&&Tt.parentNode&&(Tt.parentNode.removeChild(Tt),Tt=null)};Nt.addEventListener("mouseenter",ke),Nt.addEventListener("mouseleave",je),tt.addEventListener("focus",ke),tt.addEventListener("blur",je),Nt._cleanupTooltip=()=>{je(),Nt&&(Nt.removeEventListener("mouseenter",ke),Nt.removeEventListener("mouseleave",je)),tt&&(tt.removeEventListener("focus",ke),tt.removeEventListener("blur",je))}}}}let na=t.actionParsers&&t.actionParsers.length?t.actionParsers:[fl],ea=t.actionHandlers&&t.actionHandlers.length?t.actionHandlers:[Qa.message,Qa.messageAndClick];w=ul({parsers:na,handlers:ea,getSessionMetadata:x,updateSessionMetadata:c,emit:o.emit,documentRef:typeof document!="undefined"?document:null}),P=$L(t,w,V),_.updateConfig(t),Wa(jt,_.getMessages(),P),Ca.render(t.suggestionChips,_,ct,void 0,t.suggestionChipsConfig),Vn(),or(_.isStreaming());let Aa=((oH=t.voiceRecognition)==null?void 0:oH.enabled)===!0,kl=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined");if(Aa&&kl)if(!X||!oe){let D=bl(t.voiceRecognition,t.sendButton);D&&(X=D.micButton,oe=D.micButtonWrapper,Ge.insertBefore(oe,ie),X.addEventListener("click",nr),X.disabled=_.isStreaming())}else{let D=(sH=t.voiceRecognition)!=null?sH:{},Lt=(nH=t.sendButton)!=null?nH:{},ae=(lH=D.iconName)!=null?lH:"mic",vt=(dH=Lt.size)!=null?dH:"40px",Ft=(iH=D.iconSize)!=null?iH:vt,ve=parseFloat(Ft)||24;X.style.width=Ft,X.style.height=Ft,X.style.minWidth=Ft,X.style.minHeight=Ft;let Ve=(cH=(pH=D.iconColor)!=null?pH:Lt.textColor)!=null?cH:"currentColor";X.innerHTML="";let Xe=nt(ae,ve,Ve,2);Xe?X.appendChild(Xe):X.textContent="\u{1F3A4}";let Ne=(hH=D.backgroundColor)!=null?hH:Lt.backgroundColor;Ne?(X.style.backgroundColor=Ne,X.classList.remove("tvw-bg-cw-primary")):(X.style.backgroundColor="",X.classList.add("tvw-bg-cw-primary")),Ve?(X.style.color=Ve,X.classList.remove("tvw-text-white")):!Ve&&!Lt.textColor&&(X.style.color="",X.classList.add("tvw-text-white")),D.borderWidth?(X.style.borderWidth=D.borderWidth,X.style.borderStyle="solid"):(X.style.borderWidth="",X.style.borderStyle=""),D.borderColor?X.style.borderColor=D.borderColor:X.style.borderColor="",D.paddingX?(X.style.paddingLeft=D.paddingX,X.style.paddingRight=D.paddingX):(X.style.paddingLeft="",X.style.paddingRight=""),D.paddingY?(X.style.paddingTop=D.paddingY,X.style.paddingBottom=D.paddingY):(X.style.paddingTop="",X.style.paddingBottom="");let ce=oe==null?void 0:oe.querySelector(".tvw-send-button-tooltip"),Je=(fH=D.tooltipText)!=null?fH:"Start voice recognition";if(((uH=D.showTooltip)!=null?uH:!1)&&Je)if(ce)ce.textContent=Je,ce.style.display="";else{let ke=document.createElement("div");ke.className="tvw-send-button-tooltip",ke.textContent=Je,oe==null||oe.insertBefore(ke,X)}else ce&&(ce.style.display="none");oe.style.display="",X.disabled=_.isStreaming()}else X&&oe&&(oe.style.display="none",Ze&&ta());if(((mH=t.attachments)==null?void 0:mH.enabled)===!0)if(!Q||!U){let D=(xH=t.attachments)!=null?xH:{},ae=(MH=((gH=t.sendButton)!=null?gH:{}).size)!=null?MH:"40px";Wt||(Wt=M("div","tvw-attachment-previews tvw-flex tvw-flex-wrap tvw-gap-2 tvw-mb-2"),Wt.style.display="none",we.insertBefore(Wt,ct)),st||(st=document.createElement("input"),st.type="file",st.accept=((vH=D.allowedTypes)!=null?vH:ka).join(","),st.multiple=((yH=D.maxFiles)!=null?yH:4)>1,st.style.display="none",st.setAttribute("aria-label","Attach files"),we.insertBefore(st,ct)),Q=M("div","tvw-send-button-wrapper"),U=M("button","tvw-rounded-button tvw-flex tvw-items-center tvw-justify-center disabled:tvw-opacity-50 tvw-cursor-pointer tvw-attachment-button"),U.type="button",U.setAttribute("aria-label",(wH=D.buttonTooltipText)!=null?wH:"Attach file");let vt=(CH=D.buttonIconName)!=null?CH:"paperclip",Ft=ae,ve=parseFloat(Ft)||40,Ve=Math.round(ve*.6);U.style.width=Ft,U.style.height=Ft,U.style.minWidth=Ft,U.style.minHeight=Ft,U.style.fontSize="18px",U.style.lineHeight="1",U.style.backgroundColor="transparent",U.style.color="var(--cw-primary, #111827)",U.style.border="none",U.style.borderRadius="6px",U.style.transition="background-color 0.15s ease",U.addEventListener("mouseenter",()=>{U.style.backgroundColor="rgba(0, 0, 0, 0.05)"}),U.addEventListener("mouseleave",()=>{U.style.backgroundColor="transparent"});let Xe=nt(vt,Ve,"currentColor",1.5);Xe?U.appendChild(Xe):U.textContent="\u{1F4CE}",U.addEventListener("click",Je=>{Je.preventDefault(),st==null||st.click()}),Q.appendChild(U);let Ne=(bH=D.buttonTooltipText)!=null?bH:"Attach file",ce=M("div","tvw-send-button-tooltip");ce.textContent=Ne,Q.appendChild(ce),Ee.append(Q),!Z&&st&&Wt&&(Z=Ja.fromConfig(D),Z.setPreviewsContainer(Wt),st.addEventListener("change",async()=>{Z&&(st!=null&&st.files)&&(await Z.handleFileSelect(st.files),st.value="")}))}else{Q.style.display="";let D=(SH=t.attachments)!=null?SH:{};st&&(st.accept=((AH=D.allowedTypes)!=null?AH:ka).join(","),st.multiple=((kH=D.maxFiles)!=null?kH:4)>1),Z&&Z.updateConfig({allowedTypes:D.allowedTypes,maxFileSize:D.maxFileSize,maxFiles:D.maxFiles})}else Q&&(Q.style.display="none"),Z&&Z.clearAttachments();let ue=(HH=t.sendButton)!=null?HH:{},Hl=(LH=ue.useIcon)!=null?LH:!1,Zn=(TH=ue.iconText)!=null?TH:"\u2191",qa=ue.iconName,Na=(PH=ue.tooltipText)!=null?PH:"Send message",QL=(EH=ue.showTooltip)!=null?EH:!1,Xn=(BH=ue.size)!=null?BH:"40px",Ll=ue.backgroundColor,la=ue.textColor;if(Hl){if(Y.style.width=Xn,Y.style.height=Xn,Y.style.minWidth=Xn,Y.style.minHeight=Xn,Y.style.fontSize="18px",Y.style.lineHeight="1",Y.innerHTML="",qa){let D=parseFloat(Xn)||24,Lt=la&&typeof la=="string"&&la.trim()?la.trim():"currentColor",ae=nt(qa,D,Lt,2);ae?(Y.appendChild(ae),Y.style.color=Lt):(Y.textContent=Zn,la?Y.style.color=la:Y.classList.add("tvw-text-white"))}else Y.textContent=Zn,la?Y.style.color=la:Y.classList.add("tvw-text-white");Y.className="tvw-rounded-button tvw-flex tvw-items-center tvw-justify-center disabled:tvw-opacity-50 tvw-cursor-pointer",Ll?(Y.style.backgroundColor=Ll,Y.classList.remove("tvw-bg-cw-primary")):Y.classList.add("tvw-bg-cw-primary")}else Y.textContent=(VH=(RH=t.copy)==null?void 0:RH.sendButtonLabel)!=null?VH:"Send",Y.style.width="",Y.style.height="",Y.style.minWidth="",Y.style.minHeight="",Y.style.fontSize="",Y.style.lineHeight="",Y.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",Ll?(Y.style.backgroundColor=Ll,Y.classList.remove("tvw-bg-cw-accent")):Y.classList.add("tvw-bg-cw-accent"),la?Y.style.color=la:Y.classList.add("tvw-text-white");ue.borderWidth?(Y.style.borderWidth=ue.borderWidth,Y.style.borderStyle="solid"):(Y.style.borderWidth="",Y.style.borderStyle=""),ue.borderColor?Y.style.borderColor=ue.borderColor:Y.style.borderColor="",ue.paddingX?(Y.style.paddingLeft=ue.paddingX,Y.style.paddingRight=ue.paddingX):(Y.style.paddingLeft="",Y.style.paddingRight=""),ue.paddingY?(Y.style.paddingTop=ue.paddingY,Y.style.paddingBottom=ue.paddingY):(Y.style.paddingTop="",Y.style.paddingBottom="");let Jn=ie==null?void 0:ie.querySelector(".tvw-send-button-tooltip");if(QL&&Na)if(Jn)Jn.textContent=Na,Jn.style.display="";else{let D=document.createElement("div");D.className="tvw-send-button-tooltip",D.textContent=Na,ie==null||ie.insertBefore(D,Y)}else Jn&&(Jn.style.display="none");let Kn=(IH=t.statusIndicator)!=null?IH:{},tT=(FH=Kn.visible)!=null?FH:!0;if(Pe.style.display=tT?"":"none",_){let D=_.getStatus(),Lt=ae=>{var vt,Ft,ve,Ve;return ae==="idle"?(vt=Kn.idleText)!=null?vt:De.idle:ae==="connecting"?(Ft=Kn.connectingText)!=null?Ft:De.connecting:ae==="connected"?(ve=Kn.connectedText)!=null?ve:De.connected:ae==="error"?(Ve=Kn.errorText)!=null?Ve:De.error:De[ae]};Pe.textContent=Lt(D)}},open(){C&&ne(!0,"api")},close(){C&&ne(!1,"api")},toggle(){C&&ne(!m,"api")},clearChat(){_.clearMessages();try{localStorage.removeItem(Hn),t.debug&&console.log(`[AgentWidget] Cleared default localStorage key: ${Hn}`)}catch(y){console.error("[AgentWidget] Failed to clear default localStorage:",y)}if(t.clearChatHistoryStorageKey&&t.clearChatHistoryStorageKey!==Hn)try{localStorage.removeItem(t.clearChatHistoryStorageKey),t.debug&&console.log(`[AgentWidget] Cleared custom localStorage key: ${t.clearChatHistoryStorageKey}`)}catch(y){console.error("[AgentWidget] Failed to clear custom localStorage:",y)}let d=new CustomEvent("persona:clear-chat",{detail:{timestamp:new Date().toISOString()}});if(window.dispatchEvent(d),n!=null&&n.clear)try{let y=n.clear();y instanceof Promise&&y.catch(H=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",H)})}catch(y){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",y)}l={},w.syncFromMetadata(),$==null||$.clear(),dt==null||dt.update()},setMessage(d){return!ct||_.isStreaming()?!1:(!m&&C&&ne(!0,"system"),ct.value=d,ct.dispatchEvent(new Event("input",{bubbles:!0})),!0)},submitMessage(d){if(_.isStreaming())return!1;let y=(d==null?void 0:d.trim())||ct.value.trim();return y?(!m&&C&&ne(!0,"system"),ct.value="",ct.style.height="auto",_.sendMessage(y),!0):!1},startVoiceRecognition(){return Ze||_.isStreaming()||!Wn()?!1:(!m&&C&&ne(!0,"system"),Zt.manuallyDeactivated=!1,ha(),za("user"),!0)},stopVoiceRecognition(){return Ze?(Zt.manuallyDeactivated=!0,ha(),ta("user"),!0):!1},injectMessage(d){return!m&&C&&ne(!0,"system"),_.injectMessage(d)},injectAssistantMessage(d){!m&&C&&ne(!0,"system");let y=_.injectAssistantMessage(d);return v&&(v=!1,A&&(clearTimeout(A),A=null),setTimeout(()=>{_&&!_.isStreaming()&&_.continueConversation()},100)),y},injectUserMessage(d){return!m&&C&&ne(!0,"system"),_.injectUserMessage(d)},injectSystemMessage(d){return!m&&C&&ne(!0,"system"),_.injectSystemMessage(d)},injectMessageBatch(d){return!m&&C&&ne(!0,"system"),_.injectMessageBatch(d)},injectTestMessage(d){!m&&C&&ne(!0,"system"),_.injectTestEvent(d)},async connectStream(d,y){return _.connectStream(d,y)},__pushEventStreamEvent(d){$&&$.push({id:`evt-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,type:d.type,timestamp:Date.now(),payload:JSON.stringify(d.payload)})},showEventStream(){!O||!$||Ut()},hideEventStream(){xt&&bt()},isEventStreamVisible(){return xt},focusInput(){return C&&!m||!ct?!1:(ct.focus(),!0)},async resolveApproval(d,y){let R=_.getMessages().find(B=>{var z;return B.variant==="approval"&&((z=B.approval)==null?void 0:z.id)===d});if(!(R!=null&&R.approval))throw new Error(`Approval not found: ${d}`);return _.resolveApproval(R.approval,y)},getMessages(){return _.getMessages()},getStatus(){return _.getStatus()},getPersistentMetadata(){return{...l}},updatePersistentMetadata(d){c(d)},on(d,y){return o.on(d,y)},off(d,y){o.off(d,y)},isOpen(){return C&&m},isVoiceActive(){return Zt.active},getState(){return{open:C&&m,launcherEnabled:C,voiceActive:Zt.active,streaming:_.isStreaming()}},showCSATFeedback(d){!m&&C&&ne(!0,"system");let y=jt.querySelector(".tvw-feedback-container");y&&y.remove();let H=iA({onSubmit:async(R,B)=>{var z;_.isClientTokenMode()&&await _.submitCSATFeedback(R,B),(z=d==null?void 0:d.onSubmit)==null||z.call(d,R,B)},onDismiss:d==null?void 0:d.onDismiss,...d});jt.appendChild(H),H.scrollIntoView({behavior:"smooth",block:"end"})},showNPSFeedback(d){!m&&C&&ne(!0,"system");let y=jt.querySelector(".tvw-feedback-container");y&&y.remove();let H=pA({onSubmit:async(R,B)=>{var z;_.isClientTokenMode()&&await _.submitNPSFeedback(R,B),(z=d==null?void 0:d.onSubmit)==null||z.call(d,R,B)},onDismiss:d==null?void 0:d.onDismiss,...d});jt.appendChild(H),H.scrollIntoView({behavior:"smooth",block:"end"})},async submitCSATFeedback(d,y){return _.submitCSATFeedback(d,y)},async submitNPSFeedback(d,y){return _.submitNPSFeedback(d,y)},destroy(){me.forEach(d=>d()),Ot.remove(),te==null||te.destroy(),ee==null||ee.remove(),oa&&et.removeEventListener("click",oa)}};if(((($t=a==null?void 0:a.debugTools)!=null?$t:!1)||!!t.debug)&&typeof window!="undefined"){let d=window.AgentWidgetBrowser,y={controller:Be,getMessages:Be.getMessages,getStatus:Be.getStatus,getMetadata:Be.getPersistentMetadata,updateMetadata:Be.updatePersistentMetadata,clearHistory:()=>Be.clearChat(),setVoiceActive:H=>H?Be.startVoiceRecognition():Be.stopVoiceRecognition()};window.AgentWidgetBrowser=y,me.push(()=>{window.AgentWidgetBrowser===y&&(window.AgentWidgetBrowser=d)})}if(typeof window!="undefined"){let d=r.getAttribute("data-persona-instance")||r.id||"persona-"+Math.random().toString(36).slice(2,8),y=H=>{let R=H.detail;(!(R!=null&&R.instanceId)||R.instanceId===d)&&Be.focusInput()};if(window.addEventListener("persona:focusInput",y),me.push(()=>{window.removeEventListener("persona:focusInput",y)}),O){let H=B=>{let z=B.detail;(!(z!=null&&z.instanceId)||z.instanceId===d)&&Be.showEventStream()},R=B=>{let z=B.detail;(!(z!=null&&z.instanceId)||z.instanceId===d)&&Be.hideEventStream()};window.addEventListener("persona:showEventStream",H),window.addEventListener("persona:hideEventStream",R),me.push(()=>{window.removeEventListener("persona:showEventStream",H),window.removeEventListener("persona:hideEventStream",R)})}}let qe=OP(t.persistState);if(qe&&C){let d=zP(qe.storage),y=`${qe.keyPrefix}widget-open`,H=`${qe.keyPrefix}widget-voice`,R=`${qe.keyPrefix}widget-voice-mode`;if(d){let B=((fe=qe.persist)==null?void 0:fe.openState)&&d.getItem(y)==="true",z=((_t=qe.persist)==null?void 0:_t.voiceState)&&d.getItem(H)==="true",gt=((Ae=qe.persist)==null?void 0:Ae.voiceState)&&d.getItem(R)==="true";if(B&&setTimeout(()=>{Be.open(),setTimeout(()=>{var it;if(z||gt)Be.startVoiceRecognition();else if((it=qe.persist)!=null&&it.focusInput){let ft=r.querySelector("textarea");ft&&ft.focus()}},100)},0),(_e=qe.persist)!=null&&_e.openState&&(o.on("widget:opened",()=>{d.setItem(y,"true")}),o.on("widget:closed",()=>{d.setItem(y,"false")})),(Qe=qe.persist)!=null&&Qe.voiceState&&(o.on("voice:state",it=>{d.setItem(H,it.active?"true":"false")}),o.on("user:message",it=>{d.setItem(R,it.viaVoice?"true":"false")})),qe.clearOnChatClear){let it=()=>{d.removeItem(y),d.removeItem(H),d.removeItem(R)},ft=()=>it();window.addEventListener("persona:clear-chat",ft),me.push(()=>{window.removeEventListener("persona:clear-chat",ft)})}}}return Be};var ak={},qP=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},NP=()=>{try{if(typeof ak!="undefined"&&ak.url)return new URL("../widget.css",ak.url).href}catch{}return null},_L=r=>{let e=NP(),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)}},rk=r=>{var h,x,c,p;let e=qP(r.target),a=document.createElement("div");a.className="persona-host";let t=(c=(x=(h=r.config)==null?void 0:h.launcher)==null?void 0:x.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),_L(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),_L(a);e.id&&o.setAttribute("data-persona-instance",e.id);let l=cA(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 jL={name:"@runtypelabs/persona",version:"1.46.1",description:"Themeable, pluggable streaming agent widget for websites, in plain JS with support for voice input and reasoning / tool output.",type:"module",main:"dist/index.cjs",module:"dist/index.js",types:"dist/index.d.ts",exports:{".":{types:"./dist/index.d.ts",import:"./dist/index.js",require:"./dist/index.cjs"},"./widget.css":{import:"./widget.css",default:"./dist/widget.css"}},files:["dist","widget.css","src"],scripts:{build:"rimraf dist && npm run build:styles && npm run build:client && npm run build:installer","build:styles":`node -e "const fs=require('fs');fs.mkdirSync('dist',{recursive:true});fs.copyFileSync('src/styles/widget.css','dist/widget.css');"`,"build:client":'tsup src/index.ts --format esm,cjs,iife --global-name AgentWidget --minify --sourcemap --splitting false --dts --loader ".css=text"',"build:installer":"tsup src/install.ts --format iife --global-name SiteAgentInstaller --out-dir dist --minify --sourcemap --no-splitting",lint:"eslint . --ext .ts",typecheck:"tsc --noEmit",test:"vitest","test:ui":"vitest --ui","test:run":"vitest run"},dependencies:{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 tr=jL.version;function ya(r){if(r!==void 0)return typeof r=="string"?r:Array.isArray(r)?`[${r.map(e=>e.toString()).join(", ")}]`:r.toString()}function $P(r){if(r)return{getHeaders:ya(r.getHeaders),onFeedback:ya(r.onFeedback),onCopy:ya(r.onCopy),requestMiddleware:ya(r.requestMiddleware),actionHandlers:ya(r.actionHandlers),actionParsers:ya(r.actionParsers),postprocessMessage:ya(r.postprocessMessage),contextProviders:ya(r.contextProviders),streamParser:ya(r.streamParser)}}var GL=`({ text, message }: any) => {
109
+ `}if(!F){let hr="max-height: -moz-available !important; max-height: stretch !important;",fr=d?"":"padding-top: 1.25em !important;";zt.style.cssText+=hr+fr}};oa(),sA(r,t);let Yt=[];q&&Yt.push(()=>{Ft!==null&&(cancelAnimationFrame(Ft),Ft=null),et==null||et.destroy(),et=null,$==null||$.destroy(),$=null,K=null});let sa=null,Aa=()=>{sa&&(sa(),sa=null),t.colorScheme==="auto"&&(sa=NT(()=>{sA(r,t)}))};Aa(),Yt.push(()=>{sa&&(sa(),sa=null)});let ka=KT(_e),pa=null,V,Ha=!1,ua=!0,Wa=0,In=0,ma=null,xa=!1,nr=0,lr=!1,vl=125,yl=2e3,wl=5,Fn=50,dr=new Map,kt={active:!1,manuallyDeactivated:!1,lastUserMessageWasVoice:!1,lastUserMessageId:null},Dn=(me=(Ut=t.voiceRecognition)==null?void 0:Ut.autoResume)!=null?me:!1,na=d=>{o.emit("voice:state",{active:kt.active,source:d,timestamp:Date.now()})},Je=()=>{h(d=>({...d,voiceState:{active:kt.active,timestamp:Date.now(),manuallyDeactivated:kt.manuallyDeactivated}}))},Cl=()=>{var B,z;if(((B=t.voiceRecognition)==null?void 0:B.enabled)===!1)return;let d=lk(l.voiceState),g=!!d.active,k=Number((z=d.timestamp)!=null?z:0);kt.manuallyDeactivated=!!d.manuallyDeactivated,g&&Date.now()-k<KP&&setTimeout(()=>{var D,X;kt.active||(kt.manuallyDeactivated=!1,((X=(D=t.voiceRecognition)==null?void 0:D.provider)==null?void 0:X.type)==="runtype"?V.toggleVoice().then(()=>{kt.active=V.isVoiceActive(),na("restore"),V.isVoiceActive()&&Ua()}):Na("restore"))},1e3)},bl=()=>V?oL(V.getMessages()).filter(d=>!d.__skipPersist):[];function Wn(d){if(!(n!=null&&n.save))return;let k={messages:d?oL(d):V?bl():[],metadata:l};try{let B=n.save(k);B instanceof Promise&&B.catch(z=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",z)})}catch(B){typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",B)}}let Oa=(d=!1)=>{if(!ua)return;let g=Date.now();xa&&g<nr&&!d||(xa&&g>=nr&&(xa=!1),!(!d&&!Ha)&&(g-In<vl||(In=g,ma&&cancelAnimationFrame(ma),ma=requestAnimationFrame(()=>{xa||!ua||(lr=!0,Dt.scrollTop=Dt.scrollHeight,Wa=Dt.scrollTop,requestAnimationFrame(()=>{lr=!1}),ma=null)}))))},ga=null,Sl=()=>zt.querySelector("#persona-scroll-container")||Dt,Al=(d,g=500)=>{let k=d.scrollTop,B=d.clientHeight,z=d.scrollHeight,D=z-k;if(k+B>=z-2||Math.abs(D)<5)return;ga!==null&&(cancelAnimationFrame(ga),ga=null);let mt=performance.now(),xt=bt=>1-Math.pow(1-bt,3),Mt=bt=>{let Ht=d.scrollHeight;Ht!==z&&(z=Ht,D=z-k);let rt=bt-mt,F=Math.min(rt/g,1),gt=xt(F),vt=k+D*gt;d.scrollTop=vt,F<1?ga=requestAnimationFrame(Mt):(d.scrollTop=d.scrollHeight,ga=null)};ga=requestAnimationFrame(Mt)},kl=d=>{let g=new Map;d.forEach(k=>{let B=dr.get(k.id);g.set(k.id,{streaming:k.streaming,role:k.role}),!B&&k.role==="assistant"&&o.emit("assistant:message",k),k.role==="assistant"&&(B!=null&&B.streaming)&&k.streaming===!1&&o.emit("assistant:complete",k),k.variant==="approval"&&k.approval&&(B?k.approval.status!=="pending"&&o.emit("approval:resolved",{approval:k.approval,decision:k.approval.status}):o.emit("approval:requested",{approval:k.approval,message:k}))}),dr.clear(),g.forEach((k,B)=>{dr.set(B,k)})},za=(d,g,k)=>{var Mt,bt,Ht,rt;let B=document.createElement("div"),D=(()=>{var gt;let F=s.find(vt=>vt.renderLoadingIndicator);if(F!=null&&F.renderLoadingIndicator)return F.renderLoadingIndicator;if((gt=t.loadingIndicator)!=null&&gt.render)return t.loadingIndicator.render})();g.forEach(F=>{var ye,De;let gt=null,vt=s.find(tt=>!!(F.variant==="reasoning"&&tt.renderReasoning||F.variant==="tool"&&tt.renderToolCall||F.variant==="approval"&&tt.renderApproval||!F.variant&&tt.renderMessage)),le=(ye=t.layout)==null?void 0:ye.messages;if(vt)if(F.variant==="reasoning"&&F.reasoning&&vt.renderReasoning){if(!E)return;gt=vt.renderReasoning({message:F,defaultRenderer:()=>KA(F),config:t})}else if(F.variant==="tool"&&F.toolCall&&vt.renderToolCall){if(!O)return;gt=vt.renderToolCall({message:F,defaultRenderer:()=>YA(F,t),config:t})}else if(F.variant==="approval"&&F.approval&&vt.renderApproval){if(t.approval===!1)return;gt=vt.renderApproval({message:F,defaultRenderer:()=>QA(F,t),config:t})}else vt.renderMessage&&(gt=vt.renderMessage({message:F,defaultRenderer:()=>{let tt=Tn(F,k,le,t.messageActions,ue,{loadingIndicatorRenderer:D,widgetConfig:t});return F.role!=="user"&&ek(tt,F,t,V),tt},config:t}));if(!gt&&F.role==="assistant"&&!F.variant&&t.enableComponentStreaming!==!1&&cA(F)){let Nt=hA(F);if(Nt){let ca=pA(Nt,{config:t,message:F,transform:k});if(ca){let Ge=document.createElement("div");if(Ge.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(" "),Ge.id=`bubble-${F.id}`,Ge.setAttribute("data-message-id",F.id),F.content&&F.content.trim()){let da=document.createElement("div");da.className="tvw-mb-3 tvw-text-sm tvw-leading-relaxed",da.innerHTML=k({text:F.content,message:F,streaming:!!F.streaming,raw:F.rawContent}),Ge.appendChild(da)}Ge.appendChild(ca),gt=Ge}}}if(!gt)if(F.variant==="reasoning"&&F.reasoning){if(!E)return;gt=KA(F)}else if(F.variant==="tool"&&F.toolCall){if(!O)return;gt=YA(F,t)}else if(F.variant==="approval"&&F.approval){if(t.approval===!1)return;gt=QA(F,t)}else{let tt=(De=t.layout)==null?void 0:De.messages;tt!=null&&tt.renderUserMessage&&F.role==="user"?gt=tt.renderUserMessage({message:F,config:t,streaming:!!F.streaming}):tt!=null&&tt.renderAssistantMessage&&F.role==="assistant"?gt=tt.renderAssistantMessage({message:F,config:t,streaming:!!F.streaming}):gt=Tn(F,k,tt,t.messageActions,ue,{loadingIndicatorRenderer:D,widgetConfig:t}),F.role!=="user"&&gt&&ek(gt,F,t,V)}let Rt=document.createElement("div");Rt.className="tvw-flex",Rt.id=`wrapper-${F.id}`,Rt.setAttribute("data-wrapper-id",F.id),F.role==="user"&&Rt.classList.add("tvw-justify-end"),Rt.appendChild(gt),B.appendChild(Rt)});let X=g.some(F=>F.role==="assistant"&&F.streaming),mt=g[g.length-1],xt=(mt==null?void 0:mt.role)==="assistant"&&!mt.streaming&&mt.variant!=="approval";if(Ha&&g.some(F=>F.role==="user")&&!X&&!xt){let F={config:t,streaming:!0,location:"standalone",defaultRenderer:rr},gt=s.find(le=>le.renderLoadingIndicator),vt=null;if(gt!=null&&gt.renderLoadingIndicator&&(vt=gt.renderLoadingIndicator(F)),vt===null&&((Mt=t.loadingIndicator)!=null&&Mt.render)&&(vt=t.loadingIndicator.render(F)),vt===null&&(vt=rr()),vt){let le=document.createElement("div"),Rt=((bt=t.loadingIndicator)==null?void 0:bt.showBubble)!==!1;le.className=Rt?["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(" "),le.setAttribute("data-typing-indicator","true"),le.appendChild(vt);let ye=document.createElement("div");ye.className="tvw-flex",ye.id="wrapper-typing-indicator",ye.setAttribute("data-wrapper-id","typing-indicator"),ye.appendChild(le),B.appendChild(ye)}}if(!Ha&&g.length>0){let F=g[g.length-1],gt={config:t,lastMessage:F,messageCount:g.length},vt=s.find(Rt=>Rt.renderIdleIndicator),le=null;if(vt!=null&&vt.renderIdleIndicator&&(le=vt.renderIdleIndicator(gt)),le===null&&((Ht=t.loadingIndicator)!=null&&Ht.renderIdle)&&(le=t.loadingIndicator.renderIdle(gt)),le){let Rt=document.createElement("div"),ye=((rt=t.loadingIndicator)==null?void 0:rt.showBubble)!==!1;Rt.className=ye?["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(" "),Rt.setAttribute("data-idle-indicator","true"),Rt.appendChild(le);let De=document.createElement("div");De.className="tvw-flex",De.id="wrapper-idle-indicator",De.setAttribute("data-wrapper-id","idle-indicator"),De.appendChild(Rt),B.appendChild(De)}}$T(d,B),requestAnimationFrame(()=>{requestAnimationFrame(()=>{let F=Sl();Al(F)})})},qa=()=>{C&&(x?(zt.classList.remove("tvw-pointer-events-none","tvw-opacity-0"),st.classList.remove("tvw-scale-95","tvw-opacity-0"),st.classList.add("tvw-scale-100","tvw-opacity-100"),Qt?Qt.element.style.display="none":te&&(te.style.display="none")):(zt.classList.add("tvw-pointer-events-none","tvw-opacity-0"),st.classList.remove("tvw-scale-100","tvw-opacity-100"),st.classList.add("tvw-scale-95","tvw-opacity-0"),Qt?Qt.element.style.display="":te&&(te.style.display="")))},ne=(d,g="user")=>{if(!C||x===d)return;let k=x;x=d,qa(),x&&(Ta(),Oa(!0));let B={open:x,source:g,timestamp:Date.now()};x&&!k?o.emit("widget:opened",B):!x&&k&&o.emit("widget:closed",B),o.emit("widget:state",{open:x,launcherEnabled:C,voiceActive:kt.active,streaming:V.isStreaming()})},ir=d=>{Y.disabled=d,N&&(N.disabled=d),ka.buttons.forEach(g=>{g.disabled=d})},pr=()=>{kt.active||ct&&ct.focus()};o.on("widget:opened",()=>{t.autoFocusInput&&setTimeout(()=>pr(),200)});let On=()=>{var z,D,X,mt,xt,Mt,bt,Ht,rt,F,gt,vt,le,Rt;be.textContent=(D=(z=t.copy)==null?void 0:z.welcomeTitle)!=null?D:"Hello \u{1F44B}",ea.textContent=(mt=(X=t.copy)==null?void 0:X.welcomeSubtitle)!=null?mt:"Ask anything about your account or products.",ct.placeholder=(Mt=(xt=t.copy)==null?void 0:xt.inputPlaceholder)!=null?Mt:"How can I help...",(Ht=(bt=t.sendButton)==null?void 0:bt.useIcon)!=null&&Ht||(Y.textContent=(F=(rt=t.copy)==null?void 0:rt.sendButtonLabel)!=null?F:"Send");let g=(vt=(gt=t.theme)==null?void 0:gt.inputFontFamily)!=null?vt:"sans-serif",k=(Rt=(le=t.theme)==null?void 0:le.inputFontWeight)!=null?Rt:"400",B=ye=>{switch(ye){case"serif":return'Georgia, "Times New Roman", Times, serif';case"mono":return'"Courier New", Courier, "Lucida Console", Monaco, monospace';default:return'-apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif'}};ct.style.fontFamily=B(g),ct.style.fontWeight=k};if(t.clientToken&&(t={...t,getStoredSessionId:()=>{let d=l.sessionId;return typeof d=="string"?d:null},setStoredSessionId:d=>{h(g=>({...g,sessionId:d}))}}),V=new gr(t,{onMessagesChanged(d){za(_t,d,P),V&&(d.some(z=>z.role==="user")?ka.render([],V,ct,d):ka.render(t.suggestionChips,V,ct,d,t.suggestionChipsConfig)),Oa(!Ha),kl(d);let g=[...d].reverse().find(B=>B.role==="user"),k=kt.lastUserMessageId;g&&g.id!==k&&(kt.lastUserMessageId=g.id,o.emit("user:message",g)),kt.lastUserMessageWasVoice=!!(g!=null&&g.viaVoice),Wn(d)},onStatusChanged(d){var B;let g=(B=t.statusIndicator)!=null?B:{},k=z=>{var D,X,mt,xt;return z==="idle"?(D=g.idleText)!=null?D:We.idle:z==="connecting"?(X=g.connectingText)!=null?X:We.connecting:z==="connected"?(mt=g.connectedText)!=null?mt:We.connected:z==="error"?(xt=g.errorText)!=null?xt:We.error:We[z]};Pe.textContent=k(d)},onStreamingChanged(d){Ha=d,ir(d),V&&za(_t,V.getMessages(),P),d||Oa(!0)},onVoiceStatusChanged(d){var g,k;((k=(g=t.voiceRecognition)==null?void 0:g.provider)==null?void 0:k.type)==="runtype"&&d!=="listening"&&(kt.active=!1,$a(),na("system"),Je())}}),((ke=($t=t.voiceRecognition)==null?void 0:$t.provider)==null?void 0:ke.type)==="runtype")try{V.setupVoice()}catch(d){typeof console!="undefined"&&console.warn("[AgentWidget] Runtype voice setup failed:",d)}t.clientToken&&V.initClientSession().catch(d=>{t.debug&&console.warn("[AgentWidget] Pre-init client session failed:",d)}),$&&V.setSSEEventCallback((d,g)=>{$==null||$.push({id:`evt-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,type:d,timestamp:Date.now(),payload:JSON.stringify(g)})}),i&&i.then(d=>{var g;d&&(d.metadata&&(l=lk(d.metadata),v.syncFromMetadata()),(g=d.messages)!=null&&g.length&&V.hydrateMessages(d.messages))}).catch(d=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to hydrate stored state:",d)});let zn=d=>{var z;d.preventDefault();let g=ct.value.trim(),k=(z=lt==null?void 0:lt.hasAttachments())!=null?z:!1;if(!g&&!k)return;let B;k&&(B=[],B.push(...lt.getContentParts()),g&&B.push(Gl(g))),ct.value="",ct.style.height="auto",V.sendMessage(g,{contentParts:B}),k&&lt.clearAttachments()},qn=d=>{d.key==="Enter"&&!d.shiftKey&&(d.preventDefault(),Y.click())},Nn=async d=>{var k;if(((k=t.attachments)==null?void 0:k.enabled)!==!0||!lt)return;let g=QP(d.clipboardData);g.length!==0&&(d.preventDefault(),await lt.handleFiles(g))},qe=null,Ke=!1,Ma=null,Be=null,Un=()=>typeof window=="undefined"?null:window.webkitSpeechRecognition||window.SpeechRecognition||null,Na=(d="user")=>{var D,X,mt,xt;if(Ke||V.isStreaming())return;let g=Un();if(!g)return;qe=new g;let B=(X=((D=t.voiceRecognition)!=null?D:{}).pauseDuration)!=null?X:2e3;qe.continuous=!0,qe.interimResults=!0,qe.lang="en-US";let z=ct.value;qe.onresult=Mt=>{let bt="",Ht="";for(let F=0;F<Mt.results.length;F++){let gt=Mt.results[F],vt=gt[0].transcript;gt.isFinal?bt+=vt+" ":Ht=vt}let rt=z+bt+Ht;ct.value=rt,Ma&&clearTimeout(Ma),(bt||Ht)&&(Ma=window.setTimeout(()=>{let F=ct.value.trim();F&&qe&&Ke&&(la(),ct.value="",ct.style.height="auto",V.sendMessage(F,{viaVoice:!0}))},B))},qe.onerror=Mt=>{Mt.error!=="no-speech"&&la()},qe.onend=()=>{if(Ke){let Mt=ct.value.trim();Mt&&Mt!==z.trim()&&(ct.value="",ct.style.height="auto",V.sendMessage(Mt,{viaVoice:!0})),la()}};try{if(qe.start(),Ke=!0,kt.active=!0,d!=="system"&&(kt.manuallyDeactivated=!1),na(d),Je(),N){Be={backgroundColor:N.style.backgroundColor,color:N.style.color,borderColor:N.style.borderColor};let Mt=(mt=t.voiceRecognition)!=null?mt:{},bt=(xt=Mt.recordingBackgroundColor)!=null?xt:"#ef4444",Ht=Mt.recordingIconColor,rt=Mt.recordingBorderColor;if(N.classList.add("tvw-voice-recording"),N.style.backgroundColor=bt,Ht){N.style.color=Ht;let F=N.querySelector("svg");F&&F.setAttribute("stroke",Ht)}rt&&(N.style.borderColor=rt),N.setAttribute("aria-label","Stop voice recognition")}}catch{la("system")}},la=(d="user")=>{if(Ke){if(Ke=!1,Ma&&(clearTimeout(Ma),Ma=null),qe){try{qe.stop()}catch{}qe=null}if(kt.active=!1,na(d),Je(),N){if(N.classList.remove("tvw-voice-recording"),Be){N.style.backgroundColor=Be.backgroundColor,N.style.color=Be.color,N.style.borderColor=Be.borderColor;let g=N.querySelector("svg");g&&g.setAttribute("stroke",Be.color||"currentColor"),Be=null}N.setAttribute("aria-label","Start voice recognition")}}},Hl=(d,g)=>{var Rt,ye,De,tt,Nt,ca,Ge,da;let k=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined"),B=((Rt=d==null?void 0:d.provider)==null?void 0:Rt.type)==="runtype";if(!(k||B))return null;let D=y("div","tvw-send-button-wrapper"),X=y("button","tvw-rounded-button tvw-flex tvw-items-center tvw-justify-center disabled:tvw-opacity-50 tvw-cursor-pointer");X.type="button",X.setAttribute("aria-label","Start voice recognition");let mt=(ye=d==null?void 0:d.iconName)!=null?ye:"mic",xt=(De=g==null?void 0:g.size)!=null?De:"40px",Mt=(tt=d==null?void 0:d.iconSize)!=null?tt:xt,bt=parseFloat(Mt)||24,Ht=(Nt=d==null?void 0:d.backgroundColor)!=null?Nt:g==null?void 0:g.backgroundColor,rt=(ca=d==null?void 0:d.iconColor)!=null?ca:g==null?void 0:g.textColor;X.style.width=Mt,X.style.height=Mt,X.style.minWidth=Mt,X.style.minHeight=Mt,X.style.fontSize="18px",X.style.lineHeight="1";let F=rt||"currentColor",gt=dt(mt,bt,F,1.5);gt?(X.appendChild(gt),X.style.color=F):(X.textContent="\u{1F3A4}",X.style.color=F),Ht?X.style.backgroundColor=Ht:X.classList.add("tvw-bg-cw-primary"),rt?X.style.color=rt:!rt&&!(g!=null&&g.textColor)&&X.classList.add("tvw-text-white"),d!=null&&d.borderWidth&&(X.style.borderWidth=d.borderWidth,X.style.borderStyle="solid"),d!=null&&d.borderColor&&(X.style.borderColor=d.borderColor),d!=null&&d.paddingX&&(X.style.paddingLeft=d.paddingX,X.style.paddingRight=d.paddingX),d!=null&&d.paddingY&&(X.style.paddingTop=d.paddingY,X.style.paddingBottom=d.paddingY),D.appendChild(X);let vt=(Ge=d==null?void 0:d.tooltipText)!=null?Ge:"Start voice recognition";if(((da=d==null?void 0:d.showTooltip)!=null?da:!1)&&vt){let _a=y("div","tvw-send-button-tooltip");_a.textContent=vt,D.appendChild(_a)}return{micButton:X,micButtonWrapper:D}},Ua=()=>{var z,D;if(!N)return;Be={backgroundColor:N.style.backgroundColor,color:N.style.color,borderColor:N.style.borderColor};let d=(z=t.voiceRecognition)!=null?z:{},g=(D=d.recordingBackgroundColor)!=null?D:"#ef4444",k=d.recordingIconColor,B=d.recordingBorderColor;if(N.classList.add("tvw-voice-recording"),N.style.backgroundColor=g,k){N.style.color=k;let X=N.querySelector("svg");X&&X.setAttribute("stroke",k)}B&&(N.style.borderColor=B),N.setAttribute("aria-label","Stop voice recognition")},$a=()=>{var d,g,k;if(N){if(N.classList.remove("tvw-voice-recording"),Be){N.style.backgroundColor=(d=Be.backgroundColor)!=null?d:"",N.style.color=(g=Be.color)!=null?g:"",N.style.borderColor=(k=Be.borderColor)!=null?k:"";let B=N.querySelector("svg");B&&B.setAttribute("stroke",Be.color||"currentColor"),Be=null}N.setAttribute("aria-label","Start voice recognition")}},cr=()=>{var d,g;if(((g=(d=t.voiceRecognition)==null?void 0:d.provider)==null?void 0:g.type)==="runtype"){V.toggleVoice().then(()=>{kt.active=V.isVoiceActive(),kt.manuallyDeactivated=!V.isVoiceActive(),Je(),na("user"),V.isVoiceActive()?Ua():$a()});return}if(Ke){let k=ct.value.trim();kt.manuallyDeactivated=!0,Je(),la("user"),k&&(ct.value="",ct.style.height="auto",V.sendMessage(k))}else kt.manuallyDeactivated=!1,Je(),Na("user")};N&&(N.addEventListener("click",cr),Yt.push(()=>{var d,g;((g=(d=t.voiceRecognition)==null?void 0:d.provider)==null?void 0:g.type)==="runtype"?(V.isVoiceActive()&&V.toggleVoice(),$a()):la("system"),N&&N.removeEventListener("click",cr)}));let Tl=o.on("assistant:complete",()=>{Dn&&(kt.active||kt.manuallyDeactivated||Dn==="assistant"&&!kt.lastUserMessageWasVoice||setTimeout(()=>{var d,g;!kt.active&&!kt.manuallyDeactivated&&(((g=(d=t.voiceRecognition)==null?void 0:d.provider)==null?void 0:g.type)==="runtype"?V.toggleVoice().then(()=>{kt.active=V.isVoiceActive(),na("auto"),V.isVoiceActive()&&Ua()}):Na("auto"))},600))});Yt.push(Tl);let Ll=o.on("action:resubmit",()=>{setTimeout(()=>{V&&!V.isStreaming()&&V.continueConversation()},100)});Yt.push(Ll);let va=()=>{ne(!x,"user")},Qt=null,te=null;if(C){let d=s.find(g=>g.renderLauncher);if(d!=null&&d.renderLauncher){let g=d.renderLauncher({config:t,defaultRenderer:()=>fl(t,va).element,onToggle:va});g&&(te=g)}te||(Qt=fl(t,va))}Qt?r.appendChild(Qt.element):te&&r.appendChild(te),qa(),ka.render(t.suggestionChips,V,ct,void 0,t.suggestionChipsConfig),On(),ir(V.isStreaming()),Oa(!0),Cl(),b&&(C?x&&setTimeout(()=>pr(),200):setTimeout(()=>pr(),0));let Ta=()=>{var k,B,z,D,X,mt,xt,Mt;let d=(B=(k=t.launcher)==null?void 0:k.sidebarMode)!=null?B:!1,g=d||((D=(z=t.launcher)==null?void 0:z.fullHeight)!=null?D:!1);if(!C){st.style.height="",st.style.width="";return}if(!d){let bt=(mt=(X=t==null?void 0:t.launcher)==null?void 0:X.width)!=null?mt:t==null?void 0:t.launcherWidth,Ht=bt!=null?bt:"min(400px, calc(100vw - 24px))";st.style.width=Ht,st.style.maxWidth=Ht}if(!g){let bt=window.innerHeight,Ht=64,rt=(Mt=(xt=t.launcher)==null?void 0:xt.heightOffset)!=null?Mt:0,F=Math.max(200,bt-Ht),gt=Math.min(640,F),vt=Math.max(200,gt-rt);st.style.height=`${vt}px`}};Ta(),window.addEventListener("resize",Ta),Yt.push(()=>window.removeEventListener("resize",Ta)),Wa=Dt.scrollTop;let $n=()=>{let d=Dt.scrollTop,g=Dt.scrollHeight,k=Dt.clientHeight,B=g-d-k,z=Math.abs(d-Wa);if(Wa=d,!lr&&!(z<=wl)){if(!ua&&B<Fn){xa=!1,ua=!0;return}ua&&B>Fn&&(xa=!0,nr=Date.now()+yl,ua=!1)}};Dt.addEventListener("scroll",$n,{passive:!0}),Yt.push(()=>Dt.removeEventListener("scroll",$n)),Yt.push(()=>{ma&&cancelAnimationFrame(ma)});let _n=()=>{at&&(pa&&(at.removeEventListener("click",pa),pa=null),C?(at.style.display="",pa=()=>{x=!1,qa()},at.addEventListener("click",pa)):at.style.display="none")};_n(),(()=>{let{clearChatButton:d}=wt;d&&d.addEventListener("click",()=>{V.clearMessages();try{localStorage.removeItem(Vn),t.debug&&console.log(`[AgentWidget] Cleared default localStorage key: ${Vn}`)}catch(k){console.error("[AgentWidget] Failed to clear default localStorage:",k)}if(t.clearChatHistoryStorageKey&&t.clearChatHistoryStorageKey!==Vn)try{localStorage.removeItem(t.clearChatHistoryStorageKey),t.debug&&console.log(`[AgentWidget] Cleared custom localStorage key: ${t.clearChatHistoryStorageKey}`)}catch(k){console.error("[AgentWidget] Failed to clear custom localStorage:",k)}let g=new CustomEvent("persona:clear-chat",{detail:{timestamp:new Date().toISOString()}});if(window.dispatchEvent(g),n!=null&&n.clear)try{let k=n.clear();k instanceof Promise&&k.catch(B=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",B)})}catch(k){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",k)}l={},v.syncFromMetadata(),$==null||$.clear(),et==null||et.update()})})(),Ce.addEventListener("submit",zn),ct.addEventListener("keydown",qn),ct.addEventListener("paste",Nn),Yt.push(()=>{Ce.removeEventListener("submit",zn),ct.removeEventListener("keydown",qn),ct.removeEventListener("paste",Nn)}),Yt.push(()=>{V.cancel()}),Qt?Yt.push(()=>{Qt==null||Qt.destroy()}):te&&Yt.push(()=>{te==null||te.remove()});let Re={update(d){var xk,gk,Mk,vk,yk,wk,Ck,bk,Sk,Ak,kk,Hk,Tk,Lk,Pk,Ek,Bk,Rk,Vk,Ik,Fk,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,TH,LH,PH,EH,BH,RH,VH,IH,FH,DH,WH,OH,zH,qH,NH,UH,$H,_H,jH,GH,ZH,XH,JH,KH;let g=t.toolCall,k=t.colorScheme;t={...t,...d},oa(),sA(r,t),t.colorScheme!==k&&Aa();let B=xl.getForInstance(t.plugins);s.length=0,s.push(...B),C=(gk=(xk=t.launcher)==null?void 0:xk.enabled)!=null?gk:!0,H=(vk=(Mk=t.launcher)==null?void 0:Mk.autoExpand)!=null?vk:!1,E=(wk=(yk=t.features)==null?void 0:yk.showReasoning)!=null?wk:!0,O=(bk=(Ck=t.features)==null?void 0:Ck.showToolCalls)!=null?bk:!0;let z=q;if(q=(Ak=(Sk=t.features)==null?void 0:Sk.showEventStreamToggle)!=null?Ak:!1,q&&!z){if($||(K=new ml(J),$=new ul(G,K),K.open().then(()=>$==null?void 0:$.restore()).catch(()=>{}),V.setSSEEventCallback((W,Tt)=>{$.push({id:`evt-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,type:W,timestamp:Date.now(),payload:JSON.stringify(Tt)})})),!j&&Ct){let W=(Hk=(kk=t.features)==null?void 0:kk.eventStream)==null?void 0:Hk.classNames,Tt="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"+(W!=null&&W.toggleButton?" "+W.toggleButton:"");j=y("button",Tt),j.style.width="28px",j.style.height="28px",j.type="button",j.setAttribute("aria-label","Event Stream"),j.title="Event Stream";let ee=dt("activity","18px","currentColor",1.5);ee&&j.appendChild(ee);let yt=wt.clearChatButtonWrapper,It=wt.closeButtonWrapper,we=yt||It;we&&we.parentNode===Ct?Ct.insertBefore(j,we):Ct.appendChild(j),j.addEventListener("click",()=>{ft?pt():Kt()})}}else!q&&z&&(pt(),j&&(j.remove(),j=null),$==null||$.clear(),K==null||K.destroy(),$=null,K=null);if(((Tk=t.launcher)==null?void 0:Tk.enabled)===!1&&Qt&&(Qt.destroy(),Qt=null),((Lk=t.launcher)==null?void 0:Lk.enabled)===!1&&te&&(te.remove(),te=null),((Pk=t.launcher)==null?void 0:Pk.enabled)!==!1&&!Qt&&!te){let W=s.find(Tt=>Tt.renderLauncher);if(W!=null&&W.renderLauncher){let Tt=W.renderLauncher({config:t,defaultRenderer:()=>fl(t,va).element,onToggle:va});Tt&&(te=Tt,r.appendChild(te))}te||(Qt=fl(t,va),r.appendChild(Qt.element))}Qt&&Qt.update(t),Se&&((Ek=t.launcher)==null?void 0:Ek.title)!==void 0&&(Se.textContent=t.launcher.title),ut&&((Bk=t.launcher)==null?void 0:Bk.subtitle)!==void 0&&(ut.textContent=t.launcher.subtitle);let D=(Rk=t.layout)==null?void 0:Rk.header;if((D==null?void 0:D.layout)!==f&&Ct){let W=D?kn(t,D,{showClose:C,onClose:()=>ne(!1,"user")}):ba({config:t,showClose:C,onClose:()=>ne(!1,"user")});Ct.replaceWith(W.header),Ct=W.header,Et=W.iconHolder,Se=W.headerTitle,ut=W.headerSubtitle,at=W.closeButton,f=D==null?void 0:D.layout}else if(D&&(Et&&(Et.style.display=D.showIcon===!1?"none":""),Se&&(Se.style.display=D.showTitle===!1?"none":""),ut&&(ut.style.display=D.showSubtitle===!1?"none":""),at&&(at.style.display=D.showCloseButton===!1?"none":""),wt.clearChatButtonWrapper)){let W=D.showClearChat;if(W!==void 0){wt.clearChatButtonWrapper.style.display=W?"":"none";let{closeButtonWrapper:Tt}=wt;Tt&&!Tt.classList.contains("tvw-absolute")&&(W?Tt.classList.remove("tvw-ml-auto"):Tt.classList.add("tvw-ml-auto"))}}let mt=((Vk=t.layout)==null?void 0:Vk.showHeader)!==!1;Ct&&(Ct.style.display=mt?"":"none");let xt=((Ik=t.layout)==null?void 0:Ik.showFooter)!==!1;jt&&(jt.style.display=xt?"":"none"),C!==T?C?ne(H,"auto"):(x=!0,qa()):H!==M&&ne(H,"auto"),M=H,T=C,Ta(),_n(),JSON.stringify(d.toolCall)!==JSON.stringify(g)&&V&&za(_t,V.getMessages(),P);let rt=(Fk=t.launcher)!=null?Fk:{},F=(Dk=rt.headerIconHidden)!=null?Dk:!1,gt=(Ok=(Wk=t.layout)==null?void 0:Wk.header)==null?void 0:Ok.showIcon,vt=F||gt===!1,le=rt.headerIconName,Rt=(zk=rt.headerIconSize)!=null?zk:"48px";if(Et){let W=Vt.querySelector(".tvw-border-b-cw-divider"),Tt=W==null?void 0:W.querySelector(".tvw-flex-col");if(vt)Et.style.display="none",W&&Tt&&!W.contains(Tt)&&W.insertBefore(Tt,W.firstChild);else{if(Et.style.display="",Et.style.height=Rt,Et.style.width=Rt,W&&Tt&&(W.contains(Et)?Et.nextSibling!==Tt&&(Et.remove(),W.insertBefore(Et,Tt)):W.insertBefore(Et,Tt)),le){let yt=parseFloat(Rt)||24,It=dt(le,yt*.6,"#ffffff",2);It?Et.replaceChildren(It):Et.textContent=(qk=rt.agentIconText)!=null?qk:"\u{1F4AC}"}else if(rt.iconUrl){let yt=Et.querySelector("img");if(yt)yt.src=rt.iconUrl,yt.style.height=Rt,yt.style.width=Rt;else{let It=document.createElement("img");It.src=rt.iconUrl,It.alt="",It.className="tvw-rounded-xl tvw-object-cover",It.style.height=Rt,It.style.width=Rt,Et.replaceChildren(It)}}else{let yt=Et.querySelector("svg"),It=Et.querySelector("img");(yt||It)&&Et.replaceChildren(),Et.textContent=(Nk=rt.agentIconText)!=null?Nk:"\u{1F4AC}"}let ee=Et.querySelector("img");ee&&(ee.style.height=Rt,ee.style.width=Rt)}}let ye=($k=(Uk=t.layout)==null?void 0:Uk.header)==null?void 0:$k.showTitle,De=(jk=(_k=t.layout)==null?void 0:_k.header)==null?void 0:jk.showSubtitle;if(Se&&(Se.style.display=ye===!1?"none":""),ut&&(ut.style.display=De===!1?"none":""),at){((Zk=(Gk=t.layout)==null?void 0:Gk.header)==null?void 0:Zk.showCloseButton)===!1?at.style.display="none":at.style.display="";let Tt=(Xk=rt.closeButtonSize)!=null?Xk:"32px",ee=(Jk=rt.closeButtonPlacement)!=null?Jk:"inline";at.style.height=Tt,at.style.width=Tt;let{closeButtonWrapper:yt}=wt,It=ee==="top-right",we=yt==null?void 0:yt.classList.contains("tvw-absolute");if(yt&&It!==we)if(yt.remove(),It)yt.className="tvw-absolute tvw-top-4 tvw-right-4 tvw-z-50",Vt.style.position="relative",Vt.appendChild(yt);else{let Lt=(Yk=(Kk=rt.clearChat)==null?void 0:Kk.placement)!=null?Yk:"inline",He=(tH=(Qk=rt.clearChat)==null?void 0:Qk.enabled)!=null?tH:!0;yt.className=He&&Lt==="inline"?"":"tvw-ml-auto";let Ze=Vt.querySelector(".tvw-border-b-cw-divider");Ze&&Ze.appendChild(yt)}if(rt.closeButtonColor?(at.style.color=rt.closeButtonColor,at.classList.remove("tvw-text-cw-muted")):(at.style.color="",at.classList.add("tvw-text-cw-muted")),rt.closeButtonBackgroundColor?(at.style.backgroundColor=rt.closeButtonBackgroundColor,at.classList.remove("hover:tvw-bg-gray-100")):(at.style.backgroundColor="",at.classList.add("hover:tvw-bg-gray-100")),rt.closeButtonBorderWidth||rt.closeButtonBorderColor){let Lt=rt.closeButtonBorderWidth||"0px",He=rt.closeButtonBorderColor||"transparent";at.style.border=`${Lt} solid ${He}`,at.classList.remove("tvw-border-none")}else at.style.border="",at.classList.add("tvw-border-none");rt.closeButtonBorderRadius?(at.style.borderRadius=rt.closeButtonBorderRadius,at.classList.remove("tvw-rounded-full")):(at.style.borderRadius="",at.classList.add("tvw-rounded-full")),rt.closeButtonPaddingX?(at.style.paddingLeft=rt.closeButtonPaddingX,at.style.paddingRight=rt.closeButtonPaddingX):(at.style.paddingLeft="",at.style.paddingRight=""),rt.closeButtonPaddingY?(at.style.paddingTop=rt.closeButtonPaddingY,at.style.paddingBottom=rt.closeButtonPaddingY):(at.style.paddingTop="",at.style.paddingBottom="");let Ie=(eH=rt.closeButtonIconName)!=null?eH:"x",Ye=(aH=rt.closeButtonIconText)!=null?aH:"\xD7";at.innerHTML="";let Ue=dt(Ie,"20px",rt.closeButtonColor||"",2);Ue?at.appendChild(Ue):at.textContent=Ye;let fe=(rH=rt.closeButtonTooltipText)!=null?rH:"Close chat",Qe=(oH=rt.closeButtonShowTooltip)!=null?oH:!0;if(at.setAttribute("aria-label",fe),yt&&(yt._cleanupTooltip&&(yt._cleanupTooltip(),delete yt._cleanupTooltip),Qe&&fe)){let Lt=null,He=()=>{if(Lt||!at)return;Lt=y("div","tvw-clear-chat-tooltip"),Lt.textContent=fe;let tl=y("div");tl.className="tvw-clear-chat-tooltip-arrow",Lt.appendChild(tl);let ja=at.getBoundingClientRect();Lt.style.position="fixed",Lt.style.left=`${ja.left+ja.width/2}px`,Lt.style.top=`${ja.top-8}px`,Lt.style.transform="translate(-50%, -100%)",document.body.appendChild(Lt)},Ze=()=>{Lt&&Lt.parentNode&&(Lt.parentNode.removeChild(Lt),Lt=null)};yt.addEventListener("mouseenter",He),yt.addEventListener("mouseleave",Ze),at.addEventListener("focus",He),at.addEventListener("blur",Ze),yt._cleanupTooltip=()=>{Ze(),yt&&(yt.removeEventListener("mouseenter",He),yt.removeEventListener("mouseleave",Ze)),at&&(at.removeEventListener("focus",He),at.removeEventListener("blur",Ze))}}}let{clearChatButton:tt,clearChatButtonWrapper:Nt}=wt;if(tt){let W=(sH=rt.clearChat)!=null?sH:{},Tt=(nH=W.enabled)!=null?nH:!0,ee=(dH=(lH=t.layout)==null?void 0:lH.header)==null?void 0:dH.showClearChat,yt=ee!==void 0?ee:Tt,It=(iH=W.placement)!=null?iH:"inline";if(Nt){Nt.style.display=yt?"":"none";let{closeButtonWrapper:we}=wt;we&&!we.classList.contains("tvw-absolute")&&(yt?we.classList.remove("tvw-ml-auto"):we.classList.add("tvw-ml-auto"));let Ie=It==="top-right",Ye=Nt.classList.contains("tvw-absolute");if(Ie!==Ye&&yt){if(Nt.remove(),Ie)Nt.className="tvw-absolute tvw-top-4 tvw-z-50",Nt.style.right="48px",Vt.style.position="relative",Vt.appendChild(Nt);else{Nt.className="tvw-relative tvw-ml-auto tvw-clear-chat-button-wrapper",Nt.style.right="";let fe=Vt.querySelector(".tvw-border-b-cw-divider"),Qe=wt.closeButtonWrapper;fe&&Qe&&Qe.parentElement===fe?fe.insertBefore(Nt,Qe):fe&&fe.appendChild(Nt)}let Ue=wt.closeButtonWrapper;Ue&&!Ue.classList.contains("tvw-absolute")&&(Ie?Ue.classList.add("tvw-ml-auto"):Ue.classList.remove("tvw-ml-auto"))}}if(yt){let we=(pH=W.size)!=null?pH:"32px";tt.style.height=we,tt.style.width=we;let Ie=(cH=W.iconName)!=null?cH:"refresh-cw",Ye=(hH=W.iconColor)!=null?hH:"";tt.innerHTML="";let Ue=dt(Ie,"20px",Ye||"",2);if(Ue&&tt.appendChild(Ue),Ye?(tt.style.color=Ye,tt.classList.remove("tvw-text-cw-muted")):(tt.style.color="",tt.classList.add("tvw-text-cw-muted")),W.backgroundColor?(tt.style.backgroundColor=W.backgroundColor,tt.classList.remove("hover:tvw-bg-gray-100")):(tt.style.backgroundColor="",tt.classList.add("hover:tvw-bg-gray-100")),W.borderWidth||W.borderColor){let Lt=W.borderWidth||"0px",He=W.borderColor||"transparent";tt.style.border=`${Lt} solid ${He}`,tt.classList.remove("tvw-border-none")}else tt.style.border="",tt.classList.add("tvw-border-none");W.borderRadius?(tt.style.borderRadius=W.borderRadius,tt.classList.remove("tvw-rounded-full")):(tt.style.borderRadius="",tt.classList.add("tvw-rounded-full")),W.paddingX?(tt.style.paddingLeft=W.paddingX,tt.style.paddingRight=W.paddingX):(tt.style.paddingLeft="",tt.style.paddingRight=""),W.paddingY?(tt.style.paddingTop=W.paddingY,tt.style.paddingBottom=W.paddingY):(tt.style.paddingTop="",tt.style.paddingBottom="");let fe=(fH=W.tooltipText)!=null?fH:"Clear chat",Qe=(uH=W.showTooltip)!=null?uH:!0;if(tt.setAttribute("aria-label",fe),Nt&&(Nt._cleanupTooltip&&(Nt._cleanupTooltip(),delete Nt._cleanupTooltip),Qe&&fe)){let Lt=null,He=()=>{if(Lt||!tt)return;Lt=y("div","tvw-clear-chat-tooltip"),Lt.textContent=fe;let tl=y("div");tl.className="tvw-clear-chat-tooltip-arrow",Lt.appendChild(tl);let ja=tt.getBoundingClientRect();Lt.style.position="fixed",Lt.style.left=`${ja.left+ja.width/2}px`,Lt.style.top=`${ja.top-8}px`,Lt.style.transform="translate(-50%, -100%)",document.body.appendChild(Lt)},Ze=()=>{Lt&&Lt.parentNode&&(Lt.parentNode.removeChild(Lt),Lt=null)};Nt.addEventListener("mouseenter",He),Nt.addEventListener("mouseleave",Ze),tt.addEventListener("focus",He),tt.addEventListener("blur",Ze),Nt._cleanupTooltip=()=>{Ze(),Nt&&(Nt.removeEventListener("mouseenter",He),Nt.removeEventListener("mouseleave",Ze)),tt&&(tt.removeEventListener("focus",He),tt.removeEventListener("blur",Ze))}}}}let ca=t.actionParsers&&t.actionParsers.length?t.actionParsers:[gl],Ge=t.actionHandlers&&t.actionHandlers.length?t.actionHandlers:[or.message,or.messageAndClick];v=Ml({parsers:ca,handlers:Ge,getSessionMetadata:m,updateSessionMetadata:h,emit:o.emit,documentRef:typeof document!="undefined"?document:null}),P=sL(t,v,R),V.updateConfig(t),za(_t,V.getMessages(),P),ka.render(t.suggestionChips,V,ct,void 0,t.suggestionChipsConfig),On(),ir(V.isStreaming());let da=((mH=t.voiceRecognition)==null?void 0:mH.enabled)===!0,_a=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined"),Pl=((gH=(xH=t.voiceRecognition)==null?void 0:xH.provider)==null?void 0:gH.type)==="runtype";if(da&&(_a||Pl))if(!N||!re){let W=Hl(t.voiceRecognition,t.sendButton);W&&(N=W.micButton,re=W.micButtonWrapper,Xe.insertBefore(re,ce),N.addEventListener("click",cr),N.disabled=V.isStreaming())}else{let W=(MH=t.voiceRecognition)!=null?MH:{},Tt=(vH=t.sendButton)!=null?vH:{},ee=(yH=W.iconName)!=null?yH:"mic",yt=(wH=Tt.size)!=null?wH:"40px",It=(CH=W.iconSize)!=null?CH:yt,we=parseFloat(It)||24;N.style.width=It,N.style.height=It,N.style.minWidth=It,N.style.minHeight=It;let Ie=(SH=(bH=W.iconColor)!=null?bH:Tt.textColor)!=null?SH:"currentColor";N.innerHTML="";let Ye=dt(ee,we,Ie,2);Ye?N.appendChild(Ye):N.textContent="\u{1F3A4}";let Ue=(AH=W.backgroundColor)!=null?AH:Tt.backgroundColor;Ue?(N.style.backgroundColor=Ue,N.classList.remove("tvw-bg-cw-primary")):(N.style.backgroundColor="",N.classList.add("tvw-bg-cw-primary")),Ie?(N.style.color=Ie,N.classList.remove("tvw-text-white")):!Ie&&!Tt.textColor&&(N.style.color="",N.classList.add("tvw-text-white")),W.borderWidth?(N.style.borderWidth=W.borderWidth,N.style.borderStyle="solid"):(N.style.borderWidth="",N.style.borderStyle=""),W.borderColor?N.style.borderColor=W.borderColor:N.style.borderColor="",W.paddingX?(N.style.paddingLeft=W.paddingX,N.style.paddingRight=W.paddingX):(N.style.paddingLeft="",N.style.paddingRight=""),W.paddingY?(N.style.paddingTop=W.paddingY,N.style.paddingBottom=W.paddingY):(N.style.paddingTop="",N.style.paddingBottom="");let fe=re==null?void 0:re.querySelector(".tvw-send-button-tooltip"),Qe=(kH=W.tooltipText)!=null?kH:"Start voice recognition";if(((HH=W.showTooltip)!=null?HH:!1)&&Qe)if(fe)fe.textContent=Qe,fe.style.display="";else{let He=document.createElement("div");He.className="tvw-send-button-tooltip",He.textContent=Qe,re==null||re.insertBefore(He,N)}else fe&&(fe.style.display="none");re.style.display="",N.disabled=V.isStreaming()}else N&&re&&(re.style.display="none",((LH=(TH=t.voiceRecognition)==null?void 0:TH.provider)==null?void 0:LH.type)==="runtype"?V.isVoiceActive()&&V.toggleVoice():Ke&&la());if(((PH=t.attachments)==null?void 0:PH.enabled)===!0)if(!Q||!_){let W=(EH=t.attachments)!=null?EH:{},ee=(RH=((BH=t.sendButton)!=null?BH:{}).size)!=null?RH:"40px";Wt||(Wt=y("div","tvw-attachment-previews tvw-flex tvw-flex-wrap tvw-gap-2 tvw-mb-2"),Wt.style.display="none",Ce.insertBefore(Wt,ct)),nt||(nt=document.createElement("input"),nt.type="file",nt.accept=((VH=W.allowedTypes)!=null?VH:La).join(","),nt.multiple=((IH=W.maxFiles)!=null?IH:4)>1,nt.style.display="none",nt.setAttribute("aria-label","Attach files"),Ce.insertBefore(nt,ct)),Q=y("div","tvw-send-button-wrapper"),_=y("button","tvw-rounded-button tvw-flex tvw-items-center tvw-justify-center disabled:tvw-opacity-50 tvw-cursor-pointer tvw-attachment-button"),_.type="button",_.setAttribute("aria-label",(FH=W.buttonTooltipText)!=null?FH:"Attach file");let yt=(DH=W.buttonIconName)!=null?DH:"paperclip",It=ee,we=parseFloat(It)||40,Ie=Math.round(we*.6);_.style.width=It,_.style.height=It,_.style.minWidth=It,_.style.minHeight=It,_.style.fontSize="18px",_.style.lineHeight="1",_.style.backgroundColor="transparent",_.style.color="var(--cw-primary, #111827)",_.style.border="none",_.style.borderRadius="6px",_.style.transition="background-color 0.15s ease",_.addEventListener("mouseenter",()=>{_.style.backgroundColor="rgba(0, 0, 0, 0.05)"}),_.addEventListener("mouseleave",()=>{_.style.backgroundColor="transparent"});let Ye=dt(yt,Ie,"currentColor",1.5);Ye?_.appendChild(Ye):_.textContent="\u{1F4CE}",_.addEventListener("click",Qe=>{Qe.preventDefault(),nt==null||nt.click()}),Q.appendChild(_);let Ue=(WH=W.buttonTooltipText)!=null?WH:"Attach file",fe=y("div","tvw-send-button-tooltip");fe.textContent=Ue,Q.appendChild(fe),Ee.append(Q),!lt&&nt&&Wt&&(lt=er.fromConfig(W),lt.setPreviewsContainer(Wt),nt.addEventListener("change",async()=>{lt&&(nt!=null&&nt.files)&&(await lt.handleFileSelect(nt.files),nt.value="")}))}else{Q.style.display="";let W=(OH=t.attachments)!=null?OH:{};nt&&(nt.accept=((zH=W.allowedTypes)!=null?zH:La).join(","),nt.multiple=((qH=W.maxFiles)!=null?qH:4)>1),lt&&lt.updateConfig({allowedTypes:W.allowedTypes,maxFileSize:W.maxFileSize,maxFiles:W.maxFiles})}else Q&&(Q.style.display="none"),lt&&lt.clearAttachments();let xe=(NH=t.sendButton)!=null?NH:{},hr=(UH=xe.useIcon)!=null?UH:!1,fr=($H=xe.iconText)!=null?$H:"\u2191",mk=xe.iconName,kA=(_H=xe.tooltipText)!=null?_H:"Send message",uL=(jH=xe.showTooltip)!=null?jH:!1,Kn=(GH=xe.size)!=null?GH:"40px",El=xe.backgroundColor,ha=xe.textColor;if(hr){if(Y.style.width=Kn,Y.style.height=Kn,Y.style.minWidth=Kn,Y.style.minHeight=Kn,Y.style.fontSize="18px",Y.style.lineHeight="1",Y.innerHTML="",mk){let W=parseFloat(Kn)||24,Tt=ha&&typeof ha=="string"&&ha.trim()?ha.trim():"currentColor",ee=dt(mk,W,Tt,2);ee?(Y.appendChild(ee),Y.style.color=Tt):(Y.textContent=fr,ha?Y.style.color=ha:Y.classList.add("tvw-text-white"))}else Y.textContent=fr,ha?Y.style.color=ha:Y.classList.add("tvw-text-white");Y.className="tvw-rounded-button tvw-flex tvw-items-center tvw-justify-center disabled:tvw-opacity-50 tvw-cursor-pointer",El?(Y.style.backgroundColor=El,Y.classList.remove("tvw-bg-cw-primary")):Y.classList.add("tvw-bg-cw-primary")}else Y.textContent=(XH=(ZH=t.copy)==null?void 0:ZH.sendButtonLabel)!=null?XH:"Send",Y.style.width="",Y.style.height="",Y.style.minWidth="",Y.style.minHeight="",Y.style.fontSize="",Y.style.lineHeight="",Y.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",El?(Y.style.backgroundColor=El,Y.classList.remove("tvw-bg-cw-accent")):Y.classList.add("tvw-bg-cw-accent"),ha?Y.style.color=ha:Y.classList.add("tvw-text-white");xe.borderWidth?(Y.style.borderWidth=xe.borderWidth,Y.style.borderStyle="solid"):(Y.style.borderWidth="",Y.style.borderStyle=""),xe.borderColor?Y.style.borderColor=xe.borderColor:Y.style.borderColor="",xe.paddingX?(Y.style.paddingLeft=xe.paddingX,Y.style.paddingRight=xe.paddingX):(Y.style.paddingLeft="",Y.style.paddingRight=""),xe.paddingY?(Y.style.paddingTop=xe.paddingY,Y.style.paddingBottom=xe.paddingY):(Y.style.paddingTop="",Y.style.paddingBottom="");let Yn=ce==null?void 0:ce.querySelector(".tvw-send-button-tooltip");if(uL&&kA)if(Yn)Yn.textContent=kA,Yn.style.display="";else{let W=document.createElement("div");W.className="tvw-send-button-tooltip",W.textContent=kA,ce==null||ce.insertBefore(W,Y)}else Yn&&(Yn.style.display="none");let Qn=(JH=t.statusIndicator)!=null?JH:{},mL=(KH=Qn.visible)!=null?KH:!0;if(Pe.style.display=mL?"":"none",V){let W=V.getStatus(),Tt=ee=>{var yt,It,we,Ie;return ee==="idle"?(yt=Qn.idleText)!=null?yt:We.idle:ee==="connecting"?(It=Qn.connectingText)!=null?It:We.connecting:ee==="connected"?(we=Qn.connectedText)!=null?we:We.connected:ee==="error"?(Ie=Qn.errorText)!=null?Ie:We.error:We[ee]};Pe.textContent=Tt(W)}},open(){C&&ne(!0,"api")},close(){C&&ne(!1,"api")},toggle(){C&&ne(!x,"api")},clearChat(){V.clearMessages();try{localStorage.removeItem(Vn),t.debug&&console.log(`[AgentWidget] Cleared default localStorage key: ${Vn}`)}catch(g){console.error("[AgentWidget] Failed to clear default localStorage:",g)}if(t.clearChatHistoryStorageKey&&t.clearChatHistoryStorageKey!==Vn)try{localStorage.removeItem(t.clearChatHistoryStorageKey),t.debug&&console.log(`[AgentWidget] Cleared custom localStorage key: ${t.clearChatHistoryStorageKey}`)}catch(g){console.error("[AgentWidget] Failed to clear custom localStorage:",g)}let d=new CustomEvent("persona:clear-chat",{detail:{timestamp:new Date().toISOString()}});if(window.dispatchEvent(d),n!=null&&n.clear)try{let g=n.clear();g instanceof Promise&&g.catch(k=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",k)})}catch(g){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",g)}l={},v.syncFromMetadata(),$==null||$.clear(),et==null||et.update()},setMessage(d){return!ct||V.isStreaming()?!1:(!x&&C&&ne(!0,"system"),ct.value=d,ct.dispatchEvent(new Event("input",{bubbles:!0})),!0)},submitMessage(d){if(V.isStreaming())return!1;let g=(d==null?void 0:d.trim())||ct.value.trim();return g?(!x&&C&&ne(!0,"system"),ct.value="",ct.style.height="auto",V.sendMessage(g),!0):!1},startVoiceRecognition(){var g,k;return V.isStreaming()?!1:((k=(g=t.voiceRecognition)==null?void 0:g.provider)==null?void 0:k.type)==="runtype"?(V.isVoiceActive()||(!x&&C&&ne(!0,"system"),kt.manuallyDeactivated=!1,Je(),V.toggleVoice().then(()=>{kt.active=V.isVoiceActive(),na("user"),V.isVoiceActive()&&Ua()})),!0):Ke?!0:Un()?(!x&&C&&ne(!0,"system"),kt.manuallyDeactivated=!1,Je(),Na("user"),!0):!1},stopVoiceRecognition(){var d,g;return((g=(d=t.voiceRecognition)==null?void 0:d.provider)==null?void 0:g.type)==="runtype"?V.isVoiceActive()?(V.toggleVoice().then(()=>{kt.active=!1,kt.manuallyDeactivated=!0,Je(),na("user"),$a()}),!0):!1:Ke?(kt.manuallyDeactivated=!0,Je(),la("user"),!0):!1},injectMessage(d){return!x&&C&&ne(!0,"system"),V.injectMessage(d)},injectAssistantMessage(d){!x&&C&&ne(!0,"system");let g=V.injectAssistantMessage(d);return w&&(w=!1,S&&(clearTimeout(S),S=null),setTimeout(()=>{V&&!V.isStreaming()&&V.continueConversation()},100)),g},injectUserMessage(d){return!x&&C&&ne(!0,"system"),V.injectUserMessage(d)},injectSystemMessage(d){return!x&&C&&ne(!0,"system"),V.injectSystemMessage(d)},injectMessageBatch(d){return!x&&C&&ne(!0,"system"),V.injectMessageBatch(d)},injectTestMessage(d){!x&&C&&ne(!0,"system"),V.injectTestEvent(d)},async connectStream(d,g){return V.connectStream(d,g)},__pushEventStreamEvent(d){$&&$.push({id:`evt-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,type:d.type,timestamp:Date.now(),payload:JSON.stringify(d.payload)})},showEventStream(){!q||!$||Kt()},hideEventStream(){ft&&pt()},isEventStreamVisible(){return ft},focusInput(){return C&&!x||!ct?!1:(ct.focus(),!0)},async resolveApproval(d,g){let B=V.getMessages().find(z=>{var D;return z.variant==="approval"&&((D=z.approval)==null?void 0:D.id)===d});if(!(B!=null&&B.approval))throw new Error(`Approval not found: ${d}`);return V.resolveApproval(B.approval,g)},getMessages(){return V.getMessages()},getStatus(){return V.getStatus()},getPersistentMetadata(){return{...l}},updatePersistentMetadata(d){h(d)},on(d,g){return o.on(d,g)},off(d,g){o.off(d,g)},isOpen(){return C&&x},isVoiceActive(){return kt.active},getState(){return{open:C&&x,launcherEnabled:C,voiceActive:kt.active,streaming:V.isStreaming()}},showCSATFeedback(d){!x&&C&&ne(!0,"system");let g=_t.querySelector(".tvw-feedback-container");g&&g.remove();let k=fA({onSubmit:async(B,z)=>{var D;V.isClientTokenMode()&&await V.submitCSATFeedback(B,z),(D=d==null?void 0:d.onSubmit)==null||D.call(d,B,z)},onDismiss:d==null?void 0:d.onDismiss,...d});_t.appendChild(k),k.scrollIntoView({behavior:"smooth",block:"end"})},showNPSFeedback(d){!x&&C&&ne(!0,"system");let g=_t.querySelector(".tvw-feedback-container");g&&g.remove();let k=uA({onSubmit:async(B,z)=>{var D;V.isClientTokenMode()&&await V.submitNPSFeedback(B,z),(D=d==null?void 0:d.onSubmit)==null||D.call(d,B,z)},onDismiss:d==null?void 0:d.onDismiss,...d});_t.appendChild(k),k.scrollIntoView({behavior:"smooth",block:"end"})},async submitCSATFeedback(d,g){return V.submitCSATFeedback(d,g)},async submitNPSFeedback(d,g){return V.submitNPSFeedback(d,g)},destroy(){Yt.forEach(d=>d()),zt.remove(),Qt==null||Qt.destroy(),te==null||te.remove(),pa&&at.removeEventListener("click",pa)}};if((((je=a==null?void 0:a.debugTools)!=null?je:!1)||!!t.debug)&&typeof window!="undefined"){let d=window.AgentWidgetBrowser,g={controller:Re,getMessages:Re.getMessages,getStatus:Re.getStatus,getMetadata:Re.getPersistentMetadata,updateMetadata:Re.updatePersistentMetadata,clearHistory:()=>Re.clearChat(),setVoiceActive:k=>k?Re.startVoiceRecognition():Re.stopVoiceRecognition()};window.AgentWidgetBrowser=g,Yt.push(()=>{window.AgentWidgetBrowser===g&&(window.AgentWidgetBrowser=d)})}if(typeof window!="undefined"){let d=r.getAttribute("data-persona-instance")||r.id||"persona-"+Math.random().toString(36).slice(2,8),g=k=>{let B=k.detail;(!(B!=null&&B.instanceId)||B.instanceId===d)&&Re.focusInput()};if(window.addEventListener("persona:focusInput",g),Yt.push(()=>{window.removeEventListener("persona:focusInput",g)}),q){let k=z=>{let D=z.detail;(!(D!=null&&D.instanceId)||D.instanceId===d)&&Re.showEventStream()},B=z=>{let D=z.detail;(!(D!=null&&D.instanceId)||D.instanceId===d)&&Re.hideEventStream()};window.addEventListener("persona:showEventStream",k),window.addEventListener("persona:hideEventStream",B),Yt.push(()=>{window.removeEventListener("persona:showEventStream",k),window.removeEventListener("persona:hideEventStream",B)})}}let Ne=tE(t.persistState);if(Ne&&C){let d=eE(Ne.storage),g=`${Ne.keyPrefix}widget-open`,k=`${Ne.keyPrefix}widget-voice`,B=`${Ne.keyPrefix}widget-voice-mode`;if(d){let z=((ra=Ne.persist)==null?void 0:ra.openState)&&d.getItem(g)==="true",D=((ck=Ne.persist)==null?void 0:ck.voiceState)&&d.getItem(k)==="true",X=((hk=Ne.persist)==null?void 0:hk.voiceState)&&d.getItem(B)==="true";if(z&&setTimeout(()=>{Re.open(),setTimeout(()=>{var mt;if(D||X)Re.startVoiceRecognition();else if((mt=Ne.persist)!=null&&mt.focusInput){let xt=r.querySelector("textarea");xt&&xt.focus()}},100)},0),(fk=Ne.persist)!=null&&fk.openState&&(o.on("widget:opened",()=>{d.setItem(g,"true")}),o.on("widget:closed",()=>{d.setItem(g,"false")})),(uk=Ne.persist)!=null&&uk.voiceState&&(o.on("voice:state",mt=>{d.setItem(k,mt.active?"true":"false")}),o.on("user:message",mt=>{d.setItem(B,mt.viaVoice?"true":"false")})),Ne.clearOnChatClear){let mt=()=>{d.removeItem(g),d.removeItem(k),d.removeItem(B)},xt=()=>mt();window.addEventListener("persona:clear-chat",xt),Yt.push(()=>{window.removeEventListener("persona:clear-chat",xt)})}}}return Re};var dk={},aE=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},rE=()=>{try{if(typeof dk!="undefined"&&dk.url)return new URL("../widget.css",dk.url).href}catch{}return null},nL=r=>{let e=rE(),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)}},ik=r=>{var p,m,h,c;let e=aE(r.target),a=document.createElement("div");a.className="persona-host";let t=(h=(m=(p=r.config)==null?void 0:p.launcher)==null?void 0:m.enabled)!=null?h:!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),nL(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),nL(a);e.id&&o.setAttribute("data-persona-instance",e.id);let l=mA(o,r.config,{debugTools:r.debugTools});(c=r.onReady)==null||c.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 lL={name:"@runtypelabs/persona",version:"1.47.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 sr=lL.version;function Sa(r){if(r!==void 0)return typeof r=="string"?r:Array.isArray(r)?`[${r.map(e=>e.toString()).join(", ")}]`:r.toString()}function sE(r){if(r)return{getHeaders:Sa(r.getHeaders),onFeedback:Sa(r.onFeedback),onCopy:Sa(r.onCopy),requestMiddleware:Sa(r.requestMiddleware),actionHandlers:Sa(r.actionHandlers),actionParsers:Sa(r.actionParsers),postprocessMessage:Sa(r.postprocessMessage),contextProviders:Sa(r.contextProviders),streamParser:Sa(r.streamParser)}}var dL=`({ 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
- }`,ZL=`function(ctx) {
122
+ }`,iL=`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
- }`,XL=`(action: any, context: any) => {
135
+ }`,pL=`(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
- }`,JL=`function(action, context) {
152
+ }`,cL=`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
- }`,_P=`(parsed: any) => {
169
+ }`,nE=`(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
- }`,jP=`function(parsed) {
175
+ }`,lE=`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 GP(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 hA(r){var e,a;return(a=(e=r.parserType)!=null?e:GP(r.streamParser))!=null?a:"plain"}function fA(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 uA(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 mA(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 xA(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,h])=>{i!=="format"&&(typeof h=="string"?a.push(`${e} ${i}: "${h}",`):typeof h=="boolean"&&a.push(`${e} ${i}: ${h},`))}),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 ok(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 KL(r,e="esm",a){let t={...r};delete t.postprocessMessage,delete t.initialMessages;let s=a?{...a,hooks:$P(a.hooks)}:void 0;return e==="esm"?ZP(t,s):e==="script-installer"?KP(t):e==="script-advanced"?QP(t,s):e==="react-component"?XP(t,s):e==="react-advanced"?JP(t,s):YP(t,s)}function ZP(r,e){let a=e==null?void 0:e.hooks,t=hA(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(...fA(r," ")),o.push(...uA(r," ",a)),o.push(...mA(r," ")),o.push(...xA(r," ")),o.push(...ok(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 XP(r,e){let a=e==null?void 0:e.hooks,t=hA(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(...fA(r," ")),o.push(...uA(r," ",a)),o.push(...mA(r," ")),o.push(...xA(r," ")),o.push(...ok(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(...fA(r," ")),t.push(...uA(r," ",a)),t.push(...mA(r," ")),t.push(...xA(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(${_P}),`)),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(` ${GL}`),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(` ${GL}`),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(` ${XL}`),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(` ${XL}`),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 YL(r){var s;let e=hA(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 h={};Object.entries(i).forEach(([x,c])=>{x!=="format"&&(typeof c=="string"||typeof c=="boolean")&&(h[x]=c)}),Object.keys(h).length>0&&(n.timestamp=h)}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 KP(r){let e=YL(r),a=JSON.stringify(e,null,0).replace(/'/g,"&#39;");return`<script src="https://cdn.jsdelivr.net/npm/@runtypelabs/persona@${tr}/dist/install.global.js" data-config='${a}'></script>`}function YP(r,e){let a=e==null?void 0:e.hooks,t=hA(r),s=t!=="plain",o=["<!-- Load CSS -->",`<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@runtypelabs/persona@${tr}/dist/widget.css" />`,"","<!-- Load JavaScript -->",`<script src="https://cdn.jsdelivr.net/npm/@runtypelabs/persona@${tr}/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(...fA(r," ")),o.push(...uA(r," ",a)),o.push(...mA(r," ")),o.push(...xA(r," ")),o.push(...ok(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 QP(r,e){let a=e==null?void 0:e.hooks,t=YL(r),o=["<script>","(function() {"," 'use strict';",""," // Configuration",` var CONFIG = ${JSON.stringify(t,null,2).split(`
181
+ }`;function dE(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 xA(r){var e,a;return(a=(e=r.parserType)!=null?e:dE(r.streamParser))!=null?a:"plain"}function gA(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 MA(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 vA(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 yA(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,p])=>{i!=="format"&&(typeof p=="string"?a.push(`${e} ${i}: "${p}",`):typeof p=="boolean"&&a.push(`${e} ${i}: ${p},`))}),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 pk(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 hL(r,e="esm",a){let t={...r};delete t.postprocessMessage,delete t.initialMessages;let s=a?{...a,hooks:sE(a.hooks)}:void 0;return e==="esm"?iE(t,s):e==="script-installer"?hE(t):e==="script-advanced"?uE(t,s):e==="react-component"?pE(t,s):e==="react-advanced"?cE(t,s):fE(t,s)}function iE(r,e){let a=e==null?void 0:e.hooks,t=xA(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(...gA(r," ")),o.push(...MA(r," ",a)),o.push(...vA(r," ")),o.push(...yA(r," ")),o.push(...pk(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 pE(r,e){let a=e==null?void 0:e.hooks,t=xA(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(...gA(r," ")),o.push(...MA(r," ",a)),o.push(...vA(r," ")),o.push(...yA(r," ")),o.push(...pk(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 cE(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(...gA(r," ")),t.push(...MA(r," ",a)),t.push(...vA(r," ")),t.push(...yA(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(${nE}),`)),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(` ${dL}`),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(` ${dL}`),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(` ${pL}`),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(` ${pL}`),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 fL(r){var s;let e=xA(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 p={};Object.entries(i).forEach(([m,h])=>{m!=="format"&&(typeof h=="string"||typeof h=="boolean")&&(p[m]=h)}),Object.keys(p).length>0&&(n.timestamp=p)}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 hE(r){let e=fL(r),a=JSON.stringify(e,null,0).replace(/'/g,"&#39;");return`<script src="https://cdn.jsdelivr.net/npm/@runtypelabs/persona@${sr}/dist/install.global.js" data-config='${a}'></script>`}function fE(r,e){let a=e==null?void 0:e.hooks,t=xA(r),s=t!=="plain",o=["<!-- Load CSS -->",`<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@runtypelabs/persona@${sr}/dist/widget.css" />`,"","<!-- Load JavaScript -->",`<script src="https://cdn.jsdelivr.net/npm/@runtypelabs/persona@${sr}/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(...gA(r," ")),o.push(...MA(r," ",a)),o.push(...vA(r," ")),o.push(...yA(r," ")),o.push(...pk(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 uE(r,e){let a=e==null?void 0:e.hooks,t=fL(r),o=["<script>","(function() {"," 'use strict';",""," // Configuration",` var CONFIG = ${JSON.stringify(t,null,2).split(`
186
186
  `).map((n,l)=>l===0?n:" "+n).join(`
187
- `)};`,""," // Constants",` var CDN_BASE = 'https://cdn.jsdelivr.net/npm/@runtypelabs/persona@${tr}/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(${jP});`),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(` ${ZL}`),o.push(" ]);")):(o.push(" // Action parsers to detect JSON actions in responses"),o.push(" widgetConfig.actionParsers = ["),o.push(" agentWidget.defaultJsonActionParser,"),o.push(` ${ZL}`),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 tE=rk;return lT(eE);})();
187
+ `)};`,""," // Constants",` var CDN_BASE = 'https://cdn.jsdelivr.net/npm/@runtypelabs/persona@${sr}/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(${lE});`),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(` ${iL}`),o.push(" ]);")):(o.push(" // Action parsers to detect JSON actions in responses"),o.push(" widgetConfig.actionParsers = ["),o.push(" agentWidget.defaultJsonActionParser,"),o.push(` ${iL}`),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(` ${cL}`),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(` ${cL}`),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 mE=ik;return CL(xE);})();
189
189
  /*! Bundled license information:
190
190
 
191
191
  lucide/dist/esm/defaultAttributes.js: