@nuraly/lumenui 0.3.5 → 0.3.7

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 (86) hide show
  1. package/dist/nuralyui.bundle.js +2577 -1486
  2. package/dist/nuralyui.bundle.js.gz +0 -0
  3. package/dist/src/components/button/bundle.js +130 -39
  4. package/dist/src/components/button/bundle.js.gz +0 -0
  5. package/dist/src/components/button/button.component.js +7 -4
  6. package/dist/src/components/button/button.style.js +92 -2
  7. package/dist/src/components/canvas/base-canvas.component.d.ts +8 -0
  8. package/dist/src/components/canvas/base-canvas.component.js +75 -3
  9. package/dist/src/components/canvas/bundle.js +2540 -1201
  10. package/dist/src/components/canvas/bundle.js.gz +0 -0
  11. package/dist/src/components/canvas/controllers/collaboration.controller.d.ts +24 -11
  12. package/dist/src/components/canvas/controllers/collaboration.controller.js +176 -120
  13. package/dist/src/components/canvas/controllers/selection.controller.js +20 -0
  14. package/dist/src/components/canvas/interfaces/collaboration.interface.d.ts +8 -0
  15. package/dist/src/components/canvas/templates/index.d.ts +1 -0
  16. package/dist/src/components/canvas/templates/index.js +2 -0
  17. package/dist/src/components/canvas/templates/lock-overlay.template.d.ts +20 -0
  18. package/dist/src/components/canvas/templates/lock-overlay.template.js +33 -0
  19. package/dist/src/components/canvas/workflow-canvas.component.js +52 -24
  20. package/dist/src/components/canvas/workflow-canvas.style.js +62 -1
  21. package/dist/src/components/canvas/workflow-canvas.types.js +50 -4
  22. package/dist/src/components/chat-panel/bundle.js +10 -10
  23. package/dist/src/components/chat-panel/bundle.js.gz +0 -0
  24. package/dist/src/components/chat-panel/chat-panel.component.js +8 -8
  25. package/dist/src/components/chatbot/bundle.js +400 -242
  26. package/dist/src/components/chatbot/bundle.js.gz +0 -0
  27. package/dist/src/components/chatbot/chatbot.style.js +156 -22
  28. package/dist/src/components/chatbot/chatbot.types.d.ts +1 -0
  29. package/dist/src/components/chatbot/core/chatbot-core.controller.js +13 -7
  30. package/dist/src/components/chatbot/plugins/artifact-plugin.js +0 -19
  31. package/dist/src/components/chatbot/plugins/flight-card-plugin.js +0 -35
  32. package/dist/src/components/chatbot/plugins/markdown-plugin.js +0 -4
  33. package/dist/src/components/chatbot/plugins/print-job-card-plugin.js +0 -36
  34. package/dist/src/components/chatbot/plugins/selection-card-plugin.js +0 -34
  35. package/dist/src/components/chatbot/providers/workflow-socket-provider.js +1 -2
  36. package/dist/src/components/chatbot/templates/input-box.template.js +58 -30
  37. package/dist/src/components/chatbot/templates/message.template.js +41 -31
  38. package/dist/src/components/chatbot/templates/thread-sidebar.template.js +38 -39
  39. package/dist/src/components/colorpicker/bundle.js +15 -10
  40. package/dist/src/components/colorpicker/bundle.js.gz +0 -0
  41. package/dist/src/components/colorpicker/color-picker.component.js +15 -10
  42. package/dist/src/components/datepicker/bundle.js +10 -10
  43. package/dist/src/components/datepicker/bundle.js.gz +0 -0
  44. package/dist/src/components/datepicker/datepicker.component.js +14 -22
  45. package/dist/src/components/dropdown/bundle.js +15 -14
  46. package/dist/src/components/dropdown/bundle.js.gz +0 -0
  47. package/dist/src/components/dropdown/dropdown.component.js +10 -9
  48. package/dist/src/components/dropdown/dropdown.style.js +2 -2
  49. package/dist/src/components/file-upload/bundle.js +15 -14
  50. package/dist/src/components/file-upload/bundle.js.gz +0 -0
  51. package/dist/src/components/file-upload/file-upload.component.js +15 -14
  52. package/dist/src/components/icon/bundle.js +7 -7
  53. package/dist/src/components/icon/bundle.js.gz +0 -0
  54. package/dist/src/components/icon/icon-paths.js +15 -0
  55. package/dist/src/components/iconpicker/bundle.js +216 -124
  56. package/dist/src/components/iconpicker/bundle.js.gz +0 -0
  57. package/dist/src/components/iconpicker/icon-picker.component.js +4 -4
  58. package/dist/src/components/menu/bundle.js +5 -2
  59. package/dist/src/components/menu/bundle.js.gz +0 -0
  60. package/dist/src/components/menu/menu.component.js +5 -2
  61. package/dist/src/components/modal/bundle.js +16 -13
  62. package/dist/src/components/modal/bundle.js.gz +0 -0
  63. package/dist/src/components/modal/modal.component.js +16 -13
  64. package/dist/src/components/panel/bundle.js +28 -28
  65. package/dist/src/components/panel/bundle.js.gz +0 -0
  66. package/dist/src/components/popconfirm/bundle.js +135 -41
  67. package/dist/src/components/popconfirm/bundle.js.gz +0 -0
  68. package/dist/src/components/popconfirm/popconfirm.component.d.ts +15 -119
  69. package/dist/src/components/popconfirm/popconfirm.component.js +158 -162
  70. package/dist/src/components/popconfirm/popconfirm.style.js +94 -0
  71. package/dist/src/components/presence/bundle.js +2 -1
  72. package/dist/src/components/presence/bundle.js.gz +0 -0
  73. package/dist/src/components/presence/presence.component.js +2 -1
  74. package/dist/src/components/table/bundle.js +3 -2
  75. package/dist/src/components/table/bundle.js.gz +0 -0
  76. package/dist/src/components/table/table.component.js +3 -2
  77. package/dist/src/components/tabs/bundle.js +3 -3
  78. package/dist/src/components/tabs/bundle.js.gz +0 -0
  79. package/dist/src/components/timepicker/bundle.js +3 -3
  80. package/dist/src/components/timepicker/bundle.js.gz +0 -0
  81. package/package.json +1 -1
  82. package/packages/common/dist/VERSIONS.md +1 -1
  83. package/packages/common/dist/shared/controllers/dropdown.controller.d.ts +4 -0
  84. package/packages/common/dist/shared/controllers/dropdown.controller.d.ts.map +1 -1
  85. package/packages/common/dist/shared/controllers/dropdown.controller.js +29 -3
  86. package/packages/common/dist/shared/controllers/dropdown.controller.js.map +1 -1
@@ -1,9 +1,9 @@
1
- import{css as e,html as t,LitElement as i,nothing as a}from"lit";import{property as n,customElement as s,state as h}from"lit/decorators.js";import{classMap as o}from"lit/directives/class-map.js";import{styleMap as l}from"lit/directives/style-map.js";import{unsafeSVG as r}from"lit/directives/unsafe-svg.js";
1
+ import{css as e,html as t,LitElement as a,nothing as i}from"lit";import{property as n,customElement as s,state as h}from"lit/decorators.js";import{classMap as o}from"lit/directives/class-map.js";import{styleMap as r}from"lit/directives/style-map.js";import{unsafeSVG as l}from"lit/directives/unsafe-svg.js";
2
2
  /**
3
3
  * @license
4
4
  * Copyright 2023 Nuraly, Laabidi Aymen
5
5
  * SPDX-License-Identifier: MIT
6
- */var d,p,c,m;!function(e){e.Panel="panel",e.Window="window",e.Minimized="minimized",e.Embedded="embedded"}(d||(d={})),function(e){e.Small="small",e.Medium="medium",e.Large="large",e.Custom="custom"}(p||(p={})),function(e){e.Left="left",e.Right="right",e.Bottom="bottom",e.Top="top"}(c||(c={})),function(e){e.Center="center",e.Left="left",e.Right="right",e.TopLeft="top-left",e.TopRight="top-right",e.BottomLeft="bottom-left",e.BottomRight="bottom-right"}(m||(m={}));const u="",v=e`
6
+ */var d,c,p,m;!function(e){e.Panel="panel",e.Window="window",e.Minimized="minimized",e.Embedded="embedded"}(d||(d={})),function(e){e.Small="small",e.Medium="medium",e.Large="large",e.Custom="custom"}(c||(c={})),function(e){e.Left="left",e.Right="right",e.Bottom="bottom",e.Top="top"}(p||(p={})),function(e){e.Center="center",e.Left="left",e.Right="right",e.TopLeft="top-left",e.TopRight="top-right",e.BottomLeft="bottom-left",e.BottomRight="bottom-right"}(m||(m={}));const u="",v=e`
7
7
  :host {
8
8
  /* ========================================
9
9
  * CSS CUSTOM PROPERTIES - PANEL
@@ -497,7 +497,7 @@ import{css as e,html as t,LitElement as i,nothing as a}from"lit";import{property
497
497
  * @license
498
498
  * Copyright 2023 Nuraly, Laabidi Aymen
499
499
  * SPDX-License-Identifier: MIT
500
- */,g=e=>class extends e{constructor(){super(...arguments),this.handleSystemThemeChange=()=>{this.closest("[data-theme]")||document.documentElement.hasAttribute("data-theme")||this.requestUpdate()}}connectedCallback(){super.connectedCallback(),this.setupThemeObserver(),this.setupDesignSystemObserver(),this.setupSystemThemeListener()}disconnectedCallback(){var e,t,i;super.disconnectedCallback(),null===(e=this.themeObserver)||void 0===e||e.disconnect(),null===(t=this.designSystemObserver)||void 0===t||t.disconnect(),null===(i=this.mediaQuery)||void 0===i||i.removeEventListener("change",this.handleSystemThemeChange)}get currentTheme(){var e,t;const i=(null===(e=this.closest("[data-theme]"))||void 0===e?void 0:e.getAttribute("data-theme"))||document.documentElement.getAttribute("data-theme");return i||((null===(t=window.matchMedia)||void 0===t?void 0:t.call(window,"(prefers-color-scheme: dark)").matches)?"dark":"light")}get currentDesignSystem(){var e;const t=(null===(e=this.closest("[design-system]"))||void 0===e?void 0:e.getAttribute("design-system"))||document.documentElement.getAttribute("design-system");return"carbon"===t?t:"default"}setupThemeObserver(){this.themeObserver=new MutationObserver(()=>{this.requestUpdate()}),this.themeObserver.observe(document.documentElement,{attributes:!0,attributeFilter:["data-theme"]})}setupDesignSystemObserver(){this.designSystemObserver=new MutationObserver(()=>{this.requestUpdate()}),this.designSystemObserver.observe(document.documentElement,{attributes:!0,attributeFilter:["design-system"]})}setupSystemThemeListener(){window.matchMedia&&(this.mediaQuery=window.matchMedia("(prefers-color-scheme: dark)"),this.mediaQuery.addEventListener("change",this.handleSystemThemeChange))}},b=()=>{var e;return void 0!==globalThis.litElementVersions||"undefined"!=typeof process&&"development"===(null===(e=process.env)||void 0===e?void 0:e.NODE_ENV)||"undefined"!=typeof window&&("localhost"===window.location.hostname||"127.0.0.1"===window.location.hostname)},x=e=>class extends e{constructor(){super(...arguments),this.requiredComponents=[]}validateDependencies(){if(b())for(const e of this.requiredComponents)if(!this.isComponentAvailable(e))throw new Error(`Required component "${e}" is not registered. Please import and register the component before using ${this.tagName.toLowerCase()}. Example: import '@nuralyui/${e}';`)}validateDependenciesWithHandler(e){if(!b())return!0;let t=!0;for(const i of this.requiredComponents)if(!this.isComponentAvailable(i)){t=!1;const a=new Error(`Required component "${i}" is not registered. Please import and register the component before using ${this.tagName.toLowerCase()}.`);e?e(i,a):console.error(a.message)}return t}isComponentAvailable(e){return!!customElements.get(e)}getMissingDependencies(){return this.requiredComponents.filter(e=>!this.isComponentAvailable(e))}areDependenciesAvailable(){return this.requiredComponents.every(e=>this.isComponentAvailable(e))}addRequiredComponent(e){this.requiredComponents.includes(e)||this.requiredComponents.push(e)}removeRequiredComponent(e){const t=this.requiredComponents.indexOf(e);t>-1&&this.requiredComponents.splice(t,1)}},y=e=>class extends e{dispatchCustomEvent(e,t){this.dispatchEvent(new CustomEvent(e,{detail:t,bubbles:!0,composed:!0}))}dispatchEventWithMetadata(e,t){var i;const a=Object.assign(Object.assign({},t),{timestamp:Date.now(),componentName:(null===(i=this.tagName)||void 0===i?void 0:i.toLowerCase())||"unknown"});this.dispatchCustomEvent(e,a)}dispatchInputEvent(e,t){const i=Object.assign({target:t.target||this,value:t.value,originalEvent:t.originalEvent},t);this.dispatchCustomEvent(e,i)}dispatchFocusEvent(e,t){const i=Object.assign({target:t.target||this,value:t.value,focused:t.focused,cursorPosition:t.cursorPosition,selectedText:t.selectedText},t);this.dispatchCustomEvent(e,i)}dispatchValidationEvent(e,t){var i;const a=Object.assign({target:t.target||this,value:t.value,isValid:null!==(i=t.isValid)&&void 0!==i&&i,error:t.error},t);this.dispatchCustomEvent(e,a)}dispatchActionEvent(e,t){const i=Object.assign({target:t.target||this,action:t.action,previousValue:t.previousValue,newValue:t.newValue},t);this.dispatchCustomEvent(e,i)}isReadonlyKeyAllowed(e){if(e.ctrlKey||e.metaKey){return["KeyA","KeyC"].includes(e.code)}return["Tab","Escape","ArrowLeft","ArrowRight","ArrowUp","ArrowDown","Home","End","PageUp","PageDown"].includes(e.key)}isActivationKey(e){return"Enter"===e.key||" "===e.key}},M=new Set,f=new Map;
500
+ */,g=e=>class extends e{constructor(){super(...arguments),this.handleSystemThemeChange=()=>{this.closest("[data-theme]")||document.documentElement.hasAttribute("data-theme")||this.requestUpdate()}}connectedCallback(){super.connectedCallback(),this.setupThemeObserver(),this.setupDesignSystemObserver(),this.setupSystemThemeListener()}disconnectedCallback(){var e,t,a;super.disconnectedCallback(),null===(e=this.themeObserver)||void 0===e||e.disconnect(),null===(t=this.designSystemObserver)||void 0===t||t.disconnect(),null===(a=this.mediaQuery)||void 0===a||a.removeEventListener("change",this.handleSystemThemeChange)}get currentTheme(){var e,t;const a=(null===(e=this.closest("[data-theme]"))||void 0===e?void 0:e.getAttribute("data-theme"))||document.documentElement.getAttribute("data-theme");return a||((null===(t=window.matchMedia)||void 0===t?void 0:t.call(window,"(prefers-color-scheme: dark)").matches)?"dark":"light")}get currentDesignSystem(){var e;const t=(null===(e=this.closest("[design-system]"))||void 0===e?void 0:e.getAttribute("design-system"))||document.documentElement.getAttribute("design-system");return"carbon"===t?t:"default"}setupThemeObserver(){this.themeObserver=new MutationObserver(()=>{this.requestUpdate()}),this.themeObserver.observe(document.documentElement,{attributes:!0,attributeFilter:["data-theme"]})}setupDesignSystemObserver(){this.designSystemObserver=new MutationObserver(()=>{this.requestUpdate()}),this.designSystemObserver.observe(document.documentElement,{attributes:!0,attributeFilter:["design-system"]})}setupSystemThemeListener(){window.matchMedia&&(this.mediaQuery=window.matchMedia("(prefers-color-scheme: dark)"),this.mediaQuery.addEventListener("change",this.handleSystemThemeChange))}},x=()=>{var e;return void 0!==globalThis.litElementVersions||"undefined"!=typeof process&&"development"===(null===(e=process.env)||void 0===e?void 0:e.NODE_ENV)||"undefined"!=typeof window&&("localhost"===window.location.hostname||"127.0.0.1"===window.location.hostname)},y=e=>class extends e{constructor(){super(...arguments),this.requiredComponents=[]}validateDependencies(){if(x())for(const e of this.requiredComponents)if(!this.isComponentAvailable(e))throw new Error(`Required component "${e}" is not registered. Please import and register the component before using ${this.tagName.toLowerCase()}. Example: import '@nuralyui/${e}';`)}validateDependenciesWithHandler(e){if(!x())return!0;let t=!0;for(const a of this.requiredComponents)if(!this.isComponentAvailable(a)){t=!1;const i=new Error(`Required component "${a}" is not registered. Please import and register the component before using ${this.tagName.toLowerCase()}.`);e?e(a,i):console.error(i.message)}return t}isComponentAvailable(e){return!!customElements.get(e)}getMissingDependencies(){return this.requiredComponents.filter(e=>!this.isComponentAvailable(e))}areDependenciesAvailable(){return this.requiredComponents.every(e=>this.isComponentAvailable(e))}addRequiredComponent(e){this.requiredComponents.includes(e)||this.requiredComponents.push(e)}removeRequiredComponent(e){const t=this.requiredComponents.indexOf(e);t>-1&&this.requiredComponents.splice(t,1)}},M=e=>class extends e{dispatchCustomEvent(e,t){this.dispatchEvent(new CustomEvent(e,{detail:t,bubbles:!0,composed:!0}))}dispatchEventWithMetadata(e,t){var a;const i=Object.assign(Object.assign({},t),{timestamp:Date.now(),componentName:(null===(a=this.tagName)||void 0===a?void 0:a.toLowerCase())||"unknown"});this.dispatchCustomEvent(e,i)}dispatchInputEvent(e,t){const a=Object.assign({target:t.target||this,value:t.value,originalEvent:t.originalEvent},t);this.dispatchCustomEvent(e,a)}dispatchFocusEvent(e,t){const a=Object.assign({target:t.target||this,value:t.value,focused:t.focused,cursorPosition:t.cursorPosition,selectedText:t.selectedText},t);this.dispatchCustomEvent(e,a)}dispatchValidationEvent(e,t){var a;const i=Object.assign({target:t.target||this,value:t.value,isValid:null!==(a=t.isValid)&&void 0!==a&&a,error:t.error},t);this.dispatchCustomEvent(e,i)}dispatchActionEvent(e,t){const a=Object.assign({target:t.target||this,action:t.action,previousValue:t.previousValue,newValue:t.newValue},t);this.dispatchCustomEvent(e,a)}isReadonlyKeyAllowed(e){if(e.ctrlKey||e.metaKey){return["KeyA","KeyC"].includes(e.code)}return["Tab","Escape","ArrowLeft","ArrowRight","ArrowUp","ArrowDown","Home","End","PageUp","PageDown"].includes(e.key)}isActivationKey(e){return"Enter"===e.key||" "===e.key}},b=new Set,f=new Map;
501
501
  /**
502
502
  * @license
503
503
  * Copyright 2023 Nuraly, Laabidi Aymen
@@ -508,7 +508,7 @@ import{css as e,html as t,LitElement as i,nothing as a}from"lit";import{property
508
508
  * Copyright 2023 Nuraly, Laabidi Aymen
509
509
  * SPDX-License-Identifier: MIT
510
510
  */
511
- const w=e=>{class t extends e{constructor(){super(...arguments),this.t=null}createRenderRoot(){return this.constructor.useShadowDom?super.createRenderRoot():this}connectedCallback(){const e=this.constructor.useShadowDom;if(!e&&null===this.t)for(this.t=[];this.firstChild;)this.t.push(this.removeChild(this.firstChild));if(super.connectedCallback(),!e){const e=this.constructor,t=this.tagName.toLowerCase(),i=e.styles;if(i){const e=k(i);e&&function(e,t,i){var a;if(!f.has(e)){const i=new CSSStyleSheet;i.replaceSync(t),f.set(e,i)}const n=f.get(e),s=`doc:${e}`;if(M.has(s)||(document.adoptedStyleSheets=[...document.adoptedStyleSheets,n],M.add(s)),i){let t=i;for(;t;){const i=t.getRootNode();if(!(i instanceof ShadowRoot))break;{const s=`shadow:${((null===(a=i.host)||void 0===a?void 0:a.tagName)||"").toLowerCase()}:${e}`;M.has(s)||(i.adoptedStyleSheets=[...i.adoptedStyleSheets,n],M.add(s)),t=i.host}}}}(t,e,this)}}}get lightChildren(){return this.t?this.t.filter(e=>!(e instanceof Element&&e.hasAttribute("slot"))):[]}lightChildrenNamed(e){return this.t?this.t.filter(t=>t instanceof Element&&t.getAttribute("slot")===e):[]}}return t.useShadowDom=!1,t},z=e=>x(g(y(w(e))));function k(e){return Array.isArray(e)?e.map(e=>k(e)).filter(Boolean).join("\n"):e&&"string"==typeof e.cssText?e.cssText:"string"==typeof e?e:""}const A=[e`
511
+ const w=e=>{class t extends e{constructor(){super(...arguments),this.t=null}createRenderRoot(){return this.constructor.useShadowDom?super.createRenderRoot():this}connectedCallback(){const e=this.constructor.useShadowDom;if(!e&&null===this.t)for(this.t=[];this.firstChild;)this.t.push(this.removeChild(this.firstChild));if(super.connectedCallback(),!e){const e=this.constructor,t=this.tagName.toLowerCase(),a=e.styles;if(a){const e=k(a);e&&function(e,t,a){var i;if(!f.has(e)){const a=new CSSStyleSheet;a.replaceSync(t),f.set(e,a)}const n=f.get(e),s=`doc:${e}`;if(b.has(s)||(document.adoptedStyleSheets=[...document.adoptedStyleSheets,n],b.add(s)),a){let t=a;for(;t;){const a=t.getRootNode();if(!(a instanceof ShadowRoot))break;{const s=`shadow:${((null===(i=a.host)||void 0===i?void 0:i.tagName)||"").toLowerCase()}:${e}`;b.has(s)||(a.adoptedStyleSheets=[...a.adoptedStyleSheets,n],b.add(s)),t=a.host}}}}(t,e,this)}}}get lightChildren(){return this.t?this.t.filter(e=>!(e instanceof Element&&e.hasAttribute("slot"))):[]}lightChildrenNamed(e){return this.t?this.t.filter(t=>t instanceof Element&&t.getAttribute("slot")===e):[]}}return t.useShadowDom=!1,t},z=e=>y(g(M(w(e))));function k(e){return Array.isArray(e)?e.map(e=>k(e)).filter(Boolean).join("\n"):e&&"string"==typeof e.cssText?e.cssText:"string"==typeof e?e:""}const A=[e`
512
512
  :host {
513
513
  display: inline-flex;
514
514
  align-items: center;
@@ -627,19 +627,19 @@ const w=e=>{class t extends e{constructor(){super(...arguments),this.t=null}crea
627
627
  .svg-icon.clickable:hover,
628
628
  .svg-icon.clickable:active { transform: none; }
629
629
  }
630
- `],H={activity:'<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"/>',"alert-circle":'<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"/>',"alert-triangle":'<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"/>',anchor:'<path d="M12 22V8"/><path d="M5 12H2a10 10 0 0 0 20 0h-3"/><circle cx="12" cy="5" r="3"/>',"arrow-down":'<path d="M12 5v14"/><path d="m19 12-7 7-7-7"/>',"arrow-up":'<path d="m5 12 7-7 7 7"/><path d="M12 19V5"/>',"arrow-up-down":'<path d="m21 16-4 4-4-4"/><path d="M17 20V4"/><path d="m3 8 4-4 4 4"/><path d="M7 4v16"/>',bell:'<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"/>',box:'<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"/>',braces:'<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"/>',building:'<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"/>',calendar:'<path d="M8 2v4"/><path d="M16 2v4"/><rect width="18" height="18" x="3" y="4" rx="2"/><path d="M3 10h18"/>',check:'<path d="M20 6 9 17l-5-5"/>',"check-square":'<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"/>',"chevron-down":'<path d="m6 9 6 6 6-6"/>',"chevron-right":'<path d="m9 18 6-6-6-6"/>',"circle-check":'<circle cx="12" cy="12" r="10"/><path d="m9 12 2 2 4-4"/>',"circle-question":'<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"/>',clipboard:'<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"/>',"clipboard-list":'<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"/>',code:'<path d="m16 18 6-6-6-6"/><path d="m8 6-6 6 6 6"/>',copy:'<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"/>',cpu:'<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"/>',"credit-card":'<rect width="20" height="14" x="2" y="5" rx="2"/><line x1="2" x2="22" y1="10" y2="10"/>',cube:'<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"/>',database:'<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"/>',document:'<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"/>',download:'<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"/>',edit:'<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"/>',"exclamation-circle":'<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"/>',"external-link":'<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"/>',file:'<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"/>',"file-text":'<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"/>',filter:'<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"/>',folder:'<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"/>',"folder-plus":'<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"/>',frame:'<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"/>',"git-branch":'<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"/>',globe:'<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"/>',"grip-vertical":'<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"/>',hand:'<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"/>',heart:'<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"/>',help:'<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"/>',home:'<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"/>',image:'<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"/>',info:'<circle cx="12" cy="12" r="10"/><path d="M12 16v-4"/><path d="M12 8h.01"/>',key:'<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"/>',layers:'<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"/>',"layout-sidebar":'<rect width="18" height="18" x="3" y="3" rx="2"/><path d="M9 3v18"/>',loader:'<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"/>',"log-in":'<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"/>',"log-out":'<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"/>',logout:'<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"/>',mail:'<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"/>',"panel-left":'<rect width="18" height="18" x="3" y="3" rx="2"/><path d="M9 3v18"/>',"square-pen":'<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"/>',maximize:'<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"/>',"maximize-2":'<path d="M15 3h6v6"/><path d="m21 3-7 7"/><path d="m3 21 7-7"/><path d="M9 21H3v-6"/>',menu:'<path d="M4 5h16"/><path d="M4 12h16"/><path d="M4 19h16"/>',"message-circle":'<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"/>',"message-square":'<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"/>',minimize:'<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"/>',minus:'<path d="M5 12h14"/>',"more-vertical":'<circle cx="12" cy="12" r="1"/><circle cx="12" cy="5" r="1"/><circle cx="12" cy="19" r="1"/>',"mouse-pointer":'<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"/>',"mouse-pointer-click":'<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"/>',navigation:'<polygon points="3 11 22 2 13 21 11 13 3 11"/>',notification:'<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"/>',"pen-tool":'<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"/>',phone:'<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"/>',play:'<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"/>',plus:'<path d="M5 12h14"/><path d="M12 5v14"/>',radio:'<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"/>',"redo-2":'<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"/>',"refresh-cw":'<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"/>',scissors:'<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"/>',search:'<path d="m21 21-4.34-4.34"/><circle cx="11" cy="11" r="8"/>',"search-x":'<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"/>',send:'<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"/>',settings:'<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"/>',share:'<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"/>',"shield-check":'<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"/>',spinner:'<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"/>',square:'<rect width="18" height="18" x="3" y="3" rx="2"/>',star:'<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"/>',"sticky-note":'<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"/>',table:'<path d="M12 3v18"/><rect width="18" height="18" x="3" y="3" rx="2"/><path d="M3 9h18"/><path d="M3 15h18"/>',"thumbs-up":'<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"/>',tool:'<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"/>',trash:'<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"/>',"trash-2":'<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"/>',"trending-up":'<path d="M16 7h6v6"/><path d="m22 7-8.5 8.5-5-5L2 17"/>',type:'<path d="M12 4v16"/><path d="M4 7V5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v2"/><path d="M9 20h6"/>',user:'<path d="M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2"/><circle cx="12" cy="7" r="4"/>',"user-check":'<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"/>',users:'<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"/>',"window-maximize":'<rect x="2" y="4" width="20" height="16" rx="2"/><path d="M2 9h20"/>',warning:'<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"/>',x:'<path d="M18 6 6 18"/><path d="m6 6 12 12"/>',zap:'<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"/>',"zoom-in":'<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"/>',"zoom-out":'<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"/>',history:'<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"/>',"arrow-right":'<path d="M5 12h14"/><path d="m12 5 7 7-7 7"/>',brain:'<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="M12 5a3 3 0 1 1 5.997.125 4 4 0 0 1 2.526 5.77 4 4 0 0 1-.556 6.588A4 4 0 1 1 12 18Z"/><path d="M15 13a4.5 4.5 0 0 1-3-4 4.5 4.5 0 0 1-3 4"/><path d="M17.599 6.5a3 3 0 0 0 .399-1.375"/><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="M19.938 10.5a4 4 0 0 1 .585.396"/><path d="M6 18a4 4 0 0 1-1.967-.516"/><path d="M19.967 17.484A4 4 0 0 1 18 18"/>',bug:'<path d="m8 2 1.88 1.88"/><path d="M14.12 3.88 16 2"/><path d="M9 7.13v-1a3.003 3.003 0 1 1 6 0v1"/><path d="M12 20c-3.3 0-6-2.7-6-6v-3a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v3c0 3.3-2.7 6-6 6"/><path d="M12 20v-9"/><path d="M6.53 9C4.6 8.8 3 7.1 3 5"/><path d="M6 13H2"/><path d="M3 21c0-2.1 1.7-3.9 3.8-4"/><path d="M20.97 5c0 2.1-1.6 3.8-3.5 4"/><path d="M22 13h-4"/><path d="M17.2 17c2.1.1 3.8 1.9 3.8 4"/>',circle:'<circle cx="12" cy="12" r="10"/>',clock:'<circle cx="12" cy="12" r="10"/><polyline points="12 6 12 12 16 14"/>',cloud:'<path d="M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z"/>',diamond:'<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"/>',eye:'<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"/>',"file-minus":'<path d="M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"/><path d="M14 2v4a2 2 0 0 0 2 2h4"/><path d="M9 15h6"/>',"gamepad-2":'<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"/>',"git-merge":'<circle cx="18" cy="18" r="3"/><circle cx="6" cy="6" r="3"/><path d="M6 21V9a9 9 0 0 0 9 9"/>',"git-pull-request":'<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="M6 9v12"/>',"hard-drive":'<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"/>',hash:'<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"/>',hexagon:'<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"/>',inbox:'<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"/>',link:'<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"/>',list:'<path d="M3 12h.01"/><path d="M3 18h.01"/><path d="M3 6h.01"/><path d="M8 12h13"/><path d="M8 18h13"/><path d="M8 6h13"/>',"mail-open":'<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"/>',"message-square-share":'<path d="M21 12v3a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h7"/><path d="M16 3h5v5"/><path d="m16 8 5-5"/>',plug:'<path d="M12 22v-5"/><path d="M9 8V2"/><path d="M15 8V2"/><path d="M18 8v5a6 6 0 0 1-6 6 6 6 0 0 1-6-6V8Z"/>',repeat:'<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"/>',scan:'<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"/>',shield:'<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"/>',"shopping-cart":'<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"/>',shuffle:'<path d="M2 18h1.4c1.3 0 2.5-.6 3.3-1.7l6.1-8.6c.7-1.1 2-1.7 3.3-1.7H22"/><path d="m18 2 4 4-4 4"/><path d="M2 6h1.9c1.5 0 2.9.9 3.6 2.2"/><path d="M22 18h-5.9c-1.3 0-2.6-.7-3.3-1.8l-.5-.8"/><path d="m18 14 4 4-4 4"/>',smile:'<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"/>',"smile-plus":'<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"/>',stop:'<rect x="6" y="6" width="12" height="12" rx="1"/>',terminal:'<polyline points="4 17 10 11 4 5"/><line x1="12" x2="20" y1="19" y2="19"/>',ticket:'<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"/>',triangle:'<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"/>',"undo-2":'<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"/>',upload:'<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/><polyline points="17 8 12 3 7 8"/><line x1="12" x2="12" y1="3" y2="15"/>'};
630
+ `],H={activity:'<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"/>',"alert-circle":'<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"/>',"alert-triangle":'<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"/>',anchor:'<path d="M12 22V8"/><path d="M5 12H2a10 10 0 0 0 20 0h-3"/><circle cx="12" cy="5" r="3"/>',"arrow-down":'<path d="M12 5v14"/><path d="m19 12-7 7-7-7"/>',"arrow-up":'<path d="m5 12 7-7 7 7"/><path d="M12 19V5"/>',"arrow-up-down":'<path d="m21 16-4 4-4-4"/><path d="M17 20V4"/><path d="m3 8 4-4 4 4"/><path d="M7 4v16"/>',bell:'<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"/>',box:'<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"/>',braces:'<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"/>',building:'<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"/>',calendar:'<path d="M8 2v4"/><path d="M16 2v4"/><rect width="18" height="18" x="3" y="4" rx="2"/><path d="M3 10h18"/>',check:'<path d="M20 6 9 17l-5-5"/>',"check-square":'<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"/>',"chevron-down":'<path d="m6 9 6 6 6-6"/>',"chevron-left":'<path d="m15 18-6-6 6-6"/>',"chevron-right":'<path d="m9 18 6-6-6-6"/>',"chevron-up":'<path d="m18 15-6-6-6 6"/>',"circle-check":'<circle cx="12" cy="12" r="10"/><path d="m9 12 2 2 4-4"/>',"circle-question":'<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"/>',clipboard:'<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"/>',"clipboard-list":'<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"/>',code:'<path d="m16 18 6-6-6-6"/><path d="m8 6-6 6 6 6"/>',copy:'<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"/>',cpu:'<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"/>',"credit-card":'<rect width="20" height="14" x="2" y="5" rx="2"/><line x1="2" x2="22" y1="10" y2="10"/>',cube:'<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"/>',database:'<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"/>',document:'<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"/>',download:'<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"/>',edit:'<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"/>',"exclamation-circle":'<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"/>',"external-link":'<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"/>',file:'<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"/>',"file-text":'<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"/>',filter:'<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"/>',folder:'<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"/>',"folder-plus":'<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"/>',frame:'<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"/>',"git-branch":'<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"/>',globe:'<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"/>',"grip-vertical":'<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"/>',hand:'<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"/>',heart:'<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"/>',help:'<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"/>',home:'<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"/>',image:'<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"/>',info:'<circle cx="12" cy="12" r="10"/><path d="M12 16v-4"/><path d="M12 8h.01"/>',key:'<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"/>',layers:'<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"/>',"layout-sidebar":'<rect width="18" height="18" x="3" y="3" rx="2"/><path d="M9 3v18"/>',loader:'<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"/>',"log-in":'<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"/>',"log-out":'<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"/>',logout:'<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"/>',mail:'<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"/>',"panel-left":'<rect width="18" height="18" x="3" y="3" rx="2"/><path d="M9 3v18"/>',"square-pen":'<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"/>',maximize:'<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"/>',"maximize-2":'<path d="M15 3h6v6"/><path d="m21 3-7 7"/><path d="m3 21 7-7"/><path d="M9 21H3v-6"/>',menu:'<path d="M4 5h16"/><path d="M4 12h16"/><path d="M4 19h16"/>',"message-circle":'<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"/>',"message-square":'<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"/>',minimize:'<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"/>',minus:'<path d="M5 12h14"/>',"more-vertical":'<circle cx="12" cy="12" r="1"/><circle cx="12" cy="5" r="1"/><circle cx="12" cy="19" r="1"/>',"mouse-pointer":'<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"/>',"mouse-pointer-click":'<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"/>',navigation:'<polygon points="3 11 22 2 13 21 11 13 3 11"/>',notification:'<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"/>',"pen-tool":'<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"/>',phone:'<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"/>',play:'<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"/>',plus:'<path d="M5 12h14"/><path d="M12 5v14"/>',radio:'<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"/>',"redo-2":'<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"/>',"refresh-cw":'<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"/>',scissors:'<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"/>',search:'<path d="m21 21-4.34-4.34"/><circle cx="11" cy="11" r="8"/>',"search-x":'<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"/>',send:'<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"/>',settings:'<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"/>',share:'<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"/>',"shield-check":'<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"/>',spinner:'<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"/>',square:'<rect width="18" height="18" x="3" y="3" rx="2"/>',star:'<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"/>',"sticky-note":'<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"/>',table:'<path d="M12 3v18"/><rect width="18" height="18" x="3" y="3" rx="2"/><path d="M3 9h18"/><path d="M3 15h18"/>',"thumbs-up":'<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"/>',tool:'<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"/>',trash:'<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"/>',"trash-2":'<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"/>',"trending-up":'<path d="M16 7h6v6"/><path d="m22 7-8.5 8.5-5-5L2 17"/>',type:'<path d="M12 4v16"/><path d="M4 7V5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v2"/><path d="M9 20h6"/>',user:'<path d="M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2"/><circle cx="12" cy="7" r="4"/>',"user-check":'<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"/>',users:'<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"/>',"window-maximize":'<rect x="2" y="4" width="20" height="16" rx="2"/><path d="M2 9h20"/>',warning:'<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"/>',x:'<path d="M18 6 6 18"/><path d="m6 6 12 12"/>',zap:'<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"/>',"zoom-in":'<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"/>',"zoom-out":'<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"/>',history:'<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"/>',"arrow-right":'<path d="M5 12h14"/><path d="m12 5 7 7-7 7"/>',brain:'<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="M12 5a3 3 0 1 1 5.997.125 4 4 0 0 1 2.526 5.77 4 4 0 0 1-.556 6.588A4 4 0 1 1 12 18Z"/><path d="M15 13a4.5 4.5 0 0 1-3-4 4.5 4.5 0 0 1-3 4"/><path d="M17.599 6.5a3 3 0 0 0 .399-1.375"/><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="M19.938 10.5a4 4 0 0 1 .585.396"/><path d="M6 18a4 4 0 0 1-1.967-.516"/><path d="M19.967 17.484A4 4 0 0 1 18 18"/>',bug:'<path d="m8 2 1.88 1.88"/><path d="M14.12 3.88 16 2"/><path d="M9 7.13v-1a3.003 3.003 0 1 1 6 0v1"/><path d="M12 20c-3.3 0-6-2.7-6-6v-3a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v3c0 3.3-2.7 6-6 6"/><path d="M12 20v-9"/><path d="M6.53 9C4.6 8.8 3 7.1 3 5"/><path d="M6 13H2"/><path d="M3 21c0-2.1 1.7-3.9 3.8-4"/><path d="M20.97 5c0 2.1-1.6 3.8-3.5 4"/><path d="M22 13h-4"/><path d="M17.2 17c2.1.1 3.8 1.9 3.8 4"/>',circle:'<circle cx="12" cy="12" r="10"/>',clock:'<circle cx="12" cy="12" r="10"/><polyline points="12 6 12 12 16 14"/>',cloud:'<path d="M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z"/>',diamond:'<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"/>',eye:'<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"/>',"file-minus":'<path d="M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"/><path d="M14 2v4a2 2 0 0 0 2 2h4"/><path d="M9 15h6"/>',"gamepad-2":'<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"/>',"git-merge":'<circle cx="18" cy="18" r="3"/><circle cx="6" cy="6" r="3"/><path d="M6 21V9a9 9 0 0 0 9 9"/>',"git-pull-request":'<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="M6 9v12"/>',"hard-drive":'<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"/>',hash:'<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"/>',hexagon:'<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"/>',inbox:'<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"/>',link:'<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"/>',list:'<path d="M3 12h.01"/><path d="M3 18h.01"/><path d="M3 6h.01"/><path d="M8 12h13"/><path d="M8 18h13"/><path d="M8 6h13"/>',"mail-open":'<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"/>',"message-square-share":'<path d="M21 12v3a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h7"/><path d="M16 3h5v5"/><path d="m16 8 5-5"/>',plug:'<path d="M12 22v-5"/><path d="M9 8V2"/><path d="M15 8V2"/><path d="M18 8v5a6 6 0 0 1-6 6 6 6 0 0 1-6-6V8Z"/>',repeat:'<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"/>',scan:'<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"/>',shield:'<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"/>',"shopping-cart":'<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"/>',shuffle:'<path d="M2 18h1.4c1.3 0 2.5-.6 3.3-1.7l6.1-8.6c.7-1.1 2-1.7 3.3-1.7H22"/><path d="m18 2 4 4-4 4"/><path d="M2 6h1.9c1.5 0 2.9.9 3.6 2.2"/><path d="M22 18h-5.9c-1.3 0-2.6-.7-3.3-1.8l-.5-.8"/><path d="m18 14 4 4-4 4"/>',smile:'<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"/>',"smile-plus":'<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"/>',stop:'<rect x="6" y="6" width="12" height="12" rx="1"/>',terminal:'<polyline points="4 17 10 11 4 5"/><line x1="12" x2="20" y1="19" y2="19"/>',ticket:'<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"/>',triangle:'<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"/>',"undo-2":'<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"/>',upload:'<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/><polyline points="17 8 12 3 7 8"/><line x1="12" x2="12" y1="3" y2="15"/>',"circle-stop":'<circle cx="12" cy="12" r="10"/><rect x="9" y="9" width="6" height="6" rx="1"/>',"git-fork":'<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"/>',hourglass:'<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"/>',merge:'<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"/>',"shield-alert":'<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"/>',timer:'<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"/>',add:'<path d="M5 12h14"/><path d="M12 5v14"/>',"check-circle":'<circle cx="12" cy="12" r="10"/><path d="m9 12 2 2 4-4"/>',"close-circle":'<circle cx="12" cy="12" r="10"/><path d="m15 9-6 6"/><path d="m9 9 6 6"/>',"info-circle":'<circle cx="12" cy="12" r="10"/><path d="M12 16v-4"/><path d="M12 8h.01"/>',"question-circle":'<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"/>'};
631
631
  /**
632
632
  * @license
633
633
  * Copyright 2023 Nuraly, Laabidi Aymen
634
634
  * SPDX-License-Identifier: MIT
635
635
  */
636
- var $=function(e,t,i,a){for(var n,s=arguments.length,h=s<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,i):a,o=e.length-1;o>=0;o--)(n=e[o])&&(h=(s<3?n(h):s>3?n(t,i,h):n(t,i))||h);return s>3&&h&&Object.defineProperty(t,i,h),h};
636
+ var $=function(e,t,a,i){for(var n,s=arguments.length,h=s<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,a):i,o=e.length-1;o>=0;o--)(n=e[o])&&(h=(s<3?n(h):s>3?n(t,a,h):n(t,a))||h);return s>3&&h&&Object.defineProperty(t,a,h),h};
637
637
  /**
638
638
  * @license
639
639
  * Copyright 2023 Nuraly Laabidi Aymen
640
640
  * SPDX-License-Identifier: MIT
641
641
  */
642
- var E=function(e,t,i,a){for(var n,s=arguments.length,h=s<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,i):a,o=e.length-1;o>=0;o--)(n=e[o])&&(h=(s<3?n(h):s>3?n(t,i,h):n(t,i))||h);return s>3&&h&&Object.defineProperty(t,i,h),h};const S=(e=>{class t extends e{constructor(){super(...arguments),this.clickable=!1,this.disabled=!1}handleIconClick(e){if(this.disabled||!this.clickable)return e.preventDefault(),void e.stopPropagation();this.dispatchCustomEvent("icon-click",{iconName:this.name,iconType:this.type,originalEvent:e,timestamp:Date.now()})}handleIconKeydown(e){if(this.disabled||!this.clickable)return;("function"==typeof this.isActivationKey?this.isActivationKey(e):"Enter"===e.key||" "===e.key)&&(e.preventDefault(),e.stopPropagation(),this.handleIconClick(e),"function"==typeof this.dispatchCustomEvent&&this.dispatchCustomEvent("icon-keyboard-activation",{iconName:this.name,iconType:this.type,key:e.key,originalEvent:e,timestamp:Date.now()}))}getIconRole(){return this.clickable?"button":"img"}getIconTabIndex(){return this.clickable?this.disabled?"-1":"0":"-1"}getAriaDisabled(){return this.clickable&&this.disabled?"true":void 0}}return $([n({type:Boolean,reflect:!0})],t.prototype,"clickable",void 0),$([n({type:Boolean,reflect:!0})],t.prototype,"disabled",void 0),t})(z(i));let V=class extends S{constructor(){super(...arguments),this.type="regular",this.alt=""}willUpdate(e){if(super.willUpdate(e),e.has("name")&&!this.name&&console.error('HyIconElement: "name" property is required'),e.has("type")&&"solid"!==this.type&&"regular"!==this.type&&(console.warn(`HyIconElement: Invalid type "${this.type}". Using default "solid"`),this.type="solid"),e.has("size")&&this.size){const e=["small","medium","large","xlarge","xxlarge"];e.includes(this.size)||console.warn(`HyIconElement: Invalid size "${this.size}". Valid sizes are: ${e.join(", ")}`)}}render(){let e="";this.color&&(e+=`color: ${this.color};`),this.width&&(e+=`width: ${this.width};`),this.height&&(e+=`height: ${this.height};`);const i=H[this.name];return t`
642
+ var E=function(e,t,a,i){for(var n,s=arguments.length,h=s<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,a):i,o=e.length-1;o>=0;o--)(n=e[o])&&(h=(s<3?n(h):s>3?n(t,a,h):n(t,a))||h);return s>3&&h&&Object.defineProperty(t,a,h),h};const S=(e=>{class t extends e{constructor(){super(...arguments),this.clickable=!1,this.disabled=!1}handleIconClick(e){if(this.disabled||!this.clickable)return e.preventDefault(),void e.stopPropagation();this.dispatchCustomEvent("icon-click",{iconName:this.name,iconType:this.type,originalEvent:e,timestamp:Date.now()})}handleIconKeydown(e){if(this.disabled||!this.clickable)return;("function"==typeof this.isActivationKey?this.isActivationKey(e):"Enter"===e.key||" "===e.key)&&(e.preventDefault(),e.stopPropagation(),this.handleIconClick(e),"function"==typeof this.dispatchCustomEvent&&this.dispatchCustomEvent("icon-keyboard-activation",{iconName:this.name,iconType:this.type,key:e.key,originalEvent:e,timestamp:Date.now()}))}getIconRole(){return this.clickable?"button":"img"}getIconTabIndex(){return this.clickable?this.disabled?"-1":"0":"-1"}getAriaDisabled(){return this.clickable&&this.disabled?"true":void 0}}return $([n({type:Boolean,reflect:!0})],t.prototype,"clickable",void 0),$([n({type:Boolean,reflect:!0})],t.prototype,"disabled",void 0),t})(z(a));let V=class extends S{constructor(){super(...arguments),this.type="regular",this.alt=""}willUpdate(e){if(super.willUpdate(e),e.has("name")&&!this.name&&console.error('HyIconElement: "name" property is required'),e.has("type")&&"solid"!==this.type&&"regular"!==this.type&&(console.warn(`HyIconElement: Invalid type "${this.type}". Using default "solid"`),this.type="solid"),e.has("size")&&this.size){const e=["small","medium","large","xlarge","xxlarge"];e.includes(this.size)||console.warn(`HyIconElement: Invalid size "${this.size}". Valid sizes are: ${e.join(", ")}`)}}render(){let e="";this.color&&(e+=`color: ${this.color};`),this.width&&(e+=`width: ${this.width};`),this.height&&(e+=`height: ${this.height};`);const a=H[this.name];return t`
643
643
  <div
644
644
  part="container"
645
645
  id="icon-slot"
@@ -652,7 +652,7 @@ var E=function(e,t,i,a){for(var n,s=arguments.length,h=s<3?t:null===a?a=Object.g
652
652
  @click="${this.clickable?e=>this.handleIconClick(e):void 0}"
653
653
  @keydown="${this.clickable?e=>this.handleIconKeydown(e):void 0}"
654
654
  >
655
- ${i?t`
655
+ ${a?t`
656
656
  <svg
657
657
  part="svg"
658
658
  class="svg-icon"
@@ -665,7 +665,7 @@ var E=function(e,t,i,a){for(var n,s=arguments.length,h=s<3?t:null===a?a=Object.g
665
665
  stroke-width="2"
666
666
  stroke-linecap="round"
667
667
  stroke-linejoin="round"
668
- >${r(i)}</svg>
668
+ >${l(a)}</svg>
669
669
  `:t`<span part="fallback" class="icon-fallback">${this.name}</span>`}
670
670
  </div>
671
671
  `}getIconRole(){return this.clickable?"button":this.alt?"img":"presentation"}getIconTabIndex(){return this.clickable&&!this.disabled?"0":"-1"}getAriaDisabled(){return this.disabled?"true":void 0}};V.useShadowDom=!0,V.styles=A,E([n({type:String})],V.prototype,"name",void 0),E([n()],V.prototype,"type",void 0),E([n({type:String,attribute:"alt"})],V.prototype,"alt",void 0),E([n({type:String,reflect:!0})],V.prototype,"size",void 0),E([n({type:String})],V.prototype,"color",void 0),E([n({type:String})],V.prototype,"width",void 0),E([n({type:String})],V.prototype,"height",void 0),V=E([s("nr-icon")],V);var C=e`
@@ -727,7 +727,7 @@ var E=function(e,t,i,a){for(var n,s=arguments.length,h=s<3?t:null===a?a=Object.g
727
727
  margin-left: 2px;
728
728
  font-weight: normal;
729
729
  }
730
- `,P=function(e,t,i,a){for(var n,s=arguments.length,h=s<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,i):a,o=e.length-1;o>=0;o--)(n=e[o])&&(h=(s<3?n(h):s>3?n(t,i,h):n(t,i))||h);return s>3&&h&&Object.defineProperty(t,i,h),h};let L=class extends(z(i)){constructor(){super(...arguments),this.size="medium",this.variant="default",this.required=!1,this.disabled=!1,this.value=""}render(){return t`
730
+ `,P=function(e,t,a,i){for(var n,s=arguments.length,h=s<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,a):i,o=e.length-1;o>=0;o--)(n=e[o])&&(h=(s<3?n(h):s>3?n(t,a,h):n(t,a))||h);return s>3&&h&&Object.defineProperty(t,a,h),h};let L=class extends(z(a)){constructor(){super(...arguments),this.size="medium",this.variant="default",this.required=!1,this.disabled=!1,this.value=""}render(){return t`
731
731
  <label part="label" for=${this.for||""}>
732
732
  <slot></slot>
733
733
  ${this.required?t`<span part="required-asterisk" class="required-asterisk">*</span>`:""}
@@ -738,19 +738,19 @@ var E=function(e,t,i,a){for(var n,s=arguments.length,h=s<3?t:null===a?a=Object.g
738
738
  * Copyright 2023 Nuraly, Laabidi Aymen
739
739
  * SPDX-License-Identifier: MIT
740
740
  */
741
- class D{constructor(e){this.initialX=0,this.initialY=0,this.dragHandle=null,this.handleMouseDown=e=>{var t;if(!this.host.draggable)return;e.preventDefault(),this.host.isDragging=!0,this.initialX=e.clientX-this.host.offsetX,this.initialY=e.clientY-this.host.offsetY;const i=null===(t=this.host.shadowRoot)||void 0===t?void 0:t.querySelector(".panel");i&&i.classList.add("panel--dragging")},this.handleMouseMove=e=>{var t;if(!this.host.isDragging||!this.host.draggable)return;e.preventDefault();const i=e.clientX-this.initialX,a=e.clientY-this.initialY,n=null===(t=this.host.shadowRoot)||void 0===t?void 0:t.querySelector(".panel");if(n){const e=window.innerWidth,t=window.innerHeight,s=100,h=-e/2+s,o=e/2-s,l=-t/2+s,r=t/2-s;this.host.offsetX=Math.max(h,Math.min(o,i)),this.host.offsetY=Math.max(l,Math.min(r,a));const d=this.host.offsetX,p=this.host.offsetY;n.style.transform=`translate(calc(-50% + ${d}px), calc(-50% + ${p}px))`}this.host.requestUpdate()},this.handleMouseUp=()=>{var e;if(!this.host.isDragging)return;this.host.isDragging=!1;const t=null===(e=this.host.shadowRoot)||void 0===e?void 0:e.querySelector(".panel");t&&t.classList.remove("panel--dragging"),this.host.requestUpdate()},this.host=e,this.host.addController(this)}hostConnected(){this.setupDragHandlers()}hostDisconnected(){this.cleanupDragHandlers()}hostUpdated(){this.cleanupDragHandlers(),this.setupDragHandlers()}setupDragHandlers(){requestAnimationFrame(()=>{var e;this.cleanupDragHandlers(),this.dragHandle=null===(e=this.host.shadowRoot)||void 0===e?void 0:e.querySelector(".panel-header--draggable"),this.dragHandle&&this.host.draggable&&(this.dragHandle.addEventListener("mousedown",this.handleMouseDown),document.addEventListener("mousemove",this.handleMouseMove),document.addEventListener("mouseup",this.handleMouseUp))})}cleanupDragHandlers(){this.dragHandle&&this.dragHandle.removeEventListener("mousedown",this.handleMouseDown),document.removeEventListener("mousemove",this.handleMouseMove),document.removeEventListener("mouseup",this.handleMouseUp)}resetPosition(){var e;this.host.offsetX=0,this.host.offsetY=0;const t=null===(e=this.host.shadowRoot)||void 0===e?void 0:e.querySelector(".panel");t&&(t.style.transform="translate(-50%, -50%)"),this.host.requestUpdate()}}
741
+ class D{constructor(e){this.initialX=0,this.initialY=0,this.dragHandle=null,this.handleMouseDown=e=>{var t;if(!this.host.draggable)return;e.preventDefault(),this.host.isDragging=!0,this.initialX=e.clientX-this.host.offsetX,this.initialY=e.clientY-this.host.offsetY;const a=null===(t=this.host.shadowRoot)||void 0===t?void 0:t.querySelector(".panel");a&&a.classList.add("panel--dragging")},this.handleMouseMove=e=>{var t;if(!this.host.isDragging||!this.host.draggable)return;e.preventDefault();const a=e.clientX-this.initialX,i=e.clientY-this.initialY,n=null===(t=this.host.shadowRoot)||void 0===t?void 0:t.querySelector(".panel");if(n){const e=window.innerWidth,t=window.innerHeight,s=100,h=-e/2+s,o=e/2-s,r=-t/2+s,l=t/2-s;this.host.offsetX=Math.max(h,Math.min(o,a)),this.host.offsetY=Math.max(r,Math.min(l,i));const d=this.host.offsetX,c=this.host.offsetY;n.style.transform=`translate(calc(-50% + ${d}px), calc(-50% + ${c}px))`}this.host.requestUpdate()},this.handleMouseUp=()=>{var e;if(!this.host.isDragging)return;this.host.isDragging=!1;const t=null===(e=this.host.shadowRoot)||void 0===e?void 0:e.querySelector(".panel");t&&t.classList.remove("panel--dragging"),this.host.requestUpdate()},this.host=e,this.host.addController(this)}hostConnected(){this.setupDragHandlers()}hostDisconnected(){this.cleanupDragHandlers()}hostUpdated(){this.cleanupDragHandlers(),this.setupDragHandlers()}setupDragHandlers(){requestAnimationFrame(()=>{var e;this.cleanupDragHandlers(),this.dragHandle=null===(e=this.host.shadowRoot)||void 0===e?void 0:e.querySelector(".panel-header--draggable"),this.dragHandle&&this.host.draggable&&(this.dragHandle.addEventListener("mousedown",this.handleMouseDown),document.addEventListener("mousemove",this.handleMouseMove),document.addEventListener("mouseup",this.handleMouseUp))})}cleanupDragHandlers(){this.dragHandle&&this.dragHandle.removeEventListener("mousedown",this.handleMouseDown),document.removeEventListener("mousemove",this.handleMouseMove),document.removeEventListener("mouseup",this.handleMouseUp)}resetPosition(){var e;this.host.offsetX=0,this.host.offsetY=0;const t=null===(e=this.host.shadowRoot)||void 0===e?void 0:e.querySelector(".panel");t&&(t.style.transform="translate(-50%, -50%)"),this.host.requestUpdate()}}
742
742
  /**
743
743
  * @license
744
744
  * Copyright 2023 Nuraly, Laabidi Aymen
745
745
  * SPDX-License-Identifier: MIT
746
- */class O{constructor(e){this.isResizing=!1,this.initialWidth=0,this.initialHeight=0,this.initialX=0,this.initialY=0,this.resizeDirection="",this.handleMouseDown=e=>{var t,i;if(!this.host.resizable)return;e.preventDefault(),e.stopPropagation(),this.isResizing=!0,this.initialX=e.clientX,this.initialY=e.clientY;const a=null===(t=this.host.shadowRoot)||void 0===t?void 0:t.querySelector(".panel");a&&(this.initialWidth=a.offsetWidth,this.initialHeight=a.offsetHeight);const n=e.target.classList;this.resizeDirection=(null===(i=Array.from(n).find(e=>e.startsWith("resize-handle-")))||void 0===i?void 0:i.replace("resize-handle-",""))||""},this.handleMouseMove=e=>{var t;if(!this.isResizing||!this.host.resizable)return;e.preventDefault();const i=e.clientX-this.initialX,a=e.clientY-this.initialY,n=null===(t=this.host.shadowRoot)||void 0===t?void 0:t.querySelector(".panel");if(!n)return;let s=this.initialWidth,h=this.initialHeight;this.resizeDirection.includes("e")?s=this.initialWidth+i:this.resizeDirection.includes("w")&&(s=this.initialWidth-i),this.resizeDirection.includes("s")?h=this.initialHeight+a:this.resizeDirection.includes("n")&&(h=this.initialHeight-a);s=Math.max(280,s),h=Math.max(200,h),n.style.width=`${s}px`,n.style.height=`${h}px`,this.host.panelWidth=s,this.host.panelHeight=h,this.host.requestUpdate()},this.handleMouseUp=()=>{var e;if(!this.isResizing)return;this.isResizing=!1,this.resizeDirection="";(null===(e=this.host.shadowRoot)||void 0===e?void 0:e.querySelector(".panel"))&&this.host.dispatchEvent(new CustomEvent("panel-resize",{bubbles:!0,detail:{width:this.host.panelWidth,height:this.host.panelHeight}})),this.host.requestUpdate()},this.host=e,this.host.addController(this)}hostConnected(){this.setupResizeHandlers()}hostDisconnected(){this.cleanupResizeHandlers()}setupResizeHandlers(){requestAnimationFrame(()=>{var e;if(!this.host.resizable)return;const t=null===(e=this.host.shadowRoot)||void 0===e?void 0:e.querySelectorAll(".resize-handle");null==t||t.forEach(e=>{e.addEventListener("mousedown",this.handleMouseDown)}),document.addEventListener("mousemove",this.handleMouseMove),document.addEventListener("mouseup",this.handleMouseUp)})}cleanupResizeHandlers(){var e;const t=null===(e=this.host.shadowRoot)||void 0===e?void 0:e.querySelectorAll(".resize-handle");null==t||t.forEach(e=>{e.removeEventListener("mousedown",this.handleMouseDown)}),document.removeEventListener("mousemove",this.handleMouseMove),document.removeEventListener("mouseup",this.handleMouseUp)}}
746
+ */class O{constructor(e){this.isResizing=!1,this.initialWidth=0,this.initialHeight=0,this.initialX=0,this.initialY=0,this.resizeDirection="",this.handleMouseDown=e=>{var t,a;if(!this.host.resizable)return;e.preventDefault(),e.stopPropagation(),this.isResizing=!0,this.initialX=e.clientX,this.initialY=e.clientY;const i=null===(t=this.host.shadowRoot)||void 0===t?void 0:t.querySelector(".panel");i&&(this.initialWidth=i.offsetWidth,this.initialHeight=i.offsetHeight);const n=e.target.classList;this.resizeDirection=(null===(a=Array.from(n).find(e=>e.startsWith("resize-handle-")))||void 0===a?void 0:a.replace("resize-handle-",""))||""},this.handleMouseMove=e=>{var t;if(!this.isResizing||!this.host.resizable)return;e.preventDefault();const a=e.clientX-this.initialX,i=e.clientY-this.initialY,n=null===(t=this.host.shadowRoot)||void 0===t?void 0:t.querySelector(".panel");if(!n)return;let s=this.initialWidth,h=this.initialHeight;this.resizeDirection.includes("e")?s=this.initialWidth+a:this.resizeDirection.includes("w")&&(s=this.initialWidth-a),this.resizeDirection.includes("s")?h=this.initialHeight+i:this.resizeDirection.includes("n")&&(h=this.initialHeight-i);s=Math.max(280,s),h=Math.max(200,h),n.style.width=`${s}px`,n.style.height=`${h}px`,this.host.panelWidth=s,this.host.panelHeight=h,this.host.requestUpdate()},this.handleMouseUp=()=>{var e;if(!this.isResizing)return;this.isResizing=!1,this.resizeDirection="";(null===(e=this.host.shadowRoot)||void 0===e?void 0:e.querySelector(".panel"))&&this.host.dispatchEvent(new CustomEvent("panel-resize",{bubbles:!0,detail:{width:this.host.panelWidth,height:this.host.panelHeight}})),this.host.requestUpdate()},this.host=e,this.host.addController(this)}hostConnected(){this.setupResizeHandlers()}hostDisconnected(){this.cleanupResizeHandlers()}setupResizeHandlers(){requestAnimationFrame(()=>{var e;if(!this.host.resizable)return;const t=null===(e=this.host.shadowRoot)||void 0===e?void 0:e.querySelectorAll(".resize-handle");null==t||t.forEach(e=>{e.addEventListener("mousedown",this.handleMouseDown)}),document.addEventListener("mousemove",this.handleMouseMove),document.addEventListener("mouseup",this.handleMouseUp)})}cleanupResizeHandlers(){var e;const t=null===(e=this.host.shadowRoot)||void 0===e?void 0:e.querySelectorAll(".resize-handle");null==t||t.forEach(e=>{e.removeEventListener("mousedown",this.handleMouseDown)}),document.removeEventListener("mousemove",this.handleMouseMove),document.removeEventListener("mouseup",this.handleMouseUp)}}
747
747
  /**
748
748
  * @license
749
749
  * Copyright 2023 Nuraly, Laabidi Aymen
750
750
  * SPDX-License-Identifier: MIT
751
- */var T=function(e,t,i,a){for(var n,s=arguments.length,h=s<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,i):a,o=e.length-1;o>=0;o--)(n=e[o])&&(h=(s<3?n(h):s>3?n(t,i,h):n(t,i))||h);return s>3&&h&&Object.defineProperty(t,i,h),h};let R=class extends(z(i)){constructor(){super(...arguments),this.requiredComponents=["nr-icon","nr-label"],this.mode=d.Panel,this.size=p.Medium,this.position=c.Right,this.maximizePosition=m.Center,this.draggable=!0,this.resizable=!1,this.collapsible=!1,this.minimizable=!0,this.closable=!1,this.animated=!1,this.title="",this.icon="",this.width="",this.height="",this.open=!0,this.collapsed=!1,this.isDragging=!1,this.animating=!1,this.offsetX=0,this.offsetY=0,this.panelWidth=0,this.panelHeight=0,this.originalMode=null,this.isMaximizedFromEmbedded=!1,this.isTabPopOut=!1,this.isFirstUpdate=!0,this.originalEmbeddedWidth=0,this.originalEmbeddedHeight=0,this.dragController=new D(this),this._resizeController=new O(this)}connectedCallback(){super.connectedCallback(),this.validateDependencies(),this.animating=!0,setTimeout(()=>{this.animating=!1},300)}willUpdate(e){if(super.willUpdate(e),this.isFirstUpdate&&this.mode&&(this.originalMode=this.mode,this.isFirstUpdate=!1),e.has("mode")){const t=e.get("mode");t&&t!==this.mode&&this.handleModeChange(t)}}updated(e){super.updated(e),e.has("mode")&&requestAnimationFrame(()=>{this.requestUpdate()})}handleModeChange(e){this.animating=!0,this.mode!==d.Window||e!==d.Panel&&e!==d.Minimized||this.dragController.resetPosition(),this.dispatchEvent(new CustomEvent("panel-mode-change",{bubbles:!0,detail:{mode:this.mode,previousMode:e}})),setTimeout(()=>{this.animating=!1},300)}transformToWindow(){this.mode!==d.Window&&(this.mode=d.Window)}transformToPanel(){this.mode!==d.Panel&&(this.mode=d.Panel)}restore(){if(this.isTabPopOut)return console.log("[Panel] Restore called for tab pop-out panel"),this.dispatchEvent(new CustomEvent("panel-restore",{bubbles:!0})),void setTimeout(()=>{this.open=!1,this.dispatchEvent(new CustomEvent("panel-close",{bubbles:!0}))},0);this.isMaximizedFromEmbedded?this.restoreEmbedded():this.maximize()}minimize(){this.minimizable&&(this.mode=d.Minimized,this.dispatchEvent(new CustomEvent("panel-minimize",{bubbles:!0})))}maximizeEmbedded(){var e;if(console.log("[Panel] === MAXIMIZE EMBEDDED START ==="),console.log("[Panel] Current mode:",this.mode),console.log("[Panel] this.panelWidth:",this.panelWidth),console.log("[Panel] this.panelHeight:",this.panelHeight),this.mode!==d.Embedded)return void console.log("[Panel] ✗ Not in embedded mode, aborting");const t=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector(".panel");t?(console.log("[Panel] Panel DOM element found"),console.log("[Panel] panel.offsetWidth:",t.offsetWidth),console.log("[Panel] panel.offsetHeight:",t.offsetHeight),this.originalEmbeddedWidth=this.panelWidth>0?this.panelWidth:t.offsetWidth,this.originalEmbeddedHeight=this.panelHeight>0?this.panelHeight:t.offsetHeight,console.log("[Panel] ✓ Set originalEmbeddedWidth:",this.originalEmbeddedWidth),console.log("[Panel] ✓ Set originalEmbeddedHeight:",this.originalEmbeddedHeight)):console.warn("[Panel] ✗ Panel DOM element not found"),this.originalMode&&this.originalMode===d.Embedded||(this.originalMode=d.Embedded),this.isMaximizedFromEmbedded=!0,this.panelWidth=this.originalEmbeddedWidth,this.panelHeight=this.originalEmbeddedHeight,console.log("[Panel] Final panelWidth:",this.panelWidth),console.log("[Panel] Final panelHeight:",this.panelHeight),this.mode=d.Window,console.log("[Panel] Mode changed to Window"),this.updateComplete.then(()=>{this.setMaximizePosition()}),this.dispatchEvent(new CustomEvent("panel-maximize-embedded",{bubbles:!0,detail:{mode:this.mode,position:this.maximizePosition}}))}setMaximizePosition(){var e;const t=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector(".panel");if(!t)return;const i=t.getBoundingClientRect(),a=window.innerWidth,n=window.innerHeight,s=Math.floor(160*Math.random())-80,h=Math.floor(120*Math.random())-60;switch(console.log("[Panel] setMaximizePosition - randomX:",s,"randomY:",h),console.log("[Panel] maximizePosition:",this.maximizePosition),this.maximizePosition){case m.Center:this.offsetX=s,this.offsetY=h,console.log("[Panel] Set offsetX:",this.offsetX,"offsetY:",this.offsetY);break;case m.Left:this.offsetX=-(a/2-i.width/2-40)+s,this.offsetY=h;break;case m.Right:this.offsetX=a/2-i.width/2-40+s,this.offsetY=h;break;case m.TopLeft:this.offsetX=-(a/2-i.width/2-40)+s,this.offsetY=-(n/2-i.height/2-40)+h;break;case m.TopRight:this.offsetX=a/2-i.width/2-40+s,this.offsetY=-(n/2-i.height/2-40)+h;break;case m.BottomLeft:this.offsetX=-(a/2-i.width/2-40)+s,this.offsetY=n/2-i.height/2-40+h;break;case m.BottomRight:this.offsetX=a/2-i.width/2-40+s,this.offsetY=n/2-i.height/2-40+h}this.requestUpdate()}restoreEmbedded(){this.isMaximizedFromEmbedded&&(this.isMaximizedFromEmbedded=!1,this.mode=d.Embedded,this.offsetX=0,this.offsetY=0,this.panelWidth=this.originalEmbeddedWidth,this.panelHeight=this.originalEmbeddedHeight,requestAnimationFrame(()=>{var e;const t=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector(".panel");t&&(t.style.transform="",this.originalEmbeddedWidth>0&&(t.style.width=`${this.originalEmbeddedWidth}px`),this.originalEmbeddedHeight>0&&(t.style.height=`${this.originalEmbeddedHeight}px`))}),this.dispatchEvent(new CustomEvent("panel-restore-embedded",{bubbles:!0,detail:{mode:this.mode}})))}maximize(){if(this.mode===d.Minimized){if(this.isMaximizedFromEmbedded)return void this.restoreEmbedded();this.mode=this.originalMode||d.Panel,this.offsetX=0,this.offsetY=0,requestAnimationFrame(()=>{var e;const t=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector(".panel");t&&(t.style.transform="")}),this.requestUpdate()}this.dispatchEvent(new CustomEvent("panel-maximize",{bubbles:!0}))}close(){this.closable&&(this.open=!1,this.dispatchEvent(new CustomEvent("panel-close",{bubbles:!0})))}toggleCollapse(){this.collapsible&&(this.collapsed=!this.collapsed)}getLabelSize(){switch(this.size){case p.Small:return"small";case p.Large:return"large";case p.Medium:case p.Custom:default:return"medium"}}getPanelClasses(){return{panel:!0,[`panel--mode-${this.mode}`]:!0,[`panel--position-${this.position}`]:this.mode===d.Panel,[`panel--size-${this.size}`]:this.size!==p.Custom,"panel--collapsed":this.collapsed,"panel--dragging":this.isDragging,"panel--animating":this.animating,"panel--animated":this.animated}}getPanelStyles(){const e={};return this.width&&(e.width=this.width),this.height&&(e.height=this.height),this.panelWidth>0&&(e.width=`${this.panelWidth}px`),this.panelHeight>0&&(e.height=`${this.panelHeight}px`),this.mode!==d.Window||0===this.offsetX&&0===this.offsetY||(e.transform=`translate(calc(-50% + ${this.offsetX}px), calc(-50% + ${this.offsetY}px))`),e}renderHeader(){const e=this.querySelector('[slot="header"]'),i=this.draggable&&this.mode===d.Window;return t`
752
- <div class="${o({"panel-header":!0,"panel-header--draggable":i})}"
753
- @click="${this.mode===d.Minimized?this.maximize:a}">
751
+ */var T=function(e,t,a,i){for(var n,s=arguments.length,h=s<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,a):i,o=e.length-1;o>=0;o--)(n=e[o])&&(h=(s<3?n(h):s>3?n(t,a,h):n(t,a))||h);return s>3&&h&&Object.defineProperty(t,a,h),h};let R=class extends(z(a)){constructor(){super(...arguments),this.requiredComponents=["nr-icon","nr-label"],this.mode=d.Panel,this.size=c.Medium,this.position=p.Right,this.maximizePosition=m.Center,this.draggable=!0,this.resizable=!1,this.collapsible=!1,this.minimizable=!0,this.closable=!1,this.animated=!1,this.title="",this.icon="",this.width="",this.height="",this.open=!0,this.collapsed=!1,this.isDragging=!1,this.animating=!1,this.offsetX=0,this.offsetY=0,this.panelWidth=0,this.panelHeight=0,this.originalMode=null,this.isMaximizedFromEmbedded=!1,this.isTabPopOut=!1,this.isFirstUpdate=!0,this.originalEmbeddedWidth=0,this.originalEmbeddedHeight=0,this.dragController=new D(this),this._resizeController=new O(this)}connectedCallback(){super.connectedCallback(),this.validateDependencies(),this.animating=!0,setTimeout(()=>{this.animating=!1},300)}willUpdate(e){if(super.willUpdate(e),this.isFirstUpdate&&this.mode&&(this.originalMode=this.mode,this.isFirstUpdate=!1),e.has("mode")){const t=e.get("mode");t&&t!==this.mode&&this.handleModeChange(t)}}updated(e){super.updated(e),e.has("mode")&&requestAnimationFrame(()=>{this.requestUpdate()})}handleModeChange(e){this.animating=!0,this.mode!==d.Window||e!==d.Panel&&e!==d.Minimized||this.dragController.resetPosition(),this.dispatchEvent(new CustomEvent("panel-mode-change",{bubbles:!0,detail:{mode:this.mode,previousMode:e}})),setTimeout(()=>{this.animating=!1},300)}transformToWindow(){this.mode!==d.Window&&(this.mode=d.Window)}transformToPanel(){this.mode!==d.Panel&&(this.mode=d.Panel)}restore(){if(this.isTabPopOut)return console.log("[Panel] Restore called for tab pop-out panel"),this.dispatchEvent(new CustomEvent("panel-restore",{bubbles:!0})),void setTimeout(()=>{this.open=!1,this.dispatchEvent(new CustomEvent("panel-close",{bubbles:!0}))},0);this.isMaximizedFromEmbedded?this.restoreEmbedded():this.maximize()}minimize(){this.minimizable&&(this.mode=d.Minimized,this.dispatchEvent(new CustomEvent("panel-minimize",{bubbles:!0})))}maximizeEmbedded(){var e;if(console.log("[Panel] === MAXIMIZE EMBEDDED START ==="),console.log("[Panel] Current mode:",this.mode),console.log("[Panel] this.panelWidth:",this.panelWidth),console.log("[Panel] this.panelHeight:",this.panelHeight),this.mode!==d.Embedded)return void console.log("[Panel] ✗ Not in embedded mode, aborting");const t=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector(".panel");t?(console.log("[Panel] Panel DOM element found"),console.log("[Panel] panel.offsetWidth:",t.offsetWidth),console.log("[Panel] panel.offsetHeight:",t.offsetHeight),this.originalEmbeddedWidth=this.panelWidth>0?this.panelWidth:t.offsetWidth,this.originalEmbeddedHeight=this.panelHeight>0?this.panelHeight:t.offsetHeight,console.log("[Panel] ✓ Set originalEmbeddedWidth:",this.originalEmbeddedWidth),console.log("[Panel] ✓ Set originalEmbeddedHeight:",this.originalEmbeddedHeight)):console.warn("[Panel] ✗ Panel DOM element not found"),this.originalMode&&this.originalMode===d.Embedded||(this.originalMode=d.Embedded),this.isMaximizedFromEmbedded=!0,this.panelWidth=this.originalEmbeddedWidth,this.panelHeight=this.originalEmbeddedHeight,console.log("[Panel] Final panelWidth:",this.panelWidth),console.log("[Panel] Final panelHeight:",this.panelHeight),this.mode=d.Window,console.log("[Panel] Mode changed to Window"),this.updateComplete.then(()=>{this.setMaximizePosition()}),this.dispatchEvent(new CustomEvent("panel-maximize-embedded",{bubbles:!0,detail:{mode:this.mode,position:this.maximizePosition}}))}setMaximizePosition(){var e;const t=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector(".panel");if(!t)return;const a=t.getBoundingClientRect(),i=window.innerWidth,n=window.innerHeight,s=Math.floor(160*Math.random())-80,h=Math.floor(120*Math.random())-60;switch(console.log("[Panel] setMaximizePosition - randomX:",s,"randomY:",h),console.log("[Panel] maximizePosition:",this.maximizePosition),this.maximizePosition){case m.Center:this.offsetX=s,this.offsetY=h,console.log("[Panel] Set offsetX:",this.offsetX,"offsetY:",this.offsetY);break;case m.Left:this.offsetX=-(i/2-a.width/2-40)+s,this.offsetY=h;break;case m.Right:this.offsetX=i/2-a.width/2-40+s,this.offsetY=h;break;case m.TopLeft:this.offsetX=-(i/2-a.width/2-40)+s,this.offsetY=-(n/2-a.height/2-40)+h;break;case m.TopRight:this.offsetX=i/2-a.width/2-40+s,this.offsetY=-(n/2-a.height/2-40)+h;break;case m.BottomLeft:this.offsetX=-(i/2-a.width/2-40)+s,this.offsetY=n/2-a.height/2-40+h;break;case m.BottomRight:this.offsetX=i/2-a.width/2-40+s,this.offsetY=n/2-a.height/2-40+h}this.requestUpdate()}restoreEmbedded(){this.isMaximizedFromEmbedded&&(this.isMaximizedFromEmbedded=!1,this.mode=d.Embedded,this.offsetX=0,this.offsetY=0,this.panelWidth=this.originalEmbeddedWidth,this.panelHeight=this.originalEmbeddedHeight,requestAnimationFrame(()=>{var e;const t=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector(".panel");t&&(t.style.transform="",this.originalEmbeddedWidth>0&&(t.style.width=`${this.originalEmbeddedWidth}px`),this.originalEmbeddedHeight>0&&(t.style.height=`${this.originalEmbeddedHeight}px`))}),this.dispatchEvent(new CustomEvent("panel-restore-embedded",{bubbles:!0,detail:{mode:this.mode}})))}maximize(){if(this.mode===d.Minimized){if(this.isMaximizedFromEmbedded)return void this.restoreEmbedded();this.mode=this.originalMode||d.Panel,this.offsetX=0,this.offsetY=0,requestAnimationFrame(()=>{var e;const t=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector(".panel");t&&(t.style.transform="")}),this.requestUpdate()}this.dispatchEvent(new CustomEvent("panel-maximize",{bubbles:!0}))}close(){this.closable&&(this.open=!1,this.dispatchEvent(new CustomEvent("panel-close",{bubbles:!0})))}toggleCollapse(){this.collapsible&&(this.collapsed=!this.collapsed)}getLabelSize(){switch(this.size){case c.Small:return"small";case c.Large:return"large";case c.Medium:case c.Custom:default:return"medium"}}getPanelClasses(){return{panel:!0,[`panel--mode-${this.mode}`]:!0,[`panel--position-${this.position}`]:this.mode===d.Panel,[`panel--size-${this.size}`]:this.size!==c.Custom,"panel--collapsed":this.collapsed,"panel--dragging":this.isDragging,"panel--animating":this.animating,"panel--animated":this.animated}}getPanelStyles(){const e={};return this.width&&(e.width=this.width),this.height&&(e.height=this.height),this.panelWidth>0&&(e.width=`${this.panelWidth}px`),this.panelHeight>0&&(e.height=`${this.panelHeight}px`),this.mode!==d.Window||0===this.offsetX&&0===this.offsetY||(e.transform=`translate(calc(-50% + ${this.offsetX}px), calc(-50% + ${this.offsetY}px))`),e}renderHeader(){const e=this.querySelector('[slot="header"]'),a=this.draggable&&this.mode===d.Window;return t`
752
+ <div class="${o({"panel-header":!0,"panel-header--draggable":a})}"
753
+ @click="${this.mode===d.Minimized?this.maximize:i}">
754
754
  ${e?t`
755
755
  <div class="panel-header-content">
756
756
  <slot name="header"></slot>
@@ -759,13 +759,13 @@ class D{constructor(e){this.initialX=0,this.initialY=0,this.dragHandle=null,this
759
759
  <div class="panel-header-content">
760
760
  ${this.icon?t`
761
761
  <nr-icon class="panel-header-icon" name="${this.icon}"></nr-icon>
762
- `:a}
762
+ `:i}
763
763
  ${this.title?t`
764
764
  <nr-label
765
765
  class="panel-title"
766
766
  size="${this.getLabelSize()}"
767
767
  >${this.title}</nr-label>
768
- `:a}
768
+ `:i}
769
769
  </div>
770
770
  `}
771
771
 
@@ -777,9 +777,9 @@ class D{constructor(e){this.initialX=0,this.initialY=0,this.dragHandle=null,this
777
777
  title="${this.collapsed?"Expand":"Collapse"}">
778
778
  <nr-icon name="${this.collapsed?"chevron-down":"chevron-up"}"></nr-icon>
779
779
  </button>
780
- `:a}
780
+ `:i}
781
781
 
782
- ${this.mode!==d.Window||!this.minimizable||this.isMaximizedFromEmbedded||this.isTabPopOut?a:t`
782
+ ${this.mode!==d.Window||!this.minimizable||this.isMaximizedFromEmbedded||this.isTabPopOut?i:t`
783
783
  <button
784
784
  class="panel-action-button"
785
785
  @click="${this.minimize}"
@@ -795,7 +795,7 @@ class D{constructor(e){this.initialX=0,this.initialY=0,this.dragHandle=null,this
795
795
  title="Restore to tabs">
796
796
  <nr-icon name="minimize"></nr-icon>
797
797
  </button>
798
- `:a}
798
+ `:i}
799
799
 
800
800
  ${this.mode===d.Embedded?t`
801
801
  <button
@@ -804,7 +804,7 @@ class D{constructor(e){this.initialX=0,this.initialY=0,this.dragHandle=null,this
804
804
  title="Maximize to window">
805
805
  <nr-icon name="maximize"></nr-icon>
806
806
  </button>
807
- `:a}
807
+ `:i}
808
808
 
809
809
  ${this.isMaximizedFromEmbedded?t`
810
810
  <button
@@ -813,7 +813,7 @@ class D{constructor(e){this.initialX=0,this.initialY=0,this.dragHandle=null,this
813
813
  title="Restore to embedded">
814
814
  <nr-icon name="minimize"></nr-icon>
815
815
  </button>
816
- `:a}
816
+ `:i}
817
817
 
818
818
  ${this.mode===d.Panel?t`
819
819
  <button
@@ -822,9 +822,9 @@ class D{constructor(e){this.initialX=0,this.initialY=0,this.dragHandle=null,this
822
822
  title="Pop out to window">
823
823
  <nr-icon name="external-link"></nr-icon>
824
824
  </button>
825
- `:a}
825
+ `:i}
826
826
 
827
- ${this.mode!==d.Window||this.isMaximizedFromEmbedded?a:t`
827
+ ${this.mode!==d.Window||this.isMaximizedFromEmbedded?i:t`
828
828
  <button
829
829
  class="panel-action-button"
830
830
  @click="${this.transformToPanel}"
@@ -840,14 +840,14 @@ class D{constructor(e){this.initialX=0,this.initialY=0,this.dragHandle=null,this
840
840
  title="Close">
841
841
  <nr-icon name="x"></nr-icon>
842
842
  </button>
843
- `:a}
843
+ `:i}
844
844
  </div>
845
845
  </div>
846
846
  `}renderFooter(){return this.querySelector('[slot="footer"]')?t`
847
847
  <div class="panel-footer">
848
848
  <slot name="footer"></slot>
849
849
  </div>
850
- `:a}renderResizeHandles(){return!this.resizable||this.mode!==d.Window&&this.mode!==d.Embedded?a:t`
850
+ `:i}renderResizeHandles(){return!this.resizable||this.mode!==d.Window&&this.mode!==d.Embedded?i:t`
851
851
  <div class="resize-handle resize-handle-n"></div>
852
852
  <div class="resize-handle resize-handle-s"></div>
853
853
  <div class="resize-handle resize-handle-e"></div>
@@ -859,7 +859,7 @@ class D{constructor(e){this.initialX=0,this.initialY=0,this.dragHandle=null,this
859
859
  `}render(){return this.open?t`
860
860
  <div
861
861
  class=${o(this.getPanelClasses())}
862
- style=${l(this.getPanelStyles())}
862
+ style=${r(this.getPanelStyles())}
863
863
  data-theme="${this.currentTheme}">
864
864
 
865
865
  ${this.renderHeader()}
@@ -871,4 +871,4 @@ class D{constructor(e){this.initialX=0,this.initialY=0,this.dragHandle=null,this
871
871
  ${this.renderFooter()}
872
872
  ${this.renderResizeHandles()}
873
873
  </div>
874
- `:a}};R.useShadowDom=!0,R.styles=v,T([n({type:String})],R.prototype,"mode",void 0),T([n({type:String})],R.prototype,"size",void 0),T([n({type:String})],R.prototype,"position",void 0),T([n({type:String})],R.prototype,"maximizePosition",void 0),T([n({type:Boolean})],R.prototype,"draggable",void 0),T([n({type:Boolean})],R.prototype,"resizable",void 0),T([n({type:Boolean})],R.prototype,"collapsible",void 0),T([n({type:Boolean})],R.prototype,"minimizable",void 0),T([n({type:Boolean})],R.prototype,"closable",void 0),T([n({type:Boolean})],R.prototype,"animated",void 0),T([n({type:String})],R.prototype,"title",void 0),T([n({type:String})],R.prototype,"icon",void 0),T([n({type:String})],R.prototype,"width",void 0),T([n({type:String})],R.prototype,"height",void 0),T([n({type:Boolean,reflect:!0})],R.prototype,"open",void 0),T([h()],R.prototype,"collapsed",void 0),T([h()],R.prototype,"isDragging",void 0),T([h()],R.prototype,"animating",void 0),T([n({type:Number})],R.prototype,"offsetX",void 0),T([n({type:Number})],R.prototype,"offsetY",void 0),T([n({type:Number})],R.prototype,"panelWidth",void 0),T([n({type:Number})],R.prototype,"panelHeight",void 0),T([h()],R.prototype,"originalMode",void 0),T([h()],R.prototype,"isMaximizedFromEmbedded",void 0),T([n({type:Boolean})],R.prototype,"isTabPopOut",void 0),T([h()],R.prototype,"isFirstUpdate",void 0),T([h()],R.prototype,"originalEmbeddedWidth",void 0),T([h()],R.prototype,"originalEmbeddedHeight",void 0),R=T([s("nr-panel")],R);export{u as EMPTY_STRING,m as MaximizePosition,R as NrPanelElement,D as PanelDragController,d as PanelMode,c as PanelPosition,O as PanelResizeController,p as PanelSize};
874
+ `:i}};R.useShadowDom=!0,R.styles=v,T([n({type:String})],R.prototype,"mode",void 0),T([n({type:String})],R.prototype,"size",void 0),T([n({type:String})],R.prototype,"position",void 0),T([n({type:String})],R.prototype,"maximizePosition",void 0),T([n({type:Boolean})],R.prototype,"draggable",void 0),T([n({type:Boolean})],R.prototype,"resizable",void 0),T([n({type:Boolean})],R.prototype,"collapsible",void 0),T([n({type:Boolean})],R.prototype,"minimizable",void 0),T([n({type:Boolean})],R.prototype,"closable",void 0),T([n({type:Boolean})],R.prototype,"animated",void 0),T([n({type:String})],R.prototype,"title",void 0),T([n({type:String})],R.prototype,"icon",void 0),T([n({type:String})],R.prototype,"width",void 0),T([n({type:String})],R.prototype,"height",void 0),T([n({type:Boolean,reflect:!0})],R.prototype,"open",void 0),T([h()],R.prototype,"collapsed",void 0),T([h()],R.prototype,"isDragging",void 0),T([h()],R.prototype,"animating",void 0),T([n({type:Number})],R.prototype,"offsetX",void 0),T([n({type:Number})],R.prototype,"offsetY",void 0),T([n({type:Number})],R.prototype,"panelWidth",void 0),T([n({type:Number})],R.prototype,"panelHeight",void 0),T([h()],R.prototype,"originalMode",void 0),T([h()],R.prototype,"isMaximizedFromEmbedded",void 0),T([n({type:Boolean})],R.prototype,"isTabPopOut",void 0),T([h()],R.prototype,"isFirstUpdate",void 0),T([h()],R.prototype,"originalEmbeddedWidth",void 0),T([h()],R.prototype,"originalEmbeddedHeight",void 0),R=T([s("nr-panel")],R);export{u as EMPTY_STRING,m as MaximizePosition,R as NrPanelElement,D as PanelDragController,d as PanelMode,p as PanelPosition,O as PanelResizeController,c as PanelSize};