@salla.sa/ui-ai-kit-core 2.1.0 → 2.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (128) hide show
  1. package/dist/cjs/ai-agent-error.cjs.entry.js +3 -3
  2. package/dist/cjs/ai-card.cjs.entry.js +3 -3
  3. package/dist/cjs/ai-chat-container.cjs.entry.js +74 -14
  4. package/dist/cjs/ai-chat-header.cjs.entry.js +64 -8
  5. package/dist/cjs/ai-chat-message.cjs.entry.js +10 -4
  6. package/dist/cjs/ai-conversation-list.cjs.entry.js +38 -22
  7. package/dist/cjs/ai-conversation-summary.cjs.entry.js +3 -3
  8. package/dist/cjs/ai-icon.cjs.entry.js +2 -2
  9. package/dist/cjs/ai-in-chat-browser.cjs.entry.js +68 -0
  10. package/dist/cjs/ai-link.cjs.entry.js +3 -3
  11. package/dist/cjs/ai-loading.cjs.entry.js +3 -3
  12. package/dist/cjs/ai-message-input.cjs.entry.js +12 -7
  13. package/dist/cjs/ai-rating.cjs.entry.js +26 -18
  14. package/dist/cjs/ai-route-decision.cjs.entry.js +3 -3
  15. package/dist/cjs/ai-suggestion.cjs.entry.js +3 -3
  16. package/dist/cjs/ai-voice-input.cjs.entry.js +2 -2
  17. package/dist/cjs/icon-registry-D-m8GW4D.js +126 -0
  18. package/dist/cjs/{index-Bs23yVuF.js → index-BQ8Az7-D.js} +71 -1
  19. package/dist/cjs/loader.cjs.js +2 -2
  20. package/dist/cjs/ui-ai-kit.cjs.js +2 -2
  21. package/dist/collection/collection-manifest.json +2 -1
  22. package/dist/collection/components/ai-agent-error/ai-agent-error.js +1 -1
  23. package/dist/collection/components/ai-card/ai-card.js +2 -2
  24. package/dist/collection/components/ai-chat-container/ai-chat-container.css +175 -3
  25. package/dist/collection/components/ai-chat-container/ai-chat-container.js +166 -11
  26. package/dist/collection/components/ai-chat-header/ai-chat-header.css +107 -0
  27. package/dist/collection/components/ai-chat-header/ai-chat-header.js +242 -8
  28. package/dist/collection/components/ai-chat-message/ai-chat-message.js +8 -2
  29. package/dist/collection/components/ai-conversation-list/ai-conversation-list.css +116 -7
  30. package/dist/collection/components/ai-conversation-list/ai-conversation-list.js +140 -26
  31. package/dist/collection/components/ai-conversation-summary/ai-conversation-summary.js +1 -1
  32. package/dist/collection/components/ai-icon/ai-icon.js +1 -1
  33. package/dist/collection/components/ai-in-chat-browser/ai-in-chat-browser.css +88 -0
  34. package/dist/collection/components/ai-in-chat-browser/ai-in-chat-browser.js +171 -0
  35. package/dist/collection/components/ai-link/ai-link.js +1 -1
  36. package/dist/collection/components/ai-loading/ai-loading.js +1 -1
  37. package/dist/collection/components/ai-message-input/ai-message-input.css +46 -5
  38. package/dist/collection/components/ai-message-input/ai-message-input.js +10 -5
  39. package/dist/collection/components/ai-rating/ai-rating.css +22 -2
  40. package/dist/collection/components/ai-rating/ai-rating.js +46 -17
  41. package/dist/collection/components/ai-route-decision/ai-route-decision.js +1 -1
  42. package/dist/collection/components/ai-suggestion/ai-suggestion.js +2 -2
  43. package/dist/collection/components/ai-voice-input/ai-voice-input.js +1 -1
  44. package/dist/collection/utils/icon-registry.js +27 -7
  45. package/dist/components/ai-agent-error.js +1 -1
  46. package/dist/components/ai-card.js +1 -1
  47. package/dist/components/ai-chat-container.js +1 -1
  48. package/dist/components/ai-chat-header.js +1 -1
  49. package/dist/components/ai-chat-message.js +2 -2
  50. package/dist/components/ai-conversation-list.js +1 -1
  51. package/dist/components/ai-conversation-summary.js +1 -1
  52. package/dist/components/ai-icon.js +1 -1
  53. package/dist/components/ai-in-chat-browser.d.ts +11 -0
  54. package/dist/components/ai-in-chat-browser.js +1 -0
  55. package/dist/components/ai-link.js +1 -1
  56. package/dist/components/ai-loading.js +1 -1
  57. package/dist/components/ai-message-input.js +1 -1
  58. package/dist/components/ai-rating.js +1 -1
  59. package/dist/components/ai-route-decision.js +1 -1
  60. package/dist/components/ai-suggestion.js +1 -1
  61. package/dist/components/ai-voice-input.js +1 -1
  62. package/dist/components/index.js +1 -1
  63. package/dist/components/p-B3gdcdCK.js +1 -0
  64. package/dist/components/{p-Bbmjx9lq.js → p-C2LB8D3t.js} +1 -1
  65. package/dist/components/p-CXJ3iEt8.js +1 -0
  66. package/dist/components/p-D4mVoP6B.js +1 -0
  67. package/dist/components/p-DKsh1ZQX.js +1 -0
  68. package/dist/components/p-DlD8m3rf.js +1 -0
  69. package/dist/components/{p-C5gkZloN.js → p-NKAwri_g.js} +1 -1
  70. package/dist/esm/ai-agent-error.entry.js +3 -3
  71. package/dist/esm/ai-card.entry.js +3 -3
  72. package/dist/esm/ai-chat-container.entry.js +74 -14
  73. package/dist/esm/ai-chat-header.entry.js +64 -8
  74. package/dist/esm/ai-chat-message.entry.js +10 -4
  75. package/dist/esm/ai-conversation-list.entry.js +38 -22
  76. package/dist/esm/ai-conversation-summary.entry.js +3 -3
  77. package/dist/esm/ai-icon.entry.js +2 -2
  78. package/dist/esm/ai-in-chat-browser.entry.js +66 -0
  79. package/dist/esm/ai-link.entry.js +3 -3
  80. package/dist/esm/ai-loading.entry.js +3 -3
  81. package/dist/esm/ai-message-input.entry.js +12 -7
  82. package/dist/esm/ai-rating.entry.js +26 -18
  83. package/dist/esm/ai-route-decision.entry.js +3 -3
  84. package/dist/esm/ai-suggestion.entry.js +3 -3
  85. package/dist/esm/ai-voice-input.entry.js +2 -2
  86. package/dist/esm/icon-registry-DlD8m3rf.js +124 -0
  87. package/dist/esm/{index-hxWjzqcH.js → index-BSQ0GkzI.js} +71 -1
  88. package/dist/esm/loader.js +3 -3
  89. package/dist/esm/ui-ai-kit.js +3 -3
  90. package/dist/types/components/ai-chat-container/ai-chat-container.d.ts +18 -1
  91. package/dist/types/components/ai-chat-header/ai-chat-header.d.ts +27 -1
  92. package/dist/types/components/ai-conversation-list/ai-conversation-list.d.ts +12 -2
  93. package/dist/types/components/ai-in-chat-browser/ai-in-chat-browser.d.ts +22 -0
  94. package/dist/types/components/ai-rating/ai-rating.d.ts +4 -1
  95. package/dist/types/components.d.ts +283 -8
  96. package/dist/types/utils/icon-registry.d.ts +1 -1
  97. package/dist/ui-ai-kit/{p-889c6b00.entry.js → p-1e8e6440.entry.js} +1 -1
  98. package/dist/ui-ai-kit/p-29d84924.entry.js +1 -0
  99. package/dist/ui-ai-kit/p-39a2d4c3.entry.js +1 -0
  100. package/dist/ui-ai-kit/{p-ccaec7b4.entry.js → p-3a86919b.entry.js} +1 -1
  101. package/dist/ui-ai-kit/{p-5ea933a4.entry.js → p-47797619.entry.js} +1 -1
  102. package/dist/ui-ai-kit/{p-b33e92ea.entry.js → p-658d8b24.entry.js} +1 -1
  103. package/dist/ui-ai-kit/{p-3268aa48.entry.js → p-73cbb80b.entry.js} +1 -1
  104. package/dist/ui-ai-kit/p-77ef8015.entry.js +1 -0
  105. package/dist/ui-ai-kit/{p-999dd7c8.entry.js → p-78fb4ceb.entry.js} +1 -1
  106. package/dist/ui-ai-kit/p-849cd7e2.entry.js +1 -0
  107. package/dist/ui-ai-kit/p-8cb807f3.entry.js +1 -0
  108. package/dist/ui-ai-kit/p-BSQ0GkzI.js +2 -0
  109. package/dist/ui-ai-kit/p-DlD8m3rf.js +1 -0
  110. package/dist/ui-ai-kit/p-abd68089.entry.js +1 -0
  111. package/dist/ui-ai-kit/{p-27bf454d.entry.js → p-b88808a4.entry.js} +1 -1
  112. package/dist/ui-ai-kit/{p-6b9b1022.entry.js → p-c9dca99e.entry.js} +1 -1
  113. package/dist/ui-ai-kit/{p-2342431f.entry.js → p-dac67692.entry.js} +1 -1
  114. package/dist/ui-ai-kit/{p-9a4b8c7e.entry.js → p-eb40ffd0.entry.js} +2 -2
  115. package/dist/ui-ai-kit/ui-ai-kit.css +1 -1
  116. package/dist/ui-ai-kit/ui-ai-kit.esm.js +1 -1
  117. package/package.json +1 -1
  118. package/dist/cjs/icon-registry-BKb9-2Nt.js +0 -106
  119. package/dist/components/p-CAnlgwx0.js +0 -1
  120. package/dist/components/p-SJZ6Ujn9.js +0 -1
  121. package/dist/esm/icon-registry-SJZ6Ujn9.js +0 -104
  122. package/dist/ui-ai-kit/p-1cce63d4.entry.js +0 -1
  123. package/dist/ui-ai-kit/p-1e7608ee.entry.js +0 -1
  124. package/dist/ui-ai-kit/p-2a49ee93.entry.js +0 -1
  125. package/dist/ui-ai-kit/p-6b61d00f.entry.js +0 -1
  126. package/dist/ui-ai-kit/p-SJZ6Ujn9.js +0 -1
  127. package/dist/ui-ai-kit/p-a424e69b.entry.js +0 -1
  128. package/dist/ui-ai-kit/p-hxWjzqcH.js +0 -2
@@ -0,0 +1,68 @@
1
+ 'use strict';
2
+
3
+ var index = require('./index-BQ8Az7-D.js');
4
+
5
+ const aiInChatBrowserCss = () => `:host{display:flex;flex-direction:column;width:calc(100% + 2 * var(--ai-spacing-2xl, 16px));height:calc(100% + 2 * var(--ai-spacing-2xl, 16px));margin:calc(-1 * var(--ai-spacing-2xl, 16px))}.browser-container{display:flex;flex-direction:column;width:100%;height:100%;background:var(--ai-bg-card);overflow:hidden}.browser-content{flex:1;position:relative;overflow:hidden;background:var(--ai-bg-surface)}.browser-iframe{width:100%;height:100%;border:none;display:block;background:var(--ai-bg-card)}.browser-loading{position:absolute;top:0;left:0;right:0;z-index:2;height:3px;overflow:hidden;background:var(--ai-border-light)}.loading-bar{width:40%;height:100%;background:var(--ai-accent);border-radius:2px;animation:browser-loading-slide 1.2s ease-in-out infinite}@keyframes browser-loading-slide{0%{transform:translateX(-100%)}100%{transform:translateX(350%)}}.browser-error{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:8px;padding:24px;text-align:center}.error-text{font-size:14px;font-weight:600;color:var(--ai-text-primary)}.error-url{font-size:12px;color:var(--ai-text-muted);word-break:break-all;max-width:280px}`;
6
+
7
+ const AiInChatBrowser = class {
8
+ constructor(hostRef) {
9
+ index.registerInstance(this, hostRef);
10
+ this.browserClose = index.createEvent(this, "browserClose");
11
+ this.browserOpenExternal = index.createEvent(this, "browserOpenExternal");
12
+ }
13
+ /** The URL to display inside the in-chat browser iframe */
14
+ url = '';
15
+ /** Page title shown in the browser header. Defaults to the URL hostname when empty. */
16
+ pageTitle = '';
17
+ /** Show the drag handle in the header (for floating containers) */
18
+ isDraggable = false;
19
+ /** Fired when the user clicks the back / close button to dismiss the browser */
20
+ browserClose;
21
+ /** Fired when the user clicks the external-link button */
22
+ browserOpenExternal;
23
+ isLoading = true;
24
+ hasError = false;
25
+ onUrlChange() {
26
+ this.isLoading = true;
27
+ this.hasError = false;
28
+ }
29
+ getDisplayTitle() {
30
+ if (this.pageTitle)
31
+ return this.pageTitle;
32
+ try {
33
+ const parsed = new URL(this.url);
34
+ return parsed.hostname;
35
+ }
36
+ catch {
37
+ return this.url || '';
38
+ }
39
+ }
40
+ handleIframeLoad = () => {
41
+ this.isLoading = false;
42
+ };
43
+ handleIframeError = () => {
44
+ this.isLoading = false;
45
+ this.hasError = true;
46
+ };
47
+ handleBack = () => {
48
+ this.browserClose.emit();
49
+ };
50
+ handleOpenExternal = () => {
51
+ if (this.url) {
52
+ window.open(this.url, '_blank', 'noopener,noreferrer');
53
+ }
54
+ this.browserOpenExternal.emit(this.url);
55
+ };
56
+ render() {
57
+ const displayTitle = this.getDisplayTitle();
58
+ return (index.h(index.Host, { key: '8486b7a1506c0eb22dea066adfc98ede9e2542c4' }, index.h("div", { key: '8781447cadcc8f33dba9b6eb6b63e1e1cb6c0cfd', class: "browser-container" }, index.h("ai-chat-header", { key: 'f30265b9050991ccbe61e0eeb53015f9b56c113b', mode: "browser", pageTitle: displayTitle, pageUrl: this.url, isDraggable: this.isDraggable, onBackClick: this.handleBack, onOpenExternal: () => this.handleOpenExternal() }), index.h("div", { key: '2d1ecf5b11e882ab1632278edacf55fa264e1a08', class: "browser-content" }, this.isLoading && (index.h("div", { key: '0e3fc77efa82fb52c5a531b3b30fb81fcee339d8', class: "browser-loading" }, index.h("div", { key: '09db30ff5f494eedfaf7928389abda72dceb9597', class: "loading-bar" }))), this.hasError ? (index.h("div", { class: "browser-error" }, index.h("span", { class: "error-text" }, "\u062A\u0639\u0630\u0651\u0631 \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u0635\u0641\u062D\u0629"), index.h("span", { class: "error-url" }, this.url))) : (this.url && (index.h("iframe", { class: "browser-iframe", src: this.url, onLoad: this.handleIframeLoad, onError: this.handleIframeError, sandbox: "allow-scripts allow-same-origin allow-forms allow-popups", referrerPolicy: "no-referrer", title: displayTitle })))))));
59
+ }
60
+ static get watchers() { return {
61
+ "url": [{
62
+ "onUrlChange": 0
63
+ }]
64
+ }; }
65
+ };
66
+ AiInChatBrowser.style = aiInChatBrowserCss();
67
+
68
+ exports.ai_in_chat_browser = AiInChatBrowser;
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-Bs23yVuF.js');
4
- var iconRegistry = require('./icon-registry-BKb9-2Nt.js');
3
+ var index = require('./index-BQ8Az7-D.js');
4
+ var iconRegistry = require('./icon-registry-D-m8GW4D.js');
5
5
 
6
6
  const aiLinkCss = () => `:host{--ai-link-font-size:14px;--ai-link-font-weight:700;--ai-link-line-height:20px;--ai-link-gap:4px;--ai-link-icon-size:16px;display:flex;align-items:center;gap:var(--ai-link-gap)}.link{display:inline-flex;align-items:center;justify-content:flex-end;gap:var(--ai-link-gap);color:var(--ai-accent-dark);font-size:var(--ai-link-font-size);font-weight:var(--ai-link-font-weight);font-family:inherit;line-height:var(--ai-link-line-height);text-decoration:none;white-space:nowrap;cursor:pointer;transition:color 0.15s ease;outline:none}.link:hover{color:var(--ai-accent-dark);text-decoration:underline}.link:focus-visible{outline:2px solid var(--ai-accent);outline-offset:2px;border-radius:4px}.link__icon{display:inline-flex;align-items:center;justify-content:center;width:var(--ai-link-icon-size);height:var(--ai-link-icon-size);flex-shrink:0;line-height:0}.link__label{color:var(--ai-accent-dark);font-weight:bold}`;
7
7
 
@@ -26,7 +26,7 @@ const AiLink = class {
26
26
  }
27
27
  render() {
28
28
  const rel = this.rel || (this.target === '_blank' ? 'noopener noreferrer' : undefined);
29
- return (index.h(index.Host, { key: 'fbcd3760a7715aafa99b695597570de03c627014' }, index.h("span", { key: '8583d3c2576ea89dd95ffe57dc3a6c25afa6c9c1', class: "link__label" }, this.label, index.h("slot", { key: '272e44ad77cc4534b50e3ccdc34aac3fe43dcf02' })), index.h("a", { key: 'f5527c895f5d309c67da2a3b81accd9b2a263212', class: "link", href: this.href, target: this.target, rel: rel }, this.renderShareIcon())));
29
+ return (index.h(index.Host, { key: 'e0e34a4c2a3534a3b449bac613c6f7cb512420d3' }, index.h("span", { key: '5776ddc64676ecaabb4f36a0e9833026dc730c23', class: "link__label" }, this.label, index.h("slot", { key: '436a334a51bea342b839d5fad9743aaf6b66a94d' })), index.h("a", { key: '3880c1429a8a24a9dee700c9f0592ac673ce68f0', class: "link", href: this.href, target: this.target, rel: rel }, this.renderShareIcon())));
30
30
  }
31
31
  };
32
32
  AiLink.style = aiLinkCss();
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-Bs23yVuF.js');
4
- var iconRegistry = require('./icon-registry-BKb9-2Nt.js');
3
+ var index = require('./index-BQ8Az7-D.js');
4
+ var iconRegistry = require('./icon-registry-D-m8GW4D.js');
5
5
 
6
6
  const aiLoadingCss = () => `:host{display:block}.icon-wrap{display:inline-flex;align-items:center;justify-content:center;line-height:0}.sparkle-avatar-wrap{display:inline-flex;align-items:center;gap:6px;flex-shrink:0}@keyframes sparkle-twinkle{0%,100%{transform:scale(1);opacity:1;filter:brightness(1)}15%{transform:scale(1.4);opacity:0.4;filter:brightness(2)}30%{transform:scale(0.85);opacity:0.9;filter:brightness(0.9)}50%{transform:scale(1.3);opacity:0.5;filter:brightness(1.8)}70%{transform:scale(0.9);opacity:1;filter:brightness(1)}}.sparkle-avatar{width:24px;height:24px;border-radius:9999px;background:var(--ai-bg-card);box-shadow:var(--ai-shadow-inner);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--ai-amber)}.sparkle-avatar .icon-wrap{animation:sparkle-twinkle 2.4s ease-in-out infinite;transform-origin:center}.header-agent{font-size:12px;color:var(--ai-text-secondary);white-space:nowrap}.thinking-row{display:inline-flex;align-items:center;gap:8px;flex-direction:row}.thinking-col{display:flex;flex-direction:column;gap:2px}@keyframes shimmer{0%{background-position:200% center}100%{background-position:-200% center}}.shimmer-text{font-size:14px;font-weight:400;line-height:1.5;background:var(--ai-glow-gradient);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:shimmer 2s linear infinite}.shimmer-text.subtext{font-size:12px;opacity:0.75}@keyframes fade-in{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.steps-card{background:var(--ai-bg-card);border:1px solid var(--ai-border-default);border-radius:16px;box-shadow:var(--ai-shadow-sm);overflow:hidden;animation:fade-in 0.3s ease}.steps-header{padding:16px;display:flex;align-items:center;gap:8px;border-bottom:1px solid var(--ai-border-default)}.steps-header.collapsible{cursor:pointer;user-select:none}.steps-header-center{flex:1;display:flex;align-items:center;gap:8px;min-width:0}.steps-title{font-size:16px;font-weight:500;color:var(--ai-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.progress-badge{font-size:12px;font-weight:500;color:var(--ai-accent-dark);background:var(--ai-accent-bg);padding:2px 8px;border-radius:9999px;white-space:nowrap;flex-shrink:0}.progress-badge.executing-title{max-width:180px;overflow:hidden;text-overflow:ellipsis}.collapse-btn{display:inline-flex;align-items:center;justify-content:center;background:none;border:none;padding:0;cursor:pointer;color:var(--ai-text-secondary);flex-shrink:0;transition:transform 0.2s ease;transform:rotate(180deg)}.collapse-btn.expanded{transform:rotate(0deg)}.steps-body{padding:12px 16px;display:flex;flex-direction:column}.planning-shimmer{padding:4px 0}.step-row{display:flex;align-items:flex-start;gap:12px;cursor:pointer;padding:4px 0}.step-row:hover .step-text{color:var(--ai-text-primary)}.step-row.pending{opacity:0.5}.step-row.executing .step-text{color:var(--ai-text-primary)}.step-row.failed .step-text{color:var(--ai-error-text, #dc2626)}.step-content{flex:1;display:flex;flex-direction:column;gap:2px;padding-top:4px}.step-text{font-size:14px;font-weight:400;color:var(--ai-text-secondary);line-height:1.5}.step-description{font-size:12px;color:var(--ai-text-secondary);line-height:1.4}.step-duration{font-size:11px;color:var(--ai-text-secondary);opacity:0.7}.agent-chip{display:inline-flex;align-self:flex-start;font-size:11px;padding:1px 6px;border-radius:9999px;border:1px solid var(--ai-border-default);color:var(--ai-text-secondary)}.step-badge-col{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.step-separator{width:1px;height:16px;background:var(--ai-border-default);margin:2px 0}@keyframes pulse-ring{0%{transform:scale(1);opacity:0.6}100%{transform:scale(2);opacity:0}}.step-badge-outer{padding:2px;border-radius:9999px;background:var(--ai-bg-surface);display:inline-flex;align-items:center;justify-content:center;position:relative}.step-badge-outer.pulse-ring::after{content:'';position:absolute;inset:0;border-radius:9999px;border:2px solid var(--ai-amber);animation:pulse-ring 1.2s ease-out infinite}.step-badge-inner{width:26px;height:26px;border-radius:9999px;background:var(--ai-bg-card);box-shadow:var(--ai-shadow-badge);display:flex;align-items:center;justify-content:center;color:var(--ai-text-secondary)}.step-badge-inner.completed{background:var(--ai-success-bg);color:var(--ai-success-text)}.step-badge-inner.executing{color:var(--ai-amber)}.step-badge-inner.failed{background:var(--ai-error-bg, #fee2e2);color:var(--ai-error-text, #dc2626)}.step-number{font-size:14px;font-weight:500;color:var(--ai-text-secondary);line-height:1}`;
7
7
 
@@ -82,7 +82,7 @@ const AiLoading = class {
82
82
  return (index.h("div", { class: "steps-card" }, index.h("div", { class: `steps-header ${this.collapsible ? 'collapsible' : ''}`, onClick: () => this.handleToggle() }, this.renderSparkleAvatar(this.currentAgent || undefined), index.h("div", { class: "steps-header-center" }, index.h("span", { class: "steps-title" }, this.headerTitle), headerBadge()), this.collapsible && index.h("button", { class: `collapse-btn ${this._expanded ? 'expanded' : ''}` }, this.renderIcon('chevron-down', 20, 20))), this._expanded && total === 0 && this.renderPlanningShimmer(), this._expanded && total > 0 && (index.h("div", { class: "steps-body" }, this.steps.map((step, i) => (index.h("div", { class: `step-row ${step.status}`, onClick: () => this.stepClick.emit(step) }, index.h("div", { class: "step-badge-col" }, this.renderStepBadge(step, i), i < this.steps.length - 1 && index.h("div", { class: "step-separator" })), index.h("div", { class: "step-content" }, index.h("span", { class: "step-text" }, step.action), step.reason && index.h("span", { class: "step-description" }, step.reason)))))))));
83
83
  }
84
84
  render() {
85
- return index.h(index.Host, { key: 'da2c7fad8bbf4e572972a9b8308204cecb91dd63' }, this.mode === 'thinking' ? this.renderThinkingMode() : this.renderStepsMode());
85
+ return index.h(index.Host, { key: 'f4523c26d9ce0d9bf14b313e4b10cadd2fc2b95f' }, this.mode === 'thinking' ? this.renderThinkingMode() : this.renderStepsMode());
86
86
  }
87
87
  };
88
88
  AiLoading.style = aiLoadingCss();
@@ -1,8 +1,8 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-Bs23yVuF.js');
3
+ var index = require('./index-BQ8Az7-D.js');
4
4
 
5
- const aiMessageInputCss = () => `:host{display:block;width:100%}.wrapper{position:relative;padding:var(--Spacing-Sizes-lg, 12px)}.glow{position:absolute;bottom:20px;left:39px;right:39px;height:29px;border-radius:9999px;background:var(--ai-input-glow);filter:blur(20px);opacity:0.9;pointer-events:none}.input-container{position:relative;background-color:var(--ai-bg-input);border-radius:var(--ai-input-border-radius, 9999px);border:1px solid var(--ai-border-default);box-shadow:var(--ai-shadow-sm);padding:var(--ai-input-padding, 12px);overflow:hidden;transition:border-radius 0.15s ease}.input-container.multiline{border-radius:var(--ai-input-border-radius-multiline, 20px)}.input-row{display:flex;align-items:center;gap:var(--ai-input-gap, 12px)}.input-container.multiline .input-row{align-items:flex-end}.actions{display:flex;align-items:center;gap:var(--ai-actions-gap, 8px);flex-shrink:0}.send-button{display:inline-flex;align-items:center;justify-content:center;gap:4px;min-height:32px;max-height:32px;padding:4px 8px;border-radius:32px;border:2px solid var(--ai-border-default);background-color:var(--ai-border-default);color:var(--ai-text-secondary);cursor:not-allowed;transition:background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;flex-shrink:0}.send-button.active{background-color:var(--ai-send-button-active-bg, var(--ai-accent));border-color:var(--ai-send-button-active-border, var(--ai-accent));color:var(--ai-accent-text);cursor:pointer}.send-button.active:hover{background-color:var(--ai-send-button-active-hover-bg, var(--ai-accent));border-color:var(--ai-send-button-active-hover-border, var(--ai-accent))}.send-button:focus{outline:none;box-shadow:0 0 0 2px var(--ai-focus-ring-color, var(--ai-focus-ring))}.voice-button{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:32px;border:none;background-color:transparent;color:var(--ai-text-secondary);cursor:pointer;transition:background-color 0.2s ease, color 0.2s ease;flex-shrink:0}.voice-button:hover:not(:disabled){background-color:var(--ai-hover-overlay);color:var(--ai-voice-button-hover-color, var(--ai-text-secondary))}.voice-button:disabled{cursor:not-allowed;opacity:0.5}.voice-button:focus{outline:none;box-shadow:0 0 0 2px var(--ai-focus-ring-color, var(--ai-focus-ring))}.textarea{flex:1;resize:none;outline:none;border:none;background:transparent;font-size:var(--ai-input-font-size, 14px);line-height:var(--ai-input-line-height, 20px);color:var(--ai-text-primary);font-family:inherit;min-height:20px;max-height:var(--ai-input-max-height, 120px);overflow-y:hidden;text-align:start;padding:0}.textarea::placeholder{color:var(--ai-text-secondary)}.textarea:disabled{cursor:not-allowed;opacity:0.6}.input-container:focus-within{border-color:var(--ai-input-focus-border-color, var(--ai-accent));box-shadow:var(--ai-input-focus-glow)}:host([disabled]) .wrapper{opacity:0.6;pointer-events:none}:host([disabled]) .glow{display:none}.char-counter{font-size:11px;color:var(--ai-text-secondary);flex-shrink:0;transition:color 0.2s ease}.char-counter.warning{color:var(--ai-voice-timer-warning-color, var(--ai-danger-text))}`;
5
+ const aiMessageInputCss = () => `:host{display:block;width:100%}.wrapper{position:relative;padding:var(--Spacing-Sizes-lg, 12px)}.glow{position:absolute;bottom:20px;left:39px;right:39px;height:29px;border-radius:9999px;background:var(--ai-input-glow);filter:blur(20px);opacity:0.9;pointer-events:none}.input-container{position:relative;background-color:var(--ai-bg-input);border-radius:var(--ai-input-border-radius, 9999px);border:1px solid var(--ai-border-default);box-shadow:var(--ai-shadow-sm);padding:var(--ai-input-padding, 12px);overflow:hidden;transition:border-radius 0.15s ease}.input-container.multiline{border-radius:var(--ai-input-border-radius-multiline, 20px)}.input-row{display:flex;align-items:center;gap:var(--ai-input-gap, 12px)}.input-container.multiline .input-row{align-items:flex-end}.actions{display:flex;align-items:center;gap:var(--ai-actions-gap, 8px);flex-shrink:0}.send-button{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border-radius:9999px;border:2px solid var(--ai-border-default);background-color:var(--ai-border-default);color:var(--ai-text-secondary);cursor:not-allowed;transition:background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;flex-shrink:0}.send-button.active{background-color:var(--ai-send-button-active-bg, var(--ai-accent));border-color:var(--ai-send-button-active-border, var(--ai-accent));color:var(--ai-accent-text);cursor:pointer}.send-button.active:hover{background-color:var(--ai-send-button-active-hover-bg, var(--ai-accent));border-color:var(--ai-send-button-active-hover-border, var(--ai-accent))}.send-button:focus{outline:none;box-shadow:0 0 0 2px var(--ai-focus-ring-color, var(--ai-focus-ring))}.voice-button{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:32px;border:none;background-color:transparent;color:var(--ai-text-secondary);cursor:pointer;transition:background-color 0.2s ease, color 0.2s ease;flex-shrink:0}.voice-button:hover:not(:disabled){background-color:var(--ai-hover-overlay);color:var(--ai-voice-button-hover-color, var(--ai-text-secondary))}.voice-button:disabled{cursor:not-allowed;opacity:0.5}.voice-button:focus{outline:none;box-shadow:0 0 0 2px var(--ai-focus-ring-color, var(--ai-focus-ring))}.textarea{flex:1;resize:none;outline:none;border:none;background:transparent;font-size:var(--ai-input-font-size, 14px);line-height:var(--ai-input-line-height, 20px);color:var(--ai-text-primary);font-family:inherit;min-height:20px;max-height:var(--ai-input-max-height, 120px);overflow-y:hidden;text-align:start;padding:0}.textarea::placeholder{color:var(--ai-text-secondary)}.textarea:disabled{cursor:not-allowed;opacity:0.6}.input-container:focus-within{border-color:var(--ai-input-focus-border-color, var(--ai-accent));box-shadow:var(--ai-input-focus-glow)}:host([disabled]) .wrapper{opacity:0.6;pointer-events:none}:host([disabled]) .glow{display:none}.char-counter{font-size:11px;color:var(--ai-text-secondary);flex-shrink:0;transition:color 0.2s ease}.char-counter.warning{color:var(--ai-voice-timer-warning-color, var(--ai-danger-text))}.voice-recorder-wrapper{position:relative}.voice-dismiss-btn{position:absolute;bottom:25px;inset-inline-end:25px;display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:2px solid var(--ai-border-default);border-radius:50%;background:var(--ai-border-default);color:var(--ai-text-secondary);font-size:0;cursor:pointer;transition:background 0.15s, border-color 0.15s, color 0.15s;z-index:10}.voice-dismiss-btn:hover{background:var(--ai-bg-surface);border-color:var(--ai-bg-surface);color:var(--ai-status-danger, #ef4444)}.voice-dismiss-btn:focus-visible{outline:2px solid var(--ai-focus-ring-color, var(--ai-focus-ring));outline-offset:1px}`;
6
6
 
7
7
  const MessageInput = class {
8
8
  constructor(hostRef) {
@@ -34,10 +34,10 @@ const MessageInput = class {
34
34
  }
35
35
  /** Set the textarea value programmatically (e.g. after speech-to-text transcription) */
36
36
  async setInputValue(value) {
37
- this.inputValue = value;
37
+ const clamped = value.slice(0, this.maxLength);
38
+ this.inputValue = clamped;
38
39
  if (this.textareaRef) {
39
- // Set value imperatively before measuring to avoid stale scrollHeight from async render queue
40
- this.textareaRef.value = value;
40
+ this.textareaRef.value = clamped;
41
41
  this.updateHeight();
42
42
  this.textareaRef.focus();
43
43
  }
@@ -76,12 +76,17 @@ const MessageInput = class {
76
76
  this.showVoiceRecorder = false;
77
77
  };
78
78
  handleInputChange = (e) => {
79
- this.inputValue = e.target.value;
79
+ let value = e.target.value;
80
+ if (value.length > this.maxLength) {
81
+ value = value.slice(0, this.maxLength);
82
+ e.target.value = value;
83
+ }
84
+ this.inputValue = value;
80
85
  this.updateHeight();
81
86
  };
82
87
  render() {
83
88
  if (this.showVoiceRecorder) {
84
- return (index.h(index.Host, null, index.h("ai-voice-input", { autoStart: true, onAudioRecorded: this.handleAudioRecorded, onRecordingCancel: this.handleRecordingCancel })));
89
+ return (index.h(index.Host, null, index.h("div", { class: "voice-recorder-wrapper" }, index.h("ai-voice-input", { autoStart: true, onAudioRecorded: this.handleAudioRecorded, onRecordingCancel: this.handleRecordingCancel }), index.h("button", { type: "button", class: "voice-dismiss-btn", onClick: this.handleRecordingCancel, "aria-label": "Close voice recorder" }, index.h("ai-icon", { name: "cancel", size: 14 })))));
85
90
  }
86
91
  const canSend = !!this.inputValue.trim() && !this.disabled;
87
92
  const remaining = this.maxLength - this.inputValue.length;
@@ -1,15 +1,16 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-Bs23yVuF.js');
3
+ var index = require('./index-BQ8Az7-D.js');
4
+ var iconRegistry = require('./icon-registry-D-m8GW4D.js');
4
5
 
5
- const aiRatingCss = () => `:host{--ai-rating-question-size:16px;--ai-rating-subtitle-size:14px;--ai-rating-gap:8px;--ai-rating-emoji-size:24px;--ai-rating-btn-padding:6px;--ai-rating-btn-border:1px solid var(--ai-border-light);--ai-rating-btn-radius:9999px;--ai-rating-btn-bg-hover:var(--ai-bg-surface);--ai-rating-btn-border-hover:1px solid var(--ai-border-default);--ai-rating-btn-bg-active:var(--ai-warning-bg);--ai-rating-btn-border-active:1px solid var(--ai-warning-border);--ai-rating-btn-shadow-active:var(--ai-shadow-active);--ai-rating-label-size:16px;display:block}.rating{display:flex;flex-direction:column;align-items:center;gap:var(--ai-rating-gap);width:100%}.rating__text{display:flex;flex-direction:column;align-items:center;gap:2px;width:100%;text-align:center}.rating__question{margin:0;font-size:var(--ai-rating-question-size);font-weight:500;line-height:24px;color:var(--ai-text-primary)}.rating__subtitle{margin:0;font-size:var(--ai-rating-subtitle-size);font-weight:400;line-height:20px;color:var(--ai-text-secondary)}.rating__icons{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;flex-wrap:wrap}.emoji-btn{display:inline-flex;align-items:center;justify-content:center;padding:var(--ai-rating-btn-padding);border:var(--ai-rating-btn-border);border-radius:var(--ai-rating-btn-radius);background:transparent;cursor:pointer;transition:background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;outline:none}.emoji-btn:focus-visible{outline:2px solid var(--ai-warning-border);outline-offset:2px}.emoji-btn:hover:not(:disabled),.emoji-btn--hovered{background:var(--ai-rating-btn-bg-hover);border:var(--ai-rating-btn-border-hover);transform:scale(1.1)}.emoji-btn--active{background:var(--ai-rating-btn-bg-active) !important;border:var(--ai-rating-btn-border-active) !important;box-shadow:var(--ai-rating-btn-shadow-active);transform:scale(1.18) !important}.emoji-btn--disabled{opacity:0.45;cursor:not-allowed;pointer-events:none}.emoji-btn__icon{font-size:var(--ai-rating-emoji-size);line-height:1;display:inline-flex;align-items:center;justify-content:center;width:var(--ai-rating-emoji-size);height:var(--ai-rating-emoji-size);pointer-events:none}.rating__selected-label{margin:0;font-size:var(--ai-rating-label-size);font-weight:500;line-height:24px;color:var(--ai-text-primary);text-align:center;width:100%;animation:fadeIn 0.15s ease}@keyframes fadeIn{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}`;
6
+ const aiRatingCss = () => `:host{--ai-rating-question-size:16px;--ai-rating-subtitle-size:14px;--ai-rating-gap:8px;--ai-rating-emoji-size:24px;--ai-rating-btn-padding:6px;--ai-rating-btn-border:1px solid var(--ai-border-light);--ai-rating-btn-radius:9999px;--ai-rating-btn-bg-hover:var(--ai-bg-surface);--ai-rating-btn-border-hover:1px solid var(--ai-border-default);--ai-rating-btn-bg-active:var(--ai-warning-bg);--ai-rating-btn-border-active:1px solid var(--ai-warning-border);--ai-rating-btn-shadow-active:var(--ai-shadow-active);--ai-rating-label-size:16px;display:block}.rating{display:flex;flex-direction:column;align-items:center;gap:var(--ai-rating-gap);width:100%}.rating__text{display:flex;flex-direction:column;align-items:center;gap:2px;width:100%;text-align:center}.rating__question{margin:0;font-size:var(--ai-rating-question-size);font-weight:500;line-height:24px;color:var(--ai-text-primary)}.rating__subtitle{margin:0;font-size:var(--ai-rating-subtitle-size);font-weight:400;line-height:20px;color:var(--ai-text-secondary)}.rating__icons{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;flex-wrap:wrap}.emoji-btn{display:inline-flex;align-items:center;justify-content:center;padding:var(--ai-rating-btn-padding);border:var(--ai-rating-btn-border);border-radius:var(--ai-rating-btn-radius);background:transparent;cursor:pointer;transition:background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;outline:none}.emoji-btn:focus-visible{outline:2px solid var(--ai-warning-border);outline-offset:2px}.emoji-btn:hover:not(:disabled),.emoji-btn--hovered{background:var(--ai-rating-btn-bg-hover);border:var(--ai-rating-btn-border-hover);transform:scale(1.1)}.emoji-btn--active{background:var(--ai-rating-btn-bg-active) !important;border:var(--ai-rating-btn-border-active) !important;box-shadow:var(--ai-rating-btn-shadow-active);transform:scale(1.18) !important}.emoji-btn--disabled{opacity:0.45;cursor:not-allowed;pointer-events:none}.emoji-btn__icon{font-size:var(--ai-rating-emoji-size);line-height:1;display:inline-flex;align-items:center;justify-content:center;width:var(--ai-rating-emoji-size);height:var(--ai-rating-emoji-size);pointer-events:none}.rating__hover-label{margin:0;font-size:var(--ai-rating-label-size);font-weight:500;line-height:24px;color:var(--ai-text-primary);text-align:center;width:100%;animation:fadeIn 0.15s ease}.rating--success{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:16px 0;animation:fadeIn 0.2s ease}.rating__success-message{margin:0;font-size:var(--ai-rating-question-size);font-weight:500;line-height:24px;color:var(--ai-text-primary);text-align:center}@keyframes fadeIn{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}`;
6
7
 
7
8
  const EMOJI_OPTIONS = [
8
- { value: 1, emoji: '😠', label: 'سيئ جداً' },
9
- { value: 2, emoji: '☹️', label: 'سيئ' },
10
- { value: 3, emoji: '😐', label: 'مقبول' },
11
- { value: 4, emoji: '🙂', label: 'جيد' },
12
- { value: 5, emoji: '😍', label: 'ممتاز' },
9
+ { value: 1, icon: 'emoji-angry', label: 'سيئ جداً' },
10
+ { value: 2, icon: 'emoji-frowning', label: 'سيئ' },
11
+ { value: 3, icon: 'emoji-neutral', label: 'مقبول' },
12
+ { value: 4, icon: 'emoji-slightly-smiling', label: 'جيد' },
13
+ { value: 5, icon: 'emoji-heart-eyes', label: 'ممتاز' },
13
14
  ];
14
15
  const AiRating = class {
15
16
  constructor(hostRef) {
@@ -20,36 +21,43 @@ const AiRating = class {
20
21
  question = 'كيف كانت تجربتك؟';
21
22
  /** Sub-label below the question */
22
23
  subtitle = 'رأيك يساعدنا نحسن الخدمة';
24
+ /** Success message shown after rating is submitted */
25
+ successMessage = 'شكراً لتقييمك!';
23
26
  /** Currently selected rating value (1–5) */
24
27
  value = null;
25
28
  /** Disable interaction */
26
29
  disabled = false;
27
30
  hovered = null;
31
+ submitted = false;
28
32
  ratingChange;
29
33
  select(val) {
30
- if (this.disabled)
34
+ if (this.disabled || this.submitted)
31
35
  return;
32
- this.value = this.value === val ? null : val;
33
- if (this.value !== null)
34
- this.ratingChange.emit(this.value);
36
+ this.value = val;
37
+ this.submitted = true;
38
+ this.ratingChange.emit(this.value);
35
39
  }
36
- get selectedLabel() {
37
- if (this.value === null)
40
+ get hoveredLabel() {
41
+ if (this.hovered === null)
38
42
  return null;
39
- return EMOJI_OPTIONS.find(o => o.value === this.value)?.label ?? null;
43
+ return EMOJI_OPTIONS.find(o => o.value === this.hovered)?.label ?? null;
40
44
  }
41
45
  render() {
42
- const label = this.selectedLabel;
43
- return (index.h(index.Host, { key: 'e540c94762552fbf2bc8a60f37a9059e1f9b6610' }, index.h("div", { key: '0e5ff97267ee692a19e6e1ba5d6f32b456d6401e', class: "rating" }, index.h("div", { key: '00c30cb515c0d51d7c1f9e8393f15b1d0475ffc7', class: "rating__text" }, index.h("p", { key: '2a390c9465eed30fac0d8f8291f6a7c2dab35a47', class: "rating__question" }, this.question), index.h("p", { key: '09a1010df00e31aa05946e6a1cf1fc23d9fa77a0', class: "rating__subtitle" }, this.subtitle)), index.h("div", { key: '777a46e4157d1c1bc3691bdd0783a7023f7e3d8d', class: "rating__icons", role: "group", "aria-label": this.question }, EMOJI_OPTIONS.map(opt => {
46
+ const label = this.hoveredLabel;
47
+ if (this.submitted) {
48
+ return (index.h(index.Host, null, index.h("ai-card", null, index.h("div", { class: "rating rating--success" }, index.h("ai-icon", { name: "check-circle", size: 32 }), index.h("p", { class: "rating__success-message" }, this.successMessage)))));
49
+ }
50
+ return (index.h(index.Host, null, index.h("ai-card", null, index.h("div", { class: "rating" }, index.h("div", { class: "rating__text" }, index.h("p", { class: "rating__question" }, this.question), index.h("p", { class: "rating__subtitle" }, this.subtitle)), index.h("div", { class: "rating__icons", role: "group", "aria-label": this.question }, EMOJI_OPTIONS.map(opt => {
44
51
  const isActive = this.value === opt.value;
45
52
  const isHovered = this.hovered === opt.value;
53
+ const icon = iconRegistry.iconRegistry[opt.icon];
46
54
  return (index.h("button", { key: opt.value, class: {
47
55
  'emoji-btn': true,
48
56
  'emoji-btn--active': isActive,
49
57
  'emoji-btn--hovered': isHovered && !isActive,
50
58
  'emoji-btn--disabled': this.disabled,
51
- }, "aria-label": opt.label, "aria-pressed": isActive ? 'true' : 'false', disabled: this.disabled, onClick: () => this.select(opt.value), onMouseEnter: () => (this.hovered = opt.value), onMouseLeave: () => (this.hovered = null) }, index.h("span", { class: "emoji-btn__icon", "aria-hidden": "true" }, opt.emoji)));
52
- })), label && index.h("p", { key: 'bba5b2ff2bcdd371cb3aefc761a5d7653bbf8630', class: "rating__selected-label" }, label))));
59
+ }, "aria-label": opt.label, "aria-pressed": isActive ? 'true' : 'false', disabled: this.disabled, onClick: () => this.select(opt.value), onMouseEnter: () => (this.hovered = opt.value), onMouseLeave: () => (this.hovered = null) }, index.h("span", { class: "emoji-btn__icon", "aria-hidden": "true" }, index.h("svg", { width: 24, height: 24, viewBox: icon.viewBox, xmlns: "http://www.w3.org/2000/svg", ref: (el) => el && (el.innerHTML = icon.content) }))));
60
+ })), label && index.h("p", { class: "rating__hover-label" }, label)))));
53
61
  }
54
62
  };
55
63
  AiRating.style = aiRatingCss();
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-Bs23yVuF.js');
4
- var iconRegistry = require('./icon-registry-BKb9-2Nt.js');
3
+ var index = require('./index-BQ8Az7-D.js');
4
+ var iconRegistry = require('./icon-registry-D-m8GW4D.js');
5
5
 
6
6
  const aiRouteDecisionCss = () => `:host{display:inline-block}.icon-wrap{display:inline-flex;align-items:center;justify-content:center;line-height:0}.route-pill{display:inline-flex;flex-direction:column;background:var(--ai-bg-card);border:1px solid var(--ai-border-default);border-radius:9999px;box-shadow:var(--ai-shadow-sm);overflow:hidden;transition:border-radius 0.2s ease}.route-pill.expanded{border-radius:12px}.route-pill-main{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:none;border:none;cursor:pointer;color:var(--ai-text-primary);font-size:13px;font-weight:500;white-space:nowrap;width:100%}.route-icon{color:var(--ai-accent-dark);display:inline-flex;flex-shrink:0}.agent-label{display:inline-flex;align-items:center;gap:4px}.agent-emoji{font-size:14px;line-height:1}.confidence-badge{font-size:11px;font-weight:600;color:var(--ai-accent-dark);background:var(--ai-accent-bg);padding:1px 6px;border-radius:9999px}.expand-icon{display:inline-flex;margin-inline-start:auto;color:var(--ai-text-secondary);transition:transform 0.2s ease;transform:rotate(0deg)}.expand-icon.expanded{transform:rotate(90deg)}.route-details{display:flex;flex-direction:column;gap:8px;padding:8px 12px 12px;border-top:1px solid var(--ai-border-default);animation:fade-in 0.2s ease}@keyframes fade-in{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.reason-text{margin:0;font-size:12px;color:var(--ai-text-secondary);line-height:1.5}.confidence-bar-wrap{height:4px;border-radius:9999px;background:var(--ai-border-default);overflow:hidden}.confidence-bar{height:100%;border-radius:9999px;background:var(--ai-accent-dark);transition:width 0.4s ease}.meta-row{display:inline-flex;align-items:center;gap:4px;color:var(--ai-text-secondary)}.lang-chip{font-size:11px;color:var(--ai-text-secondary)}`;
7
7
 
@@ -40,7 +40,7 @@ const AiRouteDecision = class {
40
40
  this.routeExpand.emit(this._expanded);
41
41
  }
42
42
  render() {
43
- return (index.h(index.Host, { key: '0dd7087ca8ffd500789fadbb6f33eeeac254348d' }, index.h("div", { key: '24b40d8747448030454300dcdceafc197232fd19', class: `route-pill ${this._expanded ? 'expanded' : ''}` }, index.h("button", { key: 'a5eabc6ac356b6f0bd4cce34257420b003f28ede', class: "route-pill-main", onClick: () => this.handleToggle() }, index.h("span", { key: '27e858ed0b66a7edaa2966ea626bd6fe849c04f4', class: "route-icon" }, this.renderIcon('route', 14, 14)), index.h("span", { key: '140bf4bcdb42501e446c0805a5011d652b3581e3', class: "agent-label" }, this.agentIcon && index.h("span", { key: 'ded6e4a619e7c4ae9d0affaf57b4e68d9ba8f2ea', class: "agent-emoji", "aria-hidden": "true" }, this.agentIcon), this.selectedAgent), this.confidence > 0 && (index.h("span", { key: 'd9f59152d831eb001c01ddffdba52b683b706671', class: "confidence-badge" }, this.confidence, "%")), index.h("span", { key: '4c290789b2bc8e3eace308bc81d9dad61b44d095', class: `expand-icon ${this._expanded ? 'expanded' : ''}` }, this.renderIcon('arrow-right', 12, 12))), this._expanded && (index.h("div", { key: 'e87b890275e49320579cc20e9a9a9c6cbb5f7522', class: "route-details" }, this.reason && index.h("p", { key: '47178ce7ea2d73a9699099185afa0d2002db3b96', class: "reason-text" }, this.reason), this.confidence > 0 && (index.h("div", { key: 'ad0fa3ba59e968e07bbc467eab1f5a9bba632f34', class: "confidence-bar-wrap" }, index.h("div", { key: '5c38961fb4b4b68b663cfaf1fddc0d6e35c880f8', class: "confidence-bar", style: { width: `${this.confidence}%` } }))), this.detectedLanguage && (index.h("div", { key: 'a33864e670395af9a1545d590cff0142094bca7d', class: "meta-row" }, this.renderIcon('list', 12, 12), index.h("span", { key: '2685871e51bf706709d8ff06beed9f7cb2f414ba', class: "lang-chip" }, this.detectedLanguage))))))));
43
+ return (index.h(index.Host, { key: 'f12718d142cff27d62c0a0299b029be2e2d88b86' }, index.h("div", { key: '4fcef90f887300c4884cd981737bf8ce8b796eca', class: `route-pill ${this._expanded ? 'expanded' : ''}` }, index.h("button", { key: '09eadc07b41b96fb56b4bcd937165de92507ac84', class: "route-pill-main", onClick: () => this.handleToggle() }, index.h("span", { key: 'd13744692a45c74976f89b582142ae09339015f5', class: "route-icon" }, this.renderIcon('route', 14, 14)), index.h("span", { key: '4f995cc09a72ba74310df17cf78735c27a910314', class: "agent-label" }, this.agentIcon && index.h("span", { key: '272dd78f38bbbb4ef845b7a41530d205368faf7e', class: "agent-emoji", "aria-hidden": "true" }, this.agentIcon), this.selectedAgent), this.confidence > 0 && (index.h("span", { key: 'a061317c9d5b8dad243dce0bb80e927eae04eb3d', class: "confidence-badge" }, this.confidence, "%")), index.h("span", { key: '4342bdf38aa85a5c5d6bd054504c91bccc7901e9', class: `expand-icon ${this._expanded ? 'expanded' : ''}` }, this.renderIcon('arrow-right', 12, 12))), this._expanded && (index.h("div", { key: 'ab5340148e832baafdd38e17a748a52b83b25c96', class: "route-details" }, this.reason && index.h("p", { key: '7854838ea405c5fdb5ebe11fb3df36a9898be445', class: "reason-text" }, this.reason), this.confidence > 0 && (index.h("div", { key: 'baf946426ad7cda94d2acfbb9f8945b5b40a823c', class: "confidence-bar-wrap" }, index.h("div", { key: 'a6e08f412706ce18e16030dd4d475d57befdd9e7', class: "confidence-bar", style: { width: `${this.confidence}%` } }))), this.detectedLanguage && (index.h("div", { key: '58af2dbca56082dcf2910cc44ac553d6f2af015a', class: "meta-row" }, this.renderIcon('list', 12, 12), index.h("span", { key: '63517ed8802764542de330897372c6a01348d0a6', class: "lang-chip" }, this.detectedLanguage))))))));
44
44
  }
45
45
  };
46
46
  AiRouteDecision.style = aiRouteDecisionCss();
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-Bs23yVuF.js');
3
+ var index = require('./index-BQ8Az7-D.js');
4
4
 
5
5
  const aiSuggestionCss = () => `:host{--ai-suggestion-border:1px solid var(--ai-accent);--ai-suggestion-border-hover:1px solid var(--ai-accent);--ai-suggestion-radius:9999px;--ai-suggestion-padding:8px 12px;--ai-suggestion-gap:4px;--ai-suggestion-font-size:14px;--ai-suggestion-line-height:20px;display:inline-block}.chip{display:inline-flex;align-items:center;justify-content:center;gap:var(--ai-suggestion-gap);background:var(--ai-bg-card);border:var(--ai-suggestion-border);border-radius:var(--ai-suggestion-radius);padding:var(--ai-suggestion-padding);color:var(--ai-accent-dark);font-size:var(--ai-suggestion-font-size);font-weight:400;line-height:var(--ai-suggestion-line-height);font-family:inherit;white-space:nowrap;cursor:pointer;transition:background 0.15s ease, border-color 0.15s ease;outline:none;text-align:start}.chip:hover:not(:disabled){background:var(--ai-accent-bg);border:var(--ai-suggestion-border-hover)}.chip:active:not(:disabled){background:var(--ai-accent-bg)}.chip:focus-visible{outline:2px solid var(--ai-accent);outline-offset:2px}.chip--disabled,.chip:disabled{opacity:0.45;cursor:not-allowed;pointer-events:none}.chip__label{display:inline-flex;align-items:center;gap:var(--ai-suggestion-gap)}`;
6
6
 
@@ -20,10 +20,10 @@ const AiSuggestion = class {
20
20
  this.suggestionClick.emit(this.label);
21
21
  }
22
22
  render() {
23
- return (index.h(index.Host, { key: '6fe8c72e8cb7f039ec86c6e8cecf2f683fa1a815' }, index.h("button", { key: '8c452cabba9714ef32a6dbd333bd3fe5ee6eabfe', class: {
23
+ return (index.h(index.Host, { key: 'c2eb388d152586755e9cc10ac57b519e8ff84b4d' }, index.h("button", { key: '0b9f6ec6d8c57365e2c29bfe1bfc33993d3cb498', class: {
24
24
  chip: true,
25
25
  'chip--disabled': this.disabled,
26
- }, disabled: this.disabled, onClick: () => this.handleClick() }, index.h("span", { key: '93b9d1089133e7e03939173cb739ae069c4af022', class: "chip__label" }, this.label, index.h("slot", { key: 'f9d093ee7f63b578060557e4288d7c91827a2d1e' })))));
26
+ }, disabled: this.disabled, onClick: () => this.handleClick() }, index.h("span", { key: 'd4fabc4c8176cd6837e609bad369e8edfc779855', class: "chip__label" }, this.label, index.h("slot", { key: 'a1074453e53982f10fd2115c2b15d7a7b20eda07' })))));
27
27
  }
28
28
  };
29
29
  AiSuggestion.style = aiSuggestionCss();
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-Bs23yVuF.js');
3
+ var index = require('./index-BQ8Az7-D.js');
4
4
 
5
5
  const aiVoiceInputCss = () => `:host{display:block;width:100%}.wrapper{position:relative;padding:var(--Spacing-Sizes-lg, 12px)}.glow{position:absolute;bottom:20px;left:39px;right:39px;height:29px;border-radius:9999px;background:var(--ai-input-glow);filter:blur(20px);opacity:0;pointer-events:none;transition:opacity 0.2s ease}.glow.visible{opacity:0.9}.input-container{position:relative;background-color:var(--ai-bg-input);border-radius:var(--ai-input-border-radius, 9999px);border:1px solid var(--ai-border-default);box-shadow:var(--ai-shadow-sm);padding:var(--ai-input-padding, 12px);overflow:hidden}.recording-row{display:flex;align-items:center;gap:var(--ai-input-gap, 10px)}.cancel-button{display:inline-flex;align-items:center;justify-content:center;gap:4px;min-height:32px;max-height:32px;padding:4px 8px;border-radius:32px;border:2px solid var(--ai-border-default);background-color:var(--ai-border-default);color:var(--ai-text-secondary);cursor:pointer;flex-shrink:0;transition:background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease}.cancel-button:hover{background-color:var(--ai-bg-surface);border-color:var(--ai-bg-surface)}.submit-button{display:inline-flex;align-items:center;justify-content:center;height:32px;width:32px;min-width:32px;padding:4px 8px;border-radius:32px;border:2px solid var(--ai-send-button-active-border, var(--ai-accent));background-color:var(--ai-send-button-active-bg, var(--ai-accent));color:var(--ai-accent-text);cursor:pointer;flex-shrink:0;transition:background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease}.submit-button:hover{background-color:var(--ai-send-button-active-hover-bg, var(--ai-accent));border-color:var(--ai-send-button-active-hover-border, var(--ai-accent))}@keyframes pulse-once{0%{transform:scale(1)}40%{transform:scale(1.18)}100%{transform:scale(1)}}.submit-button.pulse{animation:pulse-once 0.35s ease}.timer{font-size:13px;font-weight:500;color:var(--ai-text-secondary);min-width:36px;text-align:center;flex-shrink:0}.timer.warning{color:var(--ai-voice-timer-warning-color, var(--ai-danger-text))}.waveform{flex:1;min-width:0;height:32px}.error-message{position:absolute;bottom:-40px;left:50%;transform:translateX(-50%);background:var(--ai-voice-error-bg, var(--ai-danger-bg));color:var(--ai-voice-error-color, var(--ai-danger-text));font-size:11px;padding:6px 12px;border-radius:6px;white-space:nowrap;box-shadow:var(--ai-shadow-error);border:1px solid var(--ai-voice-error-border, var(--ai-danger-border));z-index:10}`;
6
6
 
@@ -279,7 +279,7 @@ const VoiceInput = class {
279
279
  };
280
280
  render() {
281
281
  const remaining = MAX_RECORDING_TIME - this.recordingDuration;
282
- return (index.h(index.Host, { key: '8af076ad1ec6bf3ed6a09bb06e03baab91e1bed4' }, index.h("div", { key: 'f0ccb0576accd8f6ab47db2b06dd426ab7606c02', class: "wrapper" }, index.h("div", { key: 'c95052b95e0f859c406bdeb0991b87cb25b68f9f', class: `glow${this.state === 'recording' ? ' visible' : ''}`, "aria-hidden": "true" }), index.h("div", { key: '56ab65197d34e2f39c1b73a407561c65f40996f6', class: "input-container" }, this.state === 'idle' ? (index.h("div", { class: "recording-row" }, index.h("button", { type: "button", class: "submit-button", onClick: this.startRecording, disabled: this.disabled, "aria-label": "Start recording" }, index.h("ai-icon", { name: "mic", size: 16 })), this.error && (index.h("div", { class: "error-message", role: "alert" }, this.error)))) : (index.h("div", { class: "recording-row" }, index.h("button", { type: "button", class: "cancel-button", onClick: this.cancelRecording, "aria-label": "Cancel" }, index.h("ai-icon", { name: "cancel", size: 14 })), index.h("div", { class: `timer${remaining <= 5 ? ' warning' : ''}` }, this.formatDuration(this.recordingDuration)), this.showWaveform && index.h("canvas", { ref: el => (this.canvasRef = el), class: "waveform", height: "32" }), index.h("button", { type: "button", class: `submit-button${this.submitPulse ? ' pulse' : ''}`, onClick: this.stopRecording, "aria-label": "Send" }, index.h("ai-icon", { name: "arrow-up", size: 14 }))))))));
282
+ return (index.h(index.Host, { key: 'ca20fe9dda634af0da1ef6da59880279f0775a9f' }, index.h("div", { key: 'dc3328cc1ef74e9683bc6c34e1d3279b2ca2ffa2', class: "wrapper" }, index.h("div", { key: 'b4a4d2799b8c541dc03679686107cc486373e76b', class: `glow${this.state === 'recording' ? ' visible' : ''}`, "aria-hidden": "true" }), index.h("div", { key: 'f4fa8c638e68528dffd96db627bd80d4c7103143', class: "input-container" }, this.state === 'idle' ? (index.h("div", { class: "recording-row" }, index.h("button", { type: "button", class: "submit-button", onClick: this.startRecording, disabled: this.disabled, "aria-label": "Start recording" }, index.h("ai-icon", { name: "mic", size: 16 })), this.error && (index.h("div", { class: "error-message", role: "alert" }, this.error)))) : (index.h("div", { class: "recording-row" }, index.h("button", { type: "button", class: "cancel-button", onClick: this.cancelRecording, "aria-label": "Cancel" }, index.h("ai-icon", { name: "cancel", size: 14 })), index.h("div", { class: `timer${remaining <= 5 ? ' warning' : ''}` }, this.formatDuration(this.recordingDuration)), this.showWaveform && index.h("canvas", { ref: el => (this.canvasRef = el), class: "waveform", height: "32" }), index.h("button", { type: "button", class: `submit-button${this.submitPulse ? ' pulse' : ''}`, onClick: this.stopRecording, "aria-label": "Send" }, index.h("ai-icon", { name: "arrow-up", size: 14 }))))))));
283
283
  }
284
284
  };
