@archieai/ui 0.1.0 → 0.1.1

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 (88) hide show
  1. package/README.md +552 -54
  2. package/dist/{WhiteboardView-BWupryzA.cjs → Search-CvUV62Aw.cjs} +2 -2
  3. package/dist/Search-CvUV62Aw.cjs.map +1 -0
  4. package/dist/{WhiteboardView-BceDPBkS.js → Search-DtXF03cV.js} +469 -437
  5. package/dist/Search-DtXF03cV.js.map +1 -0
  6. package/dist/components/atoms/Avatar/Avatar.d.ts +19 -0
  7. package/dist/components/atoms/Avatar/Avatar.d.ts.map +1 -0
  8. package/dist/components/atoms/Avatar/Avatar.styles.d.ts +9 -0
  9. package/dist/components/atoms/Avatar/Avatar.styles.d.ts.map +1 -0
  10. package/dist/components/atoms/StatusIndicator/StatusIndicator.d.ts +8 -0
  11. package/dist/components/atoms/StatusIndicator/StatusIndicator.d.ts.map +1 -0
  12. package/dist/components/atoms/StatusIndicator/StatusIndicator.styles.d.ts +10 -0
  13. package/dist/components/atoms/StatusIndicator/StatusIndicator.styles.d.ts.map +1 -0
  14. package/dist/components/atoms/icons/Search.d.ts +7 -0
  15. package/dist/components/atoms/icons/Search.d.ts.map +1 -0
  16. package/dist/components/atoms/icons/index.d.ts +2 -1
  17. package/dist/components/atoms/icons/index.d.ts.map +1 -1
  18. package/dist/components/atoms/logos/FullLogo.d.ts +8 -0
  19. package/dist/components/atoms/logos/FullLogo.d.ts.map +1 -0
  20. package/dist/components/atoms/logos/LogoA.d.ts +8 -0
  21. package/dist/components/atoms/logos/LogoA.d.ts.map +1 -0
  22. package/dist/components/atoms/logos/SignatureA.d.ts +11 -0
  23. package/dist/components/atoms/logos/SignatureA.d.ts.map +1 -0
  24. package/dist/components/atoms/logos/index.d.ts +7 -0
  25. package/dist/components/atoms/logos/index.d.ts.map +1 -0
  26. package/dist/components/molecules/Button/Button.styles.d.ts +1 -1
  27. package/dist/components/molecules/ChatFile/ChatFile.styles.d.ts +4 -4
  28. package/dist/components/molecules/Dropdown/Dropdown.d.ts +41 -0
  29. package/dist/components/molecules/Dropdown/Dropdown.d.ts.map +1 -0
  30. package/dist/components/molecules/Dropdown/Dropdown.styles.d.ts +11 -0
  31. package/dist/components/molecules/Dropdown/Dropdown.styles.d.ts.map +1 -0
  32. package/dist/components/molecules/Input/Input.styles.d.ts +5 -5
  33. package/dist/components/molecules/MessageBubble/MessageBubble.d.ts +24 -0
  34. package/dist/components/molecules/MessageBubble/MessageBubble.d.ts.map +1 -0
  35. package/dist/components/molecules/MessageBubble/MessageBubble.styles.d.ts +16 -0
  36. package/dist/components/molecules/MessageBubble/MessageBubble.styles.d.ts.map +1 -0
  37. package/dist/components/molecules/ProgressBar/ProgressBar.d.ts +37 -0
  38. package/dist/components/molecules/ProgressBar/ProgressBar.d.ts.map +1 -0
  39. package/dist/components/molecules/ProgressBar/ProgressBar.styles.d.ts +10 -0
  40. package/dist/components/molecules/ProgressBar/ProgressBar.styles.d.ts.map +1 -0
  41. package/dist/components/molecules/SidebarItem/SidebarItem.d.ts +17 -0
  42. package/dist/components/molecules/SidebarItem/SidebarItem.d.ts.map +1 -0
  43. package/dist/components/molecules/SidebarItem/SidebarItem.styles.d.ts +13 -0
  44. package/dist/components/molecules/SidebarItem/SidebarItem.styles.d.ts.map +1 -0
  45. package/dist/components/molecules/StatusMessage/StatusMessage.d.ts +7 -0
  46. package/dist/components/molecules/StatusMessage/StatusMessage.d.ts.map +1 -0
  47. package/dist/components/molecules/StatusMessage/StatusMessage.styles.d.ts +8 -0
  48. package/dist/components/molecules/StatusMessage/StatusMessage.styles.d.ts.map +1 -0
  49. package/dist/components/molecules/Timestamp/Timestamp.d.ts +18 -0
  50. package/dist/components/molecules/Timestamp/Timestamp.d.ts.map +1 -0
  51. package/dist/components/molecules/Timestamp/Timestamp.styles.d.ts +8 -0
  52. package/dist/components/molecules/Timestamp/Timestamp.styles.d.ts.map +1 -0
  53. package/dist/components/molecules/Toast/Toast.styles.d.ts +3 -3
  54. package/dist/components/organisms/ChatInput/ChatInput.d.ts +2 -0
  55. package/dist/components/organisms/ChatInput/ChatInput.d.ts.map +1 -1
  56. package/dist/components/organisms/ChatInput/ChatInput.styles.d.ts +3 -1
  57. package/dist/components/organisms/ChatInput/ChatInput.styles.d.ts.map +1 -1
  58. package/dist/components/organisms/ConversationHeader/ConversationHeader.d.ts +27 -0
  59. package/dist/components/organisms/ConversationHeader/ConversationHeader.d.ts.map +1 -0
  60. package/dist/components/organisms/ConversationHeader/ConversationHeader.styles.d.ts +7 -0
  61. package/dist/components/organisms/ConversationHeader/ConversationHeader.styles.d.ts.map +1 -0
  62. package/dist/components/renderers/MarkdownRenderer/MarkdownRenderer.d.ts +22 -0
  63. package/dist/components/renderers/MarkdownRenderer/MarkdownRenderer.d.ts.map +1 -0
  64. package/dist/components/renderers/MarkdownRenderer/MarkdownRenderer.styles.d.ts +5 -0
  65. package/dist/components/renderers/MarkdownRenderer/MarkdownRenderer.styles.d.ts.map +1 -0
  66. package/dist/hooks/useClickOutside.d.ts +5 -0
  67. package/dist/hooks/useClickOutside.d.ts.map +1 -0
  68. package/dist/icons.cjs +1 -1
  69. package/dist/icons.cjs.map +1 -1
  70. package/dist/icons.js +297 -303
  71. package/dist/icons.js.map +1 -1
  72. package/dist/index.cjs +290 -1
  73. package/dist/index.cjs.map +1 -1
  74. package/dist/index.d.ts +21 -2
  75. package/dist/index.d.ts.map +1 -1
  76. package/dist/index.js +14773 -1334
  77. package/dist/index.js.map +1 -1
  78. package/dist/logos/Full Logo.svg +14 -0
  79. package/dist/logos/Logo A.svg +4 -0
  80. package/dist/logos/Signature A.svg +4 -0
  81. package/dist/ui.css +1 -1
  82. package/package.json +13 -11
  83. package/dist/WhiteboardView-BWupryzA.cjs.map +0 -1
  84. package/dist/WhiteboardView-BceDPBkS.js.map +0 -1
  85. package/dist/components/organisms/Navbar/Navbar.d.ts +0 -15
  86. package/dist/components/organisms/Navbar/Navbar.d.ts.map +0 -1
  87. package/dist/components/organisms/Navbar/Navbar.styles.d.ts +0 -8
  88. package/dist/components/organisms/Navbar/Navbar.styles.d.ts.map +0 -1
@@ -270,18 +270,18 @@ const I = ({
270
270
  ...r
271
271
  }) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M17 9L10.125 16L7 12.8182M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
272
272
  I.displayName = "CheckCircle";
273
- const E = ({
273
+ const X = ({
274
274
  size: e = 24,
275
275
  color: i = "#8C92AF",
276
276
  ...r
277
277
  }) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M9 11L12 14L22 4M21 12V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C4.46957 21 3.96086 20.7893 3.58579 20.4142C3.21071 20.0391 3 19.5304 3 19V5C3 4.46957 3.21071 3.96086 3.58579 3.58579C3.96086 3.21071 4.46957 3 5 3H16", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
278
- E.displayName = "CheckSquare";
279
- const X = ({
278
+ X.displayName = "CheckSquare";
279
+ const E = ({
280
280
  size: e = 24,
281
281
  color: i = "#8C92AF",
282
282
  ...r
283
283
  }) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M6 9L12 15L18 9", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
284
- X.displayName = "ChevronDown";
284
+ E.displayName = "ChevronDown";
285
285
  const K = ({
286
286
  size: e = 24,
287
287
  color: i = "#8C92AF",
@@ -636,7 +636,7 @@ const I1 = ({
636
636
  ...r
637
637
  }) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M18 2H15C13.6739 2 12.4021 2.52678 11.4645 3.46447C10.5268 4.40215 10 5.67392 10 7V10H7V14H10V22H14V14H17L18 10H14V7C14 6.73478 14.1054 6.48043 14.2929 6.29289C14.4804 6.10536 14.7348 6 15 6H18V2Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
638
638
  I1.displayName = "Facebook";
639
- const E1 = ({
639
+ const X1 = ({
640
640
  size: e = 24,
641
641
  color: i = "#8C92AF",
642
642
  ...r
@@ -644,13 +644,13 @@ const E1 = ({
644
644
  /* @__PURE__ */ t("path", { d: "M13 19L22 12L13 5V19Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
645
645
  /* @__PURE__ */ t("path", { d: "M2 19L11 12L2 5V19Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
646
646
  ] });
647
- E1.displayName = "FastForward";
648
- const X1 = ({
647
+ X1.displayName = "FastForward";
648
+ const E1 = ({
649
649
  size: e = 24,
650
650
  color: i = "#8C92AF",
651
651
  ...r
652
652
  }) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M16 8L2 22M17.5 15H9M20.24 12.24C21.3658 11.1141 21.9983 9.58716 21.9983 7.99497C21.9983 6.40279 21.3658 4.87582 20.24 3.74997C19.1142 2.62413 17.5872 1.99164 15.995 1.99164C14.4028 1.99164 12.8758 2.62413 11.75 3.74997L5 10.5V19H13.5L20.24 12.24Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
653
- X1.displayName = "Feather";
653
+ E1.displayName = "Feather";
654
654
  const K1 = ({
655
655
  size: e = 24,
656
656
  color: i = "#8C92AF",
@@ -989,13 +989,13 @@ const I2 = ({
989
989
  ...r
990
990
  }) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M21 11.5C21.0034 12.8199 20.6951 14.1219 20.1 15.3C19.3944 16.7118 18.3098 17.8992 16.9674 18.7293C15.6251 19.5594 14.0782 19.9994 12.5 20C11.1801 20.0035 9.87812 19.6951 8.7 19.1L3 21L4.9 15.3C4.30493 14.1219 3.99656 12.8199 4 11.5C4.00061 9.92179 4.44061 8.37488 5.27072 7.03258C6.10083 5.69028 7.28825 4.6056 8.7 3.90003C9.87812 3.30496 11.1801 2.99659 12.5 3.00003H13C15.0843 3.11502 17.053 3.99479 18.5291 5.47089C20.0052 6.94699 20.885 8.91568 21 11V11.5Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
991
991
  I2.displayName = "MessageCircle";
992
- const E2 = ({
992
+ const X2 = ({
993
993
  size: e = 24,
994
994
  color: i = "#8C92AF",
995
995
  ...r
996
996
  }) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M21 15C21 15.5304 20.7893 16.0391 20.4142 16.4142C20.0391 16.7893 19.5304 17 19 17H7L3 21V5C3 4.46957 3.21071 3.96086 3.58579 3.58579C3.96086 3.21071 4.46957 3 5 3H19C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V15Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
997
- E2.displayName = "MessageSquare";
998
- const X2 = ({
997
+ X2.displayName = "MessageSquare";
998
+ const E2 = ({
999
999
  size: e = 24,
1000
1000
  color: i = "#8C92AF",
1001
1001
  ...r
@@ -1003,7 +1003,7 @@ const X2 = ({
1003
1003
  /* @__PURE__ */ t("g", { clipPath: "url(#clip0_6355_36394)", children: /* @__PURE__ */ t("path", { d: "M1 1L23 23M15 9.33997V3.99997C15.0007 3.256 14.725 2.53829 14.2264 1.98617C13.7277 1.43405 13.0417 1.08691 12.3015 1.01214C11.5613 0.937375 10.8197 1.14031 10.2207 1.58156C9.62172 2.0228 9.20805 2.67088 9.06 3.39997M17 16.95C16.0238 17.9464 14.7721 18.6285 13.4056 18.9086C12.0391 19.1887 10.62 19.0542 9.3305 18.5223C8.04096 17.9903 6.93976 17.0853 6.16817 15.9232C5.39658 14.761 4.9898 13.3949 5 12V10M19 10V12C18.9996 12.4124 18.9628 12.824 18.89 13.23M12 19V23M8 23H16M9 8.99997V12C9.00052 12.5929 9.17675 13.1724 9.50643 13.6653C9.83611 14.1582 10.3045 14.5423 10.8523 14.7691C11.4002 14.996 12.0029 15.0554 12.5845 14.9398C13.1661 14.8243 13.7005 14.539 14.12 14.12L9 8.99997Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) }),
1004
1004
  /* @__PURE__ */ t("defs", { children: /* @__PURE__ */ t("clipPath", { id: "clip0_6355_36394", children: /* @__PURE__ */ t("rect", { width: "24", height: "24", fill: "white" }) }) })
1005
1005
  ] });
1006
- X2.displayName = "MicOff";
1006
+ E2.displayName = "MicOff";
1007
1007
  const K2 = ({
1008
1008
  size: e = 24,
1009
1009
  color: i = "#8C92AF",
@@ -1344,7 +1344,7 @@ const I9 = ({
1344
1344
  ...r
1345
1345
  }) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M4 12V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H18C18.5304 22 19.0391 21.7893 19.4142 21.4142C19.7893 21.0391 20 20.5304 20 20V12M16 6L12 2M12 2L8 6M12 2V15", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
1346
1346
  I9.displayName = "Share";
1347
- const E9 = ({
1347
+ const X9 = ({
1348
1348
  size: e = 24,
1349
1349
  color: i = "#8C92AF",
1350
1350
  ...r
@@ -1352,13 +1352,13 @@ const E9 = ({
1352
1352
  /* @__PURE__ */ t("g", { clipPath: "url(#clip0_6355_36510)", children: /* @__PURE__ */ t("path", { d: "M19.69 14C19.8911 13.3522 19.9956 12.6783 20 12V5L12 2L8.84003 3.18M4.73 4.72998L4 4.99998V12C4 18 12 22 12 22C14.117 20.8829 16.0197 19.4001 17.62 17.62M1 1L23 23", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) }),
1353
1353
  /* @__PURE__ */ t("defs", { children: /* @__PURE__ */ t("clipPath", { id: "clip0_6355_36510", children: /* @__PURE__ */ t("rect", { width: "24", height: "24", fill: "white" }) }) })
1354
1354
  ] });
1355
- E9.displayName = "ShieldOff";
1356
- const X9 = ({
1355
+ X9.displayName = "ShieldOff";
1356
+ const E9 = ({
1357
1357
  size: e = 24,
1358
1358
  color: i = "#8C92AF",
1359
1359
  ...r
1360
1360
  }) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M12 22C12 22 20 18 20 12V5L12 2L4 5V12C4 18 12 22 12 22Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
1361
- X9.displayName = "Shield";
1361
+ E9.displayName = "Shield";
1362
1362
  const K9 = ({
1363
1363
  size: e = 24,
1364
1364
  color: i = "#8C92AF",
@@ -1523,13 +1523,19 @@ const M4 = ({
1523
1523
  size: e = 24,
1524
1524
  color: i = "#8C92AF",
1525
1525
  ...r
1526
+ }) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M7 7H7.01M20.59 13.41L13.42 20.58C13.2343 20.766 13.0137 20.9135 12.7709 21.0141C12.5281 21.1148 12.2678 21.1666 12.005 21.1666C11.7422 21.1666 11.4819 21.1148 11.2391 21.0141C10.9963 20.9135 10.7757 20.766 10.59 20.58L2 12V2H12L20.59 10.59C20.9625 10.9647 21.1716 11.4716 21.1716 12C21.1716 12.5284 20.9625 13.0353 20.59 13.41Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
1527
+ M4.displayName = "Tag";
1528
+ const g4 = ({
1529
+ size: e = 24,
1530
+ color: i = "#8C92AF",
1531
+ ...r
1526
1532
  }) => /* @__PURE__ */ o("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: [
1527
1533
  /* @__PURE__ */ t("path", { d: "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
1528
1534
  /* @__PURE__ */ t("path", { d: "M12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
1529
1535
  /* @__PURE__ */ t("path", { d: "M12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
1530
1536
  ] });
1531
- M4.displayName = "Target";
1532
- const g4 = ({
1537
+ g4.displayName = "Target";
1538
+ const w4 = ({
1533
1539
  size: e = 24,
1534
1540
  color: i = "#8C92AF",
1535
1541
  ...r
@@ -1539,14 +1545,14 @@ const g4 = ({
1539
1545
  /* @__PURE__ */ t("path", { d: "M9.12988 16.5955L5.37988 23.2615", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
1540
1546
  /* @__PURE__ */ t("path", { d: "M13.5996 13.8745L18.8796 23.2615", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
1541
1547
  ] });
1542
- g4.displayName = "Telescope";
1543
- const w4 = ({
1548
+ w4.displayName = "Telescope";
1549
+ const v4 = ({
1544
1550
  size: e = 24,
1545
1551
  color: i = "#8C92AF",
1546
1552
  ...r
1547
1553
  }) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M4 17L10 11L4 5M12 19H20", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
1548
- w4.displayName = "Terminal";
1549
- const v4 = ({
1554
+ v4.displayName = "Terminal";
1555
+ const H4 = ({
1550
1556
  size: e = 24,
1551
1557
  color: i = "#8C92AF",
1552
1558
  ...r
@@ -1554,20 +1560,20 @@ const v4 = ({
1554
1560
  /* @__PURE__ */ t("g", { clipPath: "url(#clip0_6355_36558)", children: /* @__PURE__ */ t("path", { d: "M14 14.76V3.5C14 2.83696 13.7366 2.20107 13.2678 1.73223C12.7989 1.26339 12.163 1 11.5 1C10.837 1 10.2011 1.26339 9.73223 1.73223C9.26339 2.20107 9 2.83696 9 3.5V14.76C8.19728 15.2963 7.58832 16.0766 7.26307 16.9856C6.93782 17.8946 6.91352 18.8841 7.19376 19.8079C7.47399 20.7317 8.04391 21.541 8.81934 22.1161C9.59476 22.6912 10.5346 23.0017 11.5 23.0017C12.4654 23.0017 13.4052 22.6912 14.1807 22.1161C14.9561 21.541 15.526 20.7317 15.8062 19.8079C16.0865 18.8841 16.0622 17.8946 15.7369 16.9856C15.4117 16.0766 14.8027 15.2963 14 14.76Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) }),
1555
1561
  /* @__PURE__ */ t("defs", { children: /* @__PURE__ */ t("clipPath", { id: "clip0_6355_36558", children: /* @__PURE__ */ t("rect", { width: "24", height: "24", fill: "white" }) }) })
1556
1562
  ] });
1557
- v4.displayName = "Thermometer";
1558
- const H4 = ({
1563
+ H4.displayName = "Thermometer";
1564
+ const V4 = ({
1559
1565
  size: e = 24,
1560
1566
  color: i = "#8C92AF",
1561
1567
  ...r
1562
1568
  }) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M17 13L13 22C12.2044 22 11.4413 21.6839 10.8787 21.1213C10.3161 20.5587 10 19.7956 10 19V15H4.34003C4.05012 15.0033 3.76297 14.9435 3.49846 14.8248C3.23395 14.7061 2.99842 14.5313 2.80817 14.3125C2.61793 14.0937 2.47753 13.8362 2.39669 13.5577C2.31586 13.2793 2.29652 12.9866 2.34003 12.7L3.72003 3.7C3.79235 3.22309 4.0346 2.78839 4.40212 2.47599C4.76965 2.16359 5.2377 1.99454 5.72003 2H17M17 13V2M17 13H19.67C20.236 13.01 20.7859 12.8119 21.2154 12.4432C21.645 12.0745 21.9242 11.5609 22 11V4C21.9242 3.43905 21.645 2.9255 21.2154 2.55681C20.7859 2.18813 20.236 1.98999 19.67 2H17", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
1563
- H4.displayName = "ThumbsDown";
1564
- const V4 = ({
1569
+ V4.displayName = "ThumbsDown";
1570
+ const f4 = ({
1565
1571
  size: e = 24,
1566
1572
  color: i = "#8C92AF",
1567
1573
  ...r
1568
1574
  }) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M7 11L11 2C11.7956 2 12.5587 2.31607 13.1213 2.87868C13.6839 3.44129 14 4.20435 14 5V9H19.66C19.9499 8.99672 20.2371 9.0565 20.5016 9.17522C20.7661 9.29393 21.0016 9.46873 21.1919 9.68751C21.3821 9.90629 21.5225 10.1638 21.6033 10.4423C21.6842 10.7207 21.7035 11.0134 21.66 11.3L20.28 20.3C20.2077 20.7769 19.9654 21.2116 19.5979 21.524C19.2304 21.8364 18.7623 22.0055 18.28 22H7M7 11V22M7 11H4C3.46957 11 2.96086 11.2107 2.58579 11.5858C2.21071 11.9609 2 12.4696 2 13V20C2 20.5304 2.21071 21.0391 2.58579 21.4142C2.96086 21.7893 3.46957 22 4 22H7", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
1569
- V4.displayName = "ThumbsUp";
1570
- const f4 = ({
1575
+ f4.displayName = "ThumbsUp";
1576
+ const m4 = ({
1571
1577
  size: e = 24,
1572
1578
  color: i = "#8C92AF",
1573
1579
  ...r
@@ -1575,8 +1581,8 @@ const f4 = ({
1575
1581
  /* @__PURE__ */ t("path", { d: "M16 5H8C4.13401 5 1 8.13401 1 12C1 15.866 4.13401 19 8 19H16C19.866 19 23 15.866 23 12C23 8.13401 19.866 5 16 5Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
1576
1582
  /* @__PURE__ */ t("path", { d: "M8 15C9.65685 15 11 13.6569 11 12C11 10.3431 9.65685 9 8 9C6.34315 9 5 10.3431 5 12C5 13.6569 6.34315 15 8 15Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
1577
1583
  ] });
1578
- f4.displayName = "ToggleLeft";
1579
- const m4 = ({
1584
+ m4.displayName = "ToggleLeft";
1585
+ const W4 = ({
1580
1586
  size: e = 24,
1581
1587
  color: i = "#8C92AF",
1582
1588
  ...r
@@ -1584,20 +1590,20 @@ const m4 = ({
1584
1590
  /* @__PURE__ */ t("path", { d: "M16 5H8C4.13401 5 1 8.13401 1 12C1 15.866 4.13401 19 8 19H16C19.866 19 23 15.866 23 12C23 8.13401 19.866 5 16 5Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
1585
1591
  /* @__PURE__ */ t("path", { d: "M16 15C17.6569 15 19 13.6569 19 12C19 10.3431 17.6569 9 16 9C14.3431 9 13 10.3431 13 12C13 13.6569 14.3431 15 16 15Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
1586
1592
  ] });
1587
- m4.displayName = "ToggleRight";
1588
- const W4 = ({
1593
+ W4.displayName = "ToggleRight";
1594
+ const j4 = ({
1589
1595
  size: e = 24,
1590
1596
  color: i = "#8C92AF",
1591
1597
  ...r
1592
1598
  }) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M14.6999 6.29998C14.5166 6.48691 14.414 6.73823 14.414 6.99998C14.414 7.26173 14.5166 7.51305 14.6999 7.69998L16.2999 9.29998C16.4868 9.48321 16.7381 9.58584 16.9999 9.58584C17.2616 9.58584 17.5129 9.48321 17.6999 9.29998L21.4699 5.52998C21.9727 6.64117 22.1249 7.87921 21.9063 9.07913C21.6877 10.279 21.1086 11.3838 20.2461 12.2463C19.3837 13.1087 18.2789 13.6878 17.079 13.9064C15.8791 14.1251 14.641 13.9728 13.5299 13.47L6.61986 20.38C6.22203 20.7778 5.68246 21.0013 5.11986 21.0013C4.55725 21.0013 4.01768 20.7778 3.61986 20.38C3.22203 19.9822 2.99854 19.4426 2.99854 18.88C2.99854 18.3174 3.22203 17.7778 3.61986 17.38L10.5299 10.47C10.027 9.35879 9.87477 8.12075 10.0934 6.92083C10.312 5.72092 10.8911 4.61614 11.7536 3.7537C12.616 2.89127 13.7208 2.31215 14.9207 2.09352C16.1206 1.8749 17.3587 2.02714 18.4699 2.52998L14.6999 6.29998Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
1593
- W4.displayName = "Tool";
1594
- const j4 = ({
1599
+ j4.displayName = "Tool";
1600
+ const A4 = ({
1595
1601
  size: e = 24,
1596
1602
  color: i = "#8C92AF",
1597
1603
  ...r
1598
1604
  }) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M3 6H5M5 6H21M5 6V20C5 20.5304 5.21071 21.0391 5.58579 21.4142C5.96086 21.7893 6.46957 22 7 22H17C17.5304 22 18.0391 21.7893 18.4142 21.4142C18.7893 21.0391 19 20.5304 19 20V6H5ZM8 6V4C8 3.46957 8.21071 2.96086 8.58579 2.58579C8.96086 2.21071 9.46957 2 10 2H14C14.5304 2 15.0391 2.21071 15.4142 2.58579C15.7893 2.96086 16 3.46957 16 4V6", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
1599
- j4.displayName = "Trash";
1600
- const A4 = ({
1605
+ A4.displayName = "Trash";
1606
+ const F4 = ({
1601
1607
  size: e = 24,
1602
1608
  color: i = "#8C92AF",
1603
1609
  ...r
@@ -1606,20 +1612,20 @@ const A4 = ({
1606
1612
  /* @__PURE__ */ t("path", { d: "M10 7H7V16H10V7Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
1607
1613
  /* @__PURE__ */ t("path", { d: "M17 7H14V12H17V7Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
1608
1614
  ] });
1609
- A4.displayName = "Trello";
1610
- const F4 = ({
1615
+ F4.displayName = "Trello";
1616
+ const B4 = ({
1611
1617
  size: e = 24,
1612
1618
  color: i = "#8C92AF",
1613
1619
  ...r
1614
1620
  }) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M23 18L13.5 8.5L8.5 13.5L1 6M23 18H17M23 18V12", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
1615
- F4.displayName = "TrendingDown";
1616
- const B4 = ({
1621
+ B4.displayName = "TrendingDown";
1622
+ const y4 = ({
1617
1623
  size: e = 24,
1618
1624
  color: i = "#8C92AF",
1619
1625
  ...r
1620
1626
  }) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M23 6L13.5 15.5L8.5 10.5L1 18M23 6H17M23 6V12", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
1621
- B4.displayName = "TrendingUp";
1622
- const y4 = ({
1627
+ y4.displayName = "TrendingUp";
1628
+ const x4 = ({
1623
1629
  size: e = 24,
1624
1630
  color: i = "#8C92AF",
1625
1631
  ...r
@@ -1627,56 +1633,56 @@ const y4 = ({
1627
1633
  /* @__PURE__ */ t("path", { d: "M10.29 3.86L1.82 18C1.64537 18.3024 1.55296 18.6453 1.55199 18.9945C1.55101 19.3437 1.64151 19.6871 1.81445 19.9905C1.98738 20.2939 2.23674 20.5467 2.53771 20.7239C2.83868 20.901 3.18108 20.9962 3.53 21H20.47C20.8189 20.9962 21.1613 20.901 21.4623 20.7239C21.7633 20.5467 22.0126 20.2939 22.1856 19.9905C22.3585 19.6871 22.449 19.3437 22.448 18.9945C22.447 18.6453 22.3546 18.3024 22.18 18L13.71 3.86C13.5317 3.56611 13.2807 3.32312 12.9812 3.15448C12.6817 2.98585 12.3437 2.89725 12 2.89725C11.6563 2.89725 11.3183 2.98585 11.0188 3.15448C10.7193 3.32312 10.4683 3.56611 10.29 3.86Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
1628
1634
  /* @__PURE__ */ t("path", { d: "M12 9V13M12 17H12.01", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
1629
1635
  ] });
1630
- y4.displayName = "TriangleAlert";
1631
- const x4 = ({
1636
+ x4.displayName = "TriangleAlert";
1637
+ const N4 = ({
1632
1638
  size: e = 24,
1633
1639
  color: i = "#8C92AF",
1634
1640
  ...r
1635
1641
  }) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M10.2898 3.85996L1.81978 18C1.64514 18.3024 1.55274 18.6453 1.55177 18.9945C1.55079 19.3437 1.64127 19.6871 1.8142 19.9905C1.98714 20.2939 2.2365 20.5467 2.53748 20.7238C2.83847 20.9009 3.18058 20.9961 3.52978 21H20.4698C20.819 20.9961 21.1611 20.9009 21.4621 20.7238C21.7631 20.5467 22.0124 20.2939 22.1854 19.9905C22.3583 19.6871 22.4488 19.3437 22.4478 18.9945C22.4468 18.6453 22.3544 18.3024 22.1798 18L13.7098 3.85996C13.5315 3.56607 13.2805 3.32308 12.981 3.15444C12.6814 2.98581 12.3435 2.89722 11.9998 2.89722C11.656 2.89722 11.3181 2.98581 11.0186 3.15444C10.7191 3.32308 10.468 3.56607 10.2898 3.85996Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
1636
- x4.displayName = "Triangle";
1637
- const N4 = ({
1642
+ N4.displayName = "Triangle";
1643
+ const Z4 = ({
1638
1644
  size: e = 24,
1639
1645
  color: i = "#8C92AF",
1640
1646
  ...r
1641
1647
  }) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M16 16V3H1V16H16ZM16 16H23V11L20 8H16V16ZM8 18.5C8 19.8807 6.88071 21 5.5 21C4.11929 21 3 19.8807 3 18.5C3 17.1193 4.11929 16 5.5 16C6.88071 16 8 17.1193 8 18.5ZM21 18.5C21 19.8807 19.8807 21 18.5 21C17.1193 21 16 19.8807 16 18.5C16 17.1193 17.1193 16 18.5 16C19.8807 16 21 17.1193 21 18.5Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
1642
- N4.displayName = "Truck";
1643
- const Z4 = ({
1648
+ Z4.displayName = "Truck";
1649
+ const P4 = ({
1644
1650
  size: e = 24,
1645
1651
  color: i = "#8C92AF",
1646
1652
  ...r
1647
1653
  }) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M17 2L12 7L7 2M4 7H20C21.1046 7 22 7.89543 22 9V20C22 21.1046 21.1046 22 20 22H4C2.89543 22 2 21.1046 2 20V9C2 7.89543 2.89543 7 4 7Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
1648
- Z4.displayName = "Tv";
1649
- const P4 = ({
1654
+ P4.displayName = "Tv";
1655
+ const _4 = ({
1650
1656
  size: e = 24,
1651
1657
  color: i = "#8C92AF",
1652
1658
  ...r
1653
1659
  }) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M11 11V7M16 11V7M21 2H3V18H8V22L12 18H17L21 14V2Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
1654
- P4.displayName = "Twitch";
1655
- const _4 = ({
1660
+ _4.displayName = "Twitch";
1661
+ const b4 = ({
1656
1662
  size: e = 24,
1657
1663
  color: i = "#8C92AF",
1658
1664
  ...r
1659
1665
  }) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M23 3.00005C22.0424 3.67552 20.9821 4.19216 19.86 4.53005C19.2577 3.83756 18.4573 3.34674 17.567 3.12397C16.6767 2.90121 15.7395 2.95724 14.8821 3.2845C14.0247 3.61176 13.2884 4.19445 12.773 4.95376C12.2575 5.71308 11.9877 6.61238 12 7.53005V8.53005C10.2426 8.57561 8.50127 8.18586 6.93101 7.39549C5.36074 6.60513 4.01032 5.43868 3 4.00005C3 4.00005 -1 13 8 17C5.94053 18.398 3.48716 19.099 1 19C10 24 21 19 21 7.50005C20.9991 7.2215 20.9723 6.94364 20.92 6.67005C21.9406 5.66354 22.6608 4.39276 23 3.00005Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
1660
- _4.displayName = "Twitter";
1661
- const b4 = ({
1666
+ b4.displayName = "Twitter";
1667
+ const S4 = ({
1662
1668
  size: e = 24,
1663
1669
  color: i = "#8C92AF",
1664
1670
  ...r
1665
1671
  }) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M4 7V4H20V7M9 20H15M12 4V20", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
1666
- b4.displayName = "Type";
1667
- const S4 = ({
1672
+ S4.displayName = "Type";
1673
+ const D4 = ({
1668
1674
  size: e = 24,
1669
1675
  color: i = "#8C92AF",
1670
1676
  ...r
1671
1677
  }) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M18 19C18 19.7956 17.6839 20.5587 17.1213 21.1213C16.5587 21.6839 15.7956 22 15 22C14.2044 22 13.4413 21.6839 12.8787 21.1213C12.3161 20.5587 12 19.7956 12 19V12M23 12C22.7388 9.26357 21.467 6.72275 19.433 4.87366C17.399 3.02458 14.7489 2 12 2C9.25114 2 6.60096 3.02458 4.56697 4.87366C2.53297 6.72275 1.2612 9.26357 1 12H23Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
1672
- S4.displayName = "Umbrella";
1673
- const D4 = ({
1678
+ D4.displayName = "Umbrella";
1679
+ const T4 = ({
1674
1680
  size: e = 24,
1675
1681
  color: i = "#8C92AF",
1676
1682
  ...r
1677
1683
  }) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M6 3V10C6 11.5913 6.63214 13.1174 7.75736 14.2426C8.88258 15.3679 10.4087 16 12 16C13.5913 16 15.1174 15.3679 16.2426 14.2426C17.3679 13.1174 18 11.5913 18 10V3M4 21H20", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
1678
- D4.displayName = "Underline";
1679
- const T4 = ({
1684
+ T4.displayName = "Underline";
1685
+ const U4 = ({
1680
1686
  size: e = 24,
1681
1687
  color: i = "#8C92AF",
1682
1688
  ...r
@@ -1684,38 +1690,38 @@ const T4 = ({
1684
1690
  /* @__PURE__ */ t("path", { d: "M1 8.25H16.75C20.4775 8.25 23.5 11.2725 23.5 15C23.5 18.7275 20.4775 21.75 16.75 21.75H7", stroke: i, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }),
1685
1691
  /* @__PURE__ */ t("path", { d: "M7 14.25L1 8.25L7 2.25", stroke: i, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" })
1686
1692
  ] });
1687
- T4.displayName = "Undo";
1688
- const U4 = ({
1693
+ U4.displayName = "Undo";
1694
+ const R4 = ({
1689
1695
  size: e = 24,
1690
1696
  color: i = "#8C92AF",
1691
1697
  ...r
1692
1698
  }) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M7 11V7.00003C6.99876 5.76008 7.45828 4.5639 8.28938 3.6437C9.12047 2.7235 10.2638 2.14493 11.4975 2.02032C12.7312 1.89571 13.9671 2.23393 14.9655 2.96934C15.9638 3.70475 16.6533 4.78488 16.9 6.00003M5 11H19C20.1046 11 21 11.8954 21 13V20C21 21.1046 20.1046 22 19 22H5C3.89543 22 3 21.1046 3 20V13C3 11.8954 3.89543 11 5 11Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
1693
- U4.displayName = "Unlock";
1694
- const R4 = ({
1699
+ R4.displayName = "Unlock";
1700
+ const q4 = ({
1695
1701
  size: e = 24,
1696
1702
  color: i = "#8C92AF",
1697
1703
  ...r
1698
1704
  }) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M16 21V19C16 17.9391 15.5786 16.9217 14.8284 16.1716C14.0783 15.4214 13.0609 15 12 15H5C3.93913 15 2.92172 15.4214 2.17157 16.1716C1.42143 16.9217 1 17.9391 1 19V21M17 11L19 13L23 9M12.5 7C12.5 9.20914 10.7091 11 8.5 11C6.29086 11 4.5 9.20914 4.5 7C4.5 4.79086 6.29086 3 8.5 3C10.7091 3 12.5 4.79086 12.5 7Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
1699
- R4.displayName = "UserCheck";
1700
- const q4 = ({
1705
+ q4.displayName = "UserCheck";
1706
+ const O4 = ({
1701
1707
  size: e = 24,
1702
1708
  color: i = "#8C92AF",
1703
1709
  ...r
1704
1710
  }) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M16 21V19C16 17.9391 15.5786 16.9217 14.8284 16.1716C14.0783 15.4214 13.0609 15 12 15H5C3.93913 15 2.92172 15.4214 2.17157 16.1716C1.42143 16.9217 1 17.9391 1 19V21M23 11H17M12.5 7C12.5 9.20914 10.7091 11 8.5 11C6.29086 11 4.5 9.20914 4.5 7C4.5 4.79086 6.29086 3 8.5 3C10.7091 3 12.5 4.79086 12.5 7Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
1705
- q4.displayName = "UserMinus";
1706
- const O4 = ({
1711
+ O4.displayName = "UserMinus";
1712
+ const G4 = ({
1707
1713
  size: e = 24,
1708
1714
  color: i = "#8C92AF",
1709
1715
  ...r
1710
1716
  }) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M16 21V19C16 17.9391 15.5786 16.9217 14.8284 16.1716C14.0783 15.4214 13.0609 15 12 15H5C3.93913 15 2.92172 15.4214 2.17157 16.1716C1.42143 16.9217 1 17.9391 1 19V21M20 8V14M23 11H17M12.5 7C12.5 9.20914 10.7091 11 8.5 11C6.29086 11 4.5 9.20914 4.5 7C4.5 4.79086 6.29086 3 8.5 3C10.7091 3 12.5 4.79086 12.5 7Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
1711
- O4.displayName = "UserPlus";
1712
- const G4 = ({
1717
+ G4.displayName = "UserPlus";
1718
+ const I4 = ({
1713
1719
  size: e = 24,
1714
1720
  color: i = "#8C92AF",
1715
1721
  ...r
1716
1722
  }) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M16 21V19C16 17.9391 15.5786 16.9217 14.8284 16.1716C14.0783 15.4214 13.0609 15 12 15H5C3.93913 15 2.92172 15.4214 2.17157 16.1716C1.42143 16.9217 1 17.9391 1 19V21M18 8L23 13M23 8L18 13M12.5 7C12.5 9.20914 10.7091 11 8.5 11C6.29086 11 4.5 9.20914 4.5 7C4.5 4.79086 6.29086 3 8.5 3C10.7091 3 12.5 4.79086 12.5 7Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
1717
- G4.displayName = "UserX";
1718
- const I4 = ({
1723
+ I4.displayName = "UserX";
1724
+ const X4 = ({
1719
1725
  size: e = 24,
1720
1726
  color: i = "#8C92AF",
1721
1727
  ...r
@@ -1723,7 +1729,7 @@ const I4 = ({
1723
1729
  /* @__PURE__ */ t("g", { clipPath: "url(#clip0_6355_36619)", children: /* @__PURE__ */ t("path", { d: "M10.66 5H14C14.5304 5 15.0391 5.21071 15.4142 5.58579C15.7893 5.96086 16 6.46957 16 7V10.34L17 11.34L23 7V17M1 1L23 23M16 16V17C16 17.5304 15.7893 18.0391 15.4142 18.4142C15.0391 18.7893 14.5304 19 14 19H3C2.46957 19 1.96086 18.7893 1.58579 18.4142C1.21071 18.0391 1 17.5304 1 17V7C1 6.46957 1.21071 5.96086 1.58579 5.58579C1.96086 5.21071 2.46957 5 3 5H5L16 16Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) }),
1724
1730
  /* @__PURE__ */ t("defs", { children: /* @__PURE__ */ t("clipPath", { id: "clip0_6355_36619", children: /* @__PURE__ */ t("rect", { width: "24", height: "24", fill: "white" }) }) })
1725
1731
  ] });
1726
- I4.displayName = "VideoOff";
1732
+ X4.displayName = "VideoOff";
1727
1733
  const E4 = ({
1728
1734
  size: e = 24,
1729
1735
  color: i = "#8C92AF",
@@ -1733,43 +1739,43 @@ const E4 = ({
1733
1739
  /* @__PURE__ */ t("path", { d: "M14 5H3C1.89543 5 1 5.89543 1 7V17C1 18.1046 1.89543 19 3 19H14C15.1046 19 16 18.1046 16 17V7C16 5.89543 15.1046 5 14 5Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
1734
1740
  ] });
1735
1741
  E4.displayName = "Video";
1736
- const X4 = ({
1742
+ const K4 = ({
1737
1743
  size: e = 24,
1738
1744
  color: i = "#8C92AF",
1739
1745
  ...r
1740
1746
  }) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M5.5 16C7.98528 16 10 13.9853 10 11.5C10 9.01472 7.98528 7 5.5 7C3.01472 7 1 9.01472 1 11.5C1 13.9853 3.01472 16 5.5 16ZM5.5 16H18.5M18.5 16C20.9853 16 23 13.9853 23 11.5C23 9.01472 20.9853 7 18.5 7C16.0147 7 14 9.01472 14 11.5C14 13.9853 16.0147 16 18.5 16Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
1741
- X4.displayName = "Voicemail";
1742
- const K4 = ({
1747
+ K4.displayName = "Voicemail";
1748
+ const J4 = ({
1743
1749
  size: e = 24,
1744
1750
  color: i = "#8C92AF",
1745
1751
  ...r
1746
1752
  }) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M15.54 8.45996C16.4773 9.3976 17.0039 10.6691 17.0039 11.995C17.0039 13.3208 16.4773 14.5923 15.54 15.53M11 5L6 9H2V15H6L11 19V5Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
1747
- K4.displayName = "Volume1";
1748
- const J4 = ({
1753
+ J4.displayName = "Volume1";
1754
+ const Y4 = ({
1749
1755
  size: e = 24,
1750
1756
  color: i = "#8C92AF",
1751
1757
  ...r
1752
1758
  }) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M19.07 4.93005C20.9447 6.80533 21.9979 9.34841 21.9979 12.0001C21.9979 14.6517 20.9447 17.1948 19.07 19.0701M15.54 8.46005C16.4774 9.39769 17.004 10.6692 17.004 11.9951C17.004 13.3209 16.4774 14.5924 15.54 15.5301M11 5L6 9H2V15H6L11 19V5Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
1753
- J4.displayName = "Volume2";
1754
- const Y4 = ({
1759
+ Y4.displayName = "Volume2";
1760
+ const Q4 = ({
1755
1761
  size: e = 24,
1756
1762
  color: i = "#8C92AF",
1757
1763
  ...r
1758
1764
  }) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M23 9L17 15M17 9L23 15M11 5L6 9H2V15H6L11 19V5Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
1759
- Y4.displayName = "VolumeX";
1760
- const Q4 = ({
1765
+ Q4.displayName = "VolumeX";
1766
+ const $4 = ({
1761
1767
  size: e = 24,
1762
1768
  color: i = "#8C92AF",
1763
1769
  ...r
1764
1770
  }) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M11 5L6 9H2V15H6L11 19V5Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
1765
- Q4.displayName = "Volume";
1766
- const $4 = ({
1771
+ $4.displayName = "Volume";
1772
+ const z4 = ({
1767
1773
  size: e = 24,
1768
1774
  color: i = "#8C92AF",
1769
1775
  ...r
1770
1776
  }) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M12 9V12L13.5 13.5M16.51 17.35L16.16 21.18C16.1149 21.6787 15.8845 22.1423 15.5142 22.4792C15.1439 22.8162 14.6607 23.002 14.16 23H9.82998C9.32931 23.002 8.84609 22.8162 8.47578 22.4792C8.10548 22.1423 7.87504 21.6787 7.82998 21.18L7.47998 17.35M7.48998 6.65002L7.83998 2.82002C7.88489 2.32309 8.11391 1.8609 8.4821 1.52417C8.85028 1.18744 9.33103 1.00049 9.82998 1.00002H14.18C14.6807 0.997985 15.1639 1.18381 15.5342 1.52079C15.9045 1.85776 16.1349 2.32137 16.18 2.82002L16.53 6.65002M19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5C15.866 5 19 8.13401 19 12Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
1771
- $4.displayName = "Watch";
1772
- const z4 = ({
1777
+ z4.displayName = "Watch";
1778
+ const e5 = ({
1773
1779
  size: e = 24,
1774
1780
  color: i = "#8C92AF",
1775
1781
  ...r
@@ -1777,20 +1783,20 @@ const z4 = ({
1777
1783
  /* @__PURE__ */ t("g", { clipPath: "url(#clip0_6355_36636)", children: /* @__PURE__ */ t("path", { d: "M1 1L23 23M16.72 11.0601C17.5391 11.4598 18.305 11.9604 19 12.5501M5 12.55C6.48208 11.3109 8.26587 10.4862 10.17 10.16M10.71 5.04998C12.8524 4.87735 15.0077 5.13815 17.0471 5.8168C19.0865 6.49546 20.9682 7.57806 22.58 8.99998M1.41998 9C2.80715 7.77385 4.39768 6.79922 6.11998 6.12M8.53003 16.11C9.54523 15.3887 10.7597 15.0012 12.005 15.0012C13.2504 15.0012 14.4648 15.3887 15.48 16.11M12 20H12.01", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) }),
1778
1784
  /* @__PURE__ */ t("defs", { children: /* @__PURE__ */ t("clipPath", { id: "clip0_6355_36636", children: /* @__PURE__ */ t("rect", { width: "24", height: "24", fill: "white" }) }) })
1779
1785
  ] });
1780
- z4.displayName = "WifiOff";
1781
- const e5 = ({
1786
+ e5.displayName = "WifiOff";
1787
+ const t5 = ({
1782
1788
  size: e = 24,
1783
1789
  color: i = "#8C92AF",
1784
1790
  ...r
1785
1791
  }) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M4.99994 12.55C6.9765 10.9036 9.46754 10.0021 12.0399 10.0021C14.6123 10.0021 17.1034 10.9036 19.0799 12.55M1.41992 9.00004C4.34234 6.424 8.10422 5.00269 11.9999 5.00269C15.8956 5.00269 19.6575 6.424 22.5799 9.00004M8.52997 16.11C9.54517 15.3887 10.7596 15.0012 12.005 15.0012C13.2503 15.0012 14.4648 15.3887 15.48 16.11M11.9999 20H12.0099", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
1786
- e5.displayName = "Wifi";
1787
- const t5 = ({
1792
+ t5.displayName = "Wifi";
1793
+ const i5 = ({
1788
1794
  size: e = 24,
1789
1795
  color: i = "#8C92AF",
1790
1796
  ...r
1791
1797
  }) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M9.59 4.58998C9.82231 4.3563 10.1088 4.18363 10.4239 4.08732C10.739 3.99102 11.073 3.97407 11.3963 4.03797C11.7195 4.10188 12.022 4.24466 12.2768 4.45363C12.5315 4.66259 12.7307 4.93127 12.8566 5.23578C12.9825 5.54028 13.0313 5.87117 12.9985 6.19905C12.9657 6.52692 12.8524 6.84161 12.6687 7.11514C12.4849 7.38868 12.2365 7.61258 11.9454 7.76695C11.6542 7.92132 11.3295 8.00137 11 7.99998H2M12.59 19.41C12.8223 19.6437 13.1088 19.8163 13.4239 19.9126C13.739 20.0089 14.073 20.0259 14.3963 19.962C14.7195 19.8981 15.022 19.7553 15.2768 19.5463C15.5315 19.3374 15.7307 19.0687 15.8566 18.7642C15.9825 18.4597 16.0313 18.1288 15.9985 17.8009C15.9657 17.473 15.8524 17.1584 15.6687 16.8848C15.4849 16.6113 15.2365 16.3874 14.9454 16.233C14.6542 16.0786 14.3295 15.9986 14 16H2M17.73 7.72998C18.0208 7.43987 18.3787 7.2259 18.7719 7.10699C19.1652 6.98809 19.5816 6.96792 19.9845 7.04827C20.3874 7.12861 20.7642 7.307 21.0817 7.56765C21.3993 7.8283 21.6477 8.16318 21.805 8.54267C21.9623 8.92217 22.0236 9.33458 21.9836 9.74343C21.9436 10.1523 21.8035 10.545 21.5756 10.8868C21.3477 11.2286 21.0391 11.509 20.6771 11.7031C20.3151 11.8973 19.9108 11.9992 19.5 12H2", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
1792
- t5.displayName = "Wind";
1793
- const i5 = ({
1798
+ i5.displayName = "Wind";
1799
+ const r5 = ({
1794
1800
  size: e = 24,
1795
1801
  color: i = "#8C92AF",
1796
1802
  ...r
@@ -1802,32 +1808,32 @@ const i5 = ({
1802
1808
  /* @__PURE__ */ t("path", { d: "M13 20H16C16.5523 20 17 19.5523 17 19V18", stroke: i, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "square" }),
1803
1809
  /* @__PURE__ */ t("path", { d: "M13.4292 12.8575C12.7818 12.4691 12.7818 11.5309 13.4292 11.1425L16.4855 9.3087C16.8022 9.11869 17.1978 9.11869 17.5145 9.3087L20.5708 11.1425C21.2182 11.5309 21.2182 12.4691 20.5708 12.8575L17.5145 14.6913C17.1978 14.8813 16.8022 14.8813 16.4855 14.6913L13.4292 12.8575Z", stroke: i, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "square" })
1804
1810
  ] });
1805
- i5.displayName = "WorkStream";
1806
- const r5 = ({
1811
+ r5.displayName = "WorkStream";
1812
+ const o5 = ({
1807
1813
  size: e = 24,
1808
1814
  color: i = "#8C92AF",
1809
1815
  ...r
1810
1816
  }) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M18 6L6 18M6 6L18 18", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
1811
- r5.displayName = "X";
1812
- const o5 = ({
1817
+ o5.displayName = "X";
1818
+ const n5 = ({
1813
1819
  size: e = 24,
1814
1820
  color: i = "#8C92AF",
1815
1821
  ...r
1816
1822
  }) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M15 9L9 15M9 9L15 15M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
1817
- o5.displayName = "XCircle";
1818
- const n5 = ({
1823
+ n5.displayName = "XCircle";
1824
+ const d5 = ({
1819
1825
  size: e = 24,
1820
1826
  color: i = "#8C92AF",
1821
1827
  ...r
1822
1828
  }) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M15 9L9 15M9 9L15 15M7.86 2H16.14L22 7.86V16.14L16.14 22H7.86L2 16.14V7.86L7.86 2Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
1823
- n5.displayName = "XOctagon";
1824
- const d5 = ({
1829
+ d5.displayName = "XOctagon";
1830
+ const s5 = ({
1825
1831
  size: e = 24,
1826
1832
  color: i = "#8C92AF",
1827
1833
  ...r
1828
1834
  }) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M9 9L15 15M15 9L9 15M5 3H19C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V5C3 3.89543 3.89543 3 5 3Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
1829
- d5.displayName = "XSquare";
1830
- const s5 = ({
1835
+ s5.displayName = "XSquare";
1836
+ const h5 = ({
1831
1837
  size: e = 24,
1832
1838
  color: i = "#8C92AF",
1833
1839
  ...r
@@ -1835,8 +1841,8 @@ const s5 = ({
1835
1841
  /* @__PURE__ */ t("path", { d: "M22.5401 6.42C22.4213 5.94541 22.1794 5.51057 21.8387 5.15941C21.4981 4.80824 21.0708 4.55318 20.6001 4.42C18.8801 4 12.0001 4 12.0001 4C12.0001 4 5.12008 4 3.40008 4.46C2.92933 4.59318 2.50206 4.84824 2.16143 5.19941C1.8208 5.55057 1.57887 5.98541 1.46008 6.46C1.1453 8.20556 0.991319 9.97631 1.00008 11.75C0.988863 13.537 1.14285 15.3213 1.46008 17.08C1.59104 17.5398 1.83839 17.9581 2.17823 18.2945C2.51806 18.6308 2.9389 18.8738 3.40008 19C5.12008 19.46 12.0001 19.46 12.0001 19.46C12.0001 19.46 18.8801 19.46 20.6001 19C21.0708 18.8668 21.4981 18.6118 21.8387 18.2606C22.1794 17.9094 22.4213 17.4746 22.5401 17C22.8524 15.2676 23.0064 13.5103 23.0001 11.75C23.0113 9.96295 22.8573 8.1787 22.5401 6.42Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
1836
1842
  /* @__PURE__ */ t("path", { d: "M9.75006 15.02L15.5001 11.75L9.75006 8.47998V15.02Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
1837
1843
  ] });
1838
- s5.displayName = "Youtube";
1839
- const h5 = ({
1844
+ h5.displayName = "Youtube";
1845
+ const C5 = ({
1840
1846
  size: e = 24,
1841
1847
  color: i = "#8C92AF",
1842
1848
  ...r
@@ -1844,26 +1850,26 @@ const h5 = ({
1844
1850
  /* @__PURE__ */ t("g", { clipPath: "url(#clip0_6355_36653)", children: /* @__PURE__ */ t("path", { d: "M12.41 6.75L13 2L10.57 4.92M18.57 12.91L21 10H15.66M8 8L3 14H12L11 22L16 16M1 1L23 23", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) }),
1845
1851
  /* @__PURE__ */ t("defs", { children: /* @__PURE__ */ t("clipPath", { id: "clip0_6355_36653", children: /* @__PURE__ */ t("rect", { width: "24", height: "24", fill: "white" }) }) })
1846
1852
  ] });
1847
- h5.displayName = "ZapOff";
1848
- const C5 = ({
1853
+ C5.displayName = "ZapOff";
1854
+ const a5 = ({
1849
1855
  size: e = 24,
1850
1856
  color: i = "#8C92AF",
1851
1857
  ...r
1852
1858
  }) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M13 2L3 14H12L11 22L21 10H12L13 2Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
1853
- C5.displayName = "Zap";
1854
- const a5 = ({
1859
+ a5.displayName = "Zap";
1860
+ const l5 = ({
1855
1861
  size: e = 24,
1856
1862
  color: i = "#8C92AF",
1857
1863
  ...r
1858
1864
  }) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M21 21L16.65 16.65M11 8V14M8 11H14M19 11C19 15.4183 15.4183 19 11 19C6.58172 19 3 15.4183 3 11C3 6.58172 6.58172 3 11 3C15.4183 3 19 6.58172 19 11Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
1859
- a5.displayName = "ZoomIn";
1860
- const l5 = ({
1865
+ l5.displayName = "ZoomIn";
1866
+ const k5 = ({
1861
1867
  size: e = 24,
1862
1868
  color: i = "#8C92AF",
1863
1869
  ...r
1864
1870
  }) => /* @__PURE__ */ t("svg", { ...r, width: e, height: e, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ t("path", { d: "M21 21L16.65 16.65M8 11H14M19 11C19 15.4183 15.4183 19 11 19C6.58172 19 3 15.4183 3 11C3 6.58172 6.58172 3 11 3C15.4183 3 19 6.58172 19 11Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
1865
- l5.displayName = "ZoomOut";
1866
- const k5 = ({
1871
+ k5.displayName = "ZoomOut";
1872
+ const L5 = ({
1867
1873
  size: e = 24,
1868
1874
  color: i = "#8C92AF",
1869
1875
  ...r
@@ -1872,8 +1878,8 @@ const k5 = ({
1872
1878
  /* @__PURE__ */ t("path", { d: "M3.5 3.5V7.5H7.5", stroke: i, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "round" }),
1873
1879
  /* @__PURE__ */ t("path", { d: "M2.5 12C2.5 17.2467 6.75329 21.5 12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 6.75329 17.2467 2.5 12 2.5C8.38142 2.5 5.23538 4.52314 3.63131 7.5L3.73595 7.311", stroke: i, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "round" })
1874
1880
  ] });
1875
- k5.displayName = "ClockHistory";
1876
- const L5 = ({
1881
+ L5.displayName = "ClockHistory";
1882
+ const c5 = ({
1877
1883
  size: e = 24,
1878
1884
  color: i = "#8C92AF",
1879
1885
  ...r
@@ -1882,8 +1888,8 @@ const L5 = ({
1882
1888
  /* @__PURE__ */ t("path", { d: "M7.5 12H18", stroke: i, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }),
1883
1889
  /* @__PURE__ */ t("path", { d: "M10.5 18H15", stroke: i, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" })
1884
1890
  ] });
1885
- L5.displayName = "Filter1";
1886
- const c5 = ({
1891
+ c5.displayName = "Filter1";
1892
+ const p5 = ({
1887
1893
  size: e = 24,
1888
1894
  color: i = "#8C92AF",
1889
1895
  ...r
@@ -1895,8 +1901,8 @@ const c5 = ({
1895
1901
  ] }),
1896
1902
  /* @__PURE__ */ t("defs", { children: /* @__PURE__ */ t("clipPath", { id: "clip0_2223_7144", children: /* @__PURE__ */ t("rect", { width: "24", height: "24", fill: "white" }) }) })
1897
1903
  ] });
1898
- c5.displayName = "GalleryView";
1899
- const p5 = ({
1904
+ p5.displayName = "GalleryView";
1905
+ const u5 = ({
1900
1906
  size: e = 24,
1901
1907
  color: i = "#8C92AF",
1902
1908
  ...r
@@ -1904,8 +1910,8 @@ const p5 = ({
1904
1910
  /* @__PURE__ */ t("path", { d: "M16.2 3H3V16.2H16.2V3Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
1905
1911
  /* @__PURE__ */ t("path", { d: "M18.5998 7.79999H20.9998V21H7.7998V18.6", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
1906
1912
  ] });
1907
- p5.displayName = "Group1";
1908
- const u5 = ({
1913
+ u5.displayName = "Group1";
1914
+ const M5 = ({
1909
1915
  size: e = 24,
1910
1916
  color: i = "#8C92AF",
1911
1917
  ...r
@@ -1917,8 +1923,8 @@ const u5 = ({
1917
1923
  /* @__PURE__ */ t("path", { d: "M16.75 19.75H22.75", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
1918
1924
  /* @__PURE__ */ t("path", { d: "M19.75 16.75V22.75", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
1919
1925
  ] });
1920
- u5.displayName = "Invite";
1921
- const M5 = ({
1926
+ M5.displayName = "Invite";
1927
+ const g5 = ({
1922
1928
  size: e = 24,
1923
1929
  color: i = "#8C92AF",
1924
1930
  ...r
@@ -1930,8 +1936,8 @@ const M5 = ({
1930
1936
  ] }),
1931
1937
  /* @__PURE__ */ t("defs", { children: /* @__PURE__ */ t("clipPath", { id: "clip0_2223_7145", children: /* @__PURE__ */ t("rect", { width: "24", height: "24", fill: "white" }) }) })
1932
1938
  ] });
1933
- M5.displayName = "KanbanView";
1934
- const g5 = ({
1939
+ g5.displayName = "KanbanView";
1940
+ const w5 = ({
1935
1941
  size: e = 24,
1936
1942
  color: i = "#8C92AF",
1937
1943
  ...r
@@ -1943,8 +1949,8 @@ const g5 = ({
1943
1949
  ] }),
1944
1950
  /* @__PURE__ */ t("defs", { children: /* @__PURE__ */ t("clipPath", { id: "clip0_2223_7143", children: /* @__PURE__ */ t("rect", { width: "24", height: "24", fill: "white", transform: "translate(24 24) rotate(-180)" }) }) })
1945
1951
  ] });
1946
- g5.displayName = "ListView";
1947
- const w5 = ({
1952
+ w5.displayName = "ListView";
1953
+ const v5 = ({
1948
1954
  size: e = 24,
1949
1955
  color: i = "#8C92AF",
1950
1956
  ...r
@@ -1953,8 +1959,8 @@ const w5 = ({
1953
1959
  /* @__PURE__ */ t("path", { d: "M12.75 14.25L8.25 15.75L9.75 11.25L18.879 2.12101C19.7078 1.29226 21.0503 1.29226 21.879 2.12101C22.7078 2.94976 22.7078 4.29226 21.879 5.12101L12.75 14.25Z", stroke: i, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "square" }),
1954
1960
  /* @__PURE__ */ t("path", { d: "M17.3789 3.62103L20.3789 6.62103", stroke: i, strokeWidth: "2", strokeMiterlimit: "10" })
1955
1961
  ] });
1956
- w5.displayName = "NewChat";
1957
- const v5 = ({
1962
+ v5.displayName = "NewChat";
1963
+ const H5 = ({
1958
1964
  size: e = 24,
1959
1965
  color: i = "#8C92AF",
1960
1966
  ...r
@@ -1963,8 +1969,8 @@ const v5 = ({
1963
1969
  /* @__PURE__ */ t("path", { d: "M21.75 2.25L7.5 13.5", stroke: i, strokeWidth: "2", strokeMiterlimit: "10" }),
1964
1970
  /* @__PURE__ */ t("path", { d: "M3.04797 10.1442C2.39671 9.66278 2.55784 8.64739 3.32613 8.39129L21.75 2.25L19.0017 20.114C18.8873 20.8575 18.0239 21.2133 17.4189 20.7662L3.04797 10.1442Z", stroke: i, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "square" })
1965
1971
  ] });
1966
- v5.displayName = "PaperPlane1";
1967
- const H5 = ({
1972
+ H5.displayName = "PaperPlane1";
1973
+ const V5 = ({
1968
1974
  size: e = 24,
1969
1975
  color: i = "#8C92AF",
1970
1976
  ...r
@@ -1979,8 +1985,8 @@ const H5 = ({
1979
1985
  ] }),
1980
1986
  /* @__PURE__ */ t("defs", { children: /* @__PURE__ */ t("clipPath", { id: "clip0_2088_843", children: /* @__PURE__ */ t("rect", { width: "24", height: "24", fill: "white" }) }) })
1981
1987
  ] });
1982
- H5.displayName = "Plug21";
1983
- const V5 = ({
1988
+ V5.displayName = "Plug21";
1989
+ const f5 = ({
1984
1990
  size: e = 24,
1985
1991
  color: i = "#8C92AF",
1986
1992
  ...r
@@ -1990,8 +1996,8 @@ const V5 = ({
1990
1996
  /* @__PURE__ */ t("path", { d: "M13.7998 17.3994L17.3998 20.9994L20.9998 17.3994", stroke: i, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }),
1991
1997
  /* @__PURE__ */ t("path", { d: "M17.4004 6.60059V21.0006", stroke: i, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" })
1992
1998
  ] });
1993
- V5.displayName = "Sort1";
1994
- const f5 = ({
1999
+ f5.displayName = "Sort1";
2000
+ const m5 = ({
1995
2001
  size: e = 24,
1996
2002
  color: i = "#8C92AF",
1997
2003
  ...r
@@ -2002,8 +2008,8 @@ const f5 = ({
2002
2008
  ] }),
2003
2009
  /* @__PURE__ */ t("defs", { children: /* @__PURE__ */ t("clipPath", { id: "clip0_2024_13375", children: /* @__PURE__ */ t("rect", { width: "24", height: "24", fill: "white" }) }) })
2004
2010
  ] });
2005
- f5.displayName = "Sparks";
2006
- const m5 = ({
2011
+ m5.displayName = "Sparks";
2012
+ const W5 = ({
2007
2013
  size: e = 24,
2008
2014
  color: i = "#8C92AF",
2009
2015
  ...r
@@ -2016,8 +2022,8 @@ const m5 = ({
2016
2022
  ] }),
2017
2023
  /* @__PURE__ */ t("defs", { children: /* @__PURE__ */ t("clipPath", { id: "clip0_2223_7142", children: /* @__PURE__ */ t("rect", { width: "24", height: "24", fill: "white", transform: "translate(24 24) rotate(-180)" }) }) })
2018
2024
  ] });
2019
- m5.displayName = "TableView";
2020
- const W5 = ({
2025
+ W5.displayName = "TableView";
2026
+ const j5 = ({
2021
2027
  size: e = 24,
2022
2028
  color: i = "#8C92AF",
2023
2029
  ...r
@@ -2027,8 +2033,8 @@ const W5 = ({
2027
2033
  /* @__PURE__ */ t("path", { d: "M18 9V1", stroke: i, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "square" }),
2028
2034
  /* @__PURE__ */ t("path", { d: "M14 5H22", stroke: i, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "square" })
2029
2035
  ] });
2030
- W5.displayName = "TagPlus";
2031
- const j5 = ({
2036
+ j5.displayName = "TagPlus";
2037
+ const A5 = ({
2032
2038
  size: e = 24,
2033
2039
  color: i = "#8C92AF",
2034
2040
  ...r
@@ -2037,8 +2043,8 @@ const j5 = ({
2037
2043
  /* @__PURE__ */ t("path", { d: "M17.4001 8.4L12.0001 3L6.6001 8.4", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
2038
2044
  /* @__PURE__ */ t("path", { d: "M21 21H3", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
2039
2045
  ] });
2040
- j5.displayName = "Uploadfile";
2041
- const A5 = ({
2046
+ A5.displayName = "Uploadfile";
2047
+ const F5 = ({
2042
2048
  size: e = 24,
2043
2049
  color: i = "#8C92AF",
2044
2050
  ...r
@@ -2046,8 +2052,8 @@ const A5 = ({
2046
2052
  /* @__PURE__ */ t("path", { d: "M15 13.5H7C5.93913 13.5 4.92172 13.9214 4.17157 14.6716C3.42143 15.4217 3 16.4391 3 17.5V19.5M15 5.5C15 7.70914 13.2091 9.5 11 9.5C8.79086 9.5 7 7.70914 7 5.5C7 3.29086 8.79086 1.5 11 1.5C13.2091 1.5 15 3.29086 15 5.5Z", stroke: i, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
2047
2053
  /* @__PURE__ */ t("path", { d: "M15 23L21.5 16.5C22.3284 15.6716 22.3284 14.3284 21.5 13.5C20.6716 12.6716 19.3284 12.6716 18.5 13.5L12 20V23H15Z", stroke: i, strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "square", strokeLinejoin: "round" })
2048
2054
  ] });
2049
- A5.displayName = "UserEdit";
2050
- const F5 = ({
2055
+ F5.displayName = "UserEdit";
2056
+ const B5 = ({
2051
2057
  size: e = 24,
2052
2058
  color: i = "#8C92AF",
2053
2059
  ...r
@@ -2060,301 +2066,327 @@ const F5 = ({
2060
2066
  ] }),
2061
2067
  /* @__PURE__ */ t("defs", { children: /* @__PURE__ */ t("clipPath", { id: "clip0_2223_7146", children: /* @__PURE__ */ t("rect", { width: "24", height: "24", fill: "white" }) }) })
2062
2068
  ] });
2063
- F5.displayName = "WhiteboardView";
2069
+ B5.displayName = "WhiteboardView";
2070
+ const y5 = ({
2071
+ size: e = 24,
2072
+ color: i = "currentColor",
2073
+ ...r
2074
+ }) => /* @__PURE__ */ o(
2075
+ "svg",
2076
+ {
2077
+ xmlns: "http://www.w3.org/2000/svg",
2078
+ width: e,
2079
+ height: e,
2080
+ viewBox: "0 0 24 24",
2081
+ fill: "none",
2082
+ stroke: i,
2083
+ strokeWidth: "2",
2084
+ strokeLinecap: "round",
2085
+ strokeLinejoin: "round",
2086
+ ...r,
2087
+ children: [
2088
+ /* @__PURE__ */ t("circle", { cx: "11", cy: "11", r: "8" }),
2089
+ /* @__PURE__ */ t("path", { d: "m21 21-4.3-4.3" })
2090
+ ]
2091
+ }
2092
+ );
2093
+ y5.displayName = "Search";
2064
2094
  export {
2065
- O as $,
2066
- H as A,
2095
+ o1 as $,
2096
+ n as A,
2067
2097
  A as B,
2068
- J as C,
2069
- F as D,
2070
- B as E,
2071
- Q1 as F,
2072
- c2 as G,
2073
- y as H,
2074
- W2 as I,
2075
- x as J,
2076
- N as K,
2077
- b2 as L,
2078
- Z as M,
2079
- P as N,
2080
- _ as O,
2081
- m9 as P,
2082
- b as Q,
2083
- S as R,
2084
- O9 as S,
2085
- y4 as T,
2086
- j5 as U,
2087
- D as V,
2088
- T as W,
2089
- r5 as X,
2090
- U as Y,
2091
- R as Z,
2092
- q as _,
2093
- G as a,
2094
- r2 as a$,
2095
- E as a0,
2096
- X as a1,
2097
- K as a2,
2098
- Y as a3,
2099
- Q as a4,
2100
- $ as a5,
2101
- z as a6,
2102
- e1 as a7,
2103
- t1 as a8,
2104
- i1 as a9,
2105
- B1 as aA,
2106
- y1 as aB,
2107
- x1 as aC,
2108
- N1 as aD,
2109
- Z1 as aE,
2110
- P1 as aF,
2111
- _1 as aG,
2112
- b1 as aH,
2113
- S1 as aI,
2114
- D1 as aJ,
2115
- T1 as aK,
2116
- U1 as aL,
2117
- R1 as aM,
2118
- q1 as aN,
2119
- O1 as aO,
2120
- G1 as aP,
2121
- I1 as aQ,
2122
- E1 as aR,
2123
- X1 as aS,
2124
- K1 as aT,
2125
- J1 as aU,
2126
- Y1 as aV,
2127
- $1 as aW,
2128
- z1 as aX,
2129
- e2 as aY,
2130
- t2 as aZ,
2131
- i2 as a_,
2132
- r1 as aa,
2133
- o1 as ab,
2134
- n1 as ac,
2135
- d1 as ad,
2136
- s1 as ae,
2137
- h1 as af,
2138
- C1 as ag,
2139
- a1 as ah,
2140
- l1 as ai,
2141
- k1 as aj,
2142
- L1 as ak,
2143
- c1 as al,
2144
- p1 as am,
2145
- u1 as an,
2146
- M1 as ao,
2147
- g1 as ap,
2148
- w1 as aq,
2149
- v1 as ar,
2150
- H1 as as,
2151
- V1 as at,
2152
- f1 as au,
2153
- m1 as av,
2154
- W1 as aw,
2155
- j1 as ax,
2156
- A1 as ay,
2157
- F1 as az,
2158
- j4 as b,
2159
- u9 as b$,
2160
- o2 as b0,
2161
- n2 as b1,
2162
- d2 as b2,
2163
- s2 as b3,
2164
- h2 as b4,
2165
- C2 as b5,
2166
- a2 as b6,
2167
- l2 as b7,
2168
- k2 as b8,
2169
- L2 as b9,
2170
- O2 as bA,
2171
- G2 as bB,
2172
- I2 as bC,
2173
- E2 as bD,
2174
- X2 as bE,
2175
- K2 as bF,
2176
- J2 as bG,
2177
- Y2 as bH,
2178
- Q2 as bI,
2179
- $2 as bJ,
2180
- z2 as bK,
2181
- e9 as bL,
2182
- t9 as bM,
2183
- i9 as bN,
2184
- r9 as bO,
2185
- o9 as bP,
2186
- n9 as bQ,
2187
- d9 as bR,
2188
- s9 as bS,
2189
- h9 as bT,
2190
- C9 as bU,
2191
- a9 as bV,
2192
- l9 as bW,
2193
- k9 as bX,
2194
- L9 as bY,
2195
- c9 as bZ,
2196
- p9 as b_,
2197
- p2 as ba,
2198
- u2 as bb,
2199
- M2 as bc,
2200
- g2 as bd,
2201
- w2 as be,
2202
- v2 as bf,
2203
- H2 as bg,
2204
- V2 as bh,
2205
- f2 as bi,
2206
- m2 as bj,
2207
- j2 as bk,
2208
- A2 as bl,
2209
- F2 as bm,
2210
- B2 as bn,
2211
- y2 as bo,
2212
- x2 as bp,
2213
- N2 as bq,
2214
- Z2 as br,
2215
- P2 as bs,
2216
- _2 as bt,
2217
- S2 as bu,
2218
- D2 as bv,
2219
- T2 as bw,
2220
- U2 as bx,
2221
- R2 as by,
2222
- q2 as bz,
2223
- I as c,
2224
- x4 as c$,
2225
- M9 as c0,
2226
- g9 as c1,
2227
- w9 as c2,
2228
- v9 as c3,
2229
- H9 as c4,
2230
- V9 as c5,
2231
- f9 as c6,
2232
- W9 as c7,
2233
- j9 as c8,
2234
- A9 as c9,
2235
- t4 as cA,
2236
- i4 as cB,
2237
- r4 as cC,
2238
- o4 as cD,
2239
- n4 as cE,
2240
- d4 as cF,
2241
- s4 as cG,
2242
- h4 as cH,
2243
- C4 as cI,
2244
- a4 as cJ,
2245
- l4 as cK,
2246
- k4 as cL,
2247
- L4 as cM,
2248
- c4 as cN,
2249
- p4 as cO,
2250
- u4 as cP,
2251
- M4 as cQ,
2252
- w4 as cR,
2253
- v4 as cS,
2254
- H4 as cT,
2255
- V4 as cU,
2256
- f4 as cV,
2257
- m4 as cW,
2258
- W4 as cX,
2259
- A4 as cY,
2260
- F4 as cZ,
2261
- B4 as c_,
2262
- F9 as ca,
2263
- B9 as cb,
2264
- y9 as cc,
2265
- x9 as cd,
2266
- N9 as ce,
2267
- Z9 as cf,
2268
- P9 as cg,
2269
- _9 as ch,
2270
- b9 as ci,
2271
- S9 as cj,
2272
- D9 as ck,
2273
- T9 as cl,
2274
- U9 as cm,
2275
- R9 as cn,
2276
- q9 as co,
2277
- G9 as cp,
2278
- I9 as cq,
2279
- E9 as cr,
2280
- X9 as cs,
2281
- K9 as ct,
2282
- J9 as cu,
2283
- Y9 as cv,
2284
- Q9 as cw,
2285
- $9 as cx,
2286
- z9 as cy,
2287
- e4 as cz,
2288
- s as d,
2289
- N4 as d0,
2290
- Z4 as d1,
2291
- P4 as d2,
2292
- _4 as d3,
2293
- b4 as d4,
2294
- S4 as d5,
2295
- D4 as d6,
2296
- T4 as d7,
2297
- U4 as d8,
2298
- R4 as d9,
2299
- c5 as dA,
2300
- p5 as dB,
2301
- u5 as dC,
2302
- M5 as dD,
2303
- g5 as dE,
2304
- w5 as dF,
2305
- v5 as dG,
2306
- H5 as dH,
2307
- V5 as dI,
2308
- m5 as dJ,
2309
- W5 as dK,
2098
+ Z as C,
2099
+ P as D,
2100
+ _ as E,
2101
+ b as F,
2102
+ S as G,
2103
+ D as H,
2104
+ T as I,
2105
+ U as J,
2106
+ R as K,
2107
+ q as L,
2108
+ O as M,
2109
+ G as N,
2110
+ I as O,
2111
+ X as P,
2112
+ E as Q,
2113
+ K as R,
2114
+ J as S,
2115
+ Y as T,
2116
+ Q as U,
2117
+ $ as V,
2118
+ z as W,
2119
+ e1 as X,
2120
+ t1 as Y,
2121
+ i1 as Z,
2122
+ r1 as _,
2123
+ d as a,
2124
+ c2 as a$,
2125
+ n1 as a0,
2126
+ d1 as a1,
2127
+ s1 as a2,
2128
+ h1 as a3,
2129
+ C1 as a4,
2130
+ a1 as a5,
2131
+ l1 as a6,
2132
+ k1 as a7,
2133
+ L1 as a8,
2134
+ c1 as a9,
2135
+ R1 as aA,
2136
+ q1 as aB,
2137
+ O1 as aC,
2138
+ G1 as aD,
2139
+ I1 as aE,
2140
+ X1 as aF,
2141
+ E1 as aG,
2142
+ K1 as aH,
2143
+ J1 as aI,
2144
+ Y1 as aJ,
2145
+ Q1 as aK,
2146
+ $1 as aL,
2147
+ z1 as aM,
2148
+ e2 as aN,
2149
+ t2 as aO,
2150
+ i2 as aP,
2151
+ r2 as aQ,
2152
+ o2 as aR,
2153
+ n2 as aS,
2154
+ d2 as aT,
2155
+ s2 as aU,
2156
+ h2 as aV,
2157
+ C2 as aW,
2158
+ a2 as aX,
2159
+ l2 as aY,
2160
+ k2 as aZ,
2161
+ L2 as a_,
2162
+ p1 as aa,
2163
+ u1 as ab,
2164
+ M1 as ac,
2165
+ g1 as ad,
2166
+ w1 as ae,
2167
+ v1 as af,
2168
+ H1 as ag,
2169
+ V1 as ah,
2170
+ f1 as ai,
2171
+ m1 as aj,
2172
+ W1 as ak,
2173
+ j1 as al,
2174
+ A1 as am,
2175
+ F1 as an,
2176
+ B1 as ao,
2177
+ y1 as ap,
2178
+ x1 as aq,
2179
+ N1 as ar,
2180
+ Z1 as as,
2181
+ P1 as at,
2182
+ _1 as au,
2183
+ b1 as av,
2184
+ S1 as aw,
2185
+ D1 as ax,
2186
+ T1 as ay,
2187
+ U1 as az,
2188
+ s as b,
2189
+ m9 as b$,
2190
+ p2 as b0,
2191
+ u2 as b1,
2192
+ M2 as b2,
2193
+ g2 as b3,
2194
+ w2 as b4,
2195
+ v2 as b5,
2196
+ H2 as b6,
2197
+ V2 as b7,
2198
+ f2 as b8,
2199
+ m2 as b9,
2200
+ Q2 as bA,
2201
+ $2 as bB,
2202
+ z2 as bC,
2203
+ e9 as bD,
2204
+ t9 as bE,
2205
+ i9 as bF,
2206
+ r9 as bG,
2207
+ o9 as bH,
2208
+ n9 as bI,
2209
+ d9 as bJ,
2210
+ s9 as bK,
2211
+ h9 as bL,
2212
+ C9 as bM,
2213
+ a9 as bN,
2214
+ l9 as bO,
2215
+ k9 as bP,
2216
+ L9 as bQ,
2217
+ c9 as bR,
2218
+ p9 as bS,
2219
+ u9 as bT,
2220
+ M9 as bU,
2221
+ g9 as bV,
2222
+ w9 as bW,
2223
+ v9 as bX,
2224
+ H9 as bY,
2225
+ V9 as bZ,
2226
+ f9 as b_,
2227
+ W2 as ba,
2228
+ j2 as bb,
2229
+ A2 as bc,
2230
+ F2 as bd,
2231
+ B2 as be,
2232
+ y2 as bf,
2233
+ x2 as bg,
2234
+ N2 as bh,
2235
+ Z2 as bi,
2236
+ P2 as bj,
2237
+ _2 as bk,
2238
+ b2 as bl,
2239
+ S2 as bm,
2240
+ D2 as bn,
2241
+ T2 as bo,
2242
+ U2 as bp,
2243
+ R2 as bq,
2244
+ q2 as br,
2245
+ O2 as bs,
2246
+ G2 as bt,
2247
+ I2 as bu,
2248
+ X2 as bv,
2249
+ E2 as bw,
2250
+ K2 as bx,
2251
+ J2 as by,
2252
+ Y2 as bz,
2253
+ h as c,
2254
+ P4 as c$,
2255
+ W9 as c0,
2256
+ j9 as c1,
2257
+ A9 as c2,
2258
+ F9 as c3,
2259
+ B9 as c4,
2260
+ y9 as c5,
2261
+ x9 as c6,
2262
+ N9 as c7,
2263
+ Z9 as c8,
2264
+ P9 as c9,
2265
+ s4 as cA,
2266
+ h4 as cB,
2267
+ C4 as cC,
2268
+ a4 as cD,
2269
+ l4 as cE,
2270
+ k4 as cF,
2271
+ L4 as cG,
2272
+ c4 as cH,
2273
+ p4 as cI,
2274
+ u4 as cJ,
2275
+ M4 as cK,
2276
+ g4 as cL,
2277
+ w4 as cM,
2278
+ v4 as cN,
2279
+ H4 as cO,
2280
+ V4 as cP,
2281
+ f4 as cQ,
2282
+ m4 as cR,
2283
+ W4 as cS,
2284
+ j4 as cT,
2285
+ A4 as cU,
2286
+ F4 as cV,
2287
+ B4 as cW,
2288
+ y4 as cX,
2289
+ x4 as cY,
2290
+ N4 as cZ,
2291
+ Z4 as c_,
2292
+ _9 as ca,
2293
+ b9 as cb,
2294
+ S9 as cc,
2295
+ D9 as cd,
2296
+ T9 as ce,
2297
+ U9 as cf,
2298
+ R9 as cg,
2299
+ q9 as ch,
2300
+ O9 as ci,
2301
+ G9 as cj,
2302
+ I9 as ck,
2303
+ X9 as cl,
2304
+ E9 as cm,
2305
+ K9 as cn,
2306
+ J9 as co,
2307
+ Y9 as cp,
2308
+ Q9 as cq,
2309
+ $9 as cr,
2310
+ z9 as cs,
2311
+ e4 as ct,
2312
+ t4 as cu,
2313
+ i4 as cv,
2314
+ r4 as cw,
2315
+ o4 as cx,
2316
+ n4 as cy,
2317
+ d4 as cz,
2318
+ C as d,
2319
+ _4 as d0,
2320
+ b4 as d1,
2321
+ S4 as d2,
2322
+ D4 as d3,
2323
+ T4 as d4,
2324
+ U4 as d5,
2325
+ R4 as d6,
2326
+ q4 as d7,
2327
+ O4 as d8,
2328
+ G4 as d9,
2329
+ u5 as dA,
2330
+ M5 as dB,
2331
+ g5 as dC,
2332
+ w5 as dD,
2333
+ v5 as dE,
2334
+ H5 as dF,
2335
+ V5 as dG,
2336
+ f5 as dH,
2337
+ m5 as dI,
2338
+ W5 as dJ,
2339
+ j5 as dK,
2310
2340
  A5 as dL,
2311
2341
  F5 as dM,
2312
- q4 as da,
2313
- O4 as db,
2314
- G4 as dc,
2315
- I4 as dd,
2316
- E4 as de,
2317
- X4 as df,
2318
- K4 as dg,
2319
- J4 as dh,
2320
- Y4 as di,
2321
- Q4 as dj,
2322
- $4 as dk,
2323
- z4 as dl,
2324
- e5 as dm,
2325
- t5 as dn,
2326
- i5 as dp,
2327
- o5 as dq,
2328
- n5 as dr,
2329
- d5 as ds,
2330
- s5 as dt,
2331
- h5 as du,
2332
- C5 as dv,
2333
- a5 as dw,
2334
- l5 as dx,
2335
- k5 as dy,
2336
- L5 as dz,
2337
- f5 as e,
2338
- W as f,
2339
- g4 as g,
2340
- n as h,
2341
- d as i,
2342
- h as j,
2343
- C as k,
2344
- a as l,
2345
- l as m,
2346
- k as n,
2347
- L as o,
2348
- c as p,
2349
- p as q,
2350
- u as r,
2351
- M as s,
2352
- g as t,
2353
- w as u,
2354
- v,
2355
- V as w,
2356
- f as x,
2357
- m as y,
2358
- j as z
2342
+ B5 as dN,
2343
+ y5 as dO,
2344
+ I4 as da,
2345
+ X4 as db,
2346
+ E4 as dc,
2347
+ K4 as dd,
2348
+ J4 as de,
2349
+ Y4 as df,
2350
+ Q4 as dg,
2351
+ $4 as dh,
2352
+ z4 as di,
2353
+ e5 as dj,
2354
+ t5 as dk,
2355
+ i5 as dl,
2356
+ r5 as dm,
2357
+ o5 as dn,
2358
+ n5 as dp,
2359
+ d5 as dq,
2360
+ s5 as dr,
2361
+ h5 as ds,
2362
+ C5 as dt,
2363
+ a5 as du,
2364
+ l5 as dv,
2365
+ k5 as dw,
2366
+ L5 as dx,
2367
+ c5 as dy,
2368
+ p5 as dz,
2369
+ a as e,
2370
+ l as f,
2371
+ k as g,
2372
+ L as h,
2373
+ c as i,
2374
+ p as j,
2375
+ u as k,
2376
+ M as l,
2377
+ g as m,
2378
+ w as n,
2379
+ v as o,
2380
+ H as p,
2381
+ V as q,
2382
+ f as r,
2383
+ m as s,
2384
+ W as t,
2385
+ j as u,
2386
+ F as v,
2387
+ B as w,
2388
+ y as x,
2389
+ x as y,
2390
+ N as z
2359
2391
  };
2360
- //# sourceMappingURL=WhiteboardView-BceDPBkS.js.map
2392
+ //# sourceMappingURL=Search-DtXF03cV.js.map