@runtypelabs/persona 1.36.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. package/README.md +1080 -0
  2. package/dist/index.cjs +140 -0
  3. package/dist/index.cjs.map +1 -0
  4. package/dist/index.d.cts +2626 -0
  5. package/dist/index.d.ts +2626 -0
  6. package/dist/index.global.js +1843 -0
  7. package/dist/index.global.js.map +1 -0
  8. package/dist/index.js +140 -0
  9. package/dist/index.js.map +1 -0
  10. package/dist/install.global.js +2 -0
  11. package/dist/install.global.js.map +1 -0
  12. package/dist/widget.css +1627 -0
  13. package/package.json +79 -0
  14. package/src/@types/idiomorph.d.ts +37 -0
  15. package/src/client.test.ts +387 -0
  16. package/src/client.ts +1589 -0
  17. package/src/components/composer-builder.ts +530 -0
  18. package/src/components/feedback.ts +379 -0
  19. package/src/components/forms.ts +170 -0
  20. package/src/components/header-builder.ts +455 -0
  21. package/src/components/header-layouts.ts +303 -0
  22. package/src/components/launcher.ts +193 -0
  23. package/src/components/message-bubble.ts +528 -0
  24. package/src/components/messages.ts +54 -0
  25. package/src/components/panel.ts +204 -0
  26. package/src/components/reasoning-bubble.ts +144 -0
  27. package/src/components/registry.ts +87 -0
  28. package/src/components/suggestions.ts +97 -0
  29. package/src/components/tool-bubble.ts +288 -0
  30. package/src/defaults.ts +321 -0
  31. package/src/index.ts +175 -0
  32. package/src/install.ts +284 -0
  33. package/src/plugins/registry.ts +77 -0
  34. package/src/plugins/types.ts +95 -0
  35. package/src/postprocessors.ts +194 -0
  36. package/src/runtime/init.ts +162 -0
  37. package/src/session.ts +376 -0
  38. package/src/styles/tailwind.css +20 -0
  39. package/src/styles/widget.css +1627 -0
  40. package/src/types.ts +1635 -0
  41. package/src/ui.ts +3341 -0
  42. package/src/utils/actions.ts +227 -0
  43. package/src/utils/attachment-manager.ts +384 -0
  44. package/src/utils/code-generators.test.ts +500 -0
  45. package/src/utils/code-generators.ts +1806 -0
  46. package/src/utils/component-middleware.ts +137 -0
  47. package/src/utils/component-parser.ts +119 -0
  48. package/src/utils/constants.ts +16 -0
  49. package/src/utils/content.ts +306 -0
  50. package/src/utils/dom.ts +25 -0
  51. package/src/utils/events.ts +41 -0
  52. package/src/utils/formatting.test.ts +166 -0
  53. package/src/utils/formatting.ts +470 -0
  54. package/src/utils/icons.ts +92 -0
  55. package/src/utils/message-id.ts +37 -0
  56. package/src/utils/morph.ts +36 -0
  57. package/src/utils/positioning.ts +17 -0
  58. package/src/utils/storage.ts +72 -0
  59. package/src/utils/theme.ts +105 -0
  60. package/src/widget.css +1 -0
  61. package/widget.css +1 -0
@@ -0,0 +1,1843 @@
1
+ "use strict";var AgentWidget=(()=>{var QH=Object.create;var Ys=Object.defineProperty;var tL=Object.getOwnPropertyDescriptor;var eL=Object.getOwnPropertyNames;var aL=Object.getPrototypeOf,rL=Object.prototype.hasOwnProperty;var Dk=a=>{throw TypeError(a)};var oL=(a,e,r)=>e in a?Ys(a,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):a[e]=r;var Wk=(a,e)=>()=>(e||a((e={exports:{}}).exports,e),e.exports),pS=(a,e)=>{for(var r in e)Ys(a,r,{get:e[r],enumerable:!0})},Ik=(a,e,r,t)=>{if(e&&typeof e=="object"||typeof e=="function")for(let d of eL(e))!rL.call(a,d)&&d!==r&&Ys(a,d,{get:()=>e[d],enumerable:!(t=tL(e,d))||t.enumerable});return a};var Ok=(a,e,r)=>(r=a!=null?QH(aL(a)):{},Ik(e||!a||!a.__esModule?Ys(r,"default",{value:a,enumerable:!0}):r,a)),sL=a=>Ik(Ys({},"__esModule",{value:!0}),a);var Rt=(a,e,r)=>oL(a,typeof e!="symbol"?e+"":e,r),dL=(a,e,r)=>e.has(a)||Dk("Cannot "+r);var zk=(a,e,r)=>e.has(a)?Dk("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(a):e.set(a,r);var g2=(a,e,r)=>(dL(a,e,"access private method"),r);var vS=Wk(_=>{"use strict";Object.defineProperty(_,"__esModule",{value:!0});_.Allow=_.ALL=_.COLLECTION=_.ATOM=_.SPECIAL=_.INF=_._INFINITY=_.INFINITY=_.NAN=_.BOOL=_.NULL=_.OBJ=_.ARR=_.NUM=_.STR=void 0;_.STR=1;_.NUM=2;_.ARR=4;_.OBJ=8;_.NULL=16;_.BOOL=32;_.NAN=64;_.INFINITY=128;_._INFINITY=256;_.INF=_.INFINITY|_._INFINITY;_.SPECIAL=_.NULL|_.BOOL|_.INF|_.NAN;_.ATOM=_.STR|_.NUM|_.SPECIAL;_.COLLECTION=_.ARR|_.OBJ;_.ALL=_.ATOM|_.COLLECTION;_.Allow={STR:_.STR,NUM:_.NUM,ARR:_.ARR,OBJ:_.OBJ,NULL:_.NULL,BOOL:_.BOOL,NAN:_.NAN,INFINITY:_.INFINITY,_INFINITY:_._INFINITY,INF:_.INF,SPECIAL:_.SPECIAL,ATOM:_.ATOM,COLLECTION:_.COLLECTION,ALL:_.ALL};_.default=_.Allow});var yS=Wk(he=>{"use strict";var NL=he&&he.__createBinding||(Object.create?(function(a,e,r,t){t===void 0&&(t=r);var d=Object.getOwnPropertyDescriptor(e,r);(!d||("get"in d?!e.__esModule:d.writable||d.configurable))&&(d={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(a,t,d)}):(function(a,e,r,t){t===void 0&&(t=r),a[t]=e[r]})),$L=he&&he.__exportStar||function(a,e){for(var r in a)r!=="default"&&!Object.prototype.hasOwnProperty.call(e,r)&&NL(e,a,r)};Object.defineProperty(he,"__esModule",{value:!0});he.Allow=he.MalformedJSON=he.PartialJSON=he.parseJSON=he.parse=void 0;var we=vS();Object.defineProperty(he,"Allow",{enumerable:!0,get:function(){return we.Allow}});$L(vS(),he);var S2=class extends Error{};he.PartialJSON=S2;var A2=class extends Error{};he.MalformedJSON=A2;function nH(a,e=we.Allow.ALL){if(typeof a!="string")throw new TypeError(`expecting str, got ${typeof a}`);if(!a.trim())throw new Error(`${a} is empty`);return _L(a.trim(),e)}he.parseJSON=nH;var _L=(a,e)=>{let r=a.length,t=0,d=p=>{throw new S2(`${p} at position ${t}`)},o=p=>{throw new A2(`${p} at position ${t}`)},s=()=>(c(),t>=r&&d("Unexpected end of input"),a[t]==='"'?l():a[t]==="{"?n():a[t]==="["?f():a.substring(t,t+4)==="null"||we.Allow.NULL&e&&r-t<4&&"null".startsWith(a.substring(t))?(t+=4,null):a.substring(t,t+4)==="true"||we.Allow.BOOL&e&&r-t<4&&"true".startsWith(a.substring(t))?(t+=4,!0):a.substring(t,t+5)==="false"||we.Allow.BOOL&e&&r-t<5&&"false".startsWith(a.substring(t))?(t+=5,!1):a.substring(t,t+8)==="Infinity"||we.Allow.INFINITY&e&&r-t<8&&"Infinity".startsWith(a.substring(t))?(t+=8,1/0):a.substring(t,t+9)==="-Infinity"||we.Allow._INFINITY&e&&1<r-t&&r-t<9&&"-Infinity".startsWith(a.substring(t))?(t+=9,-1/0):a.substring(t,t+3)==="NaN"||we.Allow.NAN&e&&r-t<3&&"NaN".startsWith(a.substring(t))?(t+=3,NaN):x()),l=()=>{let p=t,M=!1;for(t++;t<r&&(a[t]!=='"'||M&&a[t-1]==="\\");)M=a[t]==="\\"?!M:!1,t++;if(a.charAt(t)=='"')try{return JSON.parse(a.substring(p,++t-Number(M)))}catch(m){o(String(m))}else if(we.Allow.STR&e)try{return JSON.parse(a.substring(p,t-Number(M))+'"')}catch{return JSON.parse(a.substring(p,a.lastIndexOf("\\"))+'"')}d("Unterminated string literal")},n=()=>{t++,c();let p={};try{for(;a[t]!=="}";){if(c(),t>=r&&we.Allow.OBJ&e)return p;let M=l();c(),t++;try{let m=s();p[M]=m}catch(m){if(we.Allow.OBJ&e)return p;throw m}c(),a[t]===","&&t++}}catch{if(we.Allow.OBJ&e)return p;d("Expected '}' at end of object")}return t++,p},f=()=>{t++;let p=[];try{for(;a[t]!=="]";)p.push(s()),c(),a[t]===","&&t++}catch{if(we.Allow.ARR&e)return p;d("Expected ']' at end of array")}return t++,p},x=()=>{if(t===0){a==="-"&&o("Not sure what '-' is");try{return JSON.parse(a)}catch(M){if(we.Allow.NUM&e)try{return JSON.parse(a.substring(0,a.lastIndexOf("e")))}catch{}o(String(M))}}let p=t;for(a[t]==="-"&&t++;a[t]&&",]}".indexOf(a[t])===-1;)t++;t==r&&!(we.Allow.NUM&e)&&d("Unterminated number literal");try{return JSON.parse(a.substring(p,t))}catch{a.substring(p,t)==="-"&&d("Not sure what '-' is");try{return JSON.parse(a.substring(p,a.lastIndexOf("e")))}catch(m){o(String(m))}}},c=()=>{for(;t<r&&`
2
+ \r `.includes(a[t]);)t++};return s()},GL=nH;he.parse=GL});var ET={};pS(ET,{AgentWidgetClient:()=>va,AgentWidgetSession:()=>ka,AttachmentManager:()=>ya,DEFAULT_DARK_THEME:()=>DS,DEFAULT_LIGHT_THEME:()=>FS,DEFAULT_WIDGET_CONFIG:()=>Wt,attachHeaderToContainer:()=>wa,buildComposer:()=>Fs,buildDefaultHeader:()=>kS,buildExpandedHeader:()=>LS,buildHeader:()=>Qe,buildHeaderWithLayout:()=>Rs,buildMinimalHeader:()=>HS,componentRegistry:()=>Os,createActionManager:()=>h2,createAgentExperience:()=>aS,createBubbleWithLayout:()=>RH,createCSATFeedback:()=>tS,createComponentMiddleware:()=>UH,createComponentStreamParser:()=>Jb,createDirectivePostprocessor:()=>dH,createFlexibleJsonStreamParser:()=>hH,createImagePart:()=>wH,createJsonStreamParser:()=>P2,createLocalStorageAdapter:()=>Xb,createMarkdownProcessor:()=>s2,createMarkdownProcessorFromConfig:()=>d2,createMessageActions:()=>PS,createNPSFeedback:()=>eS,createPlainTextParser:()=>L2,createRegexJsonParser:()=>T2,createStandardBubble:()=>Ds,createTextPart:()=>Nb,createTypingIndicator:()=>n2,createXmlParser:()=>B2,default:()=>VT,defaultActionHandlers:()=>Ca,defaultJsonActionParser:()=>i2,directivePostprocessor:()=>lH,escapeHtml:()=>b2,extractComponentDirectiveFromMessage:()=>Qb,fileToImagePart:()=>CH,generateAssistantMessageId:()=>E2,generateCodeSnippet:()=>JH,generateMessageId:()=>uH,generateUserMessageId:()=>V2,getDisplayText:()=>gH,getHeaderLayout:()=>TS,getImageParts:()=>yH,hasComponentDirective:()=>Yb,hasImages:()=>vH,headerLayouts:()=>Zb,initAgentWidget:()=>qS,isComponentDirectiveType:()=>qH,markdownPostprocessor:()=>gS,mergeWithDefaults:()=>jb,normalizeContent:()=>MH,pluginRegistry:()=>p2,renderComponentDirective:()=>Kb,validateImageFile:()=>bH});function fS(){return{async:!1,breaks:!1,extensions:null,gfm:!0,hooks:null,pedantic:!1,renderer:null,silent:!1,tokenizer:null,walkTokens:null}}var ga=fS();function Gk(a){ga=a}var Zk=/[&<>"']/,lL=new RegExp(Zk.source,"g"),jk=/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/,nL=new RegExp(jk.source,"g"),pL={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},qk=a=>pL[a];function Re(a,e){if(e){if(Zk.test(a))return a.replace(lL,qk)}else if(jk.test(a))return a.replace(nL,qk);return a}var iL=/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/ig;function hL(a){return a.replace(iL,(e,r)=>(r=r.toLowerCase(),r==="colon"?":":r.charAt(0)==="#"?r.charAt(1)==="x"?String.fromCharCode(parseInt(r.substring(2),16)):String.fromCharCode(+r.substring(1)):""))}var fL=/(^|[^\[])\^/g;function Tt(a,e){let r=typeof a=="string"?a:a.source;e=e||"";let t={replace:(d,o)=>{let s=typeof o=="string"?o:o.source;return s=s.replace(fL,"$1"),r=r.replace(d,s),t},getRegex:()=>new RegExp(r,e)};return t}function Uk(a){try{a=encodeURI(a).replace(/%25/g,"%")}catch{return null}return a}var t2={exec:()=>null};function Nk(a,e){let r=a.replace(/\|/g,(o,s,l)=>{let n=!1,f=s;for(;--f>=0&&l[f]==="\\";)n=!n;return n?"|":" |"}),t=r.split(/ \|/),d=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(;d<t.length;d++)t[d]=t[d].trim().replace(/\\\|/g,"|");return t}function v2(a,e,r){let t=a.length;if(t===0)return"";let d=0;for(;d<t;){let o=a.charAt(t-d-1);if(o===e&&!r)d++;else if(o!==e&&r)d++;else break}return a.slice(0,t-d)}function cL(a,e){if(a.indexOf(e[1])===-1)return-1;let r=0;for(let t=0;t<a.length;t++)if(a[t]==="\\")t++;else if(a[t]===e[0])r++;else if(a[t]===e[1]&&(r--,r<0))return t;return-1}function $k(a,e,r,t){let d=e.href,o=e.title?Re(e.title):null,s=a[1].replace(/\\([\[\]])/g,"$1");if(a[0].charAt(0)!=="!"){t.state.inLink=!0;let l={type:"link",raw:r,href:d,title:o,text:s,tokens:t.inlineTokens(s)};return t.state.inLink=!1,l}return{type:"image",raw:r,href:d,title:o,text:Re(s)}}function uL(a,e){let r=a.match(/^(\s+)(?:```)/);if(r===null)return e;let t=r[1];return e.split(`
3
+ `).map(d=>{let o=d.match(/^\s+/);if(o===null)return d;let[s]=o;return s.length>=t.length?d.slice(t.length):d}).join(`
4
+ `)}var Sa=class{constructor(e){Rt(this,"options");Rt(this,"rules");Rt(this,"lexer");this.options=e||ga}space(e){let r=this.rules.block.newline.exec(e);if(r&&r[0].length>0)return{type:"space",raw:r[0]}}code(e){let r=this.rules.block.code.exec(e);if(r){let t=r[0].replace(/^ {1,4}/gm,"");return{type:"code",raw:r[0],codeBlockStyle:"indented",text:this.options.pedantic?t:v2(t,`
5
+ `)}}}fences(e){let r=this.rules.block.fences.exec(e);if(r){let t=r[0],d=uL(t,r[3]||"");return{type:"code",raw:t,lang:r[2]?r[2].trim().replace(this.rules.inline.anyPunctuation,"$1"):r[2],text:d}}}heading(e){let r=this.rules.block.heading.exec(e);if(r){let t=r[2].trim();if(/#$/.test(t)){let d=v2(t,"#");(this.options.pedantic||!d||/ $/.test(d))&&(t=d.trim())}return{type:"heading",raw:r[0],depth:r[1].length,text:t,tokens:this.lexer.inline(t)}}}hr(e){let r=this.rules.block.hr.exec(e);if(r)return{type:"hr",raw:r[0]}}blockquote(e){let r=this.rules.block.blockquote.exec(e);if(r){let t=r[0].replace(/\n {0,3}((?:=+|-+) *)(?=\n|$)/g,`
6
+ $1`);t=v2(t.replace(/^ *>[ \t]?/gm,""),`
7
+ `);let d=this.lexer.state.top;this.lexer.state.top=!0;let o=this.lexer.blockTokens(t);return this.lexer.state.top=d,{type:"blockquote",raw:r[0],tokens:o,text:t}}}list(e){let r=this.rules.block.list.exec(e);if(r){let t=r[1].trim(),d=t.length>1,o={type:"list",raw:"",ordered:d,start:d?+t.slice(0,-1):"",loose:!1,items:[]};t=d?`\\d{1,9}\\${t.slice(-1)}`:`\\${t}`,this.options.pedantic&&(t=d?t:"[*+-]");let s=new RegExp(`^( {0,3}${t})((?:[ ][^\\n]*)?(?:\\n|$))`),l="",n="",f=!1;for(;e;){let x=!1;if(!(r=s.exec(e))||this.rules.block.hr.test(e))break;l=r[0],e=e.substring(l.length);let c=r[2].split(`
8
+ `,1)[0].replace(/^\t+/,w=>" ".repeat(3*w.length)),p=e.split(`
9
+ `,1)[0],M=0;this.options.pedantic?(M=2,n=c.trimStart()):(M=r[2].search(/[^ ]/),M=M>4?1:M,n=c.slice(M),M+=r[1].length);let m=!1;if(!c&&/^ *$/.test(p)&&(l+=p+`
10
+ `,e=e.substring(p.length+1),x=!0),!x){let w=new RegExp(`^ {0,${Math.min(3,M-1)}}(?:[*+-]|\\d{1,9}[.)])((?:[ ][^\\n]*)?(?:\\n|$))`),u=new RegExp(`^ {0,${Math.min(3,M-1)}}((?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$)`),b=new RegExp(`^ {0,${Math.min(3,M-1)}}(?:\`\`\`|~~~)`),h=new RegExp(`^ {0,${Math.min(3,M-1)}}#`);for(;e;){let v=e.split(`
11
+ `,1)[0];if(p=v,this.options.pedantic&&(p=p.replace(/^ {1,4}(?=( {4})*[^ ])/g," ")),b.test(p)||h.test(p)||w.test(p)||u.test(e))break;if(p.search(/[^ ]/)>=M||!p.trim())n+=`
12
+ `+p.slice(M);else{if(m||c.search(/[^ ]/)>=4||b.test(c)||h.test(c)||u.test(c))break;n+=`
13
+ `+p}!m&&!p.trim()&&(m=!0),l+=v+`
14
+ `,e=e.substring(v.length+1),c=p.slice(M)}}o.loose||(f?o.loose=!0:/\n *\n *$/.test(l)&&(f=!0));let k=null,A;this.options.gfm&&(k=/^\[[ xX]\] /.exec(n),k&&(A=k[0]!=="[ ] ",n=n.replace(/^\[[ xX]\] +/,""))),o.items.push({type:"list_item",raw:l,task:!!k,checked:A,loose:!1,text:n,tokens:[]}),o.raw+=l}o.items[o.items.length-1].raw=l.trimEnd(),o.items[o.items.length-1].text=n.trimEnd(),o.raw=o.raw.trimEnd();for(let x=0;x<o.items.length;x++)if(this.lexer.state.top=!1,o.items[x].tokens=this.lexer.blockTokens(o.items[x].text,[]),!o.loose){let c=o.items[x].tokens.filter(M=>M.type==="space"),p=c.length>0&&c.some(M=>/\n.*\n/.test(M.raw));o.loose=p}if(o.loose)for(let x=0;x<o.items.length;x++)o.items[x].loose=!0;return o}}html(e){let r=this.rules.block.html.exec(e);if(r)return{type:"html",block:!0,raw:r[0],pre:r[1]==="pre"||r[1]==="script"||r[1]==="style",text:r[0]}}def(e){let r=this.rules.block.def.exec(e);if(r){let t=r[1].toLowerCase().replace(/\s+/g," "),d=r[2]?r[2].replace(/^<(.*)>$/,"$1").replace(this.rules.inline.anyPunctuation,"$1"):"",o=r[3]?r[3].substring(1,r[3].length-1).replace(this.rules.inline.anyPunctuation,"$1"):r[3];return{type:"def",tag:t,raw:r[0],href:d,title:o}}}table(e){let r=this.rules.block.table.exec(e);if(!r||!/[:|]/.test(r[2]))return;let t=Nk(r[1]),d=r[2].replace(/^\||\| *$/g,"").split("|"),o=r[3]&&r[3].trim()?r[3].replace(/\n[ \t]*$/,"").split(`
15
+ `):[],s={type:"table",raw:r[0],header:[],align:[],rows:[]};if(t.length===d.length){for(let l of d)/^ *-+: *$/.test(l)?s.align.push("right"):/^ *:-+: *$/.test(l)?s.align.push("center"):/^ *:-+ *$/.test(l)?s.align.push("left"):s.align.push(null);for(let l of t)s.header.push({text:l,tokens:this.lexer.inline(l)});for(let l of o)s.rows.push(Nk(l,s.header.length).map(n=>({text:n,tokens:this.lexer.inline(n)})));return s}}lheading(e){let r=this.rules.block.lheading.exec(e);if(r)return{type:"heading",raw:r[0],depth:r[2].charAt(0)==="="?1:2,text:r[1],tokens:this.lexer.inline(r[1])}}paragraph(e){let r=this.rules.block.paragraph.exec(e);if(r){let t=r[1].charAt(r[1].length-1)===`
16
+ `?r[1].slice(0,-1):r[1];return{type:"paragraph",raw:r[0],text:t,tokens:this.lexer.inline(t)}}}text(e){let r=this.rules.block.text.exec(e);if(r)return{type:"text",raw:r[0],text:r[0],tokens:this.lexer.inline(r[0])}}escape(e){let r=this.rules.inline.escape.exec(e);if(r)return{type:"escape",raw:r[0],text:Re(r[1])}}tag(e){let r=this.rules.inline.tag.exec(e);if(r)return!this.lexer.state.inLink&&/^<a /i.test(r[0])?this.lexer.state.inLink=!0:this.lexer.state.inLink&&/^<\/a>/i.test(r[0])&&(this.lexer.state.inLink=!1),!this.lexer.state.inRawBlock&&/^<(pre|code|kbd|script)(\s|>)/i.test(r[0])?this.lexer.state.inRawBlock=!0:this.lexer.state.inRawBlock&&/^<\/(pre|code|kbd|script)(\s|>)/i.test(r[0])&&(this.lexer.state.inRawBlock=!1),{type:"html",raw:r[0],inLink:this.lexer.state.inLink,inRawBlock:this.lexer.state.inRawBlock,block:!1,text:r[0]}}link(e){let r=this.rules.inline.link.exec(e);if(r){let t=r[2].trim();if(!this.options.pedantic&&/^</.test(t)){if(!/>$/.test(t))return;let s=v2(t.slice(0,-1),"\\");if((t.length-s.length)%2===0)return}else{let s=cL(r[2],"()");if(s>-1){let n=(r[0].indexOf("!")===0?5:4)+r[1].length+s;r[2]=r[2].substring(0,s),r[0]=r[0].substring(0,n).trim(),r[3]=""}}let d=r[2],o="";if(this.options.pedantic){let s=/^([^'"]*[^\s])\s+(['"])(.*)\2/.exec(d);s&&(d=s[1],o=s[3])}else o=r[3]?r[3].slice(1,-1):"";return d=d.trim(),/^</.test(d)&&(this.options.pedantic&&!/>$/.test(t)?d=d.slice(1):d=d.slice(1,-1)),$k(r,{href:d&&d.replace(this.rules.inline.anyPunctuation,"$1"),title:o&&o.replace(this.rules.inline.anyPunctuation,"$1")},r[0],this.lexer)}}reflink(e,r){let t;if((t=this.rules.inline.reflink.exec(e))||(t=this.rules.inline.nolink.exec(e))){let d=(t[2]||t[1]).replace(/\s+/g," "),o=r[d.toLowerCase()];if(!o){let s=t[0].charAt(0);return{type:"text",raw:s,text:s}}return $k(t,o,t[0],this.lexer)}}emStrong(e,r,t=""){let d=this.rules.inline.emStrongLDelim.exec(e);if(!d||d[3]&&t.match(/[\p{L}\p{N}]/u))return;if(!(d[1]||d[2]||"")||!t||this.rules.inline.punctuation.exec(t)){let s=[...d[0]].length-1,l,n,f=s,x=0,c=d[0][0]==="*"?this.rules.inline.emStrongRDelimAst:this.rules.inline.emStrongRDelimUnd;for(c.lastIndex=0,r=r.slice(-1*e.length+s);(d=c.exec(r))!=null;){if(l=d[1]||d[2]||d[3]||d[4]||d[5]||d[6],!l)continue;if(n=[...l].length,d[3]||d[4]){f+=n;continue}else if((d[5]||d[6])&&s%3&&!((s+n)%3)){x+=n;continue}if(f-=n,f>0)continue;n=Math.min(n,n+f+x);let p=[...d[0]][0].length,M=e.slice(0,s+d.index+p+n);if(Math.min(s,n)%2){let k=M.slice(1,-1);return{type:"em",raw:M,text:k,tokens:this.lexer.inlineTokens(k)}}let m=M.slice(2,-2);return{type:"strong",raw:M,text:m,tokens:this.lexer.inlineTokens(m)}}}}codespan(e){let r=this.rules.inline.code.exec(e);if(r){let t=r[2].replace(/\n/g," "),d=/[^ ]/.test(t),o=/^ /.test(t)&&/ $/.test(t);return d&&o&&(t=t.substring(1,t.length-1)),t=Re(t,!0),{type:"codespan",raw:r[0],text:t}}}br(e){let r=this.rules.inline.br.exec(e);if(r)return{type:"br",raw:r[0]}}del(e){let r=this.rules.inline.del.exec(e);if(r)return{type:"del",raw:r[0],text:r[2],tokens:this.lexer.inlineTokens(r[2])}}autolink(e){let r=this.rules.inline.autolink.exec(e);if(r){let t,d;return r[2]==="@"?(t=Re(r[1]),d="mailto:"+t):(t=Re(r[1]),d=t),{type:"link",raw:r[0],text:t,href:d,tokens:[{type:"text",raw:t,text:t}]}}}url(e){var t,d;let r;if(r=this.rules.inline.url.exec(e)){let o,s;if(r[2]==="@")o=Re(r[0]),s="mailto:"+o;else{let l;do l=r[0],r[0]=(d=(t=this.rules.inline._backpedal.exec(r[0]))==null?void 0:t[0])!=null?d:"";while(l!==r[0]);o=Re(r[0]),r[1]==="www."?s="http://"+r[0]:s=r[0]}return{type:"link",raw:r[0],text:o,href:s,tokens:[{type:"text",raw:o,text:o}]}}}inlineText(e){let r=this.rules.inline.text.exec(e);if(r){let t;return this.lexer.state.inRawBlock?t=r[0]:t=Re(r[0]),{type:"text",raw:r[0],text:t}}}},mL=/^(?: *(?:\n|$))+/,xL=/^( {4}[^\n]+(?:\n(?: *(?:\n|$))*)?)+/,ML=/^ {0,3}(`{3,}(?=[^`\n]*(?:\n|$))|~{3,})([^\n]*)(?:\n|$)(?:|([\s\S]*?)(?:\n|$))(?: {0,3}\1[~`]* *(?=\n|$)|$)/,r2=/^ {0,3}((?:-[\t ]*){3,}|(?:_[ \t]*){3,}|(?:\*[ \t]*){3,})(?:\n+|$)/,gL=/^ {0,3}(#{1,6})(?=\s|$)(.*)(?:\n+|$)/,Xk=/(?:[*+-]|\d{1,9}[.)])/,Jk=Tt(/^(?!bull |blockCode|fences|blockquote|heading|html)((?:.|\n(?!\s*?\n|bull |blockCode|fences|blockquote|heading|html))+?)\n {0,3}(=+|-+) *(?:\n+|$)/).replace(/bull/g,Xk).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(),cS=/^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html|table| +\n)[^\n]+)*)/,vL=/^[^\n]+/,uS=/(?!\s*\])(?:\\.|[^\[\]\\])+/,yL=Tt(/^ {0,3}\[(label)\]: *(?:\n *)?([^<\s][^\s]*|<.*?>)(?:(?: +(?:\n *)?| *\n *)(title))? *(?:\n+|$)/).replace("label",uS).replace("title",/(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/).getRegex(),wL=Tt(/^( {0,3}bull)([ \t][^\n]+?)?(?:\n|$)/).replace(/bull/g,Xk).getRegex(),C2="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",mS=/<!--(?:-?>|[\s\S]*?(?:-->|$))/,CL=Tt("^ {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",mS).replace("tag",C2).replace("attribute",/ +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(),Kk=Tt(cS).replace("hr",r2).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",C2).getRegex(),bL=Tt(/^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/).replace("paragraph",Kk).getRegex(),xS={blockquote:bL,code:xL,def:yL,fences:ML,heading:gL,hr:r2,html:CL,lheading:Jk,list:wL,newline:mL,paragraph:Kk,table:t2,text:vL},_k=Tt("^ *([^\\n ].*)\\n {0,3}((?:\\| *)?:?-+:? *(?:\\| *:?-+:? *)*(?:\\| *)?)(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)").replace("hr",r2).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",C2).getRegex(),SL={...xS,table:_k,paragraph:Tt(cS).replace("hr",r2).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("|lheading","").replace("table",_k).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",C2).getRegex()},AL={...xS,html:Tt(`^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+?</\\1> *(?:\\n{2,}|\\s*$)|<tag(?:"[^"]*"|'[^']*'|\\s[^'"/>\\s]*)*?/?> *(?:\\n{2,}|\\s*$))`).replace("comment",mS).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:t2,lheading:/^(.+?)\n {0,3}(=+|-+) *(?:\n+|$)/,paragraph:Tt(cS).replace("hr",r2).replace("heading",` *#{1,6} *[^
17
+ ]`).replace("lheading",Jk).replace("|table","").replace("blockquote"," {0,3}>").replace("|fences","").replace("|list","").replace("|html","").replace("|tag","").getRegex()},Yk=/^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/,kL=/^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/,Qk=/^( {2,}|\\)\n(?!\s*$)/,HL=/^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\<!\[`*_]|\b_|$)|[^ ](?= {2,}\n)))/,o2="\\p{P}\\p{S}",LL=Tt(/^((?![*_])[\spunctuation])/,"u").replace(/punctuation/g,o2).getRegex(),TL=/\[[^[\]]*?\]\([^\(\)]*?\)|`[^`]*?`|<[^<>]*?>/g,PL=Tt(/^(?:\*+(?:((?!\*)[punct])|[^\s*]))|^_+(?:((?!_)[punct])|([^\s_]))/,"u").replace(/punct/g,o2).getRegex(),BL=Tt("^[^_*]*?__[^_*]*?\\*[^_*]*?(?=__)|[^*]+(?=[^*])|(?!\\*)[punct](\\*+)(?=[\\s]|$)|[^punct\\s](\\*+)(?!\\*)(?=[punct\\s]|$)|(?!\\*)[punct\\s](\\*+)(?=[^punct\\s])|[\\s](\\*+)(?!\\*)(?=[punct])|(?!\\*)[punct](\\*+)(?!\\*)(?=[punct])|[^punct\\s](\\*+)(?=[^punct\\s])","gu").replace(/punct/g,o2).getRegex(),VL=Tt("^[^_*]*?\\*\\*[^_*]*?_[^_*]*?(?=\\*\\*)|[^_]+(?=[^_])|(?!_)[punct](_+)(?=[\\s]|$)|[^punct\\s](_+)(?!_)(?=[punct\\s]|$)|(?!_)[punct\\s](_+)(?=[^punct\\s])|[\\s](_+)(?!_)(?=[punct])|(?!_)[punct](_+)(?!_)(?=[punct])","gu").replace(/punct/g,o2).getRegex(),EL=Tt(/\\([punct])/,"gu").replace(/punct/g,o2).getRegex(),RL=Tt(/^<(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(),FL=Tt(mS).replace("(?:-->|$)","-->").getRegex(),DL=Tt("^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",FL).replace("attribute",/\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/).getRegex(),w2=/(?:\[(?:\\.|[^\[\]\\])*\]|\\.|`[^`]*`|[^\[\]\\`])*?/,WL=Tt(/^!?\[(label)\]\(\s*(href)(?:\s+(title))?\s*\)/).replace("label",w2).replace("href",/<(?:\\.|[^\n<>\\])+>|[^\s\x00-\x1f]*/).replace("title",/"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/).getRegex(),tH=Tt(/^!?\[(label)\]\[(ref)\]/).replace("label",w2).replace("ref",uS).getRegex(),eH=Tt(/^!?\[(ref)\](?:\[\])?/).replace("ref",uS).getRegex(),IL=Tt("reflink|nolink(?!\\()","g").replace("reflink",tH).replace("nolink",eH).getRegex(),MS={_backpedal:t2,anyPunctuation:EL,autolink:RL,blockSkip:TL,br:Qk,code:kL,del:t2,emStrongLDelim:PL,emStrongRDelimAst:BL,emStrongRDelimUnd:VL,escape:Yk,link:WL,nolink:eH,punctuation:LL,reflink:tH,reflinkSearch:IL,tag:DL,text:HL,url:t2},OL={...MS,link:Tt(/^!?\[(label)\]\((.*?)\)/).replace("label",w2).getRegex(),reflink:Tt(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label",w2).getRegex()},iS={...MS,escape:Tt(Yk).replace("])","~|])").getRegex(),url:Tt(/^((?: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.!#$%&'*+\/=?_`{\|}~-]+@)))/},zL={...iS,br:Tt(Qk).replace("{2,}","*").getRegex(),text:Tt(iS.text).replace("\\b_","\\b_| {2,}\\n").replace(/\{2,\}/g,"*").getRegex()},y2={normal:xS,gfm:SL,pedantic:AL},Qs={normal:MS,gfm:iS,breaks:zL,pedantic:OL},Je=class a{constructor(e){Rt(this,"tokens");Rt(this,"options");Rt(this,"state");Rt(this,"tokenizer");Rt(this,"inlineQueue");this.tokens=[],this.tokens.links=Object.create(null),this.options=e||ga,this.options.tokenizer=this.options.tokenizer||new Sa,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 r={block:y2.normal,inline:Qs.normal};this.options.pedantic?(r.block=y2.pedantic,r.inline=Qs.pedantic):this.options.gfm&&(r.block=y2.gfm,this.options.breaks?r.inline=Qs.breaks:r.inline=Qs.gfm),this.tokenizer.rules=r}static get rules(){return{block:y2,inline:Qs}}static lex(e,r){return new a(r).lex(e)}static lexInline(e,r){return new a(r).inlineTokens(e)}lex(e){e=e.replace(/\r\n|\r/g,`
18
+ `),this.blockTokens(e,this.tokens);for(let r=0;r<this.inlineQueue.length;r++){let t=this.inlineQueue[r];this.inlineTokens(t.src,t.tokens)}return this.inlineQueue=[],this.tokens}blockTokens(e,r=[]){this.options.pedantic?e=e.replace(/\t/g," ").replace(/^ +$/gm,""):e=e.replace(/^( *)(\t+)/gm,(l,n,f)=>n+" ".repeat(f.length));let t,d,o,s;for(;e;)if(!(this.options.extensions&&this.options.extensions.block&&this.options.extensions.block.some(l=>(t=l.call({lexer:this},e,r))?(e=e.substring(t.raw.length),r.push(t),!0):!1))){if(t=this.tokenizer.space(e)){e=e.substring(t.raw.length),t.raw.length===1&&r.length>0?r[r.length-1].raw+=`
19
+ `:r.push(t);continue}if(t=this.tokenizer.code(e)){e=e.substring(t.raw.length),d=r[r.length-1],d&&(d.type==="paragraph"||d.type==="text")?(d.raw+=`
20
+ `+t.raw,d.text+=`
21
+ `+t.text,this.inlineQueue[this.inlineQueue.length-1].src=d.text):r.push(t);continue}if(t=this.tokenizer.fences(e)){e=e.substring(t.raw.length),r.push(t);continue}if(t=this.tokenizer.heading(e)){e=e.substring(t.raw.length),r.push(t);continue}if(t=this.tokenizer.hr(e)){e=e.substring(t.raw.length),r.push(t);continue}if(t=this.tokenizer.blockquote(e)){e=e.substring(t.raw.length),r.push(t);continue}if(t=this.tokenizer.list(e)){e=e.substring(t.raw.length),r.push(t);continue}if(t=this.tokenizer.html(e)){e=e.substring(t.raw.length),r.push(t);continue}if(t=this.tokenizer.def(e)){e=e.substring(t.raw.length),d=r[r.length-1],d&&(d.type==="paragraph"||d.type==="text")?(d.raw+=`
22
+ `+t.raw,d.text+=`
23
+ `+t.raw,this.inlineQueue[this.inlineQueue.length-1].src=d.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),r.push(t);continue}if(t=this.tokenizer.lheading(e)){e=e.substring(t.raw.length),r.push(t);continue}if(o=e,this.options.extensions&&this.options.extensions.startBlock){let l=1/0,n=e.slice(1),f;this.options.extensions.startBlock.forEach(x=>{f=x.call({lexer:this},n),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))){d=r[r.length-1],s&&d.type==="paragraph"?(d.raw+=`
24
+ `+t.raw,d.text+=`
25
+ `+t.text,this.inlineQueue.pop(),this.inlineQueue[this.inlineQueue.length-1].src=d.text):r.push(t),s=o.length!==e.length,e=e.substring(t.raw.length);continue}if(t=this.tokenizer.text(e)){e=e.substring(t.raw.length),d=r[r.length-1],d&&d.type==="text"?(d.raw+=`
26
+ `+t.raw,d.text+=`
27
+ `+t.text,this.inlineQueue.pop(),this.inlineQueue[this.inlineQueue.length-1].src=d.text):r.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,r}inline(e,r=[]){return this.inlineQueue.push({src:e,tokens:r}),r}inlineTokens(e,r=[]){let t,d,o,s=e,l,n,f;if(this.tokens.links){let x=Object.keys(this.tokens.links);if(x.length>0)for(;(l=this.tokenizer.rules.inline.reflinkSearch.exec(s))!=null;)x.includes(l[0].slice(l[0].lastIndexOf("[")+1,-1))&&(s=s.slice(0,l.index)+"["+"a".repeat(l[0].length-2)+"]"+s.slice(this.tokenizer.rules.inline.reflinkSearch.lastIndex))}for(;(l=this.tokenizer.rules.inline.blockSkip.exec(s))!=null;)s=s.slice(0,l.index)+"["+"a".repeat(l[0].length-2)+"]"+s.slice(this.tokenizer.rules.inline.blockSkip.lastIndex);for(;(l=this.tokenizer.rules.inline.anyPunctuation.exec(s))!=null;)s=s.slice(0,l.index)+"++"+s.slice(this.tokenizer.rules.inline.anyPunctuation.lastIndex);for(;e;)if(n||(f=""),n=!1,!(this.options.extensions&&this.options.extensions.inline&&this.options.extensions.inline.some(x=>(t=x.call({lexer:this},e,r))?(e=e.substring(t.raw.length),r.push(t),!0):!1))){if(t=this.tokenizer.escape(e)){e=e.substring(t.raw.length),r.push(t);continue}if(t=this.tokenizer.tag(e)){e=e.substring(t.raw.length),d=r[r.length-1],d&&t.type==="text"&&d.type==="text"?(d.raw+=t.raw,d.text+=t.text):r.push(t);continue}if(t=this.tokenizer.link(e)){e=e.substring(t.raw.length),r.push(t);continue}if(t=this.tokenizer.reflink(e,this.tokens.links)){e=e.substring(t.raw.length),d=r[r.length-1],d&&t.type==="text"&&d.type==="text"?(d.raw+=t.raw,d.text+=t.text):r.push(t);continue}if(t=this.tokenizer.emStrong(e,s,f)){e=e.substring(t.raw.length),r.push(t);continue}if(t=this.tokenizer.codespan(e)){e=e.substring(t.raw.length),r.push(t);continue}if(t=this.tokenizer.br(e)){e=e.substring(t.raw.length),r.push(t);continue}if(t=this.tokenizer.del(e)){e=e.substring(t.raw.length),r.push(t);continue}if(t=this.tokenizer.autolink(e)){e=e.substring(t.raw.length),r.push(t);continue}if(!this.state.inLink&&(t=this.tokenizer.url(e))){e=e.substring(t.raw.length),r.push(t);continue}if(o=e,this.options.extensions&&this.options.extensions.startInline){let x=1/0,c=e.slice(1),p;this.options.extensions.startInline.forEach(M=>{p=M.call({lexer:this},c),typeof p=="number"&&p>=0&&(x=Math.min(x,p))}),x<1/0&&x>=0&&(o=e.substring(0,x+1))}if(t=this.tokenizer.inlineText(o)){e=e.substring(t.raw.length),t.raw.slice(-1)!=="_"&&(f=t.raw.slice(-1)),n=!0,d=r[r.length-1],d&&d.type==="text"?(d.raw+=t.raw,d.text+=t.text):r.push(t);continue}if(e){let x="Infinite loop on byte: "+e.charCodeAt(0);if(this.options.silent){console.error(x);break}else throw new Error(x)}}return r}},Aa=class{constructor(e){Rt(this,"options");this.options=e||ga}code(e,r,t){var o;let d=(o=(r||"").match(/^\S*/))==null?void 0:o[0];return e=e.replace(/\n$/,"")+`
28
+ `,d?'<pre><code class="language-'+Re(d)+'">'+(t?e:Re(e,!0))+`</code></pre>
29
+ `:"<pre><code>"+(t?e:Re(e,!0))+`</code></pre>
30
+ `}blockquote(e){return`<blockquote>
31
+ ${e}</blockquote>
32
+ `}html(e,r){return e}heading(e,r,t){return`<h${r}>${e}</h${r}>
33
+ `}hr(){return`<hr>
34
+ `}list(e,r,t){let d=r?"ol":"ul",o=r&&t!==1?' start="'+t+'"':"";return"<"+d+o+`>
35
+ `+e+"</"+d+`>
36
+ `}listitem(e,r,t){return`<li>${e}</li>
37
+ `}checkbox(e){return"<input "+(e?'checked="" ':"")+'disabled="" type="checkbox">'}paragraph(e){return`<p>${e}</p>
38
+ `}table(e,r){return r&&(r=`<tbody>${r}</tbody>`),`<table>
39
+ <thead>
40
+ `+e+`</thead>
41
+ `+r+`</table>
42
+ `}tablerow(e){return`<tr>
43
+ ${e}</tr>
44
+ `}tablecell(e,r){let t=r.header?"th":"td";return(r.align?`<${t} align="${r.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,r,t){let d=Uk(e);if(d===null)return t;e=d;let o='<a href="'+e+'"';return r&&(o+=' title="'+r+'"'),o+=">"+t+"</a>",o}image(e,r,t){let d=Uk(e);if(d===null)return t;e=d;let o=`<img src="${e}" alt="${t}"`;return r&&(o+=` title="${r}"`),o+=">",o}text(e){return e}},e2=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,r,t){return""+t}image(e,r,t){return""+t}br(){return""}},Ke=class a{constructor(e){Rt(this,"options");Rt(this,"renderer");Rt(this,"textRenderer");this.options=e||ga,this.options.renderer=this.options.renderer||new Aa,this.renderer=this.options.renderer,this.renderer.options=this.options,this.textRenderer=new e2}static parse(e,r){return new a(r).parse(e)}static parseInline(e,r){return new a(r).parseInline(e)}parse(e,r=!0){let t="";for(let d=0;d<e.length;d++){let o=e[d];if(this.options.extensions&&this.options.extensions.renderers&&this.options.extensions.renderers[o.type]){let s=o,l=this.options.extensions.renderers[s.type].call({parser:this},s);if(l!==!1||!["space","hr","heading","code","table","blockquote","list","html","paragraph","text"].includes(s.type)){t+=l||"";continue}}switch(o.type){case"space":continue;case"hr":{t+=this.renderer.hr();continue}case"heading":{let s=o;t+=this.renderer.heading(this.parseInline(s.tokens),s.depth,hL(this.parseInline(s.tokens,this.textRenderer)));continue}case"code":{let s=o;t+=this.renderer.code(s.text,s.lang,!!s.escaped);continue}case"table":{let s=o,l="",n="";for(let x=0;x<s.header.length;x++)n+=this.renderer.tablecell(this.parseInline(s.header[x].tokens),{header:!0,align:s.align[x]});l+=this.renderer.tablerow(n);let f="";for(let x=0;x<s.rows.length;x++){let c=s.rows[x];n="";for(let p=0;p<c.length;p++)n+=this.renderer.tablecell(this.parseInline(c[p].tokens),{header:!1,align:s.align[p]});f+=this.renderer.tablerow(n)}t+=this.renderer.table(l,f);continue}case"blockquote":{let s=o,l=this.parse(s.tokens);t+=this.renderer.blockquote(l);continue}case"list":{let s=o,l=s.ordered,n=s.start,f=s.loose,x="";for(let c=0;c<s.items.length;c++){let p=s.items[c],M=p.checked,m=p.task,k="";if(p.task){let A=this.renderer.checkbox(!!M);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+" "}):k+=A+" "}k+=this.parse(p.tokens,f),x+=this.renderer.listitem(k,m,!!M)}t+=this.renderer.list(x,l,n);continue}case"html":{let s=o;t+=this.renderer.html(s.text,s.block);continue}case"paragraph":{let s=o;t+=this.renderer.paragraph(this.parseInline(s.tokens));continue}case"text":{let s=o,l=s.tokens?this.parseInline(s.tokens):s.text;for(;d+1<e.length&&e[d+1].type==="text";)s=e[++d],l+=`
46
+ `+(s.tokens?this.parseInline(s.tokens):s.text);t+=r?this.renderer.paragraph(l):l;continue}default:{let s='Token with "'+o.type+'" type was not found.';if(this.options.silent)return console.error(s),"";throw new Error(s)}}}return t}parseInline(e,r){r=r||this.renderer;let t="";for(let d=0;d<e.length;d++){let o=e[d];if(this.options.extensions&&this.options.extensions.renderers&&this.options.extensions.renderers[o.type]){let s=this.options.extensions.renderers[o.type].call({parser:this},o);if(s!==!1||!["escape","html","link","image","strong","em","codespan","br","del","text"].includes(o.type)){t+=s||"";continue}}switch(o.type){case"escape":{let s=o;t+=r.text(s.text);break}case"html":{let s=o;t+=r.html(s.text);break}case"link":{let s=o;t+=r.link(s.href,s.title,this.parseInline(s.tokens,r));break}case"image":{let s=o;t+=r.image(s.href,s.title,s.text);break}case"strong":{let s=o;t+=r.strong(this.parseInline(s.tokens,r));break}case"em":{let s=o;t+=r.em(this.parseInline(s.tokens,r));break}case"codespan":{let s=o;t+=r.codespan(s.text);break}case"br":{t+=r.br();break}case"del":{let s=o;t+=r.del(this.parseInline(s.tokens,r));break}case"text":{let s=o;t+=r.text(s.text);break}default:{let s='Token with "'+o.type+'" type was not found.';if(this.options.silent)return console.error(s),"";throw new Error(s)}}}return t}},ma=class{constructor(e){Rt(this,"options");this.options=e||ga}preprocess(e){return e}postprocess(e){return e}processAllTokens(e){return e}};Rt(ma,"passThroughHooks",new Set(["preprocess","postprocess","processAllTokens"]));var Ma,hS,aH,a2=class{constructor(...e){zk(this,Ma);Rt(this,"defaults",fS());Rt(this,"options",this.setOptions);Rt(this,"parse",g2(this,Ma,hS).call(this,Je.lex,Ke.parse));Rt(this,"parseInline",g2(this,Ma,hS).call(this,Je.lexInline,Ke.parseInline));Rt(this,"Parser",Ke);Rt(this,"Renderer",Aa);Rt(this,"TextRenderer",e2);Rt(this,"Lexer",Je);Rt(this,"Tokenizer",Sa);Rt(this,"Hooks",ma);this.use(...e)}walkTokens(e,r){var d,o;let t=[];for(let s of e)switch(t=t.concat(r.call(this,s)),s.type){case"table":{let l=s;for(let n of l.header)t=t.concat(this.walkTokens(n.tokens,r));for(let n of l.rows)for(let f of n)t=t.concat(this.walkTokens(f.tokens,r));break}case"list":{let l=s;t=t.concat(this.walkTokens(l.items,r));break}default:{let l=s;(o=(d=this.defaults.extensions)==null?void 0:d.childTokens)!=null&&o[l.type]?this.defaults.extensions.childTokens[l.type].forEach(n=>{let f=l[n].flat(1/0);t=t.concat(this.walkTokens(f,r))}):l.tokens&&(t=t.concat(this.walkTokens(l.tokens,r)))}}return t}use(...e){let r=this.defaults.extensions||{renderers:{},childTokens:{}};return e.forEach(t=>{let d={...t};if(d.async=this.defaults.async||d.async||!1,t.extensions&&(t.extensions.forEach(o=>{if(!o.name)throw new Error("extension name required");if("renderer"in o){let s=r.renderers[o.name];s?r.renderers[o.name]=function(...l){let n=o.renderer.apply(this,l);return n===!1&&(n=s.apply(this,l)),n}:r.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 s=r[o.level];s?s.unshift(o.tokenizer):r[o.level]=[o.tokenizer],o.start&&(o.level==="block"?r.startBlock?r.startBlock.push(o.start):r.startBlock=[o.start]:o.level==="inline"&&(r.startInline?r.startInline.push(o.start):r.startInline=[o.start]))}"childTokens"in o&&o.childTokens&&(r.childTokens[o.name]=o.childTokens)}),d.extensions=r),t.renderer){let o=this.defaults.renderer||new Aa(this.defaults);for(let s in t.renderer){if(!(s in o))throw new Error(`renderer '${s}' does not exist`);if(s==="options")continue;let l=s,n=t.renderer[l],f=o[l];o[l]=(...x)=>{let c=n.apply(o,x);return c===!1&&(c=f.apply(o,x)),c||""}}d.renderer=o}if(t.tokenizer){let o=this.defaults.tokenizer||new Sa(this.defaults);for(let s in t.tokenizer){if(!(s in o))throw new Error(`tokenizer '${s}' does not exist`);if(["options","rules","lexer"].includes(s))continue;let l=s,n=t.tokenizer[l],f=o[l];o[l]=(...x)=>{let c=n.apply(o,x);return c===!1&&(c=f.apply(o,x)),c}}d.tokenizer=o}if(t.hooks){let o=this.defaults.hooks||new ma;for(let s in t.hooks){if(!(s in o))throw new Error(`hook '${s}' does not exist`);if(s==="options")continue;let l=s,n=t.hooks[l],f=o[l];ma.passThroughHooks.has(s)?o[l]=x=>{if(this.defaults.async)return Promise.resolve(n.call(o,x)).then(p=>f.call(o,p));let c=n.call(o,x);return f.call(o,c)}:o[l]=(...x)=>{let c=n.apply(o,x);return c===!1&&(c=f.apply(o,x)),c}}d.hooks=o}if(t.walkTokens){let o=this.defaults.walkTokens,s=t.walkTokens;d.walkTokens=function(l){let n=[];return n.push(s.call(this,l)),o&&(n=n.concat(o.call(this,l))),n}}this.defaults={...this.defaults,...d}}),this}setOptions(e){return this.defaults={...this.defaults,...e},this}lexer(e,r){return Je.lex(e,r!=null?r:this.defaults)}parser(e,r){return Ke.parse(e,r!=null?r:this.defaults)}};Ma=new WeakSet,hS=function(e,r){return(t,d)=>{let o={...d},s={...this.defaults,...o};this.defaults.async===!0&&o.async===!1&&(s.silent||console.warn("marked(): The async option was set to true by an extension. The async: false option sent to parse will be ignored."),s.async=!0);let l=g2(this,Ma,aH).call(this,!!s.silent,!!s.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(s.hooks&&(s.hooks.options=s),s.async)return Promise.resolve(s.hooks?s.hooks.preprocess(t):t).then(n=>e(n,s)).then(n=>s.hooks?s.hooks.processAllTokens(n):n).then(n=>s.walkTokens?Promise.all(this.walkTokens(n,s.walkTokens)).then(()=>n):n).then(n=>r(n,s)).then(n=>s.hooks?s.hooks.postprocess(n):n).catch(l);try{s.hooks&&(t=s.hooks.preprocess(t));let n=e(t,s);s.hooks&&(n=s.hooks.processAllTokens(n)),s.walkTokens&&this.walkTokens(n,s.walkTokens);let f=r(n,s);return s.hooks&&(f=s.hooks.postprocess(f)),f}catch(n){return l(n)}}},aH=function(e,r){return t=>{if(t.message+=`
47
+ Please report this to https://github.com/markedjs/marked.`,e){let d="<p>An error occurred:</p><pre>"+Re(t.message+"",!0)+"</pre>";return r?Promise.resolve(d):d}if(r)return Promise.reject(t);throw t}};var xa=new a2;function Lt(a,e){return xa.parse(a,e)}Lt.options=Lt.setOptions=function(a){return xa.setOptions(a),Lt.defaults=xa.defaults,Gk(Lt.defaults),Lt};Lt.getDefaults=fS;Lt.defaults=ga;Lt.use=function(...a){return xa.use(...a),Lt.defaults=xa.defaults,Gk(Lt.defaults),Lt};Lt.walkTokens=function(a,e){return xa.walkTokens(a,e)};Lt.parseInline=xa.parseInline;Lt.Parser=Ke;Lt.parser=Ke.parse;Lt.Renderer=Aa;Lt.TextRenderer=e2;Lt.Lexer=Je;Lt.lexer=Je.lex;Lt.Tokenizer=Sa;Lt.Hooks=ma;Lt.parse=Lt;var WT=Lt.options,IT=Lt.setOptions,OT=Lt.use,zT=Lt.walkTokens,qT=Lt.parseInline;var UT=Ke.parse,NT=Je.lex;var qL=a=>{if(a)return a},s2=a=>{var d,o;let e=a==null?void 0:a.markedOptions,r=new a2({gfm:(d=e==null?void 0:e.gfm)!=null?d:!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=qL(a==null?void 0:a.renderer);return t&&r.use({renderer:t}),s=>r.parse(s)},d2=a=>a?s2({markedOptions:a.options,renderer:a.renderer}):s2(),UL=s2(),gS=a=>UL(a),b2=a=>a.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&#39;"),oH=a=>a.replace(/"/g,"&quot;").replace(/</g,"&lt;").replace(/>/g,"&gt;"),rH=a=>`%%FORM_PLACEHOLDER_${a}%%`,sH=(a,e)=>{let r=a;return r=r.replace(/<Directive>([\s\S]*?)<\/Directive>/gi,(t,d)=>{try{let o=JSON.parse(d.trim());if(o&&typeof o=="object"&&o.component==="form"&&o.type){let s=rH(e.length);return e.push({token:s,type:String(o.type)}),s}}catch{return t}return t}),r=r.replace(/<Form\s+type="([^"]+)"\s*\/>/gi,(t,d)=>{let o=rH(e.length);return e.push({token:o,type:d}),o}),r},dH=a=>{let e=d2(a);return r=>{let t=[],d=sH(r,t),o=e(d);return t.forEach(({token:s,type:l})=>{let n=new RegExp(s.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),x=`<div class="tvw-form-directive" data-tv-form="${oH(l)}"></div>`;o=o.replace(n,x)}),o}},lH=a=>{let e=[],r=sH(a,e),t=gS(r);return e.forEach(({token:d,type:o})=>{let s=new RegExp(d.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),n=`<div class="tvw-form-directive" data-tv-form="${oH(o)}"></div>`;t=t.replace(s,n)}),t};var Ye=Ok(yS(),1),k2=a=>a.replace(/\\n/g,`
48
+ `).replace(/\\r/g,"\r").replace(/\\t/g," ").replace(/\\"/g,'"').replace(/\\\\/g,"\\"),wS=a=>{if(a===null)return"null";if(a===void 0)return"";if(typeof a=="string")return a;if(typeof a=="number"||typeof a=="boolean")return String(a);try{return JSON.stringify(a,null,2)}catch{return String(a)}},ZL=a=>{var s,l;let e=(s=a.completedAt)!=null?s:Date.now(),r=(l=a.startedAt)!=null?l:e,d=(a.durationMs!==void 0?a.durationMs:Math.max(0,e-r))/1e3;return d<.1?"Thought for <0.1 seconds":`Thought for ${d>=10?Math.round(d).toString():d.toFixed(1).replace(/\.0$/,"")} seconds`},pH=a=>a.status==="complete"?ZL(a):a.status==="pending"?"Waiting":"",jL=a=>{var d,o,s;let r=(typeof a.duration=="number"?a.duration:typeof a.durationMs=="number"?a.durationMs:Math.max(0,((d=a.completedAt)!=null?d:Date.now())-((s=(o=a.startedAt)!=null?o:a.completedAt)!=null?s:Date.now())))/1e3;return r<.1?"Used tool for <0.1 seconds":`Used tool for ${r>=10?Math.round(r).toString():r.toFixed(1).replace(/\.0$/,"")} seconds`};var iH=a=>a.status==="complete"?jL(a):"Using tool...",XL=()=>{let a=null,e=0,r=t=>{let d=/"text"\s*:\s*"((?:[^"\\]|\\.|")*?)"/,o=t.match(d);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 s=/"text"\s*:\s*"((?:[^"\\]|\\.)*)/,l=t.match(s);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:()=>a,processChunk:async t=>{if(t.length<=e)return a!==null?{text:a,raw:t}:null;let d=t.trim();if(!d.startsWith("{")&&!d.startsWith("["))return null;let o=r(t);return o!==null&&(a=o),e=t.length,a!==null?{text:a,raw:t}:null},close:async()=>{}}},H2=a=>{try{let e=JSON.parse(a);if(e&&typeof e=="object"&&typeof e.text=="string")return e.text}catch{return null}return null},L2=()=>{let a={processChunk:e=>null,getExtractedText:()=>null};return a.__isPlainTextParser=!0,a},T2=()=>{var e;let a=XL();return{processChunk:async r=>{let t=r.trim();return!t.startsWith("{")&&!t.startsWith("[")?null:a.processChunk(r)},getExtractedText:a.getExtractedText.bind(a),close:(e=a.close)==null?void 0:e.bind(a)}},P2=()=>{let a=null,e=0;return{getExtractedText:()=>a,processChunk:r=>{let t=r.trim();if(!t.startsWith("{")&&!t.startsWith("["))return null;if(r.length<=e)return a!==null||a===""?{text:a||"",raw:r}:null;try{let d=(0,Ye.parse)(r,Ye.STR|Ye.OBJ);d&&typeof d=="object"&&(d.component&&typeof d.component=="string"?a=typeof d.text=="string"?k2(d.text):"":d.type==="init"&&d.form?a="":typeof d.text=="string"&&(a=k2(d.text)))}catch{}return e=r.length,a!==null?{text:a,raw:r}:null},close:()=>{}}},hH=a=>{let e=null,r=0,d=a||(o=>{if(!o||typeof o!="object")return null;let s=l=>typeof l=="string"?k2(l):null;if(o.component&&typeof o.component=="string")return typeof o.text=="string"?k2(o.text):"";if(o.type==="init"&&o.form)return"";if(o.action)switch(o.action){case"nav_then_click":return s(o.on_load_text)||s(o.text)||null;case"message":case"message_and_click":case"checkout":return s(o.text)||null;default:return s(o.text)||s(o.display_text)||s(o.message)||null}return s(o.text)||s(o.display_text)||s(o.message)||s(o.content)||null});return{getExtractedText:()=>e,processChunk:o=>{let s=o.trim();if(!s.startsWith("{")&&!s.startsWith("["))return null;if(o.length<=r)return e!==null?{text:e,raw:o}:null;try{let l=(0,Ye.parse)(o,Ye.STR|Ye.OBJ),n=d(l);n!==null&&(e=n)}catch{}return r=o.length,{text:e||"",raw:o}},close:()=>{}}},B2=()=>{let a=null;return{processChunk:e=>{if(!e.trim().startsWith("<"))return null;let t=e.match(/<text[^>]*>([\s\S]*?)<\/text>/);return t&&t[1]?(a=t[1],{text:a,raw:e}):null},getExtractedText:()=>a}};var JL="https://api.travrse.ai/v1/dispatch",fH="https://api.travrse.ai",cH=a=>!!(a.contentParts&&a.contentParts.length>0||a.rawContent&&a.rawContent.trim().length>0||a.content&&a.content.trim().length>0);function KL(a){switch(a){case"json":return P2;case"regex-json":return T2;case"xml":return B2;case"plain":default:return L2}}var va=class{constructor(e={}){this.config=e;this.clientSession=null;this.sessionInitPromise=null;var r,t,d;this.apiUrl=(r=e.apiUrl)!=null?r:JL,this.headers={"Content-Type":"application/json",...e.headers},this.debug=!!e.debug,this.createStreamParser=(t=e.streamParser)!=null?t:KL(e.parserType),this.contextProviders=(d=e.contextProviders)!=null?d:[],this.requestMiddleware=e.requestMiddleware,this.customFetch=e.customFetch,this.parseSSEEvent=e.parseSSEEvent,this.getHeaders=e.getHeaders}isClientTokenMode(){return!!this.config.clientToken}getClientApiUrl(e){var t;let r=((t=this.config.apiUrl)==null?void 0:t.replace(/\/+$/,"").replace(/\/v1\/dispatch$/,""))||fH;return e==="init"?`${r}/v1/client/init`:`${r}/v1/client/chat`}getClientSession(){return this.clientSession}async initSession(){var e,r;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,(r=(e=this.config).onSessionInit)==null||r.call(e,t),t}finally{this.sessionInitPromise=null}}async _doInitSession(){var o,s;let e=((s=(o=this.config).getStoredSessionId)==null?void 0:s.call(o))||null,r={token:this.config.clientToken,...this.config.flowId&&{flow_id:this.config.flowId},...e&&{session_id:e}},t=await fetch(this.getClientApiUrl("init"),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(r)});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 d=await t.json();return this.config.setStoredSessionId&&this.config.setStoredSessionId(d.session_id),{sessionId:d.session_id,expiresAt:new Date(d.expires_at),flow:d.flow,config:{welcomeMessage:d.config.welcome_message,placeholder:d.config.placeholder,theme:d.config.theme}}}clearClientSession(){this.clientSession=null,this.sessionInitPromise=null}getFeedbackApiUrl(){var r;return`${((r=this.config.apiUrl)==null?void 0:r.replace(/\/+$/,"").replace(/\/v1\/dispatch$/,""))||fH}/v1/client/feedback`}async sendFeedback(e){var o,s;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.message_id)throw new Error(`message_id 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 d=await fetch(this.getFeedbackApiUrl(),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(e)});if(!d.ok){let l=await d.json().catch(()=>({error:"Feedback submission failed"}));throw d.status===401?(this.clientSession=null,(s=(o=this.config).onSessionExpired)==null||s.call(o),new Error("Session expired. Please refresh to continue.")):new Error(l.error||"Failed to submit feedback")}}async submitMessageFeedback(e,r){let t=this.getClientSession();if(!t)throw new Error("No active session. Please initialize session first.");return this.sendFeedback({session_id:t.sessionId,message_id:e,type:r})}async submitCSATFeedback(e,r){let t=this.getClientSession();if(!t)throw new Error("No active session. Please initialize session first.");return this.sendFeedback({session_id:t.sessionId,type:"csat",rating:e,comment:r})}async submitNPSFeedback(e,r){let t=this.getClientSession();if(!t)throw new Error("No active session. Please initialize session first.");return this.sendFeedback({session_id:t.sessionId,type:"nps",rating:e,comment:r})}async dispatch(e,r){return this.isClientTokenMode()?this.dispatchClientToken(e,r):this.dispatchProxy(e,r)}async dispatchClientToken(e,r){var d,o,s,l;let t=new AbortController;e.signal&&e.signal.addEventListener("abort",()=>t.abort()),r({type:"status",status:"connecting"});try{let n=await this.initSession();if(new Date>=new Date(n.expiresAt.getTime()-6e4)){this.clientSession=null,(o=(d=this.config).onSessionExpired)==null||o.call(d);let M=new Error("Session expired. Please refresh to continue.");throw r({type:"error",error:M}),M}let f=await this.buildPayload(e.messages),x=f.metadata?Object.fromEntries(Object.entries(f.metadata).filter(([M])=>M!=="session_id")):void 0,c={session_id:n.sessionId,messages:e.messages.filter(cH).map(M=>{var m,k;return{id:M.id,role:M.role,content:(k=(m=M.contentParts)!=null?m:M.rawContent)!=null?k:M.content}}),...e.assistantMessageId&&{assistant_message_id:e.assistantMessageId},...x&&Object.keys(x).length>0&&{metadata:x},...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 M=await p.json().catch(()=>({error:"Chat request failed"}));if(p.status===401){this.clientSession=null,(l=(s=this.config).onSessionExpired)==null||l.call(s);let k=new Error("Session expired. Please refresh to continue.");throw r({type:"error",error:k}),k}if(p.status===429){let k=new Error(M.hint||"Message limit reached for this session.");throw r({type:"error",error:k}),k}let m=new Error(M.error||"Failed to send message");throw r({type:"error",error:m}),m}if(!p.body){let M=new Error("No response body received");throw r({type:"error",error:M}),M}r({type:"status",status:"connected"});try{await this.streamResponse(p.body,r,e.assistantMessageId)}finally{r({type:"status",status:"idle"})}}catch(n){let f=n instanceof Error?n:new Error(String(n));throw!f.message.includes("Session expired")&&!f.message.includes("Message limit")&&r({type:"error",error:f}),f}}async dispatchProxy(e,r){let t=new AbortController;e.signal&&e.signal.addEventListener("abort",()=>t.abort()),r({type:"status",status:"connecting"});let d=await this.buildPayload(e.messages);this.debug&&console.debug("[AgentWidgetClient] dispatch payload",d);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 s;if(this.customFetch)try{s=await this.customFetch(this.apiUrl,{method:"POST",headers:o,body:JSON.stringify(d),signal:t.signal},d)}catch(l){let n=l instanceof Error?l:new Error(String(l));throw r({type:"error",error:n}),n}else s=await fetch(this.apiUrl,{method:"POST",headers:o,body:JSON.stringify(d),signal:t.signal});if(!s.ok||!s.body){let l=new Error(`Chat backend request failed: ${s.status} ${s.statusText}`);throw r({type:"error",error:l}),l}r({type:"status",status:"connected"});try{await this.streamResponse(s.body,r)}finally{r({type:"status",status:"idle"})}}async buildPayload(e){let t={messages:e.slice().filter(cH).sort((d,o)=>{let s=new Date(d.createdAt).getTime(),l=new Date(o.createdAt).getTime();return s-l}).map(d=>{var o,s;return{role:d.role,content:(s=(o=d.contentParts)!=null?o:d.rawContent)!=null?s:d.content,createdAt:d.createdAt}}),...this.config.flowId&&{flowId:this.config.flowId}};if(this.contextProviders.length){let d={};await Promise.all(this.contextProviders.map(async o=>{try{let s=await o({messages:e,config:this.config});s&&typeof s=="object"&&Object.assign(d,s)}catch(s){typeof console!="undefined"&&console.warn("[AgentWidget] Context provider failed:",s)}})),Object.keys(d).length&&(t.context=d)}if(this.requestMiddleware)try{let d=await this.requestMiddleware({payload:{...t},config:this.config});if(d&&typeof d=="object")return d}catch(d){typeof console!="undefined"&&console.error("[AgentWidget] Request middleware error:",d)}return t}async handleCustomSSEEvent(e,r,t,d,o){if(!this.parseSSEEvent)return!1;try{let s=await this.parseSSEEvent(e);if(s===null)return!1;let l=()=>{if(t.current)return t.current;let n={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=n,d(n),n};if(s.text!==void 0){let n=l();n.content+=s.text,d(n)}return s.done&&(t.current&&(t.current.streaming=!1,d(t.current)),r({type:"status",status:"idle"})),s.error&&r({type:"error",error:new Error(s.error)}),!0}catch(s){return typeof console!="undefined"&&console.error("[AgentWidget] parseSSEEvent error:",s),!1}}async streamResponse(e,r,t){var Ft,K,G,se,fe,ce,We,$e,j,gt,ue,me,Xt,xe,_e,Ie,Oe,U,Nt,mt,de,xt,le,kt,Le,Te,nt,Jt,ae,Dt,Kt,Fe,Ce,ne,N,be,Se,Pe,at,vt,Ot,Ae,re,ze,qe,Ge,ba,Ze,Vt,Us,Ns,je,f2,c2,$s,ha;let d=e.getReader(),o=new TextDecoder,s="",l=Date.now(),n=0,f=()=>l+n++,x=I=>{let pt=I.reasoning?{...I.reasoning,chunks:[...I.reasoning.chunks]}:void 0,St=I.toolCall?{...I.toolCall,chunks:I.toolCall.chunks?[...I.toolCall.chunks]:void 0}:void 0,$t=I.tools?I.tools.map(oe=>({...oe,chunks:oe.chunks?[...oe.chunks]:void 0})):void 0;return{...I,reasoning:pt,toolCall:St,tools:$t}},c=I=>{r({type:"message",message:x(I)})},p=null,M={current:null},m=new Map,k=new Map,A={lastId:null,byStep:new Map},w={lastId:null,byCall:new Map},u=I=>{if(I==null)return null;try{return String(I)}catch{return null}},b=I=>{var pt,St,$t,oe,Yt;return u((Yt=(oe=($t=(St=(pt=I.stepId)!=null?pt:I.step_id)!=null?St:I.step)!=null?$t:I.parentId)!=null?oe:I.flowStepId)!=null?Yt:I.flow_step_id)},h=I=>{var pt,St,$t,oe,Yt,Et,W;return u((W=(Et=(Yt=(oe=($t=(St=(pt=I.callId)!=null?pt:I.call_id)!=null?St:I.requestId)!=null?$t:I.request_id)!=null?oe:I.toolCallId)!=null?Yt:I.tool_call_id)!=null?Et:I.stepId)!=null?W:I.step_id)},v=()=>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),g=(I,pt)=>{A.lastId=pt,I&&A.byStep.set(I,pt)},y=(I,pt)=>{var Yt;let St=(Yt=I.reasoningId)!=null?Yt:I.id,$t=b(I);if(St){let Et=String(St);return g($t,Et),Et}if($t){let Et=A.byStep.get($t);if(Et)return A.lastId=Et,Et}if(A.lastId&&!pt)return A.lastId;if(!pt)return null;let oe=`reason-${f()}`;return g($t,oe),oe},L=I=>{let pt=m.get(I);if(pt)return pt;let St={id:`reason-${I}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"reasoning",sequence:f(),reasoning:{id:I,status:"streaming",chunks:[]}};return m.set(I,St),c(St),St},H=(I,pt)=>{w.lastId=pt,I&&w.byCall.set(I,pt)},T=(I,pt)=>{var Yt;let St=(Yt=I.toolId)!=null?Yt:I.id,$t=h(I);if(St){let Et=String(St);return H($t,Et),Et}if($t){let Et=w.byCall.get($t);if(Et)return w.lastId=Et,Et}if(w.lastId&&!pt)return w.lastId;if(!pt)return null;let oe=`tool-${f()}`;return H($t,oe),oe},V=I=>{let pt=k.get(I);if(pt)return pt;let St={id:`tool-${I}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"tool",sequence:f(),toolCall:{id:I,status:"pending"}};return k.set(I,St),c(St),St},q=I=>{if(typeof I=="number"&&Number.isFinite(I))return I;if(typeof I=="string"){let pt=Number(I);if(!Number.isNaN(pt)&&Number.isFinite(pt))return pt;let St=Date.parse(I);if(!Number.isNaN(St))return St}return Date.now()},Z=I=>{if(typeof I=="string")return I;if(I==null)return"";try{return JSON.stringify(I)}catch{return String(I)}},F=new Map,J=new Map;for(;;){let{done:I,value:pt}=await d.read();if(I)break;s+=o.decode(pt,{stream:!0});let St=s.split(`
51
+
52
+ `);s=(Ft=St.pop())!=null?Ft:"";for(let $t of St){let oe=$t.split(`
53
+ `),Yt="message",Et="";for(let st of oe)st.startsWith("event:")?Yt=st.replace("event:","").trim():st.startsWith("data:")&&(Et+=st.replace("data:","").trim());if(!Et)continue;let W;try{W=JSON.parse(Et)}catch(st){r({type:"error",error:st instanceof Error?st:new Error("Failed to parse chat stream payload")});continue}let ke=Yt!=="message"?Yt:(K=W.type)!=null?K:"message";if(this.parseSSEEvent){M.current=p;let st=await this.handleCustomSSEEvent(W,r,M,c,f);if(M.current&&!p&&(p=M.current),st)continue}if(ke==="reason_start"){let st=(G=y(W,!0))!=null?G:`reason-${f()}`,z=L(st);z.reasoning=(se=z.reasoning)!=null?se:{id:st,status:"streaming",chunks:[]},z.reasoning.startedAt=(ce=z.reasoning.startedAt)!=null?ce:q((fe=W.startedAt)!=null?fe:W.timestamp),z.reasoning.completedAt=void 0,z.reasoning.durationMs=void 0,z.streaming=!0,z.reasoning.status="streaming",c(z)}else if(ke==="reason_chunk"){let st=($e=(We=y(W,!1))!=null?We:y(W,!0))!=null?$e:`reason-${f()}`,z=L(st);z.reasoning=(j=z.reasoning)!=null?j:{id:st,status:"streaming",chunks:[]},z.reasoning.startedAt=(ue=z.reasoning.startedAt)!=null?ue:q((gt=W.startedAt)!=null?gt:W.timestamp);let D=(xe=(Xt=(me=W.reasoningText)!=null?me:W.text)!=null?Xt:W.delta)!=null?xe:"";if(D&&W.hidden!==!0&&z.reasoning.chunks.push(String(D)),z.reasoning.status=W.done?"complete":"streaming",W.done){z.reasoning.completedAt=q((_e=W.completedAt)!=null?_e:W.timestamp);let X=(Ie=z.reasoning.startedAt)!=null?Ie:Date.now();z.reasoning.durationMs=Math.max(0,((Oe=z.reasoning.completedAt)!=null?Oe:Date.now())-X)}z.streaming=z.reasoning.status!=="complete",c(z)}else if(ke==="reason_complete"){let st=(Nt=(U=y(W,!1))!=null?U:y(W,!0))!=null?Nt:`reason-${f()}`,z=m.get(st);if(z!=null&&z.reasoning){z.reasoning.status="complete",z.reasoning.completedAt=q((mt=W.completedAt)!=null?mt:W.timestamp);let X=(de=z.reasoning.startedAt)!=null?de:Date.now();z.reasoning.durationMs=Math.max(0,((xt=z.reasoning.completedAt)!=null?xt:Date.now())-X),z.streaming=!1,c(z)}let D=b(W);D&&A.byStep.delete(D)}else if(ke==="tool_start"){let st=(le=T(W,!0))!=null?le:`tool-${f()}`,z=V(st),D=(kt=z.toolCall)!=null?kt:{id:st,status:"pending"};D.name=(Le=W.toolName)!=null?Le:D.name,D.status="running",W.args!==void 0&&(D.args=W.args),D.startedAt=(nt=D.startedAt)!=null?nt:q((Te=W.startedAt)!=null?Te:W.timestamp),D.completedAt=void 0,D.durationMs=void 0,z.toolCall=D,z.streaming=!0,c(z)}else if(ke==="tool_chunk"){let st=(ae=(Jt=T(W,!1))!=null?Jt:T(W,!0))!=null?ae:`tool-${f()}`,z=V(st),D=(Dt=z.toolCall)!=null?Dt:{id:st,status:"running"};D.startedAt=(Fe=D.startedAt)!=null?Fe:q((Kt=W.startedAt)!=null?Kt:W.timestamp);let X=(N=(ne=(Ce=W.text)!=null?Ce:W.delta)!=null?ne:W.message)!=null?N:"";X&&(D.chunks=(be=D.chunks)!=null?be:[],D.chunks.push(String(X))),D.status="running",z.toolCall=D,z.streaming=!0,c(z)}else if(ke==="tool_complete"){let st=(Pe=(Se=T(W,!1))!=null?Se:T(W,!0))!=null?Pe:`tool-${f()}`,z=V(st),D=(at=z.toolCall)!=null?at:{id:st,status:"running"};if(D.status="complete",W.result!==void 0&&(D.result=W.result),typeof W.duration=="number"&&(D.duration=W.duration),D.completedAt=q((vt=W.completedAt)!=null?vt:W.timestamp),typeof W.duration=="number")D.durationMs=W.duration;else{let Mt=(Ot=D.startedAt)!=null?Ot:Date.now();D.durationMs=Math.max(0,((Ae=D.completedAt)!=null?Ae:Date.now())-Mt)}z.toolCall=D,z.streaming=!1,c(z);let X=h(W);X&&w.byCall.delete(X)}else if(ke==="step_chunk"){let st=W.stepType,z=W.executionType;if(st==="tool"||z==="context")continue;let D=v(),X=(Ge=(qe=(ze=(re=W.text)!=null?re:W.delta)!=null?ze:W.content)!=null?qe:W.chunk)!=null?Ge:"";if(X){let Ht=((ba=J.get(D.id))!=null?ba:"")+X;D.rawContent=Ht,F.has(D.id)||F.set(D.id,this.createStreamParser());let Qt=F.get(D.id),It=Ht.trim().startsWith("{")||Ht.trim().startsWith("[");if(It&&J.set(D.id,Ht),Qt.__isPlainTextParser===!0){D.content+=X,J.delete(D.id),F.delete(D.id),D.rawContent=void 0,c(D);continue}let Bt=Qt.processChunk(Ht);if(Bt instanceof Promise)Bt.then(Ct=>{var te;let bt=typeof Ct=="string"?Ct:(te=Ct==null?void 0:Ct.text)!=null?te:null;if(bt!==null&&bt.trim()!==""){let ht=p;ht&&ht.id===D.id&&(ht.content=bt,c(ht))}else if(!It&&!Ht.trim().startsWith("<")){let ht=p;ht&&ht.id===D.id&&(ht.content+=X,J.delete(ht.id),F.delete(ht.id),ht.rawContent=void 0,c(ht))}}).catch(()=>{D.content+=X,J.delete(D.id),F.delete(D.id),D.rawContent=void 0,c(D)});else{let Ct=typeof Bt=="string"?Bt:(Ze=Bt==null?void 0:Bt.text)!=null?Ze:null;Ct!==null&&Ct.trim()!==""?(D.content=Ct,c(D)):!It&&!Ht.trim().startsWith("<")&&(D.content+=X,J.delete(D.id),F.delete(D.id),D.rawContent=void 0,c(D))}}if(W.isComplete){let Mt=(Us=(Vt=W.result)==null?void 0:Vt.response)!=null?Us:D.content;if(Mt){let Ht=J.get(D.id),Qt=Ht!=null?Ht:Z(Mt);D.rawContent=Qt;let It=F.get(D.id),_t=null,Bt=!1;if(It&&(_t=It.getExtractedText(),_t===null&&(_t=H2(Qt)),_t===null)){let Ct=It.processChunk(Qt);Ct instanceof Promise?(Bt=!0,Ct.then(bt=>{var ht;let te=typeof bt=="string"?bt:(ht=bt==null?void 0:bt.text)!=null?ht:null;if(te!==null){let ot=p;ot&&ot.id===D.id&&(ot.content=te,ot.streaming=!1,F.delete(ot.id),J.delete(ot.id),c(ot))}})):_t=typeof Ct=="string"?Ct:(Ns=Ct==null?void 0:Ct.text)!=null?Ns:null}if(!Bt){_t!==null&&_t.trim()!==""?D.content=_t:J.has(D.id)||(D.content=Z(Mt));let Ct=F.get(D.id);if(Ct){let bt=(je=Ct.close)==null?void 0:je.call(Ct);bt instanceof Promise&&bt.catch(()=>{}),F.delete(D.id)}J.delete(D.id),D.streaming=!1,c(D)}}}}else if(ke==="step_complete"){let st=W.stepType,z=W.executionType;if(st==="tool"||z==="context")continue;let D=(f2=W.result)==null?void 0:f2.response,X=v();if(D!=null){let Mt=F.get(X.id),Ht=!1,Qt=!1;if(Mt){let It=Mt.getExtractedText(),_t=J.get(X.id),Bt=_t!=null?_t:Z(D);if(X.rawContent=Bt,It!==null&&It.trim()!=="")X.content=It,Ht=!0;else{let Ct=H2(Bt);if(Ct!==null)X.content=Ct,Ht=!0;else{let bt=Mt.processChunk(Bt);if(bt instanceof Promise)Qt=!0,bt.then(te=>{var ot;let ht=typeof te=="string"?te:(ot=te==null?void 0:te.text)!=null?ot:null;if(ht!==null&&ht.trim()!==""){let it=p;it&&it.id===X.id&&(it.content=ht,it.streaming=!1,F.delete(it.id),J.delete(it.id),c(it))}else{let it=Mt.getExtractedText(),ve=p;ve&&ve.id===X.id&&(it!==null&&it.trim()!==""?ve.content=it:J.has(ve.id)||(ve.content=Z(D)),ve.streaming=!1,F.delete(ve.id),J.delete(ve.id),c(ve))}});else{let te=typeof bt=="string"?bt:(c2=bt==null?void 0:bt.text)!=null?c2:null;if(te!==null&&te.trim()!=="")X.content=te,Ht=!0;else{let ht=Mt.getExtractedText();ht!==null&&ht.trim()!==""&&(X.content=ht,Ht=!0)}}}}}if(!Qt){if(!X.rawContent){let It=J.get(X.id);X.rawContent=It!=null?It:Z(D)}if(!Ht&&!J.has(X.id)&&(X.content=Z(D)),Mt){let It=($s=Mt.close)==null?void 0:$s.call(Mt);It instanceof Promise&&It.catch(()=>{})}F.delete(X.id),J.delete(X.id),X.streaming=!1,c(X)}}else F.delete(X.id),J.delete(X.id),X.streaming=!1,c(X)}else if(ke==="flow_complete"){let st=(ha=W.result)==null?void 0:ha.response;if(st!=null){let z=v(),D=J.get(z.id),X=D!=null?D:Z(st);z.rawContent=X;let Mt=Z(st),Ht=F.get(z.id);if(Ht){let _t=H2(X);if(_t!==null)Mt=_t;else{let Bt=Ht.processChunk(X);Bt instanceof Promise&&Bt.then(bt=>{var ht;let te=typeof bt=="string"?bt:(ht=bt==null?void 0:bt.text)!=null?ht:null;if(te!==null){let ot=p;ot&&ot.id===z.id&&(ot.content=te,ot.streaming=!1,c(ot))}});let Ct=Ht.getExtractedText();Ct!==null&&(Mt=Ct)}}F.delete(z.id),J.delete(z.id);let Qt=Mt!==z.content,It=z.streaming!==!1;Qt&&(z.content=Mt),z.streaming=!1,(Qt||It)&&c(z)}else if(p!==null){let z=p;F.delete(z.id),J.delete(z.id),z.streaming!==!1&&(z.streaming=!1,c(z))}r({type:"status",status:"idle"})}else ke==="error"&&W.error&&r({type:"error",error:W.error instanceof Error?W.error:new Error(String(W.error))})}}}};function uH(){let a=Date.now().toString(36),e=Math.random().toString(36).substring(2,10);return`msg_${a}_${e}`}function V2(){let a=Date.now().toString(36),e=Math.random().toString(36).substring(2,10);return`usr_${a}_${e}`}function E2(){let a=Date.now().toString(36),e=Math.random().toString(36).substring(2,10);return`ast_${a}_${e}`}var ka=class{constructor(e={},r){this.config=e;this.callbacks=r;this.status="idle";this.streaming=!1;this.abortController=null;this.sequenceCounter=Date.now();this.clientSession=null;this.handleEvent=e=>{var r,t;e.type==="message"?this.upsertMessage(e.message):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)):e.type==="error"&&(this.setStatus("error"),this.setStreaming(!1),this.abortController=null,(t=(r=this.callbacks).onError)==null||t.call(r,e.error))};var t;this.messages=[...(t=e.initialMessages)!=null?t:[]].map(d=>{var o;return{...d,sequence:(o=d.sequence)!=null?o:this.nextSequence()}}),this.messages=this.sortMessages(this.messages),this.client=new va(e),this.messages.length&&this.callbacks.onMessagesChanged([...this.messages]),this.callbacks.onStatusChanged(this.status)}isClientTokenMode(){return this.client.isClientTokenMode()}async initClientSession(){var e,r;if(!this.isClientTokenMode())return null;try{let t=await this.client.initSession();return this.setClientSession(t),t}catch(t){return(r=(e=this.callbacks).onError)==null||r.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 r={id:`welcome-${Date.now()}`,role:"assistant",content:e.config.welcomeMessage,createdAt:new Date().toISOString(),sequence:this.nextSequence()};this.appendMessage(r)}}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,r){return this.client.submitMessageFeedback(e,r)}async submitCSATFeedback(e,r){return this.client.submitCSATFeedback(e,r)}async submitNPSFeedback(e,r){return this.client.submitNPSFeedback(e,r)}updateConfig(e){this.config={...this.config,...e},this.client=new va(this.config)}getMessages(){return[...this.messages]}getStatus(){return this.status}isStreaming(){return this.streaming}injectTestEvent(e){this.handleEvent(e)}async sendMessage(e,r){var f,x,c,p,M;let t=e.trim();if(!t&&(!(r!=null&&r.contentParts)||r.contentParts.length===0))return;(f=this.abortController)==null||f.abort();let d=V2(),o=E2(),s={id:d,role:"user",content:t||"[Image]",createdAt:new Date().toISOString(),sequence:this.nextSequence(),viaVoice:(r==null?void 0:r.viaVoice)||!1,...(r==null?void 0:r.contentParts)&&r.contentParts.length>0&&{contentParts:r.contentParts}};this.appendMessage(s),this.setStreaming(!0);let l=new AbortController;this.abortController=l;let n=[...this.messages];try{await this.client.dispatch({messages:n,signal:l.signal,assistantMessageId:o},this.handleEvent)}catch(m){let k={id:o,role:"assistant",createdAt:new Date().toISOString(),content:"It looks like the proxy isn't returning a real response yet. Here's a sample message so you can continue testing locally.",sequence:this.nextSequence()};this.appendMessage(k),this.setStatus("idle"),this.setStreaming(!1),this.abortController=null,m instanceof Error?(c=(x=this.callbacks).onError)==null||c.call(x,m):(M=(p=this.callbacks).onError)==null||M.call(p,new Error(String(m)))}}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.setStreaming(!1),this.setStatus("idle"),this.callbacks.onMessagesChanged([...this.messages])}hydrateMessages(e){var r;(r=this.abortController)==null||r.abort(),this.abortController=null,this.messages=this.sortMessages(e.map(t=>{var d;return{...t,streaming:!1,sequence:(d=t.sequence)!=null?d: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 r=this.ensureSequence(e);this.messages=this.sortMessages([...this.messages,r]),this.callbacks.onMessagesChanged([...this.messages])}upsertMessage(e){let r=this.ensureSequence(e),t=this.messages.findIndex(d=>d.id===r.id);if(t===-1){this.appendMessage(r);return}this.messages=this.messages.map((d,o)=>o===t?{...d,...r}:d),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((r,t)=>{var n,f;let d=new Date(r.createdAt).getTime(),o=new Date(t.createdAt).getTime();if(!Number.isNaN(d)&&!Number.isNaN(o)&&d!==o)return d-o;let s=(n=r.sequence)!=null?n:0,l=(f=t.sequence)!=null?f:0;return s!==l?s-l:r.id.localeCompare(t.id)})}};var S=(a,e)=>{let r=document.createElement(a);return e&&(r.className=e),r};var SS={};pS(SS,{AArrowDown:()=>D2,AArrowUp:()=>W2,ALargeSmall:()=>I2,Accessibility:()=>O2,Activity:()=>z2,ActivitySquare:()=>c1,AirVent:()=>q2,Airplay:()=>U2,AlarmCheck:()=>Ha,AlarmClock:()=>$2,AlarmClockCheck:()=>Ha,AlarmClockMinus:()=>La,AlarmClockOff:()=>N2,AlarmClockPlus:()=>Ta,AlarmMinus:()=>La,AlarmPlus:()=>Ta,AlarmSmoke:()=>_2,Album:()=>G2,AlertCircle:()=>or,AlertOctagon:()=>Uo,AlertTriangle:()=>ys,AlignCenter:()=>fs,AlignCenterHorizontal:()=>Z2,AlignCenterVertical:()=>j2,AlignEndHorizontal:()=>X2,AlignEndVertical:()=>J2,AlignHorizontalDistributeCenter:()=>K2,AlignHorizontalDistributeEnd:()=>Y2,AlignHorizontalDistributeStart:()=>Q2,AlignHorizontalJustifyCenter:()=>td,AlignHorizontalJustifyEnd:()=>ed,AlignHorizontalJustifyStart:()=>ad,AlignHorizontalSpaceAround:()=>rd,AlignHorizontalSpaceBetween:()=>od,AlignJustify:()=>us,AlignLeft:()=>pa,AlignRight:()=>cs,AlignStartHorizontal:()=>sd,AlignStartVertical:()=>dd,AlignVerticalDistributeCenter:()=>ld,AlignVerticalDistributeEnd:()=>nd,AlignVerticalDistributeStart:()=>pd,AlignVerticalJustifyCenter:()=>id,AlignVerticalJustifyEnd:()=>hd,AlignVerticalJustifyStart:()=>fd,AlignVerticalSpaceAround:()=>cd,AlignVerticalSpaceBetween:()=>ud,Ambulance:()=>md,Ampersand:()=>xd,Ampersands:()=>Md,Amphora:()=>gd,Anchor:()=>vd,Angry:()=>yd,Annoyed:()=>wd,Antenna:()=>Cd,Anvil:()=>bd,Aperture:()=>Sd,AppWindow:()=>kd,AppWindowMac:()=>Ad,Apple:()=>Hd,Archive:()=>Pd,ArchiveRestore:()=>Ld,ArchiveX:()=>Td,AreaChart:()=>$a,Armchair:()=>Bd,ArrowBigDown:()=>Ed,ArrowBigDownDash:()=>Vd,ArrowBigLeft:()=>Fd,ArrowBigLeftDash:()=>Rd,ArrowBigRight:()=>Wd,ArrowBigRightDash:()=>Dd,ArrowBigUp:()=>Od,ArrowBigUpDash:()=>Id,ArrowDown:()=>Xd,ArrowDown01:()=>zd,ArrowDown10:()=>qd,ArrowDownAZ:()=>Pa,ArrowDownAz:()=>Pa,ArrowDownCircle:()=>sr,ArrowDownFromLine:()=>Ud,ArrowDownLeft:()=>Nd,ArrowDownLeftFromCircle:()=>lr,ArrowDownLeftFromSquare:()=>g1,ArrowDownLeftSquare:()=>u1,ArrowDownNarrowWide:()=>$d,ArrowDownRight:()=>_d,ArrowDownRightFromCircle:()=>nr,ArrowDownRightFromSquare:()=>v1,ArrowDownRightSquare:()=>m1,ArrowDownSquare:()=>x1,ArrowDownToDot:()=>Gd,ArrowDownToLine:()=>Zd,ArrowDownUp:()=>jd,ArrowDownWideNarrow:()=>Ba,ArrowDownZA:()=>Va,ArrowDownZa:()=>Va,ArrowLeft:()=>Qd,ArrowLeftCircle:()=>dr,ArrowLeftFromLine:()=>Jd,ArrowLeftRight:()=>Kd,ArrowLeftSquare:()=>M1,ArrowLeftToLine:()=>Yd,ArrowRight:()=>rl,ArrowRightCircle:()=>hr,ArrowRightFromLine:()=>tl,ArrowRightLeft:()=>el,ArrowRightSquare:()=>C1,ArrowRightToLine:()=>al,ArrowUp:()=>cl,ArrowUp01:()=>ol,ArrowUp10:()=>sl,ArrowUpAZ:()=>Ea,ArrowUpAz:()=>Ea,ArrowUpCircle:()=>fr,ArrowUpDown:()=>dl,ArrowUpFromDot:()=>ll,ArrowUpFromLine:()=>nl,ArrowUpLeft:()=>pl,ArrowUpLeftFromCircle:()=>pr,ArrowUpLeftFromSquare:()=>y1,ArrowUpLeftSquare:()=>b1,ArrowUpNarrowWide:()=>Ra,ArrowUpRight:()=>il,ArrowUpRightFromCircle:()=>ir,ArrowUpRightFromSquare:()=>w1,ArrowUpRightSquare:()=>S1,ArrowUpSquare:()=>A1,ArrowUpToLine:()=>hl,ArrowUpWideNarrow:()=>fl,ArrowUpZA:()=>Fa,ArrowUpZa:()=>Fa,ArrowsUpFromLine:()=>ul,Asterisk:()=>ml,AsteriskSquare:()=>k1,AtSign:()=>xl,Atom:()=>Ml,AudioLines:()=>gl,AudioWaveform:()=>vl,Award:()=>yl,Axe:()=>wl,Axis3D:()=>Da,Axis3d:()=>Da,Baby:()=>Cl,Backpack:()=>bl,Badge:()=>Ol,BadgeAlert:()=>Sl,BadgeCent:()=>Al,BadgeCheck:()=>Wa,BadgeDollarSign:()=>kl,BadgeEuro:()=>Hl,BadgeHelp:()=>Ia,BadgeIndianRupee:()=>Ll,BadgeInfo:()=>Tl,BadgeJapaneseYen:()=>Pl,BadgeMinus:()=>Bl,BadgePercent:()=>Vl,BadgePlus:()=>El,BadgePoundSterling:()=>Rl,BadgeQuestionMark:()=>Ia,BadgeRussianRuble:()=>Fl,BadgeSwissFranc:()=>Dl,BadgeTurkishLira:()=>Wl,BadgeX:()=>Il,BaggageClaim:()=>zl,Ban:()=>ql,Banana:()=>Ul,Bandage:()=>Nl,Banknote:()=>Zl,BanknoteArrowDown:()=>$l,BanknoteArrowUp:()=>_l,BanknoteX:()=>Gl,BarChart:()=>Ya,BarChart2:()=>Qa,BarChart3:()=>Ja,BarChart4:()=>Xa,BarChartBig:()=>ja,BarChartHorizontal:()=>Ga,BarChartHorizontalBig:()=>_a,Barcode:()=>jl,Barrel:()=>Xl,Baseline:()=>Jl,Bath:()=>Kl,Battery:()=>on,BatteryCharging:()=>Yl,BatteryFull:()=>Ql,BatteryLow:()=>tn,BatteryMedium:()=>en,BatteryPlus:()=>an,BatteryWarning:()=>rn,Beaker:()=>sn,Bean:()=>ln,BeanOff:()=>dn,Bed:()=>hn,BedDouble:()=>nn,BedSingle:()=>pn,Beef:()=>fn,Beer:()=>un,BeerOff:()=>cn,Bell:()=>wn,BellDot:()=>mn,BellElectric:()=>xn,BellMinus:()=>Mn,BellOff:()=>gn,BellPlus:()=>vn,BellRing:()=>yn,BetweenHorizonalEnd:()=>Oa,BetweenHorizonalStart:()=>za,BetweenHorizontalEnd:()=>Oa,BetweenHorizontalStart:()=>za,BetweenVerticalEnd:()=>Cn,BetweenVerticalStart:()=>bn,BicepsFlexed:()=>Sn,Bike:()=>An,Binary:()=>kn,Binoculars:()=>Hn,Biohazard:()=>Tn,Bird:()=>Ln,Birdhouse:()=>Pn,Bitcoin:()=>Bn,Blend:()=>Vn,Blinds:()=>En,Blocks:()=>Rn,Bluetooth:()=>In,BluetoothConnected:()=>Fn,BluetoothOff:()=>Dn,BluetoothSearching:()=>Wn,Bold:()=>On,Bolt:()=>zn,Bomb:()=>qn,Bone:()=>Un,Book:()=>f0,BookA:()=>Nn,BookAlert:()=>$n,BookAudio:()=>_n,BookCheck:()=>Gn,BookCopy:()=>Zn,BookDashed:()=>qa,BookDown:()=>jn,BookHeadphones:()=>Xn,BookHeart:()=>Jn,BookImage:()=>Kn,BookKey:()=>Yn,BookLock:()=>Qn,BookMarked:()=>t0,BookMinus:()=>e0,BookOpen:()=>o0,BookOpenCheck:()=>a0,BookOpenText:()=>r0,BookPlus:()=>s0,BookTemplate:()=>qa,BookText:()=>d0,BookType:()=>l0,BookUp:()=>p0,BookUp2:()=>n0,BookUser:()=>i0,BookX:()=>h0,Bookmark:()=>M0,BookmarkCheck:()=>c0,BookmarkMinus:()=>u0,BookmarkPlus:()=>m0,BookmarkX:()=>x0,BoomBox:()=>g0,Bot:()=>w0,BotMessageSquare:()=>v0,BotOff:()=>y0,BottleWine:()=>C0,BowArrow:()=>b0,Box:()=>S0,BoxSelect:()=>W1,Boxes:()=>A0,Braces:()=>Ua,Brackets:()=>k0,Brain:()=>T0,BrainCircuit:()=>H0,BrainCog:()=>L0,BrickWall:()=>V0,BrickWallFire:()=>P0,BrickWallShield:()=>B0,Briefcase:()=>D0,BriefcaseBusiness:()=>E0,BriefcaseConveyorBelt:()=>R0,BriefcaseMedical:()=>F0,BringToFront:()=>W0,Brush:()=>O0,BrushCleaning:()=>I0,Bubbles:()=>z0,Bug:()=>N0,BugOff:()=>q0,BugPlay:()=>U0,Building:()=>_0,Building2:()=>$0,Bus:()=>Z0,BusFront:()=>G0,Cable:()=>X0,CableCar:()=>j0,Cake:()=>K0,CakeSlice:()=>J0,Calculator:()=>Y0,Calendar:()=>vp,Calendar1:()=>Q0,CalendarArrowDown:()=>tp,CalendarArrowUp:()=>ep,CalendarCheck:()=>rp,CalendarCheck2:()=>ap,CalendarClock:()=>op,CalendarCog:()=>sp,CalendarDays:()=>dp,CalendarFold:()=>lp,CalendarHeart:()=>np,CalendarMinus:()=>ip,CalendarMinus2:()=>pp,CalendarOff:()=>hp,CalendarPlus:()=>cp,CalendarPlus2:()=>fp,CalendarRange:()=>up,CalendarSearch:()=>mp,CalendarSync:()=>xp,CalendarX:()=>gp,CalendarX2:()=>Mp,Camera:()=>wp,CameraOff:()=>yp,CandlestickChart:()=>Za,Candy:()=>Sp,CandyCane:()=>Cp,CandyOff:()=>bp,Cannabis:()=>Ap,Captions:()=>Na,CaptionsOff:()=>kp,Car:()=>Tp,CarFront:()=>Hp,CarTaxiFront:()=>Lp,Caravan:()=>Pp,CardSim:()=>Bp,Carrot:()=>Vp,CaseLower:()=>Ep,CaseSensitive:()=>Rp,CaseUpper:()=>Fp,CassetteTape:()=>Dp,Cast:()=>Wp,Castle:()=>Ip,Cat:()=>Op,Cctv:()=>zp,ChartArea:()=>$a,ChartBar:()=>Ga,ChartBarBig:()=>_a,ChartBarDecreasing:()=>qp,ChartBarIncreasing:()=>Up,ChartBarStacked:()=>Np,ChartCandlestick:()=>Za,ChartColumn:()=>Ja,ChartColumnBig:()=>ja,ChartColumnDecreasing:()=>$p,ChartColumnIncreasing:()=>Xa,ChartColumnStacked:()=>_p,ChartGantt:()=>Gp,ChartLine:()=>Ka,ChartNetwork:()=>Zp,ChartNoAxesColumn:()=>Qa,ChartNoAxesColumnDecreasing:()=>jp,ChartNoAxesColumnIncreasing:()=>Ya,ChartNoAxesCombined:()=>Xp,ChartNoAxesGantt:()=>tr,ChartPie:()=>er,ChartScatter:()=>ar,ChartSpline:()=>Jp,Check:()=>Qp,CheckCheck:()=>Kp,CheckCircle:()=>cr,CheckCircle2:()=>ur,CheckLine:()=>Yp,CheckSquare:()=>L1,CheckSquare2:()=>T1,ChefHat:()=>ti,Cherry:()=>ei,ChevronDown:()=>ai,ChevronDownCircle:()=>mr,ChevronDownSquare:()=>P1,ChevronFirst:()=>ri,ChevronLast:()=>oi,ChevronLeft:()=>si,ChevronLeftCircle:()=>xr,ChevronLeftSquare:()=>B1,ChevronRight:()=>di,ChevronRightCircle:()=>Mr,ChevronRightSquare:()=>V1,ChevronUp:()=>li,ChevronUpCircle:()=>gr,ChevronUpSquare:()=>E1,ChevronsDown:()=>pi,ChevronsDownUp:()=>ni,ChevronsLeft:()=>fi,ChevronsLeftRight:()=>hi,ChevronsLeftRightEllipsis:()=>ii,ChevronsRight:()=>ui,ChevronsRightLeft:()=>ci,ChevronsUp:()=>xi,ChevronsUpDown:()=>mi,Chrome:()=>rr,Chromium:()=>rr,Church:()=>Mi,Cigarette:()=>vi,CigaretteOff:()=>gi,Circle:()=>Ei,CircleAlert:()=>or,CircleArrowDown:()=>sr,CircleArrowLeft:()=>dr,CircleArrowOutDownLeft:()=>lr,CircleArrowOutDownRight:()=>nr,CircleArrowOutUpLeft:()=>pr,CircleArrowOutUpRight:()=>ir,CircleArrowRight:()=>hr,CircleArrowUp:()=>fr,CircleCheck:()=>ur,CircleCheckBig:()=>cr,CircleChevronDown:()=>mr,CircleChevronLeft:()=>xr,CircleChevronRight:()=>Mr,CircleChevronUp:()=>gr,CircleDashed:()=>yi,CircleDivide:()=>vr,CircleDollarSign:()=>wi,CircleDot:()=>bi,CircleDotDashed:()=>Ci,CircleEllipsis:()=>Si,CircleEqual:()=>Ai,CircleFadingArrowUp:()=>ki,CircleFadingPlus:()=>Hi,CircleGauge:()=>yr,CircleHelp:()=>aa,CircleMinus:()=>wr,CircleOff:()=>Li,CircleParking:()=>br,CircleParkingOff:()=>Cr,CirclePause:()=>Sr,CirclePercent:()=>Ar,CirclePlay:()=>kr,CirclePlus:()=>Hr,CirclePoundSterling:()=>Ti,CirclePower:()=>Lr,CircleQuestionMark:()=>aa,CircleSlash:()=>Pi,CircleSlash2:()=>Tr,CircleSlashed:()=>Tr,CircleSmall:()=>Bi,CircleStar:()=>Vi,CircleStop:()=>Pr,CircleUser:()=>Vr,CircleUserRound:()=>Br,CircleX:()=>Er,CircuitBoard:()=>Ri,Citrus:()=>Fi,Clapperboard:()=>Di,Clipboard:()=>Gi,ClipboardCheck:()=>Wi,ClipboardClock:()=>Ii,ClipboardCopy:()=>Oi,ClipboardEdit:()=>Fr,ClipboardList:()=>zi,ClipboardMinus:()=>qi,ClipboardPaste:()=>Ui,ClipboardPen:()=>Fr,ClipboardPenLine:()=>Rr,ClipboardPlus:()=>Ni,ClipboardSignature:()=>Rr,ClipboardType:()=>$i,ClipboardX:()=>_i,Clock:()=>hh,Clock1:()=>Zi,Clock10:()=>ji,Clock11:()=>Xi,Clock12:()=>Ji,Clock2:()=>Ki,Clock3:()=>Yi,Clock4:()=>Qi,Clock5:()=>th,Clock6:()=>eh,Clock7:()=>ah,Clock8:()=>rh,Clock9:()=>oh,ClockAlert:()=>sh,ClockArrowDown:()=>dh,ClockArrowUp:()=>lh,ClockCheck:()=>nh,ClockFading:()=>ph,ClockPlus:()=>ih,ClosedCaption:()=>fh,Cloud:()=>Lh,CloudAlert:()=>ch,CloudCheck:()=>uh,CloudCog:()=>mh,CloudDownload:()=>Dr,CloudDrizzle:()=>xh,CloudFog:()=>Mh,CloudHail:()=>gh,CloudLightning:()=>vh,CloudMoon:()=>wh,CloudMoonRain:()=>yh,CloudOff:()=>Ch,CloudRain:()=>Sh,CloudRainWind:()=>bh,CloudSnow:()=>Ah,CloudSun:()=>Hh,CloudSunRain:()=>kh,CloudUpload:()=>Wr,Cloudy:()=>Th,Clover:()=>Ph,Club:()=>Bh,Code:()=>Vh,Code2:()=>Ir,CodeSquare:()=>R1,CodeXml:()=>Ir,Codepen:()=>Eh,Codesandbox:()=>Rh,Coffee:()=>Fh,Cog:()=>Dh,Coins:()=>Wh,Columns:()=>Or,Columns2:()=>Or,Columns3:()=>zr,Columns3Cog:()=>ra,Columns4:()=>Ih,ColumnsSettings:()=>ra,Combine:()=>Oh,Command:()=>zh,Compass:()=>qh,Component:()=>Uh,Computer:()=>Nh,ConciergeBell:()=>$h,Cone:()=>_h,Construction:()=>Gh,Contact:()=>Zh,Contact2:()=>qr,ContactRound:()=>qr,Container:()=>jh,Contrast:()=>Xh,Cookie:()=>Jh,CookingPot:()=>Kh,Copy:()=>rf,CopyCheck:()=>Yh,CopyMinus:()=>Qh,CopyPlus:()=>tf,CopySlash:()=>ef,CopyX:()=>af,Copyleft:()=>of,Copyright:()=>sf,CornerDownLeft:()=>df,CornerDownRight:()=>lf,CornerLeftDown:()=>nf,CornerLeftUp:()=>pf,CornerRightDown:()=>hf,CornerRightUp:()=>ff,CornerUpLeft:()=>cf,CornerUpRight:()=>uf,Cpu:()=>mf,CreativeCommons:()=>xf,CreditCard:()=>Mf,Croissant:()=>gf,Crop:()=>vf,Cross:()=>yf,Crosshair:()=>wf,Crown:()=>Cf,Cuboid:()=>bf,CupSoda:()=>Sf,CurlyBraces:()=>Ua,Currency:()=>Af,Cylinder:()=>kf,Dam:()=>Hf,Database:()=>Pf,DatabaseBackup:()=>Lf,DatabaseZap:()=>Tf,DecimalsArrowLeft:()=>Bf,DecimalsArrowRight:()=>Vf,Delete:()=>Ef,Dessert:()=>Rf,Diameter:()=>Ff,Diamond:()=>If,DiamondMinus:()=>Df,DiamondPercent:()=>Ur,DiamondPlus:()=>Wf,Dice1:()=>Of,Dice2:()=>zf,Dice3:()=>qf,Dice4:()=>Uf,Dice5:()=>Nf,Dice6:()=>$f,Dices:()=>_f,Diff:()=>Gf,Disc:()=>Jf,Disc2:()=>Zf,Disc3:()=>jf,DiscAlbum:()=>Xf,Divide:()=>Kf,DivideCircle:()=>vr,DivideSquare:()=>I1,Dna:()=>Qf,DnaOff:()=>Yf,Dock:()=>tc,Dog:()=>ec,DollarSign:()=>ac,Donut:()=>rc,DoorClosed:()=>sc,DoorClosedLocked:()=>oc,DoorOpen:()=>dc,Dot:()=>lc,DotSquare:()=>O1,Download:()=>nc,DownloadCloud:()=>Dr,DraftingCompass:()=>pc,Drama:()=>ic,Dribbble:()=>hc,Drill:()=>fc,Drone:()=>cc,Droplet:()=>mc,DropletOff:()=>uc,Droplets:()=>xc,Drum:()=>Mc,Drumstick:()=>gc,Dumbbell:()=>vc,Ear:()=>wc,EarOff:()=>yc,Earth:()=>Nr,EarthLock:()=>Cc,Eclipse:()=>bc,Edit:()=>Ne,Edit2:()=>e1,Edit3:()=>t1,Egg:()=>kc,EggFried:()=>Sc,EggOff:()=>Ac,Ellipsis:()=>_r,EllipsisVertical:()=>$r,Equal:()=>Tc,EqualApproximately:()=>Hc,EqualNot:()=>Lc,EqualSquare:()=>z1,Eraser:()=>Pc,EthernetPort:()=>Bc,Euro:()=>Vc,EvCharger:()=>Ec,Expand:()=>Rc,ExternalLink:()=>Fc,Eye:()=>Ic,EyeClosed:()=>Dc,EyeOff:()=>Wc,Facebook:()=>Oc,Factory:()=>zc,Fan:()=>qc,FastForward:()=>Uc,Feather:()=>Nc,Fence:()=>$c,FerrisWheel:()=>_c,Figma:()=>Gc,File:()=>wu,FileArchive:()=>Zc,FileAudio:()=>oa,FileAudio2:()=>oa,FileAxis3D:()=>Gr,FileAxis3d:()=>Gr,FileBadge:()=>Zr,FileBadge2:()=>Zr,FileBarChart:()=>Jr,FileBarChart2:()=>Kr,FileBox:()=>jc,FileBraces:()=>Xr,FileBracesCorner:()=>jr,FileChartColumn:()=>Kr,FileChartColumnIncreasing:()=>Jr,FileChartLine:()=>Yr,FileChartPie:()=>Qr,FileCheck:()=>Xc,FileCheck2:()=>to,FileCheckCorner:()=>to,FileClock:()=>Jc,FileCode:()=>Kc,FileCode2:()=>eo,FileCodeCorner:()=>eo,FileCog:()=>ao,FileCog2:()=>ao,FileDiff:()=>Yc,FileDigit:()=>Qc,FileDown:()=>tu,FileEdit:()=>po,FileExclamationPoint:()=>ro,FileHeadphone:()=>oa,FileHeart:()=>eu,FileImage:()=>au,FileInput:()=>ru,FileJson:()=>Xr,FileJson2:()=>jr,FileKey:()=>oo,FileKey2:()=>oo,FileLineChart:()=>Yr,FileLock:()=>so,FileLock2:()=>so,FileMinus:()=>ou,FileMinus2:()=>lo,FileMinusCorner:()=>lo,FileMusic:()=>su,FileOutput:()=>du,FilePen:()=>po,FilePenLine:()=>no,FilePieChart:()=>Qr,FilePlay:()=>io,FilePlus:()=>lu,FilePlus2:()=>ho,FilePlusCorner:()=>ho,FileQuestion:()=>fo,FileQuestionMark:()=>fo,FileScan:()=>nu,FileSearch:()=>pu,FileSearch2:()=>co,FileSearchCorner:()=>co,FileSignal:()=>uo,FileSignature:()=>no,FileSliders:()=>iu,FileSpreadsheet:()=>hu,FileStack:()=>fu,FileSymlink:()=>cu,FileTerminal:()=>uu,FileText:()=>mu,FileType:()=>xu,FileType2:()=>mo,FileTypeCorner:()=>mo,FileUp:()=>Mu,FileUser:()=>gu,FileVideo:()=>io,FileVideo2:()=>xo,FileVideoCamera:()=>xo,FileVolume:()=>vu,FileVolume2:()=>uo,FileWarning:()=>ro,FileX:()=>yu,FileX2:()=>Mo,FileXCorner:()=>Mo,Files:()=>Cu,Film:()=>bu,Filter:()=>wo,FilterX:()=>yo,Fingerprint:()=>Su,FireExtinguisher:()=>Au,Fish:()=>Lu,FishOff:()=>ku,FishSymbol:()=>Hu,Flag:()=>Vu,FlagOff:()=>Tu,FlagTriangleLeft:()=>Pu,FlagTriangleRight:()=>Bu,Flame:()=>Ru,FlameKindling:()=>Eu,Flashlight:()=>Du,FlashlightOff:()=>Fu,FlaskConical:()=>Iu,FlaskConicalOff:()=>Wu,FlaskRound:()=>Ou,FlipHorizontal:()=>qu,FlipHorizontal2:()=>zu,FlipVertical:()=>Nu,FlipVertical2:()=>Uu,Flower:()=>_u,Flower2:()=>$u,Focus:()=>Gu,FoldHorizontal:()=>Zu,FoldVertical:()=>ju,Folder:()=>Cm,FolderArchive:()=>Xu,FolderCheck:()=>Ju,FolderClock:()=>Ku,FolderClosed:()=>Yu,FolderCode:()=>Qu,FolderCog:()=>go,FolderCog2:()=>go,FolderDot:()=>tm,FolderDown:()=>em,FolderEdit:()=>vo,FolderGit:()=>rm,FolderGit2:()=>am,FolderHeart:()=>om,FolderInput:()=>sm,FolderKanban:()=>dm,FolderKey:()=>lm,FolderLock:()=>nm,FolderMinus:()=>pm,FolderOpen:()=>hm,FolderOpenDot:()=>im,FolderOutput:()=>fm,FolderPen:()=>vo,FolderPlus:()=>cm,FolderRoot:()=>um,FolderSearch:()=>xm,FolderSearch2:()=>mm,FolderSymlink:()=>Mm,FolderSync:()=>gm,FolderTree:()=>vm,FolderUp:()=>ym,FolderX:()=>wm,Folders:()=>bm,Footprints:()=>Sm,ForkKnife:()=>Bs,ForkKnifeCrossed:()=>Ps,Forklift:()=>Am,FormInput:()=>r1,Forward:()=>km,Frame:()=>Hm,Framer:()=>Lm,Frown:()=>Tm,Fuel:()=>Pm,Fullscreen:()=>Bm,FunctionSquare:()=>q1,Funnel:()=>wo,FunnelPlus:()=>Vm,FunnelX:()=>yo,GalleryHorizontal:()=>Rm,GalleryHorizontalEnd:()=>Em,GalleryThumbnails:()=>Fm,GalleryVertical:()=>Wm,GalleryVerticalEnd:()=>Dm,Gamepad:()=>zm,Gamepad2:()=>Im,GamepadDirectional:()=>Om,GanttChart:()=>tr,GanttChartSquare:()=>na,Gauge:()=>qm,GaugeCircle:()=>yr,Gavel:()=>Um,Gem:()=>Nm,GeorgianLari:()=>$m,Ghost:()=>_m,Gift:()=>Gm,GitBranch:()=>Xm,GitBranchMinus:()=>Zm,GitBranchPlus:()=>jm,GitCommit:()=>Co,GitCommitHorizontal:()=>Co,GitCommitVertical:()=>Jm,GitCompare:()=>Ym,GitCompareArrows:()=>Km,GitFork:()=>Qm,GitGraph:()=>tx,GitMerge:()=>ex,GitPullRequest:()=>lx,GitPullRequestArrow:()=>ax,GitPullRequestClosed:()=>rx,GitPullRequestCreate:()=>sx,GitPullRequestCreateArrow:()=>ox,GitPullRequestDraft:()=>dx,Github:()=>nx,Gitlab:()=>px,GlassWater:()=>ix,Glasses:()=>hx,Globe:()=>cx,Globe2:()=>Nr,GlobeLock:()=>fx,Goal:()=>ux,Gpu:()=>mx,Grab:()=>Ho,GraduationCap:()=>xx,Grape:()=>Mx,Grid:()=>sa,Grid2X2:()=>ko,Grid2X2Check:()=>bo,Grid2X2Plus:()=>So,Grid2X2X:()=>Ao,Grid2x2:()=>ko,Grid2x2Check:()=>bo,Grid2x2Plus:()=>So,Grid2x2X:()=>Ao,Grid3X3:()=>sa,Grid3x2:()=>gx,Grid3x3:()=>sa,Grip:()=>wx,GripHorizontal:()=>vx,GripVertical:()=>yx,Group:()=>Cx,Guitar:()=>bx,Ham:()=>Sx,Hamburger:()=>Ax,Hammer:()=>kx,Hand:()=>Vx,HandCoins:()=>Hx,HandFist:()=>Lx,HandGrab:()=>Ho,HandHeart:()=>Tx,HandHelping:()=>Lo,HandMetal:()=>Px,HandPlatter:()=>Bx,Handbag:()=>Ex,Handshake:()=>Rx,HardDrive:()=>Wx,HardDriveDownload:()=>Fx,HardDriveUpload:()=>Dx,HardHat:()=>Ix,Hash:()=>Ox,HatGlasses:()=>zx,Haze:()=>qx,HdmiPort:()=>Ux,Heading:()=>Xx,Heading1:()=>Nx,Heading2:()=>$x,Heading3:()=>_x,Heading4:()=>Gx,Heading5:()=>Zx,Heading6:()=>jx,HeadphoneOff:()=>Jx,Headphones:()=>Kx,Headset:()=>Yx,Heart:()=>s4,HeartCrack:()=>Qx,HeartHandshake:()=>t4,HeartMinus:()=>e4,HeartOff:()=>a4,HeartPlus:()=>r4,HeartPulse:()=>o4,Heater:()=>d4,Helicopter:()=>l4,HelpCircle:()=>aa,HelpingHand:()=>Lo,Hexagon:()=>n4,Highlighter:()=>p4,History:()=>i4,Home:()=>To,Hop:()=>f4,HopOff:()=>h4,Hospital:()=>c4,Hotel:()=>u4,Hourglass:()=>m4,House:()=>To,HouseHeart:()=>x4,HousePlug:()=>M4,HousePlus:()=>g4,HouseWifi:()=>v4,IceCream:()=>Bo,IceCream2:()=>Po,IceCreamBowl:()=>Po,IceCreamCone:()=>Bo,IdCard:()=>w4,IdCardLanyard:()=>y4,Image:()=>T4,ImageDown:()=>b4,ImageMinus:()=>C4,ImageOff:()=>S4,ImagePlay:()=>A4,ImagePlus:()=>k4,ImageUp:()=>H4,ImageUpscale:()=>L4,Images:()=>P4,Import:()=>B4,Inbox:()=>V4,Indent:()=>la,IndentDecrease:()=>da,IndentIncrease:()=>la,IndianRupee:()=>E4,Infinity:()=>R4,Info:()=>F4,Inspect:()=>Z1,InspectionPanel:()=>D4,Instagram:()=>W4,Italic:()=>I4,IterationCcw:()=>O4,IterationCw:()=>z4,JapaneseYen:()=>q4,Joystick:()=>U4,Kanban:()=>N4,KanbanSquare:()=>U1,KanbanSquareDashed:()=>F1,Kayak:()=>$4,Key:()=>Z4,KeyRound:()=>_4,KeySquare:()=>G4,Keyboard:()=>J4,KeyboardMusic:()=>j4,KeyboardOff:()=>X4,Lamp:()=>a5,LampCeiling:()=>K4,LampDesk:()=>Y4,LampFloor:()=>Q4,LampWallDown:()=>t5,LampWallUp:()=>e5,LandPlot:()=>r5,Landmark:()=>o5,Languages:()=>s5,Laptop:()=>l5,Laptop2:()=>Vo,LaptopMinimal:()=>Vo,LaptopMinimalCheck:()=>d5,Lasso:()=>p5,LassoSelect:()=>n5,Laugh:()=>i5,Layers:()=>Eo,Layers2:()=>h5,Layers3:()=>Eo,Layout:()=>Qo,LayoutDashboard:()=>f5,LayoutGrid:()=>c5,LayoutList:()=>u5,LayoutPanelLeft:()=>m5,LayoutPanelTop:()=>x5,LayoutTemplate:()=>M5,Leaf:()=>g5,LeafyGreen:()=>v5,Lectern:()=>y5,LetterText:()=>ms,Library:()=>C5,LibraryBig:()=>w5,LibrarySquare:()=>N1,LifeBuoy:()=>b5,Ligature:()=>S5,Lightbulb:()=>k5,LightbulbOff:()=>A5,LineChart:()=>Ka,LineSquiggle:()=>H5,Link:()=>P5,Link2:()=>T5,Link2Off:()=>L5,Linkedin:()=>B5,List:()=>J5,ListCheck:()=>V5,ListChecks:()=>E5,ListChevronsDownUp:()=>R5,ListChevronsUpDown:()=>F5,ListCollapse:()=>D5,ListEnd:()=>W5,ListFilter:()=>O5,ListFilterPlus:()=>I5,ListIndentDecrease:()=>da,ListIndentIncrease:()=>la,ListMinus:()=>z5,ListMusic:()=>q5,ListOrdered:()=>U5,ListPlus:()=>N5,ListRestart:()=>$5,ListStart:()=>_5,ListTodo:()=>G5,ListTree:()=>Z5,ListVideo:()=>j5,ListX:()=>X5,Loader:()=>Y5,Loader2:()=>Ro,LoaderCircle:()=>Ro,LoaderPinwheel:()=>K5,Locate:()=>e3,LocateFixed:()=>Q5,LocateOff:()=>t3,LocationEdit:()=>Io,Lock:()=>r3,LockKeyhole:()=>a3,LockKeyholeOpen:()=>Fo,LockOpen:()=>Do,LogIn:()=>o3,LogOut:()=>s3,Logs:()=>d3,Lollipop:()=>l3,Luggage:()=>n3,MSquare:()=>$1,Magnet:()=>p3,Mail:()=>M3,MailCheck:()=>i3,MailMinus:()=>h3,MailOpen:()=>f3,MailPlus:()=>c3,MailQuestion:()=>Wo,MailQuestionMark:()=>Wo,MailSearch:()=>u3,MailWarning:()=>m3,MailX:()=>x3,Mailbox:()=>g3,Mails:()=>v3,Map:()=>R3,MapMinus:()=>y3,MapPin:()=>B3,MapPinCheck:()=>C3,MapPinCheckInside:()=>w3,MapPinHouse:()=>b3,MapPinMinus:()=>A3,MapPinMinusInside:()=>S3,MapPinOff:()=>k3,MapPinPen:()=>Io,MapPinPlus:()=>L3,MapPinPlusInside:()=>H3,MapPinX:()=>P3,MapPinXInside:()=>T3,MapPinned:()=>V3,MapPlus:()=>E3,Mars:()=>D3,MarsStroke:()=>F3,Martini:()=>W3,Maximize:()=>O3,Maximize2:()=>I3,Medal:()=>z3,Megaphone:()=>U3,MegaphoneOff:()=>q3,Meh:()=>N3,MemoryStick:()=>$3,Menu:()=>_3,MenuSquare:()=>_1,Merge:()=>G3,MessageCircle:()=>a8,MessageCircleCode:()=>Z3,MessageCircleDashed:()=>j3,MessageCircleHeart:()=>X3,MessageCircleMore:()=>J3,MessageCircleOff:()=>K3,MessageCirclePlus:()=>Y3,MessageCircleQuestion:()=>Oo,MessageCircleQuestionMark:()=>Oo,MessageCircleReply:()=>Q3,MessageCircleWarning:()=>t8,MessageCircleX:()=>e8,MessageSquare:()=>g8,MessageSquareCode:()=>r8,MessageSquareDashed:()=>o8,MessageSquareDiff:()=>s8,MessageSquareDot:()=>d8,MessageSquareHeart:()=>l8,MessageSquareLock:()=>n8,MessageSquareMore:()=>p8,MessageSquareOff:()=>i8,MessageSquarePlus:()=>h8,MessageSquareQuote:()=>f8,MessageSquareReply:()=>c8,MessageSquareShare:()=>u8,MessageSquareText:()=>m8,MessageSquareWarning:()=>x8,MessageSquareX:()=>M8,MessagesSquare:()=>v8,Mic:()=>w8,Mic2:()=>zo,MicOff:()=>y8,MicVocal:()=>zo,Microchip:()=>C8,Microscope:()=>b8,Microwave:()=>S8,Milestone:()=>A8,Milk:()=>H8,MilkOff:()=>k8,Minimize:()=>T8,Minimize2:()=>L8,Minus:()=>P8,MinusCircle:()=>wr,MinusSquare:()=>G1,Monitor:()=>$8,MonitorCheck:()=>B8,MonitorCloud:()=>V8,MonitorCog:()=>E8,MonitorDot:()=>R8,MonitorDown:()=>F8,MonitorOff:()=>D8,MonitorPause:()=>W8,MonitorPlay:()=>I8,MonitorSmartphone:()=>O8,MonitorSpeaker:()=>z8,MonitorStop:()=>q8,MonitorUp:()=>U8,MonitorX:()=>N8,Moon:()=>G8,MoonStar:()=>_8,MoreHorizontal:()=>_r,MoreVertical:()=>$r,Motorbike:()=>Z8,Mountain:()=>X8,MountainSnow:()=>j8,Mouse:()=>e6,MouseOff:()=>J8,MousePointer:()=>t6,MousePointer2:()=>K8,MousePointerBan:()=>Y8,MousePointerClick:()=>Q8,MousePointerSquareDashed:()=>D1,Move:()=>u6,Move3D:()=>qo,Move3d:()=>qo,MoveDiagonal:()=>r6,MoveDiagonal2:()=>a6,MoveDown:()=>d6,MoveDownLeft:()=>o6,MoveDownRight:()=>s6,MoveHorizontal:()=>l6,MoveLeft:()=>n6,MoveRight:()=>p6,MoveUp:()=>f6,MoveUpLeft:()=>i6,MoveUpRight:()=>h6,MoveVertical:()=>c6,Music:()=>g6,Music2:()=>m6,Music3:()=>x6,Music4:()=>M6,Navigation:()=>C6,Navigation2:()=>y6,Navigation2Off:()=>v6,NavigationOff:()=>w6,Network:()=>b6,Newspaper:()=>S6,Nfc:()=>A6,NonBinary:()=>k6,Notebook:()=>P6,NotebookPen:()=>H6,NotebookTabs:()=>L6,NotebookText:()=>T6,NotepadText:()=>V6,NotepadTextDashed:()=>B6,Nut:()=>R6,NutOff:()=>E6,Octagon:()=>D6,OctagonAlert:()=>Uo,OctagonMinus:()=>F6,OctagonPause:()=>No,OctagonX:()=>$o,Omega:()=>W6,Option:()=>I6,Orbit:()=>O6,Origami:()=>z6,Outdent:()=>da,Package:()=>j6,Package2:()=>q6,PackageCheck:()=>U6,PackageMinus:()=>N6,PackageOpen:()=>$6,PackagePlus:()=>_6,PackageSearch:()=>G6,PackageX:()=>Z6,PaintBucket:()=>X6,PaintRoller:()=>J6,Paintbrush:()=>K6,Paintbrush2:()=>_o,PaintbrushVertical:()=>_o,Palette:()=>Y6,Palmtree:()=>vs,Panda:()=>Q6,PanelBottom:()=>aM,PanelBottomClose:()=>tM,PanelBottomDashed:()=>Go,PanelBottomInactive:()=>Go,PanelBottomOpen:()=>eM,PanelLeft:()=>Jo,PanelLeftClose:()=>Zo,PanelLeftDashed:()=>jo,PanelLeftInactive:()=>jo,PanelLeftOpen:()=>Xo,PanelLeftRightDashed:()=>rM,PanelRight:()=>dM,PanelRightClose:()=>oM,PanelRightDashed:()=>Ko,PanelRightInactive:()=>Ko,PanelRightOpen:()=>sM,PanelTop:()=>iM,PanelTopBottomDashed:()=>lM,PanelTopClose:()=>nM,PanelTopDashed:()=>Yo,PanelTopInactive:()=>Yo,PanelTopOpen:()=>pM,PanelsLeftBottom:()=>hM,PanelsLeftRight:()=>zr,PanelsRightBottom:()=>fM,PanelsTopBottom:()=>d1,PanelsTopLeft:()=>Qo,Paperclip:()=>cM,Parentheses:()=>uM,ParkingCircle:()=>br,ParkingCircleOff:()=>Cr,ParkingMeter:()=>mM,ParkingSquare:()=>X1,ParkingSquareOff:()=>j1,PartyPopper:()=>xM,Pause:()=>MM,PauseCircle:()=>Sr,PauseOctagon:()=>No,PawPrint:()=>gM,PcCase:()=>vM,Pen:()=>e1,PenBox:()=>Ne,PenLine:()=>t1,PenOff:()=>yM,PenSquare:()=>Ne,PenTool:()=>wM,Pencil:()=>AM,PencilLine:()=>CM,PencilOff:()=>bM,PencilRuler:()=>SM,Pentagon:()=>kM,Percent:()=>HM,PercentCircle:()=>Ar,PercentDiamond:()=>Ur,PercentSquare:()=>J1,PersonStanding:()=>LM,PhilippinePeso:()=>TM,Phone:()=>DM,PhoneCall:()=>PM,PhoneForwarded:()=>BM,PhoneIncoming:()=>VM,PhoneMissed:()=>EM,PhoneOff:()=>RM,PhoneOutgoing:()=>FM,Pi:()=>WM,PiSquare:()=>K1,Piano:()=>IM,Pickaxe:()=>OM,PictureInPicture:()=>qM,PictureInPicture2:()=>zM,PieChart:()=>er,PiggyBank:()=>UM,Pilcrow:()=>_M,PilcrowLeft:()=>NM,PilcrowRight:()=>$M,PilcrowSquare:()=>Y1,Pill:()=>ZM,PillBottle:()=>GM,Pin:()=>XM,PinOff:()=>jM,Pipette:()=>JM,Pizza:()=>KM,Plane:()=>tg,PlaneLanding:()=>YM,PlaneTakeoff:()=>QM,Play:()=>eg,PlayCircle:()=>kr,PlaySquare:()=>Q1,Plug:()=>rg,Plug2:()=>ag,PlugZap:()=>a1,PlugZap2:()=>a1,Plus:()=>og,PlusCircle:()=>Hr,PlusSquare:()=>ts,Pocket:()=>dg,PocketKnife:()=>sg,Podcast:()=>lg,Pointer:()=>pg,PointerOff:()=>ng,Popcorn:()=>hg,Popsicle:()=>ig,PoundSterling:()=>fg,Power:()=>ug,PowerCircle:()=>Lr,PowerOff:()=>cg,PowerSquare:()=>es,Presentation:()=>mg,Printer:()=>Mg,PrinterCheck:()=>xg,Projector:()=>gg,Proportions:()=>vg,Puzzle:()=>yg,Pyramid:()=>wg,QrCode:()=>Cg,Quote:()=>bg,Rabbit:()=>Sg,Radar:()=>Ag,Radiation:()=>kg,Radical:()=>Hg,Radio:()=>Pg,RadioReceiver:()=>Lg,RadioTower:()=>Tg,Radius:()=>Bg,RailSymbol:()=>Vg,Rainbow:()=>Eg,Rat:()=>Rg,Ratio:()=>Fg,Receipt:()=>_g,ReceiptCent:()=>Dg,ReceiptEuro:()=>Wg,ReceiptIndianRupee:()=>Ig,ReceiptJapaneseYen:()=>Og,ReceiptPoundSterling:()=>zg,ReceiptRussianRuble:()=>qg,ReceiptSwissFranc:()=>Ug,ReceiptText:()=>Ng,ReceiptTurkishLira:()=>$g,RectangleCircle:()=>Gg,RectangleEllipsis:()=>r1,RectangleGoggles:()=>Zg,RectangleHorizontal:()=>jg,RectangleVertical:()=>Xg,Recycle:()=>Jg,Redo:()=>Qg,Redo2:()=>Kg,RedoDot:()=>Yg,RefreshCcw:()=>e7,RefreshCcwDot:()=>t7,RefreshCw:()=>r7,RefreshCwOff:()=>a7,Refrigerator:()=>o7,Regex:()=>s7,RemoveFormatting:()=>d7,Repeat:()=>p7,Repeat1:()=>l7,Repeat2:()=>n7,Replace:()=>h7,ReplaceAll:()=>i7,Reply:()=>c7,ReplyAll:()=>f7,Rewind:()=>u7,Ribbon:()=>m7,Rocket:()=>x7,RockingChair:()=>M7,RollerCoaster:()=>g7,Rose:()=>v7,Rotate3D:()=>o1,Rotate3d:()=>o1,RotateCcw:()=>C7,RotateCcwKey:()=>y7,RotateCcwSquare:()=>w7,RotateCw:()=>S7,RotateCwSquare:()=>b7,Route:()=>k7,RouteOff:()=>A7,Router:()=>H7,Rows:()=>s1,Rows2:()=>s1,Rows3:()=>d1,Rows4:()=>L7,Rss:()=>T7,Ruler:()=>B7,RulerDimensionLine:()=>P7,RussianRuble:()=>V7,Sailboat:()=>E7,Salad:()=>R7,Sandwich:()=>F7,Satellite:()=>W7,SatelliteDish:()=>D7,SaudiRiyal:()=>I7,Save:()=>q7,SaveAll:()=>O7,SaveOff:()=>z7,Scale:()=>U7,Scale3D:()=>l1,Scale3d:()=>l1,Scaling:()=>N7,Scan:()=>Y7,ScanBarcode:()=>$7,ScanEye:()=>_7,ScanFace:()=>G7,ScanHeart:()=>Z7,ScanLine:()=>j7,ScanQrCode:()=>X7,ScanSearch:()=>J7,ScanText:()=>K7,ScatterChart:()=>ar,School:()=>Q7,School2:()=>Cs,Scissors:()=>e9,ScissorsLineDashed:()=>t9,ScissorsSquare:()=>as,ScissorsSquareDashedBottom:()=>H1,ScreenShare:()=>r9,ScreenShareOff:()=>a9,Scroll:()=>s9,ScrollText:()=>o9,Search:()=>i9,SearchCheck:()=>d9,SearchCode:()=>l9,SearchSlash:()=>n9,SearchX:()=>p9,Section:()=>h9,Send:()=>c9,SendHorizonal:()=>n1,SendHorizontal:()=>n1,SendToBack:()=>f9,SeparatorHorizontal:()=>u9,SeparatorVertical:()=>m9,Server:()=>v9,ServerCog:()=>x9,ServerCrash:()=>M9,ServerOff:()=>g9,Settings:()=>w9,Settings2:()=>y9,Shapes:()=>C9,Share:()=>S9,Share2:()=>b9,Sheet:()=>A9,Shell:()=>k9,Shield:()=>D9,ShieldAlert:()=>H9,ShieldBan:()=>L9,ShieldCheck:()=>T9,ShieldClose:()=>i1,ShieldEllipsis:()=>P9,ShieldHalf:()=>B9,ShieldMinus:()=>V9,ShieldOff:()=>E9,ShieldPlus:()=>R9,ShieldQuestion:()=>p1,ShieldQuestionMark:()=>p1,ShieldUser:()=>F9,ShieldX:()=>i1,Ship:()=>I9,ShipWheel:()=>W9,Shirt:()=>O9,ShoppingBag:()=>z9,ShoppingBasket:()=>q9,ShoppingCart:()=>U9,Shovel:()=>N9,ShowerHead:()=>$9,Shredder:()=>_9,Shrimp:()=>G9,Shrink:()=>Z9,Shrub:()=>j9,Shuffle:()=>X9,Sidebar:()=>Jo,SidebarClose:()=>Zo,SidebarOpen:()=>Xo,Sigma:()=>J9,SigmaSquare:()=>rs,Signal:()=>ev,SignalHigh:()=>K9,SignalLow:()=>Y9,SignalMedium:()=>Q9,SignalZero:()=>tv,Signature:()=>av,Signpost:()=>ov,SignpostBig:()=>rv,Siren:()=>sv,SkipBack:()=>dv,SkipForward:()=>lv,Skull:()=>nv,Slack:()=>pv,Slash:()=>iv,SlashSquare:()=>os,Slice:()=>hv,Sliders:()=>h1,SlidersHorizontal:()=>fv,SlidersVertical:()=>h1,Smartphone:()=>mv,SmartphoneCharging:()=>cv,SmartphoneNfc:()=>uv,Smile:()=>Mv,SmilePlus:()=>xv,Snail:()=>gv,Snowflake:()=>vv,SoapDispenserDroplet:()=>yv,Sofa:()=>wv,SolarPanel:()=>Cv,SortAsc:()=>Ra,SortDesc:()=>Ba,Soup:()=>bv,Space:()=>Sv,Spade:()=>Av,Sparkle:()=>kv,Sparkles:()=>f1,Speaker:()=>Hv,Speech:()=>Lv,SpellCheck:()=>Pv,SpellCheck2:()=>Tv,Spline:()=>Vv,SplinePointer:()=>Bv,Split:()=>Ev,SplitSquareHorizontal:()=>ss,SplitSquareVertical:()=>ds,Spool:()=>Rv,Spotlight:()=>Fv,SprayCan:()=>Dv,Sprout:()=>Wv,Square:()=>jv,SquareActivity:()=>c1,SquareArrowDown:()=>x1,SquareArrowDownLeft:()=>u1,SquareArrowDownRight:()=>m1,SquareArrowLeft:()=>M1,SquareArrowOutDownLeft:()=>g1,SquareArrowOutDownRight:()=>v1,SquareArrowOutUpLeft:()=>y1,SquareArrowOutUpRight:()=>w1,SquareArrowRight:()=>C1,SquareArrowUp:()=>A1,SquareArrowUpLeft:()=>b1,SquareArrowUpRight:()=>S1,SquareAsterisk:()=>k1,SquareBottomDashedScissors:()=>H1,SquareChartGantt:()=>na,SquareCheck:()=>T1,SquareCheckBig:()=>L1,SquareChevronDown:()=>P1,SquareChevronLeft:()=>B1,SquareChevronRight:()=>V1,SquareChevronUp:()=>E1,SquareCode:()=>R1,SquareDashed:()=>W1,SquareDashedBottom:()=>Ov,SquareDashedBottomCode:()=>Iv,SquareDashedKanban:()=>F1,SquareDashedMousePointer:()=>D1,SquareDashedTopSolid:()=>zv,SquareDivide:()=>I1,SquareDot:()=>O1,SquareEqual:()=>z1,SquareFunction:()=>q1,SquareGanttChart:()=>na,SquareKanban:()=>U1,SquareLibrary:()=>N1,SquareM:()=>$1,SquareMenu:()=>_1,SquareMinus:()=>G1,SquareMousePointer:()=>Z1,SquareParking:()=>X1,SquareParkingOff:()=>j1,SquarePause:()=>qv,SquarePen:()=>Ne,SquarePercent:()=>J1,SquarePi:()=>K1,SquarePilcrow:()=>Y1,SquarePlay:()=>Q1,SquarePlus:()=>ts,SquarePower:()=>es,SquareRadical:()=>Uv,SquareRoundCorner:()=>Nv,SquareScissors:()=>as,SquareSigma:()=>rs,SquareSlash:()=>os,SquareSplitHorizontal:()=>ss,SquareSplitVertical:()=>ds,SquareSquare:()=>$v,SquareStack:()=>_v,SquareStar:()=>Gv,SquareStop:()=>Zv,SquareTerminal:()=>ls,SquareUser:()=>ps,SquareUserRound:()=>ns,SquareX:()=>is,SquaresExclude:()=>Xv,SquaresIntersect:()=>Jv,SquaresSubtract:()=>Kv,SquaresUnite:()=>Yv,Squircle:()=>ty,SquircleDashed:()=>Qv,Squirrel:()=>ey,Stamp:()=>ay,Star:()=>sy,StarHalf:()=>ry,StarOff:()=>oy,Stars:()=>f1,StepBack:()=>dy,StepForward:()=>ly,Stethoscope:()=>ny,Sticker:()=>py,StickyNote:()=>iy,StopCircle:()=>Pr,Store:()=>hy,StretchHorizontal:()=>fy,StretchVertical:()=>cy,Strikethrough:()=>uy,Subscript:()=>my,Subtitles:()=>Na,Sun:()=>yy,SunDim:()=>xy,SunMedium:()=>My,SunMoon:()=>gy,SunSnow:()=>vy,Sunrise:()=>wy,Sunset:()=>Cy,Superscript:()=>by,SwatchBook:()=>Sy,SwissFranc:()=>Ay,SwitchCamera:()=>ky,Sword:()=>Hy,Swords:()=>Ly,Syringe:()=>Ty,Table:()=>Wy,Table2:()=>Py,TableCellsMerge:()=>By,TableCellsSplit:()=>Vy,TableColumnsSplit:()=>Ey,TableConfig:()=>ra,TableOfContents:()=>Ry,TableProperties:()=>Fy,TableRowsSplit:()=>Dy,Tablet:()=>Oy,TabletSmartphone:()=>Iy,Tablets:()=>zy,Tag:()=>qy,Tags:()=>Uy,Tally1:()=>Ny,Tally2:()=>$y,Tally3:()=>_y,Tally4:()=>Gy,Tally5:()=>Zy,Tangent:()=>jy,Target:()=>Xy,Telescope:()=>Jy,Tent:()=>Yy,TentTree:()=>Ky,Terminal:()=>Qy,TerminalSquare:()=>ls,TestTube:()=>tw,TestTube2:()=>hs,TestTubeDiagonal:()=>hs,TestTubes:()=>ew,Text:()=>pa,TextAlignCenter:()=>fs,TextAlignEnd:()=>cs,TextAlignJustify:()=>us,TextAlignStart:()=>pa,TextCursor:()=>rw,TextCursorInput:()=>aw,TextInitial:()=>ms,TextQuote:()=>ow,TextSearch:()=>sw,TextSelect:()=>xs,TextSelection:()=>xs,TextWrap:()=>Ms,Theater:()=>dw,Thermometer:()=>pw,ThermometerSnowflake:()=>lw,ThermometerSun:()=>nw,ThumbsDown:()=>iw,ThumbsUp:()=>hw,Ticket:()=>gw,TicketCheck:()=>fw,TicketMinus:()=>cw,TicketPercent:()=>uw,TicketPlus:()=>mw,TicketSlash:()=>xw,TicketX:()=>Mw,Tickets:()=>yw,TicketsPlane:()=>vw,Timer:()=>bw,TimerOff:()=>ww,TimerReset:()=>Cw,ToggleLeft:()=>Sw,ToggleRight:()=>Aw,Toilet:()=>kw,ToolCase:()=>Hw,Tornado:()=>Lw,Torus:()=>Tw,Touchpad:()=>Bw,TouchpadOff:()=>Pw,TowerControl:()=>Vw,ToyBrick:()=>Ew,Tractor:()=>Rw,TrafficCone:()=>Fw,Train:()=>gs,TrainFront:()=>Ww,TrainFrontTunnel:()=>Dw,TrainTrack:()=>Iw,TramFront:()=>gs,Transgender:()=>Ow,Trash:()=>qw,Trash2:()=>zw,TreeDeciduous:()=>Uw,TreePalm:()=>vs,TreePine:()=>Nw,Trees:()=>$w,Trello:()=>_w,TrendingDown:()=>Gw,TrendingUp:()=>jw,TrendingUpDown:()=>Zw,Triangle:()=>Kw,TriangleAlert:()=>ys,TriangleDashed:()=>Xw,TriangleRight:()=>Jw,Trophy:()=>Yw,Truck:()=>tC,TruckElectric:()=>Qw,TurkishLira:()=>eC,Turntable:()=>aC,Turtle:()=>rC,Tv:()=>sC,Tv2:()=>ws,TvMinimal:()=>ws,TvMinimalPlay:()=>oC,Twitch:()=>dC,Twitter:()=>lC,Type:()=>pC,TypeOutline:()=>nC,Umbrella:()=>hC,UmbrellaOff:()=>iC,Underline:()=>fC,Undo:()=>mC,Undo2:()=>cC,UndoDot:()=>uC,UnfoldHorizontal:()=>xC,UnfoldVertical:()=>MC,Ungroup:()=>gC,University:()=>Cs,Unlink:()=>yC,Unlink2:()=>vC,Unlock:()=>Do,UnlockKeyhole:()=>Fo,Unplug:()=>wC,Upload:()=>CC,UploadCloud:()=>Wr,Usb:()=>bC,User:()=>FC,User2:()=>Ls,UserCheck:()=>SC,UserCheck2:()=>bs,UserCircle:()=>Vr,UserCircle2:()=>Br,UserCog:()=>AC,UserCog2:()=>Ss,UserLock:()=>kC,UserMinus:()=>HC,UserMinus2:()=>As,UserPen:()=>LC,UserPlus:()=>TC,UserPlus2:()=>ks,UserRound:()=>Ls,UserRoundCheck:()=>bs,UserRoundCog:()=>Ss,UserRoundMinus:()=>As,UserRoundPen:()=>PC,UserRoundPlus:()=>ks,UserRoundSearch:()=>BC,UserRoundX:()=>Hs,UserSearch:()=>VC,UserSquare:()=>ps,UserSquare2:()=>ns,UserStar:()=>EC,UserX:()=>RC,UserX2:()=>Hs,Users:()=>DC,Users2:()=>Ts,UsersRound:()=>Ts,Utensils:()=>Bs,UtensilsCrossed:()=>Ps,UtilityPole:()=>WC,Variable:()=>IC,Vault:()=>OC,VectorSquare:()=>zC,Vegan:()=>qC,VenetianMask:()=>UC,Venus:()=>$C,VenusAndMars:()=>NC,Verified:()=>Wa,Vibrate:()=>GC,VibrateOff:()=>_C,Video:()=>jC,VideoOff:()=>ZC,Videotape:()=>XC,View:()=>JC,Voicemail:()=>KC,Volleyball:()=>YC,Volume:()=>rb,Volume1:()=>QC,Volume2:()=>tb,VolumeOff:()=>eb,VolumeX:()=>ab,Vote:()=>ob,Wallet:()=>db,Wallet2:()=>Vs,WalletCards:()=>sb,WalletMinimal:()=>Vs,Wallpaper:()=>lb,Wand:()=>nb,Wand2:()=>Es,WandSparkles:()=>Es,Warehouse:()=>pb,WashingMachine:()=>ib,Watch:()=>hb,Waves:()=>fb,WavesLadder:()=>cb,Waypoints:()=>ub,Webcam:()=>mb,Webhook:()=>Mb,WebhookOff:()=>xb,Weight:()=>gb,Wheat:()=>yb,WheatOff:()=>vb,WholeWord:()=>wb,Wifi:()=>Tb,WifiCog:()=>Cb,WifiHigh:()=>bb,WifiLow:()=>Sb,WifiOff:()=>Ab,WifiPen:()=>kb,WifiSync:()=>Hb,WifiZero:()=>Lb,Wind:()=>Bb,WindArrowDown:()=>Pb,Wine:()=>Eb,WineOff:()=>Vb,Workflow:()=>Rb,Worm:()=>Fb,WrapText:()=>Ms,Wrench:()=>Db,X:()=>Wb,XCircle:()=>Er,XOctagon:()=>$o,XSquare:()=>is,Youtube:()=>Ib,Zap:()=>zb,ZapOff:()=>Ob,ZoomIn:()=>qb,ZoomOut:()=>Ub,createElement:()=>F2,createIcons:()=>xH,icons:()=>bS});var R2={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 mH=([a,e,r])=>{let t=document.createElementNS("http://www.w3.org/2000/svg",a);return Object.keys(e).forEach(d=>{t.setAttribute(d,String(e[d]))}),r!=null&&r.length&&r.forEach(d=>{let o=mH(d);t.appendChild(o)}),t},F2=(a,e={})=>{let t={...R2,...e};return mH(["svg",t,a])};var YL=a=>Array.from(a.attributes).reduce((e,r)=>(e[r.name]=r.value,e),{}),QL=a=>typeof a=="string"?a:!a||!a.class?"":a.class&&typeof a.class=="string"?a.class.split(" "):a.class&&Array.isArray(a.class)?a.class:"",tT=a=>a.flatMap(QL).map(r=>r.trim()).filter(Boolean).filter((r,t,d)=>d.indexOf(r)===t).join(" "),eT=a=>a.replace(/(\w)(\w*)(_|-|\s*)/g,(e,r,t)=>r.toUpperCase()+t.toLowerCase()),CS=(a,{nameAttr:e,icons:r,attrs:t})=>{var c;let d=a.getAttribute(e);if(d==null)return;let o=eT(d),s=r[o];if(!s)return console.warn(`${a.outerHTML} icon name was not found in the provided icons object.`);let l=YL(a),n={...R2,"data-lucide":d,...t,...l},f=tT(["lucide",`lucide-${d}`,l,t]);f&&Object.assign(n,{class:f});let x=F2(s,n);return(c=a.parentNode)==null?void 0:c.replaceChild(x,a)};var bS={};pS(bS,{AArrowDown:()=>D2,AArrowUp:()=>W2,ALargeSmall:()=>I2,Accessibility:()=>O2,Activity:()=>z2,ActivitySquare:()=>c1,AirVent:()=>q2,Airplay:()=>U2,AlarmCheck:()=>Ha,AlarmClock:()=>$2,AlarmClockCheck:()=>Ha,AlarmClockMinus:()=>La,AlarmClockOff:()=>N2,AlarmClockPlus:()=>Ta,AlarmMinus:()=>La,AlarmPlus:()=>Ta,AlarmSmoke:()=>_2,Album:()=>G2,AlertCircle:()=>or,AlertOctagon:()=>Uo,AlertTriangle:()=>ys,AlignCenter:()=>fs,AlignCenterHorizontal:()=>Z2,AlignCenterVertical:()=>j2,AlignEndHorizontal:()=>X2,AlignEndVertical:()=>J2,AlignHorizontalDistributeCenter:()=>K2,AlignHorizontalDistributeEnd:()=>Y2,AlignHorizontalDistributeStart:()=>Q2,AlignHorizontalJustifyCenter:()=>td,AlignHorizontalJustifyEnd:()=>ed,AlignHorizontalJustifyStart:()=>ad,AlignHorizontalSpaceAround:()=>rd,AlignHorizontalSpaceBetween:()=>od,AlignJustify:()=>us,AlignLeft:()=>pa,AlignRight:()=>cs,AlignStartHorizontal:()=>sd,AlignStartVertical:()=>dd,AlignVerticalDistributeCenter:()=>ld,AlignVerticalDistributeEnd:()=>nd,AlignVerticalDistributeStart:()=>pd,AlignVerticalJustifyCenter:()=>id,AlignVerticalJustifyEnd:()=>hd,AlignVerticalJustifyStart:()=>fd,AlignVerticalSpaceAround:()=>cd,AlignVerticalSpaceBetween:()=>ud,Ambulance:()=>md,Ampersand:()=>xd,Ampersands:()=>Md,Amphora:()=>gd,Anchor:()=>vd,Angry:()=>yd,Annoyed:()=>wd,Antenna:()=>Cd,Anvil:()=>bd,Aperture:()=>Sd,AppWindow:()=>kd,AppWindowMac:()=>Ad,Apple:()=>Hd,Archive:()=>Pd,ArchiveRestore:()=>Ld,ArchiveX:()=>Td,AreaChart:()=>$a,Armchair:()=>Bd,ArrowBigDown:()=>Ed,ArrowBigDownDash:()=>Vd,ArrowBigLeft:()=>Fd,ArrowBigLeftDash:()=>Rd,ArrowBigRight:()=>Wd,ArrowBigRightDash:()=>Dd,ArrowBigUp:()=>Od,ArrowBigUpDash:()=>Id,ArrowDown:()=>Xd,ArrowDown01:()=>zd,ArrowDown10:()=>qd,ArrowDownAZ:()=>Pa,ArrowDownAz:()=>Pa,ArrowDownCircle:()=>sr,ArrowDownFromLine:()=>Ud,ArrowDownLeft:()=>Nd,ArrowDownLeftFromCircle:()=>lr,ArrowDownLeftFromSquare:()=>g1,ArrowDownLeftSquare:()=>u1,ArrowDownNarrowWide:()=>$d,ArrowDownRight:()=>_d,ArrowDownRightFromCircle:()=>nr,ArrowDownRightFromSquare:()=>v1,ArrowDownRightSquare:()=>m1,ArrowDownSquare:()=>x1,ArrowDownToDot:()=>Gd,ArrowDownToLine:()=>Zd,ArrowDownUp:()=>jd,ArrowDownWideNarrow:()=>Ba,ArrowDownZA:()=>Va,ArrowDownZa:()=>Va,ArrowLeft:()=>Qd,ArrowLeftCircle:()=>dr,ArrowLeftFromLine:()=>Jd,ArrowLeftRight:()=>Kd,ArrowLeftSquare:()=>M1,ArrowLeftToLine:()=>Yd,ArrowRight:()=>rl,ArrowRightCircle:()=>hr,ArrowRightFromLine:()=>tl,ArrowRightLeft:()=>el,ArrowRightSquare:()=>C1,ArrowRightToLine:()=>al,ArrowUp:()=>cl,ArrowUp01:()=>ol,ArrowUp10:()=>sl,ArrowUpAZ:()=>Ea,ArrowUpAz:()=>Ea,ArrowUpCircle:()=>fr,ArrowUpDown:()=>dl,ArrowUpFromDot:()=>ll,ArrowUpFromLine:()=>nl,ArrowUpLeft:()=>pl,ArrowUpLeftFromCircle:()=>pr,ArrowUpLeftFromSquare:()=>y1,ArrowUpLeftSquare:()=>b1,ArrowUpNarrowWide:()=>Ra,ArrowUpRight:()=>il,ArrowUpRightFromCircle:()=>ir,ArrowUpRightFromSquare:()=>w1,ArrowUpRightSquare:()=>S1,ArrowUpSquare:()=>A1,ArrowUpToLine:()=>hl,ArrowUpWideNarrow:()=>fl,ArrowUpZA:()=>Fa,ArrowUpZa:()=>Fa,ArrowsUpFromLine:()=>ul,Asterisk:()=>ml,AsteriskSquare:()=>k1,AtSign:()=>xl,Atom:()=>Ml,AudioLines:()=>gl,AudioWaveform:()=>vl,Award:()=>yl,Axe:()=>wl,Axis3D:()=>Da,Axis3d:()=>Da,Baby:()=>Cl,Backpack:()=>bl,Badge:()=>Ol,BadgeAlert:()=>Sl,BadgeCent:()=>Al,BadgeCheck:()=>Wa,BadgeDollarSign:()=>kl,BadgeEuro:()=>Hl,BadgeHelp:()=>Ia,BadgeIndianRupee:()=>Ll,BadgeInfo:()=>Tl,BadgeJapaneseYen:()=>Pl,BadgeMinus:()=>Bl,BadgePercent:()=>Vl,BadgePlus:()=>El,BadgePoundSterling:()=>Rl,BadgeQuestionMark:()=>Ia,BadgeRussianRuble:()=>Fl,BadgeSwissFranc:()=>Dl,BadgeTurkishLira:()=>Wl,BadgeX:()=>Il,BaggageClaim:()=>zl,Ban:()=>ql,Banana:()=>Ul,Bandage:()=>Nl,Banknote:()=>Zl,BanknoteArrowDown:()=>$l,BanknoteArrowUp:()=>_l,BanknoteX:()=>Gl,BarChart:()=>Ya,BarChart2:()=>Qa,BarChart3:()=>Ja,BarChart4:()=>Xa,BarChartBig:()=>ja,BarChartHorizontal:()=>Ga,BarChartHorizontalBig:()=>_a,Barcode:()=>jl,Barrel:()=>Xl,Baseline:()=>Jl,Bath:()=>Kl,Battery:()=>on,BatteryCharging:()=>Yl,BatteryFull:()=>Ql,BatteryLow:()=>tn,BatteryMedium:()=>en,BatteryPlus:()=>an,BatteryWarning:()=>rn,Beaker:()=>sn,Bean:()=>ln,BeanOff:()=>dn,Bed:()=>hn,BedDouble:()=>nn,BedSingle:()=>pn,Beef:()=>fn,Beer:()=>un,BeerOff:()=>cn,Bell:()=>wn,BellDot:()=>mn,BellElectric:()=>xn,BellMinus:()=>Mn,BellOff:()=>gn,BellPlus:()=>vn,BellRing:()=>yn,BetweenHorizonalEnd:()=>Oa,BetweenHorizonalStart:()=>za,BetweenHorizontalEnd:()=>Oa,BetweenHorizontalStart:()=>za,BetweenVerticalEnd:()=>Cn,BetweenVerticalStart:()=>bn,BicepsFlexed:()=>Sn,Bike:()=>An,Binary:()=>kn,Binoculars:()=>Hn,Biohazard:()=>Tn,Bird:()=>Ln,Birdhouse:()=>Pn,Bitcoin:()=>Bn,Blend:()=>Vn,Blinds:()=>En,Blocks:()=>Rn,Bluetooth:()=>In,BluetoothConnected:()=>Fn,BluetoothOff:()=>Dn,BluetoothSearching:()=>Wn,Bold:()=>On,Bolt:()=>zn,Bomb:()=>qn,Bone:()=>Un,Book:()=>f0,BookA:()=>Nn,BookAlert:()=>$n,BookAudio:()=>_n,BookCheck:()=>Gn,BookCopy:()=>Zn,BookDashed:()=>qa,BookDown:()=>jn,BookHeadphones:()=>Xn,BookHeart:()=>Jn,BookImage:()=>Kn,BookKey:()=>Yn,BookLock:()=>Qn,BookMarked:()=>t0,BookMinus:()=>e0,BookOpen:()=>o0,BookOpenCheck:()=>a0,BookOpenText:()=>r0,BookPlus:()=>s0,BookTemplate:()=>qa,BookText:()=>d0,BookType:()=>l0,BookUp:()=>p0,BookUp2:()=>n0,BookUser:()=>i0,BookX:()=>h0,Bookmark:()=>M0,BookmarkCheck:()=>c0,BookmarkMinus:()=>u0,BookmarkPlus:()=>m0,BookmarkX:()=>x0,BoomBox:()=>g0,Bot:()=>w0,BotMessageSquare:()=>v0,BotOff:()=>y0,BottleWine:()=>C0,BowArrow:()=>b0,Box:()=>S0,BoxSelect:()=>W1,Boxes:()=>A0,Braces:()=>Ua,Brackets:()=>k0,Brain:()=>T0,BrainCircuit:()=>H0,BrainCog:()=>L0,BrickWall:()=>V0,BrickWallFire:()=>P0,BrickWallShield:()=>B0,Briefcase:()=>D0,BriefcaseBusiness:()=>E0,BriefcaseConveyorBelt:()=>R0,BriefcaseMedical:()=>F0,BringToFront:()=>W0,Brush:()=>O0,BrushCleaning:()=>I0,Bubbles:()=>z0,Bug:()=>N0,BugOff:()=>q0,BugPlay:()=>U0,Building:()=>_0,Building2:()=>$0,Bus:()=>Z0,BusFront:()=>G0,Cable:()=>X0,CableCar:()=>j0,Cake:()=>K0,CakeSlice:()=>J0,Calculator:()=>Y0,Calendar:()=>vp,Calendar1:()=>Q0,CalendarArrowDown:()=>tp,CalendarArrowUp:()=>ep,CalendarCheck:()=>rp,CalendarCheck2:()=>ap,CalendarClock:()=>op,CalendarCog:()=>sp,CalendarDays:()=>dp,CalendarFold:()=>lp,CalendarHeart:()=>np,CalendarMinus:()=>ip,CalendarMinus2:()=>pp,CalendarOff:()=>hp,CalendarPlus:()=>cp,CalendarPlus2:()=>fp,CalendarRange:()=>up,CalendarSearch:()=>mp,CalendarSync:()=>xp,CalendarX:()=>gp,CalendarX2:()=>Mp,Camera:()=>wp,CameraOff:()=>yp,CandlestickChart:()=>Za,Candy:()=>Sp,CandyCane:()=>Cp,CandyOff:()=>bp,Cannabis:()=>Ap,Captions:()=>Na,CaptionsOff:()=>kp,Car:()=>Tp,CarFront:()=>Hp,CarTaxiFront:()=>Lp,Caravan:()=>Pp,CardSim:()=>Bp,Carrot:()=>Vp,CaseLower:()=>Ep,CaseSensitive:()=>Rp,CaseUpper:()=>Fp,CassetteTape:()=>Dp,Cast:()=>Wp,Castle:()=>Ip,Cat:()=>Op,Cctv:()=>zp,ChartArea:()=>$a,ChartBar:()=>Ga,ChartBarBig:()=>_a,ChartBarDecreasing:()=>qp,ChartBarIncreasing:()=>Up,ChartBarStacked:()=>Np,ChartCandlestick:()=>Za,ChartColumn:()=>Ja,ChartColumnBig:()=>ja,ChartColumnDecreasing:()=>$p,ChartColumnIncreasing:()=>Xa,ChartColumnStacked:()=>_p,ChartGantt:()=>Gp,ChartLine:()=>Ka,ChartNetwork:()=>Zp,ChartNoAxesColumn:()=>Qa,ChartNoAxesColumnDecreasing:()=>jp,ChartNoAxesColumnIncreasing:()=>Ya,ChartNoAxesCombined:()=>Xp,ChartNoAxesGantt:()=>tr,ChartPie:()=>er,ChartScatter:()=>ar,ChartSpline:()=>Jp,Check:()=>Qp,CheckCheck:()=>Kp,CheckCircle:()=>cr,CheckCircle2:()=>ur,CheckLine:()=>Yp,CheckSquare:()=>L1,CheckSquare2:()=>T1,ChefHat:()=>ti,Cherry:()=>ei,ChevronDown:()=>ai,ChevronDownCircle:()=>mr,ChevronDownSquare:()=>P1,ChevronFirst:()=>ri,ChevronLast:()=>oi,ChevronLeft:()=>si,ChevronLeftCircle:()=>xr,ChevronLeftSquare:()=>B1,ChevronRight:()=>di,ChevronRightCircle:()=>Mr,ChevronRightSquare:()=>V1,ChevronUp:()=>li,ChevronUpCircle:()=>gr,ChevronUpSquare:()=>E1,ChevronsDown:()=>pi,ChevronsDownUp:()=>ni,ChevronsLeft:()=>fi,ChevronsLeftRight:()=>hi,ChevronsLeftRightEllipsis:()=>ii,ChevronsRight:()=>ui,ChevronsRightLeft:()=>ci,ChevronsUp:()=>xi,ChevronsUpDown:()=>mi,Chrome:()=>rr,Chromium:()=>rr,Church:()=>Mi,Cigarette:()=>vi,CigaretteOff:()=>gi,Circle:()=>Ei,CircleAlert:()=>or,CircleArrowDown:()=>sr,CircleArrowLeft:()=>dr,CircleArrowOutDownLeft:()=>lr,CircleArrowOutDownRight:()=>nr,CircleArrowOutUpLeft:()=>pr,CircleArrowOutUpRight:()=>ir,CircleArrowRight:()=>hr,CircleArrowUp:()=>fr,CircleCheck:()=>ur,CircleCheckBig:()=>cr,CircleChevronDown:()=>mr,CircleChevronLeft:()=>xr,CircleChevronRight:()=>Mr,CircleChevronUp:()=>gr,CircleDashed:()=>yi,CircleDivide:()=>vr,CircleDollarSign:()=>wi,CircleDot:()=>bi,CircleDotDashed:()=>Ci,CircleEllipsis:()=>Si,CircleEqual:()=>Ai,CircleFadingArrowUp:()=>ki,CircleFadingPlus:()=>Hi,CircleGauge:()=>yr,CircleHelp:()=>aa,CircleMinus:()=>wr,CircleOff:()=>Li,CircleParking:()=>br,CircleParkingOff:()=>Cr,CirclePause:()=>Sr,CirclePercent:()=>Ar,CirclePlay:()=>kr,CirclePlus:()=>Hr,CirclePoundSterling:()=>Ti,CirclePower:()=>Lr,CircleQuestionMark:()=>aa,CircleSlash:()=>Pi,CircleSlash2:()=>Tr,CircleSlashed:()=>Tr,CircleSmall:()=>Bi,CircleStar:()=>Vi,CircleStop:()=>Pr,CircleUser:()=>Vr,CircleUserRound:()=>Br,CircleX:()=>Er,CircuitBoard:()=>Ri,Citrus:()=>Fi,Clapperboard:()=>Di,Clipboard:()=>Gi,ClipboardCheck:()=>Wi,ClipboardClock:()=>Ii,ClipboardCopy:()=>Oi,ClipboardEdit:()=>Fr,ClipboardList:()=>zi,ClipboardMinus:()=>qi,ClipboardPaste:()=>Ui,ClipboardPen:()=>Fr,ClipboardPenLine:()=>Rr,ClipboardPlus:()=>Ni,ClipboardSignature:()=>Rr,ClipboardType:()=>$i,ClipboardX:()=>_i,Clock:()=>hh,Clock1:()=>Zi,Clock10:()=>ji,Clock11:()=>Xi,Clock12:()=>Ji,Clock2:()=>Ki,Clock3:()=>Yi,Clock4:()=>Qi,Clock5:()=>th,Clock6:()=>eh,Clock7:()=>ah,Clock8:()=>rh,Clock9:()=>oh,ClockAlert:()=>sh,ClockArrowDown:()=>dh,ClockArrowUp:()=>lh,ClockCheck:()=>nh,ClockFading:()=>ph,ClockPlus:()=>ih,ClosedCaption:()=>fh,Cloud:()=>Lh,CloudAlert:()=>ch,CloudCheck:()=>uh,CloudCog:()=>mh,CloudDownload:()=>Dr,CloudDrizzle:()=>xh,CloudFog:()=>Mh,CloudHail:()=>gh,CloudLightning:()=>vh,CloudMoon:()=>wh,CloudMoonRain:()=>yh,CloudOff:()=>Ch,CloudRain:()=>Sh,CloudRainWind:()=>bh,CloudSnow:()=>Ah,CloudSun:()=>Hh,CloudSunRain:()=>kh,CloudUpload:()=>Wr,Cloudy:()=>Th,Clover:()=>Ph,Club:()=>Bh,Code:()=>Vh,Code2:()=>Ir,CodeSquare:()=>R1,CodeXml:()=>Ir,Codepen:()=>Eh,Codesandbox:()=>Rh,Coffee:()=>Fh,Cog:()=>Dh,Coins:()=>Wh,Columns:()=>Or,Columns2:()=>Or,Columns3:()=>zr,Columns3Cog:()=>ra,Columns4:()=>Ih,ColumnsSettings:()=>ra,Combine:()=>Oh,Command:()=>zh,Compass:()=>qh,Component:()=>Uh,Computer:()=>Nh,ConciergeBell:()=>$h,Cone:()=>_h,Construction:()=>Gh,Contact:()=>Zh,Contact2:()=>qr,ContactRound:()=>qr,Container:()=>jh,Contrast:()=>Xh,Cookie:()=>Jh,CookingPot:()=>Kh,Copy:()=>rf,CopyCheck:()=>Yh,CopyMinus:()=>Qh,CopyPlus:()=>tf,CopySlash:()=>ef,CopyX:()=>af,Copyleft:()=>of,Copyright:()=>sf,CornerDownLeft:()=>df,CornerDownRight:()=>lf,CornerLeftDown:()=>nf,CornerLeftUp:()=>pf,CornerRightDown:()=>hf,CornerRightUp:()=>ff,CornerUpLeft:()=>cf,CornerUpRight:()=>uf,Cpu:()=>mf,CreativeCommons:()=>xf,CreditCard:()=>Mf,Croissant:()=>gf,Crop:()=>vf,Cross:()=>yf,Crosshair:()=>wf,Crown:()=>Cf,Cuboid:()=>bf,CupSoda:()=>Sf,CurlyBraces:()=>Ua,Currency:()=>Af,Cylinder:()=>kf,Dam:()=>Hf,Database:()=>Pf,DatabaseBackup:()=>Lf,DatabaseZap:()=>Tf,DecimalsArrowLeft:()=>Bf,DecimalsArrowRight:()=>Vf,Delete:()=>Ef,Dessert:()=>Rf,Diameter:()=>Ff,Diamond:()=>If,DiamondMinus:()=>Df,DiamondPercent:()=>Ur,DiamondPlus:()=>Wf,Dice1:()=>Of,Dice2:()=>zf,Dice3:()=>qf,Dice4:()=>Uf,Dice5:()=>Nf,Dice6:()=>$f,Dices:()=>_f,Diff:()=>Gf,Disc:()=>Jf,Disc2:()=>Zf,Disc3:()=>jf,DiscAlbum:()=>Xf,Divide:()=>Kf,DivideCircle:()=>vr,DivideSquare:()=>I1,Dna:()=>Qf,DnaOff:()=>Yf,Dock:()=>tc,Dog:()=>ec,DollarSign:()=>ac,Donut:()=>rc,DoorClosed:()=>sc,DoorClosedLocked:()=>oc,DoorOpen:()=>dc,Dot:()=>lc,DotSquare:()=>O1,Download:()=>nc,DownloadCloud:()=>Dr,DraftingCompass:()=>pc,Drama:()=>ic,Dribbble:()=>hc,Drill:()=>fc,Drone:()=>cc,Droplet:()=>mc,DropletOff:()=>uc,Droplets:()=>xc,Drum:()=>Mc,Drumstick:()=>gc,Dumbbell:()=>vc,Ear:()=>wc,EarOff:()=>yc,Earth:()=>Nr,EarthLock:()=>Cc,Eclipse:()=>bc,Edit:()=>Ne,Edit2:()=>e1,Edit3:()=>t1,Egg:()=>kc,EggFried:()=>Sc,EggOff:()=>Ac,Ellipsis:()=>_r,EllipsisVertical:()=>$r,Equal:()=>Tc,EqualApproximately:()=>Hc,EqualNot:()=>Lc,EqualSquare:()=>z1,Eraser:()=>Pc,EthernetPort:()=>Bc,Euro:()=>Vc,EvCharger:()=>Ec,Expand:()=>Rc,ExternalLink:()=>Fc,Eye:()=>Ic,EyeClosed:()=>Dc,EyeOff:()=>Wc,Facebook:()=>Oc,Factory:()=>zc,Fan:()=>qc,FastForward:()=>Uc,Feather:()=>Nc,Fence:()=>$c,FerrisWheel:()=>_c,Figma:()=>Gc,File:()=>wu,FileArchive:()=>Zc,FileAudio:()=>oa,FileAudio2:()=>oa,FileAxis3D:()=>Gr,FileAxis3d:()=>Gr,FileBadge:()=>Zr,FileBadge2:()=>Zr,FileBarChart:()=>Jr,FileBarChart2:()=>Kr,FileBox:()=>jc,FileBraces:()=>Xr,FileBracesCorner:()=>jr,FileChartColumn:()=>Kr,FileChartColumnIncreasing:()=>Jr,FileChartLine:()=>Yr,FileChartPie:()=>Qr,FileCheck:()=>Xc,FileCheck2:()=>to,FileCheckCorner:()=>to,FileClock:()=>Jc,FileCode:()=>Kc,FileCode2:()=>eo,FileCodeCorner:()=>eo,FileCog:()=>ao,FileCog2:()=>ao,FileDiff:()=>Yc,FileDigit:()=>Qc,FileDown:()=>tu,FileEdit:()=>po,FileExclamationPoint:()=>ro,FileHeadphone:()=>oa,FileHeart:()=>eu,FileImage:()=>au,FileInput:()=>ru,FileJson:()=>Xr,FileJson2:()=>jr,FileKey:()=>oo,FileKey2:()=>oo,FileLineChart:()=>Yr,FileLock:()=>so,FileLock2:()=>so,FileMinus:()=>ou,FileMinus2:()=>lo,FileMinusCorner:()=>lo,FileMusic:()=>su,FileOutput:()=>du,FilePen:()=>po,FilePenLine:()=>no,FilePieChart:()=>Qr,FilePlay:()=>io,FilePlus:()=>lu,FilePlus2:()=>ho,FilePlusCorner:()=>ho,FileQuestion:()=>fo,FileQuestionMark:()=>fo,FileScan:()=>nu,FileSearch:()=>pu,FileSearch2:()=>co,FileSearchCorner:()=>co,FileSignal:()=>uo,FileSignature:()=>no,FileSliders:()=>iu,FileSpreadsheet:()=>hu,FileStack:()=>fu,FileSymlink:()=>cu,FileTerminal:()=>uu,FileText:()=>mu,FileType:()=>xu,FileType2:()=>mo,FileTypeCorner:()=>mo,FileUp:()=>Mu,FileUser:()=>gu,FileVideo:()=>io,FileVideo2:()=>xo,FileVideoCamera:()=>xo,FileVolume:()=>vu,FileVolume2:()=>uo,FileWarning:()=>ro,FileX:()=>yu,FileX2:()=>Mo,FileXCorner:()=>Mo,Files:()=>Cu,Film:()=>bu,Filter:()=>wo,FilterX:()=>yo,Fingerprint:()=>Su,FireExtinguisher:()=>Au,Fish:()=>Lu,FishOff:()=>ku,FishSymbol:()=>Hu,Flag:()=>Vu,FlagOff:()=>Tu,FlagTriangleLeft:()=>Pu,FlagTriangleRight:()=>Bu,Flame:()=>Ru,FlameKindling:()=>Eu,Flashlight:()=>Du,FlashlightOff:()=>Fu,FlaskConical:()=>Iu,FlaskConicalOff:()=>Wu,FlaskRound:()=>Ou,FlipHorizontal:()=>qu,FlipHorizontal2:()=>zu,FlipVertical:()=>Nu,FlipVertical2:()=>Uu,Flower:()=>_u,Flower2:()=>$u,Focus:()=>Gu,FoldHorizontal:()=>Zu,FoldVertical:()=>ju,Folder:()=>Cm,FolderArchive:()=>Xu,FolderCheck:()=>Ju,FolderClock:()=>Ku,FolderClosed:()=>Yu,FolderCode:()=>Qu,FolderCog:()=>go,FolderCog2:()=>go,FolderDot:()=>tm,FolderDown:()=>em,FolderEdit:()=>vo,FolderGit:()=>rm,FolderGit2:()=>am,FolderHeart:()=>om,FolderInput:()=>sm,FolderKanban:()=>dm,FolderKey:()=>lm,FolderLock:()=>nm,FolderMinus:()=>pm,FolderOpen:()=>hm,FolderOpenDot:()=>im,FolderOutput:()=>fm,FolderPen:()=>vo,FolderPlus:()=>cm,FolderRoot:()=>um,FolderSearch:()=>xm,FolderSearch2:()=>mm,FolderSymlink:()=>Mm,FolderSync:()=>gm,FolderTree:()=>vm,FolderUp:()=>ym,FolderX:()=>wm,Folders:()=>bm,Footprints:()=>Sm,ForkKnife:()=>Bs,ForkKnifeCrossed:()=>Ps,Forklift:()=>Am,FormInput:()=>r1,Forward:()=>km,Frame:()=>Hm,Framer:()=>Lm,Frown:()=>Tm,Fuel:()=>Pm,Fullscreen:()=>Bm,FunctionSquare:()=>q1,Funnel:()=>wo,FunnelPlus:()=>Vm,FunnelX:()=>yo,GalleryHorizontal:()=>Rm,GalleryHorizontalEnd:()=>Em,GalleryThumbnails:()=>Fm,GalleryVertical:()=>Wm,GalleryVerticalEnd:()=>Dm,Gamepad:()=>zm,Gamepad2:()=>Im,GamepadDirectional:()=>Om,GanttChart:()=>tr,GanttChartSquare:()=>na,Gauge:()=>qm,GaugeCircle:()=>yr,Gavel:()=>Um,Gem:()=>Nm,GeorgianLari:()=>$m,Ghost:()=>_m,Gift:()=>Gm,GitBranch:()=>Xm,GitBranchMinus:()=>Zm,GitBranchPlus:()=>jm,GitCommit:()=>Co,GitCommitHorizontal:()=>Co,GitCommitVertical:()=>Jm,GitCompare:()=>Ym,GitCompareArrows:()=>Km,GitFork:()=>Qm,GitGraph:()=>tx,GitMerge:()=>ex,GitPullRequest:()=>lx,GitPullRequestArrow:()=>ax,GitPullRequestClosed:()=>rx,GitPullRequestCreate:()=>sx,GitPullRequestCreateArrow:()=>ox,GitPullRequestDraft:()=>dx,Github:()=>nx,Gitlab:()=>px,GlassWater:()=>ix,Glasses:()=>hx,Globe:()=>cx,Globe2:()=>Nr,GlobeLock:()=>fx,Goal:()=>ux,Gpu:()=>mx,Grab:()=>Ho,GraduationCap:()=>xx,Grape:()=>Mx,Grid:()=>sa,Grid2X2:()=>ko,Grid2X2Check:()=>bo,Grid2X2Plus:()=>So,Grid2X2X:()=>Ao,Grid2x2:()=>ko,Grid2x2Check:()=>bo,Grid2x2Plus:()=>So,Grid2x2X:()=>Ao,Grid3X3:()=>sa,Grid3x2:()=>gx,Grid3x3:()=>sa,Grip:()=>wx,GripHorizontal:()=>vx,GripVertical:()=>yx,Group:()=>Cx,Guitar:()=>bx,Ham:()=>Sx,Hamburger:()=>Ax,Hammer:()=>kx,Hand:()=>Vx,HandCoins:()=>Hx,HandFist:()=>Lx,HandGrab:()=>Ho,HandHeart:()=>Tx,HandHelping:()=>Lo,HandMetal:()=>Px,HandPlatter:()=>Bx,Handbag:()=>Ex,Handshake:()=>Rx,HardDrive:()=>Wx,HardDriveDownload:()=>Fx,HardDriveUpload:()=>Dx,HardHat:()=>Ix,Hash:()=>Ox,HatGlasses:()=>zx,Haze:()=>qx,HdmiPort:()=>Ux,Heading:()=>Xx,Heading1:()=>Nx,Heading2:()=>$x,Heading3:()=>_x,Heading4:()=>Gx,Heading5:()=>Zx,Heading6:()=>jx,HeadphoneOff:()=>Jx,Headphones:()=>Kx,Headset:()=>Yx,Heart:()=>s4,HeartCrack:()=>Qx,HeartHandshake:()=>t4,HeartMinus:()=>e4,HeartOff:()=>a4,HeartPlus:()=>r4,HeartPulse:()=>o4,Heater:()=>d4,Helicopter:()=>l4,HelpCircle:()=>aa,HelpingHand:()=>Lo,Hexagon:()=>n4,Highlighter:()=>p4,History:()=>i4,Home:()=>To,Hop:()=>f4,HopOff:()=>h4,Hospital:()=>c4,Hotel:()=>u4,Hourglass:()=>m4,House:()=>To,HouseHeart:()=>x4,HousePlug:()=>M4,HousePlus:()=>g4,HouseWifi:()=>v4,IceCream:()=>Bo,IceCream2:()=>Po,IceCreamBowl:()=>Po,IceCreamCone:()=>Bo,IdCard:()=>w4,IdCardLanyard:()=>y4,Image:()=>T4,ImageDown:()=>b4,ImageMinus:()=>C4,ImageOff:()=>S4,ImagePlay:()=>A4,ImagePlus:()=>k4,ImageUp:()=>H4,ImageUpscale:()=>L4,Images:()=>P4,Import:()=>B4,Inbox:()=>V4,Indent:()=>la,IndentDecrease:()=>da,IndentIncrease:()=>la,IndianRupee:()=>E4,Infinity:()=>R4,Info:()=>F4,Inspect:()=>Z1,InspectionPanel:()=>D4,Instagram:()=>W4,Italic:()=>I4,IterationCcw:()=>O4,IterationCw:()=>z4,JapaneseYen:()=>q4,Joystick:()=>U4,Kanban:()=>N4,KanbanSquare:()=>U1,KanbanSquareDashed:()=>F1,Kayak:()=>$4,Key:()=>Z4,KeyRound:()=>_4,KeySquare:()=>G4,Keyboard:()=>J4,KeyboardMusic:()=>j4,KeyboardOff:()=>X4,Lamp:()=>a5,LampCeiling:()=>K4,LampDesk:()=>Y4,LampFloor:()=>Q4,LampWallDown:()=>t5,LampWallUp:()=>e5,LandPlot:()=>r5,Landmark:()=>o5,Languages:()=>s5,Laptop:()=>l5,Laptop2:()=>Vo,LaptopMinimal:()=>Vo,LaptopMinimalCheck:()=>d5,Lasso:()=>p5,LassoSelect:()=>n5,Laugh:()=>i5,Layers:()=>Eo,Layers2:()=>h5,Layers3:()=>Eo,Layout:()=>Qo,LayoutDashboard:()=>f5,LayoutGrid:()=>c5,LayoutList:()=>u5,LayoutPanelLeft:()=>m5,LayoutPanelTop:()=>x5,LayoutTemplate:()=>M5,Leaf:()=>g5,LeafyGreen:()=>v5,Lectern:()=>y5,LetterText:()=>ms,Library:()=>C5,LibraryBig:()=>w5,LibrarySquare:()=>N1,LifeBuoy:()=>b5,Ligature:()=>S5,Lightbulb:()=>k5,LightbulbOff:()=>A5,LineChart:()=>Ka,LineSquiggle:()=>H5,Link:()=>P5,Link2:()=>T5,Link2Off:()=>L5,Linkedin:()=>B5,List:()=>J5,ListCheck:()=>V5,ListChecks:()=>E5,ListChevronsDownUp:()=>R5,ListChevronsUpDown:()=>F5,ListCollapse:()=>D5,ListEnd:()=>W5,ListFilter:()=>O5,ListFilterPlus:()=>I5,ListIndentDecrease:()=>da,ListIndentIncrease:()=>la,ListMinus:()=>z5,ListMusic:()=>q5,ListOrdered:()=>U5,ListPlus:()=>N5,ListRestart:()=>$5,ListStart:()=>_5,ListTodo:()=>G5,ListTree:()=>Z5,ListVideo:()=>j5,ListX:()=>X5,Loader:()=>Y5,Loader2:()=>Ro,LoaderCircle:()=>Ro,LoaderPinwheel:()=>K5,Locate:()=>e3,LocateFixed:()=>Q5,LocateOff:()=>t3,LocationEdit:()=>Io,Lock:()=>r3,LockKeyhole:()=>a3,LockKeyholeOpen:()=>Fo,LockOpen:()=>Do,LogIn:()=>o3,LogOut:()=>s3,Logs:()=>d3,Lollipop:()=>l3,Luggage:()=>n3,MSquare:()=>$1,Magnet:()=>p3,Mail:()=>M3,MailCheck:()=>i3,MailMinus:()=>h3,MailOpen:()=>f3,MailPlus:()=>c3,MailQuestion:()=>Wo,MailQuestionMark:()=>Wo,MailSearch:()=>u3,MailWarning:()=>m3,MailX:()=>x3,Mailbox:()=>g3,Mails:()=>v3,Map:()=>R3,MapMinus:()=>y3,MapPin:()=>B3,MapPinCheck:()=>C3,MapPinCheckInside:()=>w3,MapPinHouse:()=>b3,MapPinMinus:()=>A3,MapPinMinusInside:()=>S3,MapPinOff:()=>k3,MapPinPen:()=>Io,MapPinPlus:()=>L3,MapPinPlusInside:()=>H3,MapPinX:()=>P3,MapPinXInside:()=>T3,MapPinned:()=>V3,MapPlus:()=>E3,Mars:()=>D3,MarsStroke:()=>F3,Martini:()=>W3,Maximize:()=>O3,Maximize2:()=>I3,Medal:()=>z3,Megaphone:()=>U3,MegaphoneOff:()=>q3,Meh:()=>N3,MemoryStick:()=>$3,Menu:()=>_3,MenuSquare:()=>_1,Merge:()=>G3,MessageCircle:()=>a8,MessageCircleCode:()=>Z3,MessageCircleDashed:()=>j3,MessageCircleHeart:()=>X3,MessageCircleMore:()=>J3,MessageCircleOff:()=>K3,MessageCirclePlus:()=>Y3,MessageCircleQuestion:()=>Oo,MessageCircleQuestionMark:()=>Oo,MessageCircleReply:()=>Q3,MessageCircleWarning:()=>t8,MessageCircleX:()=>e8,MessageSquare:()=>g8,MessageSquareCode:()=>r8,MessageSquareDashed:()=>o8,MessageSquareDiff:()=>s8,MessageSquareDot:()=>d8,MessageSquareHeart:()=>l8,MessageSquareLock:()=>n8,MessageSquareMore:()=>p8,MessageSquareOff:()=>i8,MessageSquarePlus:()=>h8,MessageSquareQuote:()=>f8,MessageSquareReply:()=>c8,MessageSquareShare:()=>u8,MessageSquareText:()=>m8,MessageSquareWarning:()=>x8,MessageSquareX:()=>M8,MessagesSquare:()=>v8,Mic:()=>w8,Mic2:()=>zo,MicOff:()=>y8,MicVocal:()=>zo,Microchip:()=>C8,Microscope:()=>b8,Microwave:()=>S8,Milestone:()=>A8,Milk:()=>H8,MilkOff:()=>k8,Minimize:()=>T8,Minimize2:()=>L8,Minus:()=>P8,MinusCircle:()=>wr,MinusSquare:()=>G1,Monitor:()=>$8,MonitorCheck:()=>B8,MonitorCloud:()=>V8,MonitorCog:()=>E8,MonitorDot:()=>R8,MonitorDown:()=>F8,MonitorOff:()=>D8,MonitorPause:()=>W8,MonitorPlay:()=>I8,MonitorSmartphone:()=>O8,MonitorSpeaker:()=>z8,MonitorStop:()=>q8,MonitorUp:()=>U8,MonitorX:()=>N8,Moon:()=>G8,MoonStar:()=>_8,MoreHorizontal:()=>_r,MoreVertical:()=>$r,Motorbike:()=>Z8,Mountain:()=>X8,MountainSnow:()=>j8,Mouse:()=>e6,MouseOff:()=>J8,MousePointer:()=>t6,MousePointer2:()=>K8,MousePointerBan:()=>Y8,MousePointerClick:()=>Q8,MousePointerSquareDashed:()=>D1,Move:()=>u6,Move3D:()=>qo,Move3d:()=>qo,MoveDiagonal:()=>r6,MoveDiagonal2:()=>a6,MoveDown:()=>d6,MoveDownLeft:()=>o6,MoveDownRight:()=>s6,MoveHorizontal:()=>l6,MoveLeft:()=>n6,MoveRight:()=>p6,MoveUp:()=>f6,MoveUpLeft:()=>i6,MoveUpRight:()=>h6,MoveVertical:()=>c6,Music:()=>g6,Music2:()=>m6,Music3:()=>x6,Music4:()=>M6,Navigation:()=>C6,Navigation2:()=>y6,Navigation2Off:()=>v6,NavigationOff:()=>w6,Network:()=>b6,Newspaper:()=>S6,Nfc:()=>A6,NonBinary:()=>k6,Notebook:()=>P6,NotebookPen:()=>H6,NotebookTabs:()=>L6,NotebookText:()=>T6,NotepadText:()=>V6,NotepadTextDashed:()=>B6,Nut:()=>R6,NutOff:()=>E6,Octagon:()=>D6,OctagonAlert:()=>Uo,OctagonMinus:()=>F6,OctagonPause:()=>No,OctagonX:()=>$o,Omega:()=>W6,Option:()=>I6,Orbit:()=>O6,Origami:()=>z6,Outdent:()=>da,Package:()=>j6,Package2:()=>q6,PackageCheck:()=>U6,PackageMinus:()=>N6,PackageOpen:()=>$6,PackagePlus:()=>_6,PackageSearch:()=>G6,PackageX:()=>Z6,PaintBucket:()=>X6,PaintRoller:()=>J6,Paintbrush:()=>K6,Paintbrush2:()=>_o,PaintbrushVertical:()=>_o,Palette:()=>Y6,Palmtree:()=>vs,Panda:()=>Q6,PanelBottom:()=>aM,PanelBottomClose:()=>tM,PanelBottomDashed:()=>Go,PanelBottomInactive:()=>Go,PanelBottomOpen:()=>eM,PanelLeft:()=>Jo,PanelLeftClose:()=>Zo,PanelLeftDashed:()=>jo,PanelLeftInactive:()=>jo,PanelLeftOpen:()=>Xo,PanelLeftRightDashed:()=>rM,PanelRight:()=>dM,PanelRightClose:()=>oM,PanelRightDashed:()=>Ko,PanelRightInactive:()=>Ko,PanelRightOpen:()=>sM,PanelTop:()=>iM,PanelTopBottomDashed:()=>lM,PanelTopClose:()=>nM,PanelTopDashed:()=>Yo,PanelTopInactive:()=>Yo,PanelTopOpen:()=>pM,PanelsLeftBottom:()=>hM,PanelsLeftRight:()=>zr,PanelsRightBottom:()=>fM,PanelsTopBottom:()=>d1,PanelsTopLeft:()=>Qo,Paperclip:()=>cM,Parentheses:()=>uM,ParkingCircle:()=>br,ParkingCircleOff:()=>Cr,ParkingMeter:()=>mM,ParkingSquare:()=>X1,ParkingSquareOff:()=>j1,PartyPopper:()=>xM,Pause:()=>MM,PauseCircle:()=>Sr,PauseOctagon:()=>No,PawPrint:()=>gM,PcCase:()=>vM,Pen:()=>e1,PenBox:()=>Ne,PenLine:()=>t1,PenOff:()=>yM,PenSquare:()=>Ne,PenTool:()=>wM,Pencil:()=>AM,PencilLine:()=>CM,PencilOff:()=>bM,PencilRuler:()=>SM,Pentagon:()=>kM,Percent:()=>HM,PercentCircle:()=>Ar,PercentDiamond:()=>Ur,PercentSquare:()=>J1,PersonStanding:()=>LM,PhilippinePeso:()=>TM,Phone:()=>DM,PhoneCall:()=>PM,PhoneForwarded:()=>BM,PhoneIncoming:()=>VM,PhoneMissed:()=>EM,PhoneOff:()=>RM,PhoneOutgoing:()=>FM,Pi:()=>WM,PiSquare:()=>K1,Piano:()=>IM,Pickaxe:()=>OM,PictureInPicture:()=>qM,PictureInPicture2:()=>zM,PieChart:()=>er,PiggyBank:()=>UM,Pilcrow:()=>_M,PilcrowLeft:()=>NM,PilcrowRight:()=>$M,PilcrowSquare:()=>Y1,Pill:()=>ZM,PillBottle:()=>GM,Pin:()=>XM,PinOff:()=>jM,Pipette:()=>JM,Pizza:()=>KM,Plane:()=>tg,PlaneLanding:()=>YM,PlaneTakeoff:()=>QM,Play:()=>eg,PlayCircle:()=>kr,PlaySquare:()=>Q1,Plug:()=>rg,Plug2:()=>ag,PlugZap:()=>a1,PlugZap2:()=>a1,Plus:()=>og,PlusCircle:()=>Hr,PlusSquare:()=>ts,Pocket:()=>dg,PocketKnife:()=>sg,Podcast:()=>lg,Pointer:()=>pg,PointerOff:()=>ng,Popcorn:()=>hg,Popsicle:()=>ig,PoundSterling:()=>fg,Power:()=>ug,PowerCircle:()=>Lr,PowerOff:()=>cg,PowerSquare:()=>es,Presentation:()=>mg,Printer:()=>Mg,PrinterCheck:()=>xg,Projector:()=>gg,Proportions:()=>vg,Puzzle:()=>yg,Pyramid:()=>wg,QrCode:()=>Cg,Quote:()=>bg,Rabbit:()=>Sg,Radar:()=>Ag,Radiation:()=>kg,Radical:()=>Hg,Radio:()=>Pg,RadioReceiver:()=>Lg,RadioTower:()=>Tg,Radius:()=>Bg,RailSymbol:()=>Vg,Rainbow:()=>Eg,Rat:()=>Rg,Ratio:()=>Fg,Receipt:()=>_g,ReceiptCent:()=>Dg,ReceiptEuro:()=>Wg,ReceiptIndianRupee:()=>Ig,ReceiptJapaneseYen:()=>Og,ReceiptPoundSterling:()=>zg,ReceiptRussianRuble:()=>qg,ReceiptSwissFranc:()=>Ug,ReceiptText:()=>Ng,ReceiptTurkishLira:()=>$g,RectangleCircle:()=>Gg,RectangleEllipsis:()=>r1,RectangleGoggles:()=>Zg,RectangleHorizontal:()=>jg,RectangleVertical:()=>Xg,Recycle:()=>Jg,Redo:()=>Qg,Redo2:()=>Kg,RedoDot:()=>Yg,RefreshCcw:()=>e7,RefreshCcwDot:()=>t7,RefreshCw:()=>r7,RefreshCwOff:()=>a7,Refrigerator:()=>o7,Regex:()=>s7,RemoveFormatting:()=>d7,Repeat:()=>p7,Repeat1:()=>l7,Repeat2:()=>n7,Replace:()=>h7,ReplaceAll:()=>i7,Reply:()=>c7,ReplyAll:()=>f7,Rewind:()=>u7,Ribbon:()=>m7,Rocket:()=>x7,RockingChair:()=>M7,RollerCoaster:()=>g7,Rose:()=>v7,Rotate3D:()=>o1,Rotate3d:()=>o1,RotateCcw:()=>C7,RotateCcwKey:()=>y7,RotateCcwSquare:()=>w7,RotateCw:()=>S7,RotateCwSquare:()=>b7,Route:()=>k7,RouteOff:()=>A7,Router:()=>H7,Rows:()=>s1,Rows2:()=>s1,Rows3:()=>d1,Rows4:()=>L7,Rss:()=>T7,Ruler:()=>B7,RulerDimensionLine:()=>P7,RussianRuble:()=>V7,Sailboat:()=>E7,Salad:()=>R7,Sandwich:()=>F7,Satellite:()=>W7,SatelliteDish:()=>D7,SaudiRiyal:()=>I7,Save:()=>q7,SaveAll:()=>O7,SaveOff:()=>z7,Scale:()=>U7,Scale3D:()=>l1,Scale3d:()=>l1,Scaling:()=>N7,Scan:()=>Y7,ScanBarcode:()=>$7,ScanEye:()=>_7,ScanFace:()=>G7,ScanHeart:()=>Z7,ScanLine:()=>j7,ScanQrCode:()=>X7,ScanSearch:()=>J7,ScanText:()=>K7,ScatterChart:()=>ar,School:()=>Q7,School2:()=>Cs,Scissors:()=>e9,ScissorsLineDashed:()=>t9,ScissorsSquare:()=>as,ScissorsSquareDashedBottom:()=>H1,ScreenShare:()=>r9,ScreenShareOff:()=>a9,Scroll:()=>s9,ScrollText:()=>o9,Search:()=>i9,SearchCheck:()=>d9,SearchCode:()=>l9,SearchSlash:()=>n9,SearchX:()=>p9,Section:()=>h9,Send:()=>c9,SendHorizonal:()=>n1,SendHorizontal:()=>n1,SendToBack:()=>f9,SeparatorHorizontal:()=>u9,SeparatorVertical:()=>m9,Server:()=>v9,ServerCog:()=>x9,ServerCrash:()=>M9,ServerOff:()=>g9,Settings:()=>w9,Settings2:()=>y9,Shapes:()=>C9,Share:()=>S9,Share2:()=>b9,Sheet:()=>A9,Shell:()=>k9,Shield:()=>D9,ShieldAlert:()=>H9,ShieldBan:()=>L9,ShieldCheck:()=>T9,ShieldClose:()=>i1,ShieldEllipsis:()=>P9,ShieldHalf:()=>B9,ShieldMinus:()=>V9,ShieldOff:()=>E9,ShieldPlus:()=>R9,ShieldQuestion:()=>p1,ShieldQuestionMark:()=>p1,ShieldUser:()=>F9,ShieldX:()=>i1,Ship:()=>I9,ShipWheel:()=>W9,Shirt:()=>O9,ShoppingBag:()=>z9,ShoppingBasket:()=>q9,ShoppingCart:()=>U9,Shovel:()=>N9,ShowerHead:()=>$9,Shredder:()=>_9,Shrimp:()=>G9,Shrink:()=>Z9,Shrub:()=>j9,Shuffle:()=>X9,Sidebar:()=>Jo,SidebarClose:()=>Zo,SidebarOpen:()=>Xo,Sigma:()=>J9,SigmaSquare:()=>rs,Signal:()=>ev,SignalHigh:()=>K9,SignalLow:()=>Y9,SignalMedium:()=>Q9,SignalZero:()=>tv,Signature:()=>av,Signpost:()=>ov,SignpostBig:()=>rv,Siren:()=>sv,SkipBack:()=>dv,SkipForward:()=>lv,Skull:()=>nv,Slack:()=>pv,Slash:()=>iv,SlashSquare:()=>os,Slice:()=>hv,Sliders:()=>h1,SlidersHorizontal:()=>fv,SlidersVertical:()=>h1,Smartphone:()=>mv,SmartphoneCharging:()=>cv,SmartphoneNfc:()=>uv,Smile:()=>Mv,SmilePlus:()=>xv,Snail:()=>gv,Snowflake:()=>vv,SoapDispenserDroplet:()=>yv,Sofa:()=>wv,SolarPanel:()=>Cv,SortAsc:()=>Ra,SortDesc:()=>Ba,Soup:()=>bv,Space:()=>Sv,Spade:()=>Av,Sparkle:()=>kv,Sparkles:()=>f1,Speaker:()=>Hv,Speech:()=>Lv,SpellCheck:()=>Pv,SpellCheck2:()=>Tv,Spline:()=>Vv,SplinePointer:()=>Bv,Split:()=>Ev,SplitSquareHorizontal:()=>ss,SplitSquareVertical:()=>ds,Spool:()=>Rv,Spotlight:()=>Fv,SprayCan:()=>Dv,Sprout:()=>Wv,Square:()=>jv,SquareActivity:()=>c1,SquareArrowDown:()=>x1,SquareArrowDownLeft:()=>u1,SquareArrowDownRight:()=>m1,SquareArrowLeft:()=>M1,SquareArrowOutDownLeft:()=>g1,SquareArrowOutDownRight:()=>v1,SquareArrowOutUpLeft:()=>y1,SquareArrowOutUpRight:()=>w1,SquareArrowRight:()=>C1,SquareArrowUp:()=>A1,SquareArrowUpLeft:()=>b1,SquareArrowUpRight:()=>S1,SquareAsterisk:()=>k1,SquareBottomDashedScissors:()=>H1,SquareChartGantt:()=>na,SquareCheck:()=>T1,SquareCheckBig:()=>L1,SquareChevronDown:()=>P1,SquareChevronLeft:()=>B1,SquareChevronRight:()=>V1,SquareChevronUp:()=>E1,SquareCode:()=>R1,SquareDashed:()=>W1,SquareDashedBottom:()=>Ov,SquareDashedBottomCode:()=>Iv,SquareDashedKanban:()=>F1,SquareDashedMousePointer:()=>D1,SquareDashedTopSolid:()=>zv,SquareDivide:()=>I1,SquareDot:()=>O1,SquareEqual:()=>z1,SquareFunction:()=>q1,SquareGanttChart:()=>na,SquareKanban:()=>U1,SquareLibrary:()=>N1,SquareM:()=>$1,SquareMenu:()=>_1,SquareMinus:()=>G1,SquareMousePointer:()=>Z1,SquareParking:()=>X1,SquareParkingOff:()=>j1,SquarePause:()=>qv,SquarePen:()=>Ne,SquarePercent:()=>J1,SquarePi:()=>K1,SquarePilcrow:()=>Y1,SquarePlay:()=>Q1,SquarePlus:()=>ts,SquarePower:()=>es,SquareRadical:()=>Uv,SquareRoundCorner:()=>Nv,SquareScissors:()=>as,SquareSigma:()=>rs,SquareSlash:()=>os,SquareSplitHorizontal:()=>ss,SquareSplitVertical:()=>ds,SquareSquare:()=>$v,SquareStack:()=>_v,SquareStar:()=>Gv,SquareStop:()=>Zv,SquareTerminal:()=>ls,SquareUser:()=>ps,SquareUserRound:()=>ns,SquareX:()=>is,SquaresExclude:()=>Xv,SquaresIntersect:()=>Jv,SquaresSubtract:()=>Kv,SquaresUnite:()=>Yv,Squircle:()=>ty,SquircleDashed:()=>Qv,Squirrel:()=>ey,Stamp:()=>ay,Star:()=>sy,StarHalf:()=>ry,StarOff:()=>oy,Stars:()=>f1,StepBack:()=>dy,StepForward:()=>ly,Stethoscope:()=>ny,Sticker:()=>py,StickyNote:()=>iy,StopCircle:()=>Pr,Store:()=>hy,StretchHorizontal:()=>fy,StretchVertical:()=>cy,Strikethrough:()=>uy,Subscript:()=>my,Subtitles:()=>Na,Sun:()=>yy,SunDim:()=>xy,SunMedium:()=>My,SunMoon:()=>gy,SunSnow:()=>vy,Sunrise:()=>wy,Sunset:()=>Cy,Superscript:()=>by,SwatchBook:()=>Sy,SwissFranc:()=>Ay,SwitchCamera:()=>ky,Sword:()=>Hy,Swords:()=>Ly,Syringe:()=>Ty,Table:()=>Wy,Table2:()=>Py,TableCellsMerge:()=>By,TableCellsSplit:()=>Vy,TableColumnsSplit:()=>Ey,TableConfig:()=>ra,TableOfContents:()=>Ry,TableProperties:()=>Fy,TableRowsSplit:()=>Dy,Tablet:()=>Oy,TabletSmartphone:()=>Iy,Tablets:()=>zy,Tag:()=>qy,Tags:()=>Uy,Tally1:()=>Ny,Tally2:()=>$y,Tally3:()=>_y,Tally4:()=>Gy,Tally5:()=>Zy,Tangent:()=>jy,Target:()=>Xy,Telescope:()=>Jy,Tent:()=>Yy,TentTree:()=>Ky,Terminal:()=>Qy,TerminalSquare:()=>ls,TestTube:()=>tw,TestTube2:()=>hs,TestTubeDiagonal:()=>hs,TestTubes:()=>ew,Text:()=>pa,TextAlignCenter:()=>fs,TextAlignEnd:()=>cs,TextAlignJustify:()=>us,TextAlignStart:()=>pa,TextCursor:()=>rw,TextCursorInput:()=>aw,TextInitial:()=>ms,TextQuote:()=>ow,TextSearch:()=>sw,TextSelect:()=>xs,TextSelection:()=>xs,TextWrap:()=>Ms,Theater:()=>dw,Thermometer:()=>pw,ThermometerSnowflake:()=>lw,ThermometerSun:()=>nw,ThumbsDown:()=>iw,ThumbsUp:()=>hw,Ticket:()=>gw,TicketCheck:()=>fw,TicketMinus:()=>cw,TicketPercent:()=>uw,TicketPlus:()=>mw,TicketSlash:()=>xw,TicketX:()=>Mw,Tickets:()=>yw,TicketsPlane:()=>vw,Timer:()=>bw,TimerOff:()=>ww,TimerReset:()=>Cw,ToggleLeft:()=>Sw,ToggleRight:()=>Aw,Toilet:()=>kw,ToolCase:()=>Hw,Tornado:()=>Lw,Torus:()=>Tw,Touchpad:()=>Bw,TouchpadOff:()=>Pw,TowerControl:()=>Vw,ToyBrick:()=>Ew,Tractor:()=>Rw,TrafficCone:()=>Fw,Train:()=>gs,TrainFront:()=>Ww,TrainFrontTunnel:()=>Dw,TrainTrack:()=>Iw,TramFront:()=>gs,Transgender:()=>Ow,Trash:()=>qw,Trash2:()=>zw,TreeDeciduous:()=>Uw,TreePalm:()=>vs,TreePine:()=>Nw,Trees:()=>$w,Trello:()=>_w,TrendingDown:()=>Gw,TrendingUp:()=>jw,TrendingUpDown:()=>Zw,Triangle:()=>Kw,TriangleAlert:()=>ys,TriangleDashed:()=>Xw,TriangleRight:()=>Jw,Trophy:()=>Yw,Truck:()=>tC,TruckElectric:()=>Qw,TurkishLira:()=>eC,Turntable:()=>aC,Turtle:()=>rC,Tv:()=>sC,Tv2:()=>ws,TvMinimal:()=>ws,TvMinimalPlay:()=>oC,Twitch:()=>dC,Twitter:()=>lC,Type:()=>pC,TypeOutline:()=>nC,Umbrella:()=>hC,UmbrellaOff:()=>iC,Underline:()=>fC,Undo:()=>mC,Undo2:()=>cC,UndoDot:()=>uC,UnfoldHorizontal:()=>xC,UnfoldVertical:()=>MC,Ungroup:()=>gC,University:()=>Cs,Unlink:()=>yC,Unlink2:()=>vC,Unlock:()=>Do,UnlockKeyhole:()=>Fo,Unplug:()=>wC,Upload:()=>CC,UploadCloud:()=>Wr,Usb:()=>bC,User:()=>FC,User2:()=>Ls,UserCheck:()=>SC,UserCheck2:()=>bs,UserCircle:()=>Vr,UserCircle2:()=>Br,UserCog:()=>AC,UserCog2:()=>Ss,UserLock:()=>kC,UserMinus:()=>HC,UserMinus2:()=>As,UserPen:()=>LC,UserPlus:()=>TC,UserPlus2:()=>ks,UserRound:()=>Ls,UserRoundCheck:()=>bs,UserRoundCog:()=>Ss,UserRoundMinus:()=>As,UserRoundPen:()=>PC,UserRoundPlus:()=>ks,UserRoundSearch:()=>BC,UserRoundX:()=>Hs,UserSearch:()=>VC,UserSquare:()=>ps,UserSquare2:()=>ns,UserStar:()=>EC,UserX:()=>RC,UserX2:()=>Hs,Users:()=>DC,Users2:()=>Ts,UsersRound:()=>Ts,Utensils:()=>Bs,UtensilsCrossed:()=>Ps,UtilityPole:()=>WC,Variable:()=>IC,Vault:()=>OC,VectorSquare:()=>zC,Vegan:()=>qC,VenetianMask:()=>UC,Venus:()=>$C,VenusAndMars:()=>NC,Verified:()=>Wa,Vibrate:()=>GC,VibrateOff:()=>_C,Video:()=>jC,VideoOff:()=>ZC,Videotape:()=>XC,View:()=>JC,Voicemail:()=>KC,Volleyball:()=>YC,Volume:()=>rb,Volume1:()=>QC,Volume2:()=>tb,VolumeOff:()=>eb,VolumeX:()=>ab,Vote:()=>ob,Wallet:()=>db,Wallet2:()=>Vs,WalletCards:()=>sb,WalletMinimal:()=>Vs,Wallpaper:()=>lb,Wand:()=>nb,Wand2:()=>Es,WandSparkles:()=>Es,Warehouse:()=>pb,WashingMachine:()=>ib,Watch:()=>hb,Waves:()=>fb,WavesLadder:()=>cb,Waypoints:()=>ub,Webcam:()=>mb,Webhook:()=>Mb,WebhookOff:()=>xb,Weight:()=>gb,Wheat:()=>yb,WheatOff:()=>vb,WholeWord:()=>wb,Wifi:()=>Tb,WifiCog:()=>Cb,WifiHigh:()=>bb,WifiLow:()=>Sb,WifiOff:()=>Ab,WifiPen:()=>kb,WifiSync:()=>Hb,WifiZero:()=>Lb,Wind:()=>Bb,WindArrowDown:()=>Pb,Wine:()=>Eb,WineOff:()=>Vb,Workflow:()=>Rb,Worm:()=>Fb,WrapText:()=>Ms,Wrench:()=>Db,X:()=>Wb,XCircle:()=>Er,XOctagon:()=>$o,XSquare:()=>is,Youtube:()=>Ib,Zap:()=>zb,ZapOff:()=>Ob,ZoomIn:()=>qb,ZoomOut:()=>Ub});var D2=[["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 W2=[["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 I2=[["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 O2=[["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 z2=[["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 q2=[["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 U2=[["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 Ha=[["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 La=[["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 N2=[["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 Ta=[["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 $2=[["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 _2=[["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 G2=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["polyline",{points:"11 3 11 11 14 8 17 11 17 3"}]];var Z2=[["path",{d:"M2 12h20"}],["path",{d:"M10 16v4a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-4"}],["path",{d:"M10 8V4a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v4"}],["path",{d:"M20 16v1a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-1"}],["path",{d:"M14 8V7c0-1.1.9-2 2-2h2a2 2 0 0 1 2 2v1"}]];var j2=[["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 X2=[["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 J2=[["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 K2=[["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 Y2=[["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 Q2=[["rect",{width:"6",height:"14",x:"4",y:"5",rx:"2"}],["rect",{width:"6",height:"10",x:"14",y:"7",rx:"2"}],["path",{d:"M4 2v20"}],["path",{d:"M14 2v20"}]];var td=[["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 ed=[["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 ad=[["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 rd=[["rect",{width:"6",height:"10",x:"9",y:"7",rx:"2"}],["path",{d:"M4 22V2"}],["path",{d:"M20 22V2"}]];var od=[["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 sd=[["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 dd=[["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 ld=[["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 nd=[["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 pd=[["rect",{width:"14",height:"6",x:"5",y:"14",rx:"2"}],["rect",{width:"10",height:"6",x:"7",y:"4",rx:"2"}],["path",{d:"M2 14h20"}],["path",{d:"M2 4h20"}]];var id=[["rect",{width:"14",height:"6",x:"5",y:"16",rx:"2"}],["rect",{width:"10",height:"6",x:"7",y:"2",rx:"2"}],["path",{d:"M2 12h20"}]];var hd=[["rect",{width:"14",height:"6",x:"5",y:"12",rx:"2"}],["rect",{width:"10",height:"6",x:"7",y:"2",rx:"2"}],["path",{d:"M2 22h20"}]];var fd=[["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 cd=[["rect",{width:"10",height:"6",x:"7",y:"9",rx:"2"}],["path",{d:"M22 20H2"}],["path",{d:"M22 4H2"}]];var ud=[["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 md=[["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 xd=[["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 Md=[["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 gd=[["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 vd=[["path",{d:"M12 22V8"}],["path",{d:"M5 12H2a10 10 0 0 0 20 0h-3"}],["circle",{cx:"12",cy:"5",r:"3"}]];var yd=[["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 wd=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M8 15h8"}],["path",{d:"M8 9h2"}],["path",{d:"M14 9h2"}]];var Cd=[["path",{d:"M2 12 7 2"}],["path",{d:"m7 12 5-10"}],["path",{d:"m12 12 5-10"}],["path",{d:"m17 12 5-10"}],["path",{d:"M4.5 7h15"}],["path",{d:"M12 16v6"}]];var bd=[["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 Ad=[["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 kd=[["rect",{x:"2",y:"4",width:"20",height:"16",rx:"2"}],["path",{d:"M10 4v4"}],["path",{d:"M2 8h20"}],["path",{d:"M6 4v4"}]];var Hd=[["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 Ld=[["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 Td=[["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 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:"M10 12h4"}]];var Bd=[["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 Vd=[["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 Ed=[["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 Rd=[["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 Fd=[["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 Dd=[["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 Wd=[["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 Id=[["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 Od=[["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 zd=[["path",{d:"m3 16 4 4 4-4"}],["path",{d:"M7 20V4"}],["rect",{x:"15",y:"4",width:"4",height:"6",ry:"2"}],["path",{d:"M17 20v-6h-2"}],["path",{d:"M15 20h4"}]];var qd=[["path",{d:"m3 16 4 4 4-4"}],["path",{d:"M7 20V4"}],["path",{d:"M17 10V4h-2"}],["path",{d:"M15 10h4"}],["rect",{x:"15",y:"14",width:"4",height:"6",ry:"2"}]];var Pa=[["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 Ud=[["path",{d:"M19 3H5"}],["path",{d:"M12 21V7"}],["path",{d:"m6 15 6 6 6-6"}]];var Nd=[["path",{d:"M17 7 7 17"}],["path",{d:"M17 17H7V7"}]];var $d=[["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 _d=[["path",{d:"m7 7 10 10"}],["path",{d:"M17 7v10H7"}]];var Gd=[["path",{d:"M12 2v14"}],["path",{d:"m19 9-7 7-7-7"}],["circle",{cx:"12",cy:"21",r:"1"}]];var Zd=[["path",{d:"M12 17V3"}],["path",{d:"m6 11 6 6 6-6"}],["path",{d:"M19 21H5"}]];var jd=[["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 Ba=[["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 Va=[["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 Xd=[["path",{d:"M12 5v14"}],["path",{d:"m19 12-7 7-7-7"}]];var Jd=[["path",{d:"m9 6-6 6 6 6"}],["path",{d:"M3 12h14"}],["path",{d:"M21 19V5"}]];var Kd=[["path",{d:"M8 3 4 7l4 4"}],["path",{d:"M4 7h16"}],["path",{d:"m16 21 4-4-4-4"}],["path",{d:"M20 17H4"}]];var Yd=[["path",{d:"M3 19V5"}],["path",{d:"m13 6-6 6 6 6"}],["path",{d:"M7 12h14"}]];var Qd=[["path",{d:"m12 19-7-7 7-7"}],["path",{d:"M19 12H5"}]];var tl=[["path",{d:"M3 5v14"}],["path",{d:"M21 12H7"}],["path",{d:"m15 18 6-6-6-6"}]];var el=[["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 al=[["path",{d:"M17 12H3"}],["path",{d:"m11 18 6-6-6-6"}],["path",{d:"M21 5v14"}]];var rl=[["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 sl=[["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 Ea=[["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 dl=[["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 ll=[["path",{d:"m5 9 7-7 7 7"}],["path",{d:"M12 16V2"}],["circle",{cx:"12",cy:"21",r:"1"}]];var nl=[["path",{d:"m18 9-6-6-6 6"}],["path",{d:"M12 3v14"}],["path",{d:"M5 21h14"}]];var pl=[["path",{d:"M7 17V7h10"}],["path",{d:"M17 17 7 7"}]];var Ra=[["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 il=[["path",{d:"M7 7h10v10"}],["path",{d:"M7 17 17 7"}]];var hl=[["path",{d:"M5 3h14"}],["path",{d:"m18 13-6-6-6 6"}],["path",{d:"M12 7v14"}]];var fl=[["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 Fa=[["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 cl=[["path",{d:"m5 12 7-7 7 7"}],["path",{d:"M12 19V5"}]];var ul=[["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 ml=[["path",{d:"M12 6v12"}],["path",{d:"M17.196 9 6.804 15"}],["path",{d:"m6.804 9 10.392 6"}]];var xl=[["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 Ml=[["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 gl=[["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 vl=[["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 yl=[["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 wl=[["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 Da=[["path",{d:"M13.5 10.5 15 9"}],["path",{d:"M4 4v15a1 1 0 0 0 1 1h15"}],["path",{d:"M4.293 19.707 6 18"}],["path",{d:"m9 15 1.5-1.5"}]];var Cl=[["path",{d:"M10 16c.5.3 1.2.5 2 .5s1.5-.2 2-.5"}],["path",{d:"M15 12h.01"}],["path",{d:"M19.38 6.813A9 9 0 0 1 20.8 10.2a2 2 0 0 1 0 3.6 9 9 0 0 1-17.6 0 2 2 0 0 1 0-3.6A9 9 0 0 1 12 3c2 0 3.5 1.1 3.5 2.5s-.9 2.5-2 2.5c-.8 0-1.5-.4-1.5-1"}],["path",{d:"M9 12h.01"}]];var bl=[["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 Al=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["path",{d:"M12 7v10"}],["path",{d:"M15.4 10a4 4 0 1 0 0 4"}]];var Wa=[["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 kl=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["path",{d:"M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8"}],["path",{d:"M12 18V6"}]];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:"M7 12h5"}],["path",{d:"M15 9.4a4 4 0 1 0 0 5.2"}]];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:"M8 8h8"}],["path",{d:"M8 12h8"}],["path",{d:"m13 17-5-1h1a4 4 0 0 0 0-8"}]];var Tl=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["line",{x1:"12",x2:"12",y1:"16",y2:"12"}],["line",{x1:"12",x2:"12.01",y1:"8",y2:"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"}],["path",{d:"m9 8 3 3v7"}],["path",{d:"m12 11 3-3"}],["path",{d:"M9 12h6"}],["path",{d:"M9 16h6"}]];var Bl=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12"}]];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"}],["path",{d:"m15 9-6 6"}],["path",{d:"M9 9h.01"}],["path",{d:"M15 15h.01"}]];var El=[["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 Rl=[["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 Ia=[["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 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:"M9 16h5"}],["path",{d:"M9 12h5a2 2 0 1 0 0-4h-3v9"}]];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:"M11 17V8h4"}],["path",{d:"M11 12h3"}],["path",{d:"M9 16h4"}]];var Wl=[["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 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"}],["line",{x1:"15",x2:"9",y1:"9",y2:"15"}],["line",{x1:"9",x2:"15",y1:"9",y2:"15"}]];var Ol=[["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 zl=[["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 ql=[["path",{d:"M4.929 4.929 19.07 19.071"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Ul=[["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 Nl=[["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 $l=[["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 _l=[["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 Gl=[["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 Zl=[["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 jl=[["path",{d:"M3 5v14"}],["path",{d:"M8 5v14"}],["path",{d:"M12 5v14"}],["path",{d:"M17 5v14"}],["path",{d:"M21 5v14"}]];var Xl=[["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 Jl=[["path",{d:"M4 20h16"}],["path",{d:"m6 16 6-12 6 12"}],["path",{d:"M8 12h8"}]];var Kl=[["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 Yl=[["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 Ql=[["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 tn=[["path",{d:"M22 14v-4"}],["path",{d:"M6 14v-4"}],["rect",{x:"2",y:"6",width:"16",height:"12",rx:"2"}]];var en=[["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 an=[["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 rn=[["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 on=[["path",{d:"M 22 14 L 22 10"}],["rect",{x:"2",y:"6",width:"16",height:"12",rx:"2"}]];var sn=[["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 dn=[["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 ln=[["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 nn=[["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 pn=[["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 hn=[["path",{d:"M2 4v16"}],["path",{d:"M2 8h18a2 2 0 0 1 2 2v10"}],["path",{d:"M2 17h20"}],["path",{d:"M6 8v9"}]];var fn=[["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 cn=[["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 un=[["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 mn=[["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 xn=[["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 Mn=[["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 gn=[["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 vn=[["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 yn=[["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 wn=[["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 Oa=[["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 za=[["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 Cn=[["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 bn=[["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 Sn=[["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 An=[["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 kn=[["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 Hn=[["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 Ln=[["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 Tn=[["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 Pn=[["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 Bn=[["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 Vn=[["circle",{cx:"9",cy:"9",r:"7"}],["circle",{cx:"15",cy:"15",r:"7"}]];var En=[["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 Rn=[["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 Fn=[["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 Dn=[["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 Wn=[["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 In=[["path",{d:"m7 7 10 10-5 5V2l5 5L7 17"}]];var On=[["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 zn=[["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 qn=[["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 Un=[["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 Nn=[["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 $n=[["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 _n=[["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 Gn=[["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 Zn=[["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 qa=[["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 jn=[["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 Xn=[["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 Jn=[["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 Kn=[["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 Yn=[["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 Qn=[["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 t0=[["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 e0=[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20"}],["path",{d:"M9 10h6"}]];var a0=[["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 r0=[["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 o0=[["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 s0=[["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 d0=[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20"}],["path",{d:"M8 11h8"}],["path",{d:"M8 7h6"}]];var l0=[["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 p0=[["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 i0=[["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 h0=[["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 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"}]];var c0=[["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 u0=[["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 m0=[["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 x0=[["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 M0=[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z"}]];var g0=[["path",{d:"M4 9V5a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4"}],["path",{d:"M8 8v1"}],["path",{d:"M12 8v1"}],["path",{d:"M16 8v1"}],["rect",{width:"20",height:"12",x:"2",y:"9",rx:"2"}],["circle",{cx:"8",cy:"15",r:"2"}],["circle",{cx:"16",cy:"15",r:"2"}]];var v0=[["path",{d:"M12 6V2H8"}],["path",{d:"M15 11v2"}],["path",{d:"M2 12h2"}],["path",{d:"M20 12h2"}],["path",{d:"M20 16a2 2 0 0 1-2 2H8.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 4 20.286V8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2z"}],["path",{d:"M9 11v2"}]];var y0=[["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 w0=[["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 C0=[["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 b0=[["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 S0=[["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 A0=[["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 Ua=[["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 k0=[["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 H0=[["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 L0=[["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 T0=[["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 P0=[["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 B0=[["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 V0=[["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 E0=[["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 R0=[["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 F0=[["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 D0=[["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 W0=[["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 I0=[["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 O0=[["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 z0=[["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 q0=[["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 U0=[["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 N0=[["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 $0=[["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 _0=[["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 G0=[["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 Z0=[["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 j0=[["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 X0=[["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 J0=[["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 K0=[["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 Y0=[["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 Q0=[["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 tp=[["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 ep=[["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 ap=[["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 rp=[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2"}],["path",{d:"M3 10h18"}],["path",{d:"m9 16 2 2 4-4"}]];var op=[["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 sp=[["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 dp=[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2"}],["path",{d:"M3 10h18"}],["path",{d:"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 lp=[["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 np=[["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 pp=[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2"}],["path",{d:"M3 10h18"}],["path",{d:"M10 16h4"}]];var ip=[["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 hp=[["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 fp=[["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 cp=[["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 up=[["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 mp=[["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 xp=[["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 Mp=[["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 gp=[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2"}],["path",{d:"M3 10h18"}],["path",{d:"m14 14-4 4"}],["path",{d:"m10 14 4 4"}]];var vp=[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2"}],["path",{d:"M3 10h18"}]];var yp=[["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 wp=[["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 Cp=[["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 bp=[["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 Sp=[["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 Ap=[["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 kp=[["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 Na=[["rect",{width:"18",height:"14",x:"3",y:"5",rx:"2",ry:"2"}],["path",{d:"M7 15h4M15 15h2M7 11h2M13 11h4"}]];var Hp=[["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 Tp=[["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 Bp=[["path",{d:"M12 14v4"}],["path",{d:"M14.172 2a2 2 0 0 1 1.414.586l3.828 3.828A2 2 0 0 1 20 7.828V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2z"}],["path",{d:"M8 14h8"}],["rect",{x:"8",y:"10",width:"8",height:"8",rx:"1"}]];var Vp=[["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 Ep=[["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 Rp=[["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 Fp=[["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 Dp=[["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 Wp=[["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 Ip=[["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 Op=[["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 zp=[["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 $a=[["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 _a=[["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 qp=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M7 11h8"}],["path",{d:"M7 16h3"}],["path",{d:"M7 6h12"}]];var Up=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M7 11h8"}],["path",{d:"M7 16h12"}],["path",{d:"M7 6h3"}]];var Np=[["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 Ga=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M7 16h8"}],["path",{d:"M7 11h12"}],["path",{d:"M7 6h3"}]];var Za=[["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 ja=[["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 $p=[["path",{d:"M13 17V9"}],["path",{d:"M18 17v-3"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M8 17V5"}]];var Xa=[["path",{d:"M13 17V9"}],["path",{d:"M18 17V5"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M8 17v-3"}]];var _p=[["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 Ja=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M18 17V9"}],["path",{d:"M13 17V5"}],["path",{d:"M8 17v-3"}]];var Gp=[["path",{d:"M10 6h8"}],["path",{d:"M12 16h6"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M8 11h7"}]];var Ka=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"m19 9-5 5-4-4-3 3"}]];var Zp=[["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 jp=[["path",{d:"M5 21V3"}],["path",{d:"M12 21V9"}],["path",{d:"M19 21v-6"}]];var Ya=[["path",{d:"M5 21v-6"}],["path",{d:"M12 21V9"}],["path",{d:"M19 21V3"}]];var Qa=[["path",{d:"M5 21v-6"}],["path",{d:"M12 21V3"}],["path",{d:"M19 21V9"}]];var Xp=[["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 tr=[["path",{d:"M6 5h12"}],["path",{d:"M4 12h10"}],["path",{d:"M12 19h8"}]];var er=[["path",{d:"M21 12c.552 0 1.005-.449.95-.998a10 10 0 0 0-8.953-8.951c-.55-.055-.998.398-.998.95v8a1 1 0 0 0 1 1z"}],["path",{d:"M21.21 15.89A10 10 0 1 1 8 2.83"}]];var ar=[["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 Jp=[["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 Kp=[["path",{d:"M18 6 7 17l-5-5"}],["path",{d:"m22 10-7.5 7.5L13 16"}]];var Yp=[["path",{d:"M20 4L9 15"}],["path",{d:"M21 19L3 19"}],["path",{d:"M9 15L4 10"}]];var Qp=[["path",{d:"M20 6 9 17l-5-5"}]];var ti=[["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 ei=[["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 ai=[["path",{d:"m6 9 6 6 6-6"}]];var ri=[["path",{d:"m17 18-6-6 6-6"}],["path",{d:"M7 6v12"}]];var oi=[["path",{d:"m7 18 6-6-6-6"}],["path",{d:"M17 6v12"}]];var si=[["path",{d:"m15 18-6-6 6-6"}]];var di=[["path",{d:"m9 18 6-6-6-6"}]];var li=[["path",{d:"m18 15-6-6-6 6"}]];var ni=[["path",{d:"m7 20 5-5 5 5"}],["path",{d:"m7 4 5 5 5-5"}]];var pi=[["path",{d:"m7 6 5 5 5-5"}],["path",{d:"m7 13 5 5 5-5"}]];var ii=[["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 hi=[["path",{d:"m9 7-5 5 5 5"}],["path",{d:"m15 7 5 5-5 5"}]];var fi=[["path",{d:"m11 17-5-5 5-5"}],["path",{d:"m18 17-5-5 5-5"}]];var ci=[["path",{d:"m20 17-5-5 5-5"}],["path",{d:"m4 17 5-5-5-5"}]];var ui=[["path",{d:"m6 17 5-5-5-5"}],["path",{d:"m13 17 5-5-5-5"}]];var mi=[["path",{d:"m7 15 5 5 5-5"}],["path",{d:"m7 9 5-5 5 5"}]];var xi=[["path",{d:"m17 11-5-5-5 5"}],["path",{d:"m17 18-5-5-5 5"}]];var rr=[["path",{d:"M10.88 21.94 15.46 14"}],["path",{d:"M21.17 8H12"}],["path",{d:"M3.95 6.06 8.54 14"}],["circle",{cx:"12",cy:"12",r:"10"}],["circle",{cx:"12",cy:"12",r:"4"}]];var Mi=[["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 gi=[["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 vi=[["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 or=[["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 sr=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 8v8"}],["path",{d:"m8 12 4 4 4-4"}]];var dr=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m12 8-4 4 4 4"}],["path",{d:"M16 12H8"}]];var lr=[["path",{d:"M2 12a10 10 0 1 1 10 10"}],["path",{d:"m2 22 10-10"}],["path",{d:"M8 22H2v-6"}]];var nr=[["path",{d:"M12 22a10 10 0 1 1 10-10"}],["path",{d:"M22 22 12 12"}],["path",{d:"M22 16v6h-6"}]];var pr=[["path",{d:"M2 8V2h6"}],["path",{d:"m2 2 10 10"}],["path",{d:"M12 2A10 10 0 1 1 2 12"}]];var ir=[["path",{d:"M22 12A10 10 0 1 1 12 2"}],["path",{d:"M22 2 12 12"}],["path",{d:"M16 2h6v6"}]];var hr=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m12 16 4-4-4-4"}],["path",{d:"M8 12h8"}]];var fr=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m16 12-4-4-4 4"}],["path",{d:"M12 16V8"}]];var cr=[["path",{d:"M21.801 10A10 10 0 1 1 17 3.335"}],["path",{d:"m9 11 3 3L22 4"}]];var ur=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m9 12 2 2 4-4"}]];var mr=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m16 10-4 4-4-4"}]];var xr=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m14 16-4-4 4-4"}]];var Mr=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m10 8 4 4-4 4"}]];var gr=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m8 14 4-4 4 4"}]];var yi=[["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 vr=[["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 wi=[["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 Ci=[["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 bi=[["circle",{cx:"12",cy:"12",r:"10"}],["circle",{cx:"12",cy:"12",r:"1"}]];var Si=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M17 12h.01"}],["path",{d:"M12 12h.01"}],["path",{d:"M7 12h.01"}]];var Ai=[["path",{d:"M7 10h10"}],["path",{d:"M7 14h10"}],["circle",{cx:"12",cy:"12",r:"10"}]];var ki=[["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 Hi=[["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 yr=[["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 wr=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M8 12h8"}]];var Li=[["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 Cr=[["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 br=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M9 17V7h4a3 3 0 0 1 0 6H9"}]];var Sr=[["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 Ar=[["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 Hr=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M8 12h8"}],["path",{d:"M12 8v8"}]];var Ti=[["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 Lr=[["path",{d:"M12 7v4"}],["path",{d:"M7.998 9.003a5 5 0 1 0 8-.005"}],["circle",{cx:"12",cy:"12",r:"10"}]];var aa=[["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 Tr=[["path",{d:"M22 2 2 22"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Pi=[["circle",{cx:"12",cy:"12",r:"10"}],["line",{x1:"9",x2:"15",y1:"15",y2:"9"}]];var Bi=[["circle",{cx:"12",cy:"12",r:"6"}]];var Vi=[["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 Pr=[["circle",{cx:"12",cy:"12",r:"10"}],["rect",{x:"9",y:"9",width:"6",height:"6",rx:"1"}]];var Br=[["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 Vr=[["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 Er=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m15 9-6 6"}],["path",{d:"m9 9 6 6"}]];var Ei=[["circle",{cx:"12",cy:"12",r:"10"}]];var Ri=[["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 Fi=[["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 Di=[["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 Wi=[["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 Ii=[["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 Oi=[["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 zi=[["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 qi=[["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 Ui=[["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 Rr=[["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 Fr=[["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 Ni=[["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 $i=[["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 _i=[["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 Gi=[["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 Zi=[["path",{d:"M12 6v6l2-4"}],["circle",{cx:"12",cy:"12",r:"10"}]];var ji=[["path",{d:"M12 6v6l-4-2"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Xi=[["path",{d:"M12 6v6l-2-4"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Ji=[["path",{d:"M12 6v6"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Ki=[["path",{d:"M12 6v6l4-2"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Yi=[["path",{d:"M12 6v6h4"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Qi=[["path",{d:"M12 6v6l4 2"}],["circle",{cx:"12",cy:"12",r:"10"}]];var th=[["path",{d:"M12 6v6l2 4"}],["circle",{cx:"12",cy:"12",r:"10"}]];var eh=[["path",{d:"M12 6v10"}],["circle",{cx:"12",cy:"12",r:"10"}]];var ah=[["path",{d:"M12 6v6l-2 4"}],["circle",{cx:"12",cy:"12",r:"10"}]];var rh=[["path",{d:"M12 6v6l-4 2"}],["circle",{cx:"12",cy:"12",r:"10"}]];var oh=[["path",{d:"M12 6v6H8"}],["circle",{cx:"12",cy:"12",r:"10"}]];var sh=[["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 dh=[["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 lh=[["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 ph=[["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 ih=[["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 hh=[["path",{d:"M12 6v6l4 2"}],["circle",{cx:"12",cy:"12",r:"10"}]];var fh=[["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 ch=[["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 uh=[["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 mh=[["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 Dr=[["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 xh=[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242"}],["path",{d:"M8 19v1"}],["path",{d:"M8 14v1"}],["path",{d:"M16 19v1"}],["path",{d:"M16 14v1"}],["path",{d:"M12 21v1"}],["path",{d:"M12 16v1"}]];var Mh=[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242"}],["path",{d:"M16 17H7"}],["path",{d:"M17 21H9"}]];var gh=[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242"}],["path",{d:"M16 14v2"}],["path",{d:"M8 14v2"}],["path",{d:"M16 20h.01"}],["path",{d:"M8 20h.01"}],["path",{d:"M12 16v2"}],["path",{d:"M12 22h.01"}]];var vh=[["path",{d:"M6 16.326A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 .5 8.973"}],["path",{d:"m13 12-3 5h4l-3 5"}]];var yh=[["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 wh=[["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 Ch=[["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 bh=[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242"}],["path",{d:"m9.2 22 3-7"}],["path",{d:"m9 13-3 7"}],["path",{d:"m17 13-3 7"}]];var Sh=[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242"}],["path",{d:"M16 14v6"}],["path",{d:"M8 14v6"}],["path",{d:"M12 16v6"}]];var Ah=[["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 kh=[["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 Hh=[["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 Wr=[["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 Lh=[["path",{d:"M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z"}]];var Th=[["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 Ph=[["path",{d:"M16.17 7.83 2 22"}],["path",{d:"M4.02 12a2.827 2.827 0 1 1 3.81-4.17A2.827 2.827 0 1 1 12 4.02a2.827 2.827 0 1 1 4.17 3.81A2.827 2.827 0 1 1 19.98 12a2.827 2.827 0 1 1-3.81 4.17A2.827 2.827 0 1 1 12 19.98a2.827 2.827 0 1 1-4.17-3.81A1 1 0 1 1 4 12"}],["path",{d:"m7.83 7.83 8.34 8.34"}]];var Bh=[["path",{d:"M17.28 9.05a5.5 5.5 0 1 0-10.56 0A5.5 5.5 0 1 0 12 17.66a5.5 5.5 0 1 0 5.28-8.6Z"}],["path",{d:"M12 17.66L12 22"}]];var Ir=[["path",{d:"m18 16 4-4-4-4"}],["path",{d:"m6 8-4 4 4 4"}],["path",{d:"m14.5 4-5 16"}]];var Vh=[["path",{d:"m16 18 6-6-6-6"}],["path",{d:"m8 6-6 6 6 6"}]];var Eh=[["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 Rh=[["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 Fh=[["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 Dh=[["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 Wh=[["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 Or=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M12 3v18"}]];var ra=[["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 zr=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}],["path",{d:"M15 3v18"}]];var Ih=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M7.5 3v18"}],["path",{d:"M12 3v18"}],["path",{d:"M16.5 3v18"}]];var Oh=[["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 zh=[["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 qh=[["path",{d:"m16.24 7.76-1.804 5.411a2 2 0 0 1-1.265 1.265L7.76 16.24l1.804-5.411a2 2 0 0 1 1.265-1.265z"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Uh=[["path",{d:"M15.536 11.293a1 1 0 0 0 0 1.414l2.376 2.377a1 1 0 0 0 1.414 0l2.377-2.377a1 1 0 0 0 0-1.414l-2.377-2.377a1 1 0 0 0-1.414 0z"}],["path",{d:"M2.297 11.293a1 1 0 0 0 0 1.414l2.377 2.377a1 1 0 0 0 1.414 0l2.377-2.377a1 1 0 0 0 0-1.414L6.088 8.916a1 1 0 0 0-1.414 0z"}],["path",{d:"M8.916 17.912a1 1 0 0 0 0 1.415l2.377 2.376a1 1 0 0 0 1.414 0l2.377-2.376a1 1 0 0 0 0-1.415l-2.377-2.376a1 1 0 0 0-1.414 0z"}],["path",{d:"M8.916 4.674a1 1 0 0 0 0 1.414l2.377 2.376a1 1 0 0 0 1.414 0l2.377-2.376a1 1 0 0 0 0-1.414l-2.377-2.377a1 1 0 0 0-1.414 0z"}]];var Nh=[["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 $h=[["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 _h=[["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 Gh=[["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 qr=[["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 Zh=[["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 jh=[["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 Xh=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 18a6 6 0 0 0 0-12v12z"}]];var Jh=[["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 Kh=[["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 Yh=[["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 Qh=[["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 tf=[["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 ef=[["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 af=[["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 rf=[["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 of=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M9.17 14.83a4 4 0 1 0 0-5.66"}]];var sf=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M14.83 14.83a4 4 0 1 1 0-5.66"}]];var df=[["path",{d:"M20 4v7a4 4 0 0 1-4 4H4"}],["path",{d:"m9 10-5 5 5 5"}]];var lf=[["path",{d:"m15 10 5 5-5 5"}],["path",{d:"M4 4v7a4 4 0 0 0 4 4h12"}]];var nf=[["path",{d:"m14 15-5 5-5-5"}],["path",{d:"M20 4h-7a4 4 0 0 0-4 4v12"}]];var pf=[["path",{d:"M14 9 9 4 4 9"}],["path",{d:"M20 20h-7a4 4 0 0 1-4-4V4"}]];var hf=[["path",{d:"m10 15 5 5 5-5"}],["path",{d:"M4 4h7a4 4 0 0 1 4 4v12"}]];var ff=[["path",{d:"m10 9 5-5 5 5"}],["path",{d:"M4 20h7a4 4 0 0 0 4-4V4"}]];var cf=[["path",{d:"M20 20v-7a4 4 0 0 0-4-4H4"}],["path",{d:"M9 14 4 9l5-5"}]];var uf=[["path",{d:"m15 14 5-5-5-5"}],["path",{d:"M4 20v-7a4 4 0 0 1 4-4h12"}]];var mf=[["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 xf=[["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 Mf=[["rect",{width:"20",height:"14",x:"2",y:"5",rx:"2"}],["line",{x1:"2",x2:"22",y1:"10",y2:"10"}]];var gf=[["path",{d:"M10.2 18H4.774a1.5 1.5 0 0 1-1.352-.97 11 11 0 0 1 .132-6.487"}],["path",{d:"M18 10.2V4.774a1.5 1.5 0 0 0-.97-1.352 11 11 0 0 0-6.486.132"}],["path",{d:"M18 5a4 3 0 0 1 4 3 2 2 0 0 1-2 2 10 10 0 0 0-5.139 1.42"}],["path",{d:"M5 18a3 4 0 0 0 3 4 2 2 0 0 0 2-2 10 10 0 0 1 1.42-5.14"}],["path",{d:"M8.709 2.554a10 10 0 0 0-6.155 6.155 1.5 1.5 0 0 0 .676 1.626l9.807 5.42a2 2 0 0 0 2.718-2.718l-5.42-9.807a1.5 1.5 0 0 0-1.626-.676"}]];var vf=[["path",{d:"M6 2v14a2 2 0 0 0 2 2h14"}],["path",{d:"M18 22V8a2 2 0 0 0-2-2H2"}]];var yf=[["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 wf=[["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 Cf=[["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 bf=[["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 Sf=[["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 Af=[["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 kf=[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3"}],["path",{d:"M3 5v14a9 3 0 0 0 18 0V5"}]];var Hf=[["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 Tf=[["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 Bf=[["path",{d:"m13 21-3-3 3-3"}],["path",{d:"M20 18H10"}],["path",{d:"M3 11h.01"}],["rect",{x:"6",y:"3",width:"5",height:"8",rx:"2.5"}]];var Vf=[["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 Ef=[["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 Rf=[["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 Ff=[["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 Df=[["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 Ur=[["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 Wf=[["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 If=[["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 Of=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["path",{d:"M12 12h.01"}]];var zf=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["path",{d:"M15 9h.01"}],["path",{d:"M9 15h.01"}]];var qf=[["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 Uf=[["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 Nf=[["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 $f=[["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 _f=[["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 Gf=[["path",{d:"M12 3v14"}],["path",{d:"M5 10h14"}],["path",{d:"M5 21h14"}]];var Zf=[["circle",{cx:"12",cy:"12",r:"10"}],["circle",{cx:"12",cy:"12",r:"4"}],["path",{d:"M12 12h.01"}]];var jf=[["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 Xf=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["circle",{cx:"12",cy:"12",r:"5"}],["path",{d:"M12 12h.01"}]];var Jf=[["circle",{cx:"12",cy:"12",r:"10"}],["circle",{cx:"12",cy:"12",r:"2"}]];var Kf=[["circle",{cx:"12",cy:"6",r:"1"}],["line",{x1:"5",x2:"19",y1:"12",y2:"12"}],["circle",{cx:"12",cy:"18",r:"1"}]];var Yf=[["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 Qf=[["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 tc=[["path",{d:"M2 8h20"}],["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2"}],["path",{d:"M6 16h12"}]];var ec=[["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 ac=[["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 rc=[["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 oc=[["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 sc=[["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 dc=[["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 lc=[["circle",{cx:"12.1",cy:"12.1",r:"1"}]];var nc=[["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 pc=[["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 ic=[["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 hc=[["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 fc=[["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 cc=[["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 uc=[["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 mc=[["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 xc=[["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 Mc=[["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 gc=[["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 vc=[["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 yc=[["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 wc=[["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 Cc=[["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 Nr=[["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 bc=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 2a7 7 0 1 0 10 10"}]];var Sc=[["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 Ac=[["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 kc=[["path",{d:"M12 2C8 2 4 8 4 14a8 8 0 0 0 16 0c0-6-4-12-8-12"}]];var $r=[["circle",{cx:"12",cy:"12",r:"1"}],["circle",{cx:"12",cy:"5",r:"1"}],["circle",{cx:"12",cy:"19",r:"1"}]];var _r=[["circle",{cx:"12",cy:"12",r:"1"}],["circle",{cx:"19",cy:"12",r:"1"}],["circle",{cx:"5",cy:"12",r:"1"}]];var Hc=[["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 Lc=[["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 Tc=[["line",{x1:"5",x2:"19",y1:"9",y2:"9"}],["line",{x1:"5",x2:"19",y1:"15",y2:"15"}]];var Pc=[["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 Bc=[["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 Vc=[["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 Ec=[["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 Rc=[["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 Fc=[["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 Dc=[["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 Wc=[["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 Ic=[["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 Oc=[["path",{d:"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"}]];var zc=[["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 qc=[["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 Uc=[["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 Nc=[["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 $c=[["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 _c=[["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 Gc=[["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 Zc=[["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 Gr=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 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 Zr=[["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 jc=[["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 jr=[["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 Xr=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 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 Jr=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 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 Kr=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 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 Yr=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 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 Qr=[["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 to=[["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 Xc=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 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 Jc=[["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 eo=[["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 Kc=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 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 ao=[["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 Yc=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 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 Qc=[["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 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:"M12 18v-6"}],["path",{d:"m9 15 3 3 3-3"}]];var ro=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 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 oa=[["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 eu=[["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 au=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 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 ru=[["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 oo=[["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 so=[["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 lo=[["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 ou=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 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 su=[["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 du=[["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 no=[["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 po=[["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 io=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"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 ho=[["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 lu=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 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 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:"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 co=[["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 pu=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 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 uo=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M8 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 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"}],["path",{d:"M8 12h8"}],["path",{d:"M10 11v2"}],["path",{d:"M8 17h8"}],["path",{d:"M14 16v2"}]];var hu=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 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 fu=[["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 cu=[["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 uu=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"m8 16 2-2-2-2"}],["path",{d:"M12 18h4"}]];var mu=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 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 mo=[["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 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:"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 Mu=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 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 gu=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M16 22a4 4 0 0 0-8 0"}],["circle",{cx:"12",cy:"15",r:"3"}]];var xo=[["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 vu=[["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 Mo=[["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 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:"m14.5 12.5-5 5"}],["path",{d:"m9.5 12.5 5 5"}]];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"}]];var Cu=[["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 bu=[["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 Su=[["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 Au=[["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 ku=[["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 Hu=[["path",{d:"M2 16s9-15 20-4C11 23 2 8 2 8"}]];var Lu=[["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 Tu=[["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 Pu=[["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 Bu=[["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 Vu=[["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 Eu=[["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 Ru=[["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 Fu=[["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 Du=[["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 Wu=[["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 Iu=[["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 Ou=[["path",{d:"M10 2v6.292a7 7 0 1 0 4 0V2"}],["path",{d:"M5 15h14"}],["path",{d:"M8.5 2h7"}]];var zu=[["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 qu=[["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 Uu=[["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 Nu=[["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 $u=[["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 _u=[["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 Gu=[["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 Zu=[["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 ju=[["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 Xu=[["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 Ju=[["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 Ku=[["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 Yu=[["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 Qu=[["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 go=[["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 tm=[["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 em=[["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 am=[["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 rm=[["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 om=[["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 sm=[["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 dm=[["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 lm=[["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 pm=[["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 im=[["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 hm=[["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 fm=[["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 vo=[["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 cm=[["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 um=[["path",{d:"M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z"}],["circle",{cx:"12",cy:"13",r:"2"}],["path",{d:"M12 15v5"}]];var mm=[["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 xm=[["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 Mm=[["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 gm=[["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 vm=[["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 ym=[["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 wm=[["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 Cm=[["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 bm=[["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 Sm=[["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 Am=[["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 km=[["path",{d:"m15 17 5-5-5-5"}],["path",{d:"M4 18v-2a4 4 0 0 1 4-4h12"}]];var Hm=[["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 Lm=[["path",{d:"M5 16V9h14V2H5l14 14h-7m-7 0 7 7v-7m-7 0h7"}]];var Tm=[["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 Pm=[["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 Bm=[["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 Vm=[["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 yo=[["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 wo=[["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 Em=[["path",{d:"M2 7v10"}],["path",{d:"M6 5v14"}],["rect",{width:"12",height:"18",x:"10",y:"3",rx:"2"}]];var Rm=[["path",{d:"M2 3v18"}],["rect",{width:"12",height:"18",x:"6",y:"3",rx:"2"}],["path",{d:"M22 3v18"}]];var Fm=[["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 Dm=[["path",{d:"M7 2h10"}],["path",{d:"M5 6h14"}],["rect",{width:"18",height:"12",x:"3",y:"10",rx:"2"}]];var Wm=[["path",{d:"M3 2h18"}],["rect",{width:"18",height:"12",x:"3",y:"6",rx:"2"}],["path",{d:"M3 22h18"}]];var Im=[["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 Om=[["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 zm=[["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 qm=[["path",{d:"m12 14 4-4"}],["path",{d:"M3.34 19a10 10 0 1 1 17.32 0"}]];var Um=[["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 Nm=[["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 $m=[["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 _m=[["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 Gm=[["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 Zm=[["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 jm=[["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 Xm=[["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 Co=[["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 Jm=[["path",{d:"M12 3v6"}],["circle",{cx:"12",cy:"12",r:"3"}],["path",{d:"M12 15v6"}]];var Km=[["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 Ym=[["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 Qm=[["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 tx=[["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 ex=[["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 ax=[["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 rx=[["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 ox=[["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 sx=[["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 dx=[["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 lx=[["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 px=[["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 ix=[["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 hx=[["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 fx=[["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 cx=[["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 ux=[["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 mx=[["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 xx=[["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 Mx=[["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 bo=[["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 So=[["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 Ao=[["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 gx=[["path",{d:"M15 3v18"}],["path",{d:"M3 12h18"}],["path",{d:"M9 3v18"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}]];var sa=[["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 vx=[["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 yx=[["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 wx=[["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 Cx=[["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 bx=[["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 Sx=[["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 Ax=[["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 kx=[["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 Hx=[["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 Lx=[["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 Ho=[["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 Tx=[["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 Lo=[["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 Px=[["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 Bx=[["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 Vx=[["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 Ex=[["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 Rx=[["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 Fx=[["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 Dx=[["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 Wx=[["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 Ix=[["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 Ox=[["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 zx=[["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 qx=[["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 Ux=[["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 Nx=[["path",{d:"M4 12h8"}],["path",{d:"M4 18V6"}],["path",{d:"M12 18V6"}],["path",{d:"m17 12 3-2v8"}]];var $x=[["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 _x=[["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 Gx=[["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 Zx=[["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 jx=[["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 Xx=[["path",{d:"M6 12h12"}],["path",{d:"M6 20V4"}],["path",{d:"M18 20V4"}]];var Jx=[["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 Kx=[["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 Yx=[["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 Qx=[["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 t4=[["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 e4=[["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 a4=[["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 r4=[["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 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"}],["path",{d:"M3.22 13H9.5l.5-1 2 4.5 2-7 1.5 3.5h5.27"}]];var s4=[["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 d4=[["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 l4=[["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 p4=[["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 i4=[["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 h4=[["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 f4=[["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 c4=[["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 u4=[["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 m4=[["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 x4=[["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 M4=[["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 g4=[["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 v4=[["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 To=[["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 Po=[["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 Bo=[["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 y4=[["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 w4=[["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 C4=[["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 b4=[["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 S4=[["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 A4=[["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 k4=[["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 H4=[["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 L4=[["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 T4=[["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 P4=[["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 B4=[["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 V4=[["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 E4=[["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 R4=[["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 F4=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 16v-4"}],["path",{d:"M12 8h.01"}]];var D4=[["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 W4=[["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 I4=[["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 O4=[["path",{d:"m16 14 4 4-4 4"}],["path",{d:"M20 10a8 8 0 1 0-8 8h8"}]];var z4=[["path",{d:"M4 10a8 8 0 1 1 8 8H4"}],["path",{d:"m8 22-4-4 4-4"}]];var q4=[["path",{d:"M12 9.5V21m0-11.5L6 3m6 6.5L18 3"}],["path",{d:"M6 15h12"}],["path",{d:"M6 11h12"}]];var U4=[["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 N4=[["path",{d:"M5 3v14"}],["path",{d:"M12 3v8"}],["path",{d:"M19 3v18"}]];var $4=[["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 _4=[["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 G4=[["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 Z4=[["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 j4=[["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 X4=[["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 J4=[["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 K4=[["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 Y4=[["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 Q4=[["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 t5=[["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 e5=[["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 a5=[["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 r5=[["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 o5=[["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 s5=[["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 d5=[["path",{d:"M2 20h20"}],["path",{d:"m9 10 2 2 4-4"}],["rect",{x:"3",y:"4",width:"18",height:"12",rx:"2"}]];var Vo=[["rect",{width:"18",height:"12",x:"3",y:"4",rx:"2",ry:"2"}],["line",{x1:"2",x2:"22",y1:"20",y2:"20"}]];var l5=[["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 p5=[["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 i5=[["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 h5=[["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 Eo=[["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 f5=[["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 c5=[["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 u5=[["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 m5=[["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 x5=[["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 M5=[["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 g5=[["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 v5=[["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 y5=[["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 w5=[["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 C5=[["path",{d:"m16 6 4 14"}],["path",{d:"M12 6v14"}],["path",{d:"M8 8v12"}],["path",{d:"M4 4v16"}]];var b5=[["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 S5=[["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 A5=[["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 k5=[["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 H5=[["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 L5=[["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 T5=[["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 P5=[["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 B5=[["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 V5=[["path",{d:"M16 5H3"}],["path",{d:"M16 12H3"}],["path",{d:"M11 19H3"}],["path",{d:"m15 18 2 2 4-4"}]];var E5=[["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 R5=[["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 F5=[["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 D5=[["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 W5=[["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 I5=[["path",{d:"M12 5H2"}],["path",{d:"M6 12h12"}],["path",{d:"M9 19h6"}],["path",{d:"M16 5h6"}],["path",{d:"M19 8V2"}]];var O5=[["path",{d:"M2 5h20"}],["path",{d:"M6 12h12"}],["path",{d:"M9 19h6"}]];var da=[["path",{d:"M21 5H11"}],["path",{d:"M21 12H11"}],["path",{d:"M21 19H11"}],["path",{d:"m7 8-4 4 4 4"}]];var la=[["path",{d:"M21 5H11"}],["path",{d:"M21 12H11"}],["path",{d:"M21 19H11"}],["path",{d:"m3 8 4 4-4 4"}]];var z5=[["path",{d:"M16 5H3"}],["path",{d:"M11 12H3"}],["path",{d:"M16 19H3"}],["path",{d:"M21 12h-6"}]];var q5=[["path",{d:"M16 5H3"}],["path",{d:"M11 12H3"}],["path",{d:"M11 19H3"}],["path",{d:"M21 16V5"}],["circle",{cx:"18",cy:"16",r:"3"}]];var U5=[["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 N5=[["path",{d:"M16 5H3"}],["path",{d:"M11 12H3"}],["path",{d:"M16 19H3"}],["path",{d:"M18 9v6"}],["path",{d:"M21 12h-6"}]];var $5=[["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 _5=[["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 G5=[["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 Z5=[["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 j5=[["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 X5=[["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 J5=[["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 Ro=[["path",{d:"M21 12a9 9 0 1 1-6.219-8.56"}]];var K5=[["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 Y5=[["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 Q5=[["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 t3=[["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 e3=[["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 Fo=[["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 a3=[["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 Do=[["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 r3=[["rect",{width:"18",height:"11",x:"3",y:"11",rx:"2",ry:"2"}],["path",{d:"M7 11V7a5 5 0 0 1 10 0v4"}]];var o3=[["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 s3=[["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 d3=[["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 l3=[["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 p3=[["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 i3=[["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 h3=[["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 f3=[["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 c3=[["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 Wo=[["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 u3=[["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 m3=[["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 x3=[["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 M3=[["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 g3=[["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 v3=[["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 y3=[["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 w3=[["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 C3=[["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 b3=[["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 S3=[["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 A3=[["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 k3=[["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 Io=[["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 H3=[["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 L3=[["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 T3=[["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 P3=[["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 B3=[["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 V3=[["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 E3=[["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 R3=[["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 F3=[["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 D3=[["path",{d:"M16 3h5v5"}],["path",{d:"m21 3-6.75 6.75"}],["circle",{cx:"10",cy:"14",r:"6"}]];var W3=[["path",{d:"M8 22h8"}],["path",{d:"M12 11v11"}],["path",{d:"m19 3-7 8-7-8Z"}]];var I3=[["path",{d:"M15 3h6v6"}],["path",{d:"m21 3-7 7"}],["path",{d:"m3 21 7-7"}],["path",{d:"M9 21H3v-6"}]];var O3=[["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 z3=[["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 q3=[["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 U3=[["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 N3=[["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 $3=[["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 _3=[["path",{d:"M4 5h16"}],["path",{d:"M4 12h16"}],["path",{d:"M4 19h16"}]];var G3=[["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 Z3=[["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 j3=[["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 X3=[["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 J3=[["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 K3=[["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 Y3=[["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 Oo=[["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 Q3=[["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 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:"M12 8v4"}],["path",{d:"M12 16h.01"}]];var e8=[["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 a8=[["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 r8=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z"}],["path",{d:"m10 8-3 3 3 3"}],["path",{d:"m14 14 3-3-3-3"}]];var o8=[["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 s8=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z"}],["path",{d:"M10 15h4"}],["path",{d:"M10 9h4"}],["path",{d:"M12 7v4"}]];var d8=[["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 l8=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z"}],["path",{d:"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 p8=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z"}],["path",{d:"M12 11h.01"}],["path",{d:"M16 11h.01"}],["path",{d:"M8 11h.01"}]];var i8=[["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 h8=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z"}],["path",{d:"M12 8v6"}],["path",{d:"M9 11h6"}]];var f8=[["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 c8=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z"}],["path",{d:"m10 8-3 3 3 3"}],["path",{d:"M17 14v-1a2 2 0 0 0-2-2H7"}]];var u8=[["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 m8=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z"}],["path",{d:"M7 11h10"}],["path",{d:"M7 15h6"}],["path",{d:"M7 7h8"}]];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:"M12 15h.01"}],["path",{d:"M12 7v4"}]];var M8=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z"}],["path",{d:"m14.5 8.5-5 5"}],["path",{d:"m9.5 8.5 5 5"}]];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"}]];var v8=[["path",{d:"M16 10a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 14.286V4a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z"}],["path",{d:"M20 9a2 2 0 0 1 2 2v10.286a.71.71 0 0 1-1.212.502l-2.202-2.202A2 2 0 0 0 17.172 19H10a2 2 0 0 1-2-2v-1"}]];var y8=[["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 zo=[["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 w8=[["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 C8=[["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 b8=[["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 S8=[["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 A8=[["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 k8=[["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 H8=[["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 L8=[["path",{d:"m14 10 7-7"}],["path",{d:"M20 10h-6V4"}],["path",{d:"m3 21 7-7"}],["path",{d:"M4 14h6v6"}]];var T8=[["path",{d:"M8 3v3a2 2 0 0 1-2 2H3"}],["path",{d:"M21 8h-3a2 2 0 0 1-2-2V3"}],["path",{d:"M3 16h3a2 2 0 0 1 2 2v3"}],["path",{d:"M16 21v-3a2 2 0 0 1 2-2h3"}]];var P8=[["path",{d:"M5 12h14"}]];var B8=[["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 V8=[["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 E8=[["path",{d:"M12 17v4"}],["path",{d:"m14.305 7.53.923-.382"}],["path",{d:"m15.228 4.852-.923-.383"}],["path",{d:"m16.852 3.228-.383-.924"}],["path",{d:"m16.852 8.772-.383.923"}],["path",{d:"m19.148 3.228.383-.924"}],["path",{d:"m19.53 9.696-.382-.924"}],["path",{d:"m20.772 4.852.924-.383"}],["path",{d:"m20.772 7.148.924.383"}],["path",{d:"M22 13v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7"}],["path",{d:"M8 21h8"}],["circle",{cx:"18",cy:"6",r:"3"}]];var R8=[["path",{d:"M12 17v4"}],["path",{d:"M22 12.307V15a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h8.693"}],["path",{d:"M8 21h8"}],["circle",{cx:"19",cy:"6",r:"3"}]];var F8=[["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 D8=[["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 W8=[["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 I8=[["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 O8=[["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 z8=[["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 q8=[["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 U8=[["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 N8=[["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 $8=[["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 _8=[["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 G8=[["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 Z8=[["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 j8=[["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 X8=[["path",{d:"m8 3 4 8 5-5 5 15H2L8 3z"}]];var J8=[["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 K8=[["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 Y8=[["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 Q8=[["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 t6=[["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 e6=[["rect",{x:"5",y:"2",width:"14",height:"20",rx:"7"}],["path",{d:"M12 6v4"}]];var qo=[["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 a6=[["path",{d:"M19 13v6h-6"}],["path",{d:"M5 11V5h6"}],["path",{d:"m5 5 14 14"}]];var r6=[["path",{d:"M11 19H5v-6"}],["path",{d:"M13 5h6v6"}],["path",{d:"M19 5 5 19"}]];var o6=[["path",{d:"M11 19H5V13"}],["path",{d:"M19 5L5 19"}]];var s6=[["path",{d:"M19 13V19H13"}],["path",{d:"M5 5L19 19"}]];var d6=[["path",{d:"M8 18L12 22L16 18"}],["path",{d:"M12 2V22"}]];var l6=[["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 p6=[["path",{d:"M18 8L22 12L18 16"}],["path",{d:"M2 12H22"}]];var i6=[["path",{d:"M5 11V5H11"}],["path",{d:"M5 5L19 19"}]];var h6=[["path",{d:"M13 5H19V11"}],["path",{d:"M19 5L5 19"}]];var f6=[["path",{d:"M8 6L12 2L16 6"}],["path",{d:"M12 2V22"}]];var c6=[["path",{d:"M12 2v20"}],["path",{d:"m8 18 4 4 4-4"}],["path",{d:"m8 6 4-4 4 4"}]];var u6=[["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 m6=[["circle",{cx:"8",cy:"18",r:"4"}],["path",{d:"M12 18V2l7 4"}]];var x6=[["circle",{cx:"12",cy:"18",r:"4"}],["path",{d:"M16 18V2"}]];var M6=[["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 g6=[["path",{d:"M9 18V5l12-2v13"}],["circle",{cx:"6",cy:"18",r:"3"}],["circle",{cx:"18",cy:"16",r:"3"}]];var v6=[["path",{d:"M9.31 9.31 5 21l7-4 7 4-1.17-3.17"}],["path",{d:"M14.53 8.88 12 2l-1.17 3.17"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]];var y6=[["polygon",{points:"12 2 19 21 12 17 5 21 12 2"}]];var w6=[["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 C6=[["polygon",{points:"3 11 22 2 13 21 11 13 3 11"}]];var b6=[["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 S6=[["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 A6=[["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 k6=[["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 H6=[["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 L6=[["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 T6=[["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 P6=[["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 B6=[["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 V6=[["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 E6=[["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 R6=[["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 Uo=[["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 F6=[["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 No=[["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 $o=[["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 D6=[["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 W6=[["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 I6=[["path",{d:"M3 3h6l6 18h6"}],["path",{d:"M14 3h7"}]];var O6=[["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 z6=[["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 q6=[["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 U6=[["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 N6=[["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 $6=[["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 _6=[["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 G6=[["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 Z6=[["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 j6=[["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 X6=[["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 J6=[["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 _o=[["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 K6=[["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 Y6=[["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 Q6=[["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 tM=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 15h18"}],["path",{d:"m15 8-3 3-3-3"}]];var Go=[["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 eM=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 15h18"}],["path",{d:"m9 10 3-3 3 3"}]];var aM=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 15h18"}]];var Zo=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}],["path",{d:"m16 15-3-3 3-3"}]];var jo=[["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 Xo=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}],["path",{d:"m14 9 3 3-3 3"}]];var rM=[["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 Jo=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}]];var oM=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M15 3v18"}],["path",{d:"m8 9 3 3-3 3"}]];var Ko=[["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 sM=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M15 3v18"}],["path",{d:"m10 15-3-3 3-3"}]];var dM=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M15 3v18"}]];var lM=[["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 nM=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}],["path",{d:"m9 16 3-3 3 3"}]];var Yo=[["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 pM=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}],["path",{d:"m15 14-3 3-3-3"}]];var iM=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}]];var hM=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}],["path",{d:"M9 15h12"}]];var fM=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 15h12"}],["path",{d:"M15 3v18"}]];var Qo=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}],["path",{d:"M9 21V9"}]];var cM=[["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 uM=[["path",{d:"M8 21s-4-3-4-9 4-9 4-9"}],["path",{d:"M16 3s4 3 4 9-4 9-4 9"}]];var mM=[["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 xM=[["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 MM=[["rect",{x:"14",y:"3",width:"5",height:"18",rx:"1"}],["rect",{x:"5",y:"3",width:"5",height:"18",rx:"1"}]];var gM=[["circle",{cx:"11",cy:"4",r:"2"}],["circle",{cx:"18",cy:"8",r:"2"}],["circle",{cx:"20",cy:"16",r:"2"}],["path",{d:"M9 10a5 5 0 0 1 5 5v3.5a3.5 3.5 0 0 1-6.84 1.045Q6.52 17.48 4.46 16.84A3.5 3.5 0 0 1 5.5 10Z"}]];var vM=[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2"}],["path",{d:"M15 14h.01"}],["path",{d:"M9 6h6"}],["path",{d:"M9 10h6"}]];var t1=[["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 yM=[["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 wM=[["path",{d:"M15.707 21.293a1 1 0 0 1-1.414 0l-1.586-1.586a1 1 0 0 1 0-1.414l5.586-5.586a1 1 0 0 1 1.414 0l1.586 1.586a1 1 0 0 1 0 1.414z"}],["path",{d:"m18 13-1.375-6.874a1 1 0 0 0-.746-.776L3.235 2.028a1 1 0 0 0-1.207 1.207L5.35 15.879a1 1 0 0 0 .776.746L13 18"}],["path",{d:"m2.3 2.3 7.286 7.286"}],["circle",{cx:"11",cy:"11",r:"2"}]];var e1=[["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z"}]];var CM=[["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 bM=[["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 SM=[["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 AM=[["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 kM=[["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 HM=[["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 TM=[["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 BM=[["path",{d:"M14 6h8"}],["path",{d:"m18 2 4 4-4 4"}],["path",{d:"M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384"}]];var VM=[["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 EM=[["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 RM=[["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 FM=[["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 DM=[["path",{d:"M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384"}]];var WM=[["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 IM=[["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 OM=[["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 zM=[["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 qM=[["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 UM=[["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 NM=[["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 $M=[["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 _M=[["path",{d:"M13 4v16"}],["path",{d:"M17 4v16"}],["path",{d:"M19 4H9.5a4.5 4.5 0 0 0 0 9H13"}]];var GM=[["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 ZM=[["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 jM=[["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 XM=[["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 JM=[["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 KM=[["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 YM=[["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 QM=[["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 tg=[["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 eg=[["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 ag=[["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 a1=[["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 rg=[["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 og=[["path",{d:"M5 12h14"}],["path",{d:"M12 5v14"}]];var sg=[["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 dg=[["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 lg=[["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 ng=[["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 pg=[["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 ig=[["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 hg=[["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 fg=[["path",{d:"M18 7c0-5.333-8-5.333-8 0"}],["path",{d:"M10 7v14"}],["path",{d:"M6 21h12"}],["path",{d:"M6 13h10"}]];var cg=[["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 ug=[["path",{d:"M12 2v10"}],["path",{d:"M18.4 6.6a9 9 0 1 1-12.77.04"}]];var mg=[["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 xg=[["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 Mg=[["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 gg=[["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 vg=[["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 yg=[["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 wg=[["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 Cg=[["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 bg=[["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 Sg=[["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 Ag=[["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 kg=[["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 Hg=[["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 Lg=[["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 Tg=[["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 Pg=[["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 Bg=[["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 Vg=[["path",{d:"M5 15h14"}],["path",{d:"M5 9h14"}],["path",{d:"m14 20-5-5 6-6-5-5"}]];var Eg=[["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 Rg=[["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 Fg=[["rect",{width:"12",height:"20",x:"6",y:"2",rx:"2"}],["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2"}]];var Dg=[["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 Wg=[["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 Ig=[["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 Og=[["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 zg=[["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 qg=[["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 Ug=[["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 Ng=[["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 $g=[["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 _g=[["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 Gg=[["path",{d:"M14 4v16H3a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1z"}],["circle",{cx:"14",cy:"12",r:"8"}]];var r1=[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2"}],["path",{d:"M12 12h.01"}],["path",{d:"M17 12h.01"}],["path",{d:"M7 12h.01"}]];var Zg=[["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 jg=[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2"}]];var Xg=[["rect",{width:"12",height:"20",x:"6",y:"2",rx:"2"}]];var Jg=[["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 Kg=[["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 Yg=[["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 Qg=[["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 t7=[["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 e7=[["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 a7=[["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 r7=[["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 o7=[["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 s7=[["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 d7=[["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 l7=[["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 p7=[["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 i7=[["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 h7=[["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 f7=[["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 c7=[["path",{d:"M20 18v-2a4 4 0 0 0-4-4H4"}],["path",{d:"m9 17-5-5 5-5"}]];var u7=[["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 m7=[["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 x7=[["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 M7=[["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 g7=[["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 v7=[["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 o1=[["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 y7=[["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 w7=[["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 C7=[["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 b7=[["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 S7=[["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 A7=[["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 k7=[["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 H7=[["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 s1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 12h18"}]];var d1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M21 9H3"}],["path",{d:"M21 15H3"}]];var L7=[["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 T7=[["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 P7=[["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 B7=[["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 V7=[["path",{d:"M6 11h8a4 4 0 0 0 0-8H9v18"}],["path",{d:"M6 15h8"}]];var E7=[["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 R7=[["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 F7=[["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 D7=[["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 W7=[["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 I7=[["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 O7=[["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 z7=[["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 q7=[["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 l1=[["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 U7=[["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 N7=[["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 $7=[["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 _7=[["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 G7=[["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 Z7=[["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 j7=[["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 X7=[["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 J7=[["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 K7=[["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 Y7=[["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 Q7=[["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 t9=[["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 e9=[["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 a9=[["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 r9=[["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 o9=[["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 s9=[["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 d9=[["path",{d:"m8 11 2 2 4-4"}],["circle",{cx:"11",cy:"11",r:"8"}],["path",{d:"m21 21-4.3-4.3"}]];var l9=[["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 n9=[["path",{d:"m13.5 8.5-5 5"}],["circle",{cx:"11",cy:"11",r:"8"}],["path",{d:"m21 21-4.3-4.3"}]];var p9=[["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 i9=[["path",{d:"m21 21-4.34-4.34"}],["circle",{cx:"11",cy:"11",r:"8"}]];var h9=[["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 n1=[["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 f9=[["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 c9=[["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 u9=[["path",{d:"m16 16-4 4-4-4"}],["path",{d:"M3 12h18"}],["path",{d:"m8 8 4-4 4 4"}]];var m9=[["path",{d:"M12 3v18"}],["path",{d:"m16 16 4-4-4-4"}],["path",{d:"m8 8-4 4 4 4"}]];var x9=[["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 M9=[["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 g9=[["path",{d:"M7 2h13a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-5"}],["path",{d:"M10 10 2.5 2.5C2 2 2 2.5 2 5v3a2 2 0 0 0 2 2h6z"}],["path",{d:"M22 17v-1a2 2 0 0 0-2-2h-1"}],["path",{d:"M4 14a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h16.5l1-.5.5.5-8-8H4z"}],["path",{d:"M6 18h.01"}],["path",{d:"m2 2 20 20"}]];var v9=[["rect",{width:"20",height:"8",x:"2",y:"2",rx:"2",ry:"2"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2",ry:"2"}],["line",{x1:"6",x2:"6.01",y1:"6",y2:"6"}],["line",{x1:"6",x2:"6.01",y1:"18",y2:"18"}]];var y9=[["path",{d:"M14 17H5"}],["path",{d:"M19 7h-9"}],["circle",{cx:"17",cy:"17",r:"3"}],["circle",{cx:"7",cy:"7",r:"3"}]];var w9=[["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 C9=[["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 b9=[["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 S9=[["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 A9=[["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 k9=[["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 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 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 T9=[["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 B9=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"}],["path",{d:"M12 22V2"}]];var V9=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"}],["path",{d:"M9 12h6"}]];var E9=[["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 R9=[["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 p1=[["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 F9=[["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 i1=[["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 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"}]];var W9=[["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 I9=[["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 O9=[["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 z9=[["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 q9=[["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 U9=[["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 N9=[["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 $9=[["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 _9=[["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 G9=[["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 Z9=[["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 j9=[["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 X9=[["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 J9=[["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 K9=[["path",{d:"M2 20h.01"}],["path",{d:"M7 20v-4"}],["path",{d:"M12 20v-8"}],["path",{d:"M17 20V8"}]];var Y9=[["path",{d:"M2 20h.01"}],["path",{d:"M7 20v-4"}]];var Q9=[["path",{d:"M2 20h.01"}],["path",{d:"M7 20v-4"}],["path",{d:"M12 20v-8"}]];var tv=[["path",{d:"M2 20h.01"}]];var ev=[["path",{d:"M2 20h.01"}],["path",{d:"M7 20v-4"}],["path",{d:"M12 20v-8"}],["path",{d:"M17 20V8"}],["path",{d:"M22 4v16"}]];var av=[["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 rv=[["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 ov=[["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 sv=[["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 dv=[["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 lv=[["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 nv=[["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 pv=[["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 iv=[["path",{d:"M22 2 2 22"}]];var hv=[["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 fv=[["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 h1=[["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 cv=[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2",ry:"2"}],["path",{d:"M12.667 8 10 12h4l-2.667 4"}]];var uv=[["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 mv=[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2",ry:"2"}],["path",{d:"M12 18h.01"}]];var xv=[["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 Mv=[["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 gv=[["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 vv=[["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 yv=[["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 wv=[["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 Cv=[["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 bv=[["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 Sv=[["path",{d:"M22 17v1c0 .5-.5 1-1 1H3c-.5 0-1-.5-1-1v-1"}]];var Av=[["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 kv=[["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 f1=[["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 Hv=[["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 Lv=[["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 Tv=[["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 Pv=[["path",{d:"m6 16 6-12 6 12"}],["path",{d:"M8 12h8"}],["path",{d:"m16 20 2 2 4-4"}]];var Bv=[["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 Vv=[["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 Ev=[["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 Rv=[["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 Fv=[["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 Dv=[["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 Wv=[["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 c1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M17 12h-2l-2 5-2-10-2 5H7"}]];var u1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m16 8-8 8"}],["path",{d:"M16 16H8V8"}]];var m1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m8 8 8 8"}],["path",{d:"M16 8v8H8"}]];var x1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M12 8v8"}],["path",{d:"m8 12 4 4 4-4"}]];var M1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m12 8-4 4 4 4"}],["path",{d:"M16 12H8"}]];var g1=[["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 v1=[["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 y1=[["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 w1=[["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 C1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 12h8"}],["path",{d:"m12 16 4-4-4-4"}]];var b1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 16V8h8"}],["path",{d:"M16 16 8 8"}]];var S1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 8h8v8"}],["path",{d:"m8 16 8-8"}]];var A1=[["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 H1=[["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 na=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 8h7"}],["path",{d:"M8 12h6"}],["path",{d:"M11 16h5"}]];var L1=[["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 T1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m9 12 2 2 4-4"}]];var P1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m16 10-4 4-4-4"}]];var B1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m14 16-4-4 4-4"}]];var V1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m10 8 4 4-4 4"}]];var E1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m8 14 4-4 4 4"}]];var R1=[["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 Iv=[["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 Ov=[["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 F1=[["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 D1=[["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 zv=[["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 W1=[["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 I1=[["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 O1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["circle",{cx:"12",cy:"12",r:"1"}]];var z1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M7 10h10"}],["path",{d:"M7 14h10"}]];var q1=[["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 U1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 7v7"}],["path",{d:"M12 7v4"}],["path",{d:"M16 7v9"}]];var N1=[["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 $1=[["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 _1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M7 8h10"}],["path",{d:"M7 12h10"}],["path",{d:"M7 16h10"}]];var G1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 12h8"}]];var Z1=[["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 j1=[["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 X1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 17V7h4a3 3 0 0 1 0 6H9"}]];var qv=[["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 Ne=[["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 J1=[["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 K1=[["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 Y1=[["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 Q1=[["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 ts=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 12h8"}],["path",{d:"M12 8v8"}]];var es=[["path",{d:"M12 7v4"}],["path",{d:"M7.998 9.003a5 5 0 1 0 8-.005"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}]];var Uv=[["path",{d:"M7 12h2l2 5 2-10h4"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}]];var Nv=[["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 as=[["rect",{width:"20",height:"20",x:"2",y:"2",rx:"2"}],["circle",{cx:"8",cy:"8",r:"2"}],["path",{d:"M9.414 9.414 12 12"}],["path",{d:"M14.8 14.8 18 18"}],["circle",{cx:"8",cy:"16",r:"2"}],["path",{d:"m18 6-8.586 8.586"}]];var rs=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M16 8.9V7H8l4 5-4 5h8v-1.9"}]];var os=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["line",{x1:"9",x2:"15",y1:"15",y2:"9"}]];var ss=[["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 ds=[["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 $v=[["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}],["rect",{x:"8",y:"8",width:"8",height:"8",rx:"1"}]];var _v=[["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 Gv=[["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 Zv=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["rect",{x:"9",y:"9",width:"6",height:"6",rx:"1"}]];var ls=[["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 ns=[["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 ps=[["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 is=[["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 jv=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}]];var Xv=[["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 Jv=[["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 Kv=[["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 Yv=[["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 Qv=[["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 ty=[["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 ey=[["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 ay=[["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 ry=[["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 oy=[["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 sy=[["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 dy=[["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 ly=[["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 py=[["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 iy=[["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 hy=[["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 fy=[["rect",{width:"20",height:"6",x:"2",y:"4",rx:"2"}],["rect",{width:"20",height:"6",x:"2",y:"14",rx:"2"}]];var cy=[["rect",{width:"6",height:"20",x:"4",y:"2",rx:"2"}],["rect",{width:"6",height:"20",x:"14",y:"2",rx:"2"}]];var uy=[["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 my=[["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 xy=[["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 My=[["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 gy=[["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 vy=[["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 yy=[["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 wy=[["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 Cy=[["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 by=[["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 Sy=[["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 Ay=[["path",{d:"M10 21V3h8"}],["path",{d:"M6 16h9"}],["path",{d:"M10 9.5h7"}]];var ky=[["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 Hy=[["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 Ly=[["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 Ty=[["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 Py=[["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 By=[["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 Vy=[["path",{d:"M12 15V9"}],["path",{d:"M3 15h18"}],["path",{d:"M3 9h18"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}]];var Ey=[["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 Ry=[["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 Fy=[["path",{d:"M15 3v18"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M21 9H3"}],["path",{d:"M21 15H3"}]];var Dy=[["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 Wy=[["path",{d:"M12 3v18"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}],["path",{d:"M3 15h18"}]];var Iy=[["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 Oy=[["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",ry:"2"}],["line",{x1:"12",x2:"12.01",y1:"18",y2:"18"}]];var zy=[["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 qy=[["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 Uy=[["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 Ny=[["path",{d:"M4 4v16"}]];var $y=[["path",{d:"M4 4v16"}],["path",{d:"M9 4v16"}]];var _y=[["path",{d:"M4 4v16"}],["path",{d:"M9 4v16"}],["path",{d:"M14 4v16"}]];var Gy=[["path",{d:"M4 4v16"}],["path",{d:"M9 4v16"}],["path",{d:"M14 4v16"}],["path",{d:"M19 4v16"}]];var Zy=[["path",{d:"M4 4v16"}],["path",{d:"M9 4v16"}],["path",{d:"M14 4v16"}],["path",{d:"M19 4v16"}],["path",{d:"M22 6 2 18"}]];var jy=[["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 Xy=[["circle",{cx:"12",cy:"12",r:"10"}],["circle",{cx:"12",cy:"12",r:"6"}],["circle",{cx:"12",cy:"12",r:"2"}]];var Jy=[["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 Ky=[["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 Yy=[["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 Qy=[["path",{d:"M12 19h8"}],["path",{d:"m4 17 6-6-6-6"}]];var hs=[["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 tw=[["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 ew=[["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 fs=[["path",{d:"M21 5H3"}],["path",{d:"M17 12H7"}],["path",{d:"M19 19H5"}]];var cs=[["path",{d:"M21 5H3"}],["path",{d:"M21 12H9"}],["path",{d:"M21 19H7"}]];var us=[["path",{d:"M3 5h18"}],["path",{d:"M3 12h18"}],["path",{d:"M3 19h18"}]];var pa=[["path",{d:"M21 5H3"}],["path",{d:"M15 12H3"}],["path",{d:"M17 19H3"}]];var aw=[["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 rw=[["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 ms=[["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 ow=[["path",{d:"M17 5H3"}],["path",{d:"M21 12H8"}],["path",{d:"M21 19H8"}],["path",{d:"M3 12v7"}]];var sw=[["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 xs=[["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 Ms=[["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 dw=[["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 lw=[["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 pw=[["path",{d:"M14 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z"}]];var iw=[["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 hw=[["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 fw=[["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 cw=[["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 uw=[["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 mw=[["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 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.5 14.5 5-5"}]];var Mw=[["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 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:"M13 5v2"}],["path",{d:"M13 17v2"}],["path",{d:"M13 11v2"}]];var vw=[["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 yw=[["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 ww=[["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 Cw=[["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 bw=[["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 Sw=[["circle",{cx:"9",cy:"12",r:"3"}],["rect",{width:"20",height:"14",x:"2",y:"5",rx:"7"}]];var Aw=[["circle",{cx:"15",cy:"12",r:"3"}],["rect",{width:"20",height:"14",x:"2",y:"5",rx:"7"}]];var kw=[["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 Hw=[["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 Lw=[["path",{d:"M21 4H3"}],["path",{d:"M18 8H6"}],["path",{d:"M19 12H9"}],["path",{d:"M16 16h-6"}],["path",{d:"M11 20H9"}]];var Tw=[["ellipse",{cx:"12",cy:"11",rx:"3",ry:"2"}],["ellipse",{cx:"12",cy:"12.5",rx:"10",ry:"8.5"}]];var Pw=[["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 Bw=[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2"}],["path",{d:"M2 14h20"}],["path",{d:"M12 20v-6"}]];var Vw=[["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 Ew=[["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 Rw=[["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 Fw=[["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 Dw=[["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 Ww=[["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 Iw=[["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 gs=[["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 Ow=[["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 zw=[["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 qw=[["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 Uw=[["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 vs=[["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 Nw=[["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 $w=[["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 _w=[["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 Gw=[["path",{d:"M16 17h6v-6"}],["path",{d:"m22 17-8.5-8.5-5 5L2 7"}]];var Zw=[["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 jw=[["path",{d:"M16 7h6v6"}],["path",{d:"m22 7-8.5 8.5-5-5L2 17"}]];var ys=[["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 Xw=[["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 Jw=[["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 Kw=[["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 Yw=[["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 Qw=[["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 tC=[["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 eC=[["path",{d:"M15 4 5 9"}],["path",{d:"m15 8.5-10 5"}],["path",{d:"M18 12a9 9 0 0 1-9 9V3"}]];var aC=[["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 rC=[["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 oC=[["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 ws=[["path",{d:"M7 21h10"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2"}]];var sC=[["path",{d:"m17 2-5 5-5-5"}],["rect",{width:"20",height:"15",x:"2",y:"7",rx:"2"}]];var dC=[["path",{d:"M21 2H3v16h5v4l4-4h5l4-4V2zm-10 9V7m5 4V7"}]];var lC=[["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 pC=[["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 iC=[["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 hC=[["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 fC=[["path",{d:"M6 4v6a6 6 0 0 0 12 0V4"}],["line",{x1:"4",x2:"20",y1:"20",y2:"20"}]];var cC=[["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 uC=[["path",{d:"M21 17a9 9 0 0 0-15-6.7L3 13"}],["path",{d:"M3 7v6h6"}],["circle",{cx:"12",cy:"17",r:"1"}]];var mC=[["path",{d:"M3 7v6h6"}],["path",{d:"M21 17a9 9 0 0 0-9-9 9 9 0 0 0-6 2.3L3 13"}]];var xC=[["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 MC=[["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 gC=[["rect",{width:"8",height:"6",x:"5",y:"4",rx:"1"}],["rect",{width:"8",height:"6",x:"11",y:"14",rx:"1"}]];var Cs=[["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 vC=[["path",{d:"M15 7h2a5 5 0 0 1 0 10h-2m-6 0H7A5 5 0 0 1 7 7h2"}]];var yC=[["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 wC=[["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 CC=[["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 bC=[["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 SC=[["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 AC=[["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 kC=[["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 HC=[["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 LC=[["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 TC=[["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 bs=[["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 Ss=[["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 As=[["path",{d:"M2 21a8 8 0 0 1 13.292-6"}],["circle",{cx:"10",cy:"8",r:"5"}],["path",{d:"M22 19h-6"}]];var PC=[["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 BC=[["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 Hs=[["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 Ls=[["circle",{cx:"12",cy:"8",r:"5"}],["path",{d:"M20 21a8 8 0 0 0-16 0"}]];var VC=[["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 EC=[["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 RC=[["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 FC=[["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 Ts=[["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 DC=[["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 Ps=[["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 Bs=[["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 WC=[["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 IC=[["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 OC=[["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 zC=[["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 qC=[["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 UC=[["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 NC=[["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 $C=[["path",{d:"M12 15v7"}],["path",{d:"M9 19h6"}],["circle",{cx:"12",cy:"9",r:"6"}]];var _C=[["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 GC=[["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 ZC=[["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 jC=[["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 XC=[["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 JC=[["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 KC=[["circle",{cx:"6",cy:"12",r:"4"}],["circle",{cx:"18",cy:"12",r:"4"}],["line",{x1:"6",x2:"18",y1:"16",y2:"16"}]];var YC=[["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 QC=[["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 tb=[["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 eb=[["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 ab=[["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 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"}]];var ob=[["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 sb=[["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 Vs=[["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 db=[["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 lb=[["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 Es=[["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 pb=[["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 ib=[["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 hb=[["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 fb=[["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 cb=[["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 ub=[["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 mb=[["circle",{cx:"12",cy:"10",r:"8"}],["circle",{cx:"12",cy:"10",r:"3"}],["path",{d:"M7 22h10"}],["path",{d:"M12 22v-4"}]];var xb=[["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 Mb=[["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 gb=[["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 vb=[["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 yb=[["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 wb=[["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 Cb=[["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 bb=[["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 Sb=[["path",{d:"M12 20h.01"}],["path",{d:"M8.5 16.429a5 5 0 0 1 7 0"}]];var Ab=[["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 kb=[["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 Hb=[["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 Lb=[["path",{d:"M12 20h.01"}]];var Tb=[["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 Pb=[["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 Bb=[["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 Vb=[["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 Eb=[["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 Rb=[["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 Fb=[["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 Db=[["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 Wb=[["path",{d:"M18 6 6 18"}],["path",{d:"m6 6 12 12"}]];var Ib=[["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 Ob=[["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 zb=[["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 qb=[["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 Ub=[["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 xH=({icons:a={},nameAttr:e="data-lucide",attrs:r={},root:t=document,inTemplates:d}={})=>{if(!Object.values(a).length)throw new Error(`Please provide an icons object.
54
+ If you want to use all the icons you can import it like:
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(s=>CS(s,{nameAttr:e,icons:a,attrs:r})),d&&Array.from(t.querySelectorAll("template")).forEach(l=>xH({icons:a,nameAttr:e,attrs:r,root:l.content,inTemplates:d})),e==="data-lucide"){let s=t.querySelectorAll("[icon-name]");s.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(s).forEach(l=>CS(l,{nameAttr:"icon-name",icons:a,attrs:r})))}};var dt=(a,e=24,r="currentColor",t=2)=>{try{let d=a.split("-").map(s=>s.charAt(0).toUpperCase()+s.slice(1)).join(""),o=SS[d];return o?aT(o,e,r,t):(console.warn(`Lucide icon "${a}" not found (tried "${d}"). Available icons: https://lucide.dev/icons`),null)}catch(d){return console.warn(`Failed to render Lucide icon "${a}":`,d),null}};function aT(a,e,r,t){if(!a||!Array.isArray(a))return null;let d=document.createElementNS("http://www.w3.org/2000/svg","svg");return d.setAttribute("width",String(e)),d.setAttribute("height",String(e)),d.setAttribute("viewBox","0 0 24 24"),d.setAttribute("fill","none"),d.setAttribute("stroke",r),d.setAttribute("stroke-width",String(t)),d.setAttribute("stroke-linecap","round"),d.setAttribute("stroke-linejoin","round"),d.setAttribute("aria-hidden","true"),a.forEach(o=>{if(Array.isArray(o)&&o.length>=2){let s=o[0],l=o[1];if(l){let n=document.createElementNS("http://www.w3.org/2000/svg",s);Object.entries(l).forEach(([f,x])=>{f!=="stroke"&&n.setAttribute(f,String(x))}),d.appendChild(n)}}}),d}function MH(a){return typeof a=="string"?[{type:"text",text:a}]:a}function gH(a){return typeof a=="string"?a:a.filter(e=>e.type==="text").map(e=>e.text).join("")}function vH(a){return typeof a=="string"?!1:a.some(e=>e.type==="image")}function yH(a){return typeof a=="string"?[]:a.filter(e=>e.type==="image")}function Nb(a){return{type:"text",text:a}}function wH(a,e){return{type:"image",image:a,...(e==null?void 0:e.mimeType)&&{mimeType:e.mimeType},...(e==null?void 0:e.alt)&&{alt:e.alt}}}async function CH(a){return new Promise((e,r)=>{let t=new FileReader;t.onload=()=>{let d=t.result;e({type:"image",image:d,mimeType:a.type,alt:a.name})},t.onerror=()=>r(new Error("Failed to read file")),t.readAsDataURL(a)})}function bH(a,e=["image/png","image/jpeg","image/gif","image/webp"],r=10*1024*1024){return e.includes(a.type)?a.size>r?{valid:!1,error:`File too large. Maximum size: ${Math.round(r/1048576)}MB`}:{valid:!0}:{valid:!1,error:`Invalid file type. Accepted types: ${e.join(", ")}`}}var SH=["image/png","image/jpeg","image/gif","image/webp","image/svg+xml","image/bmp"],rT=["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"],ia=[...SH,...rT];function oT(a){return SH.includes(a)||a.startsWith("image/")}function $b(a){return oT(a.type)}async function AH(a){return new Promise((e,r)=>{let t=new FileReader;t.onload=()=>{let d=t.result;$b(a)?e({type:"image",image:d,mimeType:a.type,alt:a.name}):e({type:"file",data:d,mimeType:a.type,filename:a.name})},t.onerror=()=>r(new Error("Failed to read file")),t.readAsDataURL(a)})}function kH(a,e=ia,r=10*1024*1024){return e.includes(a.type)?a.size>r?{valid:!1,error:`File too large. Maximum size: ${Math.round(r/1048576)}MB`}:{valid:!0}:{valid:!1,error:`Invalid file type "${a.type}". Accepted types: ${e.join(", ")}`}}function sT(a){let e=a.split(".");return e.length>1?e.pop().toLowerCase():""}function HH(a,e){let r=sT(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"}[a]||r||"FILE"}var _b={allowedTypes:ia,maxFileSize:10*1024*1024,maxFiles:4};function dT(){return`attach_${Date.now()}_${Math.random().toString(36).substring(2,9)}`}function lT(a){return a==="application/pdf"||a.startsWith("text/")||a.includes("word")?"file-text":a.includes("excel")||a.includes("spreadsheet")?"file-spreadsheet":a==="application/json"?"file-json":"file"}var ya=class a{constructor(e={}){this.attachments=[];this.previewsContainer=null;var r,t,d;this.config={allowedTypes:(r=e.allowedTypes)!=null?r:_b.allowedTypes,maxFileSize:(t=e.maxFileSize)!=null?t:_b.maxFileSize,maxFiles:(d=e.maxFiles)!=null?d:_b.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:_b.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,d,o,s,l,n,f;if(!e||e.length===0)return;let r=Array.from(e);for(let x of r){if(this.attachments.length>=this.config.maxFiles){(d=(t=this.config).onFileRejected)==null||d.call(t,x,"count");continue}let c=kH(x,this.config.allowedTypes,this.config.maxFileSize);if(!c.valid){let p=(o=c.error)!=null&&o.includes("type")?"type":"size";(l=(s=this.config).onFileRejected)==null||l.call(s,x,p);continue}try{let p=await AH(x),M=$b(x)?URL.createObjectURL(x):null,m={id:dT(),file:x,previewUrl:M,contentPart:p};this.attachments.push(m),this.renderPreview(m)}catch(p){console.error("[AttachmentManager] Failed to process file:",p)}}this.updatePreviewsVisibility(),(f=(n=this.config).onAttachmentsChange)==null||f.call(n,this.getAttachments())}removeAttachment(e){var o,s,l;let r=this.attachments.findIndex(n=>n.id===e);if(r===-1)return;let t=this.attachments[r];t.previewUrl&&URL.revokeObjectURL(t.previewUrl),this.attachments.splice(r,1);let d=(o=this.previewsContainer)==null?void 0:o.querySelector(`[data-attachment-id="${e}"]`);d&&d.remove(),this.updatePreviewsVisibility(),(l=(s=this.config).onAttachmentsChange)==null||l.call(s,this.getAttachments())}clearAttachments(){var e,r;for(let t of this.attachments)t.previewUrl&&URL.revokeObjectURL(t.previewUrl);this.attachments=[],this.previewsContainer&&(this.previewsContainer.innerHTML=""),this.updatePreviewsVisibility(),(r=(e=this.config).onAttachmentsChange)==null||r.call(e,this.getAttachments())}renderPreview(e){if(!this.previewsContainer)return;let r=$b(e.file),t=S("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",r&&e.previewUrl){let s=S("img");s.src=e.previewUrl,s.alt=e.file.name,s.className="tvw-w-full tvw-h-full tvw-object-cover tvw-rounded-lg tvw-border tvw-border-gray-200",s.style.width="48px",s.style.height="48px",s.style.objectFit="cover",s.style.borderRadius="8px",t.appendChild(s)}else{let s=S("div");s.style.width="48px",s.style.height="48px",s.style.borderRadius="8px",s.style.backgroundColor="var(--cw-container, #f3f4f6)",s.style.border="1px solid var(--cw-border, #e5e7eb)",s.style.display="flex",s.style.flexDirection="column",s.style.alignItems="center",s.style.justifyContent="center",s.style.gap="2px",s.style.overflow="hidden";let l=lT(e.file.type),n=dt(l,20,"var(--cw-muted, #6b7280)",1.5);n&&s.appendChild(n);let f=S("span");f.textContent=HH(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",s.appendChild(f),t.appendChild(s)}let d=S("button","tvw-attachment-remove tvw-absolute tvw-flex tvw-items-center tvw-justify-center");d.type="button",d.setAttribute("aria-label","Remove attachment"),d.style.position="absolute",d.style.top="-4px",d.style.right="-4px",d.style.width="18px",d.style.height="18px",d.style.borderRadius="50%",d.style.backgroundColor="rgba(0, 0, 0, 0.6)",d.style.border="none",d.style.cursor="pointer",d.style.display="flex",d.style.alignItems="center",d.style.justifyContent="center",d.style.padding="0";let o=dt("x",10,"#ffffff",2);o?d.appendChild(o):(d.textContent="\xD7",d.style.color="#ffffff",d.style.fontSize="14px",d.style.lineHeight="1"),d.addEventListener("click",s=>{s.preventDefault(),s.stopPropagation(),this.removeAttachment(e.id)}),t.appendChild(d),this.previewsContainer.appendChild(t)}updatePreviewsVisibility(){this.previewsContainer&&(this.previewsContainer.style.display=this.attachments.length>0?"flex":"none")}static fromConfig(e,r){return new a({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:r})}};var AS=()=>{var a;return typeof document!="undefined"&&document.documentElement.classList.contains("dark")||typeof window!="undefined"&&((a=window.matchMedia)!=null&&a.call(window,"(prefers-color-scheme: dark)").matches)?"dark":"light"},nT=a=>{var o,s,l;let e=(o=a==null?void 0:a.colorScheme)!=null?o:"light",r=(s=a==null?void 0:a.theme)!=null?s:{},t=(l=a==null?void 0:a.darkTheme)!=null?l:r;return e==="light"?r:e==="dark"||AS()==="dark"?t:r},LH=a=>{let e=[];if(typeof document!="undefined"&&typeof MutationObserver!="undefined"){let r=new MutationObserver(()=>{a(AS())});r.observe(document.documentElement,{attributes:!0,attributeFilter:["class"]}),e.push(()=>r.disconnect())}if(typeof window!="undefined"&&window.matchMedia){let r=window.matchMedia("(prefers-color-scheme: dark)"),t=()=>a(AS());r.addEventListener?(r.addEventListener("change",t),e.push(()=>r.removeEventListener("change",t))):r.addListener&&(r.addListener(t),e.push(()=>r.removeListener(t)))}return()=>{e.forEach(r=>r())}},Gb=(a,e)=>{let r=nT(e);Object.entries(r).forEach(([t,d])=>{if(d==null||d==="")return;let o=t.replace(/[A-Z]/g,s=>`-${s.toLowerCase()}`);a.style.setProperty(`--cw-${o}`,String(d))})};var TH=(function(){"use strict";let a=()=>{},e={morphStyle:"outerHTML",callbacks:{beforeNodeAdded:a,afterNodeAdded:a,beforeNodeMorphed:a,afterNodeMorphed:a,beforeNodeRemoved:a,afterNodeRemoved:a,beforeAttributeUpdated:a},head:{style:"merge",shouldPreserve:p=>p.getAttribute("im-preserve")==="true",shouldReAppend:p=>p.getAttribute("im-re-append")==="true",shouldRemove:a,afterHeadMorphed:a},restoreFocus:!0};function r(p,M,m={}){p=x(p);let k=c(M),A=f(p,k,m),w=d(A,()=>l(A,p,k,u=>u.morphStyle==="innerHTML"?(o(u,p,k),Array.from(p.childNodes)):t(u,p,k)));return A.pantry.remove(),w}function t(p,M,m){let k=c(M);return o(p,k,m,M,M.nextSibling),Array.from(k.childNodes)}function d(p,M){var b;if(!p.config.restoreFocus)return M();let m=document.activeElement;if(!(m instanceof HTMLInputElement||m instanceof HTMLTextAreaElement))return M();let{id:k,selectionStart:A,selectionEnd:w}=m,u=M();return k&&k!==((b=document.activeElement)==null?void 0:b.getAttribute("id"))&&(m=p.target.querySelector(`[id="${k}"]`),m==null||m.focus()),m&&!m.selectionEnd&&w&&m.setSelectionRange(A,w),u}let o=(function(){function p(h,v,g,y=null,L=null){v instanceof HTMLTemplateElement&&g instanceof HTMLTemplateElement&&(v=v.content,g=g.content),y||(y=v.firstChild);for(let H of g.childNodes){if(y&&y!=L){let V=m(h,H,y,L);if(V){V!==y&&A(h,y,V),s(V,H,h),y=V.nextSibling;continue}}if(H instanceof Element){let V=H.getAttribute("id");if(h.persistentIds.has(V)){let q=w(v,V,y,h);s(q,H,h),y=q.nextSibling;continue}}let T=M(v,H,y,h);T&&(y=T.nextSibling)}for(;y&&y!=L;){let H=y;y=y.nextSibling,k(h,H)}}function M(h,v,g,y){if(y.callbacks.beforeNodeAdded(v)===!1)return null;if(y.idMap.has(v)){let L=document.createElement(v.tagName);return h.insertBefore(L,g),s(L,v,y),y.callbacks.afterNodeAdded(L),L}else{let L=document.importNode(v,!0);return h.insertBefore(L,g),y.callbacks.afterNodeAdded(L),L}}let m=(function(){function h(y,L,H,T){let V=null,q=L.nextSibling,Z=0,F=H;for(;F&&F!=T;){if(g(F,L)){if(v(y,F,L))return F;V===null&&(y.idMap.has(F)||(V=F))}if(V===null&&q&&g(F,q)&&(Z++,q=q.nextSibling,Z>=2&&(V=void 0)),y.activeElementAndParents.includes(F))break;F=F.nextSibling}return V||null}function v(y,L,H){let T=y.idMap.get(L),V=y.idMap.get(H);if(!V||!T)return!1;for(let q of T)if(V.has(q))return!0;return!1}function g(y,L){var V,q,Z;let H=y,T=L;return H.nodeType===T.nodeType&&H.tagName===T.tagName&&(!((V=H.getAttribute)!=null&&V.call(H,"id"))||((q=H.getAttribute)==null?void 0:q.call(H,"id"))===((Z=T.getAttribute)==null?void 0:Z.call(T,"id")))}return h})();function k(h,v){var g;if(h.idMap.has(v))b(h.pantry,v,null);else{if(h.callbacks.beforeNodeRemoved(v)===!1)return;(g=v.parentNode)==null||g.removeChild(v),h.callbacks.afterNodeRemoved(v)}}function A(h,v,g){let y=v;for(;y&&y!==g;){let L=y;y=y.nextSibling,k(h,L)}return y}function w(h,v,g,y){var H,T;let L=((T=(H=y.target).getAttribute)==null?void 0:T.call(H,"id"))===v&&y.target||y.target.querySelector(`[id="${v}"]`)||y.pantry.querySelector(`[id="${v}"]`);return u(L,y),b(h,L,g),L}function u(h,v){let g=h.getAttribute("id");for(;h=h.parentNode;){let y=v.idMap.get(h);y&&(y.delete(g),y.size||v.idMap.delete(h))}}function b(h,v,g){if(h.moveBefore)try{h.moveBefore(v,g)}catch{h.insertBefore(v,g)}else h.insertBefore(v,g)}return p})(),s=(function(){function p(u,b,h){return h.ignoreActive&&u===document.activeElement?null:(h.callbacks.beforeNodeMorphed(u,b)===!1||(u instanceof HTMLHeadElement&&h.head.ignore||(u instanceof HTMLHeadElement&&h.head.style!=="morph"?n(u,b,h):(M(u,b,h),w(u,h)||o(h,u,b))),h.callbacks.afterNodeMorphed(u,b)),u)}function M(u,b,h){let v=b.nodeType;if(v===1){let g=u,y=b,L=g.attributes,H=y.attributes;for(let T of H)A(T.name,g,"update",h)||g.getAttribute(T.name)!==T.value&&g.setAttribute(T.name,T.value);for(let T=L.length-1;0<=T;T--){let V=L[T];if(V&&!y.hasAttribute(V.name)){if(A(V.name,g,"remove",h))continue;g.removeAttribute(V.name)}}w(g,h)||m(g,y,h)}(v===8||v===3)&&u.nodeValue!==b.nodeValue&&(u.nodeValue=b.nodeValue)}function m(u,b,h){if(u instanceof HTMLInputElement&&b instanceof HTMLInputElement&&b.type!=="file"){let v=b.value,g=u.value;k(u,b,"checked",h),k(u,b,"disabled",h),b.hasAttribute("value")?g!==v&&(A("value",u,"update",h)||(u.setAttribute("value",v),u.value=v)):A("value",u,"remove",h)||(u.value="",u.removeAttribute("value"))}else if(u instanceof HTMLOptionElement&&b instanceof HTMLOptionElement)k(u,b,"selected",h);else if(u instanceof HTMLTextAreaElement&&b instanceof HTMLTextAreaElement){let v=b.value,g=u.value;if(A("value",u,"update",h))return;v!==g&&(u.value=v),u.firstChild&&u.firstChild.nodeValue!==v&&(u.firstChild.nodeValue=v)}}function k(u,b,h,v){let g=b[h],y=u[h];if(g!==y){let L=A(h,u,"update",v);L||(u[h]=b[h]),g?L||u.setAttribute(h,""):A(h,u,"remove",v)||u.removeAttribute(h)}}function A(u,b,h,v){return u==="value"&&v.ignoreActiveValue&&b===document.activeElement?!0:v.callbacks.beforeAttributeUpdated(u,b,h)===!1}function w(u,b){return!!b.ignoreActiveValue&&u===document.activeElement&&u!==document.body}return p})();function l(p,M,m,k){if(p.head.block){let A=M.querySelector("head"),w=m.querySelector("head");if(A&&w){let u=n(A,w,p);return Promise.all(u).then(()=>{let b=Object.assign(p,{head:{block:!1,ignore:!0}});return k(b)})}}return k(p)}function n(p,M,m){let k=[],A=[],w=[],u=[],b=new Map;for(let v of M.children)b.set(v.outerHTML,v);for(let v of p.children){let g=b.has(v.outerHTML),y=m.head.shouldReAppend(v),L=m.head.shouldPreserve(v);g||L?y?A.push(v):(b.delete(v.outerHTML),w.push(v)):m.head.style==="append"?y&&(A.push(v),u.push(v)):m.head.shouldRemove(v)!==!1&&A.push(v)}u.push(...b.values());let h=[];for(let v of u){let g=document.createRange().createContextualFragment(v.outerHTML).firstChild;if(m.callbacks.beforeNodeAdded(g)!==!1){if("href"in g&&g.href||"src"in g&&g.src){let y,L=new Promise(function(H){y=H});g.addEventListener("load",function(){y()}),h.push(L)}p.appendChild(g),m.callbacks.afterNodeAdded(g),k.push(g)}}for(let v of A)m.callbacks.beforeNodeRemoved(v)!==!1&&(p.removeChild(v),m.callbacks.afterNodeRemoved(v));return m.head.afterHeadMorphed(p,{added:k,kept:w,removed:A}),h}let f=(function(){function p(h,v,g){let{persistentIds:y,idMap:L}=u(h,v),H=M(g),T=H.morphStyle||"outerHTML";if(!["innerHTML","outerHTML"].includes(T))throw`Do not understand how to morph style ${T}`;return{target:h,newContent:v,config:H,morphStyle:T,ignoreActive:H.ignoreActive,ignoreActiveValue:H.ignoreActiveValue,restoreFocus:H.restoreFocus,idMap:L,persistentIds:y,pantry:m(),activeElementAndParents:k(h),callbacks:H.callbacks,head:H.head}}function M(h){let v=Object.assign({},e);return Object.assign(v,h),v.callbacks=Object.assign({},e.callbacks,h.callbacks),v.head=Object.assign({},e.head,h.head),v}function m(){let h=document.createElement("div");return h.hidden=!0,document.body.insertAdjacentElement("afterend",h),h}function k(h){let v=[],g=document.activeElement;if((g==null?void 0:g.tagName)!=="BODY"&&h.contains(g))for(;g&&(v.push(g),g!==h);)g=g.parentElement;return v}function A(h){var g;let v=Array.from(h.querySelectorAll("[id]"));return(g=h.getAttribute)!=null&&g.call(h,"id")&&v.push(h),v}function w(h,v,g,y){for(let L of y){let H=L.getAttribute("id");if(v.has(H)){let T=L;for(;T;){let V=h.get(T);if(V==null&&(V=new Set,h.set(T,V)),V.add(H),T===g)break;T=T.parentElement}}}}function u(h,v){let g=A(h),y=A(v),L=b(g,y),H=new Map;w(H,L,h,g);let T=v.__idiomorphRoot||v;return w(H,L,T,y),{persistentIds:L,idMap:H}}function b(h,v){let g=new Set,y=new Map;for(let{id:H,tagName:T}of h)y.has(H)?g.add(H):y.set(H,T);let L=new Set;for(let{id:H,tagName:T}of v)L.has(H)?g.add(H):y.get(H)===T&&L.add(H);for(let H of g)L.delete(H);return L}return p})(),{normalizeElement:x,normalizeParent:c}=(function(){let p=new WeakSet;function M(w){return w instanceof Document?w.documentElement:w}function m(w){if(w==null)return document.createElement("div");if(typeof w=="string")return m(A(w));if(p.has(w))return w;if(w instanceof Node){if(w.parentNode)return new k(w);{let u=document.createElement("div");return u.append(w),u}}else{let u=document.createElement("div");for(let b of[...w])u.append(b);return u}}class k{constructor(u){this.originalNode=u,this.realParentNode=u.parentNode,this.previousSibling=u.previousSibling,this.nextSibling=u.nextSibling}get childNodes(){let u=[],b=this.previousSibling?this.previousSibling.nextSibling:this.realParentNode.firstChild;for(;b&&b!=this.nextSibling;)u.push(b),b=b.nextSibling;return u}querySelectorAll(u){return this.childNodes.reduce((b,h)=>{if(h instanceof Element){h.matches(u)&&b.push(h);let v=h.querySelectorAll(u);for(let g=0;g<v.length;g++)b.push(v[g])}return b},[])}insertBefore(u,b){return this.realParentNode.insertBefore(u,b)}moveBefore(u,b){return this.realParentNode.moveBefore(u,b)}get __idiomorphRoot(){return this.originalNode}}function A(w){let u=new DOMParser,b=w.replace(/<svg(\s[^>]*>|>)([\s\S]*?)<\/svg>/gim,"");if(b.match(/<\/html>/)||b.match(/<\/head>/)||b.match(/<\/body>/)){let h=u.parseFromString(w,"text/html");if(b.match(/<\/html>/))return p.add(h),h;{let v=h.firstChild;return v&&p.add(v),v}}else{let v=u.parseFromString("<body><template>"+w+"</template></body>","text/html").body.querySelector("template").content;return p.add(v),v}}return{normalizeElement:M,normalizeParent:m}})();return{morph:r,defaults:e}})();var PH=(a,e,r={})=>{let{preserveTypingAnimation:t=!0}=r;TH.morph(a,e.innerHTML,{morphStyle:"innerHTML",callbacks:{beforeNodeMorphed(d,o){if(d instanceof HTMLElement&&t&&d.classList.contains("tvw-animate-typing"))return!1}}})};var ge={idle:"Online",connecting:"Connecting\u2026",connected:"Streaming\u2026",error:"Offline"};var De={"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 l2=(a,e)=>{let r=S("button");r.type="button",r.innerHTML=`
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
+ <img data-role="launcher-image" class="tvw-rounded-full tvw-object-cover" alt="" style="display:none" />
59
+ <span class="tvw-flex tvw-flex-col tvw-items-start tvw-text-left">
60
+ <span class="tvw-text-sm tvw-font-semibold tvw-text-cw-primary" data-role="launcher-title"></span>
61
+ <span class="tvw-text-xs tvw-text-cw-muted" data-role="launcher-subtitle"></span>
62
+ </span>
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
+ `,r.addEventListener("click",e);let t=o=>{var w,u,b,h,v,g,y,L,H,T,V,q;let s=(w=o.launcher)!=null?w:{},l=r.querySelector("[data-role='launcher-title']");l&&(l.textContent=(u=s.title)!=null?u:"Chat Assistant");let n=r.querySelector("[data-role='launcher-subtitle']");n&&(n.textContent=(b=s.subtitle)!=null?b:"Get answers fast");let f=r.querySelector(".tvw-flex-col");f&&(s.textHidden?f.style.display="none":f.style.display="");let x=r.querySelector("[data-role='launcher-icon']");if(x)if(s.agentIconHidden)x.style.display="none";else{let Z=(h=s.agentIconSize)!=null?h:"40px";if(x.style.height=Z,x.style.width=Z,x.innerHTML="",s.agentIconName){let F=parseFloat(Z)||24,J=dt(s.agentIconName,F*.6,"#ffffff",2);J?(x.appendChild(J),x.style.display=""):(x.textContent=(v=s.agentIconText)!=null?v:"\u{1F4AC}",x.style.display="")}else s.iconUrl?x.style.display="none":(x.textContent=(g=s.agentIconText)!=null?g:"\u{1F4AC}",x.style.display="")}let c=r.querySelector("[data-role='launcher-image']");if(c){let Z=(y=s.agentIconSize)!=null?y:"40px";c.style.height=Z,c.style.width=Z,s.iconUrl&&!s.agentIconName&&!s.agentIconHidden?(c.src=s.iconUrl,c.style.display="block"):c.style.display="none"}let p=r.querySelector("[data-role='launcher-call-to-action-icon']");if(p){let Z=(L=s.callToActionIconSize)!=null?L:"32px";p.style.height=Z,p.style.width=Z,s.callToActionIconBackgroundColor?(p.style.backgroundColor=s.callToActionIconBackgroundColor,p.classList.remove("tvw-bg-cw-primary")):(p.style.backgroundColor="",p.classList.add("tvw-bg-cw-primary"));let F=0;if(s.callToActionIconPadding?(p.style.boxSizing="border-box",p.style.padding=s.callToActionIconPadding,F=(parseFloat(s.callToActionIconPadding)||0)*2):(p.style.boxSizing="",p.style.padding=""),s.callToActionIconHidden)p.style.display="none";else if(p.style.display="",p.innerHTML="",s.callToActionIconName){let J=parseFloat(Z)||24,Ft=Math.max(J-F,8),K=dt(s.callToActionIconName,Ft,"currentColor",2);K?p.appendChild(K):p.textContent=(H=s.callToActionIconText)!=null?H:"\u2197"}else p.textContent=(T=s.callToActionIconText)!=null?T:"\u2197"}let M=s.position&&De[s.position]?De[s.position]:De["bottom-right"],m="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";r.className=`${m} ${M}`;let k="1px solid #e5e7eb",A="0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1)";r.style.border=(V=s.border)!=null?V:k,r.style.boxShadow=(q=s.shadow)!=null?q:A},d=()=>{r.removeEventListener("click",e),r.remove()};return a&&t(a),{element:r,update:t,destroy:d}};var Qe=a=>{var T,V,q,Z,F,J,Ft,K,G,se,fe,ce,We,$e,j,gt,ue,me,Xt,xe,_e,Ie,Oe,U,Nt,mt,de,xt,le,kt,Le,Te;let{config:e,showClose:r=!0}=a,t=S("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"),d=(T=e==null?void 0:e.launcher)!=null?T:{},o=(V=d.headerIconSize)!=null?V:"48px",s=(q=d.closeButtonSize)!=null?q:"32px",l=(Z=d.closeButtonPlacement)!=null?Z:"inline",n=(F=d.headerIconHidden)!=null?F:!1,f=d.headerIconName,x=S("div","tvw-flex tvw-items-center tvw-justify-center tvw-rounded-xl tvw-bg-cw-primary tvw-text-white tvw-text-xl");if(x.style.height=o,x.style.width=o,!n)if(f){let nt=parseFloat(o)||24,Jt=dt(f,nt*.6,"#ffffff",2);Jt?x.replaceChildren(Jt):x.textContent=(Ft=(J=e==null?void 0:e.launcher)==null?void 0:J.agentIconText)!=null?Ft:"\u{1F4AC}"}else if((K=e==null?void 0:e.launcher)!=null&&K.iconUrl){let nt=S("img");nt.src=e.launcher.iconUrl,nt.alt="",nt.className="tvw-rounded-xl tvw-object-cover",nt.style.height=o,nt.style.width=o,x.replaceChildren(nt)}else x.textContent=(se=(G=e==null?void 0:e.launcher)==null?void 0:G.agentIconText)!=null?se:"\u{1F4AC}";let c=S("div","tvw-flex tvw-flex-col"),p=S("span","tvw-text-base tvw-font-semibold");p.textContent=(ce=(fe=e==null?void 0:e.launcher)==null?void 0:fe.title)!=null?ce:"Chat Assistant";let M=S("span","tvw-text-xs tvw-text-cw-muted");M.textContent=($e=(We=e==null?void 0:e.launcher)==null?void 0:We.subtitle)!=null?$e:"Here to help you get answers fast",c.append(p,M),n?t.append(c):t.append(x,c);let m=(j=d.clearChat)!=null?j:{},k=(gt=m.enabled)!=null?gt:!0,A=(ue=m.placement)!=null?ue:"inline",w=null,u=null;if(k){let nt=(me=m.size)!=null?me:"32px",Jt=(Xt=m.iconName)!=null?Xt:"refresh-cw",ae=(xe=m.iconColor)!=null?xe:"",Dt=(_e=m.backgroundColor)!=null?_e:"",Kt=(Ie=m.borderWidth)!=null?Ie:"",Fe=(Oe=m.borderColor)!=null?Oe:"",Ce=(U=m.borderRadius)!=null?U:"",ne=(Nt=m.paddingX)!=null?Nt:"",N=(mt=m.paddingY)!=null?mt:"",be=(de=m.tooltipText)!=null?de:"Clear chat",Se=(xt=m.showTooltip)!=null?xt:!0;u=S("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"&&(u.style.right="48px"),w=S("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"),w.style.height=nt,w.style.width=nt,w.type="button",w.setAttribute("aria-label",be);let Pe=dt(Jt,"20px",ae||"",2);if(Pe&&w.appendChild(Pe),ae&&(w.style.color=ae,w.classList.remove("tvw-text-cw-muted")),Dt&&(w.style.backgroundColor=Dt,w.classList.remove("hover:tvw-bg-gray-100")),Kt||Fe){let at=Kt||"0px",vt=Fe||"transparent";w.style.border=`${at} solid ${vt}`,w.classList.remove("tvw-border-none")}if(Ce&&(w.style.borderRadius=Ce,w.classList.remove("tvw-rounded-full")),ne?(w.style.paddingLeft=ne,w.style.paddingRight=ne):(w.style.paddingLeft="",w.style.paddingRight=""),N?(w.style.paddingTop=N,w.style.paddingBottom=N):(w.style.paddingTop="",w.style.paddingBottom=""),u.appendChild(w),Se&&be&&w&&u){let at=null,vt=()=>{if(at||!w)return;at=S("div","tvw-clear-chat-tooltip"),at.textContent=be;let Ae=S("div");Ae.className="tvw-clear-chat-tooltip-arrow",at.appendChild(Ae);let re=w.getBoundingClientRect();at.style.position="fixed",at.style.left=`${re.left+re.width/2}px`,at.style.top=`${re.top-8}px`,at.style.transform="translate(-50%, -100%)",document.body.appendChild(at)},Ot=()=>{at&&at.parentNode&&(at.parentNode.removeChild(at),at=null)};u.addEventListener("mouseenter",vt),u.addEventListener("mouseleave",Ot),w.addEventListener("focus",vt),w.addEventListener("blur",Ot),u._cleanupTooltip=()=>{Ot(),u&&(u.removeEventListener("mouseenter",vt),u.removeEventListener("mouseleave",Ot)),w&&(w.removeEventListener("focus",vt),w.removeEventListener("blur",Ot))}}A==="inline"&&t.appendChild(u)}let b=S("div",l==="top-right"?"tvw-absolute tvw-top-4 tvw-right-4 tvw-z-50":k&&A==="inline"?"":"tvw-ml-auto"),h=S("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=s,h.style.width=s,h.type="button";let v=(le=d.closeButtonTooltipText)!=null?le:"Close chat",g=(kt=d.closeButtonShowTooltip)!=null?kt:!0;h.setAttribute("aria-label",v),h.style.display=r?"":"none";let y=(Le=d.closeButtonIconName)!=null?Le:"x",L=(Te=d.closeButtonIconText)!=null?Te:"\xD7",H=dt(y,"20px",d.closeButtonColor||"",2);if(H?h.appendChild(H):h.textContent=L,d.closeButtonColor?(h.style.color=d.closeButtonColor,h.classList.remove("tvw-text-cw-muted")):(h.style.color="",h.classList.add("tvw-text-cw-muted")),d.closeButtonBackgroundColor?(h.style.backgroundColor=d.closeButtonBackgroundColor,h.classList.remove("hover:tvw-bg-gray-100")):(h.style.backgroundColor="",h.classList.add("hover:tvw-bg-gray-100")),d.closeButtonBorderWidth||d.closeButtonBorderColor){let nt=d.closeButtonBorderWidth||"0px",Jt=d.closeButtonBorderColor||"transparent";h.style.border=`${nt} solid ${Jt}`,h.classList.remove("tvw-border-none")}else h.style.border="",h.classList.add("tvw-border-none");if(d.closeButtonBorderRadius?(h.style.borderRadius=d.closeButtonBorderRadius,h.classList.remove("tvw-rounded-full")):(h.style.borderRadius="",h.classList.add("tvw-rounded-full")),d.closeButtonPaddingX?(h.style.paddingLeft=d.closeButtonPaddingX,h.style.paddingRight=d.closeButtonPaddingX):(h.style.paddingLeft="",h.style.paddingRight=""),d.closeButtonPaddingY?(h.style.paddingTop=d.closeButtonPaddingY,h.style.paddingBottom=d.closeButtonPaddingY):(h.style.paddingTop="",h.style.paddingBottom=""),b.appendChild(h),g&&v){let nt=null,Jt=()=>{if(nt)return;nt=S("div","tvw-clear-chat-tooltip"),nt.textContent=v;let Dt=S("div");Dt.className="tvw-clear-chat-tooltip-arrow",nt.appendChild(Dt);let Kt=h.getBoundingClientRect();nt.style.position="fixed",nt.style.left=`${Kt.left+Kt.width/2}px`,nt.style.top=`${Kt.top-8}px`,nt.style.transform="translate(-50%, -100%)",document.body.appendChild(nt)},ae=()=>{nt&&nt.parentNode&&(nt.parentNode.removeChild(nt),nt=null)};b.addEventListener("mouseenter",Jt),b.addEventListener("mouseleave",ae),h.addEventListener("focus",Jt),h.addEventListener("blur",ae),b._cleanupTooltip=()=>{ae(),b.removeEventListener("mouseenter",Jt),b.removeEventListener("mouseleave",ae),h.removeEventListener("focus",Jt),h.removeEventListener("blur",ae)}}return l!=="top-right"&&t.appendChild(b),{header:t,iconHolder:x,headerTitle:p,headerSubtitle:M,closeButton:h,closeButtonWrapper:b,clearChatButton:w,clearChatButtonWrapper:u}},wa=(a,e,r)=>{var s,l,n,f;let t=(s=r==null?void 0:r.launcher)!=null?s:{},d=(l=t.closeButtonPlacement)!=null?l:"inline",o=(f=(n=t.clearChat)==null?void 0:n.placement)!=null?f:"inline";a.appendChild(e.header),d==="top-right"&&(a.style.position="relative",a.appendChild(e.closeButtonWrapper)),e.clearChatButtonWrapper&&o==="top-right"&&(a.style.position="relative",a.appendChild(e.clearChatButtonWrapper))};var kS=a=>Qe({config:a.config,showClose:a.showClose,onClose:a.onClose,onClearChat:a.onClearChat}),HS=a=>{var m,k,A,w;let{config:e,showClose:r=!0,onClose:t}=a,d=(m=e==null?void 0:e.launcher)!=null?m:{},o=S("div","tvw-flex tvw-items-center tvw-justify-between tvw-bg-cw-surface tvw-px-6 tvw-py-4 tvw-border-b-cw-divider"),s=S("span","tvw-text-base tvw-font-semibold");s.textContent=(k=d.title)!=null?k:"Chat Assistant",o.appendChild(s);let l=(A=d.closeButtonSize)!=null?A:"32px",n=S("div",""),f=S("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=r?"":"none";let x=(w=d.closeButtonIconName)!=null?w:"x",c=dt(x,"20px",d.closeButtonColor||"",2);c?f.appendChild(c):f.textContent="\xD7",t&&f.addEventListener("click",t),n.appendChild(f),o.appendChild(n);let p=S("div");p.style.display="none";let M=S("span");return M.style.display="none",{header:o,iconHolder:p,headerTitle:s,headerSubtitle:M,closeButton:f,closeButtonWrapper:n,clearChatButton:null,clearChatButtonWrapper:null}},LS=a=>{var h,v,g,y,L,H,T,V;let{config:e,showClose:r=!0,onClose:t,onClearChat:d}=a,o=(h=e==null?void 0:e.launcher)!=null?h:{},s=S("div","tvw-flex tvw-flex-col tvw-bg-cw-surface tvw-px-6 tvw-py-5 tvw-border-b-cw-divider"),l=S("div","tvw-flex tvw-items-center tvw-gap-3"),n=(v=o.headerIconSize)!=null?v:"56px",f=S("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=n,f.style.width=n;let x=o.headerIconName;if(x){let q=parseFloat(n)||24,Z=dt(x,q*.5,"#ffffff",2);Z?f.replaceChildren(Z):f.textContent=(g=o.agentIconText)!=null?g:"\u{1F4AC}"}else if(o.iconUrl){let q=S("img");q.src=o.iconUrl,q.alt="",q.className="tvw-rounded-xl tvw-object-cover",q.style.height=n,q.style.width=n,f.replaceChildren(q)}else f.textContent=(y=o.agentIconText)!=null?y:"\u{1F4AC}";let c=S("div","tvw-flex tvw-flex-col tvw-flex-1"),p=S("span","tvw-text-lg tvw-font-semibold");p.textContent=(L=o.title)!=null?L:"Chat Assistant";let M=S("span","tvw-text-sm tvw-text-cw-muted");M.textContent=(H=o.subtitle)!=null?H:"Here to help you get answers fast",c.append(p,M),l.append(f,c);let m=(T=o.closeButtonSize)!=null?T:"32px",k=S("div",""),A=S("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=m,A.style.width=m,A.type="button",A.setAttribute("aria-label","Close chat"),A.style.display=r?"":"none";let w=(V=o.closeButtonIconName)!=null?V:"x",u=dt(w,"20px",o.closeButtonColor||"",2);u?A.appendChild(u):A.textContent="\xD7",t&&A.addEventListener("click",t),k.appendChild(A),l.appendChild(k),s.appendChild(l);let b=S("div","tvw-mt-3 tvw-pt-3 tvw-border-t tvw-border-gray-100 tvw-text-xs tvw-text-cw-muted");return b.textContent="Online and ready to help",s.appendChild(b),{header:s,iconHolder:f,headerTitle:p,headerSubtitle:M,closeButton:A,closeButtonWrapper:k,clearChatButton:null,clearChatButtonWrapper:null}},Zb={default:kS,minimal:HS,expanded:LS},TS=a=>{var e;return(e=Zb[a])!=null?e:Zb.default},Rs=(a,e,r)=>{var s,l,n;if(e!=null&&e.render){let f=e.render({config:a,onClose:r==null?void 0:r.onClose,onClearChat:r==null?void 0:r.onClearChat}),x=S("div");x.style.display="none";let c=S("span"),p=S("span"),M=S("button");M.style.display="none";let m=S("div");return m.style.display="none",{header:f,iconHolder:x,headerTitle:c,headerSubtitle:p,closeButton:M,closeButtonWrapper:m,clearChatButton:null,clearChatButtonWrapper:null}}let t=(s=e==null?void 0:e.layout)!=null?s:"default",o=TS(t)({config:a,showClose:(n=(l=e==null?void 0:e.showCloseButton)!=null?l:r==null?void 0:r.showClose)!=null?n:!0,onClose:r==null?void 0:r.onClose,onClearChat:r==null?void 0:r.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 pT=a=>{switch(a){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'}},Fs=a=>{var j,gt,ue,me,Xt,xe,_e,Ie,Oe,U,Nt,mt,de,xt,le,kt,Le,Te,nt,Jt,ae,Dt,Kt,Fe,Ce,ne,N,be,Se,Pe;let{config:e}=a,r=S("div","tvw-widget-footer tvw-border-t-cw-divider tvw-bg-cw-surface tvw-px-6 tvw-py-4"),t=S("div","tvw-mb-3 tvw-flex tvw-flex-wrap tvw-gap-2"),d=S("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");d.style.outline="none";let o=S("textarea");o.placeholder=(gt=(j=e==null?void 0:e.copy)==null?void 0:j.inputPlaceholder)!=null?gt:"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",o.rows=1;let s=(me=(ue=e==null?void 0:e.theme)==null?void 0:ue.inputFontFamily)!=null?me:"sans-serif",l=(xe=(Xt=e==null?void 0:e.theme)==null?void 0:Xt.inputFontWeight)!=null?xe:"400";o.style.fontFamily=pT(s),o.style.fontWeight=l;let x=3*20;o.style.maxHeight=`${x}px`,o.style.overflowY="auto";let c=()=>{o.style.height="auto";let at=Math.min(o.scrollHeight,x);o.style.height=`${at}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=(_e=e==null?void 0:e.sendButton)!=null?_e:{},M=(Ie=p.useIcon)!=null?Ie:!1,m=(Oe=p.iconText)!=null?Oe:"\u2191",k=p.iconName,A=(U=p.tooltipText)!=null?U:"Send message",w=(Nt=p.showTooltip)!=null?Nt:!1,u=(mt=p.size)!=null?mt:"40px",b=p.backgroundColor,h=p.textColor,v=S("div","tvw-send-button-wrapper"),g=S("button",M?"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(g.type="submit",M){if(g.style.width=u,g.style.height=u,g.style.minWidth=u,g.style.minHeight=u,g.style.fontSize="18px",g.style.lineHeight="1",g.innerHTML="",k){let at=parseFloat(u)||24,vt=h&&typeof h=="string"&&h.trim()?h.trim():"currentColor",Ot=dt(k,at,vt,2);Ot?(g.appendChild(Ot),g.style.color=vt):(g.textContent=m,h?g.style.color=h:g.classList.add("tvw-text-white"))}else g.textContent=m,h?g.style.color=h:g.classList.add("tvw-text-white");b?g.style.backgroundColor=b:g.classList.add("tvw-bg-cw-primary")}else g.textContent=(xt=(de=e==null?void 0:e.copy)==null?void 0:de.sendButtonLabel)!=null?xt:"Send",h?g.style.color=h:g.classList.add("tvw-text-white");if(p.borderWidth&&(g.style.borderWidth=p.borderWidth,g.style.borderStyle="solid"),p.borderColor&&(g.style.borderColor=p.borderColor),p.paddingX?(g.style.paddingLeft=p.paddingX,g.style.paddingRight=p.paddingX):(g.style.paddingLeft="",g.style.paddingRight=""),p.paddingY?(g.style.paddingTop=p.paddingY,g.style.paddingBottom=p.paddingY):(g.style.paddingTop="",g.style.paddingBottom=""),w&&A){let at=S("div","tvw-send-button-tooltip");at.textContent=A,v.appendChild(at)}v.appendChild(g);let y=(le=e==null?void 0:e.voiceRecognition)!=null?le:{},L=y.enabled===!0,H=null,T=null,V=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined");if(L&&V){T=S("div","tvw-send-button-wrapper"),H=S("button","tvw-rounded-button tvw-flex tvw-items-center tvw-justify-center disabled:tvw-opacity-50 tvw-cursor-pointer"),H.type="button",H.setAttribute("aria-label","Start voice recognition");let at=(kt=y.iconName)!=null?kt:"mic",vt=(Le=y.iconSize)!=null?Le:u,Ot=parseFloat(vt)||24,Ae=(Te=y.backgroundColor)!=null?Te:b,re=(nt=y.iconColor)!=null?nt:h;H.style.width=vt,H.style.height=vt,H.style.minWidth=vt,H.style.minHeight=vt,H.style.fontSize="18px",H.style.lineHeight="1";let ze=re||"currentColor",qe=dt(at,Ot,ze,1.5);qe?(H.appendChild(qe),H.style.color=ze):(H.textContent="\u{1F3A4}",H.style.color=ze),Ae?H.style.backgroundColor=Ae:H.classList.add("tvw-bg-cw-primary"),re?H.style.color=re:!re&&!h&&H.classList.add("tvw-text-white"),y.borderWidth&&(H.style.borderWidth=y.borderWidth,H.style.borderStyle="solid"),y.borderColor&&(H.style.borderColor=y.borderColor),y.paddingX&&(H.style.paddingLeft=y.paddingX,H.style.paddingRight=y.paddingX),y.paddingY&&(H.style.paddingTop=y.paddingY,H.style.paddingBottom=y.paddingY),T.appendChild(H);let Ge=(Jt=y.tooltipText)!=null?Jt:"Start voice recognition";if(((ae=y.showTooltip)!=null?ae:!1)&&Ge){let Ze=S("div","tvw-send-button-tooltip");Ze.textContent=Ge,T.appendChild(Ze)}}let q=(Dt=e==null?void 0:e.attachments)!=null?Dt:{},Z=q.enabled===!0,F=null,J=null,Ft=null,K=null;if(Z){K=S("div","tvw-attachment-previews tvw-flex tvw-flex-wrap tvw-gap-2 tvw-mb-2"),K.style.display="none",Ft=S("input"),Ft.type="file",Ft.accept=((Kt=q.allowedTypes)!=null?Kt:ia).join(","),Ft.multiple=((Fe=q.maxFiles)!=null?Fe:4)>1,Ft.style.display="none",Ft.setAttribute("aria-label","Attach files"),J=S("div","tvw-send-button-wrapper"),F=S("button","tvw-rounded-button tvw-flex tvw-items-center tvw-justify-center disabled:tvw-opacity-50 tvw-cursor-pointer tvw-attachment-button"),F.type="button",F.setAttribute("aria-label",(Ce=q.buttonTooltipText)!=null?Ce:"Attach file");let at=(ne=q.buttonIconName)!=null?ne:"paperclip",vt=u,Ot=parseFloat(vt)||40,Ae=Math.round(Ot*.6);F.style.width=vt,F.style.height=vt,F.style.minWidth=vt,F.style.minHeight=vt,F.style.fontSize="18px",F.style.lineHeight="1",F.style.backgroundColor="transparent",F.style.color="var(--cw-primary, #111827)",F.style.border="none",F.style.borderRadius="6px",F.style.transition="background-color 0.15s ease",F.addEventListener("mouseenter",()=>{F.style.backgroundColor="rgba(0, 0, 0, 0.05)"}),F.addEventListener("mouseleave",()=>{F.style.backgroundColor="transparent"});let re=dt(at,Ae,"currentColor",1.5);re?F.appendChild(re):F.textContent="\u{1F4CE}",F.addEventListener("click",Ge=>{Ge.preventDefault(),Ft==null||Ft.click()}),J.appendChild(F);let ze=(N=q.buttonTooltipText)!=null?N:"Attach file",qe=S("div","tvw-send-button-tooltip");qe.textContent=ze,J.appendChild(qe)}d.addEventListener("click",at=>{at.target!==g&&at.target!==v&&at.target!==H&&at.target!==T&&at.target!==F&&at.target!==J&&o.focus()}),K&&(K.style.gap="8px",d.append(K)),Ft&&d.append(Ft),d.append(o);let G=S("div","tvw-flex tvw-items-center tvw-justify-between tvw-w-full"),se=S("div","tvw-flex tvw-items-center tvw-gap-2");J&&se.append(J);let fe=S("div","tvw-flex tvw-items-center tvw-gap-1");T&&fe.append(T),fe.append(v),G.append(se,fe),d.append(G);let ce=S("div","tvw-mt-2 tvw-text-right tvw-text-xs tvw-text-cw-muted"),We=(be=e==null?void 0:e.statusIndicator)!=null?be:{},$e=(Se=We.visible)!=null?Se:!0;return ce.style.display=$e?"":"none",ce.textContent=(Pe=We.idleText)!=null?Pe:"Online",r.append(t,d,ce),{footer:r,suggestions:t,composerForm:d,textarea:o,sendButton:g,sendButtonWrapper:v,micButton:H,micButtonWrapper:T,statusText:ce,attachmentButton:F,attachmentButtonWrapper:J,attachmentInput:Ft,attachmentPreviewsContainer:K,actionsRow:G,leftActions:se,rightActions:fe}};var BH=a=>{var n,f,x,c,p,M,m;if(!((f=(n=a==null?void 0:a.launcher)==null?void 0:n.enabled)!=null?f:!0)){let k=S("div","tvw-relative tvw-h-full tvw-flex tvw-flex-col tvw-flex-1 tvw-min-h-0"),A=S("div","tvw-relative tvw-flex-1 tvw-flex tvw-flex-col tvw-min-h-0"),w=(c=(x=a==null?void 0:a.launcher)==null?void 0:x.width)!=null?c:"100%";return k.style.width=w,A.style.width="100%",k.appendChild(A),{wrapper:k,panel:A}}let r=(p=a==null?void 0:a.launcher)!=null?p:{},t=r.position&&De[r.position]?De[r.position]:De["bottom-right"],d=S("div",`tvw-widget-wrapper tvw-fixed ${t} tvw-z-50 tvw-transition`),o=S("div","tvw-widget-panel tvw-relative tvw-min-h-[320px]"),s=(m=(M=a==null?void 0:a.launcher)==null?void 0:M.width)!=null?m:a==null?void 0:a.launcherWidth,l=s!=null?s:"min(400px, calc(100vw - 24px))";return o.style.width=l,o.style.maxWidth=l,d.appendChild(o),{wrapper:d,panel:o}},VH=(a,e=!0)=>{var M,m,k,A,w,u,b;let r=S("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=(M=a==null?void 0:a.layout)==null?void 0:M.header,d=((m=a==null?void 0:a.layout)==null?void 0:m.showHeader)!==!1,o=t?Rs(a,t,{showClose:e}):Qe({config:a,showClose:e}),s=S("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");s.id="persona-scroll-container";let l=S("div","tvw-rounded-2xl tvw-bg-cw-surface tvw-p-6 tvw-shadow-sm"),n=S("h2","tvw-text-lg tvw-font-semibold tvw-text-cw-primary");n.textContent=(A=(k=a==null?void 0:a.copy)==null?void 0:k.welcomeTitle)!=null?A:"Hello \u{1F44B}";let f=S("p","tvw-mt-2 tvw-text-sm tvw-text-cw-muted");f.textContent=(u=(w=a==null?void 0:a.copy)==null?void 0:w.welcomeSubtitle)!=null?u:"Ask anything about your account or products.",l.append(n,f);let x=S("div","tvw-flex tvw-flex-col tvw-gap-3");s.append(l,x);let c=Fs({config:a}),p=((b=a==null?void 0:a.layout)==null?void 0:b.showFooter)!==!1;return d?wa(r,o,a):(o.header.style.display="none",wa(r,o,a)),r.append(s),p||(c.footer.style.display="none"),r.append(c.footer),{container:r,body:s,messagesWrapper:x,suggestions:c.suggestions,textarea:c.textarea,sendButton:c.sendButton,sendButtonWrapper:c.sendButtonWrapper,micButton:c.micButton,micButtonWrapper:c.micButtonWrapper,composerForm:c.composerForm,statusText:c.statusText,introTitle:n,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 n2=()=>{let a=document.createElement("div");a.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 r=document.createElement("div");r.className="tvw-bg-cw-primary tvw-animate-typing tvw-rounded-full tvw-h-1.5 tvw-w-1.5",r.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 d=document.createElement("span");return d.className="tvw-sr-only",d.textContent="Loading",a.appendChild(e),a.appendChild(r),a.appendChild(t),a.appendChild(d),a},iT=(a,e)=>{let r=S("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"?a.userAvatar:a.assistantAvatar;if(t)if(t.startsWith("http")||t.startsWith("/")||t.startsWith("data:")){let d=S("img");d.src=t,d.alt=e==="user"?"User":"Assistant",d.className="tvw-w-full tvw-h-full tvw-rounded-full tvw-object-cover",r.appendChild(d)}else r.textContent=t,r.classList.add(e==="user"?"tvw-bg-cw-accent":"tvw-bg-cw-primary","tvw-text-white");else r.textContent=e==="user"?"U":"A",r.classList.add(e==="user"?"tvw-bg-cw-accent":"tvw-bg-cw-primary","tvw-text-white");return r},EH=(a,e)=>{let r=S("div","tvw-text-xs tvw-text-cw-muted"),t=new Date(a.createdAt);return e.format?r.textContent=e.format(t):r.textContent=t.toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"}),r},hT=(a,e="bubble")=>{let r=["vanilla-message-bubble","tvw-max-w-[85%]"];switch(e){case"flat":a==="user"?r.push("vanilla-message-user-bubble","tvw-ml-auto","tvw-text-cw-primary","tvw-py-2"):r.push("vanilla-message-assistant-bubble","tvw-text-cw-primary","tvw-py-2");break;case"minimal":r.push("tvw-text-sm","tvw-leading-relaxed"),a==="user"?r.push("vanilla-message-user-bubble","tvw-ml-auto","tvw-bg-cw-accent","tvw-text-white","tvw-px-3","tvw-py-2","tvw-rounded-lg"):r.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:r.push("tvw-rounded-2xl","tvw-text-sm","tvw-leading-relaxed","tvw-shadow-sm"),a==="user"?r.push("vanilla-message-user-bubble","tvw-ml-auto","tvw-bg-cw-accent","tvw-text-white","tvw-px-5","tvw-py-3"):r.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 r},PS=(a,e,r)=>{var m,k,A,w,u,b;let t=(m=e.showCopy)!=null?m:!0,d=(k=e.showUpvote)!=null?k:!0,o=(A=e.showDownvote)!=null?A:!0,s=(w=e.visibility)!=null?w:"hover",l=(u=e.align)!=null?u:"right",n=(b=e.layout)!=null?b:"pill-inside",f={left:"tvw-message-actions-left",center:"tvw-message-actions-center",right:"tvw-message-actions-right"}[l],x={"pill-inside":"tvw-message-actions-pill","row-inside":"tvw-message-actions-row"}[n],c=S("div",`tvw-message-actions tvw-flex tvw-items-center tvw-gap-1 tvw-mt-2 ${f} ${x} ${s==="hover"?"tvw-message-actions-hover":""}`);c.id=`actions-${a.id}`,c.setAttribute("data-actions-for",a.id);let p=null,M=(h,v,g,y)=>{let L=document.createElement("button");L.className="tvw-message-action-btn",L.setAttribute("aria-label",v),L.setAttribute("title",v),y&&L.setAttribute("data-action",y);let H=dt(h,14,"currentColor",2);return H&&L.appendChild(H),L.addEventListener("click",T=>{T.preventDefault(),T.stopPropagation(),g()}),L};if(t){let h=M("copy","Copy message",()=>{let v=a.content||"";navigator.clipboard.writeText(v).then(()=>{h.classList.add("tvw-message-action-success");let g=dt("check",14,"currentColor",2);g&&(h.innerHTML="",h.appendChild(g)),setTimeout(()=>{h.classList.remove("tvw-message-action-success");let y=dt("copy",14,"currentColor",2);y&&(h.innerHTML="",h.appendChild(y))},2e3)}).catch(g=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to copy message:",g)}),r!=null&&r.onCopy&&r.onCopy(a),e.onCopy&&e.onCopy(a)},"copy");c.appendChild(h)}if(d){let h=M("thumbs-up","Upvote",()=>{if(p==="upvote")p=null,h.classList.remove("tvw-message-action-active");else{let g=c.querySelector('[data-action="downvote"]');g&&g.classList.remove("tvw-message-action-active"),p="upvote",h.classList.add("tvw-message-action-active");let y={type:"upvote",messageId:a.id,message:a};r!=null&&r.onFeedback&&r.onFeedback(y),e.onFeedback&&e.onFeedback(y)}},"upvote");c.appendChild(h)}if(o){let h=M("thumbs-down","Downvote",()=>{if(p==="downvote")p=null,h.classList.remove("tvw-message-action-active");else{let g=c.querySelector('[data-action="upvote"]');g&&g.classList.remove("tvw-message-action-active"),p="downvote",h.classList.add("tvw-message-action-active");let y={type:"downvote",messageId:a.id,message:a};r!=null&&r.onFeedback&&r.onFeedback(y),e.onFeedback&&e.onFeedback(y)}},"downvote");c.appendChild(h)}return c},Ds=(a,e,r,t,d)=>{var b,h,v,g,y;let o=r!=null?r:{},s=(b=o.layout)!=null?b:"bubble",l=o.avatar,n=o.timestamp,f=(h=l==null?void 0:l.show)!=null?h:!1,x=(v=n==null?void 0:n.show)!=null?v:!1,c=(g=l==null?void 0:l.position)!=null?g:"left",p=(y=n==null?void 0:n.position)!=null?y:"below",M=hT(a.role,s),m=S("div",M.join(" "));m.id=`bubble-${a.id}`,m.setAttribute("data-message-id",a.id);let k=document.createElement("div");if(k.innerHTML=e({text:a.content,message:a,streaming:!!a.streaming,raw:a.rawContent}),x&&p==="inline"&&a.createdAt){let L=EH(a,n);L.classList.add("tvw-ml-2","tvw-inline"),k.appendChild(L)}if(m.appendChild(k),x&&p==="below"&&a.createdAt){let L=EH(a,n);L.classList.add("tvw-mt-1"),m.appendChild(L)}if(a.streaming&&a.role==="assistant"&&(!a.content||!a.content.trim())){let L=n2();m.appendChild(L)}if(a.role==="assistant"&&!a.streaming&&a.content&&a.content.trim()&&(t==null?void 0:t.enabled)!==!1&&t){let L=PS(a,t,d);m.appendChild(L)}if(!f||a.role==="system")return m;let w=S("div",`tvw-flex tvw-gap-2 ${a.role==="user"?"tvw-flex-row-reverse":""}`),u=iT(l,a.role);return c==="right"||c==="left"&&a.role==="user"?w.append(m,u):w.append(u,m),m.classList.remove("tvw-max-w-[85%]"),m.classList.add("tvw-max-w-[calc(85%-2.5rem)]"),w},RH=(a,e,r,t,d)=>{let o=r!=null?r:{};return a.role==="user"&&o.renderUserMessage?o.renderUserMessage({message:a,config:{},streaming:!!a.streaming}):a.role==="assistant"&&o.renderAssistantMessage?o.renderAssistantMessage({message:a,config:{},streaming:!!a.streaming}):Ds(a,e,r,t,d)};var Ws=new Set,FH=(a,e)=>{let r=Ws.has(a),t=e.querySelector('button[data-expand-header="true"]'),d=e.querySelector(".tvw-border-t");if(!t||!d)return;t.setAttribute("aria-expanded",r?"true":"false");let o=t.querySelector(".tvw-ml-auto"),s=o==null?void 0:o.querySelector(":scope > .tvw-flex.tvw-items-center");if(s){s.innerHTML="";let n=dt(r?"chevron-up":"chevron-down",16,"currentColor",2);n?s.appendChild(n):s.textContent=r?"Hide":"Show"}d.style.display=r?"":"none"},BS=a=>{let e=a.reasoning,r=S("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(r.id=`bubble-${a.id}`,r.setAttribute("data-message-id",a.id),!e)return r;let t=Ws.has(a.id),d=S("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");d.type="button",d.setAttribute("aria-expanded",t?"true":"false"),d.setAttribute("data-expand-header","true"),d.setAttribute("data-bubble-type","reasoning");let o=S("div","tvw-flex tvw-flex-col tvw-text-left"),s=S("span","tvw-text-xs tvw-text-cw-primary");s.textContent="Thinking...",o.appendChild(s);let l=S("span","tvw-text-xs tvw-text-cw-primary");l.textContent=pH(e),o.appendChild(l),e.status==="complete"?s.style.display="none":s.style.display="";let n=S("div","tvw-flex tvw-items-center"),x=dt(t?"chevron-up":"chevron-down",16,"currentColor",2);x?n.appendChild(x):n.textContent=t?"Hide":"Show";let c=S("div","tvw-flex tvw-items-center tvw-ml-auto");c.append(n),d.append(o,c);let p=S("div","tvw-border-t tvw-border-gray-200 tvw-bg-gray-50 tvw-px-4 tvw-py-3");p.style.display=t?"":"none";let M=e.chunks.join(""),m=S("div","tvw-whitespace-pre-wrap tvw-text-xs tvw-leading-snug tvw-text-cw-muted");return m.textContent=M||(e.status==="complete"?"No additional context was shared.":"Waiting for details\u2026"),p.appendChild(m),(()=>{d.setAttribute("aria-expanded",t?"true":"false"),n.innerHTML="";let w=dt(t?"chevron-up":"chevron-down",16,"currentColor",2);w?n.appendChild(w):n.textContent=t?"Hide":"Show",p.style.display=t?"":"none"})(),r.append(d,p),r};var Is=new Set,DH=(a,e,r)=>{var f;let t=Is.has(a),d=(f=r==null?void 0:r.toolCall)!=null?f:{},o=e.querySelector('button[data-expand-header="true"]'),s=e.querySelector(".tvw-border-t");if(!o||!s)return;o.setAttribute("aria-expanded",t?"true":"false");let l=o.querySelector(".tvw-ml-auto"),n=l==null?void 0:l.querySelector(":scope > .tvw-flex.tvw-items-center");if(n){n.innerHTML="";let x=d.toggleTextColor||d.headerTextColor||"currentColor",c=dt(t?"chevron-up":"chevron-down",16,x,2);c?n.appendChild(c):n.textContent=t?"Hide":"Show"}s.style.display=t?"":"none"},VS=(a,e)=>{var k;let r=a.toolCall,t=(k=e==null?void 0:e.toolCall)!=null?k:{},d=S("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(d.id=`bubble-${a.id}`,d.setAttribute("data-message-id",a.id),t.backgroundColor&&(d.style.backgroundColor=t.backgroundColor),t.borderColor&&(d.style.borderColor=t.borderColor),t.borderWidth&&(d.style.borderWidth=t.borderWidth),t.borderRadius&&(d.style.borderRadius=t.borderRadius),!r)return d;let o=Is.has(a.id),s=S("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",o?"true":"false"),s.setAttribute("data-expand-header","true"),s.setAttribute("data-bubble-type","tool"),t.headerBackgroundColor&&(s.style.backgroundColor=t.headerBackgroundColor),t.headerPaddingX&&(s.style.paddingLeft=t.headerPaddingX,s.style.paddingRight=t.headerPaddingX),t.headerPaddingY&&(s.style.paddingTop=t.headerPaddingY,s.style.paddingBottom=t.headerPaddingY);let l=S("div","tvw-flex tvw-flex-col tvw-text-left"),n=S("span","tvw-text-xs tvw-text-cw-primary");t.headerTextColor&&(n.style.color=t.headerTextColor),n.textContent=iH(r),l.appendChild(n);let f=S("div","tvw-flex tvw-items-center"),x=t.toggleTextColor||t.headerTextColor||"currentColor",c=dt(o?"chevron-up":"chevron-down",16,x,2);c?f.appendChild(c):f.textContent=o?"Hide":"Show";let p=S("div","tvw-flex tvw-items-center tvw-gap-2 tvw-ml-auto");p.append(f),s.append(l,p);let M=S("div","tvw-border-t tvw-border-gray-200 tvw-bg-gray-50 tvw-space-y-3 tvw-px-4 tvw-py-3");if(M.style.display=o?"":"none",t.contentBackgroundColor&&(M.style.backgroundColor=t.contentBackgroundColor),t.contentTextColor&&(M.style.color=t.contentTextColor),t.contentPaddingX&&(M.style.paddingLeft=t.contentPaddingX,M.style.paddingRight=t.contentPaddingX),t.contentPaddingY&&(M.style.paddingTop=t.contentPaddingY,M.style.paddingBottom=t.contentPaddingY),r.name){let A=S("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=r.name,M.appendChild(A)}if(r.args!==void 0){let A=S("div","tvw-space-y-1"),w=S("div","tvw-text-xs tvw-text-cw-muted");t.labelTextColor&&(w.style.color=t.labelTextColor),w.textContent="Arguments";let u=S("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");u.style.fontSize="0.75rem",u.style.lineHeight="1rem",t.codeBlockBackgroundColor&&(u.style.backgroundColor=t.codeBlockBackgroundColor),t.codeBlockBorderColor&&(u.style.borderColor=t.codeBlockBorderColor),t.codeBlockTextColor&&(u.style.color=t.codeBlockTextColor),u.textContent=wS(r.args),A.append(w,u),M.appendChild(A)}if(r.chunks&&r.chunks.length){let A=S("div","tvw-space-y-1"),w=S("div","tvw-text-xs tvw-text-cw-muted");t.labelTextColor&&(w.style.color=t.labelTextColor),w.textContent="Activity";let u=S("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");u.style.fontSize="0.75rem",u.style.lineHeight="1rem",t.codeBlockBackgroundColor&&(u.style.backgroundColor=t.codeBlockBackgroundColor),t.codeBlockBorderColor&&(u.style.borderColor=t.codeBlockBorderColor),t.codeBlockTextColor&&(u.style.color=t.codeBlockTextColor),u.textContent=r.chunks.join(`
65
+ `),A.append(w,u),M.appendChild(A)}if(r.status==="complete"&&r.result!==void 0){let A=S("div","tvw-space-y-1"),w=S("div","tvw-text-xs tvw-text-cw-muted");t.labelTextColor&&(w.style.color=t.labelTextColor),w.textContent="Result";let u=S("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");u.style.fontSize="0.75rem",u.style.lineHeight="1rem",t.codeBlockBackgroundColor&&(u.style.backgroundColor=t.codeBlockBackgroundColor),t.codeBlockBorderColor&&(u.style.borderColor=t.codeBlockBorderColor),t.codeBlockTextColor&&(u.style.color=t.codeBlockTextColor),u.textContent=wS(r.result),A.append(w,u),M.appendChild(A)}if(r.status==="complete"&&typeof r.duration=="number"){let A=S("div","tvw-text-xs tvw-text-cw-muted");t.contentTextColor&&(A.style.color=t.contentTextColor),A.textContent=`Duration: ${r.duration}ms`,M.appendChild(A)}return(()=>{s.setAttribute("aria-expanded",o?"true":"false"),f.innerHTML="";let A=t.toggleTextColor||t.headerTextColor||"currentColor",w=dt(o?"chevron-up":"chevron-down",16,A,2);w?f.appendChild(w):f.textContent=o?"Hide":"Show",M.style.display=o?"":"none"})(),d.append(s,M),d};var WH=a=>{let e=[];return{buttons:e,render:(t,d,o,s,l)=>{if(a.innerHTML="",e.length=0,!t||!t.length||(s!=null?s:d?d.getMessages():[]).some(M=>M.role==="user"))return;let x=document.createDocumentFragment(),c=d?d.isStreaming():!1,p=M=>{switch(M){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(M=>{let m=S("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");m.type="button",m.textContent=M,m.disabled=c,l!=null&&l.fontFamily&&(m.style.fontFamily=p(l.fontFamily)),l!=null&&l.fontWeight&&(m.style.fontWeight=l.fontWeight),l!=null&&l.paddingX&&(m.style.paddingLeft=l.paddingX,m.style.paddingRight=l.paddingX),l!=null&&l.paddingY&&(m.style.paddingTop=l.paddingY,m.style.paddingBottom=l.paddingY),m.addEventListener("click",()=>{!d||d.isStreaming()||(o.value="",d.sendMessage(M))}),x.appendChild(m),e.push(m)}),a.appendChild(x)}}};var IH={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"}},ES=(a,e,r,t)=>{let d=a.querySelectorAll("[data-tv-form]");d.length&&d.forEach(o=>{var m,k,A;if(o.dataset.enhanced==="true")return;let s=(m=o.dataset.tvForm)!=null?m:"init";o.dataset.enhanced="true";let l=(k=IH[s])!=null?k:IH.init;o.classList.add("tvw-form-card","tvw-space-y-4");let n=S("div","tvw-space-y-1"),f=S("h3","tvw-text-base tvw-font-semibold tvw-text-cw-primary");if(f.textContent=l.title,n.appendChild(f),l.description){let w=S("p","tvw-text-sm tvw-text-cw-muted");w.textContent=l.description,n.appendChild(w)}let x=document.createElement("form");x.className="tvw-form-grid tvw-space-y-3",l.fields.forEach(w=>{var g,y;let u=S("label","tvw-form-field tvw-flex tvw-flex-col tvw-gap-1");u.htmlFor=`${e.id}-${s}-${w.name}`;let b=S("span","tvw-text-xs tvw-font-medium tvw-text-cw-muted");b.textContent=w.label,u.appendChild(b);let h=(g=w.type)!=null?g:"text",v;h==="textarea"?(v=document.createElement("textarea"),v.rows=3):(v=document.createElement("input"),v.type=h),v.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",v.id=`${e.id}-${s}-${w.name}`,v.name=w.name,v.placeholder=(y=w.placeholder)!=null?y:"",w.required&&(v.required=!0),u.appendChild(v),x.appendChild(u)});let c=S("div","tvw-flex tvw-items-center tvw-justify-between tvw-gap-2"),p=S("div","tvw-text-xs tvw-text-cw-muted tvw-min-h-[1.5rem]"),M=S("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");M.type="submit",M.textContent=(A=l.submitLabel)!=null?A:"Submit",c.appendChild(p),c.appendChild(M),x.appendChild(c),o.replaceChildren(n,x),x.addEventListener("submit",async w=>{var v,g;w.preventDefault();let u=(v=r.formEndpoint)!=null?v:"/form",b=new FormData(x),h={};b.forEach((y,L)=>{h[L]=y}),h.type=s,M.disabled=!0,p.textContent="Submitting\u2026";try{let y=await fetch(u,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(h)});if(!y.ok)throw new Error(`Form submission failed (${y.status})`);let L=await y.json();p.textContent=(g=L.message)!=null?g:"Thanks! We'll be in touch soon.",L.success&&L.nextPrompt&&await t.sendMessage(String(L.nextPrompt))}catch(y){p.textContent=y instanceof Error?y.message:"Something went wrong. Please try again."}finally{M.disabled=!1}})})};var RS=class{constructor(){this.plugins=new Map}register(e){var r;this.plugins.has(e.id)&&console.warn(`Plugin "${e.id}" is already registered. Overwriting.`),this.plugins.set(e.id,e),(r=e.onRegister)==null||r.call(e)}unregister(e){var t;let r=this.plugins.get(e);r&&((t=r.onUnregister)==null||t.call(r),this.plugins.delete(e))}getAll(){return Array.from(this.plugins.values()).sort((e,r)=>{var t,d;return((t=r.priority)!=null?t:0)-((d=e.priority)!=null?d:0)})}getForInstance(e){let r=this.getAll();if(!e||e.length===0)return r;let t=new Set(e.map(o=>o.id));return[...r.filter(o=>!t.has(o.id)),...e].sort((o,s)=>{var l,n;return((l=s.priority)!=null?l:0)-((n=o.priority)!=null?n:0)})}clear(){this.plugins.forEach(e=>{var r;return(r=e.onUnregister)==null?void 0:r.call(e)}),this.plugins.clear()}},p2=new RS;var FS={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"},DS={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"},Wt={apiUrl:"http://localhost:43111/api/chat/dispatch",clientToken:void 0,theme:FS,darkTheme:DS,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 jb(a){var e,r,t,d,o,s,l,n,f,x,c,p,M,m,k,A,w,u,b;return a?{...Wt,...a,theme:{...Wt.theme,...a.theme},darkTheme:{...Wt.darkTheme,...a.darkTheme},launcher:{...Wt.launcher,...a.launcher,clearChat:{...(e=Wt.launcher)==null?void 0:e.clearChat,...(r=a.launcher)==null?void 0:r.clearChat}},copy:{...Wt.copy,...a.copy},sendButton:{...Wt.sendButton,...a.sendButton},statusIndicator:{...Wt.statusIndicator,...a.statusIndicator},voiceRecognition:{...Wt.voiceRecognition,...a.voiceRecognition},features:{...Wt.features,...a.features},suggestionChips:(t=a.suggestionChips)!=null?t:Wt.suggestionChips,suggestionChipsConfig:{...Wt.suggestionChipsConfig,...a.suggestionChipsConfig},layout:{...Wt.layout,...a.layout,header:{...(d=Wt.layout)==null?void 0:d.header,...(o=a.layout)==null?void 0:o.header},messages:{...(s=Wt.layout)==null?void 0:s.messages,...(l=a.layout)==null?void 0:l.messages,avatar:{...(f=(n=Wt.layout)==null?void 0:n.messages)==null?void 0:f.avatar,...(c=(x=a.layout)==null?void 0:x.messages)==null?void 0:c.avatar},timestamp:{...(M=(p=Wt.layout)==null?void 0:p.messages)==null?void 0:M.timestamp,...(k=(m=a.layout)==null?void 0:m.messages)==null?void 0:k.timestamp}},slots:{...(A=Wt.layout)==null?void 0:A.slots,...(w=a.layout)==null?void 0:w.slots}},markdown:{...Wt.markdown,...a.markdown,options:{...(u=Wt.markdown)==null?void 0:u.options,...(b=a.markdown)==null?void 0:b.options}},messageActions:{...Wt.messageActions,...a.messageActions}}:Wt}var OH=()=>{let a=new Map,e=(d,o)=>(a.has(d)||a.set(d,new Set),a.get(d).add(o),()=>r(d,o)),r=(d,o)=>{var s;(s=a.get(d))==null||s.delete(o)};return{on:e,off:r,emit:(d,o)=>{var s;(s=a.get(d))==null||s.forEach(l=>{try{l(o)}catch(n){typeof console!="undefined"&&console.error("[AgentWidget] Event handler error:",n)}})}}};var fT=a=>{let e=a.match(/```(?:json)?\s*([\s\S]*?)```/i);return e?e[1]:a},cT=a=>{let e=a.trim(),r=e.indexOf("{");if(r===-1)return null;let t=0;for(let d=r;d<e.length;d+=1){let o=e[d];if(o==="{"&&(t+=1),o==="}"&&(t-=1,t===0))return e.slice(r,d+1)}return null},i2=({text:a})=>{if(!a||!a.includes("{"))return null;try{let e=fT(a),r=cT(e);if(!r)return null;let t=JSON.parse(r);if(!t||typeof t!="object"||!t.action)return null;let{action:d,...o}=t;return{type:String(d),payload:o,raw:t}}catch{return null}},WS=a=>typeof a=="string"?a:a==null?"":String(a),Ca={message:a=>a.type!=="message"?void 0:{handled:!0,displayText:WS(a.payload.text)},messageAndClick:(a,e)=>{var d;if(a.type!=="message_and_click")return;let r=a.payload,t=WS(r.element);if(t&&((d=e.document)!=null&&d.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:WS(r.text)}}},zH=a=>Array.isArray(a)?a.map(e=>String(e)):[],h2=a=>{let e=new Set(zH(a.getSessionMetadata().processedActionMessageIds)),r=()=>{e=new Set(zH(a.getSessionMetadata().processedActionMessageIds))},t=()=>{let o=Array.from(e);a.updateSessionMetadata(s=>({...s,processedActionMessageIds:o}))};return{process:o=>{if(o.streaming||o.message.role!=="assistant"||!o.text||e.has(o.message.id))return null;let s=typeof o.raw=="string"&&o.raw||typeof o.message.rawContent=="string"&&o.message.rawContent||typeof o.text=="string"&&o.text||null;!s&&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=s?a.parsers.reduce((f,x)=>f||(x==null?void 0:x({text:s,message:o.message}))||null,null):null;if(!l)return null;e.add(o.message.id),t();let n={action:l,message:o.message};a.emit("action:detected",n);for(let f of a.handlers)if(f)try{let x=f(l,{message:o.message,metadata:a.getSessionMetadata(),updateMetadata:a.updateSessionMetadata,document:a.documentRef});if(!x)continue;if(x.handled){let c=x.persistMessage!==!1;return{text:x.displayText!==void 0?x.displayText:"",persist:c}}}catch(x){typeof console!="undefined"&&console.error("[AgentWidget] Action handler error:",x)}return{text:"",persist:!0}},syncFromMetadata:r}};var uT=a=>{if(!a)return null;try{return JSON.parse(a)}catch(e){return typeof console!="undefined"&&console.error("[AgentWidget] Failed to parse stored state:",e),null}},mT=a=>a.map(e=>({...e,streaming:!1})),Xb=(a="persona-state")=>{let e=()=>typeof window=="undefined"||!window.localStorage?null:window.localStorage;return{load:()=>{let r=e();return r?uT(r.getItem(a)):null},save:r=>{let t=e();if(t)try{let d={...r,messages:r.messages?mT(r.messages):void 0};t.setItem(a,JSON.stringify(d))}catch(d){typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",d)}},clear:()=>{let r=e();if(r)try{r.removeItem(a)}catch(t){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear stored state:",t)}}}};var IS=class{constructor(){this.components=new Map}register(e,r){this.components.has(e)&&console.warn(`[ComponentRegistry] Component "${e}" is already registered. Overwriting.`),this.components.set(e,r)}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(([r,t])=>{this.register(r,t)})}},Os=new IS;var zs=Ok(yS(),1);function xT(a){if(!a||typeof a!="object"||!("component"in a))return!1;let e=a.component;return typeof e=="string"&&e.length>0}function MT(a,e){if(!xT(a))return null;let r=a.props&&typeof a.props=="object"&&a.props!==null?a.props:{};return{component:a.component,props:r,raw:e}}function Jb(){let a=null,e=0;return{getExtractedDirective:()=>a,processChunk:r=>{let t=r.trim();if(!t.startsWith("{")&&!t.startsWith("["))return null;if(r.length<=e)return a;try{let d=(0,zs.parse)(r,zs.STR|zs.OBJ),o=MT(d,r);o&&(a=o)}catch{}return e=r.length,a},reset:()=>{a=null,e=0}}}function qH(a){return typeof a=="object"&&a!==null&&"component"in a&&typeof a.component=="string"&&"props"in a&&typeof a.props=="object"}function Kb(a,e){let{config:r,message:t,onPropsUpdate:d}=e,o=Os.get(a.component);if(!o)return console.warn(`[ComponentMiddleware] Component "${a.component}" not found in registry. Falling back to default rendering.`),null;let s={message:t,config:r,updateProps:l=>{d&&d(l)}};try{return o(a.props,s)}catch(l){return console.error(`[ComponentMiddleware] Error rendering component "${a.component}":`,l),null}}function UH(){let a=Jb();return{processChunk:e=>a.processChunk(e),getDirective:()=>a.getExtractedDirective(),reset:()=>{a.reset()}}}function Yb(a){if(!a.rawContent)return!1;try{let e=JSON.parse(a.rawContent);return typeof e=="object"&&e!==null&&"component"in e&&typeof e.component=="string"}catch{return!1}}function Qb(a){if(!a.rawContent)return null;try{let e=JSON.parse(a.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:a.rawContent}}catch{}return null}var gT=["Very dissatisfied","Dissatisfied","Neutral","Satisfied","Very satisfied"];function tS(a){let{onSubmit:e,onDismiss:r,title:t="How satisfied are you?",subtitle:d="Please rate your experience",commentPlaceholder:o="Share your thoughts (optional)...",submitText:s="Submit",skipText:l="Skip",showComment:n=!0,ratingLabels:f=gT}=a,x=document.createElement("div");x.className="tvw-feedback-container tvw-feedback-csat",x.setAttribute("role","dialog"),x.setAttribute("aria-label","Customer satisfaction feedback");let c=null,p=document.createElement("div");p.className="tvw-feedback-content";let M=document.createElement("div");M.className="tvw-feedback-header";let m=document.createElement("h3");m.className="tvw-feedback-title",m.textContent=t,M.appendChild(m);let k=document.createElement("p");k.className="tvw-feedback-subtitle",k.textContent=d,M.appendChild(k),p.appendChild(M);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 w=[];for(let g=1;g<=5;g++){let y=document.createElement("button");y.type="button",y.className="tvw-feedback-rating-btn tvw-feedback-star-btn",y.setAttribute("role","radio"),y.setAttribute("aria-checked","false"),y.setAttribute("aria-label",`${g} star${g>1?"s":""}: ${f[g-1]}`),y.title=f[g-1],y.dataset.rating=String(g),y.innerHTML=`
66
+ <svg class="tvw-feedback-star" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
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
+ </svg>
69
+ `,y.addEventListener("click",()=>{c=g,w.forEach((L,H)=>{let T=H<g;L.classList.toggle("selected",T),L.setAttribute("aria-checked",H===g-1?"true":"false")})}),w.push(y),A.appendChild(y)}p.appendChild(A);let u=null;if(n){let g=document.createElement("div");g.className="tvw-feedback-comment-container",u=document.createElement("textarea"),u.className="tvw-feedback-comment",u.placeholder=o,u.rows=3,u.setAttribute("aria-label","Additional comments"),g.appendChild(u),p.appendChild(g)}let b=document.createElement("div");b.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",()=>{r==null||r(),x.remove()});let v=document.createElement("button");return v.type="button",v.className="tvw-feedback-btn tvw-feedback-btn-submit",v.textContent=s,v.addEventListener("click",async()=>{if(c===null){A.classList.add("tvw-feedback-shake"),setTimeout(()=>A.classList.remove("tvw-feedback-shake"),500);return}v.disabled=!0,v.textContent="Submitting...";try{let g=(u==null?void 0:u.value.trim())||void 0;await e(c,g),x.remove()}catch(g){v.disabled=!1,v.textContent=s,console.error("[CSAT Feedback] Failed to submit:",g)}}),b.appendChild(h),b.appendChild(v),p.appendChild(b),x.appendChild(p),x}function eS(a){let{onSubmit:e,onDismiss:r,title:t="How likely are you to recommend us?",subtitle:d="On a scale of 0 to 10",commentPlaceholder:o="What could we do better? (optional)...",submitText:s="Submit",skipText:l="Skip",showComment:n=!0,lowLabel:f="Not likely",highLabel:x="Very likely"}=a,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,M=document.createElement("div");M.className="tvw-feedback-content";let m=document.createElement("div");m.className="tvw-feedback-header";let k=document.createElement("h3");k.className="tvw-feedback-title",k.textContent=t,m.appendChild(k);let A=document.createElement("p");A.className="tvw-feedback-subtitle",A.textContent=d,m.appendChild(A),M.appendChild(m);let w=document.createElement("div");w.className="tvw-feedback-rating tvw-feedback-rating-nps",w.setAttribute("role","radiogroup"),w.setAttribute("aria-label","Likelihood rating from 0 to 10");let u=document.createElement("div");u.className="tvw-feedback-labels";let b=document.createElement("span");b.className="tvw-feedback-label-low",b.textContent=f;let h=document.createElement("span");h.className="tvw-feedback-label-high",h.textContent=x,u.appendChild(b),u.appendChild(h);let v=document.createElement("div");v.className="tvw-feedback-numbers";let g=[];for(let V=0;V<=10;V++){let q=document.createElement("button");q.type="button",q.className="tvw-feedback-rating-btn tvw-feedback-number-btn",q.setAttribute("role","radio"),q.setAttribute("aria-checked","false"),q.setAttribute("aria-label",`Rating ${V} out of 10`),q.textContent=String(V),q.dataset.rating=String(V),V<=6?q.classList.add("tvw-feedback-detractor"):V<=8?q.classList.add("tvw-feedback-passive"):q.classList.add("tvw-feedback-promoter"),q.addEventListener("click",()=>{p=V,g.forEach((Z,F)=>{Z.classList.toggle("selected",F===V),Z.setAttribute("aria-checked",F===V?"true":"false")})}),g.push(q),v.appendChild(q)}w.appendChild(u),w.appendChild(v),M.appendChild(w);let y=null;if(n){let V=document.createElement("div");V.className="tvw-feedback-comment-container",y=document.createElement("textarea"),y.className="tvw-feedback-comment",y.placeholder=o,y.rows=3,y.setAttribute("aria-label","Additional comments"),V.appendChild(y),M.appendChild(V)}let L=document.createElement("div");L.className="tvw-feedback-actions";let H=document.createElement("button");H.type="button",H.className="tvw-feedback-btn tvw-feedback-btn-skip",H.textContent=l,H.addEventListener("click",()=>{r==null||r(),c.remove()});let T=document.createElement("button");return T.type="button",T.className="tvw-feedback-btn tvw-feedback-btn-submit",T.textContent=s,T.addEventListener("click",async()=>{if(p===null){v.classList.add("tvw-feedback-shake"),setTimeout(()=>v.classList.remove("tvw-feedback-shake"),500);return}T.disabled=!0,T.textContent="Submitting...";try{let V=(y==null?void 0:y.value.trim())||void 0;await e(p,V),c.remove()}catch(V){T.disabled=!1,T.textContent=s,console.error("[NPS Feedback] Failed to submit:",V)}}),L.appendChild(H),L.appendChild(T),M.appendChild(L),c.appendChild(M),c}var qs="persona-chat-history",vT=30*1e3,OS=a=>!a||typeof a!="object"?{}:{...a},NH=a=>a.map(e=>({...e,streaming:!1})),$H=(a,e)=>{let r=a!=null&&a.markdown?d2(a.markdown):null;return t=>{var s,l,n;let d=(s=t.text)!=null?s:"",o=(l=t.message.rawContent)!=null?l:null;if(e){let f=e.process({text:d,raw:o!=null?o:d,message:t.message,streaming:t.streaming});f!==null&&(d=f.text,f.persist||(t.message.__skipPersist=!0))}return a!=null&&a.postprocessMessage?a.postprocessMessage({...t,text:d,raw:(n=o!=null?o:t.text)!=null?n:""}):r?r(d):b2(d)}},aS=(a,e,r)=>{var _S,GS,ZS,jS,XS,JS,KS,YS,QS,tA,eA,aA,rA,oA,sA,dA,lA;(!a.id||a.id!=="persona-root")&&(a.id="persona-root");let t=jb(e),d=p2.getForInstance(t.plugins);t.components&&Os.registerAll(t.components);let o=OH(),s=(_S=t.storageAdapter)!=null?_S:Xb(),l={},n=null;if(s!=null&&s.load)try{let i=s.load();if(i&&typeof i.then=="function")n=i;else if(i){let C=i;C.metadata&&(l=OS(C.metadata)),(GS=C.messages)!=null&&GS.length&&(t={...t,initialMessages:C.messages})}}catch(i){typeof console!="undefined"&&console.error("[AgentWidget] Failed to load stored state:",i)}let f=()=>l,x=i=>{var E;l=(E=i({...l}))!=null?E:{},$s()},c=t.actionParsers&&t.actionParsers.length?t.actionParsers:[i2],p=t.actionHandlers&&t.actionHandlers.length?t.actionHandlers:[Ca.message,Ca.messageAndClick],M=h2({parsers:c,handlers:p,getSessionMetadata:f,updateSessionMetadata:x,emit:o.emit,documentRef:typeof document!="undefined"?document:null});M.syncFromMetadata();let m=(jS=(ZS=t.launcher)==null?void 0:ZS.enabled)!=null?jS:!0,k=(JS=(XS=t.launcher)==null?void 0:XS.autoExpand)!=null?JS:!1,A=k,w=m,u=(YS=(KS=t.layout)==null?void 0:KS.header)==null?void 0:YS.layout,b=m?k:!0,h=$H(t,M),v=(tA=(QS=t.features)==null?void 0:QS.showReasoning)!=null?tA:!0,g=(aA=(eA=t.features)==null?void 0:eA.showToolCalls)!=null?aA:!0,y={onCopy:i=>{var C,E;o.emit("message:copy",i),N!=null&&N.isClientTokenMode()&&N.submitMessageFeedback(i.id,"copy").catch(O=>{t.debug&&console.error("[AgentWidget] Failed to submit copy feedback:",O)}),(E=(C=t.messageActions)==null?void 0:C.onCopy)==null||E.call(C,i)},onFeedback:i=>{var C,E;o.emit("message:feedback",i),N!=null&&N.isClientTokenMode()&&N.submitMessageFeedback(i.messageId,i.type).catch(O=>{t.debug&&console.error("[AgentWidget] Failed to submit feedback:",O)}),(E=(C=t.messageActions)==null?void 0:C.onFeedback)==null||E.call(C,i)}},L=(rA=t.statusIndicator)!=null?rA:{},H=i=>{var C,E,O,P;return i==="idle"?(C=L.idleText)!=null?C:ge.idle:i==="connecting"?(E=L.connectingText)!=null?E:ge.connecting:i==="connected"?(O=L.connectedText)!=null?O:ge.connected:i==="error"?(P=L.errorText)!=null?P:ge.error:ge[i]},{wrapper:T,panel:V}=BH(t),q=VH(t,m),{container:Z,body:F,messagesWrapper:J,suggestions:Ft,textarea:K,sendButton:G,sendButtonWrapper:se,composerForm:fe,statusText:ce,introTitle:We,introSubtitle:$e,closeButton:j,iconHolder:gt,headerTitle:ue,headerSubtitle:me,header:Xt,footer:xe,actionsRow:_e,leftActions:Ie,rightActions:Oe}=q,U=q.micButton,Nt=q.micButtonWrapper,mt=q.attachmentButton,de=q.attachmentButtonWrapper,xt=q.attachmentInput,le=q.attachmentPreviewsContainer,kt=null;(oA=t.attachments)!=null&&oA.enabled&&xt&&le&&(kt=ya.fromConfig(t.attachments),kt.setPreviewsContainer(le),xt.addEventListener("change",i=>{let C=i.target;kt==null||kt.handleFileSelect(C.files),C.value=""}));let Le=d.find(i=>i.renderHeader);if(Le!=null&&Le.renderHeader){let i=Le.renderHeader({config:t,defaultRenderer:()=>{let C=Qe({config:t,showClose:m});return wa(Z,C,t),C.header},onClose:()=>W(!1,"user")});if(i){let C=Z.querySelector(".tvw-border-b-cw-divider");C&&(C.replaceWith(i),Xt=i)}}let Te=d.find(i=>i.renderComposer);if(Te!=null&&Te.renderComposer){let i=Te.renderComposer({config:t,defaultRenderer:()=>Fs({config:t}).footer,onSubmit:C=>{N&&!N.isStreaming()&&N.sendMessage(C)},disabled:!1});i&&(xe.replaceWith(i),xe=i)}(()=>{var O,P;let i=(P=(O=t.layout)==null?void 0:O.slots)!=null?P:{},C=Q=>{switch(Q){case"body-top":return Z.querySelector(".tvw-rounded-2xl.tvw-bg-cw-surface.tvw-p-6")||null;case"messages":return J;case"footer-top":return Ft;case"composer":return fe;case"footer-bottom":return ce;default:return null}},E=(Q,ft)=>{var R;switch(Q){case"header-left":case"header-center":case"header-right":if(Q==="header-left")Xt.insertBefore(ft,Xt.firstChild);else if(Q==="header-right")Xt.appendChild(ft);else{let Y=Xt.querySelector(".tvw-flex-col");Y?(R=Y.parentNode)==null||R.insertBefore(ft,Y.nextSibling):Xt.appendChild(ft)}break;case"body-top":let et=F.querySelector(".tvw-rounded-2xl.tvw-bg-cw-surface.tvw-p-6");et?et.replaceWith(ft):F.insertBefore(ft,F.firstChild);break;case"body-bottom":F.appendChild(ft);break;case"footer-top":Ft.replaceWith(ft);break;case"footer-bottom":ce.replaceWith(ft);break;default:break}};for(let[Q,ft]of Object.entries(i))if(ft)try{let R=ft({config:t,defaultContent:()=>C(Q)});R&&E(Q,R)}catch(R){typeof console!="undefined"&&console.error(`[AgentWidget] Error rendering slot "${Q}":`,R)}})();let Jt=i=>{let E=i.target.closest('button[data-expand-header="true"]');if(!E)return;let O=E.closest(".vanilla-reasoning-bubble, .vanilla-tool-bubble");if(!O)return;let P=O.getAttribute("data-message-id");if(!P)return;let Q=E.getAttribute("data-bubble-type");Q==="reasoning"?(Ws.has(P)?Ws.delete(P):Ws.add(P),FH(P,O)):Q==="tool"&&(Is.has(P)?Is.delete(P):Is.add(P),DH(P,O,t))};J.addEventListener("pointerdown",i=>{i.target.closest('button[data-expand-header="true"]')&&(i.preventDefault(),Jt(i))}),J.addEventListener("keydown",i=>{let C=i.target;(i.key==="Enter"||i.key===" ")&&C.closest('button[data-expand-header="true"]')&&(i.preventDefault(),Jt(i))}),V.appendChild(Z),a.appendChild(T);let ae=()=>{var ct,Gt,Zt,pe,Be,tt,Pt,fa,ca,u2,m2,nS,jt,x2,_s,Gs;let i=(Gt=(ct=t.launcher)==null?void 0:ct.sidebarMode)!=null?Gt:!1,C=i||((pe=(Zt=t.launcher)==null?void 0:Zt.fullHeight)!=null?pe:!1),E=(Be=t.theme)!=null?Be:{},O=(Pt=(tt=t.launcher)==null?void 0:tt.position)!=null?Pt:"bottom-left",P=O==="bottom-left"||O==="top-left",Q=i?"none":"1px solid var(--tvw-cw-border)",ft=i?P?"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)",R=i?"0":"16px",et=(fa=E.panelBorder)!=null?fa:Q,Y=(ca=E.panelShadow)!=null?ca:ft,yt=(u2=E.panelBorderRadius)!=null?u2:R;a.style.cssText="",T.style.cssText="",V.style.cssText="",Z.style.cssText="",F.style.cssText="",xe.style.cssText="";let $=(nS=(m2=t==null?void 0:t.launcher)==null?void 0:m2.width)!=null?nS:t==null?void 0:t.launcherWidth,zt=$!=null?$:"min(400px, calc(100vw - 24px))";i||(V.style.width=zt,V.style.maxWidth=zt),V.style.boxShadow=Y,V.style.borderRadius=yt,Z.style.border=et,Z.style.borderRadius=yt;let At=((jt=t.launcher)==null?void 0:jt.enabled)===!1;if(C&&(a.style.display="flex",a.style.flexDirection="column",a.style.height="100%",a.style.minHeight="0",T.style.display="flex",T.style.flexDirection="column",T.style.flex="1 1 0%",T.style.minHeight="0",T.style.maxHeight="100%",T.style.height="100%",At&&(T.style.overflow="hidden"),V.style.display="flex",V.style.flexDirection="column",V.style.flex="1 1 0%",V.style.minHeight="0",V.style.maxHeight="100%",V.style.height="100%",V.style.overflow="hidden",Z.style.display="flex",Z.style.flexDirection="column",Z.style.flex="1 1 0%",Z.style.minHeight="0",Z.style.maxHeight="100%",Z.style.overflow="hidden",F.style.flex="1 1 0%",F.style.minHeight="0",F.style.overflowY="auto",xe.style.flexShrink="0"),T.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"),!i&&!At&&((x2=De[O])!=null?x2:De["bottom-right"]).split(" ").forEach(Zs=>T.classList.add(Zs)),i){let ea=(Gs=(_s=t.launcher)==null?void 0:_s.sidebarWidth)!=null?Gs:"420px";T.style.cssText=`
70
+ position: fixed !important;
71
+ top: 0 !important;
72
+ bottom: 0 !important;
73
+ width: ${ea} !important;
74
+ height: 100vh !important;
75
+ max-height: 100vh !important;
76
+ margin: 0 !important;
77
+ padding: 0 !important;
78
+ display: flex !important;
79
+ flex-direction: column !important;
80
+ ${P?"left: 0 !important; right: auto !important;":"left: auto !important; right: 0 !important;"}
81
+ `,V.style.cssText=`
82
+ position: relative !important;
83
+ display: flex !important;
84
+ flex-direction: column !important;
85
+ flex: 1 1 0% !important;
86
+ width: 100% !important;
87
+ max-width: 100% !important;
88
+ height: 100% !important;
89
+ min-height: 0 !important;
90
+ margin: 0 !important;
91
+ padding: 0 !important;
92
+ box-shadow: ${Y} !important;
93
+ border-radius: ${yt} !important;
94
+ `,V.style.setProperty("width","100%","important"),V.style.setProperty("max-width","100%","important"),Z.style.cssText=`
95
+ display: flex !important;
96
+ flex-direction: column !important;
97
+ flex: 1 1 0% !important;
98
+ width: 100% !important;
99
+ height: 100% !important;
100
+ min-height: 0 !important;
101
+ max-height: 100% !important;
102
+ overflow: hidden !important;
103
+ border-radius: ${yt} !important;
104
+ border: ${et} !important;
105
+ `,xe.style.cssText=`
106
+ flex-shrink: 0 !important;
107
+ border-top: none !important;
108
+ padding: 8px 16px 12px 16px !important;
109
+ `}if(!At){let ea="max-height: -moz-available !important; max-height: stretch !important;",Zs=i?"":"padding-top: 1.25em !important;";T.style.cssText+=ea+Zs}};ae(),Gb(a,t);let Dt=[],Kt=null,Fe=()=>{Kt&&(Kt(),Kt=null),t.colorScheme==="auto"&&(Kt=LH(()=>{Gb(a,t)}))};Fe(),Dt.push(()=>{Kt&&(Kt(),Kt=null)});let Ce=WH(Ft),ne=null,N,be=!1,Se=!0,Pe=0,at=0,vt=null,Ot=!1,Ae=0,re=!1,ze=125,qe=2e3,Ge=5,ba=50,Ze=new Map,Vt={active:!1,manuallyDeactivated:!1,lastUserMessageWasVoice:!1},Us=(dA=(sA=t.voiceRecognition)==null?void 0:sA.autoResume)!=null?dA:!1,Ns=i=>{o.emit("voice:state",{active:Vt.active,source:i,timestamp:Date.now()})},je=()=>{x(i=>({...i,voiceState:{active:Vt.active,timestamp:Date.now(),manuallyDeactivated:Vt.manuallyDeactivated}}))},f2=()=>{var O,P;if(((O=t.voiceRecognition)==null?void 0:O.enabled)===!1)return;let i=OS(l.voiceState),C=!!i.active,E=Number((P=i.timestamp)!=null?P:0);Vt.manuallyDeactivated=!!i.manuallyDeactivated,C&&Date.now()-E<vT&&setTimeout(()=>{Vt.active||(Vt.manuallyDeactivated=!1,_t("restore"))},1e3)},c2=()=>N?NH(N.getMessages()).filter(i=>!i.__skipPersist):[];function $s(i){if(!(s!=null&&s.save))return;let E={messages:i?NH(i):N?c2():[],metadata:l};try{let O=s.save(E);O instanceof Promise&&O.catch(P=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",P)})}catch(O){typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",O)}}let ha=(i=!1)=>{if(!Se)return;let C=Date.now();Ot&&C<Ae&&!i||(Ot&&C>=Ae&&(Ot=!1),!(!i&&!be)&&(C-at<ze||(at=C,vt&&cancelAnimationFrame(vt),vt=requestAnimationFrame(()=>{Ot||!Se||(re=!0,F.scrollTop=F.scrollHeight,Pe=F.scrollTop,requestAnimationFrame(()=>{re=!1}),vt=null)}))))},I=null,pt=()=>T.querySelector("#persona-scroll-container")||F,St=(i,C=500)=>{let E=i.scrollTop,O=i.clientHeight,P=i.scrollHeight,Q=P-E;if(E+O>=P-2||Math.abs(Q)<5)return;I!==null&&(cancelAnimationFrame(I),I=null);let R=performance.now(),et=yt=>1-Math.pow(1-yt,3),Y=yt=>{let $=i.scrollHeight;$!==P&&(P=$,Q=P-E);let zt=yt-R,At=Math.min(zt/C,1),ct=et(At),Gt=E+Q*ct;i.scrollTop=Gt,At<1?I=requestAnimationFrame(Y):(i.scrollTop=i.scrollHeight,I=null)};I=requestAnimationFrame(Y)},$t=i=>{let C=new Map;i.forEach(E=>{let O=Ze.get(E.id);C.set(E.id,{streaming:E.streaming,role:E.role}),!O&&E.role==="assistant"&&o.emit("assistant:message",E),E.role==="assistant"&&(O!=null&&O.streaming)&&E.streaming===!1&&o.emit("assistant:complete",E)}),Ze.clear(),C.forEach((E,O)=>{Ze.set(O,E)})},Yt=(i,C,E)=>{let O=document.createElement("div");C.forEach(R=>{var zt,At;let et=null,Y=d.find(ct=>!!(R.variant==="reasoning"&&ct.renderReasoning||R.variant==="tool"&&ct.renderToolCall||!R.variant&&ct.renderMessage)),yt=(zt=t.layout)==null?void 0:zt.messages;if(Y)if(R.variant==="reasoning"&&R.reasoning&&Y.renderReasoning){if(!v)return;et=Y.renderReasoning({message:R,defaultRenderer:()=>BS(R),config:t})}else if(R.variant==="tool"&&R.toolCall&&Y.renderToolCall){if(!g)return;et=Y.renderToolCall({message:R,defaultRenderer:()=>VS(R,t),config:t})}else Y.renderMessage&&(et=Y.renderMessage({message:R,defaultRenderer:()=>{let ct=Ds(R,E,yt,t.messageActions,y);return R.role!=="user"&&ES(ct,R,t,N),ct},config:t}));if(!et&&R.role==="assistant"&&!R.variant&&t.enableComponentStreaming!==!1&&Yb(R)){let Gt=Qb(R);if(Gt){let Zt=Kb(Gt,{config:t,message:R,transform:E});if(Zt){let pe=document.createElement("div");if(pe.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(" "),pe.id=`bubble-${R.id}`,pe.setAttribute("data-message-id",R.id),R.content&&R.content.trim()){let Be=document.createElement("div");Be.className="tvw-mb-3 tvw-text-sm tvw-leading-relaxed",Be.innerHTML=E({text:R.content,message:R,streaming:!!R.streaming,raw:R.rawContent}),pe.appendChild(Be)}pe.appendChild(Zt),et=pe}}}if(!et)if(R.variant==="reasoning"&&R.reasoning){if(!v)return;et=BS(R)}else if(R.variant==="tool"&&R.toolCall){if(!g)return;et=VS(R,t)}else{let ct=(At=t.layout)==null?void 0:At.messages;ct!=null&&ct.renderUserMessage&&R.role==="user"?et=ct.renderUserMessage({message:R,config:t,streaming:!!R.streaming}):ct!=null&&ct.renderAssistantMessage&&R.role==="assistant"?et=ct.renderAssistantMessage({message:R,config:t,streaming:!!R.streaming}):et=Ds(R,E,ct,t.messageActions,y),R.role!=="user"&&et&&ES(et,R,t,N)}let $=document.createElement("div");$.className="tvw-flex",$.id=`wrapper-${R.id}`,$.setAttribute("data-wrapper-id",R.id),R.role==="user"&&$.classList.add("tvw-justify-end"),$.appendChild(et),O.appendChild($)});let P=C.some(R=>R.role==="assistant"&&R.streaming),Q=C[C.length-1],ft=(Q==null?void 0:Q.role)==="assistant"&&!Q.streaming;if(be&&C.some(R=>R.role==="user")&&!P&&!ft){let R=n2(),et=document.createElement("div");et.className=["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(" "),et.setAttribute("data-typing-indicator","true"),et.appendChild(R);let Y=document.createElement("div");Y.className="tvw-flex",Y.id="wrapper-typing-indicator",Y.setAttribute("data-wrapper-id","typing-indicator"),Y.appendChild(et),O.appendChild(Y)}PH(i,O),requestAnimationFrame(()=>{requestAnimationFrame(()=>{let R=pt();St(R)})})},Et=()=>{m&&(b?(T.classList.remove("tvw-pointer-events-none","tvw-opacity-0"),V.classList.remove("tvw-scale-95","tvw-opacity-0"),V.classList.add("tvw-scale-100","tvw-opacity-100"),ot?ot.element.style.display="none":it&&(it.style.display="none")):(T.classList.add("tvw-pointer-events-none","tvw-opacity-0"),V.classList.remove("tvw-scale-100","tvw-opacity-100"),V.classList.add("tvw-scale-95","tvw-opacity-0"),ot?ot.element.style.display="":it&&(it.style.display="")))},W=(i,C="user")=>{if(!m||b===i)return;let E=b;b=i,Et(),b&&(ve(),ha(!0));let O={open:b,source:C,timestamp:Date.now()};b&&!E?o.emit("widget:opened",O):!b&&E&&o.emit("widget:closed",O),o.emit("widget:state",{open:b,launcherEnabled:m,voiceActive:Vt.active,streaming:N.isStreaming()})},ke=i=>{G.disabled=i,U&&(U.disabled=i),Ce.buttons.forEach(C=>{C.disabled=i})},st=()=>{var P,Q,ft,R,et,Y,yt,$,zt,At,ct,Gt,Zt,pe;We.textContent=(Q=(P=t.copy)==null?void 0:P.welcomeTitle)!=null?Q:"Hello \u{1F44B}",$e.textContent=(R=(ft=t.copy)==null?void 0:ft.welcomeSubtitle)!=null?R:"Ask anything about your account or products.",K.placeholder=(Y=(et=t.copy)==null?void 0:et.inputPlaceholder)!=null?Y:"How can I help...",(($=(yt=t.sendButton)==null?void 0:yt.useIcon)!=null?$:!1)||(G.textContent=(At=(zt=t.copy)==null?void 0:zt.sendButtonLabel)!=null?At:"Send");let C=(Gt=(ct=t.theme)==null?void 0:ct.inputFontFamily)!=null?Gt:"sans-serif",E=(pe=(Zt=t.theme)==null?void 0:Zt.inputFontWeight)!=null?pe:"400",O=Be=>{switch(Be){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'}};K.style.fontFamily=O(C),K.style.fontWeight=E};t.clientToken&&(t={...t,getStoredSessionId:()=>{let i=l.session_id;return typeof i=="string"?i:null},setStoredSessionId:i=>{x(C=>({...C,session_id:i}))}}),N=new ka(t,{onMessagesChanged(i){Yt(J,i,h),N&&(i.some(O=>O.role==="user")?Ce.render([],N,K,i):Ce.render(t.suggestionChips,N,K,i,t.suggestionChipsConfig)),ha(!be),$t(i);let C=[...i].reverse().find(E=>E.role==="user");Vt.lastUserMessageWasVoice=!!(C!=null&&C.viaVoice),$s(i)},onStatusChanged(i){var O;let C=(O=t.statusIndicator)!=null?O:{},E=P=>{var Q,ft,R,et;return P==="idle"?(Q=C.idleText)!=null?Q:ge.idle:P==="connecting"?(ft=C.connectingText)!=null?ft:ge.connecting:P==="connected"?(R=C.connectedText)!=null?R:ge.connected:P==="error"?(et=C.errorText)!=null?et:ge.error:ge[P]};ce.textContent=E(i)},onStreamingChanged(i){be=i,ke(i),N&&Yt(J,N.getMessages(),h),i||ha(!0)}}),n&&n.then(i=>{var C;i&&(i.metadata&&(l=OS(i.metadata),M.syncFromMetadata()),(C=i.messages)!=null&&C.length&&N.hydrateMessages(i.messages))}).catch(i=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to hydrate stored state:",i)});let z=i=>{var P;i.preventDefault();let C=K.value.trim(),E=(P=kt==null?void 0:kt.hasAttachments())!=null?P:!1;if(!C&&!E)return;let O;E&&(O=[],O.push(...kt.getContentParts()),C&&O.push(Nb(C))),K.value="",K.style.height="auto",N.sendMessage(C,{contentParts:O}),E&&kt.clearAttachments()},D=i=>{i.key==="Enter"&&!i.shiftKey&&(i.preventDefault(),G.click())},X=null,Mt=!1,Ht=null,Qt=null,It=()=>typeof window=="undefined"?null:window.webkitSpeechRecognition||window.SpeechRecognition||null,_t=(i="user")=>{var Q,ft,R,et;if(Mt||N.isStreaming())return;let C=It();if(!C)return;X=new C;let O=(ft=((Q=t.voiceRecognition)!=null?Q:{}).pauseDuration)!=null?ft:2e3;X.continuous=!0,X.interimResults=!0,X.lang="en-US";let P=K.value;X.onresult=Y=>{let yt="",$="";for(let At=0;At<Y.results.length;At++){let ct=Y.results[At],Gt=ct[0].transcript;ct.isFinal?yt+=Gt+" ":$=Gt}let zt=P+yt+$;K.value=zt,Ht&&clearTimeout(Ht),(yt||$)&&(Ht=window.setTimeout(()=>{let At=K.value.trim();At&&X&&Mt&&(Bt(),K.value="",K.style.height="auto",N.sendMessage(At,{viaVoice:!0}))},O))},X.onerror=Y=>{Y.error!=="no-speech"&&Bt()},X.onend=()=>{if(Mt){let Y=K.value.trim();Y&&Y!==P.trim()&&(K.value="",K.style.height="auto",N.sendMessage(Y,{viaVoice:!0})),Bt()}};try{if(X.start(),Mt=!0,Vt.active=!0,i!=="system"&&(Vt.manuallyDeactivated=!1),Ns(i),je(),U){Qt={backgroundColor:U.style.backgroundColor,color:U.style.color,borderColor:U.style.borderColor};let Y=(R=t.voiceRecognition)!=null?R:{},yt=(et=Y.recordingBackgroundColor)!=null?et:"#ef4444",$=Y.recordingIconColor,zt=Y.recordingBorderColor;if(U.classList.add("tvw-voice-recording"),U.style.backgroundColor=yt,$){U.style.color=$;let At=U.querySelector("svg");At&&At.setAttribute("stroke",$)}zt&&(U.style.borderColor=zt),U.setAttribute("aria-label","Stop voice recognition")}}catch{Bt("system")}},Bt=(i="user")=>{if(Mt){if(Mt=!1,Ht&&(clearTimeout(Ht),Ht=null),X){try{X.stop()}catch{}X=null}if(Vt.active=!1,Ns(i),je(),U){if(U.classList.remove("tvw-voice-recording"),Qt){U.style.backgroundColor=Qt.backgroundColor,U.style.color=Qt.color,U.style.borderColor=Qt.borderColor;let C=U.querySelector("svg");C&&C.setAttribute("stroke",Qt.color||"currentColor"),Qt=null}U.setAttribute("aria-label","Start voice recognition")}}},Ct=(i,C)=>{var Gt,Zt,pe,Be,tt,Pt,fa;if(!(typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined")))return null;let O=S("div","tvw-send-button-wrapper"),P=S("button","tvw-rounded-button tvw-flex tvw-items-center tvw-justify-center disabled:tvw-opacity-50 tvw-cursor-pointer");P.type="button",P.setAttribute("aria-label","Start voice recognition");let Q=(Gt=i==null?void 0:i.iconName)!=null?Gt:"mic",ft=(Zt=C==null?void 0:C.size)!=null?Zt:"40px",R=(pe=i==null?void 0:i.iconSize)!=null?pe:ft,et=parseFloat(R)||24,Y=(Be=i==null?void 0:i.backgroundColor)!=null?Be:C==null?void 0:C.backgroundColor,yt=(tt=i==null?void 0:i.iconColor)!=null?tt:C==null?void 0:C.textColor;P.style.width=R,P.style.height=R,P.style.minWidth=R,P.style.minHeight=R,P.style.fontSize="18px",P.style.lineHeight="1";let $=yt||"currentColor",zt=dt(Q,et,$,1.5);zt?(P.appendChild(zt),P.style.color=$):(P.textContent="\u{1F3A4}",P.style.color=$),Y?P.style.backgroundColor=Y:P.classList.add("tvw-bg-cw-primary"),yt?P.style.color=yt:!yt&&!(C!=null&&C.textColor)&&P.classList.add("tvw-text-white"),i!=null&&i.borderWidth&&(P.style.borderWidth=i.borderWidth,P.style.borderStyle="solid"),i!=null&&i.borderColor&&(P.style.borderColor=i.borderColor),i!=null&&i.paddingX&&(P.style.paddingLeft=i.paddingX,P.style.paddingRight=i.paddingX),i!=null&&i.paddingY&&(P.style.paddingTop=i.paddingY,P.style.paddingBottom=i.paddingY),O.appendChild(P);let At=(Pt=i==null?void 0:i.tooltipText)!=null?Pt:"Start voice recognition";if(((fa=i==null?void 0:i.showTooltip)!=null?fa:!1)&&At){let ca=S("div","tvw-send-button-tooltip");ca.textContent=At,O.appendChild(ca)}return{micButton:P,micButtonWrapper:O}},bt=()=>{if(Mt){let i=K.value.trim();Vt.manuallyDeactivated=!0,je(),Bt("user"),i&&(K.value="",K.style.height="auto",N.sendMessage(i))}else Vt.manuallyDeactivated=!1,je(),_t("user")};U&&(U.addEventListener("click",bt),Dt.push(()=>{Bt("system"),U&&U.removeEventListener("click",bt)}));let te=o.on("assistant:complete",()=>{Us&&(Vt.active||Vt.manuallyDeactivated||Us==="assistant"&&!Vt.lastUserMessageWasVoice||setTimeout(()=>{!Vt.active&&!Vt.manuallyDeactivated&&_t("auto")},600))});Dt.push(te);let ht=()=>{W(!b,"user")},ot=null,it=null;if(m){let i=d.find(C=>C.renderLauncher);if(i!=null&&i.renderLauncher){let C=i.renderLauncher({config:t,defaultRenderer:()=>l2(t,ht).element,onToggle:ht});C&&(it=C)}it||(ot=l2(t,ht))}ot?a.appendChild(ot.element):it&&a.appendChild(it),Et(),Ce.render(t.suggestionChips,N,K,void 0,t.suggestionChipsConfig),st(),ke(N.isStreaming()),ha(!0),f2();let ve=()=>{var E,O,P,Q,ft,R,et,Y;let i=(O=(E=t.launcher)==null?void 0:E.sidebarMode)!=null?O:!1,C=i||((Q=(P=t.launcher)==null?void 0:P.fullHeight)!=null?Q:!1);if(!m){V.style.height="",V.style.width="";return}if(!i){let yt=(R=(ft=t==null?void 0:t.launcher)==null?void 0:ft.width)!=null?R:t==null?void 0:t.launcherWidth,$=yt!=null?yt:"min(400px, calc(100vw - 24px))";V.style.width=$,V.style.maxWidth=$}if(!C){let yt=window.innerHeight,$=64,zt=(Y=(et=t.launcher)==null?void 0:et.heightOffset)!=null?Y:0,At=Math.max(200,yt-$),ct=Math.min(640,At),Gt=Math.max(200,ct-zt);V.style.height=`${Gt}px`}};ve(),window.addEventListener("resize",ve),Dt.push(()=>window.removeEventListener("resize",ve)),Pe=F.scrollTop;let NS=()=>{let i=F.scrollTop,C=F.scrollHeight,E=F.clientHeight,O=C-i-E,P=Math.abs(i-Pe);if(Pe=i,!re&&!(P<=Ge)){if(!Se&&O<ba){Ot=!1,Se=!0;return}Se&&O>ba&&(Ot=!0,Ae=Date.now()+qe,Se=!1)}};F.addEventListener("scroll",NS,{passive:!0}),Dt.push(()=>F.removeEventListener("scroll",NS)),Dt.push(()=>{vt&&cancelAnimationFrame(vt)});let $S=()=>{j&&(ne&&(j.removeEventListener("click",ne),ne=null),m?(j.style.display="",ne=()=>{b=!1,Et()},j.addEventListener("click",ne)):j.style.display="none")};$S(),(()=>{let{clearChatButton:i}=q;i&&i.addEventListener("click",()=>{N.clearMessages();try{localStorage.removeItem(qs),t.debug&&console.log(`[AgentWidget] Cleared default localStorage key: ${qs}`)}catch(E){console.error("[AgentWidget] Failed to clear default localStorage:",E)}if(t.clearChatHistoryStorageKey&&t.clearChatHistoryStorageKey!==qs)try{localStorage.removeItem(t.clearChatHistoryStorageKey),t.debug&&console.log(`[AgentWidget] Cleared custom localStorage key: ${t.clearChatHistoryStorageKey}`)}catch(E){console.error("[AgentWidget] Failed to clear custom localStorage:",E)}let C=new CustomEvent("persona:clear-chat",{detail:{timestamp:new Date().toISOString()}});if(window.dispatchEvent(C),s!=null&&s.clear)try{let E=s.clear();E instanceof Promise&&E.catch(O=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",O)})}catch(E){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",E)}l={},M.syncFromMetadata()})})(),fe.addEventListener("submit",z),K.addEventListener("keydown",D),Dt.push(()=>{fe.removeEventListener("submit",z),K.removeEventListener("keydown",D)}),Dt.push(()=>{N.cancel()}),ot?Dt.push(()=>{ot==null||ot.destroy()}):it&&Dt.push(()=>{it==null||it.remove()});let Xe={update(i){var nA,pA,iA,hA,fA,cA,uA,mA,xA,MA,gA,vA,yA,wA,CA,bA,SA,AA,kA,HA,LA,TA,PA,BA,VA,EA,RA,FA,DA,WA,IA,OA,zA,qA,UA,NA,$A,_A,GA,ZA,jA,XA,JA,KA,YA,QA,tk,ek,ak,rk,ok,sk,dk,lk,nk,pk,ik,hk,fk,ck,uk,mk,xk,Mk,gk,vk,yk,wk,Ck,bk,Sk,Ak,kk,Hk,Lk,Tk,Pk,Bk,Vk,Ek,Rk,Fk;let C=t.toolCall,E=t.colorScheme;t={...t,...i},ae(),Gb(a,t),t.colorScheme!==E&&Fe();let O=p2.getForInstance(t.plugins);if(d.length=0,d.push(...O),m=(pA=(nA=t.launcher)==null?void 0:nA.enabled)!=null?pA:!0,k=(hA=(iA=t.launcher)==null?void 0:iA.autoExpand)!=null?hA:!1,v=(cA=(fA=t.features)==null?void 0:fA.showReasoning)!=null?cA:!0,g=(mA=(uA=t.features)==null?void 0:uA.showToolCalls)!=null?mA:!0,((xA=t.launcher)==null?void 0:xA.enabled)===!1&&ot&&(ot.destroy(),ot=null),((MA=t.launcher)==null?void 0:MA.enabled)===!1&&it&&(it.remove(),it=null),((gA=t.launcher)==null?void 0:gA.enabled)!==!1&&!ot&&!it){let B=d.find(ut=>ut.renderLauncher);if(B!=null&&B.renderLauncher){let ut=B.renderLauncher({config:t,defaultRenderer:()=>l2(t,ht).element,onToggle:ht});ut&&(it=ut,a.appendChild(it))}it||(ot=l2(t,ht),a.appendChild(ot.element))}ot&&ot.update(t),ue&&((vA=t.launcher)==null?void 0:vA.title)!==void 0&&(ue.textContent=t.launcher.title),me&&((yA=t.launcher)==null?void 0:yA.subtitle)!==void 0&&(me.textContent=t.launcher.subtitle);let P=(wA=t.layout)==null?void 0:wA.header;if((P==null?void 0:P.layout)!==u&&Xt){let B=P?Rs(t,P,{showClose:m,onClose:()=>W(!1,"user")}):Qe({config:t,showClose:m,onClose:()=>W(!1,"user")});Xt.replaceWith(B.header),Xt=B.header,gt=B.iconHolder,ue=B.headerTitle,me=B.headerSubtitle,j=B.closeButton,u=P==null?void 0:P.layout}else if(P&&(gt&&(gt.style.display=P.showIcon===!1?"none":""),ue&&(ue.style.display=P.showTitle===!1?"none":""),me&&(me.style.display=P.showSubtitle===!1?"none":""),j&&(j.style.display=P.showCloseButton===!1?"none":""),q.clearChatButtonWrapper)){let B=P.showClearChat;if(B!==void 0){q.clearChatButtonWrapper.style.display=B?"":"none";let{closeButtonWrapper:ut}=q;ut&&!ut.classList.contains("tvw-absolute")&&(B?ut.classList.remove("tvw-ml-auto"):ut.classList.add("tvw-ml-auto"))}}let ft=((CA=t.layout)==null?void 0:CA.showHeader)!==!1;Xt&&(Xt.style.display=ft?"":"none");let R=((bA=t.layout)==null?void 0:bA.showFooter)!==!1;xe&&(xe.style.display=R?"":"none"),m!==w?m?W(k,"auto"):(b=!0,Et()):k!==A&&W(k,"auto"),A=k,w=m,ve(),$S(),JSON.stringify(i.toolCall)!==JSON.stringify(C)&&N&&Yt(J,N.getMessages(),h);let $=(SA=t.launcher)!=null?SA:{},zt=(AA=$.headerIconHidden)!=null?AA:!1,At=(HA=(kA=t.layout)==null?void 0:kA.header)==null?void 0:HA.showIcon,ct=zt||At===!1,Gt=$.headerIconName,Zt=(LA=$.headerIconSize)!=null?LA:"48px";if(gt){let B=Z.querySelector(".tvw-border-b-cw-divider"),ut=B==null?void 0:B.querySelector(".tvw-flex-col");if(ct)gt.style.display="none",B&&ut&&!B.contains(ut)&&B.insertBefore(ut,B.firstChild);else{if(gt.style.display="",gt.style.height=Zt,gt.style.width=Zt,B&&ut&&(B.contains(gt)?gt.nextSibling!==ut&&(gt.remove(),B.insertBefore(gt,ut)):B.insertBefore(gt,ut)),Gt){let rt=parseFloat(Zt)||24,wt=dt(Gt,rt*.6,"#ffffff",2);wt?gt.replaceChildren(wt):gt.textContent=(TA=$.agentIconText)!=null?TA:"\u{1F4AC}"}else if($.iconUrl){let rt=gt.querySelector("img");if(rt)rt.src=$.iconUrl,rt.style.height=Zt,rt.style.width=Zt;else{let wt=document.createElement("img");wt.src=$.iconUrl,wt.alt="",wt.className="tvw-rounded-xl tvw-object-cover",wt.style.height=Zt,wt.style.width=Zt,gt.replaceChildren(wt)}}else{let rt=gt.querySelector("svg"),wt=gt.querySelector("img");(rt||wt)&&gt.replaceChildren(),gt.textContent=(PA=$.agentIconText)!=null?PA:"\u{1F4AC}"}let qt=gt.querySelector("img");qt&&(qt.style.height=Zt,qt.style.width=Zt)}}let pe=(VA=(BA=t.layout)==null?void 0:BA.header)==null?void 0:VA.showTitle,Be=(RA=(EA=t.layout)==null?void 0:EA.header)==null?void 0:RA.showSubtitle;if(ue&&(ue.style.display=pe===!1?"none":""),me&&(me.style.display=Be===!1?"none":""),j){((DA=(FA=t.layout)==null?void 0:FA.header)==null?void 0:DA.showCloseButton)===!1?j.style.display="none":j.style.display="";let ut=(WA=$.closeButtonSize)!=null?WA:"32px",qt=(IA=$.closeButtonPlacement)!=null?IA:"inline";j.style.height=ut,j.style.width=ut;let{closeButtonWrapper:rt}=q,wt=qt==="top-right",Me=rt==null?void 0:rt.classList.contains("tvw-absolute");if(rt&&wt!==Me)if(rt.remove(),wt)rt.className="tvw-absolute tvw-top-4 tvw-right-4 tvw-z-50",Z.style.position="relative",Z.appendChild(rt);else{let lt=(zA=(OA=$.clearChat)==null?void 0:OA.placement)!=null?zA:"inline",ee=(UA=(qA=$.clearChat)==null?void 0:qA.enabled)!=null?UA:!0;rt.className=ee&&lt==="inline"?"":"tvw-ml-auto";let He=Z.querySelector(".tvw-border-b-cw-divider");He&&He.appendChild(rt)}if($.closeButtonColor?(j.style.color=$.closeButtonColor,j.classList.remove("tvw-text-cw-muted")):(j.style.color="",j.classList.add("tvw-text-cw-muted")),$.closeButtonBackgroundColor?(j.style.backgroundColor=$.closeButtonBackgroundColor,j.classList.remove("hover:tvw-bg-gray-100")):(j.style.backgroundColor="",j.classList.add("hover:tvw-bg-gray-100")),$.closeButtonBorderWidth||$.closeButtonBorderColor){let lt=$.closeButtonBorderWidth||"0px",ee=$.closeButtonBorderColor||"transparent";j.style.border=`${lt} solid ${ee}`,j.classList.remove("tvw-border-none")}else j.style.border="",j.classList.add("tvw-border-none");$.closeButtonBorderRadius?(j.style.borderRadius=$.closeButtonBorderRadius,j.classList.remove("tvw-rounded-full")):(j.style.borderRadius="",j.classList.add("tvw-rounded-full")),$.closeButtonPaddingX?(j.style.paddingLeft=$.closeButtonPaddingX,j.style.paddingRight=$.closeButtonPaddingX):(j.style.paddingLeft="",j.style.paddingRight=""),$.closeButtonPaddingY?(j.style.paddingTop=$.closeButtonPaddingY,j.style.paddingBottom=$.closeButtonPaddingY):(j.style.paddingTop="",j.style.paddingBottom="");let ie=(NA=$.closeButtonIconName)!=null?NA:"x",Ve=($A=$.closeButtonIconText)!=null?$A:"\xD7";j.innerHTML="";let ye=dt(ie,"20px",$.closeButtonColor||"",2);ye?j.appendChild(ye):j.textContent=Ve;let Ut=(_A=$.closeButtonTooltipText)!=null?_A:"Close chat",Ee=(GA=$.closeButtonShowTooltip)!=null?GA:!0;if(j.setAttribute("aria-label",Ut),rt&&(rt._cleanupTooltip&&(rt._cleanupTooltip(),delete rt._cleanupTooltip),Ee&&Ut)){let lt=null,ee=()=>{if(lt||!j)return;lt=S("div","tvw-clear-chat-tooltip"),lt.textContent=Ut;let Ks=S("div");Ks.className="tvw-clear-chat-tooltip-arrow",lt.appendChild(Ks);let ua=j.getBoundingClientRect();lt.style.position="fixed",lt.style.left=`${ua.left+ua.width/2}px`,lt.style.top=`${ua.top-8}px`,lt.style.transform="translate(-50%, -100%)",document.body.appendChild(lt)},He=()=>{lt&&lt.parentNode&&(lt.parentNode.removeChild(lt),lt=null)};rt.addEventListener("mouseenter",ee),rt.addEventListener("mouseleave",He),j.addEventListener("focus",ee),j.addEventListener("blur",He),rt._cleanupTooltip=()=>{He(),rt&&(rt.removeEventListener("mouseenter",ee),rt.removeEventListener("mouseleave",He)),j&&(j.removeEventListener("focus",ee),j.removeEventListener("blur",He))}}}let{clearChatButton:tt,clearChatButtonWrapper:Pt}=q;if(tt){let B=(ZA=$.clearChat)!=null?ZA:{},ut=(jA=B.enabled)!=null?jA:!0,qt=(JA=(XA=t.layout)==null?void 0:XA.header)==null?void 0:JA.showClearChat,rt=qt!==void 0?qt:ut,wt=(KA=B.placement)!=null?KA:"inline";if(Pt){Pt.style.display=rt?"":"none";let{closeButtonWrapper:Me}=q;Me&&!Me.classList.contains("tvw-absolute")&&(rt?Me.classList.remove("tvw-ml-auto"):Me.classList.add("tvw-ml-auto"));let ie=wt==="top-right",Ve=Pt.classList.contains("tvw-absolute");if(ie!==Ve&&rt){if(Pt.remove(),ie)Pt.className="tvw-absolute tvw-top-4 tvw-z-50",Pt.style.right="48px",Z.style.position="relative",Z.appendChild(Pt);else{Pt.className="tvw-relative tvw-ml-auto tvw-clear-chat-button-wrapper",Pt.style.right="";let Ut=Z.querySelector(".tvw-border-b-cw-divider"),Ee=q.closeButtonWrapper;Ut&&Ee&&Ee.parentElement===Ut?Ut.insertBefore(Pt,Ee):Ut&&Ut.appendChild(Pt)}let ye=q.closeButtonWrapper;ye&&!ye.classList.contains("tvw-absolute")&&(ie?ye.classList.add("tvw-ml-auto"):ye.classList.remove("tvw-ml-auto"))}}if(rt){let Me=(YA=B.size)!=null?YA:"32px";tt.style.height=Me,tt.style.width=Me;let ie=(QA=B.iconName)!=null?QA:"refresh-cw",Ve=(tk=B.iconColor)!=null?tk:"";tt.innerHTML="";let ye=dt(ie,"20px",Ve||"",2);if(ye&&tt.appendChild(ye),Ve?(tt.style.color=Ve,tt.classList.remove("tvw-text-cw-muted")):(tt.style.color="",tt.classList.add("tvw-text-cw-muted")),B.backgroundColor?(tt.style.backgroundColor=B.backgroundColor,tt.classList.remove("hover:tvw-bg-gray-100")):(tt.style.backgroundColor="",tt.classList.add("hover:tvw-bg-gray-100")),B.borderWidth||B.borderColor){let lt=B.borderWidth||"0px",ee=B.borderColor||"transparent";tt.style.border=`${lt} solid ${ee}`,tt.classList.remove("tvw-border-none")}else tt.style.border="",tt.classList.add("tvw-border-none");B.borderRadius?(tt.style.borderRadius=B.borderRadius,tt.classList.remove("tvw-rounded-full")):(tt.style.borderRadius="",tt.classList.add("tvw-rounded-full")),B.paddingX?(tt.style.paddingLeft=B.paddingX,tt.style.paddingRight=B.paddingX):(tt.style.paddingLeft="",tt.style.paddingRight=""),B.paddingY?(tt.style.paddingTop=B.paddingY,tt.style.paddingBottom=B.paddingY):(tt.style.paddingTop="",tt.style.paddingBottom="");let Ut=(ek=B.tooltipText)!=null?ek:"Clear chat",Ee=(ak=B.showTooltip)!=null?ak:!0;if(tt.setAttribute("aria-label",Ut),Pt&&(Pt._cleanupTooltip&&(Pt._cleanupTooltip(),delete Pt._cleanupTooltip),Ee&&Ut)){let lt=null,ee=()=>{if(lt||!tt)return;lt=S("div","tvw-clear-chat-tooltip"),lt.textContent=Ut;let Ks=S("div");Ks.className="tvw-clear-chat-tooltip-arrow",lt.appendChild(Ks);let ua=tt.getBoundingClientRect();lt.style.position="fixed",lt.style.left=`${ua.left+ua.width/2}px`,lt.style.top=`${ua.top-8}px`,lt.style.transform="translate(-50%, -100%)",document.body.appendChild(lt)},He=()=>{lt&&lt.parentNode&&(lt.parentNode.removeChild(lt),lt=null)};Pt.addEventListener("mouseenter",ee),Pt.addEventListener("mouseleave",He),tt.addEventListener("focus",ee),tt.addEventListener("blur",He),Pt._cleanupTooltip=()=>{He(),Pt&&(Pt.removeEventListener("mouseenter",ee),Pt.removeEventListener("mouseleave",He)),tt&&(tt.removeEventListener("focus",ee),tt.removeEventListener("blur",He))}}}}let fa=t.actionParsers&&t.actionParsers.length?t.actionParsers:[i2],ca=t.actionHandlers&&t.actionHandlers.length?t.actionHandlers:[Ca.message,Ca.messageAndClick];M=h2({parsers:fa,handlers:ca,getSessionMetadata:f,updateSessionMetadata:x,emit:o.emit,documentRef:typeof document!="undefined"?document:null}),h=$H(t,M),N.updateConfig(t),Yt(J,N.getMessages(),h),Ce.render(t.suggestionChips,N,K,void 0,t.suggestionChipsConfig),st(),ke(N.isStreaming());let u2=((rk=t.voiceRecognition)==null?void 0:rk.enabled)===!0,m2=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined");if(u2&&m2)if(!U||!Nt){let B=Ct(t.voiceRecognition,t.sendButton);B&&(U=B.micButton,Nt=B.micButtonWrapper,Oe.insertBefore(Nt,se),U.addEventListener("click",bt),U.disabled=N.isStreaming())}else{let B=(ok=t.voiceRecognition)!=null?ok:{},ut=(sk=t.sendButton)!=null?sk:{},qt=(dk=B.iconName)!=null?dk:"mic",rt=(lk=ut.size)!=null?lk:"40px",wt=(nk=B.iconSize)!=null?nk:rt,Me=parseFloat(wt)||24;U.style.width=wt,U.style.height=wt,U.style.minWidth=wt,U.style.minHeight=wt;let ie=(ik=(pk=B.iconColor)!=null?pk:ut.textColor)!=null?ik:"currentColor";U.innerHTML="";let Ve=dt(qt,Me,ie,2);Ve?U.appendChild(Ve):U.textContent="\u{1F3A4}";let ye=(hk=B.backgroundColor)!=null?hk:ut.backgroundColor;ye?(U.style.backgroundColor=ye,U.classList.remove("tvw-bg-cw-primary")):(U.style.backgroundColor="",U.classList.add("tvw-bg-cw-primary")),ie?(U.style.color=ie,U.classList.remove("tvw-text-white")):!ie&&!ut.textColor&&(U.style.color="",U.classList.add("tvw-text-white")),B.borderWidth?(U.style.borderWidth=B.borderWidth,U.style.borderStyle="solid"):(U.style.borderWidth="",U.style.borderStyle=""),B.borderColor?U.style.borderColor=B.borderColor:U.style.borderColor="",B.paddingX?(U.style.paddingLeft=B.paddingX,U.style.paddingRight=B.paddingX):(U.style.paddingLeft="",U.style.paddingRight=""),B.paddingY?(U.style.paddingTop=B.paddingY,U.style.paddingBottom=B.paddingY):(U.style.paddingTop="",U.style.paddingBottom="");let Ut=Nt==null?void 0:Nt.querySelector(".tvw-send-button-tooltip"),Ee=(fk=B.tooltipText)!=null?fk:"Start voice recognition";if(((ck=B.showTooltip)!=null?ck:!1)&&Ee)if(Ut)Ut.textContent=Ee,Ut.style.display="";else{let ee=document.createElement("div");ee.className="tvw-send-button-tooltip",ee.textContent=Ee,Nt==null||Nt.insertBefore(ee,U)}else Ut&&(Ut.style.display="none");Nt.style.display="",U.disabled=N.isStreaming()}else U&&Nt&&(Nt.style.display="none",Mt&&Bt());if(((uk=t.attachments)==null?void 0:uk.enabled)===!0)if(!de||!mt){let B=(mk=t.attachments)!=null?mk:{},qt=(Mk=((xk=t.sendButton)!=null?xk:{}).size)!=null?Mk:"40px";le||(le=S("div","tvw-attachment-previews tvw-flex tvw-flex-wrap tvw-gap-2 tvw-mb-2"),le.style.display="none",fe.insertBefore(le,K)),xt||(xt=document.createElement("input"),xt.type="file",xt.accept=((gk=B.allowedTypes)!=null?gk:ia).join(","),xt.multiple=((vk=B.maxFiles)!=null?vk:4)>1,xt.style.display="none",xt.setAttribute("aria-label","Attach files"),fe.insertBefore(xt,K)),de=S("div","tvw-send-button-wrapper"),mt=S("button","tvw-rounded-button tvw-flex tvw-items-center tvw-justify-center disabled:tvw-opacity-50 tvw-cursor-pointer tvw-attachment-button"),mt.type="button",mt.setAttribute("aria-label",(yk=B.buttonTooltipText)!=null?yk:"Attach file");let rt=(wk=B.buttonIconName)!=null?wk:"paperclip",wt=qt,Me=parseFloat(wt)||40,ie=Math.round(Me*.6);mt.style.width=wt,mt.style.height=wt,mt.style.minWidth=wt,mt.style.minHeight=wt,mt.style.fontSize="18px",mt.style.lineHeight="1",mt.style.backgroundColor="transparent",mt.style.color="var(--cw-primary, #111827)",mt.style.border="none",mt.style.borderRadius="6px",mt.style.transition="background-color 0.15s ease",mt.addEventListener("mouseenter",()=>{mt.style.backgroundColor="rgba(0, 0, 0, 0.05)"}),mt.addEventListener("mouseleave",()=>{mt.style.backgroundColor="transparent"});let Ve=dt(rt,ie,"currentColor",1.5);Ve?mt.appendChild(Ve):mt.textContent="\u{1F4CE}",mt.addEventListener("click",Ee=>{Ee.preventDefault(),xt==null||xt.click()}),de.appendChild(mt);let ye=(Ck=B.buttonTooltipText)!=null?Ck:"Attach file",Ut=S("div","tvw-send-button-tooltip");Ut.textContent=ye,de.appendChild(Ut),Ie.append(de),!kt&&xt&&le&&(kt=ya.fromConfig(B),kt.setPreviewsContainer(le),xt.addEventListener("change",async()=>{kt&&(xt!=null&&xt.files)&&(await kt.handleFileSelect(xt.files),xt.value="")}))}else{de.style.display="";let B=(bk=t.attachments)!=null?bk:{};xt&&(xt.accept=((Sk=B.allowedTypes)!=null?Sk:ia).join(","),xt.multiple=((Ak=B.maxFiles)!=null?Ak:4)>1),kt&&kt.updateConfig({allowedTypes:B.allowedTypes,maxFileSize:B.maxFileSize,maxFiles:B.maxFiles})}else de&&(de.style.display="none"),kt&&kt.clearAttachments();let jt=(kk=t.sendButton)!=null?kk:{},x2=(Hk=jt.useIcon)!=null?Hk:!1,_s=(Lk=jt.iconText)!=null?Lk:"\u2191",Gs=jt.iconName,ea=(Tk=jt.tooltipText)!=null?Tk:"Send message",Zs=(Pk=jt.showTooltip)!=null?Pk:!1,js=(Bk=jt.size)!=null?Bk:"40px",M2=jt.backgroundColor,Ue=jt.textColor;if(x2){if(G.style.width=js,G.style.height=js,G.style.minWidth=js,G.style.minHeight=js,G.style.fontSize="18px",G.style.lineHeight="1",G.innerHTML="",Gs){let B=parseFloat(js)||24,ut=Ue&&typeof Ue=="string"&&Ue.trim()?Ue.trim():"currentColor",qt=dt(Gs,B,ut,2);qt?(G.appendChild(qt),G.style.color=ut):(G.textContent=_s,Ue?G.style.color=Ue:G.classList.add("tvw-text-white"))}else G.textContent=_s,Ue?G.style.color=Ue:G.classList.add("tvw-text-white");G.className="tvw-rounded-button tvw-flex tvw-items-center tvw-justify-center disabled:tvw-opacity-50 tvw-cursor-pointer",M2?(G.style.backgroundColor=M2,G.classList.remove("tvw-bg-cw-primary")):G.classList.add("tvw-bg-cw-primary")}else G.textContent=(Ek=(Vk=t.copy)==null?void 0:Vk.sendButtonLabel)!=null?Ek:"Send",G.style.width="",G.style.height="",G.style.minWidth="",G.style.minHeight="",G.style.fontSize="",G.style.lineHeight="",G.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",M2?(G.style.backgroundColor=M2,G.classList.remove("tvw-bg-cw-accent")):G.classList.add("tvw-bg-cw-accent"),Ue?G.style.color=Ue:G.classList.add("tvw-text-white");jt.borderWidth?(G.style.borderWidth=jt.borderWidth,G.style.borderStyle="solid"):(G.style.borderWidth="",G.style.borderStyle=""),jt.borderColor?G.style.borderColor=jt.borderColor:G.style.borderColor="",jt.paddingX?(G.style.paddingLeft=jt.paddingX,G.style.paddingRight=jt.paddingX):(G.style.paddingLeft="",G.style.paddingRight=""),jt.paddingY?(G.style.paddingTop=jt.paddingY,G.style.paddingBottom=jt.paddingY):(G.style.paddingTop="",G.style.paddingBottom="");let Xs=se==null?void 0:se.querySelector(".tvw-send-button-tooltip");if(Zs&&ea)if(Xs)Xs.textContent=ea,Xs.style.display="";else{let B=document.createElement("div");B.className="tvw-send-button-tooltip",B.textContent=ea,se==null||se.insertBefore(B,G)}else Xs&&(Xs.style.display="none");let Js=(Rk=t.statusIndicator)!=null?Rk:{},YH=(Fk=Js.visible)!=null?Fk:!0;if(ce.style.display=YH?"":"none",N){let B=N.getStatus(),ut=qt=>{var rt,wt,Me,ie;return qt==="idle"?(rt=Js.idleText)!=null?rt:ge.idle:qt==="connecting"?(wt=Js.connectingText)!=null?wt:ge.connecting:qt==="connected"?(Me=Js.connectedText)!=null?Me:ge.connected:qt==="error"?(ie=Js.errorText)!=null?ie:ge.error:ge[qt]};ce.textContent=ut(B)}},open(){m&&W(!0,"api")},close(){m&&W(!1,"api")},toggle(){m&&W(!b,"api")},clearChat(){N.clearMessages();try{localStorage.removeItem(qs),t.debug&&console.log(`[AgentWidget] Cleared default localStorage key: ${qs}`)}catch(C){console.error("[AgentWidget] Failed to clear default localStorage:",C)}if(t.clearChatHistoryStorageKey&&t.clearChatHistoryStorageKey!==qs)try{localStorage.removeItem(t.clearChatHistoryStorageKey),t.debug&&console.log(`[AgentWidget] Cleared custom localStorage key: ${t.clearChatHistoryStorageKey}`)}catch(C){console.error("[AgentWidget] Failed to clear custom localStorage:",C)}let i=new CustomEvent("persona:clear-chat",{detail:{timestamp:new Date().toISOString()}});if(window.dispatchEvent(i),s!=null&&s.clear)try{let C=s.clear();C instanceof Promise&&C.catch(E=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",E)})}catch(C){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",C)}l={},M.syncFromMetadata()},setMessage(i){return!K||N.isStreaming()?!1:(!b&&m&&W(!0,"system"),K.value=i,K.dispatchEvent(new Event("input",{bubbles:!0})),!0)},submitMessage(i){if(N.isStreaming())return!1;let C=(i==null?void 0:i.trim())||K.value.trim();return C?(!b&&m&&W(!0,"system"),K.value="",K.style.height="auto",N.sendMessage(C),!0):!1},startVoiceRecognition(){return Mt||N.isStreaming()||!It()?!1:(!b&&m&&W(!0,"system"),Vt.manuallyDeactivated=!1,je(),_t("user"),!0)},stopVoiceRecognition(){return Mt?(Vt.manuallyDeactivated=!0,je(),Bt("user"),!0):!1},injectTestMessage(i){!b&&m&&W(!0,"system"),N.injectTestEvent(i)},getMessages(){return N.getMessages()},getStatus(){return N.getStatus()},getPersistentMetadata(){return{...l}},updatePersistentMetadata(i){x(i)},on(i,C){return o.on(i,C)},off(i,C){o.off(i,C)},isOpen(){return m&&b},isVoiceActive(){return Vt.active},getState(){return{open:m&&b,launcherEnabled:m,voiceActive:Vt.active,streaming:N.isStreaming()}},showCSATFeedback(i){!b&&m&&W(!0,"system");let C=J.querySelector(".tvw-feedback-container");C&&C.remove();let E=tS({onSubmit:async(O,P)=>{var Q;N.isClientTokenMode()&&await N.submitCSATFeedback(O,P),(Q=i==null?void 0:i.onSubmit)==null||Q.call(i,O,P)},onDismiss:i==null?void 0:i.onDismiss,...i});J.appendChild(E),E.scrollIntoView({behavior:"smooth",block:"end"})},showNPSFeedback(i){!b&&m&&W(!0,"system");let C=J.querySelector(".tvw-feedback-container");C&&C.remove();let E=eS({onSubmit:async(O,P)=>{var Q;N.isClientTokenMode()&&await N.submitNPSFeedback(O,P),(Q=i==null?void 0:i.onSubmit)==null||Q.call(i,O,P)},onDismiss:i==null?void 0:i.onDismiss,...i});J.appendChild(E),E.scrollIntoView({behavior:"smooth",block:"end"})},async submitCSATFeedback(i,C){return N.submitCSATFeedback(i,C)},async submitNPSFeedback(i,C){return N.submitNPSFeedback(i,C)},destroy(){Dt.forEach(i=>i()),T.remove(),ot==null||ot.destroy(),it==null||it.remove(),ne&&j.removeEventListener("click",ne)}};if((((lA=r==null?void 0:r.debugTools)!=null?lA:!1)||!!t.debug)&&typeof window!="undefined"){let i=window.AgentWidgetBrowser,C={controller:Xe,getMessages:Xe.getMessages,getStatus:Xe.getStatus,getMetadata:Xe.getPersistentMetadata,updateMetadata:Xe.updatePersistentMetadata,clearHistory:()=>Xe.clearChat(),setVoiceActive:E=>E?Xe.startVoiceRecognition():Xe.stopVoiceRecognition()};window.AgentWidgetBrowser=C,Dt.push(()=>{window.AgentWidgetBrowser===C&&(window.AgentWidgetBrowser=i)})}return Xe};var zS={},yT=a=>{if(typeof window=="undefined"||typeof document=="undefined")throw new Error("Chat widget can only be mounted in a browser environment");if(typeof a=="string"){let e=document.querySelector(a);if(!e)throw new Error(`Chat widget target "${a}" was not found`);return e}return a},wT=()=>{try{if(typeof zS!="undefined"&&zS.url)return new URL("../widget.css",zS.url).href}catch{}return null},_H=a=>{let e=wT(),r=()=>{if(!(a instanceof ShadowRoot)||a.querySelector("link[data-persona]"))return;let t=document.head.querySelector("link[data-persona]");if(!t)return;let d=t.cloneNode(!0);a.insertBefore(d,a.firstChild)};if(a instanceof ShadowRoot)if(e){let t=document.createElement("link");t.rel="stylesheet",t.href=e,t.setAttribute("data-persona","true"),a.insertBefore(t,a.firstChild)}else r();else if(!document.head.querySelector("link[data-persona]")&&e){let d=document.createElement("link");d.rel="stylesheet",d.href=e,d.setAttribute("data-persona","true"),document.head.appendChild(d)}},qS=a=>{var f,x,c,p;let e=yT(a.target),r=document.createElement("div");r.className="persona-host";let t=(c=(x=(f=a.config)==null?void 0:f.launcher)==null?void 0:x.enabled)!=null?c:!0;t||(r.style.height="100%"),e.appendChild(r);let d=a.useShadowDom===!0,o,s;if(d){let M=r.attachShadow({mode:"open"});s=M,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"),M.appendChild(o),_H(M)}else s=r,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"),r.appendChild(o),_H(r);let l=aS(o,a.config,{debugTools:a.debugTools});(p=a.onReady)==null||p.call(a);let n={...l,host:r,destroy(){l.destroy(),r.remove(),a.windowKey&&typeof window!="undefined"&&delete window[a.windowKey]}};return a.windowKey&&typeof window!="undefined"&&(window[a.windowKey]=n),n};function ta(a){if(a!==void 0)return typeof a=="string"?a:Array.isArray(a)?`[${a.map(e=>e.toString()).join(", ")}]`:a.toString()}function CT(a){if(a)return{getHeaders:ta(a.getHeaders),onFeedback:ta(a.onFeedback),onCopy:ta(a.onCopy),requestMiddleware:ta(a.requestMiddleware),actionHandlers:ta(a.actionHandlers),actionParsers:ta(a.actionParsers),postprocessMessage:ta(a.postprocessMessage),contextProviders:ta(a.contextProviders),streamParser:ta(a.streamParser)}}var GH=`({ text, message }: any) => {
110
+ const jsonSource = (message as any).rawContent || text || message.content;
111
+ if (!jsonSource || typeof jsonSource !== 'string') return null;
112
+ let cleanJson = jsonSource
113
+ .replace(/^\`\`\`(?:json)?\\s*\\n?/, '')
114
+ .replace(/\\n?\`\`\`\\s*$/, '')
115
+ .trim();
116
+ if (!cleanJson.startsWith('{') || !cleanJson.endsWith('}')) return null;
117
+ try {
118
+ const parsed = JSON.parse(cleanJson);
119
+ if (parsed.action) return { type: parsed.action, payload: parsed };
120
+ } catch (e) { return null; }
121
+ return null;
122
+ }`,ZH=`function(ctx) {
123
+ var jsonSource = ctx.message.rawContent || ctx.text || ctx.message.content;
124
+ if (!jsonSource || typeof jsonSource !== 'string') return null;
125
+ var cleanJson = jsonSource
126
+ .replace(/^\`\`\`(?:json)?\\s*\\n?/, '')
127
+ .replace(/\\n?\`\`\`\\s*$/, '')
128
+ .trim();
129
+ if (!cleanJson.startsWith('{') || !cleanJson.endsWith('}')) return null;
130
+ try {
131
+ var parsed = JSON.parse(cleanJson);
132
+ if (parsed.action) return { type: parsed.action, payload: parsed };
133
+ } catch (e) { return null; }
134
+ return null;
135
+ }`,jH=`(action: any, context: any) => {
136
+ if (action.type !== 'nav_then_click') return;
137
+ const payload = action.payload || action.raw || {};
138
+ const url = payload?.page;
139
+ const text = payload?.on_load_text || 'Navigating...';
140
+ if (!url) return { handled: true, displayText: text };
141
+ const messageId = context.message?.id;
142
+ const processedActions = JSON.parse(localStorage.getItem(PROCESSED_ACTIONS_KEY) || '[]');
143
+ const actionKey = \`nav_\${messageId}_\${url}\`;
144
+ if (processedActions.includes(actionKey)) {
145
+ return { handled: true, displayText: text };
146
+ }
147
+ processedActions.push(actionKey);
148
+ localStorage.setItem(PROCESSED_ACTIONS_KEY, JSON.stringify(processedActions));
149
+ const targetUrl = url.startsWith('http') ? url : new URL(url, window.location.origin).toString();
150
+ window.location.href = targetUrl;
151
+ return { handled: true, displayText: text };
152
+ }`,XH=`function(action, context) {
153
+ if (action.type !== 'nav_then_click') return;
154
+ var payload = action.payload || action.raw || {};
155
+ var url = payload.page;
156
+ var text = payload.on_load_text || 'Navigating...';
157
+ if (!url) return { handled: true, displayText: text };
158
+ var messageId = context.message ? context.message.id : null;
159
+ var processedActions = JSON.parse(localStorage.getItem(PROCESSED_ACTIONS_KEY) || '[]');
160
+ var actionKey = 'nav_' + messageId + '_' + url;
161
+ if (processedActions.includes(actionKey)) {
162
+ return { handled: true, displayText: text };
163
+ }
164
+ processedActions.push(actionKey);
165
+ localStorage.setItem(PROCESSED_ACTIONS_KEY, JSON.stringify(processedActions));
166
+ var targetUrl = url.startsWith('http') ? url : new URL(url, window.location.origin).toString();
167
+ window.location.href = targetUrl;
168
+ return { handled: true, displayText: text };
169
+ }`,bT=`(parsed: any) => {
170
+ if (!parsed || typeof parsed !== 'object') return null;
171
+ if (parsed.action === 'nav_then_click') return 'Navigating...';
172
+ if (parsed.action === 'message') return parsed.text || '';
173
+ if (parsed.action === 'message_and_click') return parsed.text || 'Processing...';
174
+ return parsed.text || null;
175
+ }`,ST=`function(parsed) {
176
+ if (!parsed || typeof parsed !== 'object') return null;
177
+ if (parsed.action === 'nav_then_click') return 'Navigating...';
178
+ if (parsed.action === 'message') return parsed.text || '';
179
+ if (parsed.action === 'message_and_click') return parsed.text || 'Processing...';
180
+ return parsed.text || null;
181
+ }`;function AT(a){if(!a)return null;let e=a.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 rS(a){var e,r;return(r=(e=a.parserType)!=null?e:AT(a.streamParser))!=null?r:"plain"}function oS(a,e){let r=[];return a.toolCall&&(r.push(`${e}toolCall: {`),Object.entries(a.toolCall).forEach(([t,d])=>{typeof d=="string"&&r.push(`${e} ${t}: "${d}",`)}),r.push(`${e}},`)),r}function sS(a,e,r){let t=[],d=a.messageActions&&Object.entries(a.messageActions).some(([s,l])=>s!=="onFeedback"&&s!=="onCopy"&&l!==void 0),o=(r==null?void 0:r.onFeedback)||(r==null?void 0:r.onCopy);return(d||o)&&(t.push(`${e}messageActions: {`),a.messageActions&&Object.entries(a.messageActions).forEach(([s,l])=>{s==="onFeedback"||s==="onCopy"||(typeof l=="string"?t.push(`${e} ${s}: "${l}",`):typeof l=="boolean"&&t.push(`${e} ${s}: ${l},`))}),r!=null&&r.onFeedback&&t.push(`${e} onFeedback: ${r.onFeedback},`),r!=null&&r.onCopy&&t.push(`${e} onCopy: ${r.onCopy},`),t.push(`${e}},`)),t}function dS(a,e){let r=[];if(a.markdown){let t=a.markdown.options&&Object.keys(a.markdown.options).length>0,d=a.markdown.disableDefaultStyles!==void 0;(t||d)&&(r.push(`${e}markdown: {`),t&&(r.push(`${e} options: {`),Object.entries(a.markdown.options).forEach(([o,s])=>{typeof s=="string"?r.push(`${e} ${o}: "${s}",`):typeof s=="boolean"&&r.push(`${e} ${o}: ${s},`)}),r.push(`${e} },`)),d&&r.push(`${e} disableDefaultStyles: ${a.markdown.disableDefaultStyles},`),r.push(`${e}},`))}return r}function lS(a,e){let r=[];if(a.layout){let t=a.layout.header&&Object.keys(a.layout.header).some(o=>o!=="render"),d=a.layout.messages&&Object.keys(a.layout.messages).some(o=>o!=="renderUserMessage"&&o!=="renderAssistantMessage");(t||d)&&(r.push(`${e}layout: {`),t&&(r.push(`${e} header: {`),Object.entries(a.layout.header).forEach(([o,s])=>{o!=="render"&&(typeof s=="string"?r.push(`${e} ${o}: "${s}",`):typeof s=="boolean"&&r.push(`${e} ${o}: ${s},`))}),r.push(`${e} },`)),d&&(r.push(`${e} messages: {`),Object.entries(a.layout.messages).forEach(([o,s])=>{o==="renderUserMessage"||o==="renderAssistantMessage"||(o==="avatar"&&typeof s=="object"&&s!==null?(r.push(`${e} avatar: {`),Object.entries(s).forEach(([l,n])=>{typeof n=="string"?r.push(`${e} ${l}: "${n}",`):typeof n=="boolean"&&r.push(`${e} ${l}: ${n},`)}),r.push(`${e} },`)):o==="timestamp"&&typeof s=="object"&&s!==null?Object.entries(s).some(([n])=>n!=="format")&&(r.push(`${e} timestamp: {`),Object.entries(s).forEach(([n,f])=>{n!=="format"&&(typeof f=="string"?r.push(`${e} ${n}: "${f}",`):typeof f=="boolean"&&r.push(`${e} ${n}: ${f},`))}),r.push(`${e} },`)):typeof s=="string"?r.push(`${e} ${o}: "${s}",`):typeof s=="boolean"&&r.push(`${e} ${o}: ${s},`))}),r.push(`${e} },`)),r.push(`${e}},`))}return r}function US(a,e){let r=[];return a&&(a.getHeaders&&r.push(`${e}getHeaders: ${a.getHeaders},`),a.requestMiddleware&&r.push(`${e}requestMiddleware: ${a.requestMiddleware},`),a.actionParsers&&r.push(`${e}actionParsers: ${a.actionParsers},`),a.actionHandlers&&r.push(`${e}actionHandlers: ${a.actionHandlers},`),a.contextProviders&&r.push(`${e}contextProviders: ${a.contextProviders},`),a.streamParser&&r.push(`${e}streamParser: ${a.streamParser},`)),r}function JH(a,e="esm",r){let t={...a};delete t.postprocessMessage,delete t.initialMessages;let d=r?{...r,hooks:CT(r.hooks)}:void 0;return e==="esm"?kT(t,d):e==="script-installer"?TT(t):e==="script-advanced"?BT(t,d):e==="react-component"?HT(t,d):e==="react-advanced"?LT(t,d):PT(t,d)}function kT(a,e){let r=e==null?void 0:e.hooks,t=rS(a),d=t!=="plain",o=["import '@runtypelabs/persona/widget.css';","import { initAgentWidget, markdownPostprocessor } from '@runtypelabs/persona';","","initAgentWidget({"," target: 'body',"," config: {"];return a.apiUrl&&o.push(` apiUrl: "${a.apiUrl}",`),a.clientToken&&o.push(` clientToken: "${a.clientToken}",`),a.flowId&&o.push(` flowId: "${a.flowId}",`),d&&o.push(` parserType: "${t}",`),a.theme&&(o.push(" theme: {"),Object.entries(a.theme).forEach(([s,l])=>{o.push(` ${s}: "${l}",`)}),o.push(" },")),a.launcher&&(o.push(" launcher: {"),Object.entries(a.launcher).forEach(([s,l])=>{typeof l=="string"?o.push(` ${s}: "${l}",`):typeof l=="boolean"&&o.push(` ${s}: ${l},`)}),o.push(" },")),a.copy&&(o.push(" copy: {"),Object.entries(a.copy).forEach(([s,l])=>{o.push(` ${s}: "${l}",`)}),o.push(" },")),a.sendButton&&(o.push(" sendButton: {"),Object.entries(a.sendButton).forEach(([s,l])=>{typeof l=="string"?o.push(` ${s}: "${l}",`):typeof l=="boolean"&&o.push(` ${s}: ${l},`)}),o.push(" },")),a.voiceRecognition&&(o.push(" voiceRecognition: {"),Object.entries(a.voiceRecognition).forEach(([s,l])=>{typeof l=="string"?o.push(` ${s}: "${l}",`):typeof l=="boolean"?o.push(` ${s}: ${l},`):typeof l=="number"&&o.push(` ${s}: ${l},`)}),o.push(" },")),a.statusIndicator&&(o.push(" statusIndicator: {"),Object.entries(a.statusIndicator).forEach(([s,l])=>{typeof l=="string"?o.push(` ${s}: "${l}",`):typeof l=="boolean"&&o.push(` ${s}: ${l},`)}),o.push(" },")),a.features&&(o.push(" features: {"),Object.entries(a.features).forEach(([s,l])=>{o.push(` ${s}: ${l},`)}),o.push(" },")),a.suggestionChips&&a.suggestionChips.length>0&&(o.push(" suggestionChips: ["),a.suggestionChips.forEach(s=>{o.push(` "${s}",`)}),o.push(" ],")),a.suggestionChipsConfig&&(o.push(" suggestionChipsConfig: {"),a.suggestionChipsConfig.fontFamily&&o.push(` fontFamily: "${a.suggestionChipsConfig.fontFamily}",`),a.suggestionChipsConfig.fontWeight&&o.push(` fontWeight: "${a.suggestionChipsConfig.fontWeight}",`),a.suggestionChipsConfig.paddingX&&o.push(` paddingX: "${a.suggestionChipsConfig.paddingX}",`),a.suggestionChipsConfig.paddingY&&o.push(` paddingY: "${a.suggestionChipsConfig.paddingY}",`),o.push(" },")),o.push(...oS(a," ")),o.push(...sS(a," ",r)),o.push(...dS(a," ")),o.push(...lS(a," ")),o.push(...US(r," ")),a.debug&&o.push(` debug: ${a.debug},`),r!=null&&r.postprocessMessage?o.push(` postprocessMessage: ${r.postprocessMessage}`):o.push(" postprocessMessage: ({ text }) => markdownPostprocessor(text)"),o.push(" }"),o.push("});"),o.join(`
182
+ `)}function HT(a,e){let r=e==null?void 0:e.hooks,t=rS(a),d=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 a.apiUrl&&o.push(` apiUrl: "${a.apiUrl}",`),a.clientToken&&o.push(` clientToken: "${a.clientToken}",`),a.flowId&&o.push(` flowId: "${a.flowId}",`),d&&o.push(` parserType: "${t}",`),a.theme&&(o.push(" theme: {"),Object.entries(a.theme).forEach(([s,l])=>{o.push(` ${s}: "${l}",`)}),o.push(" },")),a.launcher&&(o.push(" launcher: {"),Object.entries(a.launcher).forEach(([s,l])=>{typeof l=="string"?o.push(` ${s}: "${l}",`):typeof l=="boolean"&&o.push(` ${s}: ${l},`)}),o.push(" },")),a.copy&&(o.push(" copy: {"),Object.entries(a.copy).forEach(([s,l])=>{o.push(` ${s}: "${l}",`)}),o.push(" },")),a.sendButton&&(o.push(" sendButton: {"),Object.entries(a.sendButton).forEach(([s,l])=>{typeof l=="string"?o.push(` ${s}: "${l}",`):typeof l=="boolean"&&o.push(` ${s}: ${l},`)}),o.push(" },")),a.voiceRecognition&&(o.push(" voiceRecognition: {"),Object.entries(a.voiceRecognition).forEach(([s,l])=>{typeof l=="string"?o.push(` ${s}: "${l}",`):typeof l=="boolean"?o.push(` ${s}: ${l},`):typeof l=="number"&&o.push(` ${s}: ${l},`)}),o.push(" },")),a.statusIndicator&&(o.push(" statusIndicator: {"),Object.entries(a.statusIndicator).forEach(([s,l])=>{typeof l=="string"?o.push(` ${s}: "${l}",`):typeof l=="boolean"&&o.push(` ${s}: ${l},`)}),o.push(" },")),a.features&&(o.push(" features: {"),Object.entries(a.features).forEach(([s,l])=>{o.push(` ${s}: ${l},`)}),o.push(" },")),a.suggestionChips&&a.suggestionChips.length>0&&(o.push(" suggestionChips: ["),a.suggestionChips.forEach(s=>{o.push(` "${s}",`)}),o.push(" ],")),a.suggestionChipsConfig&&(o.push(" suggestionChipsConfig: {"),a.suggestionChipsConfig.fontFamily&&o.push(` fontFamily: "${a.suggestionChipsConfig.fontFamily}",`),a.suggestionChipsConfig.fontWeight&&o.push(` fontWeight: "${a.suggestionChipsConfig.fontWeight}",`),a.suggestionChipsConfig.paddingX&&o.push(` paddingX: "${a.suggestionChipsConfig.paddingX}",`),a.suggestionChipsConfig.paddingY&&o.push(` paddingY: "${a.suggestionChipsConfig.paddingY}",`),o.push(" },")),o.push(...oS(a," ")),o.push(...sS(a," ",r)),o.push(...dS(a," ")),o.push(...lS(a," ")),o.push(...US(r," ")),a.debug&&o.push(` debug: ${a.debug},`),r!=null&&r.postprocessMessage?o.push(` postprocessMessage: ${r.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 LT(a,e){let r=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 a.apiUrl&&t.push(` apiUrl: "${a.apiUrl}",`),a.clientToken&&t.push(` clientToken: "${a.clientToken}",`),a.flowId&&t.push(` flowId: "${a.flowId}",`),a.theme&&(t.push(" theme: {"),Object.entries(a.theme).forEach(([d,o])=>{t.push(` ${d}: "${o}",`)}),t.push(" },")),a.launcher&&(t.push(" launcher: {"),Object.entries(a.launcher).forEach(([d,o])=>{typeof o=="string"?t.push(` ${d}: "${o}",`):typeof o=="boolean"&&t.push(` ${d}: ${o},`)}),t.push(" },")),a.copy&&(t.push(" copy: {"),Object.entries(a.copy).forEach(([d,o])=>{t.push(` ${d}: "${o}",`)}),t.push(" },")),a.sendButton&&(t.push(" sendButton: {"),Object.entries(a.sendButton).forEach(([d,o])=>{typeof o=="string"?t.push(` ${d}: "${o}",`):typeof o=="boolean"&&t.push(` ${d}: ${o},`)}),t.push(" },")),a.voiceRecognition&&(t.push(" voiceRecognition: {"),Object.entries(a.voiceRecognition).forEach(([d,o])=>{typeof o=="string"?t.push(` ${d}: "${o}",`):typeof o=="boolean"?t.push(` ${d}: ${o},`):typeof o=="number"&&t.push(` ${d}: ${o},`)}),t.push(" },")),a.statusIndicator&&(t.push(" statusIndicator: {"),Object.entries(a.statusIndicator).forEach(([d,o])=>{typeof o=="string"?t.push(` ${d}: "${o}",`):typeof o=="boolean"&&t.push(` ${d}: ${o},`)}),t.push(" },")),a.features&&(t.push(" features: {"),Object.entries(a.features).forEach(([d,o])=>{t.push(` ${d}: ${o},`)}),t.push(" },")),a.suggestionChips&&a.suggestionChips.length>0&&(t.push(" suggestionChips: ["),a.suggestionChips.forEach(d=>{t.push(` "${d}",`)}),t.push(" ],")),a.suggestionChipsConfig&&(t.push(" suggestionChipsConfig: {"),a.suggestionChipsConfig.fontFamily&&t.push(` fontFamily: "${a.suggestionChipsConfig.fontFamily}",`),a.suggestionChipsConfig.fontWeight&&t.push(` fontWeight: "${a.suggestionChipsConfig.fontWeight}",`),a.suggestionChipsConfig.paddingX&&t.push(` paddingX: "${a.suggestionChipsConfig.paddingX}",`),a.suggestionChipsConfig.paddingY&&t.push(` paddingY: "${a.suggestionChipsConfig.paddingY}",`),t.push(" },")),t.push(...oS(a," ")),t.push(...sS(a," ",r)),t.push(...dS(a," ")),t.push(...lS(a," ")),r!=null&&r.getHeaders&&t.push(` getHeaders: ${r.getHeaders},`),r!=null&&r.contextProviders&&t.push(` contextProviders: ${r.contextProviders},`),a.debug&&t.push(` debug: ${a.debug},`),t.push(" initialMessages: loadSavedMessages(),"),r!=null&&r.streamParser?t.push(` streamParser: ${r.streamParser},`):(t.push(" // Flexible JSON stream parser for handling structured actions"),t.push(` streamParser: () => createFlexibleJsonStreamParser(${bT}),`)),r!=null&&r.actionParsers?(t.push(" // Action parsers (custom merged with defaults)"),t.push(` actionParsers: [...(${r.actionParsers}), defaultJsonActionParser,`),t.push(" // Built-in parser for markdown-wrapped JSON"),t.push(` ${GH}`),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(` ${GH}`),t.push(" ],")),r!=null&&r.actionHandlers?(t.push(" // Action handlers (custom merged with defaults)"),t.push(` actionHandlers: [...(${r.actionHandlers}),`),t.push(" defaultActionHandlers.message,"),t.push(" defaultActionHandlers.messageAndClick,"),t.push(" // Built-in handler for nav_then_click action"),t.push(` ${jH}`),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(` ${jH}`),t.push(" ],")),r!=null&&r.postprocessMessage?t.push(` postprocessMessage: ${r.postprocessMessage},`):t.push(" postprocessMessage: ({ text }) => markdownPostprocessor(text),"),r!=null&&r.requestMiddleware?(t.push(" // Request middleware (custom merged with DOM context)"),t.push(" requestMiddleware: ({ payload, config }) => {"),t.push(` const customResult = (${r.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 KH(a){var d;let e=rS(a),r=e!=="plain",t={};if(a.apiUrl&&(t.apiUrl=a.apiUrl),a.clientToken&&(t.clientToken=a.clientToken),a.flowId&&(t.flowId=a.flowId),r&&(t.parserType=e),a.theme&&(t.theme=a.theme),a.launcher&&(t.launcher=a.launcher),a.copy&&(t.copy=a.copy),a.sendButton&&(t.sendButton=a.sendButton),a.voiceRecognition&&(t.voiceRecognition=a.voiceRecognition),a.statusIndicator&&(t.statusIndicator=a.statusIndicator),a.features&&(t.features=a.features),((d=a.suggestionChips)==null?void 0:d.length)>0&&(t.suggestionChips=a.suggestionChips),a.suggestionChipsConfig&&(t.suggestionChipsConfig=a.suggestionChipsConfig),a.debug&&(t.debug=a.debug),a.toolCall){let o={};Object.entries(a.toolCall).forEach(([s,l])=>{typeof l=="string"&&(o[s]=l)}),Object.keys(o).length>0&&(t.toolCall=o)}if(a.messageActions){let o={};Object.entries(a.messageActions).forEach(([s,l])=>{s!=="onFeedback"&&s!=="onCopy"&&l!==void 0&&(typeof l=="string"||typeof l=="boolean")&&(o[s]=l)}),Object.keys(o).length>0&&(t.messageActions=o)}if(a.markdown){let o={};a.markdown.options&&(o.options=a.markdown.options),a.markdown.disableDefaultStyles!==void 0&&(o.disableDefaultStyles=a.markdown.disableDefaultStyles),Object.keys(o).length>0&&(t.markdown=o)}if(a.layout){let o={};if(a.layout.header){let s={};Object.entries(a.layout.header).forEach(([l,n])=>{l!=="render"&&(typeof n=="string"||typeof n=="boolean")&&(s[l]=n)}),Object.keys(s).length>0&&(o.header=s)}if(a.layout.messages){let s={};Object.entries(a.layout.messages).forEach(([l,n])=>{if(l!=="renderUserMessage"&&l!=="renderAssistantMessage")if(l==="avatar"&&typeof n=="object"&&n!==null)s.avatar=n;else if(l==="timestamp"&&typeof n=="object"&&n!==null){let f={};Object.entries(n).forEach(([x,c])=>{x!=="format"&&(typeof c=="string"||typeof c=="boolean")&&(f[x]=c)}),Object.keys(f).length>0&&(s.timestamp=f)}else(typeof n=="string"||typeof n=="boolean")&&(s[l]=n)}),Object.keys(s).length>0&&(o.messages=s)}Object.keys(o).length>0&&(t.layout=o)}return t}function TT(a){let e=KH(a);return`<script src="https://cdn.jsdelivr.net/npm/@runtypelabs/persona@latest/dist/install.global.js" data-config='${JSON.stringify(e,null,0).replace(/'/g,"&#39;")}'></script>`}function PT(a,e){let r=e==null?void 0:e.hooks,t=rS(a),d=t!=="plain",o=["<!-- Load CSS -->",'<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@runtypelabs/persona@latest/dist/widget.css" />',"","<!-- Load JavaScript -->",'<script src="https://cdn.jsdelivr.net/npm/@runtypelabs/persona@latest/dist/index.global.js"></script>',"","<!-- Initialize widget -->","<script>"," window.AgentWidget.initAgentWidget({"," target: 'body',"," config: {"];return a.apiUrl&&o.push(` apiUrl: "${a.apiUrl}",`),a.clientToken&&o.push(` clientToken: "${a.clientToken}",`),a.flowId&&o.push(` flowId: "${a.flowId}",`),d&&o.push(` parserType: "${t}",`),a.theme&&(o.push(" theme: {"),Object.entries(a.theme).forEach(([s,l])=>{o.push(` ${s}: "${l}",`)}),o.push(" },")),a.launcher&&(o.push(" launcher: {"),Object.entries(a.launcher).forEach(([s,l])=>{typeof l=="string"?o.push(` ${s}: "${l}",`):typeof l=="boolean"&&o.push(` ${s}: ${l},`)}),o.push(" },")),a.copy&&(o.push(" copy: {"),Object.entries(a.copy).forEach(([s,l])=>{o.push(` ${s}: "${l}",`)}),o.push(" },")),a.sendButton&&(o.push(" sendButton: {"),Object.entries(a.sendButton).forEach(([s,l])=>{typeof l=="string"?o.push(` ${s}: "${l}",`):typeof l=="boolean"&&o.push(` ${s}: ${l},`)}),o.push(" },")),a.voiceRecognition&&(o.push(" voiceRecognition: {"),Object.entries(a.voiceRecognition).forEach(([s,l])=>{typeof l=="string"?o.push(` ${s}: "${l}",`):typeof l=="boolean"?o.push(` ${s}: ${l},`):typeof l=="number"&&o.push(` ${s}: ${l},`)}),o.push(" },")),a.statusIndicator&&(o.push(" statusIndicator: {"),Object.entries(a.statusIndicator).forEach(([s,l])=>{typeof l=="string"?o.push(` ${s}: "${l}",`):typeof l=="boolean"&&o.push(` ${s}: ${l},`)}),o.push(" },")),a.features&&(o.push(" features: {"),Object.entries(a.features).forEach(([s,l])=>{o.push(` ${s}: ${l},`)}),o.push(" },")),a.suggestionChips&&a.suggestionChips.length>0&&(o.push(" suggestionChips: ["),a.suggestionChips.forEach(s=>{o.push(` "${s}",`)}),o.push(" ],")),a.suggestionChipsConfig&&(o.push(" suggestionChipsConfig: {"),a.suggestionChipsConfig.fontFamily&&o.push(` fontFamily: "${a.suggestionChipsConfig.fontFamily}",`),a.suggestionChipsConfig.fontWeight&&o.push(` fontWeight: "${a.suggestionChipsConfig.fontWeight}",`),a.suggestionChipsConfig.paddingX&&o.push(` paddingX: "${a.suggestionChipsConfig.paddingX}",`),a.suggestionChipsConfig.paddingY&&o.push(` paddingY: "${a.suggestionChipsConfig.paddingY}",`),o.push(" },")),o.push(...oS(a," ")),o.push(...sS(a," ",r)),o.push(...dS(a," ")),o.push(...lS(a," ")),o.push(...US(r," ")),a.debug&&o.push(` debug: ${a.debug},`),r!=null&&r.postprocessMessage?o.push(` postprocessMessage: ${r.postprocessMessage}`):o.push(" postprocessMessage: ({ text }) => window.AgentWidget.markdownPostprocessor(text)"),o.push(" }"),o.push(" });"),o.push("</script>"),o.join(`
185
+ `)}function BT(a,e){let r=e==null?void 0:e.hooks,t=KH(a),o=["<script>","(function() {"," 'use strict';",""," // Configuration",` var CONFIG = ${JSON.stringify(t,null,2).split(`
186
+ `).map((s,l)=>l===0?s:" "+s).join(`
187
+ `)};`,""," // Constants"," var CDN_BASE = 'https://cdn.jsdelivr.net/npm/@runtypelabs/persona@latest/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 r!=null&&r.getHeaders&&(o.push(` widgetConfig.getHeaders = ${r.getHeaders};`),o.push("")),r!=null&&r.contextProviders&&(o.push(` widgetConfig.contextProviders = ${r.contextProviders};`),o.push("")),r!=null&&r.streamParser?o.push(` widgetConfig.streamParser = ${r.streamParser};`):(o.push(" // Flexible JSON stream parser for handling structured actions"),o.push(" widgetConfig.streamParser = function() {"),o.push(` return agentWidget.createFlexibleJsonStreamParser(${ST});`),o.push(" };")),o.push(""),r!=null&&r.actionParsers?(o.push(" // Action parsers (custom merged with defaults)"),o.push(` var customParsers = ${r.actionParsers};`),o.push(" widgetConfig.actionParsers = customParsers.concat(["),o.push(" agentWidget.defaultJsonActionParser,"),o.push(` ${ZH}`),o.push(" ]);")):(o.push(" // Action parsers to detect JSON actions in responses"),o.push(" widgetConfig.actionParsers = ["),o.push(" agentWidget.defaultJsonActionParser,"),o.push(` ${ZH}`),o.push(" ];")),o.push(""),r!=null&&r.actionHandlers?(o.push(" // Action handlers (custom merged with defaults)"),o.push(` var customHandlers = ${r.actionHandlers};`),o.push(" widgetConfig.actionHandlers = customHandlers.concat(["),o.push(" agentWidget.defaultActionHandlers.message,"),o.push(" agentWidget.defaultActionHandlers.messageAndClick,"),o.push(` ${XH}`),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(` ${XH}`),o.push(" ];")),o.push(""),r!=null&&r.requestMiddleware?(o.push(" // Request middleware (custom merged with DOM context)"),o.push(" widgetConfig.requestMiddleware = function(ctx) {"),o.push(` var customResult = (${r.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(""),r!=null&&r.postprocessMessage?o.push(` widgetConfig.postprocessMessage = ${r.postprocessMessage};`):(o.push(" // Markdown postprocessor"),o.push(" widgetConfig.postprocessMessage = function(ctx) {"),o.push(" return agentWidget.markdownPostprocessor(ctx.text);"),o.push(" };")),o.push(""),(r!=null&&r.onFeedback||r!=null&&r.onCopy)&&(o.push(" // Message action callbacks"),o.push(" widgetConfig.messageActions = widgetConfig.messageActions || {};"),r!=null&&r.onFeedback&&o.push(` widgetConfig.messageActions.onFeedback = ${r.onFeedback};`),r!=null&&r.onCopy&&o.push(` widgetConfig.messageActions.onCopy = ${r.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 VT=qS;return sL(ET);})();
189
+ /*! Bundled license information:
190
+
191
+ lucide/dist/esm/defaultAttributes.js:
192
+ lucide/dist/esm/createElement.js:
193
+ lucide/dist/esm/replaceElement.js:
194
+ lucide/dist/esm/icons/a-arrow-down.js:
195
+ lucide/dist/esm/icons/a-arrow-up.js:
196
+ lucide/dist/esm/icons/a-large-small.js:
197
+ lucide/dist/esm/icons/accessibility.js:
198
+ lucide/dist/esm/icons/activity.js:
199
+ lucide/dist/esm/icons/air-vent.js:
200
+ lucide/dist/esm/icons/airplay.js:
201
+ lucide/dist/esm/icons/alarm-clock-check.js:
202
+ lucide/dist/esm/icons/alarm-clock-minus.js:
203
+ lucide/dist/esm/icons/alarm-clock-off.js:
204
+ lucide/dist/esm/icons/alarm-clock-plus.js:
205
+ lucide/dist/esm/icons/alarm-clock.js:
206
+ lucide/dist/esm/icons/alarm-smoke.js:
207
+ lucide/dist/esm/icons/album.js:
208
+ lucide/dist/esm/icons/align-center-horizontal.js:
209
+ lucide/dist/esm/icons/align-center-vertical.js:
210
+ lucide/dist/esm/icons/align-end-horizontal.js:
211
+ lucide/dist/esm/icons/align-end-vertical.js:
212
+ lucide/dist/esm/icons/align-horizontal-distribute-center.js:
213
+ lucide/dist/esm/icons/align-horizontal-distribute-end.js:
214
+ lucide/dist/esm/icons/align-horizontal-distribute-start.js:
215
+ lucide/dist/esm/icons/align-horizontal-justify-center.js:
216
+ lucide/dist/esm/icons/align-horizontal-justify-end.js:
217
+ lucide/dist/esm/icons/align-horizontal-justify-start.js:
218
+ lucide/dist/esm/icons/align-horizontal-space-around.js:
219
+ lucide/dist/esm/icons/align-horizontal-space-between.js:
220
+ lucide/dist/esm/icons/align-start-horizontal.js:
221
+ lucide/dist/esm/icons/align-start-vertical.js:
222
+ lucide/dist/esm/icons/align-vertical-distribute-center.js:
223
+ lucide/dist/esm/icons/align-vertical-distribute-end.js:
224
+ lucide/dist/esm/icons/align-vertical-distribute-start.js:
225
+ lucide/dist/esm/icons/align-vertical-justify-center.js:
226
+ lucide/dist/esm/icons/align-vertical-justify-end.js:
227
+ lucide/dist/esm/icons/align-vertical-justify-start.js:
228
+ lucide/dist/esm/icons/align-vertical-space-around.js:
229
+ lucide/dist/esm/icons/align-vertical-space-between.js:
230
+ lucide/dist/esm/icons/ambulance.js:
231
+ lucide/dist/esm/icons/ampersand.js:
232
+ lucide/dist/esm/icons/ampersands.js:
233
+ lucide/dist/esm/icons/amphora.js:
234
+ lucide/dist/esm/icons/anchor.js:
235
+ lucide/dist/esm/icons/angry.js:
236
+ lucide/dist/esm/icons/annoyed.js:
237
+ lucide/dist/esm/icons/antenna.js:
238
+ lucide/dist/esm/icons/anvil.js:
239
+ lucide/dist/esm/icons/aperture.js:
240
+ lucide/dist/esm/icons/app-window-mac.js:
241
+ lucide/dist/esm/icons/app-window.js:
242
+ lucide/dist/esm/icons/apple.js:
243
+ lucide/dist/esm/icons/archive-restore.js:
244
+ lucide/dist/esm/icons/archive-x.js:
245
+ lucide/dist/esm/icons/archive.js:
246
+ lucide/dist/esm/icons/armchair.js:
247
+ lucide/dist/esm/icons/arrow-big-down-dash.js:
248
+ lucide/dist/esm/icons/arrow-big-down.js:
249
+ lucide/dist/esm/icons/arrow-big-left-dash.js:
250
+ lucide/dist/esm/icons/arrow-big-left.js:
251
+ lucide/dist/esm/icons/arrow-big-right-dash.js:
252
+ lucide/dist/esm/icons/arrow-big-right.js:
253
+ lucide/dist/esm/icons/arrow-big-up-dash.js:
254
+ lucide/dist/esm/icons/arrow-big-up.js:
255
+ lucide/dist/esm/icons/arrow-down-0-1.js:
256
+ lucide/dist/esm/icons/arrow-down-1-0.js:
257
+ lucide/dist/esm/icons/arrow-down-a-z.js:
258
+ lucide/dist/esm/icons/arrow-down-from-line.js:
259
+ lucide/dist/esm/icons/arrow-down-left.js:
260
+ lucide/dist/esm/icons/arrow-down-narrow-wide.js:
261
+ lucide/dist/esm/icons/arrow-down-right.js:
262
+ lucide/dist/esm/icons/arrow-down-to-dot.js:
263
+ lucide/dist/esm/icons/arrow-down-to-line.js:
264
+ lucide/dist/esm/icons/arrow-down-up.js:
265
+ lucide/dist/esm/icons/arrow-down-wide-narrow.js:
266
+ lucide/dist/esm/icons/arrow-down-z-a.js:
267
+ lucide/dist/esm/icons/arrow-down.js:
268
+ lucide/dist/esm/icons/arrow-left-from-line.js:
269
+ lucide/dist/esm/icons/arrow-left-right.js:
270
+ lucide/dist/esm/icons/arrow-left-to-line.js:
271
+ lucide/dist/esm/icons/arrow-left.js:
272
+ lucide/dist/esm/icons/arrow-right-from-line.js:
273
+ lucide/dist/esm/icons/arrow-right-left.js:
274
+ lucide/dist/esm/icons/arrow-right-to-line.js:
275
+ lucide/dist/esm/icons/arrow-right.js:
276
+ lucide/dist/esm/icons/arrow-up-0-1.js:
277
+ lucide/dist/esm/icons/arrow-up-1-0.js:
278
+ lucide/dist/esm/icons/arrow-up-a-z.js:
279
+ lucide/dist/esm/icons/arrow-up-down.js:
280
+ lucide/dist/esm/icons/arrow-up-from-dot.js:
281
+ lucide/dist/esm/icons/arrow-up-from-line.js:
282
+ lucide/dist/esm/icons/arrow-up-left.js:
283
+ lucide/dist/esm/icons/arrow-up-narrow-wide.js:
284
+ lucide/dist/esm/icons/arrow-up-right.js:
285
+ lucide/dist/esm/icons/arrow-up-to-line.js:
286
+ lucide/dist/esm/icons/arrow-up-wide-narrow.js:
287
+ lucide/dist/esm/icons/arrow-up-z-a.js:
288
+ lucide/dist/esm/icons/arrow-up.js:
289
+ lucide/dist/esm/icons/arrows-up-from-line.js:
290
+ lucide/dist/esm/icons/asterisk.js:
291
+ lucide/dist/esm/icons/at-sign.js:
292
+ lucide/dist/esm/icons/atom.js:
293
+ lucide/dist/esm/icons/audio-lines.js:
294
+ lucide/dist/esm/icons/audio-waveform.js:
295
+ lucide/dist/esm/icons/award.js:
296
+ lucide/dist/esm/icons/axe.js:
297
+ lucide/dist/esm/icons/axis-3d.js:
298
+ lucide/dist/esm/icons/baby.js:
299
+ lucide/dist/esm/icons/backpack.js:
300
+ lucide/dist/esm/icons/badge-alert.js:
301
+ lucide/dist/esm/icons/badge-cent.js:
302
+ lucide/dist/esm/icons/badge-check.js:
303
+ lucide/dist/esm/icons/badge-dollar-sign.js:
304
+ lucide/dist/esm/icons/badge-euro.js:
305
+ lucide/dist/esm/icons/badge-indian-rupee.js:
306
+ lucide/dist/esm/icons/badge-info.js:
307
+ lucide/dist/esm/icons/badge-japanese-yen.js:
308
+ lucide/dist/esm/icons/badge-minus.js:
309
+ lucide/dist/esm/icons/badge-percent.js:
310
+ lucide/dist/esm/icons/badge-plus.js:
311
+ lucide/dist/esm/icons/badge-pound-sterling.js:
312
+ lucide/dist/esm/icons/badge-question-mark.js:
313
+ lucide/dist/esm/icons/badge-russian-ruble.js:
314
+ lucide/dist/esm/icons/badge-swiss-franc.js:
315
+ lucide/dist/esm/icons/badge-turkish-lira.js:
316
+ lucide/dist/esm/icons/badge-x.js:
317
+ lucide/dist/esm/icons/badge.js:
318
+ lucide/dist/esm/icons/baggage-claim.js:
319
+ lucide/dist/esm/icons/ban.js:
320
+ lucide/dist/esm/icons/banana.js:
321
+ lucide/dist/esm/icons/bandage.js:
322
+ lucide/dist/esm/icons/banknote-arrow-down.js:
323
+ lucide/dist/esm/icons/banknote-arrow-up.js:
324
+ lucide/dist/esm/icons/banknote-x.js:
325
+ lucide/dist/esm/icons/banknote.js:
326
+ lucide/dist/esm/icons/barcode.js:
327
+ lucide/dist/esm/icons/barrel.js:
328
+ lucide/dist/esm/icons/baseline.js:
329
+ lucide/dist/esm/icons/bath.js:
330
+ lucide/dist/esm/icons/battery-charging.js:
331
+ lucide/dist/esm/icons/battery-full.js:
332
+ lucide/dist/esm/icons/battery-low.js:
333
+ lucide/dist/esm/icons/battery-medium.js:
334
+ lucide/dist/esm/icons/battery-plus.js:
335
+ lucide/dist/esm/icons/battery-warning.js:
336
+ lucide/dist/esm/icons/battery.js:
337
+ lucide/dist/esm/icons/beaker.js:
338
+ lucide/dist/esm/icons/bean-off.js:
339
+ lucide/dist/esm/icons/bean.js:
340
+ lucide/dist/esm/icons/bed-double.js:
341
+ lucide/dist/esm/icons/bed-single.js:
342
+ lucide/dist/esm/icons/bed.js:
343
+ lucide/dist/esm/icons/beef.js:
344
+ lucide/dist/esm/icons/beer-off.js:
345
+ lucide/dist/esm/icons/beer.js:
346
+ lucide/dist/esm/icons/bell-dot.js:
347
+ lucide/dist/esm/icons/bell-electric.js:
348
+ lucide/dist/esm/icons/bell-minus.js:
349
+ lucide/dist/esm/icons/bell-off.js:
350
+ lucide/dist/esm/icons/bell-plus.js:
351
+ lucide/dist/esm/icons/bell-ring.js:
352
+ lucide/dist/esm/icons/bell.js:
353
+ lucide/dist/esm/icons/between-horizontal-end.js:
354
+ lucide/dist/esm/icons/between-horizontal-start.js:
355
+ lucide/dist/esm/icons/between-vertical-end.js:
356
+ lucide/dist/esm/icons/between-vertical-start.js:
357
+ lucide/dist/esm/icons/biceps-flexed.js:
358
+ lucide/dist/esm/icons/bike.js:
359
+ lucide/dist/esm/icons/binary.js:
360
+ lucide/dist/esm/icons/binoculars.js:
361
+ lucide/dist/esm/icons/bird.js:
362
+ lucide/dist/esm/icons/biohazard.js:
363
+ lucide/dist/esm/icons/birdhouse.js:
364
+ lucide/dist/esm/icons/bitcoin.js:
365
+ lucide/dist/esm/icons/blend.js:
366
+ lucide/dist/esm/icons/blinds.js:
367
+ lucide/dist/esm/icons/blocks.js:
368
+ lucide/dist/esm/icons/bluetooth-connected.js:
369
+ lucide/dist/esm/icons/bluetooth-off.js:
370
+ lucide/dist/esm/icons/bluetooth-searching.js:
371
+ lucide/dist/esm/icons/bluetooth.js:
372
+ lucide/dist/esm/icons/bold.js:
373
+ lucide/dist/esm/icons/bolt.js:
374
+ lucide/dist/esm/icons/bomb.js:
375
+ lucide/dist/esm/icons/bone.js:
376
+ lucide/dist/esm/icons/book-a.js:
377
+ lucide/dist/esm/icons/book-alert.js:
378
+ lucide/dist/esm/icons/book-audio.js:
379
+ lucide/dist/esm/icons/book-check.js:
380
+ lucide/dist/esm/icons/book-copy.js:
381
+ lucide/dist/esm/icons/book-dashed.js:
382
+ lucide/dist/esm/icons/book-down.js:
383
+ lucide/dist/esm/icons/book-headphones.js:
384
+ lucide/dist/esm/icons/book-heart.js:
385
+ lucide/dist/esm/icons/book-image.js:
386
+ lucide/dist/esm/icons/book-key.js:
387
+ lucide/dist/esm/icons/book-lock.js:
388
+ lucide/dist/esm/icons/book-marked.js:
389
+ lucide/dist/esm/icons/book-minus.js:
390
+ lucide/dist/esm/icons/book-open-check.js:
391
+ lucide/dist/esm/icons/book-open-text.js:
392
+ lucide/dist/esm/icons/book-open.js:
393
+ lucide/dist/esm/icons/book-plus.js:
394
+ lucide/dist/esm/icons/book-text.js:
395
+ lucide/dist/esm/icons/book-type.js:
396
+ lucide/dist/esm/icons/book-up-2.js:
397
+ lucide/dist/esm/icons/book-up.js:
398
+ lucide/dist/esm/icons/book-user.js:
399
+ lucide/dist/esm/icons/book-x.js:
400
+ lucide/dist/esm/icons/book.js:
401
+ lucide/dist/esm/icons/bookmark-check.js:
402
+ lucide/dist/esm/icons/bookmark-minus.js:
403
+ lucide/dist/esm/icons/bookmark-plus.js:
404
+ lucide/dist/esm/icons/bookmark-x.js:
405
+ lucide/dist/esm/icons/bookmark.js:
406
+ lucide/dist/esm/icons/boom-box.js:
407
+ lucide/dist/esm/icons/bot-message-square.js:
408
+ lucide/dist/esm/icons/bot-off.js:
409
+ lucide/dist/esm/icons/bot.js:
410
+ lucide/dist/esm/icons/bottle-wine.js:
411
+ lucide/dist/esm/icons/bow-arrow.js:
412
+ lucide/dist/esm/icons/box.js:
413
+ lucide/dist/esm/icons/boxes.js:
414
+ lucide/dist/esm/icons/braces.js:
415
+ lucide/dist/esm/icons/brackets.js:
416
+ lucide/dist/esm/icons/brain-circuit.js:
417
+ lucide/dist/esm/icons/brain-cog.js:
418
+ lucide/dist/esm/icons/brain.js:
419
+ lucide/dist/esm/icons/brick-wall-fire.js:
420
+ lucide/dist/esm/icons/brick-wall-shield.js:
421
+ lucide/dist/esm/icons/brick-wall.js:
422
+ lucide/dist/esm/icons/briefcase-business.js:
423
+ lucide/dist/esm/icons/briefcase-conveyor-belt.js:
424
+ lucide/dist/esm/icons/briefcase-medical.js:
425
+ lucide/dist/esm/icons/briefcase.js:
426
+ lucide/dist/esm/icons/bring-to-front.js:
427
+ lucide/dist/esm/icons/brush-cleaning.js:
428
+ lucide/dist/esm/icons/brush.js:
429
+ lucide/dist/esm/icons/bubbles.js:
430
+ lucide/dist/esm/icons/bug-off.js:
431
+ lucide/dist/esm/icons/bug-play.js:
432
+ lucide/dist/esm/icons/bug.js:
433
+ lucide/dist/esm/icons/building-2.js:
434
+ lucide/dist/esm/icons/building.js:
435
+ lucide/dist/esm/icons/bus-front.js:
436
+ lucide/dist/esm/icons/bus.js:
437
+ lucide/dist/esm/icons/cable-car.js:
438
+ lucide/dist/esm/icons/cable.js:
439
+ lucide/dist/esm/icons/cake-slice.js:
440
+ lucide/dist/esm/icons/cake.js:
441
+ lucide/dist/esm/icons/calculator.js:
442
+ lucide/dist/esm/icons/calendar-1.js:
443
+ lucide/dist/esm/icons/calendar-arrow-down.js:
444
+ lucide/dist/esm/icons/calendar-arrow-up.js:
445
+ lucide/dist/esm/icons/calendar-check-2.js:
446
+ lucide/dist/esm/icons/calendar-check.js:
447
+ lucide/dist/esm/icons/calendar-clock.js:
448
+ lucide/dist/esm/icons/calendar-cog.js:
449
+ lucide/dist/esm/icons/calendar-days.js:
450
+ lucide/dist/esm/icons/calendar-fold.js:
451
+ lucide/dist/esm/icons/calendar-heart.js:
452
+ lucide/dist/esm/icons/calendar-minus-2.js:
453
+ lucide/dist/esm/icons/calendar-minus.js:
454
+ lucide/dist/esm/icons/calendar-off.js:
455
+ lucide/dist/esm/icons/calendar-plus-2.js:
456
+ lucide/dist/esm/icons/calendar-plus.js:
457
+ lucide/dist/esm/icons/calendar-range.js:
458
+ lucide/dist/esm/icons/calendar-search.js:
459
+ lucide/dist/esm/icons/calendar-sync.js:
460
+ lucide/dist/esm/icons/calendar-x-2.js:
461
+ lucide/dist/esm/icons/calendar-x.js:
462
+ lucide/dist/esm/icons/calendar.js:
463
+ lucide/dist/esm/icons/camera-off.js:
464
+ lucide/dist/esm/icons/camera.js:
465
+ lucide/dist/esm/icons/candy-cane.js:
466
+ lucide/dist/esm/icons/candy-off.js:
467
+ lucide/dist/esm/icons/candy.js:
468
+ lucide/dist/esm/icons/cannabis.js:
469
+ lucide/dist/esm/icons/captions-off.js:
470
+ lucide/dist/esm/icons/captions.js:
471
+ lucide/dist/esm/icons/car-front.js:
472
+ lucide/dist/esm/icons/car-taxi-front.js:
473
+ lucide/dist/esm/icons/car.js:
474
+ lucide/dist/esm/icons/caravan.js:
475
+ lucide/dist/esm/icons/card-sim.js:
476
+ lucide/dist/esm/icons/carrot.js:
477
+ lucide/dist/esm/icons/case-lower.js:
478
+ lucide/dist/esm/icons/case-sensitive.js:
479
+ lucide/dist/esm/icons/case-upper.js:
480
+ lucide/dist/esm/icons/cassette-tape.js:
481
+ lucide/dist/esm/icons/cast.js:
482
+ lucide/dist/esm/icons/castle.js:
483
+ lucide/dist/esm/icons/cat.js:
484
+ lucide/dist/esm/icons/cctv.js:
485
+ lucide/dist/esm/icons/chart-area.js:
486
+ lucide/dist/esm/icons/chart-bar-big.js:
487
+ lucide/dist/esm/icons/chart-bar-decreasing.js:
488
+ lucide/dist/esm/icons/chart-bar-increasing.js:
489
+ lucide/dist/esm/icons/chart-bar-stacked.js:
490
+ lucide/dist/esm/icons/chart-bar.js:
491
+ lucide/dist/esm/icons/chart-candlestick.js:
492
+ lucide/dist/esm/icons/chart-column-big.js:
493
+ lucide/dist/esm/icons/chart-column-decreasing.js:
494
+ lucide/dist/esm/icons/chart-column-increasing.js:
495
+ lucide/dist/esm/icons/chart-column-stacked.js:
496
+ lucide/dist/esm/icons/chart-column.js:
497
+ lucide/dist/esm/icons/chart-gantt.js:
498
+ lucide/dist/esm/icons/chart-line.js:
499
+ lucide/dist/esm/icons/chart-network.js:
500
+ lucide/dist/esm/icons/chart-no-axes-column-decreasing.js:
501
+ lucide/dist/esm/icons/chart-no-axes-column-increasing.js:
502
+ lucide/dist/esm/icons/chart-no-axes-column.js:
503
+ lucide/dist/esm/icons/chart-no-axes-combined.js:
504
+ lucide/dist/esm/icons/chart-no-axes-gantt.js:
505
+ lucide/dist/esm/icons/chart-pie.js:
506
+ lucide/dist/esm/icons/chart-scatter.js:
507
+ lucide/dist/esm/icons/chart-spline.js:
508
+ lucide/dist/esm/icons/check-check.js:
509
+ lucide/dist/esm/icons/check-line.js:
510
+ lucide/dist/esm/icons/check.js:
511
+ lucide/dist/esm/icons/chef-hat.js:
512
+ lucide/dist/esm/icons/cherry.js:
513
+ lucide/dist/esm/icons/chevron-down.js:
514
+ lucide/dist/esm/icons/chevron-first.js:
515
+ lucide/dist/esm/icons/chevron-last.js:
516
+ lucide/dist/esm/icons/chevron-left.js:
517
+ lucide/dist/esm/icons/chevron-right.js:
518
+ lucide/dist/esm/icons/chevron-up.js:
519
+ lucide/dist/esm/icons/chevrons-down-up.js:
520
+ lucide/dist/esm/icons/chevrons-down.js:
521
+ lucide/dist/esm/icons/chevrons-left-right-ellipsis.js:
522
+ lucide/dist/esm/icons/chevrons-left-right.js:
523
+ lucide/dist/esm/icons/chevrons-left.js:
524
+ lucide/dist/esm/icons/chevrons-right-left.js:
525
+ lucide/dist/esm/icons/chevrons-right.js:
526
+ lucide/dist/esm/icons/chevrons-up-down.js:
527
+ lucide/dist/esm/icons/chevrons-up.js:
528
+ lucide/dist/esm/icons/chromium.js:
529
+ lucide/dist/esm/icons/church.js:
530
+ lucide/dist/esm/icons/cigarette-off.js:
531
+ lucide/dist/esm/icons/cigarette.js:
532
+ lucide/dist/esm/icons/circle-alert.js:
533
+ lucide/dist/esm/icons/circle-arrow-down.js:
534
+ lucide/dist/esm/icons/circle-arrow-left.js:
535
+ lucide/dist/esm/icons/circle-arrow-out-down-left.js:
536
+ lucide/dist/esm/icons/circle-arrow-out-down-right.js:
537
+ lucide/dist/esm/icons/circle-arrow-out-up-left.js:
538
+ lucide/dist/esm/icons/circle-arrow-out-up-right.js:
539
+ lucide/dist/esm/icons/circle-arrow-right.js:
540
+ lucide/dist/esm/icons/circle-arrow-up.js:
541
+ lucide/dist/esm/icons/circle-check-big.js:
542
+ lucide/dist/esm/icons/circle-check.js:
543
+ lucide/dist/esm/icons/circle-chevron-down.js:
544
+ lucide/dist/esm/icons/circle-chevron-left.js:
545
+ lucide/dist/esm/icons/circle-chevron-right.js:
546
+ lucide/dist/esm/icons/circle-chevron-up.js:
547
+ lucide/dist/esm/icons/circle-dashed.js:
548
+ lucide/dist/esm/icons/circle-divide.js:
549
+ lucide/dist/esm/icons/circle-dollar-sign.js:
550
+ lucide/dist/esm/icons/circle-dot-dashed.js:
551
+ lucide/dist/esm/icons/circle-dot.js:
552
+ lucide/dist/esm/icons/circle-ellipsis.js:
553
+ lucide/dist/esm/icons/circle-equal.js:
554
+ lucide/dist/esm/icons/circle-fading-arrow-up.js:
555
+ lucide/dist/esm/icons/circle-fading-plus.js:
556
+ lucide/dist/esm/icons/circle-gauge.js:
557
+ lucide/dist/esm/icons/circle-minus.js:
558
+ lucide/dist/esm/icons/circle-off.js:
559
+ lucide/dist/esm/icons/circle-parking-off.js:
560
+ lucide/dist/esm/icons/circle-parking.js:
561
+ lucide/dist/esm/icons/circle-pause.js:
562
+ lucide/dist/esm/icons/circle-percent.js:
563
+ lucide/dist/esm/icons/circle-play.js:
564
+ lucide/dist/esm/icons/circle-plus.js:
565
+ lucide/dist/esm/icons/circle-pound-sterling.js:
566
+ lucide/dist/esm/icons/circle-power.js:
567
+ lucide/dist/esm/icons/circle-question-mark.js:
568
+ lucide/dist/esm/icons/circle-slash-2.js:
569
+ lucide/dist/esm/icons/circle-slash.js:
570
+ lucide/dist/esm/icons/circle-small.js:
571
+ lucide/dist/esm/icons/circle-star.js:
572
+ lucide/dist/esm/icons/circle-stop.js:
573
+ lucide/dist/esm/icons/circle-user-round.js:
574
+ lucide/dist/esm/icons/circle-user.js:
575
+ lucide/dist/esm/icons/circle-x.js:
576
+ lucide/dist/esm/icons/circle.js:
577
+ lucide/dist/esm/icons/circuit-board.js:
578
+ lucide/dist/esm/icons/citrus.js:
579
+ lucide/dist/esm/icons/clapperboard.js:
580
+ lucide/dist/esm/icons/clipboard-check.js:
581
+ lucide/dist/esm/icons/clipboard-clock.js:
582
+ lucide/dist/esm/icons/clipboard-copy.js:
583
+ lucide/dist/esm/icons/clipboard-list.js:
584
+ lucide/dist/esm/icons/clipboard-minus.js:
585
+ lucide/dist/esm/icons/clipboard-paste.js:
586
+ lucide/dist/esm/icons/clipboard-pen-line.js:
587
+ lucide/dist/esm/icons/clipboard-pen.js:
588
+ lucide/dist/esm/icons/clipboard-plus.js:
589
+ lucide/dist/esm/icons/clipboard-type.js:
590
+ lucide/dist/esm/icons/clipboard-x.js:
591
+ lucide/dist/esm/icons/clipboard.js:
592
+ lucide/dist/esm/icons/clock-1.js:
593
+ lucide/dist/esm/icons/clock-10.js:
594
+ lucide/dist/esm/icons/clock-11.js:
595
+ lucide/dist/esm/icons/clock-12.js:
596
+ lucide/dist/esm/icons/clock-2.js:
597
+ lucide/dist/esm/icons/clock-3.js:
598
+ lucide/dist/esm/icons/clock-4.js:
599
+ lucide/dist/esm/icons/clock-5.js:
600
+ lucide/dist/esm/icons/clock-6.js:
601
+ lucide/dist/esm/icons/clock-7.js:
602
+ lucide/dist/esm/icons/clock-8.js:
603
+ lucide/dist/esm/icons/clock-9.js:
604
+ lucide/dist/esm/icons/clock-alert.js:
605
+ lucide/dist/esm/icons/clock-arrow-down.js:
606
+ lucide/dist/esm/icons/clock-arrow-up.js:
607
+ lucide/dist/esm/icons/clock-check.js:
608
+ lucide/dist/esm/icons/clock-fading.js:
609
+ lucide/dist/esm/icons/clock-plus.js:
610
+ lucide/dist/esm/icons/clock.js:
611
+ lucide/dist/esm/icons/closed-caption.js:
612
+ lucide/dist/esm/icons/cloud-alert.js:
613
+ lucide/dist/esm/icons/cloud-check.js:
614
+ lucide/dist/esm/icons/cloud-cog.js:
615
+ lucide/dist/esm/icons/cloud-download.js:
616
+ lucide/dist/esm/icons/cloud-drizzle.js:
617
+ lucide/dist/esm/icons/cloud-fog.js:
618
+ lucide/dist/esm/icons/cloud-hail.js:
619
+ lucide/dist/esm/icons/cloud-lightning.js:
620
+ lucide/dist/esm/icons/cloud-moon-rain.js:
621
+ lucide/dist/esm/icons/cloud-moon.js:
622
+ lucide/dist/esm/icons/cloud-off.js:
623
+ lucide/dist/esm/icons/cloud-rain-wind.js:
624
+ lucide/dist/esm/icons/cloud-rain.js:
625
+ lucide/dist/esm/icons/cloud-snow.js:
626
+ lucide/dist/esm/icons/cloud-sun-rain.js:
627
+ lucide/dist/esm/icons/cloud-sun.js:
628
+ lucide/dist/esm/icons/cloud-upload.js:
629
+ lucide/dist/esm/icons/cloud.js:
630
+ lucide/dist/esm/icons/cloudy.js:
631
+ lucide/dist/esm/icons/clover.js:
632
+ lucide/dist/esm/icons/club.js:
633
+ lucide/dist/esm/icons/code-xml.js:
634
+ lucide/dist/esm/icons/code.js:
635
+ lucide/dist/esm/icons/codepen.js:
636
+ lucide/dist/esm/icons/codesandbox.js:
637
+ lucide/dist/esm/icons/coffee.js:
638
+ lucide/dist/esm/icons/cog.js:
639
+ lucide/dist/esm/icons/coins.js:
640
+ lucide/dist/esm/icons/columns-2.js:
641
+ lucide/dist/esm/icons/columns-3-cog.js:
642
+ lucide/dist/esm/icons/columns-3.js:
643
+ lucide/dist/esm/icons/columns-4.js:
644
+ lucide/dist/esm/icons/combine.js:
645
+ lucide/dist/esm/icons/command.js:
646
+ lucide/dist/esm/icons/compass.js:
647
+ lucide/dist/esm/icons/component.js:
648
+ lucide/dist/esm/icons/computer.js:
649
+ lucide/dist/esm/icons/concierge-bell.js:
650
+ lucide/dist/esm/icons/cone.js:
651
+ lucide/dist/esm/icons/construction.js:
652
+ lucide/dist/esm/icons/contact-round.js:
653
+ lucide/dist/esm/icons/contact.js:
654
+ lucide/dist/esm/icons/container.js:
655
+ lucide/dist/esm/icons/contrast.js:
656
+ lucide/dist/esm/icons/cookie.js:
657
+ lucide/dist/esm/icons/cooking-pot.js:
658
+ lucide/dist/esm/icons/copy-check.js:
659
+ lucide/dist/esm/icons/copy-minus.js:
660
+ lucide/dist/esm/icons/copy-plus.js:
661
+ lucide/dist/esm/icons/copy-slash.js:
662
+ lucide/dist/esm/icons/copy-x.js:
663
+ lucide/dist/esm/icons/copy.js:
664
+ lucide/dist/esm/icons/copyleft.js:
665
+ lucide/dist/esm/icons/copyright.js:
666
+ lucide/dist/esm/icons/corner-down-left.js:
667
+ lucide/dist/esm/icons/corner-down-right.js:
668
+ lucide/dist/esm/icons/corner-left-down.js:
669
+ lucide/dist/esm/icons/corner-left-up.js:
670
+ lucide/dist/esm/icons/corner-right-down.js:
671
+ lucide/dist/esm/icons/corner-right-up.js:
672
+ lucide/dist/esm/icons/corner-up-left.js:
673
+ lucide/dist/esm/icons/corner-up-right.js:
674
+ lucide/dist/esm/icons/cpu.js:
675
+ lucide/dist/esm/icons/creative-commons.js:
676
+ lucide/dist/esm/icons/credit-card.js:
677
+ lucide/dist/esm/icons/croissant.js:
678
+ lucide/dist/esm/icons/crop.js:
679
+ lucide/dist/esm/icons/cross.js:
680
+ lucide/dist/esm/icons/crosshair.js:
681
+ lucide/dist/esm/icons/crown.js:
682
+ lucide/dist/esm/icons/cuboid.js:
683
+ lucide/dist/esm/icons/cup-soda.js:
684
+ lucide/dist/esm/icons/currency.js:
685
+ lucide/dist/esm/icons/cylinder.js:
686
+ lucide/dist/esm/icons/dam.js:
687
+ lucide/dist/esm/icons/database-backup.js:
688
+ lucide/dist/esm/icons/database-zap.js:
689
+ lucide/dist/esm/icons/database.js:
690
+ lucide/dist/esm/icons/decimals-arrow-left.js:
691
+ lucide/dist/esm/icons/decimals-arrow-right.js:
692
+ lucide/dist/esm/icons/delete.js:
693
+ lucide/dist/esm/icons/dessert.js:
694
+ lucide/dist/esm/icons/diameter.js:
695
+ lucide/dist/esm/icons/diamond-minus.js:
696
+ lucide/dist/esm/icons/diamond-percent.js:
697
+ lucide/dist/esm/icons/diamond-plus.js:
698
+ lucide/dist/esm/icons/diamond.js:
699
+ lucide/dist/esm/icons/dice-1.js:
700
+ lucide/dist/esm/icons/dice-2.js:
701
+ lucide/dist/esm/icons/dice-3.js:
702
+ lucide/dist/esm/icons/dice-4.js:
703
+ lucide/dist/esm/icons/dice-5.js:
704
+ lucide/dist/esm/icons/dice-6.js:
705
+ lucide/dist/esm/icons/dices.js:
706
+ lucide/dist/esm/icons/diff.js:
707
+ lucide/dist/esm/icons/disc-2.js:
708
+ lucide/dist/esm/icons/disc-3.js:
709
+ lucide/dist/esm/icons/disc-album.js:
710
+ lucide/dist/esm/icons/disc.js:
711
+ lucide/dist/esm/icons/divide.js:
712
+ lucide/dist/esm/icons/dna-off.js:
713
+ lucide/dist/esm/icons/dna.js:
714
+ lucide/dist/esm/icons/dock.js:
715
+ lucide/dist/esm/icons/dog.js:
716
+ lucide/dist/esm/icons/dollar-sign.js:
717
+ lucide/dist/esm/icons/donut.js:
718
+ lucide/dist/esm/icons/door-closed-locked.js:
719
+ lucide/dist/esm/icons/door-closed.js:
720
+ lucide/dist/esm/icons/door-open.js:
721
+ lucide/dist/esm/icons/dot.js:
722
+ lucide/dist/esm/icons/download.js:
723
+ lucide/dist/esm/icons/drafting-compass.js:
724
+ lucide/dist/esm/icons/drama.js:
725
+ lucide/dist/esm/icons/dribbble.js:
726
+ lucide/dist/esm/icons/drill.js:
727
+ lucide/dist/esm/icons/drone.js:
728
+ lucide/dist/esm/icons/droplet-off.js:
729
+ lucide/dist/esm/icons/droplet.js:
730
+ lucide/dist/esm/icons/droplets.js:
731
+ lucide/dist/esm/icons/drum.js:
732
+ lucide/dist/esm/icons/drumstick.js:
733
+ lucide/dist/esm/icons/dumbbell.js:
734
+ lucide/dist/esm/icons/ear-off.js:
735
+ lucide/dist/esm/icons/ear.js:
736
+ lucide/dist/esm/icons/earth-lock.js:
737
+ lucide/dist/esm/icons/earth.js:
738
+ lucide/dist/esm/icons/eclipse.js:
739
+ lucide/dist/esm/icons/egg-fried.js:
740
+ lucide/dist/esm/icons/egg-off.js:
741
+ lucide/dist/esm/icons/egg.js:
742
+ lucide/dist/esm/icons/ellipsis-vertical.js:
743
+ lucide/dist/esm/icons/ellipsis.js:
744
+ lucide/dist/esm/icons/equal-approximately.js:
745
+ lucide/dist/esm/icons/equal-not.js:
746
+ lucide/dist/esm/icons/equal.js:
747
+ lucide/dist/esm/icons/eraser.js:
748
+ lucide/dist/esm/icons/ethernet-port.js:
749
+ lucide/dist/esm/icons/euro.js:
750
+ lucide/dist/esm/icons/ev-charger.js:
751
+ lucide/dist/esm/icons/expand.js:
752
+ lucide/dist/esm/icons/external-link.js:
753
+ lucide/dist/esm/icons/eye-closed.js:
754
+ lucide/dist/esm/icons/eye-off.js:
755
+ lucide/dist/esm/icons/eye.js:
756
+ lucide/dist/esm/icons/facebook.js:
757
+ lucide/dist/esm/icons/factory.js:
758
+ lucide/dist/esm/icons/fan.js:
759
+ lucide/dist/esm/icons/fast-forward.js:
760
+ lucide/dist/esm/icons/feather.js:
761
+ lucide/dist/esm/icons/fence.js:
762
+ lucide/dist/esm/icons/ferris-wheel.js:
763
+ lucide/dist/esm/icons/figma.js:
764
+ lucide/dist/esm/icons/file-archive.js:
765
+ lucide/dist/esm/icons/file-axis-3d.js:
766
+ lucide/dist/esm/icons/file-badge.js:
767
+ lucide/dist/esm/icons/file-box.js:
768
+ lucide/dist/esm/icons/file-braces-corner.js:
769
+ lucide/dist/esm/icons/file-braces.js:
770
+ lucide/dist/esm/icons/file-chart-column-increasing.js:
771
+ lucide/dist/esm/icons/file-chart-column.js:
772
+ lucide/dist/esm/icons/file-chart-line.js:
773
+ lucide/dist/esm/icons/file-chart-pie.js:
774
+ lucide/dist/esm/icons/file-check-corner.js:
775
+ lucide/dist/esm/icons/file-check.js:
776
+ lucide/dist/esm/icons/file-clock.js:
777
+ lucide/dist/esm/icons/file-code-corner.js:
778
+ lucide/dist/esm/icons/file-code.js:
779
+ lucide/dist/esm/icons/file-cog.js:
780
+ lucide/dist/esm/icons/file-diff.js:
781
+ lucide/dist/esm/icons/file-digit.js:
782
+ lucide/dist/esm/icons/file-down.js:
783
+ lucide/dist/esm/icons/file-exclamation-point.js:
784
+ lucide/dist/esm/icons/file-headphone.js:
785
+ lucide/dist/esm/icons/file-heart.js:
786
+ lucide/dist/esm/icons/file-image.js:
787
+ lucide/dist/esm/icons/file-input.js:
788
+ lucide/dist/esm/icons/file-key.js:
789
+ lucide/dist/esm/icons/file-lock.js:
790
+ lucide/dist/esm/icons/file-minus-corner.js:
791
+ lucide/dist/esm/icons/file-minus.js:
792
+ lucide/dist/esm/icons/file-music.js:
793
+ lucide/dist/esm/icons/file-output.js:
794
+ lucide/dist/esm/icons/file-pen-line.js:
795
+ lucide/dist/esm/icons/file-pen.js:
796
+ lucide/dist/esm/icons/file-play.js:
797
+ lucide/dist/esm/icons/file-plus-corner.js:
798
+ lucide/dist/esm/icons/file-plus.js:
799
+ lucide/dist/esm/icons/file-question-mark.js:
800
+ lucide/dist/esm/icons/file-scan.js:
801
+ lucide/dist/esm/icons/file-search-corner.js:
802
+ lucide/dist/esm/icons/file-search.js:
803
+ lucide/dist/esm/icons/file-signal.js:
804
+ lucide/dist/esm/icons/file-sliders.js:
805
+ lucide/dist/esm/icons/file-spreadsheet.js:
806
+ lucide/dist/esm/icons/file-stack.js:
807
+ lucide/dist/esm/icons/file-symlink.js:
808
+ lucide/dist/esm/icons/file-terminal.js:
809
+ lucide/dist/esm/icons/file-text.js:
810
+ lucide/dist/esm/icons/file-type-corner.js:
811
+ lucide/dist/esm/icons/file-type.js:
812
+ lucide/dist/esm/icons/file-up.js:
813
+ lucide/dist/esm/icons/file-user.js:
814
+ lucide/dist/esm/icons/file-video-camera.js:
815
+ lucide/dist/esm/icons/file-volume.js:
816
+ lucide/dist/esm/icons/file-x-corner.js:
817
+ lucide/dist/esm/icons/file-x.js:
818
+ lucide/dist/esm/icons/file.js:
819
+ lucide/dist/esm/icons/files.js:
820
+ lucide/dist/esm/icons/film.js:
821
+ lucide/dist/esm/icons/fingerprint.js:
822
+ lucide/dist/esm/icons/fire-extinguisher.js:
823
+ lucide/dist/esm/icons/fish-off.js:
824
+ lucide/dist/esm/icons/fish-symbol.js:
825
+ lucide/dist/esm/icons/fish.js:
826
+ lucide/dist/esm/icons/flag-off.js:
827
+ lucide/dist/esm/icons/flag-triangle-left.js:
828
+ lucide/dist/esm/icons/flag-triangle-right.js:
829
+ lucide/dist/esm/icons/flag.js:
830
+ lucide/dist/esm/icons/flame-kindling.js:
831
+ lucide/dist/esm/icons/flame.js:
832
+ lucide/dist/esm/icons/flashlight-off.js:
833
+ lucide/dist/esm/icons/flashlight.js:
834
+ lucide/dist/esm/icons/flask-conical-off.js:
835
+ lucide/dist/esm/icons/flask-conical.js:
836
+ lucide/dist/esm/icons/flask-round.js:
837
+ lucide/dist/esm/icons/flip-horizontal-2.js:
838
+ lucide/dist/esm/icons/flip-horizontal.js:
839
+ lucide/dist/esm/icons/flip-vertical-2.js:
840
+ lucide/dist/esm/icons/flip-vertical.js:
841
+ lucide/dist/esm/icons/flower-2.js:
842
+ lucide/dist/esm/icons/flower.js:
843
+ lucide/dist/esm/icons/focus.js:
844
+ lucide/dist/esm/icons/fold-horizontal.js:
845
+ lucide/dist/esm/icons/fold-vertical.js:
846
+ lucide/dist/esm/icons/folder-archive.js:
847
+ lucide/dist/esm/icons/folder-check.js:
848
+ lucide/dist/esm/icons/folder-clock.js:
849
+ lucide/dist/esm/icons/folder-closed.js:
850
+ lucide/dist/esm/icons/folder-code.js:
851
+ lucide/dist/esm/icons/folder-cog.js:
852
+ lucide/dist/esm/icons/folder-dot.js:
853
+ lucide/dist/esm/icons/folder-down.js:
854
+ lucide/dist/esm/icons/folder-git-2.js:
855
+ lucide/dist/esm/icons/folder-git.js:
856
+ lucide/dist/esm/icons/folder-heart.js:
857
+ lucide/dist/esm/icons/folder-input.js:
858
+ lucide/dist/esm/icons/folder-kanban.js:
859
+ lucide/dist/esm/icons/folder-key.js:
860
+ lucide/dist/esm/icons/folder-lock.js:
861
+ lucide/dist/esm/icons/folder-minus.js:
862
+ lucide/dist/esm/icons/folder-open-dot.js:
863
+ lucide/dist/esm/icons/folder-open.js:
864
+ lucide/dist/esm/icons/folder-output.js:
865
+ lucide/dist/esm/icons/folder-pen.js:
866
+ lucide/dist/esm/icons/folder-plus.js:
867
+ lucide/dist/esm/icons/folder-root.js:
868
+ lucide/dist/esm/icons/folder-search-2.js:
869
+ lucide/dist/esm/icons/folder-search.js:
870
+ lucide/dist/esm/icons/folder-symlink.js:
871
+ lucide/dist/esm/icons/folder-sync.js:
872
+ lucide/dist/esm/icons/folder-tree.js:
873
+ lucide/dist/esm/icons/folder-up.js:
874
+ lucide/dist/esm/icons/folder-x.js:
875
+ lucide/dist/esm/icons/folder.js:
876
+ lucide/dist/esm/icons/folders.js:
877
+ lucide/dist/esm/icons/footprints.js:
878
+ lucide/dist/esm/icons/forklift.js:
879
+ lucide/dist/esm/icons/forward.js:
880
+ lucide/dist/esm/icons/frame.js:
881
+ lucide/dist/esm/icons/framer.js:
882
+ lucide/dist/esm/icons/frown.js:
883
+ lucide/dist/esm/icons/fuel.js:
884
+ lucide/dist/esm/icons/fullscreen.js:
885
+ lucide/dist/esm/icons/funnel-plus.js:
886
+ lucide/dist/esm/icons/funnel-x.js:
887
+ lucide/dist/esm/icons/funnel.js:
888
+ lucide/dist/esm/icons/gallery-horizontal-end.js:
889
+ lucide/dist/esm/icons/gallery-horizontal.js:
890
+ lucide/dist/esm/icons/gallery-thumbnails.js:
891
+ lucide/dist/esm/icons/gallery-vertical-end.js:
892
+ lucide/dist/esm/icons/gallery-vertical.js:
893
+ lucide/dist/esm/icons/gamepad-2.js:
894
+ lucide/dist/esm/icons/gamepad-directional.js:
895
+ lucide/dist/esm/icons/gamepad.js:
896
+ lucide/dist/esm/icons/gauge.js:
897
+ lucide/dist/esm/icons/gavel.js:
898
+ lucide/dist/esm/icons/gem.js:
899
+ lucide/dist/esm/icons/georgian-lari.js:
900
+ lucide/dist/esm/icons/ghost.js:
901
+ lucide/dist/esm/icons/gift.js:
902
+ lucide/dist/esm/icons/git-branch-minus.js:
903
+ lucide/dist/esm/icons/git-branch-plus.js:
904
+ lucide/dist/esm/icons/git-branch.js:
905
+ lucide/dist/esm/icons/git-commit-horizontal.js:
906
+ lucide/dist/esm/icons/git-commit-vertical.js:
907
+ lucide/dist/esm/icons/git-compare-arrows.js:
908
+ lucide/dist/esm/icons/git-compare.js:
909
+ lucide/dist/esm/icons/git-fork.js:
910
+ lucide/dist/esm/icons/git-graph.js:
911
+ lucide/dist/esm/icons/git-merge.js:
912
+ lucide/dist/esm/icons/git-pull-request-arrow.js:
913
+ lucide/dist/esm/icons/git-pull-request-closed.js:
914
+ lucide/dist/esm/icons/git-pull-request-create-arrow.js:
915
+ lucide/dist/esm/icons/git-pull-request-create.js:
916
+ lucide/dist/esm/icons/git-pull-request-draft.js:
917
+ lucide/dist/esm/icons/git-pull-request.js:
918
+ lucide/dist/esm/icons/github.js:
919
+ lucide/dist/esm/icons/gitlab.js:
920
+ lucide/dist/esm/icons/glass-water.js:
921
+ lucide/dist/esm/icons/glasses.js:
922
+ lucide/dist/esm/icons/globe-lock.js:
923
+ lucide/dist/esm/icons/globe.js:
924
+ lucide/dist/esm/icons/goal.js:
925
+ lucide/dist/esm/icons/gpu.js:
926
+ lucide/dist/esm/icons/graduation-cap.js:
927
+ lucide/dist/esm/icons/grape.js:
928
+ lucide/dist/esm/icons/grid-2x2-check.js:
929
+ lucide/dist/esm/icons/grid-2x2-plus.js:
930
+ lucide/dist/esm/icons/grid-2x2-x.js:
931
+ lucide/dist/esm/icons/grid-2x2.js:
932
+ lucide/dist/esm/icons/grid-3x2.js:
933
+ lucide/dist/esm/icons/grid-3x3.js:
934
+ lucide/dist/esm/icons/grip-horizontal.js:
935
+ lucide/dist/esm/icons/grip-vertical.js:
936
+ lucide/dist/esm/icons/grip.js:
937
+ lucide/dist/esm/icons/group.js:
938
+ lucide/dist/esm/icons/guitar.js:
939
+ lucide/dist/esm/icons/ham.js:
940
+ lucide/dist/esm/icons/hamburger.js:
941
+ lucide/dist/esm/icons/hammer.js:
942
+ lucide/dist/esm/icons/hand-coins.js:
943
+ lucide/dist/esm/icons/hand-fist.js:
944
+ lucide/dist/esm/icons/hand-grab.js:
945
+ lucide/dist/esm/icons/hand-heart.js:
946
+ lucide/dist/esm/icons/hand-helping.js:
947
+ lucide/dist/esm/icons/hand-metal.js:
948
+ lucide/dist/esm/icons/hand-platter.js:
949
+ lucide/dist/esm/icons/hand.js:
950
+ lucide/dist/esm/icons/handbag.js:
951
+ lucide/dist/esm/icons/handshake.js:
952
+ lucide/dist/esm/icons/hard-drive-download.js:
953
+ lucide/dist/esm/icons/hard-drive-upload.js:
954
+ lucide/dist/esm/icons/hard-drive.js:
955
+ lucide/dist/esm/icons/hard-hat.js:
956
+ lucide/dist/esm/icons/hash.js:
957
+ lucide/dist/esm/icons/hat-glasses.js:
958
+ lucide/dist/esm/icons/haze.js:
959
+ lucide/dist/esm/icons/hdmi-port.js:
960
+ lucide/dist/esm/icons/heading-1.js:
961
+ lucide/dist/esm/icons/heading-2.js:
962
+ lucide/dist/esm/icons/heading-3.js:
963
+ lucide/dist/esm/icons/heading-4.js:
964
+ lucide/dist/esm/icons/heading-5.js:
965
+ lucide/dist/esm/icons/heading-6.js:
966
+ lucide/dist/esm/icons/heading.js:
967
+ lucide/dist/esm/icons/headphone-off.js:
968
+ lucide/dist/esm/icons/headphones.js:
969
+ lucide/dist/esm/icons/headset.js:
970
+ lucide/dist/esm/icons/heart-crack.js:
971
+ lucide/dist/esm/icons/heart-handshake.js:
972
+ lucide/dist/esm/icons/heart-minus.js:
973
+ lucide/dist/esm/icons/heart-off.js:
974
+ lucide/dist/esm/icons/heart-plus.js:
975
+ lucide/dist/esm/icons/heart-pulse.js:
976
+ lucide/dist/esm/icons/heart.js:
977
+ lucide/dist/esm/icons/heater.js:
978
+ lucide/dist/esm/icons/helicopter.js:
979
+ lucide/dist/esm/icons/hexagon.js:
980
+ lucide/dist/esm/icons/highlighter.js:
981
+ lucide/dist/esm/icons/history.js:
982
+ lucide/dist/esm/icons/hop-off.js:
983
+ lucide/dist/esm/icons/hop.js:
984
+ lucide/dist/esm/icons/hospital.js:
985
+ lucide/dist/esm/icons/hotel.js:
986
+ lucide/dist/esm/icons/hourglass.js:
987
+ lucide/dist/esm/icons/house-heart.js:
988
+ lucide/dist/esm/icons/house-plug.js:
989
+ lucide/dist/esm/icons/house-plus.js:
990
+ lucide/dist/esm/icons/house-wifi.js:
991
+ lucide/dist/esm/icons/house.js:
992
+ lucide/dist/esm/icons/ice-cream-bowl.js:
993
+ lucide/dist/esm/icons/ice-cream-cone.js:
994
+ lucide/dist/esm/icons/id-card-lanyard.js:
995
+ lucide/dist/esm/icons/id-card.js:
996
+ lucide/dist/esm/icons/image-minus.js:
997
+ lucide/dist/esm/icons/image-down.js:
998
+ lucide/dist/esm/icons/image-off.js:
999
+ lucide/dist/esm/icons/image-play.js:
1000
+ lucide/dist/esm/icons/image-plus.js:
1001
+ lucide/dist/esm/icons/image-up.js:
1002
+ lucide/dist/esm/icons/image-upscale.js:
1003
+ lucide/dist/esm/icons/image.js:
1004
+ lucide/dist/esm/icons/images.js:
1005
+ lucide/dist/esm/icons/import.js:
1006
+ lucide/dist/esm/icons/inbox.js:
1007
+ lucide/dist/esm/icons/indian-rupee.js:
1008
+ lucide/dist/esm/icons/infinity.js:
1009
+ lucide/dist/esm/icons/info.js:
1010
+ lucide/dist/esm/icons/inspection-panel.js:
1011
+ lucide/dist/esm/icons/instagram.js:
1012
+ lucide/dist/esm/icons/italic.js:
1013
+ lucide/dist/esm/icons/iteration-ccw.js:
1014
+ lucide/dist/esm/icons/iteration-cw.js:
1015
+ lucide/dist/esm/icons/japanese-yen.js:
1016
+ lucide/dist/esm/icons/joystick.js:
1017
+ lucide/dist/esm/icons/kanban.js:
1018
+ lucide/dist/esm/icons/kayak.js:
1019
+ lucide/dist/esm/icons/key-round.js:
1020
+ lucide/dist/esm/icons/key-square.js:
1021
+ lucide/dist/esm/icons/key.js:
1022
+ lucide/dist/esm/icons/keyboard-music.js:
1023
+ lucide/dist/esm/icons/keyboard-off.js:
1024
+ lucide/dist/esm/icons/keyboard.js:
1025
+ lucide/dist/esm/icons/lamp-ceiling.js:
1026
+ lucide/dist/esm/icons/lamp-desk.js:
1027
+ lucide/dist/esm/icons/lamp-floor.js:
1028
+ lucide/dist/esm/icons/lamp-wall-down.js:
1029
+ lucide/dist/esm/icons/lamp-wall-up.js:
1030
+ lucide/dist/esm/icons/lamp.js:
1031
+ lucide/dist/esm/icons/land-plot.js:
1032
+ lucide/dist/esm/icons/landmark.js:
1033
+ lucide/dist/esm/icons/languages.js:
1034
+ lucide/dist/esm/icons/laptop-minimal-check.js:
1035
+ lucide/dist/esm/icons/laptop-minimal.js:
1036
+ lucide/dist/esm/icons/laptop.js:
1037
+ lucide/dist/esm/icons/lasso-select.js:
1038
+ lucide/dist/esm/icons/lasso.js:
1039
+ lucide/dist/esm/icons/laugh.js:
1040
+ lucide/dist/esm/icons/layers-2.js:
1041
+ lucide/dist/esm/icons/layers.js:
1042
+ lucide/dist/esm/icons/layout-dashboard.js:
1043
+ lucide/dist/esm/icons/layout-grid.js:
1044
+ lucide/dist/esm/icons/layout-list.js:
1045
+ lucide/dist/esm/icons/layout-panel-left.js:
1046
+ lucide/dist/esm/icons/layout-panel-top.js:
1047
+ lucide/dist/esm/icons/layout-template.js:
1048
+ lucide/dist/esm/icons/leaf.js:
1049
+ lucide/dist/esm/icons/leafy-green.js:
1050
+ lucide/dist/esm/icons/lectern.js:
1051
+ lucide/dist/esm/icons/library-big.js:
1052
+ lucide/dist/esm/icons/library.js:
1053
+ lucide/dist/esm/icons/life-buoy.js:
1054
+ lucide/dist/esm/icons/ligature.js:
1055
+ lucide/dist/esm/icons/lightbulb-off.js:
1056
+ lucide/dist/esm/icons/lightbulb.js:
1057
+ lucide/dist/esm/icons/line-squiggle.js:
1058
+ lucide/dist/esm/icons/link-2-off.js:
1059
+ lucide/dist/esm/icons/link-2.js:
1060
+ lucide/dist/esm/icons/link.js:
1061
+ lucide/dist/esm/icons/linkedin.js:
1062
+ lucide/dist/esm/icons/list-check.js:
1063
+ lucide/dist/esm/icons/list-checks.js:
1064
+ lucide/dist/esm/icons/list-chevrons-down-up.js:
1065
+ lucide/dist/esm/icons/list-chevrons-up-down.js:
1066
+ lucide/dist/esm/icons/list-collapse.js:
1067
+ lucide/dist/esm/icons/list-end.js:
1068
+ lucide/dist/esm/icons/list-filter-plus.js:
1069
+ lucide/dist/esm/icons/list-filter.js:
1070
+ lucide/dist/esm/icons/list-indent-decrease.js:
1071
+ lucide/dist/esm/icons/list-indent-increase.js:
1072
+ lucide/dist/esm/icons/list-minus.js:
1073
+ lucide/dist/esm/icons/list-music.js:
1074
+ lucide/dist/esm/icons/list-ordered.js:
1075
+ lucide/dist/esm/icons/list-plus.js:
1076
+ lucide/dist/esm/icons/list-restart.js:
1077
+ lucide/dist/esm/icons/list-start.js:
1078
+ lucide/dist/esm/icons/list-todo.js:
1079
+ lucide/dist/esm/icons/list-tree.js:
1080
+ lucide/dist/esm/icons/list-video.js:
1081
+ lucide/dist/esm/icons/list-x.js:
1082
+ lucide/dist/esm/icons/list.js:
1083
+ lucide/dist/esm/icons/loader-circle.js:
1084
+ lucide/dist/esm/icons/loader-pinwheel.js:
1085
+ lucide/dist/esm/icons/loader.js:
1086
+ lucide/dist/esm/icons/locate-fixed.js:
1087
+ lucide/dist/esm/icons/locate-off.js:
1088
+ lucide/dist/esm/icons/locate.js:
1089
+ lucide/dist/esm/icons/lock-keyhole-open.js:
1090
+ lucide/dist/esm/icons/lock-keyhole.js:
1091
+ lucide/dist/esm/icons/lock-open.js:
1092
+ lucide/dist/esm/icons/lock.js:
1093
+ lucide/dist/esm/icons/log-in.js:
1094
+ lucide/dist/esm/icons/log-out.js:
1095
+ lucide/dist/esm/icons/logs.js:
1096
+ lucide/dist/esm/icons/lollipop.js:
1097
+ lucide/dist/esm/icons/luggage.js:
1098
+ lucide/dist/esm/icons/magnet.js:
1099
+ lucide/dist/esm/icons/mail-check.js:
1100
+ lucide/dist/esm/icons/mail-minus.js:
1101
+ lucide/dist/esm/icons/mail-open.js:
1102
+ lucide/dist/esm/icons/mail-plus.js:
1103
+ lucide/dist/esm/icons/mail-question-mark.js:
1104
+ lucide/dist/esm/icons/mail-search.js:
1105
+ lucide/dist/esm/icons/mail-warning.js:
1106
+ lucide/dist/esm/icons/mail-x.js:
1107
+ lucide/dist/esm/icons/mail.js:
1108
+ lucide/dist/esm/icons/mailbox.js:
1109
+ lucide/dist/esm/icons/mails.js:
1110
+ lucide/dist/esm/icons/map-minus.js:
1111
+ lucide/dist/esm/icons/map-pin-check-inside.js:
1112
+ lucide/dist/esm/icons/map-pin-check.js:
1113
+ lucide/dist/esm/icons/map-pin-house.js:
1114
+ lucide/dist/esm/icons/map-pin-minus-inside.js:
1115
+ lucide/dist/esm/icons/map-pin-minus.js:
1116
+ lucide/dist/esm/icons/map-pin-off.js:
1117
+ lucide/dist/esm/icons/map-pin-pen.js:
1118
+ lucide/dist/esm/icons/map-pin-plus-inside.js:
1119
+ lucide/dist/esm/icons/map-pin-plus.js:
1120
+ lucide/dist/esm/icons/map-pin-x-inside.js:
1121
+ lucide/dist/esm/icons/map-pin-x.js:
1122
+ lucide/dist/esm/icons/map-pin.js:
1123
+ lucide/dist/esm/icons/map-pinned.js:
1124
+ lucide/dist/esm/icons/map-plus.js:
1125
+ lucide/dist/esm/icons/map.js:
1126
+ lucide/dist/esm/icons/mars-stroke.js:
1127
+ lucide/dist/esm/icons/mars.js:
1128
+ lucide/dist/esm/icons/martini.js:
1129
+ lucide/dist/esm/icons/maximize-2.js:
1130
+ lucide/dist/esm/icons/maximize.js:
1131
+ lucide/dist/esm/icons/medal.js:
1132
+ lucide/dist/esm/icons/megaphone-off.js:
1133
+ lucide/dist/esm/icons/megaphone.js:
1134
+ lucide/dist/esm/icons/meh.js:
1135
+ lucide/dist/esm/icons/memory-stick.js:
1136
+ lucide/dist/esm/icons/menu.js:
1137
+ lucide/dist/esm/icons/merge.js:
1138
+ lucide/dist/esm/icons/message-circle-code.js:
1139
+ lucide/dist/esm/icons/message-circle-dashed.js:
1140
+ lucide/dist/esm/icons/message-circle-heart.js:
1141
+ lucide/dist/esm/icons/message-circle-more.js:
1142
+ lucide/dist/esm/icons/message-circle-off.js:
1143
+ lucide/dist/esm/icons/message-circle-plus.js:
1144
+ lucide/dist/esm/icons/message-circle-question-mark.js:
1145
+ lucide/dist/esm/icons/message-circle-reply.js:
1146
+ lucide/dist/esm/icons/message-circle-warning.js:
1147
+ lucide/dist/esm/icons/message-circle-x.js:
1148
+ lucide/dist/esm/icons/message-circle.js:
1149
+ lucide/dist/esm/icons/message-square-code.js:
1150
+ lucide/dist/esm/icons/message-square-dashed.js:
1151
+ lucide/dist/esm/icons/message-square-diff.js:
1152
+ lucide/dist/esm/icons/message-square-dot.js:
1153
+ lucide/dist/esm/icons/message-square-heart.js:
1154
+ lucide/dist/esm/icons/message-square-lock.js:
1155
+ lucide/dist/esm/icons/message-square-more.js:
1156
+ lucide/dist/esm/icons/message-square-off.js:
1157
+ lucide/dist/esm/icons/message-square-plus.js:
1158
+ lucide/dist/esm/icons/message-square-quote.js:
1159
+ lucide/dist/esm/icons/message-square-reply.js:
1160
+ lucide/dist/esm/icons/message-square-share.js:
1161
+ lucide/dist/esm/icons/message-square-text.js:
1162
+ lucide/dist/esm/icons/message-square-warning.js:
1163
+ lucide/dist/esm/icons/message-square-x.js:
1164
+ lucide/dist/esm/icons/message-square.js:
1165
+ lucide/dist/esm/icons/messages-square.js:
1166
+ lucide/dist/esm/icons/mic-off.js:
1167
+ lucide/dist/esm/icons/mic-vocal.js:
1168
+ lucide/dist/esm/icons/mic.js:
1169
+ lucide/dist/esm/icons/microchip.js:
1170
+ lucide/dist/esm/icons/microscope.js:
1171
+ lucide/dist/esm/icons/microwave.js:
1172
+ lucide/dist/esm/icons/milestone.js:
1173
+ lucide/dist/esm/icons/milk-off.js:
1174
+ lucide/dist/esm/icons/milk.js:
1175
+ lucide/dist/esm/icons/minimize-2.js:
1176
+ lucide/dist/esm/icons/minimize.js:
1177
+ lucide/dist/esm/icons/minus.js:
1178
+ lucide/dist/esm/icons/monitor-check.js:
1179
+ lucide/dist/esm/icons/monitor-cloud.js:
1180
+ lucide/dist/esm/icons/monitor-cog.js:
1181
+ lucide/dist/esm/icons/monitor-dot.js:
1182
+ lucide/dist/esm/icons/monitor-down.js:
1183
+ lucide/dist/esm/icons/monitor-off.js:
1184
+ lucide/dist/esm/icons/monitor-pause.js:
1185
+ lucide/dist/esm/icons/monitor-play.js:
1186
+ lucide/dist/esm/icons/monitor-smartphone.js:
1187
+ lucide/dist/esm/icons/monitor-speaker.js:
1188
+ lucide/dist/esm/icons/monitor-stop.js:
1189
+ lucide/dist/esm/icons/monitor-up.js:
1190
+ lucide/dist/esm/icons/monitor-x.js:
1191
+ lucide/dist/esm/icons/monitor.js:
1192
+ lucide/dist/esm/icons/moon-star.js:
1193
+ lucide/dist/esm/icons/moon.js:
1194
+ lucide/dist/esm/icons/motorbike.js:
1195
+ lucide/dist/esm/icons/mountain-snow.js:
1196
+ lucide/dist/esm/icons/mountain.js:
1197
+ lucide/dist/esm/icons/mouse-off.js:
1198
+ lucide/dist/esm/icons/mouse-pointer-2.js:
1199
+ lucide/dist/esm/icons/mouse-pointer-ban.js:
1200
+ lucide/dist/esm/icons/mouse-pointer-click.js:
1201
+ lucide/dist/esm/icons/mouse-pointer.js:
1202
+ lucide/dist/esm/icons/mouse.js:
1203
+ lucide/dist/esm/icons/move-3d.js:
1204
+ lucide/dist/esm/icons/move-diagonal-2.js:
1205
+ lucide/dist/esm/icons/move-diagonal.js:
1206
+ lucide/dist/esm/icons/move-down-left.js:
1207
+ lucide/dist/esm/icons/move-down-right.js:
1208
+ lucide/dist/esm/icons/move-down.js:
1209
+ lucide/dist/esm/icons/move-horizontal.js:
1210
+ lucide/dist/esm/icons/move-left.js:
1211
+ lucide/dist/esm/icons/move-right.js:
1212
+ lucide/dist/esm/icons/move-up-left.js:
1213
+ lucide/dist/esm/icons/move-up-right.js:
1214
+ lucide/dist/esm/icons/move-up.js:
1215
+ lucide/dist/esm/icons/move-vertical.js:
1216
+ lucide/dist/esm/icons/move.js:
1217
+ lucide/dist/esm/icons/music-2.js:
1218
+ lucide/dist/esm/icons/music-3.js:
1219
+ lucide/dist/esm/icons/music-4.js:
1220
+ lucide/dist/esm/icons/music.js:
1221
+ lucide/dist/esm/icons/navigation-2-off.js:
1222
+ lucide/dist/esm/icons/navigation-2.js:
1223
+ lucide/dist/esm/icons/navigation-off.js:
1224
+ lucide/dist/esm/icons/navigation.js:
1225
+ lucide/dist/esm/icons/network.js:
1226
+ lucide/dist/esm/icons/newspaper.js:
1227
+ lucide/dist/esm/icons/nfc.js:
1228
+ lucide/dist/esm/icons/non-binary.js:
1229
+ lucide/dist/esm/icons/notebook-pen.js:
1230
+ lucide/dist/esm/icons/notebook-tabs.js:
1231
+ lucide/dist/esm/icons/notebook-text.js:
1232
+ lucide/dist/esm/icons/notebook.js:
1233
+ lucide/dist/esm/icons/notepad-text-dashed.js:
1234
+ lucide/dist/esm/icons/notepad-text.js:
1235
+ lucide/dist/esm/icons/nut-off.js:
1236
+ lucide/dist/esm/icons/nut.js:
1237
+ lucide/dist/esm/icons/octagon-alert.js:
1238
+ lucide/dist/esm/icons/octagon-minus.js:
1239
+ lucide/dist/esm/icons/octagon-pause.js:
1240
+ lucide/dist/esm/icons/octagon-x.js:
1241
+ lucide/dist/esm/icons/octagon.js:
1242
+ lucide/dist/esm/icons/omega.js:
1243
+ lucide/dist/esm/icons/option.js:
1244
+ lucide/dist/esm/icons/orbit.js:
1245
+ lucide/dist/esm/icons/origami.js:
1246
+ lucide/dist/esm/icons/package-2.js:
1247
+ lucide/dist/esm/icons/package-check.js:
1248
+ lucide/dist/esm/icons/package-minus.js:
1249
+ lucide/dist/esm/icons/package-open.js:
1250
+ lucide/dist/esm/icons/package-plus.js:
1251
+ lucide/dist/esm/icons/package-search.js:
1252
+ lucide/dist/esm/icons/package-x.js:
1253
+ lucide/dist/esm/icons/package.js:
1254
+ lucide/dist/esm/icons/paint-bucket.js:
1255
+ lucide/dist/esm/icons/paint-roller.js:
1256
+ lucide/dist/esm/icons/paintbrush-vertical.js:
1257
+ lucide/dist/esm/icons/paintbrush.js:
1258
+ lucide/dist/esm/icons/palette.js:
1259
+ lucide/dist/esm/icons/panda.js:
1260
+ lucide/dist/esm/icons/panel-bottom-close.js:
1261
+ lucide/dist/esm/icons/panel-bottom-dashed.js:
1262
+ lucide/dist/esm/icons/panel-bottom-open.js:
1263
+ lucide/dist/esm/icons/panel-bottom.js:
1264
+ lucide/dist/esm/icons/panel-left-close.js:
1265
+ lucide/dist/esm/icons/panel-left-dashed.js:
1266
+ lucide/dist/esm/icons/panel-left-open.js:
1267
+ lucide/dist/esm/icons/panel-left-right-dashed.js:
1268
+ lucide/dist/esm/icons/panel-left.js:
1269
+ lucide/dist/esm/icons/panel-right-close.js:
1270
+ lucide/dist/esm/icons/panel-right-dashed.js:
1271
+ lucide/dist/esm/icons/panel-right-open.js:
1272
+ lucide/dist/esm/icons/panel-right.js:
1273
+ lucide/dist/esm/icons/panel-top-bottom-dashed.js:
1274
+ lucide/dist/esm/icons/panel-top-close.js:
1275
+ lucide/dist/esm/icons/panel-top-dashed.js:
1276
+ lucide/dist/esm/icons/panel-top-open.js:
1277
+ lucide/dist/esm/icons/panel-top.js:
1278
+ lucide/dist/esm/icons/panels-left-bottom.js:
1279
+ lucide/dist/esm/icons/panels-right-bottom.js:
1280
+ lucide/dist/esm/icons/panels-top-left.js:
1281
+ lucide/dist/esm/icons/paperclip.js:
1282
+ lucide/dist/esm/icons/parentheses.js:
1283
+ lucide/dist/esm/icons/parking-meter.js:
1284
+ lucide/dist/esm/icons/party-popper.js:
1285
+ lucide/dist/esm/icons/pause.js:
1286
+ lucide/dist/esm/icons/paw-print.js:
1287
+ lucide/dist/esm/icons/pc-case.js:
1288
+ lucide/dist/esm/icons/pen-line.js:
1289
+ lucide/dist/esm/icons/pen-off.js:
1290
+ lucide/dist/esm/icons/pen-tool.js:
1291
+ lucide/dist/esm/icons/pen.js:
1292
+ lucide/dist/esm/icons/pencil-line.js:
1293
+ lucide/dist/esm/icons/pencil-off.js:
1294
+ lucide/dist/esm/icons/pencil-ruler.js:
1295
+ lucide/dist/esm/icons/pencil.js:
1296
+ lucide/dist/esm/icons/pentagon.js:
1297
+ lucide/dist/esm/icons/percent.js:
1298
+ lucide/dist/esm/icons/person-standing.js:
1299
+ lucide/dist/esm/icons/philippine-peso.js:
1300
+ lucide/dist/esm/icons/phone-call.js:
1301
+ lucide/dist/esm/icons/phone-forwarded.js:
1302
+ lucide/dist/esm/icons/phone-incoming.js:
1303
+ lucide/dist/esm/icons/phone-missed.js:
1304
+ lucide/dist/esm/icons/phone-off.js:
1305
+ lucide/dist/esm/icons/phone-outgoing.js:
1306
+ lucide/dist/esm/icons/phone.js:
1307
+ lucide/dist/esm/icons/pi.js:
1308
+ lucide/dist/esm/icons/piano.js:
1309
+ lucide/dist/esm/icons/pickaxe.js:
1310
+ lucide/dist/esm/icons/picture-in-picture-2.js:
1311
+ lucide/dist/esm/icons/picture-in-picture.js:
1312
+ lucide/dist/esm/icons/piggy-bank.js:
1313
+ lucide/dist/esm/icons/pilcrow-left.js:
1314
+ lucide/dist/esm/icons/pilcrow-right.js:
1315
+ lucide/dist/esm/icons/pilcrow.js:
1316
+ lucide/dist/esm/icons/pill-bottle.js:
1317
+ lucide/dist/esm/icons/pill.js:
1318
+ lucide/dist/esm/icons/pin-off.js:
1319
+ lucide/dist/esm/icons/pin.js:
1320
+ lucide/dist/esm/icons/pipette.js:
1321
+ lucide/dist/esm/icons/pizza.js:
1322
+ lucide/dist/esm/icons/plane-landing.js:
1323
+ lucide/dist/esm/icons/plane-takeoff.js:
1324
+ lucide/dist/esm/icons/plane.js:
1325
+ lucide/dist/esm/icons/play.js:
1326
+ lucide/dist/esm/icons/plug-2.js:
1327
+ lucide/dist/esm/icons/plug-zap.js:
1328
+ lucide/dist/esm/icons/plug.js:
1329
+ lucide/dist/esm/icons/plus.js:
1330
+ lucide/dist/esm/icons/pocket-knife.js:
1331
+ lucide/dist/esm/icons/pocket.js:
1332
+ lucide/dist/esm/icons/podcast.js:
1333
+ lucide/dist/esm/icons/pointer-off.js:
1334
+ lucide/dist/esm/icons/pointer.js:
1335
+ lucide/dist/esm/icons/popsicle.js:
1336
+ lucide/dist/esm/icons/popcorn.js:
1337
+ lucide/dist/esm/icons/pound-sterling.js:
1338
+ lucide/dist/esm/icons/power-off.js:
1339
+ lucide/dist/esm/icons/power.js:
1340
+ lucide/dist/esm/icons/presentation.js:
1341
+ lucide/dist/esm/icons/printer-check.js:
1342
+ lucide/dist/esm/icons/printer.js:
1343
+ lucide/dist/esm/icons/projector.js:
1344
+ lucide/dist/esm/icons/proportions.js:
1345
+ lucide/dist/esm/icons/puzzle.js:
1346
+ lucide/dist/esm/icons/pyramid.js:
1347
+ lucide/dist/esm/icons/qr-code.js:
1348
+ lucide/dist/esm/icons/quote.js:
1349
+ lucide/dist/esm/icons/rabbit.js:
1350
+ lucide/dist/esm/icons/radar.js:
1351
+ lucide/dist/esm/icons/radiation.js:
1352
+ lucide/dist/esm/icons/radical.js:
1353
+ lucide/dist/esm/icons/radio-receiver.js:
1354
+ lucide/dist/esm/icons/radio-tower.js:
1355
+ lucide/dist/esm/icons/radio.js:
1356
+ lucide/dist/esm/icons/radius.js:
1357
+ lucide/dist/esm/icons/rail-symbol.js:
1358
+ lucide/dist/esm/icons/rainbow.js:
1359
+ lucide/dist/esm/icons/rat.js:
1360
+ lucide/dist/esm/icons/ratio.js:
1361
+ lucide/dist/esm/icons/receipt-cent.js:
1362
+ lucide/dist/esm/icons/receipt-euro.js:
1363
+ lucide/dist/esm/icons/receipt-indian-rupee.js:
1364
+ lucide/dist/esm/icons/receipt-japanese-yen.js:
1365
+ lucide/dist/esm/icons/receipt-pound-sterling.js:
1366
+ lucide/dist/esm/icons/receipt-russian-ruble.js:
1367
+ lucide/dist/esm/icons/receipt-swiss-franc.js:
1368
+ lucide/dist/esm/icons/receipt-text.js:
1369
+ lucide/dist/esm/icons/receipt-turkish-lira.js:
1370
+ lucide/dist/esm/icons/receipt.js:
1371
+ lucide/dist/esm/icons/rectangle-circle.js:
1372
+ lucide/dist/esm/icons/rectangle-ellipsis.js:
1373
+ lucide/dist/esm/icons/rectangle-goggles.js:
1374
+ lucide/dist/esm/icons/rectangle-horizontal.js:
1375
+ lucide/dist/esm/icons/rectangle-vertical.js:
1376
+ lucide/dist/esm/icons/recycle.js:
1377
+ lucide/dist/esm/icons/redo-2.js:
1378
+ lucide/dist/esm/icons/redo-dot.js:
1379
+ lucide/dist/esm/icons/redo.js:
1380
+ lucide/dist/esm/icons/refresh-ccw-dot.js:
1381
+ lucide/dist/esm/icons/refresh-ccw.js:
1382
+ lucide/dist/esm/icons/refresh-cw-off.js:
1383
+ lucide/dist/esm/icons/refresh-cw.js:
1384
+ lucide/dist/esm/icons/refrigerator.js:
1385
+ lucide/dist/esm/icons/regex.js:
1386
+ lucide/dist/esm/icons/remove-formatting.js:
1387
+ lucide/dist/esm/icons/repeat-1.js:
1388
+ lucide/dist/esm/icons/repeat-2.js:
1389
+ lucide/dist/esm/icons/repeat.js:
1390
+ lucide/dist/esm/icons/replace-all.js:
1391
+ lucide/dist/esm/icons/replace.js:
1392
+ lucide/dist/esm/icons/reply-all.js:
1393
+ lucide/dist/esm/icons/reply.js:
1394
+ lucide/dist/esm/icons/rewind.js:
1395
+ lucide/dist/esm/icons/ribbon.js:
1396
+ lucide/dist/esm/icons/rocket.js:
1397
+ lucide/dist/esm/icons/rocking-chair.js:
1398
+ lucide/dist/esm/icons/roller-coaster.js:
1399
+ lucide/dist/esm/icons/rose.js:
1400
+ lucide/dist/esm/icons/rotate-3d.js:
1401
+ lucide/dist/esm/icons/rotate-ccw-key.js:
1402
+ lucide/dist/esm/icons/rotate-ccw-square.js:
1403
+ lucide/dist/esm/icons/rotate-ccw.js:
1404
+ lucide/dist/esm/icons/rotate-cw-square.js:
1405
+ lucide/dist/esm/icons/rotate-cw.js:
1406
+ lucide/dist/esm/icons/route-off.js:
1407
+ lucide/dist/esm/icons/route.js:
1408
+ lucide/dist/esm/icons/router.js:
1409
+ lucide/dist/esm/icons/rows-2.js:
1410
+ lucide/dist/esm/icons/rows-3.js:
1411
+ lucide/dist/esm/icons/rows-4.js:
1412
+ lucide/dist/esm/icons/rss.js:
1413
+ lucide/dist/esm/icons/ruler-dimension-line.js:
1414
+ lucide/dist/esm/icons/ruler.js:
1415
+ lucide/dist/esm/icons/russian-ruble.js:
1416
+ lucide/dist/esm/icons/sailboat.js:
1417
+ lucide/dist/esm/icons/salad.js:
1418
+ lucide/dist/esm/icons/sandwich.js:
1419
+ lucide/dist/esm/icons/satellite-dish.js:
1420
+ lucide/dist/esm/icons/satellite.js:
1421
+ lucide/dist/esm/icons/saudi-riyal.js:
1422
+ lucide/dist/esm/icons/save-all.js:
1423
+ lucide/dist/esm/icons/save-off.js:
1424
+ lucide/dist/esm/icons/save.js:
1425
+ lucide/dist/esm/icons/scale-3d.js:
1426
+ lucide/dist/esm/icons/scale.js:
1427
+ lucide/dist/esm/icons/scaling.js:
1428
+ lucide/dist/esm/icons/scan-barcode.js:
1429
+ lucide/dist/esm/icons/scan-eye.js:
1430
+ lucide/dist/esm/icons/scan-face.js:
1431
+ lucide/dist/esm/icons/scan-heart.js:
1432
+ lucide/dist/esm/icons/scan-line.js:
1433
+ lucide/dist/esm/icons/scan-qr-code.js:
1434
+ lucide/dist/esm/icons/scan-search.js:
1435
+ lucide/dist/esm/icons/scan-text.js:
1436
+ lucide/dist/esm/icons/scan.js:
1437
+ lucide/dist/esm/icons/school.js:
1438
+ lucide/dist/esm/icons/scissors-line-dashed.js:
1439
+ lucide/dist/esm/icons/scissors.js:
1440
+ lucide/dist/esm/icons/screen-share-off.js:
1441
+ lucide/dist/esm/icons/screen-share.js:
1442
+ lucide/dist/esm/icons/scroll-text.js:
1443
+ lucide/dist/esm/icons/scroll.js:
1444
+ lucide/dist/esm/icons/search-check.js:
1445
+ lucide/dist/esm/icons/search-code.js:
1446
+ lucide/dist/esm/icons/search-slash.js:
1447
+ lucide/dist/esm/icons/search-x.js:
1448
+ lucide/dist/esm/icons/search.js:
1449
+ lucide/dist/esm/icons/section.js:
1450
+ lucide/dist/esm/icons/send-horizontal.js:
1451
+ lucide/dist/esm/icons/send-to-back.js:
1452
+ lucide/dist/esm/icons/send.js:
1453
+ lucide/dist/esm/icons/separator-horizontal.js:
1454
+ lucide/dist/esm/icons/separator-vertical.js:
1455
+ lucide/dist/esm/icons/server-cog.js:
1456
+ lucide/dist/esm/icons/server-crash.js:
1457
+ lucide/dist/esm/icons/server-off.js:
1458
+ lucide/dist/esm/icons/server.js:
1459
+ lucide/dist/esm/icons/settings-2.js:
1460
+ lucide/dist/esm/icons/settings.js:
1461
+ lucide/dist/esm/icons/shapes.js:
1462
+ lucide/dist/esm/icons/share-2.js:
1463
+ lucide/dist/esm/icons/share.js:
1464
+ lucide/dist/esm/icons/sheet.js:
1465
+ lucide/dist/esm/icons/shell.js:
1466
+ lucide/dist/esm/icons/shield-alert.js:
1467
+ lucide/dist/esm/icons/shield-ban.js:
1468
+ lucide/dist/esm/icons/shield-check.js:
1469
+ lucide/dist/esm/icons/shield-ellipsis.js:
1470
+ lucide/dist/esm/icons/shield-half.js:
1471
+ lucide/dist/esm/icons/shield-minus.js:
1472
+ lucide/dist/esm/icons/shield-off.js:
1473
+ lucide/dist/esm/icons/shield-plus.js:
1474
+ lucide/dist/esm/icons/shield-question-mark.js:
1475
+ lucide/dist/esm/icons/shield-user.js:
1476
+ lucide/dist/esm/icons/shield-x.js:
1477
+ lucide/dist/esm/icons/shield.js:
1478
+ lucide/dist/esm/icons/ship-wheel.js:
1479
+ lucide/dist/esm/icons/ship.js:
1480
+ lucide/dist/esm/icons/shirt.js:
1481
+ lucide/dist/esm/icons/shopping-bag.js:
1482
+ lucide/dist/esm/icons/shopping-basket.js:
1483
+ lucide/dist/esm/icons/shopping-cart.js:
1484
+ lucide/dist/esm/icons/shovel.js:
1485
+ lucide/dist/esm/icons/shower-head.js:
1486
+ lucide/dist/esm/icons/shredder.js:
1487
+ lucide/dist/esm/icons/shrimp.js:
1488
+ lucide/dist/esm/icons/shrink.js:
1489
+ lucide/dist/esm/icons/shrub.js:
1490
+ lucide/dist/esm/icons/shuffle.js:
1491
+ lucide/dist/esm/icons/sigma.js:
1492
+ lucide/dist/esm/icons/signal-high.js:
1493
+ lucide/dist/esm/icons/signal-low.js:
1494
+ lucide/dist/esm/icons/signal-medium.js:
1495
+ lucide/dist/esm/icons/signal-zero.js:
1496
+ lucide/dist/esm/icons/signal.js:
1497
+ lucide/dist/esm/icons/signature.js:
1498
+ lucide/dist/esm/icons/signpost-big.js:
1499
+ lucide/dist/esm/icons/signpost.js:
1500
+ lucide/dist/esm/icons/siren.js:
1501
+ lucide/dist/esm/icons/skip-back.js:
1502
+ lucide/dist/esm/icons/skip-forward.js:
1503
+ lucide/dist/esm/icons/skull.js:
1504
+ lucide/dist/esm/icons/slack.js:
1505
+ lucide/dist/esm/icons/slash.js:
1506
+ lucide/dist/esm/icons/slice.js:
1507
+ lucide/dist/esm/icons/sliders-horizontal.js:
1508
+ lucide/dist/esm/icons/sliders-vertical.js:
1509
+ lucide/dist/esm/icons/smartphone-charging.js:
1510
+ lucide/dist/esm/icons/smartphone-nfc.js:
1511
+ lucide/dist/esm/icons/smartphone.js:
1512
+ lucide/dist/esm/icons/smile-plus.js:
1513
+ lucide/dist/esm/icons/smile.js:
1514
+ lucide/dist/esm/icons/snail.js:
1515
+ lucide/dist/esm/icons/snowflake.js:
1516
+ lucide/dist/esm/icons/soap-dispenser-droplet.js:
1517
+ lucide/dist/esm/icons/sofa.js:
1518
+ lucide/dist/esm/icons/solar-panel.js:
1519
+ lucide/dist/esm/icons/soup.js:
1520
+ lucide/dist/esm/icons/space.js:
1521
+ lucide/dist/esm/icons/spade.js:
1522
+ lucide/dist/esm/icons/sparkle.js:
1523
+ lucide/dist/esm/icons/sparkles.js:
1524
+ lucide/dist/esm/icons/speaker.js:
1525
+ lucide/dist/esm/icons/speech.js:
1526
+ lucide/dist/esm/icons/spell-check-2.js:
1527
+ lucide/dist/esm/icons/spell-check.js:
1528
+ lucide/dist/esm/icons/spline-pointer.js:
1529
+ lucide/dist/esm/icons/spline.js:
1530
+ lucide/dist/esm/icons/split.js:
1531
+ lucide/dist/esm/icons/spool.js:
1532
+ lucide/dist/esm/icons/spotlight.js:
1533
+ lucide/dist/esm/icons/spray-can.js:
1534
+ lucide/dist/esm/icons/sprout.js:
1535
+ lucide/dist/esm/icons/square-activity.js:
1536
+ lucide/dist/esm/icons/square-arrow-down-left.js:
1537
+ lucide/dist/esm/icons/square-arrow-down-right.js:
1538
+ lucide/dist/esm/icons/square-arrow-down.js:
1539
+ lucide/dist/esm/icons/square-arrow-left.js:
1540
+ lucide/dist/esm/icons/square-arrow-out-down-left.js:
1541
+ lucide/dist/esm/icons/square-arrow-out-down-right.js:
1542
+ lucide/dist/esm/icons/square-arrow-out-up-left.js:
1543
+ lucide/dist/esm/icons/square-arrow-out-up-right.js:
1544
+ lucide/dist/esm/icons/square-arrow-right.js:
1545
+ lucide/dist/esm/icons/square-arrow-up-left.js:
1546
+ lucide/dist/esm/icons/square-arrow-up-right.js:
1547
+ lucide/dist/esm/icons/square-arrow-up.js:
1548
+ lucide/dist/esm/icons/square-asterisk.js:
1549
+ lucide/dist/esm/icons/square-bottom-dashed-scissors.js:
1550
+ lucide/dist/esm/icons/square-chart-gantt.js:
1551
+ lucide/dist/esm/icons/square-check-big.js:
1552
+ lucide/dist/esm/icons/square-check.js:
1553
+ lucide/dist/esm/icons/square-chevron-down.js:
1554
+ lucide/dist/esm/icons/square-chevron-left.js:
1555
+ lucide/dist/esm/icons/square-chevron-right.js:
1556
+ lucide/dist/esm/icons/square-chevron-up.js:
1557
+ lucide/dist/esm/icons/square-code.js:
1558
+ lucide/dist/esm/icons/square-dashed-bottom-code.js:
1559
+ lucide/dist/esm/icons/square-dashed-bottom.js:
1560
+ lucide/dist/esm/icons/square-dashed-kanban.js:
1561
+ lucide/dist/esm/icons/square-dashed-mouse-pointer.js:
1562
+ lucide/dist/esm/icons/square-dashed-top-solid.js:
1563
+ lucide/dist/esm/icons/square-dashed.js:
1564
+ lucide/dist/esm/icons/square-divide.js:
1565
+ lucide/dist/esm/icons/square-dot.js:
1566
+ lucide/dist/esm/icons/square-equal.js:
1567
+ lucide/dist/esm/icons/square-function.js:
1568
+ lucide/dist/esm/icons/square-kanban.js:
1569
+ lucide/dist/esm/icons/square-library.js:
1570
+ lucide/dist/esm/icons/square-m.js:
1571
+ lucide/dist/esm/icons/square-menu.js:
1572
+ lucide/dist/esm/icons/square-minus.js:
1573
+ lucide/dist/esm/icons/square-mouse-pointer.js:
1574
+ lucide/dist/esm/icons/square-parking-off.js:
1575
+ lucide/dist/esm/icons/square-parking.js:
1576
+ lucide/dist/esm/icons/square-pause.js:
1577
+ lucide/dist/esm/icons/square-pen.js:
1578
+ lucide/dist/esm/icons/square-percent.js:
1579
+ lucide/dist/esm/icons/square-pi.js:
1580
+ lucide/dist/esm/icons/square-pilcrow.js:
1581
+ lucide/dist/esm/icons/square-play.js:
1582
+ lucide/dist/esm/icons/square-plus.js:
1583
+ lucide/dist/esm/icons/square-power.js:
1584
+ lucide/dist/esm/icons/square-radical.js:
1585
+ lucide/dist/esm/icons/square-round-corner.js:
1586
+ lucide/dist/esm/icons/square-scissors.js:
1587
+ lucide/dist/esm/icons/square-sigma.js:
1588
+ lucide/dist/esm/icons/square-slash.js:
1589
+ lucide/dist/esm/icons/square-split-horizontal.js:
1590
+ lucide/dist/esm/icons/square-split-vertical.js:
1591
+ lucide/dist/esm/icons/square-square.js:
1592
+ lucide/dist/esm/icons/square-stack.js:
1593
+ lucide/dist/esm/icons/square-star.js:
1594
+ lucide/dist/esm/icons/square-stop.js:
1595
+ lucide/dist/esm/icons/square-terminal.js:
1596
+ lucide/dist/esm/icons/square-user-round.js:
1597
+ lucide/dist/esm/icons/square-user.js:
1598
+ lucide/dist/esm/icons/square-x.js:
1599
+ lucide/dist/esm/icons/square.js:
1600
+ lucide/dist/esm/icons/squares-exclude.js:
1601
+ lucide/dist/esm/icons/squares-intersect.js:
1602
+ lucide/dist/esm/icons/squares-subtract.js:
1603
+ lucide/dist/esm/icons/squares-unite.js:
1604
+ lucide/dist/esm/icons/squircle-dashed.js:
1605
+ lucide/dist/esm/icons/squircle.js:
1606
+ lucide/dist/esm/icons/squirrel.js:
1607
+ lucide/dist/esm/icons/stamp.js:
1608
+ lucide/dist/esm/icons/star-half.js:
1609
+ lucide/dist/esm/icons/star-off.js:
1610
+ lucide/dist/esm/icons/star.js:
1611
+ lucide/dist/esm/icons/step-back.js:
1612
+ lucide/dist/esm/icons/step-forward.js:
1613
+ lucide/dist/esm/icons/stethoscope.js:
1614
+ lucide/dist/esm/icons/sticker.js:
1615
+ lucide/dist/esm/icons/sticky-note.js:
1616
+ lucide/dist/esm/icons/store.js:
1617
+ lucide/dist/esm/icons/stretch-horizontal.js:
1618
+ lucide/dist/esm/icons/stretch-vertical.js:
1619
+ lucide/dist/esm/icons/strikethrough.js:
1620
+ lucide/dist/esm/icons/subscript.js:
1621
+ lucide/dist/esm/icons/sun-dim.js:
1622
+ lucide/dist/esm/icons/sun-medium.js:
1623
+ lucide/dist/esm/icons/sun-moon.js:
1624
+ lucide/dist/esm/icons/sun-snow.js:
1625
+ lucide/dist/esm/icons/sun.js:
1626
+ lucide/dist/esm/icons/sunrise.js:
1627
+ lucide/dist/esm/icons/sunset.js:
1628
+ lucide/dist/esm/icons/superscript.js:
1629
+ lucide/dist/esm/icons/swatch-book.js:
1630
+ lucide/dist/esm/icons/swiss-franc.js:
1631
+ lucide/dist/esm/icons/switch-camera.js:
1632
+ lucide/dist/esm/icons/sword.js:
1633
+ lucide/dist/esm/icons/swords.js:
1634
+ lucide/dist/esm/icons/syringe.js:
1635
+ lucide/dist/esm/icons/table-2.js:
1636
+ lucide/dist/esm/icons/table-cells-merge.js:
1637
+ lucide/dist/esm/icons/table-cells-split.js:
1638
+ lucide/dist/esm/icons/table-columns-split.js:
1639
+ lucide/dist/esm/icons/table-of-contents.js:
1640
+ lucide/dist/esm/icons/table-properties.js:
1641
+ lucide/dist/esm/icons/table-rows-split.js:
1642
+ lucide/dist/esm/icons/table.js:
1643
+ lucide/dist/esm/icons/tablet-smartphone.js:
1644
+ lucide/dist/esm/icons/tablet.js:
1645
+ lucide/dist/esm/icons/tablets.js:
1646
+ lucide/dist/esm/icons/tag.js:
1647
+ lucide/dist/esm/icons/tags.js:
1648
+ lucide/dist/esm/icons/tally-1.js:
1649
+ lucide/dist/esm/icons/tally-2.js:
1650
+ lucide/dist/esm/icons/tally-3.js:
1651
+ lucide/dist/esm/icons/tally-4.js:
1652
+ lucide/dist/esm/icons/tally-5.js:
1653
+ lucide/dist/esm/icons/tangent.js:
1654
+ lucide/dist/esm/icons/target.js:
1655
+ lucide/dist/esm/icons/telescope.js:
1656
+ lucide/dist/esm/icons/tent-tree.js:
1657
+ lucide/dist/esm/icons/tent.js:
1658
+ lucide/dist/esm/icons/terminal.js:
1659
+ lucide/dist/esm/icons/test-tube-diagonal.js:
1660
+ lucide/dist/esm/icons/test-tube.js:
1661
+ lucide/dist/esm/icons/test-tubes.js:
1662
+ lucide/dist/esm/icons/text-align-center.js:
1663
+ lucide/dist/esm/icons/text-align-end.js:
1664
+ lucide/dist/esm/icons/text-align-justify.js:
1665
+ lucide/dist/esm/icons/text-align-start.js:
1666
+ lucide/dist/esm/icons/text-cursor-input.js:
1667
+ lucide/dist/esm/icons/text-cursor.js:
1668
+ lucide/dist/esm/icons/text-initial.js:
1669
+ lucide/dist/esm/icons/text-quote.js:
1670
+ lucide/dist/esm/icons/text-search.js:
1671
+ lucide/dist/esm/icons/text-select.js:
1672
+ lucide/dist/esm/icons/text-wrap.js:
1673
+ lucide/dist/esm/icons/theater.js:
1674
+ lucide/dist/esm/icons/thermometer-snowflake.js:
1675
+ lucide/dist/esm/icons/thermometer-sun.js:
1676
+ lucide/dist/esm/icons/thermometer.js:
1677
+ lucide/dist/esm/icons/thumbs-down.js:
1678
+ lucide/dist/esm/icons/thumbs-up.js:
1679
+ lucide/dist/esm/icons/ticket-check.js:
1680
+ lucide/dist/esm/icons/ticket-minus.js:
1681
+ lucide/dist/esm/icons/ticket-percent.js:
1682
+ lucide/dist/esm/icons/ticket-plus.js:
1683
+ lucide/dist/esm/icons/ticket-slash.js:
1684
+ lucide/dist/esm/icons/ticket-x.js:
1685
+ lucide/dist/esm/icons/ticket.js:
1686
+ lucide/dist/esm/icons/tickets-plane.js:
1687
+ lucide/dist/esm/icons/tickets.js:
1688
+ lucide/dist/esm/icons/timer-off.js:
1689
+ lucide/dist/esm/icons/timer-reset.js:
1690
+ lucide/dist/esm/icons/timer.js:
1691
+ lucide/dist/esm/icons/toggle-left.js:
1692
+ lucide/dist/esm/icons/toggle-right.js:
1693
+ lucide/dist/esm/icons/toilet.js:
1694
+ lucide/dist/esm/icons/tool-case.js:
1695
+ lucide/dist/esm/icons/tornado.js:
1696
+ lucide/dist/esm/icons/torus.js:
1697
+ lucide/dist/esm/icons/touchpad-off.js:
1698
+ lucide/dist/esm/icons/touchpad.js:
1699
+ lucide/dist/esm/icons/tower-control.js:
1700
+ lucide/dist/esm/icons/toy-brick.js:
1701
+ lucide/dist/esm/icons/tractor.js:
1702
+ lucide/dist/esm/icons/traffic-cone.js:
1703
+ lucide/dist/esm/icons/train-front-tunnel.js:
1704
+ lucide/dist/esm/icons/train-front.js:
1705
+ lucide/dist/esm/icons/train-track.js:
1706
+ lucide/dist/esm/icons/tram-front.js:
1707
+ lucide/dist/esm/icons/transgender.js:
1708
+ lucide/dist/esm/icons/trash-2.js:
1709
+ lucide/dist/esm/icons/trash.js:
1710
+ lucide/dist/esm/icons/tree-deciduous.js:
1711
+ lucide/dist/esm/icons/tree-palm.js:
1712
+ lucide/dist/esm/icons/tree-pine.js:
1713
+ lucide/dist/esm/icons/trees.js:
1714
+ lucide/dist/esm/icons/trello.js:
1715
+ lucide/dist/esm/icons/trending-down.js:
1716
+ lucide/dist/esm/icons/trending-up-down.js:
1717
+ lucide/dist/esm/icons/trending-up.js:
1718
+ lucide/dist/esm/icons/triangle-alert.js:
1719
+ lucide/dist/esm/icons/triangle-dashed.js:
1720
+ lucide/dist/esm/icons/triangle-right.js:
1721
+ lucide/dist/esm/icons/triangle.js:
1722
+ lucide/dist/esm/icons/trophy.js:
1723
+ lucide/dist/esm/icons/truck-electric.js:
1724
+ lucide/dist/esm/icons/truck.js:
1725
+ lucide/dist/esm/icons/turkish-lira.js:
1726
+ lucide/dist/esm/icons/turntable.js:
1727
+ lucide/dist/esm/icons/turtle.js:
1728
+ lucide/dist/esm/icons/tv-minimal-play.js:
1729
+ lucide/dist/esm/icons/tv-minimal.js:
1730
+ lucide/dist/esm/icons/tv.js:
1731
+ lucide/dist/esm/icons/twitch.js:
1732
+ lucide/dist/esm/icons/twitter.js:
1733
+ lucide/dist/esm/icons/type-outline.js:
1734
+ lucide/dist/esm/icons/type.js:
1735
+ lucide/dist/esm/icons/umbrella-off.js:
1736
+ lucide/dist/esm/icons/umbrella.js:
1737
+ lucide/dist/esm/icons/underline.js:
1738
+ lucide/dist/esm/icons/undo-2.js:
1739
+ lucide/dist/esm/icons/undo-dot.js:
1740
+ lucide/dist/esm/icons/undo.js:
1741
+ lucide/dist/esm/icons/unfold-horizontal.js:
1742
+ lucide/dist/esm/icons/unfold-vertical.js:
1743
+ lucide/dist/esm/icons/ungroup.js:
1744
+ lucide/dist/esm/icons/university.js:
1745
+ lucide/dist/esm/icons/unlink-2.js:
1746
+ lucide/dist/esm/icons/unlink.js:
1747
+ lucide/dist/esm/icons/unplug.js:
1748
+ lucide/dist/esm/icons/upload.js:
1749
+ lucide/dist/esm/icons/usb.js:
1750
+ lucide/dist/esm/icons/user-check.js:
1751
+ lucide/dist/esm/icons/user-cog.js:
1752
+ lucide/dist/esm/icons/user-lock.js:
1753
+ lucide/dist/esm/icons/user-minus.js:
1754
+ lucide/dist/esm/icons/user-pen.js:
1755
+ lucide/dist/esm/icons/user-plus.js:
1756
+ lucide/dist/esm/icons/user-round-check.js:
1757
+ lucide/dist/esm/icons/user-round-cog.js:
1758
+ lucide/dist/esm/icons/user-round-minus.js:
1759
+ lucide/dist/esm/icons/user-round-pen.js:
1760
+ lucide/dist/esm/icons/user-round-plus.js:
1761
+ lucide/dist/esm/icons/user-round-search.js:
1762
+ lucide/dist/esm/icons/user-round-x.js:
1763
+ lucide/dist/esm/icons/user-round.js:
1764
+ lucide/dist/esm/icons/user-search.js:
1765
+ lucide/dist/esm/icons/user-star.js:
1766
+ lucide/dist/esm/icons/user-x.js:
1767
+ lucide/dist/esm/icons/user.js:
1768
+ lucide/dist/esm/icons/users-round.js:
1769
+ lucide/dist/esm/icons/users.js:
1770
+ lucide/dist/esm/icons/utensils-crossed.js:
1771
+ lucide/dist/esm/icons/utensils.js:
1772
+ lucide/dist/esm/icons/utility-pole.js:
1773
+ lucide/dist/esm/icons/variable.js:
1774
+ lucide/dist/esm/icons/vault.js:
1775
+ lucide/dist/esm/icons/vector-square.js:
1776
+ lucide/dist/esm/icons/vegan.js:
1777
+ lucide/dist/esm/icons/venetian-mask.js:
1778
+ lucide/dist/esm/icons/venus-and-mars.js:
1779
+ lucide/dist/esm/icons/venus.js:
1780
+ lucide/dist/esm/icons/vibrate-off.js:
1781
+ lucide/dist/esm/icons/vibrate.js:
1782
+ lucide/dist/esm/icons/video-off.js:
1783
+ lucide/dist/esm/icons/video.js:
1784
+ lucide/dist/esm/icons/videotape.js:
1785
+ lucide/dist/esm/icons/view.js:
1786
+ lucide/dist/esm/icons/voicemail.js:
1787
+ lucide/dist/esm/icons/volleyball.js:
1788
+ lucide/dist/esm/icons/volume-1.js:
1789
+ lucide/dist/esm/icons/volume-2.js:
1790
+ lucide/dist/esm/icons/volume-off.js:
1791
+ lucide/dist/esm/icons/volume-x.js:
1792
+ lucide/dist/esm/icons/volume.js:
1793
+ lucide/dist/esm/icons/vote.js:
1794
+ lucide/dist/esm/icons/wallet-cards.js:
1795
+ lucide/dist/esm/icons/wallet-minimal.js:
1796
+ lucide/dist/esm/icons/wallet.js:
1797
+ lucide/dist/esm/icons/wallpaper.js:
1798
+ lucide/dist/esm/icons/wand-sparkles.js:
1799
+ lucide/dist/esm/icons/wand.js:
1800
+ lucide/dist/esm/icons/warehouse.js:
1801
+ lucide/dist/esm/icons/washing-machine.js:
1802
+ lucide/dist/esm/icons/watch.js:
1803
+ lucide/dist/esm/icons/waves.js:
1804
+ lucide/dist/esm/icons/waves-ladder.js:
1805
+ lucide/dist/esm/icons/waypoints.js:
1806
+ lucide/dist/esm/icons/webcam.js:
1807
+ lucide/dist/esm/icons/webhook-off.js:
1808
+ lucide/dist/esm/icons/webhook.js:
1809
+ lucide/dist/esm/icons/weight.js:
1810
+ lucide/dist/esm/icons/wheat-off.js:
1811
+ lucide/dist/esm/icons/wheat.js:
1812
+ lucide/dist/esm/icons/whole-word.js:
1813
+ lucide/dist/esm/icons/wifi-cog.js:
1814
+ lucide/dist/esm/icons/wifi-high.js:
1815
+ lucide/dist/esm/icons/wifi-low.js:
1816
+ lucide/dist/esm/icons/wifi-off.js:
1817
+ lucide/dist/esm/icons/wifi-pen.js:
1818
+ lucide/dist/esm/icons/wifi-sync.js:
1819
+ lucide/dist/esm/icons/wifi-zero.js:
1820
+ lucide/dist/esm/icons/wifi.js:
1821
+ lucide/dist/esm/icons/wind-arrow-down.js:
1822
+ lucide/dist/esm/icons/wind.js:
1823
+ lucide/dist/esm/icons/wine-off.js:
1824
+ lucide/dist/esm/icons/wine.js:
1825
+ lucide/dist/esm/icons/workflow.js:
1826
+ lucide/dist/esm/icons/worm.js:
1827
+ lucide/dist/esm/icons/wrench.js:
1828
+ lucide/dist/esm/icons/x.js:
1829
+ lucide/dist/esm/icons/youtube.js:
1830
+ lucide/dist/esm/icons/zap-off.js:
1831
+ lucide/dist/esm/icons/zap.js:
1832
+ lucide/dist/esm/icons/zoom-in.js:
1833
+ lucide/dist/esm/icons/zoom-out.js:
1834
+ lucide/dist/esm/iconsAndAliases.js:
1835
+ lucide/dist/esm/lucide.js:
1836
+ (**
1837
+ * @license lucide v0.552.0 - ISC
1838
+ *
1839
+ * This source code is licensed under the ISC license.
1840
+ * See the LICENSE file in the root directory of this source tree.
1841
+ *)
1842
+ */
1843
+ //# sourceMappingURL=index.global.js.map