285
285
  VoiceInput.style = aiVoiceInputCss();
@@ -0,0 +1,126 @@
1
+ 'use strict';
2
+
3
+ const iconRegistry = {
4
+ 'send': {
5
+ viewBox: '0 0 16 16',
6
+ content: '<path d="M7.43997 8.78393C7.40797 8.7626 7.3813 8.74126 7.35997 8.71993C7.26397 8.67726 7.13597 8.6346 6.97597 8.59193C6.8373 8.54926 6.53864 8.47993 6.07997 8.38393H6.04797L5.66397 8.30393C4.90664 8.14393 4.28797 7.9946 3.80797 7.85593C3.07197 7.63193 2.49597 7.3866 2.07997 7.11993C1.47197 6.72526 1.16797 6.25593 1.16797 5.71193C1.16797 5.50926 1.24264 5.3066 1.39197 5.10393C1.49864 4.96526 1.64264 4.8266 1.82397 4.68793C2.14397 4.43193 2.59197 4.15993 3.16797 3.87193C4.26664 3.3066 5.59464 2.7786 7.15197 2.28793C8.7733 1.76526 10.1973 1.4186 11.424 1.24793C12.096 1.1626 12.6666 1.14126 13.136 1.18393C13.712 1.24793 14.1306 1.41593 14.392 1.68793C14.6533 1.95993 14.8 2.38926 14.832 2.97593C14.8533 3.4346 14.8106 4.00526 14.704 4.68793C14.512 5.9146 14.144 7.33326 13.6 8.94393C13.0666 10.4906 12.5173 11.8026 11.952 12.8799C11.664 13.4453 11.392 13.8826 11.136 14.1919C10.9866 14.3839 10.848 14.5279 10.72 14.6239C10.5173 14.7733 10.3146 14.8426 10.112 14.8319C9.7493 14.8213 9.43997 14.6453 9.18397 14.3039C8.99197 14.0586 8.81064 13.6906 8.63997 13.1999C8.5013 12.8053 8.35197 12.2666 8.19197 11.5839C8.0853 11.1573 7.91997 10.4213 7.69597 9.37593L7.67997 9.35993C7.61597 9.07193 7.55197 8.8906 7.48797 8.81593L7.43997 8.78393ZM2.19197 5.71193C2.1813 5.7226 2.17597 5.73326 2.17597 5.74393C2.1973 5.9146 2.34664 6.09593 2.62397 6.28793C2.95464 6.50126 3.4453 6.70393 4.09597 6.89593C4.54397 7.02393 5.13597 7.16793 5.87197 7.32793L6.22397 7.39193C6.73597 7.4986 7.0773 7.57326 7.24797 7.61593C7.3653 7.6586 7.47197 7.69593 7.56797 7.72793L9.64797 5.64793C9.74397 5.55193 9.8613 5.50393 9.99997 5.50393C10.1386 5.50393 10.256 5.55193 10.352 5.64793C10.448 5.74393 10.496 5.86126 10.496 5.99993C10.496 6.1386 10.448 6.25593 10.352 6.35193L8.36797 8.33593C8.4853 8.52793 8.5813 8.79993 8.65597 9.15193C8.89064 10.1866 9.05597 10.9173 9.15197 11.3439C9.31197 12.0053 9.45597 12.5199 9.58397 12.8879C9.71197 13.2559 9.83997 13.5253 9.96797 13.6959C10.0213 13.7599 10.0693 13.8026 10.112 13.8239C10.1866 13.7706 10.2666 13.6853 10.352 13.5679C10.5653 13.3119 10.8053 12.9279 11.072 12.4159C11.616 11.3813 12.1386 10.1173 12.64 8.62393C13.1733 7.0666 13.5306 5.70126 13.712 4.52793C13.808 3.91993 13.8453 3.42393 13.824 3.03993C13.8026 2.68793 13.7493 2.46393 13.664 2.36793C13.5786 2.27193 13.3706 2.21326 13.04 2.19193C12.656 2.14926 12.16 2.16526 11.552 2.23993C10.3893 2.39993 9.02397 2.7306 7.45597 3.23193C5.95197 3.71193 4.67197 4.22393 3.61597 4.76793C3.10397 5.02393 2.71464 5.2586 2.44797 5.47193C2.33064 5.56793 2.2453 5.64793 2.19197 5.71193Z" fill="currentColor"/>',
7
+ },
8
+ 'cancel': {
9
+ viewBox: '0 0 24 24',
10
+ content: '<path d="M18 6L6 18M6 6l12 12" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" fill="none"/>',
11
+ },
12
+ 'arrow-up': {
13
+ viewBox: '0 0 24 24',
14
+ content: '<path d="M12 19V5M5 12l7-7 7 7" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" fill="none"/>',
15
+ },
16
+ 'drag': {
17
+ viewBox: '0 0 11 15',
18
+ content: '<path d="M0 7.248C0 6.896 0.124 6.6 0.372 6.36C0.62 6.12 0.912 6 1.248 6H1.272C1.608 6 1.9 6.12 2.148 6.36C2.396 6.6 2.52 6.896 2.52 7.248C2.52 7.6 2.396 7.896 2.148 8.136C1.9 8.376 1.608 8.496 1.272 8.496H1.248C0.912 8.496 0.62 8.376 0.372 8.136C0.124 7.896 0 7.6 0 7.248ZM0 13.248C0 12.896 0.124 12.6 0.372 12.36C0.62 12.12 0.912 12 1.248 12H1.272C1.608 12 1.9 12.12 2.148 12.36C2.396 12.6 2.52 12.896 2.52 13.248C2.52 13.6 2.396 13.896 2.148 14.136C1.9 14.376 1.608 14.496 1.272 14.496H1.248C0.912 14.496 0.62 14.376 0.372 14.136C0.124 13.896 0 13.6 0 13.248ZM0 1.248C0 0.896 0.124 0.6 0.372 0.36C0.62 0.12 0.912 0 1.248 0H1.272C1.608 0 1.9 0.12 2.148 0.36C2.396 0.6 2.52 0.896 2.52 1.248C2.52 1.6 2.396 1.896 2.148 2.136C1.9 2.376 1.608 2.496 1.272 2.496H1.248C0.912 2.496 0.62 2.376 0.372 2.136C0.124 1.896 0 1.6 0 1.248ZM7.992 7.248C7.992 6.896 8.116 6.6 8.364 6.36C8.612 6.12 8.904 6 9.24 6H9.264C9.6 6 9.892 6.12 10.14 6.36C10.388 6.6 10.512 6.896 10.512 7.248C10.512 7.6 10.388 7.896 10.14 8.136C9.892 8.376 9.6 8.496 9.264 8.496H9.24C8.904 8.496 8.612 8.376 8.364 8.136C8.116 7.896 7.992 7.6 7.992 7.248ZM7.992 13.248C7.992 12.896 8.116 12.6 8.364 12.36C8.612 12.12 8.904 12 9.24 12H9.264C9.6 12 9.892 12.12 10.14 12.36C10.388 12.6 10.512 12.896 10.512 13.248C10.512 13.6 10.388 13.896 10.14 14.136C9.892 14.376 9.6 14.496 9.264 14.496H9.24C8.904 14.496 8.612 14.376 8.364 14.136C8.116 13.896 7.992 13.6 7.992 13.248ZM7.992 1.248C7.992 0.896 8.116 0.6 8.364 0.36C8.612 0.12 8.904 0 9.24 0H9.264C9.6 0 9.892 0.12 10.14 0.36C10.388 0.6 10.512 0.896 10.512 1.248C10.512 1.6 10.388 1.896 10.14 2.136C9.892 2.376 9.6 2.496 9.264 2.496H9.24C8.904 2.496 8.612 2.376 8.364 2.136C8.116 1.896 7.992 1.6 7.992 1.248Z" fill="currentColor"/>',
19
+ },
20
+ 'hand': {
21
+ viewBox: '0 0 22 22',
22
+ content: '<path d="M9.81187 12.8481C9.81187 12.9801 9.77154 13.1048 9.69087 13.2221C9.6102 13.3394 9.50754 13.4238 9.38287 13.4751C9.2582 13.5264 9.1262 13.5374 8.98687 13.5081C8.84754 13.4788 8.72654 13.4128 8.62387 13.3101L7.12787 11.7041C6.65854 11.1321 6.24787 10.8974 5.89587 11.0001C5.76387 11.0441 5.63554 11.1431 5.51087 11.2971C5.3862 11.4511 5.29454 11.6234 5.23587 11.8141C5.1772 12.0048 5.2652 12.2541 5.49987 12.5621L8.99787 17.2481C9.45254 17.8641 9.67987 18.5534 9.67987 19.3161V20.1741C9.67987 20.3648 9.61387 20.5261 9.48187 20.6581C9.34987 20.7901 9.18854 20.8561 8.99787 20.8561C8.8072 20.8561 8.64587 20.7901 8.51387 20.6581C8.38187 20.5261 8.31587 20.3648 8.31587 20.1741V19.3161C8.31587 18.8468 8.17654 18.4288 7.89787 18.0621L4.39987 13.3981C3.9012 12.7234 3.73987 12.0781 3.91587 11.4621C4.01854 11.0661 4.20187 10.7141 4.46587 10.4061C4.74454 10.0541 5.08187 9.81945 5.47787 9.70211C5.9472 9.55545 6.41287 9.57745 6.87487 9.76811C7.33687 9.95878 7.7732 10.3108 8.18387 10.8241L8.44787 11.1101V3.25611C8.4772 2.65478 8.7192 2.15611 9.17387 1.76011C9.58454 1.40811 10.0612 1.21011 10.6039 1.16611C11.1905 1.10745 11.7039 1.24678 12.1439 1.58411C12.6279 1.95078 12.9139 2.49345 13.0019 3.21211L13.0239 8.03011C13.3905 8.04478 13.7865 8.08878 14.2119 8.16211C15.1945 8.32345 16.0819 8.58011 16.8739 8.93211C17.9152 9.38678 18.6999 9.96611 19.2279 10.6701C19.8879 11.5501 20.0859 12.5621 19.8219 13.7061L19.6899 14.3001C19.5872 14.7988 19.4039 15.3634 19.1399 15.9941C18.8465 16.7128 18.5459 17.2994 18.2379 17.7541C18.0472 18.0181 17.9445 18.4214 17.9299 18.9641V19.5801L17.9519 19.6901C17.9519 19.9688 17.9445 20.1668 17.9299 20.2841C17.9005 20.4748 17.8089 20.6251 17.6549 20.7351C17.5009 20.8451 17.3285 20.8818 17.1379 20.8451C16.9472 20.8084 16.7969 20.7131 16.6869 20.5591C16.5769 20.4051 16.5365 20.2401 16.5659 20.0641V19.6461C16.5512 19.3381 16.5512 19.0961 16.5659 18.9201C16.5805 18.0988 16.7565 17.4461 17.0939 16.9621C17.3579 16.5954 17.6145 16.1041 17.8639 15.4881C18.0985 14.9161 18.2599 14.4174 18.3479 13.9921L18.4799 13.3981C18.6559 12.6794 18.5385 12.0414 18.1279 11.4841C17.7465 10.9854 17.1452 10.5528 16.3239 10.1861C15.6345 9.89278 14.8572 9.67278 13.9919 9.52611C13.2879 9.40878 12.7599 9.37211 12.4079 9.41611C12.2025 9.44545 12.0229 9.39045 11.8689 9.25111C11.7149 9.11178 11.6379 8.93945 11.6379 8.73411V3.34411C11.5939 3.03611 11.4875 2.81611 11.3189 2.68411C11.1502 2.55211 10.9449 2.49711 10.7029 2.51911C10.4609 2.54111 10.2555 2.62911 10.0869 2.78311C9.9182 2.93711 9.82654 3.11678 9.81187 3.32211V12.8481Z" fill="currentColor"/><path d="M16.8519 1.40811C16.9692 1.26145 17.1195 1.17711 17.3029 1.15511C17.4862 1.13311 17.6585 1.18078 17.8199 1.29811L18.0179 1.45211C18.4139 1.74545 18.7145 1.98745 18.9199 2.17811C19.1839 2.39811 19.3892 2.60345 19.5359 2.79411C19.6385 2.91145 19.7192 3.02878 19.7779 3.14611C19.8659 3.32211 19.9099 3.49445 19.9099 3.66311C19.9099 3.83178 19.8659 4.00411 19.7779 4.18011C19.7192 4.29745 19.6385 4.42211 19.5359 4.55411C19.3892 4.74478 19.1839 4.95011 18.9199 5.17011C18.7145 5.34611 18.4139 5.58811 18.0179 5.89611L17.8199 6.05011C17.6585 6.16745 17.4862 6.21511 17.3029 6.19311C17.1195 6.17111 16.9692 6.08311 16.8519 5.92911C16.7345 5.77511 16.6869 5.60278 16.7089 5.41211C16.7309 5.22145 16.8152 5.06745 16.9619 4.95011L17.2039 4.77411L17.7539 4.35611H15.5539C15.3632 4.35611 15.2019 4.29011 15.0699 4.15811C14.9379 4.02611 14.8719 3.86478 14.8719 3.67411C14.8719 3.48345 14.9379 3.31845 15.0699 3.17911C15.2019 3.03978 15.3632 2.97011 15.5539 2.97011H17.7539L16.9619 2.37611C16.8152 2.25878 16.7309 2.10478 16.7089 1.91411C16.6869 1.72345 16.7345 1.55478 16.8519 1.40811Z" fill="currentColor"/><path d="M5.12587 1.40811C5.2432 1.55478 5.29087 1.72345 5.26887 1.91411C5.24687 2.10478 5.1552 2.25878 4.99387 2.37611L4.22387 2.97011H6.40187C6.59254 2.97011 6.75754 3.03978 6.89687 3.17911C7.0362 3.31845 7.10587 3.48345 7.10587 3.67411C7.10587 3.86478 7.0362 4.02611 6.89687 4.15811C6.75754 4.29011 6.59254 4.35611 6.40187 4.35611H4.22387L4.99387 4.95011C5.1552 5.06745 5.24687 5.22145 5.26887 5.41211C5.29087 5.60278 5.2432 5.77511 5.12587 5.92911C5.00854 6.08311 4.85454 6.17111 4.66387 6.19311C4.4732 6.21511 4.30454 6.16745 4.15787 6.05011L3.95987 5.89611C3.5492 5.58811 3.2412 5.34611 3.03587 5.17011C2.78654 4.95011 2.58854 4.74478 2.44187 4.55411C2.3392 4.42211 2.25854 4.29745 2.19987 4.18011C2.11187 4.00411 2.06787 3.83178 2.06787 3.66311C2.06787 3.49445 2.11187 3.32211 2.19987 3.14611C2.25854 3.02878 2.3392 2.91145 2.44187 2.79411C2.58854 2.60345 2.78654 2.39811 3.03587 2.17811C3.2412 1.98745 3.5492 1.74545 3.95987 1.45211V1.43011L4.15787 1.29811C4.30454 1.18078 4.4732 1.13311 4.66387 1.15511C4.85454 1.17711 5.00854 1.26145 5.12587 1.40811Z" fill="currentColor"/>',
23
+ },
24
+ 'pencil-edit': {
25
+ viewBox: '0 0 22 22',
26
+ content: '<path d="M10.9561 2.64062H11C11.0422 2.64062 11.0572 2.64902 11.0791 2.6709C11.1011 2.69291 11.1094 2.70764 11.1094 2.75C11.1094 2.79236 11.1011 2.80709 11.0791 2.8291C11.0572 2.85098 11.0422 2.85938 11 2.85938C10.3987 2.85938 9.88344 2.86056 9.45508 2.86426L8.43164 2.88086C7.84183 2.89211 7.32538 2.92047 6.88574 2.9668L6.47559 3.01855C5.93572 3.09568 5.46497 3.20757 5.07812 3.3623C4.68146 3.52104 4.33229 3.74584 4.03906 4.03906C3.74582 4.33236 3.52101 4.68137 3.3623 5.07812C3.20806 5.46373 3.09663 5.93203 3.01953 6.46973C2.9411 6.98739 2.89684 7.64441 2.88184 8.43164C2.86691 8.93966 2.85938 9.7977 2.85938 11C2.85938 11.6013 2.86154 12.1165 2.86523 12.5449L2.88184 13.5684C2.89684 14.3553 2.94115 15.0117 3.01953 15.5293C3.09663 16.0674 3.20797 16.536 3.3623 16.9219C3.52101 17.3186 3.74582 17.6676 4.03906 17.9609C4.33229 18.2542 4.68146 18.479 5.07812 18.6377C5.46497 18.7924 5.93572 18.9043 6.47559 18.9814V18.9805C6.9924 19.0584 7.64708 19.1032 8.43164 19.1182V19.1191C8.93957 19.1341 9.79762 19.1406 11 19.1406C12.202 19.1406 13.0603 19.1331 13.5684 19.1182C14.3529 19.1032 15.0075 19.0584 15.5244 18.9805L15.5254 18.9814C16.0652 18.9043 16.5351 18.7924 16.9219 18.6377C17.3187 18.479 17.6686 18.2543 17.9619 17.9609C18.2551 17.6677 18.48 17.3186 18.6387 16.9219C18.7934 16.5351 18.9043 16.0651 18.9814 15.5254L18.9805 15.5244C19.0584 15.0076 19.1042 14.3529 19.1191 13.5684C19.1341 13.0603 19.1416 12.2023 19.1416 11C19.1416 10.9576 19.1499 10.9429 19.1719 10.9209C19.1937 10.8992 19.2081 10.8907 19.25 10.8906C19.2922 10.8906 19.3072 10.899 19.3291 10.9209C19.3511 10.9429 19.3594 10.9576 19.3594 11V11.0439C19.3594 12.2464 19.3523 13.0972 19.3379 13.6016V13.6074C19.3271 14.2028 19.2997 14.7131 19.2578 15.1406L19.2109 15.541C19.1273 16.1404 19.0037 16.6378 18.8477 17.041C18.6698 17.4691 18.4299 17.8299 18.1299 18.1299C17.8292 18.4306 17.4676 18.6707 17.0381 18.8486C16.7363 18.9652 16.382 19.0637 15.9717 19.1406L15.541 19.2109C15.0442 19.2799 14.402 19.3225 13.6084 19.3369H13.6016C13.0971 19.3513 12.2461 19.3594 11.0439 19.3594H10.9561C9.75374 19.3594 8.90278 19.3513 8.39844 19.3369H8.39258C7.599 19.3225 6.95679 19.2799 6.45996 19.2109C5.86182 19.1275 5.36468 19.0042 4.96191 18.8486C4.53262 18.6707 4.17074 18.4305 3.87012 18.1299C3.60547 17.8652 3.38752 17.5533 3.21777 17.1895L3.14844 17.0303C3.03323 16.7302 2.93568 16.3784 2.85938 15.9717L2.79004 15.541C2.72102 15.044 2.67752 14.4015 2.66309 13.6074V13.6016L2.64648 12.585C2.64284 12.1588 2.6416 11.6453 2.6416 11.0439V10.9561C2.6416 9.75364 2.64868 8.90283 2.66309 8.39844V8.39258C2.67391 7.79719 2.70124 7.28688 2.74316 6.85938L2.79004 6.45898C2.87293 5.865 2.99436 5.37097 3.14844 4.96973C3.32671 4.53695 3.56768 4.1726 3.87012 3.87012C4.17082 3.56942 4.53247 3.32838 4.96191 3.15039C5.36462 2.99485 5.86198 2.8725 6.45996 2.78906L6.45898 2.78809C6.95593 2.71907 7.59856 2.67753 8.39258 2.66309H8.39844C8.90278 2.64868 9.75374 2.64063 10.9561 2.64062ZM16.9297 2.69922C17.2601 2.61376 17.5918 2.61354 17.9326 2.7002C18.2629 2.78423 18.5494 2.94793 18.8008 3.19922C19.0523 3.4507 19.2158 3.73788 19.2998 4.06836C19.3864 4.40907 19.3862 4.73997 19.3008 5.07031C19.2174 5.39271 19.0541 5.67739 18.8008 5.93066L12.6416 12.0908C12.1181 12.6143 11.7509 12.972 11.5381 13.1709C11.2109 13.4422 10.9177 13.6526 10.6562 13.8057C10.4829 13.9071 10.192 14.0271 9.76367 14.1602L9.28906 14.2969C8.89674 14.3985 8.25702 14.5578 7.36816 14.7764C7.3279 14.7855 7.31288 14.7807 7.31152 14.7803C7.30853 14.7794 7.29076 14.7741 7.25879 14.7422C7.22517 14.7086 7.22023 14.6902 7.21973 14.6885C7.21915 14.6865 7.21347 14.671 7.22266 14.6309C7.44214 13.7383 7.60255 13.0968 7.7041 12.7051C7.89185 12.013 8.0595 11.5753 8.19434 11.3447C8.3484 11.0815 8.55998 10.7849 8.83398 10.4551C9.03398 10.2414 9.39077 9.87779 9.90918 9.35938L16.0693 3.19922C16.3226 2.94594 16.6073 2.7826 16.9297 2.69922ZM14.4668 5.13867L10.1553 9.45117C9.61628 9.99016 9.24363 10.3701 9.04395 10.585C8.77405 10.8707 8.55481 11.1542 8.40527 11.4346C8.25692 11.7127 8.0963 12.1761 7.9209 12.7754L7.91699 12.7861L7.91406 12.7969L7.7168 13.5889L7.48535 14.5156L8.41113 14.2842L9.20312 14.0859L9.21484 14.083L9.22559 14.0801C9.82478 13.9047 10.2883 13.744 10.5664 13.5957C10.8455 13.4468 11.1276 13.2283 11.4121 12.96C11.6263 12.761 12.0079 12.3867 12.5498 11.8447L17.2666 7.12793L14.8721 4.7334L14.4668 5.13867ZM17.4355 2.85938C16.9707 2.85938 16.5565 3.02762 16.2275 3.35645L16.2217 3.3623L15.4297 4.17676L15.0361 4.58105L15.4355 4.98145L17.4189 6.96484L17.8242 6.57031L18.6377 5.77832L18.6436 5.77344C18.9725 5.44448 19.1415 5.03023 19.1416 4.56543C19.1416 4.10046 18.9726 3.68551 18.6436 3.35645C18.3146 3.02754 17.9004 2.85942 17.4355 2.85938Z" fill="currentColor" stroke="currentColor" stroke-width="1.14583"/>',
27
+ },
28
+ 'chevron-down': {
29
+ viewBox: '0 0 24 24',
30
+ content: '<path d="M6.59969 8.54418C6.88769 8.92818 7.11969 9.24018 7.29569 9.48018C7.88769 10.2162 8.44769 10.8882 8.97569 11.4962C9.71169 12.3442 10.3517 13.0162 10.8957 13.5122C11.1997 13.7682 11.4557 13.9602 11.6637 14.0882C11.8077 14.1842 11.9197 14.2402 11.9997 14.2562L12.0957 14.2322C12.1597 14.2002 12.2397 14.1522 12.3357 14.0882C12.5437 13.9602 12.7997 13.7682 13.1037 13.5122C13.6477 13.0322 14.2877 12.3602 15.0237 11.4962C15.5517 10.8882 16.1117 10.2162 16.7037 9.48018L17.3997 8.54418C17.5117 8.38418 17.6717 8.28818 17.8797 8.25618C18.0877 8.22418 18.2757 8.27218 18.4437 8.40018C18.6117 8.52818 18.7117 8.69218 18.7437 8.89218C18.7757 9.09218 18.7277 9.28018 18.5997 9.45618L17.8797 10.3922C17.2877 11.1602 16.7117 11.8642 16.1517 12.5042C15.3677 13.4002 14.6877 14.1042 14.1117 14.6162C13.7277 14.9522 13.3917 15.2082 13.1037 15.3842C12.7037 15.6242 12.3357 15.7442 11.9997 15.7442C11.6637 15.7442 11.2957 15.6242 10.8957 15.3842C10.5917 15.2082 10.2557 14.9522 9.88769 14.6162C9.31169 14.1042 8.63169 13.4002 7.84769 12.5042C7.28769 11.8642 6.71169 11.1602 6.11969 10.3922L5.39969 9.45618C5.27169 9.28018 5.22369 9.09218 5.25569 8.89218C5.28769 8.69218 5.38769 8.52818 5.55569 8.40018C5.72369 8.27218 5.90769 8.22418 6.10769 8.25618C6.30769 8.28818 6.47169 8.38418 6.59969 8.54418Z" fill="currentColor"/>',
31
+ },
32
+ 'arrow-right': {
33
+ viewBox: '0 0 24 24',
34
+ content: '<path d="M8.95801 5.66748C9.03839 5.65473 9.11451 5.66864 9.20605 5.73389L10.1377 6.45068V6.44971C10.8998 7.03715 11.5968 7.60803 12.2295 8.16162L12.2324 8.16455C13.1197 8.9251 13.8073 9.59004 14.3008 10.1606L14.3076 10.1694C14.6307 10.5233 14.8662 10.8344 15.0225 11.104C15.2429 11.486 15.3271 11.7813 15.3271 12.0005C15.3271 12.2195 15.2433 12.5136 15.0234 12.895C14.8672 13.1649 14.6311 13.4773 14.3076 13.8315L14.3008 13.8394C13.8073 14.4099 13.1197 15.0749 12.2324 15.8354L12.2295 15.8384C11.5969 16.3919 10.8997 16.9629 10.1377 17.5503L9.20605 18.2651C9.11421 18.3308 9.03859 18.3453 8.95801 18.3325C8.86866 18.3182 8.7976 18.2786 8.73145 18.1919C8.66935 18.1104 8.65399 18.0404 8.66699 17.9585C8.6802 17.876 8.71831 17.8053 8.8125 17.7368L8.98438 17.6128V17.5903L9.72852 17.0386L9.73633 17.0327C10.4774 16.4527 11.1628 15.8868 11.793 15.3374C12.6478 14.5954 13.3265 13.9424 13.8232 13.3794L13.8242 13.3804L13.8301 13.3726C14.0902 13.0636 14.2997 12.7967 14.4541 12.5737L14.4658 12.5562L14.4756 12.5386C14.5597 12.3871 14.6348 12.2279 14.6641 12.0815L14.6826 11.9897L14.6602 11.8989L14.6357 11.8032L14.625 11.7583L14.6045 11.7183L14.4844 11.478L14.4707 11.4517L14.4541 11.4272L14.1816 11.0601C14.0775 10.9268 13.9602 10.782 13.8301 10.6274L13.8242 10.6206L13.417 10.1812C12.9763 9.72506 12.4343 9.21823 11.793 8.66162C11.1791 8.12854 10.4936 7.56459 9.7373 6.96924L9.73242 6.96533L8.82031 6.26904L8.80664 6.2583L8.79102 6.24854C8.71765 6.20176 8.68192 6.1473 8.66797 6.05713C8.65325 5.96146 8.67179 5.88741 8.73145 5.80908C8.79767 5.72216 8.86856 5.68179 8.95801 5.66748Z" fill="currentColor" stroke="currentColor" stroke-width="0.833333"/>',
35
+ },
36
+ 'online-dot': {
37
+ viewBox: '0 0 10 10',
38
+ content: '<circle cx="5" cy="5" r="4.5" fill="#00AF6C" stroke="currentColor" stroke-width="1"/>',
39
+ },
40
+ 'eclipse': {
41
+ viewBox: '0 0 10 10',
42
+ content: '<circle cx="5" cy="5" r="3" fill="currentColor"/>',
43
+ },
44
+ 'copy': {
45
+ viewBox: '0 0 16 16',
46
+ content: '<path d="M5.5 4V2.5A1.5 1.5 0 0 1 7 1h6.5A1.5 1.5 0 0 1 15 2.5V9A1.5 1.5 0 0 1 13.5 10.5H12M1 7a1.5 1.5 0 0 1 1.5-1.5H9A1.5 1.5 0 0 1 10.5 7v6.5A1.5 1.5 0 0 1 9 15H2.5A1.5 1.5 0 0 1 1 13.5V7Z" stroke="currentColor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round" fill="none"/>',
47
+ },
48
+ 'thumbs-up': {
49
+ viewBox: '0 0 16 16',
50
+ content: '<path d="M5 14H3.5A1.5 1.5 0 0 1 2 12.5v-4A1.5 1.5 0 0 1 3.5 7H5m0 7V7m0 7h6.5a1.25 1.25 0 0 0 1.23-1.02l1-4A1.25 1.25 0 0 0 12.5 6.5H9.5V3.5a1.5 1.5 0 0 0-3 0V6L5 7" stroke="currentColor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round" fill="none"/>',
51
+ },
52
+ 'thumbs-down': {
53
+ viewBox: '0 0 16 16',
54
+ content: '<path d="M11 2h1.5A1.5 1.5 0 0 1 14 3.5v4A1.5 1.5 0 0 1 12.5 9H11M11 2V9m0-7H4.5A1.25 1.25 0 0 0 3.27 3.02l-1 4A1.25 1.25 0 0 0 3.5 9.5H6.5V12.5a1.5 1.5 0 0 0 3 0V10l1.5-1" stroke="currentColor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round" fill="none"/>',
55
+ },
56
+ 'sparkle': {
57
+ viewBox: '0 0 16 16',
58
+ content: '<path d="M8 1C8 4.6 9.4 6.4 11 8C9.4 9.6 8 11.4 8 15C8 11.4 6.6 9.6 5 8C6.6 6.4 8 4.6 8 1Z" fill="currentColor"/><path d="M8 1C8 4.6 9.4 6.4 11 8C9.4 9.6 8 11.4 8 15C8 11.4 6.6 9.6 5 8C6.6 6.4 8 4.6 8 1Z" fill="currentColor" transform="rotate(90 8 8)"/>',
59
+ },
60
+ 'check': {
61
+ viewBox: '0 0 20 20',
62
+ content: '<path d="M4 10.5L8 14.5L16 6.5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" fill="none"/>',
63
+ },
64
+ 'share': {
65
+ viewBox: '0 0 16 16',
66
+ content: '<path d="M10.656 10.112C10.336 10.016 10.1174 9.79197 10 9.43997C9.92537 9.2053 9.89336 8.89064 9.90403 8.49597L9.48803 8.47997C8.8587 8.4693 8.38403 8.4693 8.06403 8.47997C7.54136 8.49064 7.09336 8.54397 6.72003 8.63997C6.36803 8.7253 5.9947 8.86397 5.60003 9.05597C5.36537 9.18397 5.0187 9.39197 4.56003 9.67997L4.25603 9.85597C4.18136 9.9093 4.0987 9.93597 4.00803 9.93597C3.91736 9.93597 3.83203 9.91464 3.75203 9.87197C3.67203 9.8293 3.6107 9.76797 3.56803 9.68797C3.52536 9.60797 3.50403 9.5253 3.50403 9.43997C3.50403 7.97864 3.86403 6.79997 4.58403 5.90397C5.30403 5.00797 6.33603 4.4533 7.68003 4.23997C7.98937 4.18664 8.34136 4.15464 8.73603 4.14397H9.77603L9.90403 4.15997C9.89336 3.7653 9.92537 3.45064 10 3.21597C10.1174 2.86397 10.336 2.63997 10.656 2.54397C10.8694 2.47997 11.072 2.47997 11.264 2.54397C11.4347 2.58664 11.6214 2.68264 11.824 2.83197C11.9414 2.9173 12.1334 3.08264 12.4 3.32797L13.92 4.63997C14.4 5.05597 14.7094 5.3493 14.848 5.51997C15.0614 5.78664 15.168 6.05864 15.168 6.33597C15.168 6.6133 15.0614 6.87997 14.848 7.13597C14.7094 7.30664 14.4054 7.59997 13.936 8.01597L12.752 9.02397L12.32 9.42397C12.032 9.67997 11.8187 9.85597 11.68 9.95197C11.456 10.1013 11.2374 10.176 11.024 10.176C10.9067 10.176 10.784 10.1546 10.656 10.112ZM1.90403 13.76C1.5627 13.4186 1.31203 12.992 1.15203 12.48C1.0027 12.0213 0.912031 11.408 0.880031 10.64C0.848031 10.1493 0.832031 9.2693 0.832031 7.99997C0.832031 6.73064 0.848031 5.85064 0.880031 5.35997C0.912031 4.59197 1.0027 3.97864 1.15203 3.51997C1.31203 3.00797 1.5627 2.5813 1.90403 2.23997C2.2347 1.9093 2.64003 1.66397 3.12003 1.50397C3.5467 1.3653 4.10136 1.2693 4.78403 1.21597C5.26403 1.18397 6.01603 1.16797 7.04003 1.16797C7.1787 1.16797 7.2987 1.21597 7.40003 1.31197C7.50136 1.40797 7.55203 1.5253 7.55203 1.66397C7.55203 1.80264 7.50136 1.91997 7.40003 2.01597C7.2987 2.11197 7.1787 2.15997 7.04003 2.15997C6.10136 2.17064 5.39736 2.18664 4.92803 2.20797C4.3307 2.25064 3.85336 2.32797 3.49603 2.43997C3.1387 2.55197 2.8427 2.71997 2.60803 2.94397C2.3627 3.19997 2.18136 3.5413 2.06403 3.96797C1.95736 4.36264 1.88803 4.90664 1.85603 5.59997C1.84536 6.0373 1.83736 6.8373 1.83203 7.99997C1.8267 9.16264 1.8347 9.96264 1.85603 10.4C1.88803 11.0933 1.95736 11.6373 2.06403 12.032C2.18136 12.4586 2.36536 12.7973 2.61603 13.048C2.8667 13.2986 3.2107 13.4826 3.64803 13.6C4.03203 13.7066 4.57603 13.776 5.28003 13.808C5.71736 13.8293 6.51736 13.84 7.68003 13.84C8.8427 13.84 9.6427 13.8293 10.08 13.808C10.7734 13.776 11.3174 13.7066 11.712 13.6C12.1494 13.4826 12.4907 13.3013 12.736 13.056C12.9814 12.8106 13.1627 12.48 13.28 12.064C13.3974 11.648 13.472 11.0666 13.504 10.32C13.504 10.1813 13.552 10.0666 13.648 9.97597C13.744 9.8853 13.8614 9.83997 14 9.83997H14.016C14.1547 9.83997 14.272 9.89064 14.368 9.99197C14.464 10.0933 14.5067 10.2133 14.496 10.352C14.464 11.184 14.3787 11.8453 14.24 12.336C14.08 12.912 13.8134 13.3866 13.44 13.76C13.0987 14.1013 12.6774 14.352 12.176 14.512C11.7067 14.6613 11.088 14.7573 10.32 14.8C9.82936 14.8213 8.94936 14.832 7.68003 14.832C6.4107 14.832 5.5307 14.8213 5.04003 14.8C4.26136 14.7573 3.6427 14.6613 3.18403 14.512C2.6827 14.352 2.25603 14.1013 1.90403 13.76ZM11.632 8.68797C11.824 8.5173 11.9787 8.37864 12.096 8.27197L13.28 7.26397C13.5894 6.98664 13.7974 6.79464 13.904 6.68797C14.0747 6.5173 14.16 6.3973 14.16 6.32797C14.16 6.25864 14.0747 6.13864 13.904 5.96797C13.7867 5.8613 13.5734 5.6693 13.264 5.39197L11.744 4.06397C11.52 3.87197 11.3654 3.73864 11.28 3.66397C11.1307 3.5573 11.0294 3.50397 10.976 3.50397H10.96C10.896 3.59997 10.88 3.8933 10.912 4.38397L10.928 4.65597C10.928 4.79464 10.88 4.91197 10.784 5.00797C10.688 5.10397 10.5707 5.15197 10.432 5.15197H9.77603C9.3387 5.1413 9.01336 5.1413 8.80003 5.15197C8.43737 5.15197 8.11736 5.17864 7.84003 5.23197C5.92003 5.5413 4.8267 6.6293 4.56003 8.49597C4.90136 8.30397 5.20536 8.14397 5.47203 8.01597C5.81336 7.85597 6.14936 7.73864 6.48003 7.66397C6.91737 7.5573 7.4187 7.4933 7.98403 7.47197C8.32537 7.4613 8.83203 7.46664 9.50403 7.48797L10.432 7.50397C10.5707 7.50397 10.688 7.55197 10.784 7.64797C10.88 7.74397 10.928 7.8613 10.928 7.99997L10.912 8.27197C10.88 8.7733 10.9014 9.06664 10.976 9.15197C11.0187 9.1733 11.0827 9.15464 11.168 9.09597C11.2534 9.0373 11.408 8.9013 11.632 8.68797Z" fill="currentColor"/>',
67
+ },
68
+ 'mic': {
69
+ viewBox: '0 0 16 16',
70
+ content: '<path d="M7.9999 11.168C7.33857 11.168 6.72524 10.9947 6.1599 10.648C5.59457 10.3014 5.14657 9.8347 4.8159 9.24803C4.48524 8.66136 4.3199 8.02136 4.3199 7.32803V4.67203C4.3199 3.9787 4.48524 3.3387 4.8159 2.75203C5.14657 2.16536 5.59457 1.6987 6.1599 1.35203C6.72524 1.00536 7.33857 0.832031 7.9999 0.832031C8.66124 0.832031 9.27457 1.00536 9.8399 1.35203C10.4052 1.6987 10.8532 2.16536 11.1839 2.75203C11.5146 3.3387 11.6799 3.9787 11.6799 4.67203V7.32803C11.6799 8.02136 11.5146 8.66136 11.1839 9.24803C10.8532 9.8347 10.4052 10.3014 9.8399 10.648C9.27457 10.9947 8.66124 11.168 7.9999 11.168ZM7.9999 1.84003C7.50924 1.84003 7.0559 1.96536 6.6399 2.21603C6.2239 2.4667 5.89324 2.8107 5.6479 3.24803C5.40257 3.68536 5.2799 4.16003 5.2799 4.67203V7.32803C5.2799 7.84003 5.40257 8.3147 5.6479 8.75203C5.89324 9.18936 6.2239 9.53336 6.6399 9.78403C7.0559 10.0347 7.50924 10.16 7.9999 10.16C8.43724 10.16 8.8479 10.0587 9.2319 9.85603C9.6159 9.65336 9.93324 9.37603 10.1839 9.02403C10.4346 8.67203 10.5972 8.27736 10.6719 7.84003H9.2799C9.1519 7.84003 9.0399 7.78936 8.9439 7.68803C8.8479 7.5867 8.7999 7.4667 8.7999 7.32803C8.7999 7.18936 8.8479 7.07203 8.9439 6.97603C9.0399 6.88003 9.1519 6.83203 9.2799 6.83203H10.7199V5.16803H9.2799C9.1519 5.16803 9.0399 5.12003 8.9439 5.02403C8.8479 4.92803 8.7999 4.8107 8.7999 4.67203C8.7999 4.53336 8.8479 4.41336 8.9439 4.31203C9.0399 4.2107 9.1519 4.16003 9.2799 4.16003H10.6719C10.5972 3.7227 10.4346 3.32803 10.1839 2.97603C9.93324 2.62403 9.6159 2.3467 9.2319 2.14403C8.8479 1.94136 8.43724 1.84003 7.9999 1.84003ZM3.3599 7.32803C3.3599 8.2027 3.57324 9.0187 3.9999 9.77603C4.40524 10.5014 4.9599 11.0774 5.6639 11.504C6.37857 11.9414 7.15724 12.16 7.9999 12.16C8.84257 12.16 9.62124 11.9414 10.3359 11.504C11.0399 11.0774 11.5946 10.5014 11.9999 9.77603C12.4266 9.0187 12.6399 8.2027 12.6399 7.32803C12.6399 7.18936 12.6879 7.07203 12.7839 6.97603C12.8799 6.88003 12.9919 6.83203 13.1199 6.83203C13.2479 6.83203 13.3599 6.88003 13.4559 6.97603C13.5519 7.07203 13.5999 7.18936 13.5999 7.32803C13.5999 8.3307 13.3706 9.26936 12.9119 10.144C12.4639 10.9867 11.8506 11.6774 11.0719 12.216C10.2932 12.7547 9.42923 13.0667 8.4799 13.152V14.16H9.9199C10.0479 14.16 10.1599 14.2107 10.2559 14.312C10.3519 14.4134 10.3999 14.5334 10.3999 14.672C10.3999 14.8107 10.3519 14.928 10.2559 15.024C10.1599 15.12 10.0479 15.168 9.9199 15.168H6.0799C5.9519 15.168 5.8399 15.12 5.7439 15.024C5.6479 14.928 5.5999 14.8107 5.5999 14.672C5.5999 14.5334 5.6479 14.4134 5.7439 14.312C5.8399 14.2107 5.9519 14.16 6.0799 14.16H7.5199V13.152C6.57057 13.0667 5.70657 12.7547 4.9279 12.216C4.14924 11.6774 3.5359 10.9867 3.0879 10.144C2.62924 9.26936 2.3999 8.3307 2.3999 7.32803C2.3999 7.18936 2.4479 7.07203 2.5439 6.97603C2.6399 6.88003 2.7519 6.83203 2.8799 6.83203C3.0079 6.83203 3.1199 6.88003 3.2159 6.97603C3.3119 7.07203 3.3599 7.18936 3.3599 7.32803Z" fill="currentColor"/>',
71
+ },
72
+ 'reload': {
73
+ viewBox: '0 0 24 24',
74
+ content: ` <path d="M15.1667 0.999756L15.7646 2.11753C16.1689 2.87322 16.371 3.25107 16.2374 3.41289C16.1037 3.57471 15.6635 3.44402 14.7831 3.18264C13.9029 2.92131 12.9684 2.78071 12 2.78071C6.75329 2.78071 2.5 6.90822 2.5 11.9998C2.5 13.6789 2.96262 15.2533 3.77093 16.6093M8.83333 22.9998L8.23536 21.882C7.83108 21.1263 7.62894 20.7484 7.7626 20.5866C7.89627 20.4248 8.33649 20.5555 9.21689 20.8169C10.0971 21.0782 11.0316 21.2188 12 21.2188C17.2467 21.2188 21.5 17.0913 21.5 11.9998C21.5 10.3206 21.0374 8.74623 20.2291 7.39023" stroke="currentColor" />`,
75
+ },
76
+ 'list': {
77
+ viewBox: '0 0 24 24',
78
+ content: '<path d="M8 6h13M8 12h13M8 18h13" stroke="currentColor" stroke-width="2" stroke-linecap="round" fill="none"/><path d="M3 6h.01M3 12h.01M3 18h.01" stroke="currentColor" stroke-width="2" stroke-linecap="round" fill="none"/>',
79
+ },
80
+ 'route': {
81
+ viewBox: '0 0 24 24',
82
+ content: '<circle cx="6" cy="19" r="2" stroke="currentColor" stroke-width="2" fill="none"/><circle cx="18" cy="5" r="2" stroke="currentColor" stroke-width="2" fill="none"/><path d="M6 17V11a6 6 0 0 1 6-6h2" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" fill="none"/><path d="M15 8l3-3-3-3" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" fill="none"/>',
83
+ },
84
+ 'check-circle': {
85
+ viewBox: '0 0 24 24',
86
+ content: '<circle cx="12" cy="12" r="9" stroke="currentColor" stroke-width="2" fill="none"/><path d="M8 12l3 3 5-5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" fill="none"/>',
87
+ },
88
+ 'wifi-off': {
89
+ viewBox: '0 0 24 24',
90
+ content: '<path d="M1 1l22 22M16.72 11.06A11 11 0 0 0 12 10c-2.06 0-3.96.57-5.59 1.56M5 12.55a11 11 0 0 0-1.48 1.45M10.71 5.05A16 16 0 0 1 22.56 9M1.42 9a15.91 15.91 0 0 1 4.7-2.88M8.53 16.11a6 6 0 0 1 6.95 0M12 20h.01" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" fill="none"/>',
91
+ },
92
+ 'warning': {
93
+ viewBox: '0 0 24 24',
94
+ content: '<path d="M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" fill="none"/><path d="M12 9v4M12 17h.01" stroke="currentColor" stroke-width="2" stroke-linecap="round" fill="none"/>',
95
+ },
96
+ 'ellipsis': {
97
+ viewBox: '0 0 24 24',
98
+ content: '<circle cx="5" cy="12" r="2" fill="currentColor"/><circle cx="12" cy="12" r="2" fill="currentColor"/><circle cx="19" cy="12" r="2" fill="currentColor"/>',
99
+ },
100
+ 'link': {
101
+ viewBox: '0 0 14 14',
102
+ content: ` <path d="M7.00041 12.6839C5.94574 12.6839 5.21307 12.6746 4.80241 12.6559C4.16774 12.6186 3.65907 12.5393 3.27641 12.4179C2.85641 12.2873 2.50174 12.0773 2.21241 11.7879C1.92307 11.4986 1.71307 11.1439 1.58241 10.7239C1.46107 10.3413 1.38174 9.83259 1.34441 9.19792C1.32574 8.78725 1.31641 8.05458 1.31641 6.99992C1.31641 5.94525 1.32574 5.21258 1.34441 4.80192C1.38174 4.16725 1.46107 3.65858 1.58241 3.27592C1.71307 2.85592 1.92307 2.50125 2.21241 2.21192C2.48307 1.94125 2.81907 1.73592 3.22041 1.59592C3.57507 1.47458 4.03241 1.39525 4.59241 1.35792C5.00307 1.32992 5.62841 1.31592 6.46841 1.31592C6.58974 1.31592 6.69474 1.35792 6.78341 1.44192C6.87207 1.52592 6.91641 1.62858 6.91641 1.74992C6.91641 1.87125 6.87207 1.97392 6.78341 2.05792C6.69474 2.14192 6.59441 2.18392 6.48241 2.18392C5.69841 2.18392 5.11507 2.19792 4.73241 2.22592C4.23774 2.26325 3.84341 2.32625 3.54941 2.41492C3.25541 2.50358 3.01507 2.64125 2.82841 2.82792C2.62307 3.03325 2.47374 3.31325 2.38041 3.66792C2.29641 3.99458 2.24041 4.44258 2.21241 5.01192C2.19374 5.37592 2.18441 6.03858 2.18441 6.99992C2.18441 7.96125 2.19374 8.62392 2.21241 8.98792C2.24041 9.55725 2.29641 10.0053 2.38041 10.3319C2.47374 10.6866 2.62307 10.9666 2.82841 11.1719C3.03374 11.3773 3.31374 11.5266 3.66841 11.6199C3.99507 11.7039 4.44307 11.7599 5.01241 11.7879C5.37641 11.8066 6.03907 11.8159 7.00041 11.8159C7.96174 11.8159 8.62441 11.8066 8.98841 11.7879C9.55774 11.7599 10.0057 11.7039 10.3324 11.6199C10.6871 11.5266 10.9671 11.3773 11.1724 11.1719C11.3591 10.9853 11.4967 10.7449 11.5854 10.4509C11.6741 10.1569 11.7371 9.76258 11.7744 9.26792C11.7931 8.88525 11.8071 8.30192 11.8164 7.51792C11.8164 7.40592 11.8584 7.30558 11.9424 7.21692C12.0264 7.12825 12.1291 7.08392 12.2504 7.08392C12.3717 7.08392 12.4744 7.12825 12.5584 7.21692C12.6424 7.30558 12.6844 7.41058 12.6844 7.53192C12.6844 8.37192 12.6704 8.99258 12.6424 9.39392C12.6051 9.96325 12.5257 10.4253 12.4044 10.7799C12.2644 11.1813 12.0591 11.5173 11.7884 11.7879C11.4991 12.0773 11.1444 12.2873 10.7244 12.4179C10.3417 12.5393 9.83307 12.6186 9.19841 12.6559C8.78774 12.6746 8.05507 12.6839 7.00041 12.6839ZM6.13241 7.92392C6.04841 7.83992 6.00641 7.73725 6.00641 7.61592C6.00641 7.49459 6.04841 7.39192 6.13241 7.30792L11.1444 2.26792C10.7057 2.22125 10.1084 2.20725 9.35241 2.22592C9.23107 2.22592 9.12841 2.18392 9.04441 2.09992C8.96041 2.01592 8.91841 1.91325 8.91841 1.79192C8.91841 1.67058 8.96041 1.56558 9.04441 1.47692C9.12841 1.38825 9.23107 1.34392 9.35241 1.34392C10.1177 1.33458 10.7337 1.35325 11.2004 1.39992C11.5737 1.43725 11.8491 1.48858 12.0264 1.55392C12.1384 1.60058 12.2317 1.66125 12.3064 1.73592C12.3811 1.81058 12.4371 1.89925 12.4744 2.00192C12.5491 2.17925 12.6004 2.45458 12.6284 2.82792C12.6751 3.29458 12.6937 3.91525 12.6844 4.68992C12.6844 4.81125 12.6401 4.91392 12.5514 4.99792C12.4627 5.08192 12.3577 5.12158 12.2364 5.11692C12.1151 5.11225 12.0124 5.06792 11.9284 4.98392C11.8444 4.89992 11.8071 4.79725 11.8164 4.67592C11.8257 3.92925 11.8071 3.33658 11.7604 2.89792L6.76241 7.92392C6.66907 8.00792 6.56174 8.04992 6.44041 8.04992C6.32841 8.04992 6.22574 8.00792 6.13241 7.92392Z" fill="currentColor"/>`,
103
+ },
104
+ 'emoji-angry': {
105
+ viewBox: '0 0 24 24',
106
+ content: `<path d="M11.9992 22.4983C19 22.4983 22.4983 17.7977 22.4983 11.9992C22.4983 6.20064 19 1.5 11.9992 1.5C4.99833 1.5 1.5 6.20064 1.5 11.9992C1.5 17.7977 4.99833 22.4983 11.9992 22.4983Z" fill="#FFAF44"/><path d="M7.875 15.75C9.73896 15.75 11.25 14.239 11.25 12.375C11.25 10.511 9.73896 9 7.875 9C6.01104 9 4.5 10.511 4.5 12.375C4.5 14.239 6.01104 15.75 7.875 15.75Z" fill="white"/><path d="M16.125 15.75C17.989 15.75 19.5 14.239 19.5 12.375C19.5 10.511 17.989 9 16.125 9C14.261 9 12.75 10.511 12.75 12.375C12.75 14.239 14.261 15.75 16.125 15.75Z" fill="white"/><path d="M10.7176 9.37595C11.0278 9.39249 11.2659 9.65737 11.2494 9.96759C11.2328 10.2778 10.9679 10.5159 10.6577 10.4994C9.89486 10.4587 9.16619 10.2717 8.54511 9.83916C7.91866 9.4029 7.44999 8.75049 7.1542 7.86607C7.05566 7.57145 7.21462 7.25273 7.50924 7.1542C7.80386 7.05566 8.12257 7.21462 8.22111 7.50924C8.45382 8.20504 8.79279 8.64073 9.18802 8.91596C9.58863 9.19494 10.0957 9.3428 10.7176 9.37595Z" fill="#402A32"/><path d="M13.2827 9.37595C12.9725 9.39249 12.7344 9.65737 12.7509 9.96759C12.7675 10.2778 13.0324 10.5159 13.3426 10.4994C14.1054 10.4587 14.8341 10.2717 15.4552 9.83916C16.0816 9.4029 16.5503 8.75049 16.8461 7.86607C16.9446 7.57145 16.7857 7.25273 16.4911 7.1542C16.1964 7.05566 15.8777 7.21462 15.7792 7.50924C15.5465 8.20504 15.2075 8.64073 14.8123 8.91596C14.4117 9.19494 13.9046 9.3428 13.2827 9.37595Z" fill="#402A32"/><path d="M12.0002 18.0002C10.4967 18.0002 9.7996 18.8283 9.67097 19.0856C9.48573 19.456 9.03523 19.6062 8.66474 19.421C8.29426 19.2357 8.14409 18.7852 8.32933 18.4147C8.70071 17.672 9.90361 16.5002 12.0002 16.5002C14.0967 16.5002 15.2996 17.672 15.671 18.4147C15.8562 18.7852 15.706 19.2357 15.3356 19.421C14.9651 19.6062 14.5146 19.456 14.3293 19.0856C14.2007 18.8283 13.5036 18.0002 12.0002 18.0002Z" fill="#402A32"/><path d="M10.5002 12.7502C10.5002 13.5786 9.82861 14.2502 9.00018 14.2502C8.17176 14.2502 7.50018 13.5786 7.50018 12.7502C7.50018 11.9217 8.17176 11.2502 9.00018 11.2502C9.82861 11.2502 10.5002 11.9217 10.5002 12.7502Z" fill="#402A32"/><path d="M16.5002 12.7502C16.5002 13.5786 15.8286 14.2502 15.0002 14.2502C14.1718 14.2502 13.5002 13.5786 13.5002 12.7502C13.5002 11.9217 14.1718 11.2502 15.0002 11.2502C15.8286 11.2502 16.5002 11.9217 16.5002 12.7502Z" fill="#402A32"/>`,
107
+ },
108
+ 'emoji-frowning': {
109
+ viewBox: '0 0 24 24',
110
+ content: `<path d="M11.9992 22.4983C19 22.4983 22.4983 17.7977 22.4983 11.9992C22.4983 6.20064 19 1.5 11.9992 1.5C4.99833 1.5 1.5 6.20064 1.5 11.9992C1.5 17.7977 4.99833 22.4983 11.9992 22.4983Z" fill="#FFAF44"/><path d="M7.81463 12.1683C9.5568 12.1683 10.9691 10.756 10.9691 9.01385C10.9691 7.27168 9.5568 5.85938 7.81463 5.85938C6.07246 5.85938 4.66016 7.27168 4.66016 9.01385C4.66016 10.756 6.07246 12.1683 7.81463 12.1683Z" fill="white"/><path d="M16.1765 12.2258C17.9346 12.2258 19.3597 10.8007 19.3597 9.04261C19.3597 7.28456 17.9346 5.85938 16.1765 5.85938C14.4185 5.85938 12.9933 7.28456 12.9933 9.04261C12.9933 10.8007 14.4185 12.2258 16.1765 12.2258Z" fill="white"/><path d="M9.75018 9C9.75018 9.82843 9.07861 10.5 8.25018 10.5C7.42176 10.5 6.75018 9.82843 6.75018 9C6.75018 8.17157 7.42176 7.5 8.25018 7.5C9.07861 7.5 9.75018 8.17157 9.75018 9Z" fill="#402A32"/><path d="M17.2502 9C17.2502 9.82843 16.5786 10.5 15.7502 10.5C14.9218 10.5 14.2502 9.82843 14.2502 9C14.2502 8.17157 14.9218 7.5 15.7502 7.5C16.5786 7.5 17.2502 8.17157 17.2502 9Z" fill="#402A32"/><path d="M12.0002 15C9.34516 15 8.32369 16.53 8.17098 16.8354C7.98574 17.2059 7.53524 17.3561 7.16475 17.1708C6.79427 16.9856 6.6441 16.5351 6.82934 16.1646C7.17664 15.47 8.65516 13.5 12.0002 13.5C15.3452 13.5 16.8237 15.47 17.171 16.1646C17.3562 16.5351 17.2061 16.9856 16.8356 17.1708C16.4651 17.3561 16.0146 17.2059 15.8293 16.8354C15.6766 16.53 14.6552 15 12.0002 15Z" fill="#402A32"/>`,
111
+ },
112
+ 'emoji-neutral': {
113
+ viewBox: '0 0 24 24',
114
+ content: `<path d="M11.9992 22.4983C19 22.4983 22.4983 17.7977 22.4983 11.9992C22.4983 6.20064 19 1.5 11.9992 1.5C4.99833 1.5 1.5 6.20064 1.5 11.9992C1.5 17.7977 4.99833 22.4983 11.9992 22.4983Z" fill="#FFAF44"/><path d="M7.875 12.1875C9.63541 12.1875 11.0625 10.7604 11.0625 9C11.0625 7.23959 9.63541 5.8125 7.875 5.8125C6.11459 5.8125 4.6875 7.23959 4.6875 9C4.6875 10.7604 6.11459 12.1875 7.875 12.1875Z" fill="white"/><path d="M16.125 12.1875C17.8854 12.1875 19.3125 10.7604 19.3125 9C19.3125 7.23959 17.8854 5.8125 16.125 5.8125C14.3646 5.8125 12.9375 7.23959 12.9375 9C12.9375 10.7604 14.3646 12.1875 16.125 12.1875Z" fill="white"/><path d="M8.25 10.5C9.07843 10.5 9.75 9.82843 9.75 9C9.75 8.17157 9.07843 7.5 8.25 7.5C7.42157 7.5 6.75 8.17157 6.75 9C6.75 9.82843 7.42157 10.5 8.25 10.5Z" fill="#402A32"/><path d="M15.75 10.5C16.5784 10.5 17.25 9.82843 17.25 9C17.25 8.17157 16.5784 7.5 15.75 7.5C14.9216 7.5 14.25 8.17157 14.25 9C14.25 9.82843 14.9216 10.5 15.75 10.5Z" fill="#402A32"/><path d="M8.25 14.25C7.83579 14.25 7.5 14.5858 7.5 15C7.5 15.4142 7.83579 15.75 8.25 15.75H15.75C16.1642 15.75 16.5 15.4142 16.5 15C16.5 14.5858 16.1642 14.25 15.75 14.25H8.25Z" fill="#402A32"/>`,
115
+ },
116
+ 'emoji-slightly-smiling': {
117
+ viewBox: '0 0 24 24',
118
+ content: `<path d="M11.9992 22.4983C19 22.4983 22.4983 17.7977 22.4983 11.9992C22.4983 6.20064 19 1.5 11.9992 1.5C4.99833 1.5 1.5 6.20064 1.5 11.9992C1.5 17.7977 4.99833 22.4983 11.9992 22.4983Z" fill="#FFAF44"/><path d="M7.875 12.1875C9.63541 12.1875 11.0625 10.7604 11.0625 9C11.0625 7.23959 9.63541 5.8125 7.875 5.8125C6.11459 5.8125 4.6875 7.23959 4.6875 9C4.6875 10.7604 6.11459 12.1875 7.875 12.1875Z" fill="white"/><path d="M16.125 12.1875C17.8854 12.1875 19.3125 10.7604 19.3125 9C19.3125 7.23959 17.8854 5.8125 16.125 5.8125C14.3646 5.8125 12.9375 7.23959 12.9375 9C12.9375 10.7604 14.3646 12.1875 16.125 12.1875Z" fill="white"/><path d="M8.25 10.5C9.07843 10.5 9.75 9.82843 9.75 9C9.75 8.17157 9.07843 7.5 8.25 7.5C7.42157 7.5 6.75 8.17157 6.75 9C6.75 9.82843 7.42157 10.5 8.25 10.5Z" fill="#402A32"/><path d="M15.75 10.5C16.5784 10.5 17.25 9.82843 17.25 9C17.25 8.17157 16.5784 7.5 15.75 7.5C14.9216 7.5 14.25 8.17157 14.25 9C14.25 9.82843 14.9216 10.5 15.75 10.5Z" fill="#402A32"/><path d="M8.25 14.25C7.83579 14.25 7.5 14.5858 7.5 15C7.5 15.4142 7.83579 15.75 8.25 15.75H15.75C16.1642 15.75 16.5 15.4142 16.5 15C16.5 14.5858 16.1642 14.25 15.75 14.25H8.25Z" fill="#402A32"/>`,
119
+ },
120
+ 'emoji-heart-eyes': {
121
+ viewBox: '0 0 24 24',
122
+ content: `<path d="M11.9992 22.4983C19 22.4983 22.4983 17.7977 22.4983 11.9992C22.4983 6.20064 19 1.5 11.9992 1.5C4.99833 1.5 1.5 6.20064 1.5 11.9992C1.5 17.7977 4.99833 22.4983 11.9992 22.4983Z" fill="#FFAF44"/><path d="M12 18.75C5.25 18.75 5.25 12 5.25 12H18.75C18.75 12 18.75 18.75 12 18.75Z" fill="#BB1D80"/><path d="M6 12.375V12H18V12.375C18 12.7892 17.6642 13.125 17.25 13.125H6.75C6.33579 13.125 6 12.7892 6 12.375Z" fill="white"/><path d="M2.38578 7.31278C3.89778 9.0578 5.90933 9.822 6.94039 10.1171C7.36274 10.2379 7.80593 10.1167 8.1187 9.80821C9.0138 8.92534 10.8179 6.8995 11.2035 4.58648C11.742 1.35654 7.69199 0.371892 6.05989 3.03407C2.242 1.24078 0.222367 4.81595 2.38578 7.31278Z" fill="#F70A8D"/><path d="M21.6129 7.31398C20.1017 9.05814 18.0912 9.82205 17.0604 10.1171C16.6381 10.2379 16.1949 10.1167 15.8822 9.8082C14.9873 8.92559 13.1843 6.90071 12.7988 4.5888C12.2605 1.36017 16.3089 0.375922 17.9403 3.03701C21.7567 1.24446 23.7755 4.81817 21.6129 7.31398Z" fill="#F70A8D"/>`,
123
+ },
124
+ };
125
+
126
+ exports.iconRegistry = iconRegistry;