@wistia/ui 0.0.10 → 0.0.11

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.
package/dist/index.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /*
3
- * @license @wistia/ui v0.0.10
3
+ * @license @wistia/ui v0.0.11
4
4
  *
5
5
  * Copyright (c) 2024-2024, Wistia, Inc. and its affiliates.
6
6
  *
@@ -39,6 +39,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
39
39
  // src/index.ts
40
40
  var src_exports = {};
41
41
  __export(src_exports, {
42
+ Avatar: () => Avatar,
42
43
  Badge: () => Badge,
43
44
  Box: () => Box,
44
45
  Button: () => Button,
@@ -810,7 +811,8 @@ var colorAliasTokens = import_styled_components4.css`
810
811
  --color-bg-surface-secondary-hover: var(--gray-4);
811
812
  --color-bg-surface-tertiary: var(--gray-5);
812
813
  --color-border: var(--gray-6);
813
- --color-border-selected: var(--blue-6);
814
+ --color-border-hover: var(--gray-8);
815
+ --color-border-active: var(--gray-9);
814
816
  --color-icon: var(--gray-11);
815
817
  --color-icon-on-fill: var(--gray-contrast);
816
818
  --color-text: var(--gray-12);
@@ -833,6 +835,8 @@ var colorAliasTokens = import_styled_components4.css`
833
835
  --color-bg-surface-secondary-hover-error: var(--error-4);
834
836
  --color-bg-surface-tertiary-error: var(--error-5);
835
837
  --color-border-error: var(--error-6);
838
+ --color-border-hover-errror: var(--error-8);
839
+ --color-border-active-error: var(--error-9);
836
840
  --color-icon-error: var(--error-11);
837
841
  --color-icon-on-fill-error: var(--error-contrast);
838
842
  --color-text-error: var(--error-11);
@@ -853,6 +857,8 @@ var colorAliasTokens = import_styled_components4.css`
853
857
  --color-bg-surface-secondary-info: var(--blue-3);
854
858
  --color-bg-surface-tertiary-info: var(--blue-6);
855
859
  --color-border-info: var(--blue-6);
860
+ --color-border-hover-info: var(--blue-8);
861
+ --color-border-active-info: var(--blue-9);
856
862
  --color-icon-info: var(--blue-11);
857
863
  --color-icon-on-fill-info: var(--blue-contrast);
858
864
  --color-text-high-contrast-info: var(--blue-12);
@@ -873,6 +879,8 @@ var colorAliasTokens = import_styled_components4.css`
873
879
  --color-bg-surface-success: var(--success-surface);
874
880
  --color-bg-surface-tertiary-success: var(--success-5);
875
881
  --color-border-success: var(--success-6);
882
+ --color-border-hover-success: var(--success-8);
883
+ --color-border-active-success: var(--success-9);
876
884
  --color-icon-on-fill-success: var(--success-contrast);
877
885
  --color-icon-success: var(--success-11);
878
886
  --color-text-high-contrast-success: var(--success-12);
@@ -893,6 +901,8 @@ var colorAliasTokens = import_styled_components4.css`
893
901
  --color-bg-surface-tertiary-warning: var(--warning-5);
894
902
  --color-bg-surface-warning: var(--warning-surface);
895
903
  --color-border-warning: var(--warning-6);
904
+ --color-border-hover-warning: var(--warning-8);
905
+ --color-border-active-warning: var(--warning-9);
896
906
  --color-icon-on-fill-warning: var(--warning-contrast);
897
907
  --color-icon-warning: var(--warning-11);
898
908
  --color-text-high-contrast-warning: var(--warning-12);
@@ -915,6 +925,8 @@ var colorAliasTokens = import_styled_components4.css`
915
925
  --color-bg-surface-secondary-hover-blue: var(--blue-4);
916
926
  --color-bg-surface-tertiary-blue: var(--blue-5);
917
927
  --color-border-blue: var(--blue-6);
928
+ --color-border-hover-blue: var(--blue-8);
929
+ --color-border-active-blue: var(--blue-9);
918
930
  --color-icon-blue: var(--blue-11);
919
931
  --color-icon-on-fill-blue: var(--blue-contrast);
920
932
  --color-text-blue: var(--blue-11);
@@ -935,6 +947,8 @@ var colorAliasTokens = import_styled_components4.css`
935
947
  --color-bg-surface-secondary-hover-green: var(--green-4);
936
948
  --color-bg-surface-tertiary-green: var(--green-5);
937
949
  --color-border-green: var(--green-6);
950
+ --color-border-hover-green: var(--green-8);
951
+ --color-border-active-green: var(--green-9);
938
952
  --color-icon-green: var(--green-11);
939
953
  --color-icon-on-fill-green: var(--green-contrast);
940
954
  --color-text-green: var(--green-11);
@@ -955,6 +969,8 @@ var colorAliasTokens = import_styled_components4.css`
955
969
  --color-bg-surface-secondary-orange: var(--orange-3);
956
970
  --color-bg-surface-tertiary-orange: var(--orange-5);
957
971
  --color-border-orange: var(--orange-6);
972
+ --color-border-hover-orange: var(--orange-8);
973
+ --color-border-active-orange: var(--orange-9);
958
974
  --color-icon-on-fill-orange: var(--orange-contrast);
959
975
  --color-icon-orange: var(--orange-11);
960
976
  --color-text-high-contrast-orange: var(--orange-12);
@@ -975,6 +991,8 @@ var colorAliasTokens = import_styled_components4.css`
975
991
  --color-bg-surface-secondary-pink: var(--pink-3);
976
992
  --color-bg-surface-tertiary-pink: var(--pink-5);
977
993
  --color-border-pink: var(--pink-6);
994
+ --color-border-hover-pink: var(--pink-8);
995
+ --color-border-active-pink: var(--pink-9);
978
996
  --color-icon-on-fill-pink: var(--pink-contrast);
979
997
  --color-icon-pink: var(--pink-11);
980
998
  --color-text-high-contrast-pink: var(--pink-12);
@@ -995,6 +1013,8 @@ var colorAliasTokens = import_styled_components4.css`
995
1013
  --color-bg-surface-secondary-purple: var(--purple-3);
996
1014
  --color-bg-surface-tertiary-purple: var(--purple-5);
997
1015
  --color-border-purple: var(--purple-6);
1016
+ --color-border-hover-purple: var(--purple-8);
1017
+ --color-border-active-purple: var(--purple-9);
998
1018
  --color-icon-on-fill-purple: var(--purple-contrast);
999
1019
  --color-icon-purple: var(--purple-11);
1000
1020
  --color-text-high-contrast-purple: var(--purple-12);
@@ -1015,6 +1035,8 @@ var colorAliasTokens = import_styled_components4.css`
1015
1035
  --color-bg-surface-tertiary-yellow: var(--yellow-5);
1016
1036
  --color-bg-surface-yellow: var(--yellow-surface);
1017
1037
  --color-border-yellow: var(--yellow-6);
1038
+ --color-border-hover-yellow: var(--yellow-8);
1039
+ --color-border-active-yellow: var(--yellow-9);
1018
1040
  --color-icon-on-fill-yellow: var(--yellow-contrast);
1019
1041
  --color-icon-yellow: var(--yellow-11);
1020
1042
  --color-text-high-contrast-yellow: var(--yellow-12);
@@ -1046,6 +1068,9 @@ var colorAliasTokens = import_styled_components4.css`
1046
1068
  --color-bg-surface-selected-hover: var(--blue-4);
1047
1069
  --color-icon-selected: var(--blue-9);
1048
1070
  --color-text-selected: var(--blue-9);
1071
+ --color-border-selected: var(--blue-6);
1072
+ --color-border-hover-selected: var(--blue-8);
1073
+ --color-border-active-selected: var(--blue-9);
1049
1074
  `;
1050
1075
 
1051
1076
  // src/css/designTokens/borderRadius.tsx
@@ -1429,10 +1454,13 @@ var useAriaLive = () => {
1429
1454
  return context;
1430
1455
  };
1431
1456
 
1432
- // src/components/Badge/Badge.tsx
1457
+ // src/components/Avatar/Avatar.tsx
1433
1458
  var import_react5 = require("react");
1459
+ var import_type_guards6 = require("@wistia/type-guards");
1460
+ var import_styled_components12 = __toESM(require("styled-components"));
1461
+
1462
+ // src/components/ColorSchemeWrapper/ColorSchemeWrapper.tsx
1434
1463
  var import_styled_components11 = __toESM(require("styled-components"));
1435
- var import_type_guards5 = require("@wistia/type-guards");
1436
1464
 
1437
1465
  // src/private/helpers/getColorScheme/getColorScheme.ts
1438
1466
  var import_styled_components10 = require("styled-components");
@@ -1453,6 +1481,8 @@ var colorSchemeSchema = [
1453
1481
  { token: "text-secondary", step: "11" },
1454
1482
  { token: "text-on-fill", step: "contrast" },
1455
1483
  { token: "border", step: "6" },
1484
+ { token: "border-hover", step: "8" },
1485
+ { token: "border-active", step: "9" },
1456
1486
  { token: "icon", step: "11" },
1457
1487
  { token: "icon-on-fill", step: "contrast" }
1458
1488
  ];
@@ -1489,9 +1519,172 @@ var getColorScheme = (colorScheme) => {
1489
1519
  `;
1490
1520
  };
1491
1521
 
1492
- // src/components/Badge/Badge.tsx
1522
+ // src/components/ColorSchemeWrapper/ColorSchemeWrapper.tsx
1493
1523
  var import_jsx_runtime3 = require("react/jsx-runtime");
1494
- var StyledBadge = import_styled_components11.default.div`
1524
+ var colorSchemeOptions = [
1525
+ "inherit",
1526
+ "default",
1527
+ "info",
1528
+ "success",
1529
+ "warning",
1530
+ "error",
1531
+ "blue",
1532
+ "green",
1533
+ "orange",
1534
+ "pink",
1535
+ "purple",
1536
+ "yellow"
1537
+ ];
1538
+ var StyledColorSchemeWrapper = import_styled_components11.default.div`
1539
+ ${({ $colorScheme }) => getColorScheme($colorScheme)};
1540
+ `;
1541
+ var ColorSchemeWrapper = ({
1542
+ colorScheme,
1543
+ children,
1544
+ ...otherProps
1545
+ }) => /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
1546
+ StyledColorSchemeWrapper,
1547
+ {
1548
+ $colorScheme: colorScheme,
1549
+ ...otherProps,
1550
+ children
1551
+ }
1552
+ );
1553
+ ColorSchemeWrapper.displayName = "ColorSchemeWrapper";
1554
+
1555
+ // src/components/Avatar/formatNameForDisplay.tsx
1556
+ var import_type_guards5 = require("@wistia/type-guards");
1557
+ var containsEmojiCharacter = (char) => {
1558
+ const emojiRegex = /<a?:.+?:\d{18}>|\p{Extended_Pictographic}/gu;
1559
+ return emojiRegex.test(char);
1560
+ };
1561
+ var formatNameForDisplay = (name) => {
1562
+ if ((0, import_type_guards5.isNil)(name) || !(0, import_type_guards5.isString)(name) || (0, import_type_guards5.isEmptyString)(name) || containsEmojiCharacter(name)) {
1563
+ return "U";
1564
+ }
1565
+ const firstChar = name.trim().substring(0, 1);
1566
+ return firstChar.toUpperCase();
1567
+ };
1568
+
1569
+ // src/components/Avatar/Avatar.tsx
1570
+ var import_jsx_runtime4 = require("react/jsx-runtime");
1571
+ var AvatarImage = import_styled_components12.default.img`
1572
+ align-items: center;
1573
+ background-color: white;
1574
+ border-radius: 50%;
1575
+ display: flex;
1576
+ height: ${({ $heightAndWidth }) => $heightAndWidth}px;
1577
+ justify-content: center;
1578
+ object-fit: cover;
1579
+ overflow: hidden;
1580
+ pointer-events: none;
1581
+ user-select: none;
1582
+ width: ${({ $heightAndWidth }) => $heightAndWidth}px;
1583
+
1584
+ a:hover & {
1585
+ box-shadow: inset 0 0 0 2px rgb(0 0 0 / 25%);
1586
+ }
1587
+
1588
+ a:active & {
1589
+ box-shadow: inset 0 0 0 2px rgb(0 0 0 / 50%);
1590
+ }
1591
+ `;
1592
+ var avatarSizeMap = {
1593
+ sm: 16,
1594
+ md: 24,
1595
+ lg: 32
1596
+ };
1597
+ var fontSizeScaleMultiplier = 0.55;
1598
+ var InitialsContainer = import_styled_components12.default.div`
1599
+ ${({ $colorScheme }) => getColorScheme($colorScheme)};
1600
+ align-items: center;
1601
+ background-color: var(--color-bg-fill);
1602
+ border: 1px solid var(--color-border);
1603
+ border-radius: 50%;
1604
+ color: var(--color-text-on-fill);
1605
+ display: flex;
1606
+ font-size: ${({ $heightAndWidth }) => $heightAndWidth * fontSizeScaleMultiplier}px;
1607
+ height: ${({ $heightAndWidth }) => $heightAndWidth}px;
1608
+ justify-content: center;
1609
+ overflow: hidden;
1610
+ width: ${({ $heightAndWidth }) => $heightAndWidth}px;
1611
+
1612
+ a:hover & {
1613
+ box-shadow: inset 0 0 0 2px rgb(0 0 0 / 25%);
1614
+ }
1615
+
1616
+ a:active & {
1617
+ box-shadow: inset 0 0 0 2px rgb(0 0 0 / 50%);
1618
+ }
1619
+ `;
1620
+ var AvatarWrapper = import_styled_components12.default.div`
1621
+ max-height: ${({ $maxHeight }) => $maxHeight}px;
1622
+ `;
1623
+ var chooseColorScheme = (name) => {
1624
+ if ((0, import_type_guards6.isNil)(name) || name === "Anonymous") {
1625
+ return "default";
1626
+ }
1627
+ const filteredColors = colorSchemeOptions.filter(
1628
+ (color) => color !== "inherit" && color !== "default"
1629
+ );
1630
+ const multiplier = 31;
1631
+ const hashCode = (str) => Array.from(str).reduce((sum, char) => Math.imul(multiplier, sum) + char.charCodeAt(0) | 0, 0);
1632
+ const index = Math.abs(hashCode(name)) % filteredColors.length;
1633
+ return filteredColors[index] ?? "default";
1634
+ };
1635
+ var Avatar = ({
1636
+ imageUrl,
1637
+ heightAndWidth,
1638
+ name,
1639
+ size = "md",
1640
+ onImageLoad,
1641
+ ...otherProps
1642
+ }) => {
1643
+ const [imageLoadState, setImageLoadState] = (0, import_react5.useState)(null);
1644
+ const handleImageLoad = () => {
1645
+ setImageLoadState("loaded");
1646
+ onImageLoad?.("image");
1647
+ };
1648
+ const handleImageLoadError = () => {
1649
+ setImageLoadState("error");
1650
+ onImageLoad?.("initials");
1651
+ };
1652
+ const avatarSize = heightAndWidth ?? avatarSizeMap[size];
1653
+ const avatarColor = (0, import_react5.useMemo)(() => chooseColorScheme(name), [name]);
1654
+ const showInitials = (0, import_type_guards6.isNil)(imageUrl) || imageLoadState === "error";
1655
+ return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1656
+ AvatarWrapper,
1657
+ {
1658
+ ...otherProps,
1659
+ $maxHeight: avatarSize,
1660
+ children: showInitials ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1661
+ InitialsContainer,
1662
+ {
1663
+ $colorScheme: avatarColor,
1664
+ $heightAndWidth: avatarSize,
1665
+ children: formatNameForDisplay(name)
1666
+ }
1667
+ ) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1668
+ AvatarImage,
1669
+ {
1670
+ $heightAndWidth: avatarSize,
1671
+ alt: name ?? "Unavailable",
1672
+ onError: handleImageLoadError,
1673
+ onLoad: handleImageLoad,
1674
+ src: imageUrl
1675
+ }
1676
+ )
1677
+ }
1678
+ );
1679
+ };
1680
+ Avatar.displayName = "Avatar";
1681
+
1682
+ // src/components/Badge/Badge.tsx
1683
+ var import_react6 = require("react");
1684
+ var import_styled_components13 = __toESM(require("styled-components"));
1685
+ var import_type_guards7 = require("@wistia/type-guards");
1686
+ var import_jsx_runtime5 = require("react/jsx-runtime");
1687
+ var StyledBadge = import_styled_components13.default.div`
1495
1688
  ${({ $colorScheme }) => getColorScheme($colorScheme)};
1496
1689
  align-items: center;
1497
1690
  background-color: var(--color-bg-surface-secondary);
@@ -1511,10 +1704,10 @@ var StyledBadge = import_styled_components11.default.div`
1511
1704
  width: 12px;
1512
1705
  }
1513
1706
  `;
1514
- var Badge = (0, import_react5.forwardRef)(
1707
+ var Badge = (0, import_react6.forwardRef)(
1515
1708
  ({ colorScheme = "inherit", label, icon, ...otherProps }, ref) => {
1516
- const hasIcon = (0, import_type_guards5.isNotNil)(icon);
1517
- return /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)(
1709
+ const hasIcon = (0, import_type_guards7.isNotNil)(icon);
1710
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(
1518
1711
  StyledBadge,
1519
1712
  {
1520
1713
  ref,
@@ -1523,7 +1716,7 @@ var Badge = (0, import_react5.forwardRef)(
1523
1716
  $hasIcon: hasIcon,
1524
1717
  children: [
1525
1718
  hasIcon ? icon : null,
1526
- /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("span", { children: label })
1719
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { children: label })
1527
1720
  ]
1528
1721
  }
1529
1722
  );
@@ -1532,15 +1725,15 @@ var Badge = (0, import_react5.forwardRef)(
1532
1725
  Badge.displayName = "Badge";
1533
1726
 
1534
1727
  // src/components/Box/Box.tsx
1535
- var import_react6 = require("react");
1536
- var import_styled_components12 = __toESM(require("styled-components"));
1537
- var import_type_guards6 = require("@wistia/type-guards");
1538
- var import_jsx_runtime4 = require("react/jsx-runtime");
1728
+ var import_react7 = require("react");
1729
+ var import_styled_components14 = __toESM(require("styled-components"));
1730
+ var import_type_guards8 = require("@wistia/type-guards");
1731
+ var import_jsx_runtime6 = require("react/jsx-runtime");
1539
1732
  var isDev = process.env["NODE_ENV"] === "development";
1540
1733
  var PROPS_FOR_FLEX_CHILDREN = /* @__PURE__ */ new Set(["alignSelf", "basis", "grow", "order", "shrink"]);
1541
1734
  var getGapStyle = (gap) => {
1542
- if ((0, import_type_guards6.isNotNil)(gap)) {
1543
- if ((0, import_type_guards6.isRecord)(gap)) {
1735
+ if ((0, import_type_guards8.isNotNil)(gap)) {
1736
+ if ((0, import_type_guards8.isRecord)(gap)) {
1544
1737
  return Object.entries(gap).map(([key, value]) => `${key}-gap: ${value};`).join("");
1545
1738
  }
1546
1739
  return `gap: ${gap.toString()};`;
@@ -1577,34 +1770,34 @@ var getFillViewportStyle = (fillViewport) => {
1577
1770
  }
1578
1771
  return void 0;
1579
1772
  };
1580
- var BoxComponent = import_styled_components12.default.div`
1773
+ var BoxComponent = import_styled_components14.default.div`
1581
1774
  align-content: ${({ $alignContent }) => $alignContent};
1582
1775
  align-items: ${({ $alignItems }) => $alignItems};
1583
1776
  align-self: ${({ $alignSelf }) => $alignSelf ?? null};
1584
- display: ${({ $inline }) => (0, import_type_guards6.isNotNil)($inline) && $inline ? "inline-flex" : "flex"};
1585
- flex-basis: ${({ $basis }) => (0, import_type_guards6.isNotNil)($basis) ? $basis : null};
1777
+ display: ${({ $inline }) => (0, import_type_guards8.isNotNil)($inline) && $inline ? "inline-flex" : "flex"};
1778
+ flex-basis: ${({ $basis }) => (0, import_type_guards8.isNotNil)($basis) ? $basis : null};
1586
1779
  flex-direction: ${({ $flexDirection }) => $flexDirection};
1587
1780
  ${({ $fillBox: fill }) => getFillStyle(fill)};
1588
1781
  ${({ $fillViewport }) => getFillViewportStyle($fillViewport)};
1589
1782
 
1590
1783
  /* Box children styles */
1591
- flex-grow: ${({ $grow }) => (0, import_type_guards6.isNotNil)($grow) ? $grow : null};
1592
- flex-shrink: ${({ $shrink }) => (0, import_type_guards6.isNotNil)($shrink) ? $shrink : null};
1784
+ flex-grow: ${({ $grow }) => (0, import_type_guards8.isNotNil)($grow) ? $grow : null};
1785
+ flex-shrink: ${({ $shrink }) => (0, import_type_guards8.isNotNil)($shrink) ? $shrink : null};
1593
1786
  flex-wrap: ${({ $wrapItems }) => $wrapItems ? "wrap" : "nowrap"};
1594
1787
  ${({ $gap }) => getGapStyle($gap)};
1595
1788
  justify-content: ${({ $justifyContent }) => $justifyContent};
1596
- order: ${({ $order }) => (0, import_type_guards6.isNotNil)($order) ? $order : null};
1789
+ order: ${({ $order }) => (0, import_type_guards8.isNotNil)($order) ? $order : null};
1597
1790
  `;
1598
1791
  var wrapChildren = (children) => {
1599
- if ((0, import_type_guards6.isNotNil)(children)) {
1792
+ if ((0, import_type_guards8.isNotNil)(children)) {
1600
1793
  if (typeof children === "object" && isDev) {
1601
- return import_react6.Children.map(children, (child) => {
1602
- if ((0, import_type_guards6.isNil)(child)) return null;
1794
+ return import_react7.Children.map(children, (child) => {
1795
+ if ((0, import_type_guards8.isNil)(child)) return null;
1603
1796
  const elementParams = {};
1604
1797
  if (child.type?.displayName === "Box" || child.type?.displayName === "Box_UI") {
1605
1798
  elementParams.hasBoxParent = true;
1606
1799
  }
1607
- return (0, import_react6.cloneElement)(child, elementParams);
1800
+ return (0, import_react7.cloneElement)(child, elementParams);
1608
1801
  });
1609
1802
  }
1610
1803
  return children;
@@ -1632,7 +1825,7 @@ var Box = ({
1632
1825
  }
1633
1826
  });
1634
1827
  }
1635
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1828
+ return /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
1636
1829
  BoxComponent,
1637
1830
  {
1638
1831
  $alignContent: alignContent,
@@ -1653,13 +1846,13 @@ var Box = ({
1653
1846
  Box.displayName = "Box";
1654
1847
 
1655
1848
  // src/components/Button/Button.tsx
1656
- var import_react9 = require("react");
1657
- var import_styled_components17 = __toESM(require("styled-components"));
1658
- var import_type_guards10 = require("@wistia/type-guards");
1849
+ var import_react10 = require("react");
1850
+ var import_styled_components19 = __toESM(require("styled-components"));
1851
+ var import_type_guards12 = require("@wistia/type-guards");
1659
1852
 
1660
1853
  // src/css/buttonResetCss.tsx
1661
- var import_styled_components13 = require("styled-components");
1662
- var buttonResetCss = import_styled_components13.css`
1854
+ var import_styled_components15 = require("styled-components");
1855
+ var buttonResetCss = import_styled_components15.css`
1663
1856
  align-items: center;
1664
1857
  background-color: transparent;
1665
1858
  background-image: none;
@@ -1704,8 +1897,8 @@ var buttonResetCss = import_styled_components13.css`
1704
1897
  `;
1705
1898
 
1706
1899
  // src/components/Button/buttonStyles.tsx
1707
- var import_styled_components14 = require("styled-components");
1708
- var buttonSmallStyles = import_styled_components14.css`
1900
+ var import_styled_components16 = require("styled-components");
1901
+ var buttonSmallStyles = import_styled_components16.css`
1709
1902
  --button-padding-vertical: var(--space-01);
1710
1903
  --button-padding-horizontal: var(--space-02);
1711
1904
  --button-label-padding-horizontal: var(--space-01);
@@ -1716,7 +1909,7 @@ var buttonSmallStyles = import_styled_components14.css`
1716
1909
  --button-icon-size: 12px;
1717
1910
  --button-label-gap: 4px;
1718
1911
  `;
1719
- var buttonMediumStyles = import_styled_components14.css`
1912
+ var buttonMediumStyles = import_styled_components16.css`
1720
1913
  --button-padding-vertical: var(--space-02);
1721
1914
  --button-padding-horizontal: var(--space-02);
1722
1915
  --button-label-padding-horizontal: 6px;
@@ -1727,7 +1920,7 @@ var buttonMediumStyles = import_styled_components14.css`
1727
1920
  --button-icon-size: 16px;
1728
1921
  --button-label-gap: 6px;
1729
1922
  `;
1730
- var buttonLargeStyles = import_styled_components14.css`
1923
+ var buttonLargeStyles = import_styled_components16.css`
1731
1924
  --button-padding-vertical: var(--space-02);
1732
1925
  --button-padding-horizontal: var(--space-02);
1733
1926
  --button-label-padding-horizontal: var(--space-02);
@@ -1738,7 +1931,7 @@ var buttonLargeStyles = import_styled_components14.css`
1738
1931
  --button-icon-size: 24px;
1739
1932
  --button-label-gap: 8px;
1740
1933
  `;
1741
- var buttonExtraLargeStyles = import_styled_components14.css`
1934
+ var buttonExtraLargeStyles = import_styled_components16.css`
1742
1935
  --button-padding-vertical: var(--space-03);
1743
1936
  --button-padding-horizontal: var(--space-03);
1744
1937
  --button-label-padding-horizontal: var(--space-02);
@@ -1749,35 +1942,35 @@ var buttonExtraLargeStyles = import_styled_components14.css`
1749
1942
  --button-icon-size: 24px;
1750
1943
  --button-label-gap: 8px;
1751
1944
  `;
1752
- var ghostButtonVariant = import_styled_components14.css`
1945
+ var ghostButtonVariant = import_styled_components16.css`
1753
1946
  --button-color-bg: transparent;
1754
1947
  --button-color-bg-hover: var(--color-bg-surface-hover);
1755
1948
  --button-color-bg-active: var(--color-bg-surface-active);
1756
1949
  --button-color-text: var(--color-text);
1757
1950
  --button-color-icon: var(--color-icon);
1758
1951
  `;
1759
- var outlineButtonVariant = import_styled_components14.css`
1952
+ var outlineButtonVariant = import_styled_components16.css`
1760
1953
  ${ghostButtonVariant};
1761
1954
  --button-color-border: var(--color-border);
1762
1955
 
1763
1956
  border: 1px solid var(--button-color-border);
1764
1957
  box-shadow: 0 0 0 2px var(--button-color-border) inset;
1765
1958
  `;
1766
- var softButtonVariant = import_styled_components14.css`
1959
+ var softButtonVariant = import_styled_components16.css`
1767
1960
  --button-color-bg: var(--color-bg-surface-secondary);
1768
1961
  --button-color-bg-hover: var(--color-bg-surface-secondary-hover);
1769
1962
  --button-color-bg-active: var(--color-bg-surface-secondary-active);
1770
1963
  --button-color-text: var(--color-text);
1771
1964
  --button-color-icon: var(--color-icon);
1772
1965
  `;
1773
- var solidButtonVariant = import_styled_components14.css`
1966
+ var solidButtonVariant = import_styled_components16.css`
1774
1967
  --button-color-bg: var(--color-bg-fill);
1775
1968
  --button-color-bg-hover: var(--color-bg-fill-hover);
1776
1969
  --button-color-bg-active: var(--color-bg-fill-active);
1777
1970
  --button-color-text: var(--color-text-on-fill);
1778
1971
  --button-color-icon: var(--color-icon-on-fill);
1779
1972
  `;
1780
- var disabledButtonVariant = import_styled_components14.css`
1973
+ var disabledButtonVariant = import_styled_components16.css`
1781
1974
  --button-color-bg: var(--color-bg-surface-disabled);
1782
1975
  --button-color-bg-hover: var(--color-bg-surface-disabled);
1783
1976
  --button-color-bg-active: var(--color-bg-surface-disabled);
@@ -1785,7 +1978,7 @@ var disabledButtonVariant = import_styled_components14.css`
1785
1978
  --button-color-icon: var(--color-icon-disabled);
1786
1979
  --button-color-border: var(--color-border-disabled);
1787
1980
  `;
1788
- var pressedButtonVariant = import_styled_components14.css`
1981
+ var pressedButtonVariant = import_styled_components16.css`
1789
1982
  --button-color-bg: var(--color-bg-surface-selected);
1790
1983
  --button-color-bg-hover: var(--color-bg-surface-selected-hover);
1791
1984
  --button-color-bg-active: var(--color-bg-surface-selected-active);
@@ -1793,7 +1986,7 @@ var pressedButtonVariant = import_styled_components14.css`
1793
1986
  --button-color-icon: var(--color-icon-selected);
1794
1987
  --button-color-border: var(--color-border-selected);
1795
1988
  `;
1796
- var buttonBaseStyles = import_styled_components14.css`
1989
+ var buttonBaseStyles = import_styled_components16.css`
1797
1990
  border-radius: var(--border-radius-rounded);
1798
1991
  font-family: var(--button-typography-family);
1799
1992
  font-size: var(--button-typography-size);
@@ -1860,18 +2053,18 @@ var buttonSizeStyles = {
1860
2053
  };
1861
2054
 
1862
2055
  // src/components/Icon/Icon.tsx
1863
- var import_type_guards8 = require("@wistia/type-guards");
1864
- var import_styled_components15 = __toESM(require("styled-components"));
2056
+ var import_type_guards10 = require("@wistia/type-guards");
2057
+ var import_styled_components17 = __toESM(require("styled-components"));
1865
2058
 
1866
2059
  // src/components/Icon/icons/AbTestIcon.tsx
1867
- var import_jsx_runtime5 = require("react/jsx-runtime");
1868
- var AbTestIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2060
+ var import_jsx_runtime7 = require("react/jsx-runtime");
2061
+ var AbTestIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
1869
2062
  "svg",
1870
2063
  {
1871
2064
  ...props,
1872
2065
  viewBox: "0 0 24 24",
1873
2066
  xmlns: "http://www.w3.org/2000/svg",
1874
- children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2067
+ children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
1875
2068
  "path",
1876
2069
  {
1877
2070
  d: "M20.0599 18.296L15.3332 9.09199V3.33334H16.3332C16.8852 3.33334 17.3332 2.88534 17.3332 2.33334C17.3332 1.78134 16.8852 1.33334 16.3332 1.33334H7.66659C7.11459 1.33334 6.66659 1.78134 6.66659 2.33334C6.66659 2.88534 7.11459 3.33334 7.66659 3.33334H8.66658V9.09199L3.93993 18.296C3.4586 19.2333 3.4986 20.3293 4.04793 21.2293C4.59726 22.1293 5.55459 22.6666 6.60792 22.6666H17.3906C18.4452 22.6666 19.4026 22.1293 19.9506 21.2293C20.4999 20.3293 20.5399 19.2333 20.0586 18.296H20.0599ZM10.5559 9.79066C10.6292 9.64932 10.6666 9.49199 10.6666 9.33332V3.33334H13.3332V9.33332C13.3332 9.49199 13.3706 9.64932 13.4439 9.79066L15.6052 14H8.39458L10.5559 9.79066Z",
@@ -1882,14 +2075,14 @@ var AbTestIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1882
2075
  );
1883
2076
 
1884
2077
  // src/components/Icon/icons/AccessibilityIcon.tsx
1885
- var import_jsx_runtime6 = require("react/jsx-runtime");
1886
- var AccessibilityIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
2078
+ var import_jsx_runtime8 = require("react/jsx-runtime");
2079
+ var AccessibilityIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
1887
2080
  "svg",
1888
2081
  {
1889
2082
  ...props,
1890
2083
  viewBox: "0 0 24 24",
1891
2084
  xmlns: "http://www.w3.org/2000/svg",
1892
- children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
2085
+ children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
1893
2086
  "path",
1894
2087
  {
1895
2088
  clipRule: "evenodd",
@@ -1902,14 +2095,14 @@ var AccessibilityIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
1902
2095
  );
1903
2096
 
1904
2097
  // src/components/Icon/icons/ActivityIcon.tsx
1905
- var import_jsx_runtime7 = require("react/jsx-runtime");
1906
- var ActivityIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
2098
+ var import_jsx_runtime9 = require("react/jsx-runtime");
2099
+ var ActivityIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
1907
2100
  "svg",
1908
2101
  {
1909
2102
  ...props,
1910
2103
  viewBox: "0 0 24 24",
1911
2104
  xmlns: "http://www.w3.org/2000/svg",
1912
- children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
2105
+ children: /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
1913
2106
  "path",
1914
2107
  {
1915
2108
  d: "M11.9998 1.33334C6.11847 1.33334 1.33315 6.11867 1.33315 12C1.33315 17.8813 6.11847 22.6666 11.9998 22.6666C17.8811 22.6666 22.6664 17.8813 22.6664 12C22.6664 6.11867 17.8811 1.33334 11.9998 1.33334ZM18.3731 10.3733L14.8451 13.9013C14.1971 14.5506 13.1371 14.5506 12.4878 13.9013L10.3331 11.7467L7.0398 15.04C6.84513 15.2346 6.58913 15.3333 6.33313 15.3333C6.07713 15.3333 5.82113 15.236 5.62647 15.04C5.2358 14.6493 5.2358 14.016 5.62647 13.6253L9.15446 10.0973C9.80246 9.44799 10.8625 9.44799 11.5118 10.0973L13.6664 12.252L16.9598 8.95866C17.3504 8.56799 17.9838 8.56799 18.3744 8.95866C18.7651 9.34932 18.7651 9.98266 18.3744 10.3733H18.3731Z",
@@ -1920,14 +2113,14 @@ var ActivityIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
1920
2113
  );
1921
2114
 
1922
2115
  // src/components/Icon/icons/AddMediaIcon.tsx
1923
- var import_jsx_runtime8 = require("react/jsx-runtime");
1924
- var AddMediaIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
2116
+ var import_jsx_runtime10 = require("react/jsx-runtime");
2117
+ var AddMediaIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
1925
2118
  "svg",
1926
2119
  {
1927
2120
  ...props,
1928
2121
  viewBox: "0 0 24 24",
1929
2122
  xmlns: "http://www.w3.org/2000/svg",
1930
- children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
2123
+ children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
1931
2124
  "path",
1932
2125
  {
1933
2126
  clipRule: "evenodd",
@@ -1940,14 +2133,14 @@ var AddMediaIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
1940
2133
  );
1941
2134
 
1942
2135
  // src/components/Icon/icons/AnnotationLinkIcon.tsx
1943
- var import_jsx_runtime9 = require("react/jsx-runtime");
1944
- var AnnotationLinkIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
2136
+ var import_jsx_runtime11 = require("react/jsx-runtime");
2137
+ var AnnotationLinkIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
1945
2138
  "svg",
1946
2139
  {
1947
2140
  ...props,
1948
2141
  viewBox: "0 0 24 24",
1949
2142
  xmlns: "http://www.w3.org/2000/svg",
1950
- children: /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
2143
+ children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
1951
2144
  "path",
1952
2145
  {
1953
2146
  clipRule: "evenodd",
@@ -1960,14 +2153,14 @@ var AnnotationLinkIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime9.jsx)
1960
2153
  );
1961
2154
 
1962
2155
  // src/components/Icon/icons/AppearanceIcon.tsx
1963
- var import_jsx_runtime10 = require("react/jsx-runtime");
1964
- var AppearanceIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
2156
+ var import_jsx_runtime12 = require("react/jsx-runtime");
2157
+ var AppearanceIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
1965
2158
  "svg",
1966
2159
  {
1967
2160
  ...props,
1968
2161
  viewBox: "0 0 24 24",
1969
2162
  xmlns: "http://www.w3.org/2000/svg",
1970
- children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
2163
+ children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
1971
2164
  "path",
1972
2165
  {
1973
2166
  clipRule: "evenodd",
@@ -1980,14 +2173,14 @@ var AppearanceIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
1980
2173
  );
1981
2174
 
1982
2175
  // src/components/Icon/icons/ArchiveIcon.tsx
1983
- var import_jsx_runtime11 = require("react/jsx-runtime");
1984
- var ArchiveIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
2176
+ var import_jsx_runtime13 = require("react/jsx-runtime");
2177
+ var ArchiveIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
1985
2178
  "svg",
1986
2179
  {
1987
2180
  ...props,
1988
2181
  viewBox: "0 0 24 24",
1989
2182
  xmlns: "http://www.w3.org/2000/svg",
1990
- children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
2183
+ children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
1991
2184
  "path",
1992
2185
  {
1993
2186
  d: "M20.3329 2.66666H3.66623C2.37957 2.66666 1.3329 3.71332 1.3329 4.99998V6.99998C1.3329 8.17198 2.2049 9.13597 3.3329 9.29997V17.6666C3.3329 19.6893 4.97689 21.3333 6.99955 21.3333H16.9995C19.0222 21.3333 20.6662 19.6893 20.6662 17.6666V9.29997C21.7942 9.13597 22.6662 8.17331 22.6662 6.99998V4.99998C22.6662 3.71332 21.6195 2.66666 20.3329 2.66666ZM14.6662 13.3333H9.33288C8.78088 13.3333 8.33288 12.8853 8.33288 12.3333C8.33288 11.7813 8.78088 11.3333 9.33288 11.3333H14.6662C15.2182 11.3333 15.6662 11.7813 15.6662 12.3333C15.6662 12.8853 15.2182 13.3333 14.6662 13.3333ZM20.6662 6.99998C20.6662 7.18398 20.5169 7.33331 20.3329 7.33331H3.66623C3.48223 7.33331 3.3329 7.18398 3.3329 6.99998V4.99998C3.3329 4.81598 3.48223 4.66665 3.66623 4.66665H20.3329C20.5169 4.66665 20.6662 4.81598 20.6662 4.99998V6.99998Z",
@@ -1998,14 +2191,14 @@ var ArchiveIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
1998
2191
  );
1999
2192
 
2000
2193
  // src/components/Icon/icons/ArrowDownIcon.tsx
2001
- var import_jsx_runtime12 = require("react/jsx-runtime");
2002
- var ArrowDownIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
2194
+ var import_jsx_runtime14 = require("react/jsx-runtime");
2195
+ var ArrowDownIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
2003
2196
  "svg",
2004
2197
  {
2005
2198
  ...props,
2006
2199
  viewBox: "0 0 24 24",
2007
2200
  xmlns: "http://www.w3.org/2000/svg",
2008
- children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
2201
+ children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
2009
2202
  "path",
2010
2203
  {
2011
2204
  clipRule: "evenodd",
@@ -2018,14 +2211,14 @@ var ArrowDownIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
2018
2211
  );
2019
2212
 
2020
2213
  // src/components/Icon/icons/ArrowLeftIcon.tsx
2021
- var import_jsx_runtime13 = require("react/jsx-runtime");
2022
- var ArrowLeftIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
2214
+ var import_jsx_runtime15 = require("react/jsx-runtime");
2215
+ var ArrowLeftIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
2023
2216
  "svg",
2024
2217
  {
2025
2218
  ...props,
2026
2219
  viewBox: "0 0 24 24",
2027
2220
  xmlns: "http://www.w3.org/2000/svg",
2028
- children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
2221
+ children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
2029
2222
  "path",
2030
2223
  {
2031
2224
  clipRule: "evenodd",
@@ -2038,14 +2231,14 @@ var ArrowLeftIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
2038
2231
  );
2039
2232
 
2040
2233
  // src/components/Icon/icons/ArrowRightIcon.tsx
2041
- var import_jsx_runtime14 = require("react/jsx-runtime");
2042
- var ArrowRightIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
2234
+ var import_jsx_runtime16 = require("react/jsx-runtime");
2235
+ var ArrowRightIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
2043
2236
  "svg",
2044
2237
  {
2045
2238
  ...props,
2046
2239
  viewBox: "0 0 24 24",
2047
2240
  xmlns: "http://www.w3.org/2000/svg",
2048
- children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
2241
+ children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
2049
2242
  "path",
2050
2243
  {
2051
2244
  clipRule: "evenodd",
@@ -2058,14 +2251,14 @@ var ArrowRightIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
2058
2251
  );
2059
2252
 
2060
2253
  // src/components/Icon/icons/ArrowUpIcon.tsx
2061
- var import_jsx_runtime15 = require("react/jsx-runtime");
2062
- var ArrowUpIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
2254
+ var import_jsx_runtime17 = require("react/jsx-runtime");
2255
+ var ArrowUpIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
2063
2256
  "svg",
2064
2257
  {
2065
2258
  ...props,
2066
2259
  viewBox: "0 0 24 24",
2067
2260
  xmlns: "http://www.w3.org/2000/svg",
2068
- children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
2261
+ children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
2069
2262
  "path",
2070
2263
  {
2071
2264
  clipRule: "evenodd",
@@ -2078,14 +2271,14 @@ var ArrowUpIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
2078
2271
  );
2079
2272
 
2080
2273
  // src/components/Icon/icons/ArrowUpRightIcon.tsx
2081
- var import_jsx_runtime16 = require("react/jsx-runtime");
2082
- var ArrowUpRightIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
2274
+ var import_jsx_runtime18 = require("react/jsx-runtime");
2275
+ var ArrowUpRightIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
2083
2276
  "svg",
2084
2277
  {
2085
2278
  ...props,
2086
2279
  viewBox: "0 0 24 24",
2087
2280
  xmlns: "http://www.w3.org/2000/svg",
2088
- children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
2281
+ children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
2089
2282
  "path",
2090
2283
  {
2091
2284
  clipRule: "evenodd",
@@ -2098,14 +2291,14 @@ var ArrowUpRightIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
2098
2291
  );
2099
2292
 
2100
2293
  // src/components/Icon/icons/AsteriskIcon.tsx
2101
- var import_jsx_runtime17 = require("react/jsx-runtime");
2102
- var AsteriskIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
2294
+ var import_jsx_runtime19 = require("react/jsx-runtime");
2295
+ var AsteriskIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
2103
2296
  "svg",
2104
2297
  {
2105
2298
  ...props,
2106
2299
  viewBox: "0 0 24 24",
2107
2300
  xmlns: "http://www.w3.org/2000/svg",
2108
- children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
2301
+ children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
2109
2302
  "path",
2110
2303
  {
2111
2304
  clipRule: "evenodd",
@@ -2118,14 +2311,14 @@ var AsteriskIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
2118
2311
  );
2119
2312
 
2120
2313
  // src/components/Icon/icons/AudioDescriptionIcon.tsx
2121
- var import_jsx_runtime18 = require("react/jsx-runtime");
2122
- var AudioDescriptionIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
2314
+ var import_jsx_runtime20 = require("react/jsx-runtime");
2315
+ var AudioDescriptionIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
2123
2316
  "svg",
2124
2317
  {
2125
2318
  ...props,
2126
2319
  viewBox: "0 0 24 24",
2127
2320
  xmlns: "http://www.w3.org/2000/svg",
2128
- children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
2321
+ children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
2129
2322
  "path",
2130
2323
  {
2131
2324
  clipRule: "evenodd",
@@ -2138,14 +2331,14 @@ var AudioDescriptionIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime18.j
2138
2331
  );
2139
2332
 
2140
2333
  // src/components/Icon/icons/AutoScrollIcon.tsx
2141
- var import_jsx_runtime19 = require("react/jsx-runtime");
2142
- var AutoScrollIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
2334
+ var import_jsx_runtime21 = require("react/jsx-runtime");
2335
+ var AutoScrollIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
2143
2336
  "svg",
2144
2337
  {
2145
2338
  ...props,
2146
2339
  viewBox: "0 0 24 24",
2147
2340
  xmlns: "http://www.w3.org/2000/svg",
2148
- children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
2341
+ children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
2149
2342
  "path",
2150
2343
  {
2151
2344
  clipRule: "evenodd",
@@ -2158,14 +2351,14 @@ var AutoScrollIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
2158
2351
  );
2159
2352
 
2160
2353
  // src/components/Icon/icons/BackgroundIcon.tsx
2161
- var import_jsx_runtime20 = require("react/jsx-runtime");
2162
- var BackgroundIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
2354
+ var import_jsx_runtime22 = require("react/jsx-runtime");
2355
+ var BackgroundIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
2163
2356
  "svg",
2164
2357
  {
2165
2358
  ...props,
2166
2359
  viewBox: "0 0 24 24",
2167
2360
  xmlns: "http://www.w3.org/2000/svg",
2168
- children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
2361
+ children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
2169
2362
  "path",
2170
2363
  {
2171
2364
  clipRule: "evenodd",
@@ -2178,14 +2371,14 @@ var BackgroundIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
2178
2371
  );
2179
2372
 
2180
2373
  // src/components/Icon/icons/BellIcon.tsx
2181
- var import_jsx_runtime21 = require("react/jsx-runtime");
2182
- var BellIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
2374
+ var import_jsx_runtime23 = require("react/jsx-runtime");
2375
+ var BellIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
2183
2376
  "svg",
2184
2377
  {
2185
2378
  ...props,
2186
2379
  viewBox: "0 0 24 24",
2187
2380
  xmlns: "http://www.w3.org/2000/svg",
2188
- children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
2381
+ children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
2189
2382
  "path",
2190
2383
  {
2191
2384
  clipRule: "evenodd",
@@ -2198,14 +2391,14 @@ var BellIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
2198
2391
  );
2199
2392
 
2200
2393
  // src/components/Icon/icons/BoltIcon.tsx
2201
- var import_jsx_runtime22 = require("react/jsx-runtime");
2202
- var BoltIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
2394
+ var import_jsx_runtime24 = require("react/jsx-runtime");
2395
+ var BoltIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
2203
2396
  "svg",
2204
2397
  {
2205
2398
  ...props,
2206
2399
  viewBox: "0 0 24 24",
2207
2400
  xmlns: "http://www.w3.org/2000/svg",
2208
- children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
2401
+ children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
2209
2402
  "path",
2210
2403
  {
2211
2404
  d: "M20.2048 10.0546C19.9755 9.61061 19.5208 9.33328 19.0208 9.33328H13.4395L14.1288 2.5013C14.2155 1.89063 13.8768 1.30397 13.3021 1.07463C12.7301 0.8453 12.0781 1.03863 11.7208 1.5413L3.89017 12.5613C3.60084 12.9706 3.56484 13.5013 3.79417 13.9453C4.0235 14.3893 4.47817 14.6666 4.97817 14.6666H10.5595L9.87015 21.4986C9.78349 22.1092 10.1222 22.6959 10.6968 22.9252C10.8582 22.9892 11.0262 23.0212 11.1928 23.0212C11.6142 23.0212 12.0221 22.8199 12.2781 22.4586L20.1101 11.4386C20.3995 11.0293 20.4341 10.4986 20.2048 10.0546Z",
@@ -2216,14 +2409,14 @@ var BoltIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
2216
2409
  );
2217
2410
 
2218
2411
  // src/components/Icon/icons/CalendarIcon.tsx
2219
- var import_jsx_runtime23 = require("react/jsx-runtime");
2220
- var CalendarIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
2412
+ var import_jsx_runtime25 = require("react/jsx-runtime");
2413
+ var CalendarIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
2221
2414
  "svg",
2222
2415
  {
2223
2416
  ...props,
2224
2417
  viewBox: "0 0 24 24",
2225
2418
  xmlns: "http://www.w3.org/2000/svg",
2226
- children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
2419
+ children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
2227
2420
  "path",
2228
2421
  {
2229
2422
  clipRule: "evenodd",
@@ -2236,14 +2429,14 @@ var CalendarIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
2236
2429
  );
2237
2430
 
2238
2431
  // src/components/Icon/icons/CallToActionIcon.tsx
2239
- var import_jsx_runtime24 = require("react/jsx-runtime");
2240
- var CallToActionIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
2432
+ var import_jsx_runtime26 = require("react/jsx-runtime");
2433
+ var CallToActionIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
2241
2434
  "svg",
2242
2435
  {
2243
2436
  ...props,
2244
2437
  viewBox: "0 0 24 24",
2245
2438
  xmlns: "http://www.w3.org/2000/svg",
2246
- children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
2439
+ children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
2247
2440
  "path",
2248
2441
  {
2249
2442
  clipRule: "evenodd",
@@ -2256,14 +2449,14 @@ var CallToActionIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
2256
2449
  );
2257
2450
 
2258
2451
  // src/components/Icon/icons/CameraIcon.tsx
2259
- var import_jsx_runtime25 = require("react/jsx-runtime");
2260
- var CameraIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
2452
+ var import_jsx_runtime27 = require("react/jsx-runtime");
2453
+ var CameraIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
2261
2454
  "svg",
2262
2455
  {
2263
2456
  ...props,
2264
2457
  viewBox: "0 0 24 24",
2265
2458
  xmlns: "http://www.w3.org/2000/svg",
2266
- children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
2459
+ children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
2267
2460
  "path",
2268
2461
  {
2269
2462
  clipRule: "evenodd",
@@ -2276,14 +2469,14 @@ var CameraIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
2276
2469
  );
2277
2470
 
2278
2471
  // src/components/Icon/icons/CameraOffIcon.tsx
2279
- var import_jsx_runtime26 = require("react/jsx-runtime");
2280
- var CameraOffIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
2472
+ var import_jsx_runtime28 = require("react/jsx-runtime");
2473
+ var CameraOffIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
2281
2474
  "svg",
2282
2475
  {
2283
2476
  ...props,
2284
2477
  viewBox: "0 0 24 24",
2285
2478
  xmlns: "http://www.w3.org/2000/svg",
2286
- children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
2479
+ children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
2287
2480
  "path",
2288
2481
  {
2289
2482
  clipRule: "evenodd",
@@ -2296,14 +2489,14 @@ var CameraOffIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
2296
2489
  );
2297
2490
 
2298
2491
  // src/components/Icon/icons/CaretDownIcon.tsx
2299
- var import_jsx_runtime27 = require("react/jsx-runtime");
2300
- var CaretDownIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
2492
+ var import_jsx_runtime29 = require("react/jsx-runtime");
2493
+ var CaretDownIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
2301
2494
  "svg",
2302
2495
  {
2303
2496
  ...props,
2304
2497
  viewBox: "0 0 24 24",
2305
2498
  xmlns: "http://www.w3.org/2000/svg",
2306
- children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
2499
+ children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
2307
2500
  "path",
2308
2501
  {
2309
2502
  d: "M11.9999 19.3331C11.7439 19.3331 11.4879 19.2358 11.2932 19.0398L2.95992 10.7065C2.56926 10.3158 2.56926 9.68251 2.95992 9.29184C3.35059 8.90117 3.98392 8.90117 4.37459 9.29184L12.0012 16.9185L19.6279 9.29184C20.0185 8.90117 20.6519 8.90117 21.0425 9.29184C21.4332 9.68251 21.4332 10.3158 21.0425 10.7065L12.7092 19.0398C12.5146 19.2345 12.2586 19.3331 12.0026 19.3331H11.9999Z",
@@ -2314,14 +2507,14 @@ var CaretDownIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
2314
2507
  );
2315
2508
 
2316
2509
  // src/components/Icon/icons/CaretDownStrongIcon.tsx
2317
- var import_jsx_runtime28 = require("react/jsx-runtime");
2318
- var CaretDownStrongIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
2510
+ var import_jsx_runtime30 = require("react/jsx-runtime");
2511
+ var CaretDownStrongIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
2319
2512
  "svg",
2320
2513
  {
2321
2514
  ...props,
2322
2515
  viewBox: "0 0 24 24",
2323
2516
  xmlns: "http://www.w3.org/2000/svg",
2324
- children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
2517
+ children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
2325
2518
  "path",
2326
2519
  {
2327
2520
  d: "M18.6985 5.33321H5.30121C4.45054 5.33321 3.66654 5.79588 3.25721 6.54121C2.84788 7.28655 2.87454 8.19721 3.33054 8.91588L10.0292 19.4799C10.4599 20.1585 11.1959 20.5625 11.9999 20.5625C12.8039 20.5625 13.5399 20.1572 13.9705 19.4799L20.6705 8.91455C21.1252 8.19588 21.1532 7.28521 20.7439 6.53988C20.3345 5.79455 19.5505 5.33188 18.6999 5.33188L18.6985 5.33321Z",
@@ -2332,14 +2525,14 @@ var CaretDownStrongIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime28.js
2332
2525
  );
2333
2526
 
2334
2527
  // src/components/Icon/icons/CaretLeftIcon.tsx
2335
- var import_jsx_runtime29 = require("react/jsx-runtime");
2336
- var CaretLeftIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
2528
+ var import_jsx_runtime31 = require("react/jsx-runtime");
2529
+ var CaretLeftIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
2337
2530
  "svg",
2338
2531
  {
2339
2532
  ...props,
2340
2533
  viewBox: "0 0 24 24",
2341
2534
  xmlns: "http://www.w3.org/2000/svg",
2342
- children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
2535
+ children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
2343
2536
  "path",
2344
2537
  {
2345
2538
  d: "M15.3332 21.3332C15.0772 21.3332 14.8212 21.2358 14.6265 21.0398L6.29319 12.7065C5.90252 12.3158 5.90252 11.6825 6.29319 11.2918L14.6265 2.95987C15.0172 2.5692 15.6505 2.5692 16.0412 2.95987C16.4318 3.35054 16.4318 3.98387 16.0412 4.37453L8.41451 12.0012L16.0412 19.6278C16.4318 20.0185 16.4318 20.6518 16.0412 21.0425C15.8465 21.2372 15.5905 21.3358 15.3345 21.3358L15.3332 21.3332Z",
@@ -2350,14 +2543,14 @@ var CaretLeftIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
2350
2543
  );
2351
2544
 
2352
2545
  // src/components/Icon/icons/CaretLeftStrongIcon.tsx
2353
- var import_jsx_runtime30 = require("react/jsx-runtime");
2354
- var CaretLeftStrongIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
2546
+ var import_jsx_runtime32 = require("react/jsx-runtime");
2547
+ var CaretLeftStrongIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
2355
2548
  "svg",
2356
2549
  {
2357
2550
  ...props,
2358
2551
  viewBox: "0 0 24 24",
2359
2552
  xmlns: "http://www.w3.org/2000/svg",
2360
- children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
2553
+ children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
2361
2554
  "path",
2362
2555
  {
2363
2556
  d: "M4.51848 10.0292L15.0838 3.32921C15.8038 2.87321 16.7145 2.84521 17.4585 3.25587C18.2038 3.66654 18.6665 4.44921 18.6665 5.29987V18.6985C18.6665 19.5492 18.2038 20.3332 17.4585 20.7425C17.1078 20.9359 16.7198 21.0319 16.3331 21.0319C15.8985 21.0319 15.4638 20.9105 15.0825 20.6692L4.51848 13.9705C3.83981 13.5399 3.43581 12.8039 3.43581 11.9999C3.43581 11.1959 3.84115 10.4599 4.51848 10.0292Z",
@@ -2368,14 +2561,14 @@ var CaretLeftStrongIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime30.js
2368
2561
  );
2369
2562
 
2370
2563
  // src/components/Icon/icons/CaretRightIcon.tsx
2371
- var import_jsx_runtime31 = require("react/jsx-runtime");
2372
- var CaretRightIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
2564
+ var import_jsx_runtime33 = require("react/jsx-runtime");
2565
+ var CaretRightIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
2373
2566
  "svg",
2374
2567
  {
2375
2568
  ...props,
2376
2569
  viewBox: "0 0 24 24",
2377
2570
  xmlns: "http://www.w3.org/2000/svg",
2378
- children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
2571
+ children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
2379
2572
  "path",
2380
2573
  {
2381
2574
  d: "M17.7064 11.2932L9.37311 2.95987C8.98244 2.5692 8.34911 2.5692 7.95845 2.95987C7.56778 3.35054 7.56778 3.98387 7.95845 4.37453L15.5851 12.0012L7.95845 19.6278C7.56778 20.0185 7.56778 20.6518 7.95845 21.0425C8.15311 21.2372 8.40911 21.3358 8.66511 21.3358C8.92111 21.3358 9.17711 21.2385 9.37178 21.0425L17.7051 12.7092C18.0958 12.3185 18.0958 11.6852 17.7051 11.2945L17.7064 11.2932Z",
@@ -2386,14 +2579,14 @@ var CaretRightIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
2386
2579
  );
2387
2580
 
2388
2581
  // src/components/Icon/icons/CaretRightStrongIcon.tsx
2389
- var import_jsx_runtime32 = require("react/jsx-runtime");
2390
- var CaretRightStrongIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
2582
+ var import_jsx_runtime34 = require("react/jsx-runtime");
2583
+ var CaretRightStrongIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
2391
2584
  "svg",
2392
2585
  {
2393
2586
  ...props,
2394
2587
  viewBox: "0 0 24 24",
2395
2588
  xmlns: "http://www.w3.org/2000/svg",
2396
- children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
2589
+ children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
2397
2590
  "path",
2398
2591
  {
2399
2592
  d: "M19.4811 10.0292L8.91576 3.32921C8.19576 2.87321 7.28509 2.84521 6.54109 3.25587C5.79576 3.66654 5.33309 4.44921 5.33309 5.29987V18.6985C5.33309 19.5492 5.79576 20.3332 6.54109 20.7425C6.89176 20.9359 7.27976 21.0319 7.66643 21.0319C8.10109 21.0319 8.53576 20.9105 8.91709 20.6692L19.4811 13.9705C20.1598 13.5399 20.5638 12.8039 20.5638 11.9999C20.5638 11.1959 20.1584 10.4599 19.4811 10.0292Z",
@@ -2404,14 +2597,14 @@ var CaretRightStrongIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime32.j
2404
2597
  );
2405
2598
 
2406
2599
  // src/components/Icon/icons/CaretUpIcon.tsx
2407
- var import_jsx_runtime33 = require("react/jsx-runtime");
2408
- var CaretUpIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
2600
+ var import_jsx_runtime35 = require("react/jsx-runtime");
2601
+ var CaretUpIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
2409
2602
  "svg",
2410
2603
  {
2411
2604
  ...props,
2412
2605
  viewBox: "0 0 24 24",
2413
2606
  xmlns: "http://www.w3.org/2000/svg",
2414
- children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
2607
+ children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
2415
2608
  "path",
2416
2609
  {
2417
2610
  d: "M12.7064 6.29318C12.3157 5.90252 11.6824 5.90252 11.2917 6.29318L2.95974 14.6265C2.56907 15.0172 2.56907 15.6505 2.95974 16.0412C3.35041 16.4318 3.98374 16.4318 4.3744 16.0412L12.0011 8.41451L19.6277 16.0412C19.8224 16.2358 20.0784 16.3345 20.3344 16.3345C20.5904 16.3345 20.8464 16.2372 21.041 16.0412C21.4317 15.6505 21.4317 15.0172 21.041 14.6265L12.7077 6.29318H12.7064Z",
@@ -2422,14 +2615,14 @@ var CaretUpIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
2422
2615
  );
2423
2616
 
2424
2617
  // src/components/Icon/icons/CaretUpStrongIcon.tsx
2425
- var import_jsx_runtime34 = require("react/jsx-runtime");
2426
- var CaretUpStrongIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
2618
+ var import_jsx_runtime36 = require("react/jsx-runtime");
2619
+ var CaretUpStrongIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2427
2620
  "svg",
2428
2621
  {
2429
2622
  ...props,
2430
2623
  viewBox: "0 0 24 24",
2431
2624
  xmlns: "http://www.w3.org/2000/svg",
2432
- children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
2625
+ children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2433
2626
  "path",
2434
2627
  {
2435
2628
  d: "M18.6987 18.6665H5.30133C4.45066 18.6665 3.66666 18.2039 3.25733 17.4585C2.848 16.7132 2.87466 15.8025 3.33066 15.0839L10.0293 4.51988C10.46 3.84121 11.196 3.43721 12 3.43721C12.804 3.43721 13.54 3.84254 13.9707 4.51988L20.6707 15.0852C21.1253 15.8039 21.1533 16.7145 20.744 17.4599C20.3347 18.2052 19.5507 18.6679 18.7 18.6679L18.6987 18.6665Z",
@@ -2440,14 +2633,14 @@ var CaretUpStrongIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)
2440
2633
  );
2441
2634
 
2442
2635
  // src/components/Icon/icons/ChannelIcon.tsx
2443
- var import_jsx_runtime35 = require("react/jsx-runtime");
2444
- var ChannelIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
2636
+ var import_jsx_runtime37 = require("react/jsx-runtime");
2637
+ var ChannelIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
2445
2638
  "svg",
2446
2639
  {
2447
2640
  ...props,
2448
2641
  viewBox: "0 0 24 24",
2449
2642
  xmlns: "http://www.w3.org/2000/svg",
2450
- children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
2643
+ children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
2451
2644
  "path",
2452
2645
  {
2453
2646
  clipRule: "evenodd",
@@ -2460,14 +2653,14 @@ var ChannelIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
2460
2653
  );
2461
2654
 
2462
2655
  // src/components/Icon/icons/ChaptersIcon.tsx
2463
- var import_jsx_runtime36 = require("react/jsx-runtime");
2464
- var ChaptersIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2656
+ var import_jsx_runtime38 = require("react/jsx-runtime");
2657
+ var ChaptersIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
2465
2658
  "svg",
2466
2659
  {
2467
2660
  ...props,
2468
2661
  viewBox: "0 0 24 24",
2469
2662
  xmlns: "http://www.w3.org/2000/svg",
2470
- children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2663
+ children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
2471
2664
  "path",
2472
2665
  {
2473
2666
  d: "M17.6666 2.66653H6.33325C4.31059 2.66653 2.6666 4.31053 2.6666 6.33319V17.6665C2.6666 19.6892 4.31059 21.3332 6.33325 21.3332H17.6666C19.6892 21.3332 21.3332 19.6892 21.3332 17.6665V6.33319C21.3332 4.31053 19.6892 2.66653 17.6666 2.66653ZM7.66658 17.3332C6.93058 17.3332 6.33325 16.7358 6.33325 15.9998C6.33325 15.2638 6.93058 14.6665 7.66658 14.6665C8.40258 14.6665 8.99991 15.2638 8.99991 15.9998C8.99991 16.7358 8.40258 17.3332 7.66658 17.3332ZM7.66658 13.3332C6.93058 13.3332 6.33325 12.7358 6.33325 11.9998C6.33325 11.2638 6.93058 10.6665 7.66658 10.6665C8.40258 10.6665 8.99991 11.2638 8.99991 11.9998C8.99991 12.7358 8.40258 13.3332 7.66658 13.3332ZM7.66658 9.66652C6.93058 9.66652 6.33325 9.06919 6.33325 8.33319C6.33325 7.59719 6.93058 6.99986 7.66658 6.99986C8.40258 6.99986 8.99991 7.59719 8.99991 8.33319C8.99991 9.06919 8.40258 9.66652 7.66658 9.66652ZM16.6666 16.6665H11.6666C11.1146 16.6665 10.6666 16.2185 10.6666 15.6665C10.6666 15.1145 11.1146 14.6665 11.6666 14.6665H16.6666C17.2186 14.6665 17.6666 15.1145 17.6666 15.6665C17.6666 16.2185 17.2186 16.6665 16.6666 16.6665ZM16.6666 12.9998H11.6666C11.1146 12.9998 10.6666 12.5518 10.6666 11.9998C10.6666 11.4478 11.1146 10.9998 11.6666 10.9998H16.6666C17.2186 10.9998 17.6666 11.4478 17.6666 11.9998C17.6666 12.5518 17.2186 12.9998 16.6666 12.9998ZM16.6666 9.33318H11.6666C11.1146 9.33318 10.6666 8.88519 10.6666 8.33319C10.6666 7.78119 11.1146 7.33319 11.6666 7.33319H16.6666C17.2186 7.33319 17.6666 7.78119 17.6666 8.33319C17.6666 8.88519 17.2186 9.33318 16.6666 9.33318Z",
@@ -2478,14 +2671,14 @@ var ChaptersIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2478
2671
  );
2479
2672
 
2480
2673
  // src/components/Icon/icons/CheckmarkCircleIcon.tsx
2481
- var import_jsx_runtime37 = require("react/jsx-runtime");
2482
- var CheckmarkCircleIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
2674
+ var import_jsx_runtime39 = require("react/jsx-runtime");
2675
+ var CheckmarkCircleIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
2483
2676
  "svg",
2484
2677
  {
2485
2678
  ...props,
2486
2679
  viewBox: "0 0 24 24",
2487
2680
  xmlns: "http://www.w3.org/2000/svg",
2488
- children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
2681
+ children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
2489
2682
  "path",
2490
2683
  {
2491
2684
  d: "M11.9998 1.33322C6.11847 1.33322 1.33315 6.11854 1.33315 11.9999C1.33315 17.8812 6.11847 22.6665 11.9998 22.6665C17.8811 22.6665 22.6664 17.8812 22.6664 11.9999C22.6664 6.11854 17.8811 1.33322 11.9998 1.33322ZM17.1238 8.94387L11.4571 16.2772C11.2758 16.5119 10.9998 16.6545 10.7038 16.6652C10.6905 16.6652 10.6785 16.6652 10.6665 16.6652C10.3838 16.6652 10.1131 16.5452 9.92246 16.3345L6.92246 13.0012C6.55313 12.5905 6.58647 11.9585 6.99713 11.5879C7.40913 11.2199 8.03846 11.2519 8.41046 11.6625L10.6078 14.1052L15.5424 7.71987C15.8798 7.28254 16.5091 7.20254 16.9451 7.53987C17.3824 7.87721 17.4624 8.5052 17.1251 8.94254L17.1238 8.94387Z",
@@ -2496,14 +2689,14 @@ var CheckmarkCircleIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime37.js
2496
2689
  );
2497
2690
 
2498
2691
  // src/components/Icon/icons/CheckmarkCircleOutlineIcon.tsx
2499
- var import_jsx_runtime38 = require("react/jsx-runtime");
2500
- var CheckmarkCircleOutlineIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
2692
+ var import_jsx_runtime40 = require("react/jsx-runtime");
2693
+ var CheckmarkCircleOutlineIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
2501
2694
  "svg",
2502
2695
  {
2503
2696
  ...props,
2504
2697
  viewBox: "0 0 24 24",
2505
2698
  xmlns: "http://www.w3.org/2000/svg",
2506
- children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
2699
+ children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
2507
2700
  "path",
2508
2701
  {
2509
2702
  clipRule: "evenodd",
@@ -2516,14 +2709,14 @@ var CheckmarkCircleOutlineIcon = (props) => /* @__PURE__ */ (0, import_jsx_runti
2516
2709
  );
2517
2710
 
2518
2711
  // src/components/Icon/icons/CheckmarkIcon.tsx
2519
- var import_jsx_runtime39 = require("react/jsx-runtime");
2520
- var CheckmarkIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
2712
+ var import_jsx_runtime41 = require("react/jsx-runtime");
2713
+ var CheckmarkIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
2521
2714
  "svg",
2522
2715
  {
2523
2716
  ...props,
2524
2717
  viewBox: "0 0 24 24",
2525
2718
  xmlns: "http://www.w3.org/2000/svg",
2526
- children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
2719
+ children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
2527
2720
  "path",
2528
2721
  {
2529
2722
  d: "M8.99985 19.9998H8.99718C8.69451 19.9998 8.40785 19.8612 8.21985 19.6252L2.88653 12.9585C2.54119 12.5265 2.61053 11.8985 3.04253 11.5532C3.47586 11.2078 4.10386 11.2785 4.44786 11.7092L9.00518 17.4052L19.5558 4.37053C19.9038 3.9412 20.5318 3.8732 20.9625 4.22253C21.3918 4.57053 21.4585 5.19986 21.1105 5.62919L9.77718 19.6292C9.58651 19.8638 9.30118 19.9998 8.99985 19.9998Z",
@@ -2534,14 +2727,14 @@ var CheckmarkIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
2534
2727
  );
2535
2728
 
2536
2729
  // src/components/Icon/icons/CheckmarkThreeQuatersCircleIcon.tsx
2537
- var import_jsx_runtime40 = require("react/jsx-runtime");
2538
- var CheckmarkThreeQuatersCircleIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
2730
+ var import_jsx_runtime42 = require("react/jsx-runtime");
2731
+ var CheckmarkThreeQuatersCircleIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
2539
2732
  "svg",
2540
2733
  {
2541
2734
  ...props,
2542
2735
  viewBox: "0 0 24 24",
2543
2736
  xmlns: "http://www.w3.org/2000/svg",
2544
- children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
2737
+ children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
2545
2738
  "path",
2546
2739
  {
2547
2740
  clipRule: "evenodd",
@@ -2554,14 +2747,14 @@ var CheckmarkThreeQuatersCircleIcon = (props) => /* @__PURE__ */ (0, import_jsx_
2554
2747
  );
2555
2748
 
2556
2749
  // src/components/Icon/icons/CircleSlashedIcon.tsx
2557
- var import_jsx_runtime41 = require("react/jsx-runtime");
2558
- var CircleSlashedIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
2750
+ var import_jsx_runtime43 = require("react/jsx-runtime");
2751
+ var CircleSlashedIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
2559
2752
  "svg",
2560
2753
  {
2561
2754
  ...props,
2562
2755
  viewBox: "0 0 24 24",
2563
2756
  xmlns: "http://www.w3.org/2000/svg",
2564
- children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
2757
+ children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
2565
2758
  "path",
2566
2759
  {
2567
2760
  clipRule: "evenodd",
@@ -2574,14 +2767,14 @@ var CircleSlashedIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime41.jsx)
2574
2767
  );
2575
2768
 
2576
2769
  // src/components/Icon/icons/CloseIcon.tsx
2577
- var import_jsx_runtime42 = require("react/jsx-runtime");
2578
- var CloseIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
2770
+ var import_jsx_runtime44 = require("react/jsx-runtime");
2771
+ var CloseIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
2579
2772
  "svg",
2580
2773
  {
2581
2774
  ...props,
2582
2775
  viewBox: "0 0 24 24",
2583
2776
  xmlns: "http://www.w3.org/2000/svg",
2584
- children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
2777
+ children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
2585
2778
  "path",
2586
2779
  {
2587
2780
  clipRule: "evenodd",
@@ -2594,14 +2787,14 @@ var CloseIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
2594
2787
  );
2595
2788
 
2596
2789
  // src/components/Icon/icons/CloseOctagonIcon.tsx
2597
- var import_jsx_runtime43 = require("react/jsx-runtime");
2598
- var CloseOctagonIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
2790
+ var import_jsx_runtime45 = require("react/jsx-runtime");
2791
+ var CloseOctagonIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
2599
2792
  "svg",
2600
2793
  {
2601
2794
  ...props,
2602
2795
  viewBox: "0 0 24 24",
2603
2796
  xmlns: "http://www.w3.org/2000/svg",
2604
- children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
2797
+ children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
2605
2798
  "path",
2606
2799
  {
2607
2800
  clipRule: "evenodd",
@@ -2614,14 +2807,14 @@ var CloseOctagonIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
2614
2807
  );
2615
2808
 
2616
2809
  // src/components/Icon/icons/ClosedCaptionsIcon.tsx
2617
- var import_jsx_runtime44 = require("react/jsx-runtime");
2618
- var ClosedCaptionsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
2810
+ var import_jsx_runtime46 = require("react/jsx-runtime");
2811
+ var ClosedCaptionsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2619
2812
  "svg",
2620
2813
  {
2621
2814
  ...props,
2622
2815
  viewBox: "0 0 24 24",
2623
2816
  xmlns: "http://www.w3.org/2000/svg",
2624
- children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
2817
+ children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2625
2818
  "path",
2626
2819
  {
2627
2820
  d: "M19 2.66653H4.99999C2.97732 2.66653 1.33333 4.31053 1.33333 6.33319V17.6665C1.33333 19.6892 2.97732 21.3332 4.99999 21.3332H19C21.0226 21.3332 22.6666 19.6892 22.6666 17.6665V6.33319C22.6666 4.31053 21.0226 2.66653 19 2.66653ZM6.33332 11.3332H13C13.552 11.3332 14 11.7812 14 12.3332C14 12.8852 13.552 13.3332 13 13.3332H6.33332C5.78132 13.3332 5.33332 12.8852 5.33332 12.3332C5.33332 11.7812 5.78132 11.3332 6.33332 11.3332ZM7.66665 17.3332H6.33332C5.78132 17.3332 5.33332 16.8852 5.33332 16.3332C5.33332 15.7812 5.78132 15.3332 6.33332 15.3332H7.66665C8.21864 15.3332 8.66664 15.7812 8.66664 16.3332C8.66664 16.8852 8.21864 17.3332 7.66665 17.3332ZM17.6666 17.3332H11C10.448 17.3332 9.99997 16.8852 9.99997 16.3332C9.99997 15.7812 10.448 15.3332 11 15.3332H17.6666C18.2186 15.3332 18.6666 15.7812 18.6666 16.3332C18.6666 16.8852 18.2186 17.3332 17.6666 17.3332ZM17.6666 13.3332H16.3333C15.7813 13.3332 15.3333 12.8852 15.3333 12.3332C15.3333 11.7812 15.7813 11.3332 16.3333 11.3332H17.6666C18.2186 11.3332 18.6666 11.7812 18.6666 12.3332C18.6666 12.8852 18.2186 13.3332 17.6666 13.3332Z",
@@ -2632,14 +2825,14 @@ var ClosedCaptionsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime44.jsx
2632
2825
  );
2633
2826
 
2634
2827
  // src/components/Icon/icons/CollapseDiagonalIcon.tsx
2635
- var import_jsx_runtime45 = require("react/jsx-runtime");
2636
- var CollapseDiagonalIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
2828
+ var import_jsx_runtime47 = require("react/jsx-runtime");
2829
+ var CollapseDiagonalIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
2637
2830
  "svg",
2638
2831
  {
2639
2832
  ...props,
2640
2833
  viewBox: "0 0 24 24",
2641
2834
  xmlns: "http://www.w3.org/2000/svg",
2642
- children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
2835
+ children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
2643
2836
  "path",
2644
2837
  {
2645
2838
  clipRule: "evenodd",
@@ -2652,14 +2845,14 @@ var CollapseDiagonalIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime45.j
2652
2845
  );
2653
2846
 
2654
2847
  // src/components/Icon/icons/CommentsIcon.tsx
2655
- var import_jsx_runtime46 = require("react/jsx-runtime");
2656
- var CommentsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2848
+ var import_jsx_runtime48 = require("react/jsx-runtime");
2849
+ var CommentsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
2657
2850
  "svg",
2658
2851
  {
2659
2852
  ...props,
2660
2853
  viewBox: "0 0 24 24",
2661
2854
  xmlns: "http://www.w3.org/2000/svg",
2662
- children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2855
+ children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
2663
2856
  "path",
2664
2857
  {
2665
2858
  d: "M11.9999 1.33322C6.11859 1.33322 1.33327 6.11854 1.33327 11.9999C1.33327 13.8612 1.82793 15.7012 2.74926 17.2945C3.0666 17.8892 2.6226 19.9638 1.6266 20.9598C1.34793 21.2385 1.2586 21.6558 1.39993 22.0238C1.54127 22.3918 1.8866 22.6438 2.27993 22.6652C2.38526 22.6705 2.49326 22.6732 2.60126 22.6732C4.12793 22.6732 5.98126 22.1305 7.18792 21.5118C8.08792 21.9692 9.04125 22.2945 10.0292 22.4825C10.6746 22.6052 11.3386 22.6665 11.9999 22.6665C17.8812 22.6665 22.6665 17.8812 22.6665 11.9999C22.6665 6.11854 17.8812 1.33322 11.9999 1.33322ZM11.3332 14.3332C11.3332 14.8852 10.8852 15.3332 10.3332 15.3332H7.66658C7.11459 15.3332 6.66659 14.8852 6.66659 14.3332V12.3332C6.66659 9.7292 7.57859 8.16254 9.53591 7.40121C10.0506 7.20121 10.6292 7.45721 10.8306 7.97054C11.0306 8.4852 10.7746 9.0652 10.2612 9.2652C9.59058 9.5252 8.93325 9.91187 8.73058 11.3332H10.3332C10.8852 11.3332 11.3332 11.7812 11.3332 12.3332V14.3332ZM17.3332 14.3332C17.3332 14.8852 16.8852 15.3332 16.3332 15.3332H13.6666C13.1146 15.3332 12.6666 14.8852 12.6666 14.3332V12.3332C12.6666 9.7292 13.5786 8.16254 15.5359 7.40121C16.0506 7.20121 16.6306 7.45721 16.8306 7.97054C17.0306 8.4852 16.7746 9.0652 16.2612 9.2652C15.5906 9.5252 14.9332 9.91187 14.7306 11.3332H16.3332C16.8852 11.3332 17.3332 11.7812 17.3332 12.3332V14.3332Z",
@@ -2670,14 +2863,14 @@ var CommentsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2670
2863
  );
2671
2864
 
2672
2865
  // src/components/Icon/icons/CompanyIcon.tsx
2673
- var import_jsx_runtime47 = require("react/jsx-runtime");
2674
- var CompanyIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
2866
+ var import_jsx_runtime49 = require("react/jsx-runtime");
2867
+ var CompanyIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
2675
2868
  "svg",
2676
2869
  {
2677
2870
  ...props,
2678
2871
  viewBox: "0 0 24 24",
2679
2872
  xmlns: "http://www.w3.org/2000/svg",
2680
- children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
2873
+ children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
2681
2874
  "path",
2682
2875
  {
2683
2876
  clipRule: "evenodd",
@@ -2690,14 +2883,14 @@ var CompanyIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
2690
2883
  );
2691
2884
 
2692
2885
  // src/components/Icon/icons/CompareIcon.tsx
2693
- var import_jsx_runtime48 = require("react/jsx-runtime");
2694
- var CompareIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
2886
+ var import_jsx_runtime50 = require("react/jsx-runtime");
2887
+ var CompareIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
2695
2888
  "svg",
2696
2889
  {
2697
2890
  ...props,
2698
2891
  viewBox: "0 0 24 24",
2699
2892
  xmlns: "http://www.w3.org/2000/svg",
2700
- children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
2893
+ children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
2701
2894
  "path",
2702
2895
  {
2703
2896
  d: "M16.9878 7.01321C15.9904 3.73055 12.9384 1.33322 9.33313 1.33322C4.92114 1.33322 1.33315 4.92121 1.33315 9.3332C1.33315 12.9372 3.72914 15.9905 7.0118 16.9865C8.00913 20.2692 11.0611 22.6665 14.6664 22.6665C19.0784 22.6665 22.6664 19.0785 22.6664 14.6665C22.6664 11.0625 20.2704 8.00921 16.9878 7.01321ZM3.33314 9.3332C3.33314 6.02521 6.02513 3.33322 9.33313 3.33322C11.6798 3.33322 13.6944 4.69988 14.6798 6.66654C14.6758 6.66654 14.6704 6.66654 14.6664 6.66654C10.2545 6.66654 6.66647 10.2545 6.66647 14.6665C6.66647 14.6705 6.66647 14.6759 6.66647 14.6799C4.69847 13.6945 3.33314 11.6799 3.33314 9.3332ZM14.6664 20.6665C12.3198 20.6665 10.3051 19.2998 9.31979 17.3332C9.32379 17.3332 9.32913 17.3332 9.33313 17.3332C13.7451 17.3332 17.3331 13.7452 17.3331 9.3332C17.3331 9.3292 17.3331 9.32387 17.3331 9.31987C19.3011 10.3052 20.6664 12.3199 20.6664 14.6665C20.6664 17.9745 17.9744 20.6665 14.6664 20.6665Z",
@@ -2708,14 +2901,14 @@ var CompareIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
2708
2901
  );
2709
2902
 
2710
2903
  // src/components/Icon/icons/ContentLibraryIcon.tsx
2711
- var import_jsx_runtime49 = require("react/jsx-runtime");
2712
- var ContentLibraryIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
2904
+ var import_jsx_runtime51 = require("react/jsx-runtime");
2905
+ var ContentLibraryIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
2713
2906
  "svg",
2714
2907
  {
2715
2908
  ...props,
2716
2909
  viewBox: "0 0 24 24",
2717
2910
  xmlns: "http://www.w3.org/2000/svg",
2718
- children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
2911
+ children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
2719
2912
  "path",
2720
2913
  {
2721
2914
  clipRule: "evenodd",
@@ -2728,14 +2921,14 @@ var ContentLibraryIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime49.jsx
2728
2921
  );
2729
2922
 
2730
2923
  // src/components/Icon/icons/ControlsIcon.tsx
2731
- var import_jsx_runtime50 = require("react/jsx-runtime");
2732
- var ControlsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
2924
+ var import_jsx_runtime52 = require("react/jsx-runtime");
2925
+ var ControlsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
2733
2926
  "svg",
2734
2927
  {
2735
2928
  ...props,
2736
2929
  viewBox: "0 0 24 24",
2737
2930
  xmlns: "http://www.w3.org/2000/svg",
2738
- children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
2931
+ children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
2739
2932
  "path",
2740
2933
  {
2741
2934
  clipRule: "evenodd",
@@ -2748,14 +2941,14 @@ var ControlsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
2748
2941
  );
2749
2942
 
2750
2943
  // src/components/Icon/icons/CursorClickIcon.tsx
2751
- var import_jsx_runtime51 = require("react/jsx-runtime");
2752
- var CursorClickIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
2944
+ var import_jsx_runtime53 = require("react/jsx-runtime");
2945
+ var CursorClickIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
2753
2946
  "svg",
2754
2947
  {
2755
2948
  ...props,
2756
2949
  viewBox: "0 0 24 24",
2757
2950
  xmlns: "http://www.w3.org/2000/svg",
2758
- children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
2951
+ children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
2759
2952
  "path",
2760
2953
  {
2761
2954
  clipRule: "evenodd",
@@ -2768,14 +2961,14 @@ var CursorClickIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
2768
2961
  );
2769
2962
 
2770
2963
  // src/components/Icon/icons/DeleteIcon.tsx
2771
- var import_jsx_runtime52 = require("react/jsx-runtime");
2772
- var DeleteIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
2964
+ var import_jsx_runtime54 = require("react/jsx-runtime");
2965
+ var DeleteIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
2773
2966
  "svg",
2774
2967
  {
2775
2968
  ...props,
2776
2969
  viewBox: "0 0 24 24",
2777
2970
  xmlns: "http://www.w3.org/2000/svg",
2778
- children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
2971
+ children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
2779
2972
  "path",
2780
2973
  {
2781
2974
  clipRule: "evenodd",
@@ -2788,14 +2981,14 @@ var DeleteIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
2788
2981
  );
2789
2982
 
2790
2983
  // src/components/Icon/icons/DesktopIcon.tsx
2791
- var import_jsx_runtime53 = require("react/jsx-runtime");
2792
- var DesktopIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
2984
+ var import_jsx_runtime55 = require("react/jsx-runtime");
2985
+ var DesktopIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
2793
2986
  "svg",
2794
2987
  {
2795
2988
  ...props,
2796
2989
  viewBox: "0 0 24 24",
2797
2990
  xmlns: "http://www.w3.org/2000/svg",
2798
- children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
2991
+ children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
2799
2992
  "path",
2800
2993
  {
2801
2994
  clipRule: "evenodd",
@@ -2808,14 +3001,14 @@ var DesktopIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
2808
3001
  );
2809
3002
 
2810
3003
  // src/components/Icon/icons/DotsHorizontalIcon.tsx
2811
- var import_jsx_runtime54 = require("react/jsx-runtime");
2812
- var DotsHorizontalIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
3004
+ var import_jsx_runtime56 = require("react/jsx-runtime");
3005
+ var DotsHorizontalIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
2813
3006
  "svg",
2814
3007
  {
2815
3008
  ...props,
2816
3009
  viewBox: "0 0 24 24",
2817
3010
  xmlns: "http://www.w3.org/2000/svg",
2818
- children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
3011
+ children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
2819
3012
  "path",
2820
3013
  {
2821
3014
  clipRule: "evenodd",
@@ -2828,14 +3021,14 @@ var DotsHorizontalIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime54.jsx
2828
3021
  );
2829
3022
 
2830
3023
  // src/components/Icon/icons/DownloadIcon.tsx
2831
- var import_jsx_runtime55 = require("react/jsx-runtime");
2832
- var DownloadIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
3024
+ var import_jsx_runtime57 = require("react/jsx-runtime");
3025
+ var DownloadIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
2833
3026
  "svg",
2834
3027
  {
2835
3028
  ...props,
2836
3029
  viewBox: "0 0 24 24",
2837
3030
  xmlns: "http://www.w3.org/2000/svg",
2838
- children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
3031
+ children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
2839
3032
  "path",
2840
3033
  {
2841
3034
  clipRule: "evenodd",
@@ -2848,14 +3041,14 @@ var DownloadIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
2848
3041
  );
2849
3042
 
2850
3043
  // src/components/Icon/icons/EditTranscriptIcon.tsx
2851
- var import_jsx_runtime56 = require("react/jsx-runtime");
2852
- var EditTranscriptIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
3044
+ var import_jsx_runtime58 = require("react/jsx-runtime");
3045
+ var EditTranscriptIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
2853
3046
  "svg",
2854
3047
  {
2855
3048
  ...props,
2856
3049
  viewBox: "0 0 24 24",
2857
3050
  xmlns: "http://www.w3.org/2000/svg",
2858
- children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
3051
+ children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
2859
3052
  "path",
2860
3053
  {
2861
3054
  clipRule: "evenodd",
@@ -2868,14 +3061,14 @@ var EditTranscriptIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime56.jsx
2868
3061
  );
2869
3062
 
2870
3063
  // src/components/Icon/icons/EllipsesVerticalIcon.tsx
2871
- var import_jsx_runtime57 = require("react/jsx-runtime");
2872
- var EllipsesVerticalIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
3064
+ var import_jsx_runtime59 = require("react/jsx-runtime");
3065
+ var EllipsesVerticalIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
2873
3066
  "svg",
2874
3067
  {
2875
3068
  ...props,
2876
3069
  viewBox: "0 0 24 24",
2877
3070
  xmlns: "http://www.w3.org/2000/svg",
2878
- children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
3071
+ children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
2879
3072
  "path",
2880
3073
  {
2881
3074
  clipRule: "evenodd",
@@ -2888,14 +3081,14 @@ var EllipsesVerticalIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime57.j
2888
3081
  );
2889
3082
 
2890
3083
  // src/components/Icon/icons/EmbedIcon.tsx
2891
- var import_jsx_runtime58 = require("react/jsx-runtime");
2892
- var EmbedIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
3084
+ var import_jsx_runtime60 = require("react/jsx-runtime");
3085
+ var EmbedIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
2893
3086
  "svg",
2894
3087
  {
2895
3088
  ...props,
2896
3089
  viewBox: "0 0 24 24",
2897
3090
  xmlns: "http://www.w3.org/2000/svg",
2898
- children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
3091
+ children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
2899
3092
  "path",
2900
3093
  {
2901
3094
  clipRule: "evenodd",
@@ -2908,14 +3101,14 @@ var EmbedIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
2908
3101
  );
2909
3102
 
2910
3103
  // src/components/Icon/icons/EnvelopeIcon.tsx
2911
- var import_jsx_runtime59 = require("react/jsx-runtime");
2912
- var EnvelopeIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
3104
+ var import_jsx_runtime61 = require("react/jsx-runtime");
3105
+ var EnvelopeIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
2913
3106
  "svg",
2914
3107
  {
2915
3108
  ...props,
2916
3109
  viewBox: "0 0 24 24",
2917
3110
  xmlns: "http://www.w3.org/2000/svg",
2918
- children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
3111
+ children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
2919
3112
  "path",
2920
3113
  {
2921
3114
  clipRule: "evenodd",
@@ -2928,14 +3121,14 @@ var EnvelopeIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
2928
3121
  );
2929
3122
 
2930
3123
  // src/components/Icon/icons/ErrorIcon.tsx
2931
- var import_jsx_runtime60 = require("react/jsx-runtime");
2932
- var ErrorIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
3124
+ var import_jsx_runtime62 = require("react/jsx-runtime");
3125
+ var ErrorIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
2933
3126
  "svg",
2934
3127
  {
2935
3128
  ...props,
2936
3129
  viewBox: "0 0 24 24",
2937
3130
  xmlns: "http://www.w3.org/2000/svg",
2938
- children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
3131
+ children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
2939
3132
  "path",
2940
3133
  {
2941
3134
  d: "M21.9156 16.6878L14.6823 4.15987C14.1223 3.19054 13.1196 2.61188 11.9996 2.61188C10.8796 2.61188 9.87694 3.19054 9.31695 4.15987L2.08363 16.6878C1.52363 17.6572 1.52363 18.8145 2.08363 19.7838C2.64363 20.7545 3.64629 21.3332 4.76629 21.3332H19.2329C20.3529 21.3332 21.3556 20.7545 21.9156 19.7838C22.4756 18.8145 22.4756 17.6572 21.9156 16.6878ZM10.9996 8.66653C10.9996 8.11453 11.4476 7.66653 11.9996 7.66653C12.5516 7.66653 12.9996 8.11453 12.9996 8.66653V13.3332C12.9996 13.8852 12.5516 14.3332 11.9996 14.3332C11.4476 14.3332 10.9996 13.8852 10.9996 13.3332V8.66653ZM11.9996 18.0918C11.2636 18.0918 10.6663 17.4932 10.6663 16.7585C10.6663 16.0238 11.2636 15.4252 11.9996 15.4252C12.7356 15.4252 13.3329 16.0238 13.3329 16.7585C13.3329 17.4932 12.7356 18.0918 11.9996 18.0918Z",
@@ -2946,14 +3139,14 @@ var ErrorIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
2946
3139
  );
2947
3140
 
2948
3141
  // src/components/Icon/icons/ExpandDiagonalIcon.tsx
2949
- var import_jsx_runtime61 = require("react/jsx-runtime");
2950
- var ExpandDiagonalIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
3142
+ var import_jsx_runtime63 = require("react/jsx-runtime");
3143
+ var ExpandDiagonalIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
2951
3144
  "svg",
2952
3145
  {
2953
3146
  ...props,
2954
3147
  viewBox: "0 0 24 24",
2955
3148
  xmlns: "http://www.w3.org/2000/svg",
2956
- children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
3149
+ children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
2957
3150
  "path",
2958
3151
  {
2959
3152
  clipRule: "evenodd",
@@ -2966,14 +3159,14 @@ var ExpandDiagonalIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime61.jsx
2966
3159
  );
2967
3160
 
2968
3161
  // src/components/Icon/icons/ExpandIcon.tsx
2969
- var import_jsx_runtime62 = require("react/jsx-runtime");
2970
- var ExpandIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
3162
+ var import_jsx_runtime64 = require("react/jsx-runtime");
3163
+ var ExpandIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
2971
3164
  "svg",
2972
3165
  {
2973
3166
  ...props,
2974
3167
  viewBox: "0 0 24 24",
2975
3168
  xmlns: "http://www.w3.org/2000/svg",
2976
- children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
3169
+ children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
2977
3170
  "path",
2978
3171
  {
2979
3172
  clipRule: "evenodd",
@@ -2986,14 +3179,14 @@ var ExpandIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
2986
3179
  );
2987
3180
 
2988
3181
  // src/components/Icon/icons/FavoriteIcon.tsx
2989
- var import_jsx_runtime63 = require("react/jsx-runtime");
2990
- var FavoriteIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
3182
+ var import_jsx_runtime65 = require("react/jsx-runtime");
3183
+ var FavoriteIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2991
3184
  "svg",
2992
3185
  {
2993
3186
  ...props,
2994
3187
  viewBox: "0 0 24 24",
2995
3188
  xmlns: "http://www.w3.org/2000/svg",
2996
- children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
3189
+ children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2997
3190
  "path",
2998
3191
  {
2999
3192
  d: "M22.6168 9.04785C22.4995 8.68652 22.1861 8.42252 21.8101 8.36786L15.6501 7.47319L12.8955 1.89054C12.5595 1.20787 11.4382 1.20787 11.1022 1.89054L8.34749 7.47186L2.18751 8.36652C1.81151 8.42119 1.49818 8.68519 1.38084 9.04652C1.26351 9.40785 1.36084 9.80652 1.63418 10.0719L6.0915 14.4158L5.03817 20.5505C4.97417 20.9265 5.1275 21.3052 5.4355 21.5292C5.7435 21.7518 6.15283 21.7812 6.48883 21.6052L11.9981 18.7078L17.5075 21.6052C17.6541 21.6825 17.8128 21.7198 17.9728 21.7198C18.1795 21.7198 18.3861 21.6558 18.5608 21.5292C18.8688 21.3052 19.0235 20.9265 18.9581 20.5505L17.9048 14.4158L22.3621 10.0719C22.6355 9.80652 22.7328 9.40785 22.6155 9.04652L22.6168 9.04785Z",
@@ -3004,14 +3197,14 @@ var FavoriteIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
3004
3197
  );
3005
3198
 
3006
3199
  // src/components/Icon/icons/FavoriteOutlineIcon.tsx
3007
- var import_jsx_runtime64 = require("react/jsx-runtime");
3008
- var FavoriteOutlineIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
3200
+ var import_jsx_runtime66 = require("react/jsx-runtime");
3201
+ var FavoriteOutlineIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
3009
3202
  "svg",
3010
3203
  {
3011
3204
  ...props,
3012
3205
  viewBox: "0 0 24 24",
3013
3206
  xmlns: "http://www.w3.org/2000/svg",
3014
- children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
3207
+ children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
3015
3208
  "path",
3016
3209
  {
3017
3210
  d: "M12 2.33321L14.9866 8.38519L21.6666 9.35586L16.8333 14.0678L17.9746 20.7198L12 17.5798L6.02532 20.7198L7.16665 14.0678L2.33333 9.35586L9.01331 8.38519L12 2.33321Z",
@@ -3025,14 +3218,14 @@ var FavoriteOutlineIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime64.js
3025
3218
  );
3026
3219
 
3027
3220
  // src/components/Icon/icons/FileTreeIcon.tsx
3028
- var import_jsx_runtime65 = require("react/jsx-runtime");
3029
- var FileTreeIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
3221
+ var import_jsx_runtime67 = require("react/jsx-runtime");
3222
+ var FileTreeIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
3030
3223
  "svg",
3031
3224
  {
3032
3225
  ...props,
3033
3226
  viewBox: "0 0 24 24",
3034
3227
  xmlns: "http://www.w3.org/2000/svg",
3035
- children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
3228
+ children: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
3036
3229
  "path",
3037
3230
  {
3038
3231
  clipRule: "evenodd",
@@ -3045,14 +3238,14 @@ var FileTreeIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
3045
3238
  );
3046
3239
 
3047
3240
  // src/components/Icon/icons/FilterIcon.tsx
3048
- var import_jsx_runtime66 = require("react/jsx-runtime");
3049
- var FilterIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
3241
+ var import_jsx_runtime68 = require("react/jsx-runtime");
3242
+ var FilterIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
3050
3243
  "svg",
3051
3244
  {
3052
3245
  ...props,
3053
3246
  viewBox: "0 0 24 24",
3054
3247
  xmlns: "http://www.w3.org/2000/svg",
3055
- children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
3248
+ children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
3056
3249
  "path",
3057
3250
  {
3058
3251
  clipRule: "evenodd",
@@ -3065,14 +3258,14 @@ var FilterIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
3065
3258
  );
3066
3259
 
3067
3260
  // src/components/Icon/icons/FontsIcon.tsx
3068
- var import_jsx_runtime67 = require("react/jsx-runtime");
3069
- var FontsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
3261
+ var import_jsx_runtime69 = require("react/jsx-runtime");
3262
+ var FontsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
3070
3263
  "svg",
3071
3264
  {
3072
3265
  ...props,
3073
3266
  viewBox: "0 0 24 24",
3074
3267
  xmlns: "http://www.w3.org/2000/svg",
3075
- children: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
3268
+ children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
3076
3269
  "path",
3077
3270
  {
3078
3271
  clipRule: "evenodd",
@@ -3085,14 +3278,14 @@ var FontsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
3085
3278
  );
3086
3279
 
3087
3280
  // src/components/Icon/icons/FullScreenIcon.tsx
3088
- var import_jsx_runtime68 = require("react/jsx-runtime");
3089
- var FullScreenIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
3281
+ var import_jsx_runtime70 = require("react/jsx-runtime");
3282
+ var FullScreenIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
3090
3283
  "svg",
3091
3284
  {
3092
3285
  ...props,
3093
3286
  viewBox: "0 0 24 24",
3094
3287
  xmlns: "http://www.w3.org/2000/svg",
3095
- children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
3288
+ children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
3096
3289
  "path",
3097
3290
  {
3098
3291
  clipRule: "evenodd",
@@ -3105,14 +3298,14 @@ var FullScreenIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
3105
3298
  );
3106
3299
 
3107
3300
  // src/components/Icon/icons/GearIcon.tsx
3108
- var import_jsx_runtime69 = require("react/jsx-runtime");
3109
- var GearIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
3301
+ var import_jsx_runtime71 = require("react/jsx-runtime");
3302
+ var GearIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
3110
3303
  "svg",
3111
3304
  {
3112
3305
  ...props,
3113
3306
  viewBox: "0 0 24 24",
3114
3307
  xmlns: "http://www.w3.org/2000/svg",
3115
- children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
3308
+ children: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
3116
3309
  "path",
3117
3310
  {
3118
3311
  d: "M21.253 9.92118L19.837 9.70384C19.6717 9.13851 19.4477 8.59585 19.1637 8.07985L20.0117 6.92385C20.5024 6.25585 20.433 5.34385 19.8464 4.75985L19.2384 4.15186C18.6544 3.56652 17.7437 3.49719 17.073 3.98652L15.917 4.83585C15.401 4.55186 14.8584 4.32786 14.2944 4.16252L14.0757 2.74519C13.9491 1.92653 13.2571 1.33186 12.4291 1.33186H11.5691C10.7411 1.33186 10.0477 1.92653 9.9224 2.74653L9.70506 4.16252C9.13973 4.32786 8.59707 4.55186 8.08107 4.83585L6.92507 3.98786C6.25574 3.49852 5.34507 3.56786 4.76108 4.15452L4.15308 4.76252C3.56774 5.34785 3.49841 6.25852 3.98774 6.92785L4.83708 8.08385C4.55441 8.59985 4.32908 9.14251 4.16374 9.70651L2.74641 9.92517C1.92775 10.0518 1.33308 10.7438 1.33308 11.5718V12.4318C1.33308 13.2598 1.92775 13.9532 2.74775 14.0785L4.16374 14.2958C4.32908 14.8612 4.55308 15.4038 4.83708 15.9198L3.98908 17.0758C3.49975 17.7438 3.56908 18.6545 4.15574 19.2398L4.76374 19.8478C5.34907 20.4345 6.26107 20.5038 6.92907 20.0132L8.08507 19.1638C8.60107 19.4465 9.14373 19.6718 9.70773 19.8372L9.9264 21.2545C10.0531 22.0731 10.7451 22.6678 11.5731 22.6678H12.4331C13.2611 22.6678 13.9544 22.0731 14.0797 21.2531L14.2971 19.8372C14.8624 19.6718 15.405 19.4478 15.921 19.1638L17.077 20.0118C17.745 20.5025 18.6557 20.4318 19.241 19.8465L19.849 19.2385C20.4344 18.6532 20.5037 17.7425 20.0144 17.0732L19.165 15.9172C19.449 15.4012 19.673 14.8585 19.8384 14.2945L21.2557 14.0758C22.0744 13.9492 22.669 13.2572 22.669 12.4292V11.5692C22.669 10.7412 22.0744 10.0478 21.2557 9.92251L21.253 9.92118ZM11.9997 14.9998C10.3424 14.9998 8.99973 13.6572 8.99973 11.9998C8.99973 10.3425 10.3424 8.99984 11.9997 8.99984C13.6571 8.99984 14.9997 10.3425 14.9997 11.9998C14.9997 13.6572 13.6571 14.9998 11.9997 14.9998Z",
@@ -3123,14 +3316,14 @@ var GearIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
3123
3316
  );
3124
3317
 
3125
3318
  // src/components/Icon/icons/GettingStartedIcon.tsx
3126
- var import_jsx_runtime70 = require("react/jsx-runtime");
3127
- var GettingStartedIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
3319
+ var import_jsx_runtime72 = require("react/jsx-runtime");
3320
+ var GettingStartedIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
3128
3321
  "svg",
3129
3322
  {
3130
3323
  ...props,
3131
3324
  viewBox: "0 0 24 24",
3132
3325
  xmlns: "http://www.w3.org/2000/svg",
3133
- children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
3326
+ children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
3134
3327
  "path",
3135
3328
  {
3136
3329
  clipRule: "evenodd",
@@ -3143,14 +3336,14 @@ var GettingStartedIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime70.jsx
3143
3336
  );
3144
3337
 
3145
3338
  // src/components/Icon/icons/GridIcon.tsx
3146
- var import_jsx_runtime71 = require("react/jsx-runtime");
3147
- var GridIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
3339
+ var import_jsx_runtime73 = require("react/jsx-runtime");
3340
+ var GridIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
3148
3341
  "svg",
3149
3342
  {
3150
3343
  ...props,
3151
3344
  viewBox: "0 0 24 24",
3152
3345
  xmlns: "http://www.w3.org/2000/svg",
3153
- children: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
3346
+ children: /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
3154
3347
  "path",
3155
3348
  {
3156
3349
  clipRule: "evenodd",
@@ -3163,14 +3356,14 @@ var GridIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
3163
3356
  );
3164
3357
 
3165
3358
  // src/components/Icon/icons/GripDotsVerticalIcon.tsx
3166
- var import_jsx_runtime72 = require("react/jsx-runtime");
3167
- var GripDotsVerticalIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
3359
+ var import_jsx_runtime74 = require("react/jsx-runtime");
3360
+ var GripDotsVerticalIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
3168
3361
  "svg",
3169
3362
  {
3170
3363
  ...props,
3171
3364
  viewBox: "0 0 24 24",
3172
3365
  xmlns: "http://www.w3.org/2000/svg",
3173
- children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
3366
+ children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
3174
3367
  "path",
3175
3368
  {
3176
3369
  clipRule: "evenodd",
@@ -3183,14 +3376,14 @@ var GripDotsVerticalIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime72.j
3183
3376
  );
3184
3377
 
3185
3378
  // src/components/Icon/icons/HelpCenterIcon.tsx
3186
- var import_jsx_runtime73 = require("react/jsx-runtime");
3187
- var HelpCenterIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
3379
+ var import_jsx_runtime75 = require("react/jsx-runtime");
3380
+ var HelpCenterIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
3188
3381
  "svg",
3189
3382
  {
3190
3383
  ...props,
3191
3384
  viewBox: "0 0 24 24",
3192
3385
  xmlns: "http://www.w3.org/2000/svg",
3193
- children: /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
3386
+ children: /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
3194
3387
  "path",
3195
3388
  {
3196
3389
  clipRule: "evenodd",
@@ -3203,14 +3396,14 @@ var HelpCenterIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
3203
3396
  );
3204
3397
 
3205
3398
  // src/components/Icon/icons/HideIcon.tsx
3206
- var import_jsx_runtime74 = require("react/jsx-runtime");
3207
- var HideIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
3399
+ var import_jsx_runtime76 = require("react/jsx-runtime");
3400
+ var HideIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
3208
3401
  "svg",
3209
3402
  {
3210
3403
  ...props,
3211
3404
  viewBox: "0 0 24 24",
3212
3405
  xmlns: "http://www.w3.org/2000/svg",
3213
- children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
3406
+ children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
3214
3407
  "path",
3215
3408
  {
3216
3409
  clipRule: "evenodd",
@@ -3223,14 +3416,14 @@ var HideIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
3223
3416
  );
3224
3417
 
3225
3418
  // src/components/Icon/icons/HomeIcon.tsx
3226
- var import_jsx_runtime75 = require("react/jsx-runtime");
3227
- var HomeIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
3419
+ var import_jsx_runtime77 = require("react/jsx-runtime");
3420
+ var HomeIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
3228
3421
  "svg",
3229
3422
  {
3230
3423
  ...props,
3231
3424
  viewBox: "0 0 24 24",
3232
3425
  xmlns: "http://www.w3.org/2000/svg",
3233
- children: /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
3426
+ children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
3234
3427
  "path",
3235
3428
  {
3236
3429
  d: "M20.4119 7.47053L13.4119 2.15054C12.5799 1.51721 11.4186 1.51854 10.5879 2.15054L3.58793 7.47053C3.01059 7.90919 2.6666 8.60386 2.6666 9.32786V18.9998C2.6666 21.0225 4.31059 22.6665 6.33325 22.6665H17.6666C19.6892 22.6665 21.3332 21.0225 21.3332 18.9998V9.32786C21.3332 8.60386 20.9892 7.91053 20.4119 7.47053Z",
@@ -3241,14 +3434,14 @@ var HomeIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
3241
3434
  );
3242
3435
 
3243
3436
  // src/components/Icon/icons/HourglassIcon.tsx
3244
- var import_jsx_runtime76 = require("react/jsx-runtime");
3245
- var HourglassIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
3437
+ var import_jsx_runtime78 = require("react/jsx-runtime");
3438
+ var HourglassIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
3246
3439
  "svg",
3247
3440
  {
3248
3441
  ...props,
3249
3442
  viewBox: "0 0 24 24",
3250
3443
  xmlns: "http://www.w3.org/2000/svg",
3251
- children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
3444
+ children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
3252
3445
  "path",
3253
3446
  {
3254
3447
  clipRule: "evenodd",
@@ -3261,14 +3454,14 @@ var HourglassIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
3261
3454
  );
3262
3455
 
3263
3456
  // src/components/Icon/icons/InfoIcon.tsx
3264
- var import_jsx_runtime77 = require("react/jsx-runtime");
3265
- var InfoIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
3457
+ var import_jsx_runtime79 = require("react/jsx-runtime");
3458
+ var InfoIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
3266
3459
  "svg",
3267
3460
  {
3268
3461
  ...props,
3269
3462
  viewBox: "0 0 24 24",
3270
3463
  xmlns: "http://www.w3.org/2000/svg",
3271
- children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
3464
+ children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
3272
3465
  "path",
3273
3466
  {
3274
3467
  d: "M11.9998 1.33321C6.11847 1.33321 1.33315 6.11853 1.33315 11.9998C1.33315 17.8812 6.11847 22.6665 11.9998 22.6665C17.8811 22.6665 22.6664 17.8812 22.6664 11.9998C22.6664 6.11853 17.8811 1.33321 11.9998 1.33321ZM12.9998 17.0918C12.9998 17.6438 12.5518 18.0918 11.9998 18.0918C11.4478 18.0918 10.9998 17.6438 10.9998 17.0918V10.9998C10.9998 10.4479 11.4478 9.99985 11.9998 9.99985C12.5518 9.99985 12.9998 10.4479 12.9998 10.9998V17.0918ZM11.9998 8.99985C11.2638 8.99985 10.6665 8.40119 10.6665 7.66652C10.6665 6.93186 11.2638 6.33319 11.9998 6.33319C12.7358 6.33319 13.3331 6.93186 13.3331 7.66652C13.3331 8.40119 12.7358 8.99985 11.9998 8.99985Z",
@@ -3279,14 +3472,14 @@ var InfoIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
3279
3472
  );
3280
3473
 
3281
3474
  // src/components/Icon/icons/IntegrationsIcon.tsx
3282
- var import_jsx_runtime78 = require("react/jsx-runtime");
3283
- var IntegrationsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
3475
+ var import_jsx_runtime80 = require("react/jsx-runtime");
3476
+ var IntegrationsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
3284
3477
  "svg",
3285
3478
  {
3286
3479
  ...props,
3287
3480
  viewBox: "0 0 24 24",
3288
3481
  xmlns: "http://www.w3.org/2000/svg",
3289
- children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
3482
+ children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
3290
3483
  "path",
3291
3484
  {
3292
3485
  clipRule: "evenodd",
@@ -3299,14 +3492,14 @@ var IntegrationsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
3299
3492
  );
3300
3493
 
3301
3494
  // src/components/Icon/icons/LeaveIcon.tsx
3302
- var import_jsx_runtime79 = require("react/jsx-runtime");
3303
- var LeaveIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
3495
+ var import_jsx_runtime81 = require("react/jsx-runtime");
3496
+ var LeaveIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
3304
3497
  "svg",
3305
3498
  {
3306
3499
  ...props,
3307
3500
  viewBox: "0 0 24 24",
3308
3501
  xmlns: "http://www.w3.org/2000/svg",
3309
- children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
3502
+ children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
3310
3503
  "path",
3311
3504
  {
3312
3505
  clipRule: "evenodd",
@@ -3319,14 +3512,14 @@ var LeaveIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
3319
3512
  );
3320
3513
 
3321
3514
  // src/components/Icon/icons/LinkIcon.tsx
3322
- var import_jsx_runtime80 = require("react/jsx-runtime");
3323
- var LinkIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
3515
+ var import_jsx_runtime82 = require("react/jsx-runtime");
3516
+ var LinkIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
3324
3517
  "svg",
3325
3518
  {
3326
3519
  ...props,
3327
3520
  viewBox: "0 0 24 24",
3328
3521
  xmlns: "http://www.w3.org/2000/svg",
3329
- children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
3522
+ children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
3330
3523
  "path",
3331
3524
  {
3332
3525
  clipRule: "evenodd",
@@ -3339,14 +3532,14 @@ var LinkIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
3339
3532
  );
3340
3533
 
3341
3534
  // src/components/Icon/icons/ListIcon.tsx
3342
- var import_jsx_runtime81 = require("react/jsx-runtime");
3343
- var ListIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
3535
+ var import_jsx_runtime83 = require("react/jsx-runtime");
3536
+ var ListIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
3344
3537
  "svg",
3345
3538
  {
3346
3539
  ...props,
3347
3540
  viewBox: "0 0 24 24",
3348
3541
  xmlns: "http://www.w3.org/2000/svg",
3349
- children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
3542
+ children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
3350
3543
  "path",
3351
3544
  {
3352
3545
  clipRule: "evenodd",
@@ -3359,14 +3552,14 @@ var ListIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
3359
3552
  );
3360
3553
 
3361
3554
  // src/components/Icon/icons/LiveIcon.tsx
3362
- var import_jsx_runtime82 = require("react/jsx-runtime");
3363
- var LiveIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
3555
+ var import_jsx_runtime84 = require("react/jsx-runtime");
3556
+ var LiveIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
3364
3557
  "svg",
3365
3558
  {
3366
3559
  ...props,
3367
3560
  viewBox: "0 0 24 24",
3368
3561
  xmlns: "http://www.w3.org/2000/svg",
3369
- children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
3562
+ children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
3370
3563
  "path",
3371
3564
  {
3372
3565
  clipRule: "evenodd",
@@ -3379,14 +3572,14 @@ var LiveIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
3379
3572
  );
3380
3573
 
3381
3574
  // src/components/Icon/icons/LockIcon.tsx
3382
- var import_jsx_runtime83 = require("react/jsx-runtime");
3383
- var LockIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
3575
+ var import_jsx_runtime85 = require("react/jsx-runtime");
3576
+ var LockIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
3384
3577
  "svg",
3385
3578
  {
3386
3579
  ...props,
3387
3580
  viewBox: "0 0 24 24",
3388
3581
  xmlns: "http://www.w3.org/2000/svg",
3389
- children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
3582
+ children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
3390
3583
  "path",
3391
3584
  {
3392
3585
  clipRule: "evenodd",
@@ -3399,14 +3592,14 @@ var LockIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
3399
3592
  );
3400
3593
 
3401
3594
  // src/components/Icon/icons/LogoutIcon.tsx
3402
- var import_jsx_runtime84 = require("react/jsx-runtime");
3403
- var LogoutIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
3595
+ var import_jsx_runtime86 = require("react/jsx-runtime");
3596
+ var LogoutIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
3404
3597
  "svg",
3405
3598
  {
3406
3599
  ...props,
3407
3600
  viewBox: "0 0 24 24",
3408
3601
  xmlns: "http://www.w3.org/2000/svg",
3409
- children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
3602
+ children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
3410
3603
  "path",
3411
3604
  {
3412
3605
  clipRule: "evenodd",
@@ -3419,14 +3612,14 @@ var LogoutIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
3419
3612
  );
3420
3613
 
3421
3614
  // src/components/Icon/icons/MaximizeIcon.tsx
3422
- var import_jsx_runtime85 = require("react/jsx-runtime");
3423
- var MaximizeIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
3615
+ var import_jsx_runtime87 = require("react/jsx-runtime");
3616
+ var MaximizeIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
3424
3617
  "svg",
3425
3618
  {
3426
3619
  ...props,
3427
3620
  viewBox: "0 0 24 24",
3428
3621
  xmlns: "http://www.w3.org/2000/svg",
3429
- children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
3622
+ children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
3430
3623
  "path",
3431
3624
  {
3432
3625
  clipRule: "evenodd",
@@ -3439,14 +3632,14 @@ var MaximizeIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
3439
3632
  );
3440
3633
 
3441
3634
  // src/components/Icon/icons/MediaIcon.tsx
3442
- var import_jsx_runtime86 = require("react/jsx-runtime");
3443
- var MediaIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
3635
+ var import_jsx_runtime88 = require("react/jsx-runtime");
3636
+ var MediaIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
3444
3637
  "svg",
3445
3638
  {
3446
3639
  ...props,
3447
3640
  viewBox: "0 0 24 24",
3448
3641
  xmlns: "http://www.w3.org/2000/svg",
3449
- children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
3642
+ children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
3450
3643
  "path",
3451
3644
  {
3452
3645
  d: "M17.6666 2.66653H6.33325C4.31059 2.66653 2.6666 4.31053 2.6666 6.33319V17.6665C2.6666 19.6892 4.31059 21.3332 6.33325 21.3332H17.6666C19.6892 21.3332 21.3332 19.6892 21.3332 17.6665V6.33319C21.3332 4.31053 19.6892 2.66653 17.6666 2.66653ZM15.0372 12.8638L10.1706 15.7025C10.0132 15.7945 9.83991 15.8412 9.66658 15.8412C9.49591 15.8412 9.32525 15.7958 9.16791 15.7065C8.85325 15.5265 8.66658 15.2025 8.66658 14.8398V9.16118C8.66658 8.79852 8.85458 8.47452 9.16791 8.29452C9.48258 8.11319 9.85724 8.11585 10.1692 8.29719L15.0359 11.1358C15.3466 11.3172 15.5332 11.6398 15.5332 11.9998C15.5332 12.3598 15.3492 12.6825 15.0372 12.8638Z",
@@ -3457,14 +3650,14 @@ var MediaIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
3457
3650
  );
3458
3651
 
3459
3652
  // src/components/Icon/icons/MenuIcon.tsx
3460
- var import_jsx_runtime87 = require("react/jsx-runtime");
3461
- var MenuIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
3653
+ var import_jsx_runtime89 = require("react/jsx-runtime");
3654
+ var MenuIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
3462
3655
  "svg",
3463
3656
  {
3464
3657
  ...props,
3465
3658
  viewBox: "0 0 24 24",
3466
3659
  xmlns: "http://www.w3.org/2000/svg",
3467
- children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
3660
+ children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
3468
3661
  "path",
3469
3662
  {
3470
3663
  clipRule: "evenodd",
@@ -3477,14 +3670,14 @@ var MenuIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
3477
3670
  );
3478
3671
 
3479
3672
  // src/components/Icon/icons/MicIcon.tsx
3480
- var import_jsx_runtime88 = require("react/jsx-runtime");
3481
- var MicIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
3673
+ var import_jsx_runtime90 = require("react/jsx-runtime");
3674
+ var MicIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
3482
3675
  "svg",
3483
3676
  {
3484
3677
  ...props,
3485
3678
  viewBox: "0 0 24 24",
3486
3679
  xmlns: "http://www.w3.org/2000/svg",
3487
- children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
3680
+ children: /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
3488
3681
  "path",
3489
3682
  {
3490
3683
  clipRule: "evenodd",
@@ -3497,14 +3690,14 @@ var MicIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
3497
3690
  );
3498
3691
 
3499
3692
  // src/components/Icon/icons/MicOffIcon.tsx
3500
- var import_jsx_runtime89 = require("react/jsx-runtime");
3501
- var MicOffIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
3693
+ var import_jsx_runtime91 = require("react/jsx-runtime");
3694
+ var MicOffIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
3502
3695
  "svg",
3503
3696
  {
3504
3697
  ...props,
3505
3698
  viewBox: "0 0 24 24",
3506
3699
  xmlns: "http://www.w3.org/2000/svg",
3507
- children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
3700
+ children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
3508
3701
  "path",
3509
3702
  {
3510
3703
  clipRule: "evenodd",
@@ -3517,14 +3710,14 @@ var MicOffIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
3517
3710
  );
3518
3711
 
3519
3712
  // src/components/Icon/icons/MinimizeIcon.tsx
3520
- var import_jsx_runtime90 = require("react/jsx-runtime");
3521
- var MinimizeIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
3713
+ var import_jsx_runtime92 = require("react/jsx-runtime");
3714
+ var MinimizeIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
3522
3715
  "svg",
3523
3716
  {
3524
3717
  ...props,
3525
3718
  viewBox: "0 0 24 24",
3526
3719
  xmlns: "http://www.w3.org/2000/svg",
3527
- children: /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
3720
+ children: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
3528
3721
  "path",
3529
3722
  {
3530
3723
  clipRule: "evenodd",
@@ -3537,14 +3730,14 @@ var MinimizeIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
3537
3730
  );
3538
3731
 
3539
3732
  // src/components/Icon/icons/MinusCircleIcon.tsx
3540
- var import_jsx_runtime91 = require("react/jsx-runtime");
3541
- var MinusCircleIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
3733
+ var import_jsx_runtime93 = require("react/jsx-runtime");
3734
+ var MinusCircleIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
3542
3735
  "svg",
3543
3736
  {
3544
3737
  ...props,
3545
3738
  viewBox: "0 0 24 24",
3546
3739
  xmlns: "http://www.w3.org/2000/svg",
3547
- children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
3740
+ children: /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
3548
3741
  "path",
3549
3742
  {
3550
3743
  d: "M11.9998 1.33321C6.11842 1.33321 1.33309 6.11855 1.33309 11.9999C1.33309 17.8812 6.11842 22.6665 11.9998 22.6665C17.8811 22.6665 22.6664 17.8812 22.6664 11.9999C22.6664 6.11855 17.8811 1.33321 11.9998 1.33321ZM16.3331 12.9999H7.66642C7.11442 12.9999 6.66642 12.5519 6.66642 11.9999C6.66642 11.4479 7.11442 10.9999 7.66642 10.9999H16.3331C16.8851 10.9999 17.3331 11.4479 17.3331 11.9999C17.3331 12.5519 16.8851 12.9999 16.3331 12.9999Z",
@@ -3555,14 +3748,14 @@ var MinusCircleIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
3555
3748
  );
3556
3749
 
3557
3750
  // src/components/Icon/icons/MobileIcon.tsx
3558
- var import_jsx_runtime92 = require("react/jsx-runtime");
3559
- var MobileIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
3751
+ var import_jsx_runtime94 = require("react/jsx-runtime");
3752
+ var MobileIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
3560
3753
  "svg",
3561
3754
  {
3562
3755
  ...props,
3563
3756
  viewBox: "0 0 24 24",
3564
3757
  xmlns: "http://www.w3.org/2000/svg",
3565
- children: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
3758
+ children: /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
3566
3759
  "path",
3567
3760
  {
3568
3761
  clipRule: "evenodd",
@@ -3575,14 +3768,14 @@ var MobileIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
3575
3768
  );
3576
3769
 
3577
3770
  // src/components/Icon/icons/MoreOptionsIcon.tsx
3578
- var import_jsx_runtime93 = require("react/jsx-runtime");
3579
- var MoreOptionsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
3771
+ var import_jsx_runtime95 = require("react/jsx-runtime");
3772
+ var MoreOptionsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
3580
3773
  "svg",
3581
3774
  {
3582
3775
  ...props,
3583
3776
  viewBox: "0 0 24 24",
3584
3777
  xmlns: "http://www.w3.org/2000/svg",
3585
- children: /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
3778
+ children: /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
3586
3779
  "path",
3587
3780
  {
3588
3781
  clipRule: "evenodd",
@@ -3595,14 +3788,14 @@ var MoreOptionsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
3595
3788
  );
3596
3789
 
3597
3790
  // src/components/Icon/icons/MoveLeftIcon.tsx
3598
- var import_jsx_runtime94 = require("react/jsx-runtime");
3599
- var MoveLeftIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
3791
+ var import_jsx_runtime96 = require("react/jsx-runtime");
3792
+ var MoveLeftIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
3600
3793
  "svg",
3601
3794
  {
3602
3795
  ...props,
3603
3796
  viewBox: "0 0 24 24",
3604
3797
  xmlns: "http://www.w3.org/2000/svg",
3605
- children: /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
3798
+ children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
3606
3799
  "path",
3607
3800
  {
3608
3801
  clipRule: "evenodd",
@@ -3615,14 +3808,14 @@ var MoveLeftIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
3615
3808
  );
3616
3809
 
3617
3810
  // src/components/Icon/icons/MoveRightIcon.tsx
3618
- var import_jsx_runtime95 = require("react/jsx-runtime");
3619
- var MoveRightIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
3811
+ var import_jsx_runtime97 = require("react/jsx-runtime");
3812
+ var MoveRightIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
3620
3813
  "svg",
3621
3814
  {
3622
3815
  ...props,
3623
3816
  viewBox: "0 0 24 24",
3624
3817
  xmlns: "http://www.w3.org/2000/svg",
3625
- children: /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
3818
+ children: /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
3626
3819
  "path",
3627
3820
  {
3628
3821
  clipRule: "evenodd",
@@ -3635,14 +3828,14 @@ var MoveRightIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
3635
3828
  );
3636
3829
 
3637
3830
  // src/components/Icon/icons/MusicIcon.tsx
3638
- var import_jsx_runtime96 = require("react/jsx-runtime");
3639
- var MusicIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
3831
+ var import_jsx_runtime98 = require("react/jsx-runtime");
3832
+ var MusicIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
3640
3833
  "svg",
3641
3834
  {
3642
3835
  ...props,
3643
3836
  viewBox: "0 0 24 24",
3644
3837
  xmlns: "http://www.w3.org/2000/svg",
3645
- children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
3838
+ children: /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
3646
3839
  "path",
3647
3840
  {
3648
3841
  d: "M17.9493 1.93853L8.61598 3.49453C7.48665 3.68253 6.66665 4.65053 6.66665 5.79586V15.0852C6.16398 14.8265 5.60265 14.6665 4.99999 14.6665C2.97732 14.6665 1.33333 16.3105 1.33333 18.3332C1.33333 20.3558 2.97732 21.9998 4.99999 21.9998C7.02265 21.9998 8.66664 20.3558 8.66664 18.3332V9.84651L18.6666 8.17985V13.0852C18.164 12.8265 17.6026 12.6665 17 12.6665C14.9773 12.6665 13.3333 14.3105 13.3333 16.3332C13.3333 18.3558 14.9773 19.9998 17 19.9998C19.0226 19.9998 20.6666 18.3558 20.6666 16.3332V4.2412C20.6666 3.5532 20.3653 2.9052 19.8413 2.4612C19.3159 2.0172 18.6306 1.82787 17.9493 1.93987V1.93853Z",
@@ -3653,14 +3846,14 @@ var MusicIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
3653
3846
  );
3654
3847
 
3655
3848
  // src/components/Icon/icons/OpenNewIcon.tsx
3656
- var import_jsx_runtime97 = require("react/jsx-runtime");
3657
- var OpenNewIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
3849
+ var import_jsx_runtime99 = require("react/jsx-runtime");
3850
+ var OpenNewIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
3658
3851
  "svg",
3659
3852
  {
3660
3853
  ...props,
3661
3854
  viewBox: "0 0 24 24",
3662
3855
  xmlns: "http://www.w3.org/2000/svg",
3663
- children: /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
3856
+ children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
3664
3857
  "path",
3665
3858
  {
3666
3859
  clipRule: "evenodd",
@@ -3673,14 +3866,14 @@ var OpenNewIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
3673
3866
  );
3674
3867
 
3675
3868
  // src/components/Icon/icons/OverviewIcon.tsx
3676
- var import_jsx_runtime98 = require("react/jsx-runtime");
3677
- var OverviewIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
3869
+ var import_jsx_runtime100 = require("react/jsx-runtime");
3870
+ var OverviewIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
3678
3871
  "svg",
3679
3872
  {
3680
3873
  ...props,
3681
3874
  viewBox: "0 0 24 24",
3682
3875
  xmlns: "http://www.w3.org/2000/svg",
3683
- children: /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
3876
+ children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
3684
3877
  "path",
3685
3878
  {
3686
3879
  clipRule: "evenodd",
@@ -3693,14 +3886,14 @@ var OverviewIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
3693
3886
  );
3694
3887
 
3695
3888
  // src/components/Icon/icons/PageIcon.tsx
3696
- var import_jsx_runtime99 = require("react/jsx-runtime");
3697
- var PageIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
3889
+ var import_jsx_runtime101 = require("react/jsx-runtime");
3890
+ var PageIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
3698
3891
  "svg",
3699
3892
  {
3700
3893
  ...props,
3701
3894
  viewBox: "0 0 24 24",
3702
3895
  xmlns: "http://www.w3.org/2000/svg",
3703
- children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
3896
+ children: /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
3704
3897
  "path",
3705
3898
  {
3706
3899
  clipRule: "evenodd",
@@ -3713,14 +3906,14 @@ var PageIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
3713
3906
  );
3714
3907
 
3715
3908
  // src/components/Icon/icons/PanelLeftIcon.tsx
3716
- var import_jsx_runtime100 = require("react/jsx-runtime");
3717
- var PanelLeftIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
3909
+ var import_jsx_runtime102 = require("react/jsx-runtime");
3910
+ var PanelLeftIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
3718
3911
  "svg",
3719
3912
  {
3720
3913
  ...props,
3721
3914
  viewBox: "0 0 24 24",
3722
3915
  xmlns: "http://www.w3.org/2000/svg",
3723
- children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
3916
+ children: /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
3724
3917
  "path",
3725
3918
  {
3726
3919
  d: "M18.9997 2.66653H4.99974C2.97708 2.66653 1.33309 4.31053 1.33309 6.33319V17.6665C1.33309 19.6892 2.97708 21.3332 4.99974 21.3332H18.9997C21.0224 21.3332 22.6664 19.6892 22.6664 17.6665V6.33319C22.6664 4.31053 21.0224 2.66653 18.9997 2.66653ZM7.33307 16.3332C7.33307 16.8852 6.88507 17.3332 6.33307 17.3332C5.78108 17.3332 5.33308 16.8852 5.33308 16.3332V7.66652C5.33308 7.11452 5.78108 6.66652 6.33307 6.66652C6.88507 6.66652 7.33307 7.11452 7.33307 7.66652V16.3332ZM17.6664 12.9998H12.0811L13.3744 14.2932C13.7651 14.6838 13.7651 15.3172 13.3744 15.7078C13.1797 15.9025 12.9237 16.0012 12.6677 16.0012C12.4117 16.0012 12.1557 15.9038 11.9611 15.7078L8.96107 12.7078C8.5704 12.3172 8.5704 11.6838 8.96107 11.2932L11.9611 8.29319C12.3517 7.90252 12.9851 7.90252 13.3757 8.29319C13.7664 8.68385 13.7664 9.31718 13.3757 9.70785L12.0824 11.0012H17.6677C18.2197 11.0012 18.6677 11.4492 18.6677 12.0012C18.6677 12.5532 18.2197 13.0012 17.6677 13.0012L17.6664 12.9998Z",
@@ -3731,14 +3924,14 @@ var PanelLeftIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
3731
3924
  );
3732
3925
 
3733
3926
  // src/components/Icon/icons/PanelRightIcon.tsx
3734
- var import_jsx_runtime101 = require("react/jsx-runtime");
3735
- var PanelRightIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
3927
+ var import_jsx_runtime103 = require("react/jsx-runtime");
3928
+ var PanelRightIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
3736
3929
  "svg",
3737
3930
  {
3738
3931
  ...props,
3739
3932
  viewBox: "0 0 24 24",
3740
3933
  xmlns: "http://www.w3.org/2000/svg",
3741
- children: /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
3934
+ children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
3742
3935
  "path",
3743
3936
  {
3744
3937
  d: "M18.9996 2.66653H4.99968C2.97702 2.66653 1.33302 4.31053 1.33302 6.33319V17.6665C1.33302 19.6892 2.97702 21.3332 4.99968 21.3332H18.9996C21.0223 21.3332 22.6663 19.6892 22.6663 17.6665V6.33319C22.6663 4.31053 21.0223 2.66653 18.9996 2.66653ZM7.33301 16.3332C7.33301 16.8852 6.88501 17.3332 6.33301 17.3332C5.78101 17.3332 5.33301 16.8852 5.33301 16.3332V7.66652C5.33301 7.11452 5.78101 6.66652 6.33301 6.66652C6.88501 6.66652 7.33301 7.11452 7.33301 7.66652V16.3332ZM18.373 12.7065L15.373 15.7065C15.1783 15.9012 14.9223 15.9998 14.6663 15.9998C14.4103 15.9998 14.1543 15.9025 13.9597 15.7065C13.569 15.3158 13.569 14.6825 13.9597 14.2918L15.253 12.9985H9.66634C9.11434 12.9985 8.66634 12.5505 8.66634 11.9985C8.66634 11.4465 9.11434 10.9985 9.66634 10.9985H15.2517L13.9583 9.70518C13.5677 9.31452 13.5677 8.68119 13.9583 8.29052C14.349 7.89985 14.9823 7.89985 15.373 8.29052L18.373 11.2905C18.7636 11.6812 18.7636 12.3158 18.373 12.7065Z",
@@ -3749,14 +3942,14 @@ var PanelRightIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
3749
3942
  );
3750
3943
 
3751
3944
  // src/components/Icon/icons/PanelUpIcon.tsx
3752
- var import_jsx_runtime102 = require("react/jsx-runtime");
3753
- var PanelUpIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
3945
+ var import_jsx_runtime104 = require("react/jsx-runtime");
3946
+ var PanelUpIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
3754
3947
  "svg",
3755
3948
  {
3756
3949
  ...props,
3757
3950
  viewBox: "0 0 24 24",
3758
3951
  xmlns: "http://www.w3.org/2000/svg",
3759
- children: /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
3952
+ children: /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
3760
3953
  "path",
3761
3954
  {
3762
3955
  d: "M18.9996 2.66653H4.99962C2.97696 2.66653 1.33296 4.31053 1.33296 6.33319V17.6665C1.33296 19.6892 2.97696 21.3332 4.99962 21.3332H18.9996C21.0222 21.3332 22.6662 19.6892 22.6662 17.6665V6.33319C22.6662 4.31053 21.0222 2.66653 18.9996 2.66653ZM15.5343 14.8678C15.3396 15.0625 15.0836 15.1612 14.8276 15.1612C14.5716 15.1612 14.3156 15.0638 14.1209 14.8678L12.9996 13.7465V16.6652C12.9996 17.2172 12.5516 17.6652 11.9996 17.6652C11.4476 17.6652 10.9996 17.2172 10.9996 16.6652V13.7465L9.87827 14.8678C9.48761 15.2585 8.85428 15.2585 8.46361 14.8678C8.07295 14.4772 8.07295 13.8438 8.46361 13.4532L11.2916 10.6252C11.6823 10.2345 12.3156 10.2345 12.7063 10.6252L15.5343 13.4532C15.9249 13.8438 15.9249 14.4772 15.5343 14.8678ZM17.6663 8.66652H6.33295C5.78095 8.66652 5.33295 8.21852 5.33295 7.66652C5.33295 7.11452 5.78095 6.66652 6.33295 6.66652H17.6663C18.2183 6.66652 18.6663 7.11452 18.6663 7.66652C18.6663 8.21852 18.2183 8.66652 17.6663 8.66652Z",
@@ -3767,14 +3960,14 @@ var PanelUpIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
3767
3960
  );
3768
3961
 
3769
3962
  // src/components/Icon/icons/PasswordIcon.tsx
3770
- var import_jsx_runtime103 = require("react/jsx-runtime");
3771
- var PasswordIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
3963
+ var import_jsx_runtime105 = require("react/jsx-runtime");
3964
+ var PasswordIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
3772
3965
  "svg",
3773
3966
  {
3774
3967
  ...props,
3775
3968
  viewBox: "0 0 24 24",
3776
3969
  xmlns: "http://www.w3.org/2000/svg",
3777
- children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
3970
+ children: /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
3778
3971
  "path",
3779
3972
  {
3780
3973
  clipRule: "evenodd",
@@ -3787,14 +3980,14 @@ var PasswordIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
3787
3980
  );
3788
3981
 
3789
3982
  // src/components/Icon/icons/PencilIcon.tsx
3790
- var import_jsx_runtime104 = require("react/jsx-runtime");
3791
- var PencilIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
3983
+ var import_jsx_runtime106 = require("react/jsx-runtime");
3984
+ var PencilIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
3792
3985
  "svg",
3793
3986
  {
3794
3987
  ...props,
3795
3988
  viewBox: "0 0 24 24",
3796
3989
  xmlns: "http://www.w3.org/2000/svg",
3797
- children: /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
3990
+ children: /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
3798
3991
  "path",
3799
3992
  {
3800
3993
  d: "M15.2186 3.7972L4.80665 14.2092C3.65599 15.3612 2.93866 18.7505 2.68266 20.1545C2.62399 20.4772 2.72799 20.8092 2.95999 21.0412C3.14932 21.2305 3.40399 21.3345 3.66666 21.3345C3.72532 21.3345 3.78532 21.3292 3.84532 21.3185C5.24932 21.0638 8.63864 20.3465 9.79064 19.1945L20.2026 8.78252C21.5759 7.40786 21.5759 5.1732 20.2026 3.79854C18.872 2.46787 16.5493 2.46787 15.2186 3.7972Z",
@@ -3805,14 +3998,14 @@ var PencilIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
3805
3998
  );
3806
3999
 
3807
4000
  // src/components/Icon/icons/PeopleIcon.tsx
3808
- var import_jsx_runtime105 = require("react/jsx-runtime");
3809
- var PeopleIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
4001
+ var import_jsx_runtime107 = require("react/jsx-runtime");
4002
+ var PeopleIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
3810
4003
  "svg",
3811
4004
  {
3812
4005
  ...props,
3813
4006
  viewBox: "0 0 24 24",
3814
4007
  xmlns: "http://www.w3.org/2000/svg",
3815
- children: /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
4008
+ children: /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
3816
4009
  "path",
3817
4010
  {
3818
4011
  clipRule: "evenodd",
@@ -3825,14 +4018,14 @@ var PeopleIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
3825
4018
  );
3826
4019
 
3827
4020
  // src/components/Icon/icons/PinIcon.tsx
3828
- var import_jsx_runtime106 = require("react/jsx-runtime");
3829
- var PinIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
4021
+ var import_jsx_runtime108 = require("react/jsx-runtime");
4022
+ var PinIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
3830
4023
  "svg",
3831
4024
  {
3832
4025
  ...props,
3833
4026
  viewBox: "0 0 24 24",
3834
4027
  xmlns: "http://www.w3.org/2000/svg",
3835
- children: /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
4028
+ children: /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
3836
4029
  "path",
3837
4030
  {
3838
4031
  clipRule: "evenodd",
@@ -3845,14 +4038,14 @@ var PinIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
3845
4038
  );
3846
4039
 
3847
4040
  // src/components/Icon/icons/PinSlashIcon.tsx
3848
- var import_jsx_runtime107 = require("react/jsx-runtime");
3849
- var PinSlashIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
4041
+ var import_jsx_runtime109 = require("react/jsx-runtime");
4042
+ var PinSlashIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
3850
4043
  "svg",
3851
4044
  {
3852
4045
  ...props,
3853
4046
  viewBox: "0 0 24 24",
3854
4047
  xmlns: "http://www.w3.org/2000/svg",
3855
- children: /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
4048
+ children: /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
3856
4049
  "path",
3857
4050
  {
3858
4051
  clipRule: "evenodd",
@@ -3865,14 +4058,14 @@ var PinSlashIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
3865
4058
  );
3866
4059
 
3867
4060
  // src/components/Icon/icons/PlayIcon.tsx
3868
- var import_jsx_runtime108 = require("react/jsx-runtime");
3869
- var PlayIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
4061
+ var import_jsx_runtime110 = require("react/jsx-runtime");
4062
+ var PlayIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
3870
4063
  "svg",
3871
4064
  {
3872
4065
  ...props,
3873
4066
  viewBox: "0 0 24 24",
3874
4067
  xmlns: "http://www.w3.org/2000/svg",
3875
- children: /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
4068
+ children: /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
3876
4069
  "path",
3877
4070
  {
3878
4071
  d: "M20.1332 9.97052L7.47719 2.96254C6.73986 2.55454 5.8692 2.56654 5.1452 2.9932C4.42787 3.41587 3.99987 4.16253 3.99987 4.99186V19.0078C3.99987 19.8372 4.42787 20.5838 5.1452 21.0065C5.5172 21.2252 5.92653 21.3358 6.33853 21.3358C6.7292 21.3358 7.11986 21.2358 7.47719 21.0385L20.1318 14.0305C20.8732 13.6212 21.3332 12.8425 21.3332 12.0012C21.3332 11.1598 20.8732 10.3799 20.1332 9.97052Z",
@@ -3883,14 +4076,14 @@ var PlayIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
3883
4076
  );
3884
4077
 
3885
4078
  // src/components/Icon/icons/PlayerIcon.tsx
3886
- var import_jsx_runtime109 = require("react/jsx-runtime");
3887
- var PlayerIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
4079
+ var import_jsx_runtime111 = require("react/jsx-runtime");
4080
+ var PlayerIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
3888
4081
  "svg",
3889
4082
  {
3890
4083
  ...props,
3891
4084
  viewBox: "0 0 24 24",
3892
4085
  xmlns: "http://www.w3.org/2000/svg",
3893
- children: /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
4086
+ children: /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
3894
4087
  "path",
3895
4088
  {
3896
4089
  d: "M18.9998 3.99987H4.9998C2.97714 3.99987 1.33315 5.64386 1.33315 7.66653V16.3332C1.33315 18.3558 2.97714 19.9998 4.9998 19.9998H18.9998C21.0224 19.9998 22.6664 18.3558 22.6664 16.3332V7.66653C22.6664 5.64386 21.0224 3.99987 18.9998 3.99987ZM15.0371 12.8638L10.1705 15.7025C10.0131 15.7945 9.83979 15.8412 9.66646 15.8412C9.49579 15.8412 9.32513 15.7958 9.16779 15.7065C8.85313 15.5265 8.66646 15.2025 8.66646 14.8398V9.16119C8.66646 8.79852 8.85446 8.47452 9.16779 8.29452C9.48246 8.11319 9.85712 8.11586 10.1691 8.29719L15.0358 11.1359C15.3464 11.3172 15.5331 11.6398 15.5331 11.9998C15.5331 12.3598 15.3491 12.6825 15.0371 12.8638Z",
@@ -3901,14 +4094,14 @@ var PlayerIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
3901
4094
  );
3902
4095
 
3903
4096
  // src/components/Icon/icons/PlusIcon.tsx
3904
- var import_jsx_runtime110 = require("react/jsx-runtime");
3905
- var PlusIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
4097
+ var import_jsx_runtime112 = require("react/jsx-runtime");
4098
+ var PlusIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
3906
4099
  "svg",
3907
4100
  {
3908
4101
  ...props,
3909
4102
  viewBox: "0 0 24 24",
3910
4103
  xmlns: "http://www.w3.org/2000/svg",
3911
- children: /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
4104
+ children: /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
3912
4105
  "path",
3913
4106
  {
3914
4107
  clipRule: "evenodd",
@@ -3921,14 +4114,14 @@ var PlusIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
3921
4114
  );
3922
4115
 
3923
4116
  // src/components/Icon/icons/PodcastIcon.tsx
3924
- var import_jsx_runtime111 = require("react/jsx-runtime");
3925
- var PodcastIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
4117
+ var import_jsx_runtime113 = require("react/jsx-runtime");
4118
+ var PodcastIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
3926
4119
  "svg",
3927
4120
  {
3928
4121
  ...props,
3929
4122
  viewBox: "0 0 24 24",
3930
4123
  xmlns: "http://www.w3.org/2000/svg",
3931
- children: /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
4124
+ children: /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
3932
4125
  "path",
3933
4126
  {
3934
4127
  clipRule: "evenodd",
@@ -3941,14 +4134,14 @@ var PodcastIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
3941
4134
  );
3942
4135
 
3943
4136
  // src/components/Icon/icons/PreviewIcon.tsx
3944
- var import_jsx_runtime112 = require("react/jsx-runtime");
3945
- var PreviewIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
4137
+ var import_jsx_runtime114 = require("react/jsx-runtime");
4138
+ var PreviewIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
3946
4139
  "svg",
3947
4140
  {
3948
4141
  ...props,
3949
4142
  viewBox: "0 0 24 24",
3950
4143
  xmlns: "http://www.w3.org/2000/svg",
3951
- children: /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
4144
+ children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
3952
4145
  "path",
3953
4146
  {
3954
4147
  clipRule: "evenodd",
@@ -3961,14 +4154,14 @@ var PreviewIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
3961
4154
  );
3962
4155
 
3963
4156
  // src/components/Icon/icons/PrivateUserSessionsIcon.tsx
3964
- var import_jsx_runtime113 = require("react/jsx-runtime");
3965
- var PrivateUserSessionsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
4157
+ var import_jsx_runtime115 = require("react/jsx-runtime");
4158
+ var PrivateUserSessionsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
3966
4159
  "svg",
3967
4160
  {
3968
4161
  ...props,
3969
4162
  viewBox: "0 0 24 24",
3970
4163
  xmlns: "http://www.w3.org/2000/svg",
3971
- children: /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
4164
+ children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
3972
4165
  "path",
3973
4166
  {
3974
4167
  clipRule: "evenodd",
@@ -3981,15 +4174,15 @@ var PrivateUserSessionsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime1
3981
4174
  );
3982
4175
 
3983
4176
  // src/components/Icon/icons/ProjectIcon.tsx
3984
- var import_jsx_runtime114 = require("react/jsx-runtime");
3985
- var ProjectIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)(
4177
+ var import_jsx_runtime116 = require("react/jsx-runtime");
4178
+ var ProjectIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)(
3986
4179
  "svg",
3987
4180
  {
3988
4181
  ...props,
3989
4182
  viewBox: "0 0 24 24",
3990
4183
  xmlns: "http://www.w3.org/2000/svg",
3991
4184
  children: [
3992
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
4185
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
3993
4186
  "path",
3994
4187
  {
3995
4188
  clipRule: "evenodd",
@@ -3998,7 +4191,7 @@ var ProjectIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)(
3998
4191
  fillRule: "evenodd"
3999
4192
  }
4000
4193
  ),
4001
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
4194
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
4002
4195
  "path",
4003
4196
  {
4004
4197
  d: "M9.95639 4.13386L8.95738 4.79867L8.95787 4.79941L9.95639 4.13386ZM12 7.19985L11.0015 7.8654C11.224 8.19929 11.5987 8.39985 12 8.39985V7.19985ZM4.8 7.19985V5.39986H2.40001V7.19985H4.8ZM4.8 5.39986C4.8 5.069 5.06914 4.79986 5.4 4.79986V2.39987C3.74366 2.39987 2.40001 3.74352 2.40001 5.39986H4.8ZM5.4 4.79986H8.95799V2.39987H5.4V4.79986ZM8.95799 4.79986C8.95808 4.79986 8.95805 4.79986 8.95807 4.79987C8.95816 4.79989 8.95836 4.79996 8.95858 4.80007C8.95903 4.80031 8.95826 4.8 8.95738 4.79867L10.9554 3.46906C10.51 2.79971 9.75864 2.39987 8.95799 2.39987V4.79986ZM8.95787 4.79941L11.0015 7.8654L12.9985 6.5343L10.9549 3.46832L8.95787 4.79941ZM12 8.39985H18.6V5.99985H12V8.39985ZM18.6 8.39985C18.9308 8.39985 19.2 8.66899 19.2 8.99984H21.6C21.6 7.34351 20.2563 5.99985 18.6 5.99985V8.39985ZM19.2 8.99984V16.7998H21.6V8.99984H19.2ZM19.2 16.7998C19.2 18.1243 18.1244 19.1998 16.8 19.1998V21.5998C19.4499 21.5998 21.6 19.4498 21.6 16.7998H19.2ZM16.8 19.1998H7.2V21.5998H16.8V19.1998ZM7.2 19.1998C5.87554 19.1998 4.8 18.1243 4.8 16.7998H2.40001C2.40001 19.4498 4.55006 21.5998 7.2 21.5998V19.1998ZM4.8 16.7998V7.19986H2.40001V16.7998H4.8ZM4.8 7.19986V7.19985H2.40001V7.19986H4.8Z",
@@ -4010,14 +4203,14 @@ var ProjectIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)(
4010
4203
  );
4011
4204
 
4012
4205
  // src/components/Icon/icons/PropertiesIcon.tsx
4013
- var import_jsx_runtime115 = require("react/jsx-runtime");
4014
- var PropertiesIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
4206
+ var import_jsx_runtime117 = require("react/jsx-runtime");
4207
+ var PropertiesIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
4015
4208
  "svg",
4016
4209
  {
4017
4210
  ...props,
4018
4211
  viewBox: "0 0 24 24",
4019
4212
  xmlns: "http://www.w3.org/2000/svg",
4020
- children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
4213
+ children: /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
4021
4214
  "path",
4022
4215
  {
4023
4216
  clipRule: "evenodd",
@@ -4030,14 +4223,14 @@ var PropertiesIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
4030
4223
  );
4031
4224
 
4032
4225
  // src/components/Icon/icons/QuestionMarkIcon.tsx
4033
- var import_jsx_runtime116 = require("react/jsx-runtime");
4034
- var QuestionMarkIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
4226
+ var import_jsx_runtime118 = require("react/jsx-runtime");
4227
+ var QuestionMarkIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
4035
4228
  "svg",
4036
4229
  {
4037
4230
  ...props,
4038
4231
  viewBox: "0 0 24 24",
4039
4232
  xmlns: "http://www.w3.org/2000/svg",
4040
- children: /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
4233
+ children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
4041
4234
  "path",
4042
4235
  {
4043
4236
  d: "M11.9998 1.33321C6.11853 1.33321 1.33321 6.11853 1.33321 11.9998C1.33321 17.8812 6.11853 22.6665 11.9998 22.6665C17.8812 22.6665 22.6665 17.8812 22.6665 11.9998C22.6665 6.11853 17.8812 1.33321 11.9998 1.33321ZM11.7212 18.0892C10.9852 18.0892 10.3879 17.4905 10.3879 16.7558C10.3879 16.0212 10.9852 15.4225 11.7212 15.4225C12.4572 15.4225 13.0545 16.0212 13.0545 16.7558C13.0545 17.4905 12.4572 18.0892 11.7212 18.0892ZM13.7598 12.2865C13.1505 12.7118 12.8532 12.9412 12.7532 13.5065C12.6692 13.9918 12.2465 14.3332 11.7705 14.3332C11.7132 14.3332 11.6545 14.3292 11.5958 14.3185C11.0518 14.2225 10.6878 13.7052 10.7852 13.1598C11.0332 11.7505 11.9478 11.1119 12.6172 10.6452C13.3198 10.1545 13.5638 9.94919 13.5638 9.24652C13.5638 8.13052 12.6332 7.83586 12.1412 7.83586C11.5892 7.83586 10.5985 8.00919 10.1719 9.16919C9.98118 9.68785 9.41052 9.95319 8.88785 9.76385C8.36919 9.57319 8.10386 8.99852 8.29452 8.48119C8.90252 6.82519 10.3399 5.83586 12.1412 5.83586C13.7998 5.83586 15.5638 7.03053 15.5638 9.24652C15.5638 11.0292 14.5225 11.7558 13.7598 12.2865Z",
@@ -4048,14 +4241,14 @@ var QuestionMarkIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime116.jsx)
4048
4241
  );
4049
4242
 
4050
4243
  // src/components/Icon/icons/ReactIcon.tsx
4051
- var import_jsx_runtime117 = require("react/jsx-runtime");
4052
- var ReactIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
4244
+ var import_jsx_runtime119 = require("react/jsx-runtime");
4245
+ var ReactIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
4053
4246
  "svg",
4054
4247
  {
4055
4248
  ...props,
4056
4249
  viewBox: "0 0 24 24",
4057
4250
  xmlns: "http://www.w3.org/2000/svg",
4058
- children: /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
4251
+ children: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
4059
4252
  "path",
4060
4253
  {
4061
4254
  d: "M11.9998 1.33321C6.11847 1.33321 1.33315 6.11853 1.33315 11.9998C1.33315 17.8812 6.11847 22.6665 11.9998 22.6665C17.8811 22.6665 22.6664 17.8812 22.6664 11.9998C22.6664 6.11853 17.8811 1.33321 11.9998 1.33321ZM6.66647 10.6665C6.66647 9.93052 7.2638 9.33319 7.9998 9.33319C8.73579 9.33319 9.33313 9.93052 9.33313 10.6665C9.33313 11.4025 8.73579 11.9998 7.9998 11.9998C7.2638 11.9998 6.66647 11.4025 6.66647 10.6665ZM11.9998 18.6665C9.95846 18.6665 8.18779 17.1465 7.88113 15.1318C7.8358 14.8372 7.93313 14.5398 8.13846 14.3345C8.33979 14.1345 8.61579 14.0452 8.90113 14.0878C10.9358 14.4078 13.0424 14.4078 15.0851 14.0892C15.3744 14.0465 15.6558 14.1372 15.8624 14.3412C16.0664 14.5452 16.1624 14.8385 16.1184 15.1265C15.8131 17.1438 14.0424 18.6652 11.9998 18.6652V18.6665ZM15.9998 11.9998C15.2638 11.9998 14.6664 11.4025 14.6664 10.6665C14.6664 9.93052 15.2638 9.33319 15.9998 9.33319C16.7358 9.33319 17.3331 9.93052 17.3331 10.6665C17.3331 11.4025 16.7358 11.9998 15.9998 11.9998Z",
@@ -4066,14 +4259,14 @@ var ReactIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
4066
4259
  );
4067
4260
 
4068
4261
  // src/components/Icon/icons/RecordIcon.tsx
4069
- var import_jsx_runtime118 = require("react/jsx-runtime");
4070
- var RecordIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
4262
+ var import_jsx_runtime120 = require("react/jsx-runtime");
4263
+ var RecordIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
4071
4264
  "svg",
4072
4265
  {
4073
4266
  ...props,
4074
4267
  viewBox: "0 0 24 24",
4075
4268
  xmlns: "http://www.w3.org/2000/svg",
4076
- children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
4269
+ children: /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
4077
4270
  "path",
4078
4271
  {
4079
4272
  clipRule: "evenodd",
@@ -4086,14 +4279,14 @@ var RecordIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
4086
4279
  );
4087
4280
 
4088
4281
  // src/components/Icon/icons/RedoIcon.tsx
4089
- var import_jsx_runtime119 = require("react/jsx-runtime");
4090
- var RedoIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
4282
+ var import_jsx_runtime121 = require("react/jsx-runtime");
4283
+ var RedoIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
4091
4284
  "svg",
4092
4285
  {
4093
4286
  ...props,
4094
4287
  viewBox: "0 0 24 24",
4095
4288
  xmlns: "http://www.w3.org/2000/svg",
4096
- children: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
4289
+ children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
4097
4290
  "path",
4098
4291
  {
4099
4292
  clipRule: "evenodd",
@@ -4106,14 +4299,14 @@ var RedoIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
4106
4299
  );
4107
4300
 
4108
4301
  // src/components/Icon/icons/ReplaceIcon.tsx
4109
- var import_jsx_runtime120 = require("react/jsx-runtime");
4110
- var ReplaceIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
4302
+ var import_jsx_runtime122 = require("react/jsx-runtime");
4303
+ var ReplaceIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
4111
4304
  "svg",
4112
4305
  {
4113
4306
  ...props,
4114
4307
  viewBox: "0 0 24 24",
4115
4308
  xmlns: "http://www.w3.org/2000/svg",
4116
- children: /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
4309
+ children: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
4117
4310
  "path",
4118
4311
  {
4119
4312
  clipRule: "evenodd",
@@ -4126,14 +4319,14 @@ var ReplaceIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
4126
4319
  );
4127
4320
 
4128
4321
  // src/components/Icon/icons/ReplyIcon.tsx
4129
- var import_jsx_runtime121 = require("react/jsx-runtime");
4130
- var ReplyIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
4322
+ var import_jsx_runtime123 = require("react/jsx-runtime");
4323
+ var ReplyIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
4131
4324
  "svg",
4132
4325
  {
4133
4326
  ...props,
4134
4327
  viewBox: "0 0 24 24",
4135
4328
  xmlns: "http://www.w3.org/2000/svg",
4136
- children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
4329
+ children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
4137
4330
  "path",
4138
4331
  {
4139
4332
  clipRule: "evenodd",
@@ -4146,14 +4339,14 @@ var ReplyIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
4146
4339
  );
4147
4340
 
4148
4341
  // src/components/Icon/icons/SaveAsCopyIcon.tsx
4149
- var import_jsx_runtime122 = require("react/jsx-runtime");
4150
- var SaveAsCopyIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
4342
+ var import_jsx_runtime124 = require("react/jsx-runtime");
4343
+ var SaveAsCopyIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
4151
4344
  "svg",
4152
4345
  {
4153
4346
  ...props,
4154
4347
  viewBox: "0 0 24 24",
4155
4348
  xmlns: "http://www.w3.org/2000/svg",
4156
- children: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
4349
+ children: /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
4157
4350
  "path",
4158
4351
  {
4159
4352
  clipRule: "evenodd",
@@ -4166,14 +4359,14 @@ var SaveAsCopyIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
4166
4359
  );
4167
4360
 
4168
4361
  // src/components/Icon/icons/SaveIcon.tsx
4169
- var import_jsx_runtime123 = require("react/jsx-runtime");
4170
- var SaveIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
4362
+ var import_jsx_runtime125 = require("react/jsx-runtime");
4363
+ var SaveIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
4171
4364
  "svg",
4172
4365
  {
4173
4366
  ...props,
4174
4367
  viewBox: "0 0 24 24",
4175
4368
  xmlns: "http://www.w3.org/2000/svg",
4176
- children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
4369
+ children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
4177
4370
  "path",
4178
4371
  {
4179
4372
  d: "M21.3155 6.5692L17.4301 2.68387C16.9888 2.24254 16.4035 1.99987 15.7808 1.99987H5.87949C3.74083 1.99987 1.9995 3.7412 1.9995 5.87986V18.1198C1.9995 20.2585 3.74083 21.9998 5.87949 21.9998H18.1195C20.2581 21.9998 21.9995 20.2585 21.9995 18.1198V8.21852C21.9995 7.59586 21.7568 7.00919 21.3155 6.5692ZM6.66616 3.99987H14.6661V6.66653C14.6661 7.39986 14.0661 7.99986 13.3328 7.99986H7.99949C7.26616 7.99986 6.66616 7.39986 6.66616 6.66653V3.99987ZM17.3328 19.9998H6.66616V14.6665C6.66616 13.9332 7.26616 13.3332 7.99949 13.3332H15.9995C16.7328 13.3332 17.3328 13.9332 17.3328 14.6665V19.9998Z",
@@ -4184,14 +4377,14 @@ var SaveIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
4184
4377
  );
4185
4378
 
4186
4379
  // src/components/Icon/icons/ScissorsIcon.tsx
4187
- var import_jsx_runtime124 = require("react/jsx-runtime");
4188
- var ScissorsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
4380
+ var import_jsx_runtime126 = require("react/jsx-runtime");
4381
+ var ScissorsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
4189
4382
  "svg",
4190
4383
  {
4191
4384
  ...props,
4192
4385
  viewBox: "0 0 24 24",
4193
4386
  xmlns: "http://www.w3.org/2000/svg",
4194
- children: /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
4387
+ children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
4195
4388
  "path",
4196
4389
  {
4197
4390
  d: "M8.03042 13.6605C7.73535 14.0006 7.25074 14.0917 6.8028 14.0461C6.54217 14.0195 6.27019 14.0236 5.96972 14.0236C3.76414 14.0236 2.01959 16.1038 1.97773 18.0156C1.93586 19.9273 3.23259 22.2035 5.96972 22.0076C8.70686 21.8116 9.96172 20.2211 9.96172 18.0156C9.96172 17.6742 9.91811 17.3462 9.83672 17.0336C9.73128 16.6286 9.79891 16.1824 10.0948 15.8865L11.2506 14.7307C11.6411 14.3401 12.2743 14.3401 12.6648 14.7307L13.8206 15.8865C14.1165 16.1824 14.1841 16.6286 14.0787 17.0336C13.9973 17.3462 13.9537 17.6742 13.9537 18.0156C13.9537 20.2211 15.1616 22.1277 17.9457 22.0076C20.1138 22.0076 21.8769 20.2813 21.9362 18.1275C21.9382 18.0533 21.9472 17.9794 21.9583 17.906C22.2072 16.2536 19.8847 13.8188 17.9457 14.0236C17.606 14.0236 17.2796 14.0667 16.9684 14.1474C16.561 14.2529 16.1121 14.1834 15.8164 13.8839L15.5341 13.5979C15.1988 13.2583 15.1485 12.7314 15.4153 12.3357C16.7051 10.4232 20.3129 5.04458 20.9214 3.82741C21.5171 2.63608 20.8216 2.27428 20.5213 2.17749C20.4397 2.15115 20.3538 2.15005 20.2692 2.16438C19.9626 2.21628 19.1552 2.39484 18.4294 2.91739C17.5596 3.54369 11.1772 10.0335 8.03042 13.6605ZM7.96572 18.0156C7.96572 19.1134 7.62753 20.2005 5.93739 20.2918C4.24725 20.3831 4.00273 19.3194 3.97372 18.0156C3.94472 16.7117 4.78907 16.3065 5.90361 16.2727C7.01816 16.2389 7.96572 16.9178 7.96572 18.0156ZM19.5954 17.9155C19.5954 19.0133 18.9851 19.6891 17.8773 19.6891C16.7695 19.6891 16.2146 19.1796 16.2146 18.0818C16.2146 16.984 16.7141 16.3637 17.8219 16.3637C18.9297 16.3637 19.5954 16.8177 19.5954 17.9155ZM3.59453 4.26526C3.95765 4.87977 7.97772 9.95022 8.7319 10.3133C9.48608 10.6765 11.7442 7.95976 11.3532 7.17765C10.9621 6.39553 4.78187 2.23266 3.97372 2.04758C3.45763 1.92939 3.19544 2.20587 3.07334 2.42113C2.99439 2.56032 2.99979 2.7259 3.0443 2.87961C3.14116 3.21412 3.3405 3.83537 3.59453 4.26526Z",
@@ -4202,14 +4395,14 @@ var ScissorsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
4202
4395
  );
4203
4396
 
4204
4397
  // src/components/Icon/icons/ScreenshareOffIcon.tsx
4205
- var import_jsx_runtime125 = require("react/jsx-runtime");
4206
- var ScreenshareOffIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
4398
+ var import_jsx_runtime127 = require("react/jsx-runtime");
4399
+ var ScreenshareOffIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
4207
4400
  "svg",
4208
4401
  {
4209
4402
  ...props,
4210
4403
  viewBox: "0 0 24 24",
4211
4404
  xmlns: "http://www.w3.org/2000/svg",
4212
- children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
4405
+ children: /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
4213
4406
  "path",
4214
4407
  {
4215
4408
  clipRule: "evenodd",
@@ -4222,14 +4415,14 @@ var ScreenshareOffIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime125.js
4222
4415
  );
4223
4416
 
4224
4417
  // src/components/Icon/icons/ScreenshareOnIcon.tsx
4225
- var import_jsx_runtime126 = require("react/jsx-runtime");
4226
- var ScreenshareOnIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
4418
+ var import_jsx_runtime128 = require("react/jsx-runtime");
4419
+ var ScreenshareOnIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(
4227
4420
  "svg",
4228
4421
  {
4229
4422
  ...props,
4230
4423
  viewBox: "0 0 24 24",
4231
4424
  xmlns: "http://www.w3.org/2000/svg",
4232
- children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
4425
+ children: /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(
4233
4426
  "path",
4234
4427
  {
4235
4428
  clipRule: "evenodd",
@@ -4242,14 +4435,14 @@ var ScreenshareOnIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime126.jsx
4242
4435
  );
4243
4436
 
4244
4437
  // src/components/Icon/icons/SearchIcon.tsx
4245
- var import_jsx_runtime127 = require("react/jsx-runtime");
4246
- var SearchIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
4438
+ var import_jsx_runtime129 = require("react/jsx-runtime");
4439
+ var SearchIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(
4247
4440
  "svg",
4248
4441
  {
4249
4442
  ...props,
4250
4443
  viewBox: "0 0 24 24",
4251
4444
  xmlns: "http://www.w3.org/2000/svg",
4252
- children: /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
4445
+ children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(
4253
4446
  "path",
4254
4447
  {
4255
4448
  clipRule: "evenodd",
@@ -4262,14 +4455,14 @@ var SearchIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
4262
4455
  );
4263
4456
 
4264
4457
  // src/components/Icon/icons/SendIcon.tsx
4265
- var import_jsx_runtime128 = require("react/jsx-runtime");
4266
- var SendIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(
4458
+ var import_jsx_runtime130 = require("react/jsx-runtime");
4459
+ var SendIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
4267
4460
  "svg",
4268
4461
  {
4269
4462
  ...props,
4270
4463
  viewBox: "0 0 24 24",
4271
4464
  xmlns: "http://www.w3.org/2000/svg",
4272
- children: /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(
4465
+ children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
4273
4466
  "path",
4274
4467
  {
4275
4468
  d: "M21.0892 10.5011L5.8012 2.56248C5.1972 2.25048 4.47187 2.32915 3.94787 2.75981C3.4252 3.19181 3.21187 3.89181 3.40387 4.54114L5.3172 10.9998H11.8478C12.3998 10.9998 12.8478 11.4478 12.8478 11.9998C12.8478 12.5518 12.3998 12.9998 11.8478 12.9998H5.3172L3.40387 19.4584C3.21054 20.1091 3.4252 20.8078 3.94787 21.2398C4.2572 21.4944 4.63853 21.6264 5.02253 21.6264C5.28787 21.6264 5.55453 21.5638 5.8012 21.4358L21.0892 13.4971C21.6505 13.2051 21.9998 12.6318 21.9998 11.9985C21.9998 11.3651 21.6505 10.7931 21.0892 10.5011Z",
@@ -4280,14 +4473,14 @@ var SendIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(
4280
4473
  );
4281
4474
 
4282
4475
  // src/components/Icon/icons/ShapesIcon.tsx
4283
- var import_jsx_runtime129 = require("react/jsx-runtime");
4284
- var ShapesIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(
4476
+ var import_jsx_runtime131 = require("react/jsx-runtime");
4477
+ var ShapesIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime131.jsx)(
4285
4478
  "svg",
4286
4479
  {
4287
4480
  ...props,
4288
4481
  viewBox: "0 0 24 24",
4289
4482
  xmlns: "http://www.w3.org/2000/svg",
4290
- children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(
4483
+ children: /* @__PURE__ */ (0, import_jsx_runtime131.jsx)(
4291
4484
  "path",
4292
4485
  {
4293
4486
  clipRule: "evenodd",
@@ -4300,14 +4493,14 @@ var ShapesIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(
4300
4493
  );
4301
4494
 
4302
4495
  // src/components/Icon/icons/ShareIcon.tsx
4303
- var import_jsx_runtime130 = require("react/jsx-runtime");
4304
- var ShareIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
4496
+ var import_jsx_runtime132 = require("react/jsx-runtime");
4497
+ var ShareIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime132.jsx)(
4305
4498
  "svg",
4306
4499
  {
4307
4500
  ...props,
4308
4501
  viewBox: "0 0 24 24",
4309
4502
  xmlns: "http://www.w3.org/2000/svg",
4310
- children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
4503
+ children: /* @__PURE__ */ (0, import_jsx_runtime132.jsx)(
4311
4504
  "path",
4312
4505
  {
4313
4506
  clipRule: "evenodd",
@@ -4320,14 +4513,14 @@ var ShareIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
4320
4513
  );
4321
4514
 
4322
4515
  // src/components/Icon/icons/SharingPermissionsIcon.tsx
4323
- var import_jsx_runtime131 = require("react/jsx-runtime");
4324
- var SharingPermissionsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime131.jsx)(
4516
+ var import_jsx_runtime133 = require("react/jsx-runtime");
4517
+ var SharingPermissionsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(
4325
4518
  "svg",
4326
4519
  {
4327
4520
  ...props,
4328
4521
  viewBox: "0 0 24 24",
4329
4522
  xmlns: "http://www.w3.org/2000/svg",
4330
- children: /* @__PURE__ */ (0, import_jsx_runtime131.jsx)(
4523
+ children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(
4331
4524
  "path",
4332
4525
  {
4333
4526
  clipRule: "evenodd",
@@ -4340,14 +4533,14 @@ var SharingPermissionsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime13
4340
4533
  );
4341
4534
 
4342
4535
  // src/components/Icon/icons/SimulcastIcon.tsx
4343
- var import_jsx_runtime132 = require("react/jsx-runtime");
4344
- var SimulcastIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime132.jsx)(
4536
+ var import_jsx_runtime134 = require("react/jsx-runtime");
4537
+ var SimulcastIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime134.jsx)(
4345
4538
  "svg",
4346
4539
  {
4347
4540
  ...props,
4348
4541
  viewBox: "0 0 24 24",
4349
4542
  xmlns: "http://www.w3.org/2000/svg",
4350
- children: /* @__PURE__ */ (0, import_jsx_runtime132.jsx)(
4543
+ children: /* @__PURE__ */ (0, import_jsx_runtime134.jsx)(
4351
4544
  "path",
4352
4545
  {
4353
4546
  clipRule: "evenodd",
@@ -4360,14 +4553,14 @@ var SimulcastIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime132.jsx)(
4360
4553
  );
4361
4554
 
4362
4555
  // src/components/Icon/icons/SortIcon.tsx
4363
- var import_jsx_runtime133 = require("react/jsx-runtime");
4364
- var SortIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(
4556
+ var import_jsx_runtime135 = require("react/jsx-runtime");
4557
+ var SortIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(
4365
4558
  "svg",
4366
4559
  {
4367
4560
  ...props,
4368
4561
  viewBox: "0 0 24 24",
4369
4562
  xmlns: "http://www.w3.org/2000/svg",
4370
- children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(
4563
+ children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(
4371
4564
  "path",
4372
4565
  {
4373
4566
  clipRule: "evenodd",
@@ -4380,14 +4573,14 @@ var SortIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(
4380
4573
  );
4381
4574
 
4382
4575
  // src/components/Icon/icons/SparkleIcon.tsx
4383
- var import_jsx_runtime134 = require("react/jsx-runtime");
4384
- var SparkleIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime134.jsx)(
4576
+ var import_jsx_runtime136 = require("react/jsx-runtime");
4577
+ var SparkleIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(
4385
4578
  "svg",
4386
4579
  {
4387
4580
  ...props,
4388
4581
  viewBox: "0 0 24 24",
4389
4582
  xmlns: "http://www.w3.org/2000/svg",
4390
- children: /* @__PURE__ */ (0, import_jsx_runtime134.jsx)(
4583
+ children: /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(
4391
4584
  "path",
4392
4585
  {
4393
4586
  clipRule: "evenodd",
@@ -4400,15 +4593,15 @@ var SparkleIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime134.jsx)(
4400
4593
  );
4401
4594
 
4402
4595
  // src/components/Icon/icons/SpinnerIcon.tsx
4403
- var import_jsx_runtime135 = require("react/jsx-runtime");
4404
- var SpinnerIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)(
4596
+ var import_jsx_runtime137 = require("react/jsx-runtime");
4597
+ var SpinnerIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)(
4405
4598
  "svg",
4406
4599
  {
4407
4600
  ...props,
4408
4601
  viewBox: "0 0 24 24",
4409
4602
  xmlns: "http://www.w3.org/2000/svg",
4410
4603
  children: [
4411
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(
4604
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(
4412
4605
  "path",
4413
4606
  {
4414
4607
  clipRule: "evenodd",
@@ -4417,7 +4610,7 @@ var SpinnerIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)(
4417
4610
  fillRule: "evenodd"
4418
4611
  }
4419
4612
  ),
4420
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(
4613
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(
4421
4614
  "animateTransform",
4422
4615
  {
4423
4616
  attributeName: "transform",
@@ -4433,14 +4626,14 @@ var SpinnerIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)(
4433
4626
  );
4434
4627
 
4435
4628
  // src/components/Icon/icons/StatsIcon.tsx
4436
- var import_jsx_runtime136 = require("react/jsx-runtime");
4437
- var StatsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(
4629
+ var import_jsx_runtime138 = require("react/jsx-runtime");
4630
+ var StatsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
4438
4631
  "svg",
4439
4632
  {
4440
4633
  ...props,
4441
4634
  viewBox: "0 0 24 24",
4442
4635
  xmlns: "http://www.w3.org/2000/svg",
4443
- children: /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(
4636
+ children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
4444
4637
  "path",
4445
4638
  {
4446
4639
  clipRule: "evenodd",
@@ -4453,14 +4646,14 @@ var StatsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(
4453
4646
  );
4454
4647
 
4455
4648
  // src/components/Icon/icons/SwitchAccountsIcon.tsx
4456
- var import_jsx_runtime137 = require("react/jsx-runtime");
4457
- var SwitchAccountsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(
4649
+ var import_jsx_runtime139 = require("react/jsx-runtime");
4650
+ var SwitchAccountsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(
4458
4651
  "svg",
4459
4652
  {
4460
4653
  ...props,
4461
4654
  viewBox: "0 0 24 24",
4462
4655
  xmlns: "http://www.w3.org/2000/svg",
4463
- children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(
4656
+ children: /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(
4464
4657
  "path",
4465
4658
  {
4466
4659
  clipRule: "evenodd",
@@ -4473,14 +4666,14 @@ var SwitchAccountsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime137.js
4473
4666
  );
4474
4667
 
4475
4668
  // src/components/Icon/icons/TagIcon.tsx
4476
- var import_jsx_runtime138 = require("react/jsx-runtime");
4477
- var TagIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
4669
+ var import_jsx_runtime140 = require("react/jsx-runtime");
4670
+ var TagIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime140.jsx)(
4478
4671
  "svg",
4479
4672
  {
4480
4673
  ...props,
4481
4674
  viewBox: "0 0 24 24",
4482
4675
  xmlns: "http://www.w3.org/2000/svg",
4483
- children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
4676
+ children: /* @__PURE__ */ (0, import_jsx_runtime140.jsx)(
4484
4677
  "path",
4485
4678
  {
4486
4679
  d: "M16.3331 1.33315H7.66641C5.64374 1.33315 3.99975 2.97714 3.99975 4.9998V21.6664C3.99975 22.0344 4.20241 22.3744 4.52775 22.5478C4.85308 22.7224 5.24775 22.7038 5.55441 22.4984L11.9997 18.2011L18.445 22.4984C18.6117 22.6091 18.8064 22.6664 18.9997 22.6664C19.1624 22.6664 19.3237 22.6278 19.4717 22.5478C19.797 22.3744 19.9997 22.0344 19.9997 21.6664V4.9998C19.9997 2.97714 18.3557 1.33315 16.3331 1.33315Z",
@@ -4491,14 +4684,14 @@ var TagIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
4491
4684
  );
4492
4685
 
4493
4686
  // src/components/Icon/icons/ThumbnailIcon.tsx
4494
- var import_jsx_runtime139 = require("react/jsx-runtime");
4495
- var ThumbnailIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(
4687
+ var import_jsx_runtime141 = require("react/jsx-runtime");
4688
+ var ThumbnailIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime141.jsx)(
4496
4689
  "svg",
4497
4690
  {
4498
4691
  ...props,
4499
4692
  viewBox: "0 0 24 24",
4500
4693
  xmlns: "http://www.w3.org/2000/svg",
4501
- children: /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(
4694
+ children: /* @__PURE__ */ (0, import_jsx_runtime141.jsx)(
4502
4695
  "path",
4503
4696
  {
4504
4697
  clipRule: "evenodd",
@@ -4511,14 +4704,14 @@ var ThumbnailIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(
4511
4704
  );
4512
4705
 
4513
4706
  // src/components/Icon/icons/ThumbsDownIcon.tsx
4514
- var import_jsx_runtime140 = require("react/jsx-runtime");
4515
- var ThumbsDownIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime140.jsx)(
4707
+ var import_jsx_runtime142 = require("react/jsx-runtime");
4708
+ var ThumbsDownIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime142.jsx)(
4516
4709
  "svg",
4517
4710
  {
4518
4711
  ...props,
4519
4712
  viewBox: "0 0 24 24",
4520
4713
  xmlns: "http://www.w3.org/2000/svg",
4521
- children: /* @__PURE__ */ (0, import_jsx_runtime140.jsx)(
4714
+ children: /* @__PURE__ */ (0, import_jsx_runtime142.jsx)(
4522
4715
  "path",
4523
4716
  {
4524
4717
  clipRule: "evenodd",
@@ -4531,14 +4724,14 @@ var ThumbsDownIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime140.jsx)(
4531
4724
  );
4532
4725
 
4533
4726
  // src/components/Icon/icons/ThumbsUpIcon.tsx
4534
- var import_jsx_runtime141 = require("react/jsx-runtime");
4535
- var ThumbsUpIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime141.jsx)(
4727
+ var import_jsx_runtime143 = require("react/jsx-runtime");
4728
+ var ThumbsUpIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime143.jsx)(
4536
4729
  "svg",
4537
4730
  {
4538
4731
  ...props,
4539
4732
  viewBox: "0 0 24 24",
4540
4733
  xmlns: "http://www.w3.org/2000/svg",
4541
- children: /* @__PURE__ */ (0, import_jsx_runtime141.jsx)(
4734
+ children: /* @__PURE__ */ (0, import_jsx_runtime143.jsx)(
4542
4735
  "path",
4543
4736
  {
4544
4737
  clipRule: "evenodd",
@@ -4551,14 +4744,14 @@ var ThumbsUpIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime141.jsx)(
4551
4744
  );
4552
4745
 
4553
4746
  // src/components/Icon/icons/TransitionsIcon.tsx
4554
- var import_jsx_runtime142 = require("react/jsx-runtime");
4555
- var TransitionsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime142.jsx)(
4747
+ var import_jsx_runtime144 = require("react/jsx-runtime");
4748
+ var TransitionsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime144.jsx)(
4556
4749
  "svg",
4557
4750
  {
4558
4751
  ...props,
4559
4752
  viewBox: "0 0 24 24",
4560
4753
  xmlns: "http://www.w3.org/2000/svg",
4561
- children: /* @__PURE__ */ (0, import_jsx_runtime142.jsx)(
4754
+ children: /* @__PURE__ */ (0, import_jsx_runtime144.jsx)(
4562
4755
  "path",
4563
4756
  {
4564
4757
  clipRule: "evenodd",
@@ -4571,14 +4764,14 @@ var TransitionsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime142.jsx)(
4571
4764
  );
4572
4765
 
4573
4766
  // src/components/Icon/icons/TrimIcon.tsx
4574
- var import_jsx_runtime143 = require("react/jsx-runtime");
4575
- var TrimIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime143.jsx)(
4767
+ var import_jsx_runtime145 = require("react/jsx-runtime");
4768
+ var TrimIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime145.jsx)(
4576
4769
  "svg",
4577
4770
  {
4578
4771
  ...props,
4579
4772
  viewBox: "0 0 24 24",
4580
4773
  xmlns: "http://www.w3.org/2000/svg",
4581
- children: /* @__PURE__ */ (0, import_jsx_runtime143.jsx)(
4774
+ children: /* @__PURE__ */ (0, import_jsx_runtime145.jsx)(
4582
4775
  "path",
4583
4776
  {
4584
4777
  clipRule: "evenodd",
@@ -4591,14 +4784,14 @@ var TrimIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime143.jsx)(
4591
4784
  );
4592
4785
 
4593
4786
  // src/components/Icon/icons/TurnstileIcon.tsx
4594
- var import_jsx_runtime144 = require("react/jsx-runtime");
4595
- var TurnstileIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime144.jsx)(
4787
+ var import_jsx_runtime146 = require("react/jsx-runtime");
4788
+ var TurnstileIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
4596
4789
  "svg",
4597
4790
  {
4598
4791
  ...props,
4599
4792
  viewBox: "0 0 24 24",
4600
4793
  xmlns: "http://www.w3.org/2000/svg",
4601
- children: /* @__PURE__ */ (0, import_jsx_runtime144.jsx)(
4794
+ children: /* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
4602
4795
  "path",
4603
4796
  {
4604
4797
  clipRule: "evenodd",
@@ -4611,14 +4804,14 @@ var TurnstileIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime144.jsx)(
4611
4804
  );
4612
4805
 
4613
4806
  // src/components/Icon/icons/UndoIcon.tsx
4614
- var import_jsx_runtime145 = require("react/jsx-runtime");
4615
- var UndoIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime145.jsx)(
4807
+ var import_jsx_runtime147 = require("react/jsx-runtime");
4808
+ var UndoIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime147.jsx)(
4616
4809
  "svg",
4617
4810
  {
4618
4811
  ...props,
4619
4812
  viewBox: "0 0 24 24",
4620
4813
  xmlns: "http://www.w3.org/2000/svg",
4621
- children: /* @__PURE__ */ (0, import_jsx_runtime145.jsx)(
4814
+ children: /* @__PURE__ */ (0, import_jsx_runtime147.jsx)(
4622
4815
  "path",
4623
4816
  {
4624
4817
  clipRule: "evenodd",
@@ -4631,14 +4824,14 @@ var UndoIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime145.jsx)(
4631
4824
  );
4632
4825
 
4633
4826
  // src/components/Icon/icons/UnlockIcon.tsx
4634
- var import_jsx_runtime146 = require("react/jsx-runtime");
4635
- var UnlockIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
4827
+ var import_jsx_runtime148 = require("react/jsx-runtime");
4828
+ var UnlockIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime148.jsx)(
4636
4829
  "svg",
4637
4830
  {
4638
4831
  ...props,
4639
4832
  viewBox: "0 0 24 24",
4640
4833
  xmlns: "http://www.w3.org/2000/svg",
4641
- children: /* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
4834
+ children: /* @__PURE__ */ (0, import_jsx_runtime148.jsx)(
4642
4835
  "path",
4643
4836
  {
4644
4837
  clipRule: "evenodd",
@@ -4651,14 +4844,14 @@ var UnlockIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
4651
4844
  );
4652
4845
 
4653
4846
  // src/components/Icon/icons/UploadIcon.tsx
4654
- var import_jsx_runtime147 = require("react/jsx-runtime");
4655
- var UploadIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime147.jsx)(
4847
+ var import_jsx_runtime149 = require("react/jsx-runtime");
4848
+ var UploadIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime149.jsx)(
4656
4849
  "svg",
4657
4850
  {
4658
4851
  ...props,
4659
4852
  viewBox: "0 0 24 24",
4660
4853
  xmlns: "http://www.w3.org/2000/svg",
4661
- children: /* @__PURE__ */ (0, import_jsx_runtime147.jsx)(
4854
+ children: /* @__PURE__ */ (0, import_jsx_runtime149.jsx)(
4662
4855
  "path",
4663
4856
  {
4664
4857
  clipRule: "evenodd",
@@ -4671,14 +4864,14 @@ var UploadIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime147.jsx)(
4671
4864
  );
4672
4865
 
4673
4866
  // src/components/Icon/icons/UsersPermissionsIcon.tsx
4674
- var import_jsx_runtime148 = require("react/jsx-runtime");
4675
- var UsersPermissionsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime148.jsx)(
4867
+ var import_jsx_runtime150 = require("react/jsx-runtime");
4868
+ var UsersPermissionsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime150.jsx)(
4676
4869
  "svg",
4677
4870
  {
4678
4871
  ...props,
4679
4872
  viewBox: "0 0 24 24",
4680
4873
  xmlns: "http://www.w3.org/2000/svg",
4681
- children: /* @__PURE__ */ (0, import_jsx_runtime148.jsx)(
4874
+ children: /* @__PURE__ */ (0, import_jsx_runtime150.jsx)(
4682
4875
  "path",
4683
4876
  {
4684
4877
  clipRule: "evenodd",
@@ -4691,14 +4884,14 @@ var UsersPermissionsIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime148.
4691
4884
  );
4692
4885
 
4693
4886
  // src/components/Icon/icons/ViewStreamIcon.tsx
4694
- var import_jsx_runtime149 = require("react/jsx-runtime");
4695
- var ViewStreamIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime149.jsx)(
4887
+ var import_jsx_runtime151 = require("react/jsx-runtime");
4888
+ var ViewStreamIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime151.jsx)(
4696
4889
  "svg",
4697
4890
  {
4698
4891
  ...props,
4699
4892
  viewBox: "0 0 24 24",
4700
4893
  xmlns: "http://www.w3.org/2000/svg",
4701
- children: /* @__PURE__ */ (0, import_jsx_runtime149.jsx)(
4894
+ children: /* @__PURE__ */ (0, import_jsx_runtime151.jsx)(
4702
4895
  "path",
4703
4896
  {
4704
4897
  clipRule: "evenodd",
@@ -4711,14 +4904,14 @@ var ViewStreamIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime149.jsx)(
4711
4904
  );
4712
4905
 
4713
4906
  // src/components/Icon/icons/VolumeIcon.tsx
4714
- var import_jsx_runtime150 = require("react/jsx-runtime");
4715
- var VolumeIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime150.jsx)(
4907
+ var import_jsx_runtime152 = require("react/jsx-runtime");
4908
+ var VolumeIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime152.jsx)(
4716
4909
  "svg",
4717
4910
  {
4718
4911
  ...props,
4719
4912
  viewBox: "0 0 24 24",
4720
4913
  xmlns: "http://www.w3.org/2000/svg",
4721
- children: /* @__PURE__ */ (0, import_jsx_runtime150.jsx)(
4914
+ children: /* @__PURE__ */ (0, import_jsx_runtime152.jsx)(
4722
4915
  "path",
4723
4916
  {
4724
4917
  d: "M19.133 2.08909C18.5996 1.79709 17.9476 1.81843 17.4356 2.14776L10.3756 6.66643H5.66763C4.01297 6.66643 2.66763 8.01176 2.66763 9.66643V14.3331C2.66763 15.9878 4.01297 17.3331 5.66763 17.3331H10.3756L17.4356 21.8518C17.709 22.0264 18.021 22.1158 18.3356 22.1158C18.6103 22.1158 18.885 22.0478 19.1343 21.9118C19.669 21.6198 20.001 21.0584 20.001 20.4491V3.55176C20.001 2.94243 19.6676 2.38243 19.133 2.08909Z",
@@ -4729,14 +4922,14 @@ var VolumeIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime150.jsx)(
4729
4922
  );
4730
4923
 
4731
4924
  // src/components/Icon/icons/VolumeOffIcon.tsx
4732
- var import_jsx_runtime151 = require("react/jsx-runtime");
4733
- var VolumeOffIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime151.jsx)(
4925
+ var import_jsx_runtime153 = require("react/jsx-runtime");
4926
+ var VolumeOffIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime153.jsx)(
4734
4927
  "svg",
4735
4928
  {
4736
4929
  ...props,
4737
4930
  viewBox: "0 0 24 24",
4738
4931
  xmlns: "http://www.w3.org/2000/svg",
4739
- children: /* @__PURE__ */ (0, import_jsx_runtime151.jsx)(
4932
+ children: /* @__PURE__ */ (0, import_jsx_runtime153.jsx)(
4740
4933
  "path",
4741
4934
  {
4742
4935
  clipRule: "evenodd",
@@ -4749,14 +4942,14 @@ var VolumeOffIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime151.jsx)(
4749
4942
  );
4750
4943
 
4751
4944
  // src/components/Icon/icons/VolumeUpIcon.tsx
4752
- var import_jsx_runtime152 = require("react/jsx-runtime");
4753
- var VolumeUpIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime152.jsx)(
4945
+ var import_jsx_runtime154 = require("react/jsx-runtime");
4946
+ var VolumeUpIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime154.jsx)(
4754
4947
  "svg",
4755
4948
  {
4756
4949
  ...props,
4757
4950
  viewBox: "0 0 24 24",
4758
4951
  xmlns: "http://www.w3.org/2000/svg",
4759
- children: /* @__PURE__ */ (0, import_jsx_runtime152.jsx)(
4952
+ children: /* @__PURE__ */ (0, import_jsx_runtime154.jsx)(
4760
4953
  "path",
4761
4954
  {
4762
4955
  clipRule: "evenodd",
@@ -4769,14 +4962,14 @@ var VolumeUpIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime152.jsx)(
4769
4962
  );
4770
4963
 
4771
4964
  // src/components/Icon/icons/VolumeXIcon.tsx
4772
- var import_jsx_runtime153 = require("react/jsx-runtime");
4773
- var VolumeXIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime153.jsx)(
4965
+ var import_jsx_runtime155 = require("react/jsx-runtime");
4966
+ var VolumeXIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime155.jsx)(
4774
4967
  "svg",
4775
4968
  {
4776
4969
  ...props,
4777
4970
  viewBox: "0 0 24 24",
4778
4971
  xmlns: "http://www.w3.org/2000/svg",
4779
- children: /* @__PURE__ */ (0, import_jsx_runtime153.jsx)(
4972
+ children: /* @__PURE__ */ (0, import_jsx_runtime155.jsx)(
4780
4973
  "path",
4781
4974
  {
4782
4975
  clipRule: "evenodd",
@@ -4789,14 +4982,14 @@ var VolumeXIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime153.jsx)(
4789
4982
  );
4790
4983
 
4791
4984
  // src/components/Icon/icons/WandIcon.tsx
4792
- var import_jsx_runtime154 = require("react/jsx-runtime");
4793
- var WandIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime154.jsx)(
4985
+ var import_jsx_runtime156 = require("react/jsx-runtime");
4986
+ var WandIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
4794
4987
  "svg",
4795
4988
  {
4796
4989
  ...props,
4797
4990
  viewBox: "0 0 24 24",
4798
4991
  xmlns: "http://www.w3.org/2000/svg",
4799
- children: /* @__PURE__ */ (0, import_jsx_runtime154.jsx)(
4992
+ children: /* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
4800
4993
  "path",
4801
4994
  {
4802
4995
  clipRule: "evenodd",
@@ -4809,14 +5002,14 @@ var WandIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime154.jsx)(
4809
5002
  );
4810
5003
 
4811
5004
  // src/components/Icon/icons/ZoomInIcon.tsx
4812
- var import_jsx_runtime155 = require("react/jsx-runtime");
4813
- var ZoomInIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime155.jsx)(
5005
+ var import_jsx_runtime157 = require("react/jsx-runtime");
5006
+ var ZoomInIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
4814
5007
  "svg",
4815
5008
  {
4816
5009
  ...props,
4817
5010
  viewBox: "0 0 24 24",
4818
5011
  xmlns: "http://www.w3.org/2000/svg",
4819
- children: /* @__PURE__ */ (0, import_jsx_runtime155.jsx)(
5012
+ children: /* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
4820
5013
  "path",
4821
5014
  {
4822
5015
  clipRule: "evenodd",
@@ -4829,14 +5022,14 @@ var ZoomInIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime155.jsx)(
4829
5022
  );
4830
5023
 
4831
5024
  // src/components/Icon/icons/ZoomOutIcon.tsx
4832
- var import_jsx_runtime156 = require("react/jsx-runtime");
4833
- var ZoomOutIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
5025
+ var import_jsx_runtime158 = require("react/jsx-runtime");
5026
+ var ZoomOutIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime158.jsx)(
4834
5027
  "svg",
4835
5028
  {
4836
5029
  ...props,
4837
5030
  viewBox: "0 0 24 24",
4838
5031
  xmlns: "http://www.w3.org/2000/svg",
4839
- children: /* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
5032
+ children: /* @__PURE__ */ (0, import_jsx_runtime158.jsx)(
4840
5033
  "path",
4841
5034
  {
4842
5035
  clipRule: "evenodd",
@@ -5005,24 +5198,24 @@ var iconMap = {
5005
5198
  };
5006
5199
 
5007
5200
  // src/private/hooks/useResponsiveProp/useResponsiveProp.ts
5008
- var import_type_guards7 = require("@wistia/type-guards");
5009
- var import_react7 = require("react");
5201
+ var import_type_guards9 = require("@wistia/type-guards");
5202
+ var import_react8 = require("react");
5010
5203
  var isResponsiveObject = (values) => {
5011
5204
  return typeof values === "object" && values !== null && !Array.isArray(values) && "base" in values;
5012
5205
  };
5013
5206
  var useResponsiveProp = (values) => {
5014
5207
  const activeMediaQueries = useActiveMq();
5015
- return (0, import_react7.useMemo)(() => {
5016
- if ((0, import_type_guards7.isRecord)(values) && isResponsiveObject(values)) {
5208
+ return (0, import_react8.useMemo)(() => {
5209
+ if ((0, import_type_guards9.isRecord)(values) && isResponsiveObject(values)) {
5017
5210
  const mq2 = activeMediaQueries.find((key) => key in values);
5018
- return (0, import_type_guards7.isNotUndefined)(mq2) && (0, import_type_guards7.isNotUndefined)(values[mq2]) ? values[mq2] : values.base;
5211
+ return (0, import_type_guards9.isNotUndefined)(mq2) && (0, import_type_guards9.isNotUndefined)(values[mq2]) ? values[mq2] : values.base;
5019
5212
  }
5020
5213
  return values;
5021
5214
  }, [activeMediaQueries, values]);
5022
5215
  };
5023
5216
 
5024
5217
  // src/components/Icon/Icon.tsx
5025
- var import_jsx_runtime157 = require("react/jsx-runtime");
5218
+ var import_jsx_runtime159 = require("react/jsx-runtime");
5026
5219
  var iconSizeMap = {
5027
5220
  sm: "12",
5028
5221
  md: "16",
@@ -5030,7 +5223,7 @@ var iconSizeMap = {
5030
5223
  xl: "32",
5031
5224
  xxl: "48"
5032
5225
  };
5033
- var StyledIcon = import_styled_components15.default.svg`
5226
+ var StyledIcon = import_styled_components17.default.svg`
5034
5227
  ${({ $colorScheme }) => getColorScheme($colorScheme ?? "inherit")}
5035
5228
  `;
5036
5229
  var Icon = ({
@@ -5042,13 +5235,13 @@ var Icon = ({
5042
5235
  ...otherProps
5043
5236
  }) => {
5044
5237
  const responsiveSize = useResponsiveProp(size);
5045
- if ((0, import_type_guards8.isNil)(type)) {
5238
+ if ((0, import_type_guards10.isNil)(type)) {
5046
5239
  throw new Error("An Icon component requires a `type` prop to be provided");
5047
5240
  }
5048
- if ((0, import_type_guards8.isNil)(iconMap[type])) {
5241
+ if ((0, import_type_guards10.isNil)(iconMap[type])) {
5049
5242
  throw new Error(`Type "${type}" does not exist, please update type prop in Icon component.`);
5050
5243
  }
5051
- if ((0, import_type_guards8.isNil)(iconSizeMap[responsiveSize])) {
5244
+ if ((0, import_type_guards10.isNil)(iconSizeMap[responsiveSize])) {
5052
5245
  throw new Error(
5053
5246
  `Size "${responsiveSize}" does not exist, please update size prop in Icon component.`
5054
5247
  );
@@ -5059,7 +5252,7 @@ var Icon = ({
5059
5252
  ...style
5060
5253
  };
5061
5254
  const iconColor = invertColor ? "var(--color-icon-on-fill)" : "var(--color-icon)";
5062
- return /* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
5255
+ return /* @__PURE__ */ (0, import_jsx_runtime159.jsx)(
5063
5256
  StyledIcon,
5064
5257
  {
5065
5258
  $colorScheme: colorScheme,
@@ -5079,13 +5272,13 @@ var Icon = ({
5079
5272
  Icon.displayName = "Icon";
5080
5273
 
5081
5274
  // src/components/Link/Link.tsx
5082
- var import_react8 = require("react");
5083
- var import_type_guards9 = require("@wistia/type-guards");
5084
- var import_styled_components16 = __toESM(require("styled-components"));
5275
+ var import_react9 = require("react");
5276
+ var import_type_guards11 = require("@wistia/type-guards");
5277
+ var import_styled_components18 = __toESM(require("styled-components"));
5085
5278
  var import_react_router_dom = require("react-router-dom");
5086
- var import_jsx_runtime158 = require("react/jsx-runtime");
5279
+ var import_jsx_runtime160 = require("react/jsx-runtime");
5087
5280
  var generateHref = (href, type, disabled) => {
5088
- if (disabled || (0, import_type_guards9.isNil)(href)) {
5281
+ if (disabled || (0, import_type_guards11.isNil)(href)) {
5089
5282
  return void 0;
5090
5283
  }
5091
5284
  let to = href;
@@ -5097,17 +5290,17 @@ var generateHref = (href, type, disabled) => {
5097
5290
  }
5098
5291
  return to;
5099
5292
  };
5100
- var isButton = (props) => (0, import_type_guards9.isUndefined)(props.href);
5101
- var isLink = (props) => (0, import_type_guards9.isNotUndefined)(props.href);
5102
- var StyledLink = import_styled_components16.default.a`
5103
- ${({ href }) => (0, import_type_guards9.isNil)(href) && buttonResetCss};
5293
+ var isButton = (props) => (0, import_type_guards11.isUndefined)(props.href);
5294
+ var isLink = (props) => (0, import_type_guards11.isNotUndefined)(props.href);
5295
+ var StyledLink = import_styled_components18.default.a`
5296
+ ${({ href }) => (0, import_type_guards11.isNil)(href) && buttonResetCss};
5104
5297
  ${({ $colorScheme }) => getColorScheme($colorScheme)}
5105
5298
  cursor: pointer;
5106
5299
  font-family: var(--typography-family-default);
5107
5300
  color: var(--color-text-link);
5108
5301
  text-decoration: ${({ $underline }) => $underline ? "underline" : "none"};
5109
5302
  `;
5110
- var Link = (0, import_react8.forwardRef)(
5303
+ var Link = (0, import_react9.forwardRef)(
5111
5304
  ({
5112
5305
  beforeAction,
5113
5306
  children,
@@ -5131,7 +5324,7 @@ var Link = (0, import_react8.forwardRef)(
5131
5324
  } finally {
5132
5325
  if (routingCallback !== null) {
5133
5326
  routingCallback();
5134
- } else if ((0, import_type_guards9.isNotNil)(to)) {
5327
+ } else if ((0, import_type_guards11.isNotNil)(to)) {
5135
5328
  window.location.assign(to);
5136
5329
  } else {
5137
5330
  }
@@ -5145,7 +5338,7 @@ var Link = (0, import_react8.forwardRef)(
5145
5338
  onClick: handleClick
5146
5339
  };
5147
5340
  if (isButton(props)) {
5148
- return /* @__PURE__ */ (0, import_jsx_runtime158.jsx)(
5341
+ return /* @__PURE__ */ (0, import_jsx_runtime160.jsx)(
5149
5342
  StyledLink,
5150
5343
  {
5151
5344
  ref,
@@ -5165,7 +5358,7 @@ var Link = (0, import_react8.forwardRef)(
5165
5358
  ...commonProps,
5166
5359
  ...externalLinkProps
5167
5360
  };
5168
- return inRouterContext && type !== "external" ? /* @__PURE__ */ (0, import_jsx_runtime158.jsx)(
5361
+ return inRouterContext && type !== "external" ? /* @__PURE__ */ (0, import_jsx_runtime160.jsx)(
5169
5362
  StyledLink,
5170
5363
  {
5171
5364
  as: import_react_router_dom.Link,
@@ -5173,7 +5366,7 @@ var Link = (0, import_react8.forwardRef)(
5173
5366
  to: to ?? "",
5174
5367
  children
5175
5368
  }
5176
- ) : /* @__PURE__ */ (0, import_jsx_runtime158.jsx)(
5369
+ ) : /* @__PURE__ */ (0, import_jsx_runtime160.jsx)(
5177
5370
  StyledLink,
5178
5371
  {
5179
5372
  as: "a",
@@ -5189,9 +5382,9 @@ var Link = (0, import_react8.forwardRef)(
5189
5382
  Link.displayName = "Link";
5190
5383
 
5191
5384
  // src/components/Button/Button.tsx
5192
- var import_jsx_runtime159 = require("react/jsx-runtime");
5193
- var isLink2 = (props) => (0, import_type_guards10.isNotUndefined)(props.href);
5194
- var StyledButton = import_styled_components17.default.button`
5385
+ var import_jsx_runtime161 = require("react/jsx-runtime");
5386
+ var isLink2 = (props) => (0, import_type_guards12.isNotUndefined)(props.href);
5387
+ var StyledButton = import_styled_components19.default.button`
5195
5388
  ${buttonResetCss}
5196
5389
  ${({ $colorScheme }) => getColorScheme($colorScheme)}
5197
5390
  ${({ $size }) => buttonSizeStyles[$size]}
@@ -5200,7 +5393,7 @@ var StyledButton = import_styled_components17.default.button`
5200
5393
  ${({ $fullWidth }) => $fullWidth && "width: 100%;"}
5201
5394
  position: relative;
5202
5395
  `;
5203
- var StyledButtonContent = import_styled_components17.default.div`
5396
+ var StyledButtonContent = import_styled_components19.default.div`
5204
5397
  align-items: center;
5205
5398
  display: inline-flex;
5206
5399
  flex-grow: 1;
@@ -5212,11 +5405,11 @@ var StyledButtonContent = import_styled_components17.default.div`
5212
5405
  ${({ $hasLeftIcon }) => $hasLeftIcon && "padding-left: 0;"}
5213
5406
  ${({ $hasRightIcon }) => $hasRightIcon && "padding-right: 0;"}
5214
5407
  `;
5215
- var StyledButtonContentLabel = import_styled_components17.default.span`
5408
+ var StyledButtonContentLabel = import_styled_components19.default.span`
5216
5409
  flex: 1;
5217
5410
  text-align: center;
5218
5411
  `;
5219
- var StyledButtonLoading = import_styled_components17.default.div`
5412
+ var StyledButtonLoading = import_styled_components19.default.div`
5220
5413
  position: absolute;
5221
5414
  display: flex;
5222
5415
  `;
@@ -5226,24 +5419,24 @@ var ButtonContent = ({
5226
5419
  rightIcon,
5227
5420
  children
5228
5421
  }) => {
5229
- return /* @__PURE__ */ (0, import_jsx_runtime159.jsxs)(import_jsx_runtime159.Fragment, { children: [
5230
- isLoading ? /* @__PURE__ */ (0, import_jsx_runtime159.jsx)(StyledButtonLoading, { children: /* @__PURE__ */ (0, import_jsx_runtime159.jsx)(Icon, { type: "spinner" }) }) : null,
5231
- /* @__PURE__ */ (0, import_jsx_runtime159.jsxs)(
5422
+ return /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)(import_jsx_runtime161.Fragment, { children: [
5423
+ isLoading ? /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(StyledButtonLoading, { children: /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(Icon, { type: "spinner" }) }) : null,
5424
+ /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)(
5232
5425
  StyledButtonContent,
5233
5426
  {
5234
- $hasLeftIcon: (0, import_type_guards10.isNotNil)(leftIcon),
5235
- $hasRightIcon: (0, import_type_guards10.isNotNil)(rightIcon),
5427
+ $hasLeftIcon: (0, import_type_guards12.isNotNil)(leftIcon),
5428
+ $hasRightIcon: (0, import_type_guards12.isNotNil)(rightIcon),
5236
5429
  $isLoading: isLoading,
5237
5430
  children: [
5238
5431
  leftIcon ?? null,
5239
- /* @__PURE__ */ (0, import_jsx_runtime159.jsx)(StyledButtonContentLabel, { children }),
5432
+ /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(StyledButtonContentLabel, { children }),
5240
5433
  rightIcon ?? null
5241
5434
  ]
5242
5435
  }
5243
5436
  )
5244
5437
  ] });
5245
5438
  };
5246
- var Button = (0, import_react9.forwardRef)(
5439
+ var Button = (0, import_react10.forwardRef)(
5247
5440
  ({
5248
5441
  children,
5249
5442
  forceState,
@@ -5278,14 +5471,14 @@ var Button = (0, import_react9.forwardRef)(
5278
5471
  commonProps.className = `${className ?? ""} force-state-${forceState}`;
5279
5472
  }
5280
5473
  if (isLink2(props)) {
5281
- return /* @__PURE__ */ (0, import_jsx_runtime159.jsx)(
5474
+ return /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(
5282
5475
  StyledButton,
5283
5476
  {
5284
5477
  ref,
5285
5478
  as: Link,
5286
5479
  ...props,
5287
5480
  ...commonProps,
5288
- children: /* @__PURE__ */ (0, import_jsx_runtime159.jsx)(
5481
+ children: /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(
5289
5482
  ButtonContent,
5290
5483
  {
5291
5484
  isLoading,
@@ -5302,11 +5495,11 @@ var Button = (0, import_react9.forwardRef)(
5302
5495
  event.preventDefault();
5303
5496
  return;
5304
5497
  }
5305
- if ((0, import_type_guards10.isNotNil)(onClick)) {
5498
+ if ((0, import_type_guards12.isNotNil)(onClick)) {
5306
5499
  onClick(event);
5307
5500
  }
5308
5501
  };
5309
- return /* @__PURE__ */ (0, import_jsx_runtime159.jsx)(
5502
+ return /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(
5310
5503
  StyledButton,
5311
5504
  {
5312
5505
  ref,
@@ -5314,7 +5507,7 @@ var Button = (0, import_react9.forwardRef)(
5314
5507
  type: "button",
5315
5508
  ...props,
5316
5509
  ...commonProps,
5317
- children: /* @__PURE__ */ (0, import_jsx_runtime159.jsx)(
5510
+ children: /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(
5318
5511
  ButtonContent,
5319
5512
  {
5320
5513
  isLoading,
@@ -5330,9 +5523,9 @@ var Button = (0, import_react9.forwardRef)(
5330
5523
  Button.displayName = "Button";
5331
5524
 
5332
5525
  // src/components/ButtonGroup/ButtonGroup.tsx
5333
- var import_styled_components18 = __toESM(require("styled-components"));
5334
- var import_type_guards11 = require("@wistia/type-guards");
5335
- var import_jsx_runtime160 = require("react/jsx-runtime");
5526
+ var import_styled_components20 = __toESM(require("styled-components"));
5527
+ var import_type_guards13 = require("@wistia/type-guards");
5528
+ var import_jsx_runtime162 = require("react/jsx-runtime");
5336
5529
  var getAlignment = (align) => {
5337
5530
  if (align === "center") {
5338
5531
  return "center";
@@ -5345,7 +5538,7 @@ var getAlignment = (align) => {
5345
5538
  }
5346
5539
  return void 0;
5347
5540
  };
5348
- var ButtonGroupComponent = import_styled_components18.default.div`
5541
+ var ButtonGroupComponent = import_styled_components20.default.div`
5349
5542
  display: flex;
5350
5543
 
5351
5544
  /* this helps ensure that primary buttons appear at the top of the column */
@@ -5371,10 +5564,10 @@ var ButtonGroup = ({
5371
5564
  fullWidth = false,
5372
5565
  ...otherProps
5373
5566
  }) => {
5374
- if ((0, import_type_guards11.isNil)(children)) {
5567
+ if ((0, import_type_guards13.isNil)(children)) {
5375
5568
  return null;
5376
5569
  }
5377
- return /* @__PURE__ */ (0, import_jsx_runtime160.jsx)(
5570
+ return /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(
5378
5571
  ButtonGroupComponent,
5379
5572
  {
5380
5573
  $align: align,
@@ -5386,48 +5579,14 @@ var ButtonGroup = ({
5386
5579
  };
5387
5580
  ButtonGroup.displayName = "ButtonGroup";
5388
5581
 
5389
- // src/components/ColorSchemeWrapper/ColorSchemeWrapper.tsx
5390
- var import_styled_components19 = __toESM(require("styled-components"));
5391
- var import_jsx_runtime161 = require("react/jsx-runtime");
5392
- var colorSchemeOptions = [
5393
- "inherit",
5394
- "default",
5395
- "info",
5396
- "success",
5397
- "warning",
5398
- "error",
5399
- "blue",
5400
- "green",
5401
- "orange",
5402
- "pink",
5403
- "purple",
5404
- "yellow"
5405
- ];
5406
- var StyledColorSchemeWrapper = import_styled_components19.default.div`
5407
- ${({ $colorScheme }) => getColorScheme($colorScheme)};
5408
- `;
5409
- var ColorSchemeWrapper = ({
5410
- colorScheme,
5411
- children,
5412
- ...otherProps
5413
- }) => /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(
5414
- StyledColorSchemeWrapper,
5415
- {
5416
- $colorScheme: colorScheme,
5417
- ...otherProps,
5418
- children
5419
- }
5420
- );
5421
- ColorSchemeWrapper.displayName = "ColorSchemeWrapper";
5422
-
5423
5582
  // src/components/Divider/Divider.tsx
5424
- var import_styled_components20 = __toESM(require("styled-components"));
5425
- var import_jsx_runtime162 = require("react/jsx-runtime");
5583
+ var import_styled_components21 = __toESM(require("styled-components"));
5584
+ var import_jsx_runtime163 = require("react/jsx-runtime");
5426
5585
  var sizeToPixelMap = {
5427
5586
  lg: 4,
5428
5587
  sm: 1
5429
5588
  };
5430
- var DividerComponent = import_styled_components20.default.hr`
5589
+ var DividerComponent = import_styled_components21.default.hr`
5431
5590
  background: none;
5432
5591
  border-bottom: none;
5433
5592
  border-left: none;
@@ -5442,7 +5601,7 @@ var DividerComponent = import_styled_components20.default.hr`
5442
5601
  `;
5443
5602
  var Divider = ({ size = "sm", ...otherProps }) => {
5444
5603
  const responsiveSize = useResponsiveProp(size);
5445
- return /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(
5604
+ return /* @__PURE__ */ (0, import_jsx_runtime163.jsx)(
5446
5605
  DividerComponent,
5447
5606
  {
5448
5607
  $borderHeight: sizeToPixelMap[responsiveSize],
@@ -5453,10 +5612,10 @@ var Divider = ({ size = "sm", ...otherProps }) => {
5453
5612
  Divider.displayName = "Divider";
5454
5613
 
5455
5614
  // src/components/Ellipsis/Ellipsis.tsx
5456
- var import_type_guards12 = require("@wistia/type-guards");
5457
- var import_styled_components21 = __toESM(require("styled-components"));
5458
- var import_jsx_runtime163 = require("react/jsx-runtime");
5459
- var ellipsisStyle = import_styled_components21.css`
5615
+ var import_type_guards14 = require("@wistia/type-guards");
5616
+ var import_styled_components22 = __toESM(require("styled-components"));
5617
+ var import_jsx_runtime164 = require("react/jsx-runtime");
5618
+ var ellipsisStyle = import_styled_components22.css`
5460
5619
  overflow: hidden;
5461
5620
  text-overflow: ellipsis;
5462
5621
  white-space: nowrap;
@@ -5479,14 +5638,14 @@ var ellipsisStyle = import_styled_components21.css`
5479
5638
  }
5480
5639
  }
5481
5640
  `;
5482
- var ellipsisFlexParentStyle = import_styled_components21.css`
5641
+ var ellipsisFlexParentStyle = import_styled_components22.css`
5483
5642
  min-width: 0;
5484
5643
  `;
5485
- var EllipsisComponent = import_styled_components21.default.div`
5644
+ var EllipsisComponent = import_styled_components22.default.div`
5486
5645
  ${ellipsisStyle};
5487
5646
  ${({ $lines }) => {
5488
- if ((0, import_type_guards12.isNotNil)($lines)) {
5489
- return import_styled_components21.css`
5647
+ if ((0, import_type_guards14.isNotNil)($lines)) {
5648
+ return import_styled_components22.css`
5490
5649
  -webkit-box-orient: vertical;
5491
5650
  -webkit-line-clamp: ${$lines};
5492
5651
  display: -webkit-box;
@@ -5496,7 +5655,7 @@ var EllipsisComponent = import_styled_components21.default.div`
5496
5655
  return void 0;
5497
5656
  }}
5498
5657
  `;
5499
- var Ellipsis = ({ children, lines, ...otherProps }) => /* @__PURE__ */ (0, import_jsx_runtime163.jsx)(
5658
+ var Ellipsis = ({ children, lines, ...otherProps }) => /* @__PURE__ */ (0, import_jsx_runtime164.jsx)(
5500
5659
  EllipsisComponent,
5501
5660
  {
5502
5661
  $lines: lines,
@@ -5507,8 +5666,8 @@ var Ellipsis = ({ children, lines, ...otherProps }) => /* @__PURE__ */ (0, impor
5507
5666
  Ellipsis.displayName = "Ellipsis";
5508
5667
 
5509
5668
  // src/components/Heading/Heading.tsx
5510
- var import_react10 = require("react");
5511
- var import_styled_components22 = __toESM(require("styled-components"));
5669
+ var import_react11 = require("react");
5670
+ var import_styled_components23 = __toESM(require("styled-components"));
5512
5671
 
5513
5672
  // src/private/helpers/makePolymorphic/makePolymorphic.tsx
5514
5673
  var makePolymorphic = (component) => {
@@ -5516,44 +5675,44 @@ var makePolymorphic = (component) => {
5516
5675
  };
5517
5676
 
5518
5677
  // src/components/Heading/Heading.tsx
5519
- var import_jsx_runtime164 = require("react/jsx-runtime");
5520
- var heroStyle = import_styled_components22.css`
5678
+ var import_jsx_runtime165 = require("react/jsx-runtime");
5679
+ var heroStyle = import_styled_components23.css`
5521
5680
  --font-family: var(--typography-heading-hero-family);
5522
5681
  --font-size: var(--typography-heading-hero-size);
5523
5682
  --font-weight: var(--typography-heading-hero-weight);
5524
5683
  --line-height: var(--typography-heading-hero-line-height);
5525
5684
  `;
5526
- var heading1TextStyle = import_styled_components22.css`
5685
+ var heading1TextStyle = import_styled_components23.css`
5527
5686
  --font-family: var(--typography-heading-1-family);
5528
5687
  --font-size: var(--typography-heading-1-size);
5529
5688
  --font-weight: var(--typography-heading-1-weight);
5530
5689
  --line-height: var(--typography-heading-1-line-height);
5531
5690
  `;
5532
- var heading2TextStyle = import_styled_components22.css`
5691
+ var heading2TextStyle = import_styled_components23.css`
5533
5692
  --font-family: var(--typography-heading-2-family);
5534
5693
  --font-size: var(--typography-heading-2-size);
5535
5694
  --font-weight: var(--typography-heading-2-weight);
5536
5695
  --line-height: var(--typography-heading-2-line-height);
5537
5696
  `;
5538
- var heading3TextStyle = import_styled_components22.css`
5697
+ var heading3TextStyle = import_styled_components23.css`
5539
5698
  --font-family: var(--typography-heading-3-family);
5540
5699
  --font-size: var(--typography-heading-3-size);
5541
5700
  --font-weight: var(--typography-heading-3-weight);
5542
5701
  --line-height: var(--typography-heading-3-line-height);
5543
5702
  `;
5544
- var heading4TextStyle = import_styled_components22.css`
5703
+ var heading4TextStyle = import_styled_components23.css`
5545
5704
  --font-family: var(--typography-heading-4-family);
5546
5705
  --font-size: var(--typography-heading-4-size);
5547
5706
  --font-weight: var(--typography-heading-4-weight);
5548
5707
  --line-height: var(--typography-heading-4-line-height);
5549
5708
  `;
5550
- var heading5TextStyle = import_styled_components22.css`
5709
+ var heading5TextStyle = import_styled_components23.css`
5551
5710
  --font-family: var(--typography-heading-5-family);
5552
5711
  --font-size: var(--typography-heading-5-size);
5553
5712
  --font-weight: var(--typography-heading-5-weight);
5554
5713
  --line-height: var(--typography-heading-5-line-height);
5555
5714
  `;
5556
- var heading6TextStyle = import_styled_components22.css`
5715
+ var heading6TextStyle = import_styled_components23.css`
5557
5716
  --font-family: var(--typography-heading-6-family);
5558
5717
  --font-size: var(--typography-heading-6-size);
5559
5718
  --font-weight: var(--typography-heading-6-weight);
@@ -5569,7 +5728,7 @@ var variantStyleMap = {
5569
5728
  heading6: heading6TextStyle
5570
5729
  };
5571
5730
  var DEFAULT_ELEMENT = "h1";
5572
- var StyledHeading = import_styled_components22.default.div`
5731
+ var StyledHeading = import_styled_components23.default.div`
5573
5732
  ${({ $colorScheme }) => getColorScheme($colorScheme)};
5574
5733
  font-family: var(--font-family);
5575
5734
  font-size: var(--font-size);
@@ -5578,16 +5737,16 @@ var StyledHeading = import_styled_components22.default.div`
5578
5737
  color: var(--color-text);
5579
5738
  ${({ $variant }) => variantStyleMap[$variant]}
5580
5739
  ${({ $ellipsis }) => $ellipsis && ellipsisStyle};
5581
- ${({ $inline }) => $inline && import_styled_components22.css`
5740
+ ${({ $inline }) => $inline && import_styled_components23.css`
5582
5741
  display: inline-block;
5583
5742
  `}
5584
- ${({ $disabled }) => $disabled && import_styled_components22.css`
5743
+ ${({ $disabled }) => $disabled && import_styled_components23.css`
5585
5744
  color: var(--color-text-disabled);
5586
5745
  `}
5587
- ${({ $preventUserSelect }) => $preventUserSelect && import_styled_components22.css`
5746
+ ${({ $preventUserSelect }) => $preventUserSelect && import_styled_components23.css`
5588
5747
  user-select: none;
5589
5748
  `}
5590
- ${({ $align }) => import_styled_components22.css`
5749
+ ${({ $align }) => import_styled_components23.css`
5591
5750
  text-align: ${$align};
5592
5751
  `}
5593
5752
  margin: 0;
@@ -5601,7 +5760,7 @@ var variantElementMap = {
5601
5760
  heading5: "h5",
5602
5761
  heading6: "h6"
5603
5762
  };
5604
- var HeadingComponent = (0, import_react10.forwardRef)(
5763
+ var HeadingComponent = (0, import_react11.forwardRef)(
5605
5764
  ({
5606
5765
  align = "left",
5607
5766
  colorScheme = "inherit",
@@ -5612,7 +5771,7 @@ var HeadingComponent = (0, import_react10.forwardRef)(
5612
5771
  variant = "heading1",
5613
5772
  renderAs,
5614
5773
  ...otherProps
5615
- }, ref) => /* @__PURE__ */ (0, import_jsx_runtime164.jsx)(
5774
+ }, ref) => /* @__PURE__ */ (0, import_jsx_runtime165.jsx)(
5616
5775
  StyledHeading,
5617
5776
  {
5618
5777
  ref,
@@ -5632,21 +5791,21 @@ HeadingComponent.displayName = "Heading";
5632
5791
  var Heading = makePolymorphic(HeadingComponent);
5633
5792
 
5634
5793
  // src/components/IconButton/IconButton.tsx
5635
- var import_react11 = require("react");
5636
- var import_styled_components24 = __toESM(require("styled-components"));
5794
+ var import_react12 = require("react");
5795
+ var import_styled_components25 = __toESM(require("styled-components"));
5637
5796
 
5638
5797
  // src/components/Tooltip/Tooltip.tsx
5639
5798
  var import_react_tooltip2 = require("@radix-ui/react-tooltip");
5640
- var import_styled_components23 = __toESM(require("styled-components"));
5641
- var import_jsx_runtime165 = require("react/jsx-runtime");
5642
- var CompactTooltipStyles = import_styled_components23.css`
5799
+ var import_styled_components24 = __toESM(require("styled-components"));
5800
+ var import_jsx_runtime166 = require("react/jsx-runtime");
5801
+ var CompactTooltipStyles = import_styled_components24.css`
5643
5802
  --tooltip-font-size: var(--typography-label-4-size);
5644
5803
  --tooltip-line-height: var(--typography-label-4-line-height);
5645
5804
  --tooltip-font-weight: var(--typography-label-4-weight);
5646
5805
  --tooltip-horizontal-padding: var(--space-02);
5647
5806
  --tooltip-vertical-padding: var(--space-03);
5648
5807
  `;
5649
- var StyledContent = (0, import_styled_components23.default)(import_react_tooltip2.Content)`
5808
+ var StyledContent = (0, import_styled_components24.default)(import_react_tooltip2.Content)`
5650
5809
  --tooltip-font-family: var(--typography-family-default);
5651
5810
  --tooltip-border-radius: var(--border-radius-05);
5652
5811
  --tooltip-bg: var(--color-bg-tooltip);
@@ -5704,14 +5863,14 @@ var Tooltip = ({
5704
5863
  if (forceOpen === true) {
5705
5864
  rootProps.open = true;
5706
5865
  }
5707
- return /* @__PURE__ */ (0, import_jsx_runtime165.jsxs)(
5866
+ return /* @__PURE__ */ (0, import_jsx_runtime166.jsxs)(
5708
5867
  import_react_tooltip2.Root,
5709
5868
  {
5710
5869
  delayDuration: delay,
5711
5870
  ...rootProps,
5712
5871
  children: [
5713
- /* @__PURE__ */ (0, import_jsx_runtime165.jsx)(import_react_tooltip2.Trigger, { asChild: true, children }),
5714
- /* @__PURE__ */ (0, import_jsx_runtime165.jsx)(import_react_tooltip2.Portal, { children: /* @__PURE__ */ (0, import_jsx_runtime165.jsxs)(
5872
+ /* @__PURE__ */ (0, import_jsx_runtime166.jsx)(import_react_tooltip2.Trigger, { asChild: true, children }),
5873
+ /* @__PURE__ */ (0, import_jsx_runtime166.jsx)(import_react_tooltip2.Portal, { children: /* @__PURE__ */ (0, import_jsx_runtime166.jsxs)(
5715
5874
  StyledContent,
5716
5875
  {
5717
5876
  $compact: compact,
@@ -5719,7 +5878,7 @@ var Tooltip = ({
5719
5878
  sideOffset: hideArrow ? VISUAL_OFFSET : VISUAL_OFFSET - 2,
5720
5879
  children: [
5721
5880
  content,
5722
- !hideArrow ? /* @__PURE__ */ (0, import_jsx_runtime165.jsx)(import_react_tooltip2.Arrow, { asChild: true, children: /* @__PURE__ */ (0, import_jsx_runtime165.jsx)(
5881
+ !hideArrow ? /* @__PURE__ */ (0, import_jsx_runtime166.jsx)(import_react_tooltip2.Arrow, { asChild: true, children: /* @__PURE__ */ (0, import_jsx_runtime166.jsx)(
5723
5882
  "svg",
5724
5883
  {
5725
5884
  fill: "var(--tooltip-bg)",
@@ -5728,7 +5887,7 @@ var Tooltip = ({
5728
5887
  viewBox: "0 0 12 8",
5729
5888
  width: "12",
5730
5889
  xmlns: "http://www.w3.org/2000/svg",
5731
- children: /* @__PURE__ */ (0, import_jsx_runtime165.jsx)("path", { d: "M6.8 6.93333C6.4 7.46667 5.6 7.46667 5.2 6.93333L-2.54292e-07 -1.04907e-06L12 0L6.8 6.93333Z" })
5890
+ children: /* @__PURE__ */ (0, import_jsx_runtime166.jsx)("path", { d: "M6.8 6.93333C6.4 7.46667 5.6 7.46667 5.2 6.93333L-2.54292e-07 -1.04907e-06L12 0L6.8 6.93333Z" })
5732
5891
  }
5733
5892
  ) }) : null
5734
5893
  ]
@@ -5741,8 +5900,8 @@ var Tooltip = ({
5741
5900
  Tooltip.displayName = "Tooltip";
5742
5901
 
5743
5902
  // src/components/IconButton/IconButton.tsx
5744
- var import_jsx_runtime166 = require("react/jsx-runtime");
5745
- var StyledButton2 = (0, import_styled_components24.default)(Button)`
5903
+ var import_jsx_runtime167 = require("react/jsx-runtime");
5904
+ var StyledButton2 = (0, import_styled_components25.default)(Button)`
5746
5905
  --icon-button-size-sm: 24px;
5747
5906
  --icon-button-size-md: 32px;
5748
5907
  --icon-button-size-lg: 40px;
@@ -5756,10 +5915,10 @@ var StyledButton2 = (0, import_styled_components24.default)(Button)`
5756
5915
  align-items: center;
5757
5916
  line-height: 1;
5758
5917
  `;
5759
- var IconButton = (0, import_react11.forwardRef)(
5918
+ var IconButton = (0, import_react12.forwardRef)(
5760
5919
  ({ children, label, disableTooltip = false, size = "md", ...props }, ref) => {
5761
5920
  const responsiveSize = useResponsiveProp(size);
5762
- const button = /* @__PURE__ */ (0, import_jsx_runtime166.jsx)(
5921
+ const button = /* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
5763
5922
  StyledButton2,
5764
5923
  {
5765
5924
  ...props,
@@ -5767,7 +5926,7 @@ var IconButton = (0, import_react11.forwardRef)(
5767
5926
  "aria-label": label,
5768
5927
  "data-wistia-ui-icon-button": true,
5769
5928
  size: responsiveSize,
5770
- children: (0, import_react11.cloneElement)(import_react11.Children.only(children), {
5929
+ children: (0, import_react12.cloneElement)(import_react12.Children.only(children), {
5771
5930
  size: responsiveSize
5772
5931
  })
5773
5932
  }
@@ -5775,15 +5934,15 @@ var IconButton = (0, import_react11.forwardRef)(
5775
5934
  if (disableTooltip) {
5776
5935
  return button;
5777
5936
  }
5778
- return /* @__PURE__ */ (0, import_jsx_runtime166.jsx)(Tooltip, { content: label, children: button });
5937
+ return /* @__PURE__ */ (0, import_jsx_runtime167.jsx)(Tooltip, { content: label, children: button });
5779
5938
  }
5780
5939
  );
5781
5940
  IconButton.displayName = "IconButton";
5782
5941
 
5783
5942
  // src/components/Label/Label.tsx
5784
- var import_styled_components25 = __toESM(require("styled-components"));
5785
- var import_jsx_runtime167 = require("react/jsx-runtime");
5786
- var requiredStyle = import_styled_components25.css`
5943
+ var import_styled_components26 = __toESM(require("styled-components"));
5944
+ var import_jsx_runtime168 = require("react/jsx-runtime");
5945
+ var requiredStyle = import_styled_components26.css`
5787
5946
  &::after {
5788
5947
  color: red; /* TODO need a color for this */
5789
5948
  display: inline;
@@ -5791,11 +5950,11 @@ var requiredStyle = import_styled_components25.css`
5791
5950
  content: '*';
5792
5951
  }
5793
5952
  `;
5794
- var disabledStyle = import_styled_components25.css`
5953
+ var disabledStyle = import_styled_components26.css`
5795
5954
  color: var(--color-text-disabled);
5796
5955
  `;
5797
5956
  var SPACE_BETWEEN_LABEL_AND_INPUT = "var(--space-02)";
5798
- var StyledLabel = import_styled_components25.default.label`
5957
+ var StyledLabel = import_styled_components26.default.label`
5799
5958
  display: block;
5800
5959
  font-size: var(--typography-label-1-size);
5801
5960
  font-weight: var(--typography-label-1-weight);
@@ -5826,7 +5985,7 @@ var Label = ({
5826
5985
  required = false,
5827
5986
  screenReaderOnly = false,
5828
5987
  ...otherProps
5829
- }) => /* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
5988
+ }) => /* @__PURE__ */ (0, import_jsx_runtime168.jsx)(
5830
5989
  StyledLabel,
5831
5990
  {
5832
5991
  disabled,
@@ -5839,11 +5998,11 @@ var Label = ({
5839
5998
  Label.displayName = "Label";
5840
5999
 
5841
6000
  // src/components/ScreenReaderOnly/ScreenReaderOnly.tsx
5842
- var import_styled_components26 = __toESM(require("styled-components"));
5843
- var import_type_guards13 = require("@wistia/type-guards");
5844
- var import_jsx_runtime168 = require("react/jsx-runtime");
5845
- var VisuallyHidden = import_styled_components26.default.div({ ...visuallyHiddenStyle });
5846
- var VisuallyHiddenButFocusable = import_styled_components26.default.div({
6001
+ var import_styled_components27 = __toESM(require("styled-components"));
6002
+ var import_type_guards15 = require("@wistia/type-guards");
6003
+ var import_jsx_runtime169 = require("react/jsx-runtime");
6004
+ var VisuallyHidden = import_styled_components27.default.div({ ...visuallyHiddenStyle });
6005
+ var VisuallyHiddenButFocusable = import_styled_components27.default.div({
5847
6006
  "&:not(:focus-within)": visuallyHiddenStyle
5848
6007
  });
5849
6008
  var ScreenReaderOnly = ({
@@ -5852,20 +6011,20 @@ var ScreenReaderOnly = ({
5852
6011
  focusable = false,
5853
6012
  ...otherProps
5854
6013
  }) => {
5855
- const accessibleText = (0, import_type_guards13.isNotNil)(text) ? text : children;
6014
+ const accessibleText = (0, import_type_guards15.isNotNil)(text) ? text : children;
5856
6015
  if (focusable) {
5857
- return /* @__PURE__ */ (0, import_jsx_runtime168.jsx)(VisuallyHiddenButFocusable, { ...otherProps, children: accessibleText });
6016
+ return /* @__PURE__ */ (0, import_jsx_runtime169.jsx)(VisuallyHiddenButFocusable, { ...otherProps, children: accessibleText });
5858
6017
  }
5859
- return /* @__PURE__ */ (0, import_jsx_runtime168.jsx)(VisuallyHidden, { ...otherProps, children: accessibleText });
6018
+ return /* @__PURE__ */ (0, import_jsx_runtime169.jsx)(VisuallyHidden, { ...otherProps, children: accessibleText });
5860
6019
  };
5861
6020
  ScreenReaderOnly.displayName = "ScreenReaderOnly";
5862
6021
 
5863
6022
  // src/components/Stack/Stack.tsx
5864
- var import_react12 = require("react");
5865
- var import_styled_components27 = __toESM(require("styled-components"));
5866
- var import_jsx_runtime169 = require("react/jsx-runtime");
6023
+ var import_react13 = require("react");
6024
+ var import_styled_components28 = __toESM(require("styled-components"));
6025
+ var import_jsx_runtime170 = require("react/jsx-runtime");
5867
6026
  var DEFAULT_ELEMENT2 = "div";
5868
- var StyledStack = import_styled_components27.default.div`
6027
+ var StyledStack = import_styled_components28.default.div`
5869
6028
  display: flex;
5870
6029
  flex-direction: ${({ $direction }) => $direction === "horizontal" ? "row" : "column"};
5871
6030
  gap: ${({ $gap }) => `var(--${$gap})`};
@@ -5874,11 +6033,11 @@ var StyledStack = import_styled_components27.default.div`
5874
6033
  flex: 1;
5875
6034
  }
5876
6035
  `;
5877
- var StackComponent = (0, import_react12.forwardRef)(
6036
+ var StackComponent = (0, import_react13.forwardRef)(
5878
6037
  ({ renderAs, direction = "vertical", gap = "space-02", ...props }, ref) => {
5879
6038
  const responsiveGap = useResponsiveProp(gap);
5880
6039
  const responsiveDirection = useResponsiveProp(direction);
5881
- return /* @__PURE__ */ (0, import_jsx_runtime169.jsx)(
6040
+ return /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(
5882
6041
  StyledStack,
5883
6042
  {
5884
6043
  ref,
@@ -5894,90 +6053,90 @@ StackComponent.displayName = "Stack";
5894
6053
  var Stack = makePolymorphic(StackComponent);
5895
6054
 
5896
6055
  // src/components/Text/Text.tsx
5897
- var import_react13 = require("react");
5898
- var import_styled_components28 = __toESM(require("styled-components"));
5899
- var import_jsx_runtime170 = require("react/jsx-runtime");
5900
- var bodyBoldStyles = import_styled_components28.css`
6056
+ var import_react14 = require("react");
6057
+ var import_styled_components29 = __toESM(require("styled-components"));
6058
+ var import_jsx_runtime171 = require("react/jsx-runtime");
6059
+ var bodyBoldStyles = import_styled_components29.css`
5901
6060
  > strong,
5902
6061
  b {
5903
6062
  font-weight: var(--typography-weight-body-bold);
5904
6063
  }
5905
6064
  `;
5906
- var labelBoldStyles = import_styled_components28.css`
6065
+ var labelBoldStyles = import_styled_components29.css`
5907
6066
  > strong,
5908
6067
  b {
5909
6068
  font-weight: var(--typography-weight-label-bold);
5910
6069
  }
5911
6070
  `;
5912
- var body1TextStyle = import_styled_components28.css`
6071
+ var body1TextStyle = import_styled_components29.css`
5913
6072
  --font-family: var(--typography-body-1-family);
5914
6073
  --font-size: var(--typography-body-1-size);
5915
6074
  --font-weight: var(--typography-body-1-weight);
5916
6075
  --line-height: var(--typography-body-1-line-height);
5917
6076
  ${bodyBoldStyles}
5918
6077
  `;
5919
- var body2TextStyle = import_styled_components28.css`
6078
+ var body2TextStyle = import_styled_components29.css`
5920
6079
  --font-family: var(--typography-body-2-family);
5921
6080
  --font-size: var(--typography-body-2-size);
5922
6081
  --font-weight: var(--typography-body-2-weight);
5923
6082
  --line-height: var(--typography-body-2-line-height);
5924
6083
  ${bodyBoldStyles}
5925
6084
  `;
5926
- var body3TextStyle = import_styled_components28.css`
6085
+ var body3TextStyle = import_styled_components29.css`
5927
6086
  --font-family: var(--typography-body-3-family);
5928
6087
  --font-size: var(--typography-body-3-size);
5929
6088
  --font-weight: var(--typography-body-3-weight);
5930
6089
  --line-height: var(--typography-body-3-line-height);
5931
6090
  ${bodyBoldStyles}
5932
6091
  `;
5933
- var body4TextStyle = import_styled_components28.css`
6092
+ var body4TextStyle = import_styled_components29.css`
5934
6093
  --font-family: var(--typography-body-4-family);
5935
6094
  --font-size: var(--typography-body-4-size);
5936
6095
  --font-weight: var(--typography-body-4-weight);
5937
6096
  --line-height: var(--typography-body-4-line-height);
5938
6097
  ${bodyBoldStyles}
5939
6098
  `;
5940
- var label1TextStyle = import_styled_components28.css`
6099
+ var label1TextStyle = import_styled_components29.css`
5941
6100
  --font-family: var(--typography-label-1-family);
5942
6101
  --font-size: var(--typography-label-1-size);
5943
6102
  --font-weight: var(--typography-label-1-weight);
5944
6103
  --line-height: var(--typography-label-1-line-height);
5945
6104
  ${labelBoldStyles}
5946
6105
  `;
5947
- var label2TextStyle = import_styled_components28.css`
6106
+ var label2TextStyle = import_styled_components29.css`
5948
6107
  --font-family: var(--typography-label-2-family);
5949
6108
  --font-size: var(--typography-label-2-size);
5950
6109
  --font-weight: var(--typography-label-2-weight);
5951
6110
  --line-height: var(--typography-label-2-line-height);
5952
6111
  ${labelBoldStyles}
5953
6112
  `;
5954
- var label3TextStyle = import_styled_components28.css`
6113
+ var label3TextStyle = import_styled_components29.css`
5955
6114
  --font-family: var(--typography-label-3-family);
5956
6115
  --font-size: var(--typography-label-3-size);
5957
6116
  --font-weight: var(--typography-label-3-weight);
5958
6117
  --line-height: var(--typography-label-3-line-height);
5959
6118
  ${labelBoldStyles}
5960
6119
  `;
5961
- var label4TextStyle = import_styled_components28.css`
6120
+ var label4TextStyle = import_styled_components29.css`
5962
6121
  --font-family: var(--typography-label-4-family);
5963
6122
  --font-size: var(--typography-label-4-size);
5964
6123
  --font-weight: var(--typography-label-4-weight);
5965
6124
  --line-height: var(--typography-label-4-line-height);
5966
6125
  ${labelBoldStyles}
5967
6126
  `;
5968
- var body1MonoTextStyle = import_styled_components28.css`
6127
+ var body1MonoTextStyle = import_styled_components29.css`
5969
6128
  ${body1TextStyle};
5970
6129
  --font-family: var(--typography-family-mono);
5971
6130
  `;
5972
- var body2MonoTextStyle = import_styled_components28.css`
6131
+ var body2MonoTextStyle = import_styled_components29.css`
5973
6132
  ${body2TextStyle};
5974
6133
  --font-family: var(--typography-family-mono);
5975
6134
  `;
5976
- var body3MonoTextStyle = import_styled_components28.css`
6135
+ var body3MonoTextStyle = import_styled_components29.css`
5977
6136
  ${body3TextStyle};
5978
6137
  --font-family: var(--typography-family-mono);
5979
6138
  `;
5980
- var body4MonoTextStyle = import_styled_components28.css`
6139
+ var body4MonoTextStyle = import_styled_components29.css`
5981
6140
  ${body4TextStyle};
5982
6141
  --font-family: var(--typography-family-mono);
5983
6142
  `;
@@ -5995,13 +6154,13 @@ var variantStyleMap2 = {
5995
6154
  label3: label3TextStyle,
5996
6155
  label4: label4TextStyle
5997
6156
  };
5998
- var highContrastProminenceStyle = import_styled_components28.css`
6157
+ var highContrastProminenceStyle = import_styled_components29.css`
5999
6158
  --text-color: var(--color-text-high-contrast);
6000
6159
  `;
6001
- var vibrantProminenceStyle = import_styled_components28.css`
6160
+ var vibrantProminenceStyle = import_styled_components29.css`
6002
6161
  --text-color: var(--color-text);
6003
6162
  `;
6004
- var secondaryProminenceStyle = import_styled_components28.css`
6163
+ var secondaryProminenceStyle = import_styled_components29.css`
6005
6164
  --text-color: var(--color-text-secondary);
6006
6165
  `;
6007
6166
  var prominenceMap = {
@@ -6009,7 +6168,7 @@ var prominenceMap = {
6009
6168
  vibrant: vibrantProminenceStyle,
6010
6169
  secondary: secondaryProminenceStyle
6011
6170
  };
6012
- var StyledText = import_styled_components28.default.div`
6171
+ var StyledText = import_styled_components29.default.div`
6013
6172
  ${({ $colorScheme }) => getColorScheme($colorScheme)};
6014
6173
  font-family: var(--font-family);
6015
6174
  font-size: var(--font-size);
@@ -6021,24 +6180,24 @@ var StyledText = import_styled_components28.default.div`
6021
6180
  ${({ $variant }) => variantStyleMap2[$variant]}
6022
6181
  ${({ $prominence }) => prominenceMap[$prominence]}
6023
6182
  ${({ $ellipsis }) => $ellipsis && ellipsisStyle};
6024
- ${({ $inline }) => $inline && import_styled_components28.css`
6183
+ ${({ $inline }) => $inline && import_styled_components29.css`
6025
6184
  display: inline-block;
6026
6185
  `}
6027
- ${({ $disabled }) => $disabled && import_styled_components28.css`
6186
+ ${({ $disabled }) => $disabled && import_styled_components29.css`
6028
6187
  --text-color: var(--color-text-disabled);
6029
6188
  `}
6030
- ${({ $preventUserSelect }) => $preventUserSelect && import_styled_components28.css`
6189
+ ${({ $preventUserSelect }) => $preventUserSelect && import_styled_components29.css`
6031
6190
  user-select: none;
6032
6191
  `}
6033
- ${({ align }) => import_styled_components28.css`
6034
- text-align: ${align};
6192
+ ${({ $align }) => import_styled_components29.css`
6193
+ text-align: ${$align};
6035
6194
  `}
6036
- ${({ as }) => as === "p" && import_styled_components28.css`
6195
+ ${({ as }) => as === "p" && import_styled_components29.css`
6037
6196
  display: block;
6038
6197
  `}
6039
6198
  `;
6040
6199
  var DEFAULT_ELEMENT3 = "div";
6041
- var TextComponent = (0, import_react13.forwardRef)(
6200
+ var TextComponent = (0, import_react14.forwardRef)(
6042
6201
  ({
6043
6202
  align = "left",
6044
6203
  colorScheme = "inherit",
@@ -6051,10 +6210,11 @@ var TextComponent = (0, import_react13.forwardRef)(
6051
6210
  renderAs,
6052
6211
  ...otherProps
6053
6212
  }, ref) => {
6054
- return /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(
6213
+ return /* @__PURE__ */ (0, import_jsx_runtime171.jsx)(
6055
6214
  StyledText,
6056
6215
  {
6057
6216
  ref,
6217
+ $align: align,
6058
6218
  $colorScheme: colorScheme,
6059
6219
  $disabled: disabled,
6060
6220
  $ellipsis: ellipsis,
@@ -6062,7 +6222,6 @@ var TextComponent = (0, import_react13.forwardRef)(
6062
6222
  $preventUserSelect: preventUserSelect,
6063
6223
  $prominence: prominence,
6064
6224
  $variant: variant,
6065
- align,
6066
6225
  as: renderAs ?? DEFAULT_ELEMENT3,
6067
6226
  ...otherProps
6068
6227
  }
@@ -6073,20 +6232,20 @@ TextComponent.displayName = "Text";
6073
6232
  var Text = makePolymorphic(TextComponent);
6074
6233
 
6075
6234
  // src/components/WistiaLogo/WistiaLogo.tsx
6076
- var import_styled_components29 = __toESM(require("styled-components"));
6077
- var import_type_guards14 = require("@wistia/type-guards");
6078
- var import_jsx_runtime171 = require("react/jsx-runtime");
6235
+ var import_styled_components30 = __toESM(require("styled-components"));
6236
+ var import_type_guards16 = require("@wistia/type-guards");
6237
+ var import_jsx_runtime172 = require("react/jsx-runtime");
6079
6238
  var renderBrandmark = (brandmarkColor, iconOnly) => {
6080
6239
  if (iconOnly) {
6081
- return /* @__PURE__ */ (0, import_jsx_runtime171.jsx)("g", { fill: brandmarkColor, children: /* @__PURE__ */ (0, import_jsx_runtime171.jsx)("path", { d: "M16.09 17.1h-5.2c-1.58 0-3.08.68-4.11 1.87L.21 26.53c4.78.25 9.78.25 13.3.25 18.31 0 20.89-11.27 20.89-16.55-1.59 1.93-6.06 6.87-18.32 6.87ZM32.14 0c-.08.92-.59 4.69-11.31 4.69-8.72 0-12.24 0-20.83-.17l6.44 7.4a6.657 6.657 0 0 0 4.96 2.3c2.13.03 5.05.06 5.53.06 11.01 0 17.19-5.05 17.19-9.89 0-2.01-.67-3.44-1.97-4.4Z" }) });
6240
+ return /* @__PURE__ */ (0, import_jsx_runtime172.jsx)("g", { fill: brandmarkColor, children: /* @__PURE__ */ (0, import_jsx_runtime172.jsx)("path", { d: "M16.09 17.1h-5.2c-1.58 0-3.08.68-4.11 1.87L.21 26.53c4.78.25 9.78.25 13.3.25 18.31 0 20.89-11.27 20.89-16.55-1.59 1.93-6.06 6.87-18.32 6.87ZM32.14 0c-.08.92-.59 4.69-11.31 4.69-8.72 0-12.24 0-20.83-.17l6.44 7.4a6.657 6.657 0 0 0 4.96 2.3c2.13.03 5.05.06 5.53.06 11.01 0 17.19-5.05 17.19-9.89 0-2.01-.67-3.44-1.97-4.4Z" }) });
6082
6241
  }
6083
- return /* @__PURE__ */ (0, import_jsx_runtime171.jsx)("g", { fill: brandmarkColor, children: /* @__PURE__ */ (0, import_jsx_runtime171.jsx)("path", { d: "M16.09 21.37h-5.2c-1.58 0-3.08.68-4.11 1.87L.21 30.8c4.78.25 9.78.25 13.3.25 18.31 0 20.89-11.27 20.89-16.55-1.59 1.93-6.06 6.87-18.32 6.87Zm16.05-17.1c-.08.92-.59 4.69-11.31 4.69-8.72 0-12.24 0-20.83-.17l6.44 7.4a6.657 6.657 0 0 0 4.96 2.3c2.13.03 5.05.06 5.53.06 11.01 0 17.19-5.05 17.19-9.89 0-2.01-.67-3.44-1.97-4.4Z" }) });
6242
+ return /* @__PURE__ */ (0, import_jsx_runtime172.jsx)("g", { fill: brandmarkColor, children: /* @__PURE__ */ (0, import_jsx_runtime172.jsx)("path", { d: "M16.09 21.37h-5.2c-1.58 0-3.08.68-4.11 1.87L.21 30.8c4.78.25 9.78.25 13.3.25 18.31 0 20.89-11.27 20.89-16.55-1.59 1.93-6.06 6.87-18.32 6.87Zm16.05-17.1c-.08.92-.59 4.69-11.31 4.69-8.72 0-12.24 0-20.83-.17l6.44 7.4a6.657 6.657 0 0 0 4.96 2.3c2.13.03 5.05.06 5.53.06 11.01 0 17.19-5.05 17.19-9.89 0-2.01-.67-3.44-1.97-4.4Z" }) });
6084
6243
  };
6085
6244
  var renderLogotype = (logotypeColor, iconOnly) => {
6086
6245
  if (iconOnly) {
6087
6246
  return null;
6088
6247
  }
6089
- return /* @__PURE__ */ (0, import_jsx_runtime171.jsx)("g", { fill: logotypeColor, children: /* @__PURE__ */ (0, import_jsx_runtime171.jsx)("path", { d: "M70.16 8.66v15.18c0 1.68-.35 3.09-1.05 4.23a6.612 6.612 0 0 1-2.85 2.54c-1.19.55-2.52.82-4.01.82s-2.8-.28-4.01-.85a6.655 6.655 0 0 1-3.11-2.96c-.08.15-.16.29-.24.42a6.552 6.552 0 0 1-2.87 2.54c-1.2.56-2.54.85-4.01.85s-2.8-.27-3.94-.82a6.214 6.214 0 0 1-2.71-2.52c-.67-1.14-1.01-2.56-1.02-4.25l-.22-15.18h7.34V22.3c0 .82.19 1.37.56 1.67.39.28.85.42 1.38.42s1.02-.15 1.45-.45c.43-.3.65-.85.65-1.65V8.65h7.3v13.64c0 .8.22 1.35.65 1.65.43.3.91.45 1.45.45s.99-.14 1.36-.42c.39-.3.58-.85.58-1.67V8.66h7.34Zm2.45 0v22.26h7.34V8.66h-7.34Zm5.67-1.87c.61-.3 1.08-.71 1.42-1.25.36-.55.53-1.19.53-1.94s-.18-1.34-.53-1.89A3.43 3.43 0 0 0 78.28.44c-.59-.3-1.25-.45-1.98-.45s-1.42.15-2.02.45c-.59.3-1.07.72-1.42 1.27-.36.55-.53 1.18-.53 1.89 0 1.1.38 1.97 1.13 2.63.76.65 1.71.98 2.85.98.73 0 1.39-.14 1.98-.42Zm8.86 1.96c-1.42.4-2.6 1.11-3.54 2.14-.93 1.02-1.4 2.4-1.4 4.12 0 1.11.17 2.09.51 2.94.36.85.82 1.62 1.38 2.34.22.28.55.65.98 1.11.37.4.64.72.8.96.18.24.27.47.27.69 0 .5-.4.87-1.2 1.09-.8.21-1.62.31-2.47.31-.1-.01-.22-.02-.33-.02l1.02 6.94c.42.07.92.11 1.51.11 1.9 0 3.6-.28 5.1-.85 1.5-.56 2.68-1.42 3.54-2.56.88-1.14 1.31-2.55 1.31-4.23 0-.68-.07-1.31-.22-1.87-.13-.58-.32-1.09-.56-1.54a6.64 6.64 0 0 0-.8-1.27c-.3-.37-.74-.82-1.34-1.36-.39-.33-.67-.59-.85-.8-.18-.22-.27-.45-.27-.67 0-.46.26-.79.78-.98.53-.19 1.17-.29 1.91-.29.25 0 .51.01.78.04l-.71-6.88a10.4 10.4 0 0 0-1.56-.11c-1.66 0-3.21.21-4.65.62Zm19.54 15.71c-.99 0-1.71-.23-2.14-.69-.42-.47-.62-1.18-.62-2.11v-6.57h4.21V8.66h-4.21V3.38l-7.34 1.85V24.1c0 2.45.47 4.29 1.4 5.52.95 1.22 2.45 1.83 4.49 1.83.95 0 1.86-.07 2.74-.22.88-.13 1.62-.34 2.25-.62l1.38-6.3c-.55.1-1.27.16-2.16.16Zm4.13-15.8v22.26h7.34V8.66h-7.34Zm5.67-1.87c.61-.3 1.08-.71 1.42-1.25.36-.55.53-1.19.53-1.94s-.18-1.34-.53-1.89a3.43 3.43 0 0 0-1.42-1.27c-.59-.3-1.25-.45-1.98-.45s-1.42.15-2.02.45c-.59.3-1.07.72-1.42 1.27-.36.55-.53 1.18-.53 1.89 0 1.1.38 1.97 1.14 2.63.76.65 1.71.98 2.85.98.73 0 1.39-.14 1.98-.42Zm27.51 1.87v22.26h-7.34v-2.28c-.41.43-.85.83-1.34 1.19-1.44 1.07-3.12 1.6-5.05 1.6s-3.61-.52-5.1-1.56c-1.48-1.05-2.63-2.47-3.45-4.25-.82-1.78-1.22-3.73-1.22-5.85s.41-4.07 1.22-5.83c.82-1.78 1.97-3.19 3.45-4.23 1.48-1.05 3.18-1.58 5.1-1.58s3.61.53 5.05 1.6c.48.36.93.75 1.34 1.19V8.66h7.34Zm-7.1 11.11c0-.8-.19-1.53-.56-2.18-.37-.67-.88-1.19-1.54-1.58-.64-.39-1.34-.58-2.09-.58s-1.45.19-2.09.58c-.64.39-1.15.91-1.54 1.58-.37.67-.56 1.39-.56 2.18s.19 1.51.56 2.18c.39.67.9 1.19 1.54 1.58.64.39 1.34.58 2.09.58s1.45-.19 2.09-.58c.65-.39 1.16-.91 1.54-1.56.37-.67.56-1.4.56-2.2Z" }) });
6248
+ return /* @__PURE__ */ (0, import_jsx_runtime172.jsx)("g", { fill: logotypeColor, children: /* @__PURE__ */ (0, import_jsx_runtime172.jsx)("path", { d: "M70.16 8.66v15.18c0 1.68-.35 3.09-1.05 4.23a6.612 6.612 0 0 1-2.85 2.54c-1.19.55-2.52.82-4.01.82s-2.8-.28-4.01-.85a6.655 6.655 0 0 1-3.11-2.96c-.08.15-.16.29-.24.42a6.552 6.552 0 0 1-2.87 2.54c-1.2.56-2.54.85-4.01.85s-2.8-.27-3.94-.82a6.214 6.214 0 0 1-2.71-2.52c-.67-1.14-1.01-2.56-1.02-4.25l-.22-15.18h7.34V22.3c0 .82.19 1.37.56 1.67.39.28.85.42 1.38.42s1.02-.15 1.45-.45c.43-.3.65-.85.65-1.65V8.65h7.3v13.64c0 .8.22 1.35.65 1.65.43.3.91.45 1.45.45s.99-.14 1.36-.42c.39-.3.58-.85.58-1.67V8.66h7.34Zm2.45 0v22.26h7.34V8.66h-7.34Zm5.67-1.87c.61-.3 1.08-.71 1.42-1.25.36-.55.53-1.19.53-1.94s-.18-1.34-.53-1.89A3.43 3.43 0 0 0 78.28.44c-.59-.3-1.25-.45-1.98-.45s-1.42.15-2.02.45c-.59.3-1.07.72-1.42 1.27-.36.55-.53 1.18-.53 1.89 0 1.1.38 1.97 1.13 2.63.76.65 1.71.98 2.85.98.73 0 1.39-.14 1.98-.42Zm8.86 1.96c-1.42.4-2.6 1.11-3.54 2.14-.93 1.02-1.4 2.4-1.4 4.12 0 1.11.17 2.09.51 2.94.36.85.82 1.62 1.38 2.34.22.28.55.65.98 1.11.37.4.64.72.8.96.18.24.27.47.27.69 0 .5-.4.87-1.2 1.09-.8.21-1.62.31-2.47.31-.1-.01-.22-.02-.33-.02l1.02 6.94c.42.07.92.11 1.51.11 1.9 0 3.6-.28 5.1-.85 1.5-.56 2.68-1.42 3.54-2.56.88-1.14 1.31-2.55 1.31-4.23 0-.68-.07-1.31-.22-1.87-.13-.58-.32-1.09-.56-1.54a6.64 6.64 0 0 0-.8-1.27c-.3-.37-.74-.82-1.34-1.36-.39-.33-.67-.59-.85-.8-.18-.22-.27-.45-.27-.67 0-.46.26-.79.78-.98.53-.19 1.17-.29 1.91-.29.25 0 .51.01.78.04l-.71-6.88a10.4 10.4 0 0 0-1.56-.11c-1.66 0-3.21.21-4.65.62Zm19.54 15.71c-.99 0-1.71-.23-2.14-.69-.42-.47-.62-1.18-.62-2.11v-6.57h4.21V8.66h-4.21V3.38l-7.34 1.85V24.1c0 2.45.47 4.29 1.4 5.52.95 1.22 2.45 1.83 4.49 1.83.95 0 1.86-.07 2.74-.22.88-.13 1.62-.34 2.25-.62l1.38-6.3c-.55.1-1.27.16-2.16.16Zm4.13-15.8v22.26h7.34V8.66h-7.34Zm5.67-1.87c.61-.3 1.08-.71 1.42-1.25.36-.55.53-1.19.53-1.94s-.18-1.34-.53-1.89a3.43 3.43 0 0 0-1.42-1.27c-.59-.3-1.25-.45-1.98-.45s-1.42.15-2.02.45c-.59.3-1.07.72-1.42 1.27-.36.55-.53 1.18-.53 1.89 0 1.1.38 1.97 1.14 2.63.76.65 1.71.98 2.85.98.73 0 1.39-.14 1.98-.42Zm27.51 1.87v22.26h-7.34v-2.28c-.41.43-.85.83-1.34 1.19-1.44 1.07-3.12 1.6-5.05 1.6s-3.61-.52-5.1-1.56c-1.48-1.05-2.63-2.47-3.45-4.25-.82-1.78-1.22-3.73-1.22-5.85s.41-4.07 1.22-5.83c.82-1.78 1.97-3.19 3.45-4.23 1.48-1.05 3.18-1.58 5.1-1.58s3.61.53 5.05 1.6c.48.36.93.75 1.34 1.19V8.66h7.34Zm-7.1 11.11c0-.8-.19-1.53-.56-2.18-.37-.67-.88-1.19-1.54-1.58-.64-.39-1.34-.58-2.09-.58s-1.45.19-2.09.58c-.64.39-1.15.91-1.54 1.58-.37.67-.56 1.39-.56 2.18s.19 1.51.56 2.18c.39.67.9 1.19 1.54 1.58.64.39 1.34.58 2.09.58s1.45-.19 2.09-.58c.65-.39 1.16-.91 1.54-1.56.37-.67.56-1.4.56-2.2Z" }) });
6090
6249
  };
6091
6250
  var computedViewBox = (iconOnly) => {
6092
6251
  if (iconOnly) {
@@ -6094,7 +6253,7 @@ var computedViewBox = (iconOnly) => {
6094
6253
  }
6095
6254
  return "0 0 144 31.47";
6096
6255
  };
6097
- var WistiaLogoComponent = import_styled_components29.default.svg`
6256
+ var WistiaLogoComponent = import_styled_components30.default.svg`
6098
6257
  height: ${({ height }) => `${height}px`};
6099
6258
 
6100
6259
  /* ensure it will always fit on mobile */
@@ -6136,7 +6295,7 @@ var WistiaLogo = ({
6136
6295
  };
6137
6296
  const brandmarkColor = VARIANT_COLORS[variant].brandmark;
6138
6297
  const logotypeColor = VARIANT_COLORS[variant].logotype;
6139
- const Logo = /* @__PURE__ */ (0, import_jsx_runtime171.jsxs)(
6298
+ const Logo = /* @__PURE__ */ (0, import_jsx_runtime172.jsxs)(
6140
6299
  WistiaLogoComponent,
6141
6300
  {
6142
6301
  $hoverColor: hoverColor,
@@ -6146,18 +6305,19 @@ var WistiaLogo = ({
6146
6305
  xmlns: "http://www.w3.org/2000/svg",
6147
6306
  ...otherProps,
6148
6307
  children: [
6149
- /* @__PURE__ */ (0, import_jsx_runtime171.jsx)("title", { children: title }),
6150
- (0, import_type_guards14.isNotNil)(description) ? /* @__PURE__ */ (0, import_jsx_runtime171.jsx)("desc", { children: description }) : null,
6308
+ /* @__PURE__ */ (0, import_jsx_runtime172.jsx)("title", { children: title }),
6309
+ (0, import_type_guards16.isNotNil)(description) ? /* @__PURE__ */ (0, import_jsx_runtime172.jsx)("desc", { children: description }) : null,
6151
6310
  renderBrandmark(brandmarkColor, iconOnly),
6152
6311
  renderLogotype(logotypeColor, iconOnly)
6153
6312
  ]
6154
6313
  }
6155
6314
  );
6156
- return href !== void 0 ? /* @__PURE__ */ (0, import_jsx_runtime171.jsx)("a", { href, children: Logo }) : Logo;
6315
+ return href !== void 0 ? /* @__PURE__ */ (0, import_jsx_runtime172.jsx)("a", { href, children: Logo }) : Logo;
6157
6316
  };
6158
6317
  WistiaLogo.displayName = "WistiaLogo";
6159
6318
  // Annotate the CommonJS export names for ESM import in node:
6160
6319
  0 && (module.exports = {
6320
+ Avatar,
6161
6321
  Badge,
6162
6322
  Box,
6163
6323
  Button,