@runtypelabs/persona 1.43.5 → 1.43.6

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 ZL=Object.create;var Tn=Object.defineProperty;var XL=Object.getOwnPropertyDescriptor;var JL=Object.getOwnPropertyNames;var KL=Object.getPrototypeOf,YL=Object.prototype.hasOwnProperty;var TH=r=>{throw TypeError(r)};var QL=(r,e,a)=>e in r?Tn(r,e,{enumerable:!0,configurable:!0,writable:!0,value:a}):r[e]=a;var PH=(r,e)=>()=>(e||r((e={exports:{}}).exports,e),e.exports),$S=(r,e)=>{for(var a in e)Tn(r,a,{get:e[a],enumerable:!0})},EH=(r,e,a,t)=>{if(e&&typeof e=="object"||typeof e=="function")for(let s of JL(e))!YL.call(r,s)&&s!==a&&Tn(r,s,{get:()=>e[s],enumerable:!(t=XL(e,s))||t.enumerable});return r};var BH=(r,e,a)=>(a=r!=null?ZL(KL(r)):{},EH(e||!r||!r.__esModule?Tn(a,"default",{value:r,enumerable:!0}):a,r)),tT=r=>EH(Tn({},"__esModule",{value:!0}),r);var ee=(r,e,a)=>QL(r,typeof e!="symbol"?e+"":e,a),eT=(r,e,a)=>e.has(r)||TH("Cannot "+a);var RH=(r,e,a)=>e.has(r)?TH("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(r):e.set(r,a);var e2=(r,e,a)=>(eT(r,e,"access private method"),a);var tA=PH(Y=>{"use strict";Object.defineProperty(Y,"__esModule",{value:!0});Y.Allow=Y.ALL=Y.COLLECTION=Y.ATOM=Y.SPECIAL=Y.INF=Y._INFINITY=Y.INFINITY=Y.NAN=Y.BOOL=Y.NULL=Y.OBJ=Y.ARR=Y.NUM=Y.STR=void 0;Y.STR=1;Y.NUM=2;Y.ARR=4;Y.OBJ=8;Y.NULL=16;Y.BOOL=32;Y.NAN=64;Y.INFINITY=128;Y._INFINITY=256;Y.INF=Y.INFINITY|Y._INFINITY;Y.SPECIAL=Y.NULL|Y.BOOL|Y.INF|Y.NAN;Y.ATOM=Y.STR|Y.NUM|Y.SPECIAL;Y.COLLECTION=Y.ARR|Y.OBJ;Y.ALL=Y.ATOM|Y.COLLECTION;Y.Allow={STR:Y.STR,NUM:Y.NUM,ARR:Y.ARR,OBJ:Y.OBJ,NULL:Y.NULL,BOOL:Y.BOOL,NAN:Y.NAN,INFINITY:Y.INFINITY,_INFINITY:Y._INFINITY,INF:Y.INF,SPECIAL:Y.SPECIAL,ATOM:Y.ATOM,COLLECTION:Y.COLLECTION,ALL:Y.ALL};Y.default=Y.Allow});var eA=PH(Ve=>{"use strict";var WT=Ve&&Ve.__createBinding||(Object.create?(function(r,e,a,t){t===void 0&&(t=a);var s=Object.getOwnPropertyDescriptor(e,a);(!s||("get"in s?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:function(){return e[a]}}),Object.defineProperty(r,t,s)}):(function(r,e,a,t){t===void 0&&(t=a),r[t]=e[a]})),OT=Ve&&Ve.__exportStar||function(r,e){for(var a in r)a!=="default"&&!Object.prototype.hasOwnProperty.call(e,a)&&WT(e,r,a)};Object.defineProperty(Ve,"__esModule",{value:!0});Ve.Allow=Ve.MalformedJSON=Ve.PartialJSON=Ve.parseJSON=Ve.parse=void 0;var ze=tA();Object.defineProperty(Ve,"Allow",{enumerable:!0,get:function(){return ze.Allow}});OT(tA(),Ve);var d2=class extends Error{};Ve.PartialJSON=d2;var l2=class extends Error{};Ve.MalformedJSON=l2;function eL(r,e=ze.Allow.ALL){if(typeof r!="string")throw new TypeError(`expecting str, got ${typeof r}`);if(!r.trim())throw new Error(`${r} is empty`);return zT(r.trim(),e)}Ve.parseJSON=eL;var zT=(r,e)=>{let a=r.length,t=0,s=p=>{throw new d2(`${p} at position ${t}`)},o=p=>{throw new l2(`${p} at position ${t}`)},n=()=>(c(),t>=a&&s("Unexpected end of input"),r[t]==='"'?d():r[t]==="{"?i():r[t]==="["?f():r.substring(t,t+4)==="null"||ze.Allow.NULL&e&&a-t<4&&"null".startsWith(r.substring(t))?(t+=4,null):r.substring(t,t+4)==="true"||ze.Allow.BOOL&e&&a-t<4&&"true".startsWith(r.substring(t))?(t+=4,!0):r.substring(t,t+5)==="false"||ze.Allow.BOOL&e&&a-t<5&&"false".startsWith(r.substring(t))?(t+=5,!1):r.substring(t,t+8)==="Infinity"||ze.Allow.INFINITY&e&&a-t<8&&"Infinity".startsWith(r.substring(t))?(t+=8,1/0):r.substring(t,t+9)==="-Infinity"||ze.Allow._INFINITY&e&&1<a-t&&a-t<9&&"-Infinity".startsWith(r.substring(t))?(t+=9,-1/0):r.substring(t,t+3)==="NaN"||ze.Allow.NAN&e&&a-t<3&&"NaN".startsWith(r.substring(t))?(t+=3,NaN):m()),d=()=>{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(y){o(String(y))}else if(ze.Allow.STR&e)try{return JSON.parse(r.substring(p,t-Number(u))+'"')}catch{return JSON.parse(r.substring(p,r.lastIndexOf("\\"))+'"')}s("Unterminated string literal")},i=()=>{t++,c();let p={};try{for(;r[t]!=="}";){if(c(),t>=a&&ze.Allow.OBJ&e)return p;let u=d();c(),t++;try{let y=n();p[u]=y}catch(y){if(ze.Allow.OBJ&e)return p;throw y}c(),r[t]===","&&t++}}catch{if(ze.Allow.OBJ&e)return p;s("Expected '}' at end of object")}return t++,p},f=()=>{t++;let p=[];try{for(;r[t]!=="]";)p.push(n()),c(),r[t]===","&&t++}catch{if(ze.Allow.ARR&e)return p;s("Expected ']' at end of array")}return t++,p},m=()=>{if(t===0){r==="-"&&o("Not sure what '-' is");try{return JSON.parse(r)}catch(u){if(ze.Allow.NUM&e)try{return JSON.parse(r.substring(0,r.lastIndexOf("e")))}catch{}o(String(u))}}let p=t;for(r[t]==="-"&&t++;r[t]&&",]}".indexOf(r[t])===-1;)t++;t==a&&!(ze.Allow.NUM&e)&&s("Unterminated number literal");try{return JSON.parse(r.substring(p,t))}catch{r.substring(p,t)==="-"&&s("Not sure what '-' is");try{return JSON.parse(r.substring(p,r.lastIndexOf("e")))}catch(y){o(String(y))}}},c=()=>{for(;t<a&&`
2
- \r `.includes(r[t]);)t++};return n()},qT=eL;Ve.parse=qT});var NP={};$S(NP,{AgentWidgetClient:()=>Da,AgentWidgetSession:()=>Ka,AttachmentManager:()=>Oa,DEFAULT_DARK_THEME:()=>yA,DEFAULT_LIGHT_THEME:()=>vA,DEFAULT_WIDGET_CONFIG:()=>oe,VERSION:()=>Ua,attachHeaderToContainer:()=>za,buildComposer:()=>nn,buildDefaultHeader:()=>lA,buildExpandedHeader:()=>pA,buildHeader:()=>ca,buildHeaderWithLayout:()=>sn,buildMinimalHeader:()=>iA,componentRegistry:()=>cn,createActionManager:()=>Un,createAgentExperience:()=>IS,createBubbleWithLayout:()=>kL,createCSATFeedback:()=>VS,createComponentMiddleware:()=>FL,createComponentStreamParser:()=>PS,createDirectivePostprocessor:()=>QH,createFlexibleJsonStreamParser:()=>oL,createImagePart:()=>fL,createJsonStreamParser:()=>f2,createLocalStorageAdapter:()=>TS,createMarkdownProcessor:()=>In,createMarkdownProcessorFromConfig:()=>Dn,createMessageActions:()=>fA,createNPSFeedback:()=>FS,createPlainTextParser:()=>h2,createRegexJsonParser:()=>c2,createStandardBubble:()=>dn,createTextPart:()=>bS,createTypingIndicator:()=>qa,createXmlParser:()=>u2,default:()=>qP,defaultActionHandlers:()=>Na,defaultJsonActionParser:()=>Nn,directivePostprocessor:()=>tL,escapeHtml:()=>n2,extractComponentDirectiveFromMessage:()=>RS,fileToImagePart:()=>uL,generateAssistantMessageId:()=>Wa,generateCodeSnippet:()=>$L,generateMessageId:()=>nL,generateUserMessageId:()=>Ja,getDisplayText:()=>pL,getHeaderLayout:()=>hA,getImageParts:()=>cL,hasComponentDirective:()=>BS,hasImages:()=>hL,headerLayouts:()=>HS,initAgentWidget:()=>AA,isComponentDirectiveType:()=>VL,markdownPostprocessor:()=>QS,mergeWithDefaults:()=>LS,normalizeContent:()=>iL,pluginRegistry:()=>qn,renderComponentDirective:()=>ES,renderLoadingIndicatorWithFallback:()=>cA,validateImageFile:()=>mL});function GS(){return{async:!1,breaks:!1,extensions:null,gfm:!0,hooks:null,pedantic:!1,renderer:null,silent:!1,tokenizer:null,walkTokens:null}}var Ia=GS();function OH(r){Ia=r}var zH=/[&<>"']/,aT=new RegExp(zH.source,"g"),qH=/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/,rT=new RegExp(qH.source,"g"),oT={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},VH=r=>oT[r];function Xe(r,e){if(e){if(zH.test(r))return r.replace(aT,VH)}else if(qH.test(r))return r.replace(rT,VH);return r}var sT=/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/ig;function nT(r){return r.replace(sT,(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 dT=/(^|[^\[])\^/g;function Xt(r,e){let a=typeof r=="string"?r:r.source;e=e||"";let t={replace:(s,o)=>{let n=typeof o=="string"?o:o.source;return n=n.replace(dT,"$1"),a=a.replace(s,n),t},getRegex:()=>new RegExp(a,e)};return t}function FH(r){try{r=encodeURI(r).replace(/%25/g,"%")}catch{return null}return r}var En={exec:()=>null};function IH(r,e){let a=r.replace(/\|/g,(o,n,d)=>{let i=!1,f=n;for(;--f>=0&&d[f]==="\\";)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 a2(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 lT(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 DH(r,e,a,t){let s=e.href,o=e.title?Xe(e.title):null,n=r[1].replace(/\\([\[\]])/g,"$1");if(r[0].charAt(0)!=="!"){t.state.inLink=!0;let d={type:"link",raw:a,href:s,title:o,text:n,tokens:t.inlineTokens(n)};return t.state.inLink=!1,d}return{type:"image",raw:a,href:s,title:o,text:Xe(n)}}function iT(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 Tn=Object.defineProperty;var JL=Object.getOwnPropertyDescriptor;var KL=Object.getOwnPropertyNames;var YL=Object.getPrototypeOf,QL=Object.prototype.hasOwnProperty;var PH=r=>{throw TypeError(r)};var tT=(r,e,a)=>e in r?Tn(r,e,{enumerable:!0,configurable:!0,writable:!0,value:a}):r[e]=a;var EH=(r,e)=>()=>(e||r((e={exports:{}}).exports,e),e.exports),$S=(r,e)=>{for(var a in e)Tn(r,a,{get:e[a],enumerable:!0})},BH=(r,e,a,t)=>{if(e&&typeof e=="object"||typeof e=="function")for(let s of KL(e))!QL.call(r,s)&&s!==a&&Tn(r,s,{get:()=>e[s],enumerable:!(t=JL(e,s))||t.enumerable});return r};var RH=(r,e,a)=>(a=r!=null?XL(YL(r)):{},BH(e||!r||!r.__esModule?Tn(a,"default",{value:r,enumerable:!0}):a,r)),eT=r=>BH(Tn({},"__esModule",{value:!0}),r);var ee=(r,e,a)=>tT(r,typeof e!="symbol"?e+"":e,a),aT=(r,e,a)=>e.has(r)||PH("Cannot "+a);var VH=(r,e,a)=>e.has(r)?PH("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(r):e.set(r,a);var e2=(r,e,a)=>(aT(r,e,"access private method"),a);var tA=EH(Y=>{"use strict";Object.defineProperty(Y,"__esModule",{value:!0});Y.Allow=Y.ALL=Y.COLLECTION=Y.ATOM=Y.SPECIAL=Y.INF=Y._INFINITY=Y.INFINITY=Y.NAN=Y.BOOL=Y.NULL=Y.OBJ=Y.ARR=Y.NUM=Y.STR=void 0;Y.STR=1;Y.NUM=2;Y.ARR=4;Y.OBJ=8;Y.NULL=16;Y.BOOL=32;Y.NAN=64;Y.INFINITY=128;Y._INFINITY=256;Y.INF=Y.INFINITY|Y._INFINITY;Y.SPECIAL=Y.NULL|Y.BOOL|Y.INF|Y.NAN;Y.ATOM=Y.STR|Y.NUM|Y.SPECIAL;Y.COLLECTION=Y.ARR|Y.OBJ;Y.ALL=Y.ATOM|Y.COLLECTION;Y.Allow={STR:Y.STR,NUM:Y.NUM,ARR:Y.ARR,OBJ:Y.OBJ,NULL:Y.NULL,BOOL:Y.BOOL,NAN:Y.NAN,INFINITY:Y.INFINITY,_INFINITY:Y._INFINITY,INF:Y.INF,SPECIAL:Y.SPECIAL,ATOM:Y.ATOM,COLLECTION:Y.COLLECTION,ALL:Y.ALL};Y.default=Y.Allow});var eA=EH(Re=>{"use strict";var OT=Re&&Re.__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]})),zT=Re&&Re.__exportStar||function(r,e){for(var a in r)a!=="default"&&!Object.prototype.hasOwnProperty.call(e,a)&&OT(e,r,a)};Object.defineProperty(Re,"__esModule",{value:!0});Re.Allow=Re.MalformedJSON=Re.PartialJSON=Re.parseJSON=Re.parse=void 0;var Oe=tA();Object.defineProperty(Re,"Allow",{enumerable:!0,get:function(){return Oe.Allow}});zT(tA(),Re);var l2=class extends Error{};Re.PartialJSON=l2;var d2=class extends Error{};Re.MalformedJSON=d2;function aL(r,e=Oe.Allow.ALL){if(typeof r!="string")throw new TypeError(`expecting str, got ${typeof r}`);if(!r.trim())throw new Error(`${r} is empty`);return qT(r.trim(),e)}Re.parseJSON=aL;var qT=(r,e)=>{let a=r.length,t=0,s=p=>{throw new l2(`${p} at position ${t}`)},o=p=>{throw new d2(`${p} at position ${t}`)},n=()=>(c(),t>=a&&s("Unexpected end of input"),r[t]==='"'?l():r[t]==="{"?i():r[t]==="["?f():r.substring(t,t+4)==="null"||Oe.Allow.NULL&e&&a-t<4&&"null".startsWith(r.substring(t))?(t+=4,null):r.substring(t,t+4)==="true"||Oe.Allow.BOOL&e&&a-t<4&&"true".startsWith(r.substring(t))?(t+=4,!0):r.substring(t,t+5)==="false"||Oe.Allow.BOOL&e&&a-t<5&&"false".startsWith(r.substring(t))?(t+=5,!1):r.substring(t,t+8)==="Infinity"||Oe.Allow.INFINITY&e&&a-t<8&&"Infinity".startsWith(r.substring(t))?(t+=8,1/0):r.substring(t,t+9)==="-Infinity"||Oe.Allow._INFINITY&e&&1<a-t&&a-t<9&&"-Infinity".startsWith(r.substring(t))?(t+=9,-1/0):r.substring(t,t+3)==="NaN"||Oe.Allow.NAN&e&&a-t<3&&"NaN".startsWith(r.substring(t))?(t+=3,NaN):m()),l=()=>{let p=t,u=!1;for(t++;t<a&&(r[t]!=='"'||u&&r[t-1]==="\\");)u=r[t]==="\\"?!u:!1,t++;if(r.charAt(t)=='"')try{return JSON.parse(r.substring(p,++t-Number(u)))}catch(y){o(String(y))}else if(Oe.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&&Oe.Allow.OBJ&e)return p;let u=l();c(),t++;try{let y=n();p[u]=y}catch(y){if(Oe.Allow.OBJ&e)return p;throw y}c(),r[t]===","&&t++}}catch{if(Oe.Allow.OBJ&e)return p;s("Expected '}' at end of object")}return t++,p},f=()=>{t++;let p=[];try{for(;r[t]!=="]";)p.push(n()),c(),r[t]===","&&t++}catch{if(Oe.Allow.ARR&e)return p;s("Expected ']' at end of array")}return t++,p},m=()=>{if(t===0){r==="-"&&o("Not sure what '-' is");try{return JSON.parse(r)}catch(u){if(Oe.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&&!(Oe.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(y){o(String(y))}}},c=()=>{for(;t<a&&`
2
+ \r `.includes(r[t]);)t++};return n()},NT=aL;Re.parse=NT});var UP={};$S(UP,{AgentWidgetClient:()=>Ia,AgentWidgetSession:()=>Ka,AttachmentManager:()=>Wa,DEFAULT_DARK_THEME:()=>yA,DEFAULT_LIGHT_THEME:()=>vA,DEFAULT_WIDGET_CONFIG:()=>de,VERSION:()=>Na,attachHeaderToContainer:()=>Oa,buildComposer:()=>nn,buildDefaultHeader:()=>dA,buildExpandedHeader:()=>pA,buildHeader:()=>ha,buildHeaderWithLayout:()=>sn,buildMinimalHeader:()=>iA,componentRegistry:()=>cn,createActionManager:()=>Un,createAgentExperience:()=>IS,createBubbleWithLayout:()=>HL,createCSATFeedback:()=>VS,createComponentMiddleware:()=>IL,createComponentStreamParser:()=>PS,createDirectivePostprocessor:()=>tL,createFlexibleJsonStreamParser:()=>sL,createImagePart:()=>uL,createJsonStreamParser:()=>f2,createLocalStorageAdapter:()=>TS,createMarkdownProcessor:()=>In,createMarkdownProcessorFromConfig:()=>Dn,createMessageActions:()=>fA,createNPSFeedback:()=>FS,createPlainTextParser:()=>h2,createRegexJsonParser:()=>c2,createStandardBubble:()=>ln,createTextPart:()=>bS,createTypingIndicator:()=>za,createXmlParser:()=>u2,default:()=>NP,defaultActionHandlers:()=>qa,defaultJsonActionParser:()=>Nn,directivePostprocessor:()=>eL,escapeHtml:()=>n2,extractComponentDirectiveFromMessage:()=>RS,fileToImagePart:()=>mL,generateAssistantMessageId:()=>Da,generateCodeSnippet:()=>_L,generateMessageId:()=>lL,generateUserMessageId:()=>Ja,getDisplayText:()=>hL,getHeaderLayout:()=>hA,getImageParts:()=>fL,hasComponentDirective:()=>BS,hasImages:()=>cL,headerLayouts:()=>HS,initAgentWidget:()=>AA,isComponentDirectiveType:()=>FL,markdownPostprocessor:()=>QS,mergeWithDefaults:()=>LS,normalizeContent:()=>pL,pluginRegistry:()=>qn,renderComponentDirective:()=>ES,renderLoadingIndicatorWithFallback:()=>cA,validateImageFile:()=>xL});function GS(){return{async:!1,breaks:!1,extensions:null,gfm:!0,hooks:null,pedantic:!1,renderer:null,silent:!1,tokenizer:null,walkTokens:null}}var Fa=GS();function zH(r){Fa=r}var qH=/[&<>"']/,rT=new RegExp(qH.source,"g"),NH=/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/,oT=new RegExp(NH.source,"g"),sT={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},FH=r=>sT[r];function Ze(r,e){if(e){if(qH.test(r))return r.replace(rT,FH)}else if(NH.test(r))return r.replace(oT,FH);return r}var nT=/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/ig;function lT(r){return r.replace(nT,(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 dT=/(^|[^\[])\^/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(dT,"$1"),a=a.replace(s,n),t},getRegex:()=>new RegExp(a,e)};return t}function IH(r){try{r=encodeURI(r).replace(/%25/g,"%")}catch{return null}return r}var En={exec:()=>null};function DH(r,e){let a=r.replace(/\|/g,(o,n,l)=>{let i=!1,f=n;for(;--f>=0&&l[f]==="\\";)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 a2(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 iT(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 WH(r,e,a,t){let s=e.href,o=e.title?Ze(e.title):null,n=r[1].replace(/\\([\[\]])/g,"$1");if(r[0].charAt(0)!=="!"){t.state.inLink=!0;let l={type:"link",raw:a,href:s,title:o,text:n,tokens:t.inlineTokens(n)};return t.state.inLink=!1,l}return{type:"image",raw:a,href:s,title:o,text:Ze(n)}}function pT(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 Za=class{constructor(e){ee(this,"options");ee(this,"rules");ee(this,"lexer");this.options=e||Ia}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:a2(t,`
5
- `)}}}fences(e){let a=this.rules.block.fences.exec(e);if(a){let t=a[0],s=iT(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=a2(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,`
4
+ `)}var Za=class{constructor(e){ee(this,"options");ee(this,"rules");ee(this,"lexer");this.options=e||Fa}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:a2(t,`
5
+ `)}}}fences(e){let a=this.rules.block.fences.exec(e);if(a){let t=a[0],s=pT(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=a2(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
6
  $1`);t=a2(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|$))`),d="",i="",f=!1;for(;e;){let m=!1;if(!(a=n.exec(e))||this.rules.block.hr.test(e))break;d=a[0],e=e.substring(d.length);let c=a[2].split(`
8
- `,1)[0].replace(/^\t+/,S=>" ".repeat(3*S.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 y=!1;if(!c&&/^ *$/.test(p)&&(d+=p+`
10
- `,e=e.substring(p.length+1),m=!0),!m){let S=new RegExp(`^ {0,${Math.min(3,u-1)}}(?:[*+-]|\\d{1,9}[.)])((?:[ ][^\\n]*)?(?:\\n|$))`),x=new RegExp(`^ {0,${Math.min(3,u-1)}}((?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$)`),H=new RegExp(`^ {0,${Math.min(3,u-1)}}(?:\`\`\`|~~~)`),h=new RegExp(`^ {0,${Math.min(3,u-1)}}#`);for(;e;){let g=e.split(`
11
- `,1)[0];if(p=g,this.options.pedantic&&(p=p.replace(/^ {1,4}(?=( {4})*[^ ])/g," ")),H.test(p)||h.test(p)||S.test(p)||x.test(e))break;if(p.search(/[^ ]/)>=u||!p.trim())i+=`
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="",f=!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 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 y=!1;if(!c&&/^ *$/.test(p)&&(l+=p+`
10
+ `,e=e.substring(p.length+1),m=!0),!m){let b=new RegExp(`^ {0,${Math.min(3,u-1)}}(?:[*+-]|\\d{1,9}[.)])((?:[ ][^\\n]*)?(?:\\n|$))`),x=new RegExp(`^ {0,${Math.min(3,u-1)}}((?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$)`),H=new RegExp(`^ {0,${Math.min(3,u-1)}}(?:\`\`\`|~~~)`),h=new RegExp(`^ {0,${Math.min(3,u-1)}}#`);for(;e;){let g=e.split(`
11
+ `,1)[0];if(p=g,this.options.pedantic&&(p=p.replace(/^ {1,4}(?=( {4})*[^ ])/g," ")),H.test(p)||h.test(p)||b.test(p)||x.test(e))break;if(p.search(/[^ ]/)>=u||!p.trim())i+=`
12
12
  `+p.slice(u);else{if(y||c.search(/[^ ]/)>=4||H.test(c)||h.test(c)||x.test(c))break;i+=`
13
- `+p}!y&&!p.trim()&&(y=!0),d+=g+`
14
- `,e=e.substring(g.length+1),c=p.slice(u)}}o.loose||(f?o.loose=!0:/\n *\n *$/.test(d)&&(f=!0));let b=null,A;this.options.gfm&&(b=/^\[[ xX]\] /.exec(i),b&&(A=b[0]!=="[ ] ",i=i.replace(/^\[[ xX]\] +/,""))),o.items.push({type:"list_item",raw:d,task:!!b,checked:A,loose:!1,text:i,tokens:[]}),o.raw+=d}o.items[o.items.length-1].raw=d.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 c=o.items[m].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 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=IH(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 d of s)/^ *-+: *$/.test(d)?n.align.push("right"):/^ *:-+: *$/.test(d)?n.align.push("center"):/^ *:-+ *$/.test(d)?n.align.push("left"):n.align.push(null);for(let d of t)n.header.push({text:d,tokens:this.lexer.inline(d)});for(let d of o)n.rows.push(IH(d,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:Xe(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=a2(t.slice(0,-1),"\\");if((t.length-n.length)%2===0)return}else{let n=lT(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)),DH(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 DH(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,d,i,f=n,m=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(d=s[1]||s[2]||s[3]||s[4]||s[5]||s[6],!d)continue;if(i=[...d].length,s[3]||s[4]){f+=i;continue}else if((s[5]||s[6])&&n%3&&!((n+i)%3)){m+=i;continue}if(f-=i,f>0)continue;i=Math.min(i,i+f+m);let p=[...s[0]][0].length,u=e.slice(0,n+s.index+p+i);if(Math.min(n,i)%2){let b=u.slice(1,-1);return{type:"em",raw:u,text:b,tokens:this.lexer.inlineTokens(b)}}let y=u.slice(2,-2);return{type:"strong",raw:u,text:y,tokens:this.lexer.inlineTokens(y)}}}}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=Xe(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=Xe(a[1]),s="mailto:"+t):(t=Xe(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=Xe(a[0]),n="mailto:"+o;else{let d;do d=a[0],a[0]=(s=(t=this.rules.inline._backpedal.exec(a[0]))==null?void 0:t[0])!=null?s:"";while(d!==a[0]);o=Xe(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=Xe(a[0]),{type:"text",raw:a[0],text:t}}}},pT=/^(?: *(?:\n|$))+/,hT=/^( {4}[^\n]+(?:\n(?: *(?:\n|$))*)?)+/,cT=/^ {0,3}(`{3,}(?=[^`\n]*(?:\n|$))|~{3,})([^\n]*)(?:\n|$)(?:|([\s\S]*?)(?:\n|$))(?: {0,3}\1[~`]* *(?=\n|$)|$)/,Vn=/^ {0,3}((?:-[\t ]*){3,}|(?:_[ \t]*){3,}|(?:\*[ \t]*){3,})(?:\n+|$)/,fT=/^ {0,3}(#{1,6})(?=\s|$)(.*)(?:\n+|$)/,NH=/(?:[*+-]|\d{1,9}[.)])/,UH=Xt(/^(?!bull |blockCode|fences|blockquote|heading|html)((?:.|\n(?!\s*?\n|bull |blockCode|fences|blockquote|heading|html))+?)\n {0,3}(=+|-+) *(?:\n+|$)/).replace(/bull/g,NH).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(),ZS=/^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html|table| +\n)[^\n]+)*)/,uT=/^[^\n]+/,XS=/(?!\s*\])(?:\\.|[^\[\]\\])+/,mT=Xt(/^ {0,3}\[(label)\]: *(?:\n *)?([^<\s][^\s]*|<.*?>)(?:(?: +(?:\n *)?| *\n *)(title))? *(?:\n+|$)/).replace("label",XS).replace("title",/(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/).getRegex(),xT=Xt(/^( {0,3}bull)([ \t][^\n]+?)?(?:\n|$)/).replace(/bull/g,NH).getRegex(),s2="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",JS=/<!--(?:-?>|[\s\S]*?(?:-->|$))/,gT=Xt("^ {0,3}(?:<(script|pre|style|textarea)[\\s>][\\s\\S]*?(?:</\\1>[^\\n]*\\n+|$)|comment[^\\n]*(\\n+|$)|<\\?[\\s\\S]*?(?:\\?>\\n*|$)|<![A-Z][\\s\\S]*?(?:>\\n*|$)|<!\\[CDATA\\[[\\s\\S]*?(?:\\]\\]>\\n*|$)|</?(tag)(?: +|\\n|/?>)[\\s\\S]*?(?:(?:\\n *)+\\n|$)|<(?!script|pre|style|textarea)([a-z][\\w-]*)(?:attribute)*? */?>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n *)+\\n|$)|</(?!script|pre|style|textarea)[a-z][\\w-]*\\s*>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n *)+\\n|$))","i").replace("comment",JS).replace("tag",s2).replace("attribute",/ +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(),$H=Xt(ZS).replace("hr",Vn).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",s2).getRegex(),MT=Xt(/^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/).replace("paragraph",$H).getRegex(),KS={blockquote:MT,code:hT,def:mT,fences:cT,heading:fT,hr:Vn,html:gT,lheading:UH,list:xT,newline:pT,paragraph:$H,table:En,text:uT},WH=Xt("^ *([^\\n ].*)\\n {0,3}((?:\\| *)?:?-+:? *(?:\\| *:?-+:? *)*(?:\\| *)?)(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)").replace("hr",Vn).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",s2).getRegex(),vT={...KS,table:WH,paragraph:Xt(ZS).replace("hr",Vn).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("|lheading","").replace("table",WH).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",s2).getRegex()},yT={...KS,html:Xt(`^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+?</\\1> *(?:\\n{2,}|\\s*$)|<tag(?:"[^"]*"|'[^']*'|\\s[^'"/>\\s]*)*?/?> *(?:\\n{2,}|\\s*$))`).replace("comment",JS).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:En,lheading:/^(.+?)\n {0,3}(=+|-+) *(?:\n+|$)/,paragraph:Xt(ZS).replace("hr",Vn).replace("heading",` *#{1,6} *[^
17
- ]`).replace("lheading",UH).replace("|table","").replace("blockquote"," {0,3}>").replace("|fences","").replace("|list","").replace("|html","").replace("|tag","").getRegex()},_H=/^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/,wT=/^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/,jH=/^( {2,}|\\)\n(?!\s*$)/,CT=/^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\<!\[`*_]|\b_|$)|[^ ](?= {2,}\n)))/,Fn="\\p{P}\\p{S}",bT=Xt(/^((?![*_])[\spunctuation])/,"u").replace(/punctuation/g,Fn).getRegex(),ST=/\[[^[\]]*?\]\([^\(\)]*?\)|`[^`]*?`|<[^<>]*?>/g,AT=Xt(/^(?:\*+(?:((?!\*)[punct])|[^\s*]))|^_+(?:((?!_)[punct])|([^\s_]))/,"u").replace(/punct/g,Fn).getRegex(),kT=Xt("^[^_*]*?__[^_*]*?\\*[^_*]*?(?=__)|[^*]+(?=[^*])|(?!\\*)[punct](\\*+)(?=[\\s]|$)|[^punct\\s](\\*+)(?!\\*)(?=[punct\\s]|$)|(?!\\*)[punct\\s](\\*+)(?=[^punct\\s])|[\\s](\\*+)(?!\\*)(?=[punct])|(?!\\*)[punct](\\*+)(?!\\*)(?=[punct])|[^punct\\s](\\*+)(?=[^punct\\s])","gu").replace(/punct/g,Fn).getRegex(),HT=Xt("^[^_*]*?\\*\\*[^_*]*?_[^_*]*?(?=\\*\\*)|[^_]+(?=[^_])|(?!_)[punct](_+)(?=[\\s]|$)|[^punct\\s](_+)(?!_)(?=[punct\\s]|$)|(?!_)[punct\\s](_+)(?=[^punct\\s])|[\\s](_+)(?!_)(?=[punct])|(?!_)[punct](_+)(?!_)(?=[punct])","gu").replace(/punct/g,Fn).getRegex(),LT=Xt(/\\([punct])/,"gu").replace(/punct/g,Fn).getRegex(),TT=Xt(/^<(scheme:[^\s\x00-\x1f<>]*|email)>/).replace("scheme",/[a-zA-Z][a-zA-Z0-9+.-]{1,31}/).replace("email",/[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+(@)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+(?![-_])/).getRegex(),PT=Xt(JS).replace("(?:-->|$)","-->").getRegex(),ET=Xt("^comment|^</[a-zA-Z][\\w:-]*\\s*>|^<[a-zA-Z][\\w-]*(?:attribute)*?\\s*/?>|^<\\?[\\s\\S]*?\\?>|^<![a-zA-Z]+\\s[\\s\\S]*?>|^<!\\[CDATA\\[[\\s\\S]*?\\]\\]>").replace("comment",PT).replace("attribute",/\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/).getRegex(),o2=/(?:\[(?:\\.|[^\[\]\\])*\]|\\.|`[^`]*`|[^\[\]\\`])*?/,BT=Xt(/^!?\[(label)\]\(\s*(href)(?:\s+(title))?\s*\)/).replace("label",o2).replace("href",/<(?:\\.|[^\n<>\\])+>|[^\s\x00-\x1f]*/).replace("title",/"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/).getRegex(),GH=Xt(/^!?\[(label)\]\[(ref)\]/).replace("label",o2).replace("ref",XS).getRegex(),ZH=Xt(/^!?\[(ref)\](?:\[\])?/).replace("ref",XS).getRegex(),RT=Xt("reflink|nolink(?!\\()","g").replace("reflink",GH).replace("nolink",ZH).getRegex(),YS={_backpedal:En,anyPunctuation:LT,autolink:TT,blockSkip:ST,br:jH,code:wT,del:En,emStrongLDelim:AT,emStrongRDelimAst:kT,emStrongRDelimUnd:HT,escape:_H,link:BT,nolink:ZH,punctuation:bT,reflink:GH,reflinkSearch:RT,tag:ET,text:CT,url:En},VT={...YS,link:Xt(/^!?\[(label)\]\((.*?)\)/).replace("label",o2).getRegex(),reflink:Xt(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label",o2).getRegex()},_S={...YS,escape:Xt(_H).replace("])","~|])").getRegex(),url:Xt(/^((?:ftp|https?):\/\/|www\.)(?:[a-zA-Z0-9\-]+\.?)+[^\s<]*|^email/,"i").replace("email",/[A-Za-z0-9._+-]+(@)[a-zA-Z0-9-_]+(?:\.[a-zA-Z0-9-_]*[a-zA-Z0-9])+(?![-_])/).getRegex(),_backpedal:/(?:[^?!.,:;*_'"~()&]+|\([^)]*\)|&(?![a-zA-Z0-9]+;$)|[?!.,:;*_'"~)]+(?!$))+/,del:/^(~~?)(?=[^\s~])([\s\S]*?[^\s~])\1(?=[^~]|$)/,text:/^([`~]+|[^`~])(?:(?= {2,}\n)|(?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)|[\s\S]*?(?:(?=[\\<!\[`*~_]|\b_|https?:\/\/|ftp:\/\/|www\.|$)|[^ ](?= {2,}\n)|[^a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-](?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)))/},FT={..._S,br:Xt(jH).replace("{2,}","*").getRegex(),text:Xt(_S.text).replace("\\b_","\\b_| {2,}\\n").replace(/\{2,\}/g,"*").getRegex()},r2={normal:KS,gfm:vT,pedantic:yT},Pn={normal:YS,gfm:_S,breaks:FT,pedantic:VT},ia=class r{constructor(e){ee(this,"tokens");ee(this,"options");ee(this,"state");ee(this,"tokenizer");ee(this,"inlineQueue");this.tokens=[],this.tokens.links=Object.create(null),this.options=e||Ia,this.options.tokenizer=this.options.tokenizer||new Za,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:r2.normal,inline:Pn.normal};this.options.pedantic?(a.block=r2.pedantic,a.inline=Pn.pedantic):this.options.gfm&&(a.block=r2.gfm,this.options.breaks?a.inline=Pn.breaks:a.inline=Pn.gfm),this.tokenizer.rules=a}static get rules(){return{block:r2,inline:Pn}}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,(d,i,f)=>i+" ".repeat(f.length));let t,s,o,n;for(;e;)if(!(this.options.extensions&&this.options.extensions.block&&this.options.extensions.block.some(d=>(t=d.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+=`
13
+ `+p}!y&&!p.trim()&&(y=!0),l+=g+`
14
+ `,e=e.substring(g.length+1),c=p.slice(u)}}o.loose||(f?o.loose=!0:/\n *\n *$/.test(l)&&(f=!0));let C=null,A;this.options.gfm&&(C=/^\[[ xX]\] /.exec(i),C&&(A=C[0]!=="[ ] ",i=i.replace(/^\[[ xX]\] +/,""))),o.items.push({type:"list_item",raw:l,task:!!C,checked:A,loose:!1,text:i,tokens:[]}),o.raw+=l}o.items[o.items.length-1].raw=l.trimEnd(),o.items[o.items.length-1].text=i.trimEnd(),o.raw=o.raw.trimEnd();for(let m=0;m<o.items.length;m++)if(this.lexer.state.top=!1,o.items[m].tokens=this.lexer.blockTokens(o.items[m].text,[]),!o.loose){let c=o.items[m].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 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=DH(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(DH(l,n.header.length).map(i=>({text:i,tokens:this.lexer.inline(i)})));return n}}lheading(e){let a=this.rules.block.lheading.exec(e);if(a)return{type:"heading",raw:a[0],depth:a[2].charAt(0)==="="?1:2,text:a[1],tokens:this.lexer.inline(a[1])}}paragraph(e){let a=this.rules.block.paragraph.exec(e);if(a){let t=a[1].charAt(a[1].length-1)===`
16
+ `?a[1].slice(0,-1):a[1];return{type:"paragraph",raw:a[0],text:t,tokens:this.lexer.inline(t)}}}text(e){let a=this.rules.block.text.exec(e);if(a)return{type:"text",raw:a[0],text:a[0],tokens:this.lexer.inline(a[0])}}escape(e){let a=this.rules.inline.escape.exec(e);if(a)return{type:"escape",raw:a[0],text:Ze(a[1])}}tag(e){let a=this.rules.inline.tag.exec(e);if(a)return!this.lexer.state.inLink&&/^<a /i.test(a[0])?this.lexer.state.inLink=!0:this.lexer.state.inLink&&/^<\/a>/i.test(a[0])&&(this.lexer.state.inLink=!1),!this.lexer.state.inRawBlock&&/^<(pre|code|kbd|script)(\s|>)/i.test(a[0])?this.lexer.state.inRawBlock=!0:this.lexer.state.inRawBlock&&/^<\/(pre|code|kbd|script)(\s|>)/i.test(a[0])&&(this.lexer.state.inRawBlock=!1),{type:"html",raw:a[0],inLink:this.lexer.state.inLink,inRawBlock:this.lexer.state.inRawBlock,block:!1,text:a[0]}}link(e){let a=this.rules.inline.link.exec(e);if(a){let t=a[2].trim();if(!this.options.pedantic&&/^</.test(t)){if(!/>$/.test(t))return;let n=a2(t.slice(0,-1),"\\");if((t.length-n.length)%2===0)return}else{let n=iT(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)),WH(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 WH(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,f=n,m=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]){f+=i;continue}else if((s[5]||s[6])&&n%3&&!((n+i)%3)){m+=i;continue}if(f-=i,f>0)continue;i=Math.min(i,i+f+m);let p=[...s[0]][0].length,u=e.slice(0,n+s.index+p+i);if(Math.min(n,i)%2){let C=u.slice(1,-1);return{type:"em",raw:u,text:C,tokens:this.lexer.inlineTokens(C)}}let y=u.slice(2,-2);return{type:"strong",raw:u,text:y,tokens:this.lexer.inlineTokens(y)}}}}codespan(e){let a=this.rules.inline.code.exec(e);if(a){let t=a[2].replace(/\n/g," "),s=/[^ ]/.test(t),o=/^ /.test(t)&&/ $/.test(t);return s&&o&&(t=t.substring(1,t.length-1)),t=Ze(t,!0),{type:"codespan",raw:a[0],text:t}}}br(e){let a=this.rules.inline.br.exec(e);if(a)return{type:"br",raw:a[0]}}del(e){let a=this.rules.inline.del.exec(e);if(a)return{type:"del",raw:a[0],text:a[2],tokens:this.lexer.inlineTokens(a[2])}}autolink(e){let a=this.rules.inline.autolink.exec(e);if(a){let t,s;return a[2]==="@"?(t=Ze(a[1]),s="mailto:"+t):(t=Ze(a[1]),s=t),{type:"link",raw:a[0],text:t,href:s,tokens:[{type:"text",raw:t,text:t}]}}}url(e){var t,s;let a;if(a=this.rules.inline.url.exec(e)){let o,n;if(a[2]==="@")o=Ze(a[0]),n="mailto:"+o;else{let l;do l=a[0],a[0]=(s=(t=this.rules.inline._backpedal.exec(a[0]))==null?void 0:t[0])!=null?s:"";while(l!==a[0]);o=Ze(a[0]),a[1]==="www."?n="http://"+a[0]:n=a[0]}return{type:"link",raw:a[0],text:o,href:n,tokens:[{type:"text",raw:o,text:o}]}}}inlineText(e){let a=this.rules.inline.text.exec(e);if(a){let t;return this.lexer.state.inRawBlock?t=a[0]:t=Ze(a[0]),{type:"text",raw:a[0],text:t}}}},hT=/^(?: *(?:\n|$))+/,cT=/^( {4}[^\n]+(?:\n(?: *(?:\n|$))*)?)+/,fT=/^ {0,3}(`{3,}(?=[^`\n]*(?:\n|$))|~{3,})([^\n]*)(?:\n|$)(?:|([\s\S]*?)(?:\n|$))(?: {0,3}\1[~`]* *(?=\n|$)|$)/,Vn=/^ {0,3}((?:-[\t ]*){3,}|(?:_[ \t]*){3,}|(?:\*[ \t]*){3,})(?:\n+|$)/,uT=/^ {0,3}(#{1,6})(?=\s|$)(.*)(?:\n+|$)/,UH=/(?:[*+-]|\d{1,9}[.)])/,$H=Zt(/^(?!bull |blockCode|fences|blockquote|heading|html)((?:.|\n(?!\s*?\n|bull |blockCode|fences|blockquote|heading|html))+?)\n {0,3}(=+|-+) *(?:\n+|$)/).replace(/bull/g,UH).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(),ZS=/^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html|table| +\n)[^\n]+)*)/,mT=/^[^\n]+/,XS=/(?!\s*\])(?:\\.|[^\[\]\\])+/,xT=Zt(/^ {0,3}\[(label)\]: *(?:\n *)?([^<\s][^\s]*|<.*?>)(?:(?: +(?:\n *)?| *\n *)(title))? *(?:\n+|$)/).replace("label",XS).replace("title",/(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/).getRegex(),gT=Zt(/^( {0,3}bull)([ \t][^\n]+?)?(?:\n|$)/).replace(/bull/g,UH).getRegex(),s2="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",JS=/<!--(?:-?>|[\s\S]*?(?:-->|$))/,MT=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",JS).replace("tag",s2).replace("attribute",/ +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(),_H=Zt(ZS).replace("hr",Vn).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",s2).getRegex(),vT=Zt(/^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/).replace("paragraph",_H).getRegex(),KS={blockquote:vT,code:cT,def:xT,fences:fT,heading:uT,hr:Vn,html:MT,lheading:$H,list:gT,newline:hT,paragraph:_H,table:En,text:mT},OH=Zt("^ *([^\\n ].*)\\n {0,3}((?:\\| *)?:?-+:? *(?:\\| *:?-+:? *)*(?:\\| *)?)(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)").replace("hr",Vn).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",s2).getRegex(),yT={...KS,table:OH,paragraph:Zt(ZS).replace("hr",Vn).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("|lheading","").replace("table",OH).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",s2).getRegex()},wT={...KS,html:Zt(`^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+?</\\1> *(?:\\n{2,}|\\s*$)|<tag(?:"[^"]*"|'[^']*'|\\s[^'"/>\\s]*)*?/?> *(?:\\n{2,}|\\s*$))`).replace("comment",JS).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:En,lheading:/^(.+?)\n {0,3}(=+|-+) *(?:\n+|$)/,paragraph:Zt(ZS).replace("hr",Vn).replace("heading",` *#{1,6} *[^
17
+ ]`).replace("lheading",$H).replace("|table","").replace("blockquote"," {0,3}>").replace("|fences","").replace("|list","").replace("|html","").replace("|tag","").getRegex()},jH=/^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/,CT=/^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/,GH=/^( {2,}|\\)\n(?!\s*$)/,bT=/^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\<!\[`*_]|\b_|$)|[^ ](?= {2,}\n)))/,Fn="\\p{P}\\p{S}",ST=Zt(/^((?![*_])[\spunctuation])/,"u").replace(/punctuation/g,Fn).getRegex(),AT=/\[[^[\]]*?\]\([^\(\)]*?\)|`[^`]*?`|<[^<>]*?>/g,kT=Zt(/^(?:\*+(?:((?!\*)[punct])|[^\s*]))|^_+(?:((?!_)[punct])|([^\s_]))/,"u").replace(/punct/g,Fn).getRegex(),HT=Zt("^[^_*]*?__[^_*]*?\\*[^_*]*?(?=__)|[^*]+(?=[^*])|(?!\\*)[punct](\\*+)(?=[\\s]|$)|[^punct\\s](\\*+)(?!\\*)(?=[punct\\s]|$)|(?!\\*)[punct\\s](\\*+)(?=[^punct\\s])|[\\s](\\*+)(?!\\*)(?=[punct])|(?!\\*)[punct](\\*+)(?!\\*)(?=[punct])|[^punct\\s](\\*+)(?=[^punct\\s])","gu").replace(/punct/g,Fn).getRegex(),LT=Zt("^[^_*]*?\\*\\*[^_*]*?_[^_*]*?(?=\\*\\*)|[^_]+(?=[^_])|(?!_)[punct](_+)(?=[\\s]|$)|[^punct\\s](_+)(?!_)(?=[punct\\s]|$)|(?!_)[punct\\s](_+)(?=[^punct\\s])|[\\s](_+)(?!_)(?=[punct])|(?!_)[punct](_+)(?!_)(?=[punct])","gu").replace(/punct/g,Fn).getRegex(),TT=Zt(/\\([punct])/,"gu").replace(/punct/g,Fn).getRegex(),PT=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(),ET=Zt(JS).replace("(?:-->|$)","-->").getRegex(),BT=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",ET).replace("attribute",/\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/).getRegex(),o2=/(?:\[(?:\\.|[^\[\]\\])*\]|\\.|`[^`]*`|[^\[\]\\`])*?/,RT=Zt(/^!?\[(label)\]\(\s*(href)(?:\s+(title))?\s*\)/).replace("label",o2).replace("href",/<(?:\\.|[^\n<>\\])+>|[^\s\x00-\x1f]*/).replace("title",/"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/).getRegex(),ZH=Zt(/^!?\[(label)\]\[(ref)\]/).replace("label",o2).replace("ref",XS).getRegex(),XH=Zt(/^!?\[(ref)\](?:\[\])?/).replace("ref",XS).getRegex(),VT=Zt("reflink|nolink(?!\\()","g").replace("reflink",ZH).replace("nolink",XH).getRegex(),YS={_backpedal:En,anyPunctuation:TT,autolink:PT,blockSkip:AT,br:GH,code:CT,del:En,emStrongLDelim:kT,emStrongRDelimAst:HT,emStrongRDelimUnd:LT,escape:jH,link:RT,nolink:XH,punctuation:ST,reflink:ZH,reflinkSearch:VT,tag:BT,text:bT,url:En},FT={...YS,link:Zt(/^!?\[(label)\]\((.*?)\)/).replace("label",o2).getRegex(),reflink:Zt(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label",o2).getRegex()},_S={...YS,escape:Zt(jH).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.!#$%&'*+\/=?_`{\|}~-]+@)))/},IT={..._S,br:Zt(GH).replace("{2,}","*").getRegex(),text:Zt(_S.text).replace("\\b_","\\b_| {2,}\\n").replace(/\{2,\}/g,"*").getRegex()},r2={normal:KS,gfm:yT,pedantic:wT},Pn={normal:YS,gfm:_S,breaks:IT,pedantic:FT},da=class r{constructor(e){ee(this,"tokens");ee(this,"options");ee(this,"state");ee(this,"tokenizer");ee(this,"inlineQueue");this.tokens=[],this.tokens.links=Object.create(null),this.options=e||Fa,this.options.tokenizer=this.options.tokenizer||new Za,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:r2.normal,inline:Pn.normal};this.options.pedantic?(a.block=r2.pedantic,a.inline=Pn.pedantic):this.options.gfm&&(a.block=r2.gfm,this.options.breaks?a.inline=Pn.breaks:a.inline=Pn.gfm),this.tokenizer.rules=a}static get rules(){return{block:r2,inline:Pn}}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,f)=>i+" ".repeat(f.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 d=1/0,i=e.slice(1),f;this.options.extensions.startBlock.forEach(m=>{f=m.call({lexer:this},i),typeof f=="number"&&f>=0&&(d=Math.min(d,f))}),d<1/0&&d>=0&&(o=e.substring(0,d+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),f;this.options.extensions.startBlock.forEach(m=>{f=m.call({lexer:this},i),typeof f=="number"&&f>=0&&(l=Math.min(l,f))}),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 d="Infinite loop on byte: "+e.charCodeAt(0);if(this.options.silent){console.error(d);break}else throw new Error(d)}}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,d,i,f;if(this.tokens.links){let m=Object.keys(this.tokens.links);if(m.length>0)for(;(d=this.tokenizer.rules.inline.reflinkSearch.exec(n))!=null;)m.includes(d[0].slice(d[0].lastIndexOf("[")+1,-1))&&(n=n.slice(0,d.index)+"["+"a".repeat(d[0].length-2)+"]"+n.slice(this.tokenizer.rules.inline.reflinkSearch.lastIndex))}for(;(d=this.tokenizer.rules.inline.blockSkip.exec(n))!=null;)n=n.slice(0,d.index)+"["+"a".repeat(d[0].length-2)+"]"+n.slice(this.tokenizer.rules.inline.blockSkip.lastIndex);for(;(d=this.tokenizer.rules.inline.anyPunctuation.exec(n))!=null;)n=n.slice(0,d.index)+"++"+n.slice(this.tokenizer.rules.inline.anyPunctuation.lastIndex);for(;e;)if(i||(f=""),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,f)){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,c=e.slice(1),p;this.options.extensions.startInline.forEach(u=>{p=u.call({lexer:this},c),typeof p=="number"&&p>=0&&(m=Math.min(m,p))}),m<1/0&&m>=0&&(o=e.substring(0,m+1))}if(t=this.tokenizer.inlineText(o)){e=e.substring(t.raw.length),t.raw.slice(-1)!=="_"&&(f=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}},Xa=class{constructor(e){ee(this,"options");this.options=e||Ia}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-'+Xe(s)+'">'+(t?e:Xe(e,!0))+`</code></pre>
29
- `:"<pre><code>"+(t?e:Xe(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,f;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||(f=""),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,f)){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,c=e.slice(1),p;this.options.extensions.startInline.forEach(u=>{p=u.call({lexer:this},c),typeof p=="number"&&p>=0&&(m=Math.min(m,p))}),m<1/0&&m>=0&&(o=e.substring(0,m+1))}if(t=this.tokenizer.inlineText(o)){e=e.substring(t.raw.length),t.raw.slice(-1)!=="_"&&(f=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}},Xa=class{constructor(e){ee(this,"options");this.options=e||Fa}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-'+Ze(s)+'">'+(t?e:Ze(e,!0))+`</code></pre>
29
+ `:"<pre><code>"+(t?e:Ze(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=FH(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=FH(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}},Bn=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""}},pa=class r{constructor(e){ee(this,"options");ee(this,"renderer");ee(this,"textRenderer");this.options=e||Ia,this.options.renderer=this.options.renderer||new Xa,this.renderer=this.options.renderer,this.renderer.options=this.options,this.textRenderer=new Bn}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,d=this.options.extensions.renderers[n.type].call({parser:this},n);if(d!==!1||!["space","hr","heading","code","table","blockquote","list","html","paragraph","text"].includes(n.type)){t+=d||"";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,nT(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,d="",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]});d+=this.renderer.tablerow(i);let f="";for(let m=0;m<n.rows.length;m++){let c=n.rows[m];i="";for(let p=0;p<c.length;p++)i+=this.renderer.tablecell(this.parseInline(c[p].tokens),{header:!1,align:n.align[p]});f+=this.renderer.tablerow(i)}t+=this.renderer.table(d,f);continue}case"blockquote":{let n=o,d=this.parse(n.tokens);t+=this.renderer.blockquote(d);continue}case"list":{let n=o,d=n.ordered,i=n.start,f=n.loose,m="";for(let c=0;c<n.items.length;c++){let p=n.items[c],u=p.checked,y=p.task,b="";if(p.task){let A=this.renderer.checkbox(!!u);f?p.tokens.length>0&&p.tokens[0].type==="paragraph"?(p.tokens[0].text=A+" "+p.tokens[0].text,p.tokens[0].tokens&&p.tokens[0].tokens.length>0&&p.tokens[0].tokens[0].type==="text"&&(p.tokens[0].tokens[0].text=A+" "+p.tokens[0].tokens[0].text)):p.tokens.unshift({type:"text",text:A+" "}):b+=A+" "}b+=this.parse(p.tokens,f),m+=this.renderer.listitem(b,y,!!u)}t+=this.renderer.list(m,d,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,d=n.tokens?this.parseInline(n.tokens):n.text;for(;s+1<e.length&&e[s+1].type==="text";)n=e[++s],d+=`
46
- `+(n.tokens?this.parseInline(n.tokens):n.text);t+=a?this.renderer.paragraph(d):d;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}},Ra=class{constructor(e){ee(this,"options");this.options=e||Ia}preprocess(e){return e}postprocess(e){return e}processAllTokens(e){return e}};ee(Ra,"passThroughHooks",new Set(["preprocess","postprocess","processAllTokens"]));var Fa,jS,XH,Rn=class{constructor(...e){RH(this,Fa);ee(this,"defaults",GS());ee(this,"options",this.setOptions);ee(this,"parse",e2(this,Fa,jS).call(this,ia.lex,pa.parse));ee(this,"parseInline",e2(this,Fa,jS).call(this,ia.lexInline,pa.parseInline));ee(this,"Parser",pa);ee(this,"Renderer",Xa);ee(this,"TextRenderer",Bn);ee(this,"Lexer",ia);ee(this,"Tokenizer",Za);ee(this,"Hooks",Ra);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 d=n;for(let i of d.header)t=t.concat(this.walkTokens(i.tokens,a));for(let i of d.rows)for(let f of i)t=t.concat(this.walkTokens(f.tokens,a));break}case"list":{let d=n;t=t.concat(this.walkTokens(d.items,a));break}default:{let d=n;(o=(s=this.defaults.extensions)==null?void 0:s.childTokens)!=null&&o[d.type]?this.defaults.extensions.childTokens[d.type].forEach(i=>{let f=d[i].flat(1/0);t=t.concat(this.walkTokens(f,a))}):d.tokens&&(t=t.concat(this.walkTokens(d.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(...d){let i=o.renderer.apply(this,d);return i===!1&&(i=n.apply(this,d)),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 Xa(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 d=n,i=t.renderer[d],f=o[d];o[d]=(...m)=>{let c=i.apply(o,m);return c===!1&&(c=f.apply(o,m)),c||""}}s.renderer=o}if(t.tokenizer){let o=this.defaults.tokenizer||new Za(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 d=n,i=t.tokenizer[d],f=o[d];o[d]=(...m)=>{let c=i.apply(o,m);return c===!1&&(c=f.apply(o,m)),c}}s.tokenizer=o}if(t.hooks){let o=this.defaults.hooks||new Ra;for(let n in t.hooks){if(!(n in o))throw new Error(`hook '${n}' does not exist`);if(n==="options")continue;let d=n,i=t.hooks[d],f=o[d];Ra.passThroughHooks.has(n)?o[d]=m=>{if(this.defaults.async)return Promise.resolve(i.call(o,m)).then(p=>f.call(o,p));let c=i.call(o,m);return f.call(o,c)}:o[d]=(...m)=>{let c=i.apply(o,m);return c===!1&&(c=f.apply(o,m)),c}}s.hooks=o}if(t.walkTokens){let o=this.defaults.walkTokens,n=t.walkTokens;s.walkTokens=function(d){let i=[];return i.push(n.call(this,d)),o&&(i=i.concat(o.call(this,d))),i}}this.defaults={...this.defaults,...s}}),this}setOptions(e){return this.defaults={...this.defaults,...e},this}lexer(e,a){return ia.lex(e,a!=null?a:this.defaults)}parser(e,a){return pa.parse(e,a!=null?a:this.defaults)}};Fa=new WeakSet,jS=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 d=e2(this,Fa,XH).call(this,!!n.silent,!!n.async);if(typeof t=="undefined"||t===null)return d(new Error("marked(): input parameter is undefined or null"));if(typeof t!="string")return d(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(d);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 f=a(i,n);return n.hooks&&(f=n.hooks.postprocess(f)),f}catch(i){return d(i)}}},XH=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>"+Xe(t.message+"",!0)+"</pre>";return a?Promise.resolve(s):s}if(a)return Promise.reject(t);throw t}};var Va=new Rn;function Zt(r,e){return Va.parse(r,e)}Zt.options=Zt.setOptions=function(r){return Va.setOptions(r),Zt.defaults=Va.defaults,OH(Zt.defaults),Zt};Zt.getDefaults=GS;Zt.defaults=Ia;Zt.use=function(...r){return Va.use(...r),Zt.defaults=Va.defaults,OH(Zt.defaults),Zt};Zt.walkTokens=function(r,e){return Va.walkTokens(r,e)};Zt.parseInline=Va.parseInline;Zt.Parser=pa;Zt.parser=pa.parse;Zt.Renderer=Xa;Zt.TextRenderer=Bn;Zt.Lexer=ia;Zt.lexer=ia.lex;Zt.Tokenizer=Za;Zt.Hooks=Ra;Zt.parse=Zt;var $P=Zt.options,_P=Zt.setOptions,jP=Zt.use,GP=Zt.walkTokens,ZP=Zt.parseInline;var XP=pa.parse,JP=ia.lex;var IT=r=>{if(r)return r},In=r=>{var s,o;let e=r==null?void 0:r.markedOptions,a=new Rn({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=IT(r==null?void 0:r.renderer);return t&&a.use({renderer:t}),n=>a.parse(n)},Dn=r=>r?In({markedOptions:r.options,renderer:r.renderer}):In(),DT=In(),QS=r=>DT(r),n2=r=>r.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&#39;"),KH=r=>r.replace(/"/g,"&quot;").replace(/</g,"&lt;").replace(/>/g,"&gt;"),JH=r=>`%%FORM_PLACEHOLDER_${r}%%`,YH=(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=JH(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=JH(e.length);return e.push({token:o,type:s}),o}),a},QH=r=>{let e=Dn(r);return a=>{let t=[],s=YH(a,t),o=e(s);return t.forEach(({token:n,type:d})=>{let i=new RegExp(n.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),m=`<div class="tvw-form-directive" data-tv-form="${KH(d)}"></div>`;o=o.replace(i,m)}),o}},tL=r=>{let e=[],a=YH(r,e),t=QS(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="${KH(o)}"></div>`;t=t.replace(n,i)}),t};var ha=BH(eA(),1),i2=r=>r.replace(/\\n/g,`
48
- `).replace(/\\r/g,"\r").replace(/\\t/g," ").replace(/\\"/g,'"').replace(/\\\\/g,"\\"),aA=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)}},NT=r=>{var n,d;let e=(n=r.completedAt)!=null?n:Date.now(),a=(d=r.startedAt)!=null?d: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`},aL=r=>r.status==="complete"?NT(r):r.status==="pending"?"Waiting":"",UT=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 rL=r=>r.status==="complete"?UT(r):"Using tool...",$T=()=>{let r=null,e=0,a=t=>{let s=/"text"\s*:\s*"((?:[^"\\]|\\.|")*?)"/,o=t.match(s);if(o&&o[1])try{return o[1].replace(/\\n/g,`
49
- `).replace(/\\r/g,"\r").replace(/\\t/g," ").replace(/\\"/g,'"').replace(/\\\\/g,"\\")}catch{return o[1]}let n=/"text"\s*:\s*"((?:[^"\\]|\\.)*)/,d=t.match(n);if(d&&d[1])try{return d[1].replace(/\\n/g,`
50
- `).replace(/\\r/g,"\r").replace(/\\t/g," ").replace(/\\"/g,'"').replace(/\\\\/g,"\\")}catch{return d[1]}return null};return{getExtractedText:()=>r,processChunk:async t=>{if(t.length<=e)return r!==null?{text:r,raw:t}:null;let s=t.trim();if(!s.startsWith("{")&&!s.startsWith("["))return null;let o=a(t);return o!==null&&(r=o),e=t.length,r!==null?{text:r,raw:t}:null},close:async()=>{}}},p2=r=>{try{let e=JSON.parse(r);if(e&&typeof e=="object"&&typeof e.text=="string")return e.text}catch{return null}return null},h2=()=>{let r={processChunk:e=>null,getExtractedText:()=>null};return r.__isPlainTextParser=!0,r},c2=()=>{var e;let r=$T();return{processChunk:async a=>{let t=a.trim();return!t.startsWith("{")&&!t.startsWith("[")?null:r.processChunk(a)},getExtractedText:r.getExtractedText.bind(r),close:(e=r.close)==null?void 0:e.bind(r)}},f2=()=>{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,ha.parse)(a,ha.STR|ha.OBJ);s&&typeof s=="object"&&(s.component&&typeof s.component=="string"?r=typeof s.text=="string"?i2(s.text):"":s.type==="init"&&s.form?r="":typeof s.text=="string"&&(r=i2(s.text)))}catch{}return e=a.length,r!==null?{text:r,raw:a}:null},close:()=>{}}},oL=r=>{let e=null,a=0,s=r||(o=>{if(!o||typeof o!="object")return null;let n=d=>typeof d=="string"?i2(d):null;if(o.component&&typeof o.component=="string")return typeof o.text=="string"?i2(o.text):"";if(o.type==="init"&&o.form)return"";if(o.action)switch(o.action){case"nav_then_click":return n(o.on_load_text)||n(o.text)||null;case"message":case"message_and_click":case"checkout":return n(o.text)||null;default:return n(o.text)||n(o.display_text)||n(o.message)||null}return n(o.text)||n(o.display_text)||n(o.message)||n(o.content)||null});return{getExtractedText:()=>e,processChunk:o=>{let n=o.trim();if(!n.startsWith("{")&&!n.startsWith("["))return null;if(o.length<=a)return e!==null?{text:e,raw:o}:null;try{let d=(0,ha.parse)(o,ha.STR|ha.OBJ),i=s(d);i!==null&&(e=i)}catch{}return a=o.length,{text:e||"",raw:o}},close:()=>{}}},u2=()=>{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 _T="https://api.runtype.com/v1/dispatch",sL="https://api.runtype.com",rA=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 jT(r){switch(r){case"json":return f2;case"regex-json":return c2;case"xml":return u2;case"plain":default:return h2}}var Da=class{constructor(e={}){this.config=e;this.clientSession=null;this.sessionInitPromise=null;var a,t,s;this.apiUrl=(a=e.apiUrl)!=null?a:_T,this.headers={"Content-Type":"application/json",...e.headers},this.debug=!!e.debug,this.createStreamParser=(t=e.streamParser)!=null?t:jT(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$/,""))||sL;return e==="init"?`${a}/v1/client/init`:`${a}/v1/client/chat`}getClientSession(){return this.clientSession}async initSession(){var e,a;if(!this.isClientTokenMode())throw new Error("initSession() only available in client token mode");if(this.clientSession&&new Date<this.clientSession.expiresAt)return this.clientSession;if(this.sessionInitPromise)return this.sessionInitPromise;this.sessionInitPromise=this._doInitSession();try{let t=await this.sessionInitPromise;return this.clientSession=t,(a=(e=this.config).onSessionInit)==null||a.call(e,t),t}finally{this.sessionInitPromise=null}}async _doInitSession(){var o,n;let e=((n=(o=this.config).getStoredSessionId)==null?void 0:n.call(o))||null,a={token:this.config.clientToken,...this.config.flowId&&{flowId:this.config.flowId},...e&&{sessionId:e}},t=await fetch(this.getClientApiUrl("init"),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(a)});if(!t.ok){let d=await t.json().catch(()=>({error:"Session initialization failed"}));throw t.status===401?new Error(`Invalid client token: ${d.hint||d.error}`):t.status===403?new Error(`Origin not allowed: ${d.hint||d.error}`):new Error(d.error||"Failed to initialize session")}let s=await t.json();return this.config.setStoredSessionId&&this.config.setStoredSessionId(s.sessionId),{sessionId:s.sessionId,expiresAt:new Date(s.expiresAt),flow:s.flow,config:{welcomeMessage:s.config.welcomeMessage,placeholder:s.config.placeholder,theme:s.config.theme}}}clearClientSession(){this.clientSession=null,this.sessionInitPromise=null}getFeedbackApiUrl(){var a;return`${((a=this.config.apiUrl)==null?void 0:a.replace(/\/+$/,"").replace(/\/v1\/dispatch$/,""))||sL}/v1/client/feedback`}async sendFeedback(e){var o,n;if(!this.isClientTokenMode())throw new Error("sendFeedback() only available in client token mode");if(!this.getClientSession())throw new Error("No active session. Please initialize session first.");if(["upvote","downvote","copy"].includes(e.type)&&!e.messageId)throw new Error(`messageId is required for ${e.type} feedback type`);if(e.type==="csat"&&(e.rating===void 0||e.rating<1||e.rating>5))throw new Error("CSAT rating must be between 1 and 5");if(e.type==="nps"&&(e.rating===void 0||e.rating<0||e.rating>10))throw new Error("NPS rating must be between 0 and 10");this.debug&&console.debug("[AgentWidgetClient] sending feedback",e);let s=await fetch(this.getFeedbackApiUrl(),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(e)});if(!s.ok){let d=await s.json().catch(()=>({error:"Feedback submission failed"}));throw s.status===401?(this.clientSession=null,(n=(o=this.config).onSessionExpired)==null||n.call(o),new Error("Session expired. Please refresh to continue.")):new Error(d.error||"Failed to submit feedback")}}async submitMessageFeedback(e,a){let t=this.getClientSession();if(!t)throw new Error("No active session. Please initialize session first.");return this.sendFeedback({sessionId:t.sessionId,messageId:e,type:a})}async submitCSATFeedback(e,a){let t=this.getClientSession();if(!t)throw new Error("No active session. Please initialize session first.");return this.sendFeedback({sessionId:t.sessionId,type:"csat",rating:e,comment:a})}async submitNPSFeedback(e,a){let t=this.getClientSession();if(!t)throw new Error("No active session. Please initialize session first.");return this.sendFeedback({sessionId:t.sessionId,type:"nps",rating:e,comment:a})}async dispatch(e,a){return this.isAgentMode()?this.dispatchAgent(e,a):this.isClientTokenMode()?this.dispatchClientToken(e,a):this.dispatchProxy(e,a)}async dispatchClientToken(e,a){var s,o,n,d;let t=new AbortController;e.signal&&e.signal.addEventListener("abort",()=>t.abort()),a({type:"status",status:"connecting"});try{let i=await this.initSession();if(new Date>=new Date(i.expiresAt.getTime()-6e4)){this.clientSession=null,(o=(s=this.config).onSessionExpired)==null||o.call(s);let u=new Error("Session expired. Please refresh to continue.");throw a({type:"error",error:u}),u}let f=await this.buildPayload(e.messages),m=f.metadata?Object.fromEntries(Object.entries(f.metadata).filter(([u])=>u!=="sessionId"&&u!=="session_id")):void 0,c={sessionId:i.sessionId,messages:e.messages.filter(rA).map(u=>{var y,b,A;return{id:u.id,role:u.role,content:(A=(b=(y=u.contentParts)!=null?y:u.llmContent)!=null?b:u.rawContent)!=null?A:u.content}}),...e.assistantMessageId&&{assistantMessageId:e.assistantMessageId},...m&&Object.keys(m).length>0&&{metadata:m},...f.context&&{context:f.context}};this.debug&&console.debug("[AgentWidgetClient] client token dispatch",c);let p=await fetch(this.getClientApiUrl("chat"),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(c),signal:t.signal});if(!p.ok){let u=await p.json().catch(()=>({error:"Chat request failed"}));if(p.status===401){this.clientSession=null,(d=(n=this.config).onSessionExpired)==null||d.call(n);let b=new Error("Session expired. Please refresh to continue.");throw a({type:"error",error:b}),b}if(p.status===429){let b=new Error(u.hint||"Message limit reached for this session.");throw a({type:"error",error:b}),b}let y=new Error(u.error||"Failed to send message");throw a({type:"error",error:y}),y}if(!p.body){let u=new Error("No response body received");throw a({type:"error",error:u}),u}a({type:"status",status:"connected"});try{await this.streamResponse(p.body,a,e.assistantMessageId)}finally{a({type:"status",status:"idle"})}}catch(i){let f=i instanceof Error?i:new Error(String(i));throw!f.message.includes("Session expired")&&!f.message.includes("Message limit")&&a({type:"error",error:f}),f}}async dispatchProxy(e,a){let t=new AbortController;e.signal&&e.signal.addEventListener("abort",()=>t.abort()),a({type:"status",status:"connecting"});let s=await this.buildPayload(e.messages);this.debug&&console.debug("[AgentWidgetClient] dispatch payload",s);let o={...this.headers};if(this.getHeaders)try{let d=await this.getHeaders();o={...o,...d}}catch(d){typeof console!="undefined"&&console.error("[AgentWidget] getHeaders error:",d)}let n;if(this.customFetch)try{n=await this.customFetch(this.apiUrl,{method:"POST",headers:o,body:JSON.stringify(s),signal:t.signal},s)}catch(d){let i=d instanceof Error?d:new Error(String(d));throw a({type:"error",error:i}),i}else n=await fetch(this.apiUrl,{method:"POST",headers:o,body:JSON.stringify(s),signal:t.signal});if(!n.ok||!n.body){let d=new Error(`Chat backend request failed: ${n.status} ${n.statusText}`);throw a({type:"error",error:d}),d}a({type:"status",status:"connected"});try{await this.streamResponse(n.body,a)}finally{a({type:"status",status:"idle"})}}async dispatchAgent(e,a){let t=new AbortController;e.signal&&e.signal.addEventListener("abort",()=>t.abort()),a({type:"status",status:"connecting"});let s=await this.buildAgentPayload(e.messages);this.debug&&console.debug("[AgentWidgetClient] agent dispatch payload",s);let o={...this.headers};if(this.getHeaders)try{let d=await this.getHeaders();o={...o,...d}}catch(d){typeof console!="undefined"&&console.error("[AgentWidget] getHeaders error:",d)}let n;if(this.customFetch)try{n=await this.customFetch(this.apiUrl,{method:"POST",headers:o,body:JSON.stringify(s),signal:t.signal},s)}catch(d){let i=d instanceof Error?d:new Error(String(d));throw a({type:"error",error:i}),i}else n=await fetch(this.apiUrl,{method:"POST",headers:o,body:JSON.stringify(s),signal:t.signal});if(!n.ok||!n.body){let d=new Error(`Agent execution request failed: ${n.status} ${n.statusText}`);throw a({type:"error",error:d}),d}a({type:"status",status:"connected"});try{await this.streamResponse(n.body,a,e.assistantMessageId)}finally{a({type:"status",status:"idle"})}}async buildAgentPayload(e){if(!this.config.agent)throw new Error("Agent configuration required for agent mode");let a=e.slice().filter(rA).filter(s=>s.role==="user"||s.role==="assistant"||s.role==="system").filter(s=>!s.variant||s.variant==="assistant").sort((s,o)=>{let n=new Date(s.createdAt).getTime(),d=new Date(o.createdAt).getTime();return n-d}).map(s=>{var o,n,d;return{role:s.role,content:(d=(n=(o=s.contentParts)!=null?o:s.llmContent)!=null?n:s.rawContent)!=null?d:s.content,createdAt:s.createdAt}}),t={agent:this.config.agent,messages:a,options:{streamResponse:!0,recordMode:"virtual",...this.config.agentOptions}};if(this.contextProviders.length){let s={};await Promise.all(this.contextProviders.map(async o=>{try{let n=await o({messages:e,config:this.config});n&&typeof n=="object"&&Object.assign(s,n)}catch(n){typeof console!="undefined"&&console.warn("[AgentWidget] Context provider failed:",n)}})),Object.keys(s).length&&(t.context=s)}return t}async buildPayload(e){let t={messages:e.slice().filter(rA).sort((s,o)=>{let n=new Date(s.createdAt).getTime(),d=new Date(o.createdAt).getTime();return n-d}).map(s=>{var o,n,d;return{role:s.role,content:(d=(n=(o=s.contentParts)!=null?o:s.llmContent)!=null?n:s.rawContent)!=null?d:s.content,createdAt:s.createdAt}}),...this.config.flowId&&{flowId:this.config.flowId}};if(this.contextProviders.length){let s={};await Promise.all(this.contextProviders.map(async o=>{try{let n=await o({messages:e,config:this.config});n&&typeof n=="object"&&Object.assign(s,n)}catch(n){typeof console!="undefined"&&console.warn("[AgentWidget] Context provider failed:",n)}})),Object.keys(s).length&&(t.context=s)}if(this.requestMiddleware)try{let s=await this.requestMiddleware({payload:{...t},config:this.config});if(s&&typeof s=="object")return s}catch(s){typeof console!="undefined"&&console.error("[AgentWidget] Request middleware error:",s)}return t}async handleCustomSSEEvent(e,a,t,s,o){if(!this.parseSSEEvent)return!1;try{let n=await this.parseSSEEvent(e);if(n===null)return!1;let d=()=>{if(t.current)return t.current;let i={id:`assistant-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"assistant",sequence:o()};return t.current=i,s(i),i};if(n.text!==void 0){let i=d();i.content+=n.text,s(i)}return n.done&&(t.current&&(t.current.streaming=!1,s(t.current)),a({type:"status",status:"idle"})),n.error&&a({type:"error",error:new Error(n.error)}),!0}catch(n){return typeof console!="undefined"&&console.error("[AgentWidget] parseSSEEvent error:",n),!1}}async streamResponse(e,a,t){var ct,jt,Pe,Ee,Ue,Bt,yt,at,ft,Rt,se,Te,ut,J,ue,me,ye,$e,we,Q,Lt,Ce,be,tt,Dt,Se,Fe,Be,j,ae,At,X,N,mt,ht,rt,bt,Wt,G,dt,Pt,Jt,pe,xe,_e,mn,ua,Qe,$,ma,ra,ka,xn,oa,sa,$a,_a,$n,_n,jn,gn,ja,Kt,Mn,vn,na,Gn,Zn,yn,Ha,da,Xn,Jn,Kn,NS,La,Ta,ne,Ga,wn,Cn,bn,We,je,la;let s=e.getReader(),o=new TextDecoder,n="",d=Date.now(),i=0,f=()=>d+i++,m=q=>{let kt=q.reasoning?{...q.reasoning,chunks:[...q.reasoning.chunks]}:void 0,Vt=q.toolCall?{...q.toolCall,chunks:q.toolCall.chunks?[...q.toolCall.chunks]:void 0}:void 0,Gt=q.tools?q.tools.map(Ae=>({...Ae,chunks:Ae.chunks?[...Ae.chunks]:void 0})):void 0;return{...q,reasoning:kt,toolCall:Vt,tools:Gt}},c=q=>{a({type:"message",message:m(q)})},p=null,u={current:null},y=new Map,b=new Map,A={lastId:null,byStep:new Map},S={lastId:null,byCall:new Map},x=q=>{if(q==null)return null;try{return String(q)}catch{return null}},H=q=>{var kt,Vt,Gt,Ae,ke;return x((ke=(Ae=(Gt=(Vt=(kt=q.stepId)!=null?kt:q.step_id)!=null?Vt:q.step)!=null?Gt:q.parentId)!=null?Ae:q.flowStepId)!=null?ke:q.flow_step_id)},h=q=>{var kt,Vt,Gt,Ae,ke,de,T;return x((T=(de=(ke=(Ae=(Gt=(Vt=(kt=q.callId)!=null?kt:q.call_id)!=null?Vt:q.requestId)!=null?Gt:q.request_id)!=null?Ae:q.toolCallId)!=null?ke:q.tool_call_id)!=null?de:q.stepId)!=null?T:q.step_id)},g=()=>p||(p={id:t!=null?t:`assistant-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,sequence:f()},c(p),p),M=(q,kt)=>{A.lastId=kt,q&&A.byStep.set(q,kt)},C=(q,kt)=>{var ke;let Vt=(ke=q.reasoningId)!=null?ke:q.id,Gt=H(q);if(Vt){let de=String(Vt);return M(Gt,de),de}if(Gt){let de=A.byStep.get(Gt);if(de)return A.lastId=de,de}if(A.lastId&&!kt)return A.lastId;if(!kt)return null;let Ae=`reason-${f()}`;return M(Gt,Ae),Ae},E=q=>{let kt=y.get(q);if(kt)return kt;let Vt={id:`reason-${q}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"reasoning",sequence:f(),reasoning:{id:q,status:"streaming",chunks:[]}};return y.set(q,Vt),c(Vt),Vt},L=(q,kt)=>{S.lastId=kt,q&&S.byCall.set(q,kt)},I=(q,kt)=>{var ke;let Vt=(ke=q.toolId)!=null?ke:q.id,Gt=h(q);if(Vt){let de=String(Vt);return L(Gt,de),de}if(Gt){let de=S.byCall.get(Gt);if(de)return S.lastId=de,de}if(S.lastId&&!kt)return S.lastId;if(!kt)return null;let Ae=`tool-${f()}`;return L(Gt,Ae),Ae},W=q=>{let kt=b.get(q);if(kt)return kt;let Vt={id:`tool-${q}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"tool",sequence:f(),toolCall:{id:q,status:"pending"}};return b.set(q,Vt),c(Vt),Vt},U=q=>{if(typeof q=="number"&&Number.isFinite(q))return q;if(typeof q=="string"){let kt=Number(q);if(!Number.isNaN(kt)&&Number.isFinite(kt))return kt;let Vt=Date.parse(q);if(!Number.isNaN(Vt))return Vt}return Date.now()},it=q=>{if(typeof q=="string")return q;if(q==null)return"";try{return JSON.stringify(q)}catch{return String(q)}},z=new Map,st=new Map,_=null,et=new Map,Mt=(ct=this.config.iterationDisplay)!=null?ct:"separate";for(;;){let{done:q,value:kt}=await s.read();if(q)break;n+=o.decode(kt,{stream:!0});let Vt=n.split(`
45
+ `}strong(e){return`<strong>${e}</strong>`}em(e){return`<em>${e}</em>`}codespan(e){return`<code>${e}</code>`}br(){return"<br>"}del(e){return`<del>${e}</del>`}link(e,a,t){let s=IH(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=IH(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}},Bn=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""}},ia=class r{constructor(e){ee(this,"options");ee(this,"renderer");ee(this,"textRenderer");this.options=e||Fa,this.options.renderer=this.options.renderer||new Xa,this.renderer=this.options.renderer,this.renderer.options=this.options,this.textRenderer=new Bn}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,lT(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 f="";for(let m=0;m<n.rows.length;m++){let c=n.rows[m];i="";for(let p=0;p<c.length;p++)i+=this.renderer.tablecell(this.parseInline(c[p].tokens),{header:!1,align:n.align[p]});f+=this.renderer.tablerow(i)}t+=this.renderer.table(l,f);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,f=n.loose,m="";for(let c=0;c<n.items.length;c++){let p=n.items[c],u=p.checked,y=p.task,C="";if(p.task){let A=this.renderer.checkbox(!!u);f?p.tokens.length>0&&p.tokens[0].type==="paragraph"?(p.tokens[0].text=A+" "+p.tokens[0].text,p.tokens[0].tokens&&p.tokens[0].tokens.length>0&&p.tokens[0].tokens[0].type==="text"&&(p.tokens[0].tokens[0].text=A+" "+p.tokens[0].tokens[0].text)):p.tokens.unshift({type:"text",text:A+" "}):C+=A+" "}C+=this.parse(p.tokens,f),m+=this.renderer.listitem(C,y,!!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}},Ba=class{constructor(e){ee(this,"options");this.options=e||Fa}preprocess(e){return e}postprocess(e){return e}processAllTokens(e){return e}};ee(Ba,"passThroughHooks",new Set(["preprocess","postprocess","processAllTokens"]));var Va,jS,JH,Rn=class{constructor(...e){VH(this,Va);ee(this,"defaults",GS());ee(this,"options",this.setOptions);ee(this,"parse",e2(this,Va,jS).call(this,da.lex,ia.parse));ee(this,"parseInline",e2(this,Va,jS).call(this,da.lexInline,ia.parseInline));ee(this,"Parser",ia);ee(this,"Renderer",Xa);ee(this,"TextRenderer",Bn);ee(this,"Lexer",da);ee(this,"Tokenizer",Za);ee(this,"Hooks",Ba);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 f of i)t=t.concat(this.walkTokens(f.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 f=l[i].flat(1/0);t=t.concat(this.walkTokens(f,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 Xa(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],f=o[l];o[l]=(...m)=>{let c=i.apply(o,m);return c===!1&&(c=f.apply(o,m)),c||""}}s.renderer=o}if(t.tokenizer){let o=this.defaults.tokenizer||new Za(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],f=o[l];o[l]=(...m)=>{let c=i.apply(o,m);return c===!1&&(c=f.apply(o,m)),c}}s.tokenizer=o}if(t.hooks){let o=this.defaults.hooks||new Ba;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],f=o[l];Ba.passThroughHooks.has(n)?o[l]=m=>{if(this.defaults.async)return Promise.resolve(i.call(o,m)).then(p=>f.call(o,p));let c=i.call(o,m);return f.call(o,c)}:o[l]=(...m)=>{let c=i.apply(o,m);return c===!1&&(c=f.apply(o,m)),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 da.lex(e,a!=null?a:this.defaults)}parser(e,a){return ia.parse(e,a!=null?a:this.defaults)}};Va=new WeakSet,jS=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=e2(this,Va,JH).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 f=a(i,n);return n.hooks&&(f=n.hooks.postprocess(f)),f}catch(i){return l(i)}}},JH=function(e,a){return t=>{if(t.message+=`
47
+ Please report this to https://github.com/markedjs/marked.`,e){let s="<p>An error occurred:</p><pre>"+Ze(t.message+"",!0)+"</pre>";return a?Promise.resolve(s):s}if(a)return Promise.reject(t);throw t}};var Ra=new Rn;function Gt(r,e){return Ra.parse(r,e)}Gt.options=Gt.setOptions=function(r){return Ra.setOptions(r),Gt.defaults=Ra.defaults,zH(Gt.defaults),Gt};Gt.getDefaults=GS;Gt.defaults=Fa;Gt.use=function(...r){return Ra.use(...r),Gt.defaults=Ra.defaults,zH(Gt.defaults),Gt};Gt.walkTokens=function(r,e){return Ra.walkTokens(r,e)};Gt.parseInline=Ra.parseInline;Gt.Parser=ia;Gt.parser=ia.parse;Gt.Renderer=Xa;Gt.TextRenderer=Bn;Gt.Lexer=da;Gt.lexer=da.lex;Gt.Tokenizer=Za;Gt.Hooks=Ba;Gt.parse=Gt;var _P=Gt.options,jP=Gt.setOptions,GP=Gt.use,ZP=Gt.walkTokens,XP=Gt.parseInline;var JP=ia.parse,KP=da.lex;var DT=r=>{if(r)return r},In=r=>{var s,o;let e=r==null?void 0:r.markedOptions,a=new Rn({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=DT(r==null?void 0:r.renderer);return t&&a.use({renderer:t}),n=>a.parse(n)},Dn=r=>r?In({markedOptions:r.options,renderer:r.renderer}):In(),WT=In(),QS=r=>WT(r),n2=r=>r.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&#39;"),YH=r=>r.replace(/"/g,"&quot;").replace(/</g,"&lt;").replace(/>/g,"&gt;"),KH=r=>`%%FORM_PLACEHOLDER_${r}%%`,QH=(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=KH(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=KH(e.length);return e.push({token:o,type:s}),o}),a},tL=r=>{let e=Dn(r);return a=>{let t=[],s=QH(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="${YH(l)}"></div>`;o=o.replace(i,m)}),o}},eL=r=>{let e=[],a=QH(r,e),t=QS(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="${YH(o)}"></div>`;t=t.replace(n,i)}),t};var pa=RH(eA(),1),i2=r=>r.replace(/\\n/g,`
48
+ `).replace(/\\r/g,"\r").replace(/\\t/g," ").replace(/\\"/g,'"').replace(/\\\\/g,"\\"),aA=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)}},UT=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`},rL=r=>r.status==="complete"?UT(r):r.status==="pending"?"Waiting":"",$T=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 oL=r=>r.status==="complete"?$T(r):"Using tool...",_T=()=>{let r=null,e=0,a=t=>{let s=/"text"\s*:\s*"((?:[^"\\]|\\.|")*?)"/,o=t.match(s);if(o&&o[1])try{return o[1].replace(/\\n/g,`
49
+ `).replace(/\\r/g,"\r").replace(/\\t/g," ").replace(/\\"/g,'"').replace(/\\\\/g,"\\")}catch{return o[1]}let n=/"text"\s*:\s*"((?:[^"\\]|\\.)*)/,l=t.match(n);if(l&&l[1])try{return l[1].replace(/\\n/g,`
50
+ `).replace(/\\r/g,"\r").replace(/\\t/g," ").replace(/\\"/g,'"').replace(/\\\\/g,"\\")}catch{return l[1]}return null};return{getExtractedText:()=>r,processChunk:async t=>{if(t.length<=e)return r!==null?{text:r,raw:t}:null;let s=t.trim();if(!s.startsWith("{")&&!s.startsWith("["))return null;let o=a(t);return o!==null&&(r=o),e=t.length,r!==null?{text:r,raw:t}:null},close:async()=>{}}},p2=r=>{try{let e=JSON.parse(r);if(e&&typeof e=="object"&&typeof e.text=="string")return e.text}catch{return null}return null},h2=()=>{let r={processChunk:e=>null,getExtractedText:()=>null};return r.__isPlainTextParser=!0,r},c2=()=>{var e;let r=_T();return{processChunk:async a=>{let t=a.trim();return!t.startsWith("{")&&!t.startsWith("[")?null:r.processChunk(a)},getExtractedText:r.getExtractedText.bind(r),close:(e=r.close)==null?void 0:e.bind(r)}},f2=()=>{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,pa.parse)(a,pa.STR|pa.OBJ);s&&typeof s=="object"&&(s.component&&typeof s.component=="string"?r=typeof s.text=="string"?i2(s.text):"":s.type==="init"&&s.form?r="":typeof s.text=="string"&&(r=i2(s.text)))}catch{}return e=a.length,r!==null?{text:r,raw:a}:null},close:()=>{}}},sL=r=>{let e=null,a=0,s=r||(o=>{if(!o||typeof o!="object")return null;let n=l=>typeof l=="string"?i2(l):null;if(o.component&&typeof o.component=="string")return typeof o.text=="string"?i2(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,pa.parse)(o,pa.STR|pa.OBJ),i=s(l);i!==null&&(e=i)}catch{}return a=o.length,{text:e||"",raw:o}},close:()=>{}}},u2=()=>{let r=null;return{processChunk:e=>{if(!e.trim().startsWith("<"))return null;let t=e.match(/<text[^>]*>([\s\S]*?)<\/text>/);return t&&t[1]?(r=t[1],{text:r,raw:e}):null},getExtractedText:()=>r}};var jT="https://api.runtype.com/v1/dispatch",nL="https://api.runtype.com",rA=r=>!!(r.contentParts&&r.contentParts.length>0||r.llmContent&&r.llmContent.trim().length>0||r.rawContent&&r.rawContent.trim().length>0||r.content&&r.content.trim().length>0);function GT(r){switch(r){case"json":return f2;case"regex-json":return c2;case"xml":return u2;case"plain":default:return h2}}var Ia=class{constructor(e={}){this.config=e;this.clientSession=null;this.sessionInitPromise=null;var a,t,s;this.apiUrl=(a=e.apiUrl)!=null?a:jT,this.headers={"Content-Type":"application/json",...e.headers},this.debug=!!e.debug,this.createStreamParser=(t=e.streamParser)!=null?t:GT(e.parserType),this.contextProviders=(s=e.contextProviders)!=null?s:[],this.requestMiddleware=e.requestMiddleware,this.customFetch=e.customFetch,this.parseSSEEvent=e.parseSSEEvent,this.getHeaders=e.getHeaders}setSSEEventCallback(e){this.onSSEEvent=e}getSSEEventCallback(){return this.onSSEEvent}isClientTokenMode(){return!!this.config.clientToken}isAgentMode(){return!!this.config.agent}getClientApiUrl(e){var t;let a=((t=this.config.apiUrl)==null?void 0:t.replace(/\/+$/,"").replace(/\/v1\/dispatch$/,""))||nL;return e==="init"?`${a}/v1/client/init`:`${a}/v1/client/chat`}getClientSession(){return this.clientSession}async initSession(){var e,a;if(!this.isClientTokenMode())throw new Error("initSession() only available in client token mode");if(this.clientSession&&new Date<this.clientSession.expiresAt)return this.clientSession;if(this.sessionInitPromise)return this.sessionInitPromise;this.sessionInitPromise=this._doInitSession();try{let t=await this.sessionInitPromise;return this.clientSession=t,(a=(e=this.config).onSessionInit)==null||a.call(e,t),t}finally{this.sessionInitPromise=null}}async _doInitSession(){var o,n;let e=((n=(o=this.config).getStoredSessionId)==null?void 0:n.call(o))||null,a={token:this.config.clientToken,...this.config.flowId&&{flowId:this.config.flowId},...e&&{sessionId:e}},t=await fetch(this.getClientApiUrl("init"),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(a)});if(!t.ok){let 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$/,""))||nL}/v1/client/feedback`}async sendFeedback(e){var o,n;if(!this.isClientTokenMode())throw new Error("sendFeedback() only available in client token mode");if(!this.getClientSession())throw new Error("No active session. Please initialize session first.");if(["upvote","downvote","copy"].includes(e.type)&&!e.messageId)throw new Error(`messageId is required for ${e.type} feedback type`);if(e.type==="csat"&&(e.rating===void 0||e.rating<1||e.rating>5))throw new Error("CSAT rating must be between 1 and 5");if(e.type==="nps"&&(e.rating===void 0||e.rating<0||e.rating>10))throw new Error("NPS rating must be between 0 and 10");this.debug&&console.debug("[AgentWidgetClient] sending feedback",e);let s=await fetch(this.getFeedbackApiUrl(),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(e)});if(!s.ok){let 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 f=await this.buildPayload(e.messages),m=f.metadata?Object.fromEntries(Object.entries(f.metadata).filter(([u])=>u!=="sessionId"&&u!=="session_id")):void 0,c={sessionId:i.sessionId,messages:e.messages.filter(rA).map(u=>{var y,C,A;return{id:u.id,role:u.role,content:(A=(C=(y=u.contentParts)!=null?y:u.llmContent)!=null?C:u.rawContent)!=null?A:u.content}}),...e.assistantMessageId&&{assistantMessageId:e.assistantMessageId},...m&&Object.keys(m).length>0&&{metadata:m},...f.context&&{context:f.context}};this.debug&&console.debug("[AgentWidgetClient] client token dispatch",c);let p=await fetch(this.getClientApiUrl("chat"),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(c),signal:t.signal});if(!p.ok){let u=await p.json().catch(()=>({error:"Chat request failed"}));if(p.status===401){this.clientSession=null,(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 y=new Error(u.error||"Failed to send message");throw a({type:"error",error:y}),y}if(!p.body){let u=new Error("No response body received");throw a({type:"error",error:u}),u}a({type:"status",status:"connected"});try{await this.streamResponse(p.body,a,e.assistantMessageId)}finally{a({type:"status",status:"idle"})}}catch(i){let f=i instanceof Error?i:new Error(String(i));throw!f.message.includes("Session expired")&&!f.message.includes("Message limit")&&a({type:"error",error:f}),f}}async dispatchProxy(e,a){let t=new AbortController;e.signal&&e.signal.addEventListener("abort",()=>t.abort()),a({type:"status",status:"connecting"});let s=await this.buildPayload(e.messages);this.debug&&console.debug("[AgentWidgetClient] dispatch payload",s);let o={...this.headers};if(this.getHeaders)try{let l=await this.getHeaders();o={...o,...l}}catch(l){typeof console!="undefined"&&console.error("[AgentWidget] getHeaders error:",l)}let n;if(this.customFetch)try{n=await this.customFetch(this.apiUrl,{method:"POST",headers:o,body:JSON.stringify(s),signal:t.signal},s)}catch(l){let i=l instanceof Error?l:new Error(String(l));throw a({type:"error",error:i}),i}else n=await fetch(this.apiUrl,{method:"POST",headers:o,body:JSON.stringify(s),signal:t.signal});if(!n.ok||!n.body){let l=new Error(`Chat backend request failed: ${n.status} ${n.statusText}`);throw a({type:"error",error:l}),l}a({type:"status",status:"connected"});try{await this.streamResponse(n.body,a)}finally{a({type:"status",status:"idle"})}}async dispatchAgent(e,a){let t=new AbortController;e.signal&&e.signal.addEventListener("abort",()=>t.abort()),a({type:"status",status:"connecting"});let s=await this.buildAgentPayload(e.messages);this.debug&&console.debug("[AgentWidgetClient] agent dispatch payload",s);let o={...this.headers};if(this.getHeaders)try{let l=await this.getHeaders();o={...o,...l}}catch(l){typeof console!="undefined"&&console.error("[AgentWidget] getHeaders error:",l)}let n;if(this.customFetch)try{n=await this.customFetch(this.apiUrl,{method:"POST",headers:o,body:JSON.stringify(s),signal:t.signal},s)}catch(l){let i=l instanceof Error?l:new Error(String(l));throw a({type:"error",error:i}),i}else n=await fetch(this.apiUrl,{method:"POST",headers:o,body:JSON.stringify(s),signal:t.signal});if(!n.ok||!n.body){let l=new Error(`Agent execution request failed: ${n.status} ${n.statusText}`);throw a({type:"error",error:l}),l}a({type:"status",status:"connected"});try{await this.streamResponse(n.body,a,e.assistantMessageId)}finally{a({type:"status",status:"idle"})}}async buildAgentPayload(e){if(!this.config.agent)throw new Error("Agent configuration required for agent mode");let a=e.slice().filter(rA).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(rA).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 ct,jt,fe,Le,Ne,It,St,rt,ft,Dt,ae,He,ut,J,xe,ge,ye,Ue,we,Q,Pt,Ce,be,et,Wt,Se,Ve,Te,G,re,Tt,X,N,mt,ht,ot,Ht,Ot,Z,dt,Vt,Xt,pe,Ua,he,Ye,mn,fa,Qe,U,ua,ra,Aa,xn,oa,sa,$a,_a,$n,_n,jn,gn,ja,Jt,Mn,vn,na,Gn,Zn,yn,ka,la,Xn,Jn,Kn,NS,Ha,La,ie,Ga,wn,Cn,bn,De,$e;let s=e.getReader(),o=new TextDecoder,n="",l=Date.now(),i=0,f=()=>l+i++,m=q=>{let vt=q.reasoning?{...q.reasoning,chunks:[...q.reasoning.chunks]}:void 0,qt=q.toolCall?{...q.toolCall,chunks:q.toolCall.chunks?[...q.toolCall.chunks]:void 0}:void 0,oe=q.tools?q.tools.map(Kt=>({...Kt,chunks:Kt.chunks?[...Kt.chunks]:void 0})):void 0;return{...q,reasoning:vt,toolCall:qt,tools:oe}},c=q=>{a({type:"message",message:m(q)})},p=null,u={current:null},y=new Map,C=new Map,A={lastId:null,byStep:new Map},b={lastId:null,byCall:new Map},x=q=>{if(q==null)return null;try{return String(q)}catch{return null}},H=q=>{var vt,qt,oe,Kt,Pe;return x((Pe=(Kt=(oe=(qt=(vt=q.stepId)!=null?vt:q.step_id)!=null?qt:q.step)!=null?oe:q.parentId)!=null?Kt:q.flowStepId)!=null?Pe:q.flow_step_id)},h=q=>{var vt,qt,oe,Kt,Pe,se,L;return x((L=(se=(Pe=(Kt=(oe=(qt=(vt=q.callId)!=null?vt:q.call_id)!=null?qt:q.requestId)!=null?oe:q.request_id)!=null?Kt:q.toolCallId)!=null?Pe:q.tool_call_id)!=null?se:q.stepId)!=null?L:q.step_id)},g=()=>p||(p={id:t!=null?t:`assistant-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,sequence:f()},c(p),p),M=(q,vt)=>{A.lastId=vt,q&&A.byStep.set(q,vt)},S=(q,vt)=>{var Pe;let qt=(Pe=q.reasoningId)!=null?Pe:q.id,oe=H(q);if(qt){let se=String(qt);return M(oe,se),se}if(oe){let se=A.byStep.get(oe);if(se)return A.lastId=se,se}if(A.lastId&&!vt)return A.lastId;if(!vt)return null;let Kt=`reason-${f()}`;return M(oe,Kt),Kt},R=q=>{let vt=y.get(q);if(vt)return vt;let qt={id:`reason-${q}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"reasoning",sequence:f(),reasoning:{id:q,status:"streaming",chunks:[]}};return y.set(q,qt),c(qt),qt},T=(q,vt)=>{b.lastId=vt,q&&b.byCall.set(q,vt)},I=(q,vt)=>{var Pe;let qt=(Pe=q.toolId)!=null?Pe:q.id,oe=h(q);if(qt){let se=String(qt);return T(oe,se),se}if(oe){let se=b.byCall.get(oe);if(se)return b.lastId=se,se}if(b.lastId&&!vt)return b.lastId;if(!vt)return null;let Kt=`tool-${f()}`;return T(oe,Kt),Kt},W=q=>{let vt=C.get(q);if(vt)return vt;let qt={id:`tool-${q}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"tool",sequence:f(),toolCall:{id:q,status:"pending"}};return C.set(q,qt),c(qt),qt},$=q=>{if(typeof q=="number"&&Number.isFinite(q))return q;if(typeof q=="string"){let vt=Number(q);if(!Number.isNaN(vt)&&Number.isFinite(vt))return vt;let qt=Date.parse(q);if(!Number.isNaN(qt))return qt}return Date.now()},pt=q=>{if(typeof q=="string")return q;if(q==null)return"";try{return JSON.stringify(q)}catch{return String(q)}},O=new Map,st=new Map,j=null,at=new Map,Mt=(ct=this.config.iterationDisplay)!=null?ct:"separate";for(;;){let{done:q,value:vt}=await s.read();if(q)break;n+=o.decode(vt,{stream:!0});let qt=n.split(`
51
51
 
52
- `);n=(jt=Vt.pop())!=null?jt:"";for(let Gt of Vt){let Ae=Gt.split(`
53
- `),ke="message",de="";for(let F of Ae)F.startsWith("event:")?ke=F.replace("event:","").trim():F.startsWith("data:")&&(de+=F.replace("data:","").trim());if(!de)continue;let T;try{T=JSON.parse(de)}catch(F){a({type:"error",error:F instanceof Error?F:new Error("Failed to parse chat stream payload")});continue}let Ot=ke!=="message"?ke:(Pe=T.type)!=null?Pe:"message";if((Ee=this.onSSEEvent)==null||Ee.call(this,Ot,T),this.parseSSEEvent){u.current=p;let F=await this.handleCustomSSEEvent(T,a,u,c,f);if(u.current&&!p&&(p=u.current),F)continue}if(Ot==="reason_start"){let F=(Ue=C(T,!0))!=null?Ue:`reason-${f()}`,k=E(F);k.reasoning=(Bt=k.reasoning)!=null?Bt:{id:F,status:"streaming",chunks:[]},k.reasoning.startedAt=(at=k.reasoning.startedAt)!=null?at:U((yt=T.startedAt)!=null?yt:T.timestamp),k.reasoning.completedAt=void 0,k.reasoning.durationMs=void 0,k.streaming=!0,k.reasoning.status="streaming",c(k)}else if(Ot==="reason_chunk"){let F=(Rt=(ft=C(T,!1))!=null?ft:C(T,!0))!=null?Rt:`reason-${f()}`,k=E(F);k.reasoning=(se=k.reasoning)!=null?se:{id:F,status:"streaming",chunks:[]},k.reasoning.startedAt=(ut=k.reasoning.startedAt)!=null?ut:U((Te=T.startedAt)!=null?Te:T.timestamp);let R=(me=(ue=(J=T.reasoningText)!=null?J:T.text)!=null?ue:T.delta)!=null?me:"";if(R&&T.hidden!==!0&&k.reasoning.chunks.push(String(R)),k.reasoning.status=T.done?"complete":"streaming",T.done){k.reasoning.completedAt=U((ye=T.completedAt)!=null?ye:T.timestamp);let lt=($e=k.reasoning.startedAt)!=null?$e:Date.now();k.reasoning.durationMs=Math.max(0,((we=k.reasoning.completedAt)!=null?we:Date.now())-lt)}k.streaming=k.reasoning.status!=="complete",c(k)}else if(Ot==="reason_complete"){let F=(Lt=(Q=C(T,!1))!=null?Q:C(T,!0))!=null?Lt:`reason-${f()}`,k=y.get(F);if(k!=null&&k.reasoning){k.reasoning.status="complete",k.reasoning.completedAt=U((Ce=T.completedAt)!=null?Ce:T.timestamp);let lt=(be=k.reasoning.startedAt)!=null?be:Date.now();k.reasoning.durationMs=Math.max(0,((tt=k.reasoning.completedAt)!=null?tt:Date.now())-lt),k.streaming=!1,c(k)}let R=H(T);R&&A.byStep.delete(R)}else if(Ot==="tool_start"){let F=(Dt=I(T,!0))!=null?Dt:`tool-${f()}`,k=W(F),R=(Se=k.toolCall)!=null?Se:{id:F,status:"pending"};R.name=(Fe=T.toolName)!=null?Fe:R.name,R.status="running",T.args!==void 0&&(R.args=T.args),R.startedAt=(j=R.startedAt)!=null?j:U((Be=T.startedAt)!=null?Be:T.timestamp),R.completedAt=void 0,R.durationMs=void 0,k.toolCall=R,k.streaming=!0,c(k)}else if(Ot==="tool_chunk"){let F=(At=(ae=I(T,!1))!=null?ae:I(T,!0))!=null?At:`tool-${f()}`,k=W(F),R=(X=k.toolCall)!=null?X:{id:F,status:"running"};R.startedAt=(mt=R.startedAt)!=null?mt:U((N=T.startedAt)!=null?N:T.timestamp);let lt=(bt=(rt=(ht=T.text)!=null?ht:T.delta)!=null?rt:T.message)!=null?bt:"";lt&&(R.chunks=(Wt=R.chunks)!=null?Wt:[],R.chunks.push(String(lt))),R.status="running",k.toolCall=R,k.streaming=!0,c(k)}else if(Ot==="tool_complete"){let F=(dt=(G=I(T,!1))!=null?G:I(T,!0))!=null?dt:`tool-${f()}`,k=W(F),R=(Pt=k.toolCall)!=null?Pt:{id:F,status:"running"};if(R.status="complete",T.result!==void 0&&(R.result=T.result),typeof T.duration=="number"&&(R.duration=T.duration),R.completedAt=U((Jt=T.completedAt)!=null?Jt:T.timestamp),typeof T.duration=="number")R.durationMs=T.duration;else{let re=(pe=R.startedAt)!=null?pe:Date.now();R.durationMs=Math.max(0,((xe=R.completedAt)!=null?xe:Date.now())-re)}k.toolCall=R,k.streaming=!1,c(k);let lt=h(T);lt&&S.byCall.delete(lt)}else if(Ot==="step_chunk"){let F=T.stepType,k=T.executionType;if(F==="tool"||k==="context")continue;let R=g(),lt=(Qe=(ua=(mn=(_e=T.text)!=null?_e:T.delta)!=null?mn:T.content)!=null?ua:T.chunk)!=null?Qe:"";if(lt){let le=(($=st.get(R.id))!=null?$:"")+lt;R.rawContent=le,z.has(R.id)||z.set(R.id,this.createStreamParser());let Yt=z.get(R.id),he=le.trim().startsWith("{")||le.trim().startsWith("[");if(he&&st.set(R.id,le),Yt.__isPlainTextParser===!0){R.content+=lt,st.delete(R.id),z.delete(R.id),R.rawContent=void 0,c(R);continue}let ge=Yt.processChunk(le);if(ge instanceof Promise)ge.then(zt=>{var ce;let $t=typeof zt=="string"?zt:(ce=zt==null?void 0:zt.text)!=null?ce:null;if($t!==null&&$t.trim()!==""){let _t=p;_t&&_t.id===R.id&&(_t.content=$t,c(_t))}else if(!he&&!le.trim().startsWith("<")){let _t=p;_t&&_t.id===R.id&&(_t.content+=lt,st.delete(_t.id),z.delete(_t.id),_t.rawContent=void 0,c(_t))}}).catch(()=>{R.content+=lt,st.delete(R.id),z.delete(R.id),R.rawContent=void 0,c(R)});else{let zt=typeof ge=="string"?ge:(ma=ge==null?void 0:ge.text)!=null?ma:null;zt!==null&&zt.trim()!==""?(R.content=zt,c(R)):!he&&!le.trim().startsWith("<")&&(R.content+=lt,st.delete(R.id),z.delete(R.id),R.rawContent=void 0,c(R))}}if(T.isComplete){let re=(ka=(ra=T.result)==null?void 0:ra.response)!=null?ka:R.content;if(re){let le=st.get(R.id),Yt=le!=null?le:it(re);R.rawContent=Yt;let he=z.get(R.id),Ut=null,ge=!1;if(he&&(Ut=he.getExtractedText(),Ut===null&&(Ut=p2(Yt)),Ut===null)){let zt=he.processChunk(Yt);zt instanceof Promise?(ge=!0,zt.then($t=>{var _t;let ce=typeof $t=="string"?$t:(_t=$t==null?void 0:$t.text)!=null?_t:null;if(ce!==null){let He=p;He&&He.id===R.id&&(He.content=ce,He.streaming=!1,z.delete(He.id),st.delete(He.id),c(He))}})):Ut=typeof zt=="string"?zt:(xn=zt==null?void 0:zt.text)!=null?xn:null}if(!ge){Ut!==null&&Ut.trim()!==""?R.content=Ut:st.has(R.id)||(R.content=it(re));let zt=z.get(R.id);if(zt){let $t=(oa=zt.close)==null?void 0:oa.call(zt);$t instanceof Promise&&$t.catch(()=>{}),z.delete(R.id)}st.delete(R.id),R.streaming=!1,c(R)}}}}else if(Ot==="step_complete"){let F=T.stepType,k=T.executionType;if(F==="tool"||k==="context")continue;let R=(sa=T.result)==null?void 0:sa.response,lt=g();if(R!=null){let re=z.get(lt.id),le=!1,Yt=!1;if(re){let he=re.getExtractedText(),Ut=st.get(lt.id),ge=Ut!=null?Ut:it(R);if(lt.rawContent=ge,he!==null&&he.trim()!=="")lt.content=he,le=!0;else{let zt=p2(ge);if(zt!==null)lt.content=zt,le=!0;else{let $t=re.processChunk(ge);if($t instanceof Promise)Yt=!0,$t.then(ce=>{var He;let _t=typeof ce=="string"?ce:(He=ce==null?void 0:ce.text)!=null?He:null;if(_t!==null&&_t.trim()!==""){let qe=p;qe&&qe.id===lt.id&&(qe.content=_t,qe.streaming=!1,z.delete(qe.id),st.delete(qe.id),c(qe))}else{let qe=re.getExtractedText(),Je=p;Je&&Je.id===lt.id&&(qe!==null&&qe.trim()!==""?Je.content=qe:st.has(Je.id)||(Je.content=it(R)),Je.streaming=!1,z.delete(Je.id),st.delete(Je.id),c(Je))}});else{let ce=typeof $t=="string"?$t:($a=$t==null?void 0:$t.text)!=null?$a:null;if(ce!==null&&ce.trim()!=="")lt.content=ce,le=!0;else{let _t=re.getExtractedText();_t!==null&&_t.trim()!==""&&(lt.content=_t,le=!0)}}}}}if(!Yt){if(!lt.rawContent){let he=st.get(lt.id);lt.rawContent=he!=null?he:it(R)}if(!le&&!st.has(lt.id)&&(lt.content=it(R)),re){let he=(_a=re.close)==null?void 0:_a.call(re);he instanceof Promise&&he.catch(()=>{})}z.delete(lt.id),st.delete(lt.id),lt.streaming=!1,c(lt)}}else z.delete(lt.id),st.delete(lt.id),lt.streaming=!1,c(lt)}else if(Ot==="flow_complete"){let F=($n=T.result)==null?void 0:$n.response;if(F!=null){let k=g(),R=st.get(k.id),lt=R!=null?R:it(F);k.rawContent=lt;let re=it(F),le=z.get(k.id);if(le){let Ut=p2(lt);if(Ut!==null)re=Ut;else{let ge=le.processChunk(lt);ge instanceof Promise&&ge.then($t=>{var _t;let ce=typeof $t=="string"?$t:(_t=$t==null?void 0:$t.text)!=null?_t:null;if(ce!==null){let He=p;He&&He.id===k.id&&(He.content=ce,He.streaming=!1,c(He))}});let zt=le.getExtractedText();zt!==null&&(re=zt)}}z.delete(k.id),st.delete(k.id);let Yt=re!==k.content,he=k.streaming!==!1;Yt&&(k.content=re),k.streaming=!1,(Yt||he)&&c(k)}else if(p!==null){let k=p;z.delete(k.id),st.delete(k.id),k.streaming!==!1&&(k.streaming=!1,c(k))}a({type:"status",status:"idle"})}else if(Ot==="agent_start")_={executionId:T.executionId,agentId:(_n=T.agentId)!=null?_n:"virtual",agentName:(jn=T.agentName)!=null?jn:"",status:"running",currentIteration:0,maxIterations:(gn=T.maxIterations)!=null?gn:1,startedAt:U(T.startedAt)};else if(Ot==="agent_iteration_start"){if(_&&(_.currentIteration=T.iteration),Mt==="separate"&&T.iteration>1){let F=p;F&&(F.streaming=!1,c(F),et.set(T.iteration-1,F),p=null)}}else if(Ot!=="agent_turn_start"){if(Ot==="agent_turn_delta"){if(T.contentType==="text"){let F=g();F.content+=(ja=T.delta)!=null?ja:"",F.agentMetadata={executionId:T.executionId,iteration:T.iteration,turnId:T.turnId,agentName:_==null?void 0:_.agentName},c(F)}else if(T.contentType==="thinking"){let F=(Kt=T.turnId)!=null?Kt:`agent-think-${T.iteration}`,k=E(F);k.reasoning=(Mn=k.reasoning)!=null?Mn:{id:F,status:"streaming",chunks:[]},k.reasoning.chunks.push((vn=T.delta)!=null?vn:""),k.agentMetadata={executionId:T.executionId,iteration:T.iteration,turnId:T.turnId},c(k)}else if(T.contentType==="tool_input"){let F=(na=T.toolCallId)!=null?na:S.lastId;if(F){let k=b.get(F);k!=null&&k.toolCall&&(k.toolCall.chunks=(Gn=k.toolCall.chunks)!=null?Gn:[],k.toolCall.chunks.push((Zn=T.delta)!=null?Zn:""),c(k))}}}else if(Ot==="agent_turn_complete"){let F=T.turnId;if(F){let k=y.get(F);if(k!=null&&k.reasoning){k.reasoning.status="complete",k.reasoning.completedAt=U(T.completedAt);let R=(yn=k.reasoning.startedAt)!=null?yn:Date.now();k.reasoning.durationMs=Math.max(0,((Ha=k.reasoning.completedAt)!=null?Ha:Date.now())-R),k.streaming=!1,c(k)}}}else if(Ot==="agent_tool_start"){let F=(da=T.toolCallId)!=null?da:`agent-tool-${f()}`;L(h(T),F);let k=W(F),R=(Xn=k.toolCall)!=null?Xn:{id:F,status:"pending",name:void 0,args:void 0,chunks:void 0,result:void 0,duration:void 0,startedAt:void 0,completedAt:void 0,durationMs:void 0};R.name=(Jn=T.toolName)!=null?Jn:R.name,R.status="running",T.parameters!==void 0&&(R.args=T.parameters),R.startedAt=U((Kn=T.startedAt)!=null?Kn:T.timestamp),k.toolCall=R,k.streaming=!0,k.agentMetadata={executionId:T.executionId,iteration:T.iteration},c(k)}else if(Ot==="agent_tool_delta"){let F=(NS=T.toolCallId)!=null?NS:S.lastId;if(F){let k=(La=b.get(F))!=null?La:W(F);k.toolCall&&(k.toolCall.chunks=(Ta=k.toolCall.chunks)!=null?Ta:[],k.toolCall.chunks.push((ne=T.delta)!=null?ne:""),k.toolCall.status="running",k.streaming=!0,c(k))}}else if(Ot==="agent_tool_complete"){let F=(Ga=T.toolCallId)!=null?Ga:S.lastId;if(F){let k=(wn=b.get(F))!=null?wn:W(F);if(k.toolCall){k.toolCall.status="complete",T.result!==void 0&&(k.toolCall.result=T.result),typeof T.executionTime=="number"&&(k.toolCall.durationMs=T.executionTime),k.toolCall.completedAt=U((Cn=T.completedAt)!=null?Cn:T.timestamp),k.streaming=!1,c(k);let R=h(T);R&&S.byCall.delete(R)}}}else if(Ot!=="agent_iteration_complete")if(Ot==="agent_reflection"){let F=`agent-reflection-${T.executionId}-${T.iteration}`,k={id:F,role:"assistant",content:(bn=T.reflection)!=null?bn:"",createdAt:new Date().toISOString(),streaming:!1,variant:"reasoning",sequence:f(),reasoning:{id:F,status:"complete",chunks:[(We=T.reflection)!=null?We:""]},agentMetadata:{executionId:T.executionId,iteration:T.iteration}};c(k)}else if(Ot==="agent_complete"){_&&(_.status=T.success?"complete":"error",_.completedAt=U(T.completedAt),_.stopReason=T.stopReason);let F=p;F&&(F.streaming=!1,c(F)),a({type:"status",status:"idle"})}else if(Ot==="agent_error"){let F=typeof T.error=="string"?T.error:(la=(je=T.error)==null?void 0:je.message)!=null?la:"Agent execution error";T.recoverable?typeof console!="undefined"&&console.warn("[AgentWidget] Recoverable agent error:",F):a({type:"error",error:new Error(F)})}else Ot==="agent_ping"||Ot==="error"&&T.error&&a({type:"error",error:T.error instanceof Error?T.error:new Error(String(T.error))})}}}}};function nL(){let r=Date.now().toString(36),e=Math.random().toString(36).substring(2,10);return`msg_${r}_${e}`}function Ja(){let r=Date.now().toString(36),e=Math.random().toString(36).substring(2,10);return`usr_${r}_${e}`}function Wa(){let r=Date.now().toString(36),e=Math.random().toString(36).substring(2,10);return`ast_${r}_${e}`}var Ka=class{constructor(e={},a){this.config=e;this.callbacks=a;this.status="idle";this.streaming=!1;this.abortController=null;this.sequenceCounter=Date.now();this.clientSession=null;this.agentExecution=null;this.handleEvent=e=>{var a,t,s,o,n,d,i;e.type==="message"?(this.upsertMessage(e.message),(a=e.message.agentMetadata)!=null&&a.executionId&&(this.agentExecution?e.message.agentMetadata.iteration!==void 0&&(this.agentExecution.currentIteration=e.message.agentMetadata.iteration):this.agentExecution={executionId:e.message.agentMetadata.executionId,agentId:"",agentName:(t=e.message.agentMetadata.agentName)!=null?t:"",status:"running",currentIteration:(s=e.message.agentMetadata.iteration)!=null?s:0,maxIterations:0})):e.type==="status"?(this.setStatus(e.status),e.status==="connecting"?this.setStreaming(!0):(e.status==="idle"||e.status==="error")&&(this.setStreaming(!1),this.abortController=null,((o=this.agentExecution)==null?void 0:o.status)==="running"&&(this.agentExecution.status=e.status==="error"?"error":"complete"))):e.type==="error"&&(this.setStatus("error"),this.setStreaming(!1),this.abortController=null,((n=this.agentExecution)==null?void 0:n.status)==="running"&&(this.agentExecution.status="error"),(i=(d=this.callbacks).onError)==null||i.call(d,e.error))};var t;this.messages=[...(t=e.initialMessages)!=null?t:[]].map(s=>{var o;return{...s,sequence:(o=s.sequence)!=null?o:this.nextSequence()}}),this.messages=this.sortMessages(this.messages),this.client=new Da(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 Da(this.config),a&&this.client.setSSEEventCallback(a)}getMessages(){return[...this.messages]}getStatus(){return this.status}isStreaming(){return this.streaming}injectTestEvent(e){this.handleEvent(e)}injectMessage(e){let{role:a,content:t,llmContent:s,contentParts:o,id:n,createdAt:d,sequence:i,streaming:f=!1}=e,c={id:n!=null?n:a==="user"?Ja():a==="assistant"?Wa():`system-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:a,content:t,createdAt:d!=null?d:new Date().toISOString(),sequence:i!=null?i:this.nextSequence(),streaming:f,...s!==void 0&&{llmContent:s},...o!==void 0&&{contentParts:o}};return this.upsertMessage(c),c}injectAssistantMessage(e){return this.injectMessage({...e,role:"assistant"})}injectUserMessage(e){return this.injectMessage({...e,role:"user"})}injectSystemMessage(e){return this.injectMessage({...e,role:"system"})}injectMessageBatch(e){let a=[];for(let t of e){let{role:s,content:o,llmContent:n,contentParts:d,id:i,createdAt:f,sequence:m,streaming:c=!1}=t,u={id:i!=null?i:s==="user"?Ja():s==="assistant"?Wa():`system-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:s,content:o,createdAt:f!=null?f:new Date().toISOString(),sequence:m!=null?m:this.nextSequence(),streaming:c,...n!==void 0&&{llmContent:n},...d!==void 0&&{contentParts:d}};a.push(u)}return this.messages=this.sortMessages([...this.messages,...a]),this.callbacks.onMessagesChanged([...this.messages]),a}async sendMessage(e,a){var f,m,c,p,u;let t=e.trim();if(!t&&(!(a!=null&&a.contentParts)||a.contentParts.length===0))return;(f=this.abortController)==null||f.abort();let s=Ja(),o=Wa(),n={id:s,role:"user",content:t||"[Image]",createdAt:new Date().toISOString(),sequence:this.nextSequence(),viaVoice:(a==null?void 0:a.viaVoice)||!1,...(a==null?void 0:a.contentParts)&&a.contentParts.length>0&&{contentParts:a.contentParts}};this.appendMessage(n),this.setStreaming(!0);let d=new AbortController;this.abortController=d;let i=[...this.messages];try{await this.client.dispatch({messages:i,signal:d.signal,assistantMessageId:o},this.handleEvent)}catch(y){let b=y instanceof Error&&(y.name==="AbortError"||y.message.includes("aborted")||y.message.includes("abort"));if(!b){let A={id:o,role:"assistant",createdAt:new Date().toISOString(),content:"It looks like the proxy isn't returning a real response yet. Here's a sample message so you can continue testing locally.",sequence:this.nextSequence()};this.appendMessage(A)}this.setStatus("idle"),this.setStreaming(!1),this.abortController=null,b||(y instanceof Error?(c=(m=this.callbacks).onError)==null||c.call(m,y):(u=(p=this.callbacks).onError)==null||u.call(p,new Error(String(y))))}}async continueConversation(){var s,o,n,d,i;if(this.streaming)return;(s=this.abortController)==null||s.abort();let e=Wa();this.setStreaming(!0);let a=new AbortController;this.abortController=a;let t=[...this.messages];try{await this.client.dispatch({messages:t,signal:a.signal,assistantMessageId:e},this.handleEvent)}catch(f){let m={id:e,role:"assistant",createdAt:new Date().toISOString(),content:"It looks like the proxy isn't returning a real response yet. Here's a sample message so you can continue testing locally.",sequence:this.nextSequence()};this.appendMessage(m),this.setStatus("idle"),this.setStreaming(!1),this.abortController=null,f instanceof Error?(n=(o=this.callbacks).onError)==null||n.call(o,f):(i=(d=this.callbacks).onError)==null||i.call(d,new Error(String(f)))}}cancel(){var e;(e=this.abortController)==null||e.abort(),this.abortController=null,this.setStreaming(!1),this.setStatus("idle")}clearMessages(){var e;(e=this.abortController)==null||e.abort(),this.abortController=null,this.messages=[],this.agentExecution=null,this.setStreaming(!1),this.setStatus("idle"),this.callbacks.onMessagesChanged([...this.messages])}hydrateMessages(e){var a;(a=this.abortController)==null||a.abort(),this.abortController=null,this.messages=this.sortMessages(e.map(t=>{var s;return{...t,streaming:!1,sequence:(s=t.sequence)!=null?s:this.nextSequence()}})),this.setStreaming(!1),this.setStatus("idle"),this.callbacks.onMessagesChanged([...this.messages])}setStatus(e){this.status!==e&&(this.status=e,this.callbacks.onStatusChanged(e))}setStreaming(e){this.streaming!==e&&(this.streaming=e,this.callbacks.onStreamingChanged(e))}appendMessage(e){let a=this.ensureSequence(e);this.messages=this.sortMessages([...this.messages,a]),this.callbacks.onMessagesChanged([...this.messages])}upsertMessage(e){let a=this.ensureSequence(e),t=this.messages.findIndex(s=>s.id===a.id);if(t===-1){this.appendMessage(a);return}this.messages=this.messages.map((s,o)=>o===t?{...s,...a}:s),this.messages=this.sortMessages(this.messages),this.callbacks.onMessagesChanged([...this.messages])}ensureSequence(e){return e.sequence!==void 0?{...e}:{...e,sequence:this.nextSequence()}}nextSequence(){return this.sequenceCounter++}sortMessages(e){return[...e].sort((a,t)=>{var i,f;let s=new Date(a.createdAt).getTime(),o=new Date(t.createdAt).getTime();if(!Number.isNaN(s)&&!Number.isNaN(o)&&s!==o)return s-o;let n=(i=a.sequence)!=null?i:0,d=(f=t.sequence)!=null?f:0;return n!==d?n-d:a.id.localeCompare(t.id)})}};var w=(r,e)=>{let a=document.createElement(r);return e&&(a.className=e),a};var nA={};$S(nA,{AArrowDown:()=>g2,AArrowUp:()=>M2,ALargeSmall:()=>v2,Accessibility:()=>y2,Activity:()=>w2,ActivitySquare:()=>W1,AirVent:()=>C2,Airplay:()=>b2,AlarmCheck:()=>Ya,AlarmClock:()=>A2,AlarmClockCheck:()=>Ya,AlarmClockMinus:()=>Qa,AlarmClockOff:()=>S2,AlarmClockPlus:()=>tr,AlarmMinus:()=>Qa,AlarmPlus:()=>tr,AlarmSmoke:()=>k2,Album:()=>H2,AlertCircle:()=>Tr,AlertOctagon:()=>f1,AlertTriangle:()=>_s,AlignCenter:()=>Ds,AlignCenterHorizontal:()=>L2,AlignCenterVertical:()=>T2,AlignEndHorizontal:()=>P2,AlignEndVertical:()=>E2,AlignHorizontalDistributeCenter:()=>B2,AlignHorizontalDistributeEnd:()=>R2,AlignHorizontalDistributeStart:()=>V2,AlignHorizontalJustifyCenter:()=>F2,AlignHorizontalJustifyEnd:()=>I2,AlignHorizontalJustifyStart:()=>D2,AlignHorizontalSpaceAround:()=>W2,AlignHorizontalSpaceBetween:()=>O2,AlignJustify:()=>Os,AlignLeft:()=>Sa,AlignRight:()=>Ws,AlignStartHorizontal:()=>z2,AlignStartVertical:()=>q2,AlignVerticalDistributeCenter:()=>N2,AlignVerticalDistributeEnd:()=>U2,AlignVerticalDistributeStart:()=>$2,AlignVerticalJustifyCenter:()=>_2,AlignVerticalJustifyEnd:()=>j2,AlignVerticalJustifyStart:()=>G2,AlignVerticalSpaceAround:()=>Z2,AlignVerticalSpaceBetween:()=>X2,Ambulance:()=>J2,Ampersand:()=>K2,Ampersands:()=>Y2,Amphora:()=>Q2,Anchor:()=>td,Angry:()=>ed,Annoyed:()=>ad,Antenna:()=>rd,Anvil:()=>od,Aperture:()=>sd,AppWindow:()=>dd,AppWindowMac:()=>nd,Apple:()=>ld,Archive:()=>hd,ArchiveRestore:()=>id,ArchiveX:()=>pd,AreaChart:()=>mr,Armchair:()=>cd,ArrowBigDown:()=>ud,ArrowBigDownDash:()=>fd,ArrowBigLeft:()=>xd,ArrowBigLeftDash:()=>md,ArrowBigRight:()=>Md,ArrowBigRightDash:()=>gd,ArrowBigUp:()=>yd,ArrowBigUpDash:()=>vd,ArrowDown:()=>Pd,ArrowDown01:()=>wd,ArrowDown10:()=>Cd,ArrowDownAZ:()=>er,ArrowDownAz:()=>er,ArrowDownCircle:()=>Pr,ArrowDownFromLine:()=>bd,ArrowDownLeft:()=>Sd,ArrowDownLeftFromCircle:()=>Br,ArrowDownLeftFromSquare:()=>U1,ArrowDownLeftSquare:()=>O1,ArrowDownNarrowWide:()=>Ad,ArrowDownRight:()=>kd,ArrowDownRightFromCircle:()=>Rr,ArrowDownRightFromSquare:()=>$1,ArrowDownRightSquare:()=>z1,ArrowDownSquare:()=>q1,ArrowDownToDot:()=>Hd,ArrowDownToLine:()=>Ld,ArrowDownUp:()=>Td,ArrowDownWideNarrow:()=>ar,ArrowDownZA:()=>rr,ArrowDownZa:()=>rr,ArrowLeft:()=>Vd,ArrowLeftCircle:()=>Er,ArrowLeftFromLine:()=>Ed,ArrowLeftRight:()=>Bd,ArrowLeftSquare:()=>N1,ArrowLeftToLine:()=>Rd,ArrowRight:()=>Wd,ArrowRightCircle:()=>Ir,ArrowRightFromLine:()=>Fd,ArrowRightLeft:()=>Id,ArrowRightSquare:()=>G1,ArrowRightToLine:()=>Dd,ArrowUp:()=>Zd,ArrowUp01:()=>Od,ArrowUp10:()=>zd,ArrowUpAZ:()=>or,ArrowUpAz:()=>or,ArrowUpCircle:()=>Dr,ArrowUpDown:()=>qd,ArrowUpFromDot:()=>Nd,ArrowUpFromLine:()=>Ud,ArrowUpLeft:()=>$d,ArrowUpLeftFromCircle:()=>Vr,ArrowUpLeftFromSquare:()=>_1,ArrowUpLeftSquare:()=>Z1,ArrowUpNarrowWide:()=>sr,ArrowUpRight:()=>_d,ArrowUpRightFromCircle:()=>Fr,ArrowUpRightFromSquare:()=>j1,ArrowUpRightSquare:()=>X1,ArrowUpSquare:()=>J1,ArrowUpToLine:()=>jd,ArrowUpWideNarrow:()=>Gd,ArrowUpZA:()=>nr,ArrowUpZa:()=>nr,ArrowsUpFromLine:()=>Xd,Asterisk:()=>Jd,AsteriskSquare:()=>K1,AtSign:()=>Kd,Atom:()=>Yd,AudioLines:()=>Qd,AudioWaveform:()=>tl,Award:()=>el,Axe:()=>al,Axis3D:()=>dr,Axis3d:()=>dr,Baby:()=>rl,Backpack:()=>ol,Badge:()=>yl,BadgeAlert:()=>sl,BadgeCent:()=>nl,BadgeCheck:()=>lr,BadgeDollarSign:()=>dl,BadgeEuro:()=>ll,BadgeHelp:()=>ir,BadgeIndianRupee:()=>il,BadgeInfo:()=>pl,BadgeJapaneseYen:()=>hl,BadgeMinus:()=>cl,BadgePercent:()=>fl,BadgePlus:()=>ul,BadgePoundSterling:()=>ml,BadgeQuestionMark:()=>ir,BadgeRussianRuble:()=>xl,BadgeSwissFranc:()=>gl,BadgeTurkishLira:()=>Ml,BadgeX:()=>vl,BaggageClaim:()=>wl,Ban:()=>Cl,Banana:()=>bl,Bandage:()=>Sl,Banknote:()=>Ll,BanknoteArrowDown:()=>Al,BanknoteArrowUp:()=>kl,BanknoteX:()=>Hl,BarChart:()=>br,BarChart2:()=>Sr,BarChart3:()=>wr,BarChart4:()=>yr,BarChartBig:()=>vr,BarChartHorizontal:()=>gr,BarChartHorizontalBig:()=>xr,Barcode:()=>Tl,Barrel:()=>Pl,Baseline:()=>El,Bath:()=>Bl,Battery:()=>Ol,BatteryCharging:()=>Rl,BatteryFull:()=>Vl,BatteryLow:()=>Fl,BatteryMedium:()=>Il,BatteryPlus:()=>Dl,BatteryWarning:()=>Wl,Beaker:()=>zl,Bean:()=>Nl,BeanOff:()=>ql,Bed:()=>_l,BedDouble:()=>Ul,BedSingle:()=>$l,Beef:()=>jl,Beer:()=>Zl,BeerOff:()=>Gl,Bell:()=>e0,BellDot:()=>Xl,BellElectric:()=>Jl,BellMinus:()=>Kl,BellOff:()=>Yl,BellPlus:()=>Ql,BellRing:()=>t0,BetweenHorizonalEnd:()=>pr,BetweenHorizonalStart:()=>hr,BetweenHorizontalEnd:()=>pr,BetweenHorizontalStart:()=>hr,BetweenVerticalEnd:()=>a0,BetweenVerticalStart:()=>r0,BicepsFlexed:()=>o0,Bike:()=>s0,Binary:()=>n0,Binoculars:()=>d0,Biohazard:()=>i0,Bird:()=>l0,Birdhouse:()=>p0,Bitcoin:()=>h0,Blend:()=>c0,Blinds:()=>f0,Blocks:()=>u0,Bluetooth:()=>M0,BluetoothConnected:()=>m0,BluetoothOff:()=>x0,BluetoothSearching:()=>g0,Bold:()=>v0,Bolt:()=>y0,Bomb:()=>w0,Bone:()=>C0,Book:()=>j0,BookA:()=>b0,BookAlert:()=>S0,BookAudio:()=>A0,BookCheck:()=>k0,BookCopy:()=>H0,BookDashed:()=>cr,BookDown:()=>L0,BookHeadphones:()=>T0,BookHeart:()=>P0,BookImage:()=>E0,BookKey:()=>B0,BookLock:()=>R0,BookMarked:()=>V0,BookMinus:()=>F0,BookOpen:()=>W0,BookOpenCheck:()=>I0,BookOpenText:()=>D0,BookPlus:()=>O0,BookTemplate:()=>cr,BookText:()=>z0,BookType:()=>q0,BookUp:()=>U0,BookUp2:()=>N0,BookUser:()=>$0,BookX:()=>_0,Bookmark:()=>K0,BookmarkCheck:()=>G0,BookmarkMinus:()=>Z0,BookmarkPlus:()=>X0,BookmarkX:()=>J0,BoomBox:()=>Y0,Bot:()=>ei,BotMessageSquare:()=>Q0,BotOff:()=>ti,BottleWine:()=>ai,BowArrow:()=>ri,Box:()=>oi,BoxSelect:()=>ls,Boxes:()=>si,Braces:()=>fr,Brackets:()=>ni,Brain:()=>ii,BrainCircuit:()=>di,BrainCog:()=>li,BrickWall:()=>ci,BrickWallFire:()=>pi,BrickWallShield:()=>hi,Briefcase:()=>xi,BriefcaseBusiness:()=>fi,BriefcaseConveyorBelt:()=>ui,BriefcaseMedical:()=>mi,BringToFront:()=>gi,Brush:()=>vi,BrushCleaning:()=>Mi,Bubbles:()=>yi,Bug:()=>bi,BugOff:()=>wi,BugPlay:()=>Ci,Building:()=>Ai,Building2:()=>Si,Bus:()=>Hi,BusFront:()=>ki,Cable:()=>Ti,CableCar:()=>Li,Cake:()=>Ei,CakeSlice:()=>Pi,Calculator:()=>Bi,Calendar:()=>Qi,Calendar1:()=>Ri,CalendarArrowDown:()=>Vi,CalendarArrowUp:()=>Fi,CalendarCheck:()=>Di,CalendarCheck2:()=>Ii,CalendarClock:()=>Wi,CalendarCog:()=>Oi,CalendarDays:()=>zi,CalendarFold:()=>qi,CalendarHeart:()=>Ni,CalendarMinus:()=>$i,CalendarMinus2:()=>Ui,CalendarOff:()=>_i,CalendarPlus:()=>Gi,CalendarPlus2:()=>ji,CalendarRange:()=>Zi,CalendarSearch:()=>Xi,CalendarSync:()=>Ji,CalendarX:()=>Yi,CalendarX2:()=>Ki,Camera:()=>ep,CameraOff:()=>tp,CandlestickChart:()=>Mr,Candy:()=>op,CandyCane:()=>ap,CandyOff:()=>rp,Cannabis:()=>sp,Captions:()=>ur,CaptionsOff:()=>np,Car:()=>ip,CarFront:()=>dp,CarTaxiFront:()=>lp,Caravan:()=>pp,CardSim:()=>hp,Carrot:()=>cp,CaseLower:()=>fp,CaseSensitive:()=>up,CaseUpper:()=>mp,CassetteTape:()=>xp,Cast:()=>gp,Castle:()=>Mp,Cat:()=>vp,Cctv:()=>yp,ChartArea:()=>mr,ChartBar:()=>gr,ChartBarBig:()=>xr,ChartBarDecreasing:()=>wp,ChartBarIncreasing:()=>Cp,ChartBarStacked:()=>bp,ChartCandlestick:()=>Mr,ChartColumn:()=>wr,ChartColumnBig:()=>vr,ChartColumnDecreasing:()=>Sp,ChartColumnIncreasing:()=>yr,ChartColumnStacked:()=>Ap,ChartGantt:()=>kp,ChartLine:()=>Cr,ChartNetwork:()=>Hp,ChartNoAxesColumn:()=>Sr,ChartNoAxesColumnDecreasing:()=>Lp,ChartNoAxesColumnIncreasing:()=>br,ChartNoAxesCombined:()=>Tp,ChartNoAxesGantt:()=>Ar,ChartPie:()=>kr,ChartScatter:()=>Hr,ChartSpline:()=>Pp,Check:()=>Rp,CheckCheck:()=>Ep,CheckCircle:()=>Wr,CheckCircle2:()=>Or,CheckLine:()=>Bp,CheckSquare:()=>Q1,CheckSquare2:()=>ts,ChefHat:()=>Vp,Cherry:()=>Fp,ChevronDown:()=>Ip,ChevronDownCircle:()=>zr,ChevronDownSquare:()=>es,ChevronFirst:()=>Dp,ChevronLast:()=>Wp,ChevronLeft:()=>Op,ChevronLeftCircle:()=>qr,ChevronLeftSquare:()=>as,ChevronRight:()=>zp,ChevronRightCircle:()=>Nr,ChevronRightSquare:()=>rs,ChevronUp:()=>qp,ChevronUpCircle:()=>Ur,ChevronUpSquare:()=>os,ChevronsDown:()=>Up,ChevronsDownUp:()=>Np,ChevronsLeft:()=>jp,ChevronsLeftRight:()=>_p,ChevronsLeftRightEllipsis:()=>$p,ChevronsRight:()=>Zp,ChevronsRightLeft:()=>Gp,ChevronsUp:()=>Jp,ChevronsUpDown:()=>Xp,Chrome:()=>Lr,Chromium:()=>Lr,Church:()=>Kp,Cigarette:()=>Qp,CigaretteOff:()=>Yp,Circle:()=>fh,CircleAlert:()=>Tr,CircleArrowDown:()=>Pr,CircleArrowLeft:()=>Er,CircleArrowOutDownLeft:()=>Br,CircleArrowOutDownRight:()=>Rr,CircleArrowOutUpLeft:()=>Vr,CircleArrowOutUpRight:()=>Fr,CircleArrowRight:()=>Ir,CircleArrowUp:()=>Dr,CircleCheck:()=>Or,CircleCheckBig:()=>Wr,CircleChevronDown:()=>zr,CircleChevronLeft:()=>qr,CircleChevronRight:()=>Nr,CircleChevronUp:()=>Ur,CircleDashed:()=>th,CircleDivide:()=>$r,CircleDollarSign:()=>eh,CircleDot:()=>rh,CircleDotDashed:()=>ah,CircleEllipsis:()=>oh,CircleEqual:()=>sh,CircleFadingArrowUp:()=>nh,CircleFadingPlus:()=>dh,CircleGauge:()=>_r,CircleHelp:()=>ga,CircleMinus:()=>jr,CircleOff:()=>lh,CircleParking:()=>Zr,CircleParkingOff:()=>Gr,CirclePause:()=>Xr,CirclePercent:()=>Jr,CirclePlay:()=>Kr,CirclePlus:()=>Yr,CirclePoundSterling:()=>ih,CirclePower:()=>Qr,CircleQuestionMark:()=>ga,CircleSlash:()=>ph,CircleSlash2:()=>to,CircleSlashed:()=>to,CircleSmall:()=>hh,CircleStar:()=>ch,CircleStop:()=>eo,CircleUser:()=>ro,CircleUserRound:()=>ao,CircleX:()=>oo,CircuitBoard:()=>uh,Citrus:()=>mh,Clapperboard:()=>xh,Clipboard:()=>kh,ClipboardCheck:()=>gh,ClipboardClock:()=>Mh,ClipboardCopy:()=>vh,ClipboardEdit:()=>no,ClipboardList:()=>yh,ClipboardMinus:()=>wh,ClipboardPaste:()=>Ch,ClipboardPen:()=>no,ClipboardPenLine:()=>so,ClipboardPlus:()=>bh,ClipboardSignature:()=>so,ClipboardType:()=>Sh,ClipboardX:()=>Ah,Clock:()=>_h,Clock1:()=>Hh,Clock10:()=>Lh,Clock11:()=>Th,Clock12:()=>Ph,Clock2:()=>Eh,Clock3:()=>Bh,Clock4:()=>Rh,Clock5:()=>Vh,Clock6:()=>Fh,Clock7:()=>Ih,Clock8:()=>Dh,Clock9:()=>Wh,ClockAlert:()=>Oh,ClockArrowDown:()=>zh,ClockArrowUp:()=>qh,ClockCheck:()=>Nh,ClockFading:()=>Uh,ClockPlus:()=>$h,ClosedCaption:()=>jh,Cloud:()=>lc,CloudAlert:()=>Gh,CloudCheck:()=>Zh,CloudCog:()=>Xh,CloudDownload:()=>lo,CloudDrizzle:()=>Jh,CloudFog:()=>Kh,CloudHail:()=>Yh,CloudLightning:()=>Qh,CloudMoon:()=>ec,CloudMoonRain:()=>tc,CloudOff:()=>ac,CloudRain:()=>oc,CloudRainWind:()=>rc,CloudSnow:()=>sc,CloudSun:()=>dc,CloudSunRain:()=>nc,CloudUpload:()=>io,Cloudy:()=>ic,Clover:()=>pc,Club:()=>hc,Code:()=>cc,Code2:()=>po,CodeSquare:()=>ss,CodeXml:()=>po,Codepen:()=>fc,Codesandbox:()=>uc,Coffee:()=>mc,Cog:()=>xc,Coins:()=>gc,Columns:()=>ho,Columns2:()=>ho,Columns3:()=>co,Columns3Cog:()=>Ma,Columns4:()=>Mc,ColumnsSettings:()=>Ma,Combine:()=>vc,Command:()=>yc,Compass:()=>wc,Component:()=>Cc,Computer:()=>bc,ConciergeBell:()=>Sc,Cone:()=>Ac,Construction:()=>kc,Contact:()=>Hc,Contact2:()=>fo,ContactRound:()=>fo,Container:()=>Lc,Contrast:()=>Tc,Cookie:()=>Pc,CookingPot:()=>Ec,Copy:()=>Dc,CopyCheck:()=>Bc,CopyMinus:()=>Rc,CopyPlus:()=>Vc,CopySlash:()=>Fc,CopyX:()=>Ic,Copyleft:()=>Wc,Copyright:()=>Oc,CornerDownLeft:()=>zc,CornerDownRight:()=>qc,CornerLeftDown:()=>Nc,CornerLeftUp:()=>Uc,CornerRightDown:()=>$c,CornerRightUp:()=>_c,CornerUpLeft:()=>jc,CornerUpRight:()=>Gc,Cpu:()=>Zc,CreativeCommons:()=>Xc,CreditCard:()=>Jc,Croissant:()=>Kc,Crop:()=>Yc,Cross:()=>Qc,Crosshair:()=>tf,Crown:()=>ef,Cuboid:()=>af,CupSoda:()=>rf,CurlyBraces:()=>fr,Currency:()=>of,Cylinder:()=>sf,Dam:()=>nf,Database:()=>pf,DatabaseBackup:()=>df,DatabaseZap:()=>lf,DecimalsArrowLeft:()=>hf,DecimalsArrowRight:()=>cf,Delete:()=>ff,Dessert:()=>uf,Diameter:()=>mf,Diamond:()=>Mf,DiamondMinus:()=>xf,DiamondPercent:()=>uo,DiamondPlus:()=>gf,Dice1:()=>vf,Dice2:()=>yf,Dice3:()=>wf,Dice4:()=>Cf,Dice5:()=>bf,Dice6:()=>Sf,Dices:()=>Af,Diff:()=>kf,Disc:()=>Pf,Disc2:()=>Hf,Disc3:()=>Lf,DiscAlbum:()=>Tf,Divide:()=>Ef,DivideCircle:()=>$r,DivideSquare:()=>is,Dna:()=>Rf,DnaOff:()=>Bf,Dock:()=>Vf,Dog:()=>Ff,DollarSign:()=>If,Donut:()=>Df,DoorClosed:()=>Of,DoorClosedLocked:()=>Wf,DoorOpen:()=>zf,Dot:()=>qf,DotSquare:()=>ps,Download:()=>Nf,DownloadCloud:()=>lo,DraftingCompass:()=>Uf,Drama:()=>$f,Dribbble:()=>_f,Drill:()=>jf,Drone:()=>Gf,Droplet:()=>Xf,DropletOff:()=>Zf,Droplets:()=>Jf,Drum:()=>Kf,Drumstick:()=>Yf,Dumbbell:()=>Qf,Ear:()=>eu,EarOff:()=>tu,Earth:()=>mo,EarthLock:()=>au,Eclipse:()=>ru,Edit:()=>aa,Edit2:()=>k1,Edit3:()=>A1,Egg:()=>nu,EggFried:()=>ou,EggOff:()=>su,Ellipsis:()=>go,EllipsisVertical:()=>xo,Equal:()=>iu,EqualApproximately:()=>du,EqualNot:()=>lu,EqualSquare:()=>hs,Eraser:()=>pu,EthernetPort:()=>hu,Euro:()=>cu,EvCharger:()=>fu,Expand:()=>uu,ExternalLink:()=>mu,Eye:()=>Mu,EyeClosed:()=>xu,EyeOff:()=>gu,Facebook:()=>vu,Factory:()=>yu,Fan:()=>wu,FastForward:()=>Cu,Feather:()=>bu,Fence:()=>Su,FerrisWheel:()=>Au,Figma:()=>ku,File:()=>em,FileArchive:()=>Hu,FileAudio:()=>va,FileAudio2:()=>va,FileAxis3D:()=>Mo,FileAxis3d:()=>Mo,FileBadge:()=>vo,FileBadge2:()=>vo,FileBarChart:()=>Co,FileBarChart2:()=>bo,FileBox:()=>Lu,FileBraces:()=>wo,FileBracesCorner:()=>yo,FileChartColumn:()=>bo,FileChartColumnIncreasing:()=>Co,FileChartLine:()=>So,FileChartPie:()=>Ao,FileCheck:()=>Tu,FileCheck2:()=>ko,FileCheckCorner:()=>ko,FileClock:()=>Pu,FileCode:()=>Eu,FileCode2:()=>Ho,FileCodeCorner:()=>Ho,FileCog:()=>Lo,FileCog2:()=>Lo,FileDiff:()=>Bu,FileDigit:()=>Ru,FileDown:()=>Vu,FileEdit:()=>Vo,FileExclamationPoint:()=>To,FileHeadphone:()=>va,FileHeart:()=>Fu,FileImage:()=>Iu,FileInput:()=>Du,FileJson:()=>wo,FileJson2:()=>yo,FileKey:()=>Po,FileKey2:()=>Po,FileLineChart:()=>So,FileLock:()=>Eo,FileLock2:()=>Eo,FileMinus:()=>Wu,FileMinus2:()=>Bo,FileMinusCorner:()=>Bo,FileMusic:()=>Ou,FileOutput:()=>zu,FilePen:()=>Vo,FilePenLine:()=>Ro,FilePieChart:()=>Ao,FilePlay:()=>Fo,FilePlus:()=>qu,FilePlus2:()=>Io,FilePlusCorner:()=>Io,FileQuestion:()=>Do,FileQuestionMark:()=>Do,FileScan:()=>Nu,FileSearch:()=>Uu,FileSearch2:()=>Wo,FileSearchCorner:()=>Wo,FileSignal:()=>Oo,FileSignature:()=>Ro,FileSliders:()=>$u,FileSpreadsheet:()=>_u,FileStack:()=>ju,FileSymlink:()=>Gu,FileTerminal:()=>Zu,FileText:()=>Xu,FileType:()=>Ju,FileType2:()=>zo,FileTypeCorner:()=>zo,FileUp:()=>Ku,FileUser:()=>Yu,FileVideo:()=>Fo,FileVideo2:()=>qo,FileVideoCamera:()=>qo,FileVolume:()=>Qu,FileVolume2:()=>Oo,FileWarning:()=>To,FileX:()=>tm,FileX2:()=>No,FileXCorner:()=>No,Files:()=>am,Film:()=>rm,Filter:()=>jo,FilterX:()=>_o,Fingerprint:()=>om,FireExtinguisher:()=>sm,Fish:()=>lm,FishOff:()=>nm,FishSymbol:()=>dm,Flag:()=>cm,FlagOff:()=>im,FlagTriangleLeft:()=>pm,FlagTriangleRight:()=>hm,Flame:()=>um,FlameKindling:()=>fm,Flashlight:()=>xm,FlashlightOff:()=>mm,FlaskConical:()=>Mm,FlaskConicalOff:()=>gm,FlaskRound:()=>vm,FlipHorizontal:()=>wm,FlipHorizontal2:()=>ym,FlipVertical:()=>bm,FlipVertical2:()=>Cm,Flower:()=>Am,Flower2:()=>Sm,Focus:()=>km,FoldHorizontal:()=>Hm,FoldVertical:()=>Lm,Folder:()=>ax,FolderArchive:()=>Tm,FolderCheck:()=>Pm,FolderClock:()=>Em,FolderClosed:()=>Bm,FolderCode:()=>Rm,FolderCog:()=>Uo,FolderCog2:()=>Uo,FolderDot:()=>Vm,FolderDown:()=>Fm,FolderEdit:()=>$o,FolderGit:()=>Dm,FolderGit2:()=>Im,FolderHeart:()=>Wm,FolderInput:()=>Om,FolderKanban:()=>zm,FolderKey:()=>qm,FolderLock:()=>Nm,FolderMinus:()=>Um,FolderOpen:()=>_m,FolderOpenDot:()=>$m,FolderOutput:()=>jm,FolderPen:()=>$o,FolderPlus:()=>Gm,FolderRoot:()=>Zm,FolderSearch:()=>Jm,FolderSearch2:()=>Xm,FolderSymlink:()=>Km,FolderSync:()=>Ym,FolderTree:()=>Qm,FolderUp:()=>tx,FolderX:()=>ex,Folders:()=>rx,Footprints:()=>ox,ForkKnife:()=>an,ForkKnifeCrossed:()=>en,Forklift:()=>sx,FormInput:()=>L1,Forward:()=>nx,Frame:()=>dx,Framer:()=>lx,Frown:()=>ix,Fuel:()=>px,Fullscreen:()=>hx,FunctionSquare:()=>cs,Funnel:()=>jo,FunnelPlus:()=>cx,FunnelX:()=>_o,GalleryHorizontal:()=>ux,GalleryHorizontalEnd:()=>fx,GalleryThumbnails:()=>mx,GalleryVertical:()=>gx,GalleryVerticalEnd:()=>xx,Gamepad:()=>yx,Gamepad2:()=>Mx,GamepadDirectional:()=>vx,GanttChart:()=>Ar,GanttChartSquare:()=>ba,Gauge:()=>wx,GaugeCircle:()=>_r,Gavel:()=>Cx,Gem:()=>bx,GeorgianLari:()=>Sx,Ghost:()=>Ax,Gift:()=>kx,GitBranch:()=>Tx,GitBranchMinus:()=>Hx,GitBranchPlus:()=>Lx,GitCommit:()=>Go,GitCommitHorizontal:()=>Go,GitCommitVertical:()=>Px,GitCompare:()=>Bx,GitCompareArrows:()=>Ex,GitFork:()=>Rx,GitGraph:()=>Vx,GitMerge:()=>Fx,GitPullRequest:()=>qx,GitPullRequestArrow:()=>Ix,GitPullRequestClosed:()=>Dx,GitPullRequestCreate:()=>Ox,GitPullRequestCreateArrow:()=>Wx,GitPullRequestDraft:()=>zx,Github:()=>Nx,Gitlab:()=>Ux,GlassWater:()=>$x,Glasses:()=>_x,Globe:()=>Gx,Globe2:()=>mo,GlobeLock:()=>jx,Goal:()=>Zx,Gpu:()=>Xx,Grab:()=>Yo,GraduationCap:()=>Jx,Grape:()=>Kx,Grid:()=>ya,Grid2X2:()=>Ko,Grid2X2Check:()=>Zo,Grid2X2Plus:()=>Xo,Grid2X2X:()=>Jo,Grid2x2:()=>Ko,Grid2x2Check:()=>Zo,Grid2x2Plus:()=>Xo,Grid2x2X:()=>Jo,Grid3X3:()=>ya,Grid3x2:()=>Yx,Grid3x3:()=>ya,Grip:()=>e4,GripHorizontal:()=>Qx,GripVertical:()=>t4,Group:()=>a4,Guitar:()=>r4,Ham:()=>o4,Hamburger:()=>s4,Hammer:()=>n4,Hand:()=>c4,HandCoins:()=>d4,HandFist:()=>l4,HandGrab:()=>Yo,HandHeart:()=>i4,HandHelping:()=>Qo,HandMetal:()=>p4,HandPlatter:()=>h4,Handbag:()=>f4,Handshake:()=>u4,HardDrive:()=>g4,HardDriveDownload:()=>m4,HardDriveUpload:()=>x4,HardHat:()=>M4,Hash:()=>v4,HatGlasses:()=>y4,Haze:()=>w4,HdmiPort:()=>C4,Heading:()=>T4,Heading1:()=>b4,Heading2:()=>S4,Heading3:()=>A4,Heading4:()=>k4,Heading5:()=>H4,Heading6:()=>L4,HeadphoneOff:()=>P4,Headphones:()=>E4,Headset:()=>B4,Heart:()=>O4,HeartCrack:()=>R4,HeartHandshake:()=>V4,HeartMinus:()=>F4,HeartOff:()=>I4,HeartPlus:()=>D4,HeartPulse:()=>W4,Heater:()=>z4,Helicopter:()=>q4,HelpCircle:()=>ga,HelpingHand:()=>Qo,Hexagon:()=>N4,Highlighter:()=>U4,History:()=>$4,Home:()=>t1,Hop:()=>j4,HopOff:()=>_4,Hospital:()=>G4,Hotel:()=>Z4,Hourglass:()=>X4,House:()=>t1,HouseHeart:()=>J4,HousePlug:()=>K4,HousePlus:()=>Y4,HouseWifi:()=>Q4,IceCream:()=>a1,IceCream2:()=>e1,IceCreamBowl:()=>e1,IceCreamCone:()=>a1,IdCard:()=>e5,IdCardLanyard:()=>t5,Image:()=>i5,ImageDown:()=>r5,ImageMinus:()=>a5,ImageOff:()=>o5,ImagePlay:()=>s5,ImagePlus:()=>n5,ImageUp:()=>d5,ImageUpscale:()=>l5,Images:()=>p5,Import:()=>h5,Inbox:()=>c5,Indent:()=>Ca,IndentDecrease:()=>wa,IndentIncrease:()=>Ca,IndianRupee:()=>f5,Infinity:()=>u5,Info:()=>m5,Inspect:()=>Ms,InspectionPanel:()=>x5,Instagram:()=>g5,Italic:()=>M5,IterationCcw:()=>v5,IterationCw:()=>y5,JapaneseYen:()=>w5,Joystick:()=>C5,Kanban:()=>b5,KanbanSquare:()=>fs,KanbanSquareDashed:()=>ns,Kayak:()=>S5,Key:()=>H5,KeyRound:()=>A5,KeySquare:()=>k5,Keyboard:()=>P5,KeyboardMusic:()=>L5,KeyboardOff:()=>T5,Lamp:()=>I5,LampCeiling:()=>E5,LampDesk:()=>B5,LampFloor:()=>R5,LampWallDown:()=>V5,LampWallUp:()=>F5,LandPlot:()=>D5,Landmark:()=>W5,Languages:()=>O5,Laptop:()=>q5,Laptop2:()=>r1,LaptopMinimal:()=>r1,LaptopMinimalCheck:()=>z5,Lasso:()=>U5,LassoSelect:()=>N5,Laugh:()=>$5,Layers:()=>o1,Layers2:()=>_5,Layers3:()=>o1,Layout:()=>S1,LayoutDashboard:()=>j5,LayoutGrid:()=>G5,LayoutList:()=>Z5,LayoutPanelLeft:()=>X5,LayoutPanelTop:()=>J5,LayoutTemplate:()=>K5,Leaf:()=>Y5,LeafyGreen:()=>Q5,Lectern:()=>t3,LetterText:()=>zs,Library:()=>a3,LibraryBig:()=>e3,LibrarySquare:()=>us,LifeBuoy:()=>r3,Ligature:()=>o3,Lightbulb:()=>n3,LightbulbOff:()=>s3,LineChart:()=>Cr,LineSquiggle:()=>d3,Link:()=>p3,Link2:()=>i3,Link2Off:()=>l3,Linkedin:()=>h3,List:()=>P3,ListCheck:()=>c3,ListChecks:()=>f3,ListChevronsDownUp:()=>u3,ListChevronsUpDown:()=>m3,ListCollapse:()=>x3,ListEnd:()=>g3,ListFilter:()=>v3,ListFilterPlus:()=>M3,ListIndentDecrease:()=>wa,ListIndentIncrease:()=>Ca,ListMinus:()=>y3,ListMusic:()=>w3,ListOrdered:()=>C3,ListPlus:()=>b3,ListRestart:()=>S3,ListStart:()=>A3,ListTodo:()=>k3,ListTree:()=>H3,ListVideo:()=>L3,ListX:()=>T3,Loader:()=>B3,Loader2:()=>s1,LoaderCircle:()=>s1,LoaderPinwheel:()=>E3,Locate:()=>F3,LocateFixed:()=>R3,LocateOff:()=>V3,LocationEdit:()=>i1,Lock:()=>D3,LockKeyhole:()=>I3,LockKeyholeOpen:()=>n1,LockOpen:()=>d1,LogIn:()=>W3,LogOut:()=>O3,Logs:()=>z3,Lollipop:()=>q3,Luggage:()=>N3,MSquare:()=>ms,Magnet:()=>U3,Mail:()=>K3,MailCheck:()=>$3,MailMinus:()=>_3,MailOpen:()=>j3,MailPlus:()=>G3,MailQuestion:()=>l1,MailQuestionMark:()=>l1,MailSearch:()=>Z3,MailWarning:()=>X3,MailX:()=>J3,Mailbox:()=>Y3,Mails:()=>Q3,Map:()=>u8,MapMinus:()=>t8,MapPin:()=>h8,MapPinCheck:()=>a8,MapPinCheckInside:()=>e8,MapPinHouse:()=>r8,MapPinMinus:()=>s8,MapPinMinusInside:()=>o8,MapPinOff:()=>n8,MapPinPen:()=>i1,MapPinPlus:()=>l8,MapPinPlusInside:()=>d8,MapPinX:()=>p8,MapPinXInside:()=>i8,MapPinned:()=>c8,MapPlus:()=>f8,Mars:()=>x8,MarsStroke:()=>m8,Martini:()=>g8,Maximize:()=>v8,Maximize2:()=>M8,Medal:()=>y8,Megaphone:()=>C8,MegaphoneOff:()=>w8,Meh:()=>b8,MemoryStick:()=>S8,Menu:()=>A8,MenuSquare:()=>xs,Merge:()=>k8,MessageCircle:()=>I8,MessageCircleCode:()=>H8,MessageCircleDashed:()=>L8,MessageCircleHeart:()=>T8,MessageCircleMore:()=>P8,MessageCircleOff:()=>E8,MessageCirclePlus:()=>B8,MessageCircleQuestion:()=>p1,MessageCircleQuestionMark:()=>p1,MessageCircleReply:()=>R8,MessageCircleWarning:()=>V8,MessageCircleX:()=>F8,MessageSquare:()=>Y8,MessageSquareCode:()=>D8,MessageSquareDashed:()=>W8,MessageSquareDiff:()=>O8,MessageSquareDot:()=>z8,MessageSquareHeart:()=>q8,MessageSquareLock:()=>N8,MessageSquareMore:()=>U8,MessageSquareOff:()=>$8,MessageSquarePlus:()=>_8,MessageSquareQuote:()=>j8,MessageSquareReply:()=>G8,MessageSquareShare:()=>Z8,MessageSquareText:()=>X8,MessageSquareWarning:()=>J8,MessageSquareX:()=>K8,MessagesSquare:()=>Q8,Mic:()=>e6,Mic2:()=>h1,MicOff:()=>t6,MicVocal:()=>h1,Microchip:()=>a6,Microscope:()=>r6,Microwave:()=>o6,Milestone:()=>s6,Milk:()=>d6,MilkOff:()=>n6,Minimize:()=>i6,Minimize2:()=>l6,Minus:()=>p6,MinusCircle:()=>jr,MinusSquare:()=>gs,Monitor:()=>S6,MonitorCheck:()=>h6,MonitorCloud:()=>c6,MonitorCog:()=>f6,MonitorDot:()=>u6,MonitorDown:()=>m6,MonitorOff:()=>x6,MonitorPause:()=>g6,MonitorPlay:()=>M6,MonitorSmartphone:()=>v6,MonitorSpeaker:()=>y6,MonitorStop:()=>w6,MonitorUp:()=>C6,MonitorX:()=>b6,Moon:()=>k6,MoonStar:()=>A6,MoreHorizontal:()=>go,MoreVertical:()=>xo,Motorbike:()=>H6,Mountain:()=>T6,MountainSnow:()=>L6,Mouse:()=>F6,MouseOff:()=>P6,MousePointer:()=>V6,MousePointer2:()=>E6,MousePointerBan:()=>B6,MousePointerClick:()=>R6,MousePointerSquareDashed:()=>ds,Move:()=>Z6,Move3D:()=>c1,Move3d:()=>c1,MoveDiagonal:()=>D6,MoveDiagonal2:()=>I6,MoveDown:()=>z6,MoveDownLeft:()=>W6,MoveDownRight:()=>O6,MoveHorizontal:()=>q6,MoveLeft:()=>N6,MoveRight:()=>U6,MoveUp:()=>j6,MoveUpLeft:()=>$6,MoveUpRight:()=>_6,MoveVertical:()=>G6,Music:()=>Y6,Music2:()=>X6,Music3:()=>J6,Music4:()=>K6,Navigation:()=>ag,Navigation2:()=>tg,Navigation2Off:()=>Q6,NavigationOff:()=>eg,Network:()=>rg,Newspaper:()=>og,Nfc:()=>sg,NonBinary:()=>ng,Notebook:()=>pg,NotebookPen:()=>dg,NotebookTabs:()=>lg,NotebookText:()=>ig,NotepadText:()=>cg,NotepadTextDashed:()=>hg,Nut:()=>ug,NutOff:()=>fg,Octagon:()=>xg,OctagonAlert:()=>f1,OctagonMinus:()=>mg,OctagonPause:()=>u1,OctagonX:()=>m1,Omega:()=>gg,Option:()=>Mg,Orbit:()=>vg,Origami:()=>yg,Outdent:()=>wa,Package:()=>Lg,Package2:()=>wg,PackageCheck:()=>Cg,PackageMinus:()=>bg,PackageOpen:()=>Sg,PackagePlus:()=>Ag,PackageSearch:()=>kg,PackageX:()=>Hg,PaintBucket:()=>Tg,PaintRoller:()=>Pg,Paintbrush:()=>Eg,Paintbrush2:()=>x1,PaintbrushVertical:()=>x1,Palette:()=>Bg,Palmtree:()=>$s,Panda:()=>Rg,PanelBottom:()=>Ig,PanelBottomClose:()=>Vg,PanelBottomDashed:()=>g1,PanelBottomInactive:()=>g1,PanelBottomOpen:()=>Fg,PanelLeft:()=>w1,PanelLeftClose:()=>M1,PanelLeftDashed:()=>v1,PanelLeftInactive:()=>v1,PanelLeftOpen:()=>y1,PanelLeftRightDashed:()=>Dg,PanelRight:()=>zg,PanelRightClose:()=>Wg,PanelRightDashed:()=>C1,PanelRightInactive:()=>C1,PanelRightOpen:()=>Og,PanelTop:()=>$g,PanelTopBottomDashed:()=>qg,PanelTopClose:()=>Ng,PanelTopDashed:()=>b1,PanelTopInactive:()=>b1,PanelTopOpen:()=>Ug,PanelsLeftBottom:()=>_g,PanelsLeftRight:()=>co,PanelsRightBottom:()=>jg,PanelsTopBottom:()=>E1,PanelsTopLeft:()=>S1,Paperclip:()=>Gg,Parentheses:()=>Zg,ParkingCircle:()=>Zr,ParkingCircleOff:()=>Gr,ParkingMeter:()=>Xg,ParkingSquare:()=>ys,ParkingSquareOff:()=>vs,PartyPopper:()=>Jg,Pause:()=>Kg,PauseCircle:()=>Xr,PauseOctagon:()=>u1,PawPrint:()=>Yg,PcCase:()=>Qg,Pen:()=>k1,PenBox:()=>aa,PenLine:()=>A1,PenOff:()=>tM,PenSquare:()=>aa,PenTool:()=>eM,Pencil:()=>sM,PencilLine:()=>aM,PencilOff:()=>rM,PencilRuler:()=>oM,Pentagon:()=>nM,Percent:()=>dM,PercentCircle:()=>Jr,PercentDiamond:()=>uo,PercentSquare:()=>ws,PersonStanding:()=>lM,PhilippinePeso:()=>iM,Phone:()=>xM,PhoneCall:()=>pM,PhoneForwarded:()=>hM,PhoneIncoming:()=>cM,PhoneMissed:()=>fM,PhoneOff:()=>uM,PhoneOutgoing:()=>mM,Pi:()=>gM,PiSquare:()=>Cs,Piano:()=>MM,Pickaxe:()=>vM,PictureInPicture:()=>wM,PictureInPicture2:()=>yM,PieChart:()=>kr,PiggyBank:()=>CM,Pilcrow:()=>AM,PilcrowLeft:()=>bM,PilcrowRight:()=>SM,PilcrowSquare:()=>bs,Pill:()=>HM,PillBottle:()=>kM,Pin:()=>TM,PinOff:()=>LM,Pipette:()=>PM,Pizza:()=>EM,Plane:()=>VM,PlaneLanding:()=>BM,PlaneTakeoff:()=>RM,Play:()=>FM,PlayCircle:()=>Kr,PlaySquare:()=>Ss,Plug:()=>DM,Plug2:()=>IM,PlugZap:()=>H1,PlugZap2:()=>H1,Plus:()=>WM,PlusCircle:()=>Yr,PlusSquare:()=>As,Pocket:()=>zM,PocketKnife:()=>OM,Podcast:()=>qM,Pointer:()=>UM,PointerOff:()=>NM,Popcorn:()=>_M,Popsicle:()=>$M,PoundSterling:()=>jM,Power:()=>ZM,PowerCircle:()=>Qr,PowerOff:()=>GM,PowerSquare:()=>ks,Presentation:()=>XM,Printer:()=>KM,PrinterCheck:()=>JM,Projector:()=>YM,Proportions:()=>QM,Puzzle:()=>t7,Pyramid:()=>e7,QrCode:()=>a7,Quote:()=>r7,Rabbit:()=>o7,Radar:()=>s7,Radiation:()=>n7,Radical:()=>d7,Radio:()=>p7,RadioReceiver:()=>l7,RadioTower:()=>i7,Radius:()=>h7,RailSymbol:()=>c7,Rainbow:()=>f7,Rat:()=>u7,Ratio:()=>m7,Receipt:()=>A7,ReceiptCent:()=>x7,ReceiptEuro:()=>g7,ReceiptIndianRupee:()=>M7,ReceiptJapaneseYen:()=>v7,ReceiptPoundSterling:()=>y7,ReceiptRussianRuble:()=>w7,ReceiptSwissFranc:()=>C7,ReceiptText:()=>b7,ReceiptTurkishLira:()=>S7,RectangleCircle:()=>k7,RectangleEllipsis:()=>L1,RectangleGoggles:()=>H7,RectangleHorizontal:()=>L7,RectangleVertical:()=>T7,Recycle:()=>P7,Redo:()=>R7,Redo2:()=>E7,RedoDot:()=>B7,RefreshCcw:()=>F7,RefreshCcwDot:()=>V7,RefreshCw:()=>D7,RefreshCwOff:()=>I7,Refrigerator:()=>W7,Regex:()=>O7,RemoveFormatting:()=>z7,Repeat:()=>U7,Repeat1:()=>q7,Repeat2:()=>N7,Replace:()=>_7,ReplaceAll:()=>$7,Reply:()=>G7,ReplyAll:()=>j7,Rewind:()=>Z7,Ribbon:()=>X7,Rocket:()=>J7,RockingChair:()=>K7,RollerCoaster:()=>Y7,Rose:()=>Q7,Rotate3D:()=>T1,Rotate3d:()=>T1,RotateCcw:()=>av,RotateCcwKey:()=>tv,RotateCcwSquare:()=>ev,RotateCw:()=>ov,RotateCwSquare:()=>rv,Route:()=>nv,RouteOff:()=>sv,Router:()=>dv,Rows:()=>P1,Rows2:()=>P1,Rows3:()=>E1,Rows4:()=>lv,Rss:()=>iv,Ruler:()=>hv,RulerDimensionLine:()=>pv,RussianRuble:()=>cv,Sailboat:()=>fv,Salad:()=>uv,Sandwich:()=>mv,Satellite:()=>gv,SatelliteDish:()=>xv,SaudiRiyal:()=>Mv,Save:()=>wv,SaveAll:()=>vv,SaveOff:()=>yv,Scale:()=>Cv,Scale3D:()=>B1,Scale3d:()=>B1,Scaling:()=>bv,Scan:()=>Bv,ScanBarcode:()=>Sv,ScanEye:()=>Av,ScanFace:()=>kv,ScanHeart:()=>Hv,ScanLine:()=>Lv,ScanQrCode:()=>Tv,ScanSearch:()=>Pv,ScanText:()=>Ev,ScatterChart:()=>Hr,School:()=>Rv,School2:()=>Gs,Scissors:()=>Fv,ScissorsLineDashed:()=>Vv,ScissorsSquare:()=>Hs,ScissorsSquareDashedBottom:()=>Y1,ScreenShare:()=>Dv,ScreenShareOff:()=>Iv,Scroll:()=>Ov,ScrollText:()=>Wv,Search:()=>$v,SearchCheck:()=>zv,SearchCode:()=>qv,SearchSlash:()=>Nv,SearchX:()=>Uv,Section:()=>_v,Send:()=>Gv,SendHorizonal:()=>R1,SendHorizontal:()=>R1,SendToBack:()=>jv,SeparatorHorizontal:()=>Zv,SeparatorVertical:()=>Xv,Server:()=>Qv,ServerCog:()=>Jv,ServerCrash:()=>Kv,ServerOff:()=>Yv,Settings:()=>e9,Settings2:()=>t9,Shapes:()=>a9,Share:()=>o9,Share2:()=>r9,Sheet:()=>s9,Shell:()=>n9,Shield:()=>x9,ShieldAlert:()=>d9,ShieldBan:()=>l9,ShieldCheck:()=>i9,ShieldClose:()=>F1,ShieldEllipsis:()=>p9,ShieldHalf:()=>h9,ShieldMinus:()=>c9,ShieldOff:()=>f9,ShieldPlus:()=>u9,ShieldQuestion:()=>V1,ShieldQuestionMark:()=>V1,ShieldUser:()=>m9,ShieldX:()=>F1,Ship:()=>M9,ShipWheel:()=>g9,Shirt:()=>v9,ShoppingBag:()=>y9,ShoppingBasket:()=>w9,ShoppingCart:()=>C9,Shovel:()=>b9,ShowerHead:()=>S9,Shredder:()=>A9,Shrimp:()=>k9,Shrink:()=>H9,Shrub:()=>L9,Shuffle:()=>T9,Sidebar:()=>w1,SidebarClose:()=>M1,SidebarOpen:()=>y1,Sigma:()=>P9,SigmaSquare:()=>Ls,Signal:()=>F9,SignalHigh:()=>E9,SignalLow:()=>B9,SignalMedium:()=>R9,SignalZero:()=>V9,Signature:()=>I9,Signpost:()=>W9,SignpostBig:()=>D9,Siren:()=>O9,SkipBack:()=>z9,SkipForward:()=>q9,Skull:()=>N9,Slack:()=>U9,Slash:()=>$9,SlashSquare:()=>Ts,Slice:()=>_9,Sliders:()=>I1,SlidersHorizontal:()=>j9,SlidersVertical:()=>I1,Smartphone:()=>X9,SmartphoneCharging:()=>G9,SmartphoneNfc:()=>Z9,Smile:()=>K9,SmilePlus:()=>J9,Snail:()=>Y9,Snowflake:()=>Q9,SoapDispenserDroplet:()=>ty,Sofa:()=>ey,SolarPanel:()=>ay,SortAsc:()=>sr,SortDesc:()=>ar,Soup:()=>ry,Space:()=>oy,Spade:()=>sy,Sparkle:()=>ny,Sparkles:()=>D1,Speaker:()=>dy,Speech:()=>ly,SpellCheck:()=>py,SpellCheck2:()=>iy,Spline:()=>cy,SplinePointer:()=>hy,Split:()=>fy,SplitSquareHorizontal:()=>Ps,SplitSquareVertical:()=>Es,Spool:()=>uy,Spotlight:()=>my,SprayCan:()=>xy,Sprout:()=>gy,Square:()=>Ly,SquareActivity:()=>W1,SquareArrowDown:()=>q1,SquareArrowDownLeft:()=>O1,SquareArrowDownRight:()=>z1,SquareArrowLeft:()=>N1,SquareArrowOutDownLeft:()=>U1,SquareArrowOutDownRight:()=>$1,SquareArrowOutUpLeft:()=>_1,SquareArrowOutUpRight:()=>j1,SquareArrowRight:()=>G1,SquareArrowUp:()=>J1,SquareArrowUpLeft:()=>Z1,SquareArrowUpRight:()=>X1,SquareAsterisk:()=>K1,SquareBottomDashedScissors:()=>Y1,SquareChartGantt:()=>ba,SquareCheck:()=>ts,SquareCheckBig:()=>Q1,SquareChevronDown:()=>es,SquareChevronLeft:()=>as,SquareChevronRight:()=>rs,SquareChevronUp:()=>os,SquareCode:()=>ss,SquareDashed:()=>ls,SquareDashedBottom:()=>vy,SquareDashedBottomCode:()=>My,SquareDashedKanban:()=>ns,SquareDashedMousePointer:()=>ds,SquareDashedTopSolid:()=>yy,SquareDivide:()=>is,SquareDot:()=>ps,SquareEqual:()=>hs,SquareFunction:()=>cs,SquareGanttChart:()=>ba,SquareKanban:()=>fs,SquareLibrary:()=>us,SquareM:()=>ms,SquareMenu:()=>xs,SquareMinus:()=>gs,SquareMousePointer:()=>Ms,SquareParking:()=>ys,SquareParkingOff:()=>vs,SquarePause:()=>wy,SquarePen:()=>aa,SquarePercent:()=>ws,SquarePi:()=>Cs,SquarePilcrow:()=>bs,SquarePlay:()=>Ss,SquarePlus:()=>As,SquarePower:()=>ks,SquareRadical:()=>Cy,SquareRoundCorner:()=>by,SquareScissors:()=>Hs,SquareSigma:()=>Ls,SquareSlash:()=>Ts,SquareSplitHorizontal:()=>Ps,SquareSplitVertical:()=>Es,SquareSquare:()=>Sy,SquareStack:()=>Ay,SquareStar:()=>ky,SquareStop:()=>Hy,SquareTerminal:()=>Bs,SquareUser:()=>Vs,SquareUserRound:()=>Rs,SquareX:()=>Fs,SquaresExclude:()=>Ty,SquaresIntersect:()=>Py,SquaresSubtract:()=>Ey,SquaresUnite:()=>By,Squircle:()=>Vy,SquircleDashed:()=>Ry,Squirrel:()=>Fy,Stamp:()=>Iy,Star:()=>Oy,StarHalf:()=>Dy,StarOff:()=>Wy,Stars:()=>D1,StepBack:()=>zy,StepForward:()=>qy,Stethoscope:()=>Ny,Sticker:()=>Uy,StickyNote:()=>$y,StopCircle:()=>eo,Store:()=>_y,StretchHorizontal:()=>jy,StretchVertical:()=>Gy,Strikethrough:()=>Zy,Subscript:()=>Xy,Subtitles:()=>ur,Sun:()=>tw,SunDim:()=>Jy,SunMedium:()=>Ky,SunMoon:()=>Yy,SunSnow:()=>Qy,Sunrise:()=>ew,Sunset:()=>aw,Superscript:()=>rw,SwatchBook:()=>ow,SwissFranc:()=>sw,SwitchCamera:()=>nw,Sword:()=>dw,Swords:()=>lw,Syringe:()=>iw,Table:()=>gw,Table2:()=>pw,TableCellsMerge:()=>hw,TableCellsSplit:()=>cw,TableColumnsSplit:()=>fw,TableConfig:()=>Ma,TableOfContents:()=>uw,TableProperties:()=>mw,TableRowsSplit:()=>xw,Tablet:()=>vw,TabletSmartphone:()=>Mw,Tablets:()=>yw,Tag:()=>ww,Tags:()=>Cw,Tally1:()=>bw,Tally2:()=>Sw,Tally3:()=>Aw,Tally4:()=>kw,Tally5:()=>Hw,Tangent:()=>Lw,Target:()=>Tw,Telescope:()=>Pw,Tent:()=>Bw,TentTree:()=>Ew,Terminal:()=>Rw,TerminalSquare:()=>Bs,TestTube:()=>Vw,TestTube2:()=>Is,TestTubeDiagonal:()=>Is,TestTubes:()=>Fw,Text:()=>Sa,TextAlignCenter:()=>Ds,TextAlignEnd:()=>Ws,TextAlignJustify:()=>Os,TextAlignStart:()=>Sa,TextCursor:()=>Dw,TextCursorInput:()=>Iw,TextInitial:()=>zs,TextQuote:()=>Ww,TextSearch:()=>Ow,TextSelect:()=>qs,TextSelection:()=>qs,TextWrap:()=>Ns,Theater:()=>zw,Thermometer:()=>Uw,ThermometerSnowflake:()=>qw,ThermometerSun:()=>Nw,ThumbsDown:()=>$w,ThumbsUp:()=>_w,Ticket:()=>Yw,TicketCheck:()=>jw,TicketMinus:()=>Gw,TicketPercent:()=>Zw,TicketPlus:()=>Xw,TicketSlash:()=>Jw,TicketX:()=>Kw,Tickets:()=>tC,TicketsPlane:()=>Qw,Timer:()=>rC,TimerOff:()=>eC,TimerReset:()=>aC,ToggleLeft:()=>oC,ToggleRight:()=>sC,Toilet:()=>nC,ToolCase:()=>dC,Tornado:()=>lC,Torus:()=>iC,Touchpad:()=>hC,TouchpadOff:()=>pC,TowerControl:()=>cC,ToyBrick:()=>fC,Tractor:()=>uC,TrafficCone:()=>mC,Train:()=>Us,TrainFront:()=>gC,TrainFrontTunnel:()=>xC,TrainTrack:()=>MC,TramFront:()=>Us,Transgender:()=>vC,Trash:()=>wC,Trash2:()=>yC,TreeDeciduous:()=>CC,TreePalm:()=>$s,TreePine:()=>bC,Trees:()=>SC,Trello:()=>AC,TrendingDown:()=>kC,TrendingUp:()=>LC,TrendingUpDown:()=>HC,Triangle:()=>EC,TriangleAlert:()=>_s,TriangleDashed:()=>TC,TriangleRight:()=>PC,Trophy:()=>BC,Truck:()=>VC,TruckElectric:()=>RC,TurkishLira:()=>FC,Turntable:()=>IC,Turtle:()=>DC,Tv:()=>OC,Tv2:()=>js,TvMinimal:()=>js,TvMinimalPlay:()=>WC,Twitch:()=>zC,Twitter:()=>qC,Type:()=>UC,TypeOutline:()=>NC,Umbrella:()=>_C,UmbrellaOff:()=>$C,Underline:()=>jC,Undo:()=>XC,Undo2:()=>GC,UndoDot:()=>ZC,UnfoldHorizontal:()=>JC,UnfoldVertical:()=>KC,Ungroup:()=>YC,University:()=>Gs,Unlink:()=>tb,Unlink2:()=>QC,Unlock:()=>d1,UnlockKeyhole:()=>n1,Unplug:()=>eb,Upload:()=>ab,UploadCloud:()=>io,Usb:()=>rb,User:()=>mb,User2:()=>Qs,UserCheck:()=>ob,UserCheck2:()=>Zs,UserCircle:()=>ro,UserCircle2:()=>ao,UserCog:()=>sb,UserCog2:()=>Xs,UserLock:()=>nb,UserMinus:()=>db,UserMinus2:()=>Js,UserPen:()=>lb,UserPlus:()=>ib,UserPlus2:()=>Ks,UserRound:()=>Qs,UserRoundCheck:()=>Zs,UserRoundCog:()=>Xs,UserRoundMinus:()=>Js,UserRoundPen:()=>pb,UserRoundPlus:()=>Ks,UserRoundSearch:()=>hb,UserRoundX:()=>Ys,UserSearch:()=>cb,UserSquare:()=>Vs,UserSquare2:()=>Rs,UserStar:()=>fb,UserX:()=>ub,UserX2:()=>Ys,Users:()=>xb,Users2:()=>tn,UsersRound:()=>tn,Utensils:()=>an,UtensilsCrossed:()=>en,UtilityPole:()=>gb,Variable:()=>Mb,Vault:()=>vb,VectorSquare:()=>yb,Vegan:()=>wb,VenetianMask:()=>Cb,Venus:()=>Sb,VenusAndMars:()=>bb,Verified:()=>lr,Vibrate:()=>kb,VibrateOff:()=>Ab,Video:()=>Lb,VideoOff:()=>Hb,Videotape:()=>Tb,View:()=>Pb,Voicemail:()=>Eb,Volleyball:()=>Bb,Volume:()=>Db,Volume1:()=>Rb,Volume2:()=>Vb,VolumeOff:()=>Fb,VolumeX:()=>Ib,Vote:()=>Wb,Wallet:()=>zb,Wallet2:()=>rn,WalletCards:()=>Ob,WalletMinimal:()=>rn,Wallpaper:()=>qb,Wand:()=>Nb,Wand2:()=>on,WandSparkles:()=>on,Warehouse:()=>Ub,WashingMachine:()=>$b,Watch:()=>_b,Waves:()=>jb,WavesLadder:()=>Gb,Waypoints:()=>Zb,Webcam:()=>Xb,Webhook:()=>Kb,WebhookOff:()=>Jb,Weight:()=>Yb,Wheat:()=>tS,WheatOff:()=>Qb,WholeWord:()=>eS,Wifi:()=>iS,WifiCog:()=>aS,WifiHigh:()=>rS,WifiLow:()=>oS,WifiOff:()=>sS,WifiPen:()=>nS,WifiSync:()=>dS,WifiZero:()=>lS,Wind:()=>hS,WindArrowDown:()=>pS,Wine:()=>fS,WineOff:()=>cS,Workflow:()=>uS,Worm:()=>mS,WrapText:()=>Ns,Wrench:()=>xS,X:()=>gS,XCircle:()=>oo,XOctagon:()=>m1,XSquare:()=>Fs,Youtube:()=>MS,Zap:()=>yS,ZapOff:()=>vS,ZoomIn:()=>wS,ZoomOut:()=>CS,createElement:()=>x2,createIcons:()=>lL,icons:()=>sA});var m2={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 dL=([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=dL(s);t.appendChild(o)}),t},x2=(r,e={})=>{let t={...m2,...e};return dL(["svg",t,r])};var GT=r=>Array.from(r.attributes).reduce((e,a)=>(e[a.name]=a.value,e),{}),ZT=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:"",XT=r=>r.flatMap(ZT).map(a=>a.trim()).filter(Boolean).filter((a,t,s)=>s.indexOf(a)===t).join(" "),JT=r=>r.replace(/(\w)(\w*)(_|-|\s*)/g,(e,a,t)=>a.toUpperCase()+t.toLowerCase()),oA=(r,{nameAttr:e,icons:a,attrs:t})=>{var c;let s=r.getAttribute(e);if(s==null)return;let o=JT(s),n=a[o];if(!n)return console.warn(`${r.outerHTML} icon name was not found in the provided icons object.`);let d=GT(r),i={...m2,"data-lucide":s,...t,...d},f=XT(["lucide",`lucide-${s}`,d,t]);f&&Object.assign(i,{class:f});let m=x2(n,i);return(c=r.parentNode)==null?void 0:c.replaceChild(m,r)};var sA={};$S(sA,{AArrowDown:()=>g2,AArrowUp:()=>M2,ALargeSmall:()=>v2,Accessibility:()=>y2,Activity:()=>w2,ActivitySquare:()=>W1,AirVent:()=>C2,Airplay:()=>b2,AlarmCheck:()=>Ya,AlarmClock:()=>A2,AlarmClockCheck:()=>Ya,AlarmClockMinus:()=>Qa,AlarmClockOff:()=>S2,AlarmClockPlus:()=>tr,AlarmMinus:()=>Qa,AlarmPlus:()=>tr,AlarmSmoke:()=>k2,Album:()=>H2,AlertCircle:()=>Tr,AlertOctagon:()=>f1,AlertTriangle:()=>_s,AlignCenter:()=>Ds,AlignCenterHorizontal:()=>L2,AlignCenterVertical:()=>T2,AlignEndHorizontal:()=>P2,AlignEndVertical:()=>E2,AlignHorizontalDistributeCenter:()=>B2,AlignHorizontalDistributeEnd:()=>R2,AlignHorizontalDistributeStart:()=>V2,AlignHorizontalJustifyCenter:()=>F2,AlignHorizontalJustifyEnd:()=>I2,AlignHorizontalJustifyStart:()=>D2,AlignHorizontalSpaceAround:()=>W2,AlignHorizontalSpaceBetween:()=>O2,AlignJustify:()=>Os,AlignLeft:()=>Sa,AlignRight:()=>Ws,AlignStartHorizontal:()=>z2,AlignStartVertical:()=>q2,AlignVerticalDistributeCenter:()=>N2,AlignVerticalDistributeEnd:()=>U2,AlignVerticalDistributeStart:()=>$2,AlignVerticalJustifyCenter:()=>_2,AlignVerticalJustifyEnd:()=>j2,AlignVerticalJustifyStart:()=>G2,AlignVerticalSpaceAround:()=>Z2,AlignVerticalSpaceBetween:()=>X2,Ambulance:()=>J2,Ampersand:()=>K2,Ampersands:()=>Y2,Amphora:()=>Q2,Anchor:()=>td,Angry:()=>ed,Annoyed:()=>ad,Antenna:()=>rd,Anvil:()=>od,Aperture:()=>sd,AppWindow:()=>dd,AppWindowMac:()=>nd,Apple:()=>ld,Archive:()=>hd,ArchiveRestore:()=>id,ArchiveX:()=>pd,AreaChart:()=>mr,Armchair:()=>cd,ArrowBigDown:()=>ud,ArrowBigDownDash:()=>fd,ArrowBigLeft:()=>xd,ArrowBigLeftDash:()=>md,ArrowBigRight:()=>Md,ArrowBigRightDash:()=>gd,ArrowBigUp:()=>yd,ArrowBigUpDash:()=>vd,ArrowDown:()=>Pd,ArrowDown01:()=>wd,ArrowDown10:()=>Cd,ArrowDownAZ:()=>er,ArrowDownAz:()=>er,ArrowDownCircle:()=>Pr,ArrowDownFromLine:()=>bd,ArrowDownLeft:()=>Sd,ArrowDownLeftFromCircle:()=>Br,ArrowDownLeftFromSquare:()=>U1,ArrowDownLeftSquare:()=>O1,ArrowDownNarrowWide:()=>Ad,ArrowDownRight:()=>kd,ArrowDownRightFromCircle:()=>Rr,ArrowDownRightFromSquare:()=>$1,ArrowDownRightSquare:()=>z1,ArrowDownSquare:()=>q1,ArrowDownToDot:()=>Hd,ArrowDownToLine:()=>Ld,ArrowDownUp:()=>Td,ArrowDownWideNarrow:()=>ar,ArrowDownZA:()=>rr,ArrowDownZa:()=>rr,ArrowLeft:()=>Vd,ArrowLeftCircle:()=>Er,ArrowLeftFromLine:()=>Ed,ArrowLeftRight:()=>Bd,ArrowLeftSquare:()=>N1,ArrowLeftToLine:()=>Rd,ArrowRight:()=>Wd,ArrowRightCircle:()=>Ir,ArrowRightFromLine:()=>Fd,ArrowRightLeft:()=>Id,ArrowRightSquare:()=>G1,ArrowRightToLine:()=>Dd,ArrowUp:()=>Zd,ArrowUp01:()=>Od,ArrowUp10:()=>zd,ArrowUpAZ:()=>or,ArrowUpAz:()=>or,ArrowUpCircle:()=>Dr,ArrowUpDown:()=>qd,ArrowUpFromDot:()=>Nd,ArrowUpFromLine:()=>Ud,ArrowUpLeft:()=>$d,ArrowUpLeftFromCircle:()=>Vr,ArrowUpLeftFromSquare:()=>_1,ArrowUpLeftSquare:()=>Z1,ArrowUpNarrowWide:()=>sr,ArrowUpRight:()=>_d,ArrowUpRightFromCircle:()=>Fr,ArrowUpRightFromSquare:()=>j1,ArrowUpRightSquare:()=>X1,ArrowUpSquare:()=>J1,ArrowUpToLine:()=>jd,ArrowUpWideNarrow:()=>Gd,ArrowUpZA:()=>nr,ArrowUpZa:()=>nr,ArrowsUpFromLine:()=>Xd,Asterisk:()=>Jd,AsteriskSquare:()=>K1,AtSign:()=>Kd,Atom:()=>Yd,AudioLines:()=>Qd,AudioWaveform:()=>tl,Award:()=>el,Axe:()=>al,Axis3D:()=>dr,Axis3d:()=>dr,Baby:()=>rl,Backpack:()=>ol,Badge:()=>yl,BadgeAlert:()=>sl,BadgeCent:()=>nl,BadgeCheck:()=>lr,BadgeDollarSign:()=>dl,BadgeEuro:()=>ll,BadgeHelp:()=>ir,BadgeIndianRupee:()=>il,BadgeInfo:()=>pl,BadgeJapaneseYen:()=>hl,BadgeMinus:()=>cl,BadgePercent:()=>fl,BadgePlus:()=>ul,BadgePoundSterling:()=>ml,BadgeQuestionMark:()=>ir,BadgeRussianRuble:()=>xl,BadgeSwissFranc:()=>gl,BadgeTurkishLira:()=>Ml,BadgeX:()=>vl,BaggageClaim:()=>wl,Ban:()=>Cl,Banana:()=>bl,Bandage:()=>Sl,Banknote:()=>Ll,BanknoteArrowDown:()=>Al,BanknoteArrowUp:()=>kl,BanknoteX:()=>Hl,BarChart:()=>br,BarChart2:()=>Sr,BarChart3:()=>wr,BarChart4:()=>yr,BarChartBig:()=>vr,BarChartHorizontal:()=>gr,BarChartHorizontalBig:()=>xr,Barcode:()=>Tl,Barrel:()=>Pl,Baseline:()=>El,Bath:()=>Bl,Battery:()=>Ol,BatteryCharging:()=>Rl,BatteryFull:()=>Vl,BatteryLow:()=>Fl,BatteryMedium:()=>Il,BatteryPlus:()=>Dl,BatteryWarning:()=>Wl,Beaker:()=>zl,Bean:()=>Nl,BeanOff:()=>ql,Bed:()=>_l,BedDouble:()=>Ul,BedSingle:()=>$l,Beef:()=>jl,Beer:()=>Zl,BeerOff:()=>Gl,Bell:()=>e0,BellDot:()=>Xl,BellElectric:()=>Jl,BellMinus:()=>Kl,BellOff:()=>Yl,BellPlus:()=>Ql,BellRing:()=>t0,BetweenHorizonalEnd:()=>pr,BetweenHorizonalStart:()=>hr,BetweenHorizontalEnd:()=>pr,BetweenHorizontalStart:()=>hr,BetweenVerticalEnd:()=>a0,BetweenVerticalStart:()=>r0,BicepsFlexed:()=>o0,Bike:()=>s0,Binary:()=>n0,Binoculars:()=>d0,Biohazard:()=>i0,Bird:()=>l0,Birdhouse:()=>p0,Bitcoin:()=>h0,Blend:()=>c0,Blinds:()=>f0,Blocks:()=>u0,Bluetooth:()=>M0,BluetoothConnected:()=>m0,BluetoothOff:()=>x0,BluetoothSearching:()=>g0,Bold:()=>v0,Bolt:()=>y0,Bomb:()=>w0,Bone:()=>C0,Book:()=>j0,BookA:()=>b0,BookAlert:()=>S0,BookAudio:()=>A0,BookCheck:()=>k0,BookCopy:()=>H0,BookDashed:()=>cr,BookDown:()=>L0,BookHeadphones:()=>T0,BookHeart:()=>P0,BookImage:()=>E0,BookKey:()=>B0,BookLock:()=>R0,BookMarked:()=>V0,BookMinus:()=>F0,BookOpen:()=>W0,BookOpenCheck:()=>I0,BookOpenText:()=>D0,BookPlus:()=>O0,BookTemplate:()=>cr,BookText:()=>z0,BookType:()=>q0,BookUp:()=>U0,BookUp2:()=>N0,BookUser:()=>$0,BookX:()=>_0,Bookmark:()=>K0,BookmarkCheck:()=>G0,BookmarkMinus:()=>Z0,BookmarkPlus:()=>X0,BookmarkX:()=>J0,BoomBox:()=>Y0,Bot:()=>ei,BotMessageSquare:()=>Q0,BotOff:()=>ti,BottleWine:()=>ai,BowArrow:()=>ri,Box:()=>oi,BoxSelect:()=>ls,Boxes:()=>si,Braces:()=>fr,Brackets:()=>ni,Brain:()=>ii,BrainCircuit:()=>di,BrainCog:()=>li,BrickWall:()=>ci,BrickWallFire:()=>pi,BrickWallShield:()=>hi,Briefcase:()=>xi,BriefcaseBusiness:()=>fi,BriefcaseConveyorBelt:()=>ui,BriefcaseMedical:()=>mi,BringToFront:()=>gi,Brush:()=>vi,BrushCleaning:()=>Mi,Bubbles:()=>yi,Bug:()=>bi,BugOff:()=>wi,BugPlay:()=>Ci,Building:()=>Ai,Building2:()=>Si,Bus:()=>Hi,BusFront:()=>ki,Cable:()=>Ti,CableCar:()=>Li,Cake:()=>Ei,CakeSlice:()=>Pi,Calculator:()=>Bi,Calendar:()=>Qi,Calendar1:()=>Ri,CalendarArrowDown:()=>Vi,CalendarArrowUp:()=>Fi,CalendarCheck:()=>Di,CalendarCheck2:()=>Ii,CalendarClock:()=>Wi,CalendarCog:()=>Oi,CalendarDays:()=>zi,CalendarFold:()=>qi,CalendarHeart:()=>Ni,CalendarMinus:()=>$i,CalendarMinus2:()=>Ui,CalendarOff:()=>_i,CalendarPlus:()=>Gi,CalendarPlus2:()=>ji,CalendarRange:()=>Zi,CalendarSearch:()=>Xi,CalendarSync:()=>Ji,CalendarX:()=>Yi,CalendarX2:()=>Ki,Camera:()=>ep,CameraOff:()=>tp,CandlestickChart:()=>Mr,Candy:()=>op,CandyCane:()=>ap,CandyOff:()=>rp,Cannabis:()=>sp,Captions:()=>ur,CaptionsOff:()=>np,Car:()=>ip,CarFront:()=>dp,CarTaxiFront:()=>lp,Caravan:()=>pp,CardSim:()=>hp,Carrot:()=>cp,CaseLower:()=>fp,CaseSensitive:()=>up,CaseUpper:()=>mp,CassetteTape:()=>xp,Cast:()=>gp,Castle:()=>Mp,Cat:()=>vp,Cctv:()=>yp,ChartArea:()=>mr,ChartBar:()=>gr,ChartBarBig:()=>xr,ChartBarDecreasing:()=>wp,ChartBarIncreasing:()=>Cp,ChartBarStacked:()=>bp,ChartCandlestick:()=>Mr,ChartColumn:()=>wr,ChartColumnBig:()=>vr,ChartColumnDecreasing:()=>Sp,ChartColumnIncreasing:()=>yr,ChartColumnStacked:()=>Ap,ChartGantt:()=>kp,ChartLine:()=>Cr,ChartNetwork:()=>Hp,ChartNoAxesColumn:()=>Sr,ChartNoAxesColumnDecreasing:()=>Lp,ChartNoAxesColumnIncreasing:()=>br,ChartNoAxesCombined:()=>Tp,ChartNoAxesGantt:()=>Ar,ChartPie:()=>kr,ChartScatter:()=>Hr,ChartSpline:()=>Pp,Check:()=>Rp,CheckCheck:()=>Ep,CheckCircle:()=>Wr,CheckCircle2:()=>Or,CheckLine:()=>Bp,CheckSquare:()=>Q1,CheckSquare2:()=>ts,ChefHat:()=>Vp,Cherry:()=>Fp,ChevronDown:()=>Ip,ChevronDownCircle:()=>zr,ChevronDownSquare:()=>es,ChevronFirst:()=>Dp,ChevronLast:()=>Wp,ChevronLeft:()=>Op,ChevronLeftCircle:()=>qr,ChevronLeftSquare:()=>as,ChevronRight:()=>zp,ChevronRightCircle:()=>Nr,ChevronRightSquare:()=>rs,ChevronUp:()=>qp,ChevronUpCircle:()=>Ur,ChevronUpSquare:()=>os,ChevronsDown:()=>Up,ChevronsDownUp:()=>Np,ChevronsLeft:()=>jp,ChevronsLeftRight:()=>_p,ChevronsLeftRightEllipsis:()=>$p,ChevronsRight:()=>Zp,ChevronsRightLeft:()=>Gp,ChevronsUp:()=>Jp,ChevronsUpDown:()=>Xp,Chrome:()=>Lr,Chromium:()=>Lr,Church:()=>Kp,Cigarette:()=>Qp,CigaretteOff:()=>Yp,Circle:()=>fh,CircleAlert:()=>Tr,CircleArrowDown:()=>Pr,CircleArrowLeft:()=>Er,CircleArrowOutDownLeft:()=>Br,CircleArrowOutDownRight:()=>Rr,CircleArrowOutUpLeft:()=>Vr,CircleArrowOutUpRight:()=>Fr,CircleArrowRight:()=>Ir,CircleArrowUp:()=>Dr,CircleCheck:()=>Or,CircleCheckBig:()=>Wr,CircleChevronDown:()=>zr,CircleChevronLeft:()=>qr,CircleChevronRight:()=>Nr,CircleChevronUp:()=>Ur,CircleDashed:()=>th,CircleDivide:()=>$r,CircleDollarSign:()=>eh,CircleDot:()=>rh,CircleDotDashed:()=>ah,CircleEllipsis:()=>oh,CircleEqual:()=>sh,CircleFadingArrowUp:()=>nh,CircleFadingPlus:()=>dh,CircleGauge:()=>_r,CircleHelp:()=>ga,CircleMinus:()=>jr,CircleOff:()=>lh,CircleParking:()=>Zr,CircleParkingOff:()=>Gr,CirclePause:()=>Xr,CirclePercent:()=>Jr,CirclePlay:()=>Kr,CirclePlus:()=>Yr,CirclePoundSterling:()=>ih,CirclePower:()=>Qr,CircleQuestionMark:()=>ga,CircleSlash:()=>ph,CircleSlash2:()=>to,CircleSlashed:()=>to,CircleSmall:()=>hh,CircleStar:()=>ch,CircleStop:()=>eo,CircleUser:()=>ro,CircleUserRound:()=>ao,CircleX:()=>oo,CircuitBoard:()=>uh,Citrus:()=>mh,Clapperboard:()=>xh,Clipboard:()=>kh,ClipboardCheck:()=>gh,ClipboardClock:()=>Mh,ClipboardCopy:()=>vh,ClipboardEdit:()=>no,ClipboardList:()=>yh,ClipboardMinus:()=>wh,ClipboardPaste:()=>Ch,ClipboardPen:()=>no,ClipboardPenLine:()=>so,ClipboardPlus:()=>bh,ClipboardSignature:()=>so,ClipboardType:()=>Sh,ClipboardX:()=>Ah,Clock:()=>_h,Clock1:()=>Hh,Clock10:()=>Lh,Clock11:()=>Th,Clock12:()=>Ph,Clock2:()=>Eh,Clock3:()=>Bh,Clock4:()=>Rh,Clock5:()=>Vh,Clock6:()=>Fh,Clock7:()=>Ih,Clock8:()=>Dh,Clock9:()=>Wh,ClockAlert:()=>Oh,ClockArrowDown:()=>zh,ClockArrowUp:()=>qh,ClockCheck:()=>Nh,ClockFading:()=>Uh,ClockPlus:()=>$h,ClosedCaption:()=>jh,Cloud:()=>lc,CloudAlert:()=>Gh,CloudCheck:()=>Zh,CloudCog:()=>Xh,CloudDownload:()=>lo,CloudDrizzle:()=>Jh,CloudFog:()=>Kh,CloudHail:()=>Yh,CloudLightning:()=>Qh,CloudMoon:()=>ec,CloudMoonRain:()=>tc,CloudOff:()=>ac,CloudRain:()=>oc,CloudRainWind:()=>rc,CloudSnow:()=>sc,CloudSun:()=>dc,CloudSunRain:()=>nc,CloudUpload:()=>io,Cloudy:()=>ic,Clover:()=>pc,Club:()=>hc,Code:()=>cc,Code2:()=>po,CodeSquare:()=>ss,CodeXml:()=>po,Codepen:()=>fc,Codesandbox:()=>uc,Coffee:()=>mc,Cog:()=>xc,Coins:()=>gc,Columns:()=>ho,Columns2:()=>ho,Columns3:()=>co,Columns3Cog:()=>Ma,Columns4:()=>Mc,ColumnsSettings:()=>Ma,Combine:()=>vc,Command:()=>yc,Compass:()=>wc,Component:()=>Cc,Computer:()=>bc,ConciergeBell:()=>Sc,Cone:()=>Ac,Construction:()=>kc,Contact:()=>Hc,Contact2:()=>fo,ContactRound:()=>fo,Container:()=>Lc,Contrast:()=>Tc,Cookie:()=>Pc,CookingPot:()=>Ec,Copy:()=>Dc,CopyCheck:()=>Bc,CopyMinus:()=>Rc,CopyPlus:()=>Vc,CopySlash:()=>Fc,CopyX:()=>Ic,Copyleft:()=>Wc,Copyright:()=>Oc,CornerDownLeft:()=>zc,CornerDownRight:()=>qc,CornerLeftDown:()=>Nc,CornerLeftUp:()=>Uc,CornerRightDown:()=>$c,CornerRightUp:()=>_c,CornerUpLeft:()=>jc,CornerUpRight:()=>Gc,Cpu:()=>Zc,CreativeCommons:()=>Xc,CreditCard:()=>Jc,Croissant:()=>Kc,Crop:()=>Yc,Cross:()=>Qc,Crosshair:()=>tf,Crown:()=>ef,Cuboid:()=>af,CupSoda:()=>rf,CurlyBraces:()=>fr,Currency:()=>of,Cylinder:()=>sf,Dam:()=>nf,Database:()=>pf,DatabaseBackup:()=>df,DatabaseZap:()=>lf,DecimalsArrowLeft:()=>hf,DecimalsArrowRight:()=>cf,Delete:()=>ff,Dessert:()=>uf,Diameter:()=>mf,Diamond:()=>Mf,DiamondMinus:()=>xf,DiamondPercent:()=>uo,DiamondPlus:()=>gf,Dice1:()=>vf,Dice2:()=>yf,Dice3:()=>wf,Dice4:()=>Cf,Dice5:()=>bf,Dice6:()=>Sf,Dices:()=>Af,Diff:()=>kf,Disc:()=>Pf,Disc2:()=>Hf,Disc3:()=>Lf,DiscAlbum:()=>Tf,Divide:()=>Ef,DivideCircle:()=>$r,DivideSquare:()=>is,Dna:()=>Rf,DnaOff:()=>Bf,Dock:()=>Vf,Dog:()=>Ff,DollarSign:()=>If,Donut:()=>Df,DoorClosed:()=>Of,DoorClosedLocked:()=>Wf,DoorOpen:()=>zf,Dot:()=>qf,DotSquare:()=>ps,Download:()=>Nf,DownloadCloud:()=>lo,DraftingCompass:()=>Uf,Drama:()=>$f,Dribbble:()=>_f,Drill:()=>jf,Drone:()=>Gf,Droplet:()=>Xf,DropletOff:()=>Zf,Droplets:()=>Jf,Drum:()=>Kf,Drumstick:()=>Yf,Dumbbell:()=>Qf,Ear:()=>eu,EarOff:()=>tu,Earth:()=>mo,EarthLock:()=>au,Eclipse:()=>ru,Edit:()=>aa,Edit2:()=>k1,Edit3:()=>A1,Egg:()=>nu,EggFried:()=>ou,EggOff:()=>su,Ellipsis:()=>go,EllipsisVertical:()=>xo,Equal:()=>iu,EqualApproximately:()=>du,EqualNot:()=>lu,EqualSquare:()=>hs,Eraser:()=>pu,EthernetPort:()=>hu,Euro:()=>cu,EvCharger:()=>fu,Expand:()=>uu,ExternalLink:()=>mu,Eye:()=>Mu,EyeClosed:()=>xu,EyeOff:()=>gu,Facebook:()=>vu,Factory:()=>yu,Fan:()=>wu,FastForward:()=>Cu,Feather:()=>bu,Fence:()=>Su,FerrisWheel:()=>Au,Figma:()=>ku,File:()=>em,FileArchive:()=>Hu,FileAudio:()=>va,FileAudio2:()=>va,FileAxis3D:()=>Mo,FileAxis3d:()=>Mo,FileBadge:()=>vo,FileBadge2:()=>vo,FileBarChart:()=>Co,FileBarChart2:()=>bo,FileBox:()=>Lu,FileBraces:()=>wo,FileBracesCorner:()=>yo,FileChartColumn:()=>bo,FileChartColumnIncreasing:()=>Co,FileChartLine:()=>So,FileChartPie:()=>Ao,FileCheck:()=>Tu,FileCheck2:()=>ko,FileCheckCorner:()=>ko,FileClock:()=>Pu,FileCode:()=>Eu,FileCode2:()=>Ho,FileCodeCorner:()=>Ho,FileCog:()=>Lo,FileCog2:()=>Lo,FileDiff:()=>Bu,FileDigit:()=>Ru,FileDown:()=>Vu,FileEdit:()=>Vo,FileExclamationPoint:()=>To,FileHeadphone:()=>va,FileHeart:()=>Fu,FileImage:()=>Iu,FileInput:()=>Du,FileJson:()=>wo,FileJson2:()=>yo,FileKey:()=>Po,FileKey2:()=>Po,FileLineChart:()=>So,FileLock:()=>Eo,FileLock2:()=>Eo,FileMinus:()=>Wu,FileMinus2:()=>Bo,FileMinusCorner:()=>Bo,FileMusic:()=>Ou,FileOutput:()=>zu,FilePen:()=>Vo,FilePenLine:()=>Ro,FilePieChart:()=>Ao,FilePlay:()=>Fo,FilePlus:()=>qu,FilePlus2:()=>Io,FilePlusCorner:()=>Io,FileQuestion:()=>Do,FileQuestionMark:()=>Do,FileScan:()=>Nu,FileSearch:()=>Uu,FileSearch2:()=>Wo,FileSearchCorner:()=>Wo,FileSignal:()=>Oo,FileSignature:()=>Ro,FileSliders:()=>$u,FileSpreadsheet:()=>_u,FileStack:()=>ju,FileSymlink:()=>Gu,FileTerminal:()=>Zu,FileText:()=>Xu,FileType:()=>Ju,FileType2:()=>zo,FileTypeCorner:()=>zo,FileUp:()=>Ku,FileUser:()=>Yu,FileVideo:()=>Fo,FileVideo2:()=>qo,FileVideoCamera:()=>qo,FileVolume:()=>Qu,FileVolume2:()=>Oo,FileWarning:()=>To,FileX:()=>tm,FileX2:()=>No,FileXCorner:()=>No,Files:()=>am,Film:()=>rm,Filter:()=>jo,FilterX:()=>_o,Fingerprint:()=>om,FireExtinguisher:()=>sm,Fish:()=>lm,FishOff:()=>nm,FishSymbol:()=>dm,Flag:()=>cm,FlagOff:()=>im,FlagTriangleLeft:()=>pm,FlagTriangleRight:()=>hm,Flame:()=>um,FlameKindling:()=>fm,Flashlight:()=>xm,FlashlightOff:()=>mm,FlaskConical:()=>Mm,FlaskConicalOff:()=>gm,FlaskRound:()=>vm,FlipHorizontal:()=>wm,FlipHorizontal2:()=>ym,FlipVertical:()=>bm,FlipVertical2:()=>Cm,Flower:()=>Am,Flower2:()=>Sm,Focus:()=>km,FoldHorizontal:()=>Hm,FoldVertical:()=>Lm,Folder:()=>ax,FolderArchive:()=>Tm,FolderCheck:()=>Pm,FolderClock:()=>Em,FolderClosed:()=>Bm,FolderCode:()=>Rm,FolderCog:()=>Uo,FolderCog2:()=>Uo,FolderDot:()=>Vm,FolderDown:()=>Fm,FolderEdit:()=>$o,FolderGit:()=>Dm,FolderGit2:()=>Im,FolderHeart:()=>Wm,FolderInput:()=>Om,FolderKanban:()=>zm,FolderKey:()=>qm,FolderLock:()=>Nm,FolderMinus:()=>Um,FolderOpen:()=>_m,FolderOpenDot:()=>$m,FolderOutput:()=>jm,FolderPen:()=>$o,FolderPlus:()=>Gm,FolderRoot:()=>Zm,FolderSearch:()=>Jm,FolderSearch2:()=>Xm,FolderSymlink:()=>Km,FolderSync:()=>Ym,FolderTree:()=>Qm,FolderUp:()=>tx,FolderX:()=>ex,Folders:()=>rx,Footprints:()=>ox,ForkKnife:()=>an,ForkKnifeCrossed:()=>en,Forklift:()=>sx,FormInput:()=>L1,Forward:()=>nx,Frame:()=>dx,Framer:()=>lx,Frown:()=>ix,Fuel:()=>px,Fullscreen:()=>hx,FunctionSquare:()=>cs,Funnel:()=>jo,FunnelPlus:()=>cx,FunnelX:()=>_o,GalleryHorizontal:()=>ux,GalleryHorizontalEnd:()=>fx,GalleryThumbnails:()=>mx,GalleryVertical:()=>gx,GalleryVerticalEnd:()=>xx,Gamepad:()=>yx,Gamepad2:()=>Mx,GamepadDirectional:()=>vx,GanttChart:()=>Ar,GanttChartSquare:()=>ba,Gauge:()=>wx,GaugeCircle:()=>_r,Gavel:()=>Cx,Gem:()=>bx,GeorgianLari:()=>Sx,Ghost:()=>Ax,Gift:()=>kx,GitBranch:()=>Tx,GitBranchMinus:()=>Hx,GitBranchPlus:()=>Lx,GitCommit:()=>Go,GitCommitHorizontal:()=>Go,GitCommitVertical:()=>Px,GitCompare:()=>Bx,GitCompareArrows:()=>Ex,GitFork:()=>Rx,GitGraph:()=>Vx,GitMerge:()=>Fx,GitPullRequest:()=>qx,GitPullRequestArrow:()=>Ix,GitPullRequestClosed:()=>Dx,GitPullRequestCreate:()=>Ox,GitPullRequestCreateArrow:()=>Wx,GitPullRequestDraft:()=>zx,Github:()=>Nx,Gitlab:()=>Ux,GlassWater:()=>$x,Glasses:()=>_x,Globe:()=>Gx,Globe2:()=>mo,GlobeLock:()=>jx,Goal:()=>Zx,Gpu:()=>Xx,Grab:()=>Yo,GraduationCap:()=>Jx,Grape:()=>Kx,Grid:()=>ya,Grid2X2:()=>Ko,Grid2X2Check:()=>Zo,Grid2X2Plus:()=>Xo,Grid2X2X:()=>Jo,Grid2x2:()=>Ko,Grid2x2Check:()=>Zo,Grid2x2Plus:()=>Xo,Grid2x2X:()=>Jo,Grid3X3:()=>ya,Grid3x2:()=>Yx,Grid3x3:()=>ya,Grip:()=>e4,GripHorizontal:()=>Qx,GripVertical:()=>t4,Group:()=>a4,Guitar:()=>r4,Ham:()=>o4,Hamburger:()=>s4,Hammer:()=>n4,Hand:()=>c4,HandCoins:()=>d4,HandFist:()=>l4,HandGrab:()=>Yo,HandHeart:()=>i4,HandHelping:()=>Qo,HandMetal:()=>p4,HandPlatter:()=>h4,Handbag:()=>f4,Handshake:()=>u4,HardDrive:()=>g4,HardDriveDownload:()=>m4,HardDriveUpload:()=>x4,HardHat:()=>M4,Hash:()=>v4,HatGlasses:()=>y4,Haze:()=>w4,HdmiPort:()=>C4,Heading:()=>T4,Heading1:()=>b4,Heading2:()=>S4,Heading3:()=>A4,Heading4:()=>k4,Heading5:()=>H4,Heading6:()=>L4,HeadphoneOff:()=>P4,Headphones:()=>E4,Headset:()=>B4,Heart:()=>O4,HeartCrack:()=>R4,HeartHandshake:()=>V4,HeartMinus:()=>F4,HeartOff:()=>I4,HeartPlus:()=>D4,HeartPulse:()=>W4,Heater:()=>z4,Helicopter:()=>q4,HelpCircle:()=>ga,HelpingHand:()=>Qo,Hexagon:()=>N4,Highlighter:()=>U4,History:()=>$4,Home:()=>t1,Hop:()=>j4,HopOff:()=>_4,Hospital:()=>G4,Hotel:()=>Z4,Hourglass:()=>X4,House:()=>t1,HouseHeart:()=>J4,HousePlug:()=>K4,HousePlus:()=>Y4,HouseWifi:()=>Q4,IceCream:()=>a1,IceCream2:()=>e1,IceCreamBowl:()=>e1,IceCreamCone:()=>a1,IdCard:()=>e5,IdCardLanyard:()=>t5,Image:()=>i5,ImageDown:()=>r5,ImageMinus:()=>a5,ImageOff:()=>o5,ImagePlay:()=>s5,ImagePlus:()=>n5,ImageUp:()=>d5,ImageUpscale:()=>l5,Images:()=>p5,Import:()=>h5,Inbox:()=>c5,Indent:()=>Ca,IndentDecrease:()=>wa,IndentIncrease:()=>Ca,IndianRupee:()=>f5,Infinity:()=>u5,Info:()=>m5,Inspect:()=>Ms,InspectionPanel:()=>x5,Instagram:()=>g5,Italic:()=>M5,IterationCcw:()=>v5,IterationCw:()=>y5,JapaneseYen:()=>w5,Joystick:()=>C5,Kanban:()=>b5,KanbanSquare:()=>fs,KanbanSquareDashed:()=>ns,Kayak:()=>S5,Key:()=>H5,KeyRound:()=>A5,KeySquare:()=>k5,Keyboard:()=>P5,KeyboardMusic:()=>L5,KeyboardOff:()=>T5,Lamp:()=>I5,LampCeiling:()=>E5,LampDesk:()=>B5,LampFloor:()=>R5,LampWallDown:()=>V5,LampWallUp:()=>F5,LandPlot:()=>D5,Landmark:()=>W5,Languages:()=>O5,Laptop:()=>q5,Laptop2:()=>r1,LaptopMinimal:()=>r1,LaptopMinimalCheck:()=>z5,Lasso:()=>U5,LassoSelect:()=>N5,Laugh:()=>$5,Layers:()=>o1,Layers2:()=>_5,Layers3:()=>o1,Layout:()=>S1,LayoutDashboard:()=>j5,LayoutGrid:()=>G5,LayoutList:()=>Z5,LayoutPanelLeft:()=>X5,LayoutPanelTop:()=>J5,LayoutTemplate:()=>K5,Leaf:()=>Y5,LeafyGreen:()=>Q5,Lectern:()=>t3,LetterText:()=>zs,Library:()=>a3,LibraryBig:()=>e3,LibrarySquare:()=>us,LifeBuoy:()=>r3,Ligature:()=>o3,Lightbulb:()=>n3,LightbulbOff:()=>s3,LineChart:()=>Cr,LineSquiggle:()=>d3,Link:()=>p3,Link2:()=>i3,Link2Off:()=>l3,Linkedin:()=>h3,List:()=>P3,ListCheck:()=>c3,ListChecks:()=>f3,ListChevronsDownUp:()=>u3,ListChevronsUpDown:()=>m3,ListCollapse:()=>x3,ListEnd:()=>g3,ListFilter:()=>v3,ListFilterPlus:()=>M3,ListIndentDecrease:()=>wa,ListIndentIncrease:()=>Ca,ListMinus:()=>y3,ListMusic:()=>w3,ListOrdered:()=>C3,ListPlus:()=>b3,ListRestart:()=>S3,ListStart:()=>A3,ListTodo:()=>k3,ListTree:()=>H3,ListVideo:()=>L3,ListX:()=>T3,Loader:()=>B3,Loader2:()=>s1,LoaderCircle:()=>s1,LoaderPinwheel:()=>E3,Locate:()=>F3,LocateFixed:()=>R3,LocateOff:()=>V3,LocationEdit:()=>i1,Lock:()=>D3,LockKeyhole:()=>I3,LockKeyholeOpen:()=>n1,LockOpen:()=>d1,LogIn:()=>W3,LogOut:()=>O3,Logs:()=>z3,Lollipop:()=>q3,Luggage:()=>N3,MSquare:()=>ms,Magnet:()=>U3,Mail:()=>K3,MailCheck:()=>$3,MailMinus:()=>_3,MailOpen:()=>j3,MailPlus:()=>G3,MailQuestion:()=>l1,MailQuestionMark:()=>l1,MailSearch:()=>Z3,MailWarning:()=>X3,MailX:()=>J3,Mailbox:()=>Y3,Mails:()=>Q3,Map:()=>u8,MapMinus:()=>t8,MapPin:()=>h8,MapPinCheck:()=>a8,MapPinCheckInside:()=>e8,MapPinHouse:()=>r8,MapPinMinus:()=>s8,MapPinMinusInside:()=>o8,MapPinOff:()=>n8,MapPinPen:()=>i1,MapPinPlus:()=>l8,MapPinPlusInside:()=>d8,MapPinX:()=>p8,MapPinXInside:()=>i8,MapPinned:()=>c8,MapPlus:()=>f8,Mars:()=>x8,MarsStroke:()=>m8,Martini:()=>g8,Maximize:()=>v8,Maximize2:()=>M8,Medal:()=>y8,Megaphone:()=>C8,MegaphoneOff:()=>w8,Meh:()=>b8,MemoryStick:()=>S8,Menu:()=>A8,MenuSquare:()=>xs,Merge:()=>k8,MessageCircle:()=>I8,MessageCircleCode:()=>H8,MessageCircleDashed:()=>L8,MessageCircleHeart:()=>T8,MessageCircleMore:()=>P8,MessageCircleOff:()=>E8,MessageCirclePlus:()=>B8,MessageCircleQuestion:()=>p1,MessageCircleQuestionMark:()=>p1,MessageCircleReply:()=>R8,MessageCircleWarning:()=>V8,MessageCircleX:()=>F8,MessageSquare:()=>Y8,MessageSquareCode:()=>D8,MessageSquareDashed:()=>W8,MessageSquareDiff:()=>O8,MessageSquareDot:()=>z8,MessageSquareHeart:()=>q8,MessageSquareLock:()=>N8,MessageSquareMore:()=>U8,MessageSquareOff:()=>$8,MessageSquarePlus:()=>_8,MessageSquareQuote:()=>j8,MessageSquareReply:()=>G8,MessageSquareShare:()=>Z8,MessageSquareText:()=>X8,MessageSquareWarning:()=>J8,MessageSquareX:()=>K8,MessagesSquare:()=>Q8,Mic:()=>e6,Mic2:()=>h1,MicOff:()=>t6,MicVocal:()=>h1,Microchip:()=>a6,Microscope:()=>r6,Microwave:()=>o6,Milestone:()=>s6,Milk:()=>d6,MilkOff:()=>n6,Minimize:()=>i6,Minimize2:()=>l6,Minus:()=>p6,MinusCircle:()=>jr,MinusSquare:()=>gs,Monitor:()=>S6,MonitorCheck:()=>h6,MonitorCloud:()=>c6,MonitorCog:()=>f6,MonitorDot:()=>u6,MonitorDown:()=>m6,MonitorOff:()=>x6,MonitorPause:()=>g6,MonitorPlay:()=>M6,MonitorSmartphone:()=>v6,MonitorSpeaker:()=>y6,MonitorStop:()=>w6,MonitorUp:()=>C6,MonitorX:()=>b6,Moon:()=>k6,MoonStar:()=>A6,MoreHorizontal:()=>go,MoreVertical:()=>xo,Motorbike:()=>H6,Mountain:()=>T6,MountainSnow:()=>L6,Mouse:()=>F6,MouseOff:()=>P6,MousePointer:()=>V6,MousePointer2:()=>E6,MousePointerBan:()=>B6,MousePointerClick:()=>R6,MousePointerSquareDashed:()=>ds,Move:()=>Z6,Move3D:()=>c1,Move3d:()=>c1,MoveDiagonal:()=>D6,MoveDiagonal2:()=>I6,MoveDown:()=>z6,MoveDownLeft:()=>W6,MoveDownRight:()=>O6,MoveHorizontal:()=>q6,MoveLeft:()=>N6,MoveRight:()=>U6,MoveUp:()=>j6,MoveUpLeft:()=>$6,MoveUpRight:()=>_6,MoveVertical:()=>G6,Music:()=>Y6,Music2:()=>X6,Music3:()=>J6,Music4:()=>K6,Navigation:()=>ag,Navigation2:()=>tg,Navigation2Off:()=>Q6,NavigationOff:()=>eg,Network:()=>rg,Newspaper:()=>og,Nfc:()=>sg,NonBinary:()=>ng,Notebook:()=>pg,NotebookPen:()=>dg,NotebookTabs:()=>lg,NotebookText:()=>ig,NotepadText:()=>cg,NotepadTextDashed:()=>hg,Nut:()=>ug,NutOff:()=>fg,Octagon:()=>xg,OctagonAlert:()=>f1,OctagonMinus:()=>mg,OctagonPause:()=>u1,OctagonX:()=>m1,Omega:()=>gg,Option:()=>Mg,Orbit:()=>vg,Origami:()=>yg,Outdent:()=>wa,Package:()=>Lg,Package2:()=>wg,PackageCheck:()=>Cg,PackageMinus:()=>bg,PackageOpen:()=>Sg,PackagePlus:()=>Ag,PackageSearch:()=>kg,PackageX:()=>Hg,PaintBucket:()=>Tg,PaintRoller:()=>Pg,Paintbrush:()=>Eg,Paintbrush2:()=>x1,PaintbrushVertical:()=>x1,Palette:()=>Bg,Palmtree:()=>$s,Panda:()=>Rg,PanelBottom:()=>Ig,PanelBottomClose:()=>Vg,PanelBottomDashed:()=>g1,PanelBottomInactive:()=>g1,PanelBottomOpen:()=>Fg,PanelLeft:()=>w1,PanelLeftClose:()=>M1,PanelLeftDashed:()=>v1,PanelLeftInactive:()=>v1,PanelLeftOpen:()=>y1,PanelLeftRightDashed:()=>Dg,PanelRight:()=>zg,PanelRightClose:()=>Wg,PanelRightDashed:()=>C1,PanelRightInactive:()=>C1,PanelRightOpen:()=>Og,PanelTop:()=>$g,PanelTopBottomDashed:()=>qg,PanelTopClose:()=>Ng,PanelTopDashed:()=>b1,PanelTopInactive:()=>b1,PanelTopOpen:()=>Ug,PanelsLeftBottom:()=>_g,PanelsLeftRight:()=>co,PanelsRightBottom:()=>jg,PanelsTopBottom:()=>E1,PanelsTopLeft:()=>S1,Paperclip:()=>Gg,Parentheses:()=>Zg,ParkingCircle:()=>Zr,ParkingCircleOff:()=>Gr,ParkingMeter:()=>Xg,ParkingSquare:()=>ys,ParkingSquareOff:()=>vs,PartyPopper:()=>Jg,Pause:()=>Kg,PauseCircle:()=>Xr,PauseOctagon:()=>u1,PawPrint:()=>Yg,PcCase:()=>Qg,Pen:()=>k1,PenBox:()=>aa,PenLine:()=>A1,PenOff:()=>tM,PenSquare:()=>aa,PenTool:()=>eM,Pencil:()=>sM,PencilLine:()=>aM,PencilOff:()=>rM,PencilRuler:()=>oM,Pentagon:()=>nM,Percent:()=>dM,PercentCircle:()=>Jr,PercentDiamond:()=>uo,PercentSquare:()=>ws,PersonStanding:()=>lM,PhilippinePeso:()=>iM,Phone:()=>xM,PhoneCall:()=>pM,PhoneForwarded:()=>hM,PhoneIncoming:()=>cM,PhoneMissed:()=>fM,PhoneOff:()=>uM,PhoneOutgoing:()=>mM,Pi:()=>gM,PiSquare:()=>Cs,Piano:()=>MM,Pickaxe:()=>vM,PictureInPicture:()=>wM,PictureInPicture2:()=>yM,PieChart:()=>kr,PiggyBank:()=>CM,Pilcrow:()=>AM,PilcrowLeft:()=>bM,PilcrowRight:()=>SM,PilcrowSquare:()=>bs,Pill:()=>HM,PillBottle:()=>kM,Pin:()=>TM,PinOff:()=>LM,Pipette:()=>PM,Pizza:()=>EM,Plane:()=>VM,PlaneLanding:()=>BM,PlaneTakeoff:()=>RM,Play:()=>FM,PlayCircle:()=>Kr,PlaySquare:()=>Ss,Plug:()=>DM,Plug2:()=>IM,PlugZap:()=>H1,PlugZap2:()=>H1,Plus:()=>WM,PlusCircle:()=>Yr,PlusSquare:()=>As,Pocket:()=>zM,PocketKnife:()=>OM,Podcast:()=>qM,Pointer:()=>UM,PointerOff:()=>NM,Popcorn:()=>_M,Popsicle:()=>$M,PoundSterling:()=>jM,Power:()=>ZM,PowerCircle:()=>Qr,PowerOff:()=>GM,PowerSquare:()=>ks,Presentation:()=>XM,Printer:()=>KM,PrinterCheck:()=>JM,Projector:()=>YM,Proportions:()=>QM,Puzzle:()=>t7,Pyramid:()=>e7,QrCode:()=>a7,Quote:()=>r7,Rabbit:()=>o7,Radar:()=>s7,Radiation:()=>n7,Radical:()=>d7,Radio:()=>p7,RadioReceiver:()=>l7,RadioTower:()=>i7,Radius:()=>h7,RailSymbol:()=>c7,Rainbow:()=>f7,Rat:()=>u7,Ratio:()=>m7,Receipt:()=>A7,ReceiptCent:()=>x7,ReceiptEuro:()=>g7,ReceiptIndianRupee:()=>M7,ReceiptJapaneseYen:()=>v7,ReceiptPoundSterling:()=>y7,ReceiptRussianRuble:()=>w7,ReceiptSwissFranc:()=>C7,ReceiptText:()=>b7,ReceiptTurkishLira:()=>S7,RectangleCircle:()=>k7,RectangleEllipsis:()=>L1,RectangleGoggles:()=>H7,RectangleHorizontal:()=>L7,RectangleVertical:()=>T7,Recycle:()=>P7,Redo:()=>R7,Redo2:()=>E7,RedoDot:()=>B7,RefreshCcw:()=>F7,RefreshCcwDot:()=>V7,RefreshCw:()=>D7,RefreshCwOff:()=>I7,Refrigerator:()=>W7,Regex:()=>O7,RemoveFormatting:()=>z7,Repeat:()=>U7,Repeat1:()=>q7,Repeat2:()=>N7,Replace:()=>_7,ReplaceAll:()=>$7,Reply:()=>G7,ReplyAll:()=>j7,Rewind:()=>Z7,Ribbon:()=>X7,Rocket:()=>J7,RockingChair:()=>K7,RollerCoaster:()=>Y7,Rose:()=>Q7,Rotate3D:()=>T1,Rotate3d:()=>T1,RotateCcw:()=>av,RotateCcwKey:()=>tv,RotateCcwSquare:()=>ev,RotateCw:()=>ov,RotateCwSquare:()=>rv,Route:()=>nv,RouteOff:()=>sv,Router:()=>dv,Rows:()=>P1,Rows2:()=>P1,Rows3:()=>E1,Rows4:()=>lv,Rss:()=>iv,Ruler:()=>hv,RulerDimensionLine:()=>pv,RussianRuble:()=>cv,Sailboat:()=>fv,Salad:()=>uv,Sandwich:()=>mv,Satellite:()=>gv,SatelliteDish:()=>xv,SaudiRiyal:()=>Mv,Save:()=>wv,SaveAll:()=>vv,SaveOff:()=>yv,Scale:()=>Cv,Scale3D:()=>B1,Scale3d:()=>B1,Scaling:()=>bv,Scan:()=>Bv,ScanBarcode:()=>Sv,ScanEye:()=>Av,ScanFace:()=>kv,ScanHeart:()=>Hv,ScanLine:()=>Lv,ScanQrCode:()=>Tv,ScanSearch:()=>Pv,ScanText:()=>Ev,ScatterChart:()=>Hr,School:()=>Rv,School2:()=>Gs,Scissors:()=>Fv,ScissorsLineDashed:()=>Vv,ScissorsSquare:()=>Hs,ScissorsSquareDashedBottom:()=>Y1,ScreenShare:()=>Dv,ScreenShareOff:()=>Iv,Scroll:()=>Ov,ScrollText:()=>Wv,Search:()=>$v,SearchCheck:()=>zv,SearchCode:()=>qv,SearchSlash:()=>Nv,SearchX:()=>Uv,Section:()=>_v,Send:()=>Gv,SendHorizonal:()=>R1,SendHorizontal:()=>R1,SendToBack:()=>jv,SeparatorHorizontal:()=>Zv,SeparatorVertical:()=>Xv,Server:()=>Qv,ServerCog:()=>Jv,ServerCrash:()=>Kv,ServerOff:()=>Yv,Settings:()=>e9,Settings2:()=>t9,Shapes:()=>a9,Share:()=>o9,Share2:()=>r9,Sheet:()=>s9,Shell:()=>n9,Shield:()=>x9,ShieldAlert:()=>d9,ShieldBan:()=>l9,ShieldCheck:()=>i9,ShieldClose:()=>F1,ShieldEllipsis:()=>p9,ShieldHalf:()=>h9,ShieldMinus:()=>c9,ShieldOff:()=>f9,ShieldPlus:()=>u9,ShieldQuestion:()=>V1,ShieldQuestionMark:()=>V1,ShieldUser:()=>m9,ShieldX:()=>F1,Ship:()=>M9,ShipWheel:()=>g9,Shirt:()=>v9,ShoppingBag:()=>y9,ShoppingBasket:()=>w9,ShoppingCart:()=>C9,Shovel:()=>b9,ShowerHead:()=>S9,Shredder:()=>A9,Shrimp:()=>k9,Shrink:()=>H9,Shrub:()=>L9,Shuffle:()=>T9,Sidebar:()=>w1,SidebarClose:()=>M1,SidebarOpen:()=>y1,Sigma:()=>P9,SigmaSquare:()=>Ls,Signal:()=>F9,SignalHigh:()=>E9,SignalLow:()=>B9,SignalMedium:()=>R9,SignalZero:()=>V9,Signature:()=>I9,Signpost:()=>W9,SignpostBig:()=>D9,Siren:()=>O9,SkipBack:()=>z9,SkipForward:()=>q9,Skull:()=>N9,Slack:()=>U9,Slash:()=>$9,SlashSquare:()=>Ts,Slice:()=>_9,Sliders:()=>I1,SlidersHorizontal:()=>j9,SlidersVertical:()=>I1,Smartphone:()=>X9,SmartphoneCharging:()=>G9,SmartphoneNfc:()=>Z9,Smile:()=>K9,SmilePlus:()=>J9,Snail:()=>Y9,Snowflake:()=>Q9,SoapDispenserDroplet:()=>ty,Sofa:()=>ey,SolarPanel:()=>ay,SortAsc:()=>sr,SortDesc:()=>ar,Soup:()=>ry,Space:()=>oy,Spade:()=>sy,Sparkle:()=>ny,Sparkles:()=>D1,Speaker:()=>dy,Speech:()=>ly,SpellCheck:()=>py,SpellCheck2:()=>iy,Spline:()=>cy,SplinePointer:()=>hy,Split:()=>fy,SplitSquareHorizontal:()=>Ps,SplitSquareVertical:()=>Es,Spool:()=>uy,Spotlight:()=>my,SprayCan:()=>xy,Sprout:()=>gy,Square:()=>Ly,SquareActivity:()=>W1,SquareArrowDown:()=>q1,SquareArrowDownLeft:()=>O1,SquareArrowDownRight:()=>z1,SquareArrowLeft:()=>N1,SquareArrowOutDownLeft:()=>U1,SquareArrowOutDownRight:()=>$1,SquareArrowOutUpLeft:()=>_1,SquareArrowOutUpRight:()=>j1,SquareArrowRight:()=>G1,SquareArrowUp:()=>J1,SquareArrowUpLeft:()=>Z1,SquareArrowUpRight:()=>X1,SquareAsterisk:()=>K1,SquareBottomDashedScissors:()=>Y1,SquareChartGantt:()=>ba,SquareCheck:()=>ts,SquareCheckBig:()=>Q1,SquareChevronDown:()=>es,SquareChevronLeft:()=>as,SquareChevronRight:()=>rs,SquareChevronUp:()=>os,SquareCode:()=>ss,SquareDashed:()=>ls,SquareDashedBottom:()=>vy,SquareDashedBottomCode:()=>My,SquareDashedKanban:()=>ns,SquareDashedMousePointer:()=>ds,SquareDashedTopSolid:()=>yy,SquareDivide:()=>is,SquareDot:()=>ps,SquareEqual:()=>hs,SquareFunction:()=>cs,SquareGanttChart:()=>ba,SquareKanban:()=>fs,SquareLibrary:()=>us,SquareM:()=>ms,SquareMenu:()=>xs,SquareMinus:()=>gs,SquareMousePointer:()=>Ms,SquareParking:()=>ys,SquareParkingOff:()=>vs,SquarePause:()=>wy,SquarePen:()=>aa,SquarePercent:()=>ws,SquarePi:()=>Cs,SquarePilcrow:()=>bs,SquarePlay:()=>Ss,SquarePlus:()=>As,SquarePower:()=>ks,SquareRadical:()=>Cy,SquareRoundCorner:()=>by,SquareScissors:()=>Hs,SquareSigma:()=>Ls,SquareSlash:()=>Ts,SquareSplitHorizontal:()=>Ps,SquareSplitVertical:()=>Es,SquareSquare:()=>Sy,SquareStack:()=>Ay,SquareStar:()=>ky,SquareStop:()=>Hy,SquareTerminal:()=>Bs,SquareUser:()=>Vs,SquareUserRound:()=>Rs,SquareX:()=>Fs,SquaresExclude:()=>Ty,SquaresIntersect:()=>Py,SquaresSubtract:()=>Ey,SquaresUnite:()=>By,Squircle:()=>Vy,SquircleDashed:()=>Ry,Squirrel:()=>Fy,Stamp:()=>Iy,Star:()=>Oy,StarHalf:()=>Dy,StarOff:()=>Wy,Stars:()=>D1,StepBack:()=>zy,StepForward:()=>qy,Stethoscope:()=>Ny,Sticker:()=>Uy,StickyNote:()=>$y,StopCircle:()=>eo,Store:()=>_y,StretchHorizontal:()=>jy,StretchVertical:()=>Gy,Strikethrough:()=>Zy,Subscript:()=>Xy,Subtitles:()=>ur,Sun:()=>tw,SunDim:()=>Jy,SunMedium:()=>Ky,SunMoon:()=>Yy,SunSnow:()=>Qy,Sunrise:()=>ew,Sunset:()=>aw,Superscript:()=>rw,SwatchBook:()=>ow,SwissFranc:()=>sw,SwitchCamera:()=>nw,Sword:()=>dw,Swords:()=>lw,Syringe:()=>iw,Table:()=>gw,Table2:()=>pw,TableCellsMerge:()=>hw,TableCellsSplit:()=>cw,TableColumnsSplit:()=>fw,TableConfig:()=>Ma,TableOfContents:()=>uw,TableProperties:()=>mw,TableRowsSplit:()=>xw,Tablet:()=>vw,TabletSmartphone:()=>Mw,Tablets:()=>yw,Tag:()=>ww,Tags:()=>Cw,Tally1:()=>bw,Tally2:()=>Sw,Tally3:()=>Aw,Tally4:()=>kw,Tally5:()=>Hw,Tangent:()=>Lw,Target:()=>Tw,Telescope:()=>Pw,Tent:()=>Bw,TentTree:()=>Ew,Terminal:()=>Rw,TerminalSquare:()=>Bs,TestTube:()=>Vw,TestTube2:()=>Is,TestTubeDiagonal:()=>Is,TestTubes:()=>Fw,Text:()=>Sa,TextAlignCenter:()=>Ds,TextAlignEnd:()=>Ws,TextAlignJustify:()=>Os,TextAlignStart:()=>Sa,TextCursor:()=>Dw,TextCursorInput:()=>Iw,TextInitial:()=>zs,TextQuote:()=>Ww,TextSearch:()=>Ow,TextSelect:()=>qs,TextSelection:()=>qs,TextWrap:()=>Ns,Theater:()=>zw,Thermometer:()=>Uw,ThermometerSnowflake:()=>qw,ThermometerSun:()=>Nw,ThumbsDown:()=>$w,ThumbsUp:()=>_w,Ticket:()=>Yw,TicketCheck:()=>jw,TicketMinus:()=>Gw,TicketPercent:()=>Zw,TicketPlus:()=>Xw,TicketSlash:()=>Jw,TicketX:()=>Kw,Tickets:()=>tC,TicketsPlane:()=>Qw,Timer:()=>rC,TimerOff:()=>eC,TimerReset:()=>aC,ToggleLeft:()=>oC,ToggleRight:()=>sC,Toilet:()=>nC,ToolCase:()=>dC,Tornado:()=>lC,Torus:()=>iC,Touchpad:()=>hC,TouchpadOff:()=>pC,TowerControl:()=>cC,ToyBrick:()=>fC,Tractor:()=>uC,TrafficCone:()=>mC,Train:()=>Us,TrainFront:()=>gC,TrainFrontTunnel:()=>xC,TrainTrack:()=>MC,TramFront:()=>Us,Transgender:()=>vC,Trash:()=>wC,Trash2:()=>yC,TreeDeciduous:()=>CC,TreePalm:()=>$s,TreePine:()=>bC,Trees:()=>SC,Trello:()=>AC,TrendingDown:()=>kC,TrendingUp:()=>LC,TrendingUpDown:()=>HC,Triangle:()=>EC,TriangleAlert:()=>_s,TriangleDashed:()=>TC,TriangleRight:()=>PC,Trophy:()=>BC,Truck:()=>VC,TruckElectric:()=>RC,TurkishLira:()=>FC,Turntable:()=>IC,Turtle:()=>DC,Tv:()=>OC,Tv2:()=>js,TvMinimal:()=>js,TvMinimalPlay:()=>WC,Twitch:()=>zC,Twitter:()=>qC,Type:()=>UC,TypeOutline:()=>NC,Umbrella:()=>_C,UmbrellaOff:()=>$C,Underline:()=>jC,Undo:()=>XC,Undo2:()=>GC,UndoDot:()=>ZC,UnfoldHorizontal:()=>JC,UnfoldVertical:()=>KC,Ungroup:()=>YC,University:()=>Gs,Unlink:()=>tb,Unlink2:()=>QC,Unlock:()=>d1,UnlockKeyhole:()=>n1,Unplug:()=>eb,Upload:()=>ab,UploadCloud:()=>io,Usb:()=>rb,User:()=>mb,User2:()=>Qs,UserCheck:()=>ob,UserCheck2:()=>Zs,UserCircle:()=>ro,UserCircle2:()=>ao,UserCog:()=>sb,UserCog2:()=>Xs,UserLock:()=>nb,UserMinus:()=>db,UserMinus2:()=>Js,UserPen:()=>lb,UserPlus:()=>ib,UserPlus2:()=>Ks,UserRound:()=>Qs,UserRoundCheck:()=>Zs,UserRoundCog:()=>Xs,UserRoundMinus:()=>Js,UserRoundPen:()=>pb,UserRoundPlus:()=>Ks,UserRoundSearch:()=>hb,UserRoundX:()=>Ys,UserSearch:()=>cb,UserSquare:()=>Vs,UserSquare2:()=>Rs,UserStar:()=>fb,UserX:()=>ub,UserX2:()=>Ys,Users:()=>xb,Users2:()=>tn,UsersRound:()=>tn,Utensils:()=>an,UtensilsCrossed:()=>en,UtilityPole:()=>gb,Variable:()=>Mb,Vault:()=>vb,VectorSquare:()=>yb,Vegan:()=>wb,VenetianMask:()=>Cb,Venus:()=>Sb,VenusAndMars:()=>bb,Verified:()=>lr,Vibrate:()=>kb,VibrateOff:()=>Ab,Video:()=>Lb,VideoOff:()=>Hb,Videotape:()=>Tb,View:()=>Pb,Voicemail:()=>Eb,Volleyball:()=>Bb,Volume:()=>Db,Volume1:()=>Rb,Volume2:()=>Vb,VolumeOff:()=>Fb,VolumeX:()=>Ib,Vote:()=>Wb,Wallet:()=>zb,Wallet2:()=>rn,WalletCards:()=>Ob,WalletMinimal:()=>rn,Wallpaper:()=>qb,Wand:()=>Nb,Wand2:()=>on,WandSparkles:()=>on,Warehouse:()=>Ub,WashingMachine:()=>$b,Watch:()=>_b,Waves:()=>jb,WavesLadder:()=>Gb,Waypoints:()=>Zb,Webcam:()=>Xb,Webhook:()=>Kb,WebhookOff:()=>Jb,Weight:()=>Yb,Wheat:()=>tS,WheatOff:()=>Qb,WholeWord:()=>eS,Wifi:()=>iS,WifiCog:()=>aS,WifiHigh:()=>rS,WifiLow:()=>oS,WifiOff:()=>sS,WifiPen:()=>nS,WifiSync:()=>dS,WifiZero:()=>lS,Wind:()=>hS,WindArrowDown:()=>pS,Wine:()=>fS,WineOff:()=>cS,Workflow:()=>uS,Worm:()=>mS,WrapText:()=>Ns,Wrench:()=>xS,X:()=>gS,XCircle:()=>oo,XOctagon:()=>m1,XSquare:()=>Fs,Youtube:()=>MS,Zap:()=>yS,ZapOff:()=>vS,ZoomIn:()=>wS,ZoomOut:()=>CS});var g2=[["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 M2=[["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 v2=[["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 y2=[["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 w2=[["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 C2=[["path",{d:"M18 17.5a2.5 2.5 0 1 1-4 2.03V12"}],["path",{d:"M6 12H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2"}],["path",{d:"M6 8h12"}],["path",{d:"M6.6 15.572A2 2 0 1 0 10 17v-5"}]];var b2=[["path",{d:"M5 17H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-1"}],["path",{d:"m12 15 5 6H7Z"}]];var Ya=[["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 Qa=[["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 S2=[["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 tr=[["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 A2=[["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 k2=[["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 H2=[["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 L2=[["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 T2=[["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 P2=[["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 E2=[["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 B2=[["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 R2=[["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 V2=[["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 F2=[["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 I2=[["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 D2=[["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 W2=[["rect",{width:"6",height:"10",x:"9",y:"7",rx:"2"}],["path",{d:"M4 22V2"}],["path",{d:"M20 22V2"}]];var O2=[["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 z2=[["rect",{width:"6",height:"16",x:"4",y:"6",rx:"2"}],["rect",{width:"6",height:"9",x:"14",y:"6",rx:"2"}],["path",{d:"M22 2H2"}]];var q2=[["rect",{width:"9",height:"6",x:"6",y:"14",rx:"2"}],["rect",{width:"16",height:"6",x:"6",y:"4",rx:"2"}],["path",{d:"M2 2v20"}]];var N2=[["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 U2=[["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 $2=[["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 _2=[["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 j2=[["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 G2=[["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 Z2=[["rect",{width:"10",height:"6",x:"7",y:"9",rx:"2"}],["path",{d:"M22 20H2"}],["path",{d:"M22 4H2"}]];var X2=[["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 J2=[["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 K2=[["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 Y2=[["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 Q2=[["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 td=[["path",{d:"M12 22V8"}],["path",{d:"M5 12H2a10 10 0 0 0 20 0h-3"}],["circle",{cx:"12",cy:"5",r:"3"}]];var ed=[["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 ad=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M8 15h8"}],["path",{d:"M8 9h2"}],["path",{d:"M14 9h2"}]];var rd=[["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 sd=[["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 nd=[["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 dd=[["rect",{x:"2",y:"4",width:"20",height:"16",rx:"2"}],["path",{d:"M10 4v4"}],["path",{d:"M2 8h20"}],["path",{d:"M6 4v4"}]];var ld=[["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 id=[["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 pd=[["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 hd=[["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 cd=[["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 fd=[["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 ud=[["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 md=[["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 xd=[["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 gd=[["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 Md=[["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 vd=[["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 yd=[["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 wd=[["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 Cd=[["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 er=[["path",{d:"m3 16 4 4 4-4"}],["path",{d:"M7 20V4"}],["path",{d:"M20 8h-5"}],["path",{d:"M15 10V6.5a2.5 2.5 0 0 1 5 0V10"}],["path",{d:"M15 14h5l-5 6h5"}]];var bd=[["path",{d:"M19 3H5"}],["path",{d:"M12 21V7"}],["path",{d:"m6 15 6 6 6-6"}]];var Sd=[["path",{d:"M17 7 7 17"}],["path",{d:"M17 17H7V7"}]];var Ad=[["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 kd=[["path",{d:"m7 7 10 10"}],["path",{d:"M17 7v10H7"}]];var Hd=[["path",{d:"M12 2v14"}],["path",{d:"m19 9-7 7-7-7"}],["circle",{cx:"12",cy:"21",r:"1"}]];var Ld=[["path",{d:"M12 17V3"}],["path",{d:"m6 11 6 6 6-6"}],["path",{d:"M19 21H5"}]];var Td=[["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 ar=[["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 rr=[["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 Pd=[["path",{d:"M12 5v14"}],["path",{d:"m19 12-7 7-7-7"}]];var Ed=[["path",{d:"m9 6-6 6 6 6"}],["path",{d:"M3 12h14"}],["path",{d:"M21 19V5"}]];var Bd=[["path",{d:"M8 3 4 7l4 4"}],["path",{d:"M4 7h16"}],["path",{d:"m16 21 4-4-4-4"}],["path",{d:"M20 17H4"}]];var Rd=[["path",{d:"M3 19V5"}],["path",{d:"m13 6-6 6 6 6"}],["path",{d:"M7 12h14"}]];var Vd=[["path",{d:"m12 19-7-7 7-7"}],["path",{d:"M19 12H5"}]];var Fd=[["path",{d:"M3 5v14"}],["path",{d:"M21 12H7"}],["path",{d:"m15 18 6-6-6-6"}]];var Id=[["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 Dd=[["path",{d:"M17 12H3"}],["path",{d:"m11 18 6-6-6-6"}],["path",{d:"M21 5v14"}]];var Wd=[["path",{d:"M5 12h14"}],["path",{d:"m12 5 7 7-7 7"}]];var Od=[["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 zd=[["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 or=[["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 qd=[["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 Nd=[["path",{d:"m5 9 7-7 7 7"}],["path",{d:"M12 16V2"}],["circle",{cx:"12",cy:"21",r:"1"}]];var Ud=[["path",{d:"m18 9-6-6-6 6"}],["path",{d:"M12 3v14"}],["path",{d:"M5 21h14"}]];var $d=[["path",{d:"M7 17V7h10"}],["path",{d:"M17 17 7 7"}]];var sr=[["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 _d=[["path",{d:"M7 7h10v10"}],["path",{d:"M7 17 17 7"}]];var jd=[["path",{d:"M5 3h14"}],["path",{d:"m18 13-6-6-6 6"}],["path",{d:"M12 7v14"}]];var Gd=[["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 nr=[["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 Zd=[["path",{d:"m5 12 7-7 7 7"}],["path",{d:"M12 19V5"}]];var Xd=[["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 Jd=[["path",{d:"M12 6v12"}],["path",{d:"M17.196 9 6.804 15"}],["path",{d:"m6.804 9 10.392 6"}]];var Kd=[["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 Yd=[["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 Qd=[["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 tl=[["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 el=[["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 al=[["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 dr=[["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 rl=[["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 ol=[["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 sl=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["line",{x1:"12",x2:"12",y1:"8",y2:"12"}],["line",{x1:"12",x2:"12.01",y1:"16",y2:"16"}]];var nl=[["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 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 12 2 2 4-4"}]];var dl=[["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 ll=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["path",{d:"M7 12h5"}],["path",{d:"M15 9.4a4 4 0 1 0 0 5.2"}]];var il=[["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 pl=[["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 hl=[["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 cl=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12"}]];var fl=[["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 ul=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["line",{x1:"12",x2:"12",y1:"8",y2:"16"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12"}]];var ml=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["path",{d:"M8 12h4"}],["path",{d:"M10 16V9.5a2.5 2.5 0 0 1 5 0"}],["path",{d:"M8 16h7"}]];var ir=[["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 xl=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["path",{d:"M9 16h5"}],["path",{d:"M9 12h5a2 2 0 1 0 0-4h-3v9"}]];var gl=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["path",{d:"M11 17V8h4"}],["path",{d:"M11 12h3"}],["path",{d:"M9 16h4"}]];var Ml=[["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 vl=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["line",{x1:"15",x2:"9",y1:"9",y2:"15"}],["line",{x1:"9",x2:"15",y1:"9",y2:"15"}]];var yl=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}]];var wl=[["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 Cl=[["path",{d:"M4.929 4.929 19.07 19.071"}],["circle",{cx:"12",cy:"12",r:"10"}]];var bl=[["path",{d:"M4 13c3.5-2 8-2 10 2a5.5 5.5 0 0 1 8 5"}],["path",{d:"M5.15 17.89c5.52-1.52 8.65-6.89 7-12C11.55 4 11.5 2 13 2c3.22 0 5 5.5 5 8 0 6.5-4.2 12-10.49 12C5.11 22 2 22 2 20c0-1.5 1.14-1.55 3.15-2.11Z"}]];var Sl=[["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 Al=[["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 kl=[["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 Hl=[["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 Ll=[["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 Tl=[["path",{d:"M3 5v14"}],["path",{d:"M8 5v14"}],["path",{d:"M12 5v14"}],["path",{d:"M17 5v14"}],["path",{d:"M21 5v14"}]];var Pl=[["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 El=[["path",{d:"M4 20h16"}],["path",{d:"m6 16 6-12 6 12"}],["path",{d:"M8 12h8"}]];var Bl=[["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 Rl=[["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 Vl=[["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 Fl=[["path",{d:"M22 14v-4"}],["path",{d:"M6 14v-4"}],["rect",{x:"2",y:"6",width:"16",height:"12",rx:"2"}]];var Il=[["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 Dl=[["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 Wl=[["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 Ol=[["path",{d:"M 22 14 L 22 10"}],["rect",{x:"2",y:"6",width:"16",height:"12",rx:"2"}]];var zl=[["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 ql=[["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 Nl=[["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 Ul=[["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 $l=[["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 _l=[["path",{d:"M2 4v16"}],["path",{d:"M2 8h18a2 2 0 0 1 2 2v10"}],["path",{d:"M2 17h20"}],["path",{d:"M6 8v9"}]];var jl=[["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 Gl=[["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 Zl=[["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 Xl=[["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 Jl=[["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 Kl=[["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 Yl=[["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 Ql=[["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 t0=[["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 e0=[["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 hr=[["rect",{width:"13",height:"7",x:"8",y:"3",rx:"1"}],["path",{d:"m2 9 3 3-3 3"}],["rect",{width:"13",height:"7",x:"8",y:"14",rx:"1"}]];var a0=[["rect",{width:"7",height:"13",x:"3",y:"3",rx:"1"}],["path",{d:"m9 22 3-3 3 3"}],["rect",{width:"7",height:"13",x:"14",y:"3",rx:"1"}]];var r0=[["rect",{width:"7",height:"13",x:"3",y:"8",rx:"1"}],["path",{d:"m15 2-3 3-3-3"}],["rect",{width:"7",height:"13",x:"14",y:"8",rx:"1"}]];var o0=[["path",{d:"M12.409 13.017A5 5 0 0 1 22 15c0 3.866-4 7-9 7-4.077 0-8.153-.82-10.371-2.462-.426-.316-.631-.832-.62-1.362C2.118 12.723 2.627 2 10 2a3 3 0 0 1 3 3 2 2 0 0 1-2 2c-1.105 0-1.64-.444-2-1"}],["path",{d:"M15 14a5 5 0 0 0-7.584 2"}],["path",{d:"M9.964 6.825C8.019 7.977 9.5 13 8 15"}]];var s0=[["circle",{cx:"18.5",cy:"17.5",r:"3.5"}],["circle",{cx:"5.5",cy:"17.5",r:"3.5"}],["circle",{cx:"15",cy:"5",r:"1"}],["path",{d:"M12 17.5V14l-3-3 4-3 2 3h2"}]];var n0=[["rect",{x:"14",y:"14",width:"4",height:"6",rx:"2"}],["rect",{x:"6",y:"4",width:"4",height:"6",rx:"2"}],["path",{d:"M6 20h4"}],["path",{d:"M14 10h4"}],["path",{d:"M6 14h2v6"}],["path",{d:"M14 4h2v6"}]];var d0=[["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 l0=[["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 i0=[["circle",{cx:"12",cy:"11.9",r:"2"}],["path",{d:"M6.7 3.4c-.9 2.5 0 5.2 2.2 6.7C6.5 9 3.7 9.6 2 11.6"}],["path",{d:"m8.9 10.1 1.4.8"}],["path",{d:"M17.3 3.4c.9 2.5 0 5.2-2.2 6.7 2.4-1.2 5.2-.6 6.9 1.5"}],["path",{d:"m15.1 10.1-1.4.8"}],["path",{d:"M16.7 20.8c-2.6-.4-4.6-2.6-4.7-5.3-.2 2.6-2.1 4.8-4.7 5.2"}],["path",{d:"M12 13.9v1.6"}],["path",{d:"M13.5 5.4c-1-.2-2-.2-3 0"}],["path",{d:"M17 16.4c.7-.7 1.2-1.6 1.5-2.5"}],["path",{d:"M5.5 13.9c.3.9.8 1.8 1.5 2.5"}]];var p0=[["path",{d:"M12 18v4"}],["path",{d:"m17 18 1.956-11.468"}],["path",{d:"m3 8 7.82-5.615a2 2 0 0 1 2.36 0L21 8"}],["path",{d:"M4 18h16"}],["path",{d:"M7 18 5.044 6.532"}],["circle",{cx:"12",cy:"10",r:"2"}]];var h0=[["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 c0=[["circle",{cx:"9",cy:"9",r:"7"}],["circle",{cx:"15",cy:"15",r:"7"}]];var f0=[["path",{d:"M3 3h18"}],["path",{d:"M20 7H8"}],["path",{d:"M20 11H8"}],["path",{d:"M10 19h10"}],["path",{d:"M8 15h12"}],["path",{d:"M4 3v14"}],["circle",{cx:"4",cy:"19",r:"2"}]];var u0=[["path",{d:"M10 22V7a1 1 0 0 0-1-1H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-5a1 1 0 0 0-1-1H2"}],["rect",{x:"14",y:"2",width:"8",height:"8",rx:"1"}]];var m0=[["path",{d:"m7 7 10 10-5 5V2l5 5L7 17"}],["line",{x1:"18",x2:"21",y1:"12",y2:"12"}],["line",{x1:"3",x2:"6",y1:"12",y2:"12"}]];var x0=[["path",{d:"m17 17-5 5V12l-5 5"}],["path",{d:"m2 2 20 20"}],["path",{d:"M14.5 9.5 17 7l-5-5v4.5"}]];var g0=[["path",{d:"m7 7 10 10-5 5V2l5 5L7 17"}],["path",{d:"M20.83 14.83a4 4 0 0 0 0-5.66"}],["path",{d:"M18 12h.01"}]];var M0=[["path",{d:"m7 7 10 10-5 5V2l5 5L7 17"}]];var v0=[["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 y0=[["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 w0=[["circle",{cx:"11",cy:"13",r:"9"}],["path",{d:"M14.35 4.65 16.3 2.7a2.41 2.41 0 0 1 3.4 0l1.6 1.6a2.4 2.4 0 0 1 0 3.4l-1.95 1.95"}],["path",{d:"m22 2-1.5 1.5"}]];var C0=[["path",{d:"M17 10c.7-.7 1.69 0 2.5 0a2.5 2.5 0 1 0 0-5 .5.5 0 0 1-.5-.5 2.5 2.5 0 1 0-5 0c0 .81.7 1.8 0 2.5l-7 7c-.7.7-1.69 0-2.5 0a2.5 2.5 0 0 0 0 5c.28 0 .5.22.5.5a2.5 2.5 0 1 0 5 0c0-.81-.7-1.8 0-2.5Z"}]];var b0=[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20"}],["path",{d:"m8 13 4-7 4 7"}],["path",{d:"M9.1 11h5.7"}]];var S0=[["path",{d:"M12 13h.01"}],["path",{d:"M12 6v3"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20"}]];var A0=[["path",{d:"M12 6v7"}],["path",{d:"M16 8v3"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20"}],["path",{d:"M8 8v3"}]];var k0=[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20"}],["path",{d:"m9 9.5 2 2 4-4"}]];var H0=[["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 cr=[["path",{d:"M12 17h1.5"}],["path",{d:"M12 22h1.5"}],["path",{d:"M12 2h1.5"}],["path",{d:"M17.5 22H19a1 1 0 0 0 1-1"}],["path",{d:"M17.5 2H19a1 1 0 0 1 1 1v1.5"}],["path",{d:"M20 14v3h-2.5"}],["path",{d:"M20 8.5V10"}],["path",{d:"M4 10V8.5"}],["path",{d:"M4 19.5V14"}],["path",{d:"M4 4.5A2.5 2.5 0 0 1 6.5 2H8"}],["path",{d:"M8 22H6.5a1 1 0 0 1 0-5H8"}]];var L0=[["path",{d:"M12 13V7"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20"}],["path",{d:"m9 10 3 3 3-3"}]];var T0=[["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 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.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 E0=[["path",{d:"m20 13.7-2.1-2.1a2 2 0 0 0-2.8 0L9.7 17"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20"}],["circle",{cx:"10",cy:"8",r:"2"}]];var B0=[["path",{d:"m19 3 1 1"}],["path",{d:"m20 2-4.5 4.5"}],["path",{d:"M20 7.898V21a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2h7.844"}],["circle",{cx:"14",cy:"8",r:"2"}]];var R0=[["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 V0=[["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 F0=[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20"}],["path",{d:"M9 10h6"}]];var I0=[["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 D0=[["path",{d:"M12 7v14"}],["path",{d:"M16 12h2"}],["path",{d:"M16 8h2"}],["path",{d:"M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z"}],["path",{d:"M6 12h2"}],["path",{d:"M6 8h2"}]];var W0=[["path",{d:"M12 7v14"}],["path",{d:"M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z"}]];var O0=[["path",{d:"M12 7v6"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20"}],["path",{d:"M9 10h6"}]];var z0=[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20"}],["path",{d:"M8 11h8"}],["path",{d:"M8 7h6"}]];var q0=[["path",{d:"M10 13h4"}],["path",{d:"M12 6v7"}],["path",{d:"M16 8V6H8v2"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20"}]];var N0=[["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 U0=[["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 $0=[["path",{d:"M15 13a3 3 0 1 0-6 0"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20"}],["circle",{cx:"12",cy:"8",r:"2"}]];var _0=[["path",{d:"m14.5 7-5 5"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20"}],["path",{d:"m9.5 7 5 5"}]];var j0=[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20"}]];var G0=[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2Z"}],["path",{d:"m9 10 2 2 4-4"}]];var Z0=[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z"}],["line",{x1:"15",x2:"9",y1:"10",y2:"10"}]];var X0=[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z"}],["line",{x1:"12",x2:"12",y1:"7",y2:"13"}],["line",{x1:"15",x2:"9",y1:"10",y2:"10"}]];var J0=[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2Z"}],["path",{d:"m14.5 7.5-5 5"}],["path",{d:"m9.5 7.5 5 5"}]];var K0=[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z"}]];var Y0=[["path",{d:"M4 9V5a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4"}],["path",{d:"M8 8v1"}],["path",{d:"M12 8v1"}],["path",{d:"M16 8v1"}],["rect",{width:"20",height:"12",x:"2",y:"9",rx:"2"}],["circle",{cx:"8",cy:"15",r:"2"}],["circle",{cx:"16",cy:"15",r:"2"}]];var Q0=[["path",{d:"M12 6V2H8"}],["path",{d:"M15 11v2"}],["path",{d:"M2 12h2"}],["path",{d:"M20 12h2"}],["path",{d:"M20 16a2 2 0 0 1-2 2H8.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 4 20.286V8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2z"}],["path",{d:"M9 11v2"}]];var ti=[["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 ei=[["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 ai=[["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 ri=[["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 oi=[["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 si=[["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 fr=[["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 ni=[["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 di=[["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 li=[["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 ii=[["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 pi=[["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 hi=[["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 ci=[["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 fi=[["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 ui=[["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 mi=[["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 xi=[["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 gi=[["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 Mi=[["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 vi=[["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 yi=[["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 wi=[["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 Ci=[["path",{d:"M10 19.655A6 6 0 0 1 6 14v-3a4 4 0 0 1 4-4h4a4 4 0 0 1 4 3.97"}],["path",{d:"M14 15.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997a1 1 0 0 1-1.517-.86z"}],["path",{d:"M14.12 3.88 16 2"}],["path",{d:"M21 5a4 4 0 0 1-3.55 3.97"}],["path",{d:"M3 21a4 4 0 0 1 3.81-4"}],["path",{d:"M3 5a4 4 0 0 0 3.55 3.97"}],["path",{d:"M6 13H2"}],["path",{d:"m8 2 1.88 1.88"}],["path",{d:"M9 7.13V6a3 3 0 1 1 6 0v1.13"}]];var bi=[["path",{d:"M12 20v-9"}],["path",{d:"M14 7a4 4 0 0 1 4 4v3a6 6 0 0 1-12 0v-3a4 4 0 0 1 4-4z"}],["path",{d:"M14.12 3.88 16 2"}],["path",{d:"M21 21a4 4 0 0 0-3.81-4"}],["path",{d:"M21 5a4 4 0 0 1-3.55 3.97"}],["path",{d:"M22 13h-4"}],["path",{d:"M3 21a4 4 0 0 1 3.81-4"}],["path",{d:"M3 5a4 4 0 0 0 3.55 3.97"}],["path",{d:"M6 13H2"}],["path",{d:"m8 2 1.88 1.88"}],["path",{d:"M9 7.13V6a3 3 0 1 1 6 0v1.13"}]];var Si=[["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 Ai=[["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 ki=[["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 Hi=[["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 Li=[["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 Ti=[["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 Pi=[["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 Ei=[["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 Bi=[["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 Ri=[["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 Vi=[["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 Fi=[["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 Ii=[["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 Di=[["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 Wi=[["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 Oi=[["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 zi=[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2"}],["path",{d:"M3 10h18"}],["path",{d:"M8 14h.01"}],["path",{d:"M12 14h.01"}],["path",{d:"M16 14h.01"}],["path",{d:"M8 18h.01"}],["path",{d:"M12 18h.01"}],["path",{d:"M16 18h.01"}]];var qi=[["path",{d:"M3 20a2 2 0 0 0 2 2h10a2.4 2.4 0 0 0 1.706-.706l3.588-3.588A2.4 2.4 0 0 0 21 16V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2z"}],["path",{d:"M15 22v-5a1 1 0 0 1 1-1h5"}],["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["path",{d:"M3 10h18"}]];var Ni=[["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 Ui=[["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 $i=[["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 _i=[["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 ji=[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2"}],["path",{d:"M3 10h18"}],["path",{d:"M10 16h4"}],["path",{d:"M12 14v4"}]];var Gi=[["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 Zi=[["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 Xi=[["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 Ji=[["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 Ki=[["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 Yi=[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2"}],["path",{d:"M3 10h18"}],["path",{d:"m14 14-4 4"}],["path",{d:"m10 14 4 4"}]];var Qi=[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2"}],["path",{d:"M3 10h18"}]];var tp=[["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 ep=[["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 ap=[["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 rp=[["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 sp=[["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 np=[["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 ur=[["rect",{width:"18",height:"14",x:"3",y:"5",rx:"2",ry:"2"}],["path",{d:"M7 15h4M15 15h2M7 11h2M13 11h4"}]];var dp=[["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 lp=[["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 ip=[["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 pp=[["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 hp=[["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 cp=[["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 fp=[["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 up=[["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 mp=[["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 xp=[["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 gp=[["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 Mp=[["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 vp=[["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 yp=[["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 mr=[["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 xr=[["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 wp=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M7 11h8"}],["path",{d:"M7 16h3"}],["path",{d:"M7 6h12"}]];var Cp=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M7 11h8"}],["path",{d:"M7 16h12"}],["path",{d:"M7 6h3"}]];var bp=[["path",{d:"M11 13v4"}],["path",{d:"M15 5v4"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["rect",{x:"7",y:"13",width:"9",height:"4",rx:"1"}],["rect",{x:"7",y:"5",width:"12",height:"4",rx:"1"}]];var gr=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M7 16h8"}],["path",{d:"M7 11h12"}],["path",{d:"M7 6h3"}]];var Mr=[["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 vr=[["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 Sp=[["path",{d:"M13 17V9"}],["path",{d:"M18 17v-3"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M8 17V5"}]];var yr=[["path",{d:"M13 17V9"}],["path",{d:"M18 17V5"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M8 17v-3"}]];var Ap=[["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 wr=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M18 17V9"}],["path",{d:"M13 17V5"}],["path",{d:"M8 17v-3"}]];var kp=[["path",{d:"M10 6h8"}],["path",{d:"M12 16h6"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M8 11h7"}]];var Cr=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"m19 9-5 5-4-4-3 3"}]];var Hp=[["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 Lp=[["path",{d:"M5 21V3"}],["path",{d:"M12 21V9"}],["path",{d:"M19 21v-6"}]];var br=[["path",{d:"M5 21v-6"}],["path",{d:"M12 21V9"}],["path",{d:"M19 21V3"}]];var Sr=[["path",{d:"M5 21v-6"}],["path",{d:"M12 21V3"}],["path",{d:"M19 21V9"}]];var Tp=[["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 Ar=[["path",{d:"M6 5h12"}],["path",{d:"M4 12h10"}],["path",{d:"M12 19h8"}]];var kr=[["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 Hr=[["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 Pp=[["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 Ep=[["path",{d:"M18 6 7 17l-5-5"}],["path",{d:"m22 10-7.5 7.5L13 16"}]];var Bp=[["path",{d:"M20 4L9 15"}],["path",{d:"M21 19L3 19"}],["path",{d:"M9 15L4 10"}]];var Rp=[["path",{d:"M20 6 9 17l-5-5"}]];var Vp=[["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 Fp=[["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 Ip=[["path",{d:"m6 9 6 6 6-6"}]];var Dp=[["path",{d:"m17 18-6-6 6-6"}],["path",{d:"M7 6v12"}]];var Wp=[["path",{d:"m7 18 6-6-6-6"}],["path",{d:"M17 6v12"}]];var Op=[["path",{d:"m15 18-6-6 6-6"}]];var zp=[["path",{d:"m9 18 6-6-6-6"}]];var qp=[["path",{d:"m18 15-6-6-6 6"}]];var Np=[["path",{d:"m7 20 5-5 5 5"}],["path",{d:"m7 4 5 5 5-5"}]];var Up=[["path",{d:"m7 6 5 5 5-5"}],["path",{d:"m7 13 5 5 5-5"}]];var $p=[["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 _p=[["path",{d:"m9 7-5 5 5 5"}],["path",{d:"m15 7 5 5-5 5"}]];var jp=[["path",{d:"m11 17-5-5 5-5"}],["path",{d:"m18 17-5-5 5-5"}]];var Gp=[["path",{d:"m20 17-5-5 5-5"}],["path",{d:"m4 17 5-5-5-5"}]];var Zp=[["path",{d:"m6 17 5-5-5-5"}],["path",{d:"m13 17 5-5-5-5"}]];var Xp=[["path",{d:"m7 15 5 5 5-5"}],["path",{d:"m7 9 5-5 5 5"}]];var Jp=[["path",{d:"m17 11-5-5-5 5"}],["path",{d:"m17 18-5-5-5 5"}]];var Lr=[["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 Kp=[["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 Yp=[["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 Qp=[["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 Tr=[["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 Pr=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 8v8"}],["path",{d:"m8 12 4 4 4-4"}]];var Er=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m12 8-4 4 4 4"}],["path",{d:"M16 12H8"}]];var Br=[["path",{d:"M2 12a10 10 0 1 1 10 10"}],["path",{d:"m2 22 10-10"}],["path",{d:"M8 22H2v-6"}]];var Rr=[["path",{d:"M12 22a10 10 0 1 1 10-10"}],["path",{d:"M22 22 12 12"}],["path",{d:"M22 16v6h-6"}]];var Vr=[["path",{d:"M2 8V2h6"}],["path",{d:"m2 2 10 10"}],["path",{d:"M12 2A10 10 0 1 1 2 12"}]];var Fr=[["path",{d:"M22 12A10 10 0 1 1 12 2"}],["path",{d:"M22 2 12 12"}],["path",{d:"M16 2h6v6"}]];var Ir=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m12 16 4-4-4-4"}],["path",{d:"M8 12h8"}]];var Dr=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m16 12-4-4-4 4"}],["path",{d:"M12 16V8"}]];var Wr=[["path",{d:"M21.801 10A10 10 0 1 1 17 3.335"}],["path",{d:"m9 11 3 3L22 4"}]];var Or=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m9 12 2 2 4-4"}]];var zr=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m16 10-4 4-4-4"}]];var qr=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m14 16-4-4 4-4"}]];var Nr=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m10 8 4 4-4 4"}]];var Ur=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m8 14 4-4 4 4"}]];var th=[["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 $r=[["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 eh=[["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 ah=[["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 rh=[["circle",{cx:"12",cy:"12",r:"10"}],["circle",{cx:"12",cy:"12",r:"1"}]];var oh=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M17 12h.01"}],["path",{d:"M12 12h.01"}],["path",{d:"M7 12h.01"}]];var sh=[["path",{d:"M7 10h10"}],["path",{d:"M7 14h10"}],["circle",{cx:"12",cy:"12",r:"10"}]];var nh=[["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 dh=[["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 _r=[["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 jr=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M8 12h8"}]];var lh=[["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 Gr=[["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 Zr=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M9 17V7h4a3 3 0 0 1 0 6H9"}]];var Xr=[["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 Jr=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m15 9-6 6"}],["path",{d:"M9 9h.01"}],["path",{d:"M15 15h.01"}]];var Kr=[["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 Yr=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M8 12h8"}],["path",{d:"M12 8v8"}]];var ih=[["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 Qr=[["path",{d:"M12 7v4"}],["path",{d:"M7.998 9.003a5 5 0 1 0 8-.005"}],["circle",{cx:"12",cy:"12",r:"10"}]];var ga=[["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 to=[["path",{d:"M22 2 2 22"}],["circle",{cx:"12",cy:"12",r:"10"}]];var ph=[["circle",{cx:"12",cy:"12",r:"10"}],["line",{x1:"9",x2:"15",y1:"15",y2:"9"}]];var hh=[["circle",{cx:"12",cy:"12",r:"6"}]];var ch=[["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 eo=[["circle",{cx:"12",cy:"12",r:"10"}],["rect",{x:"9",y:"9",width:"6",height:"6",rx:"1"}]];var ao=[["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 ro=[["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 oo=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m15 9-6 6"}],["path",{d:"m9 9 6 6"}]];var fh=[["circle",{cx:"12",cy:"12",r:"10"}]];var uh=[["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 mh=[["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 xh=[["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 gh=[["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 Mh=[["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 vh=[["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 yh=[["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 wh=[["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 Ch=[["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 so=[["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 no=[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-5.5"}],["path",{d:"M4 13.5V6a2 2 0 0 1 2-2h2"}],["path",{d:"M13.378 15.626a1 1 0 1 0-3.004-3.004l-5.01 5.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z"}]];var bh=[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"}],["path",{d:"M9 14h6"}],["path",{d:"M12 17v-6"}]];var 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 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 kh=[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"}]];var Hh=[["path",{d:"M12 6v6l2-4"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Lh=[["path",{d:"M12 6v6l-4-2"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Th=[["path",{d:"M12 6v6l-2-4"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Ph=[["path",{d:"M12 6v6"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Eh=[["path",{d:"M12 6v6l4-2"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Bh=[["path",{d:"M12 6v6h4"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Rh=[["path",{d:"M12 6v6l4 2"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Vh=[["path",{d:"M12 6v6l2 4"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Fh=[["path",{d:"M12 6v10"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Ih=[["path",{d:"M12 6v6l-2 4"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Dh=[["path",{d:"M12 6v6l-4 2"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Wh=[["path",{d:"M12 6v6H8"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Oh=[["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 zh=[["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 qh=[["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 Nh=[["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 Uh=[["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 $h=[["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 _h=[["path",{d:"M12 6v6l4 2"}],["circle",{cx:"12",cy:"12",r:"10"}]];var jh=[["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 Gh=[["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 Zh=[["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 Xh=[["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 lo=[["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 Jh=[["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 Kh=[["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 Yh=[["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 Qh=[["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 tc=[["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 ec=[["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 ac=[["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 rc=[["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 oc=[["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 sc=[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242"}],["path",{d:"M8 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 nc=[["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 dc=[["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 io=[["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 lc=[["path",{d:"M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z"}]];var ic=[["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 pc=[["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 hc=[["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 cc=[["path",{d:"m16 18 6-6-6-6"}],["path",{d:"m8 6-6 6 6 6"}]];var fc=[["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 uc=[["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 mc=[["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 xc=[["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 gc=[["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 ho=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M12 3v18"}]];var Ma=[["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 co=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}],["path",{d:"M15 3v18"}]];var Mc=[["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 vc=[["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 yc=[["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 wc=[["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 Cc=[["path",{d:"M15.536 11.293a1 1 0 0 0 0 1.414l2.376 2.377a1 1 0 0 0 1.414 0l2.377-2.377a1 1 0 0 0 0-1.414l-2.377-2.377a1 1 0 0 0-1.414 0z"}],["path",{d:"M2.297 11.293a1 1 0 0 0 0 1.414l2.377 2.377a1 1 0 0 0 1.414 0l2.377-2.377a1 1 0 0 0 0-1.414L6.088 8.916a1 1 0 0 0-1.414 0z"}],["path",{d:"M8.916 17.912a1 1 0 0 0 0 1.415l2.377 2.376a1 1 0 0 0 1.414 0l2.377-2.376a1 1 0 0 0 0-1.415l-2.377-2.376a1 1 0 0 0-1.414 0z"}],["path",{d:"M8.916 4.674a1 1 0 0 0 0 1.414l2.377 2.376a1 1 0 0 0 1.414 0l2.377-2.376a1 1 0 0 0 0-1.414l-2.377-2.377a1 1 0 0 0-1.414 0z"}]];var bc=[["rect",{width:"14",height:"8",x:"5",y:"2",rx:"2"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2"}],["path",{d:"M6 18h2"}],["path",{d:"M12 18h6"}]];var Sc=[["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 Ac=[["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 kc=[["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 fo=[["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 Hc=[["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 Lc=[["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 Tc=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 18a6 6 0 0 0 0-12v12z"}]];var Pc=[["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 Ec=[["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 Bc=[["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 Rc=[["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 Vc=[["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 Fc=[["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 Ic=[["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 Dc=[["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 Wc=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M9.17 14.83a4 4 0 1 0 0-5.66"}]];var Oc=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M14.83 14.83a4 4 0 1 1 0-5.66"}]];var zc=[["path",{d:"M20 4v7a4 4 0 0 1-4 4H4"}],["path",{d:"m9 10-5 5 5 5"}]];var qc=[["path",{d:"m15 10 5 5-5 5"}],["path",{d:"M4 4v7a4 4 0 0 0 4 4h12"}]];var Nc=[["path",{d:"m14 15-5 5-5-5"}],["path",{d:"M20 4h-7a4 4 0 0 0-4 4v12"}]];var Uc=[["path",{d:"M14 9 9 4 4 9"}],["path",{d:"M20 20h-7a4 4 0 0 1-4-4V4"}]];var $c=[["path",{d:"m10 15 5 5 5-5"}],["path",{d:"M4 4h7a4 4 0 0 1 4 4v12"}]];var _c=[["path",{d:"m10 9 5-5 5 5"}],["path",{d:"M4 20h7a4 4 0 0 0 4-4V4"}]];var jc=[["path",{d:"M20 20v-7a4 4 0 0 0-4-4H4"}],["path",{d:"M9 14 4 9l5-5"}]];var Gc=[["path",{d:"m15 14 5-5-5-5"}],["path",{d:"M4 20v-7a4 4 0 0 1 4-4h12"}]];var Zc=[["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 Xc=[["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 Jc=[["rect",{width:"20",height:"14",x:"2",y:"5",rx:"2"}],["line",{x1:"2",x2:"22",y1:"10",y2:"10"}]];var Kc=[["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 Yc=[["path",{d:"M6 2v14a2 2 0 0 0 2 2h14"}],["path",{d:"M18 22V8a2 2 0 0 0-2-2H2"}]];var Qc=[["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 tf=[["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 ef=[["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 af=[["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 rf=[["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 of=[["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 sf=[["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 df=[["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 lf=[["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 pf=[["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 hf=[["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 cf=[["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 ff=[["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 uf=[["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 mf=[["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 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.41L13.7 2.71a2.41 2.41 0 0 0-3.41 0z"}],["path",{d:"M8 12h8"}]];var uo=[["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 gf=[["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 Mf=[["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 vf=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["path",{d:"M12 12h.01"}]];var yf=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["path",{d:"M15 9h.01"}],["path",{d:"M9 15h.01"}]];var wf=[["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 Cf=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["path",{d:"M16 8h.01"}],["path",{d:"M8 8h.01"}],["path",{d:"M8 16h.01"}],["path",{d:"M16 16h.01"}]];var bf=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["path",{d:"M16 8h.01"}],["path",{d:"M8 8h.01"}],["path",{d:"M8 16h.01"}],["path",{d:"M16 16h.01"}],["path",{d:"M12 12h.01"}]];var Sf=[["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 Af=[["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 kf=[["path",{d:"M12 3v14"}],["path",{d:"M5 10h14"}],["path",{d:"M5 21h14"}]];var Hf=[["circle",{cx:"12",cy:"12",r:"10"}],["circle",{cx:"12",cy:"12",r:"4"}],["path",{d:"M12 12h.01"}]];var Lf=[["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 Tf=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["circle",{cx:"12",cy:"12",r:"5"}],["path",{d:"M12 12h.01"}]];var Pf=[["circle",{cx:"12",cy:"12",r:"10"}],["circle",{cx:"12",cy:"12",r:"2"}]];var Ef=[["circle",{cx:"12",cy:"6",r:"1"}],["line",{x1:"5",x2:"19",y1:"12",y2:"12"}],["circle",{cx:"12",cy:"18",r:"1"}]];var Bf=[["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 Rf=[["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 Vf=[["path",{d:"M2 8h20"}],["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2"}],["path",{d:"M6 16h12"}]];var Ff=[["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 If=[["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 Df=[["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 Wf=[["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 Of=[["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 zf=[["path",{d:"M11 20H2"}],["path",{d:"M11 4.562v16.157a1 1 0 0 0 1.242.97L19 20V5.562a2 2 0 0 0-1.515-1.94l-4-1A2 2 0 0 0 11 4.561z"}],["path",{d:"M11 4H8a2 2 0 0 0-2 2v14"}],["path",{d:"M14 12h.01"}],["path",{d:"M22 20h-3"}]];var qf=[["circle",{cx:"12.1",cy:"12.1",r:"1"}]];var Nf=[["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 Uf=[["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 $f=[["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 _f=[["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 jf=[["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 Gf=[["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 Zf=[["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 Xf=[["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 Jf=[["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 Kf=[["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 Yf=[["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 Qf=[["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 tu=[["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 eu=[["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 au=[["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 mo=[["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 ru=[["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 su=[["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 nu=[["path",{d:"M12 2C8 2 4 8 4 14a8 8 0 0 0 16 0c0-6-4-12-8-12"}]];var xo=[["circle",{cx:"12",cy:"12",r:"1"}],["circle",{cx:"12",cy:"5",r:"1"}],["circle",{cx:"12",cy:"19",r:"1"}]];var go=[["circle",{cx:"12",cy:"12",r:"1"}],["circle",{cx:"19",cy:"12",r:"1"}],["circle",{cx:"5",cy:"12",r:"1"}]];var du=[["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 lu=[["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 iu=[["line",{x1:"5",x2:"19",y1:"9",y2:"9"}],["line",{x1:"5",x2:"19",y1:"15",y2:"15"}]];var pu=[["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 hu=[["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 cu=[["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 fu=[["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 uu=[["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 mu=[["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 xu=[["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 gu=[["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 Mu=[["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 vu=[["path",{d:"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"}]];var yu=[["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 wu=[["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 Cu=[["path",{d:"M12 6a2 2 0 0 1 3.414-1.414l6 6a2 2 0 0 1 0 2.828l-6 6A2 2 0 0 1 12 18z"}],["path",{d:"M2 6a2 2 0 0 1 3.414-1.414l6 6a2 2 0 0 1 0 2.828l-6 6A2 2 0 0 1 2 18z"}]];var bu=[["path",{d:"M12.67 19a2 2 0 0 0 1.416-.588l6.154-6.172a6 6 0 0 0-8.49-8.49L5.586 9.914A2 2 0 0 0 5 11.328V18a1 1 0 0 0 1 1z"}],["path",{d:"M16 8 2 22"}],["path",{d:"M17.5 15H9"}]];var Su=[["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 Au=[["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 ku=[["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 Hu=[["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 Mo=[["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 vo=[["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 Lu=[["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 yo=[["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 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:"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 Co=[["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 bo=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M8 18v-1"}],["path",{d:"M12 18v-6"}],["path",{d:"M16 18v-3"}]];var So=[["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 Ao=[["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 ko=[["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 Tu=[["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 Pu=[["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 Ho=[["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 Eu=[["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 Lo=[["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 Bu=[["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 Ru=[["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 Vu=[["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 To=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M12 9v4"}],["path",{d:"M12 17h.01"}]];var va=[["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 Fu=[["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 Iu=[["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 Du=[["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 Po=[["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 Eo=[["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 Bo=[["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 Wu=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M9 15h6"}]];var Ou=[["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 zu=[["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 Ro=[["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 Vo=[["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 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:"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 Io=[["path",{d:"M11.35 22H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v5.35"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M14 19h6"}],["path",{d:"M17 16v6"}]];var qu=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M9 15h6"}],["path",{d:"M12 18v-6"}]];var 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:"M12 17h.01"}],["path",{d:"M9.1 9a3 3 0 0 1 5.82 1c0 2-3 3-3 3"}]];var Nu=[["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 Wo=[["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 Uu=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["circle",{cx:"11.5",cy:"14.5",r:"2.5"}],["path",{d:"M13.3 16.3 15 18"}]];var Oo=[["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 $u=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M8 12h8"}],["path",{d:"M10 11v2"}],["path",{d:"M8 17h8"}],["path",{d:"M14 16v2"}]];var _u=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M8 13h2"}],["path",{d:"M14 13h2"}],["path",{d:"M8 17h2"}],["path",{d:"M14 17h2"}]];var ju=[["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 Gu=[["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 Zu=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"m8 16 2-2-2-2"}],["path",{d:"M12 18h4"}]];var Xu=[["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 zo=[["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 Ju=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"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 Ku=[["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 Yu=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M16 22a4 4 0 0 0-8 0"}],["circle",{cx:"12",cy:"15",r:"3"}]];var qo=[["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 Qu=[["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 No=[["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 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:"m14.5 12.5-5 5"}],["path",{d:"m9.5 12.5 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"}]];var am=[["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 rm=[["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 sm=[["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 nm=[["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 dm=[["path",{d:"M2 16s9-15 20-4C11 23 2 8 2 8"}]];var lm=[["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 im=[["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 pm=[["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 hm=[["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 cm=[["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 fm=[["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 um=[["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 mm=[["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 xm=[["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 gm=[["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 Mm=[["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 vm=[["path",{d:"M10 2v6.292a7 7 0 1 0 4 0V2"}],["path",{d:"M5 15h14"}],["path",{d:"M8.5 2h7"}]];var ym=[["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 wm=[["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 Cm=[["path",{d:"m17 3-5 5-5-5h10"}],["path",{d:"m17 21-5-5-5 5h10"}],["path",{d:"M4 12H2"}],["path",{d:"M10 12H8"}],["path",{d:"M16 12h-2"}],["path",{d:"M22 12h-2"}]];var bm=[["path",{d:"M21 8V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v3"}],["path",{d:"M21 16v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-3"}],["path",{d:"M4 12H2"}],["path",{d:"M10 12H8"}],["path",{d:"M16 12h-2"}],["path",{d:"M22 12h-2"}]];var Sm=[["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 Am=[["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 km=[["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 Hm=[["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 Lm=[["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 Tm=[["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 Pm=[["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 Em=[["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 Bm=[["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 Rm=[["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 Uo=[["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 Vm=[["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 Fm=[["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 Im=[["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 Dm=[["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 Wm=[["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 Om=[["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 zm=[["path",{d:"M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z"}],["path",{d:"M8 10v4"}],["path",{d:"M12 10v2"}],["path",{d:"M16 10v6"}]];var qm=[["circle",{cx:"16",cy:"20",r:"2"}],["path",{d:"M10 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v2"}],["path",{d:"m22 14-4.5 4.5"}],["path",{d:"m21 15 1 1"}]];var Nm=[["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 Um=[["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 $m=[["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 _m=[["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 jm=[["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 $o=[["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 Gm=[["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 Zm=[["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 Xm=[["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 Jm=[["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 Km=[["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 Ym=[["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 Qm=[["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 tx=[["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 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:"m9.5 10.5 5 5"}],["path",{d:"m14.5 10.5-5 5"}]];var ax=[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z"}]];var rx=[["path",{d:"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 sx=[["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 nx=[["path",{d:"m15 17 5-5-5-5"}],["path",{d:"M4 18v-2a4 4 0 0 1 4-4h12"}]];var dx=[["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 lx=[["path",{d:"M5 16V9h14V2H5l14 14h-7m-7 0 7 7v-7m-7 0h7"}]];var ix=[["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 px=[["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 hx=[["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 cx=[["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 _o=[["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 jo=[["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 fx=[["path",{d:"M2 7v10"}],["path",{d:"M6 5v14"}],["rect",{width:"12",height:"18",x:"10",y:"3",rx:"2"}]];var ux=[["path",{d:"M2 3v18"}],["rect",{width:"12",height:"18",x:"6",y:"3",rx:"2"}],["path",{d:"M22 3v18"}]];var mx=[["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 xx=[["path",{d:"M7 2h10"}],["path",{d:"M5 6h14"}],["rect",{width:"18",height:"12",x:"3",y:"10",rx:"2"}]];var gx=[["path",{d:"M3 2h18"}],["rect",{width:"18",height:"12",x:"3",y:"6",rx:"2"}],["path",{d:"M3 22h18"}]];var Mx=[["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 vx=[["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 yx=[["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 wx=[["path",{d:"m12 14 4-4"}],["path",{d:"M3.34 19a10 10 0 1 1 17.32 0"}]];var Cx=[["path",{d:"m14 13-8.381 8.38a1 1 0 0 1-3.001-3l8.384-8.381"}],["path",{d:"m16 16 6-6"}],["path",{d:"m21.5 10.5-8-8"}],["path",{d:"m8 8 6-6"}],["path",{d:"m8.5 7.5 8 8"}]];var bx=[["path",{d:"M10.5 3 8 9l4 13 4-13-2.5-6"}],["path",{d:"M17 3a2 2 0 0 1 1.6.8l3 4a2 2 0 0 1 .013 2.382l-7.99 10.986a2 2 0 0 1-3.247 0l-7.99-10.986A2 2 0 0 1 2.4 7.8l2.998-3.997A2 2 0 0 1 7 3z"}],["path",{d:"M2 9h20"}]];var Sx=[["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 Ax=[["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 kx=[["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 Hx=[["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 Lx=[["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 Tx=[["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 Go=[["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 Px=[["path",{d:"M12 3v6"}],["circle",{cx:"12",cy:"12",r:"3"}],["path",{d:"M12 15v6"}]];var Ex=[["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 Bx=[["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 Rx=[["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 Vx=[["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 Fx=[["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 Ix=[["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 Dx=[["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 Wx=[["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 Ox=[["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 zx=[["circle",{cx:"18",cy:"18",r:"3"}],["circle",{cx:"6",cy:"6",r:"3"}],["path",{d:"M18 6V5"}],["path",{d:"M18 11v-1"}],["line",{x1:"6",x2:"6",y1:"9",y2:"21"}]];var qx=[["circle",{cx:"18",cy:"18",r:"3"}],["circle",{cx:"6",cy:"6",r:"3"}],["path",{d:"M13 6h3a2 2 0 0 1 2 2v7"}],["line",{x1:"6",x2:"6",y1:"9",y2:"21"}]];var Nx=[["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 Ux=[["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 $x=[["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 _x=[["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 jx=[["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 Gx=[["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 Zx=[["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 Xx=[["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 Jx=[["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 Kx=[["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 Zo=[["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 Xo=[["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 Jo=[["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 Ko=[["path",{d:"M12 3v18"}],["path",{d:"M3 12h18"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}]];var Yx=[["path",{d:"M15 3v18"}],["path",{d:"M3 12h18"}],["path",{d:"M9 3v18"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}]];var ya=[["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 Qx=[["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 t4=[["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 e4=[["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 a4=[["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 r4=[["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 s4=[["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 n4=[["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 d4=[["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 l4=[["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 Yo=[["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 i4=[["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 Qo=[["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 p4=[["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 h4=[["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 c4=[["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 f4=[["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 u4=[["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 m4=[["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 x4=[["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 g4=[["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 M4=[["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 v4=[["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 y4=[["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 w4=[["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 C4=[["path",{d:"M22 9a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h1l2 2h12l2-2h1a1 1 0 0 0 1-1Z"}],["path",{d:"M7.5 12h9"}]];var b4=[["path",{d:"M4 12h8"}],["path",{d:"M4 18V6"}],["path",{d:"M12 18V6"}],["path",{d:"m17 12 3-2v8"}]];var S4=[["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 A4=[["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 k4=[["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 H4=[["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 L4=[["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 T4=[["path",{d:"M6 12h12"}],["path",{d:"M6 20V4"}],["path",{d:"M18 20V4"}]];var P4=[["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 E4=[["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 B4=[["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 R4=[["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 V4=[["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 F4=[["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 I4=[["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 D4=[["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 W4=[["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 O4=[["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 z4=[["path",{d:"M11 8c2-3-2-3 0-6"}],["path",{d:"M15.5 8c2-3-2-3 0-6"}],["path",{d:"M6 10h.01"}],["path",{d:"M6 14h.01"}],["path",{d:"M10 16v-4"}],["path",{d:"M14 16v-4"}],["path",{d:"M18 16v-4"}],["path",{d:"M20 6a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3"}],["path",{d:"M5 20v2"}],["path",{d:"M19 20v2"}]];var q4=[["path",{d:"M11 17v4"}],["path",{d:"M14 3v8a2 2 0 0 0 2 2h5.865"}],["path",{d:"M17 17v4"}],["path",{d:"M18 17a4 4 0 0 0 4-4 8 6 0 0 0-8-6 6 5 0 0 0-6 5v3a2 2 0 0 0 2 2z"}],["path",{d:"M2 10v5"}],["path",{d:"M6 3h16"}],["path",{d:"M7 21h14"}],["path",{d:"M8 13H2"}]];var N4=[["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 U4=[["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 $4=[["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 _4=[["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 j4=[["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 G4=[["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 Z4=[["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 X4=[["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 J4=[["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 K4=[["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 Y4=[["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 Q4=[["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 t1=[["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 e1=[["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 a1=[["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 t5=[["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 e5=[["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 a5=[["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 r5=[["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 s5=[["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 n5=[["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 d5=[["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 l5=[["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 i5=[["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 p5=[["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 h5=[["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 c5=[["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 f5=[["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 u5=[["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 m5=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 16v-4"}],["path",{d:"M12 8h.01"}]];var x5=[["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 g5=[["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 M5=[["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 v5=[["path",{d:"m16 14 4 4-4 4"}],["path",{d:"M20 10a8 8 0 1 0-8 8h8"}]];var y5=[["path",{d:"M4 10a8 8 0 1 1 8 8H4"}],["path",{d:"m8 22-4-4 4-4"}]];var w5=[["path",{d:"M12 9.5V21m0-11.5L6 3m6 6.5L18 3"}],["path",{d:"M6 15h12"}],["path",{d:"M6 11h12"}]];var C5=[["path",{d:"M21 17a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-2Z"}],["path",{d:"M6 15v-2"}],["path",{d:"M12 15V9"}],["circle",{cx:"12",cy:"6",r:"3"}]];var b5=[["path",{d:"M5 3v14"}],["path",{d:"M12 3v8"}],["path",{d:"M19 3v18"}]];var S5=[["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 A5=[["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 k5=[["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 H5=[["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 L5=[["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 T5=[["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 P5=[["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 E5=[["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 B5=[["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 R5=[["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 V5=[["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 F5=[["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 I5=[["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 D5=[["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 W5=[["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 O5=[["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 z5=[["path",{d:"M2 20h20"}],["path",{d:"m9 10 2 2 4-4"}],["rect",{x:"3",y:"4",width:"18",height:"12",rx:"2"}]];var r1=[["rect",{width:"18",height:"12",x:"3",y:"4",rx:"2",ry:"2"}],["line",{x1:"2",x2:"22",y1:"20",y2:"20"}]];var q5=[["path",{d:"M18 5a2 2 0 0 1 2 2v8.526a2 2 0 0 0 .212.897l1.068 2.127a1 1 0 0 1-.9 1.45H3.62a1 1 0 0 1-.9-1.45l1.068-2.127A2 2 0 0 0 4 15.526V7a2 2 0 0 1 2-2z"}],["path",{d:"M20.054 15.987H3.946"}]];var N5=[["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 U5=[["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 $5=[["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 _5=[["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 o1=[["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 j5=[["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 G5=[["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 Z5=[["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 X5=[["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 J5=[["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 K5=[["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 Y5=[["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 Q5=[["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 t3=[["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 e3=[["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 a3=[["path",{d:"m16 6 4 14"}],["path",{d:"M12 6v14"}],["path",{d:"M8 8v12"}],["path",{d:"M4 4v16"}]];var r3=[["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 s3=[["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 n3=[["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 d3=[["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 l3=[["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 i3=[["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 p3=[["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 h3=[["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 c3=[["path",{d:"M16 5H3"}],["path",{d:"M16 12H3"}],["path",{d:"M11 19H3"}],["path",{d:"m15 18 2 2 4-4"}]];var f3=[["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 u3=[["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 m3=[["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 x3=[["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 g3=[["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 M3=[["path",{d:"M12 5H2"}],["path",{d:"M6 12h12"}],["path",{d:"M9 19h6"}],["path",{d:"M16 5h6"}],["path",{d:"M19 8V2"}]];var v3=[["path",{d:"M2 5h20"}],["path",{d:"M6 12h12"}],["path",{d:"M9 19h6"}]];var wa=[["path",{d:"M21 5H11"}],["path",{d:"M21 12H11"}],["path",{d:"M21 19H11"}],["path",{d:"m7 8-4 4 4 4"}]];var Ca=[["path",{d:"M21 5H11"}],["path",{d:"M21 12H11"}],["path",{d:"M21 19H11"}],["path",{d:"m3 8 4 4-4 4"}]];var y3=[["path",{d:"M16 5H3"}],["path",{d:"M11 12H3"}],["path",{d:"M16 19H3"}],["path",{d:"M21 12h-6"}]];var w3=[["path",{d:"M16 5H3"}],["path",{d:"M11 12H3"}],["path",{d:"M11 19H3"}],["path",{d:"M21 16V5"}],["circle",{cx:"18",cy:"16",r:"3"}]];var C3=[["path",{d:"M11 5h10"}],["path",{d:"M11 12h10"}],["path",{d:"M11 19h10"}],["path",{d:"M4 4h1v5"}],["path",{d:"M4 9h2"}],["path",{d:"M6.5 20H3.4c0-1 2.6-1.925 2.6-3.5a1.5 1.5 0 0 0-2.6-1.02"}]];var b3=[["path",{d:"M16 5H3"}],["path",{d:"M11 12H3"}],["path",{d:"M16 19H3"}],["path",{d:"M18 9v6"}],["path",{d:"M21 12h-6"}]];var S3=[["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 A3=[["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 k3=[["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 H3=[["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 L3=[["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 T3=[["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 P3=[["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 s1=[["path",{d:"M21 12a9 9 0 1 1-6.219-8.56"}]];var E3=[["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 B3=[["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 R3=[["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 V3=[["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 F3=[["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 n1=[["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 I3=[["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 d1=[["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 D3=[["rect",{width:"18",height:"11",x:"3",y:"11",rx:"2",ry:"2"}],["path",{d:"M7 11V7a5 5 0 0 1 10 0v4"}]];var W3=[["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 O3=[["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 z3=[["path",{d:"M3 5h1"}],["path",{d:"M3 12h1"}],["path",{d:"M3 19h1"}],["path",{d:"M8 5h1"}],["path",{d:"M8 12h1"}],["path",{d:"M8 19h1"}],["path",{d:"M13 5h8"}],["path",{d:"M13 12h8"}],["path",{d:"M13 19h8"}]];var q3=[["circle",{cx:"11",cy:"11",r:"8"}],["path",{d:"m21 21-4.3-4.3"}],["path",{d:"M11 11a2 2 0 0 0 4 0 4 4 0 0 0-8 0 6 6 0 0 0 12 0"}]];var N3=[["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 U3=[["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 $3=[["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 _3=[["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 j3=[["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 G3=[["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 l1=[["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 Z3=[["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 X3=[["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 J3=[["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 K3=[["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 Y3=[["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 Q3=[["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 t8=[["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 e8=[["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 a8=[["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 r8=[["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 o8=[["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 s8=[["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 n8=[["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 i1=[["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 d8=[["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 l8=[["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 i8=[["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 p8=[["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 h8=[["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 c8=[["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 f8=[["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 u8=[["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 m8=[["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 x8=[["path",{d:"M16 3h5v5"}],["path",{d:"m21 3-6.75 6.75"}],["circle",{cx:"10",cy:"14",r:"6"}]];var g8=[["path",{d:"M8 22h8"}],["path",{d:"M12 11v11"}],["path",{d:"m19 3-7 8-7-8Z"}]];var M8=[["path",{d:"M15 3h6v6"}],["path",{d:"m21 3-7 7"}],["path",{d:"m3 21 7-7"}],["path",{d:"M9 21H3v-6"}]];var v8=[["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 y8=[["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 w8=[["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 C8=[["path",{d:"M11 6a13 13 0 0 0 8.4-2.8A1 1 0 0 1 21 4v12a1 1 0 0 1-1.6.8A13 13 0 0 0 11 14H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2z"}],["path",{d:"M6 14a12 12 0 0 0 2.4 7.2 2 2 0 0 0 3.2-2.4A8 8 0 0 1 10 14"}],["path",{d:"M8 6v8"}]];var b8=[["circle",{cx:"12",cy:"12",r:"10"}],["line",{x1:"8",x2:"16",y1:"15",y2:"15"}],["line",{x1:"9",x2:"9.01",y1:"9",y2:"9"}],["line",{x1:"15",x2:"15.01",y1:"9",y2:"9"}]];var 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 A8=[["path",{d:"M4 5h16"}],["path",{d:"M4 12h16"}],["path",{d:"M4 19h16"}]];var k8=[["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 H8=[["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 L8=[["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 T8=[["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 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:"M8 12h.01"}],["path",{d:"M12 12h.01"}],["path",{d:"M16 12h.01"}]];var E8=[["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 B8=[["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 p1=[["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 R8=[["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 V8=[["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 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:"m15 9-6 6"}],["path",{d:"m9 9 6 6"}]];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"}]];var D8=[["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 W8=[["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 O8=[["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 z8=[["path",{d:"M12.7 3H4a2 2 0 0 0-2 2v16.286a.71.71 0 0 0 1.212.502l2.202-2.202A2 2 0 0 1 6.828 19H20a2 2 0 0 0 2-2v-4.7"}],["circle",{cx:"19",cy:"6",r:"3"}]];var q8=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z"}],["path",{d:"M7.5 9.5c0 .687.265 1.383.697 1.844l3.009 3.264a1.14 1.14 0 0 0 .407.314 1 1 0 0 0 .783-.004 1.14 1.14 0 0 0 .398-.31l3.008-3.264A2.77 2.77 0 0 0 16.5 9.5 2.5 2.5 0 0 0 12 8a2.5 2.5 0 0 0-4.5 1.5"}]];var N8=[["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 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:"M12 11h.01"}],["path",{d:"M16 11h.01"}],["path",{d:"M8 11h.01"}]];var $8=[["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 _8=[["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 j8=[["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 G8=[["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 Z8=[["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 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:"M7 11h10"}],["path",{d:"M7 15h6"}],["path",{d:"M7 7h8"}]];var J8=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z"}],["path",{d:"M12 15h.01"}],["path",{d:"M12 7v4"}]];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:"m14.5 8.5-5 5"}],["path",{d:"m9.5 8.5 5 5"}]];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"}]];var Q8=[["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 t6=[["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 h1=[["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 e6=[["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 a6=[["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 r6=[["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 o6=[["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 s6=[["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 n6=[["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 d6=[["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 l6=[["path",{d:"m14 10 7-7"}],["path",{d:"M20 10h-6V4"}],["path",{d:"m3 21 7-7"}],["path",{d:"M4 14h6v6"}]];var i6=[["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 p6=[["path",{d:"M5 12h14"}]];var h6=[["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 c6=[["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 f6=[["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 u6=[["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 m6=[["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 x6=[["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 g6=[["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 M6=[["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 v6=[["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 y6=[["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 w6=[["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 C6=[["path",{d:"m9 10 3-3 3 3"}],["path",{d:"M12 13V7"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2"}],["path",{d:"M12 17v4"}],["path",{d:"M8 21h8"}]];var b6=[["path",{d:"m14.5 12.5-5-5"}],["path",{d:"m9.5 12.5 5-5"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2"}],["path",{d:"M12 17v4"}],["path",{d:"M8 21h8"}]];var 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 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 k6=[["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 H6=[["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 L6=[["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 T6=[["path",{d:"m8 3 4 8 5-5 5 15H2L8 3z"}]];var P6=[["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 E6=[["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 B6=[["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 R6=[["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 V6=[["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 F6=[["rect",{x:"5",y:"2",width:"14",height:"20",rx:"7"}],["path",{d:"M12 6v4"}]];var c1=[["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 I6=[["path",{d:"M19 13v6h-6"}],["path",{d:"M5 11V5h6"}],["path",{d:"m5 5 14 14"}]];var D6=[["path",{d:"M11 19H5v-6"}],["path",{d:"M13 5h6v6"}],["path",{d:"M19 5 5 19"}]];var W6=[["path",{d:"M11 19H5V13"}],["path",{d:"M19 5L5 19"}]];var O6=[["path",{d:"M19 13V19H13"}],["path",{d:"M5 5L19 19"}]];var z6=[["path",{d:"M8 18L12 22L16 18"}],["path",{d:"M12 2V22"}]];var q6=[["path",{d:"m18 8 4 4-4 4"}],["path",{d:"M2 12h20"}],["path",{d:"m6 8-4 4 4 4"}]];var N6=[["path",{d:"M6 8L2 12L6 16"}],["path",{d:"M2 12H22"}]];var U6=[["path",{d:"M18 8L22 12L18 16"}],["path",{d:"M2 12H22"}]];var $6=[["path",{d:"M5 11V5H11"}],["path",{d:"M5 5L19 19"}]];var _6=[["path",{d:"M13 5H19V11"}],["path",{d:"M19 5L5 19"}]];var j6=[["path",{d:"M8 6L12 2L16 6"}],["path",{d:"M12 2V22"}]];var G6=[["path",{d:"M12 2v20"}],["path",{d:"m8 18 4 4 4-4"}],["path",{d:"m8 6 4-4 4 4"}]];var Z6=[["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 X6=[["circle",{cx:"8",cy:"18",r:"4"}],["path",{d:"M12 18V2l7 4"}]];var J6=[["circle",{cx:"12",cy:"18",r:"4"}],["path",{d:"M16 18V2"}]];var K6=[["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 Y6=[["path",{d:"M9 18V5l12-2v13"}],["circle",{cx:"6",cy:"18",r:"3"}],["circle",{cx:"18",cy:"16",r:"3"}]];var Q6=[["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 tg=[["polygon",{points:"12 2 19 21 12 17 5 21 12 2"}]];var eg=[["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 ag=[["polygon",{points:"3 11 22 2 13 21 11 13 3 11"}]];var rg=[["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 og=[["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 sg=[["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 ng=[["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 dg=[["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 lg=[["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 ig=[["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 pg=[["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 hg=[["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 cg=[["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 fg=[["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 ug=[["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 f1=[["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 mg=[["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 u1=[["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 m1=[["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 xg=[["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 gg=[["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 Mg=[["path",{d:"M3 3h6l6 18h6"}],["path",{d:"M14 3h7"}]];var vg=[["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 yg=[["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 wg=[["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 Cg=[["path",{d:"m16 16 2 2 4-4"}],["path",{d:"M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14"}],["path",{d:"m7.5 4.27 9 5.15"}],["polyline",{points:"3.29 7 12 12 20.71 7"}],["line",{x1:"12",x2:"12",y1:"22",y2:"12"}]];var bg=[["path",{d:"M16 16h6"}],["path",{d:"M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14"}],["path",{d:"m7.5 4.27 9 5.15"}],["polyline",{points:"3.29 7 12 12 20.71 7"}],["line",{x1:"12",x2:"12",y1:"22",y2:"12"}]];var Sg=[["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 Ag=[["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 kg=[["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 Hg=[["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 Lg=[["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 Tg=[["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 Pg=[["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 x1=[["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 Eg=[["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 Bg=[["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 Rg=[["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 Vg=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 15h18"}],["path",{d:"m15 8-3 3-3-3"}]];var g1=[["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 Fg=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 15h18"}],["path",{d:"m9 10 3-3 3 3"}]];var Ig=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 15h18"}]];var M1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}],["path",{d:"m16 15-3-3 3-3"}]];var v1=[["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 y1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}],["path",{d:"m14 9 3 3-3 3"}]];var Dg=[["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 w1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}]];var Wg=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M15 3v18"}],["path",{d:"m8 9 3 3-3 3"}]];var C1=[["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 Og=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M15 3v18"}],["path",{d:"m10 15-3-3 3-3"}]];var zg=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M15 3v18"}]];var qg=[["path",{d:"M14 15h1"}],["path",{d:"M14 9h1"}],["path",{d:"M19 15h2"}],["path",{d:"M19 9h2"}],["path",{d:"M3 15h2"}],["path",{d:"M3 9h2"}],["path",{d:"M9 15h1"}],["path",{d:"M9 9h1"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}]];var Ng=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}],["path",{d:"m9 16 3-3 3 3"}]];var b1=[["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 Ug=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}],["path",{d:"m15 14-3 3-3-3"}]];var $g=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}]];var _g=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}],["path",{d:"M9 15h12"}]];var jg=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 15h12"}],["path",{d:"M15 3v18"}]];var S1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}],["path",{d:"M9 21V9"}]];var Gg=[["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 Zg=[["path",{d:"M8 21s-4-3-4-9 4-9 4-9"}],["path",{d:"M16 3s4 3 4 9-4 9-4 9"}]];var Xg=[["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 Jg=[["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 Kg=[["rect",{x:"14",y:"3",width:"5",height:"18",rx:"1"}],["rect",{x:"5",y:"3",width:"5",height:"18",rx:"1"}]];var Yg=[["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 Qg=[["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 A1=[["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 tM=[["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 eM=[["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 k1=[["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 aM=[["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 rM=[["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 sM=[["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 nM=[["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 dM=[["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 lM=[["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 iM=[["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 pM=[["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 hM=[["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 cM=[["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 fM=[["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 uM=[["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 mM=[["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 xM=[["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=[["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 MM=[["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 vM=[["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 yM=[["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 wM=[["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 CM=[["path",{d:"M11 17h3v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-3a3.16 3.16 0 0 0 2-2h1a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1h-1a5 5 0 0 0-2-4V3a4 4 0 0 0-3.2 1.6l-.3.4H11a6 6 0 0 0-6 6v1a5 5 0 0 0 2 4v3a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1z"}],["path",{d:"M16 10h.01"}],["path",{d:"M2 8v1a2 2 0 0 0 2 2h1"}]];var bM=[["path",{d:"M14 3v11"}],["path",{d:"M14 9h-3a3 3 0 0 1 0-6h9"}],["path",{d:"M18 3v11"}],["path",{d:"M22 18H2l4-4"}],["path",{d:"m6 22-4-4"}]];var SM=[["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 AM=[["path",{d:"M13 4v16"}],["path",{d:"M17 4v16"}],["path",{d:"M19 4H9.5a4.5 4.5 0 0 0 0 9H13"}]];var kM=[["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 HM=[["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 LM=[["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 TM=[["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 PM=[["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 EM=[["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 BM=[["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 RM=[["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 VM=[["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 FM=[["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 IM=[["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 H1=[["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 DM=[["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 WM=[["path",{d:"M5 12h14"}],["path",{d:"M12 5v14"}]];var OM=[["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 zM=[["path",{d:"M20 3a2 2 0 0 1 2 2v6a1 1 0 0 1-20 0V5a2 2 0 0 1 2-2z"}],["path",{d:"m8 10 4 4 4-4"}]];var qM=[["path",{d:"M13 17a1 1 0 1 0-2 0l.5 4.5a0.5 0.5 0 0 0 1 0z",fill:"currentColor"}],["path",{d:"M16.85 18.58a9 9 0 1 0-9.7 0"}],["path",{d:"M8 14a5 5 0 1 1 8 0"}],["circle",{cx:"12",cy:"11",r:"1",fill:"currentColor"}]];var NM=[["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 UM=[["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 $M=[["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 _M=[["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 jM=[["path",{d:"M18 7c0-5.333-8-5.333-8 0"}],["path",{d:"M10 7v14"}],["path",{d:"M6 21h12"}],["path",{d:"M6 13h10"}]];var GM=[["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 ZM=[["path",{d:"M12 2v10"}],["path",{d:"M18.4 6.6a9 9 0 1 1-12.77.04"}]];var XM=[["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 JM=[["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 KM=[["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 YM=[["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 QM=[["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 t7=[["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 e7=[["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 a7=[["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 r7=[["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 s7=[["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 n7=[["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 d7=[["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 l7=[["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 i7=[["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 p7=[["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 h7=[["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 c7=[["path",{d:"M5 15h14"}],["path",{d:"M5 9h14"}],["path",{d:"m14 20-5-5 6-6-5-5"}]];var f7=[["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 u7=[["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 m7=[["rect",{width:"12",height:"20",x:"6",y:"2",rx:"2"}],["rect",{width:"20",height:"12",x:"2",y:"6",rx:"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:"M12 6.5v11"}],["path",{d:"M15 9.4a4 4 0 1 0 0 5.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:"M8 12h5"}],["path",{d:"M16 9.5a4 4 0 1 0 0 5.2"}]];var M7=[["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 v7=[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z"}],["path",{d:"m12 10 3-3"}],["path",{d:"m9 7 3 3v7.5"}],["path",{d:"M9 11h6"}],["path",{d:"M9 15h6"}]];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 13h5"}],["path",{d:"M10 17V9.5a2.5 2.5 0 0 1 5 0"}],["path",{d:"M8 17h7"}]];var w7=[["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 C7=[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z"}],["path",{d:"M10 17V7h5"}],["path",{d:"M10 11h4"}],["path",{d:"M8 15h5"}]];var b7=[["path",{d:"M13 16H8"}],["path",{d:"M14 8H8"}],["path",{d:"M16 12H8"}],["path",{d:"M4 3a1 1 0 0 1 1-1 1.3 1.3 0 0 1 .7.2l.933.6a1.3 1.3 0 0 0 1.4 0l.934-.6a1.3 1.3 0 0 1 1.4 0l.933.6a1.3 1.3 0 0 0 1.4 0l.933-.6a1.3 1.3 0 0 1 1.4 0l.934.6a1.3 1.3 0 0 0 1.4 0l.933-.6A1.3 1.3 0 0 1 19 2a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1 1.3 1.3 0 0 1-.7-.2l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.934.6a1.3 1.3 0 0 1-1.4 0l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-1.4 0l-.934-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-.7.2 1 1 0 0 1-1-1z"}]];var S7=[["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 A7=[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z"}],["path",{d:"M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8"}],["path",{d:"M12 17.5v-11"}]];var k7=[["path",{d:"M14 4v16H3a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1z"}],["circle",{cx:"14",cy:"12",r:"8"}]];var L1=[["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 H7=[["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 L7=[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2"}]];var T7=[["rect",{width:"12",height:"20",x:"6",y:"2",rx:"2"}]];var P7=[["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 E7=[["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 B7=[["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 R7=[["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 V7=[["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 F7=[["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 I7=[["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 D7=[["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 W7=[["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 O7=[["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 z7=[["path",{d:"M4 7V4h16v3"}],["path",{d:"M5 20h6"}],["path",{d:"M13 4 8 20"}],["path",{d:"m15 15 5 5"}],["path",{d:"m20 15-5 5"}]];var q7=[["path",{d:"m17 2 4 4-4 4"}],["path",{d:"M3 11v-1a4 4 0 0 1 4-4h14"}],["path",{d:"m7 22-4-4 4-4"}],["path",{d:"M21 13v1a4 4 0 0 1-4 4H3"}],["path",{d:"M11 10h1v4"}]];var N7=[["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 U7=[["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 $7=[["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 _7=[["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 j7=[["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 G7=[["path",{d:"M20 18v-2a4 4 0 0 0-4-4H4"}],["path",{d:"m9 17-5-5 5-5"}]];var Z7=[["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 X7=[["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 J7=[["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 K7=[["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 Y7=[["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 Q7=[["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 T1=[["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 tv=[["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 ev=[["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 av=[["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 rv=[["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 sv=[["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 nv=[["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 dv=[["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 P1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 12h18"}]];var E1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M21 9H3"}],["path",{d:"M21 15H3"}]];var lv=[["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 iv=[["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 pv=[["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 hv=[["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 cv=[["path",{d:"M6 11h8a4 4 0 0 0 0-8H9v18"}],["path",{d:"M6 15h8"}]];var fv=[["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 uv=[["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 mv=[["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 xv=[["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 gv=[["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 Mv=[["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 vv=[["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 yv=[["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 wv=[["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 B1=[["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 Cv=[["path",{d:"m16 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z"}],["path",{d:"m2 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z"}],["path",{d:"M7 21h10"}],["path",{d:"M12 3v18"}],["path",{d:"M3 7h2c2 0 5-1 7-2 2 1 5 2 7 2h2"}]];var bv=[["path",{d:"M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7"}],["path",{d:"M14 15H9v-5"}],["path",{d:"M16 3h5v5"}],["path",{d:"M21 3 9 15"}]];var Sv=[["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 Av=[["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 kv=[["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 Hv=[["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 Lv=[["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 Tv=[["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 Pv=[["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 Ev=[["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 Bv=[["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 Rv=[["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 Vv=[["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 Fv=[["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 Iv=[["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 Dv=[["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 Wv=[["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 Ov=[["path",{d:"M19 17V5a2 2 0 0 0-2-2H4"}],["path",{d:"M8 21h12a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v1a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v2a1 1 0 0 0 1 1h3"}]];var zv=[["path",{d:"m8 11 2 2 4-4"}],["circle",{cx:"11",cy:"11",r:"8"}],["path",{d:"m21 21-4.3-4.3"}]];var qv=[["path",{d:"m13 13.5 2-2.5-2-2.5"}],["path",{d:"m21 21-4.3-4.3"}],["path",{d:"M9 8.5 7 11l2 2.5"}],["circle",{cx:"11",cy:"11",r:"8"}]];var Nv=[["path",{d:"m13.5 8.5-5 5"}],["circle",{cx:"11",cy:"11",r:"8"}],["path",{d:"m21 21-4.3-4.3"}]];var Uv=[["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 $v=[["path",{d:"m21 21-4.34-4.34"}],["circle",{cx:"11",cy:"11",r:"8"}]];var _v=[["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 R1=[["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 jv=[["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 Gv=[["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 Zv=[["path",{d:"m16 16-4 4-4-4"}],["path",{d:"M3 12h18"}],["path",{d:"m8 8 4-4 4 4"}]];var Xv=[["path",{d:"M12 3v18"}],["path",{d:"m16 16 4-4-4-4"}],["path",{d:"m8 8-4 4 4 4"}]];var Jv=[["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 Kv=[["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 Yv=[["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 Qv=[["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 t9=[["path",{d:"M14 17H5"}],["path",{d:"M19 7h-9"}],["circle",{cx:"17",cy:"17",r:"3"}],["circle",{cx:"7",cy:"7",r:"3"}]];var e9=[["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 a9=[["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 r9=[["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 s9=[["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 n9=[["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 d9=[["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 l9=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"}],["path",{d:"m4.243 5.21 14.39 12.472"}]];var i9=[["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 p9=[["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 h9=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"}],["path",{d:"M12 22V2"}]];var c9=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"}],["path",{d:"M9 12h6"}]];var f9=[["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 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"}],["path",{d:"M12 9v6"}]];var V1=[["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 m9=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"}],["path",{d:"M6.376 18.91a6 6 0 0 1 11.249.003"}],["circle",{cx:"12",cy:"11",r:"4"}]];var F1=[["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 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"}]];var g9=[["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 M9=[["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 v9=[["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 y9=[["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 w9=[["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 C9=[["circle",{cx:"8",cy:"21",r:"1"}],["circle",{cx:"19",cy:"21",r:"1"}],["path",{d:"M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12"}]];var b9=[["path",{d:"M21.56 4.56a1.5 1.5 0 0 1 0 2.122l-.47.47a3 3 0 0 1-4.212-.03 3 3 0 0 1 0-4.243l.44-.44a1.5 1.5 0 0 1 2.121 0z"}],["path",{d:"M3 22a1 1 0 0 1-1-1v-3.586a1 1 0 0 1 .293-.707l3.355-3.355a1.205 1.205 0 0 1 1.704 0l3.296 3.296a1.205 1.205 0 0 1 0 1.704l-3.355 3.355a1 1 0 0 1-.707.293z"}],["path",{d:"m9 15 7.879-7.878"}]];var S9=[["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 A9=[["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 k9=[["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 H9=[["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 L9=[["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 T9=[["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 P9=[["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 E9=[["path",{d:"M2 20h.01"}],["path",{d:"M7 20v-4"}],["path",{d:"M12 20v-8"}],["path",{d:"M17 20V8"}]];var B9=[["path",{d:"M2 20h.01"}],["path",{d:"M7 20v-4"}]];var R9=[["path",{d:"M2 20h.01"}],["path",{d:"M7 20v-4"}],["path",{d:"M12 20v-8"}]];var V9=[["path",{d:"M2 20h.01"}]];var F9=[["path",{d:"M2 20h.01"}],["path",{d:"M7 20v-4"}],["path",{d:"M12 20v-8"}],["path",{d:"M17 20V8"}],["path",{d:"M22 4v16"}]];var I9=[["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 D9=[["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 W9=[["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 O9=[["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 z9=[["path",{d:"M17.971 4.285A2 2 0 0 1 21 6v12a2 2 0 0 1-3.029 1.715l-9.997-5.998a2 2 0 0 1-.003-3.432z"}],["path",{d:"M3 20V4"}]];var q9=[["path",{d:"M21 4v16"}],["path",{d:"M6.029 4.285A2 2 0 0 0 3 6v12a2 2 0 0 0 3.029 1.715l9.997-5.998a2 2 0 0 0 .003-3.432z"}]];var N9=[["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 U9=[["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 $9=[["path",{d:"M22 2 2 22"}]];var _9=[["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 j9=[["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 I1=[["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 G9=[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2",ry:"2"}],["path",{d:"M12.667 8 10 12h4l-2.667 4"}]];var Z9=[["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 X9=[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2",ry:"2"}],["path",{d:"M12 18h.01"}]];var J9=[["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 K9=[["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 Y9=[["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 Q9=[["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 ty=[["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 ey=[["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 ay=[["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 ry=[["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 sy=[["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 ny=[["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 D1=[["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 dy=[["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 ly=[["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 iy=[["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 py=[["path",{d:"m6 16 6-12 6 12"}],["path",{d:"M8 12h8"}],["path",{d:"m16 20 2 2 4-4"}]];var hy=[["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 cy=[["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 fy=[["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 uy=[["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 my=[["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 xy=[["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 gy=[["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 W1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M17 12h-2l-2 5-2-10-2 5H7"}]];var O1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m16 8-8 8"}],["path",{d:"M16 16H8V8"}]];var z1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m8 8 8 8"}],["path",{d:"M16 8v8H8"}]];var q1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M12 8v8"}],["path",{d:"m8 12 4 4 4-4"}]];var N1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m12 8-4 4 4 4"}],["path",{d:"M16 12H8"}]];var U1=[["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 $1=[["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 _1=[["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 j1=[["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 G1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 12h8"}],["path",{d:"m12 16 4-4-4-4"}]];var Z1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 16V8h8"}],["path",{d:"M16 16 8 8"}]];var X1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 8h8v8"}],["path",{d:"m8 16 8-8"}]];var J1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m16 12-4-4-4 4"}],["path",{d:"M12 16V8"}]];var K1=[["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 Y1=[["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 ba=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 8h7"}],["path",{d:"M8 12h6"}],["path",{d:"M11 16h5"}]];var Q1=[["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 ts=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m9 12 2 2 4-4"}]];var es=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m16 10-4 4-4-4"}]];var as=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m14 16-4-4 4-4"}]];var rs=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m10 8 4 4-4 4"}]];var os=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m8 14 4-4 4 4"}]];var ss=[["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 My=[["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 vy=[["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 ns=[["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 ds=[["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 yy=[["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 ls=[["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 is=[["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 ps=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["circle",{cx:"12",cy:"12",r:"1"}]];var hs=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M7 10h10"}],["path",{d:"M7 14h10"}]];var cs=[["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 fs=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 7v7"}],["path",{d:"M12 7v4"}],["path",{d:"M16 7v9"}]];var us=[["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 ms=[["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 xs=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M7 8h10"}],["path",{d:"M7 12h10"}],["path",{d:"M7 16h10"}]];var gs=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 12h8"}]];var Ms=[["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 vs=[["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 ys=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 17V7h4a3 3 0 0 1 0 6H9"}]];var wy=[["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 aa=[["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 ws=[["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 Cs=[["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 bs=[["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 Ss=[["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 As=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 12h8"}],["path",{d:"M12 8v8"}]];var ks=[["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 Cy=[["path",{d:"M7 12h2l2 5 2-10h4"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}]];var by=[["path",{d:"M21 11a8 8 0 0 0-8-8"}],["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4"}]];var Hs=[["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 Ls=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M16 8.9V7H8l4 5-4 5h8v-1.9"}]];var Ts=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["line",{x1:"9",x2:"15",y1:"15",y2:"9"}]];var Ps=[["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 Es=[["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 Sy=[["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}],["rect",{x:"8",y:"8",width:"8",height:"8",rx:"1"}]];var Ay=[["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 ky=[["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 Hy=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["rect",{x:"9",y:"9",width:"6",height:"6",rx:"1"}]];var Bs=[["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 Rs=[["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 Vs=[["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 Fs=[["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 Ly=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}]];var Ty=[["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 Py=[["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 Ey=[["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 By=[["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 Ry=[["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 Vy=[["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 Fy=[["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 Iy=[["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 Dy=[["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 Wy=[["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 Oy=[["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 zy=[["path",{d:"M13.971 4.285A2 2 0 0 1 17 6v12a2 2 0 0 1-3.029 1.715l-9.997-5.998a2 2 0 0 1-.003-3.432z"}],["path",{d:"M21 20V4"}]];var qy=[["path",{d:"M10.029 4.285A2 2 0 0 0 7 6v12a2 2 0 0 0 3.029 1.715l9.997-5.998a2 2 0 0 0 .003-3.432z"}],["path",{d:"M3 4v16"}]];var Ny=[["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 Uy=[["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 $y=[["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 _y=[["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 jy=[["rect",{width:"20",height:"6",x:"2",y:"4",rx:"2"}],["rect",{width:"20",height:"6",x:"2",y:"14",rx:"2"}]];var Gy=[["rect",{width:"6",height:"20",x:"4",y:"2",rx:"2"}],["rect",{width:"6",height:"20",x:"14",y:"2",rx:"2"}]];var Zy=[["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 Xy=[["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 Jy=[["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 Ky=[["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 Yy=[["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 Qy=[["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 tw=[["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 ew=[["path",{d:"M12 2v8"}],["path",{d:"m4.93 10.93 1.41 1.41"}],["path",{d:"M2 18h2"}],["path",{d:"M20 18h2"}],["path",{d:"m19.07 10.93-1.41 1.41"}],["path",{d:"M22 22H2"}],["path",{d:"m8 6 4-4 4 4"}],["path",{d:"M16 18a4 4 0 0 0-8 0"}]];var aw=[["path",{d:"M12 10V2"}],["path",{d:"m4.93 10.93 1.41 1.41"}],["path",{d:"M2 18h2"}],["path",{d:"M20 18h2"}],["path",{d:"m19.07 10.93-1.41 1.41"}],["path",{d:"M22 22H2"}],["path",{d:"m16 6-4 4-4-4"}],["path",{d:"M16 18a4 4 0 0 0-8 0"}]];var rw=[["path",{d:"m4 19 8-8"}],["path",{d:"m12 19-8-8"}],["path",{d:"M20 12h-4c0-1.5.442-2 1.5-2.5S20 8.334 20 7.002c0-.472-.17-.93-.484-1.29a2.105 2.105 0 0 0-2.617-.436c-.42.239-.738.614-.899 1.06"}]];var ow=[["path",{d:"M11 17a4 4 0 0 1-8 0V5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2Z"}],["path",{d:"M16.7 13H19a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H7"}],["path",{d:"M 7 17h.01"}],["path",{d:"m11 8 2.3-2.3a2.4 2.4 0 0 1 3.404.004L18.6 7.6a2.4 2.4 0 0 1 .026 3.434L9.9 19.8"}]];var sw=[["path",{d:"M10 21V3h8"}],["path",{d:"M6 16h9"}],["path",{d:"M10 9.5h7"}]];var nw=[["path",{d:"M11 19H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h5"}],["path",{d:"M13 5h7a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-5"}],["circle",{cx:"12",cy:"12",r:"3"}],["path",{d:"m18 22-3-3 3-3"}],["path",{d:"m6 2 3 3-3 3"}]];var dw=[["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 lw=[["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 iw=[["path",{d:"m18 2 4 4"}],["path",{d:"m17 7 3-3"}],["path",{d:"M19 9 8.7 19.3c-1 1-2.5 1-3.4 0l-.6-.6c-1-1-1-2.5 0-3.4L15 5"}],["path",{d:"m9 11 4 4"}],["path",{d:"m5 19-3 3"}],["path",{d:"m14 4 6 6"}]];var pw=[["path",{d:"M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18"}]];var hw=[["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 cw=[["path",{d:"M12 15V9"}],["path",{d:"M3 15h18"}],["path",{d:"M3 9h18"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}]];var fw=[["path",{d:"M14 14v2"}],["path",{d:"M14 20v2"}],["path",{d:"M14 2v2"}],["path",{d:"M14 8v2"}],["path",{d:"M2 15h8"}],["path",{d:"M2 3h6a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H2"}],["path",{d:"M2 9h8"}],["path",{d:"M22 15h-4"}],["path",{d:"M22 3h-2a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h2"}],["path",{d:"M22 9h-4"}],["path",{d:"M5 3v18"}]];var uw=[["path",{d:"M16 5H3"}],["path",{d:"M16 12H3"}],["path",{d:"M16 19H3"}],["path",{d:"M21 5h.01"}],["path",{d:"M21 12h.01"}],["path",{d:"M21 19h.01"}]];var mw=[["path",{d:"M15 3v18"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M21 9H3"}],["path",{d:"M21 15H3"}]];var xw=[["path",{d:"M14 10h2"}],["path",{d:"M15 22v-8"}],["path",{d:"M15 2v4"}],["path",{d:"M2 10h2"}],["path",{d:"M20 10h2"}],["path",{d:"M3 19h18"}],["path",{d:"M3 22v-6a2 2 135 0 1 2-2h14a2 2 45 0 1 2 2v6"}],["path",{d:"M3 2v2a2 2 45 0 0 2 2h14a2 2 135 0 0 2-2V2"}],["path",{d:"M8 10h2"}],["path",{d:"M9 22v-8"}],["path",{d:"M9 2v4"}]];var gw=[["path",{d:"M12 3v18"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}],["path",{d:"M3 15h18"}]];var Mw=[["rect",{width:"10",height:"14",x:"3",y:"8",rx:"2"}],["path",{d:"M5 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2h-2.4"}],["path",{d:"M8 18h.01"}]];var vw=[["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",ry:"2"}],["line",{x1:"12",x2:"12.01",y1:"18",y2:"18"}]];var yw=[["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 ww=[["path",{d:"M12.586 2.586A2 2 0 0 0 11.172 2H4a2 2 0 0 0-2 2v7.172a2 2 0 0 0 .586 1.414l8.704 8.704a2.426 2.426 0 0 0 3.42 0l6.58-6.58a2.426 2.426 0 0 0 0-3.42z"}],["circle",{cx:"7.5",cy:"7.5",r:".5",fill:"currentColor"}]];var Cw=[["path",{d:"M13.172 2a2 2 0 0 1 1.414.586l6.71 6.71a2.4 2.4 0 0 1 0 3.408l-4.592 4.592a2.4 2.4 0 0 1-3.408 0l-6.71-6.71A2 2 0 0 1 6 9.172V3a1 1 0 0 1 1-1z"}],["path",{d:"M2 7v6.172a2 2 0 0 0 .586 1.414l6.71 6.71a2.4 2.4 0 0 0 3.191.193"}],["circle",{cx:"10.5",cy:"6.5",r:".5",fill:"currentColor"}]];var bw=[["path",{d:"M4 4v16"}]];var Sw=[["path",{d:"M4 4v16"}],["path",{d:"M9 4v16"}]];var Aw=[["path",{d:"M4 4v16"}],["path",{d:"M9 4v16"}],["path",{d:"M14 4v16"}]];var kw=[["path",{d:"M4 4v16"}],["path",{d:"M9 4v16"}],["path",{d:"M14 4v16"}],["path",{d:"M19 4v16"}]];var Hw=[["path",{d:"M4 4v16"}],["path",{d:"M9 4v16"}],["path",{d:"M14 4v16"}],["path",{d:"M19 4v16"}],["path",{d:"M22 6 2 18"}]];var Lw=[["circle",{cx:"17",cy:"4",r:"2"}],["path",{d:"M15.59 5.41 5.41 15.59"}],["circle",{cx:"4",cy:"17",r:"2"}],["path",{d:"M12 22s-4-9-1.5-11.5S22 12 22 12"}]];var Tw=[["circle",{cx:"12",cy:"12",r:"10"}],["circle",{cx:"12",cy:"12",r:"6"}],["circle",{cx:"12",cy:"12",r:"2"}]];var Pw=[["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 Ew=[["circle",{cx:"4",cy:"4",r:"2"}],["path",{d:"m14 5 3-3 3 3"}],["path",{d:"m14 10 3-3 3 3"}],["path",{d:"M17 14V2"}],["path",{d:"M17 14H7l-5 8h20Z"}],["path",{d:"M8 14v8"}],["path",{d:"m9 14 5 8"}]];var Bw=[["path",{d:"M3.5 21 14 3"}],["path",{d:"M20.5 21 10 3"}],["path",{d:"M15.5 21 12 15l-3.5 6"}],["path",{d:"M2 21h20"}]];var Rw=[["path",{d:"M12 19h8"}],["path",{d:"m4 17 6-6-6-6"}]];var Is=[["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 Vw=[["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 Fw=[["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 Ds=[["path",{d:"M21 5H3"}],["path",{d:"M17 12H7"}],["path",{d:"M19 19H5"}]];var Ws=[["path",{d:"M21 5H3"}],["path",{d:"M21 12H9"}],["path",{d:"M21 19H7"}]];var Os=[["path",{d:"M3 5h18"}],["path",{d:"M3 12h18"}],["path",{d:"M3 19h18"}]];var Sa=[["path",{d:"M21 5H3"}],["path",{d:"M15 12H3"}],["path",{d:"M17 19H3"}]];var Iw=[["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 Dw=[["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 zs=[["path",{d:"M15 5h6"}],["path",{d:"M15 12h6"}],["path",{d:"M3 19h18"}],["path",{d:"m3 12 3.553-7.724a.5.5 0 0 1 .894 0L11 12"}],["path",{d:"M3.92 10h6.16"}]];var Ww=[["path",{d:"M17 5H3"}],["path",{d:"M21 12H8"}],["path",{d:"M21 19H8"}],["path",{d:"M3 12v7"}]];var Ow=[["path",{d:"M21 5H3"}],["path",{d:"M10 12H3"}],["path",{d:"M10 19H3"}],["circle",{cx:"17",cy:"15",r:"3"}],["path",{d:"m21 19-1.9-1.9"}]];var qs=[["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 Ns=[["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 zw=[["path",{d:"M2 10s3-3 3-8"}],["path",{d:"M22 10s-3-3-3-8"}],["path",{d:"M10 2c0 4.4-3.6 8-8 8"}],["path",{d:"M14 2c0 4.4 3.6 8 8 8"}],["path",{d:"M2 10s2 2 2 5"}],["path",{d:"M22 10s-2 2-2 5"}],["path",{d:"M8 15h8"}],["path",{d:"M2 22v-1a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1"}],["path",{d:"M14 22v-1a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1"}]];var qw=[["path",{d:"m10 20-1.25-2.5L6 18"}],["path",{d:"M10 4 8.75 6.5 6 6"}],["path",{d:"M10.585 15H10"}],["path",{d:"M2 12h6.5L10 9"}],["path",{d:"M20 14.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0z"}],["path",{d:"m4 10 1.5 2L4 14"}],["path",{d:"m7 21 3-6-1.5-3"}],["path",{d:"m7 3 3 6h2"}]];var Nw=[["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 Uw=[["path",{d:"M14 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z"}]];var $w=[["path",{d:"M17 14V2"}],["path",{d:"M9 18.12 10 14H4.17a2 2 0 0 1-1.92-2.56l2.33-8A2 2 0 0 1 6.5 2H20a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.76a2 2 0 0 0-1.79 1.11L12 22a3.13 3.13 0 0 1-3-3.88Z"}]];var _w=[["path",{d:"M7 10v12"}],["path",{d:"M15 5.88 14 10h5.83a2 2 0 0 1 1.92 2.56l-2.33 8A2 2 0 0 1 17.5 22H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2.76a2 2 0 0 0 1.79-1.11L12 2a3.13 3.13 0 0 1 3 3.88Z"}]];var jw=[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z"}],["path",{d:"m9 12 2 2 4-4"}]];var Gw=[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z"}],["path",{d:"M9 12h6"}]];var Zw=[["path",{d:"M2 9a3 3 0 1 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 1 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z"}],["path",{d:"M9 9h.01"}],["path",{d:"m15 9-6 6"}],["path",{d:"M15 15h.01"}]];var Xw=[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z"}],["path",{d:"M9 12h6"}],["path",{d:"M12 9v6"}]];var Jw=[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z"}],["path",{d:"m9.5 14.5 5-5"}]];var Kw=[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z"}],["path",{d:"m9.5 14.5 5-5"}],["path",{d:"m9.5 9.5 5 5"}]];var Yw=[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z"}],["path",{d:"M13 5v2"}],["path",{d:"M13 17v2"}],["path",{d:"M13 11v2"}]];var Qw=[["path",{d:"M10.5 17h1.227a2 2 0 0 0 1.345-.52L18 12"}],["path",{d:"m12 13.5 3.75.5"}],["path",{d:"m4.5 8 10.58-5.06a1 1 0 0 1 1.342.488L18.5 8"}],["path",{d:"M6 10V8"}],["path",{d:"M6 14v1"}],["path",{d:"M6 19v2"}],["rect",{x:"2",y:"8",width:"20",height:"13",rx:"2"}]];var tC=[["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:"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 aC=[["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 rC=[["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 sC=[["circle",{cx:"15",cy:"12",r:"3"}],["rect",{width:"20",height:"14",x:"2",y:"5",rx:"7"}]];var nC=[["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 dC=[["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 lC=[["path",{d:"M21 4H3"}],["path",{d:"M18 8H6"}],["path",{d:"M19 12H9"}],["path",{d:"M16 16h-6"}],["path",{d:"M11 20H9"}]];var iC=[["ellipse",{cx:"12",cy:"11",rx:"3",ry:"2"}],["ellipse",{cx:"12",cy:"12.5",rx:"10",ry:"8.5"}]];var pC=[["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 hC=[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2"}],["path",{d:"M2 14h20"}],["path",{d:"M12 20v-6"}]];var cC=[["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 fC=[["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 uC=[["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 mC=[["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 xC=[["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 gC=[["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 MC=[["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 Us=[["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 vC=[["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 yC=[["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 wC=[["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 CC=[["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 $s=[["path",{d:"M13 8c0-2.76-2.46-5-5.5-5S2 5.24 2 8h2l1-1 1 1h4"}],["path",{d:"M13 7.14A5.82 5.82 0 0 1 16.5 6c3.04 0 5.5 2.24 5.5 5h-3l-1-1-1 1h-3"}],["path",{d:"M5.89 9.71c-2.15 2.15-2.3 5.47-.35 7.43l4.24-4.25.7-.7.71-.71 2.12-2.12c-1.95-1.96-5.27-1.8-7.42.35"}],["path",{d:"M11 15.5c.5 2.5-.17 4.5-1 6.5h4c2-5.5-.5-12-1-14"}]];var bC=[["path",{d:"m17 14 3 3.3a1 1 0 0 1-.7 1.7H4.7a1 1 0 0 1-.7-1.7L7 14h-.3a1 1 0 0 1-.7-1.7L9 9h-.2A1 1 0 0 1 8 7.3L12 3l4 4.3a1 1 0 0 1-.8 1.7H15l3 3.3a1 1 0 0 1-.7 1.7H17Z"}],["path",{d:"M12 22v-3"}]];var SC=[["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 AC=[["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 kC=[["path",{d:"M16 17h6v-6"}],["path",{d:"m22 17-8.5-8.5-5 5L2 7"}]];var HC=[["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 LC=[["path",{d:"M16 7h6v6"}],["path",{d:"m22 7-8.5 8.5-5-5L2 17"}]];var _s=[["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 TC=[["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 PC=[["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 EC=[["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 BC=[["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 RC=[["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 VC=[["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 FC=[["path",{d:"M15 4 5 9"}],["path",{d:"m15 8.5-10 5"}],["path",{d:"M18 12a9 9 0 0 1-9 9V3"}]];var IC=[["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 DC=[["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 WC=[["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 js=[["path",{d:"M7 21h10"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2"}]];var OC=[["path",{d:"m17 2-5 5-5-5"}],["rect",{width:"20",height:"15",x:"2",y:"7",rx:"2"}]];var zC=[["path",{d:"M21 2H3v16h5v4l4-4h5l4-4V2zm-10 9V7m5 4V7"}]];var qC=[["path",{d:"M22 4s-.7 2.1-2 3.4c1.6 10-9.4 17.3-18 11.6 2.2.1 4.4-.6 6-2C3 15.5.5 9.6 3 5c2.2 2.6 5.6 4.1 9 4-.9-4.2 4-6.6 7-3.8 1.1 0 3-1.2 3-1.2z"}]];var NC=[["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 UC=[["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 $C=[["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 _C=[["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 jC=[["path",{d:"M6 4v6a6 6 0 0 0 12 0V4"}],["line",{x1:"4",x2:"20",y1:"20",y2:"20"}]];var GC=[["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 ZC=[["path",{d:"M21 17a9 9 0 0 0-15-6.7L3 13"}],["path",{d:"M3 7v6h6"}],["circle",{cx:"12",cy:"17",r:"1"}]];var XC=[["path",{d:"M3 7v6h6"}],["path",{d:"M21 17a9 9 0 0 0-9-9 9 9 0 0 0-6 2.3L3 13"}]];var JC=[["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 KC=[["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 YC=[["rect",{width:"8",height:"6",x:"5",y:"4",rx:"1"}],["rect",{width:"8",height:"6",x:"11",y:"14",rx:"1"}]];var Gs=[["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 QC=[["path",{d:"M15 7h2a5 5 0 0 1 0 10h-2m-6 0H7A5 5 0 0 1 7 7h2"}]];var tb=[["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 eb=[["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 ab=[["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 rb=[["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 sb=[["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 nb=[["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 db=[["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 lb=[["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 ib=[["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 Zs=[["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 Xs=[["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 Js=[["path",{d:"M2 21a8 8 0 0 1 13.292-6"}],["circle",{cx:"10",cy:"8",r:"5"}],["path",{d:"M22 19h-6"}]];var pb=[["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 Ks=[["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 hb=[["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 Ys=[["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 Qs=[["circle",{cx:"12",cy:"8",r:"5"}],["path",{d:"M20 21a8 8 0 0 0-16 0"}]];var cb=[["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 fb=[["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 ub=[["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 mb=[["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 tn=[["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 xb=[["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 en=[["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 an=[["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 gb=[["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 Mb=[["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 vb=[["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 yb=[["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 wb=[["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 Cb=[["path",{d:"M18 11c-1.5 0-2.5.5-3 2"}],["path",{d:"M4 6a2 2 0 0 0-2 2v4a5 5 0 0 0 5 5 8 8 0 0 1 5 2 8 8 0 0 1 5-2 5 5 0 0 0 5-5V8a2 2 0 0 0-2-2h-3a8 8 0 0 0-5 2 8 8 0 0 0-5-2z"}],["path",{d:"M6 11c1.5 0 2.5.5 3 2"}]];var bb=[["path",{d:"M10 20h4"}],["path",{d:"M12 16v6"}],["path",{d:"M17 2h4v4"}],["path",{d:"m21 2-5.46 5.46"}],["circle",{cx:"12",cy:"11",r:"5"}]];var Sb=[["path",{d:"M12 15v7"}],["path",{d:"M9 19h6"}],["circle",{cx:"12",cy:"9",r:"6"}]];var Ab=[["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 kb=[["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 Hb=[["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 Lb=[["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 Tb=[["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 Pb=[["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 Eb=[["circle",{cx:"6",cy:"12",r:"4"}],["circle",{cx:"18",cy:"12",r:"4"}],["line",{x1:"6",x2:"18",y1:"16",y2:"16"}]];var Bb=[["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 Rb=[["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 Vb=[["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 Fb=[["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 Ib=[["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 Db=[["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 Wb=[["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 Ob=[["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 rn=[["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 zb=[["path",{d:"M19 7V4a1 1 0 0 0-1-1H5a2 2 0 0 0 0 4h15a1 1 0 0 1 1 1v4h-3a2 2 0 0 0 0 4h3a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1"}],["path",{d:"M3 5v14a2 2 0 0 0 2 2h15a1 1 0 0 0 1-1v-4"}]];var qb=[["path",{d:"M12 17v4"}],["path",{d:"M8 21h8"}],["path",{d:"m9 17 6.1-6.1a2 2 0 0 1 2.81.01L22 15"}],["circle",{cx:"8",cy:"9",r:"2"}],["rect",{x:"2",y:"3",width:"20",height:"14",rx:"2"}]];var on=[["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 Nb=[["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 Ub=[["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 $b=[["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 _b=[["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 jb=[["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 Gb=[["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 Zb=[["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 Xb=[["circle",{cx:"12",cy:"10",r:"8"}],["circle",{cx:"12",cy:"10",r:"3"}],["path",{d:"M7 22h10"}],["path",{d:"M12 22v-4"}]];var Jb=[["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 Kb=[["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 Yb=[["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 Qb=[["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 tS=[["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 eS=[["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 aS=[["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 rS=[["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 sS=[["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 nS=[["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 dS=[["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 lS=[["path",{d:"M12 20h.01"}]];var iS=[["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 pS=[["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 hS=[["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 cS=[["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 fS=[["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 uS=[["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 mS=[["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 xS=[["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 gS=[["path",{d:"M18 6 6 18"}],["path",{d:"m6 6 12 12"}]];var MS=[["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 vS=[["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 yS=[["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 wS=[["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 CS=[["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 lL=({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=(jt=qt.pop())!=null?jt:"";for(let oe of qt){let Kt=oe.split(`
53
+ `),Pe="message",se="";for(let z of Kt)z.startsWith("event:")?Pe=z.replace("event:","").trim():z.startsWith("data:")&&(se+=z.replace("data:","").trim());if(!se)continue;let L;try{L=JSON.parse(se)}catch(z){a({type:"error",error:z instanceof Error?z:new Error("Failed to parse chat stream payload")});continue}let Yt=Pe!=="message"?Pe:(fe=L.type)!=null?fe:"message";if((Le=this.onSSEEvent)==null||Le.call(this,Yt,L),this.parseSSEEvent){u.current=p;let z=await this.handleCustomSSEEvent(L,a,u,c,f);if(u.current&&!p&&(p=u.current),z)continue}if(Yt==="reason_start"){let z=(Ne=S(L,!0))!=null?Ne:`reason-${f()}`,k=R(z);k.reasoning=(It=k.reasoning)!=null?It:{id:z,status:"streaming",chunks:[]},k.reasoning.startedAt=(rt=k.reasoning.startedAt)!=null?rt:$((St=L.startedAt)!=null?St:L.timestamp),k.reasoning.completedAt=void 0,k.reasoning.durationMs=void 0,k.streaming=!0,k.reasoning.status="streaming",c(k)}else if(Yt==="reason_chunk"){let z=(Dt=(ft=S(L,!1))!=null?ft:S(L,!0))!=null?Dt:`reason-${f()}`,k=R(z);k.reasoning=(ae=k.reasoning)!=null?ae:{id:z,status:"streaming",chunks:[]},k.reasoning.startedAt=(ut=k.reasoning.startedAt)!=null?ut:$((He=L.startedAt)!=null?He:L.timestamp);let E=(ge=(xe=(J=L.reasoningText)!=null?J:L.text)!=null?xe:L.delta)!=null?ge:"";if(E&&L.hidden!==!0&&k.reasoning.chunks.push(String(E)),k.reasoning.status=L.done?"complete":"streaming",L.done){k.reasoning.completedAt=$((ye=L.completedAt)!=null?ye:L.timestamp);let lt=(Ue=k.reasoning.startedAt)!=null?Ue:Date.now();k.reasoning.durationMs=Math.max(0,((we=k.reasoning.completedAt)!=null?we:Date.now())-lt)}k.streaming=k.reasoning.status!=="complete",c(k)}else if(Yt==="reason_complete"){let z=(Pt=(Q=S(L,!1))!=null?Q:S(L,!0))!=null?Pt:`reason-${f()}`,k=y.get(z);if(k!=null&&k.reasoning){k.reasoning.status="complete",k.reasoning.completedAt=$((Ce=L.completedAt)!=null?Ce:L.timestamp);let lt=(be=k.reasoning.startedAt)!=null?be:Date.now();k.reasoning.durationMs=Math.max(0,((et=k.reasoning.completedAt)!=null?et:Date.now())-lt),k.streaming=!1,c(k)}let E=H(L);E&&A.byStep.delete(E)}else if(Yt==="tool_start"){let z=(Wt=I(L,!0))!=null?Wt:`tool-${f()}`,k=W(z),E=(Se=k.toolCall)!=null?Se:{id:z,status:"pending"};E.name=(Ve=L.toolName)!=null?Ve:E.name,E.status="running",L.args!==void 0&&(E.args=L.args),E.startedAt=(G=E.startedAt)!=null?G:$((Te=L.startedAt)!=null?Te:L.timestamp),E.completedAt=void 0,E.durationMs=void 0,k.toolCall=E,k.streaming=!0,c(k)}else if(Yt==="tool_chunk"){let z=(Tt=(re=I(L,!1))!=null?re:I(L,!0))!=null?Tt:`tool-${f()}`,k=W(z),E=(X=k.toolCall)!=null?X:{id:z,status:"running"};E.startedAt=(mt=E.startedAt)!=null?mt:$((N=L.startedAt)!=null?N:L.timestamp);let lt=(Ht=(ot=(ht=L.text)!=null?ht:L.delta)!=null?ot:L.message)!=null?Ht:"";lt&&(E.chunks=(Ot=E.chunks)!=null?Ot:[],E.chunks.push(String(lt))),E.status="running",k.toolCall=E,k.streaming=!0,c(k)}else if(Yt==="tool_complete"){let z=(dt=(Z=I(L,!1))!=null?Z:I(L,!0))!=null?dt:`tool-${f()}`,k=W(z),E=(Vt=k.toolCall)!=null?Vt:{id:z,status:"running"};if(E.status="complete",L.result!==void 0&&(E.result=L.result),typeof L.duration=="number"&&(E.duration=L.duration),E.completedAt=$((Xt=L.completedAt)!=null?Xt:L.timestamp),typeof L.duration=="number")E.durationMs=L.duration;else{let ne=(pe=E.startedAt)!=null?pe:Date.now();E.durationMs=Math.max(0,((Ua=E.completedAt)!=null?Ua:Date.now())-ne)}k.toolCall=E,k.streaming=!1,c(k);let lt=h(L);lt&&b.byCall.delete(lt)}else if(Yt==="step_chunk"){let z=L.stepType,k=L.executionType;if(z==="tool"||k==="context")continue;let E=g(),lt=(fa=(mn=(Ye=(he=L.text)!=null?he:L.delta)!=null?Ye:L.content)!=null?mn:L.chunk)!=null?fa:"";if(lt){let le=((Qe=st.get(E.id))!=null?Qe:"")+lt;E.rawContent=le,O.has(E.id)||O.set(E.id,this.createStreamParser());let _e=O.get(E.id),Et=le.trim().startsWith("{")||le.trim().startsWith("[");if(Et&&st.set(E.id,le),_e.__isPlainTextParser===!0){E.content+=lt,st.delete(E.id),O.delete(E.id),E.rawContent=void 0,c(E);continue}let Nt=_e.processChunk(le);if(Nt instanceof Promise)Nt.then(zt=>{var ue;let $t=typeof zt=="string"?zt:(ue=zt==null?void 0:zt.text)!=null?ue:null;if($t!==null&&$t.trim()!==""){let _t=p;_t&&_t.id===E.id&&(_t.content=$t,c(_t))}else if(!Et&&!le.trim().startsWith("<")){let _t=p;_t&&_t.id===E.id&&(_t.content+=lt,st.delete(_t.id),O.delete(_t.id),_t.rawContent=void 0,c(_t))}}).catch(()=>{E.content+=lt,st.delete(E.id),O.delete(E.id),E.rawContent=void 0,c(E)});else{let zt=typeof Nt=="string"?Nt:(U=Nt==null?void 0:Nt.text)!=null?U:null;zt!==null&&zt.trim()!==""?(E.content=zt,c(E)):!Et&&!le.trim().startsWith("<")&&(E.content+=lt,st.delete(E.id),O.delete(E.id),E.rawContent=void 0,c(E))}}if(L.isComplete){let ne=(ra=(ua=L.result)==null?void 0:ua.response)!=null?ra:E.content;if(ne){let le=st.get(E.id),_e=le!=null?le:pt(ne);E.rawContent=_e;let Et=O.get(E.id),Ee=null,Nt=!1;if(Et&&(Ee=Et.getExtractedText(),Ee===null&&(Ee=p2(_e)),Ee===null)){let zt=Et.processChunk(_e);zt instanceof Promise?(Nt=!0,zt.then($t=>{var _t;let ue=typeof $t=="string"?$t:(_t=$t==null?void 0:$t.text)!=null?_t:null;if(ue!==null){let Ae=p;Ae&&Ae.id===E.id&&(Ae.content=ue,Ae.streaming=!1,O.delete(Ae.id),st.delete(Ae.id),c(Ae))}})):Ee=typeof zt=="string"?zt:(Aa=zt==null?void 0:zt.text)!=null?Aa:null}if(!Nt){Ee!==null&&Ee.trim()!==""?E.content=Ee:st.has(E.id)||(E.content=pt(ne));let zt=O.get(E.id);if(zt){let $t=(xn=zt.close)==null?void 0:xn.call(zt);$t instanceof Promise&&$t.catch(()=>{}),O.delete(E.id)}st.delete(E.id),E.streaming=!1,c(E)}}}}else if(Yt==="step_complete"){let z=L.stepType,k=L.executionType;if(z==="tool"||k==="context")continue;let E=(oa=L.result)==null?void 0:oa.response,lt=g();if(E!=null){let ne=O.get(lt.id),le=!1,_e=!1;if(ne){let Et=ne.getExtractedText(),Ee=st.get(lt.id),Nt=Ee!=null?Ee:pt(E);if(lt.rawContent=Nt,Et!==null&&Et.trim()!=="")lt.content=Et,le=!0;else{let zt=p2(Nt);if(zt!==null)lt.content=zt,le=!0;else{let $t=ne.processChunk(Nt);if($t instanceof Promise)_e=!0,$t.then(ue=>{var Ae;let _t=typeof ue=="string"?ue:(Ae=ue==null?void 0:ue.text)!=null?Ae:null;if(_t!==null&&_t.trim()!==""){let ze=p;ze&&ze.id===lt.id&&(ze.content=_t,ze.streaming=!1,O.delete(ze.id),st.delete(ze.id),c(ze))}else{let ze=ne.getExtractedText(),Xe=p;Xe&&Xe.id===lt.id&&(ze!==null&&ze.trim()!==""?Xe.content=ze:st.has(Xe.id)||(Xe.content=pt(E)),Xe.streaming=!1,O.delete(Xe.id),st.delete(Xe.id),c(Xe))}});else{let ue=typeof $t=="string"?$t:(sa=$t==null?void 0:$t.text)!=null?sa:null;if(ue!==null&&ue.trim()!=="")lt.content=ue,le=!0;else{let _t=ne.getExtractedText();_t!==null&&_t.trim()!==""&&(lt.content=_t,le=!0)}}}}}if(!_e){if(!lt.rawContent){let Et=st.get(lt.id);lt.rawContent=Et!=null?Et:pt(E)}if(!le&&!st.has(lt.id)&&(lt.content=pt(E)),ne){let Et=($a=ne.close)==null?void 0:$a.call(ne);Et instanceof Promise&&Et.catch(()=>{})}O.delete(lt.id),st.delete(lt.id),lt.streaming=!1,c(lt)}}else O.delete(lt.id),st.delete(lt.id),lt.streaming=!1,c(lt)}else if(Yt==="flow_complete"){let z=(_a=L.result)==null?void 0:_a.response;if(z!=null){let k=g(),E=st.get(k.id),lt=E!=null?E:pt(z);k.rawContent=lt;let ne=pt(z),le=O.get(k.id);if(le){let Ee=p2(lt);if(Ee!==null)ne=Ee;else{let Nt=le.processChunk(lt);Nt instanceof Promise&&Nt.then($t=>{var _t;let ue=typeof $t=="string"?$t:(_t=$t==null?void 0:$t.text)!=null?_t:null;if(ue!==null){let Ae=p;Ae&&Ae.id===k.id&&(Ae.content=ue,Ae.streaming=!1,c(Ae))}});let zt=le.getExtractedText();zt!==null&&(ne=zt)}}O.delete(k.id),st.delete(k.id);let _e=ne!==k.content,Et=k.streaming!==!1;_e&&(k.content=ne),k.streaming=!1,(_e||Et)&&c(k)}else if(p!==null){let k=p;O.delete(k.id),st.delete(k.id),k.streaming!==!1&&(k.streaming=!1,c(k))}a({type:"status",status:"idle"})}else if(Yt==="agent_start")j={executionId:L.executionId,agentId:($n=L.agentId)!=null?$n:"virtual",agentName:(_n=L.agentName)!=null?_n:"",status:"running",currentIteration:0,maxIterations:(jn=L.maxIterations)!=null?jn:1,startedAt:$(L.startedAt)};else if(Yt==="agent_iteration_start"){if(j&&(j.currentIteration=L.iteration),Mt==="separate"&&L.iteration>1){let z=p;z&&(z.streaming=!1,c(z),at.set(L.iteration-1,z),p=null)}}else if(Yt!=="agent_turn_start"){if(Yt==="agent_turn_delta"){if(L.contentType==="text"){let z=g();z.content+=(gn=L.delta)!=null?gn:"",z.agentMetadata={executionId:L.executionId,iteration:L.iteration,turnId:L.turnId,agentName:j==null?void 0:j.agentName},c(z)}else if(L.contentType==="thinking"){let z=(ja=L.turnId)!=null?ja:`agent-think-${L.iteration}`,k=R(z);k.reasoning=(Jt=k.reasoning)!=null?Jt:{id:z,status:"streaming",chunks:[]},k.reasoning.chunks.push((Mn=L.delta)!=null?Mn:""),k.agentMetadata={executionId:L.executionId,iteration:L.iteration,turnId:L.turnId},c(k)}else if(L.contentType==="tool_input"){let z=(vn=L.toolCallId)!=null?vn:b.lastId;if(z){let k=C.get(z);k!=null&&k.toolCall&&(k.toolCall.chunks=(na=k.toolCall.chunks)!=null?na:[],k.toolCall.chunks.push((Gn=L.delta)!=null?Gn:""),c(k))}}}else if(Yt==="agent_turn_complete"){let z=L.turnId;if(z){let k=y.get(z);if(k!=null&&k.reasoning){k.reasoning.status="complete",k.reasoning.completedAt=$(L.completedAt);let E=(Zn=k.reasoning.startedAt)!=null?Zn:Date.now();k.reasoning.durationMs=Math.max(0,((yn=k.reasoning.completedAt)!=null?yn:Date.now())-E),k.streaming=!1,c(k)}}}else if(Yt==="agent_tool_start"){let z=(ka=L.toolCallId)!=null?ka:`agent-tool-${f()}`;T(h(L),z);let k=W(z),E=(la=k.toolCall)!=null?la:{id:z,status:"pending",name:void 0,args:void 0,chunks:void 0,result:void 0,duration:void 0,startedAt:void 0,completedAt:void 0,durationMs:void 0};E.name=(Xn=L.toolName)!=null?Xn:E.name,E.status="running",L.parameters!==void 0&&(E.args=L.parameters),E.startedAt=$((Jn=L.startedAt)!=null?Jn:L.timestamp),k.toolCall=E,k.streaming=!0,k.agentMetadata={executionId:L.executionId,iteration:L.iteration},c(k)}else if(Yt==="agent_tool_delta"){let z=(Kn=L.toolCallId)!=null?Kn:b.lastId;if(z){let k=(NS=C.get(z))!=null?NS:W(z);k.toolCall&&(k.toolCall.chunks=(Ha=k.toolCall.chunks)!=null?Ha:[],k.toolCall.chunks.push((La=L.delta)!=null?La:""),k.toolCall.status="running",k.streaming=!0,c(k))}}else if(Yt==="agent_tool_complete"){let z=(ie=L.toolCallId)!=null?ie:b.lastId;if(z){let k=(Ga=C.get(z))!=null?Ga:W(z);if(k.toolCall){k.toolCall.status="complete",L.result!==void 0&&(k.toolCall.result=L.result),typeof L.executionTime=="number"&&(k.toolCall.durationMs=L.executionTime),k.toolCall.completedAt=$((wn=L.completedAt)!=null?wn:L.timestamp),k.streaming=!1,c(k);let E=h(L);E&&b.byCall.delete(E)}}}else if(Yt!=="agent_iteration_complete")if(Yt==="agent_reflection"){let z=`agent-reflection-${L.executionId}-${L.iteration}`,k={id:z,role:"assistant",content:(Cn=L.reflection)!=null?Cn:"",createdAt:new Date().toISOString(),streaming:!1,variant:"reasoning",sequence:f(),reasoning:{id:z,status:"complete",chunks:[(bn=L.reflection)!=null?bn:""]},agentMetadata:{executionId:L.executionId,iteration:L.iteration}};c(k)}else if(Yt==="agent_complete"){j&&(j.status=L.success?"complete":"error",j.completedAt=$(L.completedAt),j.stopReason=L.stopReason);let z=p;z&&(z.streaming=!1,c(z)),a({type:"status",status:"idle"})}else if(Yt==="agent_error"){let z=typeof L.error=="string"?L.error:($e=(De=L.error)==null?void 0:De.message)!=null?$e:"Agent execution error";L.recoverable?typeof console!="undefined"&&console.warn("[AgentWidget] Recoverable agent error:",z):a({type:"error",error:new Error(z)})}else Yt==="agent_ping"||Yt==="error"&&L.error&&a({type:"error",error:L.error instanceof Error?L.error:new Error(String(L.error))})}}}}};function lL(){let r=Date.now().toString(36),e=Math.random().toString(36).substring(2,10);return`msg_${r}_${e}`}function Ja(){let r=Date.now().toString(36),e=Math.random().toString(36).substring(2,10);return`usr_${r}_${e}`}function Da(){let r=Date.now().toString(36),e=Math.random().toString(36).substring(2,10);return`ast_${r}_${e}`}var Ka=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 Ia(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 Ia(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:f=!1}=e,c={id:n!=null?n:a==="user"?Ja():a==="assistant"?Da():`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:f,...s!==void 0&&{llmContent:s},...o!==void 0&&{contentParts:o}};return this.upsertMessage(c),c}injectAssistantMessage(e){return this.injectMessage({...e,role:"assistant"})}injectUserMessage(e){return this.injectMessage({...e,role:"user"})}injectSystemMessage(e){return this.injectMessage({...e,role:"system"})}injectMessageBatch(e){let a=[];for(let t of e){let{role:s,content:o,llmContent:n,contentParts:l,id:i,createdAt:f,sequence:m,streaming:c=!1}=t,u={id:i!=null?i:s==="user"?Ja():s==="assistant"?Da():`system-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:s,content:o,createdAt:f!=null?f:new Date().toISOString(),sequence:m!=null?m:this.nextSequence(),streaming:c,...n!==void 0&&{llmContent:n},...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 f,m,c,p,u;let t=e.trim();if(!t&&(!(a!=null&&a.contentParts)||a.contentParts.length===0))return;(f=this.abortController)==null||f.abort();let s=Ja(),o=Da(),n={id:s,role:"user",content:t||"[Image]",createdAt:new Date().toISOString(),sequence:this.nextSequence(),viaVoice:(a==null?void 0:a.viaVoice)||!1,...(a==null?void 0:a.contentParts)&&a.contentParts.length>0&&{contentParts:a.contentParts}};this.appendMessage(n),this.setStreaming(!0);let 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(y){let C=y instanceof Error&&(y.name==="AbortError"||y.message.includes("aborted")||y.message.includes("abort"));if(!C){let A={id:o,role:"assistant",createdAt:new Date().toISOString(),content:"It looks like the proxy isn't returning a real response yet. Here's a sample message so you can continue testing locally.",sequence:this.nextSequence()};this.appendMessage(A)}this.setStatus("idle"),this.setStreaming(!1),this.abortController=null,C||(y instanceof Error?(c=(m=this.callbacks).onError)==null||c.call(m,y):(u=(p=this.callbacks).onError)==null||u.call(p,new Error(String(y))))}}async continueConversation(){var s,o,n,l,i;if(this.streaming)return;(s=this.abortController)==null||s.abort();let e=Da();this.setStreaming(!0);let a=new AbortController;this.abortController=a;let t=[...this.messages];try{await this.client.dispatch({messages:t,signal:a.signal,assistantMessageId:e},this.handleEvent)}catch(f){let m={id:e,role:"assistant",createdAt:new Date().toISOString(),content:"It looks like the proxy isn't returning a real response yet. Here's a sample message so you can continue testing locally.",sequence:this.nextSequence()};this.appendMessage(m),this.setStatus("idle"),this.setStreaming(!1),this.abortController=null,f instanceof Error?(n=(o=this.callbacks).onError)==null||n.call(o,f):(i=(l=this.callbacks).onError)==null||i.call(l,new Error(String(f)))}}cancel(){var e;(e=this.abortController)==null||e.abort(),this.abortController=null,this.setStreaming(!1),this.setStatus("idle")}clearMessages(){var e;(e=this.abortController)==null||e.abort(),this.abortController=null,this.messages=[],this.agentExecution=null,this.setStreaming(!1),this.setStatus("idle"),this.callbacks.onMessagesChanged([...this.messages])}hydrateMessages(e){var a;(a=this.abortController)==null||a.abort(),this.abortController=null,this.messages=this.sortMessages(e.map(t=>{var s;return{...t,streaming:!1,sequence:(s=t.sequence)!=null?s:this.nextSequence()}})),this.setStreaming(!1),this.setStatus("idle"),this.callbacks.onMessagesChanged([...this.messages])}setStatus(e){this.status!==e&&(this.status=e,this.callbacks.onStatusChanged(e))}setStreaming(e){this.streaming!==e&&(this.streaming=e,this.callbacks.onStreamingChanged(e))}appendMessage(e){let a=this.ensureSequence(e);this.messages=this.sortMessages([...this.messages,a]),this.callbacks.onMessagesChanged([...this.messages])}upsertMessage(e){let a=this.ensureSequence(e),t=this.messages.findIndex(s=>s.id===a.id);if(t===-1){this.appendMessage(a);return}this.messages=this.messages.map((s,o)=>o===t?{...s,...a}:s),this.messages=this.sortMessages(this.messages),this.callbacks.onMessagesChanged([...this.messages])}ensureSequence(e){return e.sequence!==void 0?{...e}:{...e,sequence:this.nextSequence()}}nextSequence(){return this.sequenceCounter++}sortMessages(e){return[...e].sort((a,t)=>{var i,f;let s=new Date(a.createdAt).getTime(),o=new Date(t.createdAt).getTime();if(!Number.isNaN(s)&&!Number.isNaN(o)&&s!==o)return s-o;let n=(i=a.sequence)!=null?i:0,l=(f=t.sequence)!=null?f:0;return n!==l?n-l:a.id.localeCompare(t.id)})}};var w=(r,e)=>{let a=document.createElement(r);return e&&(a.className=e),a};var nA={};$S(nA,{AArrowDown:()=>g2,AArrowUp:()=>M2,ALargeSmall:()=>v2,Accessibility:()=>y2,Activity:()=>w2,ActivitySquare:()=>W1,AirVent:()=>C2,Airplay:()=>b2,AlarmCheck:()=>Ya,AlarmClock:()=>A2,AlarmClockCheck:()=>Ya,AlarmClockMinus:()=>Qa,AlarmClockOff:()=>S2,AlarmClockPlus:()=>tr,AlarmMinus:()=>Qa,AlarmPlus:()=>tr,AlarmSmoke:()=>k2,Album:()=>H2,AlertCircle:()=>Tr,AlertOctagon:()=>f1,AlertTriangle:()=>_s,AlignCenter:()=>Ds,AlignCenterHorizontal:()=>L2,AlignCenterVertical:()=>T2,AlignEndHorizontal:()=>P2,AlignEndVertical:()=>E2,AlignHorizontalDistributeCenter:()=>B2,AlignHorizontalDistributeEnd:()=>R2,AlignHorizontalDistributeStart:()=>V2,AlignHorizontalJustifyCenter:()=>F2,AlignHorizontalJustifyEnd:()=>I2,AlignHorizontalJustifyStart:()=>D2,AlignHorizontalSpaceAround:()=>W2,AlignHorizontalSpaceBetween:()=>O2,AlignJustify:()=>Os,AlignLeft:()=>ba,AlignRight:()=>Ws,AlignStartHorizontal:()=>z2,AlignStartVertical:()=>q2,AlignVerticalDistributeCenter:()=>N2,AlignVerticalDistributeEnd:()=>U2,AlignVerticalDistributeStart:()=>$2,AlignVerticalJustifyCenter:()=>_2,AlignVerticalJustifyEnd:()=>j2,AlignVerticalJustifyStart:()=>G2,AlignVerticalSpaceAround:()=>Z2,AlignVerticalSpaceBetween:()=>X2,Ambulance:()=>J2,Ampersand:()=>K2,Ampersands:()=>Y2,Amphora:()=>Q2,Anchor:()=>tl,Angry:()=>el,Annoyed:()=>al,Antenna:()=>rl,Anvil:()=>ol,Aperture:()=>sl,AppWindow:()=>ll,AppWindowMac:()=>nl,Apple:()=>dl,Archive:()=>hl,ArchiveRestore:()=>il,ArchiveX:()=>pl,AreaChart:()=>mr,Armchair:()=>cl,ArrowBigDown:()=>ul,ArrowBigDownDash:()=>fl,ArrowBigLeft:()=>xl,ArrowBigLeftDash:()=>ml,ArrowBigRight:()=>Ml,ArrowBigRightDash:()=>gl,ArrowBigUp:()=>yl,ArrowBigUpDash:()=>vl,ArrowDown:()=>Pl,ArrowDown01:()=>wl,ArrowDown10:()=>Cl,ArrowDownAZ:()=>er,ArrowDownAz:()=>er,ArrowDownCircle:()=>Pr,ArrowDownFromLine:()=>bl,ArrowDownLeft:()=>Sl,ArrowDownLeftFromCircle:()=>Br,ArrowDownLeftFromSquare:()=>U1,ArrowDownLeftSquare:()=>O1,ArrowDownNarrowWide:()=>Al,ArrowDownRight:()=>kl,ArrowDownRightFromCircle:()=>Rr,ArrowDownRightFromSquare:()=>$1,ArrowDownRightSquare:()=>z1,ArrowDownSquare:()=>q1,ArrowDownToDot:()=>Hl,ArrowDownToLine:()=>Ll,ArrowDownUp:()=>Tl,ArrowDownWideNarrow:()=>ar,ArrowDownZA:()=>rr,ArrowDownZa:()=>rr,ArrowLeft:()=>Vl,ArrowLeftCircle:()=>Er,ArrowLeftFromLine:()=>El,ArrowLeftRight:()=>Bl,ArrowLeftSquare:()=>N1,ArrowLeftToLine:()=>Rl,ArrowRight:()=>Wl,ArrowRightCircle:()=>Ir,ArrowRightFromLine:()=>Fl,ArrowRightLeft:()=>Il,ArrowRightSquare:()=>G1,ArrowRightToLine:()=>Dl,ArrowUp:()=>Zl,ArrowUp01:()=>Ol,ArrowUp10:()=>zl,ArrowUpAZ:()=>or,ArrowUpAz:()=>or,ArrowUpCircle:()=>Dr,ArrowUpDown:()=>ql,ArrowUpFromDot:()=>Nl,ArrowUpFromLine:()=>Ul,ArrowUpLeft:()=>$l,ArrowUpLeftFromCircle:()=>Vr,ArrowUpLeftFromSquare:()=>_1,ArrowUpLeftSquare:()=>Z1,ArrowUpNarrowWide:()=>sr,ArrowUpRight:()=>_l,ArrowUpRightFromCircle:()=>Fr,ArrowUpRightFromSquare:()=>j1,ArrowUpRightSquare:()=>X1,ArrowUpSquare:()=>J1,ArrowUpToLine:()=>jl,ArrowUpWideNarrow:()=>Gl,ArrowUpZA:()=>nr,ArrowUpZa:()=>nr,ArrowsUpFromLine:()=>Xl,Asterisk:()=>Jl,AsteriskSquare:()=>K1,AtSign:()=>Kl,Atom:()=>Yl,AudioLines:()=>Ql,AudioWaveform:()=>td,Award:()=>ed,Axe:()=>ad,Axis3D:()=>lr,Axis3d:()=>lr,Baby:()=>rd,Backpack:()=>od,Badge:()=>yd,BadgeAlert:()=>sd,BadgeCent:()=>nd,BadgeCheck:()=>dr,BadgeDollarSign:()=>ld,BadgeEuro:()=>dd,BadgeHelp:()=>ir,BadgeIndianRupee:()=>id,BadgeInfo:()=>pd,BadgeJapaneseYen:()=>hd,BadgeMinus:()=>cd,BadgePercent:()=>fd,BadgePlus:()=>ud,BadgePoundSterling:()=>md,BadgeQuestionMark:()=>ir,BadgeRussianRuble:()=>xd,BadgeSwissFranc:()=>gd,BadgeTurkishLira:()=>Md,BadgeX:()=>vd,BaggageClaim:()=>wd,Ban:()=>Cd,Banana:()=>bd,Bandage:()=>Sd,Banknote:()=>Ld,BanknoteArrowDown:()=>Ad,BanknoteArrowUp:()=>kd,BanknoteX:()=>Hd,BarChart:()=>br,BarChart2:()=>Sr,BarChart3:()=>wr,BarChart4:()=>yr,BarChartBig:()=>vr,BarChartHorizontal:()=>gr,BarChartHorizontalBig:()=>xr,Barcode:()=>Td,Barrel:()=>Pd,Baseline:()=>Ed,Bath:()=>Bd,Battery:()=>Od,BatteryCharging:()=>Rd,BatteryFull:()=>Vd,BatteryLow:()=>Fd,BatteryMedium:()=>Id,BatteryPlus:()=>Dd,BatteryWarning:()=>Wd,Beaker:()=>zd,Bean:()=>Nd,BeanOff:()=>qd,Bed:()=>_d,BedDouble:()=>Ud,BedSingle:()=>$d,Beef:()=>jd,Beer:()=>Zd,BeerOff:()=>Gd,Bell:()=>e0,BellDot:()=>Xd,BellElectric:()=>Jd,BellMinus:()=>Kd,BellOff:()=>Yd,BellPlus:()=>Qd,BellRing:()=>t0,BetweenHorizonalEnd:()=>pr,BetweenHorizonalStart:()=>hr,BetweenHorizontalEnd:()=>pr,BetweenHorizontalStart:()=>hr,BetweenVerticalEnd:()=>a0,BetweenVerticalStart:()=>r0,BicepsFlexed:()=>o0,Bike:()=>s0,Binary:()=>n0,Binoculars:()=>l0,Biohazard:()=>i0,Bird:()=>d0,Birdhouse:()=>p0,Bitcoin:()=>h0,Blend:()=>c0,Blinds:()=>f0,Blocks:()=>u0,Bluetooth:()=>M0,BluetoothConnected:()=>m0,BluetoothOff:()=>x0,BluetoothSearching:()=>g0,Bold:()=>v0,Bolt:()=>y0,Bomb:()=>w0,Bone:()=>C0,Book:()=>j0,BookA:()=>b0,BookAlert:()=>S0,BookAudio:()=>A0,BookCheck:()=>k0,BookCopy:()=>H0,BookDashed:()=>cr,BookDown:()=>L0,BookHeadphones:()=>T0,BookHeart:()=>P0,BookImage:()=>E0,BookKey:()=>B0,BookLock:()=>R0,BookMarked:()=>V0,BookMinus:()=>F0,BookOpen:()=>W0,BookOpenCheck:()=>I0,BookOpenText:()=>D0,BookPlus:()=>O0,BookTemplate:()=>cr,BookText:()=>z0,BookType:()=>q0,BookUp:()=>U0,BookUp2:()=>N0,BookUser:()=>$0,BookX:()=>_0,Bookmark:()=>K0,BookmarkCheck:()=>G0,BookmarkMinus:()=>Z0,BookmarkPlus:()=>X0,BookmarkX:()=>J0,BoomBox:()=>Y0,Bot:()=>ei,BotMessageSquare:()=>Q0,BotOff:()=>ti,BottleWine:()=>ai,BowArrow:()=>ri,Box:()=>oi,BoxSelect:()=>ds,Boxes:()=>si,Braces:()=>fr,Brackets:()=>ni,Brain:()=>ii,BrainCircuit:()=>li,BrainCog:()=>di,BrickWall:()=>ci,BrickWallFire:()=>pi,BrickWallShield:()=>hi,Briefcase:()=>xi,BriefcaseBusiness:()=>fi,BriefcaseConveyorBelt:()=>ui,BriefcaseMedical:()=>mi,BringToFront:()=>gi,Brush:()=>vi,BrushCleaning:()=>Mi,Bubbles:()=>yi,Bug:()=>bi,BugOff:()=>wi,BugPlay:()=>Ci,Building:()=>Ai,Building2:()=>Si,Bus:()=>Hi,BusFront:()=>ki,Cable:()=>Ti,CableCar:()=>Li,Cake:()=>Ei,CakeSlice:()=>Pi,Calculator:()=>Bi,Calendar:()=>Qi,Calendar1:()=>Ri,CalendarArrowDown:()=>Vi,CalendarArrowUp:()=>Fi,CalendarCheck:()=>Di,CalendarCheck2:()=>Ii,CalendarClock:()=>Wi,CalendarCog:()=>Oi,CalendarDays:()=>zi,CalendarFold:()=>qi,CalendarHeart:()=>Ni,CalendarMinus:()=>$i,CalendarMinus2:()=>Ui,CalendarOff:()=>_i,CalendarPlus:()=>Gi,CalendarPlus2:()=>ji,CalendarRange:()=>Zi,CalendarSearch:()=>Xi,CalendarSync:()=>Ji,CalendarX:()=>Yi,CalendarX2:()=>Ki,Camera:()=>ep,CameraOff:()=>tp,CandlestickChart:()=>Mr,Candy:()=>op,CandyCane:()=>ap,CandyOff:()=>rp,Cannabis:()=>sp,Captions:()=>ur,CaptionsOff:()=>np,Car:()=>ip,CarFront:()=>lp,CarTaxiFront:()=>dp,Caravan:()=>pp,CardSim:()=>hp,Carrot:()=>cp,CaseLower:()=>fp,CaseSensitive:()=>up,CaseUpper:()=>mp,CassetteTape:()=>xp,Cast:()=>gp,Castle:()=>Mp,Cat:()=>vp,Cctv:()=>yp,ChartArea:()=>mr,ChartBar:()=>gr,ChartBarBig:()=>xr,ChartBarDecreasing:()=>wp,ChartBarIncreasing:()=>Cp,ChartBarStacked:()=>bp,ChartCandlestick:()=>Mr,ChartColumn:()=>wr,ChartColumnBig:()=>vr,ChartColumnDecreasing:()=>Sp,ChartColumnIncreasing:()=>yr,ChartColumnStacked:()=>Ap,ChartGantt:()=>kp,ChartLine:()=>Cr,ChartNetwork:()=>Hp,ChartNoAxesColumn:()=>Sr,ChartNoAxesColumnDecreasing:()=>Lp,ChartNoAxesColumnIncreasing:()=>br,ChartNoAxesCombined:()=>Tp,ChartNoAxesGantt:()=>Ar,ChartPie:()=>kr,ChartScatter:()=>Hr,ChartSpline:()=>Pp,Check:()=>Rp,CheckCheck:()=>Ep,CheckCircle:()=>Wr,CheckCircle2:()=>Or,CheckLine:()=>Bp,CheckSquare:()=>Q1,CheckSquare2:()=>ts,ChefHat:()=>Vp,Cherry:()=>Fp,ChevronDown:()=>Ip,ChevronDownCircle:()=>zr,ChevronDownSquare:()=>es,ChevronFirst:()=>Dp,ChevronLast:()=>Wp,ChevronLeft:()=>Op,ChevronLeftCircle:()=>qr,ChevronLeftSquare:()=>as,ChevronRight:()=>zp,ChevronRightCircle:()=>Nr,ChevronRightSquare:()=>rs,ChevronUp:()=>qp,ChevronUpCircle:()=>Ur,ChevronUpSquare:()=>os,ChevronsDown:()=>Up,ChevronsDownUp:()=>Np,ChevronsLeft:()=>jp,ChevronsLeftRight:()=>_p,ChevronsLeftRightEllipsis:()=>$p,ChevronsRight:()=>Zp,ChevronsRightLeft:()=>Gp,ChevronsUp:()=>Jp,ChevronsUpDown:()=>Xp,Chrome:()=>Lr,Chromium:()=>Lr,Church:()=>Kp,Cigarette:()=>Qp,CigaretteOff:()=>Yp,Circle:()=>fh,CircleAlert:()=>Tr,CircleArrowDown:()=>Pr,CircleArrowLeft:()=>Er,CircleArrowOutDownLeft:()=>Br,CircleArrowOutDownRight:()=>Rr,CircleArrowOutUpLeft:()=>Vr,CircleArrowOutUpRight:()=>Fr,CircleArrowRight:()=>Ir,CircleArrowUp:()=>Dr,CircleCheck:()=>Or,CircleCheckBig:()=>Wr,CircleChevronDown:()=>zr,CircleChevronLeft:()=>qr,CircleChevronRight:()=>Nr,CircleChevronUp:()=>Ur,CircleDashed:()=>th,CircleDivide:()=>$r,CircleDollarSign:()=>eh,CircleDot:()=>rh,CircleDotDashed:()=>ah,CircleEllipsis:()=>oh,CircleEqual:()=>sh,CircleFadingArrowUp:()=>nh,CircleFadingPlus:()=>lh,CircleGauge:()=>_r,CircleHelp:()=>xa,CircleMinus:()=>jr,CircleOff:()=>dh,CircleParking:()=>Zr,CircleParkingOff:()=>Gr,CirclePause:()=>Xr,CirclePercent:()=>Jr,CirclePlay:()=>Kr,CirclePlus:()=>Yr,CirclePoundSterling:()=>ih,CirclePower:()=>Qr,CircleQuestionMark:()=>xa,CircleSlash:()=>ph,CircleSlash2:()=>to,CircleSlashed:()=>to,CircleSmall:()=>hh,CircleStar:()=>ch,CircleStop:()=>eo,CircleUser:()=>ro,CircleUserRound:()=>ao,CircleX:()=>oo,CircuitBoard:()=>uh,Citrus:()=>mh,Clapperboard:()=>xh,Clipboard:()=>kh,ClipboardCheck:()=>gh,ClipboardClock:()=>Mh,ClipboardCopy:()=>vh,ClipboardEdit:()=>no,ClipboardList:()=>yh,ClipboardMinus:()=>wh,ClipboardPaste:()=>Ch,ClipboardPen:()=>no,ClipboardPenLine:()=>so,ClipboardPlus:()=>bh,ClipboardSignature:()=>so,ClipboardType:()=>Sh,ClipboardX:()=>Ah,Clock:()=>_h,Clock1:()=>Hh,Clock10:()=>Lh,Clock11:()=>Th,Clock12:()=>Ph,Clock2:()=>Eh,Clock3:()=>Bh,Clock4:()=>Rh,Clock5:()=>Vh,Clock6:()=>Fh,Clock7:()=>Ih,Clock8:()=>Dh,Clock9:()=>Wh,ClockAlert:()=>Oh,ClockArrowDown:()=>zh,ClockArrowUp:()=>qh,ClockCheck:()=>Nh,ClockFading:()=>Uh,ClockPlus:()=>$h,ClosedCaption:()=>jh,Cloud:()=>dc,CloudAlert:()=>Gh,CloudCheck:()=>Zh,CloudCog:()=>Xh,CloudDownload:()=>lo,CloudDrizzle:()=>Jh,CloudFog:()=>Kh,CloudHail:()=>Yh,CloudLightning:()=>Qh,CloudMoon:()=>ec,CloudMoonRain:()=>tc,CloudOff:()=>ac,CloudRain:()=>oc,CloudRainWind:()=>rc,CloudSnow:()=>sc,CloudSun:()=>lc,CloudSunRain:()=>nc,CloudUpload:()=>io,Cloudy:()=>ic,Clover:()=>pc,Club:()=>hc,Code:()=>cc,Code2:()=>po,CodeSquare:()=>ss,CodeXml:()=>po,Codepen:()=>fc,Codesandbox:()=>uc,Coffee:()=>mc,Cog:()=>xc,Coins:()=>gc,Columns:()=>ho,Columns2:()=>ho,Columns3:()=>co,Columns3Cog:()=>ga,Columns4:()=>Mc,ColumnsSettings:()=>ga,Combine:()=>vc,Command:()=>yc,Compass:()=>wc,Component:()=>Cc,Computer:()=>bc,ConciergeBell:()=>Sc,Cone:()=>Ac,Construction:()=>kc,Contact:()=>Hc,Contact2:()=>fo,ContactRound:()=>fo,Container:()=>Lc,Contrast:()=>Tc,Cookie:()=>Pc,CookingPot:()=>Ec,Copy:()=>Dc,CopyCheck:()=>Bc,CopyMinus:()=>Rc,CopyPlus:()=>Vc,CopySlash:()=>Fc,CopyX:()=>Ic,Copyleft:()=>Wc,Copyright:()=>Oc,CornerDownLeft:()=>zc,CornerDownRight:()=>qc,CornerLeftDown:()=>Nc,CornerLeftUp:()=>Uc,CornerRightDown:()=>$c,CornerRightUp:()=>_c,CornerUpLeft:()=>jc,CornerUpRight:()=>Gc,Cpu:()=>Zc,CreativeCommons:()=>Xc,CreditCard:()=>Jc,Croissant:()=>Kc,Crop:()=>Yc,Cross:()=>Qc,Crosshair:()=>tf,Crown:()=>ef,Cuboid:()=>af,CupSoda:()=>rf,CurlyBraces:()=>fr,Currency:()=>of,Cylinder:()=>sf,Dam:()=>nf,Database:()=>pf,DatabaseBackup:()=>lf,DatabaseZap:()=>df,DecimalsArrowLeft:()=>hf,DecimalsArrowRight:()=>cf,Delete:()=>ff,Dessert:()=>uf,Diameter:()=>mf,Diamond:()=>Mf,DiamondMinus:()=>xf,DiamondPercent:()=>uo,DiamondPlus:()=>gf,Dice1:()=>vf,Dice2:()=>yf,Dice3:()=>wf,Dice4:()=>Cf,Dice5:()=>bf,Dice6:()=>Sf,Dices:()=>Af,Diff:()=>kf,Disc:()=>Pf,Disc2:()=>Hf,Disc3:()=>Lf,DiscAlbum:()=>Tf,Divide:()=>Ef,DivideCircle:()=>$r,DivideSquare:()=>is,Dna:()=>Rf,DnaOff:()=>Bf,Dock:()=>Vf,Dog:()=>Ff,DollarSign:()=>If,Donut:()=>Df,DoorClosed:()=>Of,DoorClosedLocked:()=>Wf,DoorOpen:()=>zf,Dot:()=>qf,DotSquare:()=>ps,Download:()=>Nf,DownloadCloud:()=>lo,DraftingCompass:()=>Uf,Drama:()=>$f,Dribbble:()=>_f,Drill:()=>jf,Drone:()=>Gf,Droplet:()=>Xf,DropletOff:()=>Zf,Droplets:()=>Jf,Drum:()=>Kf,Drumstick:()=>Yf,Dumbbell:()=>Qf,Ear:()=>eu,EarOff:()=>tu,Earth:()=>mo,EarthLock:()=>au,Eclipse:()=>ru,Edit:()=>aa,Edit2:()=>k1,Edit3:()=>A1,Egg:()=>nu,EggFried:()=>ou,EggOff:()=>su,Ellipsis:()=>go,EllipsisVertical:()=>xo,Equal:()=>iu,EqualApproximately:()=>lu,EqualNot:()=>du,EqualSquare:()=>hs,Eraser:()=>pu,EthernetPort:()=>hu,Euro:()=>cu,EvCharger:()=>fu,Expand:()=>uu,ExternalLink:()=>mu,Eye:()=>Mu,EyeClosed:()=>xu,EyeOff:()=>gu,Facebook:()=>vu,Factory:()=>yu,Fan:()=>wu,FastForward:()=>Cu,Feather:()=>bu,Fence:()=>Su,FerrisWheel:()=>Au,Figma:()=>ku,File:()=>em,FileArchive:()=>Hu,FileAudio:()=>Ma,FileAudio2:()=>Ma,FileAxis3D:()=>Mo,FileAxis3d:()=>Mo,FileBadge:()=>vo,FileBadge2:()=>vo,FileBarChart:()=>Co,FileBarChart2:()=>bo,FileBox:()=>Lu,FileBraces:()=>wo,FileBracesCorner:()=>yo,FileChartColumn:()=>bo,FileChartColumnIncreasing:()=>Co,FileChartLine:()=>So,FileChartPie:()=>Ao,FileCheck:()=>Tu,FileCheck2:()=>ko,FileCheckCorner:()=>ko,FileClock:()=>Pu,FileCode:()=>Eu,FileCode2:()=>Ho,FileCodeCorner:()=>Ho,FileCog:()=>Lo,FileCog2:()=>Lo,FileDiff:()=>Bu,FileDigit:()=>Ru,FileDown:()=>Vu,FileEdit:()=>Vo,FileExclamationPoint:()=>To,FileHeadphone:()=>Ma,FileHeart:()=>Fu,FileImage:()=>Iu,FileInput:()=>Du,FileJson:()=>wo,FileJson2:()=>yo,FileKey:()=>Po,FileKey2:()=>Po,FileLineChart:()=>So,FileLock:()=>Eo,FileLock2:()=>Eo,FileMinus:()=>Wu,FileMinus2:()=>Bo,FileMinusCorner:()=>Bo,FileMusic:()=>Ou,FileOutput:()=>zu,FilePen:()=>Vo,FilePenLine:()=>Ro,FilePieChart:()=>Ao,FilePlay:()=>Fo,FilePlus:()=>qu,FilePlus2:()=>Io,FilePlusCorner:()=>Io,FileQuestion:()=>Do,FileQuestionMark:()=>Do,FileScan:()=>Nu,FileSearch:()=>Uu,FileSearch2:()=>Wo,FileSearchCorner:()=>Wo,FileSignal:()=>Oo,FileSignature:()=>Ro,FileSliders:()=>$u,FileSpreadsheet:()=>_u,FileStack:()=>ju,FileSymlink:()=>Gu,FileTerminal:()=>Zu,FileText:()=>Xu,FileType:()=>Ju,FileType2:()=>zo,FileTypeCorner:()=>zo,FileUp:()=>Ku,FileUser:()=>Yu,FileVideo:()=>Fo,FileVideo2:()=>qo,FileVideoCamera:()=>qo,FileVolume:()=>Qu,FileVolume2:()=>Oo,FileWarning:()=>To,FileX:()=>tm,FileX2:()=>No,FileXCorner:()=>No,Files:()=>am,Film:()=>rm,Filter:()=>jo,FilterX:()=>_o,Fingerprint:()=>om,FireExtinguisher:()=>sm,Fish:()=>dm,FishOff:()=>nm,FishSymbol:()=>lm,Flag:()=>cm,FlagOff:()=>im,FlagTriangleLeft:()=>pm,FlagTriangleRight:()=>hm,Flame:()=>um,FlameKindling:()=>fm,Flashlight:()=>xm,FlashlightOff:()=>mm,FlaskConical:()=>Mm,FlaskConicalOff:()=>gm,FlaskRound:()=>vm,FlipHorizontal:()=>wm,FlipHorizontal2:()=>ym,FlipVertical:()=>bm,FlipVertical2:()=>Cm,Flower:()=>Am,Flower2:()=>Sm,Focus:()=>km,FoldHorizontal:()=>Hm,FoldVertical:()=>Lm,Folder:()=>ax,FolderArchive:()=>Tm,FolderCheck:()=>Pm,FolderClock:()=>Em,FolderClosed:()=>Bm,FolderCode:()=>Rm,FolderCog:()=>Uo,FolderCog2:()=>Uo,FolderDot:()=>Vm,FolderDown:()=>Fm,FolderEdit:()=>$o,FolderGit:()=>Dm,FolderGit2:()=>Im,FolderHeart:()=>Wm,FolderInput:()=>Om,FolderKanban:()=>zm,FolderKey:()=>qm,FolderLock:()=>Nm,FolderMinus:()=>Um,FolderOpen:()=>_m,FolderOpenDot:()=>$m,FolderOutput:()=>jm,FolderPen:()=>$o,FolderPlus:()=>Gm,FolderRoot:()=>Zm,FolderSearch:()=>Jm,FolderSearch2:()=>Xm,FolderSymlink:()=>Km,FolderSync:()=>Ym,FolderTree:()=>Qm,FolderUp:()=>tx,FolderX:()=>ex,Folders:()=>rx,Footprints:()=>ox,ForkKnife:()=>an,ForkKnifeCrossed:()=>en,Forklift:()=>sx,FormInput:()=>L1,Forward:()=>nx,Frame:()=>lx,Framer:()=>dx,Frown:()=>ix,Fuel:()=>px,Fullscreen:()=>hx,FunctionSquare:()=>cs,Funnel:()=>jo,FunnelPlus:()=>cx,FunnelX:()=>_o,GalleryHorizontal:()=>ux,GalleryHorizontalEnd:()=>fx,GalleryThumbnails:()=>mx,GalleryVertical:()=>gx,GalleryVerticalEnd:()=>xx,Gamepad:()=>yx,Gamepad2:()=>Mx,GamepadDirectional:()=>vx,GanttChart:()=>Ar,GanttChartSquare:()=>Ca,Gauge:()=>wx,GaugeCircle:()=>_r,Gavel:()=>Cx,Gem:()=>bx,GeorgianLari:()=>Sx,Ghost:()=>Ax,Gift:()=>kx,GitBranch:()=>Tx,GitBranchMinus:()=>Hx,GitBranchPlus:()=>Lx,GitCommit:()=>Go,GitCommitHorizontal:()=>Go,GitCommitVertical:()=>Px,GitCompare:()=>Bx,GitCompareArrows:()=>Ex,GitFork:()=>Rx,GitGraph:()=>Vx,GitMerge:()=>Fx,GitPullRequest:()=>qx,GitPullRequestArrow:()=>Ix,GitPullRequestClosed:()=>Dx,GitPullRequestCreate:()=>Ox,GitPullRequestCreateArrow:()=>Wx,GitPullRequestDraft:()=>zx,Github:()=>Nx,Gitlab:()=>Ux,GlassWater:()=>$x,Glasses:()=>_x,Globe:()=>Gx,Globe2:()=>mo,GlobeLock:()=>jx,Goal:()=>Zx,Gpu:()=>Xx,Grab:()=>Yo,GraduationCap:()=>Jx,Grape:()=>Kx,Grid:()=>va,Grid2X2:()=>Ko,Grid2X2Check:()=>Zo,Grid2X2Plus:()=>Xo,Grid2X2X:()=>Jo,Grid2x2:()=>Ko,Grid2x2Check:()=>Zo,Grid2x2Plus:()=>Xo,Grid2x2X:()=>Jo,Grid3X3:()=>va,Grid3x2:()=>Yx,Grid3x3:()=>va,Grip:()=>e4,GripHorizontal:()=>Qx,GripVertical:()=>t4,Group:()=>a4,Guitar:()=>r4,Ham:()=>o4,Hamburger:()=>s4,Hammer:()=>n4,Hand:()=>c4,HandCoins:()=>l4,HandFist:()=>d4,HandGrab:()=>Yo,HandHeart:()=>i4,HandHelping:()=>Qo,HandMetal:()=>p4,HandPlatter:()=>h4,Handbag:()=>f4,Handshake:()=>u4,HardDrive:()=>g4,HardDriveDownload:()=>m4,HardDriveUpload:()=>x4,HardHat:()=>M4,Hash:()=>v4,HatGlasses:()=>y4,Haze:()=>w4,HdmiPort:()=>C4,Heading:()=>T4,Heading1:()=>b4,Heading2:()=>S4,Heading3:()=>A4,Heading4:()=>k4,Heading5:()=>H4,Heading6:()=>L4,HeadphoneOff:()=>P4,Headphones:()=>E4,Headset:()=>B4,Heart:()=>O4,HeartCrack:()=>R4,HeartHandshake:()=>V4,HeartMinus:()=>F4,HeartOff:()=>I4,HeartPlus:()=>D4,HeartPulse:()=>W4,Heater:()=>z4,Helicopter:()=>q4,HelpCircle:()=>xa,HelpingHand:()=>Qo,Hexagon:()=>N4,Highlighter:()=>U4,History:()=>$4,Home:()=>t1,Hop:()=>j4,HopOff:()=>_4,Hospital:()=>G4,Hotel:()=>Z4,Hourglass:()=>X4,House:()=>t1,HouseHeart:()=>J4,HousePlug:()=>K4,HousePlus:()=>Y4,HouseWifi:()=>Q4,IceCream:()=>a1,IceCream2:()=>e1,IceCreamBowl:()=>e1,IceCreamCone:()=>a1,IdCard:()=>e5,IdCardLanyard:()=>t5,Image:()=>i5,ImageDown:()=>r5,ImageMinus:()=>a5,ImageOff:()=>o5,ImagePlay:()=>s5,ImagePlus:()=>n5,ImageUp:()=>l5,ImageUpscale:()=>d5,Images:()=>p5,Import:()=>h5,Inbox:()=>c5,Indent:()=>wa,IndentDecrease:()=>ya,IndentIncrease:()=>wa,IndianRupee:()=>f5,Infinity:()=>u5,Info:()=>m5,Inspect:()=>Ms,InspectionPanel:()=>x5,Instagram:()=>g5,Italic:()=>M5,IterationCcw:()=>v5,IterationCw:()=>y5,JapaneseYen:()=>w5,Joystick:()=>C5,Kanban:()=>b5,KanbanSquare:()=>fs,KanbanSquareDashed:()=>ns,Kayak:()=>S5,Key:()=>H5,KeyRound:()=>A5,KeySquare:()=>k5,Keyboard:()=>P5,KeyboardMusic:()=>L5,KeyboardOff:()=>T5,Lamp:()=>I5,LampCeiling:()=>E5,LampDesk:()=>B5,LampFloor:()=>R5,LampWallDown:()=>V5,LampWallUp:()=>F5,LandPlot:()=>D5,Landmark:()=>W5,Languages:()=>O5,Laptop:()=>q5,Laptop2:()=>r1,LaptopMinimal:()=>r1,LaptopMinimalCheck:()=>z5,Lasso:()=>U5,LassoSelect:()=>N5,Laugh:()=>$5,Layers:()=>o1,Layers2:()=>_5,Layers3:()=>o1,Layout:()=>S1,LayoutDashboard:()=>j5,LayoutGrid:()=>G5,LayoutList:()=>Z5,LayoutPanelLeft:()=>X5,LayoutPanelTop:()=>J5,LayoutTemplate:()=>K5,Leaf:()=>Y5,LeafyGreen:()=>Q5,Lectern:()=>t3,LetterText:()=>zs,Library:()=>a3,LibraryBig:()=>e3,LibrarySquare:()=>us,LifeBuoy:()=>r3,Ligature:()=>o3,Lightbulb:()=>n3,LightbulbOff:()=>s3,LineChart:()=>Cr,LineSquiggle:()=>l3,Link:()=>p3,Link2:()=>i3,Link2Off:()=>d3,Linkedin:()=>h3,List:()=>P3,ListCheck:()=>c3,ListChecks:()=>f3,ListChevronsDownUp:()=>u3,ListChevronsUpDown:()=>m3,ListCollapse:()=>x3,ListEnd:()=>g3,ListFilter:()=>v3,ListFilterPlus:()=>M3,ListIndentDecrease:()=>ya,ListIndentIncrease:()=>wa,ListMinus:()=>y3,ListMusic:()=>w3,ListOrdered:()=>C3,ListPlus:()=>b3,ListRestart:()=>S3,ListStart:()=>A3,ListTodo:()=>k3,ListTree:()=>H3,ListVideo:()=>L3,ListX:()=>T3,Loader:()=>B3,Loader2:()=>s1,LoaderCircle:()=>s1,LoaderPinwheel:()=>E3,Locate:()=>F3,LocateFixed:()=>R3,LocateOff:()=>V3,LocationEdit:()=>i1,Lock:()=>D3,LockKeyhole:()=>I3,LockKeyholeOpen:()=>n1,LockOpen:()=>l1,LogIn:()=>W3,LogOut:()=>O3,Logs:()=>z3,Lollipop:()=>q3,Luggage:()=>N3,MSquare:()=>ms,Magnet:()=>U3,Mail:()=>K3,MailCheck:()=>$3,MailMinus:()=>_3,MailOpen:()=>j3,MailPlus:()=>G3,MailQuestion:()=>d1,MailQuestionMark:()=>d1,MailSearch:()=>Z3,MailWarning:()=>X3,MailX:()=>J3,Mailbox:()=>Y3,Mails:()=>Q3,Map:()=>u8,MapMinus:()=>t8,MapPin:()=>h8,MapPinCheck:()=>a8,MapPinCheckInside:()=>e8,MapPinHouse:()=>r8,MapPinMinus:()=>s8,MapPinMinusInside:()=>o8,MapPinOff:()=>n8,MapPinPen:()=>i1,MapPinPlus:()=>d8,MapPinPlusInside:()=>l8,MapPinX:()=>p8,MapPinXInside:()=>i8,MapPinned:()=>c8,MapPlus:()=>f8,Mars:()=>x8,MarsStroke:()=>m8,Martini:()=>g8,Maximize:()=>v8,Maximize2:()=>M8,Medal:()=>y8,Megaphone:()=>C8,MegaphoneOff:()=>w8,Meh:()=>b8,MemoryStick:()=>S8,Menu:()=>A8,MenuSquare:()=>xs,Merge:()=>k8,MessageCircle:()=>I8,MessageCircleCode:()=>H8,MessageCircleDashed:()=>L8,MessageCircleHeart:()=>T8,MessageCircleMore:()=>P8,MessageCircleOff:()=>E8,MessageCirclePlus:()=>B8,MessageCircleQuestion:()=>p1,MessageCircleQuestionMark:()=>p1,MessageCircleReply:()=>R8,MessageCircleWarning:()=>V8,MessageCircleX:()=>F8,MessageSquare:()=>Y8,MessageSquareCode:()=>D8,MessageSquareDashed:()=>W8,MessageSquareDiff:()=>O8,MessageSquareDot:()=>z8,MessageSquareHeart:()=>q8,MessageSquareLock:()=>N8,MessageSquareMore:()=>U8,MessageSquareOff:()=>$8,MessageSquarePlus:()=>_8,MessageSquareQuote:()=>j8,MessageSquareReply:()=>G8,MessageSquareShare:()=>Z8,MessageSquareText:()=>X8,MessageSquareWarning:()=>J8,MessageSquareX:()=>K8,MessagesSquare:()=>Q8,Mic:()=>e6,Mic2:()=>h1,MicOff:()=>t6,MicVocal:()=>h1,Microchip:()=>a6,Microscope:()=>r6,Microwave:()=>o6,Milestone:()=>s6,Milk:()=>l6,MilkOff:()=>n6,Minimize:()=>i6,Minimize2:()=>d6,Minus:()=>p6,MinusCircle:()=>jr,MinusSquare:()=>gs,Monitor:()=>S6,MonitorCheck:()=>h6,MonitorCloud:()=>c6,MonitorCog:()=>f6,MonitorDot:()=>u6,MonitorDown:()=>m6,MonitorOff:()=>x6,MonitorPause:()=>g6,MonitorPlay:()=>M6,MonitorSmartphone:()=>v6,MonitorSpeaker:()=>y6,MonitorStop:()=>w6,MonitorUp:()=>C6,MonitorX:()=>b6,Moon:()=>k6,MoonStar:()=>A6,MoreHorizontal:()=>go,MoreVertical:()=>xo,Motorbike:()=>H6,Mountain:()=>T6,MountainSnow:()=>L6,Mouse:()=>F6,MouseOff:()=>P6,MousePointer:()=>V6,MousePointer2:()=>E6,MousePointerBan:()=>B6,MousePointerClick:()=>R6,MousePointerSquareDashed:()=>ls,Move:()=>Z6,Move3D:()=>c1,Move3d:()=>c1,MoveDiagonal:()=>D6,MoveDiagonal2:()=>I6,MoveDown:()=>z6,MoveDownLeft:()=>W6,MoveDownRight:()=>O6,MoveHorizontal:()=>q6,MoveLeft:()=>N6,MoveRight:()=>U6,MoveUp:()=>j6,MoveUpLeft:()=>$6,MoveUpRight:()=>_6,MoveVertical:()=>G6,Music:()=>Y6,Music2:()=>X6,Music3:()=>J6,Music4:()=>K6,Navigation:()=>ag,Navigation2:()=>tg,Navigation2Off:()=>Q6,NavigationOff:()=>eg,Network:()=>rg,Newspaper:()=>og,Nfc:()=>sg,NonBinary:()=>ng,Notebook:()=>pg,NotebookPen:()=>lg,NotebookTabs:()=>dg,NotebookText:()=>ig,NotepadText:()=>cg,NotepadTextDashed:()=>hg,Nut:()=>ug,NutOff:()=>fg,Octagon:()=>xg,OctagonAlert:()=>f1,OctagonMinus:()=>mg,OctagonPause:()=>u1,OctagonX:()=>m1,Omega:()=>gg,Option:()=>Mg,Orbit:()=>vg,Origami:()=>yg,Outdent:()=>ya,Package:()=>Lg,Package2:()=>wg,PackageCheck:()=>Cg,PackageMinus:()=>bg,PackageOpen:()=>Sg,PackagePlus:()=>Ag,PackageSearch:()=>kg,PackageX:()=>Hg,PaintBucket:()=>Tg,PaintRoller:()=>Pg,Paintbrush:()=>Eg,Paintbrush2:()=>x1,PaintbrushVertical:()=>x1,Palette:()=>Bg,Palmtree:()=>$s,Panda:()=>Rg,PanelBottom:()=>Ig,PanelBottomClose:()=>Vg,PanelBottomDashed:()=>g1,PanelBottomInactive:()=>g1,PanelBottomOpen:()=>Fg,PanelLeft:()=>w1,PanelLeftClose:()=>M1,PanelLeftDashed:()=>v1,PanelLeftInactive:()=>v1,PanelLeftOpen:()=>y1,PanelLeftRightDashed:()=>Dg,PanelRight:()=>zg,PanelRightClose:()=>Wg,PanelRightDashed:()=>C1,PanelRightInactive:()=>C1,PanelRightOpen:()=>Og,PanelTop:()=>$g,PanelTopBottomDashed:()=>qg,PanelTopClose:()=>Ng,PanelTopDashed:()=>b1,PanelTopInactive:()=>b1,PanelTopOpen:()=>Ug,PanelsLeftBottom:()=>_g,PanelsLeftRight:()=>co,PanelsRightBottom:()=>jg,PanelsTopBottom:()=>E1,PanelsTopLeft:()=>S1,Paperclip:()=>Gg,Parentheses:()=>Zg,ParkingCircle:()=>Zr,ParkingCircleOff:()=>Gr,ParkingMeter:()=>Xg,ParkingSquare:()=>ys,ParkingSquareOff:()=>vs,PartyPopper:()=>Jg,Pause:()=>Kg,PauseCircle:()=>Xr,PauseOctagon:()=>u1,PawPrint:()=>Yg,PcCase:()=>Qg,Pen:()=>k1,PenBox:()=>aa,PenLine:()=>A1,PenOff:()=>tM,PenSquare:()=>aa,PenTool:()=>eM,Pencil:()=>sM,PencilLine:()=>aM,PencilOff:()=>rM,PencilRuler:()=>oM,Pentagon:()=>nM,Percent:()=>lM,PercentCircle:()=>Jr,PercentDiamond:()=>uo,PercentSquare:()=>ws,PersonStanding:()=>dM,PhilippinePeso:()=>iM,Phone:()=>xM,PhoneCall:()=>pM,PhoneForwarded:()=>hM,PhoneIncoming:()=>cM,PhoneMissed:()=>fM,PhoneOff:()=>uM,PhoneOutgoing:()=>mM,Pi:()=>gM,PiSquare:()=>Cs,Piano:()=>MM,Pickaxe:()=>vM,PictureInPicture:()=>wM,PictureInPicture2:()=>yM,PieChart:()=>kr,PiggyBank:()=>CM,Pilcrow:()=>AM,PilcrowLeft:()=>bM,PilcrowRight:()=>SM,PilcrowSquare:()=>bs,Pill:()=>HM,PillBottle:()=>kM,Pin:()=>TM,PinOff:()=>LM,Pipette:()=>PM,Pizza:()=>EM,Plane:()=>VM,PlaneLanding:()=>BM,PlaneTakeoff:()=>RM,Play:()=>FM,PlayCircle:()=>Kr,PlaySquare:()=>Ss,Plug:()=>DM,Plug2:()=>IM,PlugZap:()=>H1,PlugZap2:()=>H1,Plus:()=>WM,PlusCircle:()=>Yr,PlusSquare:()=>As,Pocket:()=>zM,PocketKnife:()=>OM,Podcast:()=>qM,Pointer:()=>UM,PointerOff:()=>NM,Popcorn:()=>_M,Popsicle:()=>$M,PoundSterling:()=>jM,Power:()=>ZM,PowerCircle:()=>Qr,PowerOff:()=>GM,PowerSquare:()=>ks,Presentation:()=>XM,Printer:()=>KM,PrinterCheck:()=>JM,Projector:()=>YM,Proportions:()=>QM,Puzzle:()=>t7,Pyramid:()=>e7,QrCode:()=>a7,Quote:()=>r7,Rabbit:()=>o7,Radar:()=>s7,Radiation:()=>n7,Radical:()=>l7,Radio:()=>p7,RadioReceiver:()=>d7,RadioTower:()=>i7,Radius:()=>h7,RailSymbol:()=>c7,Rainbow:()=>f7,Rat:()=>u7,Ratio:()=>m7,Receipt:()=>A7,ReceiptCent:()=>x7,ReceiptEuro:()=>g7,ReceiptIndianRupee:()=>M7,ReceiptJapaneseYen:()=>v7,ReceiptPoundSterling:()=>y7,ReceiptRussianRuble:()=>w7,ReceiptSwissFranc:()=>C7,ReceiptText:()=>b7,ReceiptTurkishLira:()=>S7,RectangleCircle:()=>k7,RectangleEllipsis:()=>L1,RectangleGoggles:()=>H7,RectangleHorizontal:()=>L7,RectangleVertical:()=>T7,Recycle:()=>P7,Redo:()=>R7,Redo2:()=>E7,RedoDot:()=>B7,RefreshCcw:()=>F7,RefreshCcwDot:()=>V7,RefreshCw:()=>D7,RefreshCwOff:()=>I7,Refrigerator:()=>W7,Regex:()=>O7,RemoveFormatting:()=>z7,Repeat:()=>U7,Repeat1:()=>q7,Repeat2:()=>N7,Replace:()=>_7,ReplaceAll:()=>$7,Reply:()=>G7,ReplyAll:()=>j7,Rewind:()=>Z7,Ribbon:()=>X7,Rocket:()=>J7,RockingChair:()=>K7,RollerCoaster:()=>Y7,Rose:()=>Q7,Rotate3D:()=>T1,Rotate3d:()=>T1,RotateCcw:()=>av,RotateCcwKey:()=>tv,RotateCcwSquare:()=>ev,RotateCw:()=>ov,RotateCwSquare:()=>rv,Route:()=>nv,RouteOff:()=>sv,Router:()=>lv,Rows:()=>P1,Rows2:()=>P1,Rows3:()=>E1,Rows4:()=>dv,Rss:()=>iv,Ruler:()=>hv,RulerDimensionLine:()=>pv,RussianRuble:()=>cv,Sailboat:()=>fv,Salad:()=>uv,Sandwich:()=>mv,Satellite:()=>gv,SatelliteDish:()=>xv,SaudiRiyal:()=>Mv,Save:()=>wv,SaveAll:()=>vv,SaveOff:()=>yv,Scale:()=>Cv,Scale3D:()=>B1,Scale3d:()=>B1,Scaling:()=>bv,Scan:()=>Bv,ScanBarcode:()=>Sv,ScanEye:()=>Av,ScanFace:()=>kv,ScanHeart:()=>Hv,ScanLine:()=>Lv,ScanQrCode:()=>Tv,ScanSearch:()=>Pv,ScanText:()=>Ev,ScatterChart:()=>Hr,School:()=>Rv,School2:()=>Gs,Scissors:()=>Fv,ScissorsLineDashed:()=>Vv,ScissorsSquare:()=>Hs,ScissorsSquareDashedBottom:()=>Y1,ScreenShare:()=>Dv,ScreenShareOff:()=>Iv,Scroll:()=>Ov,ScrollText:()=>Wv,Search:()=>$v,SearchCheck:()=>zv,SearchCode:()=>qv,SearchSlash:()=>Nv,SearchX:()=>Uv,Section:()=>_v,Send:()=>Gv,SendHorizonal:()=>R1,SendHorizontal:()=>R1,SendToBack:()=>jv,SeparatorHorizontal:()=>Zv,SeparatorVertical:()=>Xv,Server:()=>Qv,ServerCog:()=>Jv,ServerCrash:()=>Kv,ServerOff:()=>Yv,Settings:()=>e9,Settings2:()=>t9,Shapes:()=>a9,Share:()=>o9,Share2:()=>r9,Sheet:()=>s9,Shell:()=>n9,Shield:()=>x9,ShieldAlert:()=>l9,ShieldBan:()=>d9,ShieldCheck:()=>i9,ShieldClose:()=>F1,ShieldEllipsis:()=>p9,ShieldHalf:()=>h9,ShieldMinus:()=>c9,ShieldOff:()=>f9,ShieldPlus:()=>u9,ShieldQuestion:()=>V1,ShieldQuestionMark:()=>V1,ShieldUser:()=>m9,ShieldX:()=>F1,Ship:()=>M9,ShipWheel:()=>g9,Shirt:()=>v9,ShoppingBag:()=>y9,ShoppingBasket:()=>w9,ShoppingCart:()=>C9,Shovel:()=>b9,ShowerHead:()=>S9,Shredder:()=>A9,Shrimp:()=>k9,Shrink:()=>H9,Shrub:()=>L9,Shuffle:()=>T9,Sidebar:()=>w1,SidebarClose:()=>M1,SidebarOpen:()=>y1,Sigma:()=>P9,SigmaSquare:()=>Ls,Signal:()=>F9,SignalHigh:()=>E9,SignalLow:()=>B9,SignalMedium:()=>R9,SignalZero:()=>V9,Signature:()=>I9,Signpost:()=>W9,SignpostBig:()=>D9,Siren:()=>O9,SkipBack:()=>z9,SkipForward:()=>q9,Skull:()=>N9,Slack:()=>U9,Slash:()=>$9,SlashSquare:()=>Ts,Slice:()=>_9,Sliders:()=>I1,SlidersHorizontal:()=>j9,SlidersVertical:()=>I1,Smartphone:()=>X9,SmartphoneCharging:()=>G9,SmartphoneNfc:()=>Z9,Smile:()=>K9,SmilePlus:()=>J9,Snail:()=>Y9,Snowflake:()=>Q9,SoapDispenserDroplet:()=>ty,Sofa:()=>ey,SolarPanel:()=>ay,SortAsc:()=>sr,SortDesc:()=>ar,Soup:()=>ry,Space:()=>oy,Spade:()=>sy,Sparkle:()=>ny,Sparkles:()=>D1,Speaker:()=>ly,Speech:()=>dy,SpellCheck:()=>py,SpellCheck2:()=>iy,Spline:()=>cy,SplinePointer:()=>hy,Split:()=>fy,SplitSquareHorizontal:()=>Ps,SplitSquareVertical:()=>Es,Spool:()=>uy,Spotlight:()=>my,SprayCan:()=>xy,Sprout:()=>gy,Square:()=>Ly,SquareActivity:()=>W1,SquareArrowDown:()=>q1,SquareArrowDownLeft:()=>O1,SquareArrowDownRight:()=>z1,SquareArrowLeft:()=>N1,SquareArrowOutDownLeft:()=>U1,SquareArrowOutDownRight:()=>$1,SquareArrowOutUpLeft:()=>_1,SquareArrowOutUpRight:()=>j1,SquareArrowRight:()=>G1,SquareArrowUp:()=>J1,SquareArrowUpLeft:()=>Z1,SquareArrowUpRight:()=>X1,SquareAsterisk:()=>K1,SquareBottomDashedScissors:()=>Y1,SquareChartGantt:()=>Ca,SquareCheck:()=>ts,SquareCheckBig:()=>Q1,SquareChevronDown:()=>es,SquareChevronLeft:()=>as,SquareChevronRight:()=>rs,SquareChevronUp:()=>os,SquareCode:()=>ss,SquareDashed:()=>ds,SquareDashedBottom:()=>vy,SquareDashedBottomCode:()=>My,SquareDashedKanban:()=>ns,SquareDashedMousePointer:()=>ls,SquareDashedTopSolid:()=>yy,SquareDivide:()=>is,SquareDot:()=>ps,SquareEqual:()=>hs,SquareFunction:()=>cs,SquareGanttChart:()=>Ca,SquareKanban:()=>fs,SquareLibrary:()=>us,SquareM:()=>ms,SquareMenu:()=>xs,SquareMinus:()=>gs,SquareMousePointer:()=>Ms,SquareParking:()=>ys,SquareParkingOff:()=>vs,SquarePause:()=>wy,SquarePen:()=>aa,SquarePercent:()=>ws,SquarePi:()=>Cs,SquarePilcrow:()=>bs,SquarePlay:()=>Ss,SquarePlus:()=>As,SquarePower:()=>ks,SquareRadical:()=>Cy,SquareRoundCorner:()=>by,SquareScissors:()=>Hs,SquareSigma:()=>Ls,SquareSlash:()=>Ts,SquareSplitHorizontal:()=>Ps,SquareSplitVertical:()=>Es,SquareSquare:()=>Sy,SquareStack:()=>Ay,SquareStar:()=>ky,SquareStop:()=>Hy,SquareTerminal:()=>Bs,SquareUser:()=>Vs,SquareUserRound:()=>Rs,SquareX:()=>Fs,SquaresExclude:()=>Ty,SquaresIntersect:()=>Py,SquaresSubtract:()=>Ey,SquaresUnite:()=>By,Squircle:()=>Vy,SquircleDashed:()=>Ry,Squirrel:()=>Fy,Stamp:()=>Iy,Star:()=>Oy,StarHalf:()=>Dy,StarOff:()=>Wy,Stars:()=>D1,StepBack:()=>zy,StepForward:()=>qy,Stethoscope:()=>Ny,Sticker:()=>Uy,StickyNote:()=>$y,StopCircle:()=>eo,Store:()=>_y,StretchHorizontal:()=>jy,StretchVertical:()=>Gy,Strikethrough:()=>Zy,Subscript:()=>Xy,Subtitles:()=>ur,Sun:()=>tw,SunDim:()=>Jy,SunMedium:()=>Ky,SunMoon:()=>Yy,SunSnow:()=>Qy,Sunrise:()=>ew,Sunset:()=>aw,Superscript:()=>rw,SwatchBook:()=>ow,SwissFranc:()=>sw,SwitchCamera:()=>nw,Sword:()=>lw,Swords:()=>dw,Syringe:()=>iw,Table:()=>gw,Table2:()=>pw,TableCellsMerge:()=>hw,TableCellsSplit:()=>cw,TableColumnsSplit:()=>fw,TableConfig:()=>ga,TableOfContents:()=>uw,TableProperties:()=>mw,TableRowsSplit:()=>xw,Tablet:()=>vw,TabletSmartphone:()=>Mw,Tablets:()=>yw,Tag:()=>ww,Tags:()=>Cw,Tally1:()=>bw,Tally2:()=>Sw,Tally3:()=>Aw,Tally4:()=>kw,Tally5:()=>Hw,Tangent:()=>Lw,Target:()=>Tw,Telescope:()=>Pw,Tent:()=>Bw,TentTree:()=>Ew,Terminal:()=>Rw,TerminalSquare:()=>Bs,TestTube:()=>Vw,TestTube2:()=>Is,TestTubeDiagonal:()=>Is,TestTubes:()=>Fw,Text:()=>ba,TextAlignCenter:()=>Ds,TextAlignEnd:()=>Ws,TextAlignJustify:()=>Os,TextAlignStart:()=>ba,TextCursor:()=>Dw,TextCursorInput:()=>Iw,TextInitial:()=>zs,TextQuote:()=>Ww,TextSearch:()=>Ow,TextSelect:()=>qs,TextSelection:()=>qs,TextWrap:()=>Ns,Theater:()=>zw,Thermometer:()=>Uw,ThermometerSnowflake:()=>qw,ThermometerSun:()=>Nw,ThumbsDown:()=>$w,ThumbsUp:()=>_w,Ticket:()=>Yw,TicketCheck:()=>jw,TicketMinus:()=>Gw,TicketPercent:()=>Zw,TicketPlus:()=>Xw,TicketSlash:()=>Jw,TicketX:()=>Kw,Tickets:()=>tC,TicketsPlane:()=>Qw,Timer:()=>rC,TimerOff:()=>eC,TimerReset:()=>aC,ToggleLeft:()=>oC,ToggleRight:()=>sC,Toilet:()=>nC,ToolCase:()=>lC,Tornado:()=>dC,Torus:()=>iC,Touchpad:()=>hC,TouchpadOff:()=>pC,TowerControl:()=>cC,ToyBrick:()=>fC,Tractor:()=>uC,TrafficCone:()=>mC,Train:()=>Us,TrainFront:()=>gC,TrainFrontTunnel:()=>xC,TrainTrack:()=>MC,TramFront:()=>Us,Transgender:()=>vC,Trash:()=>wC,Trash2:()=>yC,TreeDeciduous:()=>CC,TreePalm:()=>$s,TreePine:()=>bC,Trees:()=>SC,Trello:()=>AC,TrendingDown:()=>kC,TrendingUp:()=>LC,TrendingUpDown:()=>HC,Triangle:()=>EC,TriangleAlert:()=>_s,TriangleDashed:()=>TC,TriangleRight:()=>PC,Trophy:()=>BC,Truck:()=>VC,TruckElectric:()=>RC,TurkishLira:()=>FC,Turntable:()=>IC,Turtle:()=>DC,Tv:()=>OC,Tv2:()=>js,TvMinimal:()=>js,TvMinimalPlay:()=>WC,Twitch:()=>zC,Twitter:()=>qC,Type:()=>UC,TypeOutline:()=>NC,Umbrella:()=>_C,UmbrellaOff:()=>$C,Underline:()=>jC,Undo:()=>XC,Undo2:()=>GC,UndoDot:()=>ZC,UnfoldHorizontal:()=>JC,UnfoldVertical:()=>KC,Ungroup:()=>YC,University:()=>Gs,Unlink:()=>tb,Unlink2:()=>QC,Unlock:()=>l1,UnlockKeyhole:()=>n1,Unplug:()=>eb,Upload:()=>ab,UploadCloud:()=>io,Usb:()=>rb,User:()=>mb,User2:()=>Qs,UserCheck:()=>ob,UserCheck2:()=>Zs,UserCircle:()=>ro,UserCircle2:()=>ao,UserCog:()=>sb,UserCog2:()=>Xs,UserLock:()=>nb,UserMinus:()=>lb,UserMinus2:()=>Js,UserPen:()=>db,UserPlus:()=>ib,UserPlus2:()=>Ks,UserRound:()=>Qs,UserRoundCheck:()=>Zs,UserRoundCog:()=>Xs,UserRoundMinus:()=>Js,UserRoundPen:()=>pb,UserRoundPlus:()=>Ks,UserRoundSearch:()=>hb,UserRoundX:()=>Ys,UserSearch:()=>cb,UserSquare:()=>Vs,UserSquare2:()=>Rs,UserStar:()=>fb,UserX:()=>ub,UserX2:()=>Ys,Users:()=>xb,Users2:()=>tn,UsersRound:()=>tn,Utensils:()=>an,UtensilsCrossed:()=>en,UtilityPole:()=>gb,Variable:()=>Mb,Vault:()=>vb,VectorSquare:()=>yb,Vegan:()=>wb,VenetianMask:()=>Cb,Venus:()=>Sb,VenusAndMars:()=>bb,Verified:()=>dr,Vibrate:()=>kb,VibrateOff:()=>Ab,Video:()=>Lb,VideoOff:()=>Hb,Videotape:()=>Tb,View:()=>Pb,Voicemail:()=>Eb,Volleyball:()=>Bb,Volume:()=>Db,Volume1:()=>Rb,Volume2:()=>Vb,VolumeOff:()=>Fb,VolumeX:()=>Ib,Vote:()=>Wb,Wallet:()=>zb,Wallet2:()=>rn,WalletCards:()=>Ob,WalletMinimal:()=>rn,Wallpaper:()=>qb,Wand:()=>Nb,Wand2:()=>on,WandSparkles:()=>on,Warehouse:()=>Ub,WashingMachine:()=>$b,Watch:()=>_b,Waves:()=>jb,WavesLadder:()=>Gb,Waypoints:()=>Zb,Webcam:()=>Xb,Webhook:()=>Kb,WebhookOff:()=>Jb,Weight:()=>Yb,Wheat:()=>tS,WheatOff:()=>Qb,WholeWord:()=>eS,Wifi:()=>iS,WifiCog:()=>aS,WifiHigh:()=>rS,WifiLow:()=>oS,WifiOff:()=>sS,WifiPen:()=>nS,WifiSync:()=>lS,WifiZero:()=>dS,Wind:()=>hS,WindArrowDown:()=>pS,Wine:()=>fS,WineOff:()=>cS,Workflow:()=>uS,Worm:()=>mS,WrapText:()=>Ns,Wrench:()=>xS,X:()=>gS,XCircle:()=>oo,XOctagon:()=>m1,XSquare:()=>Fs,Youtube:()=>MS,Zap:()=>yS,ZapOff:()=>vS,ZoomIn:()=>wS,ZoomOut:()=>CS,createElement:()=>x2,createIcons:()=>iL,icons:()=>sA});var m2={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 dL=([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=dL(s);t.appendChild(o)}),t},x2=(r,e={})=>{let t={...m2,...e};return dL(["svg",t,r])};var ZT=r=>Array.from(r.attributes).reduce((e,a)=>(e[a.name]=a.value,e),{}),XT=r=>typeof r=="string"?r:!r||!r.class?"":r.class&&typeof r.class=="string"?r.class.split(" "):r.class&&Array.isArray(r.class)?r.class:"",JT=r=>r.flatMap(XT).map(a=>a.trim()).filter(Boolean).filter((a,t,s)=>s.indexOf(a)===t).join(" "),KT=r=>r.replace(/(\w)(\w*)(_|-|\s*)/g,(e,a,t)=>a.toUpperCase()+t.toLowerCase()),oA=(r,{nameAttr:e,icons:a,attrs:t})=>{var c;let s=r.getAttribute(e);if(s==null)return;let o=KT(s),n=a[o];if(!n)return console.warn(`${r.outerHTML} icon name was not found in the provided icons object.`);let l=ZT(r),i={...m2,"data-lucide":s,...t,...l},f=JT(["lucide",`lucide-${s}`,l,t]);f&&Object.assign(i,{class:f});let m=x2(n,i);return(c=r.parentNode)==null?void 0:c.replaceChild(m,r)};var sA={};$S(sA,{AArrowDown:()=>g2,AArrowUp:()=>M2,ALargeSmall:()=>v2,Accessibility:()=>y2,Activity:()=>w2,ActivitySquare:()=>W1,AirVent:()=>C2,Airplay:()=>b2,AlarmCheck:()=>Ya,AlarmClock:()=>A2,AlarmClockCheck:()=>Ya,AlarmClockMinus:()=>Qa,AlarmClockOff:()=>S2,AlarmClockPlus:()=>tr,AlarmMinus:()=>Qa,AlarmPlus:()=>tr,AlarmSmoke:()=>k2,Album:()=>H2,AlertCircle:()=>Tr,AlertOctagon:()=>f1,AlertTriangle:()=>_s,AlignCenter:()=>Ds,AlignCenterHorizontal:()=>L2,AlignCenterVertical:()=>T2,AlignEndHorizontal:()=>P2,AlignEndVertical:()=>E2,AlignHorizontalDistributeCenter:()=>B2,AlignHorizontalDistributeEnd:()=>R2,AlignHorizontalDistributeStart:()=>V2,AlignHorizontalJustifyCenter:()=>F2,AlignHorizontalJustifyEnd:()=>I2,AlignHorizontalJustifyStart:()=>D2,AlignHorizontalSpaceAround:()=>W2,AlignHorizontalSpaceBetween:()=>O2,AlignJustify:()=>Os,AlignLeft:()=>ba,AlignRight:()=>Ws,AlignStartHorizontal:()=>z2,AlignStartVertical:()=>q2,AlignVerticalDistributeCenter:()=>N2,AlignVerticalDistributeEnd:()=>U2,AlignVerticalDistributeStart:()=>$2,AlignVerticalJustifyCenter:()=>_2,AlignVerticalJustifyEnd:()=>j2,AlignVerticalJustifyStart:()=>G2,AlignVerticalSpaceAround:()=>Z2,AlignVerticalSpaceBetween:()=>X2,Ambulance:()=>J2,Ampersand:()=>K2,Ampersands:()=>Y2,Amphora:()=>Q2,Anchor:()=>tl,Angry:()=>el,Annoyed:()=>al,Antenna:()=>rl,Anvil:()=>ol,Aperture:()=>sl,AppWindow:()=>ll,AppWindowMac:()=>nl,Apple:()=>dl,Archive:()=>hl,ArchiveRestore:()=>il,ArchiveX:()=>pl,AreaChart:()=>mr,Armchair:()=>cl,ArrowBigDown:()=>ul,ArrowBigDownDash:()=>fl,ArrowBigLeft:()=>xl,ArrowBigLeftDash:()=>ml,ArrowBigRight:()=>Ml,ArrowBigRightDash:()=>gl,ArrowBigUp:()=>yl,ArrowBigUpDash:()=>vl,ArrowDown:()=>Pl,ArrowDown01:()=>wl,ArrowDown10:()=>Cl,ArrowDownAZ:()=>er,ArrowDownAz:()=>er,ArrowDownCircle:()=>Pr,ArrowDownFromLine:()=>bl,ArrowDownLeft:()=>Sl,ArrowDownLeftFromCircle:()=>Br,ArrowDownLeftFromSquare:()=>U1,ArrowDownLeftSquare:()=>O1,ArrowDownNarrowWide:()=>Al,ArrowDownRight:()=>kl,ArrowDownRightFromCircle:()=>Rr,ArrowDownRightFromSquare:()=>$1,ArrowDownRightSquare:()=>z1,ArrowDownSquare:()=>q1,ArrowDownToDot:()=>Hl,ArrowDownToLine:()=>Ll,ArrowDownUp:()=>Tl,ArrowDownWideNarrow:()=>ar,ArrowDownZA:()=>rr,ArrowDownZa:()=>rr,ArrowLeft:()=>Vl,ArrowLeftCircle:()=>Er,ArrowLeftFromLine:()=>El,ArrowLeftRight:()=>Bl,ArrowLeftSquare:()=>N1,ArrowLeftToLine:()=>Rl,ArrowRight:()=>Wl,ArrowRightCircle:()=>Ir,ArrowRightFromLine:()=>Fl,ArrowRightLeft:()=>Il,ArrowRightSquare:()=>G1,ArrowRightToLine:()=>Dl,ArrowUp:()=>Zl,ArrowUp01:()=>Ol,ArrowUp10:()=>zl,ArrowUpAZ:()=>or,ArrowUpAz:()=>or,ArrowUpCircle:()=>Dr,ArrowUpDown:()=>ql,ArrowUpFromDot:()=>Nl,ArrowUpFromLine:()=>Ul,ArrowUpLeft:()=>$l,ArrowUpLeftFromCircle:()=>Vr,ArrowUpLeftFromSquare:()=>_1,ArrowUpLeftSquare:()=>Z1,ArrowUpNarrowWide:()=>sr,ArrowUpRight:()=>_l,ArrowUpRightFromCircle:()=>Fr,ArrowUpRightFromSquare:()=>j1,ArrowUpRightSquare:()=>X1,ArrowUpSquare:()=>J1,ArrowUpToLine:()=>jl,ArrowUpWideNarrow:()=>Gl,ArrowUpZA:()=>nr,ArrowUpZa:()=>nr,ArrowsUpFromLine:()=>Xl,Asterisk:()=>Jl,AsteriskSquare:()=>K1,AtSign:()=>Kl,Atom:()=>Yl,AudioLines:()=>Ql,AudioWaveform:()=>td,Award:()=>ed,Axe:()=>ad,Axis3D:()=>lr,Axis3d:()=>lr,Baby:()=>rd,Backpack:()=>od,Badge:()=>yd,BadgeAlert:()=>sd,BadgeCent:()=>nd,BadgeCheck:()=>dr,BadgeDollarSign:()=>ld,BadgeEuro:()=>dd,BadgeHelp:()=>ir,BadgeIndianRupee:()=>id,BadgeInfo:()=>pd,BadgeJapaneseYen:()=>hd,BadgeMinus:()=>cd,BadgePercent:()=>fd,BadgePlus:()=>ud,BadgePoundSterling:()=>md,BadgeQuestionMark:()=>ir,BadgeRussianRuble:()=>xd,BadgeSwissFranc:()=>gd,BadgeTurkishLira:()=>Md,BadgeX:()=>vd,BaggageClaim:()=>wd,Ban:()=>Cd,Banana:()=>bd,Bandage:()=>Sd,Banknote:()=>Ld,BanknoteArrowDown:()=>Ad,BanknoteArrowUp:()=>kd,BanknoteX:()=>Hd,BarChart:()=>br,BarChart2:()=>Sr,BarChart3:()=>wr,BarChart4:()=>yr,BarChartBig:()=>vr,BarChartHorizontal:()=>gr,BarChartHorizontalBig:()=>xr,Barcode:()=>Td,Barrel:()=>Pd,Baseline:()=>Ed,Bath:()=>Bd,Battery:()=>Od,BatteryCharging:()=>Rd,BatteryFull:()=>Vd,BatteryLow:()=>Fd,BatteryMedium:()=>Id,BatteryPlus:()=>Dd,BatteryWarning:()=>Wd,Beaker:()=>zd,Bean:()=>Nd,BeanOff:()=>qd,Bed:()=>_d,BedDouble:()=>Ud,BedSingle:()=>$d,Beef:()=>jd,Beer:()=>Zd,BeerOff:()=>Gd,Bell:()=>e0,BellDot:()=>Xd,BellElectric:()=>Jd,BellMinus:()=>Kd,BellOff:()=>Yd,BellPlus:()=>Qd,BellRing:()=>t0,BetweenHorizonalEnd:()=>pr,BetweenHorizonalStart:()=>hr,BetweenHorizontalEnd:()=>pr,BetweenHorizontalStart:()=>hr,BetweenVerticalEnd:()=>a0,BetweenVerticalStart:()=>r0,BicepsFlexed:()=>o0,Bike:()=>s0,Binary:()=>n0,Binoculars:()=>l0,Biohazard:()=>i0,Bird:()=>d0,Birdhouse:()=>p0,Bitcoin:()=>h0,Blend:()=>c0,Blinds:()=>f0,Blocks:()=>u0,Bluetooth:()=>M0,BluetoothConnected:()=>m0,BluetoothOff:()=>x0,BluetoothSearching:()=>g0,Bold:()=>v0,Bolt:()=>y0,Bomb:()=>w0,Bone:()=>C0,Book:()=>j0,BookA:()=>b0,BookAlert:()=>S0,BookAudio:()=>A0,BookCheck:()=>k0,BookCopy:()=>H0,BookDashed:()=>cr,BookDown:()=>L0,BookHeadphones:()=>T0,BookHeart:()=>P0,BookImage:()=>E0,BookKey:()=>B0,BookLock:()=>R0,BookMarked:()=>V0,BookMinus:()=>F0,BookOpen:()=>W0,BookOpenCheck:()=>I0,BookOpenText:()=>D0,BookPlus:()=>O0,BookTemplate:()=>cr,BookText:()=>z0,BookType:()=>q0,BookUp:()=>U0,BookUp2:()=>N0,BookUser:()=>$0,BookX:()=>_0,Bookmark:()=>K0,BookmarkCheck:()=>G0,BookmarkMinus:()=>Z0,BookmarkPlus:()=>X0,BookmarkX:()=>J0,BoomBox:()=>Y0,Bot:()=>ei,BotMessageSquare:()=>Q0,BotOff:()=>ti,BottleWine:()=>ai,BowArrow:()=>ri,Box:()=>oi,BoxSelect:()=>ds,Boxes:()=>si,Braces:()=>fr,Brackets:()=>ni,Brain:()=>ii,BrainCircuit:()=>li,BrainCog:()=>di,BrickWall:()=>ci,BrickWallFire:()=>pi,BrickWallShield:()=>hi,Briefcase:()=>xi,BriefcaseBusiness:()=>fi,BriefcaseConveyorBelt:()=>ui,BriefcaseMedical:()=>mi,BringToFront:()=>gi,Brush:()=>vi,BrushCleaning:()=>Mi,Bubbles:()=>yi,Bug:()=>bi,BugOff:()=>wi,BugPlay:()=>Ci,Building:()=>Ai,Building2:()=>Si,Bus:()=>Hi,BusFront:()=>ki,Cable:()=>Ti,CableCar:()=>Li,Cake:()=>Ei,CakeSlice:()=>Pi,Calculator:()=>Bi,Calendar:()=>Qi,Calendar1:()=>Ri,CalendarArrowDown:()=>Vi,CalendarArrowUp:()=>Fi,CalendarCheck:()=>Di,CalendarCheck2:()=>Ii,CalendarClock:()=>Wi,CalendarCog:()=>Oi,CalendarDays:()=>zi,CalendarFold:()=>qi,CalendarHeart:()=>Ni,CalendarMinus:()=>$i,CalendarMinus2:()=>Ui,CalendarOff:()=>_i,CalendarPlus:()=>Gi,CalendarPlus2:()=>ji,CalendarRange:()=>Zi,CalendarSearch:()=>Xi,CalendarSync:()=>Ji,CalendarX:()=>Yi,CalendarX2:()=>Ki,Camera:()=>ep,CameraOff:()=>tp,CandlestickChart:()=>Mr,Candy:()=>op,CandyCane:()=>ap,CandyOff:()=>rp,Cannabis:()=>sp,Captions:()=>ur,CaptionsOff:()=>np,Car:()=>ip,CarFront:()=>lp,CarTaxiFront:()=>dp,Caravan:()=>pp,CardSim:()=>hp,Carrot:()=>cp,CaseLower:()=>fp,CaseSensitive:()=>up,CaseUpper:()=>mp,CassetteTape:()=>xp,Cast:()=>gp,Castle:()=>Mp,Cat:()=>vp,Cctv:()=>yp,ChartArea:()=>mr,ChartBar:()=>gr,ChartBarBig:()=>xr,ChartBarDecreasing:()=>wp,ChartBarIncreasing:()=>Cp,ChartBarStacked:()=>bp,ChartCandlestick:()=>Mr,ChartColumn:()=>wr,ChartColumnBig:()=>vr,ChartColumnDecreasing:()=>Sp,ChartColumnIncreasing:()=>yr,ChartColumnStacked:()=>Ap,ChartGantt:()=>kp,ChartLine:()=>Cr,ChartNetwork:()=>Hp,ChartNoAxesColumn:()=>Sr,ChartNoAxesColumnDecreasing:()=>Lp,ChartNoAxesColumnIncreasing:()=>br,ChartNoAxesCombined:()=>Tp,ChartNoAxesGantt:()=>Ar,ChartPie:()=>kr,ChartScatter:()=>Hr,ChartSpline:()=>Pp,Check:()=>Rp,CheckCheck:()=>Ep,CheckCircle:()=>Wr,CheckCircle2:()=>Or,CheckLine:()=>Bp,CheckSquare:()=>Q1,CheckSquare2:()=>ts,ChefHat:()=>Vp,Cherry:()=>Fp,ChevronDown:()=>Ip,ChevronDownCircle:()=>zr,ChevronDownSquare:()=>es,ChevronFirst:()=>Dp,ChevronLast:()=>Wp,ChevronLeft:()=>Op,ChevronLeftCircle:()=>qr,ChevronLeftSquare:()=>as,ChevronRight:()=>zp,ChevronRightCircle:()=>Nr,ChevronRightSquare:()=>rs,ChevronUp:()=>qp,ChevronUpCircle:()=>Ur,ChevronUpSquare:()=>os,ChevronsDown:()=>Up,ChevronsDownUp:()=>Np,ChevronsLeft:()=>jp,ChevronsLeftRight:()=>_p,ChevronsLeftRightEllipsis:()=>$p,ChevronsRight:()=>Zp,ChevronsRightLeft:()=>Gp,ChevronsUp:()=>Jp,ChevronsUpDown:()=>Xp,Chrome:()=>Lr,Chromium:()=>Lr,Church:()=>Kp,Cigarette:()=>Qp,CigaretteOff:()=>Yp,Circle:()=>fh,CircleAlert:()=>Tr,CircleArrowDown:()=>Pr,CircleArrowLeft:()=>Er,CircleArrowOutDownLeft:()=>Br,CircleArrowOutDownRight:()=>Rr,CircleArrowOutUpLeft:()=>Vr,CircleArrowOutUpRight:()=>Fr,CircleArrowRight:()=>Ir,CircleArrowUp:()=>Dr,CircleCheck:()=>Or,CircleCheckBig:()=>Wr,CircleChevronDown:()=>zr,CircleChevronLeft:()=>qr,CircleChevronRight:()=>Nr,CircleChevronUp:()=>Ur,CircleDashed:()=>th,CircleDivide:()=>$r,CircleDollarSign:()=>eh,CircleDot:()=>rh,CircleDotDashed:()=>ah,CircleEllipsis:()=>oh,CircleEqual:()=>sh,CircleFadingArrowUp:()=>nh,CircleFadingPlus:()=>lh,CircleGauge:()=>_r,CircleHelp:()=>xa,CircleMinus:()=>jr,CircleOff:()=>dh,CircleParking:()=>Zr,CircleParkingOff:()=>Gr,CirclePause:()=>Xr,CirclePercent:()=>Jr,CirclePlay:()=>Kr,CirclePlus:()=>Yr,CirclePoundSterling:()=>ih,CirclePower:()=>Qr,CircleQuestionMark:()=>xa,CircleSlash:()=>ph,CircleSlash2:()=>to,CircleSlashed:()=>to,CircleSmall:()=>hh,CircleStar:()=>ch,CircleStop:()=>eo,CircleUser:()=>ro,CircleUserRound:()=>ao,CircleX:()=>oo,CircuitBoard:()=>uh,Citrus:()=>mh,Clapperboard:()=>xh,Clipboard:()=>kh,ClipboardCheck:()=>gh,ClipboardClock:()=>Mh,ClipboardCopy:()=>vh,ClipboardEdit:()=>no,ClipboardList:()=>yh,ClipboardMinus:()=>wh,ClipboardPaste:()=>Ch,ClipboardPen:()=>no,ClipboardPenLine:()=>so,ClipboardPlus:()=>bh,ClipboardSignature:()=>so,ClipboardType:()=>Sh,ClipboardX:()=>Ah,Clock:()=>_h,Clock1:()=>Hh,Clock10:()=>Lh,Clock11:()=>Th,Clock12:()=>Ph,Clock2:()=>Eh,Clock3:()=>Bh,Clock4:()=>Rh,Clock5:()=>Vh,Clock6:()=>Fh,Clock7:()=>Ih,Clock8:()=>Dh,Clock9:()=>Wh,ClockAlert:()=>Oh,ClockArrowDown:()=>zh,ClockArrowUp:()=>qh,ClockCheck:()=>Nh,ClockFading:()=>Uh,ClockPlus:()=>$h,ClosedCaption:()=>jh,Cloud:()=>dc,CloudAlert:()=>Gh,CloudCheck:()=>Zh,CloudCog:()=>Xh,CloudDownload:()=>lo,CloudDrizzle:()=>Jh,CloudFog:()=>Kh,CloudHail:()=>Yh,CloudLightning:()=>Qh,CloudMoon:()=>ec,CloudMoonRain:()=>tc,CloudOff:()=>ac,CloudRain:()=>oc,CloudRainWind:()=>rc,CloudSnow:()=>sc,CloudSun:()=>lc,CloudSunRain:()=>nc,CloudUpload:()=>io,Cloudy:()=>ic,Clover:()=>pc,Club:()=>hc,Code:()=>cc,Code2:()=>po,CodeSquare:()=>ss,CodeXml:()=>po,Codepen:()=>fc,Codesandbox:()=>uc,Coffee:()=>mc,Cog:()=>xc,Coins:()=>gc,Columns:()=>ho,Columns2:()=>ho,Columns3:()=>co,Columns3Cog:()=>ga,Columns4:()=>Mc,ColumnsSettings:()=>ga,Combine:()=>vc,Command:()=>yc,Compass:()=>wc,Component:()=>Cc,Computer:()=>bc,ConciergeBell:()=>Sc,Cone:()=>Ac,Construction:()=>kc,Contact:()=>Hc,Contact2:()=>fo,ContactRound:()=>fo,Container:()=>Lc,Contrast:()=>Tc,Cookie:()=>Pc,CookingPot:()=>Ec,Copy:()=>Dc,CopyCheck:()=>Bc,CopyMinus:()=>Rc,CopyPlus:()=>Vc,CopySlash:()=>Fc,CopyX:()=>Ic,Copyleft:()=>Wc,Copyright:()=>Oc,CornerDownLeft:()=>zc,CornerDownRight:()=>qc,CornerLeftDown:()=>Nc,CornerLeftUp:()=>Uc,CornerRightDown:()=>$c,CornerRightUp:()=>_c,CornerUpLeft:()=>jc,CornerUpRight:()=>Gc,Cpu:()=>Zc,CreativeCommons:()=>Xc,CreditCard:()=>Jc,Croissant:()=>Kc,Crop:()=>Yc,Cross:()=>Qc,Crosshair:()=>tf,Crown:()=>ef,Cuboid:()=>af,CupSoda:()=>rf,CurlyBraces:()=>fr,Currency:()=>of,Cylinder:()=>sf,Dam:()=>nf,Database:()=>pf,DatabaseBackup:()=>lf,DatabaseZap:()=>df,DecimalsArrowLeft:()=>hf,DecimalsArrowRight:()=>cf,Delete:()=>ff,Dessert:()=>uf,Diameter:()=>mf,Diamond:()=>Mf,DiamondMinus:()=>xf,DiamondPercent:()=>uo,DiamondPlus:()=>gf,Dice1:()=>vf,Dice2:()=>yf,Dice3:()=>wf,Dice4:()=>Cf,Dice5:()=>bf,Dice6:()=>Sf,Dices:()=>Af,Diff:()=>kf,Disc:()=>Pf,Disc2:()=>Hf,Disc3:()=>Lf,DiscAlbum:()=>Tf,Divide:()=>Ef,DivideCircle:()=>$r,DivideSquare:()=>is,Dna:()=>Rf,DnaOff:()=>Bf,Dock:()=>Vf,Dog:()=>Ff,DollarSign:()=>If,Donut:()=>Df,DoorClosed:()=>Of,DoorClosedLocked:()=>Wf,DoorOpen:()=>zf,Dot:()=>qf,DotSquare:()=>ps,Download:()=>Nf,DownloadCloud:()=>lo,DraftingCompass:()=>Uf,Drama:()=>$f,Dribbble:()=>_f,Drill:()=>jf,Drone:()=>Gf,Droplet:()=>Xf,DropletOff:()=>Zf,Droplets:()=>Jf,Drum:()=>Kf,Drumstick:()=>Yf,Dumbbell:()=>Qf,Ear:()=>eu,EarOff:()=>tu,Earth:()=>mo,EarthLock:()=>au,Eclipse:()=>ru,Edit:()=>aa,Edit2:()=>k1,Edit3:()=>A1,Egg:()=>nu,EggFried:()=>ou,EggOff:()=>su,Ellipsis:()=>go,EllipsisVertical:()=>xo,Equal:()=>iu,EqualApproximately:()=>lu,EqualNot:()=>du,EqualSquare:()=>hs,Eraser:()=>pu,EthernetPort:()=>hu,Euro:()=>cu,EvCharger:()=>fu,Expand:()=>uu,ExternalLink:()=>mu,Eye:()=>Mu,EyeClosed:()=>xu,EyeOff:()=>gu,Facebook:()=>vu,Factory:()=>yu,Fan:()=>wu,FastForward:()=>Cu,Feather:()=>bu,Fence:()=>Su,FerrisWheel:()=>Au,Figma:()=>ku,File:()=>em,FileArchive:()=>Hu,FileAudio:()=>Ma,FileAudio2:()=>Ma,FileAxis3D:()=>Mo,FileAxis3d:()=>Mo,FileBadge:()=>vo,FileBadge2:()=>vo,FileBarChart:()=>Co,FileBarChart2:()=>bo,FileBox:()=>Lu,FileBraces:()=>wo,FileBracesCorner:()=>yo,FileChartColumn:()=>bo,FileChartColumnIncreasing:()=>Co,FileChartLine:()=>So,FileChartPie:()=>Ao,FileCheck:()=>Tu,FileCheck2:()=>ko,FileCheckCorner:()=>ko,FileClock:()=>Pu,FileCode:()=>Eu,FileCode2:()=>Ho,FileCodeCorner:()=>Ho,FileCog:()=>Lo,FileCog2:()=>Lo,FileDiff:()=>Bu,FileDigit:()=>Ru,FileDown:()=>Vu,FileEdit:()=>Vo,FileExclamationPoint:()=>To,FileHeadphone:()=>Ma,FileHeart:()=>Fu,FileImage:()=>Iu,FileInput:()=>Du,FileJson:()=>wo,FileJson2:()=>yo,FileKey:()=>Po,FileKey2:()=>Po,FileLineChart:()=>So,FileLock:()=>Eo,FileLock2:()=>Eo,FileMinus:()=>Wu,FileMinus2:()=>Bo,FileMinusCorner:()=>Bo,FileMusic:()=>Ou,FileOutput:()=>zu,FilePen:()=>Vo,FilePenLine:()=>Ro,FilePieChart:()=>Ao,FilePlay:()=>Fo,FilePlus:()=>qu,FilePlus2:()=>Io,FilePlusCorner:()=>Io,FileQuestion:()=>Do,FileQuestionMark:()=>Do,FileScan:()=>Nu,FileSearch:()=>Uu,FileSearch2:()=>Wo,FileSearchCorner:()=>Wo,FileSignal:()=>Oo,FileSignature:()=>Ro,FileSliders:()=>$u,FileSpreadsheet:()=>_u,FileStack:()=>ju,FileSymlink:()=>Gu,FileTerminal:()=>Zu,FileText:()=>Xu,FileType:()=>Ju,FileType2:()=>zo,FileTypeCorner:()=>zo,FileUp:()=>Ku,FileUser:()=>Yu,FileVideo:()=>Fo,FileVideo2:()=>qo,FileVideoCamera:()=>qo,FileVolume:()=>Qu,FileVolume2:()=>Oo,FileWarning:()=>To,FileX:()=>tm,FileX2:()=>No,FileXCorner:()=>No,Files:()=>am,Film:()=>rm,Filter:()=>jo,FilterX:()=>_o,Fingerprint:()=>om,FireExtinguisher:()=>sm,Fish:()=>dm,FishOff:()=>nm,FishSymbol:()=>lm,Flag:()=>cm,FlagOff:()=>im,FlagTriangleLeft:()=>pm,FlagTriangleRight:()=>hm,Flame:()=>um,FlameKindling:()=>fm,Flashlight:()=>xm,FlashlightOff:()=>mm,FlaskConical:()=>Mm,FlaskConicalOff:()=>gm,FlaskRound:()=>vm,FlipHorizontal:()=>wm,FlipHorizontal2:()=>ym,FlipVertical:()=>bm,FlipVertical2:()=>Cm,Flower:()=>Am,Flower2:()=>Sm,Focus:()=>km,FoldHorizontal:()=>Hm,FoldVertical:()=>Lm,Folder:()=>ax,FolderArchive:()=>Tm,FolderCheck:()=>Pm,FolderClock:()=>Em,FolderClosed:()=>Bm,FolderCode:()=>Rm,FolderCog:()=>Uo,FolderCog2:()=>Uo,FolderDot:()=>Vm,FolderDown:()=>Fm,FolderEdit:()=>$o,FolderGit:()=>Dm,FolderGit2:()=>Im,FolderHeart:()=>Wm,FolderInput:()=>Om,FolderKanban:()=>zm,FolderKey:()=>qm,FolderLock:()=>Nm,FolderMinus:()=>Um,FolderOpen:()=>_m,FolderOpenDot:()=>$m,FolderOutput:()=>jm,FolderPen:()=>$o,FolderPlus:()=>Gm,FolderRoot:()=>Zm,FolderSearch:()=>Jm,FolderSearch2:()=>Xm,FolderSymlink:()=>Km,FolderSync:()=>Ym,FolderTree:()=>Qm,FolderUp:()=>tx,FolderX:()=>ex,Folders:()=>rx,Footprints:()=>ox,ForkKnife:()=>an,ForkKnifeCrossed:()=>en,Forklift:()=>sx,FormInput:()=>L1,Forward:()=>nx,Frame:()=>lx,Framer:()=>dx,Frown:()=>ix,Fuel:()=>px,Fullscreen:()=>hx,FunctionSquare:()=>cs,Funnel:()=>jo,FunnelPlus:()=>cx,FunnelX:()=>_o,GalleryHorizontal:()=>ux,GalleryHorizontalEnd:()=>fx,GalleryThumbnails:()=>mx,GalleryVertical:()=>gx,GalleryVerticalEnd:()=>xx,Gamepad:()=>yx,Gamepad2:()=>Mx,GamepadDirectional:()=>vx,GanttChart:()=>Ar,GanttChartSquare:()=>Ca,Gauge:()=>wx,GaugeCircle:()=>_r,Gavel:()=>Cx,Gem:()=>bx,GeorgianLari:()=>Sx,Ghost:()=>Ax,Gift:()=>kx,GitBranch:()=>Tx,GitBranchMinus:()=>Hx,GitBranchPlus:()=>Lx,GitCommit:()=>Go,GitCommitHorizontal:()=>Go,GitCommitVertical:()=>Px,GitCompare:()=>Bx,GitCompareArrows:()=>Ex,GitFork:()=>Rx,GitGraph:()=>Vx,GitMerge:()=>Fx,GitPullRequest:()=>qx,GitPullRequestArrow:()=>Ix,GitPullRequestClosed:()=>Dx,GitPullRequestCreate:()=>Ox,GitPullRequestCreateArrow:()=>Wx,GitPullRequestDraft:()=>zx,Github:()=>Nx,Gitlab:()=>Ux,GlassWater:()=>$x,Glasses:()=>_x,Globe:()=>Gx,Globe2:()=>mo,GlobeLock:()=>jx,Goal:()=>Zx,Gpu:()=>Xx,Grab:()=>Yo,GraduationCap:()=>Jx,Grape:()=>Kx,Grid:()=>va,Grid2X2:()=>Ko,Grid2X2Check:()=>Zo,Grid2X2Plus:()=>Xo,Grid2X2X:()=>Jo,Grid2x2:()=>Ko,Grid2x2Check:()=>Zo,Grid2x2Plus:()=>Xo,Grid2x2X:()=>Jo,Grid3X3:()=>va,Grid3x2:()=>Yx,Grid3x3:()=>va,Grip:()=>e4,GripHorizontal:()=>Qx,GripVertical:()=>t4,Group:()=>a4,Guitar:()=>r4,Ham:()=>o4,Hamburger:()=>s4,Hammer:()=>n4,Hand:()=>c4,HandCoins:()=>l4,HandFist:()=>d4,HandGrab:()=>Yo,HandHeart:()=>i4,HandHelping:()=>Qo,HandMetal:()=>p4,HandPlatter:()=>h4,Handbag:()=>f4,Handshake:()=>u4,HardDrive:()=>g4,HardDriveDownload:()=>m4,HardDriveUpload:()=>x4,HardHat:()=>M4,Hash:()=>v4,HatGlasses:()=>y4,Haze:()=>w4,HdmiPort:()=>C4,Heading:()=>T4,Heading1:()=>b4,Heading2:()=>S4,Heading3:()=>A4,Heading4:()=>k4,Heading5:()=>H4,Heading6:()=>L4,HeadphoneOff:()=>P4,Headphones:()=>E4,Headset:()=>B4,Heart:()=>O4,HeartCrack:()=>R4,HeartHandshake:()=>V4,HeartMinus:()=>F4,HeartOff:()=>I4,HeartPlus:()=>D4,HeartPulse:()=>W4,Heater:()=>z4,Helicopter:()=>q4,HelpCircle:()=>xa,HelpingHand:()=>Qo,Hexagon:()=>N4,Highlighter:()=>U4,History:()=>$4,Home:()=>t1,Hop:()=>j4,HopOff:()=>_4,Hospital:()=>G4,Hotel:()=>Z4,Hourglass:()=>X4,House:()=>t1,HouseHeart:()=>J4,HousePlug:()=>K4,HousePlus:()=>Y4,HouseWifi:()=>Q4,IceCream:()=>a1,IceCream2:()=>e1,IceCreamBowl:()=>e1,IceCreamCone:()=>a1,IdCard:()=>e5,IdCardLanyard:()=>t5,Image:()=>i5,ImageDown:()=>r5,ImageMinus:()=>a5,ImageOff:()=>o5,ImagePlay:()=>s5,ImagePlus:()=>n5,ImageUp:()=>l5,ImageUpscale:()=>d5,Images:()=>p5,Import:()=>h5,Inbox:()=>c5,Indent:()=>wa,IndentDecrease:()=>ya,IndentIncrease:()=>wa,IndianRupee:()=>f5,Infinity:()=>u5,Info:()=>m5,Inspect:()=>Ms,InspectionPanel:()=>x5,Instagram:()=>g5,Italic:()=>M5,IterationCcw:()=>v5,IterationCw:()=>y5,JapaneseYen:()=>w5,Joystick:()=>C5,Kanban:()=>b5,KanbanSquare:()=>fs,KanbanSquareDashed:()=>ns,Kayak:()=>S5,Key:()=>H5,KeyRound:()=>A5,KeySquare:()=>k5,Keyboard:()=>P5,KeyboardMusic:()=>L5,KeyboardOff:()=>T5,Lamp:()=>I5,LampCeiling:()=>E5,LampDesk:()=>B5,LampFloor:()=>R5,LampWallDown:()=>V5,LampWallUp:()=>F5,LandPlot:()=>D5,Landmark:()=>W5,Languages:()=>O5,Laptop:()=>q5,Laptop2:()=>r1,LaptopMinimal:()=>r1,LaptopMinimalCheck:()=>z5,Lasso:()=>U5,LassoSelect:()=>N5,Laugh:()=>$5,Layers:()=>o1,Layers2:()=>_5,Layers3:()=>o1,Layout:()=>S1,LayoutDashboard:()=>j5,LayoutGrid:()=>G5,LayoutList:()=>Z5,LayoutPanelLeft:()=>X5,LayoutPanelTop:()=>J5,LayoutTemplate:()=>K5,Leaf:()=>Y5,LeafyGreen:()=>Q5,Lectern:()=>t3,LetterText:()=>zs,Library:()=>a3,LibraryBig:()=>e3,LibrarySquare:()=>us,LifeBuoy:()=>r3,Ligature:()=>o3,Lightbulb:()=>n3,LightbulbOff:()=>s3,LineChart:()=>Cr,LineSquiggle:()=>l3,Link:()=>p3,Link2:()=>i3,Link2Off:()=>d3,Linkedin:()=>h3,List:()=>P3,ListCheck:()=>c3,ListChecks:()=>f3,ListChevronsDownUp:()=>u3,ListChevronsUpDown:()=>m3,ListCollapse:()=>x3,ListEnd:()=>g3,ListFilter:()=>v3,ListFilterPlus:()=>M3,ListIndentDecrease:()=>ya,ListIndentIncrease:()=>wa,ListMinus:()=>y3,ListMusic:()=>w3,ListOrdered:()=>C3,ListPlus:()=>b3,ListRestart:()=>S3,ListStart:()=>A3,ListTodo:()=>k3,ListTree:()=>H3,ListVideo:()=>L3,ListX:()=>T3,Loader:()=>B3,Loader2:()=>s1,LoaderCircle:()=>s1,LoaderPinwheel:()=>E3,Locate:()=>F3,LocateFixed:()=>R3,LocateOff:()=>V3,LocationEdit:()=>i1,Lock:()=>D3,LockKeyhole:()=>I3,LockKeyholeOpen:()=>n1,LockOpen:()=>l1,LogIn:()=>W3,LogOut:()=>O3,Logs:()=>z3,Lollipop:()=>q3,Luggage:()=>N3,MSquare:()=>ms,Magnet:()=>U3,Mail:()=>K3,MailCheck:()=>$3,MailMinus:()=>_3,MailOpen:()=>j3,MailPlus:()=>G3,MailQuestion:()=>d1,MailQuestionMark:()=>d1,MailSearch:()=>Z3,MailWarning:()=>X3,MailX:()=>J3,Mailbox:()=>Y3,Mails:()=>Q3,Map:()=>u8,MapMinus:()=>t8,MapPin:()=>h8,MapPinCheck:()=>a8,MapPinCheckInside:()=>e8,MapPinHouse:()=>r8,MapPinMinus:()=>s8,MapPinMinusInside:()=>o8,MapPinOff:()=>n8,MapPinPen:()=>i1,MapPinPlus:()=>d8,MapPinPlusInside:()=>l8,MapPinX:()=>p8,MapPinXInside:()=>i8,MapPinned:()=>c8,MapPlus:()=>f8,Mars:()=>x8,MarsStroke:()=>m8,Martini:()=>g8,Maximize:()=>v8,Maximize2:()=>M8,Medal:()=>y8,Megaphone:()=>C8,MegaphoneOff:()=>w8,Meh:()=>b8,MemoryStick:()=>S8,Menu:()=>A8,MenuSquare:()=>xs,Merge:()=>k8,MessageCircle:()=>I8,MessageCircleCode:()=>H8,MessageCircleDashed:()=>L8,MessageCircleHeart:()=>T8,MessageCircleMore:()=>P8,MessageCircleOff:()=>E8,MessageCirclePlus:()=>B8,MessageCircleQuestion:()=>p1,MessageCircleQuestionMark:()=>p1,MessageCircleReply:()=>R8,MessageCircleWarning:()=>V8,MessageCircleX:()=>F8,MessageSquare:()=>Y8,MessageSquareCode:()=>D8,MessageSquareDashed:()=>W8,MessageSquareDiff:()=>O8,MessageSquareDot:()=>z8,MessageSquareHeart:()=>q8,MessageSquareLock:()=>N8,MessageSquareMore:()=>U8,MessageSquareOff:()=>$8,MessageSquarePlus:()=>_8,MessageSquareQuote:()=>j8,MessageSquareReply:()=>G8,MessageSquareShare:()=>Z8,MessageSquareText:()=>X8,MessageSquareWarning:()=>J8,MessageSquareX:()=>K8,MessagesSquare:()=>Q8,Mic:()=>e6,Mic2:()=>h1,MicOff:()=>t6,MicVocal:()=>h1,Microchip:()=>a6,Microscope:()=>r6,Microwave:()=>o6,Milestone:()=>s6,Milk:()=>l6,MilkOff:()=>n6,Minimize:()=>i6,Minimize2:()=>d6,Minus:()=>p6,MinusCircle:()=>jr,MinusSquare:()=>gs,Monitor:()=>S6,MonitorCheck:()=>h6,MonitorCloud:()=>c6,MonitorCog:()=>f6,MonitorDot:()=>u6,MonitorDown:()=>m6,MonitorOff:()=>x6,MonitorPause:()=>g6,MonitorPlay:()=>M6,MonitorSmartphone:()=>v6,MonitorSpeaker:()=>y6,MonitorStop:()=>w6,MonitorUp:()=>C6,MonitorX:()=>b6,Moon:()=>k6,MoonStar:()=>A6,MoreHorizontal:()=>go,MoreVertical:()=>xo,Motorbike:()=>H6,Mountain:()=>T6,MountainSnow:()=>L6,Mouse:()=>F6,MouseOff:()=>P6,MousePointer:()=>V6,MousePointer2:()=>E6,MousePointerBan:()=>B6,MousePointerClick:()=>R6,MousePointerSquareDashed:()=>ls,Move:()=>Z6,Move3D:()=>c1,Move3d:()=>c1,MoveDiagonal:()=>D6,MoveDiagonal2:()=>I6,MoveDown:()=>z6,MoveDownLeft:()=>W6,MoveDownRight:()=>O6,MoveHorizontal:()=>q6,MoveLeft:()=>N6,MoveRight:()=>U6,MoveUp:()=>j6,MoveUpLeft:()=>$6,MoveUpRight:()=>_6,MoveVertical:()=>G6,Music:()=>Y6,Music2:()=>X6,Music3:()=>J6,Music4:()=>K6,Navigation:()=>ag,Navigation2:()=>tg,Navigation2Off:()=>Q6,NavigationOff:()=>eg,Network:()=>rg,Newspaper:()=>og,Nfc:()=>sg,NonBinary:()=>ng,Notebook:()=>pg,NotebookPen:()=>lg,NotebookTabs:()=>dg,NotebookText:()=>ig,NotepadText:()=>cg,NotepadTextDashed:()=>hg,Nut:()=>ug,NutOff:()=>fg,Octagon:()=>xg,OctagonAlert:()=>f1,OctagonMinus:()=>mg,OctagonPause:()=>u1,OctagonX:()=>m1,Omega:()=>gg,Option:()=>Mg,Orbit:()=>vg,Origami:()=>yg,Outdent:()=>ya,Package:()=>Lg,Package2:()=>wg,PackageCheck:()=>Cg,PackageMinus:()=>bg,PackageOpen:()=>Sg,PackagePlus:()=>Ag,PackageSearch:()=>kg,PackageX:()=>Hg,PaintBucket:()=>Tg,PaintRoller:()=>Pg,Paintbrush:()=>Eg,Paintbrush2:()=>x1,PaintbrushVertical:()=>x1,Palette:()=>Bg,Palmtree:()=>$s,Panda:()=>Rg,PanelBottom:()=>Ig,PanelBottomClose:()=>Vg,PanelBottomDashed:()=>g1,PanelBottomInactive:()=>g1,PanelBottomOpen:()=>Fg,PanelLeft:()=>w1,PanelLeftClose:()=>M1,PanelLeftDashed:()=>v1,PanelLeftInactive:()=>v1,PanelLeftOpen:()=>y1,PanelLeftRightDashed:()=>Dg,PanelRight:()=>zg,PanelRightClose:()=>Wg,PanelRightDashed:()=>C1,PanelRightInactive:()=>C1,PanelRightOpen:()=>Og,PanelTop:()=>$g,PanelTopBottomDashed:()=>qg,PanelTopClose:()=>Ng,PanelTopDashed:()=>b1,PanelTopInactive:()=>b1,PanelTopOpen:()=>Ug,PanelsLeftBottom:()=>_g,PanelsLeftRight:()=>co,PanelsRightBottom:()=>jg,PanelsTopBottom:()=>E1,PanelsTopLeft:()=>S1,Paperclip:()=>Gg,Parentheses:()=>Zg,ParkingCircle:()=>Zr,ParkingCircleOff:()=>Gr,ParkingMeter:()=>Xg,ParkingSquare:()=>ys,ParkingSquareOff:()=>vs,PartyPopper:()=>Jg,Pause:()=>Kg,PauseCircle:()=>Xr,PauseOctagon:()=>u1,PawPrint:()=>Yg,PcCase:()=>Qg,Pen:()=>k1,PenBox:()=>aa,PenLine:()=>A1,PenOff:()=>tM,PenSquare:()=>aa,PenTool:()=>eM,Pencil:()=>sM,PencilLine:()=>aM,PencilOff:()=>rM,PencilRuler:()=>oM,Pentagon:()=>nM,Percent:()=>lM,PercentCircle:()=>Jr,PercentDiamond:()=>uo,PercentSquare:()=>ws,PersonStanding:()=>dM,PhilippinePeso:()=>iM,Phone:()=>xM,PhoneCall:()=>pM,PhoneForwarded:()=>hM,PhoneIncoming:()=>cM,PhoneMissed:()=>fM,PhoneOff:()=>uM,PhoneOutgoing:()=>mM,Pi:()=>gM,PiSquare:()=>Cs,Piano:()=>MM,Pickaxe:()=>vM,PictureInPicture:()=>wM,PictureInPicture2:()=>yM,PieChart:()=>kr,PiggyBank:()=>CM,Pilcrow:()=>AM,PilcrowLeft:()=>bM,PilcrowRight:()=>SM,PilcrowSquare:()=>bs,Pill:()=>HM,PillBottle:()=>kM,Pin:()=>TM,PinOff:()=>LM,Pipette:()=>PM,Pizza:()=>EM,Plane:()=>VM,PlaneLanding:()=>BM,PlaneTakeoff:()=>RM,Play:()=>FM,PlayCircle:()=>Kr,PlaySquare:()=>Ss,Plug:()=>DM,Plug2:()=>IM,PlugZap:()=>H1,PlugZap2:()=>H1,Plus:()=>WM,PlusCircle:()=>Yr,PlusSquare:()=>As,Pocket:()=>zM,PocketKnife:()=>OM,Podcast:()=>qM,Pointer:()=>UM,PointerOff:()=>NM,Popcorn:()=>_M,Popsicle:()=>$M,PoundSterling:()=>jM,Power:()=>ZM,PowerCircle:()=>Qr,PowerOff:()=>GM,PowerSquare:()=>ks,Presentation:()=>XM,Printer:()=>KM,PrinterCheck:()=>JM,Projector:()=>YM,Proportions:()=>QM,Puzzle:()=>t7,Pyramid:()=>e7,QrCode:()=>a7,Quote:()=>r7,Rabbit:()=>o7,Radar:()=>s7,Radiation:()=>n7,Radical:()=>l7,Radio:()=>p7,RadioReceiver:()=>d7,RadioTower:()=>i7,Radius:()=>h7,RailSymbol:()=>c7,Rainbow:()=>f7,Rat:()=>u7,Ratio:()=>m7,Receipt:()=>A7,ReceiptCent:()=>x7,ReceiptEuro:()=>g7,ReceiptIndianRupee:()=>M7,ReceiptJapaneseYen:()=>v7,ReceiptPoundSterling:()=>y7,ReceiptRussianRuble:()=>w7,ReceiptSwissFranc:()=>C7,ReceiptText:()=>b7,ReceiptTurkishLira:()=>S7,RectangleCircle:()=>k7,RectangleEllipsis:()=>L1,RectangleGoggles:()=>H7,RectangleHorizontal:()=>L7,RectangleVertical:()=>T7,Recycle:()=>P7,Redo:()=>R7,Redo2:()=>E7,RedoDot:()=>B7,RefreshCcw:()=>F7,RefreshCcwDot:()=>V7,RefreshCw:()=>D7,RefreshCwOff:()=>I7,Refrigerator:()=>W7,Regex:()=>O7,RemoveFormatting:()=>z7,Repeat:()=>U7,Repeat1:()=>q7,Repeat2:()=>N7,Replace:()=>_7,ReplaceAll:()=>$7,Reply:()=>G7,ReplyAll:()=>j7,Rewind:()=>Z7,Ribbon:()=>X7,Rocket:()=>J7,RockingChair:()=>K7,RollerCoaster:()=>Y7,Rose:()=>Q7,Rotate3D:()=>T1,Rotate3d:()=>T1,RotateCcw:()=>av,RotateCcwKey:()=>tv,RotateCcwSquare:()=>ev,RotateCw:()=>ov,RotateCwSquare:()=>rv,Route:()=>nv,RouteOff:()=>sv,Router:()=>lv,Rows:()=>P1,Rows2:()=>P1,Rows3:()=>E1,Rows4:()=>dv,Rss:()=>iv,Ruler:()=>hv,RulerDimensionLine:()=>pv,RussianRuble:()=>cv,Sailboat:()=>fv,Salad:()=>uv,Sandwich:()=>mv,Satellite:()=>gv,SatelliteDish:()=>xv,SaudiRiyal:()=>Mv,Save:()=>wv,SaveAll:()=>vv,SaveOff:()=>yv,Scale:()=>Cv,Scale3D:()=>B1,Scale3d:()=>B1,Scaling:()=>bv,Scan:()=>Bv,ScanBarcode:()=>Sv,ScanEye:()=>Av,ScanFace:()=>kv,ScanHeart:()=>Hv,ScanLine:()=>Lv,ScanQrCode:()=>Tv,ScanSearch:()=>Pv,ScanText:()=>Ev,ScatterChart:()=>Hr,School:()=>Rv,School2:()=>Gs,Scissors:()=>Fv,ScissorsLineDashed:()=>Vv,ScissorsSquare:()=>Hs,ScissorsSquareDashedBottom:()=>Y1,ScreenShare:()=>Dv,ScreenShareOff:()=>Iv,Scroll:()=>Ov,ScrollText:()=>Wv,Search:()=>$v,SearchCheck:()=>zv,SearchCode:()=>qv,SearchSlash:()=>Nv,SearchX:()=>Uv,Section:()=>_v,Send:()=>Gv,SendHorizonal:()=>R1,SendHorizontal:()=>R1,SendToBack:()=>jv,SeparatorHorizontal:()=>Zv,SeparatorVertical:()=>Xv,Server:()=>Qv,ServerCog:()=>Jv,ServerCrash:()=>Kv,ServerOff:()=>Yv,Settings:()=>e9,Settings2:()=>t9,Shapes:()=>a9,Share:()=>o9,Share2:()=>r9,Sheet:()=>s9,Shell:()=>n9,Shield:()=>x9,ShieldAlert:()=>l9,ShieldBan:()=>d9,ShieldCheck:()=>i9,ShieldClose:()=>F1,ShieldEllipsis:()=>p9,ShieldHalf:()=>h9,ShieldMinus:()=>c9,ShieldOff:()=>f9,ShieldPlus:()=>u9,ShieldQuestion:()=>V1,ShieldQuestionMark:()=>V1,ShieldUser:()=>m9,ShieldX:()=>F1,Ship:()=>M9,ShipWheel:()=>g9,Shirt:()=>v9,ShoppingBag:()=>y9,ShoppingBasket:()=>w9,ShoppingCart:()=>C9,Shovel:()=>b9,ShowerHead:()=>S9,Shredder:()=>A9,Shrimp:()=>k9,Shrink:()=>H9,Shrub:()=>L9,Shuffle:()=>T9,Sidebar:()=>w1,SidebarClose:()=>M1,SidebarOpen:()=>y1,Sigma:()=>P9,SigmaSquare:()=>Ls,Signal:()=>F9,SignalHigh:()=>E9,SignalLow:()=>B9,SignalMedium:()=>R9,SignalZero:()=>V9,Signature:()=>I9,Signpost:()=>W9,SignpostBig:()=>D9,Siren:()=>O9,SkipBack:()=>z9,SkipForward:()=>q9,Skull:()=>N9,Slack:()=>U9,Slash:()=>$9,SlashSquare:()=>Ts,Slice:()=>_9,Sliders:()=>I1,SlidersHorizontal:()=>j9,SlidersVertical:()=>I1,Smartphone:()=>X9,SmartphoneCharging:()=>G9,SmartphoneNfc:()=>Z9,Smile:()=>K9,SmilePlus:()=>J9,Snail:()=>Y9,Snowflake:()=>Q9,SoapDispenserDroplet:()=>ty,Sofa:()=>ey,SolarPanel:()=>ay,SortAsc:()=>sr,SortDesc:()=>ar,Soup:()=>ry,Space:()=>oy,Spade:()=>sy,Sparkle:()=>ny,Sparkles:()=>D1,Speaker:()=>ly,Speech:()=>dy,SpellCheck:()=>py,SpellCheck2:()=>iy,Spline:()=>cy,SplinePointer:()=>hy,Split:()=>fy,SplitSquareHorizontal:()=>Ps,SplitSquareVertical:()=>Es,Spool:()=>uy,Spotlight:()=>my,SprayCan:()=>xy,Sprout:()=>gy,Square:()=>Ly,SquareActivity:()=>W1,SquareArrowDown:()=>q1,SquareArrowDownLeft:()=>O1,SquareArrowDownRight:()=>z1,SquareArrowLeft:()=>N1,SquareArrowOutDownLeft:()=>U1,SquareArrowOutDownRight:()=>$1,SquareArrowOutUpLeft:()=>_1,SquareArrowOutUpRight:()=>j1,SquareArrowRight:()=>G1,SquareArrowUp:()=>J1,SquareArrowUpLeft:()=>Z1,SquareArrowUpRight:()=>X1,SquareAsterisk:()=>K1,SquareBottomDashedScissors:()=>Y1,SquareChartGantt:()=>Ca,SquareCheck:()=>ts,SquareCheckBig:()=>Q1,SquareChevronDown:()=>es,SquareChevronLeft:()=>as,SquareChevronRight:()=>rs,SquareChevronUp:()=>os,SquareCode:()=>ss,SquareDashed:()=>ds,SquareDashedBottom:()=>vy,SquareDashedBottomCode:()=>My,SquareDashedKanban:()=>ns,SquareDashedMousePointer:()=>ls,SquareDashedTopSolid:()=>yy,SquareDivide:()=>is,SquareDot:()=>ps,SquareEqual:()=>hs,SquareFunction:()=>cs,SquareGanttChart:()=>Ca,SquareKanban:()=>fs,SquareLibrary:()=>us,SquareM:()=>ms,SquareMenu:()=>xs,SquareMinus:()=>gs,SquareMousePointer:()=>Ms,SquareParking:()=>ys,SquareParkingOff:()=>vs,SquarePause:()=>wy,SquarePen:()=>aa,SquarePercent:()=>ws,SquarePi:()=>Cs,SquarePilcrow:()=>bs,SquarePlay:()=>Ss,SquarePlus:()=>As,SquarePower:()=>ks,SquareRadical:()=>Cy,SquareRoundCorner:()=>by,SquareScissors:()=>Hs,SquareSigma:()=>Ls,SquareSlash:()=>Ts,SquareSplitHorizontal:()=>Ps,SquareSplitVertical:()=>Es,SquareSquare:()=>Sy,SquareStack:()=>Ay,SquareStar:()=>ky,SquareStop:()=>Hy,SquareTerminal:()=>Bs,SquareUser:()=>Vs,SquareUserRound:()=>Rs,SquareX:()=>Fs,SquaresExclude:()=>Ty,SquaresIntersect:()=>Py,SquaresSubtract:()=>Ey,SquaresUnite:()=>By,Squircle:()=>Vy,SquircleDashed:()=>Ry,Squirrel:()=>Fy,Stamp:()=>Iy,Star:()=>Oy,StarHalf:()=>Dy,StarOff:()=>Wy,Stars:()=>D1,StepBack:()=>zy,StepForward:()=>qy,Stethoscope:()=>Ny,Sticker:()=>Uy,StickyNote:()=>$y,StopCircle:()=>eo,Store:()=>_y,StretchHorizontal:()=>jy,StretchVertical:()=>Gy,Strikethrough:()=>Zy,Subscript:()=>Xy,Subtitles:()=>ur,Sun:()=>tw,SunDim:()=>Jy,SunMedium:()=>Ky,SunMoon:()=>Yy,SunSnow:()=>Qy,Sunrise:()=>ew,Sunset:()=>aw,Superscript:()=>rw,SwatchBook:()=>ow,SwissFranc:()=>sw,SwitchCamera:()=>nw,Sword:()=>lw,Swords:()=>dw,Syringe:()=>iw,Table:()=>gw,Table2:()=>pw,TableCellsMerge:()=>hw,TableCellsSplit:()=>cw,TableColumnsSplit:()=>fw,TableConfig:()=>ga,TableOfContents:()=>uw,TableProperties:()=>mw,TableRowsSplit:()=>xw,Tablet:()=>vw,TabletSmartphone:()=>Mw,Tablets:()=>yw,Tag:()=>ww,Tags:()=>Cw,Tally1:()=>bw,Tally2:()=>Sw,Tally3:()=>Aw,Tally4:()=>kw,Tally5:()=>Hw,Tangent:()=>Lw,Target:()=>Tw,Telescope:()=>Pw,Tent:()=>Bw,TentTree:()=>Ew,Terminal:()=>Rw,TerminalSquare:()=>Bs,TestTube:()=>Vw,TestTube2:()=>Is,TestTubeDiagonal:()=>Is,TestTubes:()=>Fw,Text:()=>ba,TextAlignCenter:()=>Ds,TextAlignEnd:()=>Ws,TextAlignJustify:()=>Os,TextAlignStart:()=>ba,TextCursor:()=>Dw,TextCursorInput:()=>Iw,TextInitial:()=>zs,TextQuote:()=>Ww,TextSearch:()=>Ow,TextSelect:()=>qs,TextSelection:()=>qs,TextWrap:()=>Ns,Theater:()=>zw,Thermometer:()=>Uw,ThermometerSnowflake:()=>qw,ThermometerSun:()=>Nw,ThumbsDown:()=>$w,ThumbsUp:()=>_w,Ticket:()=>Yw,TicketCheck:()=>jw,TicketMinus:()=>Gw,TicketPercent:()=>Zw,TicketPlus:()=>Xw,TicketSlash:()=>Jw,TicketX:()=>Kw,Tickets:()=>tC,TicketsPlane:()=>Qw,Timer:()=>rC,TimerOff:()=>eC,TimerReset:()=>aC,ToggleLeft:()=>oC,ToggleRight:()=>sC,Toilet:()=>nC,ToolCase:()=>lC,Tornado:()=>dC,Torus:()=>iC,Touchpad:()=>hC,TouchpadOff:()=>pC,TowerControl:()=>cC,ToyBrick:()=>fC,Tractor:()=>uC,TrafficCone:()=>mC,Train:()=>Us,TrainFront:()=>gC,TrainFrontTunnel:()=>xC,TrainTrack:()=>MC,TramFront:()=>Us,Transgender:()=>vC,Trash:()=>wC,Trash2:()=>yC,TreeDeciduous:()=>CC,TreePalm:()=>$s,TreePine:()=>bC,Trees:()=>SC,Trello:()=>AC,TrendingDown:()=>kC,TrendingUp:()=>LC,TrendingUpDown:()=>HC,Triangle:()=>EC,TriangleAlert:()=>_s,TriangleDashed:()=>TC,TriangleRight:()=>PC,Trophy:()=>BC,Truck:()=>VC,TruckElectric:()=>RC,TurkishLira:()=>FC,Turntable:()=>IC,Turtle:()=>DC,Tv:()=>OC,Tv2:()=>js,TvMinimal:()=>js,TvMinimalPlay:()=>WC,Twitch:()=>zC,Twitter:()=>qC,Type:()=>UC,TypeOutline:()=>NC,Umbrella:()=>_C,UmbrellaOff:()=>$C,Underline:()=>jC,Undo:()=>XC,Undo2:()=>GC,UndoDot:()=>ZC,UnfoldHorizontal:()=>JC,UnfoldVertical:()=>KC,Ungroup:()=>YC,University:()=>Gs,Unlink:()=>tb,Unlink2:()=>QC,Unlock:()=>l1,UnlockKeyhole:()=>n1,Unplug:()=>eb,Upload:()=>ab,UploadCloud:()=>io,Usb:()=>rb,User:()=>mb,User2:()=>Qs,UserCheck:()=>ob,UserCheck2:()=>Zs,UserCircle:()=>ro,UserCircle2:()=>ao,UserCog:()=>sb,UserCog2:()=>Xs,UserLock:()=>nb,UserMinus:()=>lb,UserMinus2:()=>Js,UserPen:()=>db,UserPlus:()=>ib,UserPlus2:()=>Ks,UserRound:()=>Qs,UserRoundCheck:()=>Zs,UserRoundCog:()=>Xs,UserRoundMinus:()=>Js,UserRoundPen:()=>pb,UserRoundPlus:()=>Ks,UserRoundSearch:()=>hb,UserRoundX:()=>Ys,UserSearch:()=>cb,UserSquare:()=>Vs,UserSquare2:()=>Rs,UserStar:()=>fb,UserX:()=>ub,UserX2:()=>Ys,Users:()=>xb,Users2:()=>tn,UsersRound:()=>tn,Utensils:()=>an,UtensilsCrossed:()=>en,UtilityPole:()=>gb,Variable:()=>Mb,Vault:()=>vb,VectorSquare:()=>yb,Vegan:()=>wb,VenetianMask:()=>Cb,Venus:()=>Sb,VenusAndMars:()=>bb,Verified:()=>dr,Vibrate:()=>kb,VibrateOff:()=>Ab,Video:()=>Lb,VideoOff:()=>Hb,Videotape:()=>Tb,View:()=>Pb,Voicemail:()=>Eb,Volleyball:()=>Bb,Volume:()=>Db,Volume1:()=>Rb,Volume2:()=>Vb,VolumeOff:()=>Fb,VolumeX:()=>Ib,Vote:()=>Wb,Wallet:()=>zb,Wallet2:()=>rn,WalletCards:()=>Ob,WalletMinimal:()=>rn,Wallpaper:()=>qb,Wand:()=>Nb,Wand2:()=>on,WandSparkles:()=>on,Warehouse:()=>Ub,WashingMachine:()=>$b,Watch:()=>_b,Waves:()=>jb,WavesLadder:()=>Gb,Waypoints:()=>Zb,Webcam:()=>Xb,Webhook:()=>Kb,WebhookOff:()=>Jb,Weight:()=>Yb,Wheat:()=>tS,WheatOff:()=>Qb,WholeWord:()=>eS,Wifi:()=>iS,WifiCog:()=>aS,WifiHigh:()=>rS,WifiLow:()=>oS,WifiOff:()=>sS,WifiPen:()=>nS,WifiSync:()=>lS,WifiZero:()=>dS,Wind:()=>hS,WindArrowDown:()=>pS,Wine:()=>fS,WineOff:()=>cS,Workflow:()=>uS,Worm:()=>mS,WrapText:()=>Ns,Wrench:()=>xS,X:()=>gS,XCircle:()=>oo,XOctagon:()=>m1,XSquare:()=>Fs,Youtube:()=>MS,Zap:()=>yS,ZapOff:()=>vS,ZoomIn:()=>wS,ZoomOut:()=>CS});var g2=[["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 M2=[["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 v2=[["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 y2=[["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 w2=[["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 C2=[["path",{d:"M18 17.5a2.5 2.5 0 1 1-4 2.03V12"}],["path",{d:"M6 12H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2"}],["path",{d:"M6 8h12"}],["path",{d:"M6.6 15.572A2 2 0 1 0 10 17v-5"}]];var b2=[["path",{d:"M5 17H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-1"}],["path",{d:"m12 15 5 6H7Z"}]];var Ya=[["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 Qa=[["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 S2=[["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 tr=[["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 A2=[["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 k2=[["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 H2=[["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 L2=[["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 T2=[["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 P2=[["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 E2=[["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 B2=[["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 R2=[["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 V2=[["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 F2=[["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 I2=[["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 D2=[["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 W2=[["rect",{width:"6",height:"10",x:"9",y:"7",rx:"2"}],["path",{d:"M4 22V2"}],["path",{d:"M20 22V2"}]];var O2=[["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 z2=[["rect",{width:"6",height:"16",x:"4",y:"6",rx:"2"}],["rect",{width:"6",height:"9",x:"14",y:"6",rx:"2"}],["path",{d:"M22 2H2"}]];var q2=[["rect",{width:"9",height:"6",x:"6",y:"14",rx:"2"}],["rect",{width:"16",height:"6",x:"6",y:"4",rx:"2"}],["path",{d:"M2 2v20"}]];var N2=[["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 U2=[["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 $2=[["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 _2=[["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 j2=[["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 G2=[["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 Z2=[["rect",{width:"10",height:"6",x:"7",y:"9",rx:"2"}],["path",{d:"M22 20H2"}],["path",{d:"M22 4H2"}]];var X2=[["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 J2=[["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 K2=[["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 Y2=[["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 Q2=[["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 tl=[["path",{d:"M12 22V8"}],["path",{d:"M5 12H2a10 10 0 0 0 20 0h-3"}],["circle",{cx:"12",cy:"5",r:"3"}]];var el=[["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 al=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M8 15h8"}],["path",{d:"M8 9h2"}],["path",{d:"M14 9h2"}]];var rl=[["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 ol=[["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 sl=[["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 nl=[["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 ll=[["rect",{x:"2",y:"4",width:"20",height:"16",rx:"2"}],["path",{d:"M10 4v4"}],["path",{d:"M2 8h20"}],["path",{d:"M6 4v4"}]];var dl=[["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 il=[["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 pl=[["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 hl=[["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 cl=[["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 fl=[["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 ul=[["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 ml=[["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 xl=[["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 gl=[["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 Ml=[["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 vl=[["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 yl=[["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 wl=[["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 Cl=[["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 er=[["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 bl=[["path",{d:"M19 3H5"}],["path",{d:"M12 21V7"}],["path",{d:"m6 15 6 6 6-6"}]];var Sl=[["path",{d:"M17 7 7 17"}],["path",{d:"M17 17H7V7"}]];var Al=[["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 kl=[["path",{d:"m7 7 10 10"}],["path",{d:"M17 7v10H7"}]];var Hl=[["path",{d:"M12 2v14"}],["path",{d:"m19 9-7 7-7-7"}],["circle",{cx:"12",cy:"21",r:"1"}]];var Ll=[["path",{d:"M12 17V3"}],["path",{d:"m6 11 6 6 6-6"}],["path",{d:"M19 21H5"}]];var Tl=[["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 ar=[["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 rr=[["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 Pl=[["path",{d:"M12 5v14"}],["path",{d:"m19 12-7 7-7-7"}]];var El=[["path",{d:"m9 6-6 6 6 6"}],["path",{d:"M3 12h14"}],["path",{d:"M21 19V5"}]];var Bl=[["path",{d:"M8 3 4 7l4 4"}],["path",{d:"M4 7h16"}],["path",{d:"m16 21 4-4-4-4"}],["path",{d:"M20 17H4"}]];var Rl=[["path",{d:"M3 19V5"}],["path",{d:"m13 6-6 6 6 6"}],["path",{d:"M7 12h14"}]];var Vl=[["path",{d:"m12 19-7-7 7-7"}],["path",{d:"M19 12H5"}]];var Fl=[["path",{d:"M3 5v14"}],["path",{d:"M21 12H7"}],["path",{d:"m15 18 6-6-6-6"}]];var Il=[["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 Dl=[["path",{d:"M17 12H3"}],["path",{d:"m11 18 6-6-6-6"}],["path",{d:"M21 5v14"}]];var Wl=[["path",{d:"M5 12h14"}],["path",{d:"m12 5 7 7-7 7"}]];var Ol=[["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 zl=[["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 or=[["path",{d:"m3 8 4-4 4 4"}],["path",{d:"M7 4v16"}],["path",{d:"M20 8h-5"}],["path",{d:"M15 10V6.5a2.5 2.5 0 0 1 5 0V10"}],["path",{d:"M15 14h5l-5 6h5"}]];var ql=[["path",{d:"m21 16-4 4-4-4"}],["path",{d:"M17 20V4"}],["path",{d:"m3 8 4-4 4 4"}],["path",{d:"M7 4v16"}]];var Nl=[["path",{d:"m5 9 7-7 7 7"}],["path",{d:"M12 16V2"}],["circle",{cx:"12",cy:"21",r:"1"}]];var Ul=[["path",{d:"m18 9-6-6-6 6"}],["path",{d:"M12 3v14"}],["path",{d:"M5 21h14"}]];var $l=[["path",{d:"M7 17V7h10"}],["path",{d:"M17 17 7 7"}]];var sr=[["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 _l=[["path",{d:"M7 7h10v10"}],["path",{d:"M7 17 17 7"}]];var jl=[["path",{d:"M5 3h14"}],["path",{d:"m18 13-6-6-6 6"}],["path",{d:"M12 7v14"}]];var Gl=[["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 nr=[["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 Zl=[["path",{d:"m5 12 7-7 7 7"}],["path",{d:"M12 19V5"}]];var Xl=[["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 Jl=[["path",{d:"M12 6v12"}],["path",{d:"M17.196 9 6.804 15"}],["path",{d:"m6.804 9 10.392 6"}]];var Kl=[["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 Yl=[["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 Ql=[["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 td=[["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 ed=[["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 ad=[["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 lr=[["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 rd=[["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 od=[["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 sd=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["line",{x1:"12",x2:"12",y1:"8",y2:"12"}],["line",{x1:"12",x2:"12.01",y1:"16",y2:"16"}]];var nd=[["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 dr=[["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 ld=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["path",{d:"M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8"}],["path",{d:"M12 18V6"}]];var dd=[["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 id=[["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 pd=[["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 hd=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["path",{d:"m9 8 3 3v7"}],["path",{d:"m12 11 3-3"}],["path",{d:"M9 12h6"}],["path",{d:"M9 16h6"}]];var cd=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12"}]];var fd=[["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 ud=[["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 md=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["path",{d:"M8 12h4"}],["path",{d:"M10 16V9.5a2.5 2.5 0 0 1 5 0"}],["path",{d:"M8 16h7"}]];var ir=[["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 xd=[["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 gd=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["path",{d:"M11 17V8h4"}],["path",{d:"M11 12h3"}],["path",{d:"M9 16h4"}]];var Md=[["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 vd=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["line",{x1:"15",x2:"9",y1:"9",y2:"15"}],["line",{x1:"9",x2:"15",y1:"9",y2:"15"}]];var yd=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}]];var wd=[["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 Cd=[["path",{d:"M4.929 4.929 19.07 19.071"}],["circle",{cx:"12",cy:"12",r:"10"}]];var bd=[["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 Sd=[["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 Ad=[["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 kd=[["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 Hd=[["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 Ld=[["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 Td=[["path",{d:"M3 5v14"}],["path",{d:"M8 5v14"}],["path",{d:"M12 5v14"}],["path",{d:"M17 5v14"}],["path",{d:"M21 5v14"}]];var Pd=[["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 Ed=[["path",{d:"M4 20h16"}],["path",{d:"m6 16 6-12 6 12"}],["path",{d:"M8 12h8"}]];var Bd=[["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 Rd=[["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 Vd=[["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 Fd=[["path",{d:"M22 14v-4"}],["path",{d:"M6 14v-4"}],["rect",{x:"2",y:"6",width:"16",height:"12",rx:"2"}]];var Id=[["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 Dd=[["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 Wd=[["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 Od=[["path",{d:"M 22 14 L 22 10"}],["rect",{x:"2",y:"6",width:"16",height:"12",rx:"2"}]];var zd=[["path",{d:"M4.5 3h15"}],["path",{d:"M6 3v16a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V3"}],["path",{d:"M6 14h12"}]];var qd=[["path",{d:"M9 9c-.64.64-1.521.954-2.402 1.165A6 6 0 0 0 8 22a13.96 13.96 0 0 0 9.9-4.1"}],["path",{d:"M10.75 5.093A6 6 0 0 1 22 8c0 2.411-.61 4.68-1.683 6.66"}],["path",{d:"M5.341 10.62a4 4 0 0 0 6.487 1.208M10.62 5.341a4.015 4.015 0 0 1 2.039 2.04"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]];var Nd=[["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 Ud=[["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 $d=[["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 _d=[["path",{d:"M2 4v16"}],["path",{d:"M2 8h18a2 2 0 0 1 2 2v10"}],["path",{d:"M2 17h20"}],["path",{d:"M6 8v9"}]];var jd=[["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 Gd=[["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 Zd=[["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 Xd=[["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 Jd=[["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 Kd=[["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 Yd=[["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 Qd=[["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 t0=[["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 e0=[["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 hr=[["rect",{width:"13",height:"7",x:"8",y:"3",rx:"1"}],["path",{d:"m2 9 3 3-3 3"}],["rect",{width:"13",height:"7",x:"8",y:"14",rx:"1"}]];var a0=[["rect",{width:"7",height:"13",x:"3",y:"3",rx:"1"}],["path",{d:"m9 22 3-3 3 3"}],["rect",{width:"7",height:"13",x:"14",y:"3",rx:"1"}]];var r0=[["rect",{width:"7",height:"13",x:"3",y:"8",rx:"1"}],["path",{d:"m15 2-3 3-3-3"}],["rect",{width:"7",height:"13",x:"14",y:"8",rx:"1"}]];var o0=[["path",{d:"M12.409 13.017A5 5 0 0 1 22 15c0 3.866-4 7-9 7-4.077 0-8.153-.82-10.371-2.462-.426-.316-.631-.832-.62-1.362C2.118 12.723 2.627 2 10 2a3 3 0 0 1 3 3 2 2 0 0 1-2 2c-1.105 0-1.64-.444-2-1"}],["path",{d:"M15 14a5 5 0 0 0-7.584 2"}],["path",{d:"M9.964 6.825C8.019 7.977 9.5 13 8 15"}]];var s0=[["circle",{cx:"18.5",cy:"17.5",r:"3.5"}],["circle",{cx:"5.5",cy:"17.5",r:"3.5"}],["circle",{cx:"15",cy:"5",r:"1"}],["path",{d:"M12 17.5V14l-3-3 4-3 2 3h2"}]];var n0=[["rect",{x:"14",y:"14",width:"4",height:"6",rx:"2"}],["rect",{x:"6",y:"4",width:"4",height:"6",rx:"2"}],["path",{d:"M6 20h4"}],["path",{d:"M14 10h4"}],["path",{d:"M6 14h2v6"}],["path",{d:"M14 4h2v6"}]];var l0=[["path",{d:"M10 10h4"}],["path",{d:"M19 7V4a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v3"}],["path",{d:"M20 21a2 2 0 0 0 2-2v-3.851c0-1.39-2-2.962-2-4.829V8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v11a2 2 0 0 0 2 2z"}],["path",{d:"M 22 16 L 2 16"}],["path",{d:"M4 21a2 2 0 0 1-2-2v-3.851c0-1.39 2-2.962 2-4.829V8a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v11a2 2 0 0 1-2 2z"}],["path",{d:"M9 7V4a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v3"}]];var d0=[["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 i0=[["circle",{cx:"12",cy:"11.9",r:"2"}],["path",{d:"M6.7 3.4c-.9 2.5 0 5.2 2.2 6.7C6.5 9 3.7 9.6 2 11.6"}],["path",{d:"m8.9 10.1 1.4.8"}],["path",{d:"M17.3 3.4c.9 2.5 0 5.2-2.2 6.7 2.4-1.2 5.2-.6 6.9 1.5"}],["path",{d:"m15.1 10.1-1.4.8"}],["path",{d:"M16.7 20.8c-2.6-.4-4.6-2.6-4.7-5.3-.2 2.6-2.1 4.8-4.7 5.2"}],["path",{d:"M12 13.9v1.6"}],["path",{d:"M13.5 5.4c-1-.2-2-.2-3 0"}],["path",{d:"M17 16.4c.7-.7 1.2-1.6 1.5-2.5"}],["path",{d:"M5.5 13.9c.3.9.8 1.8 1.5 2.5"}]];var p0=[["path",{d:"M12 18v4"}],["path",{d:"m17 18 1.956-11.468"}],["path",{d:"m3 8 7.82-5.615a2 2 0 0 1 2.36 0L21 8"}],["path",{d:"M4 18h16"}],["path",{d:"M7 18 5.044 6.532"}],["circle",{cx:"12",cy:"10",r:"2"}]];var h0=[["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 c0=[["circle",{cx:"9",cy:"9",r:"7"}],["circle",{cx:"15",cy:"15",r:"7"}]];var f0=[["path",{d:"M3 3h18"}],["path",{d:"M20 7H8"}],["path",{d:"M20 11H8"}],["path",{d:"M10 19h10"}],["path",{d:"M8 15h12"}],["path",{d:"M4 3v14"}],["circle",{cx:"4",cy:"19",r:"2"}]];var u0=[["path",{d:"M10 22V7a1 1 0 0 0-1-1H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-5a1 1 0 0 0-1-1H2"}],["rect",{x:"14",y:"2",width:"8",height:"8",rx:"1"}]];var m0=[["path",{d:"m7 7 10 10-5 5V2l5 5L7 17"}],["line",{x1:"18",x2:"21",y1:"12",y2:"12"}],["line",{x1:"3",x2:"6",y1:"12",y2:"12"}]];var x0=[["path",{d:"m17 17-5 5V12l-5 5"}],["path",{d:"m2 2 20 20"}],["path",{d:"M14.5 9.5 17 7l-5-5v4.5"}]];var g0=[["path",{d:"m7 7 10 10-5 5V2l5 5L7 17"}],["path",{d:"M20.83 14.83a4 4 0 0 0 0-5.66"}],["path",{d:"M18 12h.01"}]];var M0=[["path",{d:"m7 7 10 10-5 5V2l5 5L7 17"}]];var v0=[["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 y0=[["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 w0=[["circle",{cx:"11",cy:"13",r:"9"}],["path",{d:"M14.35 4.65 16.3 2.7a2.41 2.41 0 0 1 3.4 0l1.6 1.6a2.4 2.4 0 0 1 0 3.4l-1.95 1.95"}],["path",{d:"m22 2-1.5 1.5"}]];var C0=[["path",{d:"M17 10c.7-.7 1.69 0 2.5 0a2.5 2.5 0 1 0 0-5 .5.5 0 0 1-.5-.5 2.5 2.5 0 1 0-5 0c0 .81.7 1.8 0 2.5l-7 7c-.7.7-1.69 0-2.5 0a2.5 2.5 0 0 0 0 5c.28 0 .5.22.5.5a2.5 2.5 0 1 0 5 0c0-.81-.7-1.8 0-2.5Z"}]];var b0=[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20"}],["path",{d:"m8 13 4-7 4 7"}],["path",{d:"M9.1 11h5.7"}]];var S0=[["path",{d:"M12 13h.01"}],["path",{d:"M12 6v3"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20"}]];var A0=[["path",{d:"M12 6v7"}],["path",{d:"M16 8v3"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20"}],["path",{d:"M8 8v3"}]];var k0=[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20"}],["path",{d:"m9 9.5 2 2 4-4"}]];var H0=[["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 cr=[["path",{d:"M12 17h1.5"}],["path",{d:"M12 22h1.5"}],["path",{d:"M12 2h1.5"}],["path",{d:"M17.5 22H19a1 1 0 0 0 1-1"}],["path",{d:"M17.5 2H19a1 1 0 0 1 1 1v1.5"}],["path",{d:"M20 14v3h-2.5"}],["path",{d:"M20 8.5V10"}],["path",{d:"M4 10V8.5"}],["path",{d:"M4 19.5V14"}],["path",{d:"M4 4.5A2.5 2.5 0 0 1 6.5 2H8"}],["path",{d:"M8 22H6.5a1 1 0 0 1 0-5H8"}]];var L0=[["path",{d:"M12 13V7"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20"}],["path",{d:"m9 10 3 3 3-3"}]];var T0=[["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 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.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 E0=[["path",{d:"m20 13.7-2.1-2.1a2 2 0 0 0-2.8 0L9.7 17"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20"}],["circle",{cx:"10",cy:"8",r:"2"}]];var B0=[["path",{d:"m19 3 1 1"}],["path",{d:"m20 2-4.5 4.5"}],["path",{d:"M20 7.898V21a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2h7.844"}],["circle",{cx:"14",cy:"8",r:"2"}]];var R0=[["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 V0=[["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 F0=[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20"}],["path",{d:"M9 10h6"}]];var I0=[["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 D0=[["path",{d:"M12 7v14"}],["path",{d:"M16 12h2"}],["path",{d:"M16 8h2"}],["path",{d:"M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z"}],["path",{d:"M6 12h2"}],["path",{d:"M6 8h2"}]];var W0=[["path",{d:"M12 7v14"}],["path",{d:"M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z"}]];var O0=[["path",{d:"M12 7v6"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20"}],["path",{d:"M9 10h6"}]];var z0=[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20"}],["path",{d:"M8 11h8"}],["path",{d:"M8 7h6"}]];var q0=[["path",{d:"M10 13h4"}],["path",{d:"M12 6v7"}],["path",{d:"M16 8V6H8v2"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20"}]];var N0=[["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 U0=[["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 $0=[["path",{d:"M15 13a3 3 0 1 0-6 0"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20"}],["circle",{cx:"12",cy:"8",r:"2"}]];var _0=[["path",{d:"m14.5 7-5 5"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20"}],["path",{d:"m9.5 7 5 5"}]];var j0=[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20"}]];var G0=[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2Z"}],["path",{d:"m9 10 2 2 4-4"}]];var Z0=[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z"}],["line",{x1:"15",x2:"9",y1:"10",y2:"10"}]];var X0=[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z"}],["line",{x1:"12",x2:"12",y1:"7",y2:"13"}],["line",{x1:"15",x2:"9",y1:"10",y2:"10"}]];var J0=[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2Z"}],["path",{d:"m14.5 7.5-5 5"}],["path",{d:"m9.5 7.5 5 5"}]];var K0=[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z"}]];var Y0=[["path",{d:"M4 9V5a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4"}],["path",{d:"M8 8v1"}],["path",{d:"M12 8v1"}],["path",{d:"M16 8v1"}],["rect",{width:"20",height:"12",x:"2",y:"9",rx:"2"}],["circle",{cx:"8",cy:"15",r:"2"}],["circle",{cx:"16",cy:"15",r:"2"}]];var Q0=[["path",{d:"M12 6V2H8"}],["path",{d:"M15 11v2"}],["path",{d:"M2 12h2"}],["path",{d:"M20 12h2"}],["path",{d:"M20 16a2 2 0 0 1-2 2H8.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 4 20.286V8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2z"}],["path",{d:"M9 11v2"}]];var ti=[["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 ei=[["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 ai=[["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 ri=[["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 oi=[["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 si=[["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 fr=[["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 ni=[["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 li=[["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 di=[["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 ii=[["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 pi=[["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 hi=[["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 ci=[["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 fi=[["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 ui=[["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 mi=[["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 xi=[["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 gi=[["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 Mi=[["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 vi=[["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 yi=[["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 wi=[["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 Ci=[["path",{d:"M10 19.655A6 6 0 0 1 6 14v-3a4 4 0 0 1 4-4h4a4 4 0 0 1 4 3.97"}],["path",{d:"M14 15.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997a1 1 0 0 1-1.517-.86z"}],["path",{d:"M14.12 3.88 16 2"}],["path",{d:"M21 5a4 4 0 0 1-3.55 3.97"}],["path",{d:"M3 21a4 4 0 0 1 3.81-4"}],["path",{d:"M3 5a4 4 0 0 0 3.55 3.97"}],["path",{d:"M6 13H2"}],["path",{d:"m8 2 1.88 1.88"}],["path",{d:"M9 7.13V6a3 3 0 1 1 6 0v1.13"}]];var bi=[["path",{d:"M12 20v-9"}],["path",{d:"M14 7a4 4 0 0 1 4 4v3a6 6 0 0 1-12 0v-3a4 4 0 0 1 4-4z"}],["path",{d:"M14.12 3.88 16 2"}],["path",{d:"M21 21a4 4 0 0 0-3.81-4"}],["path",{d:"M21 5a4 4 0 0 1-3.55 3.97"}],["path",{d:"M22 13h-4"}],["path",{d:"M3 21a4 4 0 0 1 3.81-4"}],["path",{d:"M3 5a4 4 0 0 0 3.55 3.97"}],["path",{d:"M6 13H2"}],["path",{d:"m8 2 1.88 1.88"}],["path",{d:"M9 7.13V6a3 3 0 1 1 6 0v1.13"}]];var Si=[["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 Ai=[["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 ki=[["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 Hi=[["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 Li=[["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 Ti=[["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 Pi=[["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 Ei=[["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 Bi=[["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 Ri=[["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 Vi=[["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 Fi=[["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 Ii=[["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 Di=[["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 Wi=[["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 Oi=[["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 zi=[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2"}],["path",{d:"M3 10h18"}],["path",{d:"M8 14h.01"}],["path",{d:"M12 14h.01"}],["path",{d:"M16 14h.01"}],["path",{d:"M8 18h.01"}],["path",{d:"M12 18h.01"}],["path",{d:"M16 18h.01"}]];var qi=[["path",{d:"M3 20a2 2 0 0 0 2 2h10a2.4 2.4 0 0 0 1.706-.706l3.588-3.588A2.4 2.4 0 0 0 21 16V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2z"}],["path",{d:"M15 22v-5a1 1 0 0 1 1-1h5"}],["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["path",{d:"M3 10h18"}]];var Ni=[["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 Ui=[["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 $i=[["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 _i=[["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 ji=[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2"}],["path",{d:"M3 10h18"}],["path",{d:"M10 16h4"}],["path",{d:"M12 14v4"}]];var Gi=[["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 Zi=[["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 Xi=[["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 Ji=[["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 Ki=[["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 Yi=[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2"}],["path",{d:"M3 10h18"}],["path",{d:"m14 14-4 4"}],["path",{d:"m10 14 4 4"}]];var Qi=[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2"}],["path",{d:"M3 10h18"}]];var tp=[["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 ep=[["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 ap=[["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 rp=[["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 sp=[["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 np=[["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 ur=[["rect",{width:"18",height:"14",x:"3",y:"5",rx:"2",ry:"2"}],["path",{d:"M7 15h4M15 15h2M7 11h2M13 11h4"}]];var lp=[["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 dp=[["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 ip=[["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 pp=[["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 hp=[["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 cp=[["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 fp=[["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 up=[["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 mp=[["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 xp=[["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 gp=[["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 Mp=[["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 vp=[["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 yp=[["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 mr=[["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 xr=[["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 wp=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M7 11h8"}],["path",{d:"M7 16h3"}],["path",{d:"M7 6h12"}]];var Cp=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M7 11h8"}],["path",{d:"M7 16h12"}],["path",{d:"M7 6h3"}]];var bp=[["path",{d:"M11 13v4"}],["path",{d:"M15 5v4"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["rect",{x:"7",y:"13",width:"9",height:"4",rx:"1"}],["rect",{x:"7",y:"5",width:"12",height:"4",rx:"1"}]];var gr=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M7 16h8"}],["path",{d:"M7 11h12"}],["path",{d:"M7 6h3"}]];var Mr=[["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 vr=[["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 Sp=[["path",{d:"M13 17V9"}],["path",{d:"M18 17v-3"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M8 17V5"}]];var yr=[["path",{d:"M13 17V9"}],["path",{d:"M18 17V5"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M8 17v-3"}]];var Ap=[["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 wr=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M18 17V9"}],["path",{d:"M13 17V5"}],["path",{d:"M8 17v-3"}]];var kp=[["path",{d:"M10 6h8"}],["path",{d:"M12 16h6"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M8 11h7"}]];var Cr=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"m19 9-5 5-4-4-3 3"}]];var Hp=[["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 Lp=[["path",{d:"M5 21V3"}],["path",{d:"M12 21V9"}],["path",{d:"M19 21v-6"}]];var br=[["path",{d:"M5 21v-6"}],["path",{d:"M12 21V9"}],["path",{d:"M19 21V3"}]];var Sr=[["path",{d:"M5 21v-6"}],["path",{d:"M12 21V3"}],["path",{d:"M19 21V9"}]];var Tp=[["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 Ar=[["path",{d:"M6 5h12"}],["path",{d:"M4 12h10"}],["path",{d:"M12 19h8"}]];var kr=[["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 Hr=[["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 Pp=[["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 Ep=[["path",{d:"M18 6 7 17l-5-5"}],["path",{d:"m22 10-7.5 7.5L13 16"}]];var Bp=[["path",{d:"M20 4L9 15"}],["path",{d:"M21 19L3 19"}],["path",{d:"M9 15L4 10"}]];var Rp=[["path",{d:"M20 6 9 17l-5-5"}]];var Vp=[["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 Fp=[["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 Ip=[["path",{d:"m6 9 6 6 6-6"}]];var Dp=[["path",{d:"m17 18-6-6 6-6"}],["path",{d:"M7 6v12"}]];var Wp=[["path",{d:"m7 18 6-6-6-6"}],["path",{d:"M17 6v12"}]];var Op=[["path",{d:"m15 18-6-6 6-6"}]];var zp=[["path",{d:"m9 18 6-6-6-6"}]];var qp=[["path",{d:"m18 15-6-6-6 6"}]];var Np=[["path",{d:"m7 20 5-5 5 5"}],["path",{d:"m7 4 5 5 5-5"}]];var Up=[["path",{d:"m7 6 5 5 5-5"}],["path",{d:"m7 13 5 5 5-5"}]];var $p=[["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 _p=[["path",{d:"m9 7-5 5 5 5"}],["path",{d:"m15 7 5 5-5 5"}]];var jp=[["path",{d:"m11 17-5-5 5-5"}],["path",{d:"m18 17-5-5 5-5"}]];var Gp=[["path",{d:"m20 17-5-5 5-5"}],["path",{d:"m4 17 5-5-5-5"}]];var Zp=[["path",{d:"m6 17 5-5-5-5"}],["path",{d:"m13 17 5-5-5-5"}]];var Xp=[["path",{d:"m7 15 5 5 5-5"}],["path",{d:"m7 9 5-5 5 5"}]];var Jp=[["path",{d:"m17 11-5-5-5 5"}],["path",{d:"m17 18-5-5-5 5"}]];var Lr=[["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 Kp=[["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 Yp=[["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 Qp=[["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 Tr=[["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 Pr=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 8v8"}],["path",{d:"m8 12 4 4 4-4"}]];var Er=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m12 8-4 4 4 4"}],["path",{d:"M16 12H8"}]];var Br=[["path",{d:"M2 12a10 10 0 1 1 10 10"}],["path",{d:"m2 22 10-10"}],["path",{d:"M8 22H2v-6"}]];var Rr=[["path",{d:"M12 22a10 10 0 1 1 10-10"}],["path",{d:"M22 22 12 12"}],["path",{d:"M22 16v6h-6"}]];var Vr=[["path",{d:"M2 8V2h6"}],["path",{d:"m2 2 10 10"}],["path",{d:"M12 2A10 10 0 1 1 2 12"}]];var Fr=[["path",{d:"M22 12A10 10 0 1 1 12 2"}],["path",{d:"M22 2 12 12"}],["path",{d:"M16 2h6v6"}]];var Ir=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m12 16 4-4-4-4"}],["path",{d:"M8 12h8"}]];var Dr=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m16 12-4-4-4 4"}],["path",{d:"M12 16V8"}]];var Wr=[["path",{d:"M21.801 10A10 10 0 1 1 17 3.335"}],["path",{d:"m9 11 3 3L22 4"}]];var Or=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m9 12 2 2 4-4"}]];var zr=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m16 10-4 4-4-4"}]];var qr=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m14 16-4-4 4-4"}]];var Nr=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m10 8 4 4-4 4"}]];var Ur=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m8 14 4-4 4 4"}]];var th=[["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 $r=[["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 eh=[["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 ah=[["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 rh=[["circle",{cx:"12",cy:"12",r:"10"}],["circle",{cx:"12",cy:"12",r:"1"}]];var oh=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M17 12h.01"}],["path",{d:"M12 12h.01"}],["path",{d:"M7 12h.01"}]];var sh=[["path",{d:"M7 10h10"}],["path",{d:"M7 14h10"}],["circle",{cx:"12",cy:"12",r:"10"}]];var nh=[["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 lh=[["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 _r=[["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 jr=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M8 12h8"}]];var dh=[["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 Gr=[["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 Zr=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M9 17V7h4a3 3 0 0 1 0 6H9"}]];var Xr=[["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 Jr=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m15 9-6 6"}],["path",{d:"M9 9h.01"}],["path",{d:"M15 15h.01"}]];var Kr=[["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 Yr=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M8 12h8"}],["path",{d:"M12 8v8"}]];var ih=[["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 Qr=[["path",{d:"M12 7v4"}],["path",{d:"M7.998 9.003a5 5 0 1 0 8-.005"}],["circle",{cx:"12",cy:"12",r:"10"}]];var xa=[["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 to=[["path",{d:"M22 2 2 22"}],["circle",{cx:"12",cy:"12",r:"10"}]];var ph=[["circle",{cx:"12",cy:"12",r:"10"}],["line",{x1:"9",x2:"15",y1:"15",y2:"9"}]];var hh=[["circle",{cx:"12",cy:"12",r:"6"}]];var ch=[["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 eo=[["circle",{cx:"12",cy:"12",r:"10"}],["rect",{x:"9",y:"9",width:"6",height:"6",rx:"1"}]];var ao=[["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 ro=[["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 oo=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m15 9-6 6"}],["path",{d:"m9 9 6 6"}]];var fh=[["circle",{cx:"12",cy:"12",r:"10"}]];var uh=[["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 mh=[["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 xh=[["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 gh=[["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 Mh=[["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 vh=[["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 yh=[["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 wh=[["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 Ch=[["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 so=[["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 no=[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-5.5"}],["path",{d:"M4 13.5V6a2 2 0 0 1 2-2h2"}],["path",{d:"M13.378 15.626a1 1 0 1 0-3.004-3.004l-5.01 5.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z"}]];var bh=[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"}],["path",{d:"M9 14h6"}],["path",{d:"M12 17v-6"}]];var 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 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 kh=[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"}]];var Hh=[["path",{d:"M12 6v6l2-4"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Lh=[["path",{d:"M12 6v6l-4-2"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Th=[["path",{d:"M12 6v6l-2-4"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Ph=[["path",{d:"M12 6v6"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Eh=[["path",{d:"M12 6v6l4-2"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Bh=[["path",{d:"M12 6v6h4"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Rh=[["path",{d:"M12 6v6l4 2"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Vh=[["path",{d:"M12 6v6l2 4"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Fh=[["path",{d:"M12 6v10"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Ih=[["path",{d:"M12 6v6l-2 4"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Dh=[["path",{d:"M12 6v6l-4 2"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Wh=[["path",{d:"M12 6v6H8"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Oh=[["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 zh=[["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 qh=[["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 Nh=[["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 Uh=[["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 $h=[["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 _h=[["path",{d:"M12 6v6l4 2"}],["circle",{cx:"12",cy:"12",r:"10"}]];var jh=[["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 Gh=[["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 Zh=[["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 Xh=[["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 lo=[["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 Jh=[["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 Kh=[["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 Yh=[["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 Qh=[["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 tc=[["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 ec=[["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 ac=[["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 rc=[["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 oc=[["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 sc=[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242"}],["path",{d:"M8 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 nc=[["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 lc=[["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 io=[["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 dc=[["path",{d:"M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z"}]];var ic=[["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 pc=[["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 hc=[["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 cc=[["path",{d:"m16 18 6-6-6-6"}],["path",{d:"m8 6-6 6 6 6"}]];var fc=[["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 uc=[["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 mc=[["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 xc=[["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 gc=[["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 ho=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M12 3v18"}]];var ga=[["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 co=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}],["path",{d:"M15 3v18"}]];var Mc=[["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 vc=[["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 yc=[["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 wc=[["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 Cc=[["path",{d:"M15.536 11.293a1 1 0 0 0 0 1.414l2.376 2.377a1 1 0 0 0 1.414 0l2.377-2.377a1 1 0 0 0 0-1.414l-2.377-2.377a1 1 0 0 0-1.414 0z"}],["path",{d:"M2.297 11.293a1 1 0 0 0 0 1.414l2.377 2.377a1 1 0 0 0 1.414 0l2.377-2.377a1 1 0 0 0 0-1.414L6.088 8.916a1 1 0 0 0-1.414 0z"}],["path",{d:"M8.916 17.912a1 1 0 0 0 0 1.415l2.377 2.376a1 1 0 0 0 1.414 0l2.377-2.376a1 1 0 0 0 0-1.415l-2.377-2.376a1 1 0 0 0-1.414 0z"}],["path",{d:"M8.916 4.674a1 1 0 0 0 0 1.414l2.377 2.376a1 1 0 0 0 1.414 0l2.377-2.376a1 1 0 0 0 0-1.414l-2.377-2.377a1 1 0 0 0-1.414 0z"}]];var bc=[["rect",{width:"14",height:"8",x:"5",y:"2",rx:"2"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2"}],["path",{d:"M6 18h2"}],["path",{d:"M12 18h6"}]];var Sc=[["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 Ac=[["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 kc=[["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 fo=[["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 Hc=[["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 Lc=[["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 Tc=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 18a6 6 0 0 0 0-12v12z"}]];var Pc=[["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 Ec=[["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 Bc=[["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 Rc=[["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 Vc=[["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 Fc=[["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 Ic=[["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 Dc=[["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 Wc=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M9.17 14.83a4 4 0 1 0 0-5.66"}]];var Oc=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M14.83 14.83a4 4 0 1 1 0-5.66"}]];var zc=[["path",{d:"M20 4v7a4 4 0 0 1-4 4H4"}],["path",{d:"m9 10-5 5 5 5"}]];var qc=[["path",{d:"m15 10 5 5-5 5"}],["path",{d:"M4 4v7a4 4 0 0 0 4 4h12"}]];var Nc=[["path",{d:"m14 15-5 5-5-5"}],["path",{d:"M20 4h-7a4 4 0 0 0-4 4v12"}]];var Uc=[["path",{d:"M14 9 9 4 4 9"}],["path",{d:"M20 20h-7a4 4 0 0 1-4-4V4"}]];var $c=[["path",{d:"m10 15 5 5 5-5"}],["path",{d:"M4 4h7a4 4 0 0 1 4 4v12"}]];var _c=[["path",{d:"m10 9 5-5 5 5"}],["path",{d:"M4 20h7a4 4 0 0 0 4-4V4"}]];var jc=[["path",{d:"M20 20v-7a4 4 0 0 0-4-4H4"}],["path",{d:"M9 14 4 9l5-5"}]];var Gc=[["path",{d:"m15 14 5-5-5-5"}],["path",{d:"M4 20v-7a4 4 0 0 1 4-4h12"}]];var Zc=[["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 Xc=[["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 Jc=[["rect",{width:"20",height:"14",x:"2",y:"5",rx:"2"}],["line",{x1:"2",x2:"22",y1:"10",y2:"10"}]];var Kc=[["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 Yc=[["path",{d:"M6 2v14a2 2 0 0 0 2 2h14"}],["path",{d:"M18 22V8a2 2 0 0 0-2-2H2"}]];var Qc=[["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 tf=[["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 ef=[["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 af=[["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 rf=[["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 of=[["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 sf=[["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 lf=[["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 df=[["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 pf=[["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 hf=[["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 cf=[["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 ff=[["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 uf=[["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 mf=[["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 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.41L13.7 2.71a2.41 2.41 0 0 0-3.41 0z"}],["path",{d:"M8 12h8"}]];var uo=[["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 gf=[["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 Mf=[["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 vf=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["path",{d:"M12 12h.01"}]];var yf=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["path",{d:"M15 9h.01"}],["path",{d:"M9 15h.01"}]];var wf=[["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 Cf=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["path",{d:"M16 8h.01"}],["path",{d:"M8 8h.01"}],["path",{d:"M8 16h.01"}],["path",{d:"M16 16h.01"}]];var bf=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["path",{d:"M16 8h.01"}],["path",{d:"M8 8h.01"}],["path",{d:"M8 16h.01"}],["path",{d:"M16 16h.01"}],["path",{d:"M12 12h.01"}]];var Sf=[["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 Af=[["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 kf=[["path",{d:"M12 3v14"}],["path",{d:"M5 10h14"}],["path",{d:"M5 21h14"}]];var Hf=[["circle",{cx:"12",cy:"12",r:"10"}],["circle",{cx:"12",cy:"12",r:"4"}],["path",{d:"M12 12h.01"}]];var Lf=[["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 Tf=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["circle",{cx:"12",cy:"12",r:"5"}],["path",{d:"M12 12h.01"}]];var Pf=[["circle",{cx:"12",cy:"12",r:"10"}],["circle",{cx:"12",cy:"12",r:"2"}]];var Ef=[["circle",{cx:"12",cy:"6",r:"1"}],["line",{x1:"5",x2:"19",y1:"12",y2:"12"}],["circle",{cx:"12",cy:"18",r:"1"}]];var Bf=[["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 Rf=[["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 Vf=[["path",{d:"M2 8h20"}],["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2"}],["path",{d:"M6 16h12"}]];var Ff=[["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 If=[["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 Df=[["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 Wf=[["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 Of=[["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 zf=[["path",{d:"M11 20H2"}],["path",{d:"M11 4.562v16.157a1 1 0 0 0 1.242.97L19 20V5.562a2 2 0 0 0-1.515-1.94l-4-1A2 2 0 0 0 11 4.561z"}],["path",{d:"M11 4H8a2 2 0 0 0-2 2v14"}],["path",{d:"M14 12h.01"}],["path",{d:"M22 20h-3"}]];var qf=[["circle",{cx:"12.1",cy:"12.1",r:"1"}]];var Nf=[["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 Uf=[["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 $f=[["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 _f=[["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 jf=[["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 Gf=[["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 Zf=[["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 Xf=[["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 Jf=[["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 Kf=[["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 Yf=[["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 Qf=[["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 tu=[["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 eu=[["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 au=[["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 mo=[["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 ru=[["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 su=[["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 nu=[["path",{d:"M12 2C8 2 4 8 4 14a8 8 0 0 0 16 0c0-6-4-12-8-12"}]];var xo=[["circle",{cx:"12",cy:"12",r:"1"}],["circle",{cx:"12",cy:"5",r:"1"}],["circle",{cx:"12",cy:"19",r:"1"}]];var go=[["circle",{cx:"12",cy:"12",r:"1"}],["circle",{cx:"19",cy:"12",r:"1"}],["circle",{cx:"5",cy:"12",r:"1"}]];var lu=[["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 du=[["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 iu=[["line",{x1:"5",x2:"19",y1:"9",y2:"9"}],["line",{x1:"5",x2:"19",y1:"15",y2:"15"}]];var pu=[["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 hu=[["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 cu=[["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 fu=[["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 uu=[["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 mu=[["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 xu=[["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 gu=[["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 Mu=[["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 vu=[["path",{d:"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"}]];var yu=[["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 wu=[["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 Cu=[["path",{d:"M12 6a2 2 0 0 1 3.414-1.414l6 6a2 2 0 0 1 0 2.828l-6 6A2 2 0 0 1 12 18z"}],["path",{d:"M2 6a2 2 0 0 1 3.414-1.414l6 6a2 2 0 0 1 0 2.828l-6 6A2 2 0 0 1 2 18z"}]];var bu=[["path",{d:"M12.67 19a2 2 0 0 0 1.416-.588l6.154-6.172a6 6 0 0 0-8.49-8.49L5.586 9.914A2 2 0 0 0 5 11.328V18a1 1 0 0 0 1 1z"}],["path",{d:"M16 8 2 22"}],["path",{d:"M17.5 15H9"}]];var Su=[["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 Au=[["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 ku=[["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 Hu=[["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 Mo=[["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 vo=[["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 Lu=[["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 yo=[["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 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:"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 Co=[["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 bo=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M8 18v-1"}],["path",{d:"M12 18v-6"}],["path",{d:"M16 18v-3"}]];var So=[["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 Ao=[["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 ko=[["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 Tu=[["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 Pu=[["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 Ho=[["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 Eu=[["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 Lo=[["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 Bu=[["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 Ru=[["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 Vu=[["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 To=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M12 9v4"}],["path",{d:"M12 17h.01"}]];var Ma=[["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 Fu=[["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 Iu=[["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 Du=[["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 Po=[["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 Eo=[["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 Bo=[["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 Wu=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M9 15h6"}]];var Ou=[["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 zu=[["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 Ro=[["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 Vo=[["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 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:"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 Io=[["path",{d:"M11.35 22H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v5.35"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M14 19h6"}],["path",{d:"M17 16v6"}]];var qu=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M9 15h6"}],["path",{d:"M12 18v-6"}]];var 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:"M12 17h.01"}],["path",{d:"M9.1 9a3 3 0 0 1 5.82 1c0 2-3 3-3 3"}]];var Nu=[["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 Wo=[["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 Uu=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["circle",{cx:"11.5",cy:"14.5",r:"2.5"}],["path",{d:"M13.3 16.3 15 18"}]];var Oo=[["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 $u=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M8 12h8"}],["path",{d:"M10 11v2"}],["path",{d:"M8 17h8"}],["path",{d:"M14 16v2"}]];var _u=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M8 13h2"}],["path",{d:"M14 13h2"}],["path",{d:"M8 17h2"}],["path",{d:"M14 17h2"}]];var ju=[["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 Gu=[["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 Zu=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"m8 16 2-2-2-2"}],["path",{d:"M12 18h4"}]];var Xu=[["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 zo=[["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 Ju=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"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 Ku=[["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 Yu=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M16 22a4 4 0 0 0-8 0"}],["circle",{cx:"12",cy:"15",r:"3"}]];var qo=[["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 Qu=[["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 No=[["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 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:"m14.5 12.5-5 5"}],["path",{d:"m9.5 12.5 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"}]];var am=[["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 rm=[["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 sm=[["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 nm=[["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 lm=[["path",{d:"M2 16s9-15 20-4C11 23 2 8 2 8"}]];var dm=[["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 im=[["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 pm=[["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 hm=[["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 cm=[["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 fm=[["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 um=[["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 mm=[["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 xm=[["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 gm=[["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 Mm=[["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 vm=[["path",{d:"M10 2v6.292a7 7 0 1 0 4 0V2"}],["path",{d:"M5 15h14"}],["path",{d:"M8.5 2h7"}]];var ym=[["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 wm=[["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 Cm=[["path",{d:"m17 3-5 5-5-5h10"}],["path",{d:"m17 21-5-5-5 5h10"}],["path",{d:"M4 12H2"}],["path",{d:"M10 12H8"}],["path",{d:"M16 12h-2"}],["path",{d:"M22 12h-2"}]];var bm=[["path",{d:"M21 8V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v3"}],["path",{d:"M21 16v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-3"}],["path",{d:"M4 12H2"}],["path",{d:"M10 12H8"}],["path",{d:"M16 12h-2"}],["path",{d:"M22 12h-2"}]];var Sm=[["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 Am=[["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 km=[["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 Hm=[["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 Lm=[["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 Tm=[["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 Pm=[["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 Em=[["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 Bm=[["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 Rm=[["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 Uo=[["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 Vm=[["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 Fm=[["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 Im=[["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 Dm=[["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 Wm=[["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 Om=[["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 zm=[["path",{d:"M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z"}],["path",{d:"M8 10v4"}],["path",{d:"M12 10v2"}],["path",{d:"M16 10v6"}]];var qm=[["circle",{cx:"16",cy:"20",r:"2"}],["path",{d:"M10 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v2"}],["path",{d:"m22 14-4.5 4.5"}],["path",{d:"m21 15 1 1"}]];var Nm=[["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 Um=[["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 $m=[["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 _m=[["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 jm=[["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 $o=[["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 Gm=[["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 Zm=[["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 Xm=[["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 Jm=[["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 Km=[["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 Ym=[["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 Qm=[["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 tx=[["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 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:"m9.5 10.5 5 5"}],["path",{d:"m14.5 10.5-5 5"}]];var ax=[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z"}]];var rx=[["path",{d:"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 sx=[["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 nx=[["path",{d:"m15 17 5-5-5-5"}],["path",{d:"M4 18v-2a4 4 0 0 1 4-4h12"}]];var lx=[["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 dx=[["path",{d:"M5 16V9h14V2H5l14 14h-7m-7 0 7 7v-7m-7 0h7"}]];var ix=[["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 px=[["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 hx=[["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 cx=[["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 _o=[["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 jo=[["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 fx=[["path",{d:"M2 7v10"}],["path",{d:"M6 5v14"}],["rect",{width:"12",height:"18",x:"10",y:"3",rx:"2"}]];var ux=[["path",{d:"M2 3v18"}],["rect",{width:"12",height:"18",x:"6",y:"3",rx:"2"}],["path",{d:"M22 3v18"}]];var mx=[["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 xx=[["path",{d:"M7 2h10"}],["path",{d:"M5 6h14"}],["rect",{width:"18",height:"12",x:"3",y:"10",rx:"2"}]];var gx=[["path",{d:"M3 2h18"}],["rect",{width:"18",height:"12",x:"3",y:"6",rx:"2"}],["path",{d:"M3 22h18"}]];var Mx=[["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 vx=[["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 yx=[["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 wx=[["path",{d:"m12 14 4-4"}],["path",{d:"M3.34 19a10 10 0 1 1 17.32 0"}]];var Cx=[["path",{d:"m14 13-8.381 8.38a1 1 0 0 1-3.001-3l8.384-8.381"}],["path",{d:"m16 16 6-6"}],["path",{d:"m21.5 10.5-8-8"}],["path",{d:"m8 8 6-6"}],["path",{d:"m8.5 7.5 8 8"}]];var bx=[["path",{d:"M10.5 3 8 9l4 13 4-13-2.5-6"}],["path",{d:"M17 3a2 2 0 0 1 1.6.8l3 4a2 2 0 0 1 .013 2.382l-7.99 10.986a2 2 0 0 1-3.247 0l-7.99-10.986A2 2 0 0 1 2.4 7.8l2.998-3.997A2 2 0 0 1 7 3z"}],["path",{d:"M2 9h20"}]];var Sx=[["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 Ax=[["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 kx=[["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 Hx=[["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 Lx=[["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 Tx=[["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 Go=[["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 Px=[["path",{d:"M12 3v6"}],["circle",{cx:"12",cy:"12",r:"3"}],["path",{d:"M12 15v6"}]];var Ex=[["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 Bx=[["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 Rx=[["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 Vx=[["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 Fx=[["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 Ix=[["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 Dx=[["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 Wx=[["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 Ox=[["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 zx=[["circle",{cx:"18",cy:"18",r:"3"}],["circle",{cx:"6",cy:"6",r:"3"}],["path",{d:"M18 6V5"}],["path",{d:"M18 11v-1"}],["line",{x1:"6",x2:"6",y1:"9",y2:"21"}]];var qx=[["circle",{cx:"18",cy:"18",r:"3"}],["circle",{cx:"6",cy:"6",r:"3"}],["path",{d:"M13 6h3a2 2 0 0 1 2 2v7"}],["line",{x1:"6",x2:"6",y1:"9",y2:"21"}]];var Nx=[["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 Ux=[["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 $x=[["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 _x=[["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 jx=[["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 Gx=[["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 Zx=[["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 Xx=[["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 Jx=[["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 Kx=[["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 Zo=[["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 Xo=[["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 Jo=[["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 Ko=[["path",{d:"M12 3v18"}],["path",{d:"M3 12h18"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}]];var Yx=[["path",{d:"M15 3v18"}],["path",{d:"M3 12h18"}],["path",{d:"M9 3v18"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}]];var va=[["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 Qx=[["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 t4=[["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 e4=[["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 a4=[["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 r4=[["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 s4=[["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 n4=[["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 l4=[["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 d4=[["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 Yo=[["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 i4=[["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 Qo=[["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 p4=[["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 h4=[["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 c4=[["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 f4=[["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 u4=[["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 m4=[["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 x4=[["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 g4=[["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 M4=[["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 v4=[["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 y4=[["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 w4=[["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 C4=[["path",{d:"M22 9a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h1l2 2h12l2-2h1a1 1 0 0 0 1-1Z"}],["path",{d:"M7.5 12h9"}]];var b4=[["path",{d:"M4 12h8"}],["path",{d:"M4 18V6"}],["path",{d:"M12 18V6"}],["path",{d:"m17 12 3-2v8"}]];var S4=[["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 A4=[["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 k4=[["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 H4=[["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 L4=[["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 T4=[["path",{d:"M6 12h12"}],["path",{d:"M6 20V4"}],["path",{d:"M18 20V4"}]];var P4=[["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 E4=[["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 B4=[["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 R4=[["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 V4=[["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 F4=[["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 I4=[["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 D4=[["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 W4=[["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 O4=[["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 z4=[["path",{d:"M11 8c2-3-2-3 0-6"}],["path",{d:"M15.5 8c2-3-2-3 0-6"}],["path",{d:"M6 10h.01"}],["path",{d:"M6 14h.01"}],["path",{d:"M10 16v-4"}],["path",{d:"M14 16v-4"}],["path",{d:"M18 16v-4"}],["path",{d:"M20 6a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3"}],["path",{d:"M5 20v2"}],["path",{d:"M19 20v2"}]];var q4=[["path",{d:"M11 17v4"}],["path",{d:"M14 3v8a2 2 0 0 0 2 2h5.865"}],["path",{d:"M17 17v4"}],["path",{d:"M18 17a4 4 0 0 0 4-4 8 6 0 0 0-8-6 6 5 0 0 0-6 5v3a2 2 0 0 0 2 2z"}],["path",{d:"M2 10v5"}],["path",{d:"M6 3h16"}],["path",{d:"M7 21h14"}],["path",{d:"M8 13H2"}]];var N4=[["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 U4=[["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 $4=[["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 _4=[["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 j4=[["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 G4=[["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 Z4=[["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 X4=[["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 J4=[["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 K4=[["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 Y4=[["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 Q4=[["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 t1=[["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 e1=[["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 a1=[["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 t5=[["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 e5=[["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 a5=[["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 r5=[["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 s5=[["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 n5=[["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 l5=[["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 d5=[["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 i5=[["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 p5=[["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 h5=[["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 c5=[["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 f5=[["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 u5=[["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 m5=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 16v-4"}],["path",{d:"M12 8h.01"}]];var x5=[["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 g5=[["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 M5=[["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 v5=[["path",{d:"m16 14 4 4-4 4"}],["path",{d:"M20 10a8 8 0 1 0-8 8h8"}]];var y5=[["path",{d:"M4 10a8 8 0 1 1 8 8H4"}],["path",{d:"m8 22-4-4 4-4"}]];var w5=[["path",{d:"M12 9.5V21m0-11.5L6 3m6 6.5L18 3"}],["path",{d:"M6 15h12"}],["path",{d:"M6 11h12"}]];var C5=[["path",{d:"M21 17a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-2Z"}],["path",{d:"M6 15v-2"}],["path",{d:"M12 15V9"}],["circle",{cx:"12",cy:"6",r:"3"}]];var b5=[["path",{d:"M5 3v14"}],["path",{d:"M12 3v8"}],["path",{d:"M19 3v18"}]];var S5=[["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 A5=[["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 k5=[["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 H5=[["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 L5=[["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 T5=[["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 P5=[["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 E5=[["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 B5=[["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 R5=[["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 V5=[["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 F5=[["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 I5=[["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 D5=[["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 W5=[["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 O5=[["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 z5=[["path",{d:"M2 20h20"}],["path",{d:"m9 10 2 2 4-4"}],["rect",{x:"3",y:"4",width:"18",height:"12",rx:"2"}]];var r1=[["rect",{width:"18",height:"12",x:"3",y:"4",rx:"2",ry:"2"}],["line",{x1:"2",x2:"22",y1:"20",y2:"20"}]];var q5=[["path",{d:"M18 5a2 2 0 0 1 2 2v8.526a2 2 0 0 0 .212.897l1.068 2.127a1 1 0 0 1-.9 1.45H3.62a1 1 0 0 1-.9-1.45l1.068-2.127A2 2 0 0 0 4 15.526V7a2 2 0 0 1 2-2z"}],["path",{d:"M20.054 15.987H3.946"}]];var N5=[["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 U5=[["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 $5=[["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 _5=[["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 o1=[["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 j5=[["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 G5=[["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 Z5=[["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 X5=[["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 J5=[["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 K5=[["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 Y5=[["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 Q5=[["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 t3=[["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 e3=[["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 a3=[["path",{d:"m16 6 4 14"}],["path",{d:"M12 6v14"}],["path",{d:"M8 8v12"}],["path",{d:"M4 4v16"}]];var r3=[["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 s3=[["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 n3=[["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 l3=[["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 d3=[["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 i3=[["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 p3=[["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 h3=[["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 c3=[["path",{d:"M16 5H3"}],["path",{d:"M16 12H3"}],["path",{d:"M11 19H3"}],["path",{d:"m15 18 2 2 4-4"}]];var f3=[["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 u3=[["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 m3=[["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 x3=[["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 g3=[["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 M3=[["path",{d:"M12 5H2"}],["path",{d:"M6 12h12"}],["path",{d:"M9 19h6"}],["path",{d:"M16 5h6"}],["path",{d:"M19 8V2"}]];var v3=[["path",{d:"M2 5h20"}],["path",{d:"M6 12h12"}],["path",{d:"M9 19h6"}]];var ya=[["path",{d:"M21 5H11"}],["path",{d:"M21 12H11"}],["path",{d:"M21 19H11"}],["path",{d:"m7 8-4 4 4 4"}]];var wa=[["path",{d:"M21 5H11"}],["path",{d:"M21 12H11"}],["path",{d:"M21 19H11"}],["path",{d:"m3 8 4 4-4 4"}]];var y3=[["path",{d:"M16 5H3"}],["path",{d:"M11 12H3"}],["path",{d:"M16 19H3"}],["path",{d:"M21 12h-6"}]];var w3=[["path",{d:"M16 5H3"}],["path",{d:"M11 12H3"}],["path",{d:"M11 19H3"}],["path",{d:"M21 16V5"}],["circle",{cx:"18",cy:"16",r:"3"}]];var C3=[["path",{d:"M11 5h10"}],["path",{d:"M11 12h10"}],["path",{d:"M11 19h10"}],["path",{d:"M4 4h1v5"}],["path",{d:"M4 9h2"}],["path",{d:"M6.5 20H3.4c0-1 2.6-1.925 2.6-3.5a1.5 1.5 0 0 0-2.6-1.02"}]];var b3=[["path",{d:"M16 5H3"}],["path",{d:"M11 12H3"}],["path",{d:"M16 19H3"}],["path",{d:"M18 9v6"}],["path",{d:"M21 12h-6"}]];var S3=[["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 A3=[["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 k3=[["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 H3=[["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 L3=[["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 T3=[["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 P3=[["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 s1=[["path",{d:"M21 12a9 9 0 1 1-6.219-8.56"}]];var E3=[["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 B3=[["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 R3=[["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 V3=[["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 F3=[["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 n1=[["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 I3=[["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 l1=[["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 D3=[["rect",{width:"18",height:"11",x:"3",y:"11",rx:"2",ry:"2"}],["path",{d:"M7 11V7a5 5 0 0 1 10 0v4"}]];var W3=[["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 O3=[["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 z3=[["path",{d:"M3 5h1"}],["path",{d:"M3 12h1"}],["path",{d:"M3 19h1"}],["path",{d:"M8 5h1"}],["path",{d:"M8 12h1"}],["path",{d:"M8 19h1"}],["path",{d:"M13 5h8"}],["path",{d:"M13 12h8"}],["path",{d:"M13 19h8"}]];var q3=[["circle",{cx:"11",cy:"11",r:"8"}],["path",{d:"m21 21-4.3-4.3"}],["path",{d:"M11 11a2 2 0 0 0 4 0 4 4 0 0 0-8 0 6 6 0 0 0 12 0"}]];var N3=[["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 U3=[["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 $3=[["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 _3=[["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 j3=[["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 G3=[["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 d1=[["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 Z3=[["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 X3=[["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 J3=[["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 K3=[["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 Y3=[["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 Q3=[["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 t8=[["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 e8=[["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 a8=[["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 r8=[["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 o8=[["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 s8=[["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 n8=[["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 i1=[["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 l8=[["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 d8=[["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 i8=[["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 p8=[["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 h8=[["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 c8=[["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 f8=[["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 u8=[["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 m8=[["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 x8=[["path",{d:"M16 3h5v5"}],["path",{d:"m21 3-6.75 6.75"}],["circle",{cx:"10",cy:"14",r:"6"}]];var g8=[["path",{d:"M8 22h8"}],["path",{d:"M12 11v11"}],["path",{d:"m19 3-7 8-7-8Z"}]];var M8=[["path",{d:"M15 3h6v6"}],["path",{d:"m21 3-7 7"}],["path",{d:"m3 21 7-7"}],["path",{d:"M9 21H3v-6"}]];var v8=[["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 y8=[["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 w8=[["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 C8=[["path",{d:"M11 6a13 13 0 0 0 8.4-2.8A1 1 0 0 1 21 4v12a1 1 0 0 1-1.6.8A13 13 0 0 0 11 14H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2z"}],["path",{d:"M6 14a12 12 0 0 0 2.4 7.2 2 2 0 0 0 3.2-2.4A8 8 0 0 1 10 14"}],["path",{d:"M8 6v8"}]];var b8=[["circle",{cx:"12",cy:"12",r:"10"}],["line",{x1:"8",x2:"16",y1:"15",y2:"15"}],["line",{x1:"9",x2:"9.01",y1:"9",y2:"9"}],["line",{x1:"15",x2:"15.01",y1:"9",y2:"9"}]];var 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 A8=[["path",{d:"M4 5h16"}],["path",{d:"M4 12h16"}],["path",{d:"M4 19h16"}]];var k8=[["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 H8=[["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 L8=[["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 T8=[["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 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:"M8 12h.01"}],["path",{d:"M12 12h.01"}],["path",{d:"M16 12h.01"}]];var E8=[["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 B8=[["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 p1=[["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 R8=[["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 V8=[["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 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:"m15 9-6 6"}],["path",{d:"m9 9 6 6"}]];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"}]];var D8=[["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 W8=[["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 O8=[["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 z8=[["path",{d:"M12.7 3H4a2 2 0 0 0-2 2v16.286a.71.71 0 0 0 1.212.502l2.202-2.202A2 2 0 0 1 6.828 19H20a2 2 0 0 0 2-2v-4.7"}],["circle",{cx:"19",cy:"6",r:"3"}]];var q8=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z"}],["path",{d:"M7.5 9.5c0 .687.265 1.383.697 1.844l3.009 3.264a1.14 1.14 0 0 0 .407.314 1 1 0 0 0 .783-.004 1.14 1.14 0 0 0 .398-.31l3.008-3.264A2.77 2.77 0 0 0 16.5 9.5 2.5 2.5 0 0 0 12 8a2.5 2.5 0 0 0-4.5 1.5"}]];var N8=[["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 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:"M12 11h.01"}],["path",{d:"M16 11h.01"}],["path",{d:"M8 11h.01"}]];var $8=[["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 _8=[["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 j8=[["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 G8=[["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 Z8=[["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 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:"M7 11h10"}],["path",{d:"M7 15h6"}],["path",{d:"M7 7h8"}]];var J8=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z"}],["path",{d:"M12 15h.01"}],["path",{d:"M12 7v4"}]];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:"m14.5 8.5-5 5"}],["path",{d:"m9.5 8.5 5 5"}]];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"}]];var Q8=[["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 t6=[["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 h1=[["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 e6=[["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 a6=[["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 r6=[["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 o6=[["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 s6=[["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 n6=[["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 l6=[["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 d6=[["path",{d:"m14 10 7-7"}],["path",{d:"M20 10h-6V4"}],["path",{d:"m3 21 7-7"}],["path",{d:"M4 14h6v6"}]];var i6=[["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 p6=[["path",{d:"M5 12h14"}]];var h6=[["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 c6=[["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 f6=[["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 u6=[["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 m6=[["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 x6=[["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 g6=[["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 M6=[["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 v6=[["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 y6=[["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 w6=[["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 C6=[["path",{d:"m9 10 3-3 3 3"}],["path",{d:"M12 13V7"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2"}],["path",{d:"M12 17v4"}],["path",{d:"M8 21h8"}]];var b6=[["path",{d:"m14.5 12.5-5-5"}],["path",{d:"m9.5 12.5 5-5"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2"}],["path",{d:"M12 17v4"}],["path",{d:"M8 21h8"}]];var 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 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 k6=[["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 H6=[["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 L6=[["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 T6=[["path",{d:"m8 3 4 8 5-5 5 15H2L8 3z"}]];var P6=[["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 E6=[["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 B6=[["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 R6=[["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 V6=[["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 F6=[["rect",{x:"5",y:"2",width:"14",height:"20",rx:"7"}],["path",{d:"M12 6v4"}]];var c1=[["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 I6=[["path",{d:"M19 13v6h-6"}],["path",{d:"M5 11V5h6"}],["path",{d:"m5 5 14 14"}]];var D6=[["path",{d:"M11 19H5v-6"}],["path",{d:"M13 5h6v6"}],["path",{d:"M19 5 5 19"}]];var W6=[["path",{d:"M11 19H5V13"}],["path",{d:"M19 5L5 19"}]];var O6=[["path",{d:"M19 13V19H13"}],["path",{d:"M5 5L19 19"}]];var z6=[["path",{d:"M8 18L12 22L16 18"}],["path",{d:"M12 2V22"}]];var q6=[["path",{d:"m18 8 4 4-4 4"}],["path",{d:"M2 12h20"}],["path",{d:"m6 8-4 4 4 4"}]];var N6=[["path",{d:"M6 8L2 12L6 16"}],["path",{d:"M2 12H22"}]];var U6=[["path",{d:"M18 8L22 12L18 16"}],["path",{d:"M2 12H22"}]];var $6=[["path",{d:"M5 11V5H11"}],["path",{d:"M5 5L19 19"}]];var _6=[["path",{d:"M13 5H19V11"}],["path",{d:"M19 5L5 19"}]];var j6=[["path",{d:"M8 6L12 2L16 6"}],["path",{d:"M12 2V22"}]];var G6=[["path",{d:"M12 2v20"}],["path",{d:"m8 18 4 4 4-4"}],["path",{d:"m8 6 4-4 4 4"}]];var Z6=[["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 X6=[["circle",{cx:"8",cy:"18",r:"4"}],["path",{d:"M12 18V2l7 4"}]];var J6=[["circle",{cx:"12",cy:"18",r:"4"}],["path",{d:"M16 18V2"}]];var K6=[["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 Y6=[["path",{d:"M9 18V5l12-2v13"}],["circle",{cx:"6",cy:"18",r:"3"}],["circle",{cx:"18",cy:"16",r:"3"}]];var Q6=[["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 tg=[["polygon",{points:"12 2 19 21 12 17 5 21 12 2"}]];var eg=[["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 ag=[["polygon",{points:"3 11 22 2 13 21 11 13 3 11"}]];var rg=[["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 og=[["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 sg=[["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 ng=[["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 lg=[["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 dg=[["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 ig=[["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 pg=[["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 hg=[["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 cg=[["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 fg=[["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 ug=[["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 f1=[["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 mg=[["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 u1=[["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 m1=[["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 xg=[["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 gg=[["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 Mg=[["path",{d:"M3 3h6l6 18h6"}],["path",{d:"M14 3h7"}]];var vg=[["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 yg=[["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 wg=[["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 Cg=[["path",{d:"m16 16 2 2 4-4"}],["path",{d:"M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14"}],["path",{d:"m7.5 4.27 9 5.15"}],["polyline",{points:"3.29 7 12 12 20.71 7"}],["line",{x1:"12",x2:"12",y1:"22",y2:"12"}]];var bg=[["path",{d:"M16 16h6"}],["path",{d:"M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14"}],["path",{d:"m7.5 4.27 9 5.15"}],["polyline",{points:"3.29 7 12 12 20.71 7"}],["line",{x1:"12",x2:"12",y1:"22",y2:"12"}]];var Sg=[["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 Ag=[["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 kg=[["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 Hg=[["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 Lg=[["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 Tg=[["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 Pg=[["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 x1=[["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 Eg=[["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 Bg=[["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 Rg=[["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 Vg=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 15h18"}],["path",{d:"m15 8-3 3-3-3"}]];var g1=[["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 Fg=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 15h18"}],["path",{d:"m9 10 3-3 3 3"}]];var Ig=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 15h18"}]];var M1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}],["path",{d:"m16 15-3-3 3-3"}]];var v1=[["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 y1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}],["path",{d:"m14 9 3 3-3 3"}]];var Dg=[["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 w1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}]];var Wg=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M15 3v18"}],["path",{d:"m8 9 3 3-3 3"}]];var C1=[["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 Og=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M15 3v18"}],["path",{d:"m10 15-3-3 3-3"}]];var zg=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M15 3v18"}]];var qg=[["path",{d:"M14 15h1"}],["path",{d:"M14 9h1"}],["path",{d:"M19 15h2"}],["path",{d:"M19 9h2"}],["path",{d:"M3 15h2"}],["path",{d:"M3 9h2"}],["path",{d:"M9 15h1"}],["path",{d:"M9 9h1"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}]];var Ng=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}],["path",{d:"m9 16 3-3 3 3"}]];var b1=[["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 Ug=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}],["path",{d:"m15 14-3 3-3-3"}]];var $g=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}]];var _g=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}],["path",{d:"M9 15h12"}]];var jg=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 15h12"}],["path",{d:"M15 3v18"}]];var S1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}],["path",{d:"M9 21V9"}]];var Gg=[["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 Zg=[["path",{d:"M8 21s-4-3-4-9 4-9 4-9"}],["path",{d:"M16 3s4 3 4 9-4 9-4 9"}]];var Xg=[["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 Jg=[["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 Kg=[["rect",{x:"14",y:"3",width:"5",height:"18",rx:"1"}],["rect",{x:"5",y:"3",width:"5",height:"18",rx:"1"}]];var Yg=[["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 Qg=[["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 A1=[["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 tM=[["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 eM=[["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 k1=[["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 aM=[["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 rM=[["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 sM=[["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 nM=[["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 lM=[["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 dM=[["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 iM=[["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 pM=[["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 hM=[["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 cM=[["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 fM=[["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 uM=[["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 mM=[["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 xM=[["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=[["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 MM=[["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 vM=[["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 yM=[["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 wM=[["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 CM=[["path",{d:"M11 17h3v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-3a3.16 3.16 0 0 0 2-2h1a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1h-1a5 5 0 0 0-2-4V3a4 4 0 0 0-3.2 1.6l-.3.4H11a6 6 0 0 0-6 6v1a5 5 0 0 0 2 4v3a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1z"}],["path",{d:"M16 10h.01"}],["path",{d:"M2 8v1a2 2 0 0 0 2 2h1"}]];var bM=[["path",{d:"M14 3v11"}],["path",{d:"M14 9h-3a3 3 0 0 1 0-6h9"}],["path",{d:"M18 3v11"}],["path",{d:"M22 18H2l4-4"}],["path",{d:"m6 22-4-4"}]];var SM=[["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 AM=[["path",{d:"M13 4v16"}],["path",{d:"M17 4v16"}],["path",{d:"M19 4H9.5a4.5 4.5 0 0 0 0 9H13"}]];var kM=[["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 HM=[["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 LM=[["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 TM=[["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 PM=[["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 EM=[["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 BM=[["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 RM=[["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 VM=[["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 FM=[["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 IM=[["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 H1=[["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 DM=[["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 WM=[["path",{d:"M5 12h14"}],["path",{d:"M12 5v14"}]];var OM=[["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 zM=[["path",{d:"M20 3a2 2 0 0 1 2 2v6a1 1 0 0 1-20 0V5a2 2 0 0 1 2-2z"}],["path",{d:"m8 10 4 4 4-4"}]];var qM=[["path",{d:"M13 17a1 1 0 1 0-2 0l.5 4.5a0.5 0.5 0 0 0 1 0z",fill:"currentColor"}],["path",{d:"M16.85 18.58a9 9 0 1 0-9.7 0"}],["path",{d:"M8 14a5 5 0 1 1 8 0"}],["circle",{cx:"12",cy:"11",r:"1",fill:"currentColor"}]];var NM=[["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 UM=[["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 $M=[["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 _M=[["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 jM=[["path",{d:"M18 7c0-5.333-8-5.333-8 0"}],["path",{d:"M10 7v14"}],["path",{d:"M6 21h12"}],["path",{d:"M6 13h10"}]];var GM=[["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 ZM=[["path",{d:"M12 2v10"}],["path",{d:"M18.4 6.6a9 9 0 1 1-12.77.04"}]];var XM=[["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 JM=[["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 KM=[["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 YM=[["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 QM=[["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 t7=[["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 e7=[["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 a7=[["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 r7=[["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 s7=[["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 n7=[["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 l7=[["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 d7=[["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 i7=[["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 p7=[["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 h7=[["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 c7=[["path",{d:"M5 15h14"}],["path",{d:"M5 9h14"}],["path",{d:"m14 20-5-5 6-6-5-5"}]];var f7=[["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 u7=[["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 m7=[["rect",{width:"12",height:"20",x:"6",y:"2",rx:"2"}],["rect",{width:"20",height:"12",x:"2",y:"6",rx:"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:"M12 6.5v11"}],["path",{d:"M15 9.4a4 4 0 1 0 0 5.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:"M8 12h5"}],["path",{d:"M16 9.5a4 4 0 1 0 0 5.2"}]];var M7=[["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 v7=[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z"}],["path",{d:"m12 10 3-3"}],["path",{d:"m9 7 3 3v7.5"}],["path",{d:"M9 11h6"}],["path",{d:"M9 15h6"}]];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 13h5"}],["path",{d:"M10 17V9.5a2.5 2.5 0 0 1 5 0"}],["path",{d:"M8 17h7"}]];var w7=[["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 C7=[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z"}],["path",{d:"M10 17V7h5"}],["path",{d:"M10 11h4"}],["path",{d:"M8 15h5"}]];var b7=[["path",{d:"M13 16H8"}],["path",{d:"M14 8H8"}],["path",{d:"M16 12H8"}],["path",{d:"M4 3a1 1 0 0 1 1-1 1.3 1.3 0 0 1 .7.2l.933.6a1.3 1.3 0 0 0 1.4 0l.934-.6a1.3 1.3 0 0 1 1.4 0l.933.6a1.3 1.3 0 0 0 1.4 0l.933-.6a1.3 1.3 0 0 1 1.4 0l.934.6a1.3 1.3 0 0 0 1.4 0l.933-.6A1.3 1.3 0 0 1 19 2a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1 1.3 1.3 0 0 1-.7-.2l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.934.6a1.3 1.3 0 0 1-1.4 0l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-1.4 0l-.934-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-.7.2 1 1 0 0 1-1-1z"}]];var S7=[["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 A7=[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z"}],["path",{d:"M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8"}],["path",{d:"M12 17.5v-11"}]];var k7=[["path",{d:"M14 4v16H3a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1z"}],["circle",{cx:"14",cy:"12",r:"8"}]];var L1=[["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 H7=[["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 L7=[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2"}]];var T7=[["rect",{width:"12",height:"20",x:"6",y:"2",rx:"2"}]];var P7=[["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 E7=[["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 B7=[["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 R7=[["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 V7=[["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 F7=[["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 I7=[["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 D7=[["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 W7=[["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 O7=[["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 z7=[["path",{d:"M4 7V4h16v3"}],["path",{d:"M5 20h6"}],["path",{d:"M13 4 8 20"}],["path",{d:"m15 15 5 5"}],["path",{d:"m20 15-5 5"}]];var q7=[["path",{d:"m17 2 4 4-4 4"}],["path",{d:"M3 11v-1a4 4 0 0 1 4-4h14"}],["path",{d:"m7 22-4-4 4-4"}],["path",{d:"M21 13v1a4 4 0 0 1-4 4H3"}],["path",{d:"M11 10h1v4"}]];var N7=[["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 U7=[["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 $7=[["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 _7=[["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 j7=[["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 G7=[["path",{d:"M20 18v-2a4 4 0 0 0-4-4H4"}],["path",{d:"m9 17-5-5 5-5"}]];var Z7=[["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 X7=[["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 J7=[["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 K7=[["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 Y7=[["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 Q7=[["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 T1=[["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 tv=[["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 ev=[["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 av=[["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 rv=[["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 sv=[["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 nv=[["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 lv=[["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 P1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 12h18"}]];var E1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M21 9H3"}],["path",{d:"M21 15H3"}]];var dv=[["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 iv=[["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 pv=[["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 hv=[["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 cv=[["path",{d:"M6 11h8a4 4 0 0 0 0-8H9v18"}],["path",{d:"M6 15h8"}]];var fv=[["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 uv=[["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 mv=[["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 xv=[["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 gv=[["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 Mv=[["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 vv=[["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 yv=[["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 wv=[["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 B1=[["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 Cv=[["path",{d:"m16 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z"}],["path",{d:"m2 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z"}],["path",{d:"M7 21h10"}],["path",{d:"M12 3v18"}],["path",{d:"M3 7h2c2 0 5-1 7-2 2 1 5 2 7 2h2"}]];var bv=[["path",{d:"M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7"}],["path",{d:"M14 15H9v-5"}],["path",{d:"M16 3h5v5"}],["path",{d:"M21 3 9 15"}]];var Sv=[["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 Av=[["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 kv=[["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 Hv=[["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 Lv=[["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 Tv=[["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 Pv=[["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 Ev=[["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 Bv=[["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 Rv=[["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 Vv=[["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 Fv=[["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 Iv=[["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 Dv=[["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 Wv=[["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 Ov=[["path",{d:"M19 17V5a2 2 0 0 0-2-2H4"}],["path",{d:"M8 21h12a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v1a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v2a1 1 0 0 0 1 1h3"}]];var zv=[["path",{d:"m8 11 2 2 4-4"}],["circle",{cx:"11",cy:"11",r:"8"}],["path",{d:"m21 21-4.3-4.3"}]];var qv=[["path",{d:"m13 13.5 2-2.5-2-2.5"}],["path",{d:"m21 21-4.3-4.3"}],["path",{d:"M9 8.5 7 11l2 2.5"}],["circle",{cx:"11",cy:"11",r:"8"}]];var Nv=[["path",{d:"m13.5 8.5-5 5"}],["circle",{cx:"11",cy:"11",r:"8"}],["path",{d:"m21 21-4.3-4.3"}]];var Uv=[["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 $v=[["path",{d:"m21 21-4.34-4.34"}],["circle",{cx:"11",cy:"11",r:"8"}]];var _v=[["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 R1=[["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 jv=[["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 Gv=[["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 Zv=[["path",{d:"m16 16-4 4-4-4"}],["path",{d:"M3 12h18"}],["path",{d:"m8 8 4-4 4 4"}]];var Xv=[["path",{d:"M12 3v18"}],["path",{d:"m16 16 4-4-4-4"}],["path",{d:"m8 8-4 4 4 4"}]];var Jv=[["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 Kv=[["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 Yv=[["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 Qv=[["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 t9=[["path",{d:"M14 17H5"}],["path",{d:"M19 7h-9"}],["circle",{cx:"17",cy:"17",r:"3"}],["circle",{cx:"7",cy:"7",r:"3"}]];var e9=[["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 a9=[["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 r9=[["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 s9=[["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 n9=[["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 l9=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"}],["path",{d:"M12 8v4"}],["path",{d:"M12 16h.01"}]];var d9=[["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 i9=[["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 p9=[["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 h9=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"}],["path",{d:"M12 22V2"}]];var c9=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"}],["path",{d:"M9 12h6"}]];var f9=[["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 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"}],["path",{d:"M12 9v6"}]];var V1=[["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 m9=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"}],["path",{d:"M6.376 18.91a6 6 0 0 1 11.249.003"}],["circle",{cx:"12",cy:"11",r:"4"}]];var F1=[["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 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"}]];var g9=[["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 M9=[["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 v9=[["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 y9=[["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 w9=[["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 C9=[["circle",{cx:"8",cy:"21",r:"1"}],["circle",{cx:"19",cy:"21",r:"1"}],["path",{d:"M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12"}]];var b9=[["path",{d:"M21.56 4.56a1.5 1.5 0 0 1 0 2.122l-.47.47a3 3 0 0 1-4.212-.03 3 3 0 0 1 0-4.243l.44-.44a1.5 1.5 0 0 1 2.121 0z"}],["path",{d:"M3 22a1 1 0 0 1-1-1v-3.586a1 1 0 0 1 .293-.707l3.355-3.355a1.205 1.205 0 0 1 1.704 0l3.296 3.296a1.205 1.205 0 0 1 0 1.704l-3.355 3.355a1 1 0 0 1-.707.293z"}],["path",{d:"m9 15 7.879-7.878"}]];var S9=[["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 A9=[["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 k9=[["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 H9=[["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 L9=[["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 T9=[["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 P9=[["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 E9=[["path",{d:"M2 20h.01"}],["path",{d:"M7 20v-4"}],["path",{d:"M12 20v-8"}],["path",{d:"M17 20V8"}]];var B9=[["path",{d:"M2 20h.01"}],["path",{d:"M7 20v-4"}]];var R9=[["path",{d:"M2 20h.01"}],["path",{d:"M7 20v-4"}],["path",{d:"M12 20v-8"}]];var V9=[["path",{d:"M2 20h.01"}]];var F9=[["path",{d:"M2 20h.01"}],["path",{d:"M7 20v-4"}],["path",{d:"M12 20v-8"}],["path",{d:"M17 20V8"}],["path",{d:"M22 4v16"}]];var I9=[["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 D9=[["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 W9=[["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 O9=[["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 z9=[["path",{d:"M17.971 4.285A2 2 0 0 1 21 6v12a2 2 0 0 1-3.029 1.715l-9.997-5.998a2 2 0 0 1-.003-3.432z"}],["path",{d:"M3 20V4"}]];var q9=[["path",{d:"M21 4v16"}],["path",{d:"M6.029 4.285A2 2 0 0 0 3 6v12a2 2 0 0 0 3.029 1.715l9.997-5.998a2 2 0 0 0 .003-3.432z"}]];var N9=[["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 U9=[["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 $9=[["path",{d:"M22 2 2 22"}]];var _9=[["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 j9=[["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 I1=[["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 G9=[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2",ry:"2"}],["path",{d:"M12.667 8 10 12h4l-2.667 4"}]];var Z9=[["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 X9=[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2",ry:"2"}],["path",{d:"M12 18h.01"}]];var J9=[["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 K9=[["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 Y9=[["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 Q9=[["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 ty=[["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 ey=[["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 ay=[["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 ry=[["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 sy=[["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 ny=[["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 D1=[["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 ly=[["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 dy=[["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 iy=[["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 py=[["path",{d:"m6 16 6-12 6 12"}],["path",{d:"M8 12h8"}],["path",{d:"m16 20 2 2 4-4"}]];var hy=[["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 cy=[["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 fy=[["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 uy=[["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 my=[["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 xy=[["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 gy=[["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 W1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M17 12h-2l-2 5-2-10-2 5H7"}]];var O1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m16 8-8 8"}],["path",{d:"M16 16H8V8"}]];var z1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m8 8 8 8"}],["path",{d:"M16 8v8H8"}]];var q1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M12 8v8"}],["path",{d:"m8 12 4 4 4-4"}]];var N1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m12 8-4 4 4 4"}],["path",{d:"M16 12H8"}]];var U1=[["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 $1=[["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 _1=[["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 j1=[["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 G1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 12h8"}],["path",{d:"m12 16 4-4-4-4"}]];var Z1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 16V8h8"}],["path",{d:"M16 16 8 8"}]];var X1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 8h8v8"}],["path",{d:"m8 16 8-8"}]];var J1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m16 12-4-4-4 4"}],["path",{d:"M12 16V8"}]];var K1=[["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 Y1=[["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 Ca=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 8h7"}],["path",{d:"M8 12h6"}],["path",{d:"M11 16h5"}]];var Q1=[["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 ts=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m9 12 2 2 4-4"}]];var es=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m16 10-4 4-4-4"}]];var as=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m14 16-4-4 4-4"}]];var rs=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m10 8 4 4-4 4"}]];var os=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m8 14 4-4 4 4"}]];var ss=[["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 My=[["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 vy=[["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 ns=[["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 ls=[["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 yy=[["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 ds=[["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 is=[["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 ps=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["circle",{cx:"12",cy:"12",r:"1"}]];var hs=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M7 10h10"}],["path",{d:"M7 14h10"}]];var cs=[["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 fs=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 7v7"}],["path",{d:"M12 7v4"}],["path",{d:"M16 7v9"}]];var us=[["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 ms=[["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 xs=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M7 8h10"}],["path",{d:"M7 12h10"}],["path",{d:"M7 16h10"}]];var gs=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 12h8"}]];var Ms=[["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 vs=[["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 ys=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 17V7h4a3 3 0 0 1 0 6H9"}]];var wy=[["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 aa=[["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 ws=[["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 Cs=[["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 bs=[["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 Ss=[["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 As=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 12h8"}],["path",{d:"M12 8v8"}]];var ks=[["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 Cy=[["path",{d:"M7 12h2l2 5 2-10h4"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}]];var by=[["path",{d:"M21 11a8 8 0 0 0-8-8"}],["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4"}]];var Hs=[["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 Ls=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M16 8.9V7H8l4 5-4 5h8v-1.9"}]];var Ts=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["line",{x1:"9",x2:"15",y1:"15",y2:"9"}]];var Ps=[["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 Es=[["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 Sy=[["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}],["rect",{x:"8",y:"8",width:"8",height:"8",rx:"1"}]];var Ay=[["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 ky=[["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 Hy=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["rect",{x:"9",y:"9",width:"6",height:"6",rx:"1"}]];var Bs=[["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 Rs=[["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 Vs=[["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 Fs=[["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 Ly=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}]];var Ty=[["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 Py=[["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 Ey=[["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 By=[["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 Ry=[["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 Vy=[["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 Fy=[["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 Iy=[["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 Dy=[["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 Wy=[["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 Oy=[["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 zy=[["path",{d:"M13.971 4.285A2 2 0 0 1 17 6v12a2 2 0 0 1-3.029 1.715l-9.997-5.998a2 2 0 0 1-.003-3.432z"}],["path",{d:"M21 20V4"}]];var qy=[["path",{d:"M10.029 4.285A2 2 0 0 0 7 6v12a2 2 0 0 0 3.029 1.715l9.997-5.998a2 2 0 0 0 .003-3.432z"}],["path",{d:"M3 4v16"}]];var Ny=[["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 Uy=[["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 $y=[["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 _y=[["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 jy=[["rect",{width:"20",height:"6",x:"2",y:"4",rx:"2"}],["rect",{width:"20",height:"6",x:"2",y:"14",rx:"2"}]];var Gy=[["rect",{width:"6",height:"20",x:"4",y:"2",rx:"2"}],["rect",{width:"6",height:"20",x:"14",y:"2",rx:"2"}]];var Zy=[["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 Xy=[["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 Jy=[["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 Ky=[["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 Yy=[["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 Qy=[["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 tw=[["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 ew=[["path",{d:"M12 2v8"}],["path",{d:"m4.93 10.93 1.41 1.41"}],["path",{d:"M2 18h2"}],["path",{d:"M20 18h2"}],["path",{d:"m19.07 10.93-1.41 1.41"}],["path",{d:"M22 22H2"}],["path",{d:"m8 6 4-4 4 4"}],["path",{d:"M16 18a4 4 0 0 0-8 0"}]];var aw=[["path",{d:"M12 10V2"}],["path",{d:"m4.93 10.93 1.41 1.41"}],["path",{d:"M2 18h2"}],["path",{d:"M20 18h2"}],["path",{d:"m19.07 10.93-1.41 1.41"}],["path",{d:"M22 22H2"}],["path",{d:"m16 6-4 4-4-4"}],["path",{d:"M16 18a4 4 0 0 0-8 0"}]];var rw=[["path",{d:"m4 19 8-8"}],["path",{d:"m12 19-8-8"}],["path",{d:"M20 12h-4c0-1.5.442-2 1.5-2.5S20 8.334 20 7.002c0-.472-.17-.93-.484-1.29a2.105 2.105 0 0 0-2.617-.436c-.42.239-.738.614-.899 1.06"}]];var ow=[["path",{d:"M11 17a4 4 0 0 1-8 0V5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2Z"}],["path",{d:"M16.7 13H19a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H7"}],["path",{d:"M 7 17h.01"}],["path",{d:"m11 8 2.3-2.3a2.4 2.4 0 0 1 3.404.004L18.6 7.6a2.4 2.4 0 0 1 .026 3.434L9.9 19.8"}]];var sw=[["path",{d:"M10 21V3h8"}],["path",{d:"M6 16h9"}],["path",{d:"M10 9.5h7"}]];var nw=[["path",{d:"M11 19H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h5"}],["path",{d:"M13 5h7a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-5"}],["circle",{cx:"12",cy:"12",r:"3"}],["path",{d:"m18 22-3-3 3-3"}],["path",{d:"m6 2 3 3-3 3"}]];var lw=[["path",{d:"m11 19-6-6"}],["path",{d:"m5 21-2-2"}],["path",{d:"m8 16-4 4"}],["path",{d:"M9.5 17.5 21 6V3h-3L6.5 14.5"}]];var dw=[["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 iw=[["path",{d:"m18 2 4 4"}],["path",{d:"m17 7 3-3"}],["path",{d:"M19 9 8.7 19.3c-1 1-2.5 1-3.4 0l-.6-.6c-1-1-1-2.5 0-3.4L15 5"}],["path",{d:"m9 11 4 4"}],["path",{d:"m5 19-3 3"}],["path",{d:"m14 4 6 6"}]];var pw=[["path",{d:"M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18"}]];var hw=[["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 cw=[["path",{d:"M12 15V9"}],["path",{d:"M3 15h18"}],["path",{d:"M3 9h18"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}]];var fw=[["path",{d:"M14 14v2"}],["path",{d:"M14 20v2"}],["path",{d:"M14 2v2"}],["path",{d:"M14 8v2"}],["path",{d:"M2 15h8"}],["path",{d:"M2 3h6a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H2"}],["path",{d:"M2 9h8"}],["path",{d:"M22 15h-4"}],["path",{d:"M22 3h-2a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h2"}],["path",{d:"M22 9h-4"}],["path",{d:"M5 3v18"}]];var uw=[["path",{d:"M16 5H3"}],["path",{d:"M16 12H3"}],["path",{d:"M16 19H3"}],["path",{d:"M21 5h.01"}],["path",{d:"M21 12h.01"}],["path",{d:"M21 19h.01"}]];var mw=[["path",{d:"M15 3v18"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M21 9H3"}],["path",{d:"M21 15H3"}]];var xw=[["path",{d:"M14 10h2"}],["path",{d:"M15 22v-8"}],["path",{d:"M15 2v4"}],["path",{d:"M2 10h2"}],["path",{d:"M20 10h2"}],["path",{d:"M3 19h18"}],["path",{d:"M3 22v-6a2 2 135 0 1 2-2h14a2 2 45 0 1 2 2v6"}],["path",{d:"M3 2v2a2 2 45 0 0 2 2h14a2 2 135 0 0 2-2V2"}],["path",{d:"M8 10h2"}],["path",{d:"M9 22v-8"}],["path",{d:"M9 2v4"}]];var gw=[["path",{d:"M12 3v18"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}],["path",{d:"M3 15h18"}]];var Mw=[["rect",{width:"10",height:"14",x:"3",y:"8",rx:"2"}],["path",{d:"M5 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2h-2.4"}],["path",{d:"M8 18h.01"}]];var vw=[["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",ry:"2"}],["line",{x1:"12",x2:"12.01",y1:"18",y2:"18"}]];var yw=[["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 ww=[["path",{d:"M12.586 2.586A2 2 0 0 0 11.172 2H4a2 2 0 0 0-2 2v7.172a2 2 0 0 0 .586 1.414l8.704 8.704a2.426 2.426 0 0 0 3.42 0l6.58-6.58a2.426 2.426 0 0 0 0-3.42z"}],["circle",{cx:"7.5",cy:"7.5",r:".5",fill:"currentColor"}]];var Cw=[["path",{d:"M13.172 2a2 2 0 0 1 1.414.586l6.71 6.71a2.4 2.4 0 0 1 0 3.408l-4.592 4.592a2.4 2.4 0 0 1-3.408 0l-6.71-6.71A2 2 0 0 1 6 9.172V3a1 1 0 0 1 1-1z"}],["path",{d:"M2 7v6.172a2 2 0 0 0 .586 1.414l6.71 6.71a2.4 2.4 0 0 0 3.191.193"}],["circle",{cx:"10.5",cy:"6.5",r:".5",fill:"currentColor"}]];var bw=[["path",{d:"M4 4v16"}]];var Sw=[["path",{d:"M4 4v16"}],["path",{d:"M9 4v16"}]];var Aw=[["path",{d:"M4 4v16"}],["path",{d:"M9 4v16"}],["path",{d:"M14 4v16"}]];var kw=[["path",{d:"M4 4v16"}],["path",{d:"M9 4v16"}],["path",{d:"M14 4v16"}],["path",{d:"M19 4v16"}]];var Hw=[["path",{d:"M4 4v16"}],["path",{d:"M9 4v16"}],["path",{d:"M14 4v16"}],["path",{d:"M19 4v16"}],["path",{d:"M22 6 2 18"}]];var Lw=[["circle",{cx:"17",cy:"4",r:"2"}],["path",{d:"M15.59 5.41 5.41 15.59"}],["circle",{cx:"4",cy:"17",r:"2"}],["path",{d:"M12 22s-4-9-1.5-11.5S22 12 22 12"}]];var Tw=[["circle",{cx:"12",cy:"12",r:"10"}],["circle",{cx:"12",cy:"12",r:"6"}],["circle",{cx:"12",cy:"12",r:"2"}]];var Pw=[["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 Ew=[["circle",{cx:"4",cy:"4",r:"2"}],["path",{d:"m14 5 3-3 3 3"}],["path",{d:"m14 10 3-3 3 3"}],["path",{d:"M17 14V2"}],["path",{d:"M17 14H7l-5 8h20Z"}],["path",{d:"M8 14v8"}],["path",{d:"m9 14 5 8"}]];var Bw=[["path",{d:"M3.5 21 14 3"}],["path",{d:"M20.5 21 10 3"}],["path",{d:"M15.5 21 12 15l-3.5 6"}],["path",{d:"M2 21h20"}]];var Rw=[["path",{d:"M12 19h8"}],["path",{d:"m4 17 6-6-6-6"}]];var Is=[["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 Vw=[["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 Fw=[["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 Ds=[["path",{d:"M21 5H3"}],["path",{d:"M17 12H7"}],["path",{d:"M19 19H5"}]];var Ws=[["path",{d:"M21 5H3"}],["path",{d:"M21 12H9"}],["path",{d:"M21 19H7"}]];var Os=[["path",{d:"M3 5h18"}],["path",{d:"M3 12h18"}],["path",{d:"M3 19h18"}]];var ba=[["path",{d:"M21 5H3"}],["path",{d:"M15 12H3"}],["path",{d:"M17 19H3"}]];var Iw=[["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 Dw=[["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 zs=[["path",{d:"M15 5h6"}],["path",{d:"M15 12h6"}],["path",{d:"M3 19h18"}],["path",{d:"m3 12 3.553-7.724a.5.5 0 0 1 .894 0L11 12"}],["path",{d:"M3.92 10h6.16"}]];var Ww=[["path",{d:"M17 5H3"}],["path",{d:"M21 12H8"}],["path",{d:"M21 19H8"}],["path",{d:"M3 12v7"}]];var Ow=[["path",{d:"M21 5H3"}],["path",{d:"M10 12H3"}],["path",{d:"M10 19H3"}],["circle",{cx:"17",cy:"15",r:"3"}],["path",{d:"m21 19-1.9-1.9"}]];var qs=[["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 Ns=[["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 zw=[["path",{d:"M2 10s3-3 3-8"}],["path",{d:"M22 10s-3-3-3-8"}],["path",{d:"M10 2c0 4.4-3.6 8-8 8"}],["path",{d:"M14 2c0 4.4 3.6 8 8 8"}],["path",{d:"M2 10s2 2 2 5"}],["path",{d:"M22 10s-2 2-2 5"}],["path",{d:"M8 15h8"}],["path",{d:"M2 22v-1a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1"}],["path",{d:"M14 22v-1a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1"}]];var qw=[["path",{d:"m10 20-1.25-2.5L6 18"}],["path",{d:"M10 4 8.75 6.5 6 6"}],["path",{d:"M10.585 15H10"}],["path",{d:"M2 12h6.5L10 9"}],["path",{d:"M20 14.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0z"}],["path",{d:"m4 10 1.5 2L4 14"}],["path",{d:"m7 21 3-6-1.5-3"}],["path",{d:"m7 3 3 6h2"}]];var Nw=[["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 Uw=[["path",{d:"M14 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z"}]];var $w=[["path",{d:"M17 14V2"}],["path",{d:"M9 18.12 10 14H4.17a2 2 0 0 1-1.92-2.56l2.33-8A2 2 0 0 1 6.5 2H20a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.76a2 2 0 0 0-1.79 1.11L12 22a3.13 3.13 0 0 1-3-3.88Z"}]];var _w=[["path",{d:"M7 10v12"}],["path",{d:"M15 5.88 14 10h5.83a2 2 0 0 1 1.92 2.56l-2.33 8A2 2 0 0 1 17.5 22H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2.76a2 2 0 0 0 1.79-1.11L12 2a3.13 3.13 0 0 1 3 3.88Z"}]];var jw=[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z"}],["path",{d:"m9 12 2 2 4-4"}]];var Gw=[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z"}],["path",{d:"M9 12h6"}]];var Zw=[["path",{d:"M2 9a3 3 0 1 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 1 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z"}],["path",{d:"M9 9h.01"}],["path",{d:"m15 9-6 6"}],["path",{d:"M15 15h.01"}]];var Xw=[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z"}],["path",{d:"M9 12h6"}],["path",{d:"M12 9v6"}]];var Jw=[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z"}],["path",{d:"m9.5 14.5 5-5"}]];var Kw=[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z"}],["path",{d:"m9.5 14.5 5-5"}],["path",{d:"m9.5 9.5 5 5"}]];var Yw=[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z"}],["path",{d:"M13 5v2"}],["path",{d:"M13 17v2"}],["path",{d:"M13 11v2"}]];var Qw=[["path",{d:"M10.5 17h1.227a2 2 0 0 0 1.345-.52L18 12"}],["path",{d:"m12 13.5 3.75.5"}],["path",{d:"m4.5 8 10.58-5.06a1 1 0 0 1 1.342.488L18.5 8"}],["path",{d:"M6 10V8"}],["path",{d:"M6 14v1"}],["path",{d:"M6 19v2"}],["rect",{x:"2",y:"8",width:"20",height:"13",rx:"2"}]];var tC=[["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:"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 aC=[["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 rC=[["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 sC=[["circle",{cx:"15",cy:"12",r:"3"}],["rect",{width:"20",height:"14",x:"2",y:"5",rx:"7"}]];var nC=[["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 lC=[["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 dC=[["path",{d:"M21 4H3"}],["path",{d:"M18 8H6"}],["path",{d:"M19 12H9"}],["path",{d:"M16 16h-6"}],["path",{d:"M11 20H9"}]];var iC=[["ellipse",{cx:"12",cy:"11",rx:"3",ry:"2"}],["ellipse",{cx:"12",cy:"12.5",rx:"10",ry:"8.5"}]];var pC=[["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 hC=[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2"}],["path",{d:"M2 14h20"}],["path",{d:"M12 20v-6"}]];var cC=[["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 fC=[["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 uC=[["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 mC=[["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 xC=[["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 gC=[["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 MC=[["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 Us=[["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 vC=[["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 yC=[["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 wC=[["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 CC=[["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 $s=[["path",{d:"M13 8c0-2.76-2.46-5-5.5-5S2 5.24 2 8h2l1-1 1 1h4"}],["path",{d:"M13 7.14A5.82 5.82 0 0 1 16.5 6c3.04 0 5.5 2.24 5.5 5h-3l-1-1-1 1h-3"}],["path",{d:"M5.89 9.71c-2.15 2.15-2.3 5.47-.35 7.43l4.24-4.25.7-.7.71-.71 2.12-2.12c-1.95-1.96-5.27-1.8-7.42.35"}],["path",{d:"M11 15.5c.5 2.5-.17 4.5-1 6.5h4c2-5.5-.5-12-1-14"}]];var bC=[["path",{d:"m17 14 3 3.3a1 1 0 0 1-.7 1.7H4.7a1 1 0 0 1-.7-1.7L7 14h-.3a1 1 0 0 1-.7-1.7L9 9h-.2A1 1 0 0 1 8 7.3L12 3l4 4.3a1 1 0 0 1-.8 1.7H15l3 3.3a1 1 0 0 1-.7 1.7H17Z"}],["path",{d:"M12 22v-3"}]];var SC=[["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 AC=[["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 kC=[["path",{d:"M16 17h6v-6"}],["path",{d:"m22 17-8.5-8.5-5 5L2 7"}]];var HC=[["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 LC=[["path",{d:"M16 7h6v6"}],["path",{d:"m22 7-8.5 8.5-5-5L2 17"}]];var _s=[["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 TC=[["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 PC=[["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 EC=[["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 BC=[["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 RC=[["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 VC=[["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 FC=[["path",{d:"M15 4 5 9"}],["path",{d:"m15 8.5-10 5"}],["path",{d:"M18 12a9 9 0 0 1-9 9V3"}]];var IC=[["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 DC=[["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 WC=[["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 js=[["path",{d:"M7 21h10"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2"}]];var OC=[["path",{d:"m17 2-5 5-5-5"}],["rect",{width:"20",height:"15",x:"2",y:"7",rx:"2"}]];var zC=[["path",{d:"M21 2H3v16h5v4l4-4h5l4-4V2zm-10 9V7m5 4V7"}]];var qC=[["path",{d:"M22 4s-.7 2.1-2 3.4c1.6 10-9.4 17.3-18 11.6 2.2.1 4.4-.6 6-2C3 15.5.5 9.6 3 5c2.2 2.6 5.6 4.1 9 4-.9-4.2 4-6.6 7-3.8 1.1 0 3-1.2 3-1.2z"}]];var NC=[["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 UC=[["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 $C=[["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 _C=[["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 jC=[["path",{d:"M6 4v6a6 6 0 0 0 12 0V4"}],["line",{x1:"4",x2:"20",y1:"20",y2:"20"}]];var GC=[["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 ZC=[["path",{d:"M21 17a9 9 0 0 0-15-6.7L3 13"}],["path",{d:"M3 7v6h6"}],["circle",{cx:"12",cy:"17",r:"1"}]];var XC=[["path",{d:"M3 7v6h6"}],["path",{d:"M21 17a9 9 0 0 0-9-9 9 9 0 0 0-6 2.3L3 13"}]];var JC=[["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 KC=[["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 YC=[["rect",{width:"8",height:"6",x:"5",y:"4",rx:"1"}],["rect",{width:"8",height:"6",x:"11",y:"14",rx:"1"}]];var Gs=[["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 QC=[["path",{d:"M15 7h2a5 5 0 0 1 0 10h-2m-6 0H7A5 5 0 0 1 7 7h2"}]];var tb=[["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 eb=[["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 ab=[["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 rb=[["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 sb=[["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 nb=[["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 lb=[["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 db=[["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 ib=[["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 Zs=[["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 Xs=[["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 Js=[["path",{d:"M2 21a8 8 0 0 1 13.292-6"}],["circle",{cx:"10",cy:"8",r:"5"}],["path",{d:"M22 19h-6"}]];var pb=[["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 Ks=[["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 hb=[["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 Ys=[["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 Qs=[["circle",{cx:"12",cy:"8",r:"5"}],["path",{d:"M20 21a8 8 0 0 0-16 0"}]];var cb=[["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 fb=[["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 ub=[["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 mb=[["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 tn=[["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 xb=[["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 en=[["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 an=[["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 gb=[["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 Mb=[["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 vb=[["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 yb=[["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 wb=[["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 Cb=[["path",{d:"M18 11c-1.5 0-2.5.5-3 2"}],["path",{d:"M4 6a2 2 0 0 0-2 2v4a5 5 0 0 0 5 5 8 8 0 0 1 5 2 8 8 0 0 1 5-2 5 5 0 0 0 5-5V8a2 2 0 0 0-2-2h-3a8 8 0 0 0-5 2 8 8 0 0 0-5-2z"}],["path",{d:"M6 11c1.5 0 2.5.5 3 2"}]];var bb=[["path",{d:"M10 20h4"}],["path",{d:"M12 16v6"}],["path",{d:"M17 2h4v4"}],["path",{d:"m21 2-5.46 5.46"}],["circle",{cx:"12",cy:"11",r:"5"}]];var Sb=[["path",{d:"M12 15v7"}],["path",{d:"M9 19h6"}],["circle",{cx:"12",cy:"9",r:"6"}]];var Ab=[["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 kb=[["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 Hb=[["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 Lb=[["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 Tb=[["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 Pb=[["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 Eb=[["circle",{cx:"6",cy:"12",r:"4"}],["circle",{cx:"18",cy:"12",r:"4"}],["line",{x1:"6",x2:"18",y1:"16",y2:"16"}]];var Bb=[["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 Rb=[["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 Vb=[["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 Fb=[["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 Ib=[["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 Db=[["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 Wb=[["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 Ob=[["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 rn=[["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 zb=[["path",{d:"M19 7V4a1 1 0 0 0-1-1H5a2 2 0 0 0 0 4h15a1 1 0 0 1 1 1v4h-3a2 2 0 0 0 0 4h3a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1"}],["path",{d:"M3 5v14a2 2 0 0 0 2 2h15a1 1 0 0 0 1-1v-4"}]];var qb=[["path",{d:"M12 17v4"}],["path",{d:"M8 21h8"}],["path",{d:"m9 17 6.1-6.1a2 2 0 0 1 2.81.01L22 15"}],["circle",{cx:"8",cy:"9",r:"2"}],["rect",{x:"2",y:"3",width:"20",height:"14",rx:"2"}]];var on=[["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 Nb=[["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 Ub=[["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 $b=[["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 _b=[["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 jb=[["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 Gb=[["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 Zb=[["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 Xb=[["circle",{cx:"12",cy:"10",r:"8"}],["circle",{cx:"12",cy:"10",r:"3"}],["path",{d:"M7 22h10"}],["path",{d:"M12 22v-4"}]];var Jb=[["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 Kb=[["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 Yb=[["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 Qb=[["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 tS=[["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 eS=[["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 aS=[["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 rS=[["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 sS=[["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 nS=[["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 lS=[["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 dS=[["path",{d:"M12 20h.01"}]];var iS=[["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 pS=[["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 hS=[["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 cS=[["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 fS=[["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 uS=[["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 mS=[["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 xS=[["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 gS=[["path",{d:"M18 6 6 18"}],["path",{d:"m6 6 12 12"}]];var MS=[["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 vS=[["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 yS=[["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 wS=[["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 CS=[["circle",{cx:"11",cy:"11",r:"8"}],["line",{x1:"21",x2:"16.65",y1:"21",y2:"16.65"}],["line",{x1:"8",x2:"14",y1:"11",y2:"11"}]];var iL=({icons:r={},nameAttr:e="data-lucide",attrs:a={},root:t=document,inTemplates:s}={})=>{if(!Object.values(r).length)throw new Error(`Please provide an icons object.
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=>oA(n,{nameAttr:e,icons:r,attrs:a})),s&&Array.from(t.querySelectorAll("template")).forEach(d=>lL({icons:r,nameAttr:e,attrs:a,root:d.content,inTemplates:s})),e==="data-lucide"){let n=t.querySelectorAll("[icon-name]");n.length>0&&(console.warn("[Lucide] Some icons were found with the now deprecated icon-name attribute. These will still be replaced for backwards compatibility, but will no longer be supported in v1.0 and you should switch to data-lucide"),Array.from(n).forEach(d=>oA(d,{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=nA[s];return o?KT(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 KT(r,e,a,t){if(!r||!Array.isArray(r))return null;let s=document.createElementNS("http://www.w3.org/2000/svg","svg");return s.setAttribute("width",String(e)),s.setAttribute("height",String(e)),s.setAttribute("viewBox","0 0 24 24"),s.setAttribute("fill","none"),s.setAttribute("stroke",a),s.setAttribute("stroke-width",String(t)),s.setAttribute("stroke-linecap","round"),s.setAttribute("stroke-linejoin","round"),s.setAttribute("aria-hidden","true"),r.forEach(o=>{if(Array.isArray(o)&&o.length>=2){let n=o[0],d=o[1];if(d){let i=document.createElementNS("http://www.w3.org/2000/svg",n);Object.entries(d).forEach(([f,m])=>{f!=="stroke"&&i.setAttribute(f,String(m))}),s.appendChild(i)}}}),s}function iL(r){return typeof r=="string"?[{type:"text",text:r}]:r}function pL(r){return typeof r=="string"?r:r.filter(e=>e.type==="text").map(e=>e.text).join("")}function hL(r){return typeof r=="string"?!1:r.some(e=>e.type==="image")}function cL(r){return typeof r=="string"?[]:r.filter(e=>e.type==="image")}function bS(r){return{type:"text",text:r}}function fL(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 uL(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 mL(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 xL=["image/png","image/jpeg","image/gif","image/webp","image/svg+xml","image/bmp"],YT=["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"],Aa=[...xL,...YT];function QT(r){return xL.includes(r)||r.startsWith("image/")}function SS(r){return QT(r.type)}async function gL(r){return new Promise((e,a)=>{let t=new FileReader;t.onload=()=>{let s=t.result;SS(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 ML(r,e=Aa,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 tP(r){let e=r.split(".");return e.length>1?e.pop().toLowerCase():""}function vL(r,e){let a=tP(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 AS={allowedTypes:Aa,maxFileSize:10*1024*1024,maxFiles:4};function eP(){return`attach_${Date.now()}_${Math.random().toString(36).substring(2,9)}`}function aP(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 Oa=class r{constructor(e={}){this.attachments=[];this.previewsContainer=null;var a,t,s;this.config={allowedTypes:(a=e.allowedTypes)!=null?a:AS.allowedTypes,maxFileSize:(t=e.maxFileSize)!=null?t:AS.maxFileSize,maxFiles:(s=e.maxFiles)!=null?s:AS.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:AS.allowedTypes),e.maxFileSize!==void 0&&(this.config.maxFileSize=e.maxFileSize),e.maxFiles!==void 0&&(this.config.maxFiles=e.maxFiles),e.onFileRejected!==void 0&&(this.config.onFileRejected=e.onFileRejected),e.onAttachmentsChange!==void 0&&(this.config.onAttachmentsChange=e.onAttachmentsChange)}getAttachments(){return[...this.attachments]}getContentParts(){return this.attachments.map(e=>e.contentPart)}hasAttachments(){return this.attachments.length>0}count(){return this.attachments.length}async handleFileSelect(e){var t,s,o,n,d,i,f;if(!e||e.length===0)return;let a=Array.from(e);for(let m of a){if(this.attachments.length>=this.config.maxFiles){(s=(t=this.config).onFileRejected)==null||s.call(t,m,"count");continue}let c=ML(m,this.config.allowedTypes,this.config.maxFileSize);if(!c.valid){let p=(o=c.error)!=null&&o.includes("type")?"type":"size";(d=(n=this.config).onFileRejected)==null||d.call(n,m,p);continue}try{let p=await gL(m),u=SS(m)?URL.createObjectURL(m):null,y={id:eP(),file:m,previewUrl:u,contentPart:p};this.attachments.push(y),this.renderPreview(y)}catch(p){console.error("[AttachmentManager] Failed to process file:",p)}}this.updatePreviewsVisibility(),(f=(i=this.config).onAttachmentsChange)==null||f.call(i,this.getAttachments())}removeAttachment(e){var o,n,d;let a=this.attachments.findIndex(i=>i.id===e);if(a===-1)return;let t=this.attachments[a];t.previewUrl&&URL.revokeObjectURL(t.previewUrl),this.attachments.splice(a,1);let s=(o=this.previewsContainer)==null?void 0:o.querySelector(`[data-attachment-id="${e}"]`);s&&s.remove(),this.updatePreviewsVisibility(),(d=(n=this.config).onAttachmentsChange)==null||d.call(n,this.getAttachments())}clearAttachments(){var e,a;for(let t of this.attachments)t.previewUrl&&URL.revokeObjectURL(t.previewUrl);this.attachments=[],this.previewsContainer&&(this.previewsContainer.innerHTML=""),this.updatePreviewsVisibility(),(a=(e=this.config).onAttachmentsChange)==null||a.call(e,this.getAttachments())}renderPreview(e){if(!this.previewsContainer)return;let a=SS(e.file),t=w("div","tvw-attachment-preview tvw-relative tvw-inline-block");if(t.setAttribute("data-attachment-id",e.id),t.style.width="48px",t.style.height="48px",a&&e.previewUrl){let n=w("img");n.src=e.previewUrl,n.alt=e.file.name,n.className="tvw-w-full tvw-h-full tvw-object-cover tvw-rounded-lg tvw-border tvw-border-gray-200",n.style.width="48px",n.style.height="48px",n.style.objectFit="cover",n.style.borderRadius="8px",t.appendChild(n)}else{let n=w("div");n.style.width="48px",n.style.height="48px",n.style.borderRadius="8px",n.style.backgroundColor="var(--cw-container, #f3f4f6)",n.style.border="1px solid var(--cw-border, #e5e7eb)",n.style.display="flex",n.style.flexDirection="column",n.style.alignItems="center",n.style.justifyContent="center",n.style.gap="2px",n.style.overflow="hidden";let d=aP(e.file.type),i=nt(d,20,"var(--cw-muted, #6b7280)",1.5);i&&n.appendChild(i);let f=w("span");f.textContent=vL(e.file.type,e.file.name),f.style.fontSize="8px",f.style.fontWeight="600",f.style.color="var(--cw-muted, #6b7280)",f.style.textTransform="uppercase",f.style.lineHeight="1",n.appendChild(f),t.appendChild(n)}let s=w("button","tvw-attachment-remove tvw-absolute tvw-flex tvw-items-center tvw-justify-center");s.type="button",s.setAttribute("aria-label","Remove attachment"),s.style.position="absolute",s.style.top="-4px",s.style.right="-4px",s.style.width="18px",s.style.height="18px",s.style.borderRadius="50%",s.style.backgroundColor="rgba(0, 0, 0, 0.6)",s.style.border="none",s.style.cursor="pointer",s.style.display="flex",s.style.alignItems="center",s.style.justifyContent="center",s.style.padding="0";let o=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 dA=()=>{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"},rP=r=>{var o,n,d;let e=(o=r==null?void 0:r.colorScheme)!=null?o:"light",a=(n=r==null?void 0:r.theme)!=null?n:{},t=(d=r==null?void 0:r.darkTheme)!=null?d:a;return e==="light"?a:e==="dark"||dA()==="dark"?t:a},yL=r=>{let e=[];if(typeof document!="undefined"&&typeof MutationObserver!="undefined"){let a=new MutationObserver(()=>{r(dA())});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(dA());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())}},kS=(r,e)=>{let a=rP(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 wL=(function(){"use strict";let r=()=>{},e={morphStyle:"outerHTML",callbacks:{beforeNodeAdded:r,afterNodeAdded:r,beforeNodeMorphed:r,afterNodeMorphed:r,beforeNodeRemoved:r,afterNodeRemoved:r,beforeAttributeUpdated:r},head:{style:"merge",shouldPreserve:p=>p.getAttribute("im-preserve")==="true",shouldReAppend:p=>p.getAttribute("im-re-append")==="true",shouldRemove:r,afterHeadMorphed:r},restoreFocus:!0};function a(p,u,y={}){p=m(p);let b=c(u),A=f(p,b,y),S=s(A,()=>d(A,p,b,x=>x.morphStyle==="innerHTML"?(o(x,p,b),Array.from(p.childNodes)):t(x,p,b)));return A.pantry.remove(),S}function t(p,u,y){let b=c(u);return o(p,b,y,u,u.nextSibling),Array.from(b.childNodes)}function s(p,u){var H;if(!p.config.restoreFocus)return u();let y=document.activeElement;if(!(y instanceof HTMLInputElement||y instanceof HTMLTextAreaElement))return u();let{id:b,selectionStart:A,selectionEnd:S}=y,x=u();return b&&b!==((H=document.activeElement)==null?void 0:H.getAttribute("id"))&&(y=p.target.querySelector(`[id="${b}"]`),y==null||y.focus()),y&&!y.selectionEnd&&S&&y.setSelectionRange(A,S),x}let o=(function(){function p(h,g,M,C=null,E=null){g instanceof HTMLTemplateElement&&M instanceof HTMLTemplateElement&&(g=g.content,M=M.content),C||(C=g.firstChild);for(let L of M.childNodes){if(C&&C!=E){let W=y(h,L,C,E);if(W){W!==C&&A(h,C,W),n(W,L,h),C=W.nextSibling;continue}}if(L instanceof Element){let W=L.getAttribute("id");if(h.persistentIds.has(W)){let U=S(g,W,C,h);n(U,L,h),C=U.nextSibling;continue}}let I=u(g,L,C,h);I&&(C=I.nextSibling)}for(;C&&C!=E;){let L=C;C=C.nextSibling,b(h,L)}}function u(h,g,M,C){if(C.callbacks.beforeNodeAdded(g)===!1)return null;if(C.idMap.has(g)){let E=document.createElement(g.tagName);return h.insertBefore(E,M),n(E,g,C),C.callbacks.afterNodeAdded(E),E}else{let E=document.importNode(g,!0);return h.insertBefore(E,M),C.callbacks.afterNodeAdded(E),E}}let y=(function(){function h(C,E,L,I){let W=null,U=E.nextSibling,it=0,z=L;for(;z&&z!=I;){if(M(z,E)){if(g(C,z,E))return z;W===null&&(C.idMap.has(z)||(W=z))}if(W===null&&U&&M(z,U)&&(it++,U=U.nextSibling,it>=2&&(W=void 0)),C.activeElementAndParents.includes(z))break;z=z.nextSibling}return W||null}function g(C,E,L){let I=C.idMap.get(E),W=C.idMap.get(L);if(!W||!I)return!1;for(let U of I)if(W.has(U))return!0;return!1}function M(C,E){var W,U,it;let L=C,I=E;return L.nodeType===I.nodeType&&L.tagName===I.tagName&&(!((W=L.getAttribute)!=null&&W.call(L,"id"))||((U=L.getAttribute)==null?void 0:U.call(L,"id"))===((it=I.getAttribute)==null?void 0:it.call(I,"id")))}return h})();function b(h,g){var M;if(h.idMap.has(g))H(h.pantry,g,null);else{if(h.callbacks.beforeNodeRemoved(g)===!1)return;(M=g.parentNode)==null||M.removeChild(g),h.callbacks.afterNodeRemoved(g)}}function A(h,g,M){let C=g;for(;C&&C!==M;){let E=C;C=C.nextSibling,b(h,E)}return C}function S(h,g,M,C){var L,I;let E=((I=(L=C.target).getAttribute)==null?void 0:I.call(L,"id"))===g&&C.target||C.target.querySelector(`[id="${g}"]`)||C.pantry.querySelector(`[id="${g}"]`);return x(E,C),H(h,E,M),E}function x(h,g){let M=h.getAttribute("id");for(;h=h.parentNode;){let C=g.idMap.get(h);C&&(C.delete(M),C.size||g.idMap.delete(h))}}function H(h,g,M){if(h.moveBefore)try{h.moveBefore(g,M)}catch{h.insertBefore(g,M)}else h.insertBefore(g,M)}return p})(),n=(function(){function p(x,H,h){return h.ignoreActive&&x===document.activeElement?null:(h.callbacks.beforeNodeMorphed(x,H)===!1||(x instanceof HTMLHeadElement&&h.head.ignore||(x instanceof HTMLHeadElement&&h.head.style!=="morph"?i(x,H,h):(u(x,H,h),S(x,h)||o(h,x,H))),h.callbacks.afterNodeMorphed(x,H)),x)}function u(x,H,h){let g=H.nodeType;if(g===1){let M=x,C=H,E=M.attributes,L=C.attributes;for(let I of L)A(I.name,M,"update",h)||M.getAttribute(I.name)!==I.value&&M.setAttribute(I.name,I.value);for(let I=E.length-1;0<=I;I--){let W=E[I];if(W&&!C.hasAttribute(W.name)){if(A(W.name,M,"remove",h))continue;M.removeAttribute(W.name)}}S(M,h)||y(M,C,h)}(g===8||g===3)&&x.nodeValue!==H.nodeValue&&(x.nodeValue=H.nodeValue)}function y(x,H,h){if(x instanceof HTMLInputElement&&H instanceof HTMLInputElement&&H.type!=="file"){let g=H.value,M=x.value;b(x,H,"checked",h),b(x,H,"disabled",h),H.hasAttribute("value")?M!==g&&(A("value",x,"update",h)||(x.setAttribute("value",g),x.value=g)):A("value",x,"remove",h)||(x.value="",x.removeAttribute("value"))}else if(x instanceof HTMLOptionElement&&H instanceof HTMLOptionElement)b(x,H,"selected",h);else if(x instanceof HTMLTextAreaElement&&H instanceof HTMLTextAreaElement){let g=H.value,M=x.value;if(A("value",x,"update",h))return;g!==M&&(x.value=g),x.firstChild&&x.firstChild.nodeValue!==g&&(x.firstChild.nodeValue=g)}}function b(x,H,h,g){let M=H[h],C=x[h];if(M!==C){let E=A(h,x,"update",g);E||(x[h]=H[h]),M?E||x.setAttribute(h,""):A(h,x,"remove",g)||x.removeAttribute(h)}}function A(x,H,h,g){return x==="value"&&g.ignoreActiveValue&&H===document.activeElement?!0:g.callbacks.beforeAttributeUpdated(x,H,h)===!1}function S(x,H){return!!H.ignoreActiveValue&&x===document.activeElement&&x!==document.body}return p})();function d(p,u,y,b){if(p.head.block){let A=u.querySelector("head"),S=y.querySelector("head");if(A&&S){let x=i(A,S,p);return Promise.all(x).then(()=>{let H=Object.assign(p,{head:{block:!1,ignore:!0}});return b(H)})}}return b(p)}function i(p,u,y){let b=[],A=[],S=[],x=[],H=new Map;for(let g of u.children)H.set(g.outerHTML,g);for(let g of p.children){let M=H.has(g.outerHTML),C=y.head.shouldReAppend(g),E=y.head.shouldPreserve(g);M||E?C?A.push(g):(H.delete(g.outerHTML),S.push(g)):y.head.style==="append"?C&&(A.push(g),x.push(g)):y.head.shouldRemove(g)!==!1&&A.push(g)}x.push(...H.values());let h=[];for(let g of x){let M=document.createRange().createContextualFragment(g.outerHTML).firstChild;if(y.callbacks.beforeNodeAdded(M)!==!1){if("href"in M&&M.href||"src"in M&&M.src){let C,E=new Promise(function(L){C=L});M.addEventListener("load",function(){C()}),h.push(E)}p.appendChild(M),y.callbacks.afterNodeAdded(M),b.push(M)}}for(let g of A)y.callbacks.beforeNodeRemoved(g)!==!1&&(p.removeChild(g),y.callbacks.afterNodeRemoved(g));return y.head.afterHeadMorphed(p,{added:b,kept:S,removed:A}),h}let f=(function(){function p(h,g,M){let{persistentIds:C,idMap:E}=x(h,g),L=u(M),I=L.morphStyle||"outerHTML";if(!["innerHTML","outerHTML"].includes(I))throw`Do not understand how to morph style ${I}`;return{target:h,newContent:g,config:L,morphStyle:I,ignoreActive:L.ignoreActive,ignoreActiveValue:L.ignoreActiveValue,restoreFocus:L.restoreFocus,idMap:E,persistentIds:C,pantry:y(),activeElementAndParents:b(h),callbacks:L.callbacks,head:L.head}}function u(h){let g=Object.assign({},e);return Object.assign(g,h),g.callbacks=Object.assign({},e.callbacks,h.callbacks),g.head=Object.assign({},e.head,h.head),g}function y(){let h=document.createElement("div");return h.hidden=!0,document.body.insertAdjacentElement("afterend",h),h}function b(h){let g=[],M=document.activeElement;if((M==null?void 0:M.tagName)!=="BODY"&&h.contains(M))for(;M&&(g.push(M),M!==h);)M=M.parentElement;return g}function A(h){var M;let g=Array.from(h.querySelectorAll("[id]"));return(M=h.getAttribute)!=null&&M.call(h,"id")&&g.push(h),g}function S(h,g,M,C){for(let E of C){let L=E.getAttribute("id");if(g.has(L)){let I=E;for(;I;){let W=h.get(I);if(W==null&&(W=new Set,h.set(I,W)),W.add(L),I===M)break;I=I.parentElement}}}}function x(h,g){let M=A(h),C=A(g),E=H(M,C),L=new Map;S(L,E,h,M);let I=g.__idiomorphRoot||g;return S(L,E,I,C),{persistentIds:E,idMap:L}}function H(h,g){let M=new Set,C=new Map;for(let{id:L,tagName:I}of h)C.has(L)?M.add(L):C.set(L,I);let E=new Set;for(let{id:L,tagName:I}of g)E.has(L)?M.add(L):C.get(L)===I&&E.add(L);for(let L of M)E.delete(L);return E}return p})(),{normalizeElement:m,normalizeParent:c}=(function(){let p=new WeakSet;function u(S){return S instanceof Document?S.documentElement:S}function y(S){if(S==null)return document.createElement("div");if(typeof S=="string")return y(A(S));if(p.has(S))return S;if(S instanceof Node){if(S.parentNode)return new b(S);{let x=document.createElement("div");return x.append(S),x}}else{let x=document.createElement("div");for(let H of[...S])x.append(H);return x}}class b{constructor(x){this.originalNode=x,this.realParentNode=x.parentNode,this.previousSibling=x.previousSibling,this.nextSibling=x.nextSibling}get childNodes(){let x=[],H=this.previousSibling?this.previousSibling.nextSibling:this.realParentNode.firstChild;for(;H&&H!=this.nextSibling;)x.push(H),H=H.nextSibling;return x}querySelectorAll(x){return this.childNodes.reduce((H,h)=>{if(h instanceof Element){h.matches(x)&&H.push(h);let g=h.querySelectorAll(x);for(let M=0;M<g.length;M++)H.push(g[M])}return H},[])}insertBefore(x,H){return this.realParentNode.insertBefore(x,H)}moveBefore(x,H){return this.realParentNode.moveBefore(x,H)}get __idiomorphRoot(){return this.originalNode}}function A(S){let x=new DOMParser,H=S.replace(/<svg(\s[^>]*>|>)([\s\S]*?)<\/svg>/gim,"");if(H.match(/<\/html>/)||H.match(/<\/head>/)||H.match(/<\/body>/)){let h=x.parseFromString(S,"text/html");if(H.match(/<\/html>/))return p.add(h),h;{let g=h.firstChild;return g&&p.add(g),g}}else{let g=x.parseFromString("<body><template>"+S+"</template></body>","text/html").body.querySelector("template").content;return p.add(g),g}}return{normalizeElement:u,normalizeParent:y}})();return{morph:a,defaults:e}})();var CL=(r,e,a={})=>{let{preserveTypingAnimation:t=!0}=a;wL.morph(r,e.innerHTML,{morphStyle:"innerHTML",callbacks:{beforeNodeMorphed(s,o){if(s instanceof HTMLElement&&t&&(s.classList.contains("tvw-animate-typing")||s.hasAttribute("data-preserve-animation")))return!1}}})};var De={idle:"Online",connecting:"Connecting\u2026",connected:"Streaming\u2026",error:"Offline"};var Ye={"bottom-right":"tvw-bottom-6 tvw-right-6","bottom-left":"tvw-bottom-6 tvw-left-6","top-right":"tvw-top-6 tvw-right-6","top-left":"tvw-top-6 tvw-left-6"};var Wn=(r,e)=>{let a=w("button");a.type="button",a.innerHTML=`
56
+ lucide.createIcons({icons});\``);if(typeof t=="undefined")throw new Error("`createIcons()` only works in a browser environment.");if(Array.from(t.querySelectorAll(`[${e}]`)).forEach(n=>oA(n,{nameAttr:e,icons:r,attrs:a})),s&&Array.from(t.querySelectorAll("template")).forEach(l=>iL({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=>oA(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=nA[s];return o?YT(o,e,a,t):(console.warn(`Lucide icon "${r}" not found (tried "${s}"). Available icons: https://lucide.dev/icons`),null)}catch(s){return console.warn(`Failed to render Lucide icon "${r}":`,s),null}};function YT(r,e,a,t){if(!r||!Array.isArray(r))return null;let s=document.createElementNS("http://www.w3.org/2000/svg","svg");return s.setAttribute("width",String(e)),s.setAttribute("height",String(e)),s.setAttribute("viewBox","0 0 24 24"),s.setAttribute("fill","none"),s.setAttribute("stroke",a),s.setAttribute("stroke-width",String(t)),s.setAttribute("stroke-linecap","round"),s.setAttribute("stroke-linejoin","round"),s.setAttribute("aria-hidden","true"),r.forEach(o=>{if(Array.isArray(o)&&o.length>=2){let n=o[0],l=o[1];if(l){let i=document.createElementNS("http://www.w3.org/2000/svg",n);Object.entries(l).forEach(([f,m])=>{f!=="stroke"&&i.setAttribute(f,String(m))}),s.appendChild(i)}}}),s}function pL(r){return typeof r=="string"?[{type:"text",text:r}]:r}function hL(r){return typeof r=="string"?r:r.filter(e=>e.type==="text").map(e=>e.text).join("")}function cL(r){return typeof r=="string"?!1:r.some(e=>e.type==="image")}function fL(r){return typeof r=="string"?[]:r.filter(e=>e.type==="image")}function bS(r){return{type:"text",text:r}}function uL(r,e){return{type:"image",image:r,...(e==null?void 0:e.mimeType)&&{mimeType:e.mimeType},...(e==null?void 0:e.alt)&&{alt:e.alt}}}async function mL(r){return new Promise((e,a)=>{let t=new FileReader;t.onload=()=>{let s=t.result;e({type:"image",image:s,mimeType:r.type,alt:r.name})},t.onerror=()=>a(new Error("Failed to read file")),t.readAsDataURL(r)})}function xL(r,e=["image/png","image/jpeg","image/gif","image/webp"],a=10*1024*1024){return e.includes(r.type)?r.size>a?{valid:!1,error:`File too large. Maximum size: ${Math.round(a/1048576)}MB`}:{valid:!0}:{valid:!1,error:`Invalid file type. Accepted types: ${e.join(", ")}`}}var gL=["image/png","image/jpeg","image/gif","image/webp","image/svg+xml","image/bmp"],QT=["application/pdf","text/plain","text/markdown","text/csv","application/msword","application/vnd.openxmlformats-officedocument.wordprocessingml.document","application/vnd.ms-excel","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","application/json"],Sa=[...gL,...QT];function tP(r){return gL.includes(r)||r.startsWith("image/")}function SS(r){return tP(r.type)}async function ML(r){return new Promise((e,a)=>{let t=new FileReader;t.onload=()=>{let s=t.result;SS(r)?e({type:"image",image:s,mimeType:r.type,alt:r.name}):e({type:"file",data:s,mimeType:r.type,filename:r.name})},t.onerror=()=>a(new Error("Failed to read file")),t.readAsDataURL(r)})}function vL(r,e=Sa,a=10*1024*1024){return e.includes(r.type)?r.size>a?{valid:!1,error:`File too large. Maximum size: ${Math.round(a/1048576)}MB`}:{valid:!0}:{valid:!1,error:`Invalid file type "${r.type}". Accepted types: ${e.join(", ")}`}}function eP(r){let e=r.split(".");return e.length>1?e.pop().toLowerCase():""}function yL(r,e){let a=eP(e).toUpperCase();return{"application/pdf":"PDF","text/plain":"TXT","text/markdown":"MD","text/csv":"CSV","application/msword":"DOC","application/vnd.openxmlformats-officedocument.wordprocessingml.document":"DOCX","application/vnd.ms-excel":"XLS","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":"XLSX","application/json":"JSON"}[r]||a||"FILE"}var AS={allowedTypes:Sa,maxFileSize:10*1024*1024,maxFiles:4};function aP(){return`attach_${Date.now()}_${Math.random().toString(36).substring(2,9)}`}function rP(r){return r==="application/pdf"||r.startsWith("text/")||r.includes("word")?"file-text":r.includes("excel")||r.includes("spreadsheet")?"file-spreadsheet":r==="application/json"?"file-json":"file"}var Wa=class r{constructor(e={}){this.attachments=[];this.previewsContainer=null;var a,t,s;this.config={allowedTypes:(a=e.allowedTypes)!=null?a:AS.allowedTypes,maxFileSize:(t=e.maxFileSize)!=null?t:AS.maxFileSize,maxFiles:(s=e.maxFiles)!=null?s:AS.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:AS.allowedTypes),e.maxFileSize!==void 0&&(this.config.maxFileSize=e.maxFileSize),e.maxFiles!==void 0&&(this.config.maxFiles=e.maxFiles),e.onFileRejected!==void 0&&(this.config.onFileRejected=e.onFileRejected),e.onAttachmentsChange!==void 0&&(this.config.onAttachmentsChange=e.onAttachmentsChange)}getAttachments(){return[...this.attachments]}getContentParts(){return this.attachments.map(e=>e.contentPart)}hasAttachments(){return this.attachments.length>0}count(){return this.attachments.length}async handleFileSelect(e){var t,s,o,n,l,i,f;if(!e||e.length===0)return;let a=Array.from(e);for(let m of a){if(this.attachments.length>=this.config.maxFiles){(s=(t=this.config).onFileRejected)==null||s.call(t,m,"count");continue}let c=vL(m,this.config.allowedTypes,this.config.maxFileSize);if(!c.valid){let p=(o=c.error)!=null&&o.includes("type")?"type":"size";(l=(n=this.config).onFileRejected)==null||l.call(n,m,p);continue}try{let p=await ML(m),u=SS(m)?URL.createObjectURL(m):null,y={id:aP(),file:m,previewUrl:u,contentPart:p};this.attachments.push(y),this.renderPreview(y)}catch(p){console.error("[AttachmentManager] Failed to process file:",p)}}this.updatePreviewsVisibility(),(f=(i=this.config).onAttachmentsChange)==null||f.call(i,this.getAttachments())}removeAttachment(e){var o,n,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=SS(e.file),t=w("div","tvw-attachment-preview tvw-relative tvw-inline-block");if(t.setAttribute("data-attachment-id",e.id),t.style.width="48px",t.style.height="48px",a&&e.previewUrl){let n=w("img");n.src=e.previewUrl,n.alt=e.file.name,n.className="tvw-w-full tvw-h-full tvw-object-cover tvw-rounded-lg tvw-border tvw-border-gray-200",n.style.width="48px",n.style.height="48px",n.style.objectFit="cover",n.style.borderRadius="8px",t.appendChild(n)}else{let n=w("div");n.style.width="48px",n.style.height="48px",n.style.borderRadius="8px",n.style.backgroundColor="var(--cw-container, #f3f4f6)",n.style.border="1px solid var(--cw-border, #e5e7eb)",n.style.display="flex",n.style.flexDirection="column",n.style.alignItems="center",n.style.justifyContent="center",n.style.gap="2px",n.style.overflow="hidden";let l=rP(e.file.type),i=nt(l,20,"var(--cw-muted, #6b7280)",1.5);i&&n.appendChild(i);let f=w("span");f.textContent=yL(e.file.type,e.file.name),f.style.fontSize="8px",f.style.fontWeight="600",f.style.color="var(--cw-muted, #6b7280)",f.style.textTransform="uppercase",f.style.lineHeight="1",n.appendChild(f),t.appendChild(n)}let s=w("button","tvw-attachment-remove tvw-absolute tvw-flex tvw-items-center tvw-justify-center");s.type="button",s.setAttribute("aria-label","Remove attachment"),s.style.position="absolute",s.style.top="-4px",s.style.right="-4px",s.style.width="18px",s.style.height="18px",s.style.borderRadius="50%",s.style.backgroundColor="rgba(0, 0, 0, 0.6)",s.style.border="none",s.style.cursor="pointer",s.style.display="flex",s.style.alignItems="center",s.style.justifyContent="center",s.style.padding="0";let o=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 lA=()=>{var r;return typeof document!="undefined"&&document.documentElement.classList.contains("dark")||typeof window!="undefined"&&((r=window.matchMedia)!=null&&r.call(window,"(prefers-color-scheme: dark)").matches)?"dark":"light"},oP=r=>{var o,n,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"||lA()==="dark"?t:a},wL=r=>{let e=[];if(typeof document!="undefined"&&typeof MutationObserver!="undefined"){let a=new MutationObserver(()=>{r(lA())});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(lA());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())}},kS=(r,e)=>{let a=oP(e);Object.entries(a).forEach(([t,s])=>{if(s==null||s==="")return;let o=t.replace(/[A-Z]/g,n=>`-${n.toLowerCase()}`);r.style.setProperty(`--cw-${o}`,String(s))})};var CL=(function(){"use strict";let r=()=>{},e={morphStyle:"outerHTML",callbacks:{beforeNodeAdded:r,afterNodeAdded:r,beforeNodeMorphed:r,afterNodeMorphed:r,beforeNodeRemoved:r,afterNodeRemoved:r,beforeAttributeUpdated:r},head:{style:"merge",shouldPreserve:p=>p.getAttribute("im-preserve")==="true",shouldReAppend:p=>p.getAttribute("im-re-append")==="true",shouldRemove:r,afterHeadMorphed:r},restoreFocus:!0};function a(p,u,y={}){p=m(p);let C=c(u),A=f(p,C,y),b=s(A,()=>l(A,p,C,x=>x.morphStyle==="innerHTML"?(o(x,p,C),Array.from(p.childNodes)):t(x,p,C)));return A.pantry.remove(),b}function t(p,u,y){let C=c(u);return o(p,C,y,u,u.nextSibling),Array.from(C.childNodes)}function s(p,u){var H;if(!p.config.restoreFocus)return u();let y=document.activeElement;if(!(y instanceof HTMLInputElement||y instanceof HTMLTextAreaElement))return u();let{id:C,selectionStart:A,selectionEnd:b}=y,x=u();return C&&C!==((H=document.activeElement)==null?void 0:H.getAttribute("id"))&&(y=p.target.querySelector(`[id="${C}"]`),y==null||y.focus()),y&&!y.selectionEnd&&b&&y.setSelectionRange(A,b),x}let o=(function(){function p(h,g,M,S=null,R=null){g instanceof HTMLTemplateElement&&M instanceof HTMLTemplateElement&&(g=g.content,M=M.content),S||(S=g.firstChild);for(let T of M.childNodes){if(S&&S!=R){let W=y(h,T,S,R);if(W){W!==S&&A(h,S,W),n(W,T,h),S=W.nextSibling;continue}}if(T instanceof Element){let W=T.getAttribute("id");if(h.persistentIds.has(W)){let $=b(g,W,S,h);n($,T,h),S=$.nextSibling;continue}}let I=u(g,T,S,h);I&&(S=I.nextSibling)}for(;S&&S!=R;){let T=S;S=S.nextSibling,C(h,T)}}function u(h,g,M,S){if(S.callbacks.beforeNodeAdded(g)===!1)return null;if(S.idMap.has(g)){let R=document.createElement(g.tagName);return h.insertBefore(R,M),n(R,g,S),S.callbacks.afterNodeAdded(R),R}else{let R=document.importNode(g,!0);return h.insertBefore(R,M),S.callbacks.afterNodeAdded(R),R}}let y=(function(){function h(S,R,T,I){let W=null,$=R.nextSibling,pt=0,O=T;for(;O&&O!=I;){if(M(O,R)){if(g(S,O,R))return O;W===null&&(S.idMap.has(O)||(W=O))}if(W===null&&$&&M(O,$)&&(pt++,$=$.nextSibling,pt>=2&&(W=void 0)),S.activeElementAndParents.includes(O))break;O=O.nextSibling}return W||null}function g(S,R,T){let I=S.idMap.get(R),W=S.idMap.get(T);if(!W||!I)return!1;for(let $ of I)if(W.has($))return!0;return!1}function M(S,R){var W,$,pt;let T=S,I=R;return T.nodeType===I.nodeType&&T.tagName===I.tagName&&(!((W=T.getAttribute)!=null&&W.call(T,"id"))||(($=T.getAttribute)==null?void 0:$.call(T,"id"))===((pt=I.getAttribute)==null?void 0:pt.call(I,"id")))}return h})();function C(h,g){var M;if(h.idMap.has(g))H(h.pantry,g,null);else{if(h.callbacks.beforeNodeRemoved(g)===!1)return;(M=g.parentNode)==null||M.removeChild(g),h.callbacks.afterNodeRemoved(g)}}function A(h,g,M){let S=g;for(;S&&S!==M;){let R=S;S=S.nextSibling,C(h,R)}return S}function b(h,g,M,S){var T,I;let R=((I=(T=S.target).getAttribute)==null?void 0:I.call(T,"id"))===g&&S.target||S.target.querySelector(`[id="${g}"]`)||S.pantry.querySelector(`[id="${g}"]`);return x(R,S),H(h,R,M),R}function x(h,g){let M=h.getAttribute("id");for(;h=h.parentNode;){let S=g.idMap.get(h);S&&(S.delete(M),S.size||g.idMap.delete(h))}}function H(h,g,M){if(h.moveBefore)try{h.moveBefore(g,M)}catch{h.insertBefore(g,M)}else h.insertBefore(g,M)}return p})(),n=(function(){function p(x,H,h){return h.ignoreActive&&x===document.activeElement?null:(h.callbacks.beforeNodeMorphed(x,H)===!1||(x instanceof HTMLHeadElement&&h.head.ignore||(x instanceof HTMLHeadElement&&h.head.style!=="morph"?i(x,H,h):(u(x,H,h),b(x,h)||o(h,x,H))),h.callbacks.afterNodeMorphed(x,H)),x)}function u(x,H,h){let g=H.nodeType;if(g===1){let M=x,S=H,R=M.attributes,T=S.attributes;for(let I of T)A(I.name,M,"update",h)||M.getAttribute(I.name)!==I.value&&M.setAttribute(I.name,I.value);for(let I=R.length-1;0<=I;I--){let W=R[I];if(W&&!S.hasAttribute(W.name)){if(A(W.name,M,"remove",h))continue;M.removeAttribute(W.name)}}b(M,h)||y(M,S,h)}(g===8||g===3)&&x.nodeValue!==H.nodeValue&&(x.nodeValue=H.nodeValue)}function y(x,H,h){if(x instanceof HTMLInputElement&&H instanceof HTMLInputElement&&H.type!=="file"){let g=H.value,M=x.value;C(x,H,"checked",h),C(x,H,"disabled",h),H.hasAttribute("value")?M!==g&&(A("value",x,"update",h)||(x.setAttribute("value",g),x.value=g)):A("value",x,"remove",h)||(x.value="",x.removeAttribute("value"))}else if(x instanceof HTMLOptionElement&&H instanceof HTMLOptionElement)C(x,H,"selected",h);else if(x instanceof HTMLTextAreaElement&&H instanceof HTMLTextAreaElement){let g=H.value,M=x.value;if(A("value",x,"update",h))return;g!==M&&(x.value=g),x.firstChild&&x.firstChild.nodeValue!==g&&(x.firstChild.nodeValue=g)}}function C(x,H,h,g){let M=H[h],S=x[h];if(M!==S){let R=A(h,x,"update",g);R||(x[h]=H[h]),M?R||x.setAttribute(h,""):A(h,x,"remove",g)||x.removeAttribute(h)}}function A(x,H,h,g){return x==="value"&&g.ignoreActiveValue&&H===document.activeElement?!0:g.callbacks.beforeAttributeUpdated(x,H,h)===!1}function b(x,H){return!!H.ignoreActiveValue&&x===document.activeElement&&x!==document.body}return p})();function l(p,u,y,C){if(p.head.block){let A=u.querySelector("head"),b=y.querySelector("head");if(A&&b){let x=i(A,b,p);return Promise.all(x).then(()=>{let H=Object.assign(p,{head:{block:!1,ignore:!0}});return C(H)})}}return C(p)}function i(p,u,y){let C=[],A=[],b=[],x=[],H=new Map;for(let g of u.children)H.set(g.outerHTML,g);for(let g of p.children){let M=H.has(g.outerHTML),S=y.head.shouldReAppend(g),R=y.head.shouldPreserve(g);M||R?S?A.push(g):(H.delete(g.outerHTML),b.push(g)):y.head.style==="append"?S&&(A.push(g),x.push(g)):y.head.shouldRemove(g)!==!1&&A.push(g)}x.push(...H.values());let h=[];for(let g of x){let M=document.createRange().createContextualFragment(g.outerHTML).firstChild;if(y.callbacks.beforeNodeAdded(M)!==!1){if("href"in M&&M.href||"src"in M&&M.src){let S,R=new Promise(function(T){S=T});M.addEventListener("load",function(){S()}),h.push(R)}p.appendChild(M),y.callbacks.afterNodeAdded(M),C.push(M)}}for(let g of A)y.callbacks.beforeNodeRemoved(g)!==!1&&(p.removeChild(g),y.callbacks.afterNodeRemoved(g));return y.head.afterHeadMorphed(p,{added:C,kept:b,removed:A}),h}let f=(function(){function p(h,g,M){let{persistentIds:S,idMap:R}=x(h,g),T=u(M),I=T.morphStyle||"outerHTML";if(!["innerHTML","outerHTML"].includes(I))throw`Do not understand how to morph style ${I}`;return{target:h,newContent:g,config:T,morphStyle:I,ignoreActive:T.ignoreActive,ignoreActiveValue:T.ignoreActiveValue,restoreFocus:T.restoreFocus,idMap:R,persistentIds:S,pantry:y(),activeElementAndParents:C(h),callbacks:T.callbacks,head:T.head}}function u(h){let g=Object.assign({},e);return Object.assign(g,h),g.callbacks=Object.assign({},e.callbacks,h.callbacks),g.head=Object.assign({},e.head,h.head),g}function y(){let h=document.createElement("div");return h.hidden=!0,document.body.insertAdjacentElement("afterend",h),h}function C(h){let g=[],M=document.activeElement;if((M==null?void 0:M.tagName)!=="BODY"&&h.contains(M))for(;M&&(g.push(M),M!==h);)M=M.parentElement;return g}function A(h){var M;let g=Array.from(h.querySelectorAll("[id]"));return(M=h.getAttribute)!=null&&M.call(h,"id")&&g.push(h),g}function b(h,g,M,S){for(let R of S){let T=R.getAttribute("id");if(g.has(T)){let I=R;for(;I;){let W=h.get(I);if(W==null&&(W=new Set,h.set(I,W)),W.add(T),I===M)break;I=I.parentElement}}}}function x(h,g){let M=A(h),S=A(g),R=H(M,S),T=new Map;b(T,R,h,M);let I=g.__idiomorphRoot||g;return b(T,R,I,S),{persistentIds:R,idMap:T}}function H(h,g){let M=new Set,S=new Map;for(let{id:T,tagName:I}of h)S.has(T)?M.add(T):S.set(T,I);let R=new Set;for(let{id:T,tagName:I}of g)R.has(T)?M.add(T):S.get(T)===I&&R.add(T);for(let T of M)R.delete(T);return R}return p})(),{normalizeElement:m,normalizeParent:c}=(function(){let p=new WeakSet;function u(b){return b instanceof Document?b.documentElement:b}function y(b){if(b==null)return document.createElement("div");if(typeof b=="string")return y(A(b));if(p.has(b))return b;if(b instanceof Node){if(b.parentNode)return new C(b);{let x=document.createElement("div");return x.append(b),x}}else{let x=document.createElement("div");for(let H of[...b])x.append(H);return x}}class C{constructor(x){this.originalNode=x,this.realParentNode=x.parentNode,this.previousSibling=x.previousSibling,this.nextSibling=x.nextSibling}get childNodes(){let x=[],H=this.previousSibling?this.previousSibling.nextSibling:this.realParentNode.firstChild;for(;H&&H!=this.nextSibling;)x.push(H),H=H.nextSibling;return x}querySelectorAll(x){return this.childNodes.reduce((H,h)=>{if(h instanceof Element){h.matches(x)&&H.push(h);let g=h.querySelectorAll(x);for(let M=0;M<g.length;M++)H.push(g[M])}return H},[])}insertBefore(x,H){return this.realParentNode.insertBefore(x,H)}moveBefore(x,H){return this.realParentNode.moveBefore(x,H)}get __idiomorphRoot(){return this.originalNode}}function A(b){let x=new DOMParser,H=b.replace(/<svg(\s[^>]*>|>)([\s\S]*?)<\/svg>/gim,"");if(H.match(/<\/html>/)||H.match(/<\/head>/)||H.match(/<\/body>/)){let h=x.parseFromString(b,"text/html");if(H.match(/<\/html>/))return p.add(h),h;{let g=h.firstChild;return g&&p.add(g),g}}else{let g=x.parseFromString("<body><template>"+b+"</template></body>","text/html").body.querySelector("template").content;return p.add(g),g}}return{normalizeElement:u,normalizeParent:y}})();return{morph:a,defaults:e}})();var bL=(r,e,a={})=>{let{preserveTypingAnimation:t=!0}=a;CL.morph(r,e.innerHTML,{morphStyle:"innerHTML",callbacks:{beforeNodeMorphed(s,o){if(s instanceof HTMLElement&&t&&(s.classList.contains("tvw-animate-typing")||s.hasAttribute("data-preserve-animation")))return!1}}})};var Ie={idle:"Online",connecting:"Connecting\u2026",connected:"Streaming\u2026",error:"Offline"};var Ke={"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 Wn=(r,e)=>{let a=w("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,16 +61,16 @@ 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 S,x,H,h,g,M,C,E,L,I,W,U;let n=(S=o.launcher)!=null?S:{},d=a.querySelector("[data-role='launcher-title']");d&&(d.textContent=(x=n.title)!=null?x:"Chat Assistant");let i=a.querySelector("[data-role='launcher-subtitle']");i&&(i.textContent=(H=n.subtitle)!=null?H:"Get answers fast");let f=a.querySelector(".tvw-flex-col");f&&(n.textHidden?f.style.display="none":f.style.display="");let m=a.querySelector("[data-role='launcher-icon']");if(m)if(n.agentIconHidden)m.style.display="none";else{let it=(h=n.agentIconSize)!=null?h:"40px";if(m.style.height=it,m.style.width=it,m.innerHTML="",n.agentIconName){let z=parseFloat(it)||24,st=nt(n.agentIconName,z*.6,"#ffffff",2);st?(m.appendChild(st),m.style.display=""):(m.textContent=(g=n.agentIconText)!=null?g:"\u{1F4AC}",m.style.display="")}else n.iconUrl?m.style.display="none":(m.textContent=(M=n.agentIconText)!=null?M:"\u{1F4AC}",m.style.display="")}let c=a.querySelector("[data-role='launcher-image']");if(c){let it=(C=n.agentIconSize)!=null?C:"40px";c.style.height=it,c.style.width=it,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 it=(E=n.callToActionIconSize)!=null?E:"32px";p.style.height=it,p.style.width=it,n.callToActionIconBackgroundColor?(p.style.backgroundColor=n.callToActionIconBackgroundColor,p.classList.remove("tvw-bg-cw-primary")):(p.style.backgroundColor="",p.classList.add("tvw-bg-cw-primary"));let z=0;if(n.callToActionIconPadding?(p.style.boxSizing="border-box",p.style.padding=n.callToActionIconPadding,z=(parseFloat(n.callToActionIconPadding)||0)*2):(p.style.boxSizing="",p.style.padding=""),n.callToActionIconHidden)p.style.display="none";else if(p.style.display="",p.innerHTML="",n.callToActionIconName){let st=parseFloat(it)||24,_=Math.max(st-z,8),et=nt(n.callToActionIconName,_,"currentColor",2);et?p.appendChild(et):p.textContent=(L=n.callToActionIconText)!=null?L:"\u2197"}else p.textContent=(I=n.callToActionIconText)!=null?I:"\u2197"}let u=n.position&&Ye[n.position]?Ye[n.position]:Ye["bottom-right"],y="tvw-fixed tvw-flex tvw-items-center tvw-gap-3 tvw-rounded-launcher tvw-bg-cw-surface tvw-py-2.5 tvw-pl-3 tvw-pr-3 tvw-transition hover:tvw-translate-y-[-2px] tvw-cursor-pointer tvw-z-50";a.className=`${y} ${u}`;let b="1px solid #e5e7eb",A="0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1)";a.style.border=(W=n.border)!=null?W:b,a.style.boxShadow=(U=n.shadow)!=null?U:A},s=()=>{a.removeEventListener("click",e),a.remove()};return r&&t(r),{element:a,update:t,destroy:s}};var ca=r=>{var I,W,U,it,z,st,_,et,Mt,ct,jt,Pe,Ee,Ue,Bt,yt,at,ft,Rt,se,Te,ut,J,ue,me,ye,$e,we,Q,Lt,Ce,be;let{config:e,showClose:a=!0}=r,t=w("div","tvw-widget-header tvw-flex tvw-items-center tvw-gap-3 tvw-bg-cw-surface tvw-px-6 tvw-py-5 tvw-border-b-cw-divider"),s=(I=e==null?void 0:e.launcher)!=null?I:{},o=(W=s.headerIconSize)!=null?W:"48px",n=(U=s.closeButtonSize)!=null?U:"32px",d=(it=s.closeButtonPlacement)!=null?it:"inline",i=(z=s.headerIconHidden)!=null?z:!1,f=s.headerIconName,m=w("div","tvw-flex tvw-items-center tvw-justify-center tvw-rounded-xl tvw-bg-cw-primary tvw-text-white tvw-text-xl");if(m.style.height=o,m.style.width=o,!i)if(f){let tt=parseFloat(o)||24,Dt=nt(f,tt*.6,"#ffffff",1);Dt?m.replaceChildren(Dt):m.textContent=(_=(st=e==null?void 0:e.launcher)==null?void 0:st.agentIconText)!=null?_:"\u{1F4AC}"}else if((et=e==null?void 0:e.launcher)!=null&&et.iconUrl){let tt=w("img");tt.src=e.launcher.iconUrl,tt.alt="",tt.className="tvw-rounded-xl tvw-object-cover",tt.style.height=o,tt.style.width=o,m.replaceChildren(tt)}else m.textContent=(ct=(Mt=e==null?void 0:e.launcher)==null?void 0:Mt.agentIconText)!=null?ct:"\u{1F4AC}";let c=w("div","tvw-flex tvw-flex-col"),p=w("span","tvw-text-base tvw-font-semibold");p.textContent=(Pe=(jt=e==null?void 0:e.launcher)==null?void 0:jt.title)!=null?Pe:"Chat Assistant";let u=w("span","tvw-text-xs tvw-text-cw-muted");u.textContent=(Ue=(Ee=e==null?void 0:e.launcher)==null?void 0:Ee.subtitle)!=null?Ue:"Here to help you get answers fast",c.append(p,u),i?t.append(c):t.append(m,c);let y=(Bt=s.clearChat)!=null?Bt:{},b=(yt=y.enabled)!=null?yt:!0,A=(at=y.placement)!=null?at:"inline",S=null,x=null;if(b){let tt=(ft=y.size)!=null?ft:"32px",Dt=(Rt=y.iconName)!=null?Rt:"refresh-cw",Se=(se=y.iconColor)!=null?se:"",Fe=(Te=y.backgroundColor)!=null?Te:"",Be=(ut=y.borderWidth)!=null?ut:"",j=(J=y.borderColor)!=null?J:"",ae=(ue=y.borderRadius)!=null?ue:"",At=(me=y.paddingX)!=null?me:"",X=(ye=y.paddingY)!=null?ye:"",N=($e=y.tooltipText)!=null?$e:"Clear chat",mt=(we=y.showTooltip)!=null?we:!0;x=w("div",A==="top-right"?"tvw-absolute tvw-top-4 tvw-z-50":"tvw-relative tvw-ml-auto tvw-clear-chat-button-wrapper"),A==="top-right"&&(x.style.right="48px"),S=w("button","tvw-inline-flex tvw-items-center tvw-justify-center tvw-rounded-full tvw-text-cw-muted hover:tvw-bg-gray-100 tvw-cursor-pointer tvw-border-none"),S.style.height=tt,S.style.width=tt,S.type="button",S.setAttribute("aria-label",N);let ht=nt(Dt,"20px",Se||"",1);if(ht&&S.appendChild(ht),Se&&(S.style.color=Se,S.classList.remove("tvw-text-cw-muted")),Fe&&(S.style.backgroundColor=Fe,S.classList.remove("hover:tvw-bg-gray-100")),Be||j){let rt=Be||"0px",bt=j||"transparent";S.style.border=`${rt} solid ${bt}`,S.classList.remove("tvw-border-none")}if(ae&&(S.style.borderRadius=ae,S.classList.remove("tvw-rounded-full")),At?(S.style.paddingLeft=At,S.style.paddingRight=At):(S.style.paddingLeft="",S.style.paddingRight=""),X?(S.style.paddingTop=X,S.style.paddingBottom=X):(S.style.paddingTop="",S.style.paddingBottom=""),x.appendChild(S),mt&&N&&S&&x){let rt=null,bt=()=>{if(rt||!S)return;rt=w("div","tvw-clear-chat-tooltip"),rt.textContent=N;let G=w("div");G.className="tvw-clear-chat-tooltip-arrow",rt.appendChild(G);let dt=S.getBoundingClientRect();rt.style.position="fixed",rt.style.left=`${dt.left+dt.width/2}px`,rt.style.top=`${dt.top-8}px`,rt.style.transform="translate(-50%, -100%)",document.body.appendChild(rt)},Wt=()=>{rt&&rt.parentNode&&(rt.parentNode.removeChild(rt),rt=null)};x.addEventListener("mouseenter",bt),x.addEventListener("mouseleave",Wt),S.addEventListener("focus",bt),S.addEventListener("blur",Wt),x._cleanupTooltip=()=>{Wt(),x&&(x.removeEventListener("mouseenter",bt),x.removeEventListener("mouseleave",Wt)),S&&(S.removeEventListener("focus",bt),S.removeEventListener("blur",Wt))}}A==="inline"&&t.appendChild(x)}let H=w("div",d==="top-right"?"tvw-absolute tvw-top-4 tvw-right-4 tvw-z-50":b&&A==="inline"?"":"tvw-ml-auto"),h=w("button","tvw-inline-flex tvw-items-center tvw-justify-center tvw-rounded-full tvw-text-cw-muted hover:tvw-bg-gray-100 tvw-cursor-pointer tvw-border-none");h.style.height=n,h.style.width=n,h.type="button";let g=(Q=s.closeButtonTooltipText)!=null?Q:"Close chat",M=(Lt=s.closeButtonShowTooltip)!=null?Lt:!0;h.setAttribute("aria-label",g),h.style.display=a?"":"none";let C=(Ce=s.closeButtonIconName)!=null?Ce:"x",E=(be=s.closeButtonIconText)!=null?be:"\xD7",L=nt(C,"20px",s.closeButtonColor||"",1);if(L?h.appendChild(L):h.textContent=E,s.closeButtonColor?(h.style.color=s.closeButtonColor,h.classList.remove("tvw-text-cw-muted")):(h.style.color="",h.classList.add("tvw-text-cw-muted")),s.closeButtonBackgroundColor?(h.style.backgroundColor=s.closeButtonBackgroundColor,h.classList.remove("hover:tvw-bg-gray-100")):(h.style.backgroundColor="",h.classList.add("hover:tvw-bg-gray-100")),s.closeButtonBorderWidth||s.closeButtonBorderColor){let tt=s.closeButtonBorderWidth||"0px",Dt=s.closeButtonBorderColor||"transparent";h.style.border=`${tt} solid ${Dt}`,h.classList.remove("tvw-border-none")}else h.style.border="",h.classList.add("tvw-border-none");if(s.closeButtonBorderRadius?(h.style.borderRadius=s.closeButtonBorderRadius,h.classList.remove("tvw-rounded-full")):(h.style.borderRadius="",h.classList.add("tvw-rounded-full")),s.closeButtonPaddingX?(h.style.paddingLeft=s.closeButtonPaddingX,h.style.paddingRight=s.closeButtonPaddingX):(h.style.paddingLeft="",h.style.paddingRight=""),s.closeButtonPaddingY?(h.style.paddingTop=s.closeButtonPaddingY,h.style.paddingBottom=s.closeButtonPaddingY):(h.style.paddingTop="",h.style.paddingBottom=""),H.appendChild(h),M&&g){let tt=null,Dt=()=>{if(tt)return;tt=w("div","tvw-clear-chat-tooltip"),tt.textContent=g;let Fe=w("div");Fe.className="tvw-clear-chat-tooltip-arrow",tt.appendChild(Fe);let Be=h.getBoundingClientRect();tt.style.position="fixed",tt.style.left=`${Be.left+Be.width/2}px`,tt.style.top=`${Be.top-8}px`,tt.style.transform="translate(-50%, -100%)",document.body.appendChild(tt)},Se=()=>{tt&&tt.parentNode&&(tt.parentNode.removeChild(tt),tt=null)};H.addEventListener("mouseenter",Dt),H.addEventListener("mouseleave",Se),h.addEventListener("focus",Dt),h.addEventListener("blur",Se),H._cleanupTooltip=()=>{Se(),H.removeEventListener("mouseenter",Dt),H.removeEventListener("mouseleave",Se),h.removeEventListener("focus",Dt),h.removeEventListener("blur",Se)}}return d!=="top-right"&&t.appendChild(H),{header:t,iconHolder:m,headerTitle:p,headerSubtitle:u,closeButton:h,closeButtonWrapper:H,clearChatButton:S,clearChatButtonWrapper:x}},za=(r,e,a)=>{var n,d,i,f;let t=(n=a==null?void 0:a.launcher)!=null?n:{},s=(d=t.closeButtonPlacement)!=null?d:"inline",o=(f=(i=t.clearChat)==null?void 0:i.placement)!=null?f:"inline";r.appendChild(e.header),s==="top-right"&&(r.style.position="relative",r.appendChild(e.closeButtonWrapper)),e.clearChatButtonWrapper&&o==="top-right"&&(r.style.position="relative",r.appendChild(e.clearChatButtonWrapper))};var lA=r=>ca({config:r.config,showClose:r.showClose,onClose:r.onClose,onClearChat:r.onClearChat}),iA=r=>{var y,b,A,S;let{config:e,showClose:a=!0,onClose:t}=r,s=(y=e==null?void 0:e.launcher)!=null?y:{},o=w("div","tvw-flex tvw-items-center tvw-justify-between tvw-bg-cw-surface tvw-px-6 tvw-py-4 tvw-border-b-cw-divider"),n=w("span","tvw-text-base tvw-font-semibold");n.textContent=(b=s.title)!=null?b:"Chat Assistant",o.appendChild(n);let d=(A=s.closeButtonSize)!=null?A:"32px",i=w("div",""),f=w("button","tvw-inline-flex tvw-items-center tvw-justify-center tvw-rounded-full tvw-text-cw-muted hover:tvw-bg-gray-100 tvw-cursor-pointer tvw-border-none");f.style.height=d,f.style.width=d,f.type="button",f.setAttribute("aria-label","Close chat"),f.style.display=a?"":"none";let m=(S=s.closeButtonIconName)!=null?S:"x",c=nt(m,"20px",s.closeButtonColor||"",2);c?f.appendChild(c):f.textContent="\xD7",t&&f.addEventListener("click",t),i.appendChild(f),o.appendChild(i);let p=w("div");p.style.display="none";let u=w("span");return u.style.display="none",{header:o,iconHolder:p,headerTitle:n,headerSubtitle:u,closeButton:f,closeButtonWrapper:i,clearChatButton:null,clearChatButtonWrapper:null}},pA=r=>{var h,g,M,C,E,L,I,W;let{config:e,showClose:a=!0,onClose:t,onClearChat:s}=r,o=(h=e==null?void 0:e.launcher)!=null?h:{},n=w("div","tvw-flex tvw-flex-col tvw-bg-cw-surface tvw-px-6 tvw-py-5 tvw-border-b-cw-divider"),d=w("div","tvw-flex tvw-items-center tvw-gap-3"),i=(g=o.headerIconSize)!=null?g:"56px",f=w("div","tvw-flex tvw-items-center tvw-justify-center tvw-rounded-xl tvw-bg-cw-primary tvw-text-white tvw-text-2xl");f.style.height=i,f.style.width=i;let m=o.headerIconName;if(m){let U=parseFloat(i)||24,it=nt(m,U*.5,"#ffffff",2);it?f.replaceChildren(it):f.textContent=(M=o.agentIconText)!=null?M:"\u{1F4AC}"}else if(o.iconUrl){let U=w("img");U.src=o.iconUrl,U.alt="",U.className="tvw-rounded-xl tvw-object-cover",U.style.height=i,U.style.width=i,f.replaceChildren(U)}else f.textContent=(C=o.agentIconText)!=null?C:"\u{1F4AC}";let c=w("div","tvw-flex tvw-flex-col tvw-flex-1"),p=w("span","tvw-text-lg tvw-font-semibold");p.textContent=(E=o.title)!=null?E:"Chat Assistant";let u=w("span","tvw-text-sm tvw-text-cw-muted");u.textContent=(L=o.subtitle)!=null?L:"Here to help you get answers fast",c.append(p,u),d.append(f,c);let y=(I=o.closeButtonSize)!=null?I:"32px",b=w("div",""),A=w("button","tvw-inline-flex tvw-items-center tvw-justify-center tvw-rounded-full tvw-text-cw-muted hover:tvw-bg-gray-100 tvw-cursor-pointer tvw-border-none");A.style.height=y,A.style.width=y,A.type="button",A.setAttribute("aria-label","Close chat"),A.style.display=a?"":"none";let S=(W=o.closeButtonIconName)!=null?W:"x",x=nt(S,"20px",o.closeButtonColor||"",2);x?A.appendChild(x):A.textContent="\xD7",t&&A.addEventListener("click",t),b.appendChild(A),d.appendChild(b),n.appendChild(d);let H=w("div","tvw-mt-3 tvw-pt-3 tvw-border-t tvw-border-gray-100 tvw-text-xs tvw-text-cw-muted");return H.textContent="Online and ready to help",n.appendChild(H),{header:n,iconHolder:f,headerTitle:p,headerSubtitle:u,closeButton:A,closeButtonWrapper:b,clearChatButton:null,clearChatButtonWrapper:null}},HS={default:lA,minimal:iA,expanded:pA},hA=r=>{var e;return(e=HS[r])!=null?e:HS.default},sn=(r,e,a)=>{var n,d,i;if(e!=null&&e.render){let f=e.render({config:r,onClose:a==null?void 0:a.onClose,onClearChat:a==null?void 0:a.onClearChat}),m=w("div");m.style.display="none";let c=w("span"),p=w("span"),u=w("button");u.style.display="none";let y=w("div");return y.style.display="none",{header:f,iconHolder:m,headerTitle:c,headerSubtitle:p,closeButton:u,closeButtonWrapper:y,clearChatButton:null,clearChatButtonWrapper:null}}let t=(n=e==null?void 0:e.layout)!=null?n:"default",o=hA(t)({config:r,showClose:(i=(d=e==null?void 0:e.showCloseButton)!=null?d:a==null?void 0:a.showClose)!=null?i:!0,onClose:a==null?void 0:a.onClose,onClearChat:a==null?void 0:a.onClearChat});return e&&(e.showIcon===!1&&(o.iconHolder.style.display="none"),e.showTitle===!1&&(o.headerTitle.style.display="none"),e.showSubtitle===!1&&(o.headerSubtitle.style.display="none"),e.showCloseButton===!1&&(o.closeButton.style.display="none"),e.showClearChat===!1&&o.clearChatButtonWrapper&&(o.clearChatButtonWrapper.style.display="none")),o};var oP=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'}},nn=r=>{var Bt,yt,at,ft,Rt,se,Te,ut,J,ue,me,ye,$e,we,Q,Lt,Ce,be,tt,Dt,Se,Fe,Be,j,ae,At,X,N,mt,ht;let{config:e}=r,a=w("div","tvw-widget-footer tvw-border-t-cw-divider tvw-bg-cw-surface tvw-px-6 tvw-py-4"),t=w("div","tvw-mb-3 tvw-flex tvw-flex-wrap tvw-gap-2"),s=w("form","tvw-widget-composer tvw-flex tvw-flex-col tvw-gap-2 tvw-rounded-2xl tvw-border tvw-border-gray-200 tvw-bg-cw-input-background tvw-px-4 tvw-py-3");s.style.outline="none";let o=w("textarea");o.placeholder=(yt=(Bt=e==null?void 0:e.copy)==null?void 0:Bt.inputPlaceholder)!=null?yt:"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=(ft=(at=e==null?void 0:e.theme)==null?void 0:at.inputFontFamily)!=null?ft:"sans-serif",d=(se=(Rt=e==null?void 0:e.theme)==null?void 0:Rt.inputFontWeight)!=null?se:"400";o.style.fontFamily=oP(n),o.style.fontWeight=d;let m=3*20;o.style.maxHeight=`${m}px`,o.style.overflowY="auto";let c=()=>{o.style.height="auto";let rt=Math.min(o.scrollHeight,m);o.style.height=`${rt}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=(Te=e==null?void 0:e.sendButton)!=null?Te:{},u=(ut=p.useIcon)!=null?ut:!1,y=(J=p.iconText)!=null?J:"\u2191",b=p.iconName,A=(ue=p.tooltipText)!=null?ue:"Send message",S=(me=p.showTooltip)!=null?me:!1,x=(ye=p.size)!=null?ye:"40px",H=p.backgroundColor,h=p.textColor,g=w("div","tvw-send-button-wrapper"),M=w("button",u?"tvw-rounded-button tvw-flex tvw-items-center tvw-justify-center disabled:tvw-opacity-50 tvw-cursor-pointer":"tvw-rounded-button tvw-bg-cw-accent tvw-px-4 tvw-py-2 tvw-text-sm tvw-font-semibold disabled:tvw-opacity-50 tvw-cursor-pointer");if(M.type="submit",u){if(M.style.width=x,M.style.height=x,M.style.minWidth=x,M.style.minHeight=x,M.style.fontSize="18px",M.style.lineHeight="1",M.innerHTML="",b){let rt=parseFloat(x)||24,bt=h&&typeof h=="string"&&h.trim()?h.trim():"currentColor",Wt=nt(b,rt,bt,2);Wt?(M.appendChild(Wt),M.style.color=bt):(M.textContent=y,h?M.style.color=h:M.classList.add("tvw-text-white"))}else M.textContent=y,h?M.style.color=h:M.classList.add("tvw-text-white");H?M.style.backgroundColor=H:M.classList.add("tvw-bg-cw-primary")}else M.textContent=(we=($e=e==null?void 0:e.copy)==null?void 0:$e.sendButtonLabel)!=null?we:"Send",h?M.style.color=h:M.classList.add("tvw-text-white");if(p.borderWidth&&(M.style.borderWidth=p.borderWidth,M.style.borderStyle="solid"),p.borderColor&&(M.style.borderColor=p.borderColor),p.paddingX?(M.style.paddingLeft=p.paddingX,M.style.paddingRight=p.paddingX):(M.style.paddingLeft="",M.style.paddingRight=""),p.paddingY?(M.style.paddingTop=p.paddingY,M.style.paddingBottom=p.paddingY):(M.style.paddingTop="",M.style.paddingBottom=""),S&&A){let rt=w("div","tvw-send-button-tooltip");rt.textContent=A,g.appendChild(rt)}g.appendChild(M);let C=(Q=e==null?void 0:e.voiceRecognition)!=null?Q:{},E=C.enabled===!0,L=null,I=null,W=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined");if(E&&W){I=w("div","tvw-send-button-wrapper"),L=w("button","tvw-rounded-button tvw-flex tvw-items-center tvw-justify-center disabled:tvw-opacity-50 tvw-cursor-pointer"),L.type="button",L.setAttribute("aria-label","Start voice recognition");let rt=(Lt=C.iconName)!=null?Lt:"mic",bt=(Ce=C.iconSize)!=null?Ce:x,Wt=parseFloat(bt)||24,G=(be=C.backgroundColor)!=null?be:H,dt=(tt=C.iconColor)!=null?tt:h;L.style.width=bt,L.style.height=bt,L.style.minWidth=bt,L.style.minHeight=bt,L.style.fontSize="18px",L.style.lineHeight="1";let Pt=dt||"currentColor",Jt=nt(rt,Wt,Pt,1.5);Jt?(L.appendChild(Jt),L.style.color=Pt):(L.textContent="\u{1F3A4}",L.style.color=Pt),G?L.style.backgroundColor=G:L.classList.add("tvw-bg-cw-primary"),dt?L.style.color=dt:!dt&&!h&&L.classList.add("tvw-text-white"),C.borderWidth&&(L.style.borderWidth=C.borderWidth,L.style.borderStyle="solid"),C.borderColor&&(L.style.borderColor=C.borderColor),C.paddingX&&(L.style.paddingLeft=C.paddingX,L.style.paddingRight=C.paddingX),C.paddingY&&(L.style.paddingTop=C.paddingY,L.style.paddingBottom=C.paddingY),I.appendChild(L);let pe=(Dt=C.tooltipText)!=null?Dt:"Start voice recognition";if(((Se=C.showTooltip)!=null?Se:!1)&&pe){let _e=w("div","tvw-send-button-tooltip");_e.textContent=pe,I.appendChild(_e)}}let U=(Fe=e==null?void 0:e.attachments)!=null?Fe:{},it=U.enabled===!0,z=null,st=null,_=null,et=null;if(it){et=w("div","tvw-attachment-previews tvw-flex tvw-flex-wrap tvw-gap-2 tvw-mb-2"),et.style.display="none",_=w("input"),_.type="file",_.accept=((Be=U.allowedTypes)!=null?Be:Aa).join(","),_.multiple=((j=U.maxFiles)!=null?j:4)>1,_.style.display="none",_.setAttribute("aria-label","Attach files"),st=w("div","tvw-send-button-wrapper"),z=w("button","tvw-rounded-button tvw-flex tvw-items-center tvw-justify-center disabled:tvw-opacity-50 tvw-cursor-pointer tvw-attachment-button"),z.type="button",z.setAttribute("aria-label",(ae=U.buttonTooltipText)!=null?ae:"Attach file");let rt=(At=U.buttonIconName)!=null?At:"paperclip",bt=x,Wt=parseFloat(bt)||40,G=Math.round(Wt*.6);z.style.width=bt,z.style.height=bt,z.style.minWidth=bt,z.style.minHeight=bt,z.style.fontSize="18px",z.style.lineHeight="1",z.style.backgroundColor="transparent",z.style.color="var(--cw-primary, #111827)",z.style.border="none",z.style.borderRadius="6px",z.style.transition="background-color 0.15s ease",z.addEventListener("mouseenter",()=>{z.style.backgroundColor="rgba(0, 0, 0, 0.05)"}),z.addEventListener("mouseleave",()=>{z.style.backgroundColor="transparent"});let dt=nt(rt,G,"currentColor",1.5);dt?z.appendChild(dt):z.textContent="\u{1F4CE}",z.addEventListener("click",pe=>{pe.preventDefault(),_==null||_.click()}),st.appendChild(z);let Pt=(X=U.buttonTooltipText)!=null?X:"Attach file",Jt=w("div","tvw-send-button-tooltip");Jt.textContent=Pt,st.appendChild(Jt)}s.addEventListener("click",rt=>{rt.target!==M&&rt.target!==g&&rt.target!==L&&rt.target!==I&&rt.target!==z&&rt.target!==st&&o.focus()}),et&&(et.style.gap="8px",s.append(et)),_&&s.append(_),s.append(o);let Mt=w("div","tvw-flex tvw-items-center tvw-justify-between tvw-w-full"),ct=w("div","tvw-flex tvw-items-center tvw-gap-2");st&&ct.append(st);let jt=w("div","tvw-flex tvw-items-center tvw-gap-1");I&&jt.append(I),jt.append(g),Mt.append(ct,jt),s.append(Mt);let Pe=w("div","tvw-mt-2 tvw-text-right tvw-text-xs tvw-text-cw-muted"),Ee=(N=e==null?void 0:e.statusIndicator)!=null?N:{},Ue=(mt=Ee.visible)!=null?mt:!0;return Pe.style.display=Ue?"":"none",Pe.textContent=(ht=Ee.idleText)!=null?ht:"Online",a.append(t,s,Pe),{footer:a,suggestions:t,composerForm:s,textarea:o,sendButton:M,sendButtonWrapper:g,micButton:L,micButtonWrapper:I,statusText:Pe,attachmentButton:z,attachmentButtonWrapper:st,attachmentInput:_,attachmentPreviewsContainer:et,actionsRow:Mt,leftActions:ct,rightActions:jt}};var bL=r=>{var i,f,m,c,p,u,y;if(!((f=(i=r==null?void 0:r.launcher)==null?void 0:i.enabled)!=null?f:!0)){let b=w("div","tvw-relative tvw-h-full tvw-flex tvw-flex-col tvw-flex-1 tvw-min-h-0"),A=w("div","tvw-relative tvw-flex-1 tvw-flex tvw-flex-col tvw-min-h-0"),S=(c=(m=r==null?void 0:r.launcher)==null?void 0:m.width)!=null?c:"100%";return b.style.width=S,A.style.width="100%",b.appendChild(A),{wrapper:b,panel:A}}let a=(p=r==null?void 0:r.launcher)!=null?p:{},t=a.position&&Ye[a.position]?Ye[a.position]:Ye["bottom-right"],s=w("div",`tvw-widget-wrapper tvw-fixed ${t} tvw-z-50 tvw-transition`),o=w("div","tvw-widget-panel tvw-relative tvw-min-h-[320px]"),n=(y=(u=r==null?void 0:r.launcher)==null?void 0:u.width)!=null?y:r==null?void 0:r.launcherWidth,d=n!=null?n:"min(400px, calc(100vw - 24px))";return o.style.width=d,o.style.maxWidth=d,s.appendChild(o),{wrapper:s,panel:o}},SL=(r,e=!0)=>{var u,y,b,A,S,x,H;let a=w("div","tvw-widget-container tvw-flex tvw-h-full tvw-w-full tvw-flex-1 tvw-min-h-0 tvw-flex-col tvw-bg-cw-surface tvw-text-cw-primary tvw-rounded-2xl tvw-overflow-hidden tvw-border tvw-border-cw-border"),t=(u=r==null?void 0:r.layout)==null?void 0:u.header,s=((y=r==null?void 0:r.layout)==null?void 0:y.showHeader)!==!1,o=t?sn(r,t,{showClose:e}):ca({config:r,showClose:e}),n=w("div","tvw-widget-body tvw-flex tvw-flex-1 tvw-min-h-0 tvw-flex-col tvw-gap-6 tvw-overflow-y-auto tvw-bg-cw-container tvw-px-6 tvw-py-6");n.id="persona-scroll-container";let d=w("div","tvw-rounded-2xl tvw-bg-cw-surface tvw-p-6 tvw-shadow-sm"),i=w("h2","tvw-text-lg tvw-font-semibold tvw-text-cw-primary");i.textContent=(A=(b=r==null?void 0:r.copy)==null?void 0:b.welcomeTitle)!=null?A:"Hello \u{1F44B}";let f=w("p","tvw-mt-2 tvw-text-sm tvw-text-cw-muted");f.textContent=(x=(S=r==null?void 0:r.copy)==null?void 0:S.welcomeSubtitle)!=null?x:"Ask anything about your account or products.",d.append(i,f);let m=w("div","tvw-flex tvw-flex-col tvw-gap-3");n.append(d,m);let c=nn({config:r}),p=((H=r==null?void 0:r.layout)==null?void 0:H.showFooter)!==!1;return s?za(a,o,r):(o.header.style.display="none",za(a,o,r)),a.append(n),p||(c.footer.style.display="none"),a.append(c.footer),{container:a,body:n,messagesWrapper:m,suggestions:c.suggestions,textarea:c.textarea,sendButton:c.sendButton,sendButtonWrapper:c.sendButtonWrapper,micButton:c.micButton,micButtonWrapper:c.micButtonWrapper,composerForm:c.composerForm,statusText:c.statusText,introTitle:i,introSubtitle:f,closeButton:o.closeButton,closeButtonWrapper:o.closeButtonWrapper,clearChatButton:o.clearChatButton,clearChatButtonWrapper:o.clearChatButtonWrapper,iconHolder:o.iconHolder,headerTitle:o.headerTitle,headerSubtitle:o.headerSubtitle,header:o.header,footer:c.footer,attachmentButton:c.attachmentButton,attachmentButtonWrapper:c.attachmentButtonWrapper,attachmentInput:c.attachmentInput,attachmentPreviewsContainer:c.attachmentPreviewsContainer,actionsRow:c.actionsRow,leftActions:c.leftActions,rightActions:c.rightActions}};var qa=()=>{let r=document.createElement("div");r.className="tvw-flex tvw-items-center tvw-space-x-1 tvw-h-5 tvw-mt-2";let e=document.createElement("div");e.className="tvw-bg-cw-primary tvw-animate-typing tvw-rounded-full tvw-h-1.5 tvw-w-1.5",e.style.animationDelay="0ms";let a=document.createElement("div");a.className="tvw-bg-cw-primary tvw-animate-typing tvw-rounded-full tvw-h-1.5 tvw-w-1.5",a.style.animationDelay="250ms";let t=document.createElement("div");t.className="tvw-bg-cw-primary tvw-animate-typing tvw-rounded-full tvw-h-1.5 tvw-w-1.5",t.style.animationDelay="500ms";let s=document.createElement("span");return s.className="tvw-sr-only",s.textContent="Loading",r.appendChild(e),r.appendChild(a),r.appendChild(t),r.appendChild(s),r},cA=(r,e,a)=>{let t={config:a!=null?a:{},streaming:!0,location:r,defaultRenderer:qa};if(e){let s=e(t);if(s!==null)return s}return qa()},sP=(r,e)=>{let a=w("div","tvw-flex-shrink-0 tvw-w-8 tvw-h-8 tvw-rounded-full tvw-flex tvw-items-center tvw-justify-center tvw-text-sm"),t=e==="user"?r.userAvatar:r.assistantAvatar;if(t)if(t.startsWith("http")||t.startsWith("/")||t.startsWith("data:")){let s=w("img");s.src=t,s.alt=e==="user"?"User":"Assistant",s.className="tvw-w-full tvw-h-full tvw-rounded-full tvw-object-cover",a.appendChild(s)}else a.textContent=t,a.classList.add(e==="user"?"tvw-bg-cw-accent":"tvw-bg-cw-primary","tvw-text-white");else a.textContent=e==="user"?"U":"A",a.classList.add(e==="user"?"tvw-bg-cw-accent":"tvw-bg-cw-primary","tvw-text-white");return a},AL=(r,e)=>{let a=w("div","tvw-text-xs tvw-text-cw-muted"),t=new Date(r.createdAt);return e.format?a.textContent=e.format(t):a.textContent=t.toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"}),a},nP=(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},fA=(r,e,a)=>{var y,b,A,S,x,H;let t=(y=e.showCopy)!=null?y:!0,s=(b=e.showUpvote)!=null?b:!0,o=(A=e.showDownvote)!=null?A:!0,n=(S=e.visibility)!=null?S:"hover",d=(x=e.align)!=null?x:"right",i=(H=e.layout)!=null?H:"pill-inside",f={left:"tvw-message-actions-left",center:"tvw-message-actions-center",right:"tvw-message-actions-right"}[d],m={"pill-inside":"tvw-message-actions-pill","row-inside":"tvw-message-actions-row"}[i],c=w("div",`tvw-message-actions tvw-flex tvw-items-center tvw-gap-1 tvw-mt-2 ${f} ${m} ${n==="hover"?"tvw-message-actions-hover":""}`);c.id=`actions-${r.id}`,c.setAttribute("data-actions-for",r.id);let p=null,u=(h,g,M,C)=>{let E=document.createElement("button");E.className="tvw-message-action-btn",E.setAttribute("aria-label",g),E.setAttribute("title",g),C&&E.setAttribute("data-action",C);let L=nt(h,14,"currentColor",2);return L&&E.appendChild(L),E.addEventListener("click",I=>{I.preventDefault(),I.stopPropagation(),M()}),E};if(t){let h=u("copy","Copy message",()=>{let g=r.content||"";navigator.clipboard.writeText(g).then(()=>{h.classList.add("tvw-message-action-success");let M=nt("check",14,"currentColor",2);M&&(h.innerHTML="",h.appendChild(M)),setTimeout(()=>{h.classList.remove("tvw-message-action-success");let C=nt("copy",14,"currentColor",2);C&&(h.innerHTML="",h.appendChild(C))},2e3)}).catch(M=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to copy message:",M)}),a!=null&&a.onCopy&&a.onCopy(r),e.onCopy&&e.onCopy(r)},"copy");c.appendChild(h)}if(s){let h=u("thumbs-up","Upvote",()=>{if(p==="upvote")p=null,h.classList.remove("tvw-message-action-active");else{let M=c.querySelector('[data-action="downvote"]');M&&M.classList.remove("tvw-message-action-active"),p="upvote",h.classList.add("tvw-message-action-active");let C={type:"upvote",messageId:r.id,message:r};a!=null&&a.onFeedback&&a.onFeedback(C),e.onFeedback&&e.onFeedback(C)}},"upvote");c.appendChild(h)}if(o){let h=u("thumbs-down","Downvote",()=>{if(p==="downvote")p=null,h.classList.remove("tvw-message-action-active");else{let M=c.querySelector('[data-action="upvote"]');M&&M.classList.remove("tvw-message-action-active"),p="downvote",h.classList.add("tvw-message-action-active");let C={type:"downvote",messageId:r.id,message:r};a!=null&&a.onFeedback&&a.onFeedback(C),e.onFeedback&&e.onFeedback(C)}},"downvote");c.appendChild(h)}return c},dn=(r,e,a,t,s,o)=>{var h,g,M,C,E;let n=a!=null?a:{},d=(h=n.layout)!=null?h:"bubble",i=n.avatar,f=n.timestamp,m=(g=i==null?void 0:i.show)!=null?g:!1,c=(M=f==null?void 0:f.show)!=null?M:!1,p=(C=i==null?void 0:i.position)!=null?C:"left",u=(E=f==null?void 0:f.position)!=null?E:"below",y=nP(r.role,d),b=w("div",y.join(" "));b.id=`bubble-${r.id}`,b.setAttribute("data-message-id",r.id);let A=document.createElement("div");if(A.innerHTML=e({text:r.content,message:r,streaming:!!r.streaming,raw:r.rawContent}),c&&u==="inline"&&r.createdAt){let L=AL(r,f);L.classList.add("tvw-ml-2","tvw-inline"),A.appendChild(L)}if(b.appendChild(A),c&&u==="below"&&r.createdAt){let L=AL(r,f);L.classList.add("tvw-mt-1"),b.appendChild(L)}if(r.streaming&&r.role==="assistant"&&(!r.content||!r.content.trim())){let L=cA("inline",o==null?void 0:o.loadingIndicatorRenderer,o==null?void 0:o.widgetConfig);L&&b.appendChild(L)}if(r.role==="assistant"&&!r.streaming&&r.content&&r.content.trim()&&(t==null?void 0:t.enabled)!==!1&&t){let L=fA(r,t,s);b.appendChild(L)}if(!m||r.role==="system")return b;let x=w("div",`tvw-flex tvw-gap-2 ${r.role==="user"?"tvw-flex-row-reverse":""}`),H=sP(i,r.role);return p==="right"||p==="left"&&r.role==="user"?x.append(b,H):x.append(H,b),b.classList.remove("tvw-max-w-[85%]"),b.classList.add("tvw-max-w-[calc(85%-2.5rem)]"),x},kL=(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}):dn(r,e,a,t,s,o)};var ln=new Set,HL=(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=nt(a?"chevron-up":"chevron-down",16,"currentColor",2);i?n.appendChild(i):n.textContent=a?"Hide":"Show"}s.style.display=a?"":"none"},uA=r=>{let e=r.reasoning,a=w("div",["vanilla-message-bubble","vanilla-reasoning-bubble","tvw-w-full","tvw-max-w-[85%]","tvw-rounded-2xl","tvw-bg-cw-surface","tvw-border","tvw-border-cw-message-border","tvw-text-cw-primary","tvw-shadow-sm","tvw-overflow-hidden","tvw-px-0","tvw-py-0"].join(" "));if(a.id=`bubble-${r.id}`,a.setAttribute("data-message-id",r.id),!e)return a;let t=ln.has(r.id),s=w("button","tvw-flex tvw-w-full tvw-items-center tvw-justify-between tvw-gap-3 tvw-bg-transparent tvw-px-4 tvw-py-3 tvw-text-left tvw-cursor-pointer tvw-border-none");s.type="button",s.setAttribute("aria-expanded",t?"true":"false"),s.setAttribute("data-expand-header","true"),s.setAttribute("data-bubble-type","reasoning");let o=w("div","tvw-flex tvw-flex-col tvw-text-left"),n=w("span","tvw-text-xs tvw-text-cw-primary");n.textContent="Thinking...",o.appendChild(n);let d=w("span","tvw-text-xs tvw-text-cw-primary");d.textContent=aL(e),o.appendChild(d),e.status==="complete"?n.style.display="none":n.style.display="";let i=w("div","tvw-flex tvw-items-center"),m=nt(t?"chevron-up":"chevron-down",16,"currentColor",2);m?i.appendChild(m):i.textContent=t?"Hide":"Show";let c=w("div","tvw-flex tvw-items-center tvw-ml-auto");c.append(i),s.append(o,c);let p=w("div","tvw-border-t tvw-border-gray-200 tvw-bg-gray-50 tvw-px-4 tvw-py-3");p.style.display=t?"":"none";let u=e.chunks.join(""),y=w("div","tvw-whitespace-pre-wrap tvw-text-xs tvw-leading-snug tvw-text-cw-muted");return y.textContent=u||(e.status==="complete"?"No additional context was shared.":"Waiting for details\u2026"),p.appendChild(y),(()=>{s.setAttribute("aria-expanded",t?"true":"false"),i.innerHTML="";let S=nt(t?"chevron-up":"chevron-down",16,"currentColor",2);S?i.appendChild(S):i.textContent=t?"Hide":"Show",p.style.display=t?"":"none"})(),a.append(s,p),a};var pn=new Set,LL=(r,e,a)=>{var f;let t=pn.has(r),s=(f=a==null?void 0:a.toolCall)!=null?f:{},o=e.querySelector('button[data-expand-header="true"]'),n=e.querySelector(".tvw-border-t");if(!o||!n)return;o.setAttribute("aria-expanded",t?"true":"false");let d=o.querySelector(".tvw-ml-auto"),i=d==null?void 0:d.querySelector(":scope > .tvw-flex.tvw-items-center");if(i){i.innerHTML="";let m=s.toggleTextColor||s.headerTextColor||"currentColor",c=nt(t?"chevron-up":"chevron-down",16,m,2);c?i.appendChild(c):i.textContent=t?"Hide":"Show"}n.style.display=t?"":"none"},mA=(r,e)=>{var b;let a=r.toolCall,t=(b=e==null?void 0:e.toolCall)!=null?b:{},s=w("div",["vanilla-message-bubble","vanilla-tool-bubble","tvw-w-full","tvw-max-w-[85%]","tvw-rounded-2xl","tvw-bg-cw-surface","tvw-border","tvw-border-cw-message-border","tvw-text-cw-primary","tvw-shadow-sm","tvw-overflow-hidden","tvw-px-0","tvw-py-0"].join(" "));if(s.id=`bubble-${r.id}`,s.setAttribute("data-message-id",r.id),t.backgroundColor&&(s.style.backgroundColor=t.backgroundColor),t.borderColor&&(s.style.borderColor=t.borderColor),t.borderWidth&&(s.style.borderWidth=t.borderWidth),t.borderRadius&&(s.style.borderRadius=t.borderRadius),!a)return s;let o=pn.has(r.id),n=w("button","tvw-flex tvw-w-full tvw-items-center tvw-justify-between tvw-gap-3 tvw-bg-transparent tvw-px-4 tvw-py-3 tvw-text-left tvw-cursor-pointer tvw-border-none");n.type="button",n.setAttribute("aria-expanded",o?"true":"false"),n.setAttribute("data-expand-header","true"),n.setAttribute("data-bubble-type","tool"),t.headerBackgroundColor&&(n.style.backgroundColor=t.headerBackgroundColor),t.headerPaddingX&&(n.style.paddingLeft=t.headerPaddingX,n.style.paddingRight=t.headerPaddingX),t.headerPaddingY&&(n.style.paddingTop=t.headerPaddingY,n.style.paddingBottom=t.headerPaddingY);let d=w("div","tvw-flex tvw-flex-col tvw-text-left"),i=w("span","tvw-text-xs tvw-text-cw-primary");t.headerTextColor&&(i.style.color=t.headerTextColor),i.textContent=rL(a),d.appendChild(i);let f=w("div","tvw-flex tvw-items-center"),m=t.toggleTextColor||t.headerTextColor||"currentColor",c=nt(o?"chevron-up":"chevron-down",16,m,2);c?f.appendChild(c):f.textContent=o?"Hide":"Show";let p=w("div","tvw-flex tvw-items-center tvw-gap-2 tvw-ml-auto");p.append(f),n.append(d,p);let u=w("div","tvw-border-t tvw-border-gray-200 tvw-bg-gray-50 tvw-space-y-3 tvw-px-4 tvw-py-3");if(u.style.display=o?"":"none",t.contentBackgroundColor&&(u.style.backgroundColor=t.contentBackgroundColor),t.contentTextColor&&(u.style.color=t.contentTextColor),t.contentPaddingX&&(u.style.paddingLeft=t.contentPaddingX,u.style.paddingRight=t.contentPaddingX),t.contentPaddingY&&(u.style.paddingTop=t.contentPaddingY,u.style.paddingBottom=t.contentPaddingY),a.name){let A=w("div","tvw-text-xs tvw-text-cw-muted tvw-italic");t.contentTextColor?A.style.color=t.contentTextColor:t.headerTextColor&&(A.style.color=t.headerTextColor),A.textContent=a.name,u.appendChild(A)}if(a.args!==void 0){let A=w("div","tvw-space-y-1"),S=w("div","tvw-text-xs tvw-text-cw-muted");t.labelTextColor&&(S.style.color=t.labelTextColor),S.textContent="Arguments";let x=w("pre","tvw-max-h-48 tvw-overflow-auto tvw-whitespace-pre-wrap tvw-rounded-lg tvw-border tvw-border-gray-100 tvw-bg-white tvw-px-3 tvw-py-2 tvw-text-xs tvw-text-cw-primary");x.style.fontSize="0.75rem",x.style.lineHeight="1rem",t.codeBlockBackgroundColor&&(x.style.backgroundColor=t.codeBlockBackgroundColor),t.codeBlockBorderColor&&(x.style.borderColor=t.codeBlockBorderColor),t.codeBlockTextColor&&(x.style.color=t.codeBlockTextColor),x.textContent=aA(a.args),A.append(S,x),u.appendChild(A)}if(a.chunks&&a.chunks.length){let A=w("div","tvw-space-y-1"),S=w("div","tvw-text-xs tvw-text-cw-muted");t.labelTextColor&&(S.style.color=t.labelTextColor),S.textContent="Activity";let x=w("pre","tvw-max-h-48 tvw-overflow-auto tvw-whitespace-pre-wrap tvw-rounded-lg tvw-border tvw-border-gray-100 tvw-bg-white tvw-px-3 tvw-py-2 tvw-text-xs tvw-text-cw-primary");x.style.fontSize="0.75rem",x.style.lineHeight="1rem",t.codeBlockBackgroundColor&&(x.style.backgroundColor=t.codeBlockBackgroundColor),t.codeBlockBorderColor&&(x.style.borderColor=t.codeBlockBorderColor),t.codeBlockTextColor&&(x.style.color=t.codeBlockTextColor),x.textContent=a.chunks.join(`
65
- `),A.append(S,x),u.appendChild(A)}if(a.status==="complete"&&a.result!==void 0){let A=w("div","tvw-space-y-1"),S=w("div","tvw-text-xs tvw-text-cw-muted");t.labelTextColor&&(S.style.color=t.labelTextColor),S.textContent="Result";let x=w("pre","tvw-max-h-48 tvw-overflow-auto tvw-whitespace-pre-wrap tvw-rounded-lg tvw-border tvw-border-gray-100 tvw-bg-white tvw-px-3 tvw-py-2 tvw-text-xs tvw-text-cw-primary");x.style.fontSize="0.75rem",x.style.lineHeight="1rem",t.codeBlockBackgroundColor&&(x.style.backgroundColor=t.codeBlockBackgroundColor),t.codeBlockBorderColor&&(x.style.borderColor=t.codeBlockBorderColor),t.codeBlockTextColor&&(x.style.color=t.codeBlockTextColor),x.textContent=aA(a.result),A.append(S,x),u.appendChild(A)}if(a.status==="complete"&&typeof a.duration=="number"){let A=w("div","tvw-text-xs tvw-text-cw-muted");t.contentTextColor&&(A.style.color=t.contentTextColor),A.textContent=`Duration: ${a.duration}ms`,u.appendChild(A)}return(()=>{n.setAttribute("aria-expanded",o?"true":"false"),f.innerHTML="";let A=t.toggleTextColor||t.headerTextColor||"currentColor",S=nt(o?"chevron-up":"chevron-down",16,A,2);S?f.appendChild(S):f.textContent=o?"Hide":"Show",u.style.display=o?"":"none"})(),s.append(n,u),s};var TL=r=>{let e=[];return{buttons:e,render:(t,s,o,n,d)=>{if(r.innerHTML="",e.length=0,!t||!t.length||(n!=null?n:s?s.getMessages():[]).some(u=>u.role==="user"))return;let m=document.createDocumentFragment(),c=s?s.isStreaming():!1,p=u=>{switch(u){case"serif":return'Georgia, "Times New Roman", Times, serif';case"mono":return'"Courier New", Courier, "Lucida Console", Monaco, monospace';case"sans-serif":default:return'-apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif'}};t.forEach(u=>{let y=w("button","tvw-rounded-button tvw-bg-cw-surface tvw-px-3 tvw-py-1.5 tvw-text-xs tvw-font-medium tvw-text-cw-muted hover:tvw-opacity-90 tvw-cursor-pointer tvw-border tvw-border-gray-200");y.type="button",y.textContent=u,y.disabled=c,d!=null&&d.fontFamily&&(y.style.fontFamily=p(d.fontFamily)),d!=null&&d.fontWeight&&(y.style.fontWeight=d.fontWeight),d!=null&&d.paddingX&&(y.style.paddingLeft=d.paddingX,y.style.paddingRight=d.paddingX),d!=null&&d.paddingY&&(y.style.paddingTop=d.paddingY,y.style.paddingBottom=d.paddingY),y.addEventListener("click",()=>{!s||s.isStreaming()||(o.value="",s.sendMessage(u))}),m.appendChild(y),e.push(y)}),r.appendChild(m)}}};var On=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 zn=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 hn(r,e){e&&e.split(/\s+/).forEach(a=>a&&r.classList.add(a))}var dP={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"}},lP={bg:"#f3f4f6",text:"#4b5563"},iP=["flowName","stepName","reasoningText","text","name","tool","toolName"],pP=100;function hP(r,e){let a={...dP,...e};if(a[r])return a[r];for(let t of Object.keys(a))if(t.endsWith("_")&&r.startsWith(t))return a[t];return lP}function cP(r,e){return`+${((r-e)/1e3).toFixed(3)}s`}function fP(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 uP(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 mP(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 xP(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 gP(r,e,a){let t,s;try{s=JSON.parse(r.payload),t=JSON.stringify(s,null,2)}catch{s=r.payload,t=r.payload}let o=e.find(d=>d.renderEventStreamPayload);if(o!=null&&o.renderEventStreamPayload&&a){let d=o.renderEventStreamPayload({event:r,config:a,defaultRenderer:()=>n(),parsedPayload:s});if(d)return d}return n();function n(){let d=w("div","tvw-bg-cw-container tvw-border-t tvw-border-cw-divider tvw-px-3 tvw-py-2 tvw-ml-4 tvw-mr-3 tvw-mb-1 tvw-rounded-b tvw-overflow-auto tvw-max-h-[300px]"),i=w("pre","tvw-m-0 tvw-whitespace-pre-wrap tvw-break-all tvw-text-[11px] tvw-text-cw-secondary tvw-font-mono");return i.textContent=t,d.appendChild(i),d}}function xA(r,e,a,t,s,o,n,d){var p;let i=s.has(r.id),f=w("div","tvw-border-b tvw-border-cw-divider tvw-text-xs");hn(f,(p=t.classNames)==null?void 0:p.eventRow);let m=n.find(u=>u.renderEventStreamRow);if(m!=null&&m.renderEventStreamRow&&d){let u=m.renderEventStreamRow({event:r,index:e,config:d,defaultRenderer:()=>c(),isExpanded:i,onToggleExpand:()=>o(r.id)});if(u)return f.appendChild(u),f}return f.appendChild(c()),f;function c(){var U,it;let u=w("div",""),y=w("div","tvw-flex tvw-items-center tvw-gap-2 tvw-px-3 tvw-py-3 hover:tvw-bg-cw-container tvw-cursor-pointer tvw-group");y.setAttribute("data-event-id",r.id);let b=w("span","tvw-flex-shrink-0 tvw-text-cw-muted tvw-w-4 tvw-text-center tvw-flex tvw-items-center tvw-justify-center"),A=nt(i?"chevron-down":"chevron-right","14px","currentColor",2);A&&b.appendChild(A);let S=w("span","tvw-text-[11px] tvw-text-cw-muted tvw-whitespace-nowrap tvw-flex-shrink-0 tvw-font-mono tvw-w-[70px]"),x=(U=t.timestampFormat)!=null?U:"relative";S.textContent=x==="relative"?cP(r.timestamp,a):fP(r.timestamp);let H=null;t.showSequenceNumbers!==!1&&(H=w("span","tvw-text-[11px] tvw-text-cw-muted tvw-font-mono tvw-flex-shrink-0 tvw-w-[28px] tvw-text-right"),H.textContent=String(e+1));let h=hP(r.type,t.badgeColors),g=w("span","tvw-inline-flex tvw-items-center tvw-px-2 tvw-py-0.5 tvw-rounded tvw-text-[11px] tvw-font-mono tvw-font-medium tvw-whitespace-nowrap tvw-flex-shrink-0 tvw-border");g.style.backgroundColor=h.bg,g.style.color=h.text,g.style.borderColor=h.text+"50",g.textContent=r.type;let M=(it=t.descriptionFields)!=null?it:iP,C=uP(r.payload,M),E=null;C&&(E=w("span","tvw-text-[11px] tvw-text-cw-secondary tvw-truncate tvw-min-w-0"),E.textContent=C);let L=w("div","tvw-flex-1 tvw-min-w-0"),I=w("button","tvw-text-cw-muted hover:tvw-text-cw-primary tvw-cursor-pointer tvw-flex-shrink-0 tvw-border-none tvw-bg-transparent tvw-p-0"),W=nt("clipboard","12px","currentColor",1.5);return W&&I.appendChild(W),I.addEventListener("click",async z=>{z.stopPropagation(),await mP(xP(r)),I.innerHTML="";let st=nt("check","12px","currentColor",1.5);st&&I.appendChild(st),setTimeout(()=>{I.innerHTML="";let _=nt("clipboard","12px","currentColor",1.5);_&&I.appendChild(_)},1500)}),y.appendChild(b),y.appendChild(S),H&&y.appendChild(H),y.appendChild(g),E&&y.appendChild(E),y.appendChild(L),y.appendChild(I),u.appendChild(y),i&&u.appendChild(gP(r,n,d)),u}}function PL(r){var f,m;let{buffer:e,getFullHistory:a,onClose:t,config:s,plugins:o=[]}=r,n=(m=(f=s==null?void 0:s.features)==null?void 0:f.eventStream)!=null?m:{},d=o.find(c=>c.renderEventStreamView);if(d!=null&&d.renderEventStreamView&&s){let c=d.renderEventStreamView({config:s,events:e.getAll(),defaultRenderer:()=>i().element,onClose:t});if(c)return{element:c,update:()=>{},destroy:()=>{}}}return i();function i(){let c=n.classNames,p=w("div","tvw-event-stream-view tvw-flex tvw-flex-col tvw-flex-1 tvw-min-h-0");hn(p,c==null?void 0:c.panel);let u=[],y="",b="",A=null,S=[],x={},H=0,h=!1,g=0,M=0,C=!1,E=null,L=!1,I=0,W=new Set,U=new Map,it="",z="",st=null,_,et,Mt,ct,jt;function Pe(){let X=w("div","tvw-flex tvw-flex-col tvw-flex-shrink-0"),N=w("div","tvw-flex tvw-items-center tvw-gap-2 tvw-px-4 tvw-py-3 tvw-pb-0 tvw-border-cw-divider tvw-bg-cw-surface tvw-overflow-hidden");hn(N,c==null?void 0:c.headerBar);let mt=w("span","tvw-text-sm tvw-font-medium tvw-text-cw-primary tvw-whitespace-nowrap");mt.textContent="Events",_=w("span","tvw-text-[11px] tvw-font-mono tvw-bg-cw-container tvw-text-cw-muted tvw-px-2 tvw-py-0.5 tvw-rounded tvw-border tvw-border-cw-border"),_.textContent="0";let ht=w("div","tvw-flex-1");et=w("select","tvw-text-xs tvw-bg-cw-surface tvw-border tvw-border-cw-border tvw-rounded tvw-px-2.5 tvw-py-1 tvw-text-cw-primary tvw-cursor-pointer");let rt=w("option","");rt.value="",rt.textContent="All events",et.appendChild(rt),Mt=w("button","tvw-inline-flex tvw-items-center tvw-gap-1.5 tvw-rounded tvw-text-xs tvw-text-cw-muted hover:tvw-bg-cw-container hover:tvw-text-cw-primary tvw-cursor-pointer tvw-border tvw-border-cw-border tvw-bg-cw-surface tvw-flex-shrink-0 tvw-px-2.5 tvw-py-1"),Mt.type="button",Mt.title="Copy All";let Wt=nt("clipboard-copy","12px","currentColor",1.5);Wt&&Mt.appendChild(Wt);let G=w("span","tvw-text-xs");G.textContent="Copy All",Mt.appendChild(G),N.appendChild(mt),N.appendChild(_),N.appendChild(ht),N.appendChild(et),N.appendChild(Mt);let dt=w("div","tvw-relative tvw-px-4 tvw-py-2.5 tvw-border-b tvw-border-cw-divider tvw-bg-cw-surface");hn(dt,c==null?void 0:c.searchBar);let Pt=nt("search","14px","var(--cw-muted, #9ca3af)",1.5),Jt=w("span","tvw-absolute tvw-left-6 tvw-top-1/2 tvw--translate-y-1/2 tvw-pointer-events-none tvw-flex tvw-items-center");Pt&&Jt.appendChild(Pt),ct=w("input","tvw-text-sm tvw-bg-cw-surface tvw-border tvw-border-cw-border tvw-rounded-md tvw-pl-8 tvw-pr-3 tvw-py-1 tvw-w-full tvw-text-cw-primary"),hn(ct,c==null?void 0:c.searchInput),ct.type="text",ct.placeholder="Search event payloads...",jt=w("button","tvw-absolute tvw-right-5 tvw-top-1/2 tvw--translate-y-1/2 tvw-text-cw-muted hover:tvw-text-cw-primary tvw-cursor-pointer tvw-border-none tvw-bg-transparent tvw-p-0 tvw-leading-none"),jt.type="button",jt.style.display="none";let pe=nt("x","12px","currentColor",2);return pe&&jt.appendChild(pe),dt.appendChild(Jt),dt.appendChild(ct),dt.appendChild(jt),X.appendChild(N),X.appendChild(dt),X}let Ee,Ue=o.find(X=>X.renderEventStreamToolbar);if(Ue!=null&&Ue.renderEventStreamToolbar&&s){let X=Ue.renderEventStreamToolbar({config:s,defaultRenderer:()=>Pe(),eventCount:e.getSize(),filteredCount:0,onFilterChange:N=>{y=N,me(),we()},onSearchChange:N=>{b=N,me(),we()}});Ee=X!=null?X:Pe()}else Ee=Pe();let Bt=w("div","tvw-text-xs tvw-text-cw-muted tvw-text-center tvw-py-0.5 tvw-px-4 tvw-bg-cw-container tvw-border-b tvw-border-cw-divider tvw-italic tvw-flex-shrink-0");Bt.style.display="none";let yt=w("div","tvw-flex-1 tvw-min-h-0 tvw-relative"),at=w("div","tvw-event-stream-list tvw-overflow-y-auto tvw-min-h-0");at.style.height="100%";let ft=w("div","tvw-absolute tvw-bottom-3 tvw-left-1/2 tvw-transform tvw--translate-x-1/2 tvw-bg-cw-accent tvw-text-white tvw-text-xs tvw-px-3 tvw-py-1.5 tvw-rounded-full tvw-cursor-pointer tvw-shadow-md tvw-z-10 tvw-flex tvw-items-center tvw-gap-1");hn(ft,c==null?void 0:c.scrollIndicator),ft.style.display="none";let Rt=nt("arrow-down","12px","currentColor",2);Rt&&ft.appendChild(Rt);let se=w("span","");ft.appendChild(se);let Te=w("div","tvw-flex tvw-items-center tvw-justify-center tvw-h-full tvw-text-sm tvw-text-cw-muted");Te.style.display="none",yt.appendChild(at),yt.appendChild(Te),yt.appendChild(ft),p.setAttribute("tabindex","0"),p.appendChild(Ee),p.appendChild(Bt),p.appendChild(yt);function ut(){let X=e.getAll(),N={};for(let G of X)N[G.type]=(N[G.type]||0)+1;let mt=Object.keys(N).sort(),ht=mt.length!==S.length||!mt.every((G,dt)=>G===S[dt]),rt=!ht&&mt.some(G=>N[G]!==x[G]),bt=X.length!==Object.values(x).reduce((G,dt)=>G+dt,0);if(!ht&&!rt&&!bt||(S=mt,x=N,!et))return;let Wt=et.value;if(et.options[0].textContent="All events",ht){for(;et.options.length>1;)et.remove(1);for(let G of mt){let dt=w("option","");dt.value=G,dt.textContent=`${G} (${N[G]||0})`,et.appendChild(dt)}Wt&&mt.includes(Wt)?et.value=Wt:Wt&&(et.value="",y="")}else for(let G=1;G<et.options.length;G++){let dt=et.options[G];dt.textContent=`${dt.value} (${N[dt.value]||0})`}}function J(){let X=e.getAll();if(y&&(X=X.filter(N=>N.type===y)),b){let N=b.toLowerCase();X=X.filter(mt=>mt.type.toLowerCase().includes(N)||mt.payload.toLowerCase().includes(N))}return X}function ue(){return y!==""||b!==""}function me(){H=0,g=0,h=!1,ft.style.display="none"}function ye(X){W.has(X)?W.delete(X):W.add(X),st=X;let N=at.scrollTop,mt=h;L=!0,h=!0,we(),at.scrollTop=N,h=mt,L=!1}function $e(){return at.scrollHeight-at.scrollTop-at.clientHeight<=50}function we(){M=Date.now(),C=!1,ut();let X=e.getEvictedCount();X>0?(Bt.textContent=`${X.toLocaleString()} older events truncated`,Bt.style.display=""):Bt.style.display="none",u=J();let N=u.length,mt=e.getSize()>0;_&&(_.textContent=String(e.getSize())),N===0&&mt&&ue()?(Te.textContent=b?`No events matching '${b}'`:"No events matching filter",Te.style.display="",at.style.display="none"):(Te.style.display="none",at.style.display=""),Mt&&(Mt.title=ue()?`Copy Filtered (${N})`:"Copy All"),h&&N>H&&(g+=N-H,se.textContent=`${g} new event${g===1?"":"s"}`,ft.style.display=""),H=N;let ht=e.getAll(),rt=ht.length>0?ht[0].timestamp:0,bt=new Set(u.map(dt=>dt.id));for(let dt of W)bt.has(dt)||W.delete(dt);let Wt=y!==it||b!==z,G=U.size===0&&u.length>0;if(Wt||G||u.length===0){at.innerHTML="",U.clear();let dt=document.createDocumentFragment();for(let Pt=0;Pt<u.length;Pt++){let Jt=xA(u[Pt],Pt,rt,n,W,ye,o,s);U.set(u[Pt].id,Jt),dt.appendChild(Jt)}at.appendChild(dt),it=y,z=b,st=null}else{if(st!==null){let Pt=U.get(st);if(Pt&&Pt.parentNode===at){let Jt=u.findIndex(pe=>pe.id===st);if(Jt>=0){let pe=xA(u[Jt],Jt,rt,n,W,ye,o,s);at.insertBefore(pe,Pt),Pt.remove(),U.set(st,pe)}}st=null}let dt=new Set(u.map(Pt=>Pt.id));for(let[Pt,Jt]of U)dt.has(Pt)||(Jt.remove(),U.delete(Pt));for(let Pt=0;Pt<u.length;Pt++){let Jt=u[Pt];if(!U.has(Jt.id)){let pe=xA(Jt,Pt,rt,n,W,ye,o,s);U.set(Jt.id,pe),at.appendChild(pe)}}}h||(at.scrollTop=at.scrollHeight)}function Q(){if(Date.now()-M>=pP){E!==null&&(cancelAnimationFrame(E),E=null),we();return}C||(C=!0,E=requestAnimationFrame(()=>{E=null,we()}))}let Lt=(X,N)=>{if(!Mt)return;Mt.innerHTML="";let mt=nt(X,"12px","currentColor",1.5);mt&&Mt.appendChild(mt);let ht=w("span","tvw-text-xs");ht.textContent="Copy All",Mt.appendChild(ht),setTimeout(()=>{Mt.innerHTML="";let rt=nt("clipboard-copy","12px","currentColor",1.5);rt&&Mt.appendChild(rt);let bt=w("span","tvw-text-xs");bt.textContent="Copy All",Mt.appendChild(bt),Mt.disabled=!1},N)},Ce=async()=>{if(Mt){Mt.disabled=!0;try{let X;ue()?X=u:X=a?await a():e.getAll();let N=X.map(mt=>{try{return JSON.parse(mt.payload)}catch{return mt.payload}});await navigator.clipboard.writeText(JSON.stringify(N,null,2)),Lt("check",1500)}catch{Lt("x",1500)}}},be=()=>{et&&(y=et.value,me(),we())},tt=()=>{!ct||!jt||(jt.style.display=ct.value?"":"none",A&&clearTimeout(A),A=setTimeout(()=>{b=ct.value,me(),we()},150))},Dt=()=>{!ct||!jt||(ct.value="",b="",jt.style.display="none",A&&clearTimeout(A),me(),we())},Se=()=>{if(L)return;let X=at.scrollTop,N=X>I;I=X,$e()&&N?(h=!1,g=0,ft.style.display="none"):$e()||(h=!0)},Fe=X=>{X.deltaY<0&&(h=!0)},Be=()=>{at.scrollTop=at.scrollHeight,h=!1,g=0,ft.style.display="none"},j=X=>{let N=X.target;if(!N||N.closest("button"))return;let mt=N.closest("[data-event-id]");if(!mt)return;let ht=mt.getAttribute("data-event-id");ht&&ye(ht)},ae=X=>{if((X.metaKey||X.ctrlKey)&&X.key==="f"){X.preventDefault(),ct==null||ct.focus(),ct==null||ct.select();return}X.key==="Escape"&&(ct&&document.activeElement===ct?(Dt(),ct.blur(),p.focus()):t&&t())};Mt&&Mt.addEventListener("click",Ce),et&&et.addEventListener("change",be),ct&&ct.addEventListener("input",tt),jt&&jt.addEventListener("click",Dt),at.addEventListener("scroll",Se),at.addEventListener("wheel",Fe,{passive:!0}),at.addEventListener("click",j),ft.addEventListener("click",Be),p.addEventListener("keydown",ae);function At(){A&&clearTimeout(A),E!==null&&(cancelAnimationFrame(E),E=null),C=!1,U.clear(),Mt&&Mt.removeEventListener("click",Ce),et&&et.removeEventListener("change",be),ct&&ct.removeEventListener("input",tt),jt&&jt.removeEventListener("click",Dt),at.removeEventListener("scroll",Se),at.removeEventListener("wheel",Fe),at.removeEventListener("click",j),ft.removeEventListener("click",Be),p.removeEventListener("keydown",ae)}return{element:p,update:Q,destroy:At}}}var EL={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"}},gA=(r,e,a,t)=>{let s=r.querySelectorAll("[data-tv-form]");s.length&&s.forEach(o=>{var y,b,A;if(o.dataset.enhanced==="true")return;let n=(y=o.dataset.tvForm)!=null?y:"init";o.dataset.enhanced="true";let d=(b=EL[n])!=null?b:EL.init;o.classList.add("tvw-form-card","tvw-space-y-4");let i=w("div","tvw-space-y-1"),f=w("h3","tvw-text-base tvw-font-semibold tvw-text-cw-primary");if(f.textContent=d.title,i.appendChild(f),d.description){let S=w("p","tvw-text-sm tvw-text-cw-muted");S.textContent=d.description,i.appendChild(S)}let m=document.createElement("form");m.className="tvw-form-grid tvw-space-y-3",d.fields.forEach(S=>{var M,C;let x=w("label","tvw-form-field tvw-flex tvw-flex-col tvw-gap-1");x.htmlFor=`${e.id}-${n}-${S.name}`;let H=w("span","tvw-text-xs tvw-font-medium tvw-text-cw-muted");H.textContent=S.label,x.appendChild(H);let h=(M=S.type)!=null?M:"text",g;h==="textarea"?(g=document.createElement("textarea"),g.rows=3):(g=document.createElement("input"),g.type=h),g.className="tvw-rounded-xl tvw-border tvw-border-gray-200 tvw-bg-white tvw-px-3 tvw-py-2 tvw-text-sm tvw-text-cw-primary focus:tvw-outline-none focus:tvw-border-cw-primary",g.id=`${e.id}-${n}-${S.name}`,g.name=S.name,g.placeholder=(C=S.placeholder)!=null?C:"",S.required&&(g.required=!0),x.appendChild(g),m.appendChild(x)});let c=w("div","tvw-flex tvw-items-center tvw-justify-between tvw-gap-2"),p=w("div","tvw-text-xs tvw-text-cw-muted tvw-min-h-[1.5rem]"),u=w("button","tvw-inline-flex tvw-items-center tvw-rounded-full tvw-bg-cw-primary tvw-px-4 tvw-py-2 tvw-text-sm tvw-font-semibold tvw-text-white disabled:tvw-opacity-60 tvw-cursor-pointer");u.type="submit",u.textContent=(A=d.submitLabel)!=null?A:"Submit",c.appendChild(p),c.appendChild(u),m.appendChild(c),o.replaceChildren(i,m),m.addEventListener("submit",async S=>{var g,M;S.preventDefault();let x=(g=a.formEndpoint)!=null?g:"/form",H=new FormData(m),h={};H.forEach((C,E)=>{h[E]=C}),h.type=n,u.disabled=!0,p.textContent="Submitting\u2026";try{let C=await fetch(x,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(h)});if(!C.ok)throw new Error(`Form submission failed (${C.status})`);let E=await C.json();p.textContent=(M=E.message)!=null?M:"Thanks! We'll be in touch soon.",E.success&&E.nextPrompt&&await t.sendMessage(String(E.nextPrompt))}catch(C){p.textContent=C instanceof Error?C.message:"Something went wrong. Please try again."}finally{u.disabled=!1}})})};var MA=class{constructor(){this.plugins=new Map}register(e){var a;this.plugins.has(e.id)&&console.warn(`Plugin "${e.id}" is already registered. Overwriting.`),this.plugins.set(e.id,e),(a=e.onRegister)==null||a.call(e)}unregister(e){var t;let a=this.plugins.get(e);a&&((t=a.onUnregister)==null||t.call(a),this.plugins.delete(e))}getAll(){return Array.from(this.plugins.values()).sort((e,a)=>{var t,s;return((t=a.priority)!=null?t:0)-((s=e.priority)!=null?s:0)})}getForInstance(e){let a=this.getAll();if(!e||e.length===0)return a;let t=new Set(e.map(o=>o.id));return[...a.filter(o=>!t.has(o.id)),...e].sort((o,n)=>{var d,i;return((d=n.priority)!=null?d:0)-((i=o.priority)!=null?i:0)})}clear(){this.plugins.forEach(e=>{var a;return(a=e.onUnregister)==null?void 0:a.call(e)}),this.plugins.clear()}},qn=new MA;var vA={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"},oe={apiUrl:"http://localhost:43111/api/chat/dispatch",clientToken:void 0,theme:vA,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 LS(r){var e,a,t,s,o,n,d,i,f,m,c,p,u,y,b,A,S,x,H;return r?{...oe,...r,theme:{...oe.theme,...r.theme},darkTheme:{...oe.darkTheme,...r.darkTheme},launcher:{...oe.launcher,...r.launcher,clearChat:{...(e=oe.launcher)==null?void 0:e.clearChat,...(a=r.launcher)==null?void 0:a.clearChat}},copy:{...oe.copy,...r.copy},sendButton:{...oe.sendButton,...r.sendButton},statusIndicator:{...oe.statusIndicator,...r.statusIndicator},voiceRecognition:{...oe.voiceRecognition,...r.voiceRecognition},features:{...oe.features,...r.features},suggestionChips:(t=r.suggestionChips)!=null?t:oe.suggestionChips,suggestionChipsConfig:{...oe.suggestionChipsConfig,...r.suggestionChipsConfig},layout:{...oe.layout,...r.layout,header:{...(s=oe.layout)==null?void 0:s.header,...(o=r.layout)==null?void 0:o.header},messages:{...(n=oe.layout)==null?void 0:n.messages,...(d=r.layout)==null?void 0:d.messages,avatar:{...(f=(i=oe.layout)==null?void 0:i.messages)==null?void 0:f.avatar,...(c=(m=r.layout)==null?void 0:m.messages)==null?void 0:c.avatar},timestamp:{...(u=(p=oe.layout)==null?void 0:p.messages)==null?void 0:u.timestamp,...(b=(y=r.layout)==null?void 0:y.messages)==null?void 0:b.timestamp}},slots:{...(A=oe.layout)==null?void 0:A.slots,...(S=r.layout)==null?void 0:S.slots}},markdown:{...oe.markdown,...r.markdown,options:{...(x=oe.markdown)==null?void 0:x.options,...(H=r.markdown)==null?void 0:H.options}},messageActions:{...oe.messageActions,...r.messageActions}}:oe}var BL=()=>{let r=new Map,e=(s,o)=>(r.has(s)||r.set(s,new Set),r.get(s).add(o),()=>a(s,o)),a=(s,o)=>{var n;(n=r.get(s))==null||n.delete(o)};return{on:e,off:a,emit:(s,o)=>{var n;(n=r.get(s))==null||n.forEach(d=>{try{d(o)}catch(i){typeof console!="undefined"&&console.error("[AgentWidget] Event handler error:",i)}})}}};var MP=r=>{let e=r.match(/```(?:json)?\s*([\s\S]*?)```/i);return e?e[1]:r},vP=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},Nn=({text:r})=>{if(!r||!r.includes("{"))return null;try{let e=MP(r),a=vP(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}},wA=r=>typeof r=="string"?r:r==null?"":String(r),Na={message:r=>r.type!=="message"?void 0:{handled:!0,displayText:wA(r.payload.text)},messageAndClick:(r,e)=>{var s;if(r.type!=="message_and_click")return;let a=r.payload,t=wA(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:wA(a.text)}}},RL=r=>Array.isArray(r)?r.map(e=>String(e)):[],Un=r=>{let e=new Set(RL(r.getSessionMetadata().processedActionMessageIds)),a=()=>{e=new Set(RL(r.getSessionMetadata().processedActionMessageIds))},t=()=>{let o=Array.from(e);r.updateSessionMetadata(n=>({...n,processedActionMessageIds:o}))};return{process:o=>{if(o.streaming||o.message.role!=="assistant"||!o.text||e.has(o.message.id))return null;let n=typeof o.raw=="string"&&o.raw||typeof o.message.rawContent=="string"&&o.message.rawContent||typeof o.text=="string"&&o.text||null;!n&&typeof o.text=="string"&&o.text.trim().startsWith("{")&&typeof console!="undefined"&&console.warn("[AgentWidget] Structured response detected but no raw payload was provided. Ensure your stream parser returns { text, raw }.");let d=n?r.parsers.reduce((f,m)=>f||(m==null?void 0:m({text:n,message:o.message}))||null,null):null;if(!d)return null;e.add(o.message.id),t();let i={action:d,message:o.message};r.emit("action:detected",i);for(let f of r.handlers)if(f)try{let m=()=>{r.emit("action:resubmit",i)},c=f(d,{message:o.message,metadata:r.getSessionMetadata(),updateMetadata:r.updateSessionMetadata,document:r.documentRef,triggerResubmit:m});if(!c)continue;if(c.handled){let p=c.persistMessage!==!1;return{text:c.displayText!==void 0?c.displayText:"",persist:p,resubmit:c.resubmit}}}catch(m){typeof console!="undefined"&&console.error("[AgentWidget] Action handler error:",m)}return{text:"",persist:!0}},syncFromMetadata:a}};var yP=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}},wP=r=>r.map(e=>({...e,streaming:!1})),TS=(r="persona-state")=>{let e=()=>typeof window=="undefined"||!window.localStorage?null:window.localStorage;return{load:()=>{let a=e();return a?yP(a.getItem(r)):null},save:a=>{let t=e();if(t)try{let s={...a,messages:a.messages?wP(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 CA=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)})}},cn=new CA;var fn=BH(eA(),1);function CP(r){if(!r||typeof r!="object"||!("component"in r))return!1;let e=r.component;return typeof e=="string"&&e.length>0}function bP(r,e){if(!CP(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 PS(){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,fn.parse)(a,fn.STR|fn.OBJ),o=bP(s,a);o&&(r=o)}catch{}return e=a.length,r},reset:()=>{r=null,e=0}}}function VL(r){return typeof r=="object"&&r!==null&&"component"in r&&typeof r.component=="string"&&"props"in r&&typeof r.props=="object"}function ES(r,e){let{config:a,message:t,onPropsUpdate:s}=e,o=cn.get(r.component);if(!o)return console.warn(`[ComponentMiddleware] Component "${r.component}" not found in registry. Falling back to default rendering.`),null;let n={message:t,config:a,updateProps:d=>{s&&s(d)}};try{return o(r.props,n)}catch(d){return console.error(`[ComponentMiddleware] Error rendering component "${r.component}":`,d),null}}function FL(){let r=PS();return{processChunk:e=>r.processChunk(e),getDirective:()=>r.getExtractedDirective(),reset:()=>{r.reset()}}}function BS(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 RS(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 SP=["Very dissatisfied","Dissatisfied","Neutral","Satisfied","Very satisfied"];function VS(r){let{onSubmit:e,onDismiss:a,title:t="How satisfied are you?",subtitle:s="Please rate your experience",commentPlaceholder:o="Share your thoughts (optional)...",submitText:n="Submit",skipText:d="Skip",showComment:i=!0,ratingLabels:f=SP}=r,m=document.createElement("div");m.className="tvw-feedback-container tvw-feedback-csat",m.setAttribute("role","dialog"),m.setAttribute("aria-label","Customer satisfaction feedback");let c=null,p=document.createElement("div");p.className="tvw-feedback-content";let u=document.createElement("div");u.className="tvw-feedback-header";let y=document.createElement("h3");y.className="tvw-feedback-title",y.textContent=t,u.appendChild(y);let b=document.createElement("p");b.className="tvw-feedback-subtitle",b.textContent=s,u.appendChild(b),p.appendChild(u);let A=document.createElement("div");A.className="tvw-feedback-rating tvw-feedback-rating-csat",A.setAttribute("role","radiogroup"),A.setAttribute("aria-label","Satisfaction rating from 1 to 5");let S=[];for(let M=1;M<=5;M++){let C=document.createElement("button");C.type="button",C.className="tvw-feedback-rating-btn tvw-feedback-star-btn",C.setAttribute("role","radio"),C.setAttribute("aria-checked","false"),C.setAttribute("aria-label",`${M} star${M>1?"s":""}: ${f[M-1]}`),C.title=f[M-1],C.dataset.rating=String(M),C.innerHTML=`
64
+ `,a.addEventListener("click",e);let t=o=>{var b,x,H,h,g,M,S,R,T,I,W,$;let n=(b=o.launcher)!=null?b:{},l=a.querySelector("[data-role='launcher-title']");l&&(l.textContent=(x=n.title)!=null?x:"Chat Assistant");let i=a.querySelector("[data-role='launcher-subtitle']");i&&(i.textContent=(H=n.subtitle)!=null?H:"Get answers fast");let f=a.querySelector(".tvw-flex-col");f&&(n.textHidden?f.style.display="none":f.style.display="");let m=a.querySelector("[data-role='launcher-icon']");if(m)if(n.agentIconHidden)m.style.display="none";else{let pt=(h=n.agentIconSize)!=null?h:"40px";if(m.style.height=pt,m.style.width=pt,m.innerHTML="",n.agentIconName){let O=parseFloat(pt)||24,st=nt(n.agentIconName,O*.6,"#ffffff",2);st?(m.appendChild(st),m.style.display=""):(m.textContent=(g=n.agentIconText)!=null?g:"\u{1F4AC}",m.style.display="")}else n.iconUrl?m.style.display="none":(m.textContent=(M=n.agentIconText)!=null?M:"\u{1F4AC}",m.style.display="")}let c=a.querySelector("[data-role='launcher-image']");if(c){let pt=(S=n.agentIconSize)!=null?S:"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=(R=n.callToActionIconSize)!=null?R:"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 O=0;if(n.callToActionIconPadding?(p.style.boxSizing="border-box",p.style.padding=n.callToActionIconPadding,O=(parseFloat(n.callToActionIconPadding)||0)*2):(p.style.boxSizing="",p.style.padding=""),n.callToActionIconHidden)p.style.display="none";else if(p.style.display="",p.innerHTML="",n.callToActionIconName){let st=parseFloat(pt)||24,j=Math.max(st-O,8),at=nt(n.callToActionIconName,j,"currentColor",2);at?p.appendChild(at):p.textContent=(T=n.callToActionIconText)!=null?T:"\u2197"}else p.textContent=(I=n.callToActionIconText)!=null?I:"\u2197"}let u=n.position&&Ke[n.position]?Ke[n.position]:Ke["bottom-right"],y="tvw-fixed tvw-flex tvw-items-center tvw-gap-3 tvw-rounded-launcher tvw-bg-cw-surface tvw-py-2.5 tvw-pl-3 tvw-pr-3 tvw-transition hover:tvw-translate-y-[-2px] tvw-cursor-pointer tvw-z-50";a.className=`${y} ${u}`;let C="1px solid #e5e7eb",A="0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1)";a.style.border=(W=n.border)!=null?W:C,a.style.boxShadow=($=n.shadow)!=null?$:A},s=()=>{a.removeEventListener("click",e),a.remove()};return r&&t(r),{element:a,update:t,destroy:s}};var ha=r=>{var I,W,$,pt,O,st,j,at,Mt,ct,jt,fe,Le,Ne,It,St,rt,ft,Dt,ae,He,ut,J,xe,ge,ye,Ue,we,Q,Pt,Ce,be;let{config:e,showClose:a=!0}=r,t=w("div","tvw-widget-header tvw-flex tvw-items-center tvw-gap-3 tvw-bg-cw-surface tvw-px-6 tvw-py-5 tvw-border-b-cw-divider"),s=(I=e==null?void 0:e.launcher)!=null?I:{},o=(W=s.headerIconSize)!=null?W:"48px",n=($=s.closeButtonSize)!=null?$:"32px",l=(pt=s.closeButtonPlacement)!=null?pt:"inline",i=(O=s.headerIconHidden)!=null?O:!1,f=s.headerIconName,m=w("div","tvw-flex tvw-items-center tvw-justify-center tvw-rounded-xl tvw-bg-cw-primary tvw-text-white tvw-text-xl");if(m.style.height=o,m.style.width=o,!i)if(f){let et=parseFloat(o)||24,Wt=nt(f,et*.6,"#ffffff",1);Wt?m.replaceChildren(Wt):m.textContent=(j=(st=e==null?void 0:e.launcher)==null?void 0:st.agentIconText)!=null?j:"\u{1F4AC}"}else if((at=e==null?void 0:e.launcher)!=null&&at.iconUrl){let et=w("img");et.src=e.launcher.iconUrl,et.alt="",et.className="tvw-rounded-xl tvw-object-cover",et.style.height=o,et.style.width=o,m.replaceChildren(et)}else m.textContent=(ct=(Mt=e==null?void 0:e.launcher)==null?void 0:Mt.agentIconText)!=null?ct:"\u{1F4AC}";let c=w("div","tvw-flex tvw-flex-col"),p=w("span","tvw-text-base tvw-font-semibold");p.textContent=(fe=(jt=e==null?void 0:e.launcher)==null?void 0:jt.title)!=null?fe:"Chat Assistant";let u=w("span","tvw-text-xs tvw-text-cw-muted");u.textContent=(Ne=(Le=e==null?void 0:e.launcher)==null?void 0:Le.subtitle)!=null?Ne:"Here to help you get answers fast",c.append(p,u),i?t.append(c):t.append(m,c);let y=(It=s.clearChat)!=null?It:{},C=(St=y.enabled)!=null?St:!0,A=(rt=y.placement)!=null?rt:"inline",b=null,x=null;if(C){let et=(ft=y.size)!=null?ft:"32px",Wt=(Dt=y.iconName)!=null?Dt:"refresh-cw",Se=(ae=y.iconColor)!=null?ae:"",Ve=(He=y.backgroundColor)!=null?He:"",Te=(ut=y.borderWidth)!=null?ut:"",G=(J=y.borderColor)!=null?J:"",re=(xe=y.borderRadius)!=null?xe:"",Tt=(ge=y.paddingX)!=null?ge:"",X=(ye=y.paddingY)!=null?ye:"",N=(Ue=y.tooltipText)!=null?Ue:"Clear chat",mt=(we=y.showTooltip)!=null?we:!0;x=w("div",A==="top-right"?"tvw-absolute tvw-top-4 tvw-z-50":"tvw-relative tvw-ml-auto tvw-clear-chat-button-wrapper"),A==="top-right"&&(x.style.right="48px"),b=w("button","tvw-inline-flex tvw-items-center tvw-justify-center tvw-rounded-full tvw-text-cw-muted hover:tvw-bg-gray-100 tvw-cursor-pointer tvw-border-none"),b.style.height=et,b.style.width=et,b.type="button",b.setAttribute("aria-label",N);let ht=nt(Wt,"20px",Se||"",1);if(ht&&b.appendChild(ht),Se&&(b.style.color=Se,b.classList.remove("tvw-text-cw-muted")),Ve&&(b.style.backgroundColor=Ve,b.classList.remove("hover:tvw-bg-gray-100")),Te||G){let ot=Te||"0px",Ht=G||"transparent";b.style.border=`${ot} solid ${Ht}`,b.classList.remove("tvw-border-none")}if(re&&(b.style.borderRadius=re,b.classList.remove("tvw-rounded-full")),Tt?(b.style.paddingLeft=Tt,b.style.paddingRight=Tt):(b.style.paddingLeft="",b.style.paddingRight=""),X?(b.style.paddingTop=X,b.style.paddingBottom=X):(b.style.paddingTop="",b.style.paddingBottom=""),x.appendChild(b),mt&&N&&b&&x){let ot=null,Ht=()=>{if(ot||!b)return;ot=w("div","tvw-clear-chat-tooltip"),ot.textContent=N;let Z=w("div");Z.className="tvw-clear-chat-tooltip-arrow",ot.appendChild(Z);let dt=b.getBoundingClientRect();ot.style.position="fixed",ot.style.left=`${dt.left+dt.width/2}px`,ot.style.top=`${dt.top-8}px`,ot.style.transform="translate(-50%, -100%)",document.body.appendChild(ot)},Ot=()=>{ot&&ot.parentNode&&(ot.parentNode.removeChild(ot),ot=null)};x.addEventListener("mouseenter",Ht),x.addEventListener("mouseleave",Ot),b.addEventListener("focus",Ht),b.addEventListener("blur",Ot),x._cleanupTooltip=()=>{Ot(),x&&(x.removeEventListener("mouseenter",Ht),x.removeEventListener("mouseleave",Ot)),b&&(b.removeEventListener("focus",Ht),b.removeEventListener("blur",Ot))}}A==="inline"&&t.appendChild(x)}let H=w("div",l==="top-right"?"tvw-absolute tvw-top-4 tvw-right-4 tvw-z-50":C&&A==="inline"?"":"tvw-ml-auto"),h=w("button","tvw-inline-flex tvw-items-center tvw-justify-center tvw-rounded-full tvw-text-cw-muted hover:tvw-bg-gray-100 tvw-cursor-pointer tvw-border-none");h.style.height=n,h.style.width=n,h.type="button";let g=(Q=s.closeButtonTooltipText)!=null?Q:"Close chat",M=(Pt=s.closeButtonShowTooltip)!=null?Pt:!0;h.setAttribute("aria-label",g),h.style.display=a?"":"none";let S=(Ce=s.closeButtonIconName)!=null?Ce:"x",R=(be=s.closeButtonIconText)!=null?be:"\xD7",T=nt(S,"20px",s.closeButtonColor||"",1);if(T?h.appendChild(T):h.textContent=R,s.closeButtonColor?(h.style.color=s.closeButtonColor,h.classList.remove("tvw-text-cw-muted")):(h.style.color="",h.classList.add("tvw-text-cw-muted")),s.closeButtonBackgroundColor?(h.style.backgroundColor=s.closeButtonBackgroundColor,h.classList.remove("hover:tvw-bg-gray-100")):(h.style.backgroundColor="",h.classList.add("hover:tvw-bg-gray-100")),s.closeButtonBorderWidth||s.closeButtonBorderColor){let et=s.closeButtonBorderWidth||"0px",Wt=s.closeButtonBorderColor||"transparent";h.style.border=`${et} solid ${Wt}`,h.classList.remove("tvw-border-none")}else h.style.border="",h.classList.add("tvw-border-none");if(s.closeButtonBorderRadius?(h.style.borderRadius=s.closeButtonBorderRadius,h.classList.remove("tvw-rounded-full")):(h.style.borderRadius="",h.classList.add("tvw-rounded-full")),s.closeButtonPaddingX?(h.style.paddingLeft=s.closeButtonPaddingX,h.style.paddingRight=s.closeButtonPaddingX):(h.style.paddingLeft="",h.style.paddingRight=""),s.closeButtonPaddingY?(h.style.paddingTop=s.closeButtonPaddingY,h.style.paddingBottom=s.closeButtonPaddingY):(h.style.paddingTop="",h.style.paddingBottom=""),H.appendChild(h),M&&g){let et=null,Wt=()=>{if(et)return;et=w("div","tvw-clear-chat-tooltip"),et.textContent=g;let Ve=w("div");Ve.className="tvw-clear-chat-tooltip-arrow",et.appendChild(Ve);let Te=h.getBoundingClientRect();et.style.position="fixed",et.style.left=`${Te.left+Te.width/2}px`,et.style.top=`${Te.top-8}px`,et.style.transform="translate(-50%, -100%)",document.body.appendChild(et)},Se=()=>{et&&et.parentNode&&(et.parentNode.removeChild(et),et=null)};H.addEventListener("mouseenter",Wt),H.addEventListener("mouseleave",Se),h.addEventListener("focus",Wt),h.addEventListener("blur",Se),H._cleanupTooltip=()=>{Se(),H.removeEventListener("mouseenter",Wt),H.removeEventListener("mouseleave",Se),h.removeEventListener("focus",Wt),h.removeEventListener("blur",Se)}}return l!=="top-right"&&t.appendChild(H),{header:t,iconHolder:m,headerTitle:p,headerSubtitle:u,closeButton:h,closeButtonWrapper:H,clearChatButton:b,clearChatButtonWrapper:x}},Oa=(r,e,a)=>{var n,l,i,f;let t=(n=a==null?void 0:a.launcher)!=null?n:{},s=(l=t.closeButtonPlacement)!=null?l:"inline",o=(f=(i=t.clearChat)==null?void 0:i.placement)!=null?f:"inline";r.appendChild(e.header),s==="top-right"&&(r.style.position="relative",r.appendChild(e.closeButtonWrapper)),e.clearChatButtonWrapper&&o==="top-right"&&(r.style.position="relative",r.appendChild(e.clearChatButtonWrapper))};var dA=r=>ha({config:r.config,showClose:r.showClose,onClose:r.onClose,onClearChat:r.onClearChat}),iA=r=>{var y,C,A,b;let{config:e,showClose:a=!0,onClose:t}=r,s=(y=e==null?void 0:e.launcher)!=null?y:{},o=w("div","tvw-flex tvw-items-center tvw-justify-between tvw-bg-cw-surface tvw-px-6 tvw-py-4 tvw-border-b-cw-divider"),n=w("span","tvw-text-base tvw-font-semibold");n.textContent=(C=s.title)!=null?C:"Chat Assistant",o.appendChild(n);let l=(A=s.closeButtonSize)!=null?A:"32px",i=w("div",""),f=w("button","tvw-inline-flex tvw-items-center tvw-justify-center tvw-rounded-full tvw-text-cw-muted hover:tvw-bg-gray-100 tvw-cursor-pointer tvw-border-none");f.style.height=l,f.style.width=l,f.type="button",f.setAttribute("aria-label","Close chat"),f.style.display=a?"":"none";let m=(b=s.closeButtonIconName)!=null?b:"x",c=nt(m,"20px",s.closeButtonColor||"",2);c?f.appendChild(c):f.textContent="\xD7",t&&f.addEventListener("click",t),i.appendChild(f),o.appendChild(i);let p=w("div");p.style.display="none";let u=w("span");return u.style.display="none",{header:o,iconHolder:p,headerTitle:n,headerSubtitle:u,closeButton:f,closeButtonWrapper:i,clearChatButton:null,clearChatButtonWrapper:null}},pA=r=>{var h,g,M,S,R,T,I,W;let{config:e,showClose:a=!0,onClose:t,onClearChat:s}=r,o=(h=e==null?void 0:e.launcher)!=null?h:{},n=w("div","tvw-flex tvw-flex-col tvw-bg-cw-surface tvw-px-6 tvw-py-5 tvw-border-b-cw-divider"),l=w("div","tvw-flex tvw-items-center tvw-gap-3"),i=(g=o.headerIconSize)!=null?g:"56px",f=w("div","tvw-flex tvw-items-center tvw-justify-center tvw-rounded-xl tvw-bg-cw-primary tvw-text-white tvw-text-2xl");f.style.height=i,f.style.width=i;let m=o.headerIconName;if(m){let $=parseFloat(i)||24,pt=nt(m,$*.5,"#ffffff",2);pt?f.replaceChildren(pt):f.textContent=(M=o.agentIconText)!=null?M:"\u{1F4AC}"}else if(o.iconUrl){let $=w("img");$.src=o.iconUrl,$.alt="",$.className="tvw-rounded-xl tvw-object-cover",$.style.height=i,$.style.width=i,f.replaceChildren($)}else f.textContent=(S=o.agentIconText)!=null?S:"\u{1F4AC}";let c=w("div","tvw-flex tvw-flex-col tvw-flex-1"),p=w("span","tvw-text-lg tvw-font-semibold");p.textContent=(R=o.title)!=null?R:"Chat Assistant";let u=w("span","tvw-text-sm tvw-text-cw-muted");u.textContent=(T=o.subtitle)!=null?T:"Here to help you get answers fast",c.append(p,u),l.append(f,c);let y=(I=o.closeButtonSize)!=null?I:"32px",C=w("div",""),A=w("button","tvw-inline-flex tvw-items-center tvw-justify-center tvw-rounded-full tvw-text-cw-muted hover:tvw-bg-gray-100 tvw-cursor-pointer tvw-border-none");A.style.height=y,A.style.width=y,A.type="button",A.setAttribute("aria-label","Close chat"),A.style.display=a?"":"none";let b=(W=o.closeButtonIconName)!=null?W:"x",x=nt(b,"20px",o.closeButtonColor||"",2);x?A.appendChild(x):A.textContent="\xD7",t&&A.addEventListener("click",t),C.appendChild(A),l.appendChild(C),n.appendChild(l);let H=w("div","tvw-mt-3 tvw-pt-3 tvw-border-t tvw-border-gray-100 tvw-text-xs tvw-text-cw-muted");return H.textContent="Online and ready to help",n.appendChild(H),{header:n,iconHolder:f,headerTitle:p,headerSubtitle:u,closeButton:A,closeButtonWrapper:C,clearChatButton:null,clearChatButtonWrapper:null}},HS={default:dA,minimal:iA,expanded:pA},hA=r=>{var e;return(e=HS[r])!=null?e:HS.default},sn=(r,e,a)=>{var n,l,i;if(e!=null&&e.render){let f=e.render({config:r,onClose:a==null?void 0:a.onClose,onClearChat:a==null?void 0:a.onClearChat}),m=w("div");m.style.display="none";let c=w("span"),p=w("span"),u=w("button");u.style.display="none";let y=w("div");return y.style.display="none",{header:f,iconHolder:m,headerTitle:c,headerSubtitle:p,closeButton:u,closeButtonWrapper:y,clearChatButton:null,clearChatButtonWrapper:null}}let t=(n=e==null?void 0:e.layout)!=null?n:"default",o=hA(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 sP=r=>{switch(r){case"serif":return'Georgia, "Times New Roman", Times, serif';case"mono":return'"Courier New", Courier, "Lucida Console", Monaco, monospace';case"sans-serif":default:return'-apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif'}},nn=r=>{var It,St,rt,ft,Dt,ae,He,ut,J,xe,ge,ye,Ue,we,Q,Pt,Ce,be,et,Wt,Se,Ve,Te,G,re,Tt,X,N,mt,ht;let{config:e}=r,a=w("div","tvw-widget-footer tvw-border-t-cw-divider tvw-bg-cw-surface tvw-px-6 tvw-py-4"),t=w("div","tvw-mb-3 tvw-flex tvw-flex-wrap tvw-gap-2"),s=w("form","tvw-widget-composer tvw-flex tvw-flex-col tvw-gap-2 tvw-rounded-2xl tvw-border tvw-border-gray-200 tvw-bg-cw-input-background tvw-px-4 tvw-py-3");s.style.outline="none";let o=w("textarea");o.placeholder=(St=(It=e==null?void 0:e.copy)==null?void 0:It.inputPlaceholder)!=null?St:"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=(ft=(rt=e==null?void 0:e.theme)==null?void 0:rt.inputFontFamily)!=null?ft:"sans-serif",l=(ae=(Dt=e==null?void 0:e.theme)==null?void 0:Dt.inputFontWeight)!=null?ae:"400";o.style.fontFamily=sP(n),o.style.fontWeight=l;let m=3*20;o.style.maxHeight=`${m}px`,o.style.overflowY="auto";let c=()=>{o.style.height="auto";let ot=Math.min(o.scrollHeight,m);o.style.height=`${ot}px`};o.addEventListener("input",c),o.style.border="none",o.style.outline="none",o.style.borderWidth="0",o.style.borderStyle="none",o.style.borderColor="transparent",o.addEventListener("focus",()=>{o.style.border="none",o.style.outline="none",o.style.borderWidth="0",o.style.borderStyle="none",o.style.borderColor="transparent",o.style.boxShadow="none"}),o.addEventListener("blur",()=>{o.style.border="none",o.style.outline="none"});let p=(He=e==null?void 0:e.sendButton)!=null?He:{},u=(ut=p.useIcon)!=null?ut:!1,y=(J=p.iconText)!=null?J:"\u2191",C=p.iconName,A=(xe=p.tooltipText)!=null?xe:"Send message",b=(ge=p.showTooltip)!=null?ge:!1,x=(ye=p.size)!=null?ye:"40px",H=p.backgroundColor,h=p.textColor,g=w("div","tvw-send-button-wrapper"),M=w("button",u?"tvw-rounded-button tvw-flex tvw-items-center tvw-justify-center disabled:tvw-opacity-50 tvw-cursor-pointer":"tvw-rounded-button tvw-bg-cw-accent tvw-px-4 tvw-py-2 tvw-text-sm tvw-font-semibold disabled:tvw-opacity-50 tvw-cursor-pointer");if(M.type="submit",u){if(M.style.width=x,M.style.height=x,M.style.minWidth=x,M.style.minHeight=x,M.style.fontSize="18px",M.style.lineHeight="1",M.innerHTML="",C){let ot=parseFloat(x)||24,Ht=h&&typeof h=="string"&&h.trim()?h.trim():"currentColor",Ot=nt(C,ot,Ht,2);Ot?(M.appendChild(Ot),M.style.color=Ht):(M.textContent=y,h?M.style.color=h:M.classList.add("tvw-text-white"))}else M.textContent=y,h?M.style.color=h:M.classList.add("tvw-text-white");H?M.style.backgroundColor=H:M.classList.add("tvw-bg-cw-primary")}else M.textContent=(we=(Ue=e==null?void 0:e.copy)==null?void 0:Ue.sendButtonLabel)!=null?we:"Send",h?M.style.color=h:M.classList.add("tvw-text-white");if(p.borderWidth&&(M.style.borderWidth=p.borderWidth,M.style.borderStyle="solid"),p.borderColor&&(M.style.borderColor=p.borderColor),p.paddingX?(M.style.paddingLeft=p.paddingX,M.style.paddingRight=p.paddingX):(M.style.paddingLeft="",M.style.paddingRight=""),p.paddingY?(M.style.paddingTop=p.paddingY,M.style.paddingBottom=p.paddingY):(M.style.paddingTop="",M.style.paddingBottom=""),b&&A){let ot=w("div","tvw-send-button-tooltip");ot.textContent=A,g.appendChild(ot)}g.appendChild(M);let S=(Q=e==null?void 0:e.voiceRecognition)!=null?Q:{},R=S.enabled===!0,T=null,I=null,W=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined");if(R&&W){I=w("div","tvw-send-button-wrapper"),T=w("button","tvw-rounded-button tvw-flex tvw-items-center tvw-justify-center disabled:tvw-opacity-50 tvw-cursor-pointer"),T.type="button",T.setAttribute("aria-label","Start voice recognition");let ot=(Pt=S.iconName)!=null?Pt:"mic",Ht=(Ce=S.iconSize)!=null?Ce:x,Ot=parseFloat(Ht)||24,Z=(be=S.backgroundColor)!=null?be:H,dt=(et=S.iconColor)!=null?et:h;T.style.width=Ht,T.style.height=Ht,T.style.minWidth=Ht,T.style.minHeight=Ht,T.style.fontSize="18px",T.style.lineHeight="1";let Vt=dt||"currentColor",Xt=nt(ot,Ot,Vt,1.5);Xt?(T.appendChild(Xt),T.style.color=Vt):(T.textContent="\u{1F3A4}",T.style.color=Vt),Z?T.style.backgroundColor=Z:T.classList.add("tvw-bg-cw-primary"),dt?T.style.color=dt:!dt&&!h&&T.classList.add("tvw-text-white"),S.borderWidth&&(T.style.borderWidth=S.borderWidth,T.style.borderStyle="solid"),S.borderColor&&(T.style.borderColor=S.borderColor),S.paddingX&&(T.style.paddingLeft=S.paddingX,T.style.paddingRight=S.paddingX),S.paddingY&&(T.style.paddingTop=S.paddingY,T.style.paddingBottom=S.paddingY),I.appendChild(T);let pe=(Wt=S.tooltipText)!=null?Wt:"Start voice recognition";if(((Se=S.showTooltip)!=null?Se:!1)&&pe){let he=w("div","tvw-send-button-tooltip");he.textContent=pe,I.appendChild(he)}}let $=(Ve=e==null?void 0:e.attachments)!=null?Ve:{},pt=$.enabled===!0,O=null,st=null,j=null,at=null;if(pt){at=w("div","tvw-attachment-previews tvw-flex tvw-flex-wrap tvw-gap-2 tvw-mb-2"),at.style.display="none",j=w("input"),j.type="file",j.accept=((Te=$.allowedTypes)!=null?Te:Sa).join(","),j.multiple=((G=$.maxFiles)!=null?G:4)>1,j.style.display="none",j.setAttribute("aria-label","Attach files"),st=w("div","tvw-send-button-wrapper"),O=w("button","tvw-rounded-button tvw-flex tvw-items-center tvw-justify-center disabled:tvw-opacity-50 tvw-cursor-pointer tvw-attachment-button"),O.type="button",O.setAttribute("aria-label",(re=$.buttonTooltipText)!=null?re:"Attach file");let ot=(Tt=$.buttonIconName)!=null?Tt:"paperclip",Ht=x,Ot=parseFloat(Ht)||40,Z=Math.round(Ot*.6);O.style.width=Ht,O.style.height=Ht,O.style.minWidth=Ht,O.style.minHeight=Ht,O.style.fontSize="18px",O.style.lineHeight="1",O.style.backgroundColor="transparent",O.style.color="var(--cw-primary, #111827)",O.style.border="none",O.style.borderRadius="6px",O.style.transition="background-color 0.15s ease",O.addEventListener("mouseenter",()=>{O.style.backgroundColor="rgba(0, 0, 0, 0.05)"}),O.addEventListener("mouseleave",()=>{O.style.backgroundColor="transparent"});let dt=nt(ot,Z,"currentColor",1.5);dt?O.appendChild(dt):O.textContent="\u{1F4CE}",O.addEventListener("click",pe=>{pe.preventDefault(),j==null||j.click()}),st.appendChild(O);let Vt=(X=$.buttonTooltipText)!=null?X:"Attach file",Xt=w("div","tvw-send-button-tooltip");Xt.textContent=Vt,st.appendChild(Xt)}s.addEventListener("click",ot=>{ot.target!==M&&ot.target!==g&&ot.target!==T&&ot.target!==I&&ot.target!==O&&ot.target!==st&&o.focus()}),at&&(at.style.gap="8px",s.append(at)),j&&s.append(j),s.append(o);let Mt=w("div","tvw-flex tvw-items-center tvw-justify-between tvw-w-full"),ct=w("div","tvw-flex tvw-items-center tvw-gap-2");st&&ct.append(st);let jt=w("div","tvw-flex tvw-items-center tvw-gap-1");I&&jt.append(I),jt.append(g),Mt.append(ct,jt),s.append(Mt);let fe=w("div","tvw-mt-2 tvw-text-right tvw-text-xs tvw-text-cw-muted"),Le=(N=e==null?void 0:e.statusIndicator)!=null?N:{},Ne=(mt=Le.visible)!=null?mt:!0;return fe.style.display=Ne?"":"none",fe.textContent=(ht=Le.idleText)!=null?ht:"Online",a.append(t,s,fe),{footer:a,suggestions:t,composerForm:s,textarea:o,sendButton:M,sendButtonWrapper:g,micButton:T,micButtonWrapper:I,statusText:fe,attachmentButton:O,attachmentButtonWrapper:st,attachmentInput:j,attachmentPreviewsContainer:at,actionsRow:Mt,leftActions:ct,rightActions:jt}};var SL=r=>{var i,f,m,c,p,u,y;if(!((f=(i=r==null?void 0:r.launcher)==null?void 0:i.enabled)!=null?f:!0)){let C=w("div","tvw-relative tvw-h-full tvw-flex tvw-flex-col tvw-flex-1 tvw-min-h-0"),A=w("div","tvw-relative tvw-flex-1 tvw-flex tvw-flex-col tvw-min-h-0"),b=(c=(m=r==null?void 0:r.launcher)==null?void 0:m.width)!=null?c:"100%";return C.style.width=b,A.style.width="100%",C.appendChild(A),{wrapper:C,panel:A}}let a=(p=r==null?void 0:r.launcher)!=null?p:{},t=a.position&&Ke[a.position]?Ke[a.position]:Ke["bottom-right"],s=w("div",`tvw-widget-wrapper tvw-fixed ${t} tvw-z-50 tvw-transition`),o=w("div","tvw-widget-panel tvw-relative tvw-min-h-[320px]"),n=(y=(u=r==null?void 0:r.launcher)==null?void 0:u.width)!=null?y:r==null?void 0:r.launcherWidth,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}},AL=(r,e=!0)=>{var u,y,C,A,b,x,H;let a=w("div","tvw-widget-container tvw-flex tvw-h-full tvw-w-full tvw-flex-1 tvw-min-h-0 tvw-flex-col tvw-bg-cw-surface tvw-text-cw-primary tvw-rounded-2xl tvw-overflow-hidden tvw-border tvw-border-cw-border"),t=(u=r==null?void 0:r.layout)==null?void 0:u.header,s=((y=r==null?void 0:r.layout)==null?void 0:y.showHeader)!==!1,o=t?sn(r,t,{showClose:e}):ha({config:r,showClose:e}),n=w("div","tvw-widget-body tvw-flex tvw-flex-1 tvw-min-h-0 tvw-flex-col tvw-gap-6 tvw-overflow-y-auto tvw-bg-cw-container tvw-px-6 tvw-py-6");n.id="persona-scroll-container";let l=w("div","tvw-rounded-2xl tvw-bg-cw-surface tvw-p-6 tvw-shadow-sm"),i=w("h2","tvw-text-lg tvw-font-semibold tvw-text-cw-primary");i.textContent=(A=(C=r==null?void 0:r.copy)==null?void 0:C.welcomeTitle)!=null?A:"Hello \u{1F44B}";let f=w("p","tvw-mt-2 tvw-text-sm tvw-text-cw-muted");f.textContent=(x=(b=r==null?void 0:r.copy)==null?void 0:b.welcomeSubtitle)!=null?x:"Ask anything about your account or products.",l.append(i,f);let m=w("div","tvw-flex tvw-flex-col tvw-gap-3");n.append(l,m);let c=nn({config:r}),p=((H=r==null?void 0:r.layout)==null?void 0:H.showFooter)!==!1;return s?Oa(a,o,r):(o.header.style.display="none",Oa(a,o,r)),a.append(n),p||(c.footer.style.display="none"),a.append(c.footer),{container:a,body:n,messagesWrapper:m,suggestions:c.suggestions,textarea:c.textarea,sendButton:c.sendButton,sendButtonWrapper:c.sendButtonWrapper,micButton:c.micButton,micButtonWrapper:c.micButtonWrapper,composerForm:c.composerForm,statusText:c.statusText,introTitle:i,introSubtitle:f,closeButton:o.closeButton,closeButtonWrapper:o.closeButtonWrapper,clearChatButton:o.clearChatButton,clearChatButtonWrapper:o.clearChatButtonWrapper,iconHolder:o.iconHolder,headerTitle:o.headerTitle,headerSubtitle:o.headerSubtitle,header:o.header,footer:c.footer,attachmentButton:c.attachmentButton,attachmentButtonWrapper:c.attachmentButtonWrapper,attachmentInput:c.attachmentInput,attachmentPreviewsContainer:c.attachmentPreviewsContainer,actionsRow:c.actionsRow,leftActions:c.leftActions,rightActions:c.rightActions}};var za=()=>{let r=document.createElement("div");r.className="tvw-flex tvw-items-center tvw-space-x-1 tvw-h-5 tvw-mt-2";let e=document.createElement("div");e.className="tvw-bg-cw-primary tvw-animate-typing tvw-rounded-full tvw-h-1.5 tvw-w-1.5",e.style.animationDelay="0ms";let a=document.createElement("div");a.className="tvw-bg-cw-primary tvw-animate-typing tvw-rounded-full tvw-h-1.5 tvw-w-1.5",a.style.animationDelay="250ms";let t=document.createElement("div");t.className="tvw-bg-cw-primary tvw-animate-typing tvw-rounded-full tvw-h-1.5 tvw-w-1.5",t.style.animationDelay="500ms";let s=document.createElement("span");return s.className="tvw-sr-only",s.textContent="Loading",r.appendChild(e),r.appendChild(a),r.appendChild(t),r.appendChild(s),r},cA=(r,e,a)=>{let t={config:a!=null?a:{},streaming:!0,location:r,defaultRenderer:za};if(e){let s=e(t);if(s!==null)return s}return za()},nP=(r,e)=>{let a=w("div","tvw-flex-shrink-0 tvw-w-8 tvw-h-8 tvw-rounded-full tvw-flex tvw-items-center tvw-justify-center tvw-text-sm"),t=e==="user"?r.userAvatar:r.assistantAvatar;if(t)if(t.startsWith("http")||t.startsWith("/")||t.startsWith("data:")){let s=w("img");s.src=t,s.alt=e==="user"?"User":"Assistant",s.className="tvw-w-full tvw-h-full tvw-rounded-full tvw-object-cover",a.appendChild(s)}else a.textContent=t,a.classList.add(e==="user"?"tvw-bg-cw-accent":"tvw-bg-cw-primary","tvw-text-white");else a.textContent=e==="user"?"U":"A",a.classList.add(e==="user"?"tvw-bg-cw-accent":"tvw-bg-cw-primary","tvw-text-white");return a},kL=(r,e)=>{let a=w("div","tvw-text-xs tvw-text-cw-muted"),t=new Date(r.createdAt);return e.format?a.textContent=e.format(t):a.textContent=t.toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"}),a},lP=(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},fA=(r,e,a)=>{var u,y,C,A,b,x;let t=(u=e.showCopy)!=null?u:!0,s=(y=e.showUpvote)!=null?y:!0,o=(C=e.showDownvote)!=null?C:!0,n=(A=e.visibility)!=null?A:"hover",l=(b=e.align)!=null?b:"right",i=(x=e.layout)!=null?x:"pill-inside",f={left:"tvw-message-actions-left",center:"tvw-message-actions-center",right:"tvw-message-actions-right"}[l],m={"pill-inside":"tvw-message-actions-pill","row-inside":"tvw-message-actions-row"}[i],c=w("div",`tvw-message-actions tvw-flex tvw-items-center tvw-gap-1 tvw-mt-2 ${f} ${m} ${n==="hover"?"tvw-message-actions-hover":""}`);c.id=`actions-${r.id}`,c.setAttribute("data-actions-for",r.id);let p=(H,h,g)=>{let M=document.createElement("button");M.className="tvw-message-action-btn",M.setAttribute("aria-label",h),M.setAttribute("title",h),M.setAttribute("data-action",g);let S=nt(H,14,"currentColor",2);return S&&M.appendChild(S),M};return t&&c.appendChild(p("copy","Copy message","copy")),s&&c.appendChild(p("thumbs-up","Upvote","upvote")),o&&c.appendChild(p("thumbs-down","Downvote","downvote")),c},ln=(r,e,a,t,s,o)=>{var h,g,M,S,R;let n=a!=null?a:{},l=(h=n.layout)!=null?h:"bubble",i=n.avatar,f=n.timestamp,m=(g=i==null?void 0:i.show)!=null?g:!1,c=(M=f==null?void 0:f.show)!=null?M:!1,p=(S=i==null?void 0:i.position)!=null?S:"left",u=(R=f==null?void 0:f.position)!=null?R:"below",y=lP(r.role,l),C=w("div",y.join(" "));C.id=`bubble-${r.id}`,C.setAttribute("data-message-id",r.id);let A=document.createElement("div");if(A.innerHTML=e({text:r.content,message:r,streaming:!!r.streaming,raw:r.rawContent}),c&&u==="inline"&&r.createdAt){let T=kL(r,f);T.classList.add("tvw-ml-2","tvw-inline"),A.appendChild(T)}if(C.appendChild(A),c&&u==="below"&&r.createdAt){let T=kL(r,f);T.classList.add("tvw-mt-1"),C.appendChild(T)}if(r.streaming&&r.role==="assistant"&&(!r.content||!r.content.trim())){let T=cA("inline",o==null?void 0:o.loadingIndicatorRenderer,o==null?void 0:o.widgetConfig);T&&C.appendChild(T)}if(r.role==="assistant"&&!r.streaming&&r.content&&r.content.trim()&&(t==null?void 0:t.enabled)!==!1&&t){let T=fA(r,t,s);C.appendChild(T)}if(!m||r.role==="system")return C;let x=w("div",`tvw-flex tvw-gap-2 ${r.role==="user"?"tvw-flex-row-reverse":""}`),H=nP(i,r.role);return p==="right"||p==="left"&&r.role==="user"?x.append(C,H):x.append(H,C),C.classList.remove("tvw-max-w-[85%]"),C.classList.add("tvw-max-w-[calc(85%-2.5rem)]"),x},HL=(r,e,a,t,s,o)=>{let n=a!=null?a:{};return r.role==="user"&&n.renderUserMessage?n.renderUserMessage({message:r,config:{},streaming:!!r.streaming}):r.role==="assistant"&&n.renderAssistantMessage?n.renderAssistantMessage({message:r,config:{},streaming:!!r.streaming}):ln(r,e,a,t,s,o)};var dn=new Set,LL=(r,e)=>{let a=dn.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"},uA=r=>{let e=r.reasoning,a=w("div",["vanilla-message-bubble","vanilla-reasoning-bubble","tvw-w-full","tvw-max-w-[85%]","tvw-rounded-2xl","tvw-bg-cw-surface","tvw-border","tvw-border-cw-message-border","tvw-text-cw-primary","tvw-shadow-sm","tvw-overflow-hidden","tvw-px-0","tvw-py-0"].join(" "));if(a.id=`bubble-${r.id}`,a.setAttribute("data-message-id",r.id),!e)return a;let t=dn.has(r.id),s=w("button","tvw-flex tvw-w-full tvw-items-center tvw-justify-between tvw-gap-3 tvw-bg-transparent tvw-px-4 tvw-py-3 tvw-text-left tvw-cursor-pointer tvw-border-none");s.type="button",s.setAttribute("aria-expanded",t?"true":"false"),s.setAttribute("data-expand-header","true"),s.setAttribute("data-bubble-type","reasoning");let o=w("div","tvw-flex tvw-flex-col tvw-text-left"),n=w("span","tvw-text-xs tvw-text-cw-primary");n.textContent="Thinking...",o.appendChild(n);let l=w("span","tvw-text-xs tvw-text-cw-primary");l.textContent=rL(e),o.appendChild(l),e.status==="complete"?n.style.display="none":n.style.display="";let i=w("div","tvw-flex tvw-items-center"),m=nt(t?"chevron-up":"chevron-down",16,"currentColor",2);m?i.appendChild(m):i.textContent=t?"Hide":"Show";let c=w("div","tvw-flex tvw-items-center tvw-ml-auto");c.append(i),s.append(o,c);let p=w("div","tvw-border-t tvw-border-gray-200 tvw-bg-gray-50 tvw-px-4 tvw-py-3");p.style.display=t?"":"none";let u=e.chunks.join(""),y=w("div","tvw-whitespace-pre-wrap tvw-text-xs tvw-leading-snug tvw-text-cw-muted");return y.textContent=u||(e.status==="complete"?"No additional context was shared.":"Waiting for details\u2026"),p.appendChild(y),(()=>{s.setAttribute("aria-expanded",t?"true":"false"),i.innerHTML="";let b=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 pn=new Set,TL=(r,e,a)=>{var f;let t=pn.has(r),s=(f=a==null?void 0:a.toolCall)!=null?f:{},o=e.querySelector('button[data-expand-header="true"]'),n=e.querySelector(".tvw-border-t");if(!o||!n)return;o.setAttribute("aria-expanded",t?"true":"false");let 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",c=nt(t?"chevron-up":"chevron-down",16,m,2);c?i.appendChild(c):i.textContent=t?"Hide":"Show"}n.style.display=t?"":"none"},mA=(r,e)=>{var C;let a=r.toolCall,t=(C=e==null?void 0:e.toolCall)!=null?C:{},s=w("div",["vanilla-message-bubble","vanilla-tool-bubble","tvw-w-full","tvw-max-w-[85%]","tvw-rounded-2xl","tvw-bg-cw-surface","tvw-border","tvw-border-cw-message-border","tvw-text-cw-primary","tvw-shadow-sm","tvw-overflow-hidden","tvw-px-0","tvw-py-0"].join(" "));if(s.id=`bubble-${r.id}`,s.setAttribute("data-message-id",r.id),t.backgroundColor&&(s.style.backgroundColor=t.backgroundColor),t.borderColor&&(s.style.borderColor=t.borderColor),t.borderWidth&&(s.style.borderWidth=t.borderWidth),t.borderRadius&&(s.style.borderRadius=t.borderRadius),!a)return s;let o=pn.has(r.id),n=w("button","tvw-flex tvw-w-full tvw-items-center tvw-justify-between tvw-gap-3 tvw-bg-transparent tvw-px-4 tvw-py-3 tvw-text-left tvw-cursor-pointer tvw-border-none");n.type="button",n.setAttribute("aria-expanded",o?"true":"false"),n.setAttribute("data-expand-header","true"),n.setAttribute("data-bubble-type","tool"),t.headerBackgroundColor&&(n.style.backgroundColor=t.headerBackgroundColor),t.headerPaddingX&&(n.style.paddingLeft=t.headerPaddingX,n.style.paddingRight=t.headerPaddingX),t.headerPaddingY&&(n.style.paddingTop=t.headerPaddingY,n.style.paddingBottom=t.headerPaddingY);let l=w("div","tvw-flex tvw-flex-col tvw-text-left"),i=w("span","tvw-text-xs tvw-text-cw-primary");t.headerTextColor&&(i.style.color=t.headerTextColor),i.textContent=oL(a),l.appendChild(i);let f=w("div","tvw-flex tvw-items-center"),m=t.toggleTextColor||t.headerTextColor||"currentColor",c=nt(o?"chevron-up":"chevron-down",16,m,2);c?f.appendChild(c):f.textContent=o?"Hide":"Show";let p=w("div","tvw-flex tvw-items-center tvw-gap-2 tvw-ml-auto");p.append(f),n.append(l,p);let u=w("div","tvw-border-t tvw-border-gray-200 tvw-bg-gray-50 tvw-space-y-3 tvw-px-4 tvw-py-3");if(u.style.display=o?"":"none",t.contentBackgroundColor&&(u.style.backgroundColor=t.contentBackgroundColor),t.contentTextColor&&(u.style.color=t.contentTextColor),t.contentPaddingX&&(u.style.paddingLeft=t.contentPaddingX,u.style.paddingRight=t.contentPaddingX),t.contentPaddingY&&(u.style.paddingTop=t.contentPaddingY,u.style.paddingBottom=t.contentPaddingY),a.name){let A=w("div","tvw-text-xs tvw-text-cw-muted tvw-italic");t.contentTextColor?A.style.color=t.contentTextColor:t.headerTextColor&&(A.style.color=t.headerTextColor),A.textContent=a.name,u.appendChild(A)}if(a.args!==void 0){let A=w("div","tvw-space-y-1"),b=w("div","tvw-text-xs tvw-text-cw-muted");t.labelTextColor&&(b.style.color=t.labelTextColor),b.textContent="Arguments";let x=w("pre","tvw-max-h-48 tvw-overflow-auto tvw-whitespace-pre-wrap tvw-rounded-lg tvw-border tvw-border-gray-100 tvw-bg-white tvw-px-3 tvw-py-2 tvw-text-xs tvw-text-cw-primary");x.style.fontSize="0.75rem",x.style.lineHeight="1rem",t.codeBlockBackgroundColor&&(x.style.backgroundColor=t.codeBlockBackgroundColor),t.codeBlockBorderColor&&(x.style.borderColor=t.codeBlockBorderColor),t.codeBlockTextColor&&(x.style.color=t.codeBlockTextColor),x.textContent=aA(a.args),A.append(b,x),u.appendChild(A)}if(a.chunks&&a.chunks.length){let A=w("div","tvw-space-y-1"),b=w("div","tvw-text-xs tvw-text-cw-muted");t.labelTextColor&&(b.style.color=t.labelTextColor),b.textContent="Activity";let x=w("pre","tvw-max-h-48 tvw-overflow-auto tvw-whitespace-pre-wrap tvw-rounded-lg tvw-border tvw-border-gray-100 tvw-bg-white tvw-px-3 tvw-py-2 tvw-text-xs tvw-text-cw-primary");x.style.fontSize="0.75rem",x.style.lineHeight="1rem",t.codeBlockBackgroundColor&&(x.style.backgroundColor=t.codeBlockBackgroundColor),t.codeBlockBorderColor&&(x.style.borderColor=t.codeBlockBorderColor),t.codeBlockTextColor&&(x.style.color=t.codeBlockTextColor),x.textContent=a.chunks.join(`
65
+ `),A.append(b,x),u.appendChild(A)}if(a.status==="complete"&&a.result!==void 0){let A=w("div","tvw-space-y-1"),b=w("div","tvw-text-xs tvw-text-cw-muted");t.labelTextColor&&(b.style.color=t.labelTextColor),b.textContent="Result";let x=w("pre","tvw-max-h-48 tvw-overflow-auto tvw-whitespace-pre-wrap tvw-rounded-lg tvw-border tvw-border-gray-100 tvw-bg-white tvw-px-3 tvw-py-2 tvw-text-xs tvw-text-cw-primary");x.style.fontSize="0.75rem",x.style.lineHeight="1rem",t.codeBlockBackgroundColor&&(x.style.backgroundColor=t.codeBlockBackgroundColor),t.codeBlockBorderColor&&(x.style.borderColor=t.codeBlockBorderColor),t.codeBlockTextColor&&(x.style.color=t.codeBlockTextColor),x.textContent=aA(a.result),A.append(b,x),u.appendChild(A)}if(a.status==="complete"&&typeof a.duration=="number"){let A=w("div","tvw-text-xs tvw-text-cw-muted");t.contentTextColor&&(A.style.color=t.contentTextColor),A.textContent=`Duration: ${a.duration}ms`,u.appendChild(A)}return(()=>{n.setAttribute("aria-expanded",o?"true":"false"),f.innerHTML="";let A=t.toggleTextColor||t.headerTextColor||"currentColor",b=nt(o?"chevron-up":"chevron-down",16,A,2);b?f.appendChild(b):f.textContent=o?"Hide":"Show",u.style.display=o?"":"none"})(),s.append(n,u),s};var PL=r=>{let e=[];return{buttons:e,render:(t,s,o,n,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(),c=s?s.isStreaming():!1,p=u=>{switch(u){case"serif":return'Georgia, "Times New Roman", Times, serif';case"mono":return'"Courier New", Courier, "Lucida Console", Monaco, monospace';case"sans-serif":default:return'-apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif'}};t.forEach(u=>{let y=w("button","tvw-rounded-button tvw-bg-cw-surface tvw-px-3 tvw-py-1.5 tvw-text-xs tvw-font-medium tvw-text-cw-muted hover:tvw-opacity-90 tvw-cursor-pointer tvw-border tvw-border-gray-200");y.type="button",y.textContent=u,y.disabled=c,l!=null&&l.fontFamily&&(y.style.fontFamily=p(l.fontFamily)),l!=null&&l.fontWeight&&(y.style.fontWeight=l.fontWeight),l!=null&&l.paddingX&&(y.style.paddingLeft=l.paddingX,y.style.paddingRight=l.paddingX),l!=null&&l.paddingY&&(y.style.paddingTop=l.paddingY,y.style.paddingBottom=l.paddingY),y.addEventListener("click",()=>{!s||s.isStreaming()||(o.value="",s.sendMessage(u))}),m.appendChild(y),e.push(y)}),r.appendChild(m)}}};var On=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 zn=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 hn(r,e){e&&e.split(/\s+/).forEach(a=>a&&r.classList.add(a))}var dP={flow_:{bg:"#dcfce7",text:"#166534"},step_:{bg:"#dbeafe",text:"#1e40af"},reason_:{bg:"#ffedd5",text:"#9a3412"},tool_:{bg:"#f3e8ff",text:"#6b21a8"},agent_:{bg:"#ccfbf1",text:"#115e59"},error:{bg:"#fecaca",text:"#991b1b"}},iP={bg:"#f3f4f6",text:"#4b5563"},pP=["flowName","stepName","reasoningText","text","name","tool","toolName"],hP=100;function cP(r,e){let a={...dP,...e};if(a[r])return a[r];for(let t of Object.keys(a))if(t.endsWith("_")&&r.startsWith(t))return a[t];return iP}function fP(r,e){return`+${((r-e)/1e3).toFixed(3)}s`}function uP(r){let e=new Date(r),a=String(e.getHours()).padStart(2,"0"),t=String(e.getMinutes()).padStart(2,"0"),s=String(e.getSeconds()).padStart(2,"0"),o=String(e.getMilliseconds()).padStart(3,"0");return`${a}:${t}:${s}.${o}`}function mP(r,e){try{let a=JSON.parse(r);if(typeof a!="object"||a===null)return null;for(let t of e){let s=t.split("."),o=a;for(let n of s)if(o&&typeof o=="object"&&o!==null)o=o[n];else{o=void 0;break}if(typeof o=="string"&&o.trim())return o.trim()}}catch{}return null}function xP(r){var e;return(e=navigator.clipboard)!=null&&e.writeText?navigator.clipboard.writeText(r):new Promise(a=>{let t=document.createElement("textarea");t.value=r,t.style.position="fixed",t.style.opacity="0",document.body.appendChild(t),t.select(),document.execCommand("copy"),document.body.removeChild(t),a()})}function gP(r){let e;try{e=JSON.parse(r.payload)}catch{e=r.payload}return JSON.stringify({type:r.type,timestamp:new Date(r.timestamp).toISOString(),payload:e},null,2)}function MP(r,e,a){let t,s;try{s=JSON.parse(r.payload),t=JSON.stringify(s,null,2)}catch{s=r.payload,t=r.payload}let o=e.find(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=w("div","tvw-bg-cw-container tvw-border-t tvw-border-cw-divider tvw-px-3 tvw-py-2 tvw-ml-4 tvw-mr-3 tvw-mb-1 tvw-rounded-b tvw-overflow-auto tvw-max-h-[300px]"),i=w("pre","tvw-m-0 tvw-whitespace-pre-wrap tvw-break-all tvw-text-[11px] tvw-text-cw-secondary tvw-font-mono");return i.textContent=t,l.appendChild(i),l}}function xA(r,e,a,t,s,o,n,l){var p;let i=s.has(r.id),f=w("div","tvw-border-b tvw-border-cw-divider tvw-text-xs");hn(f,(p=t.classNames)==null?void 0:p.eventRow);let m=n.find(u=>u.renderEventStreamRow);if(m!=null&&m.renderEventStreamRow&&l){let u=m.renderEventStreamRow({event:r,index:e,config:l,defaultRenderer:()=>c(),isExpanded:i,onToggleExpand:()=>o(r.id)});if(u)return f.appendChild(u),f}return f.appendChild(c()),f;function c(){var $,pt;let u=w("div",""),y=w("div","tvw-flex tvw-items-center tvw-gap-2 tvw-px-3 tvw-py-3 hover:tvw-bg-cw-container tvw-cursor-pointer tvw-group");y.setAttribute("data-event-id",r.id);let C=w("span","tvw-flex-shrink-0 tvw-text-cw-muted tvw-w-4 tvw-text-center tvw-flex tvw-items-center tvw-justify-center"),A=nt(i?"chevron-down":"chevron-right","14px","currentColor",2);A&&C.appendChild(A);let b=w("span","tvw-text-[11px] tvw-text-cw-muted tvw-whitespace-nowrap tvw-flex-shrink-0 tvw-font-mono tvw-w-[70px]"),x=($=t.timestampFormat)!=null?$:"relative";b.textContent=x==="relative"?fP(r.timestamp,a):uP(r.timestamp);let H=null;t.showSequenceNumbers!==!1&&(H=w("span","tvw-text-[11px] tvw-text-cw-muted tvw-font-mono tvw-flex-shrink-0 tvw-w-[28px] tvw-text-right"),H.textContent=String(e+1));let h=cP(r.type,t.badgeColors),g=w("span","tvw-inline-flex tvw-items-center tvw-px-2 tvw-py-0.5 tvw-rounded tvw-text-[11px] tvw-font-mono tvw-font-medium tvw-whitespace-nowrap tvw-flex-shrink-0 tvw-border");g.style.backgroundColor=h.bg,g.style.color=h.text,g.style.borderColor=h.text+"50",g.textContent=r.type;let M=(pt=t.descriptionFields)!=null?pt:pP,S=mP(r.payload,M),R=null;S&&(R=w("span","tvw-text-[11px] tvw-text-cw-secondary tvw-truncate tvw-min-w-0"),R.textContent=S);let T=w("div","tvw-flex-1 tvw-min-w-0"),I=w("button","tvw-text-cw-muted hover:tvw-text-cw-primary tvw-cursor-pointer tvw-flex-shrink-0 tvw-border-none tvw-bg-transparent tvw-p-0"),W=nt("clipboard","12px","currentColor",1.5);return W&&I.appendChild(W),I.addEventListener("click",async O=>{O.stopPropagation(),await xP(gP(r)),I.innerHTML="";let st=nt("check","12px","currentColor",1.5);st&&I.appendChild(st),setTimeout(()=>{I.innerHTML="";let j=nt("clipboard","12px","currentColor",1.5);j&&I.appendChild(j)},1500)}),y.appendChild(C),y.appendChild(b),H&&y.appendChild(H),y.appendChild(g),R&&y.appendChild(R),y.appendChild(T),y.appendChild(I),u.appendChild(y),i&&u.appendChild(MP(r,n,l)),u}}function EL(r){var f,m;let{buffer:e,getFullHistory:a,onClose:t,config:s,plugins:o=[]}=r,n=(m=(f=s==null?void 0:s.features)==null?void 0:f.eventStream)!=null?m:{},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=w("div","tvw-event-stream-view tvw-flex tvw-flex-col tvw-flex-1 tvw-min-h-0");hn(p,c==null?void 0:c.panel);let u=[],y="",C="",A=null,b=[],x={},H=0,h=!1,g=0,M=0,S=!1,R=null,T=!1,I=0,W=new Set,$=new Map,pt="",O="",st=null,j,at,Mt,ct,jt;function fe(){let X=w("div","tvw-flex tvw-flex-col tvw-flex-shrink-0"),N=w("div","tvw-flex tvw-items-center tvw-gap-2 tvw-px-4 tvw-py-3 tvw-pb-0 tvw-border-cw-divider tvw-bg-cw-surface tvw-overflow-hidden");hn(N,c==null?void 0:c.headerBar);let mt=w("span","tvw-text-sm tvw-font-medium tvw-text-cw-primary tvw-whitespace-nowrap");mt.textContent="Events",j=w("span","tvw-text-[11px] tvw-font-mono tvw-bg-cw-container tvw-text-cw-muted tvw-px-2 tvw-py-0.5 tvw-rounded tvw-border tvw-border-cw-border"),j.textContent="0";let ht=w("div","tvw-flex-1");at=w("select","tvw-text-xs tvw-bg-cw-surface tvw-border tvw-border-cw-border tvw-rounded tvw-px-2.5 tvw-py-1 tvw-text-cw-primary tvw-cursor-pointer");let ot=w("option","");ot.value="",ot.textContent="All events",at.appendChild(ot),Mt=w("button","tvw-inline-flex tvw-items-center tvw-gap-1.5 tvw-rounded tvw-text-xs tvw-text-cw-muted hover:tvw-bg-cw-container hover:tvw-text-cw-primary tvw-cursor-pointer tvw-border tvw-border-cw-border tvw-bg-cw-surface tvw-flex-shrink-0 tvw-px-2.5 tvw-py-1"),Mt.type="button",Mt.title="Copy All";let Ot=nt("clipboard-copy","12px","currentColor",1.5);Ot&&Mt.appendChild(Ot);let Z=w("span","tvw-text-xs");Z.textContent="Copy All",Mt.appendChild(Z),N.appendChild(mt),N.appendChild(j),N.appendChild(ht),N.appendChild(at),N.appendChild(Mt);let dt=w("div","tvw-relative tvw-px-4 tvw-py-2.5 tvw-border-b tvw-border-cw-divider tvw-bg-cw-surface");hn(dt,c==null?void 0:c.searchBar);let Vt=nt("search","14px","var(--cw-muted, #9ca3af)",1.5),Xt=w("span","tvw-absolute tvw-left-6 tvw-top-1/2 tvw--translate-y-1/2 tvw-pointer-events-none tvw-flex tvw-items-center");Vt&&Xt.appendChild(Vt),ct=w("input","tvw-text-sm tvw-bg-cw-surface tvw-border tvw-border-cw-border tvw-rounded-md tvw-pl-8 tvw-pr-3 tvw-py-1 tvw-w-full tvw-text-cw-primary"),hn(ct,c==null?void 0:c.searchInput),ct.type="text",ct.placeholder="Search event payloads...",jt=w("button","tvw-absolute tvw-right-5 tvw-top-1/2 tvw--translate-y-1/2 tvw-text-cw-muted hover:tvw-text-cw-primary tvw-cursor-pointer tvw-border-none tvw-bg-transparent tvw-p-0 tvw-leading-none"),jt.type="button",jt.style.display="none";let pe=nt("x","12px","currentColor",2);return pe&&jt.appendChild(pe),dt.appendChild(Xt),dt.appendChild(ct),dt.appendChild(jt),X.appendChild(N),X.appendChild(dt),X}let Le,Ne=o.find(X=>X.renderEventStreamToolbar);if(Ne!=null&&Ne.renderEventStreamToolbar&&s){let X=Ne.renderEventStreamToolbar({config:s,defaultRenderer:()=>fe(),eventCount:e.getSize(),filteredCount:0,onFilterChange:N=>{y=N,ge(),we()},onSearchChange:N=>{C=N,ge(),we()}});Le=X!=null?X:fe()}else Le=fe();let It=w("div","tvw-text-xs tvw-text-cw-muted tvw-text-center tvw-py-0.5 tvw-px-4 tvw-bg-cw-container tvw-border-b tvw-border-cw-divider tvw-italic tvw-flex-shrink-0");It.style.display="none";let St=w("div","tvw-flex-1 tvw-min-h-0 tvw-relative"),rt=w("div","tvw-event-stream-list tvw-overflow-y-auto tvw-min-h-0");rt.style.height="100%";let ft=w("div","tvw-absolute tvw-bottom-3 tvw-left-1/2 tvw-transform tvw--translate-x-1/2 tvw-bg-cw-accent tvw-text-white tvw-text-xs tvw-px-3 tvw-py-1.5 tvw-rounded-full tvw-cursor-pointer tvw-shadow-md tvw-z-10 tvw-flex tvw-items-center tvw-gap-1");hn(ft,c==null?void 0:c.scrollIndicator),ft.style.display="none";let Dt=nt("arrow-down","12px","currentColor",2);Dt&&ft.appendChild(Dt);let ae=w("span","");ft.appendChild(ae);let He=w("div","tvw-flex tvw-items-center tvw-justify-center tvw-h-full tvw-text-sm tvw-text-cw-muted");He.style.display="none",St.appendChild(rt),St.appendChild(He),St.appendChild(ft),p.setAttribute("tabindex","0"),p.appendChild(Le),p.appendChild(It),p.appendChild(St);function ut(){let X=e.getAll(),N={};for(let Z of X)N[Z.type]=(N[Z.type]||0)+1;let mt=Object.keys(N).sort(),ht=mt.length!==b.length||!mt.every((Z,dt)=>Z===b[dt]),ot=!ht&&mt.some(Z=>N[Z]!==x[Z]),Ht=X.length!==Object.values(x).reduce((Z,dt)=>Z+dt,0);if(!ht&&!ot&&!Ht||(b=mt,x=N,!at))return;let Ot=at.value;if(at.options[0].textContent="All events",ht){for(;at.options.length>1;)at.remove(1);for(let Z of mt){let dt=w("option","");dt.value=Z,dt.textContent=`${Z} (${N[Z]||0})`,at.appendChild(dt)}Ot&&mt.includes(Ot)?at.value=Ot:Ot&&(at.value="",y="")}else for(let Z=1;Z<at.options.length;Z++){let dt=at.options[Z];dt.textContent=`${dt.value} (${N[dt.value]||0})`}}function J(){let X=e.getAll();if(y&&(X=X.filter(N=>N.type===y)),C){let N=C.toLowerCase();X=X.filter(mt=>mt.type.toLowerCase().includes(N)||mt.payload.toLowerCase().includes(N))}return X}function xe(){return y!==""||C!==""}function ge(){H=0,g=0,h=!1,ft.style.display="none"}function ye(X){W.has(X)?W.delete(X):W.add(X),st=X;let N=rt.scrollTop,mt=h;T=!0,h=!0,we(),rt.scrollTop=N,h=mt,T=!1}function Ue(){return rt.scrollHeight-rt.scrollTop-rt.clientHeight<=50}function we(){M=Date.now(),S=!1,ut();let X=e.getEvictedCount();X>0?(It.textContent=`${X.toLocaleString()} older events truncated`,It.style.display=""):It.style.display="none",u=J();let N=u.length,mt=e.getSize()>0;j&&(j.textContent=String(e.getSize())),N===0&&mt&&xe()?(He.textContent=C?`No events matching '${C}'`:"No events matching filter",He.style.display="",rt.style.display="none"):(He.style.display="none",rt.style.display=""),Mt&&(Mt.title=xe()?`Copy Filtered (${N})`:"Copy All"),h&&N>H&&(g+=N-H,ae.textContent=`${g} new event${g===1?"":"s"}`,ft.style.display=""),H=N;let ht=e.getAll(),ot=ht.length>0?ht[0].timestamp:0,Ht=new Set(u.map(dt=>dt.id));for(let dt of W)Ht.has(dt)||W.delete(dt);let Ot=y!==pt||C!==O,Z=$.size===0&&u.length>0;if(Ot||Z||u.length===0){rt.innerHTML="",$.clear();let dt=document.createDocumentFragment();for(let Vt=0;Vt<u.length;Vt++){let Xt=xA(u[Vt],Vt,ot,n,W,ye,o,s);$.set(u[Vt].id,Xt),dt.appendChild(Xt)}rt.appendChild(dt),pt=y,O=C,st=null}else{if(st!==null){let Vt=$.get(st);if(Vt&&Vt.parentNode===rt){let Xt=u.findIndex(pe=>pe.id===st);if(Xt>=0){let pe=xA(u[Xt],Xt,ot,n,W,ye,o,s);rt.insertBefore(pe,Vt),Vt.remove(),$.set(st,pe)}}st=null}let dt=new Set(u.map(Vt=>Vt.id));for(let[Vt,Xt]of $)dt.has(Vt)||(Xt.remove(),$.delete(Vt));for(let Vt=0;Vt<u.length;Vt++){let Xt=u[Vt];if(!$.has(Xt.id)){let pe=xA(Xt,Vt,ot,n,W,ye,o,s);$.set(Xt.id,pe),rt.appendChild(pe)}}}h||(rt.scrollTop=rt.scrollHeight)}function Q(){if(Date.now()-M>=hP){R!==null&&(cancelAnimationFrame(R),R=null),we();return}S||(S=!0,R=requestAnimationFrame(()=>{R=null,we()}))}let Pt=(X,N)=>{if(!Mt)return;Mt.innerHTML="";let mt=nt(X,"12px","currentColor",1.5);mt&&Mt.appendChild(mt);let ht=w("span","tvw-text-xs");ht.textContent="Copy All",Mt.appendChild(ht),setTimeout(()=>{Mt.innerHTML="";let ot=nt("clipboard-copy","12px","currentColor",1.5);ot&&Mt.appendChild(ot);let Ht=w("span","tvw-text-xs");Ht.textContent="Copy All",Mt.appendChild(Ht),Mt.disabled=!1},N)},Ce=async()=>{if(Mt){Mt.disabled=!0;try{let X;xe()?X=u:X=a?await a():e.getAll();let N=X.map(mt=>{try{return JSON.parse(mt.payload)}catch{return mt.payload}});await navigator.clipboard.writeText(JSON.stringify(N,null,2)),Pt("check",1500)}catch{Pt("x",1500)}}},be=()=>{at&&(y=at.value,ge(),we())},et=()=>{!ct||!jt||(jt.style.display=ct.value?"":"none",A&&clearTimeout(A),A=setTimeout(()=>{C=ct.value,ge(),we()},150))},Wt=()=>{!ct||!jt||(ct.value="",C="",jt.style.display="none",A&&clearTimeout(A),ge(),we())},Se=()=>{if(T)return;let X=rt.scrollTop,N=X>I;I=X,Ue()&&N?(h=!1,g=0,ft.style.display="none"):Ue()||(h=!0)},Ve=X=>{X.deltaY<0&&(h=!0)},Te=()=>{rt.scrollTop=rt.scrollHeight,h=!1,g=0,ft.style.display="none"},G=X=>{let N=X.target;if(!N||N.closest("button"))return;let mt=N.closest("[data-event-id]");if(!mt)return;let ht=mt.getAttribute("data-event-id");ht&&ye(ht)},re=X=>{if((X.metaKey||X.ctrlKey)&&X.key==="f"){X.preventDefault(),ct==null||ct.focus(),ct==null||ct.select();return}X.key==="Escape"&&(ct&&document.activeElement===ct?(Wt(),ct.blur(),p.focus()):t&&t())};Mt&&Mt.addEventListener("click",Ce),at&&at.addEventListener("change",be),ct&&ct.addEventListener("input",et),jt&&jt.addEventListener("click",Wt),rt.addEventListener("scroll",Se),rt.addEventListener("wheel",Ve,{passive:!0}),rt.addEventListener("click",G),ft.addEventListener("click",Te),p.addEventListener("keydown",re);function Tt(){A&&clearTimeout(A),R!==null&&(cancelAnimationFrame(R),R=null),S=!1,$.clear(),Mt&&Mt.removeEventListener("click",Ce),at&&at.removeEventListener("change",be),ct&&ct.removeEventListener("input",et),jt&&jt.removeEventListener("click",Wt),rt.removeEventListener("scroll",Se),rt.removeEventListener("wheel",Ve),rt.removeEventListener("click",G),ft.removeEventListener("click",Te),p.removeEventListener("keydown",re)}return{element:p,update:Q,destroy:Tt}}}var BL={init:{title:"Schedule a Demo",description:"Share the basics and we'll follow up with a confirmation.",fields:[{name:"name",label:"Full name",placeholder:"Jane Doe",required:!0},{name:"email",label:"Work email",placeholder:"jane@example.com",type:"email",required:!0},{name:"notes",label:"What would you like to cover?",type:"textarea"}],submitLabel:"Submit details"},followup:{title:"Additional Information",description:"Provide any extra details to tailor the next steps.",fields:[{name:"company",label:"Company",placeholder:"Acme Inc."},{name:"context",label:"Context",type:"textarea",placeholder:"Share more about your use case"}],submitLabel:"Send"}},gA=(r,e,a,t)=>{let s=r.querySelectorAll("[data-tv-form]");s.length&&s.forEach(o=>{var y,C,A;if(o.dataset.enhanced==="true")return;let n=(y=o.dataset.tvForm)!=null?y:"init";o.dataset.enhanced="true";let l=(C=BL[n])!=null?C:BL.init;o.classList.add("tvw-form-card","tvw-space-y-4");let i=w("div","tvw-space-y-1"),f=w("h3","tvw-text-base tvw-font-semibold tvw-text-cw-primary");if(f.textContent=l.title,i.appendChild(f),l.description){let b=w("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 M,S;let x=w("label","tvw-form-field tvw-flex tvw-flex-col tvw-gap-1");x.htmlFor=`${e.id}-${n}-${b.name}`;let H=w("span","tvw-text-xs tvw-font-medium tvw-text-cw-muted");H.textContent=b.label,x.appendChild(H);let h=(M=b.type)!=null?M:"text",g;h==="textarea"?(g=document.createElement("textarea"),g.rows=3):(g=document.createElement("input"),g.type=h),g.className="tvw-rounded-xl tvw-border tvw-border-gray-200 tvw-bg-white tvw-px-3 tvw-py-2 tvw-text-sm tvw-text-cw-primary focus:tvw-outline-none focus:tvw-border-cw-primary",g.id=`${e.id}-${n}-${b.name}`,g.name=b.name,g.placeholder=(S=b.placeholder)!=null?S:"",b.required&&(g.required=!0),x.appendChild(g),m.appendChild(x)});let c=w("div","tvw-flex tvw-items-center tvw-justify-between tvw-gap-2"),p=w("div","tvw-text-xs tvw-text-cw-muted tvw-min-h-[1.5rem]"),u=w("button","tvw-inline-flex tvw-items-center tvw-rounded-full tvw-bg-cw-primary tvw-px-4 tvw-py-2 tvw-text-sm tvw-font-semibold tvw-text-white disabled:tvw-opacity-60 tvw-cursor-pointer");u.type="submit",u.textContent=(A=l.submitLabel)!=null?A:"Submit",c.appendChild(p),c.appendChild(u),m.appendChild(c),o.replaceChildren(i,m),m.addEventListener("submit",async b=>{var g,M;b.preventDefault();let x=(g=a.formEndpoint)!=null?g:"/form",H=new FormData(m),h={};H.forEach((S,R)=>{h[R]=S}),h.type=n,u.disabled=!0,p.textContent="Submitting\u2026";try{let S=await fetch(x,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(h)});if(!S.ok)throw new Error(`Form submission failed (${S.status})`);let R=await S.json();p.textContent=(M=R.message)!=null?M:"Thanks! We'll be in touch soon.",R.success&&R.nextPrompt&&await t.sendMessage(String(R.nextPrompt))}catch(S){p.textContent=S instanceof Error?S.message:"Something went wrong. Please try again."}finally{u.disabled=!1}})})};var MA=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()}},qn=new MA;var vA={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"},de={apiUrl:"http://localhost:43111/api/chat/dispatch",clientToken:void 0,theme:vA,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 LS(r){var e,a,t,s,o,n,l,i,f,m,c,p,u,y,C,A,b,x,H;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:{...(f=(i=de.layout)==null?void 0:i.messages)==null?void 0:f.avatar,...(c=(m=r.layout)==null?void 0:m.messages)==null?void 0:c.avatar},timestamp:{...(u=(p=de.layout)==null?void 0:p.messages)==null?void 0:u.timestamp,...(C=(y=r.layout)==null?void 0:y.messages)==null?void 0:C.timestamp}},slots:{...(A=de.layout)==null?void 0:A.slots,...(b=r.layout)==null?void 0:b.slots}},markdown:{...de.markdown,...r.markdown,options:{...(x=de.markdown)==null?void 0:x.options,...(H=r.markdown)==null?void 0:H.options}},messageActions:{...de.messageActions,...r.messageActions}}:de}var RL=()=>{let r=new Map,e=(s,o)=>(r.has(s)||r.set(s,new Set),r.get(s).add(o),()=>a(s,o)),a=(s,o)=>{var n;(n=r.get(s))==null||n.delete(o)};return{on:e,off:a,emit:(s,o)=>{var n;(n=r.get(s))==null||n.forEach(l=>{try{l(o)}catch(i){typeof console!="undefined"&&console.error("[AgentWidget] Event handler error:",i)}})}}};var vP=r=>{let e=r.match(/```(?:json)?\s*([\s\S]*?)```/i);return e?e[1]:r},yP=r=>{let e=r.trim(),a=e.indexOf("{");if(a===-1)return null;let t=0;for(let s=a;s<e.length;s+=1){let o=e[s];if(o==="{"&&(t+=1),o==="}"&&(t-=1,t===0))return e.slice(a,s+1)}return null},Nn=({text:r})=>{if(!r||!r.includes("{"))return null;try{let e=vP(r),a=yP(e);if(!a)return null;let t=JSON.parse(a);if(!t||typeof t!="object"||!t.action)return null;let{action:s,...o}=t;return{type:String(s),payload:o,raw:t}}catch{return null}},wA=r=>typeof r=="string"?r:r==null?"":String(r),qa={message:r=>r.type!=="message"?void 0:{handled:!0,displayText:wA(r.payload.text)},messageAndClick:(r,e)=>{var s;if(r.type!=="message_and_click")return;let a=r.payload,t=wA(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:wA(a.text)}}},VL=r=>Array.isArray(r)?r.map(e=>String(e)):[],Un=r=>{let e=new Set(VL(r.getSessionMetadata().processedActionMessageIds)),a=()=>{e=new Set(VL(r.getSessionMetadata().processedActionMessageIds))},t=()=>{let o=Array.from(e);r.updateSessionMetadata(n=>({...n,processedActionMessageIds:o}))};return{process:o=>{if(o.streaming||o.message.role!=="assistant"||!o.text||e.has(o.message.id))return null;let n=typeof o.raw=="string"&&o.raw||typeof o.message.rawContent=="string"&&o.message.rawContent||typeof o.text=="string"&&o.text||null;!n&&typeof o.text=="string"&&o.text.trim().startsWith("{")&&typeof console!="undefined"&&console.warn("[AgentWidget] Structured response detected but no raw payload was provided. Ensure your stream parser returns { text, raw }.");let l=n?r.parsers.reduce((f,m)=>f||(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 f of r.handlers)if(f)try{let m=()=>{r.emit("action:resubmit",i)},c=f(l,{message:o.message,metadata:r.getSessionMetadata(),updateMetadata:r.updateSessionMetadata,document:r.documentRef,triggerResubmit:m});if(!c)continue;if(c.handled){let p=c.persistMessage!==!1;return{text:c.displayText!==void 0?c.displayText:"",persist:p,resubmit:c.resubmit}}}catch(m){typeof console!="undefined"&&console.error("[AgentWidget] Action handler error:",m)}return{text:"",persist:!0}},syncFromMetadata:a}};var wP=r=>{if(!r)return null;try{return JSON.parse(r)}catch(e){return typeof console!="undefined"&&console.error("[AgentWidget] Failed to parse stored state:",e),null}},CP=r=>r.map(e=>({...e,streaming:!1})),TS=(r="persona-state")=>{let e=()=>typeof window=="undefined"||!window.localStorage?null:window.localStorage;return{load:()=>{let a=e();return a?wP(a.getItem(r)):null},save:a=>{let t=e();if(t)try{let s={...a,messages:a.messages?CP(a.messages):void 0};t.setItem(r,JSON.stringify(s))}catch(s){typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",s)}},clear:()=>{let a=e();if(a)try{a.removeItem(r)}catch(t){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear stored state:",t)}}}};var CA=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)})}},cn=new CA;var fn=RH(eA(),1);function bP(r){if(!r||typeof r!="object"||!("component"in r))return!1;let e=r.component;return typeof e=="string"&&e.length>0}function SP(r,e){if(!bP(r))return null;let a=r.props&&typeof r.props=="object"&&r.props!==null?r.props:{};return{component:r.component,props:a,raw:e}}function PS(){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,fn.parse)(a,fn.STR|fn.OBJ),o=SP(s,a);o&&(r=o)}catch{}return e=a.length,r},reset:()=>{r=null,e=0}}}function FL(r){return typeof r=="object"&&r!==null&&"component"in r&&typeof r.component=="string"&&"props"in r&&typeof r.props=="object"}function ES(r,e){let{config:a,message:t,onPropsUpdate:s}=e,o=cn.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 IL(){let r=PS();return{processChunk:e=>r.processChunk(e),getDirective:()=>r.getExtractedDirective(),reset:()=>{r.reset()}}}function BS(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 RS(r){if(!r.rawContent)return null;try{let e=JSON.parse(r.rawContent);if(typeof e=="object"&&e!==null&&"component"in e&&typeof e.component=="string")return{component:e.component,props:e.props&&typeof e.props=="object"&&e.props!==null?e.props:{},raw:r.rawContent}}catch{}return null}var AP=["Very dissatisfied","Dissatisfied","Neutral","Satisfied","Very satisfied"];function VS(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:f=AP}=r,m=document.createElement("div");m.className="tvw-feedback-container tvw-feedback-csat",m.setAttribute("role","dialog"),m.setAttribute("aria-label","Customer satisfaction feedback");let c=null,p=document.createElement("div");p.className="tvw-feedback-content";let u=document.createElement("div");u.className="tvw-feedback-header";let y=document.createElement("h3");y.className="tvw-feedback-title",y.textContent=t,u.appendChild(y);let C=document.createElement("p");C.className="tvw-feedback-subtitle",C.textContent=s,u.appendChild(C),p.appendChild(u);let A=document.createElement("div");A.className="tvw-feedback-rating tvw-feedback-rating-csat",A.setAttribute("role","radiogroup"),A.setAttribute("aria-label","Satisfaction rating from 1 to 5");let b=[];for(let M=1;M<=5;M++){let S=document.createElement("button");S.type="button",S.className="tvw-feedback-rating-btn tvw-feedback-star-btn",S.setAttribute("role","radio"),S.setAttribute("aria-checked","false"),S.setAttribute("aria-label",`${M} star${M>1?"s":""}: ${f[M-1]}`),S.title=f[M-1],S.dataset.rating=String(M),S.innerHTML=`
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
- `,C.addEventListener("click",()=>{c=M,S.forEach((E,L)=>{let I=L<M;E.classList.toggle("selected",I),E.setAttribute("aria-checked",L===M-1?"true":"false")})}),S.push(C),A.appendChild(C)}p.appendChild(A);let x=null;if(i){let M=document.createElement("div");M.className="tvw-feedback-comment-container",x=document.createElement("textarea"),x.className="tvw-feedback-comment",x.placeholder=o,x.rows=3,x.setAttribute("aria-label","Additional comments"),M.appendChild(x),p.appendChild(M)}let H=document.createElement("div");H.className="tvw-feedback-actions";let h=document.createElement("button");h.type="button",h.className="tvw-feedback-btn tvw-feedback-btn-skip",h.textContent=d,h.addEventListener("click",()=>{a==null||a(),m.remove()});let g=document.createElement("button");return g.type="button",g.className="tvw-feedback-btn tvw-feedback-btn-submit",g.textContent=n,g.addEventListener("click",async()=>{if(c===null){A.classList.add("tvw-feedback-shake"),setTimeout(()=>A.classList.remove("tvw-feedback-shake"),500);return}g.disabled=!0,g.textContent="Submitting...";try{let M=(x==null?void 0:x.value.trim())||void 0;await e(c,M),m.remove()}catch(M){g.disabled=!1,g.textContent=n,console.error("[CSAT Feedback] Failed to submit:",M)}}),H.appendChild(h),H.appendChild(g),p.appendChild(H),m.appendChild(p),m}function FS(r){let{onSubmit:e,onDismiss:a,title:t="How likely are you to recommend us?",subtitle:s="On a scale of 0 to 10",commentPlaceholder:o="What could we do better? (optional)...",submitText:n="Submit",skipText:d="Skip",showComment:i=!0,lowLabel:f="Not likely",highLabel:m="Very likely"}=r,c=document.createElement("div");c.className="tvw-feedback-container tvw-feedback-nps",c.setAttribute("role","dialog"),c.setAttribute("aria-label","Net Promoter Score feedback");let p=null,u=document.createElement("div");u.className="tvw-feedback-content";let y=document.createElement("div");y.className="tvw-feedback-header";let b=document.createElement("h3");b.className="tvw-feedback-title",b.textContent=t,y.appendChild(b);let A=document.createElement("p");A.className="tvw-feedback-subtitle",A.textContent=s,y.appendChild(A),u.appendChild(y);let S=document.createElement("div");S.className="tvw-feedback-rating tvw-feedback-rating-nps",S.setAttribute("role","radiogroup"),S.setAttribute("aria-label","Likelihood rating from 0 to 10");let x=document.createElement("div");x.className="tvw-feedback-labels";let H=document.createElement("span");H.className="tvw-feedback-label-low",H.textContent=f;let h=document.createElement("span");h.className="tvw-feedback-label-high",h.textContent=m,x.appendChild(H),x.appendChild(h);let g=document.createElement("div");g.className="tvw-feedback-numbers";let M=[];for(let W=0;W<=10;W++){let U=document.createElement("button");U.type="button",U.className="tvw-feedback-rating-btn tvw-feedback-number-btn",U.setAttribute("role","radio"),U.setAttribute("aria-checked","false"),U.setAttribute("aria-label",`Rating ${W} out of 10`),U.textContent=String(W),U.dataset.rating=String(W),W<=6?U.classList.add("tvw-feedback-detractor"):W<=8?U.classList.add("tvw-feedback-passive"):U.classList.add("tvw-feedback-promoter"),U.addEventListener("click",()=>{p=W,M.forEach((it,z)=>{it.classList.toggle("selected",z===W),it.setAttribute("aria-checked",z===W?"true":"false")})}),M.push(U),g.appendChild(U)}S.appendChild(x),S.appendChild(g),u.appendChild(S);let C=null;if(i){let W=document.createElement("div");W.className="tvw-feedback-comment-container",C=document.createElement("textarea"),C.className="tvw-feedback-comment",C.placeholder=o,C.rows=3,C.setAttribute("aria-label","Additional comments"),W.appendChild(C),u.appendChild(W)}let E=document.createElement("div");E.className="tvw-feedback-actions";let L=document.createElement("button");L.type="button",L.className="tvw-feedback-btn tvw-feedback-btn-skip",L.textContent=d,L.addEventListener("click",()=>{a==null||a(),c.remove()});let I=document.createElement("button");return I.type="button",I.className="tvw-feedback-btn tvw-feedback-btn-submit",I.textContent=n,I.addEventListener("click",async()=>{if(p===null){g.classList.add("tvw-feedback-shake"),setTimeout(()=>g.classList.remove("tvw-feedback-shake"),500);return}I.disabled=!0,I.textContent="Submitting...";try{let W=(C==null?void 0:C.value.trim())||void 0;await e(p,W),c.remove()}catch(W){I.disabled=!1,I.textContent=n,console.error("[NPS Feedback] Failed to submit:",W)}}),E.appendChild(L),E.appendChild(I),u.appendChild(E),c.appendChild(u),c}var un="persona-chat-history",AP=30*1e3;function kP(r){var e,a,t,s,o,n,d,i,f;return r?r===!0?{storage:"session",keyPrefix:"persona-",persist:{openState:!0,voiceState:!0,focusInput:!0},clearOnChatClear:!0}:{storage:(e=r.storage)!=null?e:"session",keyPrefix:(a=r.keyPrefix)!=null?a:"persona-",persist:{openState:(s=(t=r.persist)==null?void 0:t.openState)!=null?s:!0,voiceState:(n=(o=r.persist)==null?void 0:o.voiceState)!=null?n:!0,focusInput:(i=(d=r.persist)==null?void 0:d.focusInput)!=null?i:!0},clearOnChatClear:(f=r.clearOnChatClear)!=null?f:!0}:null}function HP(r){try{let e=r==="local"?localStorage:sessionStorage,a="__persist_test__";return e.setItem(a,"1"),e.removeItem(a),e}catch{return null}}var bA=r=>!r||typeof r!="object"?{}:{...r},IL=r=>r.map(e=>({...e,streaming:!1})),DL=(r,e,a)=>{let t=r!=null&&r.markdown?Dn(r.markdown):null;return s=>{var d,i,f;let o=(d=s.text)!=null?d:"",n=(i=s.message.rawContent)!=null?i:null;if(e){let m=e.process({text:o,raw:n!=null?n:o,message:s.message,streaming:s.streaming});m!==null&&(o=m.text,m.persist||(s.message.__skipPersist=!0),m.resubmit&&!s.streaming&&a&&a())}return r!=null&&r.postprocessMessage?r.postprocessMessage({...s,text:o,raw:(f=n!=null?n:s.text)!=null?f:""}):t?t(o):n2(o)}},IS=(r,e,a)=>{var ge,zt,$t,ce,_t,He,qe,Je,HA,LA,TA,PA,EA,BA,RA,VA,FA,IA,DA,WA,OA,zA,qA,NA,UA,$A,_A,jA,GA,ZA,XA,JA;r.id&&r.id!=="persona-root"&&!r.getAttribute("data-persona-instance")&&r.setAttribute("data-persona-instance",r.id),r.id="persona-root";let t=LS(e),s=qn.getForInstance(t.plugins);t.components&&cn.registerAll(t.components);let o=BL(),n=(ge=t.storageAdapter)!=null?ge:TS(),d={},i=null,f=l=>{if(t.onStateLoaded)try{return t.onStateLoaded(l)}catch(v){typeof console!="undefined"&&console.error("[AgentWidget] onStateLoaded hook failed:",v)}return l};if(n!=null&&n.load)try{let l=n.load();if(l&&typeof l.then=="function")i=l.then(v=>{let P=v!=null?v:{messages:[],metadata:{}};return f(P)});else{let v=l!=null?l:{messages:[],metadata:{}},P=f(v);P.metadata&&(d=bA(P.metadata)),(zt=P.messages)!=null&&zt.length&&(t={...t,initialMessages:P.messages})}}catch(l){typeof console!="undefined"&&console.error("[AgentWidget] Failed to load stored state:",l)}else if(t.onStateLoaded)try{let l=f({messages:[],metadata:{}});($t=l.messages)!=null&&$t.length&&(t={...t,initialMessages:l.messages})}catch(l){typeof console!="undefined"&&console.error("[AgentWidget] onStateLoaded hook failed:",l)}let m=()=>d,c=l=>{var P;d=(P=l({...d}))!=null?P:{},yn()},p=t.actionParsers&&t.actionParsers.length?t.actionParsers:[Nn],u=t.actionHandlers&&t.actionHandlers.length?t.actionHandlers:[Na.message,Na.messageAndClick],y=Un({parsers:p,handlers:u,getSessionMetadata:m,updateSessionMetadata:c,emit:o.emit,documentRef:typeof document!="undefined"?document:null});y.syncFromMetadata();let b=(_t=(ce=t.launcher)==null?void 0:ce.enabled)!=null?_t:!0,A=(qe=(He=t.launcher)==null?void 0:He.autoExpand)!=null?qe:!1,S=A,x=b,H=(HA=(Je=t.layout)==null?void 0:Je.header)==null?void 0:HA.layout,h=b?A:!0,g=!1,M=null,C=()=>{g=!0,M&&clearTimeout(M),M=setTimeout(()=>{g&&(typeof console!="undefined"&&console.warn("[AgentWidget] Resubmit requested but no injection occurred within 10s"),g=!1)},1e4)},E=DL(t,y,C),L=(TA=(LA=t.features)==null?void 0:LA.showReasoning)!=null?TA:!0,I=(EA=(PA=t.features)==null?void 0:PA.showToolCalls)!=null?EA:!0,W=(RA=(BA=t.features)==null?void 0:BA.showEventStreamToggle)!=null?RA:!1,it=`${(FA=typeof t.persistState=="object"?(VA=t.persistState)==null?void 0:VA.keyPrefix:void 0)!=null?FA:"persona-"}event-stream`,z=W?new zn(it):null,st=(WA=(DA=(IA=t.features)==null?void 0:IA.eventStream)==null?void 0:DA.maxEvents)!=null?WA:2e3,_=W?new On(st,z):null,et=null,Mt=!1,ct=null,jt=0;z==null||z.open().then(()=>_==null?void 0:_.restore()).catch(l=>{t.debug&&console.warn("[AgentWidget] IndexedDB not available for event stream:",l)});let Pe={onCopy:l=>{var v,P;o.emit("message:copy",l),$!=null&&$.isClientTokenMode()&&$.submitMessageFeedback(l.id,"copy").catch(D=>{t.debug&&console.error("[AgentWidget] Failed to submit copy feedback:",D)}),(P=(v=t.messageActions)==null?void 0:v.onCopy)==null||P.call(v,l)},onFeedback:l=>{var v,P;o.emit("message:feedback",l),$!=null&&$.isClientTokenMode()&&$.submitMessageFeedback(l.messageId,l.type).catch(D=>{t.debug&&console.error("[AgentWidget] Failed to submit feedback:",D)}),(P=(v=t.messageActions)==null?void 0:v.onFeedback)==null||P.call(v,l)}},Ee=(OA=t.statusIndicator)!=null?OA:{},Ue=l=>{var v,P,D,B;return l==="idle"?(v=Ee.idleText)!=null?v:De.idle:l==="connecting"?(P=Ee.connectingText)!=null?P:De.connecting:l==="connected"?(D=Ee.connectedText)!=null?D:De.connected:l==="error"?(B=Ee.errorText)!=null?B:De.error:De[l]},{wrapper:Bt,panel:yt}=bL(t),at=SL(t,b),{container:ft,body:Rt,messagesWrapper:se,suggestions:Te,textarea:ut,sendButton:J,sendButtonWrapper:ue,composerForm:me,statusText:ye,introTitle:$e,introSubtitle:we,closeButton:Q,iconHolder:Lt,headerTitle:Ce,headerSubtitle:be,header:tt,footer:Dt,actionsRow:Se,leftActions:Fe,rightActions:Be}=at,j=at.micButton,ae=at.micButtonWrapper,At=at.attachmentButton,X=at.attachmentButtonWrapper,N=at.attachmentInput,mt=at.attachmentPreviewsContainer,ht=null;(zA=t.attachments)!=null&&zA.enabled&&N&&mt&&(ht=Oa.fromConfig(t.attachments),ht.setPreviewsContainer(mt),N.addEventListener("change",l=>{let v=l.target;ht==null||ht.handleFileSelect(v.files),v.value=""}));let rt=s.find(l=>l.renderHeader);if(rt!=null&&rt.renderHeader){let l=rt.renderHeader({config:t,defaultRenderer:()=>{let v=ca({config:t,showClose:b});return za(ft,v,t),v.header},onClose:()=>ne(!1,"user")});if(l){let v=ft.querySelector(".tvw-border-b-cw-divider");v&&(v.replaceWith(l),tt=l)}}let bt=()=>{var v,P,D,B;if(!_)return;if(Mt=!0,!et&&_&&(et=PL({buffer:_,getFullHistory:()=>_.getAllFromStore(),onClose:()=>Wt(),config:t,plugins:s})),et&&(Rt.style.display="none",(v=Dt.parentNode)==null||v.insertBefore(et.element,Dt),et.update()),G){G.classList.remove("tvw-text-cw-muted"),G.classList.add("tvw-text-cw-accent"),G.style.boxShadow="inset 0 0 0 1.5px var(--cw-accent, #3b82f6)";let Z=(B=(D=(P=t.features)==null?void 0:P.eventStream)==null?void 0:D.classNames)==null?void 0:B.toggleButtonActive;Z&&Z.split(/\s+/).forEach(wt=>wt&&G.classList.add(wt))}let l=()=>{if(!Mt)return;let Z=Date.now();Z-jt>=200&&(et==null||et.update(),jt=Z),ct=requestAnimationFrame(l)};jt=0,ct=requestAnimationFrame(l),o.emit("eventStream:opened",{timestamp:Date.now()})},Wt=()=>{var l,v,P;if(Mt){if(Mt=!1,et&&et.element.remove(),Rt.style.display="",G){G.classList.remove("tvw-text-cw-accent"),G.classList.add("tvw-text-cw-muted"),G.style.boxShadow="";let D=(P=(v=(l=t.features)==null?void 0:l.eventStream)==null?void 0:v.classNames)==null?void 0:P.toggleButtonActive;D&&D.split(/\s+/).forEach(B=>B&&G.classList.remove(B))}ct!==null&&(cancelAnimationFrame(ct),ct=null),o.emit("eventStream:closed",{timestamp:Date.now()})}},G=null;if(W){let l=(NA=(qA=t.features)==null?void 0:qA.eventStream)==null?void 0:NA.classNames,v="tvw-inline-flex tvw-items-center tvw-justify-center tvw-rounded-full tvw-text-cw-muted hover:tvw-bg-gray-100 tvw-cursor-pointer tvw-border-none tvw-bg-transparent tvw-p-1"+(l!=null&&l.toggleButton?" "+l.toggleButton:"");G=w("button",v),G.style.width="28px",G.style.height="28px",G.type="button",G.setAttribute("aria-label","Event Stream"),G.title="Event Stream";let P=nt("activity","18px","currentColor",1.5);P&&G.appendChild(P);let D=at.clearChatButtonWrapper,B=at.closeButtonWrapper,Z=D||B;Z&&Z.parentNode===tt?tt.insertBefore(G,Z):tt.appendChild(G),G.addEventListener("click",()=>{Mt?Wt():bt()})}let dt=s.find(l=>l.renderComposer);if(dt!=null&&dt.renderComposer){let l=dt.renderComposer({config:t,defaultRenderer:()=>nn({config:t}).footer,onSubmit:v=>{$&&!$.isStreaming()&&$.sendMessage(v)},disabled:!1});l&&(Dt.replaceWith(l),Dt=l)}(()=>{var D,B;let l=(B=(D=t.layout)==null?void 0:D.slots)!=null?B:{},v=Z=>{switch(Z){case"body-top":return ft.querySelector(".tvw-rounded-2xl.tvw-bg-cw-surface.tvw-p-6")||null;case"messages":return se;case"footer-top":return Te;case"composer":return me;case"footer-bottom":return ye;default:return null}},P=(Z,wt)=>{var pt;switch(Z){case"header-left":case"header-center":case"header-right":if(Z==="header-left")tt.insertBefore(wt,tt.firstChild);else if(Z==="header-right")tt.appendChild(wt);else{let Ht=tt.querySelector(".tvw-flex-col");Ht?(pt=Ht.parentNode)==null||pt.insertBefore(wt,Ht.nextSibling):tt.appendChild(wt)}break;case"body-top":{let Ht=Rt.querySelector(".tvw-rounded-2xl.tvw-bg-cw-surface.tvw-p-6");Ht?Ht.replaceWith(wt):Rt.insertBefore(wt,Rt.firstChild);break}case"body-bottom":Rt.appendChild(wt);break;case"footer-top":Te.replaceWith(wt);break;case"footer-bottom":ye.replaceWith(wt);break;default:break}};for(let[Z,wt]of Object.entries(l))if(wt)try{let pt=wt({config:t,defaultContent:()=>v(Z)});pt&&P(Z,pt)}catch(pt){typeof console!="undefined"&&console.error(`[AgentWidget] Error rendering slot "${Z}":`,pt)}})();let Jt=l=>{let P=l.target.closest('button[data-expand-header="true"]');if(!P)return;let D=P.closest(".vanilla-reasoning-bubble, .vanilla-tool-bubble");if(!D)return;let B=D.getAttribute("data-message-id");if(!B)return;let Z=P.getAttribute("data-bubble-type");Z==="reasoning"?(ln.has(B)?ln.delete(B):ln.add(B),HL(B,D)):Z==="tool"&&(pn.has(B)?pn.delete(B):pn.add(B),LL(B,D,t))};se.addEventListener("pointerdown",l=>{l.target.closest('button[data-expand-header="true"]')&&(l.preventDefault(),Jt(l))}),se.addEventListener("keydown",l=>{let v=l.target;(l.key==="Enter"||l.key===" ")&&v.closest('button[data-expand-header="true"]')&&(l.preventDefault(),Jt(l))}),yt.appendChild(ft),r.appendChild(Bt);let pe=()=>{var gt,vt,Qt,Tt,Me,Ie,K,Nt,ta,Ke,xa,Yn,US,fe,Qn,Sn;let l=(vt=(gt=t.launcher)==null?void 0:gt.sidebarMode)!=null?vt:!1,v=l||((Tt=(Qt=t.launcher)==null?void 0:Qt.fullHeight)!=null?Tt:!1),P=(Me=t.theme)!=null?Me:{},D=(K=(Ie=t.launcher)==null?void 0:Ie.position)!=null?K:"bottom-left",B=D==="bottom-left"||D==="top-left",Z=l?"none":"1px solid var(--tvw-cw-border)",wt=l?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)",pt=l?"0":"16px",Ht=(Nt=P.panelBorder)!=null?Nt:Z,Ft=(ta=P.panelShadow)!=null?ta:wt,It=(Ke=P.panelBorderRadius)!=null?Ke:pt;r.style.cssText="",Bt.style.cssText="",yt.style.cssText="",ft.style.cssText="",Rt.style.cssText="",Dt.style.cssText="";let qt=(Yn=(xa=t==null?void 0:t.launcher)==null?void 0:xa.width)!=null?Yn:t==null?void 0:t.launcherWidth,ot=qt!=null?qt:"min(400px, calc(100vw - 24px))";l||(yt.style.width=ot,yt.style.maxWidth=ot),yt.style.boxShadow=Ft,yt.style.borderRadius=It,ft.style.border=Ht,ft.style.borderRadius=It;let O=((US=t.launcher)==null?void 0:US.enabled)===!1;if(v&&(r.style.display="flex",r.style.flexDirection="column",r.style.height="100%",r.style.minHeight="0",Bt.style.display="flex",Bt.style.flexDirection="column",Bt.style.flex="1 1 0%",Bt.style.minHeight="0",Bt.style.maxHeight="100%",Bt.style.height="100%",O&&(Bt.style.overflow="hidden"),yt.style.display="flex",yt.style.flexDirection="column",yt.style.flex="1 1 0%",yt.style.minHeight="0",yt.style.maxHeight="100%",yt.style.height="100%",yt.style.overflow="hidden",ft.style.display="flex",ft.style.flexDirection="column",ft.style.flex="1 1 0%",ft.style.minHeight="0",ft.style.maxHeight="100%",ft.style.overflow="hidden",Rt.style.flex="1 1 0%",Rt.style.minHeight="0",Rt.style.overflowY="auto",Dt.style.flexShrink="0"),Bt.classList.remove("tvw-bottom-6","tvw-right-6","tvw-left-6","tvw-top-6","tvw-bottom-4","tvw-right-4","tvw-left-4","tvw-top-4"),!l&&!O&&((fe=Ye[D])!=null?fe:Ye["bottom-right"]).split(" ").forEach(Ea=>Bt.classList.add(Ea)),l){let Pa=(Sn=(Qn=t.launcher)==null?void 0:Qn.sidebarWidth)!=null?Sn:"420px";Bt.style.cssText=`
69
+ `,S.addEventListener("click",()=>{c=M,b.forEach((R,T)=>{let I=T<M;R.classList.toggle("selected",I),R.setAttribute("aria-checked",T===M-1?"true":"false")})}),b.push(S),A.appendChild(S)}p.appendChild(A);let x=null;if(i){let M=document.createElement("div");M.className="tvw-feedback-comment-container",x=document.createElement("textarea"),x.className="tvw-feedback-comment",x.placeholder=o,x.rows=3,x.setAttribute("aria-label","Additional comments"),M.appendChild(x),p.appendChild(M)}let H=document.createElement("div");H.className="tvw-feedback-actions";let h=document.createElement("button");h.type="button",h.className="tvw-feedback-btn tvw-feedback-btn-skip",h.textContent=l,h.addEventListener("click",()=>{a==null||a(),m.remove()});let g=document.createElement("button");return g.type="button",g.className="tvw-feedback-btn tvw-feedback-btn-submit",g.textContent=n,g.addEventListener("click",async()=>{if(c===null){A.classList.add("tvw-feedback-shake"),setTimeout(()=>A.classList.remove("tvw-feedback-shake"),500);return}g.disabled=!0,g.textContent="Submitting...";try{let M=(x==null?void 0:x.value.trim())||void 0;await e(c,M),m.remove()}catch(M){g.disabled=!1,g.textContent=n,console.error("[CSAT Feedback] Failed to submit:",M)}}),H.appendChild(h),H.appendChild(g),p.appendChild(H),m.appendChild(p),m}function FS(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:f="Not likely",highLabel:m="Very likely"}=r,c=document.createElement("div");c.className="tvw-feedback-container tvw-feedback-nps",c.setAttribute("role","dialog"),c.setAttribute("aria-label","Net Promoter Score feedback");let p=null,u=document.createElement("div");u.className="tvw-feedback-content";let y=document.createElement("div");y.className="tvw-feedback-header";let C=document.createElement("h3");C.className="tvw-feedback-title",C.textContent=t,y.appendChild(C);let A=document.createElement("p");A.className="tvw-feedback-subtitle",A.textContent=s,y.appendChild(A),u.appendChild(y);let b=document.createElement("div");b.className="tvw-feedback-rating tvw-feedback-rating-nps",b.setAttribute("role","radiogroup"),b.setAttribute("aria-label","Likelihood rating from 0 to 10");let x=document.createElement("div");x.className="tvw-feedback-labels";let H=document.createElement("span");H.className="tvw-feedback-label-low",H.textContent=f;let h=document.createElement("span");h.className="tvw-feedback-label-high",h.textContent=m,x.appendChild(H),x.appendChild(h);let g=document.createElement("div");g.className="tvw-feedback-numbers";let M=[];for(let W=0;W<=10;W++){let $=document.createElement("button");$.type="button",$.className="tvw-feedback-rating-btn tvw-feedback-number-btn",$.setAttribute("role","radio"),$.setAttribute("aria-checked","false"),$.setAttribute("aria-label",`Rating ${W} out of 10`),$.textContent=String(W),$.dataset.rating=String(W),W<=6?$.classList.add("tvw-feedback-detractor"):W<=8?$.classList.add("tvw-feedback-passive"):$.classList.add("tvw-feedback-promoter"),$.addEventListener("click",()=>{p=W,M.forEach((pt,O)=>{pt.classList.toggle("selected",O===W),pt.setAttribute("aria-checked",O===W?"true":"false")})}),M.push($),g.appendChild($)}b.appendChild(x),b.appendChild(g),u.appendChild(b);let S=null;if(i){let W=document.createElement("div");W.className="tvw-feedback-comment-container",S=document.createElement("textarea"),S.className="tvw-feedback-comment",S.placeholder=o,S.rows=3,S.setAttribute("aria-label","Additional comments"),W.appendChild(S),u.appendChild(W)}let R=document.createElement("div");R.className="tvw-feedback-actions";let T=document.createElement("button");T.type="button",T.className="tvw-feedback-btn tvw-feedback-btn-skip",T.textContent=l,T.addEventListener("click",()=>{a==null||a(),c.remove()});let I=document.createElement("button");return I.type="button",I.className="tvw-feedback-btn tvw-feedback-btn-submit",I.textContent=n,I.addEventListener("click",async()=>{if(p===null){g.classList.add("tvw-feedback-shake"),setTimeout(()=>g.classList.remove("tvw-feedback-shake"),500);return}I.disabled=!0,I.textContent="Submitting...";try{let W=(S==null?void 0:S.value.trim())||void 0;await e(p,W),c.remove()}catch(W){I.disabled=!1,I.textContent=n,console.error("[NPS Feedback] Failed to submit:",W)}}),R.appendChild(T),R.appendChild(I),u.appendChild(R),c.appendChild(u),c}var un="persona-chat-history",kP=30*1e3;function HP(r){var e,a,t,s,o,n,l,i,f;return r?r===!0?{storage:"session",keyPrefix:"persona-",persist:{openState:!0,voiceState:!0,focusInput:!0},clearOnChatClear:!0}:{storage:(e=r.storage)!=null?e:"session",keyPrefix:(a=r.keyPrefix)!=null?a:"persona-",persist:{openState:(s=(t=r.persist)==null?void 0:t.openState)!=null?s:!0,voiceState:(n=(o=r.persist)==null?void 0:o.voiceState)!=null?n:!0,focusInput:(i=(l=r.persist)==null?void 0:l.focusInput)!=null?i:!0},clearOnChatClear:(f=r.clearOnChatClear)!=null?f:!0}:null}function LP(r){try{let e=r==="local"?localStorage:sessionStorage,a="__persist_test__";return e.setItem(a,"1"),e.removeItem(a),e}catch{return null}}var bA=r=>!r||typeof r!="object"?{}:{...r},DL=r=>r.map(e=>({...e,streaming:!1})),WL=(r,e,a)=>{let t=r!=null&&r.markdown?Dn(r.markdown):null;return s=>{var l,i,f;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:(f=n!=null?n:s.text)!=null?f:""}):t?t(o):n2(o)}},IS=(r,e,a)=>{var zt,$t,ue,_t,Ae,ze,Xe,HA,LA,TA,PA,EA,BA,RA,VA,FA,IA,DA,WA,OA,zA,qA,NA,UA,$A,_A,jA,GA,ZA,XA,JA,KA;r.id&&r.id!=="persona-root"&&!r.getAttribute("data-persona-instance")&&r.setAttribute("data-persona-instance",r.id),r.id="persona-root";let t=LS(e),s=qn.getForInstance(t.plugins);t.components&&cn.registerAll(t.components);let o=RL(),n=(zt=t.storageAdapter)!=null?zt:TS(),l={},i=null,f=d=>{if(t.onStateLoaded)try{return t.onStateLoaded(d)}catch(v){typeof console!="undefined"&&console.error("[AgentWidget] onStateLoaded hook failed:",v)}return d};if(n!=null&&n.load)try{let d=n.load();if(d&&typeof d.then=="function")i=d.then(v=>{let P=v!=null?v:{messages:[],metadata:{}};return f(P)});else{let v=d!=null?d:{messages:[],metadata:{}},P=f(v);P.metadata&&(l=bA(P.metadata)),($t=P.messages)!=null&&$t.length&&(t={...t,initialMessages:P.messages})}}catch(d){typeof console!="undefined"&&console.error("[AgentWidget] Failed to load stored state:",d)}else if(t.onStateLoaded)try{let d=f({messages:[],metadata:{}});(ue=d.messages)!=null&&ue.length&&(t={...t,initialMessages:d.messages})}catch(d){typeof console!="undefined"&&console.error("[AgentWidget] onStateLoaded hook failed:",d)}let m=()=>l,c=d=>{var P;l=(P=d({...l}))!=null?P:{},yn()},p=t.actionParsers&&t.actionParsers.length?t.actionParsers:[Nn],u=t.actionHandlers&&t.actionHandlers.length?t.actionHandlers:[qa.message,qa.messageAndClick],y=Un({parsers:p,handlers:u,getSessionMetadata:m,updateSessionMetadata:c,emit:o.emit,documentRef:typeof document!="undefined"?document:null});y.syncFromMetadata();let C=(Ae=(_t=t.launcher)==null?void 0:_t.enabled)!=null?Ae:!0,A=(Xe=(ze=t.launcher)==null?void 0:ze.autoExpand)!=null?Xe:!1,b=A,x=C,H=(LA=(HA=t.layout)==null?void 0:HA.header)==null?void 0:LA.layout,h=C?A:!0,g=!1,M=null,S=()=>{g=!0,M&&clearTimeout(M),M=setTimeout(()=>{g&&(typeof console!="undefined"&&console.warn("[AgentWidget] Resubmit requested but no injection occurred within 10s"),g=!1)},1e4)},R=WL(t,y,S),T=(PA=(TA=t.features)==null?void 0:TA.showReasoning)!=null?PA:!0,I=(BA=(EA=t.features)==null?void 0:EA.showToolCalls)!=null?BA:!0,W=(VA=(RA=t.features)==null?void 0:RA.showEventStreamToggle)!=null?VA:!1,pt=`${(IA=typeof t.persistState=="object"?(FA=t.persistState)==null?void 0:FA.keyPrefix:void 0)!=null?IA:"persona-"}event-stream`,O=W?new zn(pt):null,st=(OA=(WA=(DA=t.features)==null?void 0:DA.eventStream)==null?void 0:WA.maxEvents)!=null?OA:2e3,j=W?new On(st,O):null,at=null,Mt=!1,ct=null,jt=0;O==null||O.open().then(()=>j==null?void 0:j.restore()).catch(d=>{t.debug&&console.warn("[AgentWidget] IndexedDB not available for event stream:",d)});let fe={onCopy:d=>{var v,P;o.emit("message:copy",d),U!=null&&U.isClientTokenMode()&&U.submitMessageFeedback(d.id,"copy").catch(F=>{t.debug&&console.error("[AgentWidget] Failed to submit copy feedback:",F)}),(P=(v=t.messageActions)==null?void 0:v.onCopy)==null||P.call(v,d)},onFeedback:d=>{var v,P;o.emit("message:feedback",d),U!=null&&U.isClientTokenMode()&&U.submitMessageFeedback(d.messageId,d.type).catch(F=>{t.debug&&console.error("[AgentWidget] Failed to submit feedback:",F)}),(P=(v=t.messageActions)==null?void 0:v.onFeedback)==null||P.call(v,d)}},Le=(zA=t.statusIndicator)!=null?zA:{},Ne=d=>{var v,P,F,B;return d==="idle"?(v=Le.idleText)!=null?v:Ie.idle:d==="connecting"?(P=Le.connectingText)!=null?P:Ie.connecting:d==="connected"?(F=Le.connectedText)!=null?F:Ie.connected:d==="error"?(B=Le.errorText)!=null?B:Ie.error:Ie[d]},{wrapper:It,panel:St}=SL(t),rt=AL(t,C),{container:ft,body:Dt,messagesWrapper:ae,suggestions:He,textarea:ut,sendButton:J,sendButtonWrapper:xe,composerForm:ge,statusText:ye,introTitle:Ue,introSubtitle:we,closeButton:Q,iconHolder:Pt,headerTitle:Ce,headerSubtitle:be,header:et,footer:Wt,actionsRow:Se,leftActions:Ve,rightActions:Te}=rt,G=rt.micButton,re=rt.micButtonWrapper,Tt=rt.attachmentButton,X=rt.attachmentButtonWrapper,N=rt.attachmentInput,mt=rt.attachmentPreviewsContainer,ht=null;(qA=t.attachments)!=null&&qA.enabled&&N&&mt&&(ht=Wa.fromConfig(t.attachments),ht.setPreviewsContainer(mt),N.addEventListener("change",d=>{let v=d.target;ht==null||ht.handleFileSelect(v.files),v.value=""}));let ot=s.find(d=>d.renderHeader);if(ot!=null&&ot.renderHeader){let d=ot.renderHeader({config:t,defaultRenderer:()=>{let v=ha({config:t,showClose:C});return Oa(ft,v,t),v.header},onClose:()=>ie(!1,"user")});if(d){let v=ft.querySelector(".tvw-border-b-cw-divider");v&&(v.replaceWith(d),et=d)}}let Ht=()=>{var v,P,F,B;if(!j)return;if(Mt=!0,!at&&j&&(at=EL({buffer:j,getFullHistory:()=>j.getAllFromStore(),onClose:()=>Ot(),config:t,plugins:s})),at&&(Dt.style.display="none",(v=Wt.parentNode)==null||v.insertBefore(at.element,Wt),at.update()),Z){Z.classList.remove("tvw-text-cw-muted"),Z.classList.add("tvw-text-cw-accent"),Z.style.boxShadow="inset 0 0 0 1.5px var(--cw-accent, #3b82f6)";let _=(B=(F=(P=t.features)==null?void 0:P.eventStream)==null?void 0:F.classNames)==null?void 0:B.toggleButtonActive;_&&_.split(/\s+/).forEach(yt=>yt&&Z.classList.add(yt))}let d=()=>{if(!Mt)return;let _=Date.now();_-jt>=200&&(at==null||at.update(),jt=_),ct=requestAnimationFrame(d)};jt=0,ct=requestAnimationFrame(d),o.emit("eventStream:opened",{timestamp:Date.now()})},Ot=()=>{var d,v,P;if(Mt){if(Mt=!1,at&&at.element.remove(),Dt.style.display="",Z){Z.classList.remove("tvw-text-cw-accent"),Z.classList.add("tvw-text-cw-muted"),Z.style.boxShadow="";let F=(P=(v=(d=t.features)==null?void 0:d.eventStream)==null?void 0:v.classNames)==null?void 0:P.toggleButtonActive;F&&F.split(/\s+/).forEach(B=>B&&Z.classList.remove(B))}ct!==null&&(cancelAnimationFrame(ct),ct=null),o.emit("eventStream:closed",{timestamp:Date.now()})}},Z=null;if(W){let d=(UA=(NA=t.features)==null?void 0:NA.eventStream)==null?void 0:UA.classNames,v="tvw-inline-flex tvw-items-center tvw-justify-center tvw-rounded-full tvw-text-cw-muted hover:tvw-bg-gray-100 tvw-cursor-pointer tvw-border-none tvw-bg-transparent tvw-p-1"+(d!=null&&d.toggleButton?" "+d.toggleButton:"");Z=w("button",v),Z.style.width="28px",Z.style.height="28px",Z.type="button",Z.setAttribute("aria-label","Event Stream"),Z.title="Event Stream";let P=nt("activity","18px","currentColor",1.5);P&&Z.appendChild(P);let F=rt.clearChatButtonWrapper,B=rt.closeButtonWrapper,_=F||B;_&&_.parentNode===et?et.insertBefore(Z,_):et.appendChild(Z),Z.addEventListener("click",()=>{Mt?Ot():Ht()})}let dt=s.find(d=>d.renderComposer);if(dt!=null&&dt.renderComposer){let d=dt.renderComposer({config:t,defaultRenderer:()=>nn({config:t}).footer,onSubmit:v=>{U&&!U.isStreaming()&&U.sendMessage(v)},disabled:!1});d&&(Wt.replaceWith(d),Wt=d)}(()=>{var F,B;let d=(B=(F=t.layout)==null?void 0:F.slots)!=null?B:{},v=_=>{switch(_){case"body-top":return ft.querySelector(".tvw-rounded-2xl.tvw-bg-cw-surface.tvw-p-6")||null;case"messages":return ae;case"footer-top":return He;case"composer":return ge;case"footer-bottom":return ye;default:return null}},P=(_,yt)=>{var it;switch(_){case"header-left":case"header-center":case"header-right":if(_==="header-left")et.insertBefore(yt,et.firstChild);else if(_==="header-right")et.appendChild(yt);else{let wt=et.querySelector(".tvw-flex-col");wt?(it=wt.parentNode)==null||it.insertBefore(yt,wt.nextSibling):et.appendChild(yt)}break;case"body-top":{let wt=Dt.querySelector(".tvw-rounded-2xl.tvw-bg-cw-surface.tvw-p-6");wt?wt.replaceWith(yt):Dt.insertBefore(yt,Dt.firstChild);break}case"body-bottom":Dt.appendChild(yt);break;case"footer-top":He.replaceWith(yt);break;case"footer-bottom":ye.replaceWith(yt);break;default:break}};for(let[_,yt]of Object.entries(d))if(yt)try{let it=yt({config:t,defaultContent:()=>v(_)});it&&P(_,it)}catch(it){typeof console!="undefined"&&console.error(`[AgentWidget] Error rendering slot "${_}":`,it)}})();let Xt=d=>{let P=d.target.closest('button[data-expand-header="true"]');if(!P)return;let F=P.closest(".vanilla-reasoning-bubble, .vanilla-tool-bubble");if(!F)return;let B=F.getAttribute("data-message-id");if(!B)return;let _=P.getAttribute("data-bubble-type");_==="reasoning"?(dn.has(B)?dn.delete(B):dn.add(B),LL(B,F)):_==="tool"&&(pn.has(B)?pn.delete(B):pn.add(B),TL(B,F,t))};ae.addEventListener("pointerdown",d=>{d.target.closest('button[data-expand-header="true"]')&&(d.preventDefault(),Xt(d))}),ae.addEventListener("keydown",d=>{let v=d.target;(d.key==="Enter"||d.key===" ")&&v.closest('button[data-expand-header="true"]')&&(d.preventDefault(),Xt(d))});let pe=new Map;ae.addEventListener("click",d=>{var yt;let P=d.target.closest(".tvw-message-action-btn[data-action]");if(!P)return;d.preventDefault(),d.stopPropagation();let F=P.closest("[data-actions-for]");if(!F)return;let B=F.getAttribute("data-actions-for");if(!B)return;let _=P.getAttribute("data-action");if(_==="copy"){let wt=U.getMessages().find(At=>At.id===B);if(wt&&fe.onCopy){let At=wt.content||"";navigator.clipboard.writeText(At).then(()=>{P.classList.add("tvw-message-action-success");let Ct=nt("check",14,"currentColor",2);Ct&&(P.innerHTML="",P.appendChild(Ct)),setTimeout(()=>{P.classList.remove("tvw-message-action-success");let Bt=nt("copy",14,"currentColor",2);Bt&&(P.innerHTML="",P.appendChild(Bt))},2e3)}).catch(Ct=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to copy message:",Ct)}),fe.onCopy(wt)}}else if(_==="upvote"||_==="downvote")if(((yt=pe.get(B))!=null?yt:null)===_)pe.delete(B),P.classList.remove("tvw-message-action-active");else{let At=_==="upvote"?"downvote":"upvote",Ct=F.querySelector(`[data-action="${At}"]`);Ct&&Ct.classList.remove("tvw-message-action-active"),pe.set(B,_),P.classList.add("tvw-message-action-active");let tt=U.getMessages().find(D=>D.id===B);tt&&fe.onFeedback&&fe.onFeedback({type:_,messageId:tt.id,message:tt})}}),St.appendChild(ft),r.appendChild(It);let Ua=()=>{var gt,bt,Qt,Rt,Me,Fe,K,Ut,ta,Je,ma,Yn,US,me,Qn,Sn;let d=(bt=(gt=t.launcher)==null?void 0:gt.sidebarMode)!=null?bt:!1,v=d||((Rt=(Qt=t.launcher)==null?void 0:Qt.fullHeight)!=null?Rt:!1),P=(Me=t.theme)!=null?Me:{},F=(K=(Fe=t.launcher)==null?void 0:Fe.position)!=null?K:"bottom-left",B=F==="bottom-left"||F==="top-left",_=d?"none":"1px solid var(--tvw-cw-border)",yt=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",wt=(Ut=P.panelBorder)!=null?Ut:_,At=(ta=P.panelShadow)!=null?ta:yt,Ct=(Je=P.panelBorderRadius)!=null?Je:it;r.style.cssText="",It.style.cssText="",St.style.cssText="",ft.style.cssText="",Dt.style.cssText="",Wt.style.cssText="";let Bt=(Yn=(ma=t==null?void 0:t.launcher)==null?void 0:ma.width)!=null?Yn:t==null?void 0:t.launcherWidth,tt=Bt!=null?Bt:"min(400px, calc(100vw - 24px))";d||(St.style.width=tt,St.style.maxWidth=tt),St.style.boxShadow=At,St.style.borderRadius=Ct,ft.style.border=wt,ft.style.borderRadius=Ct;let D=((US=t.launcher)==null?void 0:US.enabled)===!1;if(v&&(r.style.display="flex",r.style.flexDirection="column",r.style.height="100%",r.style.minHeight="0",It.style.display="flex",It.style.flexDirection="column",It.style.flex="1 1 0%",It.style.minHeight="0",It.style.maxHeight="100%",It.style.height="100%",D&&(It.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",ft.style.display="flex",ft.style.flexDirection="column",ft.style.flex="1 1 0%",ft.style.minHeight="0",ft.style.maxHeight="100%",ft.style.overflow="hidden",Dt.style.flex="1 1 0%",Dt.style.minHeight="0",Dt.style.overflowY="auto",Wt.style.flexShrink="0"),It.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&&!D&&((me=Ke[F])!=null?me:Ke["bottom-right"]).split(" ").forEach(Pa=>It.classList.add(Pa)),d){let Ta=(Sn=(Qn=t.launcher)==null?void 0:Qn.sidebarWidth)!=null?Sn:"420px";It.style.cssText=`
70
70
  position: fixed !important;
71
71
  top: 0 !important;
72
72
  bottom: 0 !important;
73
- width: ${Pa} !important;
73
+ width: ${Ta} !important;
74
74
  height: 100vh !important;
75
75
  max-height: 100vh !important;
76
76
  margin: 0 !important;
@@ -78,7 +78,7 @@ lucide.createIcons({icons});\``);if(typeof t=="undefined")throw new Error("`crea
78
78
  display: flex !important;
79
79
  flex-direction: column !important;
80
80
  ${B?"left: 0 !important; right: auto !important;":"left: auto !important; right: 0 !important;"}
81
- `,yt.style.cssText=`
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: ${Ft} !important;
93
- border-radius: ${It} !important;
94
- `,yt.style.setProperty("width","100%","important"),yt.style.setProperty("max-width","100%","important"),ft.style.cssText=`
92
+ box-shadow: ${At} !important;
93
+ border-radius: ${Ct} !important;
94
+ `,St.style.setProperty("width","100%","important"),St.style.setProperty("max-width","100%","important"),ft.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: ${It} !important;
104
- border: ${Ht} !important;
105
- `,Dt.style.cssText=`
103
+ border-radius: ${Ct} !important;
104
+ border: ${wt} !important;
105
+ `,Wt.style.cssText=`
106
106
  flex-shrink: 0 !important;
107
107
  border-top: none !important;
108
108
  padding: 8px 16px 12px 16px !important;
109
- `}if(!O){let Pa="max-height: -moz-available !important; max-height: stretch !important;",Ea=l?"":"padding-top: 1.25em !important;";Bt.style.cssText+=Pa+Ea}};pe(),kS(r,t);let xe=[];W&&xe.push(()=>{ct!==null&&(cancelAnimationFrame(ct),ct=null),et==null||et.destroy(),et=null,_==null||_.destroy(),_=null,z=null});let _e=null,mn=()=>{_e&&(_e(),_e=null),t.colorScheme==="auto"&&(_e=yL(()=>{kS(r,t)}))};mn(),xe.push(()=>{_e&&(_e(),_e=null)});let ua=TL(Te),Qe=null,$,ma=!1,ra=!0,ka=0,xn=0,oa=null,sa=!1,$a=0,_a=!1,$n=125,_n=2e3,jn=5,gn=50,ja=new Map,Kt={active:!1,manuallyDeactivated:!1,lastUserMessageWasVoice:!1,lastUserMessageId:null},Mn=($A=(UA=t.voiceRecognition)==null?void 0:UA.autoResume)!=null?$A:!1,vn=l=>{o.emit("voice:state",{active:Kt.active,source:l,timestamp:Date.now()})},na=()=>{c(l=>({...l,voiceState:{active:Kt.active,timestamp:Date.now(),manuallyDeactivated:Kt.manuallyDeactivated}}))},Gn=()=>{var D,B;if(((D=t.voiceRecognition)==null?void 0:D.enabled)===!1)return;let l=bA(d.voiceState),v=!!l.active,P=Number((B=l.timestamp)!=null?B:0);Kt.manuallyDeactivated=!!l.manuallyDeactivated,v&&Date.now()-P<AP&&setTimeout(()=>{Kt.active||(Kt.manuallyDeactivated=!1,Vt("restore"))},1e3)},Zn=()=>$?IL($.getMessages()).filter(l=>!l.__skipPersist):[];function yn(l){if(!(n!=null&&n.save))return;let P={messages:l?IL(l):$?Zn():[],metadata:d};try{let D=n.save(P);D instanceof Promise&&D.catch(B=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",B)})}catch(D){typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",D)}}let Ha=(l=!1)=>{if(!ra)return;let v=Date.now();sa&&v<$a&&!l||(sa&&v>=$a&&(sa=!1),!(!l&&!ma)&&(v-xn<$n||(xn=v,oa&&cancelAnimationFrame(oa),oa=requestAnimationFrame(()=>{sa||!ra||(_a=!0,Rt.scrollTop=Rt.scrollHeight,ka=Rt.scrollTop,requestAnimationFrame(()=>{_a=!1}),oa=null)}))))},da=null,Xn=()=>Bt.querySelector("#persona-scroll-container")||Rt,Jn=(l,v=500)=>{let P=l.scrollTop,D=l.clientHeight,B=l.scrollHeight,Z=B-P;if(P+D>=B-2||Math.abs(Z)<5)return;da!==null&&(cancelAnimationFrame(da),da=null);let pt=performance.now(),Ht=It=>1-Math.pow(1-It,3),Ft=It=>{let qt=l.scrollHeight;qt!==B&&(B=qt,Z=B-P);let ot=It-pt,O=Math.min(ot/v,1),gt=Ht(O),vt=P+Z*gt;l.scrollTop=vt,O<1?da=requestAnimationFrame(Ft):(l.scrollTop=l.scrollHeight,da=null)};da=requestAnimationFrame(Ft)},Kn=l=>{let v=new Map;l.forEach(P=>{let D=ja.get(P.id);v.set(P.id,{streaming:P.streaming,role:P.role}),!D&&P.role==="assistant"&&o.emit("assistant:message",P),P.role==="assistant"&&(D!=null&&D.streaming)&&P.streaming===!1&&o.emit("assistant:complete",P)}),ja.clear(),v.forEach((P,D)=>{ja.set(D,P)})},La=(l,v,P)=>{var Ft,It,qt,ot;let D=document.createElement("div"),Z=(()=>{var gt;let O=s.find(vt=>vt.renderLoadingIndicator);if(O!=null&&O.renderLoadingIndicator)return O.renderLoadingIndicator;if((gt=t.loadingIndicator)!=null&&gt.render)return t.loadingIndicator.render})();v.forEach(O=>{var Me,Ie;let gt=null,vt=s.find(K=>!!(O.variant==="reasoning"&&K.renderReasoning||O.variant==="tool"&&K.renderToolCall||!O.variant&&K.renderMessage)),Qt=(Me=t.layout)==null?void 0:Me.messages;if(vt)if(O.variant==="reasoning"&&O.reasoning&&vt.renderReasoning){if(!L)return;gt=vt.renderReasoning({message:O,defaultRenderer:()=>uA(O),config:t})}else if(O.variant==="tool"&&O.toolCall&&vt.renderToolCall){if(!I)return;gt=vt.renderToolCall({message:O,defaultRenderer:()=>mA(O,t),config:t})}else vt.renderMessage&&(gt=vt.renderMessage({message:O,defaultRenderer:()=>{let K=dn(O,P,Qt,t.messageActions,Pe,{loadingIndicatorRenderer:Z,widgetConfig:t});return O.role!=="user"&&gA(K,O,t,$),K},config:t}));if(!gt&&O.role==="assistant"&&!O.variant&&t.enableComponentStreaming!==!1&&BS(O)){let Nt=RS(O);if(Nt){let ta=ES(Nt,{config:t,message:O,transform:P});if(ta){let Ke=document.createElement("div");if(Ke.className=["vanilla-message-bubble","tvw-max-w-[85%]","tvw-rounded-2xl","tvw-bg-cw-surface","tvw-border","tvw-border-cw-message-border","tvw-p-4"].join(" "),Ke.id=`bubble-${O.id}`,Ke.setAttribute("data-message-id",O.id),O.content&&O.content.trim()){let xa=document.createElement("div");xa.className="tvw-mb-3 tvw-text-sm tvw-leading-relaxed",xa.innerHTML=P({text:O.content,message:O,streaming:!!O.streaming,raw:O.rawContent}),Ke.appendChild(xa)}Ke.appendChild(ta),gt=Ke}}}if(!gt)if(O.variant==="reasoning"&&O.reasoning){if(!L)return;gt=uA(O)}else if(O.variant==="tool"&&O.toolCall){if(!I)return;gt=mA(O,t)}else{let K=(Ie=t.layout)==null?void 0:Ie.messages;K!=null&&K.renderUserMessage&&O.role==="user"?gt=K.renderUserMessage({message:O,config:t,streaming:!!O.streaming}):K!=null&&K.renderAssistantMessage&&O.role==="assistant"?gt=K.renderAssistantMessage({message:O,config:t,streaming:!!O.streaming}):gt=dn(O,P,K,t.messageActions,Pe,{loadingIndicatorRenderer:Z,widgetConfig:t}),O.role!=="user"&&gt&&gA(gt,O,t,$)}let Tt=document.createElement("div");Tt.className="tvw-flex",Tt.id=`wrapper-${O.id}`,Tt.setAttribute("data-wrapper-id",O.id),O.role==="user"&&Tt.classList.add("tvw-justify-end"),Tt.appendChild(gt),D.appendChild(Tt)});let wt=v.some(O=>O.role==="assistant"&&O.streaming),pt=v[v.length-1],Ht=(pt==null?void 0:pt.role)==="assistant"&&!pt.streaming;if(ma&&v.some(O=>O.role==="user")&&!wt&&!Ht){let O={config:t,streaming:!0,location:"standalone",defaultRenderer:qa},gt=s.find(Qt=>Qt.renderLoadingIndicator),vt=null;if(gt!=null&&gt.renderLoadingIndicator&&(vt=gt.renderLoadingIndicator(O)),vt===null&&((Ft=t.loadingIndicator)!=null&&Ft.render)&&(vt=t.loadingIndicator.render(O)),vt===null&&(vt=qa()),vt){let Qt=document.createElement("div"),Tt=((It=t.loadingIndicator)==null?void 0:It.showBubble)!==!1;Qt.className=Tt?["tvw-max-w-[85%]","tvw-rounded-2xl","tvw-text-sm","tvw-leading-relaxed","tvw-shadow-sm","tvw-bg-cw-surface","tvw-border","tvw-border-cw-message-border","tvw-text-cw-primary","tvw-px-5","tvw-py-3"].join(" "):["tvw-max-w-[85%]","tvw-text-sm","tvw-leading-relaxed","tvw-text-cw-primary"].join(" "),Qt.setAttribute("data-typing-indicator","true"),Qt.appendChild(vt);let Me=document.createElement("div");Me.className="tvw-flex",Me.id="wrapper-typing-indicator",Me.setAttribute("data-wrapper-id","typing-indicator"),Me.appendChild(Qt),D.appendChild(Me)}}if(!ma&&v.length>0){let O=v[v.length-1],gt={config:t,lastMessage:O,messageCount:v.length},vt=s.find(Tt=>Tt.renderIdleIndicator),Qt=null;if(vt!=null&&vt.renderIdleIndicator&&(Qt=vt.renderIdleIndicator(gt)),Qt===null&&((qt=t.loadingIndicator)!=null&&qt.renderIdle)&&(Qt=t.loadingIndicator.renderIdle(gt)),Qt){let Tt=document.createElement("div"),Me=((ot=t.loadingIndicator)==null?void 0:ot.showBubble)!==!1;Tt.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(" "),Tt.setAttribute("data-idle-indicator","true"),Tt.appendChild(Qt);let Ie=document.createElement("div");Ie.className="tvw-flex",Ie.id="wrapper-idle-indicator",Ie.setAttribute("data-wrapper-id","idle-indicator"),Ie.appendChild(Tt),D.appendChild(Ie)}}CL(l,D),requestAnimationFrame(()=>{requestAnimationFrame(()=>{let O=Xn();Jn(O)})})},Ta=()=>{b&&(h?(Bt.classList.remove("tvw-pointer-events-none","tvw-opacity-0"),yt.classList.remove("tvw-scale-95","tvw-opacity-0"),yt.classList.add("tvw-scale-100","tvw-opacity-100"),F?F.element.style.display="none":k&&(k.style.display="none")):(Bt.classList.add("tvw-pointer-events-none","tvw-opacity-0"),yt.classList.remove("tvw-scale-100","tvw-opacity-100"),yt.classList.add("tvw-scale-95","tvw-opacity-0"),F?F.element.style.display="":k&&(k.style.display="")))},ne=(l,v="user")=>{if(!b||h===l)return;let P=h;h=l,Ta(),h&&(R(),Ha(!0));let D={open:h,source:v,timestamp:Date.now()};h&&!P?o.emit("widget:opened",D):!h&&P&&o.emit("widget:closed",D),o.emit("widget:state",{open:h,launcherEnabled:b,voiceActive:Kt.active,streaming:$.isStreaming()})},Ga=l=>{J.disabled=l,j&&(j.disabled=l),ua.buttons.forEach(v=>{v.disabled=l})},wn=()=>{var B,Z,wt,pt,Ht,Ft,It,qt,ot,O,gt,vt,Qt,Tt;$e.textContent=(Z=(B=t.copy)==null?void 0:B.welcomeTitle)!=null?Z:"Hello \u{1F44B}",we.textContent=(pt=(wt=t.copy)==null?void 0:wt.welcomeSubtitle)!=null?pt:"Ask anything about your account or products.",ut.placeholder=(Ft=(Ht=t.copy)==null?void 0:Ht.inputPlaceholder)!=null?Ft:"How can I help...",((qt=(It=t.sendButton)==null?void 0:It.useIcon)!=null?qt:!1)||(J.textContent=(O=(ot=t.copy)==null?void 0:ot.sendButtonLabel)!=null?O:"Send");let v=(vt=(gt=t.theme)==null?void 0:gt.inputFontFamily)!=null?vt:"sans-serif",P=(Tt=(Qt=t.theme)==null?void 0:Qt.inputFontWeight)!=null?Tt:"400",D=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'}};ut.style.fontFamily=D(v),ut.style.fontWeight=P};t.clientToken&&(t={...t,getStoredSessionId:()=>{let l=d.sessionId;return typeof l=="string"?l:null},setStoredSessionId:l=>{c(v=>({...v,sessionId:l}))}}),$=new Ka(t,{onMessagesChanged(l){La(se,l,E),$&&(l.some(B=>B.role==="user")?ua.render([],$,ut,l):ua.render(t.suggestionChips,$,ut,l,t.suggestionChipsConfig)),Ha(!ma),Kn(l);let v=[...l].reverse().find(D=>D.role==="user"),P=Kt.lastUserMessageId;v&&v.id!==P&&(Kt.lastUserMessageId=v.id,o.emit("user:message",v)),Kt.lastUserMessageWasVoice=!!(v!=null&&v.viaVoice),yn(l)},onStatusChanged(l){var D;let v=(D=t.statusIndicator)!=null?D:{},P=B=>{var Z,wt,pt,Ht;return B==="idle"?(Z=v.idleText)!=null?Z:De.idle:B==="connecting"?(wt=v.connectingText)!=null?wt:De.connecting:B==="connected"?(pt=v.connectedText)!=null?pt:De.connected:B==="error"?(Ht=v.errorText)!=null?Ht:De.error:De[B]};ye.textContent=P(l)},onStreamingChanged(l){ma=l,Ga(l),$&&La(se,$.getMessages(),E),l||Ha(!0)}}),t.clientToken&&$.initClientSession().catch(l=>{t.debug&&console.warn("[AgentWidget] Pre-init client session failed:",l)}),_&&$.setSSEEventCallback((l,v)=>{_==null||_.push({id:`evt-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,type:l,timestamp:Date.now(),payload:JSON.stringify(v)})}),i&&i.then(l=>{var v;l&&(l.metadata&&(d=bA(l.metadata),y.syncFromMetadata()),(v=l.messages)!=null&&v.length&&$.hydrateMessages(l.messages))}).catch(l=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to hydrate stored state:",l)});let Cn=l=>{var B;l.preventDefault();let v=ut.value.trim(),P=(B=ht==null?void 0:ht.hasAttachments())!=null?B:!1;if(!v&&!P)return;let D;P&&(D=[],D.push(...ht.getContentParts()),v&&D.push(bS(v))),ut.value="",ut.style.height="auto",$.sendMessage(v,{contentParts:D}),P&&ht.clearAttachments()},bn=l=>{l.key==="Enter"&&!l.shiftKey&&(l.preventDefault(),J.click())},We=null,je=!1,la=null,q=null,kt=()=>typeof window=="undefined"?null:window.webkitSpeechRecognition||window.SpeechRecognition||null,Vt=(l="user")=>{var Z,wt,pt,Ht;if(je||$.isStreaming())return;let v=kt();if(!v)return;We=new v;let D=(wt=((Z=t.voiceRecognition)!=null?Z:{}).pauseDuration)!=null?wt:2e3;We.continuous=!0,We.interimResults=!0,We.lang="en-US";let B=ut.value;We.onresult=Ft=>{let It="",qt="";for(let O=0;O<Ft.results.length;O++){let gt=Ft.results[O],vt=gt[0].transcript;gt.isFinal?It+=vt+" ":qt=vt}let ot=B+It+qt;ut.value=ot,la&&clearTimeout(la),(It||qt)&&(la=window.setTimeout(()=>{let O=ut.value.trim();O&&We&&je&&(Gt(),ut.value="",ut.style.height="auto",$.sendMessage(O,{viaVoice:!0}))},D))},We.onerror=Ft=>{Ft.error!=="no-speech"&&Gt()},We.onend=()=>{if(je){let Ft=ut.value.trim();Ft&&Ft!==B.trim()&&(ut.value="",ut.style.height="auto",$.sendMessage(Ft,{viaVoice:!0})),Gt()}};try{if(We.start(),je=!0,Kt.active=!0,l!=="system"&&(Kt.manuallyDeactivated=!1),vn(l),na(),j){q={backgroundColor:j.style.backgroundColor,color:j.style.color,borderColor:j.style.borderColor};let Ft=(pt=t.voiceRecognition)!=null?pt:{},It=(Ht=Ft.recordingBackgroundColor)!=null?Ht:"#ef4444",qt=Ft.recordingIconColor,ot=Ft.recordingBorderColor;if(j.classList.add("tvw-voice-recording"),j.style.backgroundColor=It,qt){j.style.color=qt;let O=j.querySelector("svg");O&&O.setAttribute("stroke",qt)}ot&&(j.style.borderColor=ot),j.setAttribute("aria-label","Stop voice recognition")}}catch{Gt("system")}},Gt=(l="user")=>{if(je){if(je=!1,la&&(clearTimeout(la),la=null),We){try{We.stop()}catch{}We=null}if(Kt.active=!1,vn(l),na(),j){if(j.classList.remove("tvw-voice-recording"),q){j.style.backgroundColor=q.backgroundColor,j.style.color=q.color,j.style.borderColor=q.borderColor;let v=j.querySelector("svg");v&&v.setAttribute("stroke",q.color||"currentColor"),q=null}j.setAttribute("aria-label","Start voice recognition")}}},Ae=(l,v)=>{var vt,Qt,Tt,Me,Ie,K,Nt;if(!(typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined")))return null;let D=w("div","tvw-send-button-wrapper"),B=w("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=(vt=l==null?void 0:l.iconName)!=null?vt:"mic",wt=(Qt=v==null?void 0:v.size)!=null?Qt:"40px",pt=(Tt=l==null?void 0:l.iconSize)!=null?Tt:wt,Ht=parseFloat(pt)||24,Ft=(Me=l==null?void 0:l.backgroundColor)!=null?Me:v==null?void 0:v.backgroundColor,It=(Ie=l==null?void 0:l.iconColor)!=null?Ie:v==null?void 0:v.textColor;B.style.width=pt,B.style.height=pt,B.style.minWidth=pt,B.style.minHeight=pt,B.style.fontSize="18px",B.style.lineHeight="1";let qt=It||"currentColor",ot=nt(Z,Ht,qt,1.5);ot?(B.appendChild(ot),B.style.color=qt):(B.textContent="\u{1F3A4}",B.style.color=qt),Ft?B.style.backgroundColor=Ft:B.classList.add("tvw-bg-cw-primary"),It?B.style.color=It:!It&&!(v!=null&&v.textColor)&&B.classList.add("tvw-text-white"),l!=null&&l.borderWidth&&(B.style.borderWidth=l.borderWidth,B.style.borderStyle="solid"),l!=null&&l.borderColor&&(B.style.borderColor=l.borderColor),l!=null&&l.paddingX&&(B.style.paddingLeft=l.paddingX,B.style.paddingRight=l.paddingX),l!=null&&l.paddingY&&(B.style.paddingTop=l.paddingY,B.style.paddingBottom=l.paddingY),D.appendChild(B);let O=(K=l==null?void 0:l.tooltipText)!=null?K:"Start voice recognition";if(((Nt=l==null?void 0:l.showTooltip)!=null?Nt:!1)&&O){let ta=w("div","tvw-send-button-tooltip");ta.textContent=O,D.appendChild(ta)}return{micButton:B,micButtonWrapper:D}},ke=()=>{if(je){let l=ut.value.trim();Kt.manuallyDeactivated=!0,na(),Gt("user"),l&&(ut.value="",ut.style.height="auto",$.sendMessage(l))}else Kt.manuallyDeactivated=!1,na(),Vt("user")};j&&(j.addEventListener("click",ke),xe.push(()=>{Gt("system"),j&&j.removeEventListener("click",ke)}));let de=o.on("assistant:complete",()=>{Mn&&(Kt.active||Kt.manuallyDeactivated||Mn==="assistant"&&!Kt.lastUserMessageWasVoice||setTimeout(()=>{!Kt.active&&!Kt.manuallyDeactivated&&Vt("auto")},600))});xe.push(de);let T=o.on("action:resubmit",()=>{setTimeout(()=>{$&&!$.isStreaming()&&$.continueConversation()},100)});xe.push(T);let Ot=()=>{ne(!h,"user")},F=null,k=null;if(b){let l=s.find(v=>v.renderLauncher);if(l!=null&&l.renderLauncher){let v=l.renderLauncher({config:t,defaultRenderer:()=>Wn(t,Ot).element,onToggle:Ot});v&&(k=v)}k||(F=Wn(t,Ot))}F?r.appendChild(F.element):k&&r.appendChild(k),Ta(),ua.render(t.suggestionChips,$,ut,void 0,t.suggestionChipsConfig),wn(),Ga($.isStreaming()),Ha(!0),Gn();let R=()=>{var P,D,B,Z,wt,pt,Ht,Ft;let l=(D=(P=t.launcher)==null?void 0:P.sidebarMode)!=null?D:!1,v=l||((Z=(B=t.launcher)==null?void 0:B.fullHeight)!=null?Z:!1);if(!b){yt.style.height="",yt.style.width="";return}if(!l){let It=(pt=(wt=t==null?void 0:t.launcher)==null?void 0:wt.width)!=null?pt:t==null?void 0:t.launcherWidth,qt=It!=null?It:"min(400px, calc(100vw - 24px))";yt.style.width=qt,yt.style.maxWidth=qt}if(!v){let It=window.innerHeight,qt=64,ot=(Ft=(Ht=t.launcher)==null?void 0:Ht.heightOffset)!=null?Ft:0,O=Math.max(200,It-qt),gt=Math.min(640,O),vt=Math.max(200,gt-ot);yt.style.height=`${vt}px`}};R(),window.addEventListener("resize",R),xe.push(()=>window.removeEventListener("resize",R)),ka=Rt.scrollTop;let lt=()=>{let l=Rt.scrollTop,v=Rt.scrollHeight,P=Rt.clientHeight,D=v-l-P,B=Math.abs(l-ka);if(ka=l,!_a&&!(B<=jn)){if(!ra&&D<gn){sa=!1,ra=!0;return}ra&&D>gn&&(sa=!0,$a=Date.now()+_n,ra=!1)}};Rt.addEventListener("scroll",lt,{passive:!0}),xe.push(()=>Rt.removeEventListener("scroll",lt)),xe.push(()=>{oa&&cancelAnimationFrame(oa)});let re=()=>{Q&&(Qe&&(Q.removeEventListener("click",Qe),Qe=null),b?(Q.style.display="",Qe=()=>{h=!1,Ta()},Q.addEventListener("click",Qe)):Q.style.display="none")};re(),(()=>{let{clearChatButton:l}=at;l&&l.addEventListener("click",()=>{$.clearMessages();try{localStorage.removeItem(un),t.debug&&console.log(`[AgentWidget] Cleared default localStorage key: ${un}`)}catch(P){console.error("[AgentWidget] Failed to clear default localStorage:",P)}if(t.clearChatHistoryStorageKey&&t.clearChatHistoryStorageKey!==un)try{localStorage.removeItem(t.clearChatHistoryStorageKey),t.debug&&console.log(`[AgentWidget] Cleared custom localStorage key: ${t.clearChatHistoryStorageKey}`)}catch(P){console.error("[AgentWidget] Failed to clear custom localStorage:",P)}let v=new CustomEvent("persona:clear-chat",{detail:{timestamp:new Date().toISOString()}});if(window.dispatchEvent(v),n!=null&&n.clear)try{let P=n.clear();P instanceof Promise&&P.catch(D=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",D)})}catch(P){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",P)}d={},y.syncFromMetadata(),_==null||_.clear(),et==null||et.update()})})(),me.addEventListener("submit",Cn),ut.addEventListener("keydown",bn),xe.push(()=>{me.removeEventListener("submit",Cn),ut.removeEventListener("keydown",bn)}),xe.push(()=>{$.cancel()}),F?xe.push(()=>{F==null||F.destroy()}):k&&xe.push(()=>{k==null||k.remove()});let Yt={update(l){var KA,YA,QA,tk,ek,ak,rk,ok,sk,nk,dk,lk,ik,pk,hk,ck,fk,uk,mk,xk,gk,Mk,vk,yk,wk,Ck,bk,Sk,Ak,kk,Hk,Lk,Tk,Pk,Ek,Bk,Rk,Vk,Fk,Ik,Dk,Wk,Ok,zk,qk,Nk,Uk,$k,_k,jk,Gk,Zk,Xk,Jk,Kk,Yk,Qk,tH,eH,aH,rH,oH,sH,nH,dH,lH,iH,pH,hH,cH,fH,uH,mH,xH,gH,MH,vH,yH,wH,CH,bH,SH,AH,kH,HH,LH;let v=t.toolCall,P=t.colorScheme;t={...t,...l},pe(),kS(r,t),t.colorScheme!==P&&mn();let D=qn.getForInstance(t.plugins);s.length=0,s.push(...D),b=(YA=(KA=t.launcher)==null?void 0:KA.enabled)!=null?YA:!0,A=(tk=(QA=t.launcher)==null?void 0:QA.autoExpand)!=null?tk:!1,L=(ak=(ek=t.features)==null?void 0:ek.showReasoning)!=null?ak:!0,I=(ok=(rk=t.features)==null?void 0:rk.showToolCalls)!=null?ok:!0;let B=W;if(W=(nk=(sk=t.features)==null?void 0:sk.showEventStreamToggle)!=null?nk:!1,W&&!B){if(_||(z=new zn(it),_=new On(st,z),z.open().then(()=>_==null?void 0:_.restore()).catch(()=>{}),$.setSSEEventCallback((V,Ct)=>{_.push({id:`evt-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,type:V,timestamp:Date.now(),payload:JSON.stringify(Ct)})})),!G&&tt){let V=(lk=(dk=t.features)==null?void 0:dk.eventStream)==null?void 0:lk.classNames,Ct="tvw-inline-flex tvw-items-center tvw-justify-center tvw-rounded-full tvw-text-cw-muted hover:tvw-bg-gray-100 tvw-cursor-pointer tvw-border-none tvw-bg-transparent tvw-p-1"+(V!=null&&V.toggleButton?" "+V.toggleButton:"");G=w("button",Ct),G.style.width="28px",G.style.height="28px",G.type="button",G.setAttribute("aria-label","Event Stream"),G.title="Event Stream";let te=nt("activity","18px","currentColor",1.5);te&&G.appendChild(te);let xt=at.clearChatButtonWrapper,Et=at.closeButtonWrapper,ve=xt||Et;ve&&ve.parentNode===tt?tt.insertBefore(G,ve):tt.appendChild(G),G.addEventListener("click",()=>{Mt?Wt():bt()})}}else!W&&B&&(Wt(),G&&(G.remove(),G=null),_==null||_.clear(),z==null||z.destroy(),_=null,z=null);if(((ik=t.launcher)==null?void 0:ik.enabled)===!1&&F&&(F.destroy(),F=null),((pk=t.launcher)==null?void 0:pk.enabled)===!1&&k&&(k.remove(),k=null),((hk=t.launcher)==null?void 0:hk.enabled)!==!1&&!F&&!k){let V=s.find(Ct=>Ct.renderLauncher);if(V!=null&&V.renderLauncher){let Ct=V.renderLauncher({config:t,defaultRenderer:()=>Wn(t,Ot).element,onToggle:Ot});Ct&&(k=Ct,r.appendChild(k))}k||(F=Wn(t,Ot),r.appendChild(F.element))}F&&F.update(t),Ce&&((ck=t.launcher)==null?void 0:ck.title)!==void 0&&(Ce.textContent=t.launcher.title),be&&((fk=t.launcher)==null?void 0:fk.subtitle)!==void 0&&(be.textContent=t.launcher.subtitle);let Z=(uk=t.layout)==null?void 0:uk.header;if((Z==null?void 0:Z.layout)!==H&&tt){let V=Z?sn(t,Z,{showClose:b,onClose:()=>ne(!1,"user")}):ca({config:t,showClose:b,onClose:()=>ne(!1,"user")});tt.replaceWith(V.header),tt=V.header,Lt=V.iconHolder,Ce=V.headerTitle,be=V.headerSubtitle,Q=V.closeButton,H=Z==null?void 0:Z.layout}else if(Z&&(Lt&&(Lt.style.display=Z.showIcon===!1?"none":""),Ce&&(Ce.style.display=Z.showTitle===!1?"none":""),be&&(be.style.display=Z.showSubtitle===!1?"none":""),Q&&(Q.style.display=Z.showCloseButton===!1?"none":""),at.clearChatButtonWrapper)){let V=Z.showClearChat;if(V!==void 0){at.clearChatButtonWrapper.style.display=V?"":"none";let{closeButtonWrapper:Ct}=at;Ct&&!Ct.classList.contains("tvw-absolute")&&(V?Ct.classList.remove("tvw-ml-auto"):Ct.classList.add("tvw-ml-auto"))}}let pt=((mk=t.layout)==null?void 0:mk.showHeader)!==!1;tt&&(tt.style.display=pt?"":"none");let Ht=((xk=t.layout)==null?void 0:xk.showFooter)!==!1;Dt&&(Dt.style.display=Ht?"":"none"),b!==x?b?ne(A,"auto"):(h=!0,Ta()):A!==S&&ne(A,"auto"),S=A,x=b,R(),re(),JSON.stringify(l.toolCall)!==JSON.stringify(v)&&$&&La(se,$.getMessages(),E);let ot=(gk=t.launcher)!=null?gk:{},O=(Mk=ot.headerIconHidden)!=null?Mk:!1,gt=(yk=(vk=t.layout)==null?void 0:vk.header)==null?void 0:yk.showIcon,vt=O||gt===!1,Qt=ot.headerIconName,Tt=(wk=ot.headerIconSize)!=null?wk:"48px";if(Lt){let V=ft.querySelector(".tvw-border-b-cw-divider"),Ct=V==null?void 0:V.querySelector(".tvw-flex-col");if(vt)Lt.style.display="none",V&&Ct&&!V.contains(Ct)&&V.insertBefore(Ct,V.firstChild);else{if(Lt.style.display="",Lt.style.height=Tt,Lt.style.width=Tt,V&&Ct&&(V.contains(Lt)?Lt.nextSibling!==Ct&&(Lt.remove(),V.insertBefore(Lt,Ct)):V.insertBefore(Lt,Ct)),Qt){let xt=parseFloat(Tt)||24,Et=nt(Qt,xt*.6,"#ffffff",2);Et?Lt.replaceChildren(Et):Lt.textContent=(Ck=ot.agentIconText)!=null?Ck:"\u{1F4AC}"}else if(ot.iconUrl){let xt=Lt.querySelector("img");if(xt)xt.src=ot.iconUrl,xt.style.height=Tt,xt.style.width=Tt;else{let Et=document.createElement("img");Et.src=ot.iconUrl,Et.alt="",Et.className="tvw-rounded-xl tvw-object-cover",Et.style.height=Tt,Et.style.width=Tt,Lt.replaceChildren(Et)}}else{let xt=Lt.querySelector("svg"),Et=Lt.querySelector("img");(xt||Et)&&Lt.replaceChildren(),Lt.textContent=(bk=ot.agentIconText)!=null?bk:"\u{1F4AC}"}let te=Lt.querySelector("img");te&&(te.style.height=Tt,te.style.width=Tt)}}let Me=(Ak=(Sk=t.layout)==null?void 0:Sk.header)==null?void 0:Ak.showTitle,Ie=(Hk=(kk=t.layout)==null?void 0:kk.header)==null?void 0:Hk.showSubtitle;if(Ce&&(Ce.style.display=Me===!1?"none":""),be&&(be.style.display=Ie===!1?"none":""),Q){((Tk=(Lk=t.layout)==null?void 0:Lk.header)==null?void 0:Tk.showCloseButton)===!1?Q.style.display="none":Q.style.display="";let Ct=(Pk=ot.closeButtonSize)!=null?Pk:"32px",te=(Ek=ot.closeButtonPlacement)!=null?Ek:"inline";Q.style.height=Ct,Q.style.width=Ct;let{closeButtonWrapper:xt}=at,Et=te==="top-right",ve=xt==null?void 0:xt.classList.contains("tvw-absolute");if(xt&&Et!==ve)if(xt.remove(),Et)xt.className="tvw-absolute tvw-top-4 tvw-right-4 tvw-z-50",ft.style.position="relative",ft.appendChild(xt);else{let St=(Rk=(Bk=ot.clearChat)==null?void 0:Bk.placement)!=null?Rk:"inline",Le=(Fk=(Vk=ot.clearChat)==null?void 0:Vk.enabled)!=null?Fk:!0;xt.className=Le&&St==="inline"?"":"tvw-ml-auto";let Ne=ft.querySelector(".tvw-border-b-cw-divider");Ne&&Ne.appendChild(xt)}if(ot.closeButtonColor?(Q.style.color=ot.closeButtonColor,Q.classList.remove("tvw-text-cw-muted")):(Q.style.color="",Q.classList.add("tvw-text-cw-muted")),ot.closeButtonBackgroundColor?(Q.style.backgroundColor=ot.closeButtonBackgroundColor,Q.classList.remove("hover:tvw-bg-gray-100")):(Q.style.backgroundColor="",Q.classList.add("hover:tvw-bg-gray-100")),ot.closeButtonBorderWidth||ot.closeButtonBorderColor){let St=ot.closeButtonBorderWidth||"0px",Le=ot.closeButtonBorderColor||"transparent";Q.style.border=`${St} solid ${Le}`,Q.classList.remove("tvw-border-none")}else Q.style.border="",Q.classList.add("tvw-border-none");ot.closeButtonBorderRadius?(Q.style.borderRadius=ot.closeButtonBorderRadius,Q.classList.remove("tvw-rounded-full")):(Q.style.borderRadius="",Q.classList.add("tvw-rounded-full")),ot.closeButtonPaddingX?(Q.style.paddingLeft=ot.closeButtonPaddingX,Q.style.paddingRight=ot.closeButtonPaddingX):(Q.style.paddingLeft="",Q.style.paddingRight=""),ot.closeButtonPaddingY?(Q.style.paddingTop=ot.closeButtonPaddingY,Q.style.paddingBottom=ot.closeButtonPaddingY):(Q.style.paddingTop="",Q.style.paddingBottom="");let Re=(Ik=ot.closeButtonIconName)!=null?Ik:"x",Ge=(Dk=ot.closeButtonIconText)!=null?Dk:"\xD7";Q.innerHTML="";let Oe=nt(Re,"20px",ot.closeButtonColor||"",2);Oe?Q.appendChild(Oe):Q.textContent=Ge;let ie=(Wk=ot.closeButtonTooltipText)!=null?Wk:"Close chat",Ze=(Ok=ot.closeButtonShowTooltip)!=null?Ok:!0;if(Q.setAttribute("aria-label",ie),xt&&(xt._cleanupTooltip&&(xt._cleanupTooltip(),delete xt._cleanupTooltip),Ze&&ie)){let St=null,Le=()=>{if(St||!Q)return;St=w("div","tvw-clear-chat-tooltip"),St.textContent=ie;let Ln=w("div");Ln.className="tvw-clear-chat-tooltip-arrow",St.appendChild(Ln);let Ba=Q.getBoundingClientRect();St.style.position="fixed",St.style.left=`${Ba.left+Ba.width/2}px`,St.style.top=`${Ba.top-8}px`,St.style.transform="translate(-50%, -100%)",document.body.appendChild(St)},Ne=()=>{St&&St.parentNode&&(St.parentNode.removeChild(St),St=null)};xt.addEventListener("mouseenter",Le),xt.addEventListener("mouseleave",Ne),Q.addEventListener("focus",Le),Q.addEventListener("blur",Ne),xt._cleanupTooltip=()=>{Ne(),xt&&(xt.removeEventListener("mouseenter",Le),xt.removeEventListener("mouseleave",Ne)),Q&&(Q.removeEventListener("focus",Le),Q.removeEventListener("blur",Ne))}}}let{clearChatButton:K,clearChatButtonWrapper:Nt}=at;if(K){let V=(zk=ot.clearChat)!=null?zk:{},Ct=(qk=V.enabled)!=null?qk:!0,te=(Uk=(Nk=t.layout)==null?void 0:Nk.header)==null?void 0:Uk.showClearChat,xt=te!==void 0?te:Ct,Et=($k=V.placement)!=null?$k:"inline";if(Nt){Nt.style.display=xt?"":"none";let{closeButtonWrapper:ve}=at;ve&&!ve.classList.contains("tvw-absolute")&&(xt?ve.classList.remove("tvw-ml-auto"):ve.classList.add("tvw-ml-auto"));let Re=Et==="top-right",Ge=Nt.classList.contains("tvw-absolute");if(Re!==Ge&&xt){if(Nt.remove(),Re)Nt.className="tvw-absolute tvw-top-4 tvw-z-50",Nt.style.right="48px",ft.style.position="relative",ft.appendChild(Nt);else{Nt.className="tvw-relative tvw-ml-auto tvw-clear-chat-button-wrapper",Nt.style.right="";let ie=ft.querySelector(".tvw-border-b-cw-divider"),Ze=at.closeButtonWrapper;ie&&Ze&&Ze.parentElement===ie?ie.insertBefore(Nt,Ze):ie&&ie.appendChild(Nt)}let Oe=at.closeButtonWrapper;Oe&&!Oe.classList.contains("tvw-absolute")&&(Re?Oe.classList.add("tvw-ml-auto"):Oe.classList.remove("tvw-ml-auto"))}}if(xt){let ve=(_k=V.size)!=null?_k:"32px";K.style.height=ve,K.style.width=ve;let Re=(jk=V.iconName)!=null?jk:"refresh-cw",Ge=(Gk=V.iconColor)!=null?Gk:"";K.innerHTML="";let Oe=nt(Re,"20px",Ge||"",2);if(Oe&&K.appendChild(Oe),Ge?(K.style.color=Ge,K.classList.remove("tvw-text-cw-muted")):(K.style.color="",K.classList.add("tvw-text-cw-muted")),V.backgroundColor?(K.style.backgroundColor=V.backgroundColor,K.classList.remove("hover:tvw-bg-gray-100")):(K.style.backgroundColor="",K.classList.add("hover:tvw-bg-gray-100")),V.borderWidth||V.borderColor){let St=V.borderWidth||"0px",Le=V.borderColor||"transparent";K.style.border=`${St} solid ${Le}`,K.classList.remove("tvw-border-none")}else K.style.border="",K.classList.add("tvw-border-none");V.borderRadius?(K.style.borderRadius=V.borderRadius,K.classList.remove("tvw-rounded-full")):(K.style.borderRadius="",K.classList.add("tvw-rounded-full")),V.paddingX?(K.style.paddingLeft=V.paddingX,K.style.paddingRight=V.paddingX):(K.style.paddingLeft="",K.style.paddingRight=""),V.paddingY?(K.style.paddingTop=V.paddingY,K.style.paddingBottom=V.paddingY):(K.style.paddingTop="",K.style.paddingBottom="");let ie=(Zk=V.tooltipText)!=null?Zk:"Clear chat",Ze=(Xk=V.showTooltip)!=null?Xk:!0;if(K.setAttribute("aria-label",ie),Nt&&(Nt._cleanupTooltip&&(Nt._cleanupTooltip(),delete Nt._cleanupTooltip),Ze&&ie)){let St=null,Le=()=>{if(St||!K)return;St=w("div","tvw-clear-chat-tooltip"),St.textContent=ie;let Ln=w("div");Ln.className="tvw-clear-chat-tooltip-arrow",St.appendChild(Ln);let Ba=K.getBoundingClientRect();St.style.position="fixed",St.style.left=`${Ba.left+Ba.width/2}px`,St.style.top=`${Ba.top-8}px`,St.style.transform="translate(-50%, -100%)",document.body.appendChild(St)},Ne=()=>{St&&St.parentNode&&(St.parentNode.removeChild(St),St=null)};Nt.addEventListener("mouseenter",Le),Nt.addEventListener("mouseleave",Ne),K.addEventListener("focus",Le),K.addEventListener("blur",Ne),Nt._cleanupTooltip=()=>{Ne(),Nt&&(Nt.removeEventListener("mouseenter",Le),Nt.removeEventListener("mouseleave",Ne)),K&&(K.removeEventListener("focus",Le),K.removeEventListener("blur",Ne))}}}}let ta=t.actionParsers&&t.actionParsers.length?t.actionParsers:[Nn],Ke=t.actionHandlers&&t.actionHandlers.length?t.actionHandlers:[Na.message,Na.messageAndClick];y=Un({parsers:ta,handlers:Ke,getSessionMetadata:m,updateSessionMetadata:c,emit:o.emit,documentRef:typeof document!="undefined"?document:null}),E=DL(t,y,C),$.updateConfig(t),La(se,$.getMessages(),E),ua.render(t.suggestionChips,$,ut,void 0,t.suggestionChipsConfig),wn(),Ga($.isStreaming());let xa=((Jk=t.voiceRecognition)==null?void 0:Jk.enabled)===!0,Yn=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined");if(xa&&Yn)if(!j||!ae){let V=Ae(t.voiceRecognition,t.sendButton);V&&(j=V.micButton,ae=V.micButtonWrapper,Be.insertBefore(ae,ue),j.addEventListener("click",ke),j.disabled=$.isStreaming())}else{let V=(Kk=t.voiceRecognition)!=null?Kk:{},Ct=(Yk=t.sendButton)!=null?Yk:{},te=(Qk=V.iconName)!=null?Qk:"mic",xt=(tH=Ct.size)!=null?tH:"40px",Et=(eH=V.iconSize)!=null?eH:xt,ve=parseFloat(Et)||24;j.style.width=Et,j.style.height=Et,j.style.minWidth=Et,j.style.minHeight=Et;let Re=(rH=(aH=V.iconColor)!=null?aH:Ct.textColor)!=null?rH:"currentColor";j.innerHTML="";let Ge=nt(te,ve,Re,2);Ge?j.appendChild(Ge):j.textContent="\u{1F3A4}";let Oe=(oH=V.backgroundColor)!=null?oH:Ct.backgroundColor;Oe?(j.style.backgroundColor=Oe,j.classList.remove("tvw-bg-cw-primary")):(j.style.backgroundColor="",j.classList.add("tvw-bg-cw-primary")),Re?(j.style.color=Re,j.classList.remove("tvw-text-white")):!Re&&!Ct.textColor&&(j.style.color="",j.classList.add("tvw-text-white")),V.borderWidth?(j.style.borderWidth=V.borderWidth,j.style.borderStyle="solid"):(j.style.borderWidth="",j.style.borderStyle=""),V.borderColor?j.style.borderColor=V.borderColor:j.style.borderColor="",V.paddingX?(j.style.paddingLeft=V.paddingX,j.style.paddingRight=V.paddingX):(j.style.paddingLeft="",j.style.paddingRight=""),V.paddingY?(j.style.paddingTop=V.paddingY,j.style.paddingBottom=V.paddingY):(j.style.paddingTop="",j.style.paddingBottom="");let ie=ae==null?void 0:ae.querySelector(".tvw-send-button-tooltip"),Ze=(sH=V.tooltipText)!=null?sH:"Start voice recognition";if(((nH=V.showTooltip)!=null?nH:!1)&&Ze)if(ie)ie.textContent=Ze,ie.style.display="";else{let Le=document.createElement("div");Le.className="tvw-send-button-tooltip",Le.textContent=Ze,ae==null||ae.insertBefore(Le,j)}else ie&&(ie.style.display="none");ae.style.display="",j.disabled=$.isStreaming()}else j&&ae&&(ae.style.display="none",je&&Gt());if(((dH=t.attachments)==null?void 0:dH.enabled)===!0)if(!X||!At){let V=(lH=t.attachments)!=null?lH:{},te=(pH=((iH=t.sendButton)!=null?iH:{}).size)!=null?pH:"40px";mt||(mt=w("div","tvw-attachment-previews tvw-flex tvw-flex-wrap tvw-gap-2 tvw-mb-2"),mt.style.display="none",me.insertBefore(mt,ut)),N||(N=document.createElement("input"),N.type="file",N.accept=((hH=V.allowedTypes)!=null?hH:Aa).join(","),N.multiple=((cH=V.maxFiles)!=null?cH:4)>1,N.style.display="none",N.setAttribute("aria-label","Attach files"),me.insertBefore(N,ut)),X=w("div","tvw-send-button-wrapper"),At=w("button","tvw-rounded-button tvw-flex tvw-items-center tvw-justify-center disabled:tvw-opacity-50 tvw-cursor-pointer tvw-attachment-button"),At.type="button",At.setAttribute("aria-label",(fH=V.buttonTooltipText)!=null?fH:"Attach file");let xt=(uH=V.buttonIconName)!=null?uH:"paperclip",Et=te,ve=parseFloat(Et)||40,Re=Math.round(ve*.6);At.style.width=Et,At.style.height=Et,At.style.minWidth=Et,At.style.minHeight=Et,At.style.fontSize="18px",At.style.lineHeight="1",At.style.backgroundColor="transparent",At.style.color="var(--cw-primary, #111827)",At.style.border="none",At.style.borderRadius="6px",At.style.transition="background-color 0.15s ease",At.addEventListener("mouseenter",()=>{At.style.backgroundColor="rgba(0, 0, 0, 0.05)"}),At.addEventListener("mouseleave",()=>{At.style.backgroundColor="transparent"});let Ge=nt(xt,Re,"currentColor",1.5);Ge?At.appendChild(Ge):At.textContent="\u{1F4CE}",At.addEventListener("click",Ze=>{Ze.preventDefault(),N==null||N.click()}),X.appendChild(At);let Oe=(mH=V.buttonTooltipText)!=null?mH:"Attach file",ie=w("div","tvw-send-button-tooltip");ie.textContent=Oe,X.appendChild(ie),Fe.append(X),!ht&&N&&mt&&(ht=Oa.fromConfig(V),ht.setPreviewsContainer(mt),N.addEventListener("change",async()=>{ht&&(N!=null&&N.files)&&(await ht.handleFileSelect(N.files),N.value="")}))}else{X.style.display="";let V=(xH=t.attachments)!=null?xH:{};N&&(N.accept=((gH=V.allowedTypes)!=null?gH:Aa).join(","),N.multiple=((MH=V.maxFiles)!=null?MH:4)>1),ht&&ht.updateConfig({allowedTypes:V.allowedTypes,maxFileSize:V.maxFileSize,maxFiles:V.maxFiles})}else X&&(X.style.display="none"),ht&&ht.clearAttachments();let fe=(vH=t.sendButton)!=null?vH:{},Qn=(yH=fe.useIcon)!=null?yH:!1,Sn=(wH=fe.iconText)!=null?wH:"\u2191",Pa=fe.iconName,Ea=(CH=fe.tooltipText)!=null?CH:"Send message",jL=(bH=fe.showTooltip)!=null?bH:!1,An=(SH=fe.size)!=null?SH:"40px",t2=fe.backgroundColor,ea=fe.textColor;if(Qn){if(J.style.width=An,J.style.height=An,J.style.minWidth=An,J.style.minHeight=An,J.style.fontSize="18px",J.style.lineHeight="1",J.innerHTML="",Pa){let V=parseFloat(An)||24,Ct=ea&&typeof ea=="string"&&ea.trim()?ea.trim():"currentColor",te=nt(Pa,V,Ct,2);te?(J.appendChild(te),J.style.color=Ct):(J.textContent=Sn,ea?J.style.color=ea:J.classList.add("tvw-text-white"))}else J.textContent=Sn,ea?J.style.color=ea:J.classList.add("tvw-text-white");J.className="tvw-rounded-button tvw-flex tvw-items-center tvw-justify-center disabled:tvw-opacity-50 tvw-cursor-pointer",t2?(J.style.backgroundColor=t2,J.classList.remove("tvw-bg-cw-primary")):J.classList.add("tvw-bg-cw-primary")}else J.textContent=(kH=(AH=t.copy)==null?void 0:AH.sendButtonLabel)!=null?kH:"Send",J.style.width="",J.style.height="",J.style.minWidth="",J.style.minHeight="",J.style.fontSize="",J.style.lineHeight="",J.className="tvw-rounded-button tvw-bg-cw-accent tvw-px-4 tvw-py-2 tvw-text-sm tvw-font-semibold tvw-text-white disabled:tvw-opacity-50 tvw-cursor-pointer",t2?(J.style.backgroundColor=t2,J.classList.remove("tvw-bg-cw-accent")):J.classList.add("tvw-bg-cw-accent"),ea?J.style.color=ea:J.classList.add("tvw-text-white");fe.borderWidth?(J.style.borderWidth=fe.borderWidth,J.style.borderStyle="solid"):(J.style.borderWidth="",J.style.borderStyle=""),fe.borderColor?J.style.borderColor=fe.borderColor:J.style.borderColor="",fe.paddingX?(J.style.paddingLeft=fe.paddingX,J.style.paddingRight=fe.paddingX):(J.style.paddingLeft="",J.style.paddingRight=""),fe.paddingY?(J.style.paddingTop=fe.paddingY,J.style.paddingBottom=fe.paddingY):(J.style.paddingTop="",J.style.paddingBottom="");let kn=ue==null?void 0:ue.querySelector(".tvw-send-button-tooltip");if(jL&&Ea)if(kn)kn.textContent=Ea,kn.style.display="";else{let V=document.createElement("div");V.className="tvw-send-button-tooltip",V.textContent=Ea,ue==null||ue.insertBefore(V,J)}else kn&&(kn.style.display="none");let Hn=(HH=t.statusIndicator)!=null?HH:{},GL=(LH=Hn.visible)!=null?LH:!0;if(ye.style.display=GL?"":"none",$){let V=$.getStatus(),Ct=te=>{var xt,Et,ve,Re;return te==="idle"?(xt=Hn.idleText)!=null?xt:De.idle:te==="connecting"?(Et=Hn.connectingText)!=null?Et:De.connecting:te==="connected"?(ve=Hn.connectedText)!=null?ve:De.connected:te==="error"?(Re=Hn.errorText)!=null?Re:De.error:De[te]};ye.textContent=Ct(V)}},open(){b&&ne(!0,"api")},close(){b&&ne(!1,"api")},toggle(){b&&ne(!h,"api")},clearChat(){$.clearMessages();try{localStorage.removeItem(un),t.debug&&console.log(`[AgentWidget] Cleared default localStorage key: ${un}`)}catch(v){console.error("[AgentWidget] Failed to clear default localStorage:",v)}if(t.clearChatHistoryStorageKey&&t.clearChatHistoryStorageKey!==un)try{localStorage.removeItem(t.clearChatHistoryStorageKey),t.debug&&console.log(`[AgentWidget] Cleared custom localStorage key: ${t.clearChatHistoryStorageKey}`)}catch(v){console.error("[AgentWidget] Failed to clear custom localStorage:",v)}let l=new CustomEvent("persona:clear-chat",{detail:{timestamp:new Date().toISOString()}});if(window.dispatchEvent(l),n!=null&&n.clear)try{let v=n.clear();v instanceof Promise&&v.catch(P=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",P)})}catch(v){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",v)}d={},y.syncFromMetadata(),_==null||_.clear(),et==null||et.update()},setMessage(l){return!ut||$.isStreaming()?!1:(!h&&b&&ne(!0,"system"),ut.value=l,ut.dispatchEvent(new Event("input",{bubbles:!0})),!0)},submitMessage(l){if($.isStreaming())return!1;let v=(l==null?void 0:l.trim())||ut.value.trim();return v?(!h&&b&&ne(!0,"system"),ut.value="",ut.style.height="auto",$.sendMessage(v),!0):!1},startVoiceRecognition(){return je||$.isStreaming()||!kt()?!1:(!h&&b&&ne(!0,"system"),Kt.manuallyDeactivated=!1,na(),Vt("user"),!0)},stopVoiceRecognition(){return je?(Kt.manuallyDeactivated=!0,na(),Gt("user"),!0):!1},injectMessage(l){return!h&&b&&ne(!0,"system"),$.injectMessage(l)},injectAssistantMessage(l){!h&&b&&ne(!0,"system");let v=$.injectAssistantMessage(l);return g&&(g=!1,M&&(clearTimeout(M),M=null),setTimeout(()=>{$&&!$.isStreaming()&&$.continueConversation()},100)),v},injectUserMessage(l){return!h&&b&&ne(!0,"system"),$.injectUserMessage(l)},injectSystemMessage(l){return!h&&b&&ne(!0,"system"),$.injectSystemMessage(l)},injectMessageBatch(l){return!h&&b&&ne(!0,"system"),$.injectMessageBatch(l)},injectTestMessage(l){!h&&b&&ne(!0,"system"),$.injectTestEvent(l)},__pushEventStreamEvent(l){_&&_.push({id:`evt-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,type:l.type,timestamp:Date.now(),payload:JSON.stringify(l.payload)})},showEventStream(){!W||!_||bt()},hideEventStream(){Mt&&Wt()},isEventStreamVisible(){return Mt},getMessages(){return $.getMessages()},getStatus(){return $.getStatus()},getPersistentMetadata(){return{...d}},updatePersistentMetadata(l){c(l)},on(l,v){return o.on(l,v)},off(l,v){o.off(l,v)},isOpen(){return b&&h},isVoiceActive(){return Kt.active},getState(){return{open:b&&h,launcherEnabled:b,voiceActive:Kt.active,streaming:$.isStreaming()}},showCSATFeedback(l){!h&&b&&ne(!0,"system");let v=se.querySelector(".tvw-feedback-container");v&&v.remove();let P=VS({onSubmit:async(D,B)=>{var Z;$.isClientTokenMode()&&await $.submitCSATFeedback(D,B),(Z=l==null?void 0:l.onSubmit)==null||Z.call(l,D,B)},onDismiss:l==null?void 0:l.onDismiss,...l});se.appendChild(P),P.scrollIntoView({behavior:"smooth",block:"end"})},showNPSFeedback(l){!h&&b&&ne(!0,"system");let v=se.querySelector(".tvw-feedback-container");v&&v.remove();let P=FS({onSubmit:async(D,B)=>{var Z;$.isClientTokenMode()&&await $.submitNPSFeedback(D,B),(Z=l==null?void 0:l.onSubmit)==null||Z.call(l,D,B)},onDismiss:l==null?void 0:l.onDismiss,...l});se.appendChild(P),P.scrollIntoView({behavior:"smooth",block:"end"})},async submitCSATFeedback(l,v){return $.submitCSATFeedback(l,v)},async submitNPSFeedback(l,v){return $.submitNPSFeedback(l,v)},destroy(){xe.forEach(l=>l()),Bt.remove(),F==null||F.destroy(),k==null||k.remove(),Qe&&Q.removeEventListener("click",Qe)}};if((((_A=a==null?void 0:a.debugTools)!=null?_A:!1)||!!t.debug)&&typeof window!="undefined"){let l=window.AgentWidgetBrowser,v={controller:Yt,getMessages:Yt.getMessages,getStatus:Yt.getStatus,getMetadata:Yt.getPersistentMetadata,updateMetadata:Yt.updatePersistentMetadata,clearHistory:()=>Yt.clearChat(),setVoiceActive:P=>P?Yt.startVoiceRecognition():Yt.stopVoiceRecognition()};window.AgentWidgetBrowser=v,xe.push(()=>{window.AgentWidgetBrowser===v&&(window.AgentWidgetBrowser=l)})}if(W&&typeof window!="undefined"){let l=r.getAttribute("data-persona-instance")||r.id||"persona-"+Math.random().toString(36).slice(2,8),v=D=>{let B=D.detail;(!(B!=null&&B.instanceId)||B.instanceId===l)&&Yt.showEventStream()},P=D=>{let B=D.detail;(!(B!=null&&B.instanceId)||B.instanceId===l)&&Yt.hideEventStream()};window.addEventListener("persona:showEventStream",v),window.addEventListener("persona:hideEventStream",P),xe.push(()=>{window.removeEventListener("persona:showEventStream",v),window.removeEventListener("persona:hideEventStream",P)})}let Ut=kP(t.persistState);if(Ut&&b){let l=HP(Ut.storage),v=`${Ut.keyPrefix}widget-open`,P=`${Ut.keyPrefix}widget-voice`,D=`${Ut.keyPrefix}widget-voice-mode`;if(l){let B=((jA=Ut.persist)==null?void 0:jA.openState)&&l.getItem(v)==="true",Z=((GA=Ut.persist)==null?void 0:GA.voiceState)&&l.getItem(P)==="true",wt=((ZA=Ut.persist)==null?void 0:ZA.voiceState)&&l.getItem(D)==="true";if(B&&setTimeout(()=>{Yt.open(),setTimeout(()=>{var pt;if(Z||wt)Yt.startVoiceRecognition();else if((pt=Ut.persist)!=null&&pt.focusInput){let Ht=r.querySelector("textarea");Ht&&Ht.focus()}},100)},0),(XA=Ut.persist)!=null&&XA.openState&&(o.on("widget:opened",()=>{l.setItem(v,"true")}),o.on("widget:closed",()=>{l.setItem(v,"false")})),(JA=Ut.persist)!=null&&JA.voiceState&&(o.on("voice:state",pt=>{l.setItem(P,pt.active?"true":"false")}),o.on("user:message",pt=>{l.setItem(D,pt.viaVoice?"true":"false")})),Ut.clearOnChatClear){let pt=()=>{l.removeItem(v),l.removeItem(P),l.removeItem(D)},Ht=()=>pt();window.addEventListener("persona:clear-chat",Ht),xe.push(()=>{window.removeEventListener("persona:clear-chat",Ht)})}}}return Yt};var SA={},LP=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},TP=()=>{try{if(typeof SA!="undefined"&&SA.url)return new URL("../widget.css",SA.url).href}catch{}return null},WL=r=>{let e=TP(),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)}},AA=r=>{var f,m,c,p;let e=LP(r.target),a=document.createElement("div");a.className="persona-host";let t=(c=(m=(f=r.config)==null?void 0:f.launcher)==null?void 0:m.enabled)!=null?c:!0;t||(a.style.height="100%"),e.appendChild(a);let s=r.useShadowDom===!0,o,n;if(s){let u=a.attachShadow({mode:"open"});n=u,o=document.createElement("div"),o.id="persona-root",t||(o.style.height="100%",o.style.display="flex",o.style.flexDirection="column",o.style.flex="1",o.style.minHeight="0"),u.appendChild(o),WL(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),WL(a);e.id&&o.setAttribute("data-persona-instance",e.id);let d=IS(o,r.config,{debugTools:r.debugTools});(p=r.onReady)==null||p.call(r);let i={...d,host:a,destroy(){d.destroy(),a.remove(),r.windowKey&&typeof window!="undefined"&&delete window[r.windowKey]}};return r.windowKey&&typeof window!="undefined"&&(window[r.windowKey]=i),i};var OL={name:"@runtypelabs/persona",version:"1.43.5",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 Ua=OL.version;function fa(r){if(r!==void 0)return typeof r=="string"?r:Array.isArray(r)?`[${r.map(e=>e.toString()).join(", ")}]`:r.toString()}function EP(r){if(r)return{getHeaders:fa(r.getHeaders),onFeedback:fa(r.onFeedback),onCopy:fa(r.onCopy),requestMiddleware:fa(r.requestMiddleware),actionHandlers:fa(r.actionHandlers),actionParsers:fa(r.actionParsers),postprocessMessage:fa(r.postprocessMessage),contextProviders:fa(r.contextProviders),streamParser:fa(r.streamParser)}}var zL=`({ text, message }: any) => {
109
+ `}if(!D){let Ta="max-height: -moz-available !important; max-height: stretch !important;",Pa=d?"":"padding-top: 1.25em !important;";It.style.cssText+=Ta+Pa}};Ua(),kS(r,t);let he=[];W&&he.push(()=>{ct!==null&&(cancelAnimationFrame(ct),ct=null),at==null||at.destroy(),at=null,j==null||j.destroy(),j=null,O=null});let Ye=null,mn=()=>{Ye&&(Ye(),Ye=null),t.colorScheme==="auto"&&(Ye=wL(()=>{kS(r,t)}))};mn(),he.push(()=>{Ye&&(Ye(),Ye=null)});let fa=PL(He),Qe=null,U,ua=!1,ra=!0,Aa=0,xn=0,oa=null,sa=!1,$a=0,_a=!1,$n=125,_n=2e3,jn=5,gn=50,ja=new Map,Jt={active:!1,manuallyDeactivated:!1,lastUserMessageWasVoice:!1,lastUserMessageId:null},Mn=(_A=($A=t.voiceRecognition)==null?void 0:$A.autoResume)!=null?_A:!1,vn=d=>{o.emit("voice:state",{active:Jt.active,source:d,timestamp:Date.now()})},na=()=>{c(d=>({...d,voiceState:{active:Jt.active,timestamp:Date.now(),manuallyDeactivated:Jt.manuallyDeactivated}}))},Gn=()=>{var F,B;if(((F=t.voiceRecognition)==null?void 0:F.enabled)===!1)return;let d=bA(l.voiceState),v=!!d.active,P=Number((B=d.timestamp)!=null?B:0);Jt.manuallyDeactivated=!!d.manuallyDeactivated,v&&Date.now()-P<kP&&setTimeout(()=>{Jt.active||(Jt.manuallyDeactivated=!1,oe("restore"))},1e3)},Zn=()=>U?DL(U.getMessages()).filter(d=>!d.__skipPersist):[];function yn(d){if(!(n!=null&&n.save))return;let P={messages:d?DL(d):U?Zn():[],metadata:l};try{let F=n.save(P);F instanceof Promise&&F.catch(B=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",B)})}catch(F){typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",F)}}let ka=(d=!1)=>{if(!ra)return;let v=Date.now();sa&&v<$a&&!d||(sa&&v>=$a&&(sa=!1),!(!d&&!ua)&&(v-xn<$n||(xn=v,oa&&cancelAnimationFrame(oa),oa=requestAnimationFrame(()=>{sa||!ra||(_a=!0,Dt.scrollTop=Dt.scrollHeight,Aa=Dt.scrollTop,requestAnimationFrame(()=>{_a=!1}),oa=null)}))))},la=null,Xn=()=>It.querySelector("#persona-scroll-container")||Dt,Jn=(d,v=500)=>{let P=d.scrollTop,F=d.clientHeight,B=d.scrollHeight,_=B-P;if(P+F>=B-2||Math.abs(_)<5)return;la!==null&&(cancelAnimationFrame(la),la=null);let it=performance.now(),wt=Ct=>1-Math.pow(1-Ct,3),At=Ct=>{let Bt=d.scrollHeight;Bt!==B&&(B=Bt,_=B-P);let tt=Ct-it,D=Math.min(tt/v,1),gt=wt(D),bt=P+_*gt;d.scrollTop=bt,D<1?la=requestAnimationFrame(At):(d.scrollTop=d.scrollHeight,la=null)};la=requestAnimationFrame(At)},Kn=d=>{let v=new Map;d.forEach(P=>{let F=ja.get(P.id);v.set(P.id,{streaming:P.streaming,role:P.role}),!F&&P.role==="assistant"&&o.emit("assistant:message",P),P.role==="assistant"&&(F!=null&&F.streaming)&&P.streaming===!1&&o.emit("assistant:complete",P)}),ja.clear(),v.forEach((P,F)=>{ja.set(F,P)})},Ha=(d,v,P)=>{var At,Ct,Bt,tt;let F=document.createElement("div"),_=(()=>{var gt;let D=s.find(bt=>bt.renderLoadingIndicator);if(D!=null&&D.renderLoadingIndicator)return D.renderLoadingIndicator;if((gt=t.loadingIndicator)!=null&&gt.render)return t.loadingIndicator.render})();v.forEach(D=>{var Me,Fe;let gt=null,bt=s.find(K=>!!(D.variant==="reasoning"&&K.renderReasoning||D.variant==="tool"&&K.renderToolCall||!D.variant&&K.renderMessage)),Qt=(Me=t.layout)==null?void 0:Me.messages;if(bt)if(D.variant==="reasoning"&&D.reasoning&&bt.renderReasoning){if(!T)return;gt=bt.renderReasoning({message:D,defaultRenderer:()=>uA(D),config:t})}else if(D.variant==="tool"&&D.toolCall&&bt.renderToolCall){if(!I)return;gt=bt.renderToolCall({message:D,defaultRenderer:()=>mA(D,t),config:t})}else bt.renderMessage&&(gt=bt.renderMessage({message:D,defaultRenderer:()=>{let K=ln(D,P,Qt,t.messageActions,fe,{loadingIndicatorRenderer:_,widgetConfig:t});return D.role!=="user"&&gA(K,D,t,U),K},config:t}));if(!gt&&D.role==="assistant"&&!D.variant&&t.enableComponentStreaming!==!1&&BS(D)){let Ut=RS(D);if(Ut){let ta=ES(Ut,{config:t,message:D,transform:P});if(ta){let Je=document.createElement("div");if(Je.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(" "),Je.id=`bubble-${D.id}`,Je.setAttribute("data-message-id",D.id),D.content&&D.content.trim()){let ma=document.createElement("div");ma.className="tvw-mb-3 tvw-text-sm tvw-leading-relaxed",ma.innerHTML=P({text:D.content,message:D,streaming:!!D.streaming,raw:D.rawContent}),Je.appendChild(ma)}Je.appendChild(ta),gt=Je}}}if(!gt)if(D.variant==="reasoning"&&D.reasoning){if(!T)return;gt=uA(D)}else if(D.variant==="tool"&&D.toolCall){if(!I)return;gt=mA(D,t)}else{let K=(Fe=t.layout)==null?void 0:Fe.messages;K!=null&&K.renderUserMessage&&D.role==="user"?gt=K.renderUserMessage({message:D,config:t,streaming:!!D.streaming}):K!=null&&K.renderAssistantMessage&&D.role==="assistant"?gt=K.renderAssistantMessage({message:D,config:t,streaming:!!D.streaming}):gt=ln(D,P,K,t.messageActions,fe,{loadingIndicatorRenderer:_,widgetConfig:t}),D.role!=="user"&&gt&&gA(gt,D,t,U)}let Rt=document.createElement("div");Rt.className="tvw-flex",Rt.id=`wrapper-${D.id}`,Rt.setAttribute("data-wrapper-id",D.id),D.role==="user"&&Rt.classList.add("tvw-justify-end"),Rt.appendChild(gt),F.appendChild(Rt)});let yt=v.some(D=>D.role==="assistant"&&D.streaming),it=v[v.length-1],wt=(it==null?void 0:it.role)==="assistant"&&!it.streaming;if(ua&&v.some(D=>D.role==="user")&&!yt&&!wt){let D={config:t,streaming:!0,location:"standalone",defaultRenderer:za},gt=s.find(Qt=>Qt.renderLoadingIndicator),bt=null;if(gt!=null&&gt.renderLoadingIndicator&&(bt=gt.renderLoadingIndicator(D)),bt===null&&((At=t.loadingIndicator)!=null&&At.render)&&(bt=t.loadingIndicator.render(D)),bt===null&&(bt=za()),bt){let Qt=document.createElement("div"),Rt=((Ct=t.loadingIndicator)==null?void 0:Ct.showBubble)!==!1;Qt.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(" "),Qt.setAttribute("data-typing-indicator","true"),Qt.appendChild(bt);let Me=document.createElement("div");Me.className="tvw-flex",Me.id="wrapper-typing-indicator",Me.setAttribute("data-wrapper-id","typing-indicator"),Me.appendChild(Qt),F.appendChild(Me)}}if(!ua&&v.length>0){let D=v[v.length-1],gt={config:t,lastMessage:D,messageCount:v.length},bt=s.find(Rt=>Rt.renderIdleIndicator),Qt=null;if(bt!=null&&bt.renderIdleIndicator&&(Qt=bt.renderIdleIndicator(gt)),Qt===null&&((Bt=t.loadingIndicator)!=null&&Bt.renderIdle)&&(Qt=t.loadingIndicator.renderIdle(gt)),Qt){let Rt=document.createElement("div"),Me=((tt=t.loadingIndicator)==null?void 0:tt.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(Qt);let Fe=document.createElement("div");Fe.className="tvw-flex",Fe.id="wrapper-idle-indicator",Fe.setAttribute("data-wrapper-id","idle-indicator"),Fe.appendChild(Rt),F.appendChild(Fe)}}bL(d,F),requestAnimationFrame(()=>{requestAnimationFrame(()=>{let D=Xn();Jn(D)})})},La=()=>{C&&(h?(It.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"),k?k.element.style.display="none":E&&(E.style.display="none")):(It.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"),k?k.element.style.display="":E&&(E.style.display="")))},ie=(d,v="user")=>{if(!C||h===d)return;let P=h;h=d,La(),h&&(lt(),ka(!0));let F={open:h,source:v,timestamp:Date.now()};h&&!P?o.emit("widget:opened",F):!h&&P&&o.emit("widget:closed",F),o.emit("widget:state",{open:h,launcherEnabled:C,voiceActive:Jt.active,streaming:U.isStreaming()})},Ga=d=>{J.disabled=d,G&&(G.disabled=d),fa.buttons.forEach(v=>{v.disabled=d})},wn=()=>{var B,_,yt,it,wt,At,Ct,Bt,tt,D,gt,bt,Qt,Rt;Ue.textContent=(_=(B=t.copy)==null?void 0:B.welcomeTitle)!=null?_:"Hello \u{1F44B}",we.textContent=(it=(yt=t.copy)==null?void 0:yt.welcomeSubtitle)!=null?it:"Ask anything about your account or products.",ut.placeholder=(At=(wt=t.copy)==null?void 0:wt.inputPlaceholder)!=null?At:"How can I help...",((Bt=(Ct=t.sendButton)==null?void 0:Ct.useIcon)!=null?Bt:!1)||(J.textContent=(D=(tt=t.copy)==null?void 0:tt.sendButtonLabel)!=null?D:"Send");let v=(bt=(gt=t.theme)==null?void 0:gt.inputFontFamily)!=null?bt:"sans-serif",P=(Rt=(Qt=t.theme)==null?void 0:Qt.inputFontWeight)!=null?Rt:"400",F=Me=>{switch(Me){case"serif":return'Georgia, "Times New Roman", Times, serif';case"mono":return'"Courier New", Courier, "Lucida Console", Monaco, monospace';case"sans-serif":default:return'-apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif'}};ut.style.fontFamily=F(v),ut.style.fontWeight=P};t.clientToken&&(t={...t,getStoredSessionId:()=>{let d=l.sessionId;return typeof d=="string"?d:null},setStoredSessionId:d=>{c(v=>({...v,sessionId:d}))}}),U=new Ka(t,{onMessagesChanged(d){Ha(ae,d,R),U&&(d.some(B=>B.role==="user")?fa.render([],U,ut,d):fa.render(t.suggestionChips,U,ut,d,t.suggestionChipsConfig)),ka(!ua),Kn(d);let v=[...d].reverse().find(F=>F.role==="user"),P=Jt.lastUserMessageId;v&&v.id!==P&&(Jt.lastUserMessageId=v.id,o.emit("user:message",v)),Jt.lastUserMessageWasVoice=!!(v!=null&&v.viaVoice),yn(d)},onStatusChanged(d){var F;let v=(F=t.statusIndicator)!=null?F:{},P=B=>{var _,yt,it,wt;return B==="idle"?(_=v.idleText)!=null?_:Ie.idle:B==="connecting"?(yt=v.connectingText)!=null?yt:Ie.connecting:B==="connected"?(it=v.connectedText)!=null?it:Ie.connected:B==="error"?(wt=v.errorText)!=null?wt:Ie.error:Ie[B]};ye.textContent=P(d)},onStreamingChanged(d){ua=d,Ga(d),U&&Ha(ae,U.getMessages(),R),d||ka(!0)}}),t.clientToken&&U.initClientSession().catch(d=>{t.debug&&console.warn("[AgentWidget] Pre-init client session failed:",d)}),j&&U.setSSEEventCallback((d,v)=>{j==null||j.push({id:`evt-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,type:d,timestamp:Date.now(),payload:JSON.stringify(v)})}),i&&i.then(d=>{var v;d&&(d.metadata&&(l=bA(d.metadata),y.syncFromMetadata()),(v=d.messages)!=null&&v.length&&U.hydrateMessages(d.messages))}).catch(d=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to hydrate stored state:",d)});let Cn=d=>{var B;d.preventDefault();let v=ut.value.trim(),P=(B=ht==null?void 0:ht.hasAttachments())!=null?B:!1;if(!v&&!P)return;let F;P&&(F=[],F.push(...ht.getContentParts()),v&&F.push(bS(v))),ut.value="",ut.style.height="auto",U.sendMessage(v,{contentParts:F}),P&&ht.clearAttachments()},bn=d=>{d.key==="Enter"&&!d.shiftKey&&(d.preventDefault(),J.click())},De=null,$e=!1,q=null,vt=null,qt=()=>typeof window=="undefined"?null:window.webkitSpeechRecognition||window.SpeechRecognition||null,oe=(d="user")=>{var _,yt,it,wt;if($e||U.isStreaming())return;let v=qt();if(!v)return;De=new v;let F=(yt=((_=t.voiceRecognition)!=null?_:{}).pauseDuration)!=null?yt:2e3;De.continuous=!0,De.interimResults=!0,De.lang="en-US";let B=ut.value;De.onresult=At=>{let Ct="",Bt="";for(let D=0;D<At.results.length;D++){let gt=At.results[D],bt=gt[0].transcript;gt.isFinal?Ct+=bt+" ":Bt=bt}let tt=B+Ct+Bt;ut.value=tt,q&&clearTimeout(q),(Ct||Bt)&&(q=window.setTimeout(()=>{let D=ut.value.trim();D&&De&&$e&&(Kt(),ut.value="",ut.style.height="auto",U.sendMessage(D,{viaVoice:!0}))},F))},De.onerror=At=>{At.error!=="no-speech"&&Kt()},De.onend=()=>{if($e){let At=ut.value.trim();At&&At!==B.trim()&&(ut.value="",ut.style.height="auto",U.sendMessage(At,{viaVoice:!0})),Kt()}};try{if(De.start(),$e=!0,Jt.active=!0,d!=="system"&&(Jt.manuallyDeactivated=!1),vn(d),na(),G){vt={backgroundColor:G.style.backgroundColor,color:G.style.color,borderColor:G.style.borderColor};let At=(it=t.voiceRecognition)!=null?it:{},Ct=(wt=At.recordingBackgroundColor)!=null?wt:"#ef4444",Bt=At.recordingIconColor,tt=At.recordingBorderColor;if(G.classList.add("tvw-voice-recording"),G.style.backgroundColor=Ct,Bt){G.style.color=Bt;let D=G.querySelector("svg");D&&D.setAttribute("stroke",Bt)}tt&&(G.style.borderColor=tt),G.setAttribute("aria-label","Stop voice recognition")}}catch{Kt("system")}},Kt=(d="user")=>{if($e){if($e=!1,q&&(clearTimeout(q),q=null),De){try{De.stop()}catch{}De=null}if(Jt.active=!1,vn(d),na(),G){if(G.classList.remove("tvw-voice-recording"),vt){G.style.backgroundColor=vt.backgroundColor,G.style.color=vt.color,G.style.borderColor=vt.borderColor;let v=G.querySelector("svg");v&&v.setAttribute("stroke",vt.color||"currentColor"),vt=null}G.setAttribute("aria-label","Start voice recognition")}}},Pe=(d,v)=>{var bt,Qt,Rt,Me,Fe,K,Ut;if(!(typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined")))return null;let F=w("div","tvw-send-button-wrapper"),B=w("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 _=(bt=d==null?void 0:d.iconName)!=null?bt:"mic",yt=(Qt=v==null?void 0:v.size)!=null?Qt:"40px",it=(Rt=d==null?void 0:d.iconSize)!=null?Rt:yt,wt=parseFloat(it)||24,At=(Me=d==null?void 0:d.backgroundColor)!=null?Me:v==null?void 0:v.backgroundColor,Ct=(Fe=d==null?void 0:d.iconColor)!=null?Fe:v==null?void 0:v.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 Bt=Ct||"currentColor",tt=nt(_,wt,Bt,1.5);tt?(B.appendChild(tt),B.style.color=Bt):(B.textContent="\u{1F3A4}",B.style.color=Bt),At?B.style.backgroundColor=At:B.classList.add("tvw-bg-cw-primary"),Ct?B.style.color=Ct:!Ct&&!(v!=null&&v.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),F.appendChild(B);let D=(K=d==null?void 0:d.tooltipText)!=null?K:"Start voice recognition";if(((Ut=d==null?void 0:d.showTooltip)!=null?Ut:!1)&&D){let ta=w("div","tvw-send-button-tooltip");ta.textContent=D,F.appendChild(ta)}return{micButton:B,micButtonWrapper:F}},se=()=>{if($e){let d=ut.value.trim();Jt.manuallyDeactivated=!0,na(),Kt("user"),d&&(ut.value="",ut.style.height="auto",U.sendMessage(d))}else Jt.manuallyDeactivated=!1,na(),oe("user")};G&&(G.addEventListener("click",se),he.push(()=>{Kt("system"),G&&G.removeEventListener("click",se)}));let L=o.on("assistant:complete",()=>{Mn&&(Jt.active||Jt.manuallyDeactivated||Mn==="assistant"&&!Jt.lastUserMessageWasVoice||setTimeout(()=>{!Jt.active&&!Jt.manuallyDeactivated&&oe("auto")},600))});he.push(L);let Yt=o.on("action:resubmit",()=>{setTimeout(()=>{U&&!U.isStreaming()&&U.continueConversation()},100)});he.push(Yt);let z=()=>{ie(!h,"user")},k=null,E=null;if(C){let d=s.find(v=>v.renderLauncher);if(d!=null&&d.renderLauncher){let v=d.renderLauncher({config:t,defaultRenderer:()=>Wn(t,z).element,onToggle:z});v&&(E=v)}E||(k=Wn(t,z))}k?r.appendChild(k.element):E&&r.appendChild(E),La(),fa.render(t.suggestionChips,U,ut,void 0,t.suggestionChipsConfig),wn(),Ga(U.isStreaming()),ka(!0),Gn();let lt=()=>{var P,F,B,_,yt,it,wt,At;let d=(F=(P=t.launcher)==null?void 0:P.sidebarMode)!=null?F:!1,v=d||((_=(B=t.launcher)==null?void 0:B.fullHeight)!=null?_:!1);if(!C){St.style.height="",St.style.width="";return}if(!d){let Ct=(it=(yt=t==null?void 0:t.launcher)==null?void 0:yt.width)!=null?it:t==null?void 0:t.launcherWidth,Bt=Ct!=null?Ct:"min(400px, calc(100vw - 24px))";St.style.width=Bt,St.style.maxWidth=Bt}if(!v){let Ct=window.innerHeight,Bt=64,tt=(At=(wt=t.launcher)==null?void 0:wt.heightOffset)!=null?At:0,D=Math.max(200,Ct-Bt),gt=Math.min(640,D),bt=Math.max(200,gt-tt);St.style.height=`${bt}px`}};lt(),window.addEventListener("resize",lt),he.push(()=>window.removeEventListener("resize",lt)),Aa=Dt.scrollTop;let ne=()=>{let d=Dt.scrollTop,v=Dt.scrollHeight,P=Dt.clientHeight,F=v-d-P,B=Math.abs(d-Aa);if(Aa=d,!_a&&!(B<=jn)){if(!ra&&F<gn){sa=!1,ra=!0;return}ra&&F>gn&&(sa=!0,$a=Date.now()+_n,ra=!1)}};Dt.addEventListener("scroll",ne,{passive:!0}),he.push(()=>Dt.removeEventListener("scroll",ne)),he.push(()=>{oa&&cancelAnimationFrame(oa)});let le=()=>{Q&&(Qe&&(Q.removeEventListener("click",Qe),Qe=null),C?(Q.style.display="",Qe=()=>{h=!1,La()},Q.addEventListener("click",Qe)):Q.style.display="none")};le(),(()=>{let{clearChatButton:d}=rt;d&&d.addEventListener("click",()=>{U.clearMessages();try{localStorage.removeItem(un),t.debug&&console.log(`[AgentWidget] Cleared default localStorage key: ${un}`)}catch(P){console.error("[AgentWidget] Failed to clear default localStorage:",P)}if(t.clearChatHistoryStorageKey&&t.clearChatHistoryStorageKey!==un)try{localStorage.removeItem(t.clearChatHistoryStorageKey),t.debug&&console.log(`[AgentWidget] Cleared custom localStorage key: ${t.clearChatHistoryStorageKey}`)}catch(P){console.error("[AgentWidget] Failed to clear custom localStorage:",P)}let v=new CustomEvent("persona:clear-chat",{detail:{timestamp:new Date().toISOString()}});if(window.dispatchEvent(v),n!=null&&n.clear)try{let P=n.clear();P instanceof Promise&&P.catch(F=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",F)})}catch(P){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",P)}l={},y.syncFromMetadata(),j==null||j.clear(),at==null||at.update()})})(),ge.addEventListener("submit",Cn),ut.addEventListener("keydown",bn),he.push(()=>{ge.removeEventListener("submit",Cn),ut.removeEventListener("keydown",bn)}),he.push(()=>{U.cancel()}),k?he.push(()=>{k==null||k.destroy()}):E&&he.push(()=>{E==null||E.remove()});let Et={update(d){var YA,QA,tk,ek,ak,rk,ok,sk,nk,lk,dk,ik,pk,hk,ck,fk,uk,mk,xk,gk,Mk,vk,yk,wk,Ck,bk,Sk,Ak,kk,Hk,Lk,Tk,Pk,Ek,Bk,Rk,Vk,Fk,Ik,Dk,Wk,Ok,zk,qk,Nk,Uk,$k,_k,jk,Gk,Zk,Xk,Jk,Kk,Yk,Qk,tH,eH,aH,rH,oH,sH,nH,lH,dH,iH,pH,hH,cH,fH,uH,mH,xH,gH,MH,vH,yH,wH,CH,bH,SH,AH,kH,HH,LH,TH;let v=t.toolCall,P=t.colorScheme;t={...t,...d},Ua(),kS(r,t),t.colorScheme!==P&&mn();let F=qn.getForInstance(t.plugins);s.length=0,s.push(...F),C=(QA=(YA=t.launcher)==null?void 0:YA.enabled)!=null?QA:!0,A=(ek=(tk=t.launcher)==null?void 0:tk.autoExpand)!=null?ek:!1,T=(rk=(ak=t.features)==null?void 0:ak.showReasoning)!=null?rk:!0,I=(sk=(ok=t.features)==null?void 0:ok.showToolCalls)!=null?sk:!0;let B=W;if(W=(lk=(nk=t.features)==null?void 0:nk.showEventStreamToggle)!=null?lk:!1,W&&!B){if(j||(O=new zn(pt),j=new On(st,O),O.open().then(()=>j==null?void 0:j.restore()).catch(()=>{}),U.setSSEEventCallback((V,kt)=>{j.push({id:`evt-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,type:V,timestamp:Date.now(),payload:JSON.stringify(kt)})})),!Z&&et){let V=(ik=(dk=t.features)==null?void 0:dk.eventStream)==null?void 0:ik.classNames,kt="tvw-inline-flex tvw-items-center tvw-justify-center tvw-rounded-full tvw-text-cw-muted hover:tvw-bg-gray-100 tvw-cursor-pointer tvw-border-none tvw-bg-transparent tvw-p-1"+(V!=null&&V.toggleButton?" "+V.toggleButton:"");Z=w("button",kt),Z.style.width="28px",Z.style.height="28px",Z.type="button",Z.setAttribute("aria-label","Event Stream"),Z.title="Event Stream";let te=nt("activity","18px","currentColor",1.5);te&&Z.appendChild(te);let xt=rt.clearChatButtonWrapper,Ft=rt.closeButtonWrapper,ve=xt||Ft;ve&&ve.parentNode===et?et.insertBefore(Z,ve):et.appendChild(Z),Z.addEventListener("click",()=>{Mt?Ot():Ht()})}}else!W&&B&&(Ot(),Z&&(Z.remove(),Z=null),j==null||j.clear(),O==null||O.destroy(),j=null,O=null);if(((pk=t.launcher)==null?void 0:pk.enabled)===!1&&k&&(k.destroy(),k=null),((hk=t.launcher)==null?void 0:hk.enabled)===!1&&E&&(E.remove(),E=null),((ck=t.launcher)==null?void 0:ck.enabled)!==!1&&!k&&!E){let V=s.find(kt=>kt.renderLauncher);if(V!=null&&V.renderLauncher){let kt=V.renderLauncher({config:t,defaultRenderer:()=>Wn(t,z).element,onToggle:z});kt&&(E=kt,r.appendChild(E))}E||(k=Wn(t,z),r.appendChild(k.element))}k&&k.update(t),Ce&&((fk=t.launcher)==null?void 0:fk.title)!==void 0&&(Ce.textContent=t.launcher.title),be&&((uk=t.launcher)==null?void 0:uk.subtitle)!==void 0&&(be.textContent=t.launcher.subtitle);let _=(mk=t.layout)==null?void 0:mk.header;if((_==null?void 0:_.layout)!==H&&et){let V=_?sn(t,_,{showClose:C,onClose:()=>ie(!1,"user")}):ha({config:t,showClose:C,onClose:()=>ie(!1,"user")});et.replaceWith(V.header),et=V.header,Pt=V.iconHolder,Ce=V.headerTitle,be=V.headerSubtitle,Q=V.closeButton,H=_==null?void 0:_.layout}else if(_&&(Pt&&(Pt.style.display=_.showIcon===!1?"none":""),Ce&&(Ce.style.display=_.showTitle===!1?"none":""),be&&(be.style.display=_.showSubtitle===!1?"none":""),Q&&(Q.style.display=_.showCloseButton===!1?"none":""),rt.clearChatButtonWrapper)){let V=_.showClearChat;if(V!==void 0){rt.clearChatButtonWrapper.style.display=V?"":"none";let{closeButtonWrapper:kt}=rt;kt&&!kt.classList.contains("tvw-absolute")&&(V?kt.classList.remove("tvw-ml-auto"):kt.classList.add("tvw-ml-auto"))}}let it=((xk=t.layout)==null?void 0:xk.showHeader)!==!1;et&&(et.style.display=it?"":"none");let wt=((gk=t.layout)==null?void 0:gk.showFooter)!==!1;Wt&&(Wt.style.display=wt?"":"none"),C!==x?C?ie(A,"auto"):(h=!0,La()):A!==b&&ie(A,"auto"),b=A,x=C,lt(),le(),JSON.stringify(d.toolCall)!==JSON.stringify(v)&&U&&Ha(ae,U.getMessages(),R);let tt=(Mk=t.launcher)!=null?Mk:{},D=(vk=tt.headerIconHidden)!=null?vk:!1,gt=(wk=(yk=t.layout)==null?void 0:yk.header)==null?void 0:wk.showIcon,bt=D||gt===!1,Qt=tt.headerIconName,Rt=(Ck=tt.headerIconSize)!=null?Ck:"48px";if(Pt){let V=ft.querySelector(".tvw-border-b-cw-divider"),kt=V==null?void 0:V.querySelector(".tvw-flex-col");if(bt)Pt.style.display="none",V&&kt&&!V.contains(kt)&&V.insertBefore(kt,V.firstChild);else{if(Pt.style.display="",Pt.style.height=Rt,Pt.style.width=Rt,V&&kt&&(V.contains(Pt)?Pt.nextSibling!==kt&&(Pt.remove(),V.insertBefore(Pt,kt)):V.insertBefore(Pt,kt)),Qt){let xt=parseFloat(Rt)||24,Ft=nt(Qt,xt*.6,"#ffffff",2);Ft?Pt.replaceChildren(Ft):Pt.textContent=(bk=tt.agentIconText)!=null?bk:"\u{1F4AC}"}else if(tt.iconUrl){let xt=Pt.querySelector("img");if(xt)xt.src=tt.iconUrl,xt.style.height=Rt,xt.style.width=Rt;else{let Ft=document.createElement("img");Ft.src=tt.iconUrl,Ft.alt="",Ft.className="tvw-rounded-xl tvw-object-cover",Ft.style.height=Rt,Ft.style.width=Rt,Pt.replaceChildren(Ft)}}else{let xt=Pt.querySelector("svg"),Ft=Pt.querySelector("img");(xt||Ft)&&Pt.replaceChildren(),Pt.textContent=(Sk=tt.agentIconText)!=null?Sk:"\u{1F4AC}"}let te=Pt.querySelector("img");te&&(te.style.height=Rt,te.style.width=Rt)}}let Me=(kk=(Ak=t.layout)==null?void 0:Ak.header)==null?void 0:kk.showTitle,Fe=(Lk=(Hk=t.layout)==null?void 0:Hk.header)==null?void 0:Lk.showSubtitle;if(Ce&&(Ce.style.display=Me===!1?"none":""),be&&(be.style.display=Fe===!1?"none":""),Q){((Pk=(Tk=t.layout)==null?void 0:Tk.header)==null?void 0:Pk.showCloseButton)===!1?Q.style.display="none":Q.style.display="";let kt=(Ek=tt.closeButtonSize)!=null?Ek:"32px",te=(Bk=tt.closeButtonPlacement)!=null?Bk:"inline";Q.style.height=kt,Q.style.width=kt;let{closeButtonWrapper:xt}=rt,Ft=te==="top-right",ve=xt==null?void 0:xt.classList.contains("tvw-absolute");if(xt&&Ft!==ve)if(xt.remove(),Ft)xt.className="tvw-absolute tvw-top-4 tvw-right-4 tvw-z-50",ft.style.position="relative",ft.appendChild(xt);else{let Lt=(Vk=(Rk=tt.clearChat)==null?void 0:Rk.placement)!=null?Vk:"inline",ke=(Ik=(Fk=tt.clearChat)==null?void 0:Fk.enabled)!=null?Ik:!0;xt.className=ke&&Lt==="inline"?"":"tvw-ml-auto";let qe=ft.querySelector(".tvw-border-b-cw-divider");qe&&qe.appendChild(xt)}if(tt.closeButtonColor?(Q.style.color=tt.closeButtonColor,Q.classList.remove("tvw-text-cw-muted")):(Q.style.color="",Q.classList.add("tvw-text-cw-muted")),tt.closeButtonBackgroundColor?(Q.style.backgroundColor=tt.closeButtonBackgroundColor,Q.classList.remove("hover:tvw-bg-gray-100")):(Q.style.backgroundColor="",Q.classList.add("hover:tvw-bg-gray-100")),tt.closeButtonBorderWidth||tt.closeButtonBorderColor){let Lt=tt.closeButtonBorderWidth||"0px",ke=tt.closeButtonBorderColor||"transparent";Q.style.border=`${Lt} solid ${ke}`,Q.classList.remove("tvw-border-none")}else Q.style.border="",Q.classList.add("tvw-border-none");tt.closeButtonBorderRadius?(Q.style.borderRadius=tt.closeButtonBorderRadius,Q.classList.remove("tvw-rounded-full")):(Q.style.borderRadius="",Q.classList.add("tvw-rounded-full")),tt.closeButtonPaddingX?(Q.style.paddingLeft=tt.closeButtonPaddingX,Q.style.paddingRight=tt.closeButtonPaddingX):(Q.style.paddingLeft="",Q.style.paddingRight=""),tt.closeButtonPaddingY?(Q.style.paddingTop=tt.closeButtonPaddingY,Q.style.paddingBottom=tt.closeButtonPaddingY):(Q.style.paddingTop="",Q.style.paddingBottom="");let Be=(Dk=tt.closeButtonIconName)!=null?Dk:"x",je=(Wk=tt.closeButtonIconText)!=null?Wk:"\xD7";Q.innerHTML="";let We=nt(Be,"20px",tt.closeButtonColor||"",2);We?Q.appendChild(We):Q.textContent=je;let ce=(Ok=tt.closeButtonTooltipText)!=null?Ok:"Close chat",Ge=(zk=tt.closeButtonShowTooltip)!=null?zk:!0;if(Q.setAttribute("aria-label",ce),xt&&(xt._cleanupTooltip&&(xt._cleanupTooltip(),delete xt._cleanupTooltip),Ge&&ce)){let Lt=null,ke=()=>{if(Lt||!Q)return;Lt=w("div","tvw-clear-chat-tooltip"),Lt.textContent=ce;let Ln=w("div");Ln.className="tvw-clear-chat-tooltip-arrow",Lt.appendChild(Ln);let Ea=Q.getBoundingClientRect();Lt.style.position="fixed",Lt.style.left=`${Ea.left+Ea.width/2}px`,Lt.style.top=`${Ea.top-8}px`,Lt.style.transform="translate(-50%, -100%)",document.body.appendChild(Lt)},qe=()=>{Lt&&Lt.parentNode&&(Lt.parentNode.removeChild(Lt),Lt=null)};xt.addEventListener("mouseenter",ke),xt.addEventListener("mouseleave",qe),Q.addEventListener("focus",ke),Q.addEventListener("blur",qe),xt._cleanupTooltip=()=>{qe(),xt&&(xt.removeEventListener("mouseenter",ke),xt.removeEventListener("mouseleave",qe)),Q&&(Q.removeEventListener("focus",ke),Q.removeEventListener("blur",qe))}}}let{clearChatButton:K,clearChatButtonWrapper:Ut}=rt;if(K){let V=(qk=tt.clearChat)!=null?qk:{},kt=(Nk=V.enabled)!=null?Nk:!0,te=($k=(Uk=t.layout)==null?void 0:Uk.header)==null?void 0:$k.showClearChat,xt=te!==void 0?te:kt,Ft=(_k=V.placement)!=null?_k:"inline";if(Ut){Ut.style.display=xt?"":"none";let{closeButtonWrapper:ve}=rt;ve&&!ve.classList.contains("tvw-absolute")&&(xt?ve.classList.remove("tvw-ml-auto"):ve.classList.add("tvw-ml-auto"));let Be=Ft==="top-right",je=Ut.classList.contains("tvw-absolute");if(Be!==je&&xt){if(Ut.remove(),Be)Ut.className="tvw-absolute tvw-top-4 tvw-z-50",Ut.style.right="48px",ft.style.position="relative",ft.appendChild(Ut);else{Ut.className="tvw-relative tvw-ml-auto tvw-clear-chat-button-wrapper",Ut.style.right="";let ce=ft.querySelector(".tvw-border-b-cw-divider"),Ge=rt.closeButtonWrapper;ce&&Ge&&Ge.parentElement===ce?ce.insertBefore(Ut,Ge):ce&&ce.appendChild(Ut)}let We=rt.closeButtonWrapper;We&&!We.classList.contains("tvw-absolute")&&(Be?We.classList.add("tvw-ml-auto"):We.classList.remove("tvw-ml-auto"))}}if(xt){let ve=(jk=V.size)!=null?jk:"32px";K.style.height=ve,K.style.width=ve;let Be=(Gk=V.iconName)!=null?Gk:"refresh-cw",je=(Zk=V.iconColor)!=null?Zk:"";K.innerHTML="";let We=nt(Be,"20px",je||"",2);if(We&&K.appendChild(We),je?(K.style.color=je,K.classList.remove("tvw-text-cw-muted")):(K.style.color="",K.classList.add("tvw-text-cw-muted")),V.backgroundColor?(K.style.backgroundColor=V.backgroundColor,K.classList.remove("hover:tvw-bg-gray-100")):(K.style.backgroundColor="",K.classList.add("hover:tvw-bg-gray-100")),V.borderWidth||V.borderColor){let Lt=V.borderWidth||"0px",ke=V.borderColor||"transparent";K.style.border=`${Lt} solid ${ke}`,K.classList.remove("tvw-border-none")}else K.style.border="",K.classList.add("tvw-border-none");V.borderRadius?(K.style.borderRadius=V.borderRadius,K.classList.remove("tvw-rounded-full")):(K.style.borderRadius="",K.classList.add("tvw-rounded-full")),V.paddingX?(K.style.paddingLeft=V.paddingX,K.style.paddingRight=V.paddingX):(K.style.paddingLeft="",K.style.paddingRight=""),V.paddingY?(K.style.paddingTop=V.paddingY,K.style.paddingBottom=V.paddingY):(K.style.paddingTop="",K.style.paddingBottom="");let ce=(Xk=V.tooltipText)!=null?Xk:"Clear chat",Ge=(Jk=V.showTooltip)!=null?Jk:!0;if(K.setAttribute("aria-label",ce),Ut&&(Ut._cleanupTooltip&&(Ut._cleanupTooltip(),delete Ut._cleanupTooltip),Ge&&ce)){let Lt=null,ke=()=>{if(Lt||!K)return;Lt=w("div","tvw-clear-chat-tooltip"),Lt.textContent=ce;let Ln=w("div");Ln.className="tvw-clear-chat-tooltip-arrow",Lt.appendChild(Ln);let Ea=K.getBoundingClientRect();Lt.style.position="fixed",Lt.style.left=`${Ea.left+Ea.width/2}px`,Lt.style.top=`${Ea.top-8}px`,Lt.style.transform="translate(-50%, -100%)",document.body.appendChild(Lt)},qe=()=>{Lt&&Lt.parentNode&&(Lt.parentNode.removeChild(Lt),Lt=null)};Ut.addEventListener("mouseenter",ke),Ut.addEventListener("mouseleave",qe),K.addEventListener("focus",ke),K.addEventListener("blur",qe),Ut._cleanupTooltip=()=>{qe(),Ut&&(Ut.removeEventListener("mouseenter",ke),Ut.removeEventListener("mouseleave",qe)),K&&(K.removeEventListener("focus",ke),K.removeEventListener("blur",qe))}}}}let ta=t.actionParsers&&t.actionParsers.length?t.actionParsers:[Nn],Je=t.actionHandlers&&t.actionHandlers.length?t.actionHandlers:[qa.message,qa.messageAndClick];y=Un({parsers:ta,handlers:Je,getSessionMetadata:m,updateSessionMetadata:c,emit:o.emit,documentRef:typeof document!="undefined"?document:null}),R=WL(t,y,S),U.updateConfig(t),Ha(ae,U.getMessages(),R),fa.render(t.suggestionChips,U,ut,void 0,t.suggestionChipsConfig),wn(),Ga(U.isStreaming());let ma=((Kk=t.voiceRecognition)==null?void 0:Kk.enabled)===!0,Yn=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined");if(ma&&Yn)if(!G||!re){let V=Pe(t.voiceRecognition,t.sendButton);V&&(G=V.micButton,re=V.micButtonWrapper,Te.insertBefore(re,xe),G.addEventListener("click",se),G.disabled=U.isStreaming())}else{let V=(Yk=t.voiceRecognition)!=null?Yk:{},kt=(Qk=t.sendButton)!=null?Qk:{},te=(tH=V.iconName)!=null?tH:"mic",xt=(eH=kt.size)!=null?eH:"40px",Ft=(aH=V.iconSize)!=null?aH:xt,ve=parseFloat(Ft)||24;G.style.width=Ft,G.style.height=Ft,G.style.minWidth=Ft,G.style.minHeight=Ft;let Be=(oH=(rH=V.iconColor)!=null?rH:kt.textColor)!=null?oH:"currentColor";G.innerHTML="";let je=nt(te,ve,Be,2);je?G.appendChild(je):G.textContent="\u{1F3A4}";let We=(sH=V.backgroundColor)!=null?sH:kt.backgroundColor;We?(G.style.backgroundColor=We,G.classList.remove("tvw-bg-cw-primary")):(G.style.backgroundColor="",G.classList.add("tvw-bg-cw-primary")),Be?(G.style.color=Be,G.classList.remove("tvw-text-white")):!Be&&!kt.textColor&&(G.style.color="",G.classList.add("tvw-text-white")),V.borderWidth?(G.style.borderWidth=V.borderWidth,G.style.borderStyle="solid"):(G.style.borderWidth="",G.style.borderStyle=""),V.borderColor?G.style.borderColor=V.borderColor:G.style.borderColor="",V.paddingX?(G.style.paddingLeft=V.paddingX,G.style.paddingRight=V.paddingX):(G.style.paddingLeft="",G.style.paddingRight=""),V.paddingY?(G.style.paddingTop=V.paddingY,G.style.paddingBottom=V.paddingY):(G.style.paddingTop="",G.style.paddingBottom="");let ce=re==null?void 0:re.querySelector(".tvw-send-button-tooltip"),Ge=(nH=V.tooltipText)!=null?nH:"Start voice recognition";if(((lH=V.showTooltip)!=null?lH:!1)&&Ge)if(ce)ce.textContent=Ge,ce.style.display="";else{let ke=document.createElement("div");ke.className="tvw-send-button-tooltip",ke.textContent=Ge,re==null||re.insertBefore(ke,G)}else ce&&(ce.style.display="none");re.style.display="",G.disabled=U.isStreaming()}else G&&re&&(re.style.display="none",$e&&Kt());if(((dH=t.attachments)==null?void 0:dH.enabled)===!0)if(!X||!Tt){let V=(iH=t.attachments)!=null?iH:{},te=(hH=((pH=t.sendButton)!=null?pH:{}).size)!=null?hH:"40px";mt||(mt=w("div","tvw-attachment-previews tvw-flex tvw-flex-wrap tvw-gap-2 tvw-mb-2"),mt.style.display="none",ge.insertBefore(mt,ut)),N||(N=document.createElement("input"),N.type="file",N.accept=((cH=V.allowedTypes)!=null?cH:Sa).join(","),N.multiple=((fH=V.maxFiles)!=null?fH:4)>1,N.style.display="none",N.setAttribute("aria-label","Attach files"),ge.insertBefore(N,ut)),X=w("div","tvw-send-button-wrapper"),Tt=w("button","tvw-rounded-button tvw-flex tvw-items-center tvw-justify-center disabled:tvw-opacity-50 tvw-cursor-pointer tvw-attachment-button"),Tt.type="button",Tt.setAttribute("aria-label",(uH=V.buttonTooltipText)!=null?uH:"Attach file");let xt=(mH=V.buttonIconName)!=null?mH:"paperclip",Ft=te,ve=parseFloat(Ft)||40,Be=Math.round(ve*.6);Tt.style.width=Ft,Tt.style.height=Ft,Tt.style.minWidth=Ft,Tt.style.minHeight=Ft,Tt.style.fontSize="18px",Tt.style.lineHeight="1",Tt.style.backgroundColor="transparent",Tt.style.color="var(--cw-primary, #111827)",Tt.style.border="none",Tt.style.borderRadius="6px",Tt.style.transition="background-color 0.15s ease",Tt.addEventListener("mouseenter",()=>{Tt.style.backgroundColor="rgba(0, 0, 0, 0.05)"}),Tt.addEventListener("mouseleave",()=>{Tt.style.backgroundColor="transparent"});let je=nt(xt,Be,"currentColor",1.5);je?Tt.appendChild(je):Tt.textContent="\u{1F4CE}",Tt.addEventListener("click",Ge=>{Ge.preventDefault(),N==null||N.click()}),X.appendChild(Tt);let We=(xH=V.buttonTooltipText)!=null?xH:"Attach file",ce=w("div","tvw-send-button-tooltip");ce.textContent=We,X.appendChild(ce),Ve.append(X),!ht&&N&&mt&&(ht=Wa.fromConfig(V),ht.setPreviewsContainer(mt),N.addEventListener("change",async()=>{ht&&(N!=null&&N.files)&&(await ht.handleFileSelect(N.files),N.value="")}))}else{X.style.display="";let V=(gH=t.attachments)!=null?gH:{};N&&(N.accept=((MH=V.allowedTypes)!=null?MH:Sa).join(","),N.multiple=((vH=V.maxFiles)!=null?vH:4)>1),ht&&ht.updateConfig({allowedTypes:V.allowedTypes,maxFileSize:V.maxFileSize,maxFiles:V.maxFiles})}else X&&(X.style.display="none"),ht&&ht.clearAttachments();let me=(yH=t.sendButton)!=null?yH:{},Qn=(wH=me.useIcon)!=null?wH:!1,Sn=(CH=me.iconText)!=null?CH:"\u2191",Ta=me.iconName,Pa=(bH=me.tooltipText)!=null?bH:"Send message",GL=(SH=me.showTooltip)!=null?SH:!1,An=(AH=me.size)!=null?AH:"40px",t2=me.backgroundColor,ea=me.textColor;if(Qn){if(J.style.width=An,J.style.height=An,J.style.minWidth=An,J.style.minHeight=An,J.style.fontSize="18px",J.style.lineHeight="1",J.innerHTML="",Ta){let V=parseFloat(An)||24,kt=ea&&typeof ea=="string"&&ea.trim()?ea.trim():"currentColor",te=nt(Ta,V,kt,2);te?(J.appendChild(te),J.style.color=kt):(J.textContent=Sn,ea?J.style.color=ea:J.classList.add("tvw-text-white"))}else J.textContent=Sn,ea?J.style.color=ea:J.classList.add("tvw-text-white");J.className="tvw-rounded-button tvw-flex tvw-items-center tvw-justify-center disabled:tvw-opacity-50 tvw-cursor-pointer",t2?(J.style.backgroundColor=t2,J.classList.remove("tvw-bg-cw-primary")):J.classList.add("tvw-bg-cw-primary")}else J.textContent=(HH=(kH=t.copy)==null?void 0:kH.sendButtonLabel)!=null?HH:"Send",J.style.width="",J.style.height="",J.style.minWidth="",J.style.minHeight="",J.style.fontSize="",J.style.lineHeight="",J.className="tvw-rounded-button tvw-bg-cw-accent tvw-px-4 tvw-py-2 tvw-text-sm tvw-font-semibold tvw-text-white disabled:tvw-opacity-50 tvw-cursor-pointer",t2?(J.style.backgroundColor=t2,J.classList.remove("tvw-bg-cw-accent")):J.classList.add("tvw-bg-cw-accent"),ea?J.style.color=ea:J.classList.add("tvw-text-white");me.borderWidth?(J.style.borderWidth=me.borderWidth,J.style.borderStyle="solid"):(J.style.borderWidth="",J.style.borderStyle=""),me.borderColor?J.style.borderColor=me.borderColor:J.style.borderColor="",me.paddingX?(J.style.paddingLeft=me.paddingX,J.style.paddingRight=me.paddingX):(J.style.paddingLeft="",J.style.paddingRight=""),me.paddingY?(J.style.paddingTop=me.paddingY,J.style.paddingBottom=me.paddingY):(J.style.paddingTop="",J.style.paddingBottom="");let kn=xe==null?void 0:xe.querySelector(".tvw-send-button-tooltip");if(GL&&Pa)if(kn)kn.textContent=Pa,kn.style.display="";else{let V=document.createElement("div");V.className="tvw-send-button-tooltip",V.textContent=Pa,xe==null||xe.insertBefore(V,J)}else kn&&(kn.style.display="none");let Hn=(LH=t.statusIndicator)!=null?LH:{},ZL=(TH=Hn.visible)!=null?TH:!0;if(ye.style.display=ZL?"":"none",U){let V=U.getStatus(),kt=te=>{var xt,Ft,ve,Be;return te==="idle"?(xt=Hn.idleText)!=null?xt:Ie.idle:te==="connecting"?(Ft=Hn.connectingText)!=null?Ft:Ie.connecting:te==="connected"?(ve=Hn.connectedText)!=null?ve:Ie.connected:te==="error"?(Be=Hn.errorText)!=null?Be:Ie.error:Ie[te]};ye.textContent=kt(V)}},open(){C&&ie(!0,"api")},close(){C&&ie(!1,"api")},toggle(){C&&ie(!h,"api")},clearChat(){U.clearMessages();try{localStorage.removeItem(un),t.debug&&console.log(`[AgentWidget] Cleared default localStorage key: ${un}`)}catch(v){console.error("[AgentWidget] Failed to clear default localStorage:",v)}if(t.clearChatHistoryStorageKey&&t.clearChatHistoryStorageKey!==un)try{localStorage.removeItem(t.clearChatHistoryStorageKey),t.debug&&console.log(`[AgentWidget] Cleared custom localStorage key: ${t.clearChatHistoryStorageKey}`)}catch(v){console.error("[AgentWidget] Failed to clear custom localStorage:",v)}let d=new CustomEvent("persona:clear-chat",{detail:{timestamp:new Date().toISOString()}});if(window.dispatchEvent(d),n!=null&&n.clear)try{let v=n.clear();v instanceof Promise&&v.catch(P=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",P)})}catch(v){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",v)}l={},y.syncFromMetadata(),j==null||j.clear(),at==null||at.update()},setMessage(d){return!ut||U.isStreaming()?!1:(!h&&C&&ie(!0,"system"),ut.value=d,ut.dispatchEvent(new Event("input",{bubbles:!0})),!0)},submitMessage(d){if(U.isStreaming())return!1;let v=(d==null?void 0:d.trim())||ut.value.trim();return v?(!h&&C&&ie(!0,"system"),ut.value="",ut.style.height="auto",U.sendMessage(v),!0):!1},startVoiceRecognition(){return $e||U.isStreaming()||!qt()?!1:(!h&&C&&ie(!0,"system"),Jt.manuallyDeactivated=!1,na(),oe("user"),!0)},stopVoiceRecognition(){return $e?(Jt.manuallyDeactivated=!0,na(),Kt("user"),!0):!1},injectMessage(d){return!h&&C&&ie(!0,"system"),U.injectMessage(d)},injectAssistantMessage(d){!h&&C&&ie(!0,"system");let v=U.injectAssistantMessage(d);return g&&(g=!1,M&&(clearTimeout(M),M=null),setTimeout(()=>{U&&!U.isStreaming()&&U.continueConversation()},100)),v},injectUserMessage(d){return!h&&C&&ie(!0,"system"),U.injectUserMessage(d)},injectSystemMessage(d){return!h&&C&&ie(!0,"system"),U.injectSystemMessage(d)},injectMessageBatch(d){return!h&&C&&ie(!0,"system"),U.injectMessageBatch(d)},injectTestMessage(d){!h&&C&&ie(!0,"system"),U.injectTestEvent(d)},__pushEventStreamEvent(d){j&&j.push({id:`evt-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,type:d.type,timestamp:Date.now(),payload:JSON.stringify(d.payload)})},showEventStream(){!W||!j||Ht()},hideEventStream(){Mt&&Ot()},isEventStreamVisible(){return Mt},getMessages(){return U.getMessages()},getStatus(){return U.getStatus()},getPersistentMetadata(){return{...l}},updatePersistentMetadata(d){c(d)},on(d,v){return o.on(d,v)},off(d,v){o.off(d,v)},isOpen(){return C&&h},isVoiceActive(){return Jt.active},getState(){return{open:C&&h,launcherEnabled:C,voiceActive:Jt.active,streaming:U.isStreaming()}},showCSATFeedback(d){!h&&C&&ie(!0,"system");let v=ae.querySelector(".tvw-feedback-container");v&&v.remove();let P=VS({onSubmit:async(F,B)=>{var _;U.isClientTokenMode()&&await U.submitCSATFeedback(F,B),(_=d==null?void 0:d.onSubmit)==null||_.call(d,F,B)},onDismiss:d==null?void 0:d.onDismiss,...d});ae.appendChild(P),P.scrollIntoView({behavior:"smooth",block:"end"})},showNPSFeedback(d){!h&&C&&ie(!0,"system");let v=ae.querySelector(".tvw-feedback-container");v&&v.remove();let P=FS({onSubmit:async(F,B)=>{var _;U.isClientTokenMode()&&await U.submitNPSFeedback(F,B),(_=d==null?void 0:d.onSubmit)==null||_.call(d,F,B)},onDismiss:d==null?void 0:d.onDismiss,...d});ae.appendChild(P),P.scrollIntoView({behavior:"smooth",block:"end"})},async submitCSATFeedback(d,v){return U.submitCSATFeedback(d,v)},async submitNPSFeedback(d,v){return U.submitNPSFeedback(d,v)},destroy(){he.forEach(d=>d()),It.remove(),k==null||k.destroy(),E==null||E.remove(),Qe&&Q.removeEventListener("click",Qe)}};if((((jA=a==null?void 0:a.debugTools)!=null?jA:!1)||!!t.debug)&&typeof window!="undefined"){let d=window.AgentWidgetBrowser,v={controller:Et,getMessages:Et.getMessages,getStatus:Et.getStatus,getMetadata:Et.getPersistentMetadata,updateMetadata:Et.updatePersistentMetadata,clearHistory:()=>Et.clearChat(),setVoiceActive:P=>P?Et.startVoiceRecognition():Et.stopVoiceRecognition()};window.AgentWidgetBrowser=v,he.push(()=>{window.AgentWidgetBrowser===v&&(window.AgentWidgetBrowser=d)})}if(W&&typeof window!="undefined"){let d=r.getAttribute("data-persona-instance")||r.id||"persona-"+Math.random().toString(36).slice(2,8),v=F=>{let B=F.detail;(!(B!=null&&B.instanceId)||B.instanceId===d)&&Et.showEventStream()},P=F=>{let B=F.detail;(!(B!=null&&B.instanceId)||B.instanceId===d)&&Et.hideEventStream()};window.addEventListener("persona:showEventStream",v),window.addEventListener("persona:hideEventStream",P),he.push(()=>{window.removeEventListener("persona:showEventStream",v),window.removeEventListener("persona:hideEventStream",P)})}let Nt=HP(t.persistState);if(Nt&&C){let d=LP(Nt.storage),v=`${Nt.keyPrefix}widget-open`,P=`${Nt.keyPrefix}widget-voice`,F=`${Nt.keyPrefix}widget-voice-mode`;if(d){let B=((GA=Nt.persist)==null?void 0:GA.openState)&&d.getItem(v)==="true",_=((ZA=Nt.persist)==null?void 0:ZA.voiceState)&&d.getItem(P)==="true",yt=((XA=Nt.persist)==null?void 0:XA.voiceState)&&d.getItem(F)==="true";if(B&&setTimeout(()=>{Et.open(),setTimeout(()=>{var it;if(_||yt)Et.startVoiceRecognition();else if((it=Nt.persist)!=null&&it.focusInput){let wt=r.querySelector("textarea");wt&&wt.focus()}},100)},0),(JA=Nt.persist)!=null&&JA.openState&&(o.on("widget:opened",()=>{d.setItem(v,"true")}),o.on("widget:closed",()=>{d.setItem(v,"false")})),(KA=Nt.persist)!=null&&KA.voiceState&&(o.on("voice:state",it=>{d.setItem(P,it.active?"true":"false")}),o.on("user:message",it=>{d.setItem(F,it.viaVoice?"true":"false")})),Nt.clearOnChatClear){let it=()=>{d.removeItem(v),d.removeItem(P),d.removeItem(F)},wt=()=>it();window.addEventListener("persona:clear-chat",wt),he.push(()=>{window.removeEventListener("persona:clear-chat",wt)})}}}return Et};var SA={},TP=r=>{if(typeof window=="undefined"||typeof document=="undefined")throw new Error("Chat widget can only be mounted in a browser environment");if(typeof r=="string"){let e=document.querySelector(r);if(!e)throw new Error(`Chat widget target "${r}" was not found`);return e}return r},PP=()=>{try{if(typeof SA!="undefined"&&SA.url)return new URL("../widget.css",SA.url).href}catch{}return null},OL=r=>{let e=PP(),a=()=>{if(!(r instanceof ShadowRoot)||r.querySelector("link[data-persona]"))return;let t=document.head.querySelector("link[data-persona]");if(!t)return;let s=t.cloneNode(!0);r.insertBefore(s,r.firstChild)};if(r instanceof ShadowRoot)if(e){let t=document.createElement("link");t.rel="stylesheet",t.href=e,t.setAttribute("data-persona","true"),r.insertBefore(t,r.firstChild)}else a();else if(!document.head.querySelector("link[data-persona]")&&e){let s=document.createElement("link");s.rel="stylesheet",s.href=e,s.setAttribute("data-persona","true"),document.head.appendChild(s)}},AA=r=>{var f,m,c,p;let e=TP(r.target),a=document.createElement("div");a.className="persona-host";let t=(c=(m=(f=r.config)==null?void 0:f.launcher)==null?void 0:m.enabled)!=null?c:!0;t||(a.style.height="100%"),e.appendChild(a);let s=r.useShadowDom===!0,o,n;if(s){let u=a.attachShadow({mode:"open"});n=u,o=document.createElement("div"),o.id="persona-root",t||(o.style.height="100%",o.style.display="flex",o.style.flexDirection="column",o.style.flex="1",o.style.minHeight="0"),u.appendChild(o),OL(u)}else n=a,o=document.createElement("div"),o.id="persona-root",t||(o.style.height="100%",o.style.display="flex",o.style.flexDirection="column",o.style.flex="1",o.style.minHeight="0"),a.appendChild(o),OL(a);e.id&&o.setAttribute("data-persona-instance",e.id);let l=IS(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 zL={name:"@runtypelabs/persona",version:"1.43.6",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 Na=zL.version;function ca(r){if(r!==void 0)return typeof r=="string"?r:Array.isArray(r)?`[${r.map(e=>e.toString()).join(", ")}]`:r.toString()}function BP(r){if(r)return{getHeaders:ca(r.getHeaders),onFeedback:ca(r.onFeedback),onCopy:ca(r.onCopy),requestMiddleware:ca(r.requestMiddleware),actionHandlers:ca(r.actionHandlers),actionParsers:ca(r.actionParsers),postprocessMessage:ca(r.postprocessMessage),contextProviders:ca(r.contextProviders),streamParser:ca(r.streamParser)}}var qL=`({ 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
- }`,qL=`function(ctx) {
122
+ }`,NL=`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
- }`,NL=`(action: any, context: any) => {
135
+ }`,UL=`(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
- }`,UL=`function(action, context) {
152
+ }`,$L=`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
- }`,BP=`(parsed: any) => {
169
+ }`,RP=`(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
- }`,RP=`function(parsed) {
175
+ }`,VP=`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 VP(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 DS(r){var e,a;return(a=(e=r.parserType)!=null?e:VP(r.streamParser))!=null?a:"plain"}function WS(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 OS(r,e,a){let t=[],s=r.messageActions&&Object.entries(r.messageActions).some(([n,d])=>n!=="onFeedback"&&n!=="onCopy"&&d!==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,d])=>{n==="onFeedback"||n==="onCopy"||(typeof d=="string"?t.push(`${e} ${n}: "${d}",`):typeof d=="boolean"&&t.push(`${e} ${n}: ${d},`))}),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 zS(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 qS(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(([d,i])=>{typeof i=="string"?a.push(`${e} ${d}: "${i}",`):typeof i=="boolean"&&a.push(`${e} ${d}: ${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,f])=>{i!=="format"&&(typeof f=="string"?a.push(`${e} ${i}: "${f}",`):typeof f=="boolean"&&a.push(`${e} ${i}: ${f},`))}),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 kA(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 $L(r,e="esm",a){let t={...r};delete t.postprocessMessage,delete t.initialMessages;let s=a?{...a,hooks:EP(a.hooks)}:void 0;return e==="esm"?FP(t,s):e==="script-installer"?WP(t):e==="script-advanced"?zP(t,s):e==="react-component"?IP(t,s):e==="react-advanced"?DP(t,s):OP(t,s)}function FP(r,e){let a=e==null?void 0:e.hooks,t=DS(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,d])=>{o.push(` ${n}: "${d}",`)}),o.push(" },")),r.launcher&&(o.push(" launcher: {"),Object.entries(r.launcher).forEach(([n,d])=>{typeof d=="string"?o.push(` ${n}: "${d}",`):typeof d=="boolean"&&o.push(` ${n}: ${d},`)}),o.push(" },")),r.copy&&(o.push(" copy: {"),Object.entries(r.copy).forEach(([n,d])=>{o.push(` ${n}: "${d}",`)}),o.push(" },")),r.sendButton&&(o.push(" sendButton: {"),Object.entries(r.sendButton).forEach(([n,d])=>{typeof d=="string"?o.push(` ${n}: "${d}",`):typeof d=="boolean"&&o.push(` ${n}: ${d},`)}),o.push(" },")),r.voiceRecognition&&(o.push(" voiceRecognition: {"),Object.entries(r.voiceRecognition).forEach(([n,d])=>{typeof d=="string"?o.push(` ${n}: "${d}",`):typeof d=="boolean"?o.push(` ${n}: ${d},`):typeof d=="number"&&o.push(` ${n}: ${d},`)}),o.push(" },")),r.statusIndicator&&(o.push(" statusIndicator: {"),Object.entries(r.statusIndicator).forEach(([n,d])=>{typeof d=="string"?o.push(` ${n}: "${d}",`):typeof d=="boolean"&&o.push(` ${n}: ${d},`)}),o.push(" },")),r.features&&(o.push(" features: {"),Object.entries(r.features).forEach(([n,d])=>{o.push(` ${n}: ${d},`)}),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(...WS(r," ")),o.push(...OS(r," ",a)),o.push(...zS(r," ")),o.push(...qS(r," ")),o.push(...kA(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 IP(r,e){let a=e==null?void 0:e.hooks,t=DS(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,d])=>{o.push(` ${n}: "${d}",`)}),o.push(" },")),r.launcher&&(o.push(" launcher: {"),Object.entries(r.launcher).forEach(([n,d])=>{typeof d=="string"?o.push(` ${n}: "${d}",`):typeof d=="boolean"&&o.push(` ${n}: ${d},`)}),o.push(" },")),r.copy&&(o.push(" copy: {"),Object.entries(r.copy).forEach(([n,d])=>{o.push(` ${n}: "${d}",`)}),o.push(" },")),r.sendButton&&(o.push(" sendButton: {"),Object.entries(r.sendButton).forEach(([n,d])=>{typeof d=="string"?o.push(` ${n}: "${d}",`):typeof d=="boolean"&&o.push(` ${n}: ${d},`)}),o.push(" },")),r.voiceRecognition&&(o.push(" voiceRecognition: {"),Object.entries(r.voiceRecognition).forEach(([n,d])=>{typeof d=="string"?o.push(` ${n}: "${d}",`):typeof d=="boolean"?o.push(` ${n}: ${d},`):typeof d=="number"&&o.push(` ${n}: ${d},`)}),o.push(" },")),r.statusIndicator&&(o.push(" statusIndicator: {"),Object.entries(r.statusIndicator).forEach(([n,d])=>{typeof d=="string"?o.push(` ${n}: "${d}",`):typeof d=="boolean"&&o.push(` ${n}: ${d},`)}),o.push(" },")),r.features&&(o.push(" features: {"),Object.entries(r.features).forEach(([n,d])=>{o.push(` ${n}: ${d},`)}),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(...WS(r," ")),o.push(...OS(r," ",a)),o.push(...zS(r," ")),o.push(...qS(r," ")),o.push(...kA(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 DP(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(...WS(r," ")),t.push(...OS(r," ",a)),t.push(...zS(r," ")),t.push(...qS(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(${BP}),`)),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(` ${zL}`),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(` ${zL}`),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(` ${NL}`),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(` ${NL}`),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 _L(r){var s;let e=DS(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,d])=>{typeof d=="string"&&(o[n]=d)}),Object.keys(o).length>0&&(t.toolCall=o)}if(r.messageActions){let o={};Object.entries(r.messageActions).forEach(([n,d])=>{n!=="onFeedback"&&n!=="onCopy"&&d!==void 0&&(typeof d=="string"||typeof d=="boolean")&&(o[n]=d)}),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(([d,i])=>{d!=="render"&&(typeof i=="string"||typeof i=="boolean")&&(n[d]=i)}),Object.keys(n).length>0&&(o.header=n)}if(r.layout.messages){let n={};Object.entries(r.layout.messages).forEach(([d,i])=>{if(d!=="renderUserMessage"&&d!=="renderAssistantMessage")if(d==="avatar"&&typeof i=="object"&&i!==null)n.avatar=i;else if(d==="timestamp"&&typeof i=="object"&&i!==null){let f={};Object.entries(i).forEach(([m,c])=>{m!=="format"&&(typeof c=="string"||typeof c=="boolean")&&(f[m]=c)}),Object.keys(f).length>0&&(n.timestamp=f)}else(typeof i=="string"||typeof i=="boolean")&&(n[d]=i)}),Object.keys(n).length>0&&(o.messages=n)}Object.keys(o).length>0&&(t.layout=o)}return t}function WP(r){let e=_L(r),a=JSON.stringify(e,null,0).replace(/'/g,"&#39;");return`<script src="https://cdn.jsdelivr.net/npm/@runtypelabs/persona@${Ua}/dist/install.global.js" data-config='${a}'></script>`}function OP(r,e){let a=e==null?void 0:e.hooks,t=DS(r),s=t!=="plain",o=["<!-- Load CSS -->",`<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@runtypelabs/persona@${Ua}/dist/widget.css" />`,"","<!-- Load JavaScript -->",`<script src="https://cdn.jsdelivr.net/npm/@runtypelabs/persona@${Ua}/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,d])=>{o.push(` ${n}: "${d}",`)}),o.push(" },")),r.launcher&&(o.push(" launcher: {"),Object.entries(r.launcher).forEach(([n,d])=>{typeof d=="string"?o.push(` ${n}: "${d}",`):typeof d=="boolean"&&o.push(` ${n}: ${d},`)}),o.push(" },")),r.copy&&(o.push(" copy: {"),Object.entries(r.copy).forEach(([n,d])=>{o.push(` ${n}: "${d}",`)}),o.push(" },")),r.sendButton&&(o.push(" sendButton: {"),Object.entries(r.sendButton).forEach(([n,d])=>{typeof d=="string"?o.push(` ${n}: "${d}",`):typeof d=="boolean"&&o.push(` ${n}: ${d},`)}),o.push(" },")),r.voiceRecognition&&(o.push(" voiceRecognition: {"),Object.entries(r.voiceRecognition).forEach(([n,d])=>{typeof d=="string"?o.push(` ${n}: "${d}",`):typeof d=="boolean"?o.push(` ${n}: ${d},`):typeof d=="number"&&o.push(` ${n}: ${d},`)}),o.push(" },")),r.statusIndicator&&(o.push(" statusIndicator: {"),Object.entries(r.statusIndicator).forEach(([n,d])=>{typeof d=="string"?o.push(` ${n}: "${d}",`):typeof d=="boolean"&&o.push(` ${n}: ${d},`)}),o.push(" },")),r.features&&(o.push(" features: {"),Object.entries(r.features).forEach(([n,d])=>{o.push(` ${n}: ${d},`)}),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(...WS(r," ")),o.push(...OS(r," ",a)),o.push(...zS(r," ")),o.push(...qS(r," ")),o.push(...kA(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 zP(r,e){let a=e==null?void 0:e.hooks,t=_L(r),o=["<script>","(function() {"," 'use strict';",""," // Configuration",` var CONFIG = ${JSON.stringify(t,null,2).split(`
186
- `).map((n,d)=>d===0?n:" "+n).join(`
187
- `)};`,""," // Constants",` var CDN_BASE = 'https://cdn.jsdelivr.net/npm/@runtypelabs/persona@${Ua}/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(${RP});`),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(` ${qL}`),o.push(" ]);")):(o.push(" // Action parsers to detect JSON actions in responses"),o.push(" widgetConfig.actionParsers = ["),o.push(" agentWidget.defaultJsonActionParser,"),o.push(` ${qL}`),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(` ${UL}`),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(` ${UL}`),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 qP=AA;return tT(NP);})();
181
+ }`;function FP(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 DS(r){var e,a;return(a=(e=r.parserType)!=null?e:FP(r.streamParser))!=null?a:"plain"}function WS(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 OS(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 zS(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 qS(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,f])=>{i!=="format"&&(typeof f=="string"?a.push(`${e} ${i}: "${f}",`):typeof f=="boolean"&&a.push(`${e} ${i}: ${f},`))}),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 kA(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 _L(r,e="esm",a){let t={...r};delete t.postprocessMessage,delete t.initialMessages;let s=a?{...a,hooks:BP(a.hooks)}:void 0;return e==="esm"?IP(t,s):e==="script-installer"?OP(t):e==="script-advanced"?qP(t,s):e==="react-component"?DP(t,s):e==="react-advanced"?WP(t,s):zP(t,s)}function IP(r,e){let a=e==null?void 0:e.hooks,t=DS(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(...WS(r," ")),o.push(...OS(r," ",a)),o.push(...zS(r," ")),o.push(...qS(r," ")),o.push(...kA(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 DP(r,e){let a=e==null?void 0:e.hooks,t=DS(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(...WS(r," ")),o.push(...OS(r," ",a)),o.push(...zS(r," ")),o.push(...qS(r," ")),o.push(...kA(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 WP(r,e){let a=e==null?void 0:e.hooks,t=["// ChatWidgetAdvanced.tsx","'use client'; // Required for Next.js - remove for Vite/CRA","","import { useEffect } from 'react';","import '@runtypelabs/persona/widget.css';","import {"," initAgentWidget,"," createFlexibleJsonStreamParser,"," defaultJsonActionParser,"," defaultActionHandlers,"," markdownPostprocessor","} from '@runtypelabs/persona';","import type { AgentWidgetInitHandle } from '@runtypelabs/persona';","","const STORAGE_KEY = 'chat-widget-state';","const PROCESSED_ACTIONS_KEY = 'chat-widget-processed-actions';","","// Types for DOM elements","interface PageElement {"," type: string;"," tagName: string;"," selector: string;"," innerText: string;"," href?: string;","}","","interface DOMContext {"," page_elements: PageElement[];"," page_element_count: number;"," element_types: Record<string, number>;"," page_url: string;"," page_title: string;"," timestamp: string;","}","","// DOM context provider - extracts page elements for AI context","const collectDOMContext = (): DOMContext => {"," const selectors = {",` products: '[data-product-id], .product-card, .product-item, [role="article"]',`,` buttons: 'button, [role="button"], .btn',`," links: 'a[href]',"," inputs: 'input, textarea, select'"," };",""," const elements: PageElement[] = [];"," Object.entries(selectors).forEach(([type, selector]) => {"," document.querySelectorAll(selector).forEach((element) => {"," if (!(element instanceof HTMLElement)) return;"," "," // Exclude elements within the widget"," const widgetHost = element.closest('.persona-host');"," if (widgetHost) return;"," "," const text = element.innerText?.trim();"," if (!text) return;",""," const selectorString ="," element.id ? `#${element.id}` :"," element.getAttribute('data-testid') ? `[data-testid=\"${element.getAttribute('data-testid')}\"]` :"," element.getAttribute('data-product-id') ? `[data-product-id=\"${element.getAttribute('data-product-id')}\"]` :"," element.tagName.toLowerCase();",""," const elementData: PageElement = {"," type,"," tagName: element.tagName.toLowerCase(),"," selector: selectorString,"," innerText: text.substring(0, 200)"," };",""," if (type === 'links' && element instanceof HTMLAnchorElement && element.href) {"," elementData.href = element.href;"," }",""," elements.push(elementData);"," });"," });",""," const counts = elements.reduce((acc, el) => {"," acc[el.type] = (acc[el.type] || 0) + 1;"," return acc;"," }, {} as Record<string, number>);",""," return {"," page_elements: elements.slice(0, 50),"," page_element_count: elements.length,"," element_types: counts,"," page_url: window.location.href,"," page_title: document.title,"," timestamp: new Date().toISOString()"," };","};","","export function ChatWidgetAdvanced() {"," useEffect(() => {"," let handle: AgentWidgetInitHandle | null = null;",""," // Load saved state"," const loadSavedMessages = () => {"," const savedState = localStorage.getItem(STORAGE_KEY);"," if (savedState) {"," try {"," const { messages } = JSON.parse(savedState);"," return messages || [];"," } catch (e) {"," console.error('Failed to load saved state:', e);"," }"," }"," return [];"," };",""," handle = initAgentWidget({"," target: 'body',"," config: {"];return r.apiUrl&&t.push(` apiUrl: "${r.apiUrl}",`),r.clientToken&&t.push(` clientToken: "${r.clientToken}",`),r.flowId&&t.push(` flowId: "${r.flowId}",`),r.theme&&(t.push(" theme: {"),Object.entries(r.theme).forEach(([s,o])=>{t.push(` ${s}: "${o}",`)}),t.push(" },")),r.launcher&&(t.push(" launcher: {"),Object.entries(r.launcher).forEach(([s,o])=>{typeof o=="string"?t.push(` ${s}: "${o}",`):typeof o=="boolean"&&t.push(` ${s}: ${o},`)}),t.push(" },")),r.copy&&(t.push(" copy: {"),Object.entries(r.copy).forEach(([s,o])=>{t.push(` ${s}: "${o}",`)}),t.push(" },")),r.sendButton&&(t.push(" sendButton: {"),Object.entries(r.sendButton).forEach(([s,o])=>{typeof o=="string"?t.push(` ${s}: "${o}",`):typeof o=="boolean"&&t.push(` ${s}: ${o},`)}),t.push(" },")),r.voiceRecognition&&(t.push(" voiceRecognition: {"),Object.entries(r.voiceRecognition).forEach(([s,o])=>{typeof o=="string"?t.push(` ${s}: "${o}",`):typeof o=="boolean"?t.push(` ${s}: ${o},`):typeof o=="number"&&t.push(` ${s}: ${o},`)}),t.push(" },")),r.statusIndicator&&(t.push(" statusIndicator: {"),Object.entries(r.statusIndicator).forEach(([s,o])=>{typeof o=="string"?t.push(` ${s}: "${o}",`):typeof o=="boolean"&&t.push(` ${s}: ${o},`)}),t.push(" },")),r.features&&(t.push(" features: {"),Object.entries(r.features).forEach(([s,o])=>{t.push(` ${s}: ${o},`)}),t.push(" },")),r.suggestionChips&&r.suggestionChips.length>0&&(t.push(" suggestionChips: ["),r.suggestionChips.forEach(s=>{t.push(` "${s}",`)}),t.push(" ],")),r.suggestionChipsConfig&&(t.push(" suggestionChipsConfig: {"),r.suggestionChipsConfig.fontFamily&&t.push(` fontFamily: "${r.suggestionChipsConfig.fontFamily}",`),r.suggestionChipsConfig.fontWeight&&t.push(` fontWeight: "${r.suggestionChipsConfig.fontWeight}",`),r.suggestionChipsConfig.paddingX&&t.push(` paddingX: "${r.suggestionChipsConfig.paddingX}",`),r.suggestionChipsConfig.paddingY&&t.push(` paddingY: "${r.suggestionChipsConfig.paddingY}",`),t.push(" },")),t.push(...WS(r," ")),t.push(...OS(r," ",a)),t.push(...zS(r," ")),t.push(...qS(r," ")),a!=null&&a.getHeaders&&t.push(` getHeaders: ${a.getHeaders},`),a!=null&&a.contextProviders&&t.push(` contextProviders: ${a.contextProviders},`),r.debug&&t.push(` debug: ${r.debug},`),t.push(" initialMessages: loadSavedMessages(),"),a!=null&&a.streamParser?t.push(` streamParser: ${a.streamParser},`):(t.push(" // Flexible JSON stream parser for handling structured actions"),t.push(` streamParser: () => createFlexibleJsonStreamParser(${RP}),`)),a!=null&&a.actionParsers?(t.push(" // Action parsers (custom merged with defaults)"),t.push(` actionParsers: [...(${a.actionParsers}), defaultJsonActionParser,`),t.push(" // Built-in parser for markdown-wrapped JSON"),t.push(` ${qL}`),t.push(" ],")):(t.push(" // Action parsers to detect JSON actions in responses"),t.push(" actionParsers: ["),t.push(" defaultJsonActionParser,"),t.push(" // Parser for markdown-wrapped JSON"),t.push(` ${qL}`),t.push(" ],")),a!=null&&a.actionHandlers?(t.push(" // Action handlers (custom merged with defaults)"),t.push(` actionHandlers: [...(${a.actionHandlers}),`),t.push(" defaultActionHandlers.message,"),t.push(" defaultActionHandlers.messageAndClick,"),t.push(" // Built-in handler for nav_then_click action"),t.push(` ${UL}`),t.push(" ],")):(t.push(" // Action handlers for navigation and other actions"),t.push(" actionHandlers: ["),t.push(" defaultActionHandlers.message,"),t.push(" defaultActionHandlers.messageAndClick,"),t.push(" // Handler for nav_then_click action"),t.push(` ${UL}`),t.push(" ],")),a!=null&&a.postprocessMessage?t.push(` postprocessMessage: ${a.postprocessMessage},`):t.push(" postprocessMessage: ({ text }) => markdownPostprocessor(text),"),a!=null&&a.requestMiddleware?(t.push(" // Request middleware (custom merged with DOM context)"),t.push(" requestMiddleware: ({ payload, config }) => {"),t.push(` const customResult = (${a.requestMiddleware})({ payload, config });`),t.push(" const merged = customResult || payload;"),t.push(" return {"),t.push(" ...merged,"),t.push(" metadata: { ...merged.metadata, ...collectDOMContext() }"),t.push(" };"),t.push(" }")):(t.push(" requestMiddleware: ({ payload }) => {"),t.push(" return {"),t.push(" ...payload,"),t.push(" metadata: collectDOMContext()"),t.push(" };"),t.push(" }")),t.push(" }"),t.push(" });"),t.push(""),t.push(" // Save state on message events"),t.push(" const handleMessage = () => {"),t.push(" const session = handle?.getSession?.();"),t.push(" if (session) {"),t.push(" localStorage.setItem(STORAGE_KEY, JSON.stringify({"),t.push(" messages: session.messages,"),t.push(" timestamp: new Date().toISOString()"),t.push(" }));"),t.push(" }"),t.push(" };"),t.push(""),t.push(" // Clear state on clear chat"),t.push(" const handleClearChat = () => {"),t.push(" localStorage.removeItem(STORAGE_KEY);"),t.push(" localStorage.removeItem(PROCESSED_ACTIONS_KEY);"),t.push(" };"),t.push(""),t.push(" window.addEventListener('persona:message', handleMessage);"),t.push(" window.addEventListener('persona:clear-chat', handleClearChat);"),t.push(""),t.push(" // Cleanup on unmount"),t.push(" return () => {"),t.push(" window.removeEventListener('persona:message', handleMessage);"),t.push(" window.removeEventListener('persona:clear-chat', handleClearChat);"),t.push(" if (handle) {"),t.push(" handle.destroy();"),t.push(" }"),t.push(" };"),t.push(" }, []);"),t.push(""),t.push(" return null; // Widget injects itself into the DOM"),t.push("}"),t.push(""),t.push("// Usage: Collects DOM context for AI-powered navigation"),t.push("// Features:"),t.push("// - Extracts page elements (products, buttons, links)"),t.push("// - Persists chat history across page loads"),t.push("// - Handles navigation actions (nav_then_click)"),t.push("// - Processes structured JSON actions from AI"),t.push("//"),t.push("// Example usage in Next.js:"),t.push("// import { ChatWidgetAdvanced } from './components/ChatWidgetAdvanced';"),t.push("//"),t.push("// export default function RootLayout({ children }) {"),t.push("// return ("),t.push('// <html lang="en">'),t.push("// <body>"),t.push("// {children}"),t.push("// <ChatWidgetAdvanced />"),t.push("// </body>"),t.push("// </html>"),t.push("// );"),t.push("// }"),t.join(`
184
+ `)}function jL(r){var s;let e=DS(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 f={};Object.entries(i).forEach(([m,c])=>{m!=="format"&&(typeof c=="string"||typeof c=="boolean")&&(f[m]=c)}),Object.keys(f).length>0&&(n.timestamp=f)}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 OP(r){let e=jL(r),a=JSON.stringify(e,null,0).replace(/'/g,"&#39;");return`<script src="https://cdn.jsdelivr.net/npm/@runtypelabs/persona@${Na}/dist/install.global.js" data-config='${a}'></script>`}function zP(r,e){let a=e==null?void 0:e.hooks,t=DS(r),s=t!=="plain",o=["<!-- Load CSS -->",`<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@runtypelabs/persona@${Na}/dist/widget.css" />`,"","<!-- Load JavaScript -->",`<script src="https://cdn.jsdelivr.net/npm/@runtypelabs/persona@${Na}/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(...WS(r," ")),o.push(...OS(r," ",a)),o.push(...zS(r," ")),o.push(...qS(r," ")),o.push(...kA(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=jL(r),o=["<script>","(function() {"," 'use strict';",""," // Configuration",` var CONFIG = ${JSON.stringify(t,null,2).split(`
186
+ `).map((n,l)=>l===0?n:" "+n).join(`
187
+ `)};`,""," // Constants",` var CDN_BASE = 'https://cdn.jsdelivr.net/npm/@runtypelabs/persona@${Na}/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(${VP});`),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(` ${NL}`),o.push(" ]);")):(o.push(" // Action parsers to detect JSON actions in responses"),o.push(" widgetConfig.actionParsers = ["),o.push(" agentWidget.defaultJsonActionParser,"),o.push(` ${NL}`),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(` ${$L}`),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(` ${$L}`),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 NP=AA;return eT(UP);})();
189
189
  /*! Bundled license information:
190
190
 
191
191
  lucide/dist/esm/defaultAttributes.js: