@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 +855 -695
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +43 -1
- package/dist/index.d.ts +43 -1
- package/dist/index.mjs +754 -595
- package/dist/index.mjs.map +1 -1
- package/package.json +16 -16
package/dist/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
/*
|
|
3
|
-
* @license @wistia/ui v0.0.
|
|
3
|
+
* @license @wistia/ui v0.0.11
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2024-2024, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -748,7 +748,8 @@ var colorAliasTokens = css4`
|
|
|
748
748
|
--color-bg-surface-secondary-hover: var(--gray-4);
|
|
749
749
|
--color-bg-surface-tertiary: var(--gray-5);
|
|
750
750
|
--color-border: var(--gray-6);
|
|
751
|
-
--color-border-
|
|
751
|
+
--color-border-hover: var(--gray-8);
|
|
752
|
+
--color-border-active: var(--gray-9);
|
|
752
753
|
--color-icon: var(--gray-11);
|
|
753
754
|
--color-icon-on-fill: var(--gray-contrast);
|
|
754
755
|
--color-text: var(--gray-12);
|
|
@@ -771,6 +772,8 @@ var colorAliasTokens = css4`
|
|
|
771
772
|
--color-bg-surface-secondary-hover-error: var(--error-4);
|
|
772
773
|
--color-bg-surface-tertiary-error: var(--error-5);
|
|
773
774
|
--color-border-error: var(--error-6);
|
|
775
|
+
--color-border-hover-errror: var(--error-8);
|
|
776
|
+
--color-border-active-error: var(--error-9);
|
|
774
777
|
--color-icon-error: var(--error-11);
|
|
775
778
|
--color-icon-on-fill-error: var(--error-contrast);
|
|
776
779
|
--color-text-error: var(--error-11);
|
|
@@ -791,6 +794,8 @@ var colorAliasTokens = css4`
|
|
|
791
794
|
--color-bg-surface-secondary-info: var(--blue-3);
|
|
792
795
|
--color-bg-surface-tertiary-info: var(--blue-6);
|
|
793
796
|
--color-border-info: var(--blue-6);
|
|
797
|
+
--color-border-hover-info: var(--blue-8);
|
|
798
|
+
--color-border-active-info: var(--blue-9);
|
|
794
799
|
--color-icon-info: var(--blue-11);
|
|
795
800
|
--color-icon-on-fill-info: var(--blue-contrast);
|
|
796
801
|
--color-text-high-contrast-info: var(--blue-12);
|
|
@@ -811,6 +816,8 @@ var colorAliasTokens = css4`
|
|
|
811
816
|
--color-bg-surface-success: var(--success-surface);
|
|
812
817
|
--color-bg-surface-tertiary-success: var(--success-5);
|
|
813
818
|
--color-border-success: var(--success-6);
|
|
819
|
+
--color-border-hover-success: var(--success-8);
|
|
820
|
+
--color-border-active-success: var(--success-9);
|
|
814
821
|
--color-icon-on-fill-success: var(--success-contrast);
|
|
815
822
|
--color-icon-success: var(--success-11);
|
|
816
823
|
--color-text-high-contrast-success: var(--success-12);
|
|
@@ -831,6 +838,8 @@ var colorAliasTokens = css4`
|
|
|
831
838
|
--color-bg-surface-tertiary-warning: var(--warning-5);
|
|
832
839
|
--color-bg-surface-warning: var(--warning-surface);
|
|
833
840
|
--color-border-warning: var(--warning-6);
|
|
841
|
+
--color-border-hover-warning: var(--warning-8);
|
|
842
|
+
--color-border-active-warning: var(--warning-9);
|
|
834
843
|
--color-icon-on-fill-warning: var(--warning-contrast);
|
|
835
844
|
--color-icon-warning: var(--warning-11);
|
|
836
845
|
--color-text-high-contrast-warning: var(--warning-12);
|
|
@@ -853,6 +862,8 @@ var colorAliasTokens = css4`
|
|
|
853
862
|
--color-bg-surface-secondary-hover-blue: var(--blue-4);
|
|
854
863
|
--color-bg-surface-tertiary-blue: var(--blue-5);
|
|
855
864
|
--color-border-blue: var(--blue-6);
|
|
865
|
+
--color-border-hover-blue: var(--blue-8);
|
|
866
|
+
--color-border-active-blue: var(--blue-9);
|
|
856
867
|
--color-icon-blue: var(--blue-11);
|
|
857
868
|
--color-icon-on-fill-blue: var(--blue-contrast);
|
|
858
869
|
--color-text-blue: var(--blue-11);
|
|
@@ -873,6 +884,8 @@ var colorAliasTokens = css4`
|
|
|
873
884
|
--color-bg-surface-secondary-hover-green: var(--green-4);
|
|
874
885
|
--color-bg-surface-tertiary-green: var(--green-5);
|
|
875
886
|
--color-border-green: var(--green-6);
|
|
887
|
+
--color-border-hover-green: var(--green-8);
|
|
888
|
+
--color-border-active-green: var(--green-9);
|
|
876
889
|
--color-icon-green: var(--green-11);
|
|
877
890
|
--color-icon-on-fill-green: var(--green-contrast);
|
|
878
891
|
--color-text-green: var(--green-11);
|
|
@@ -893,6 +906,8 @@ var colorAliasTokens = css4`
|
|
|
893
906
|
--color-bg-surface-secondary-orange: var(--orange-3);
|
|
894
907
|
--color-bg-surface-tertiary-orange: var(--orange-5);
|
|
895
908
|
--color-border-orange: var(--orange-6);
|
|
909
|
+
--color-border-hover-orange: var(--orange-8);
|
|
910
|
+
--color-border-active-orange: var(--orange-9);
|
|
896
911
|
--color-icon-on-fill-orange: var(--orange-contrast);
|
|
897
912
|
--color-icon-orange: var(--orange-11);
|
|
898
913
|
--color-text-high-contrast-orange: var(--orange-12);
|
|
@@ -913,6 +928,8 @@ var colorAliasTokens = css4`
|
|
|
913
928
|
--color-bg-surface-secondary-pink: var(--pink-3);
|
|
914
929
|
--color-bg-surface-tertiary-pink: var(--pink-5);
|
|
915
930
|
--color-border-pink: var(--pink-6);
|
|
931
|
+
--color-border-hover-pink: var(--pink-8);
|
|
932
|
+
--color-border-active-pink: var(--pink-9);
|
|
916
933
|
--color-icon-on-fill-pink: var(--pink-contrast);
|
|
917
934
|
--color-icon-pink: var(--pink-11);
|
|
918
935
|
--color-text-high-contrast-pink: var(--pink-12);
|
|
@@ -933,6 +950,8 @@ var colorAliasTokens = css4`
|
|
|
933
950
|
--color-bg-surface-secondary-purple: var(--purple-3);
|
|
934
951
|
--color-bg-surface-tertiary-purple: var(--purple-5);
|
|
935
952
|
--color-border-purple: var(--purple-6);
|
|
953
|
+
--color-border-hover-purple: var(--purple-8);
|
|
954
|
+
--color-border-active-purple: var(--purple-9);
|
|
936
955
|
--color-icon-on-fill-purple: var(--purple-contrast);
|
|
937
956
|
--color-icon-purple: var(--purple-11);
|
|
938
957
|
--color-text-high-contrast-purple: var(--purple-12);
|
|
@@ -953,6 +972,8 @@ var colorAliasTokens = css4`
|
|
|
953
972
|
--color-bg-surface-tertiary-yellow: var(--yellow-5);
|
|
954
973
|
--color-bg-surface-yellow: var(--yellow-surface);
|
|
955
974
|
--color-border-yellow: var(--yellow-6);
|
|
975
|
+
--color-border-hover-yellow: var(--yellow-8);
|
|
976
|
+
--color-border-active-yellow: var(--yellow-9);
|
|
956
977
|
--color-icon-on-fill-yellow: var(--yellow-contrast);
|
|
957
978
|
--color-icon-yellow: var(--yellow-11);
|
|
958
979
|
--color-text-high-contrast-yellow: var(--yellow-12);
|
|
@@ -984,6 +1005,9 @@ var colorAliasTokens = css4`
|
|
|
984
1005
|
--color-bg-surface-selected-hover: var(--blue-4);
|
|
985
1006
|
--color-icon-selected: var(--blue-9);
|
|
986
1007
|
--color-text-selected: var(--blue-9);
|
|
1008
|
+
--color-border-selected: var(--blue-6);
|
|
1009
|
+
--color-border-hover-selected: var(--blue-8);
|
|
1010
|
+
--color-border-active-selected: var(--blue-9);
|
|
987
1011
|
`;
|
|
988
1012
|
|
|
989
1013
|
// src/css/designTokens/borderRadius.tsx
|
|
@@ -1367,10 +1391,13 @@ var useAriaLive = () => {
|
|
|
1367
1391
|
return context;
|
|
1368
1392
|
};
|
|
1369
1393
|
|
|
1370
|
-
// src/components/
|
|
1371
|
-
import {
|
|
1394
|
+
// src/components/Avatar/Avatar.tsx
|
|
1395
|
+
import { useState as useState3, useMemo as useMemo2 } from "react";
|
|
1396
|
+
import { isNil as isNil4 } from "@wistia/type-guards";
|
|
1397
|
+
import styled2 from "styled-components";
|
|
1398
|
+
|
|
1399
|
+
// src/components/ColorSchemeWrapper/ColorSchemeWrapper.tsx
|
|
1372
1400
|
import styled from "styled-components";
|
|
1373
|
-
import { isNotNil } from "@wistia/type-guards";
|
|
1374
1401
|
|
|
1375
1402
|
// src/private/helpers/getColorScheme/getColorScheme.ts
|
|
1376
1403
|
import { css as css9 } from "styled-components";
|
|
@@ -1391,6 +1418,8 @@ var colorSchemeSchema = [
|
|
|
1391
1418
|
{ token: "text-secondary", step: "11" },
|
|
1392
1419
|
{ token: "text-on-fill", step: "contrast" },
|
|
1393
1420
|
{ token: "border", step: "6" },
|
|
1421
|
+
{ token: "border-hover", step: "8" },
|
|
1422
|
+
{ token: "border-active", step: "9" },
|
|
1394
1423
|
{ token: "icon", step: "11" },
|
|
1395
1424
|
{ token: "icon-on-fill", step: "contrast" }
|
|
1396
1425
|
];
|
|
@@ -1427,9 +1456,172 @@ var getColorScheme = (colorScheme) => {
|
|
|
1427
1456
|
`;
|
|
1428
1457
|
};
|
|
1429
1458
|
|
|
1459
|
+
// src/components/ColorSchemeWrapper/ColorSchemeWrapper.tsx
|
|
1460
|
+
import { jsx as jsx3 } from "react/jsx-runtime";
|
|
1461
|
+
var colorSchemeOptions = [
|
|
1462
|
+
"inherit",
|
|
1463
|
+
"default",
|
|
1464
|
+
"info",
|
|
1465
|
+
"success",
|
|
1466
|
+
"warning",
|
|
1467
|
+
"error",
|
|
1468
|
+
"blue",
|
|
1469
|
+
"green",
|
|
1470
|
+
"orange",
|
|
1471
|
+
"pink",
|
|
1472
|
+
"purple",
|
|
1473
|
+
"yellow"
|
|
1474
|
+
];
|
|
1475
|
+
var StyledColorSchemeWrapper = styled.div`
|
|
1476
|
+
${({ $colorScheme }) => getColorScheme($colorScheme)};
|
|
1477
|
+
`;
|
|
1478
|
+
var ColorSchemeWrapper = ({
|
|
1479
|
+
colorScheme,
|
|
1480
|
+
children,
|
|
1481
|
+
...otherProps
|
|
1482
|
+
}) => /* @__PURE__ */ jsx3(
|
|
1483
|
+
StyledColorSchemeWrapper,
|
|
1484
|
+
{
|
|
1485
|
+
$colorScheme: colorScheme,
|
|
1486
|
+
...otherProps,
|
|
1487
|
+
children
|
|
1488
|
+
}
|
|
1489
|
+
);
|
|
1490
|
+
ColorSchemeWrapper.displayName = "ColorSchemeWrapper";
|
|
1491
|
+
|
|
1492
|
+
// src/components/Avatar/formatNameForDisplay.tsx
|
|
1493
|
+
import { isNil as isNil3, isString, isEmptyString } from "@wistia/type-guards";
|
|
1494
|
+
var containsEmojiCharacter = (char) => {
|
|
1495
|
+
const emojiRegex = /<a?:.+?:\d{18}>|\p{Extended_Pictographic}/gu;
|
|
1496
|
+
return emojiRegex.test(char);
|
|
1497
|
+
};
|
|
1498
|
+
var formatNameForDisplay = (name) => {
|
|
1499
|
+
if (isNil3(name) || !isString(name) || isEmptyString(name) || containsEmojiCharacter(name)) {
|
|
1500
|
+
return "U";
|
|
1501
|
+
}
|
|
1502
|
+
const firstChar = name.trim().substring(0, 1);
|
|
1503
|
+
return firstChar.toUpperCase();
|
|
1504
|
+
};
|
|
1505
|
+
|
|
1506
|
+
// src/components/Avatar/Avatar.tsx
|
|
1507
|
+
import { jsx as jsx4 } from "react/jsx-runtime";
|
|
1508
|
+
var AvatarImage = styled2.img`
|
|
1509
|
+
align-items: center;
|
|
1510
|
+
background-color: white;
|
|
1511
|
+
border-radius: 50%;
|
|
1512
|
+
display: flex;
|
|
1513
|
+
height: ${({ $heightAndWidth }) => $heightAndWidth}px;
|
|
1514
|
+
justify-content: center;
|
|
1515
|
+
object-fit: cover;
|
|
1516
|
+
overflow: hidden;
|
|
1517
|
+
pointer-events: none;
|
|
1518
|
+
user-select: none;
|
|
1519
|
+
width: ${({ $heightAndWidth }) => $heightAndWidth}px;
|
|
1520
|
+
|
|
1521
|
+
a:hover & {
|
|
1522
|
+
box-shadow: inset 0 0 0 2px rgb(0 0 0 / 25%);
|
|
1523
|
+
}
|
|
1524
|
+
|
|
1525
|
+
a:active & {
|
|
1526
|
+
box-shadow: inset 0 0 0 2px rgb(0 0 0 / 50%);
|
|
1527
|
+
}
|
|
1528
|
+
`;
|
|
1529
|
+
var avatarSizeMap = {
|
|
1530
|
+
sm: 16,
|
|
1531
|
+
md: 24,
|
|
1532
|
+
lg: 32
|
|
1533
|
+
};
|
|
1534
|
+
var fontSizeScaleMultiplier = 0.55;
|
|
1535
|
+
var InitialsContainer = styled2.div`
|
|
1536
|
+
${({ $colorScheme }) => getColorScheme($colorScheme)};
|
|
1537
|
+
align-items: center;
|
|
1538
|
+
background-color: var(--color-bg-fill);
|
|
1539
|
+
border: 1px solid var(--color-border);
|
|
1540
|
+
border-radius: 50%;
|
|
1541
|
+
color: var(--color-text-on-fill);
|
|
1542
|
+
display: flex;
|
|
1543
|
+
font-size: ${({ $heightAndWidth }) => $heightAndWidth * fontSizeScaleMultiplier}px;
|
|
1544
|
+
height: ${({ $heightAndWidth }) => $heightAndWidth}px;
|
|
1545
|
+
justify-content: center;
|
|
1546
|
+
overflow: hidden;
|
|
1547
|
+
width: ${({ $heightAndWidth }) => $heightAndWidth}px;
|
|
1548
|
+
|
|
1549
|
+
a:hover & {
|
|
1550
|
+
box-shadow: inset 0 0 0 2px rgb(0 0 0 / 25%);
|
|
1551
|
+
}
|
|
1552
|
+
|
|
1553
|
+
a:active & {
|
|
1554
|
+
box-shadow: inset 0 0 0 2px rgb(0 0 0 / 50%);
|
|
1555
|
+
}
|
|
1556
|
+
`;
|
|
1557
|
+
var AvatarWrapper = styled2.div`
|
|
1558
|
+
max-height: ${({ $maxHeight }) => $maxHeight}px;
|
|
1559
|
+
`;
|
|
1560
|
+
var chooseColorScheme = (name) => {
|
|
1561
|
+
if (isNil4(name) || name === "Anonymous") {
|
|
1562
|
+
return "default";
|
|
1563
|
+
}
|
|
1564
|
+
const filteredColors = colorSchemeOptions.filter(
|
|
1565
|
+
(color) => color !== "inherit" && color !== "default"
|
|
1566
|
+
);
|
|
1567
|
+
const multiplier = 31;
|
|
1568
|
+
const hashCode = (str) => Array.from(str).reduce((sum, char) => Math.imul(multiplier, sum) + char.charCodeAt(0) | 0, 0);
|
|
1569
|
+
const index = Math.abs(hashCode(name)) % filteredColors.length;
|
|
1570
|
+
return filteredColors[index] ?? "default";
|
|
1571
|
+
};
|
|
1572
|
+
var Avatar = ({
|
|
1573
|
+
imageUrl,
|
|
1574
|
+
heightAndWidth,
|
|
1575
|
+
name,
|
|
1576
|
+
size = "md",
|
|
1577
|
+
onImageLoad,
|
|
1578
|
+
...otherProps
|
|
1579
|
+
}) => {
|
|
1580
|
+
const [imageLoadState, setImageLoadState] = useState3(null);
|
|
1581
|
+
const handleImageLoad = () => {
|
|
1582
|
+
setImageLoadState("loaded");
|
|
1583
|
+
onImageLoad?.("image");
|
|
1584
|
+
};
|
|
1585
|
+
const handleImageLoadError = () => {
|
|
1586
|
+
setImageLoadState("error");
|
|
1587
|
+
onImageLoad?.("initials");
|
|
1588
|
+
};
|
|
1589
|
+
const avatarSize = heightAndWidth ?? avatarSizeMap[size];
|
|
1590
|
+
const avatarColor = useMemo2(() => chooseColorScheme(name), [name]);
|
|
1591
|
+
const showInitials = isNil4(imageUrl) || imageLoadState === "error";
|
|
1592
|
+
return /* @__PURE__ */ jsx4(
|
|
1593
|
+
AvatarWrapper,
|
|
1594
|
+
{
|
|
1595
|
+
...otherProps,
|
|
1596
|
+
$maxHeight: avatarSize,
|
|
1597
|
+
children: showInitials ? /* @__PURE__ */ jsx4(
|
|
1598
|
+
InitialsContainer,
|
|
1599
|
+
{
|
|
1600
|
+
$colorScheme: avatarColor,
|
|
1601
|
+
$heightAndWidth: avatarSize,
|
|
1602
|
+
children: formatNameForDisplay(name)
|
|
1603
|
+
}
|
|
1604
|
+
) : /* @__PURE__ */ jsx4(
|
|
1605
|
+
AvatarImage,
|
|
1606
|
+
{
|
|
1607
|
+
$heightAndWidth: avatarSize,
|
|
1608
|
+
alt: name ?? "Unavailable",
|
|
1609
|
+
onError: handleImageLoadError,
|
|
1610
|
+
onLoad: handleImageLoad,
|
|
1611
|
+
src: imageUrl
|
|
1612
|
+
}
|
|
1613
|
+
)
|
|
1614
|
+
}
|
|
1615
|
+
);
|
|
1616
|
+
};
|
|
1617
|
+
Avatar.displayName = "Avatar";
|
|
1618
|
+
|
|
1430
1619
|
// src/components/Badge/Badge.tsx
|
|
1431
|
-
import {
|
|
1432
|
-
|
|
1620
|
+
import { forwardRef } from "react";
|
|
1621
|
+
import styled3 from "styled-components";
|
|
1622
|
+
import { isNotNil } from "@wistia/type-guards";
|
|
1623
|
+
import { jsx as jsx5, jsxs as jsxs2 } from "react/jsx-runtime";
|
|
1624
|
+
var StyledBadge = styled3.div`
|
|
1433
1625
|
${({ $colorScheme }) => getColorScheme($colorScheme)};
|
|
1434
1626
|
align-items: center;
|
|
1435
1627
|
background-color: var(--color-bg-surface-secondary);
|
|
@@ -1461,7 +1653,7 @@ var Badge = forwardRef(
|
|
|
1461
1653
|
$hasIcon: hasIcon,
|
|
1462
1654
|
children: [
|
|
1463
1655
|
hasIcon ? icon : null,
|
|
1464
|
-
/* @__PURE__ */
|
|
1656
|
+
/* @__PURE__ */ jsx5("span", { children: label })
|
|
1465
1657
|
]
|
|
1466
1658
|
}
|
|
1467
1659
|
);
|
|
@@ -1471,9 +1663,9 @@ Badge.displayName = "Badge";
|
|
|
1471
1663
|
|
|
1472
1664
|
// src/components/Box/Box.tsx
|
|
1473
1665
|
import { Children, cloneElement } from "react";
|
|
1474
|
-
import
|
|
1475
|
-
import { isNotNil as isNotNil2, isNil as
|
|
1476
|
-
import { jsx as
|
|
1666
|
+
import styled4 from "styled-components";
|
|
1667
|
+
import { isNotNil as isNotNil2, isNil as isNil5, isRecord } from "@wistia/type-guards";
|
|
1668
|
+
import { jsx as jsx6 } from "react/jsx-runtime";
|
|
1477
1669
|
var isDev = process.env["NODE_ENV"] === "development";
|
|
1478
1670
|
var PROPS_FOR_FLEX_CHILDREN = /* @__PURE__ */ new Set(["alignSelf", "basis", "grow", "order", "shrink"]);
|
|
1479
1671
|
var getGapStyle = (gap) => {
|
|
@@ -1515,7 +1707,7 @@ var getFillViewportStyle = (fillViewport) => {
|
|
|
1515
1707
|
}
|
|
1516
1708
|
return void 0;
|
|
1517
1709
|
};
|
|
1518
|
-
var BoxComponent =
|
|
1710
|
+
var BoxComponent = styled4.div`
|
|
1519
1711
|
align-content: ${({ $alignContent }) => $alignContent};
|
|
1520
1712
|
align-items: ${({ $alignItems }) => $alignItems};
|
|
1521
1713
|
align-self: ${({ $alignSelf }) => $alignSelf ?? null};
|
|
@@ -1537,7 +1729,7 @@ var wrapChildren = (children) => {
|
|
|
1537
1729
|
if (isNotNil2(children)) {
|
|
1538
1730
|
if (typeof children === "object" && isDev) {
|
|
1539
1731
|
return Children.map(children, (child) => {
|
|
1540
|
-
if (
|
|
1732
|
+
if (isNil5(child)) return null;
|
|
1541
1733
|
const elementParams = {};
|
|
1542
1734
|
if (child.type?.displayName === "Box" || child.type?.displayName === "Box_UI") {
|
|
1543
1735
|
elementParams.hasBoxParent = true;
|
|
@@ -1570,7 +1762,7 @@ var Box = ({
|
|
|
1570
1762
|
}
|
|
1571
1763
|
});
|
|
1572
1764
|
}
|
|
1573
|
-
return /* @__PURE__ */
|
|
1765
|
+
return /* @__PURE__ */ jsx6(
|
|
1574
1766
|
BoxComponent,
|
|
1575
1767
|
{
|
|
1576
1768
|
$alignContent: alignContent,
|
|
@@ -1592,7 +1784,7 @@ Box.displayName = "Box";
|
|
|
1592
1784
|
|
|
1593
1785
|
// src/components/Button/Button.tsx
|
|
1594
1786
|
import { forwardRef as forwardRef3 } from "react";
|
|
1595
|
-
import
|
|
1787
|
+
import styled7 from "styled-components";
|
|
1596
1788
|
import { isNotNil as isNotNil4, isNotUndefined as isNotUndefined3 } from "@wistia/type-guards";
|
|
1597
1789
|
|
|
1598
1790
|
// src/css/buttonResetCss.tsx
|
|
@@ -1798,18 +1990,18 @@ var buttonSizeStyles = {
|
|
|
1798
1990
|
};
|
|
1799
1991
|
|
|
1800
1992
|
// src/components/Icon/Icon.tsx
|
|
1801
|
-
import { isNil as
|
|
1802
|
-
import
|
|
1993
|
+
import { isNil as isNil6 } from "@wistia/type-guards";
|
|
1994
|
+
import styled5 from "styled-components";
|
|
1803
1995
|
|
|
1804
1996
|
// src/components/Icon/icons/AbTestIcon.tsx
|
|
1805
|
-
import { jsx as
|
|
1806
|
-
var AbTestIcon = (props) => /* @__PURE__ */
|
|
1997
|
+
import { jsx as jsx7 } from "react/jsx-runtime";
|
|
1998
|
+
var AbTestIcon = (props) => /* @__PURE__ */ jsx7(
|
|
1807
1999
|
"svg",
|
|
1808
2000
|
{
|
|
1809
2001
|
...props,
|
|
1810
2002
|
viewBox: "0 0 24 24",
|
|
1811
2003
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1812
|
-
children: /* @__PURE__ */
|
|
2004
|
+
children: /* @__PURE__ */ jsx7(
|
|
1813
2005
|
"path",
|
|
1814
2006
|
{
|
|
1815
2007
|
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",
|
|
@@ -1820,14 +2012,14 @@ var AbTestIcon = (props) => /* @__PURE__ */ jsx5(
|
|
|
1820
2012
|
);
|
|
1821
2013
|
|
|
1822
2014
|
// src/components/Icon/icons/AccessibilityIcon.tsx
|
|
1823
|
-
import { jsx as
|
|
1824
|
-
var AccessibilityIcon = (props) => /* @__PURE__ */
|
|
2015
|
+
import { jsx as jsx8 } from "react/jsx-runtime";
|
|
2016
|
+
var AccessibilityIcon = (props) => /* @__PURE__ */ jsx8(
|
|
1825
2017
|
"svg",
|
|
1826
2018
|
{
|
|
1827
2019
|
...props,
|
|
1828
2020
|
viewBox: "0 0 24 24",
|
|
1829
2021
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1830
|
-
children: /* @__PURE__ */
|
|
2022
|
+
children: /* @__PURE__ */ jsx8(
|
|
1831
2023
|
"path",
|
|
1832
2024
|
{
|
|
1833
2025
|
clipRule: "evenodd",
|
|
@@ -1840,14 +2032,14 @@ var AccessibilityIcon = (props) => /* @__PURE__ */ jsx6(
|
|
|
1840
2032
|
);
|
|
1841
2033
|
|
|
1842
2034
|
// src/components/Icon/icons/ActivityIcon.tsx
|
|
1843
|
-
import { jsx as
|
|
1844
|
-
var ActivityIcon = (props) => /* @__PURE__ */
|
|
2035
|
+
import { jsx as jsx9 } from "react/jsx-runtime";
|
|
2036
|
+
var ActivityIcon = (props) => /* @__PURE__ */ jsx9(
|
|
1845
2037
|
"svg",
|
|
1846
2038
|
{
|
|
1847
2039
|
...props,
|
|
1848
2040
|
viewBox: "0 0 24 24",
|
|
1849
2041
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1850
|
-
children: /* @__PURE__ */
|
|
2042
|
+
children: /* @__PURE__ */ jsx9(
|
|
1851
2043
|
"path",
|
|
1852
2044
|
{
|
|
1853
2045
|
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",
|
|
@@ -1858,14 +2050,14 @@ var ActivityIcon = (props) => /* @__PURE__ */ jsx7(
|
|
|
1858
2050
|
);
|
|
1859
2051
|
|
|
1860
2052
|
// src/components/Icon/icons/AddMediaIcon.tsx
|
|
1861
|
-
import { jsx as
|
|
1862
|
-
var AddMediaIcon = (props) => /* @__PURE__ */
|
|
2053
|
+
import { jsx as jsx10 } from "react/jsx-runtime";
|
|
2054
|
+
var AddMediaIcon = (props) => /* @__PURE__ */ jsx10(
|
|
1863
2055
|
"svg",
|
|
1864
2056
|
{
|
|
1865
2057
|
...props,
|
|
1866
2058
|
viewBox: "0 0 24 24",
|
|
1867
2059
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1868
|
-
children: /* @__PURE__ */
|
|
2060
|
+
children: /* @__PURE__ */ jsx10(
|
|
1869
2061
|
"path",
|
|
1870
2062
|
{
|
|
1871
2063
|
clipRule: "evenodd",
|
|
@@ -1878,14 +2070,14 @@ var AddMediaIcon = (props) => /* @__PURE__ */ jsx8(
|
|
|
1878
2070
|
);
|
|
1879
2071
|
|
|
1880
2072
|
// src/components/Icon/icons/AnnotationLinkIcon.tsx
|
|
1881
|
-
import { jsx as
|
|
1882
|
-
var AnnotationLinkIcon = (props) => /* @__PURE__ */
|
|
2073
|
+
import { jsx as jsx11 } from "react/jsx-runtime";
|
|
2074
|
+
var AnnotationLinkIcon = (props) => /* @__PURE__ */ jsx11(
|
|
1883
2075
|
"svg",
|
|
1884
2076
|
{
|
|
1885
2077
|
...props,
|
|
1886
2078
|
viewBox: "0 0 24 24",
|
|
1887
2079
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1888
|
-
children: /* @__PURE__ */
|
|
2080
|
+
children: /* @__PURE__ */ jsx11(
|
|
1889
2081
|
"path",
|
|
1890
2082
|
{
|
|
1891
2083
|
clipRule: "evenodd",
|
|
@@ -1898,14 +2090,14 @@ var AnnotationLinkIcon = (props) => /* @__PURE__ */ jsx9(
|
|
|
1898
2090
|
);
|
|
1899
2091
|
|
|
1900
2092
|
// src/components/Icon/icons/AppearanceIcon.tsx
|
|
1901
|
-
import { jsx as
|
|
1902
|
-
var AppearanceIcon = (props) => /* @__PURE__ */
|
|
2093
|
+
import { jsx as jsx12 } from "react/jsx-runtime";
|
|
2094
|
+
var AppearanceIcon = (props) => /* @__PURE__ */ jsx12(
|
|
1903
2095
|
"svg",
|
|
1904
2096
|
{
|
|
1905
2097
|
...props,
|
|
1906
2098
|
viewBox: "0 0 24 24",
|
|
1907
2099
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1908
|
-
children: /* @__PURE__ */
|
|
2100
|
+
children: /* @__PURE__ */ jsx12(
|
|
1909
2101
|
"path",
|
|
1910
2102
|
{
|
|
1911
2103
|
clipRule: "evenodd",
|
|
@@ -1918,14 +2110,14 @@ var AppearanceIcon = (props) => /* @__PURE__ */ jsx10(
|
|
|
1918
2110
|
);
|
|
1919
2111
|
|
|
1920
2112
|
// src/components/Icon/icons/ArchiveIcon.tsx
|
|
1921
|
-
import { jsx as
|
|
1922
|
-
var ArchiveIcon = (props) => /* @__PURE__ */
|
|
2113
|
+
import { jsx as jsx13 } from "react/jsx-runtime";
|
|
2114
|
+
var ArchiveIcon = (props) => /* @__PURE__ */ jsx13(
|
|
1923
2115
|
"svg",
|
|
1924
2116
|
{
|
|
1925
2117
|
...props,
|
|
1926
2118
|
viewBox: "0 0 24 24",
|
|
1927
2119
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1928
|
-
children: /* @__PURE__ */
|
|
2120
|
+
children: /* @__PURE__ */ jsx13(
|
|
1929
2121
|
"path",
|
|
1930
2122
|
{
|
|
1931
2123
|
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",
|
|
@@ -1936,14 +2128,14 @@ var ArchiveIcon = (props) => /* @__PURE__ */ jsx11(
|
|
|
1936
2128
|
);
|
|
1937
2129
|
|
|
1938
2130
|
// src/components/Icon/icons/ArrowDownIcon.tsx
|
|
1939
|
-
import { jsx as
|
|
1940
|
-
var ArrowDownIcon = (props) => /* @__PURE__ */
|
|
2131
|
+
import { jsx as jsx14 } from "react/jsx-runtime";
|
|
2132
|
+
var ArrowDownIcon = (props) => /* @__PURE__ */ jsx14(
|
|
1941
2133
|
"svg",
|
|
1942
2134
|
{
|
|
1943
2135
|
...props,
|
|
1944
2136
|
viewBox: "0 0 24 24",
|
|
1945
2137
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1946
|
-
children: /* @__PURE__ */
|
|
2138
|
+
children: /* @__PURE__ */ jsx14(
|
|
1947
2139
|
"path",
|
|
1948
2140
|
{
|
|
1949
2141
|
clipRule: "evenodd",
|
|
@@ -1956,14 +2148,14 @@ var ArrowDownIcon = (props) => /* @__PURE__ */ jsx12(
|
|
|
1956
2148
|
);
|
|
1957
2149
|
|
|
1958
2150
|
// src/components/Icon/icons/ArrowLeftIcon.tsx
|
|
1959
|
-
import { jsx as
|
|
1960
|
-
var ArrowLeftIcon = (props) => /* @__PURE__ */
|
|
2151
|
+
import { jsx as jsx15 } from "react/jsx-runtime";
|
|
2152
|
+
var ArrowLeftIcon = (props) => /* @__PURE__ */ jsx15(
|
|
1961
2153
|
"svg",
|
|
1962
2154
|
{
|
|
1963
2155
|
...props,
|
|
1964
2156
|
viewBox: "0 0 24 24",
|
|
1965
2157
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1966
|
-
children: /* @__PURE__ */
|
|
2158
|
+
children: /* @__PURE__ */ jsx15(
|
|
1967
2159
|
"path",
|
|
1968
2160
|
{
|
|
1969
2161
|
clipRule: "evenodd",
|
|
@@ -1976,14 +2168,14 @@ var ArrowLeftIcon = (props) => /* @__PURE__ */ jsx13(
|
|
|
1976
2168
|
);
|
|
1977
2169
|
|
|
1978
2170
|
// src/components/Icon/icons/ArrowRightIcon.tsx
|
|
1979
|
-
import { jsx as
|
|
1980
|
-
var ArrowRightIcon = (props) => /* @__PURE__ */
|
|
2171
|
+
import { jsx as jsx16 } from "react/jsx-runtime";
|
|
2172
|
+
var ArrowRightIcon = (props) => /* @__PURE__ */ jsx16(
|
|
1981
2173
|
"svg",
|
|
1982
2174
|
{
|
|
1983
2175
|
...props,
|
|
1984
2176
|
viewBox: "0 0 24 24",
|
|
1985
2177
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1986
|
-
children: /* @__PURE__ */
|
|
2178
|
+
children: /* @__PURE__ */ jsx16(
|
|
1987
2179
|
"path",
|
|
1988
2180
|
{
|
|
1989
2181
|
clipRule: "evenodd",
|
|
@@ -1996,14 +2188,14 @@ var ArrowRightIcon = (props) => /* @__PURE__ */ jsx14(
|
|
|
1996
2188
|
);
|
|
1997
2189
|
|
|
1998
2190
|
// src/components/Icon/icons/ArrowUpIcon.tsx
|
|
1999
|
-
import { jsx as
|
|
2000
|
-
var ArrowUpIcon = (props) => /* @__PURE__ */
|
|
2191
|
+
import { jsx as jsx17 } from "react/jsx-runtime";
|
|
2192
|
+
var ArrowUpIcon = (props) => /* @__PURE__ */ jsx17(
|
|
2001
2193
|
"svg",
|
|
2002
2194
|
{
|
|
2003
2195
|
...props,
|
|
2004
2196
|
viewBox: "0 0 24 24",
|
|
2005
2197
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2006
|
-
children: /* @__PURE__ */
|
|
2198
|
+
children: /* @__PURE__ */ jsx17(
|
|
2007
2199
|
"path",
|
|
2008
2200
|
{
|
|
2009
2201
|
clipRule: "evenodd",
|
|
@@ -2016,14 +2208,14 @@ var ArrowUpIcon = (props) => /* @__PURE__ */ jsx15(
|
|
|
2016
2208
|
);
|
|
2017
2209
|
|
|
2018
2210
|
// src/components/Icon/icons/ArrowUpRightIcon.tsx
|
|
2019
|
-
import { jsx as
|
|
2020
|
-
var ArrowUpRightIcon = (props) => /* @__PURE__ */
|
|
2211
|
+
import { jsx as jsx18 } from "react/jsx-runtime";
|
|
2212
|
+
var ArrowUpRightIcon = (props) => /* @__PURE__ */ jsx18(
|
|
2021
2213
|
"svg",
|
|
2022
2214
|
{
|
|
2023
2215
|
...props,
|
|
2024
2216
|
viewBox: "0 0 24 24",
|
|
2025
2217
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2026
|
-
children: /* @__PURE__ */
|
|
2218
|
+
children: /* @__PURE__ */ jsx18(
|
|
2027
2219
|
"path",
|
|
2028
2220
|
{
|
|
2029
2221
|
clipRule: "evenodd",
|
|
@@ -2036,14 +2228,14 @@ var ArrowUpRightIcon = (props) => /* @__PURE__ */ jsx16(
|
|
|
2036
2228
|
);
|
|
2037
2229
|
|
|
2038
2230
|
// src/components/Icon/icons/AsteriskIcon.tsx
|
|
2039
|
-
import { jsx as
|
|
2040
|
-
var AsteriskIcon = (props) => /* @__PURE__ */
|
|
2231
|
+
import { jsx as jsx19 } from "react/jsx-runtime";
|
|
2232
|
+
var AsteriskIcon = (props) => /* @__PURE__ */ jsx19(
|
|
2041
2233
|
"svg",
|
|
2042
2234
|
{
|
|
2043
2235
|
...props,
|
|
2044
2236
|
viewBox: "0 0 24 24",
|
|
2045
2237
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2046
|
-
children: /* @__PURE__ */
|
|
2238
|
+
children: /* @__PURE__ */ jsx19(
|
|
2047
2239
|
"path",
|
|
2048
2240
|
{
|
|
2049
2241
|
clipRule: "evenodd",
|
|
@@ -2056,14 +2248,14 @@ var AsteriskIcon = (props) => /* @__PURE__ */ jsx17(
|
|
|
2056
2248
|
);
|
|
2057
2249
|
|
|
2058
2250
|
// src/components/Icon/icons/AudioDescriptionIcon.tsx
|
|
2059
|
-
import { jsx as
|
|
2060
|
-
var AudioDescriptionIcon = (props) => /* @__PURE__ */
|
|
2251
|
+
import { jsx as jsx20 } from "react/jsx-runtime";
|
|
2252
|
+
var AudioDescriptionIcon = (props) => /* @__PURE__ */ jsx20(
|
|
2061
2253
|
"svg",
|
|
2062
2254
|
{
|
|
2063
2255
|
...props,
|
|
2064
2256
|
viewBox: "0 0 24 24",
|
|
2065
2257
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2066
|
-
children: /* @__PURE__ */
|
|
2258
|
+
children: /* @__PURE__ */ jsx20(
|
|
2067
2259
|
"path",
|
|
2068
2260
|
{
|
|
2069
2261
|
clipRule: "evenodd",
|
|
@@ -2076,14 +2268,14 @@ var AudioDescriptionIcon = (props) => /* @__PURE__ */ jsx18(
|
|
|
2076
2268
|
);
|
|
2077
2269
|
|
|
2078
2270
|
// src/components/Icon/icons/AutoScrollIcon.tsx
|
|
2079
|
-
import { jsx as
|
|
2080
|
-
var AutoScrollIcon = (props) => /* @__PURE__ */
|
|
2271
|
+
import { jsx as jsx21 } from "react/jsx-runtime";
|
|
2272
|
+
var AutoScrollIcon = (props) => /* @__PURE__ */ jsx21(
|
|
2081
2273
|
"svg",
|
|
2082
2274
|
{
|
|
2083
2275
|
...props,
|
|
2084
2276
|
viewBox: "0 0 24 24",
|
|
2085
2277
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2086
|
-
children: /* @__PURE__ */
|
|
2278
|
+
children: /* @__PURE__ */ jsx21(
|
|
2087
2279
|
"path",
|
|
2088
2280
|
{
|
|
2089
2281
|
clipRule: "evenodd",
|
|
@@ -2096,14 +2288,14 @@ var AutoScrollIcon = (props) => /* @__PURE__ */ jsx19(
|
|
|
2096
2288
|
);
|
|
2097
2289
|
|
|
2098
2290
|
// src/components/Icon/icons/BackgroundIcon.tsx
|
|
2099
|
-
import { jsx as
|
|
2100
|
-
var BackgroundIcon = (props) => /* @__PURE__ */
|
|
2291
|
+
import { jsx as jsx22 } from "react/jsx-runtime";
|
|
2292
|
+
var BackgroundIcon = (props) => /* @__PURE__ */ jsx22(
|
|
2101
2293
|
"svg",
|
|
2102
2294
|
{
|
|
2103
2295
|
...props,
|
|
2104
2296
|
viewBox: "0 0 24 24",
|
|
2105
2297
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2106
|
-
children: /* @__PURE__ */
|
|
2298
|
+
children: /* @__PURE__ */ jsx22(
|
|
2107
2299
|
"path",
|
|
2108
2300
|
{
|
|
2109
2301
|
clipRule: "evenodd",
|
|
@@ -2116,14 +2308,14 @@ var BackgroundIcon = (props) => /* @__PURE__ */ jsx20(
|
|
|
2116
2308
|
);
|
|
2117
2309
|
|
|
2118
2310
|
// src/components/Icon/icons/BellIcon.tsx
|
|
2119
|
-
import { jsx as
|
|
2120
|
-
var BellIcon = (props) => /* @__PURE__ */
|
|
2311
|
+
import { jsx as jsx23 } from "react/jsx-runtime";
|
|
2312
|
+
var BellIcon = (props) => /* @__PURE__ */ jsx23(
|
|
2121
2313
|
"svg",
|
|
2122
2314
|
{
|
|
2123
2315
|
...props,
|
|
2124
2316
|
viewBox: "0 0 24 24",
|
|
2125
2317
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2126
|
-
children: /* @__PURE__ */
|
|
2318
|
+
children: /* @__PURE__ */ jsx23(
|
|
2127
2319
|
"path",
|
|
2128
2320
|
{
|
|
2129
2321
|
clipRule: "evenodd",
|
|
@@ -2136,14 +2328,14 @@ var BellIcon = (props) => /* @__PURE__ */ jsx21(
|
|
|
2136
2328
|
);
|
|
2137
2329
|
|
|
2138
2330
|
// src/components/Icon/icons/BoltIcon.tsx
|
|
2139
|
-
import { jsx as
|
|
2140
|
-
var BoltIcon = (props) => /* @__PURE__ */
|
|
2331
|
+
import { jsx as jsx24 } from "react/jsx-runtime";
|
|
2332
|
+
var BoltIcon = (props) => /* @__PURE__ */ jsx24(
|
|
2141
2333
|
"svg",
|
|
2142
2334
|
{
|
|
2143
2335
|
...props,
|
|
2144
2336
|
viewBox: "0 0 24 24",
|
|
2145
2337
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2146
|
-
children: /* @__PURE__ */
|
|
2338
|
+
children: /* @__PURE__ */ jsx24(
|
|
2147
2339
|
"path",
|
|
2148
2340
|
{
|
|
2149
2341
|
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",
|
|
@@ -2154,14 +2346,14 @@ var BoltIcon = (props) => /* @__PURE__ */ jsx22(
|
|
|
2154
2346
|
);
|
|
2155
2347
|
|
|
2156
2348
|
// src/components/Icon/icons/CalendarIcon.tsx
|
|
2157
|
-
import { jsx as
|
|
2158
|
-
var CalendarIcon = (props) => /* @__PURE__ */
|
|
2349
|
+
import { jsx as jsx25 } from "react/jsx-runtime";
|
|
2350
|
+
var CalendarIcon = (props) => /* @__PURE__ */ jsx25(
|
|
2159
2351
|
"svg",
|
|
2160
2352
|
{
|
|
2161
2353
|
...props,
|
|
2162
2354
|
viewBox: "0 0 24 24",
|
|
2163
2355
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2164
|
-
children: /* @__PURE__ */
|
|
2356
|
+
children: /* @__PURE__ */ jsx25(
|
|
2165
2357
|
"path",
|
|
2166
2358
|
{
|
|
2167
2359
|
clipRule: "evenodd",
|
|
@@ -2174,14 +2366,14 @@ var CalendarIcon = (props) => /* @__PURE__ */ jsx23(
|
|
|
2174
2366
|
);
|
|
2175
2367
|
|
|
2176
2368
|
// src/components/Icon/icons/CallToActionIcon.tsx
|
|
2177
|
-
import { jsx as
|
|
2178
|
-
var CallToActionIcon = (props) => /* @__PURE__ */
|
|
2369
|
+
import { jsx as jsx26 } from "react/jsx-runtime";
|
|
2370
|
+
var CallToActionIcon = (props) => /* @__PURE__ */ jsx26(
|
|
2179
2371
|
"svg",
|
|
2180
2372
|
{
|
|
2181
2373
|
...props,
|
|
2182
2374
|
viewBox: "0 0 24 24",
|
|
2183
2375
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2184
|
-
children: /* @__PURE__ */
|
|
2376
|
+
children: /* @__PURE__ */ jsx26(
|
|
2185
2377
|
"path",
|
|
2186
2378
|
{
|
|
2187
2379
|
clipRule: "evenodd",
|
|
@@ -2194,14 +2386,14 @@ var CallToActionIcon = (props) => /* @__PURE__ */ jsx24(
|
|
|
2194
2386
|
);
|
|
2195
2387
|
|
|
2196
2388
|
// src/components/Icon/icons/CameraIcon.tsx
|
|
2197
|
-
import { jsx as
|
|
2198
|
-
var CameraIcon = (props) => /* @__PURE__ */
|
|
2389
|
+
import { jsx as jsx27 } from "react/jsx-runtime";
|
|
2390
|
+
var CameraIcon = (props) => /* @__PURE__ */ jsx27(
|
|
2199
2391
|
"svg",
|
|
2200
2392
|
{
|
|
2201
2393
|
...props,
|
|
2202
2394
|
viewBox: "0 0 24 24",
|
|
2203
2395
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2204
|
-
children: /* @__PURE__ */
|
|
2396
|
+
children: /* @__PURE__ */ jsx27(
|
|
2205
2397
|
"path",
|
|
2206
2398
|
{
|
|
2207
2399
|
clipRule: "evenodd",
|
|
@@ -2214,14 +2406,14 @@ var CameraIcon = (props) => /* @__PURE__ */ jsx25(
|
|
|
2214
2406
|
);
|
|
2215
2407
|
|
|
2216
2408
|
// src/components/Icon/icons/CameraOffIcon.tsx
|
|
2217
|
-
import { jsx as
|
|
2218
|
-
var CameraOffIcon = (props) => /* @__PURE__ */
|
|
2409
|
+
import { jsx as jsx28 } from "react/jsx-runtime";
|
|
2410
|
+
var CameraOffIcon = (props) => /* @__PURE__ */ jsx28(
|
|
2219
2411
|
"svg",
|
|
2220
2412
|
{
|
|
2221
2413
|
...props,
|
|
2222
2414
|
viewBox: "0 0 24 24",
|
|
2223
2415
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2224
|
-
children: /* @__PURE__ */
|
|
2416
|
+
children: /* @__PURE__ */ jsx28(
|
|
2225
2417
|
"path",
|
|
2226
2418
|
{
|
|
2227
2419
|
clipRule: "evenodd",
|
|
@@ -2234,14 +2426,14 @@ var CameraOffIcon = (props) => /* @__PURE__ */ jsx26(
|
|
|
2234
2426
|
);
|
|
2235
2427
|
|
|
2236
2428
|
// src/components/Icon/icons/CaretDownIcon.tsx
|
|
2237
|
-
import { jsx as
|
|
2238
|
-
var CaretDownIcon = (props) => /* @__PURE__ */
|
|
2429
|
+
import { jsx as jsx29 } from "react/jsx-runtime";
|
|
2430
|
+
var CaretDownIcon = (props) => /* @__PURE__ */ jsx29(
|
|
2239
2431
|
"svg",
|
|
2240
2432
|
{
|
|
2241
2433
|
...props,
|
|
2242
2434
|
viewBox: "0 0 24 24",
|
|
2243
2435
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2244
|
-
children: /* @__PURE__ */
|
|
2436
|
+
children: /* @__PURE__ */ jsx29(
|
|
2245
2437
|
"path",
|
|
2246
2438
|
{
|
|
2247
2439
|
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",
|
|
@@ -2252,14 +2444,14 @@ var CaretDownIcon = (props) => /* @__PURE__ */ jsx27(
|
|
|
2252
2444
|
);
|
|
2253
2445
|
|
|
2254
2446
|
// src/components/Icon/icons/CaretDownStrongIcon.tsx
|
|
2255
|
-
import { jsx as
|
|
2256
|
-
var CaretDownStrongIcon = (props) => /* @__PURE__ */
|
|
2447
|
+
import { jsx as jsx30 } from "react/jsx-runtime";
|
|
2448
|
+
var CaretDownStrongIcon = (props) => /* @__PURE__ */ jsx30(
|
|
2257
2449
|
"svg",
|
|
2258
2450
|
{
|
|
2259
2451
|
...props,
|
|
2260
2452
|
viewBox: "0 0 24 24",
|
|
2261
2453
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2262
|
-
children: /* @__PURE__ */
|
|
2454
|
+
children: /* @__PURE__ */ jsx30(
|
|
2263
2455
|
"path",
|
|
2264
2456
|
{
|
|
2265
2457
|
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",
|
|
@@ -2270,14 +2462,14 @@ var CaretDownStrongIcon = (props) => /* @__PURE__ */ jsx28(
|
|
|
2270
2462
|
);
|
|
2271
2463
|
|
|
2272
2464
|
// src/components/Icon/icons/CaretLeftIcon.tsx
|
|
2273
|
-
import { jsx as
|
|
2274
|
-
var CaretLeftIcon = (props) => /* @__PURE__ */
|
|
2465
|
+
import { jsx as jsx31 } from "react/jsx-runtime";
|
|
2466
|
+
var CaretLeftIcon = (props) => /* @__PURE__ */ jsx31(
|
|
2275
2467
|
"svg",
|
|
2276
2468
|
{
|
|
2277
2469
|
...props,
|
|
2278
2470
|
viewBox: "0 0 24 24",
|
|
2279
2471
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2280
|
-
children: /* @__PURE__ */
|
|
2472
|
+
children: /* @__PURE__ */ jsx31(
|
|
2281
2473
|
"path",
|
|
2282
2474
|
{
|
|
2283
2475
|
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",
|
|
@@ -2288,14 +2480,14 @@ var CaretLeftIcon = (props) => /* @__PURE__ */ jsx29(
|
|
|
2288
2480
|
);
|
|
2289
2481
|
|
|
2290
2482
|
// src/components/Icon/icons/CaretLeftStrongIcon.tsx
|
|
2291
|
-
import { jsx as
|
|
2292
|
-
var CaretLeftStrongIcon = (props) => /* @__PURE__ */
|
|
2483
|
+
import { jsx as jsx32 } from "react/jsx-runtime";
|
|
2484
|
+
var CaretLeftStrongIcon = (props) => /* @__PURE__ */ jsx32(
|
|
2293
2485
|
"svg",
|
|
2294
2486
|
{
|
|
2295
2487
|
...props,
|
|
2296
2488
|
viewBox: "0 0 24 24",
|
|
2297
2489
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2298
|
-
children: /* @__PURE__ */
|
|
2490
|
+
children: /* @__PURE__ */ jsx32(
|
|
2299
2491
|
"path",
|
|
2300
2492
|
{
|
|
2301
2493
|
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",
|
|
@@ -2306,14 +2498,14 @@ var CaretLeftStrongIcon = (props) => /* @__PURE__ */ jsx30(
|
|
|
2306
2498
|
);
|
|
2307
2499
|
|
|
2308
2500
|
// src/components/Icon/icons/CaretRightIcon.tsx
|
|
2309
|
-
import { jsx as
|
|
2310
|
-
var CaretRightIcon = (props) => /* @__PURE__ */
|
|
2501
|
+
import { jsx as jsx33 } from "react/jsx-runtime";
|
|
2502
|
+
var CaretRightIcon = (props) => /* @__PURE__ */ jsx33(
|
|
2311
2503
|
"svg",
|
|
2312
2504
|
{
|
|
2313
2505
|
...props,
|
|
2314
2506
|
viewBox: "0 0 24 24",
|
|
2315
2507
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2316
|
-
children: /* @__PURE__ */
|
|
2508
|
+
children: /* @__PURE__ */ jsx33(
|
|
2317
2509
|
"path",
|
|
2318
2510
|
{
|
|
2319
2511
|
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",
|
|
@@ -2324,14 +2516,14 @@ var CaretRightIcon = (props) => /* @__PURE__ */ jsx31(
|
|
|
2324
2516
|
);
|
|
2325
2517
|
|
|
2326
2518
|
// src/components/Icon/icons/CaretRightStrongIcon.tsx
|
|
2327
|
-
import { jsx as
|
|
2328
|
-
var CaretRightStrongIcon = (props) => /* @__PURE__ */
|
|
2519
|
+
import { jsx as jsx34 } from "react/jsx-runtime";
|
|
2520
|
+
var CaretRightStrongIcon = (props) => /* @__PURE__ */ jsx34(
|
|
2329
2521
|
"svg",
|
|
2330
2522
|
{
|
|
2331
2523
|
...props,
|
|
2332
2524
|
viewBox: "0 0 24 24",
|
|
2333
2525
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2334
|
-
children: /* @__PURE__ */
|
|
2526
|
+
children: /* @__PURE__ */ jsx34(
|
|
2335
2527
|
"path",
|
|
2336
2528
|
{
|
|
2337
2529
|
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",
|
|
@@ -2342,14 +2534,14 @@ var CaretRightStrongIcon = (props) => /* @__PURE__ */ jsx32(
|
|
|
2342
2534
|
);
|
|
2343
2535
|
|
|
2344
2536
|
// src/components/Icon/icons/CaretUpIcon.tsx
|
|
2345
|
-
import { jsx as
|
|
2346
|
-
var CaretUpIcon = (props) => /* @__PURE__ */
|
|
2537
|
+
import { jsx as jsx35 } from "react/jsx-runtime";
|
|
2538
|
+
var CaretUpIcon = (props) => /* @__PURE__ */ jsx35(
|
|
2347
2539
|
"svg",
|
|
2348
2540
|
{
|
|
2349
2541
|
...props,
|
|
2350
2542
|
viewBox: "0 0 24 24",
|
|
2351
2543
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2352
|
-
children: /* @__PURE__ */
|
|
2544
|
+
children: /* @__PURE__ */ jsx35(
|
|
2353
2545
|
"path",
|
|
2354
2546
|
{
|
|
2355
2547
|
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",
|
|
@@ -2360,14 +2552,14 @@ var CaretUpIcon = (props) => /* @__PURE__ */ jsx33(
|
|
|
2360
2552
|
);
|
|
2361
2553
|
|
|
2362
2554
|
// src/components/Icon/icons/CaretUpStrongIcon.tsx
|
|
2363
|
-
import { jsx as
|
|
2364
|
-
var CaretUpStrongIcon = (props) => /* @__PURE__ */
|
|
2555
|
+
import { jsx as jsx36 } from "react/jsx-runtime";
|
|
2556
|
+
var CaretUpStrongIcon = (props) => /* @__PURE__ */ jsx36(
|
|
2365
2557
|
"svg",
|
|
2366
2558
|
{
|
|
2367
2559
|
...props,
|
|
2368
2560
|
viewBox: "0 0 24 24",
|
|
2369
2561
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2370
|
-
children: /* @__PURE__ */
|
|
2562
|
+
children: /* @__PURE__ */ jsx36(
|
|
2371
2563
|
"path",
|
|
2372
2564
|
{
|
|
2373
2565
|
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",
|
|
@@ -2378,14 +2570,14 @@ var CaretUpStrongIcon = (props) => /* @__PURE__ */ jsx34(
|
|
|
2378
2570
|
);
|
|
2379
2571
|
|
|
2380
2572
|
// src/components/Icon/icons/ChannelIcon.tsx
|
|
2381
|
-
import { jsx as
|
|
2382
|
-
var ChannelIcon = (props) => /* @__PURE__ */
|
|
2573
|
+
import { jsx as jsx37 } from "react/jsx-runtime";
|
|
2574
|
+
var ChannelIcon = (props) => /* @__PURE__ */ jsx37(
|
|
2383
2575
|
"svg",
|
|
2384
2576
|
{
|
|
2385
2577
|
...props,
|
|
2386
2578
|
viewBox: "0 0 24 24",
|
|
2387
2579
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2388
|
-
children: /* @__PURE__ */
|
|
2580
|
+
children: /* @__PURE__ */ jsx37(
|
|
2389
2581
|
"path",
|
|
2390
2582
|
{
|
|
2391
2583
|
clipRule: "evenodd",
|
|
@@ -2398,14 +2590,14 @@ var ChannelIcon = (props) => /* @__PURE__ */ jsx35(
|
|
|
2398
2590
|
);
|
|
2399
2591
|
|
|
2400
2592
|
// src/components/Icon/icons/ChaptersIcon.tsx
|
|
2401
|
-
import { jsx as
|
|
2402
|
-
var ChaptersIcon = (props) => /* @__PURE__ */
|
|
2593
|
+
import { jsx as jsx38 } from "react/jsx-runtime";
|
|
2594
|
+
var ChaptersIcon = (props) => /* @__PURE__ */ jsx38(
|
|
2403
2595
|
"svg",
|
|
2404
2596
|
{
|
|
2405
2597
|
...props,
|
|
2406
2598
|
viewBox: "0 0 24 24",
|
|
2407
2599
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2408
|
-
children: /* @__PURE__ */
|
|
2600
|
+
children: /* @__PURE__ */ jsx38(
|
|
2409
2601
|
"path",
|
|
2410
2602
|
{
|
|
2411
2603
|
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",
|
|
@@ -2416,14 +2608,14 @@ var ChaptersIcon = (props) => /* @__PURE__ */ jsx36(
|
|
|
2416
2608
|
);
|
|
2417
2609
|
|
|
2418
2610
|
// src/components/Icon/icons/CheckmarkCircleIcon.tsx
|
|
2419
|
-
import { jsx as
|
|
2420
|
-
var CheckmarkCircleIcon = (props) => /* @__PURE__ */
|
|
2611
|
+
import { jsx as jsx39 } from "react/jsx-runtime";
|
|
2612
|
+
var CheckmarkCircleIcon = (props) => /* @__PURE__ */ jsx39(
|
|
2421
2613
|
"svg",
|
|
2422
2614
|
{
|
|
2423
2615
|
...props,
|
|
2424
2616
|
viewBox: "0 0 24 24",
|
|
2425
2617
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2426
|
-
children: /* @__PURE__ */
|
|
2618
|
+
children: /* @__PURE__ */ jsx39(
|
|
2427
2619
|
"path",
|
|
2428
2620
|
{
|
|
2429
2621
|
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",
|
|
@@ -2434,14 +2626,14 @@ var CheckmarkCircleIcon = (props) => /* @__PURE__ */ jsx37(
|
|
|
2434
2626
|
);
|
|
2435
2627
|
|
|
2436
2628
|
// src/components/Icon/icons/CheckmarkCircleOutlineIcon.tsx
|
|
2437
|
-
import { jsx as
|
|
2438
|
-
var CheckmarkCircleOutlineIcon = (props) => /* @__PURE__ */
|
|
2629
|
+
import { jsx as jsx40 } from "react/jsx-runtime";
|
|
2630
|
+
var CheckmarkCircleOutlineIcon = (props) => /* @__PURE__ */ jsx40(
|
|
2439
2631
|
"svg",
|
|
2440
2632
|
{
|
|
2441
2633
|
...props,
|
|
2442
2634
|
viewBox: "0 0 24 24",
|
|
2443
2635
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2444
|
-
children: /* @__PURE__ */
|
|
2636
|
+
children: /* @__PURE__ */ jsx40(
|
|
2445
2637
|
"path",
|
|
2446
2638
|
{
|
|
2447
2639
|
clipRule: "evenodd",
|
|
@@ -2454,14 +2646,14 @@ var CheckmarkCircleOutlineIcon = (props) => /* @__PURE__ */ jsx38(
|
|
|
2454
2646
|
);
|
|
2455
2647
|
|
|
2456
2648
|
// src/components/Icon/icons/CheckmarkIcon.tsx
|
|
2457
|
-
import { jsx as
|
|
2458
|
-
var CheckmarkIcon = (props) => /* @__PURE__ */
|
|
2649
|
+
import { jsx as jsx41 } from "react/jsx-runtime";
|
|
2650
|
+
var CheckmarkIcon = (props) => /* @__PURE__ */ jsx41(
|
|
2459
2651
|
"svg",
|
|
2460
2652
|
{
|
|
2461
2653
|
...props,
|
|
2462
2654
|
viewBox: "0 0 24 24",
|
|
2463
2655
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2464
|
-
children: /* @__PURE__ */
|
|
2656
|
+
children: /* @__PURE__ */ jsx41(
|
|
2465
2657
|
"path",
|
|
2466
2658
|
{
|
|
2467
2659
|
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",
|
|
@@ -2472,14 +2664,14 @@ var CheckmarkIcon = (props) => /* @__PURE__ */ jsx39(
|
|
|
2472
2664
|
);
|
|
2473
2665
|
|
|
2474
2666
|
// src/components/Icon/icons/CheckmarkThreeQuatersCircleIcon.tsx
|
|
2475
|
-
import { jsx as
|
|
2476
|
-
var CheckmarkThreeQuatersCircleIcon = (props) => /* @__PURE__ */
|
|
2667
|
+
import { jsx as jsx42 } from "react/jsx-runtime";
|
|
2668
|
+
var CheckmarkThreeQuatersCircleIcon = (props) => /* @__PURE__ */ jsx42(
|
|
2477
2669
|
"svg",
|
|
2478
2670
|
{
|
|
2479
2671
|
...props,
|
|
2480
2672
|
viewBox: "0 0 24 24",
|
|
2481
2673
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2482
|
-
children: /* @__PURE__ */
|
|
2674
|
+
children: /* @__PURE__ */ jsx42(
|
|
2483
2675
|
"path",
|
|
2484
2676
|
{
|
|
2485
2677
|
clipRule: "evenodd",
|
|
@@ -2492,14 +2684,14 @@ var CheckmarkThreeQuatersCircleIcon = (props) => /* @__PURE__ */ jsx40(
|
|
|
2492
2684
|
);
|
|
2493
2685
|
|
|
2494
2686
|
// src/components/Icon/icons/CircleSlashedIcon.tsx
|
|
2495
|
-
import { jsx as
|
|
2496
|
-
var CircleSlashedIcon = (props) => /* @__PURE__ */
|
|
2687
|
+
import { jsx as jsx43 } from "react/jsx-runtime";
|
|
2688
|
+
var CircleSlashedIcon = (props) => /* @__PURE__ */ jsx43(
|
|
2497
2689
|
"svg",
|
|
2498
2690
|
{
|
|
2499
2691
|
...props,
|
|
2500
2692
|
viewBox: "0 0 24 24",
|
|
2501
2693
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2502
|
-
children: /* @__PURE__ */
|
|
2694
|
+
children: /* @__PURE__ */ jsx43(
|
|
2503
2695
|
"path",
|
|
2504
2696
|
{
|
|
2505
2697
|
clipRule: "evenodd",
|
|
@@ -2512,14 +2704,14 @@ var CircleSlashedIcon = (props) => /* @__PURE__ */ jsx41(
|
|
|
2512
2704
|
);
|
|
2513
2705
|
|
|
2514
2706
|
// src/components/Icon/icons/CloseIcon.tsx
|
|
2515
|
-
import { jsx as
|
|
2516
|
-
var CloseIcon = (props) => /* @__PURE__ */
|
|
2707
|
+
import { jsx as jsx44 } from "react/jsx-runtime";
|
|
2708
|
+
var CloseIcon = (props) => /* @__PURE__ */ jsx44(
|
|
2517
2709
|
"svg",
|
|
2518
2710
|
{
|
|
2519
2711
|
...props,
|
|
2520
2712
|
viewBox: "0 0 24 24",
|
|
2521
2713
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2522
|
-
children: /* @__PURE__ */
|
|
2714
|
+
children: /* @__PURE__ */ jsx44(
|
|
2523
2715
|
"path",
|
|
2524
2716
|
{
|
|
2525
2717
|
clipRule: "evenodd",
|
|
@@ -2532,14 +2724,14 @@ var CloseIcon = (props) => /* @__PURE__ */ jsx42(
|
|
|
2532
2724
|
);
|
|
2533
2725
|
|
|
2534
2726
|
// src/components/Icon/icons/CloseOctagonIcon.tsx
|
|
2535
|
-
import { jsx as
|
|
2536
|
-
var CloseOctagonIcon = (props) => /* @__PURE__ */
|
|
2727
|
+
import { jsx as jsx45 } from "react/jsx-runtime";
|
|
2728
|
+
var CloseOctagonIcon = (props) => /* @__PURE__ */ jsx45(
|
|
2537
2729
|
"svg",
|
|
2538
2730
|
{
|
|
2539
2731
|
...props,
|
|
2540
2732
|
viewBox: "0 0 24 24",
|
|
2541
2733
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2542
|
-
children: /* @__PURE__ */
|
|
2734
|
+
children: /* @__PURE__ */ jsx45(
|
|
2543
2735
|
"path",
|
|
2544
2736
|
{
|
|
2545
2737
|
clipRule: "evenodd",
|
|
@@ -2552,14 +2744,14 @@ var CloseOctagonIcon = (props) => /* @__PURE__ */ jsx43(
|
|
|
2552
2744
|
);
|
|
2553
2745
|
|
|
2554
2746
|
// src/components/Icon/icons/ClosedCaptionsIcon.tsx
|
|
2555
|
-
import { jsx as
|
|
2556
|
-
var ClosedCaptionsIcon = (props) => /* @__PURE__ */
|
|
2747
|
+
import { jsx as jsx46 } from "react/jsx-runtime";
|
|
2748
|
+
var ClosedCaptionsIcon = (props) => /* @__PURE__ */ jsx46(
|
|
2557
2749
|
"svg",
|
|
2558
2750
|
{
|
|
2559
2751
|
...props,
|
|
2560
2752
|
viewBox: "0 0 24 24",
|
|
2561
2753
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2562
|
-
children: /* @__PURE__ */
|
|
2754
|
+
children: /* @__PURE__ */ jsx46(
|
|
2563
2755
|
"path",
|
|
2564
2756
|
{
|
|
2565
2757
|
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",
|
|
@@ -2570,14 +2762,14 @@ var ClosedCaptionsIcon = (props) => /* @__PURE__ */ jsx44(
|
|
|
2570
2762
|
);
|
|
2571
2763
|
|
|
2572
2764
|
// src/components/Icon/icons/CollapseDiagonalIcon.tsx
|
|
2573
|
-
import { jsx as
|
|
2574
|
-
var CollapseDiagonalIcon = (props) => /* @__PURE__ */
|
|
2765
|
+
import { jsx as jsx47 } from "react/jsx-runtime";
|
|
2766
|
+
var CollapseDiagonalIcon = (props) => /* @__PURE__ */ jsx47(
|
|
2575
2767
|
"svg",
|
|
2576
2768
|
{
|
|
2577
2769
|
...props,
|
|
2578
2770
|
viewBox: "0 0 24 24",
|
|
2579
2771
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2580
|
-
children: /* @__PURE__ */
|
|
2772
|
+
children: /* @__PURE__ */ jsx47(
|
|
2581
2773
|
"path",
|
|
2582
2774
|
{
|
|
2583
2775
|
clipRule: "evenodd",
|
|
@@ -2590,14 +2782,14 @@ var CollapseDiagonalIcon = (props) => /* @__PURE__ */ jsx45(
|
|
|
2590
2782
|
);
|
|
2591
2783
|
|
|
2592
2784
|
// src/components/Icon/icons/CommentsIcon.tsx
|
|
2593
|
-
import { jsx as
|
|
2594
|
-
var CommentsIcon = (props) => /* @__PURE__ */
|
|
2785
|
+
import { jsx as jsx48 } from "react/jsx-runtime";
|
|
2786
|
+
var CommentsIcon = (props) => /* @__PURE__ */ jsx48(
|
|
2595
2787
|
"svg",
|
|
2596
2788
|
{
|
|
2597
2789
|
...props,
|
|
2598
2790
|
viewBox: "0 0 24 24",
|
|
2599
2791
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2600
|
-
children: /* @__PURE__ */
|
|
2792
|
+
children: /* @__PURE__ */ jsx48(
|
|
2601
2793
|
"path",
|
|
2602
2794
|
{
|
|
2603
2795
|
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",
|
|
@@ -2608,14 +2800,14 @@ var CommentsIcon = (props) => /* @__PURE__ */ jsx46(
|
|
|
2608
2800
|
);
|
|
2609
2801
|
|
|
2610
2802
|
// src/components/Icon/icons/CompanyIcon.tsx
|
|
2611
|
-
import { jsx as
|
|
2612
|
-
var CompanyIcon = (props) => /* @__PURE__ */
|
|
2803
|
+
import { jsx as jsx49 } from "react/jsx-runtime";
|
|
2804
|
+
var CompanyIcon = (props) => /* @__PURE__ */ jsx49(
|
|
2613
2805
|
"svg",
|
|
2614
2806
|
{
|
|
2615
2807
|
...props,
|
|
2616
2808
|
viewBox: "0 0 24 24",
|
|
2617
2809
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2618
|
-
children: /* @__PURE__ */
|
|
2810
|
+
children: /* @__PURE__ */ jsx49(
|
|
2619
2811
|
"path",
|
|
2620
2812
|
{
|
|
2621
2813
|
clipRule: "evenodd",
|
|
@@ -2628,14 +2820,14 @@ var CompanyIcon = (props) => /* @__PURE__ */ jsx47(
|
|
|
2628
2820
|
);
|
|
2629
2821
|
|
|
2630
2822
|
// src/components/Icon/icons/CompareIcon.tsx
|
|
2631
|
-
import { jsx as
|
|
2632
|
-
var CompareIcon = (props) => /* @__PURE__ */
|
|
2823
|
+
import { jsx as jsx50 } from "react/jsx-runtime";
|
|
2824
|
+
var CompareIcon = (props) => /* @__PURE__ */ jsx50(
|
|
2633
2825
|
"svg",
|
|
2634
2826
|
{
|
|
2635
2827
|
...props,
|
|
2636
2828
|
viewBox: "0 0 24 24",
|
|
2637
2829
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2638
|
-
children: /* @__PURE__ */
|
|
2830
|
+
children: /* @__PURE__ */ jsx50(
|
|
2639
2831
|
"path",
|
|
2640
2832
|
{
|
|
2641
2833
|
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",
|
|
@@ -2646,14 +2838,14 @@ var CompareIcon = (props) => /* @__PURE__ */ jsx48(
|
|
|
2646
2838
|
);
|
|
2647
2839
|
|
|
2648
2840
|
// src/components/Icon/icons/ContentLibraryIcon.tsx
|
|
2649
|
-
import { jsx as
|
|
2650
|
-
var ContentLibraryIcon = (props) => /* @__PURE__ */
|
|
2841
|
+
import { jsx as jsx51 } from "react/jsx-runtime";
|
|
2842
|
+
var ContentLibraryIcon = (props) => /* @__PURE__ */ jsx51(
|
|
2651
2843
|
"svg",
|
|
2652
2844
|
{
|
|
2653
2845
|
...props,
|
|
2654
2846
|
viewBox: "0 0 24 24",
|
|
2655
2847
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2656
|
-
children: /* @__PURE__ */
|
|
2848
|
+
children: /* @__PURE__ */ jsx51(
|
|
2657
2849
|
"path",
|
|
2658
2850
|
{
|
|
2659
2851
|
clipRule: "evenodd",
|
|
@@ -2666,14 +2858,14 @@ var ContentLibraryIcon = (props) => /* @__PURE__ */ jsx49(
|
|
|
2666
2858
|
);
|
|
2667
2859
|
|
|
2668
2860
|
// src/components/Icon/icons/ControlsIcon.tsx
|
|
2669
|
-
import { jsx as
|
|
2670
|
-
var ControlsIcon = (props) => /* @__PURE__ */
|
|
2861
|
+
import { jsx as jsx52 } from "react/jsx-runtime";
|
|
2862
|
+
var ControlsIcon = (props) => /* @__PURE__ */ jsx52(
|
|
2671
2863
|
"svg",
|
|
2672
2864
|
{
|
|
2673
2865
|
...props,
|
|
2674
2866
|
viewBox: "0 0 24 24",
|
|
2675
2867
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2676
|
-
children: /* @__PURE__ */
|
|
2868
|
+
children: /* @__PURE__ */ jsx52(
|
|
2677
2869
|
"path",
|
|
2678
2870
|
{
|
|
2679
2871
|
clipRule: "evenodd",
|
|
@@ -2686,14 +2878,14 @@ var ControlsIcon = (props) => /* @__PURE__ */ jsx50(
|
|
|
2686
2878
|
);
|
|
2687
2879
|
|
|
2688
2880
|
// src/components/Icon/icons/CursorClickIcon.tsx
|
|
2689
|
-
import { jsx as
|
|
2690
|
-
var CursorClickIcon = (props) => /* @__PURE__ */
|
|
2881
|
+
import { jsx as jsx53 } from "react/jsx-runtime";
|
|
2882
|
+
var CursorClickIcon = (props) => /* @__PURE__ */ jsx53(
|
|
2691
2883
|
"svg",
|
|
2692
2884
|
{
|
|
2693
2885
|
...props,
|
|
2694
2886
|
viewBox: "0 0 24 24",
|
|
2695
2887
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2696
|
-
children: /* @__PURE__ */
|
|
2888
|
+
children: /* @__PURE__ */ jsx53(
|
|
2697
2889
|
"path",
|
|
2698
2890
|
{
|
|
2699
2891
|
clipRule: "evenodd",
|
|
@@ -2706,14 +2898,14 @@ var CursorClickIcon = (props) => /* @__PURE__ */ jsx51(
|
|
|
2706
2898
|
);
|
|
2707
2899
|
|
|
2708
2900
|
// src/components/Icon/icons/DeleteIcon.tsx
|
|
2709
|
-
import { jsx as
|
|
2710
|
-
var DeleteIcon = (props) => /* @__PURE__ */
|
|
2901
|
+
import { jsx as jsx54 } from "react/jsx-runtime";
|
|
2902
|
+
var DeleteIcon = (props) => /* @__PURE__ */ jsx54(
|
|
2711
2903
|
"svg",
|
|
2712
2904
|
{
|
|
2713
2905
|
...props,
|
|
2714
2906
|
viewBox: "0 0 24 24",
|
|
2715
2907
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2716
|
-
children: /* @__PURE__ */
|
|
2908
|
+
children: /* @__PURE__ */ jsx54(
|
|
2717
2909
|
"path",
|
|
2718
2910
|
{
|
|
2719
2911
|
clipRule: "evenodd",
|
|
@@ -2726,14 +2918,14 @@ var DeleteIcon = (props) => /* @__PURE__ */ jsx52(
|
|
|
2726
2918
|
);
|
|
2727
2919
|
|
|
2728
2920
|
// src/components/Icon/icons/DesktopIcon.tsx
|
|
2729
|
-
import { jsx as
|
|
2730
|
-
var DesktopIcon = (props) => /* @__PURE__ */
|
|
2921
|
+
import { jsx as jsx55 } from "react/jsx-runtime";
|
|
2922
|
+
var DesktopIcon = (props) => /* @__PURE__ */ jsx55(
|
|
2731
2923
|
"svg",
|
|
2732
2924
|
{
|
|
2733
2925
|
...props,
|
|
2734
2926
|
viewBox: "0 0 24 24",
|
|
2735
2927
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2736
|
-
children: /* @__PURE__ */
|
|
2928
|
+
children: /* @__PURE__ */ jsx55(
|
|
2737
2929
|
"path",
|
|
2738
2930
|
{
|
|
2739
2931
|
clipRule: "evenodd",
|
|
@@ -2746,14 +2938,14 @@ var DesktopIcon = (props) => /* @__PURE__ */ jsx53(
|
|
|
2746
2938
|
);
|
|
2747
2939
|
|
|
2748
2940
|
// src/components/Icon/icons/DotsHorizontalIcon.tsx
|
|
2749
|
-
import { jsx as
|
|
2750
|
-
var DotsHorizontalIcon = (props) => /* @__PURE__ */
|
|
2941
|
+
import { jsx as jsx56 } from "react/jsx-runtime";
|
|
2942
|
+
var DotsHorizontalIcon = (props) => /* @__PURE__ */ jsx56(
|
|
2751
2943
|
"svg",
|
|
2752
2944
|
{
|
|
2753
2945
|
...props,
|
|
2754
2946
|
viewBox: "0 0 24 24",
|
|
2755
2947
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2756
|
-
children: /* @__PURE__ */
|
|
2948
|
+
children: /* @__PURE__ */ jsx56(
|
|
2757
2949
|
"path",
|
|
2758
2950
|
{
|
|
2759
2951
|
clipRule: "evenodd",
|
|
@@ -2766,14 +2958,14 @@ var DotsHorizontalIcon = (props) => /* @__PURE__ */ jsx54(
|
|
|
2766
2958
|
);
|
|
2767
2959
|
|
|
2768
2960
|
// src/components/Icon/icons/DownloadIcon.tsx
|
|
2769
|
-
import { jsx as
|
|
2770
|
-
var DownloadIcon = (props) => /* @__PURE__ */
|
|
2961
|
+
import { jsx as jsx57 } from "react/jsx-runtime";
|
|
2962
|
+
var DownloadIcon = (props) => /* @__PURE__ */ jsx57(
|
|
2771
2963
|
"svg",
|
|
2772
2964
|
{
|
|
2773
2965
|
...props,
|
|
2774
2966
|
viewBox: "0 0 24 24",
|
|
2775
2967
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2776
|
-
children: /* @__PURE__ */
|
|
2968
|
+
children: /* @__PURE__ */ jsx57(
|
|
2777
2969
|
"path",
|
|
2778
2970
|
{
|
|
2779
2971
|
clipRule: "evenodd",
|
|
@@ -2786,14 +2978,14 @@ var DownloadIcon = (props) => /* @__PURE__ */ jsx55(
|
|
|
2786
2978
|
);
|
|
2787
2979
|
|
|
2788
2980
|
// src/components/Icon/icons/EditTranscriptIcon.tsx
|
|
2789
|
-
import { jsx as
|
|
2790
|
-
var EditTranscriptIcon = (props) => /* @__PURE__ */
|
|
2981
|
+
import { jsx as jsx58 } from "react/jsx-runtime";
|
|
2982
|
+
var EditTranscriptIcon = (props) => /* @__PURE__ */ jsx58(
|
|
2791
2983
|
"svg",
|
|
2792
2984
|
{
|
|
2793
2985
|
...props,
|
|
2794
2986
|
viewBox: "0 0 24 24",
|
|
2795
2987
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2796
|
-
children: /* @__PURE__ */
|
|
2988
|
+
children: /* @__PURE__ */ jsx58(
|
|
2797
2989
|
"path",
|
|
2798
2990
|
{
|
|
2799
2991
|
clipRule: "evenodd",
|
|
@@ -2806,14 +2998,14 @@ var EditTranscriptIcon = (props) => /* @__PURE__ */ jsx56(
|
|
|
2806
2998
|
);
|
|
2807
2999
|
|
|
2808
3000
|
// src/components/Icon/icons/EllipsesVerticalIcon.tsx
|
|
2809
|
-
import { jsx as
|
|
2810
|
-
var EllipsesVerticalIcon = (props) => /* @__PURE__ */
|
|
3001
|
+
import { jsx as jsx59 } from "react/jsx-runtime";
|
|
3002
|
+
var EllipsesVerticalIcon = (props) => /* @__PURE__ */ jsx59(
|
|
2811
3003
|
"svg",
|
|
2812
3004
|
{
|
|
2813
3005
|
...props,
|
|
2814
3006
|
viewBox: "0 0 24 24",
|
|
2815
3007
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2816
|
-
children: /* @__PURE__ */
|
|
3008
|
+
children: /* @__PURE__ */ jsx59(
|
|
2817
3009
|
"path",
|
|
2818
3010
|
{
|
|
2819
3011
|
clipRule: "evenodd",
|
|
@@ -2826,14 +3018,14 @@ var EllipsesVerticalIcon = (props) => /* @__PURE__ */ jsx57(
|
|
|
2826
3018
|
);
|
|
2827
3019
|
|
|
2828
3020
|
// src/components/Icon/icons/EmbedIcon.tsx
|
|
2829
|
-
import { jsx as
|
|
2830
|
-
var EmbedIcon = (props) => /* @__PURE__ */
|
|
3021
|
+
import { jsx as jsx60 } from "react/jsx-runtime";
|
|
3022
|
+
var EmbedIcon = (props) => /* @__PURE__ */ jsx60(
|
|
2831
3023
|
"svg",
|
|
2832
3024
|
{
|
|
2833
3025
|
...props,
|
|
2834
3026
|
viewBox: "0 0 24 24",
|
|
2835
3027
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2836
|
-
children: /* @__PURE__ */
|
|
3028
|
+
children: /* @__PURE__ */ jsx60(
|
|
2837
3029
|
"path",
|
|
2838
3030
|
{
|
|
2839
3031
|
clipRule: "evenodd",
|
|
@@ -2846,14 +3038,14 @@ var EmbedIcon = (props) => /* @__PURE__ */ jsx58(
|
|
|
2846
3038
|
);
|
|
2847
3039
|
|
|
2848
3040
|
// src/components/Icon/icons/EnvelopeIcon.tsx
|
|
2849
|
-
import { jsx as
|
|
2850
|
-
var EnvelopeIcon = (props) => /* @__PURE__ */
|
|
3041
|
+
import { jsx as jsx61 } from "react/jsx-runtime";
|
|
3042
|
+
var EnvelopeIcon = (props) => /* @__PURE__ */ jsx61(
|
|
2851
3043
|
"svg",
|
|
2852
3044
|
{
|
|
2853
3045
|
...props,
|
|
2854
3046
|
viewBox: "0 0 24 24",
|
|
2855
3047
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2856
|
-
children: /* @__PURE__ */
|
|
3048
|
+
children: /* @__PURE__ */ jsx61(
|
|
2857
3049
|
"path",
|
|
2858
3050
|
{
|
|
2859
3051
|
clipRule: "evenodd",
|
|
@@ -2866,14 +3058,14 @@ var EnvelopeIcon = (props) => /* @__PURE__ */ jsx59(
|
|
|
2866
3058
|
);
|
|
2867
3059
|
|
|
2868
3060
|
// src/components/Icon/icons/ErrorIcon.tsx
|
|
2869
|
-
import { jsx as
|
|
2870
|
-
var ErrorIcon = (props) => /* @__PURE__ */
|
|
3061
|
+
import { jsx as jsx62 } from "react/jsx-runtime";
|
|
3062
|
+
var ErrorIcon = (props) => /* @__PURE__ */ jsx62(
|
|
2871
3063
|
"svg",
|
|
2872
3064
|
{
|
|
2873
3065
|
...props,
|
|
2874
3066
|
viewBox: "0 0 24 24",
|
|
2875
3067
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2876
|
-
children: /* @__PURE__ */
|
|
3068
|
+
children: /* @__PURE__ */ jsx62(
|
|
2877
3069
|
"path",
|
|
2878
3070
|
{
|
|
2879
3071
|
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",
|
|
@@ -2884,14 +3076,14 @@ var ErrorIcon = (props) => /* @__PURE__ */ jsx60(
|
|
|
2884
3076
|
);
|
|
2885
3077
|
|
|
2886
3078
|
// src/components/Icon/icons/ExpandDiagonalIcon.tsx
|
|
2887
|
-
import { jsx as
|
|
2888
|
-
var ExpandDiagonalIcon = (props) => /* @__PURE__ */
|
|
3079
|
+
import { jsx as jsx63 } from "react/jsx-runtime";
|
|
3080
|
+
var ExpandDiagonalIcon = (props) => /* @__PURE__ */ jsx63(
|
|
2889
3081
|
"svg",
|
|
2890
3082
|
{
|
|
2891
3083
|
...props,
|
|
2892
3084
|
viewBox: "0 0 24 24",
|
|
2893
3085
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2894
|
-
children: /* @__PURE__ */
|
|
3086
|
+
children: /* @__PURE__ */ jsx63(
|
|
2895
3087
|
"path",
|
|
2896
3088
|
{
|
|
2897
3089
|
clipRule: "evenodd",
|
|
@@ -2904,14 +3096,14 @@ var ExpandDiagonalIcon = (props) => /* @__PURE__ */ jsx61(
|
|
|
2904
3096
|
);
|
|
2905
3097
|
|
|
2906
3098
|
// src/components/Icon/icons/ExpandIcon.tsx
|
|
2907
|
-
import { jsx as
|
|
2908
|
-
var ExpandIcon = (props) => /* @__PURE__ */
|
|
3099
|
+
import { jsx as jsx64 } from "react/jsx-runtime";
|
|
3100
|
+
var ExpandIcon = (props) => /* @__PURE__ */ jsx64(
|
|
2909
3101
|
"svg",
|
|
2910
3102
|
{
|
|
2911
3103
|
...props,
|
|
2912
3104
|
viewBox: "0 0 24 24",
|
|
2913
3105
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2914
|
-
children: /* @__PURE__ */
|
|
3106
|
+
children: /* @__PURE__ */ jsx64(
|
|
2915
3107
|
"path",
|
|
2916
3108
|
{
|
|
2917
3109
|
clipRule: "evenodd",
|
|
@@ -2924,14 +3116,14 @@ var ExpandIcon = (props) => /* @__PURE__ */ jsx62(
|
|
|
2924
3116
|
);
|
|
2925
3117
|
|
|
2926
3118
|
// src/components/Icon/icons/FavoriteIcon.tsx
|
|
2927
|
-
import { jsx as
|
|
2928
|
-
var FavoriteIcon = (props) => /* @__PURE__ */
|
|
3119
|
+
import { jsx as jsx65 } from "react/jsx-runtime";
|
|
3120
|
+
var FavoriteIcon = (props) => /* @__PURE__ */ jsx65(
|
|
2929
3121
|
"svg",
|
|
2930
3122
|
{
|
|
2931
3123
|
...props,
|
|
2932
3124
|
viewBox: "0 0 24 24",
|
|
2933
3125
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2934
|
-
children: /* @__PURE__ */
|
|
3126
|
+
children: /* @__PURE__ */ jsx65(
|
|
2935
3127
|
"path",
|
|
2936
3128
|
{
|
|
2937
3129
|
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",
|
|
@@ -2942,14 +3134,14 @@ var FavoriteIcon = (props) => /* @__PURE__ */ jsx63(
|
|
|
2942
3134
|
);
|
|
2943
3135
|
|
|
2944
3136
|
// src/components/Icon/icons/FavoriteOutlineIcon.tsx
|
|
2945
|
-
import { jsx as
|
|
2946
|
-
var FavoriteOutlineIcon = (props) => /* @__PURE__ */
|
|
3137
|
+
import { jsx as jsx66 } from "react/jsx-runtime";
|
|
3138
|
+
var FavoriteOutlineIcon = (props) => /* @__PURE__ */ jsx66(
|
|
2947
3139
|
"svg",
|
|
2948
3140
|
{
|
|
2949
3141
|
...props,
|
|
2950
3142
|
viewBox: "0 0 24 24",
|
|
2951
3143
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2952
|
-
children: /* @__PURE__ */
|
|
3144
|
+
children: /* @__PURE__ */ jsx66(
|
|
2953
3145
|
"path",
|
|
2954
3146
|
{
|
|
2955
3147
|
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",
|
|
@@ -2963,14 +3155,14 @@ var FavoriteOutlineIcon = (props) => /* @__PURE__ */ jsx64(
|
|
|
2963
3155
|
);
|
|
2964
3156
|
|
|
2965
3157
|
// src/components/Icon/icons/FileTreeIcon.tsx
|
|
2966
|
-
import { jsx as
|
|
2967
|
-
var FileTreeIcon = (props) => /* @__PURE__ */
|
|
3158
|
+
import { jsx as jsx67 } from "react/jsx-runtime";
|
|
3159
|
+
var FileTreeIcon = (props) => /* @__PURE__ */ jsx67(
|
|
2968
3160
|
"svg",
|
|
2969
3161
|
{
|
|
2970
3162
|
...props,
|
|
2971
3163
|
viewBox: "0 0 24 24",
|
|
2972
3164
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2973
|
-
children: /* @__PURE__ */
|
|
3165
|
+
children: /* @__PURE__ */ jsx67(
|
|
2974
3166
|
"path",
|
|
2975
3167
|
{
|
|
2976
3168
|
clipRule: "evenodd",
|
|
@@ -2983,14 +3175,14 @@ var FileTreeIcon = (props) => /* @__PURE__ */ jsx65(
|
|
|
2983
3175
|
);
|
|
2984
3176
|
|
|
2985
3177
|
// src/components/Icon/icons/FilterIcon.tsx
|
|
2986
|
-
import { jsx as
|
|
2987
|
-
var FilterIcon = (props) => /* @__PURE__ */
|
|
3178
|
+
import { jsx as jsx68 } from "react/jsx-runtime";
|
|
3179
|
+
var FilterIcon = (props) => /* @__PURE__ */ jsx68(
|
|
2988
3180
|
"svg",
|
|
2989
3181
|
{
|
|
2990
3182
|
...props,
|
|
2991
3183
|
viewBox: "0 0 24 24",
|
|
2992
3184
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2993
|
-
children: /* @__PURE__ */
|
|
3185
|
+
children: /* @__PURE__ */ jsx68(
|
|
2994
3186
|
"path",
|
|
2995
3187
|
{
|
|
2996
3188
|
clipRule: "evenodd",
|
|
@@ -3003,14 +3195,14 @@ var FilterIcon = (props) => /* @__PURE__ */ jsx66(
|
|
|
3003
3195
|
);
|
|
3004
3196
|
|
|
3005
3197
|
// src/components/Icon/icons/FontsIcon.tsx
|
|
3006
|
-
import { jsx as
|
|
3007
|
-
var FontsIcon = (props) => /* @__PURE__ */
|
|
3198
|
+
import { jsx as jsx69 } from "react/jsx-runtime";
|
|
3199
|
+
var FontsIcon = (props) => /* @__PURE__ */ jsx69(
|
|
3008
3200
|
"svg",
|
|
3009
3201
|
{
|
|
3010
3202
|
...props,
|
|
3011
3203
|
viewBox: "0 0 24 24",
|
|
3012
3204
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3013
|
-
children: /* @__PURE__ */
|
|
3205
|
+
children: /* @__PURE__ */ jsx69(
|
|
3014
3206
|
"path",
|
|
3015
3207
|
{
|
|
3016
3208
|
clipRule: "evenodd",
|
|
@@ -3023,14 +3215,14 @@ var FontsIcon = (props) => /* @__PURE__ */ jsx67(
|
|
|
3023
3215
|
);
|
|
3024
3216
|
|
|
3025
3217
|
// src/components/Icon/icons/FullScreenIcon.tsx
|
|
3026
|
-
import { jsx as
|
|
3027
|
-
var FullScreenIcon = (props) => /* @__PURE__ */
|
|
3218
|
+
import { jsx as jsx70 } from "react/jsx-runtime";
|
|
3219
|
+
var FullScreenIcon = (props) => /* @__PURE__ */ jsx70(
|
|
3028
3220
|
"svg",
|
|
3029
3221
|
{
|
|
3030
3222
|
...props,
|
|
3031
3223
|
viewBox: "0 0 24 24",
|
|
3032
3224
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3033
|
-
children: /* @__PURE__ */
|
|
3225
|
+
children: /* @__PURE__ */ jsx70(
|
|
3034
3226
|
"path",
|
|
3035
3227
|
{
|
|
3036
3228
|
clipRule: "evenodd",
|
|
@@ -3043,14 +3235,14 @@ var FullScreenIcon = (props) => /* @__PURE__ */ jsx68(
|
|
|
3043
3235
|
);
|
|
3044
3236
|
|
|
3045
3237
|
// src/components/Icon/icons/GearIcon.tsx
|
|
3046
|
-
import { jsx as
|
|
3047
|
-
var GearIcon = (props) => /* @__PURE__ */
|
|
3238
|
+
import { jsx as jsx71 } from "react/jsx-runtime";
|
|
3239
|
+
var GearIcon = (props) => /* @__PURE__ */ jsx71(
|
|
3048
3240
|
"svg",
|
|
3049
3241
|
{
|
|
3050
3242
|
...props,
|
|
3051
3243
|
viewBox: "0 0 24 24",
|
|
3052
3244
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3053
|
-
children: /* @__PURE__ */
|
|
3245
|
+
children: /* @__PURE__ */ jsx71(
|
|
3054
3246
|
"path",
|
|
3055
3247
|
{
|
|
3056
3248
|
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",
|
|
@@ -3061,14 +3253,14 @@ var GearIcon = (props) => /* @__PURE__ */ jsx69(
|
|
|
3061
3253
|
);
|
|
3062
3254
|
|
|
3063
3255
|
// src/components/Icon/icons/GettingStartedIcon.tsx
|
|
3064
|
-
import { jsx as
|
|
3065
|
-
var GettingStartedIcon = (props) => /* @__PURE__ */
|
|
3256
|
+
import { jsx as jsx72 } from "react/jsx-runtime";
|
|
3257
|
+
var GettingStartedIcon = (props) => /* @__PURE__ */ jsx72(
|
|
3066
3258
|
"svg",
|
|
3067
3259
|
{
|
|
3068
3260
|
...props,
|
|
3069
3261
|
viewBox: "0 0 24 24",
|
|
3070
3262
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3071
|
-
children: /* @__PURE__ */
|
|
3263
|
+
children: /* @__PURE__ */ jsx72(
|
|
3072
3264
|
"path",
|
|
3073
3265
|
{
|
|
3074
3266
|
clipRule: "evenodd",
|
|
@@ -3081,14 +3273,14 @@ var GettingStartedIcon = (props) => /* @__PURE__ */ jsx70(
|
|
|
3081
3273
|
);
|
|
3082
3274
|
|
|
3083
3275
|
// src/components/Icon/icons/GridIcon.tsx
|
|
3084
|
-
import { jsx as
|
|
3085
|
-
var GridIcon = (props) => /* @__PURE__ */
|
|
3276
|
+
import { jsx as jsx73 } from "react/jsx-runtime";
|
|
3277
|
+
var GridIcon = (props) => /* @__PURE__ */ jsx73(
|
|
3086
3278
|
"svg",
|
|
3087
3279
|
{
|
|
3088
3280
|
...props,
|
|
3089
3281
|
viewBox: "0 0 24 24",
|
|
3090
3282
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3091
|
-
children: /* @__PURE__ */
|
|
3283
|
+
children: /* @__PURE__ */ jsx73(
|
|
3092
3284
|
"path",
|
|
3093
3285
|
{
|
|
3094
3286
|
clipRule: "evenodd",
|
|
@@ -3101,14 +3293,14 @@ var GridIcon = (props) => /* @__PURE__ */ jsx71(
|
|
|
3101
3293
|
);
|
|
3102
3294
|
|
|
3103
3295
|
// src/components/Icon/icons/GripDotsVerticalIcon.tsx
|
|
3104
|
-
import { jsx as
|
|
3105
|
-
var GripDotsVerticalIcon = (props) => /* @__PURE__ */
|
|
3296
|
+
import { jsx as jsx74 } from "react/jsx-runtime";
|
|
3297
|
+
var GripDotsVerticalIcon = (props) => /* @__PURE__ */ jsx74(
|
|
3106
3298
|
"svg",
|
|
3107
3299
|
{
|
|
3108
3300
|
...props,
|
|
3109
3301
|
viewBox: "0 0 24 24",
|
|
3110
3302
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3111
|
-
children: /* @__PURE__ */
|
|
3303
|
+
children: /* @__PURE__ */ jsx74(
|
|
3112
3304
|
"path",
|
|
3113
3305
|
{
|
|
3114
3306
|
clipRule: "evenodd",
|
|
@@ -3121,14 +3313,14 @@ var GripDotsVerticalIcon = (props) => /* @__PURE__ */ jsx72(
|
|
|
3121
3313
|
);
|
|
3122
3314
|
|
|
3123
3315
|
// src/components/Icon/icons/HelpCenterIcon.tsx
|
|
3124
|
-
import { jsx as
|
|
3125
|
-
var HelpCenterIcon = (props) => /* @__PURE__ */
|
|
3316
|
+
import { jsx as jsx75 } from "react/jsx-runtime";
|
|
3317
|
+
var HelpCenterIcon = (props) => /* @__PURE__ */ jsx75(
|
|
3126
3318
|
"svg",
|
|
3127
3319
|
{
|
|
3128
3320
|
...props,
|
|
3129
3321
|
viewBox: "0 0 24 24",
|
|
3130
3322
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3131
|
-
children: /* @__PURE__ */
|
|
3323
|
+
children: /* @__PURE__ */ jsx75(
|
|
3132
3324
|
"path",
|
|
3133
3325
|
{
|
|
3134
3326
|
clipRule: "evenodd",
|
|
@@ -3141,14 +3333,14 @@ var HelpCenterIcon = (props) => /* @__PURE__ */ jsx73(
|
|
|
3141
3333
|
);
|
|
3142
3334
|
|
|
3143
3335
|
// src/components/Icon/icons/HideIcon.tsx
|
|
3144
|
-
import { jsx as
|
|
3145
|
-
var HideIcon = (props) => /* @__PURE__ */
|
|
3336
|
+
import { jsx as jsx76 } from "react/jsx-runtime";
|
|
3337
|
+
var HideIcon = (props) => /* @__PURE__ */ jsx76(
|
|
3146
3338
|
"svg",
|
|
3147
3339
|
{
|
|
3148
3340
|
...props,
|
|
3149
3341
|
viewBox: "0 0 24 24",
|
|
3150
3342
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3151
|
-
children: /* @__PURE__ */
|
|
3343
|
+
children: /* @__PURE__ */ jsx76(
|
|
3152
3344
|
"path",
|
|
3153
3345
|
{
|
|
3154
3346
|
clipRule: "evenodd",
|
|
@@ -3161,14 +3353,14 @@ var HideIcon = (props) => /* @__PURE__ */ jsx74(
|
|
|
3161
3353
|
);
|
|
3162
3354
|
|
|
3163
3355
|
// src/components/Icon/icons/HomeIcon.tsx
|
|
3164
|
-
import { jsx as
|
|
3165
|
-
var HomeIcon = (props) => /* @__PURE__ */
|
|
3356
|
+
import { jsx as jsx77 } from "react/jsx-runtime";
|
|
3357
|
+
var HomeIcon = (props) => /* @__PURE__ */ jsx77(
|
|
3166
3358
|
"svg",
|
|
3167
3359
|
{
|
|
3168
3360
|
...props,
|
|
3169
3361
|
viewBox: "0 0 24 24",
|
|
3170
3362
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3171
|
-
children: /* @__PURE__ */
|
|
3363
|
+
children: /* @__PURE__ */ jsx77(
|
|
3172
3364
|
"path",
|
|
3173
3365
|
{
|
|
3174
3366
|
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",
|
|
@@ -3179,14 +3371,14 @@ var HomeIcon = (props) => /* @__PURE__ */ jsx75(
|
|
|
3179
3371
|
);
|
|
3180
3372
|
|
|
3181
3373
|
// src/components/Icon/icons/HourglassIcon.tsx
|
|
3182
|
-
import { jsx as
|
|
3183
|
-
var HourglassIcon = (props) => /* @__PURE__ */
|
|
3374
|
+
import { jsx as jsx78 } from "react/jsx-runtime";
|
|
3375
|
+
var HourglassIcon = (props) => /* @__PURE__ */ jsx78(
|
|
3184
3376
|
"svg",
|
|
3185
3377
|
{
|
|
3186
3378
|
...props,
|
|
3187
3379
|
viewBox: "0 0 24 24",
|
|
3188
3380
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3189
|
-
children: /* @__PURE__ */
|
|
3381
|
+
children: /* @__PURE__ */ jsx78(
|
|
3190
3382
|
"path",
|
|
3191
3383
|
{
|
|
3192
3384
|
clipRule: "evenodd",
|
|
@@ -3199,14 +3391,14 @@ var HourglassIcon = (props) => /* @__PURE__ */ jsx76(
|
|
|
3199
3391
|
);
|
|
3200
3392
|
|
|
3201
3393
|
// src/components/Icon/icons/InfoIcon.tsx
|
|
3202
|
-
import { jsx as
|
|
3203
|
-
var InfoIcon = (props) => /* @__PURE__ */
|
|
3394
|
+
import { jsx as jsx79 } from "react/jsx-runtime";
|
|
3395
|
+
var InfoIcon = (props) => /* @__PURE__ */ jsx79(
|
|
3204
3396
|
"svg",
|
|
3205
3397
|
{
|
|
3206
3398
|
...props,
|
|
3207
3399
|
viewBox: "0 0 24 24",
|
|
3208
3400
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3209
|
-
children: /* @__PURE__ */
|
|
3401
|
+
children: /* @__PURE__ */ jsx79(
|
|
3210
3402
|
"path",
|
|
3211
3403
|
{
|
|
3212
3404
|
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",
|
|
@@ -3217,14 +3409,14 @@ var InfoIcon = (props) => /* @__PURE__ */ jsx77(
|
|
|
3217
3409
|
);
|
|
3218
3410
|
|
|
3219
3411
|
// src/components/Icon/icons/IntegrationsIcon.tsx
|
|
3220
|
-
import { jsx as
|
|
3221
|
-
var IntegrationsIcon = (props) => /* @__PURE__ */
|
|
3412
|
+
import { jsx as jsx80 } from "react/jsx-runtime";
|
|
3413
|
+
var IntegrationsIcon = (props) => /* @__PURE__ */ jsx80(
|
|
3222
3414
|
"svg",
|
|
3223
3415
|
{
|
|
3224
3416
|
...props,
|
|
3225
3417
|
viewBox: "0 0 24 24",
|
|
3226
3418
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3227
|
-
children: /* @__PURE__ */
|
|
3419
|
+
children: /* @__PURE__ */ jsx80(
|
|
3228
3420
|
"path",
|
|
3229
3421
|
{
|
|
3230
3422
|
clipRule: "evenodd",
|
|
@@ -3237,14 +3429,14 @@ var IntegrationsIcon = (props) => /* @__PURE__ */ jsx78(
|
|
|
3237
3429
|
);
|
|
3238
3430
|
|
|
3239
3431
|
// src/components/Icon/icons/LeaveIcon.tsx
|
|
3240
|
-
import { jsx as
|
|
3241
|
-
var LeaveIcon = (props) => /* @__PURE__ */
|
|
3432
|
+
import { jsx as jsx81 } from "react/jsx-runtime";
|
|
3433
|
+
var LeaveIcon = (props) => /* @__PURE__ */ jsx81(
|
|
3242
3434
|
"svg",
|
|
3243
3435
|
{
|
|
3244
3436
|
...props,
|
|
3245
3437
|
viewBox: "0 0 24 24",
|
|
3246
3438
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3247
|
-
children: /* @__PURE__ */
|
|
3439
|
+
children: /* @__PURE__ */ jsx81(
|
|
3248
3440
|
"path",
|
|
3249
3441
|
{
|
|
3250
3442
|
clipRule: "evenodd",
|
|
@@ -3257,14 +3449,14 @@ var LeaveIcon = (props) => /* @__PURE__ */ jsx79(
|
|
|
3257
3449
|
);
|
|
3258
3450
|
|
|
3259
3451
|
// src/components/Icon/icons/LinkIcon.tsx
|
|
3260
|
-
import { jsx as
|
|
3261
|
-
var LinkIcon = (props) => /* @__PURE__ */
|
|
3452
|
+
import { jsx as jsx82 } from "react/jsx-runtime";
|
|
3453
|
+
var LinkIcon = (props) => /* @__PURE__ */ jsx82(
|
|
3262
3454
|
"svg",
|
|
3263
3455
|
{
|
|
3264
3456
|
...props,
|
|
3265
3457
|
viewBox: "0 0 24 24",
|
|
3266
3458
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3267
|
-
children: /* @__PURE__ */
|
|
3459
|
+
children: /* @__PURE__ */ jsx82(
|
|
3268
3460
|
"path",
|
|
3269
3461
|
{
|
|
3270
3462
|
clipRule: "evenodd",
|
|
@@ -3277,14 +3469,14 @@ var LinkIcon = (props) => /* @__PURE__ */ jsx80(
|
|
|
3277
3469
|
);
|
|
3278
3470
|
|
|
3279
3471
|
// src/components/Icon/icons/ListIcon.tsx
|
|
3280
|
-
import { jsx as
|
|
3281
|
-
var ListIcon = (props) => /* @__PURE__ */
|
|
3472
|
+
import { jsx as jsx83 } from "react/jsx-runtime";
|
|
3473
|
+
var ListIcon = (props) => /* @__PURE__ */ jsx83(
|
|
3282
3474
|
"svg",
|
|
3283
3475
|
{
|
|
3284
3476
|
...props,
|
|
3285
3477
|
viewBox: "0 0 24 24",
|
|
3286
3478
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3287
|
-
children: /* @__PURE__ */
|
|
3479
|
+
children: /* @__PURE__ */ jsx83(
|
|
3288
3480
|
"path",
|
|
3289
3481
|
{
|
|
3290
3482
|
clipRule: "evenodd",
|
|
@@ -3297,14 +3489,14 @@ var ListIcon = (props) => /* @__PURE__ */ jsx81(
|
|
|
3297
3489
|
);
|
|
3298
3490
|
|
|
3299
3491
|
// src/components/Icon/icons/LiveIcon.tsx
|
|
3300
|
-
import { jsx as
|
|
3301
|
-
var LiveIcon = (props) => /* @__PURE__ */
|
|
3492
|
+
import { jsx as jsx84 } from "react/jsx-runtime";
|
|
3493
|
+
var LiveIcon = (props) => /* @__PURE__ */ jsx84(
|
|
3302
3494
|
"svg",
|
|
3303
3495
|
{
|
|
3304
3496
|
...props,
|
|
3305
3497
|
viewBox: "0 0 24 24",
|
|
3306
3498
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3307
|
-
children: /* @__PURE__ */
|
|
3499
|
+
children: /* @__PURE__ */ jsx84(
|
|
3308
3500
|
"path",
|
|
3309
3501
|
{
|
|
3310
3502
|
clipRule: "evenodd",
|
|
@@ -3317,14 +3509,14 @@ var LiveIcon = (props) => /* @__PURE__ */ jsx82(
|
|
|
3317
3509
|
);
|
|
3318
3510
|
|
|
3319
3511
|
// src/components/Icon/icons/LockIcon.tsx
|
|
3320
|
-
import { jsx as
|
|
3321
|
-
var LockIcon = (props) => /* @__PURE__ */
|
|
3512
|
+
import { jsx as jsx85 } from "react/jsx-runtime";
|
|
3513
|
+
var LockIcon = (props) => /* @__PURE__ */ jsx85(
|
|
3322
3514
|
"svg",
|
|
3323
3515
|
{
|
|
3324
3516
|
...props,
|
|
3325
3517
|
viewBox: "0 0 24 24",
|
|
3326
3518
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3327
|
-
children: /* @__PURE__ */
|
|
3519
|
+
children: /* @__PURE__ */ jsx85(
|
|
3328
3520
|
"path",
|
|
3329
3521
|
{
|
|
3330
3522
|
clipRule: "evenodd",
|
|
@@ -3337,14 +3529,14 @@ var LockIcon = (props) => /* @__PURE__ */ jsx83(
|
|
|
3337
3529
|
);
|
|
3338
3530
|
|
|
3339
3531
|
// src/components/Icon/icons/LogoutIcon.tsx
|
|
3340
|
-
import { jsx as
|
|
3341
|
-
var LogoutIcon = (props) => /* @__PURE__ */
|
|
3532
|
+
import { jsx as jsx86 } from "react/jsx-runtime";
|
|
3533
|
+
var LogoutIcon = (props) => /* @__PURE__ */ jsx86(
|
|
3342
3534
|
"svg",
|
|
3343
3535
|
{
|
|
3344
3536
|
...props,
|
|
3345
3537
|
viewBox: "0 0 24 24",
|
|
3346
3538
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3347
|
-
children: /* @__PURE__ */
|
|
3539
|
+
children: /* @__PURE__ */ jsx86(
|
|
3348
3540
|
"path",
|
|
3349
3541
|
{
|
|
3350
3542
|
clipRule: "evenodd",
|
|
@@ -3357,14 +3549,14 @@ var LogoutIcon = (props) => /* @__PURE__ */ jsx84(
|
|
|
3357
3549
|
);
|
|
3358
3550
|
|
|
3359
3551
|
// src/components/Icon/icons/MaximizeIcon.tsx
|
|
3360
|
-
import { jsx as
|
|
3361
|
-
var MaximizeIcon = (props) => /* @__PURE__ */
|
|
3552
|
+
import { jsx as jsx87 } from "react/jsx-runtime";
|
|
3553
|
+
var MaximizeIcon = (props) => /* @__PURE__ */ jsx87(
|
|
3362
3554
|
"svg",
|
|
3363
3555
|
{
|
|
3364
3556
|
...props,
|
|
3365
3557
|
viewBox: "0 0 24 24",
|
|
3366
3558
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3367
|
-
children: /* @__PURE__ */
|
|
3559
|
+
children: /* @__PURE__ */ jsx87(
|
|
3368
3560
|
"path",
|
|
3369
3561
|
{
|
|
3370
3562
|
clipRule: "evenodd",
|
|
@@ -3377,14 +3569,14 @@ var MaximizeIcon = (props) => /* @__PURE__ */ jsx85(
|
|
|
3377
3569
|
);
|
|
3378
3570
|
|
|
3379
3571
|
// src/components/Icon/icons/MediaIcon.tsx
|
|
3380
|
-
import { jsx as
|
|
3381
|
-
var MediaIcon = (props) => /* @__PURE__ */
|
|
3572
|
+
import { jsx as jsx88 } from "react/jsx-runtime";
|
|
3573
|
+
var MediaIcon = (props) => /* @__PURE__ */ jsx88(
|
|
3382
3574
|
"svg",
|
|
3383
3575
|
{
|
|
3384
3576
|
...props,
|
|
3385
3577
|
viewBox: "0 0 24 24",
|
|
3386
3578
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3387
|
-
children: /* @__PURE__ */
|
|
3579
|
+
children: /* @__PURE__ */ jsx88(
|
|
3388
3580
|
"path",
|
|
3389
3581
|
{
|
|
3390
3582
|
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",
|
|
@@ -3395,14 +3587,14 @@ var MediaIcon = (props) => /* @__PURE__ */ jsx86(
|
|
|
3395
3587
|
);
|
|
3396
3588
|
|
|
3397
3589
|
// src/components/Icon/icons/MenuIcon.tsx
|
|
3398
|
-
import { jsx as
|
|
3399
|
-
var MenuIcon = (props) => /* @__PURE__ */
|
|
3590
|
+
import { jsx as jsx89 } from "react/jsx-runtime";
|
|
3591
|
+
var MenuIcon = (props) => /* @__PURE__ */ jsx89(
|
|
3400
3592
|
"svg",
|
|
3401
3593
|
{
|
|
3402
3594
|
...props,
|
|
3403
3595
|
viewBox: "0 0 24 24",
|
|
3404
3596
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3405
|
-
children: /* @__PURE__ */
|
|
3597
|
+
children: /* @__PURE__ */ jsx89(
|
|
3406
3598
|
"path",
|
|
3407
3599
|
{
|
|
3408
3600
|
clipRule: "evenodd",
|
|
@@ -3415,14 +3607,14 @@ var MenuIcon = (props) => /* @__PURE__ */ jsx87(
|
|
|
3415
3607
|
);
|
|
3416
3608
|
|
|
3417
3609
|
// src/components/Icon/icons/MicIcon.tsx
|
|
3418
|
-
import { jsx as
|
|
3419
|
-
var MicIcon = (props) => /* @__PURE__ */
|
|
3610
|
+
import { jsx as jsx90 } from "react/jsx-runtime";
|
|
3611
|
+
var MicIcon = (props) => /* @__PURE__ */ jsx90(
|
|
3420
3612
|
"svg",
|
|
3421
3613
|
{
|
|
3422
3614
|
...props,
|
|
3423
3615
|
viewBox: "0 0 24 24",
|
|
3424
3616
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3425
|
-
children: /* @__PURE__ */
|
|
3617
|
+
children: /* @__PURE__ */ jsx90(
|
|
3426
3618
|
"path",
|
|
3427
3619
|
{
|
|
3428
3620
|
clipRule: "evenodd",
|
|
@@ -3435,14 +3627,14 @@ var MicIcon = (props) => /* @__PURE__ */ jsx88(
|
|
|
3435
3627
|
);
|
|
3436
3628
|
|
|
3437
3629
|
// src/components/Icon/icons/MicOffIcon.tsx
|
|
3438
|
-
import { jsx as
|
|
3439
|
-
var MicOffIcon = (props) => /* @__PURE__ */
|
|
3630
|
+
import { jsx as jsx91 } from "react/jsx-runtime";
|
|
3631
|
+
var MicOffIcon = (props) => /* @__PURE__ */ jsx91(
|
|
3440
3632
|
"svg",
|
|
3441
3633
|
{
|
|
3442
3634
|
...props,
|
|
3443
3635
|
viewBox: "0 0 24 24",
|
|
3444
3636
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3445
|
-
children: /* @__PURE__ */
|
|
3637
|
+
children: /* @__PURE__ */ jsx91(
|
|
3446
3638
|
"path",
|
|
3447
3639
|
{
|
|
3448
3640
|
clipRule: "evenodd",
|
|
@@ -3455,14 +3647,14 @@ var MicOffIcon = (props) => /* @__PURE__ */ jsx89(
|
|
|
3455
3647
|
);
|
|
3456
3648
|
|
|
3457
3649
|
// src/components/Icon/icons/MinimizeIcon.tsx
|
|
3458
|
-
import { jsx as
|
|
3459
|
-
var MinimizeIcon = (props) => /* @__PURE__ */
|
|
3650
|
+
import { jsx as jsx92 } from "react/jsx-runtime";
|
|
3651
|
+
var MinimizeIcon = (props) => /* @__PURE__ */ jsx92(
|
|
3460
3652
|
"svg",
|
|
3461
3653
|
{
|
|
3462
3654
|
...props,
|
|
3463
3655
|
viewBox: "0 0 24 24",
|
|
3464
3656
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3465
|
-
children: /* @__PURE__ */
|
|
3657
|
+
children: /* @__PURE__ */ jsx92(
|
|
3466
3658
|
"path",
|
|
3467
3659
|
{
|
|
3468
3660
|
clipRule: "evenodd",
|
|
@@ -3475,14 +3667,14 @@ var MinimizeIcon = (props) => /* @__PURE__ */ jsx90(
|
|
|
3475
3667
|
);
|
|
3476
3668
|
|
|
3477
3669
|
// src/components/Icon/icons/MinusCircleIcon.tsx
|
|
3478
|
-
import { jsx as
|
|
3479
|
-
var MinusCircleIcon = (props) => /* @__PURE__ */
|
|
3670
|
+
import { jsx as jsx93 } from "react/jsx-runtime";
|
|
3671
|
+
var MinusCircleIcon = (props) => /* @__PURE__ */ jsx93(
|
|
3480
3672
|
"svg",
|
|
3481
3673
|
{
|
|
3482
3674
|
...props,
|
|
3483
3675
|
viewBox: "0 0 24 24",
|
|
3484
3676
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3485
|
-
children: /* @__PURE__ */
|
|
3677
|
+
children: /* @__PURE__ */ jsx93(
|
|
3486
3678
|
"path",
|
|
3487
3679
|
{
|
|
3488
3680
|
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",
|
|
@@ -3493,14 +3685,14 @@ var MinusCircleIcon = (props) => /* @__PURE__ */ jsx91(
|
|
|
3493
3685
|
);
|
|
3494
3686
|
|
|
3495
3687
|
// src/components/Icon/icons/MobileIcon.tsx
|
|
3496
|
-
import { jsx as
|
|
3497
|
-
var MobileIcon = (props) => /* @__PURE__ */
|
|
3688
|
+
import { jsx as jsx94 } from "react/jsx-runtime";
|
|
3689
|
+
var MobileIcon = (props) => /* @__PURE__ */ jsx94(
|
|
3498
3690
|
"svg",
|
|
3499
3691
|
{
|
|
3500
3692
|
...props,
|
|
3501
3693
|
viewBox: "0 0 24 24",
|
|
3502
3694
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3503
|
-
children: /* @__PURE__ */
|
|
3695
|
+
children: /* @__PURE__ */ jsx94(
|
|
3504
3696
|
"path",
|
|
3505
3697
|
{
|
|
3506
3698
|
clipRule: "evenodd",
|
|
@@ -3513,14 +3705,14 @@ var MobileIcon = (props) => /* @__PURE__ */ jsx92(
|
|
|
3513
3705
|
);
|
|
3514
3706
|
|
|
3515
3707
|
// src/components/Icon/icons/MoreOptionsIcon.tsx
|
|
3516
|
-
import { jsx as
|
|
3517
|
-
var MoreOptionsIcon = (props) => /* @__PURE__ */
|
|
3708
|
+
import { jsx as jsx95 } from "react/jsx-runtime";
|
|
3709
|
+
var MoreOptionsIcon = (props) => /* @__PURE__ */ jsx95(
|
|
3518
3710
|
"svg",
|
|
3519
3711
|
{
|
|
3520
3712
|
...props,
|
|
3521
3713
|
viewBox: "0 0 24 24",
|
|
3522
3714
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3523
|
-
children: /* @__PURE__ */
|
|
3715
|
+
children: /* @__PURE__ */ jsx95(
|
|
3524
3716
|
"path",
|
|
3525
3717
|
{
|
|
3526
3718
|
clipRule: "evenodd",
|
|
@@ -3533,14 +3725,14 @@ var MoreOptionsIcon = (props) => /* @__PURE__ */ jsx93(
|
|
|
3533
3725
|
);
|
|
3534
3726
|
|
|
3535
3727
|
// src/components/Icon/icons/MoveLeftIcon.tsx
|
|
3536
|
-
import { jsx as
|
|
3537
|
-
var MoveLeftIcon = (props) => /* @__PURE__ */
|
|
3728
|
+
import { jsx as jsx96 } from "react/jsx-runtime";
|
|
3729
|
+
var MoveLeftIcon = (props) => /* @__PURE__ */ jsx96(
|
|
3538
3730
|
"svg",
|
|
3539
3731
|
{
|
|
3540
3732
|
...props,
|
|
3541
3733
|
viewBox: "0 0 24 24",
|
|
3542
3734
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3543
|
-
children: /* @__PURE__ */
|
|
3735
|
+
children: /* @__PURE__ */ jsx96(
|
|
3544
3736
|
"path",
|
|
3545
3737
|
{
|
|
3546
3738
|
clipRule: "evenodd",
|
|
@@ -3553,14 +3745,14 @@ var MoveLeftIcon = (props) => /* @__PURE__ */ jsx94(
|
|
|
3553
3745
|
);
|
|
3554
3746
|
|
|
3555
3747
|
// src/components/Icon/icons/MoveRightIcon.tsx
|
|
3556
|
-
import { jsx as
|
|
3557
|
-
var MoveRightIcon = (props) => /* @__PURE__ */
|
|
3748
|
+
import { jsx as jsx97 } from "react/jsx-runtime";
|
|
3749
|
+
var MoveRightIcon = (props) => /* @__PURE__ */ jsx97(
|
|
3558
3750
|
"svg",
|
|
3559
3751
|
{
|
|
3560
3752
|
...props,
|
|
3561
3753
|
viewBox: "0 0 24 24",
|
|
3562
3754
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3563
|
-
children: /* @__PURE__ */
|
|
3755
|
+
children: /* @__PURE__ */ jsx97(
|
|
3564
3756
|
"path",
|
|
3565
3757
|
{
|
|
3566
3758
|
clipRule: "evenodd",
|
|
@@ -3573,14 +3765,14 @@ var MoveRightIcon = (props) => /* @__PURE__ */ jsx95(
|
|
|
3573
3765
|
);
|
|
3574
3766
|
|
|
3575
3767
|
// src/components/Icon/icons/MusicIcon.tsx
|
|
3576
|
-
import { jsx as
|
|
3577
|
-
var MusicIcon = (props) => /* @__PURE__ */
|
|
3768
|
+
import { jsx as jsx98 } from "react/jsx-runtime";
|
|
3769
|
+
var MusicIcon = (props) => /* @__PURE__ */ jsx98(
|
|
3578
3770
|
"svg",
|
|
3579
3771
|
{
|
|
3580
3772
|
...props,
|
|
3581
3773
|
viewBox: "0 0 24 24",
|
|
3582
3774
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3583
|
-
children: /* @__PURE__ */
|
|
3775
|
+
children: /* @__PURE__ */ jsx98(
|
|
3584
3776
|
"path",
|
|
3585
3777
|
{
|
|
3586
3778
|
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",
|
|
@@ -3591,14 +3783,14 @@ var MusicIcon = (props) => /* @__PURE__ */ jsx96(
|
|
|
3591
3783
|
);
|
|
3592
3784
|
|
|
3593
3785
|
// src/components/Icon/icons/OpenNewIcon.tsx
|
|
3594
|
-
import { jsx as
|
|
3595
|
-
var OpenNewIcon = (props) => /* @__PURE__ */
|
|
3786
|
+
import { jsx as jsx99 } from "react/jsx-runtime";
|
|
3787
|
+
var OpenNewIcon = (props) => /* @__PURE__ */ jsx99(
|
|
3596
3788
|
"svg",
|
|
3597
3789
|
{
|
|
3598
3790
|
...props,
|
|
3599
3791
|
viewBox: "0 0 24 24",
|
|
3600
3792
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3601
|
-
children: /* @__PURE__ */
|
|
3793
|
+
children: /* @__PURE__ */ jsx99(
|
|
3602
3794
|
"path",
|
|
3603
3795
|
{
|
|
3604
3796
|
clipRule: "evenodd",
|
|
@@ -3611,14 +3803,14 @@ var OpenNewIcon = (props) => /* @__PURE__ */ jsx97(
|
|
|
3611
3803
|
);
|
|
3612
3804
|
|
|
3613
3805
|
// src/components/Icon/icons/OverviewIcon.tsx
|
|
3614
|
-
import { jsx as
|
|
3615
|
-
var OverviewIcon = (props) => /* @__PURE__ */
|
|
3806
|
+
import { jsx as jsx100 } from "react/jsx-runtime";
|
|
3807
|
+
var OverviewIcon = (props) => /* @__PURE__ */ jsx100(
|
|
3616
3808
|
"svg",
|
|
3617
3809
|
{
|
|
3618
3810
|
...props,
|
|
3619
3811
|
viewBox: "0 0 24 24",
|
|
3620
3812
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3621
|
-
children: /* @__PURE__ */
|
|
3813
|
+
children: /* @__PURE__ */ jsx100(
|
|
3622
3814
|
"path",
|
|
3623
3815
|
{
|
|
3624
3816
|
clipRule: "evenodd",
|
|
@@ -3631,14 +3823,14 @@ var OverviewIcon = (props) => /* @__PURE__ */ jsx98(
|
|
|
3631
3823
|
);
|
|
3632
3824
|
|
|
3633
3825
|
// src/components/Icon/icons/PageIcon.tsx
|
|
3634
|
-
import { jsx as
|
|
3635
|
-
var PageIcon = (props) => /* @__PURE__ */
|
|
3826
|
+
import { jsx as jsx101 } from "react/jsx-runtime";
|
|
3827
|
+
var PageIcon = (props) => /* @__PURE__ */ jsx101(
|
|
3636
3828
|
"svg",
|
|
3637
3829
|
{
|
|
3638
3830
|
...props,
|
|
3639
3831
|
viewBox: "0 0 24 24",
|
|
3640
3832
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3641
|
-
children: /* @__PURE__ */
|
|
3833
|
+
children: /* @__PURE__ */ jsx101(
|
|
3642
3834
|
"path",
|
|
3643
3835
|
{
|
|
3644
3836
|
clipRule: "evenodd",
|
|
@@ -3651,14 +3843,14 @@ var PageIcon = (props) => /* @__PURE__ */ jsx99(
|
|
|
3651
3843
|
);
|
|
3652
3844
|
|
|
3653
3845
|
// src/components/Icon/icons/PanelLeftIcon.tsx
|
|
3654
|
-
import { jsx as
|
|
3655
|
-
var PanelLeftIcon = (props) => /* @__PURE__ */
|
|
3846
|
+
import { jsx as jsx102 } from "react/jsx-runtime";
|
|
3847
|
+
var PanelLeftIcon = (props) => /* @__PURE__ */ jsx102(
|
|
3656
3848
|
"svg",
|
|
3657
3849
|
{
|
|
3658
3850
|
...props,
|
|
3659
3851
|
viewBox: "0 0 24 24",
|
|
3660
3852
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3661
|
-
children: /* @__PURE__ */
|
|
3853
|
+
children: /* @__PURE__ */ jsx102(
|
|
3662
3854
|
"path",
|
|
3663
3855
|
{
|
|
3664
3856
|
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",
|
|
@@ -3669,14 +3861,14 @@ var PanelLeftIcon = (props) => /* @__PURE__ */ jsx100(
|
|
|
3669
3861
|
);
|
|
3670
3862
|
|
|
3671
3863
|
// src/components/Icon/icons/PanelRightIcon.tsx
|
|
3672
|
-
import { jsx as
|
|
3673
|
-
var PanelRightIcon = (props) => /* @__PURE__ */
|
|
3864
|
+
import { jsx as jsx103 } from "react/jsx-runtime";
|
|
3865
|
+
var PanelRightIcon = (props) => /* @__PURE__ */ jsx103(
|
|
3674
3866
|
"svg",
|
|
3675
3867
|
{
|
|
3676
3868
|
...props,
|
|
3677
3869
|
viewBox: "0 0 24 24",
|
|
3678
3870
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3679
|
-
children: /* @__PURE__ */
|
|
3871
|
+
children: /* @__PURE__ */ jsx103(
|
|
3680
3872
|
"path",
|
|
3681
3873
|
{
|
|
3682
3874
|
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",
|
|
@@ -3687,14 +3879,14 @@ var PanelRightIcon = (props) => /* @__PURE__ */ jsx101(
|
|
|
3687
3879
|
);
|
|
3688
3880
|
|
|
3689
3881
|
// src/components/Icon/icons/PanelUpIcon.tsx
|
|
3690
|
-
import { jsx as
|
|
3691
|
-
var PanelUpIcon = (props) => /* @__PURE__ */
|
|
3882
|
+
import { jsx as jsx104 } from "react/jsx-runtime";
|
|
3883
|
+
var PanelUpIcon = (props) => /* @__PURE__ */ jsx104(
|
|
3692
3884
|
"svg",
|
|
3693
3885
|
{
|
|
3694
3886
|
...props,
|
|
3695
3887
|
viewBox: "0 0 24 24",
|
|
3696
3888
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3697
|
-
children: /* @__PURE__ */
|
|
3889
|
+
children: /* @__PURE__ */ jsx104(
|
|
3698
3890
|
"path",
|
|
3699
3891
|
{
|
|
3700
3892
|
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",
|
|
@@ -3705,14 +3897,14 @@ var PanelUpIcon = (props) => /* @__PURE__ */ jsx102(
|
|
|
3705
3897
|
);
|
|
3706
3898
|
|
|
3707
3899
|
// src/components/Icon/icons/PasswordIcon.tsx
|
|
3708
|
-
import { jsx as
|
|
3709
|
-
var PasswordIcon = (props) => /* @__PURE__ */
|
|
3900
|
+
import { jsx as jsx105 } from "react/jsx-runtime";
|
|
3901
|
+
var PasswordIcon = (props) => /* @__PURE__ */ jsx105(
|
|
3710
3902
|
"svg",
|
|
3711
3903
|
{
|
|
3712
3904
|
...props,
|
|
3713
3905
|
viewBox: "0 0 24 24",
|
|
3714
3906
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3715
|
-
children: /* @__PURE__ */
|
|
3907
|
+
children: /* @__PURE__ */ jsx105(
|
|
3716
3908
|
"path",
|
|
3717
3909
|
{
|
|
3718
3910
|
clipRule: "evenodd",
|
|
@@ -3725,14 +3917,14 @@ var PasswordIcon = (props) => /* @__PURE__ */ jsx103(
|
|
|
3725
3917
|
);
|
|
3726
3918
|
|
|
3727
3919
|
// src/components/Icon/icons/PencilIcon.tsx
|
|
3728
|
-
import { jsx as
|
|
3729
|
-
var PencilIcon = (props) => /* @__PURE__ */
|
|
3920
|
+
import { jsx as jsx106 } from "react/jsx-runtime";
|
|
3921
|
+
var PencilIcon = (props) => /* @__PURE__ */ jsx106(
|
|
3730
3922
|
"svg",
|
|
3731
3923
|
{
|
|
3732
3924
|
...props,
|
|
3733
3925
|
viewBox: "0 0 24 24",
|
|
3734
3926
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3735
|
-
children: /* @__PURE__ */
|
|
3927
|
+
children: /* @__PURE__ */ jsx106(
|
|
3736
3928
|
"path",
|
|
3737
3929
|
{
|
|
3738
3930
|
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",
|
|
@@ -3743,14 +3935,14 @@ var PencilIcon = (props) => /* @__PURE__ */ jsx104(
|
|
|
3743
3935
|
);
|
|
3744
3936
|
|
|
3745
3937
|
// src/components/Icon/icons/PeopleIcon.tsx
|
|
3746
|
-
import { jsx as
|
|
3747
|
-
var PeopleIcon = (props) => /* @__PURE__ */
|
|
3938
|
+
import { jsx as jsx107 } from "react/jsx-runtime";
|
|
3939
|
+
var PeopleIcon = (props) => /* @__PURE__ */ jsx107(
|
|
3748
3940
|
"svg",
|
|
3749
3941
|
{
|
|
3750
3942
|
...props,
|
|
3751
3943
|
viewBox: "0 0 24 24",
|
|
3752
3944
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3753
|
-
children: /* @__PURE__ */
|
|
3945
|
+
children: /* @__PURE__ */ jsx107(
|
|
3754
3946
|
"path",
|
|
3755
3947
|
{
|
|
3756
3948
|
clipRule: "evenodd",
|
|
@@ -3763,14 +3955,14 @@ var PeopleIcon = (props) => /* @__PURE__ */ jsx105(
|
|
|
3763
3955
|
);
|
|
3764
3956
|
|
|
3765
3957
|
// src/components/Icon/icons/PinIcon.tsx
|
|
3766
|
-
import { jsx as
|
|
3767
|
-
var PinIcon = (props) => /* @__PURE__ */
|
|
3958
|
+
import { jsx as jsx108 } from "react/jsx-runtime";
|
|
3959
|
+
var PinIcon = (props) => /* @__PURE__ */ jsx108(
|
|
3768
3960
|
"svg",
|
|
3769
3961
|
{
|
|
3770
3962
|
...props,
|
|
3771
3963
|
viewBox: "0 0 24 24",
|
|
3772
3964
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3773
|
-
children: /* @__PURE__ */
|
|
3965
|
+
children: /* @__PURE__ */ jsx108(
|
|
3774
3966
|
"path",
|
|
3775
3967
|
{
|
|
3776
3968
|
clipRule: "evenodd",
|
|
@@ -3783,14 +3975,14 @@ var PinIcon = (props) => /* @__PURE__ */ jsx106(
|
|
|
3783
3975
|
);
|
|
3784
3976
|
|
|
3785
3977
|
// src/components/Icon/icons/PinSlashIcon.tsx
|
|
3786
|
-
import { jsx as
|
|
3787
|
-
var PinSlashIcon = (props) => /* @__PURE__ */
|
|
3978
|
+
import { jsx as jsx109 } from "react/jsx-runtime";
|
|
3979
|
+
var PinSlashIcon = (props) => /* @__PURE__ */ jsx109(
|
|
3788
3980
|
"svg",
|
|
3789
3981
|
{
|
|
3790
3982
|
...props,
|
|
3791
3983
|
viewBox: "0 0 24 24",
|
|
3792
3984
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3793
|
-
children: /* @__PURE__ */
|
|
3985
|
+
children: /* @__PURE__ */ jsx109(
|
|
3794
3986
|
"path",
|
|
3795
3987
|
{
|
|
3796
3988
|
clipRule: "evenodd",
|
|
@@ -3803,14 +3995,14 @@ var PinSlashIcon = (props) => /* @__PURE__ */ jsx107(
|
|
|
3803
3995
|
);
|
|
3804
3996
|
|
|
3805
3997
|
// src/components/Icon/icons/PlayIcon.tsx
|
|
3806
|
-
import { jsx as
|
|
3807
|
-
var PlayIcon = (props) => /* @__PURE__ */
|
|
3998
|
+
import { jsx as jsx110 } from "react/jsx-runtime";
|
|
3999
|
+
var PlayIcon = (props) => /* @__PURE__ */ jsx110(
|
|
3808
4000
|
"svg",
|
|
3809
4001
|
{
|
|
3810
4002
|
...props,
|
|
3811
4003
|
viewBox: "0 0 24 24",
|
|
3812
4004
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3813
|
-
children: /* @__PURE__ */
|
|
4005
|
+
children: /* @__PURE__ */ jsx110(
|
|
3814
4006
|
"path",
|
|
3815
4007
|
{
|
|
3816
4008
|
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",
|
|
@@ -3821,14 +4013,14 @@ var PlayIcon = (props) => /* @__PURE__ */ jsx108(
|
|
|
3821
4013
|
);
|
|
3822
4014
|
|
|
3823
4015
|
// src/components/Icon/icons/PlayerIcon.tsx
|
|
3824
|
-
import { jsx as
|
|
3825
|
-
var PlayerIcon = (props) => /* @__PURE__ */
|
|
4016
|
+
import { jsx as jsx111 } from "react/jsx-runtime";
|
|
4017
|
+
var PlayerIcon = (props) => /* @__PURE__ */ jsx111(
|
|
3826
4018
|
"svg",
|
|
3827
4019
|
{
|
|
3828
4020
|
...props,
|
|
3829
4021
|
viewBox: "0 0 24 24",
|
|
3830
4022
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3831
|
-
children: /* @__PURE__ */
|
|
4023
|
+
children: /* @__PURE__ */ jsx111(
|
|
3832
4024
|
"path",
|
|
3833
4025
|
{
|
|
3834
4026
|
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",
|
|
@@ -3839,14 +4031,14 @@ var PlayerIcon = (props) => /* @__PURE__ */ jsx109(
|
|
|
3839
4031
|
);
|
|
3840
4032
|
|
|
3841
4033
|
// src/components/Icon/icons/PlusIcon.tsx
|
|
3842
|
-
import { jsx as
|
|
3843
|
-
var PlusIcon = (props) => /* @__PURE__ */
|
|
4034
|
+
import { jsx as jsx112 } from "react/jsx-runtime";
|
|
4035
|
+
var PlusIcon = (props) => /* @__PURE__ */ jsx112(
|
|
3844
4036
|
"svg",
|
|
3845
4037
|
{
|
|
3846
4038
|
...props,
|
|
3847
4039
|
viewBox: "0 0 24 24",
|
|
3848
4040
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3849
|
-
children: /* @__PURE__ */
|
|
4041
|
+
children: /* @__PURE__ */ jsx112(
|
|
3850
4042
|
"path",
|
|
3851
4043
|
{
|
|
3852
4044
|
clipRule: "evenodd",
|
|
@@ -3859,14 +4051,14 @@ var PlusIcon = (props) => /* @__PURE__ */ jsx110(
|
|
|
3859
4051
|
);
|
|
3860
4052
|
|
|
3861
4053
|
// src/components/Icon/icons/PodcastIcon.tsx
|
|
3862
|
-
import { jsx as
|
|
3863
|
-
var PodcastIcon = (props) => /* @__PURE__ */
|
|
4054
|
+
import { jsx as jsx113 } from "react/jsx-runtime";
|
|
4055
|
+
var PodcastIcon = (props) => /* @__PURE__ */ jsx113(
|
|
3864
4056
|
"svg",
|
|
3865
4057
|
{
|
|
3866
4058
|
...props,
|
|
3867
4059
|
viewBox: "0 0 24 24",
|
|
3868
4060
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3869
|
-
children: /* @__PURE__ */
|
|
4061
|
+
children: /* @__PURE__ */ jsx113(
|
|
3870
4062
|
"path",
|
|
3871
4063
|
{
|
|
3872
4064
|
clipRule: "evenodd",
|
|
@@ -3879,14 +4071,14 @@ var PodcastIcon = (props) => /* @__PURE__ */ jsx111(
|
|
|
3879
4071
|
);
|
|
3880
4072
|
|
|
3881
4073
|
// src/components/Icon/icons/PreviewIcon.tsx
|
|
3882
|
-
import { jsx as
|
|
3883
|
-
var PreviewIcon = (props) => /* @__PURE__ */
|
|
4074
|
+
import { jsx as jsx114 } from "react/jsx-runtime";
|
|
4075
|
+
var PreviewIcon = (props) => /* @__PURE__ */ jsx114(
|
|
3884
4076
|
"svg",
|
|
3885
4077
|
{
|
|
3886
4078
|
...props,
|
|
3887
4079
|
viewBox: "0 0 24 24",
|
|
3888
4080
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3889
|
-
children: /* @__PURE__ */
|
|
4081
|
+
children: /* @__PURE__ */ jsx114(
|
|
3890
4082
|
"path",
|
|
3891
4083
|
{
|
|
3892
4084
|
clipRule: "evenodd",
|
|
@@ -3899,14 +4091,14 @@ var PreviewIcon = (props) => /* @__PURE__ */ jsx112(
|
|
|
3899
4091
|
);
|
|
3900
4092
|
|
|
3901
4093
|
// src/components/Icon/icons/PrivateUserSessionsIcon.tsx
|
|
3902
|
-
import { jsx as
|
|
3903
|
-
var PrivateUserSessionsIcon = (props) => /* @__PURE__ */
|
|
4094
|
+
import { jsx as jsx115 } from "react/jsx-runtime";
|
|
4095
|
+
var PrivateUserSessionsIcon = (props) => /* @__PURE__ */ jsx115(
|
|
3904
4096
|
"svg",
|
|
3905
4097
|
{
|
|
3906
4098
|
...props,
|
|
3907
4099
|
viewBox: "0 0 24 24",
|
|
3908
4100
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3909
|
-
children: /* @__PURE__ */
|
|
4101
|
+
children: /* @__PURE__ */ jsx115(
|
|
3910
4102
|
"path",
|
|
3911
4103
|
{
|
|
3912
4104
|
clipRule: "evenodd",
|
|
@@ -3919,7 +4111,7 @@ var PrivateUserSessionsIcon = (props) => /* @__PURE__ */ jsx113(
|
|
|
3919
4111
|
);
|
|
3920
4112
|
|
|
3921
4113
|
// src/components/Icon/icons/ProjectIcon.tsx
|
|
3922
|
-
import { jsx as
|
|
4114
|
+
import { jsx as jsx116, jsxs as jsxs3 } from "react/jsx-runtime";
|
|
3923
4115
|
var ProjectIcon = (props) => /* @__PURE__ */ jsxs3(
|
|
3924
4116
|
"svg",
|
|
3925
4117
|
{
|
|
@@ -3927,7 +4119,7 @@ var ProjectIcon = (props) => /* @__PURE__ */ jsxs3(
|
|
|
3927
4119
|
viewBox: "0 0 24 24",
|
|
3928
4120
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3929
4121
|
children: [
|
|
3930
|
-
/* @__PURE__ */
|
|
4122
|
+
/* @__PURE__ */ jsx116(
|
|
3931
4123
|
"path",
|
|
3932
4124
|
{
|
|
3933
4125
|
clipRule: "evenodd",
|
|
@@ -3936,7 +4128,7 @@ var ProjectIcon = (props) => /* @__PURE__ */ jsxs3(
|
|
|
3936
4128
|
fillRule: "evenodd"
|
|
3937
4129
|
}
|
|
3938
4130
|
),
|
|
3939
|
-
/* @__PURE__ */
|
|
4131
|
+
/* @__PURE__ */ jsx116(
|
|
3940
4132
|
"path",
|
|
3941
4133
|
{
|
|
3942
4134
|
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",
|
|
@@ -3948,14 +4140,14 @@ var ProjectIcon = (props) => /* @__PURE__ */ jsxs3(
|
|
|
3948
4140
|
);
|
|
3949
4141
|
|
|
3950
4142
|
// src/components/Icon/icons/PropertiesIcon.tsx
|
|
3951
|
-
import { jsx as
|
|
3952
|
-
var PropertiesIcon = (props) => /* @__PURE__ */
|
|
4143
|
+
import { jsx as jsx117 } from "react/jsx-runtime";
|
|
4144
|
+
var PropertiesIcon = (props) => /* @__PURE__ */ jsx117(
|
|
3953
4145
|
"svg",
|
|
3954
4146
|
{
|
|
3955
4147
|
...props,
|
|
3956
4148
|
viewBox: "0 0 24 24",
|
|
3957
4149
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3958
|
-
children: /* @__PURE__ */
|
|
4150
|
+
children: /* @__PURE__ */ jsx117(
|
|
3959
4151
|
"path",
|
|
3960
4152
|
{
|
|
3961
4153
|
clipRule: "evenodd",
|
|
@@ -3968,14 +4160,14 @@ var PropertiesIcon = (props) => /* @__PURE__ */ jsx115(
|
|
|
3968
4160
|
);
|
|
3969
4161
|
|
|
3970
4162
|
// src/components/Icon/icons/QuestionMarkIcon.tsx
|
|
3971
|
-
import { jsx as
|
|
3972
|
-
var QuestionMarkIcon = (props) => /* @__PURE__ */
|
|
4163
|
+
import { jsx as jsx118 } from "react/jsx-runtime";
|
|
4164
|
+
var QuestionMarkIcon = (props) => /* @__PURE__ */ jsx118(
|
|
3973
4165
|
"svg",
|
|
3974
4166
|
{
|
|
3975
4167
|
...props,
|
|
3976
4168
|
viewBox: "0 0 24 24",
|
|
3977
4169
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3978
|
-
children: /* @__PURE__ */
|
|
4170
|
+
children: /* @__PURE__ */ jsx118(
|
|
3979
4171
|
"path",
|
|
3980
4172
|
{
|
|
3981
4173
|
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",
|
|
@@ -3986,14 +4178,14 @@ var QuestionMarkIcon = (props) => /* @__PURE__ */ jsx116(
|
|
|
3986
4178
|
);
|
|
3987
4179
|
|
|
3988
4180
|
// src/components/Icon/icons/ReactIcon.tsx
|
|
3989
|
-
import { jsx as
|
|
3990
|
-
var ReactIcon = (props) => /* @__PURE__ */
|
|
4181
|
+
import { jsx as jsx119 } from "react/jsx-runtime";
|
|
4182
|
+
var ReactIcon = (props) => /* @__PURE__ */ jsx119(
|
|
3991
4183
|
"svg",
|
|
3992
4184
|
{
|
|
3993
4185
|
...props,
|
|
3994
4186
|
viewBox: "0 0 24 24",
|
|
3995
4187
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3996
|
-
children: /* @__PURE__ */
|
|
4188
|
+
children: /* @__PURE__ */ jsx119(
|
|
3997
4189
|
"path",
|
|
3998
4190
|
{
|
|
3999
4191
|
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",
|
|
@@ -4004,14 +4196,14 @@ var ReactIcon = (props) => /* @__PURE__ */ jsx117(
|
|
|
4004
4196
|
);
|
|
4005
4197
|
|
|
4006
4198
|
// src/components/Icon/icons/RecordIcon.tsx
|
|
4007
|
-
import { jsx as
|
|
4008
|
-
var RecordIcon = (props) => /* @__PURE__ */
|
|
4199
|
+
import { jsx as jsx120 } from "react/jsx-runtime";
|
|
4200
|
+
var RecordIcon = (props) => /* @__PURE__ */ jsx120(
|
|
4009
4201
|
"svg",
|
|
4010
4202
|
{
|
|
4011
4203
|
...props,
|
|
4012
4204
|
viewBox: "0 0 24 24",
|
|
4013
4205
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4014
|
-
children: /* @__PURE__ */
|
|
4206
|
+
children: /* @__PURE__ */ jsx120(
|
|
4015
4207
|
"path",
|
|
4016
4208
|
{
|
|
4017
4209
|
clipRule: "evenodd",
|
|
@@ -4024,14 +4216,14 @@ var RecordIcon = (props) => /* @__PURE__ */ jsx118(
|
|
|
4024
4216
|
);
|
|
4025
4217
|
|
|
4026
4218
|
// src/components/Icon/icons/RedoIcon.tsx
|
|
4027
|
-
import { jsx as
|
|
4028
|
-
var RedoIcon = (props) => /* @__PURE__ */
|
|
4219
|
+
import { jsx as jsx121 } from "react/jsx-runtime";
|
|
4220
|
+
var RedoIcon = (props) => /* @__PURE__ */ jsx121(
|
|
4029
4221
|
"svg",
|
|
4030
4222
|
{
|
|
4031
4223
|
...props,
|
|
4032
4224
|
viewBox: "0 0 24 24",
|
|
4033
4225
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4034
|
-
children: /* @__PURE__ */
|
|
4226
|
+
children: /* @__PURE__ */ jsx121(
|
|
4035
4227
|
"path",
|
|
4036
4228
|
{
|
|
4037
4229
|
clipRule: "evenodd",
|
|
@@ -4044,14 +4236,14 @@ var RedoIcon = (props) => /* @__PURE__ */ jsx119(
|
|
|
4044
4236
|
);
|
|
4045
4237
|
|
|
4046
4238
|
// src/components/Icon/icons/ReplaceIcon.tsx
|
|
4047
|
-
import { jsx as
|
|
4048
|
-
var ReplaceIcon = (props) => /* @__PURE__ */
|
|
4239
|
+
import { jsx as jsx122 } from "react/jsx-runtime";
|
|
4240
|
+
var ReplaceIcon = (props) => /* @__PURE__ */ jsx122(
|
|
4049
4241
|
"svg",
|
|
4050
4242
|
{
|
|
4051
4243
|
...props,
|
|
4052
4244
|
viewBox: "0 0 24 24",
|
|
4053
4245
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4054
|
-
children: /* @__PURE__ */
|
|
4246
|
+
children: /* @__PURE__ */ jsx122(
|
|
4055
4247
|
"path",
|
|
4056
4248
|
{
|
|
4057
4249
|
clipRule: "evenodd",
|
|
@@ -4064,14 +4256,14 @@ var ReplaceIcon = (props) => /* @__PURE__ */ jsx120(
|
|
|
4064
4256
|
);
|
|
4065
4257
|
|
|
4066
4258
|
// src/components/Icon/icons/ReplyIcon.tsx
|
|
4067
|
-
import { jsx as
|
|
4068
|
-
var ReplyIcon = (props) => /* @__PURE__ */
|
|
4259
|
+
import { jsx as jsx123 } from "react/jsx-runtime";
|
|
4260
|
+
var ReplyIcon = (props) => /* @__PURE__ */ jsx123(
|
|
4069
4261
|
"svg",
|
|
4070
4262
|
{
|
|
4071
4263
|
...props,
|
|
4072
4264
|
viewBox: "0 0 24 24",
|
|
4073
4265
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4074
|
-
children: /* @__PURE__ */
|
|
4266
|
+
children: /* @__PURE__ */ jsx123(
|
|
4075
4267
|
"path",
|
|
4076
4268
|
{
|
|
4077
4269
|
clipRule: "evenodd",
|
|
@@ -4084,14 +4276,14 @@ var ReplyIcon = (props) => /* @__PURE__ */ jsx121(
|
|
|
4084
4276
|
);
|
|
4085
4277
|
|
|
4086
4278
|
// src/components/Icon/icons/SaveAsCopyIcon.tsx
|
|
4087
|
-
import { jsx as
|
|
4088
|
-
var SaveAsCopyIcon = (props) => /* @__PURE__ */
|
|
4279
|
+
import { jsx as jsx124 } from "react/jsx-runtime";
|
|
4280
|
+
var SaveAsCopyIcon = (props) => /* @__PURE__ */ jsx124(
|
|
4089
4281
|
"svg",
|
|
4090
4282
|
{
|
|
4091
4283
|
...props,
|
|
4092
4284
|
viewBox: "0 0 24 24",
|
|
4093
4285
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4094
|
-
children: /* @__PURE__ */
|
|
4286
|
+
children: /* @__PURE__ */ jsx124(
|
|
4095
4287
|
"path",
|
|
4096
4288
|
{
|
|
4097
4289
|
clipRule: "evenodd",
|
|
@@ -4104,14 +4296,14 @@ var SaveAsCopyIcon = (props) => /* @__PURE__ */ jsx122(
|
|
|
4104
4296
|
);
|
|
4105
4297
|
|
|
4106
4298
|
// src/components/Icon/icons/SaveIcon.tsx
|
|
4107
|
-
import { jsx as
|
|
4108
|
-
var SaveIcon = (props) => /* @__PURE__ */
|
|
4299
|
+
import { jsx as jsx125 } from "react/jsx-runtime";
|
|
4300
|
+
var SaveIcon = (props) => /* @__PURE__ */ jsx125(
|
|
4109
4301
|
"svg",
|
|
4110
4302
|
{
|
|
4111
4303
|
...props,
|
|
4112
4304
|
viewBox: "0 0 24 24",
|
|
4113
4305
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4114
|
-
children: /* @__PURE__ */
|
|
4306
|
+
children: /* @__PURE__ */ jsx125(
|
|
4115
4307
|
"path",
|
|
4116
4308
|
{
|
|
4117
4309
|
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",
|
|
@@ -4122,14 +4314,14 @@ var SaveIcon = (props) => /* @__PURE__ */ jsx123(
|
|
|
4122
4314
|
);
|
|
4123
4315
|
|
|
4124
4316
|
// src/components/Icon/icons/ScissorsIcon.tsx
|
|
4125
|
-
import { jsx as
|
|
4126
|
-
var ScissorsIcon = (props) => /* @__PURE__ */
|
|
4317
|
+
import { jsx as jsx126 } from "react/jsx-runtime";
|
|
4318
|
+
var ScissorsIcon = (props) => /* @__PURE__ */ jsx126(
|
|
4127
4319
|
"svg",
|
|
4128
4320
|
{
|
|
4129
4321
|
...props,
|
|
4130
4322
|
viewBox: "0 0 24 24",
|
|
4131
4323
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4132
|
-
children: /* @__PURE__ */
|
|
4324
|
+
children: /* @__PURE__ */ jsx126(
|
|
4133
4325
|
"path",
|
|
4134
4326
|
{
|
|
4135
4327
|
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",
|
|
@@ -4140,14 +4332,14 @@ var ScissorsIcon = (props) => /* @__PURE__ */ jsx124(
|
|
|
4140
4332
|
);
|
|
4141
4333
|
|
|
4142
4334
|
// src/components/Icon/icons/ScreenshareOffIcon.tsx
|
|
4143
|
-
import { jsx as
|
|
4144
|
-
var ScreenshareOffIcon = (props) => /* @__PURE__ */
|
|
4335
|
+
import { jsx as jsx127 } from "react/jsx-runtime";
|
|
4336
|
+
var ScreenshareOffIcon = (props) => /* @__PURE__ */ jsx127(
|
|
4145
4337
|
"svg",
|
|
4146
4338
|
{
|
|
4147
4339
|
...props,
|
|
4148
4340
|
viewBox: "0 0 24 24",
|
|
4149
4341
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4150
|
-
children: /* @__PURE__ */
|
|
4342
|
+
children: /* @__PURE__ */ jsx127(
|
|
4151
4343
|
"path",
|
|
4152
4344
|
{
|
|
4153
4345
|
clipRule: "evenodd",
|
|
@@ -4160,14 +4352,14 @@ var ScreenshareOffIcon = (props) => /* @__PURE__ */ jsx125(
|
|
|
4160
4352
|
);
|
|
4161
4353
|
|
|
4162
4354
|
// src/components/Icon/icons/ScreenshareOnIcon.tsx
|
|
4163
|
-
import { jsx as
|
|
4164
|
-
var ScreenshareOnIcon = (props) => /* @__PURE__ */
|
|
4355
|
+
import { jsx as jsx128 } from "react/jsx-runtime";
|
|
4356
|
+
var ScreenshareOnIcon = (props) => /* @__PURE__ */ jsx128(
|
|
4165
4357
|
"svg",
|
|
4166
4358
|
{
|
|
4167
4359
|
...props,
|
|
4168
4360
|
viewBox: "0 0 24 24",
|
|
4169
4361
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4170
|
-
children: /* @__PURE__ */
|
|
4362
|
+
children: /* @__PURE__ */ jsx128(
|
|
4171
4363
|
"path",
|
|
4172
4364
|
{
|
|
4173
4365
|
clipRule: "evenodd",
|
|
@@ -4180,14 +4372,14 @@ var ScreenshareOnIcon = (props) => /* @__PURE__ */ jsx126(
|
|
|
4180
4372
|
);
|
|
4181
4373
|
|
|
4182
4374
|
// src/components/Icon/icons/SearchIcon.tsx
|
|
4183
|
-
import { jsx as
|
|
4184
|
-
var SearchIcon = (props) => /* @__PURE__ */
|
|
4375
|
+
import { jsx as jsx129 } from "react/jsx-runtime";
|
|
4376
|
+
var SearchIcon = (props) => /* @__PURE__ */ jsx129(
|
|
4185
4377
|
"svg",
|
|
4186
4378
|
{
|
|
4187
4379
|
...props,
|
|
4188
4380
|
viewBox: "0 0 24 24",
|
|
4189
4381
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4190
|
-
children: /* @__PURE__ */
|
|
4382
|
+
children: /* @__PURE__ */ jsx129(
|
|
4191
4383
|
"path",
|
|
4192
4384
|
{
|
|
4193
4385
|
clipRule: "evenodd",
|
|
@@ -4200,14 +4392,14 @@ var SearchIcon = (props) => /* @__PURE__ */ jsx127(
|
|
|
4200
4392
|
);
|
|
4201
4393
|
|
|
4202
4394
|
// src/components/Icon/icons/SendIcon.tsx
|
|
4203
|
-
import { jsx as
|
|
4204
|
-
var SendIcon = (props) => /* @__PURE__ */
|
|
4395
|
+
import { jsx as jsx130 } from "react/jsx-runtime";
|
|
4396
|
+
var SendIcon = (props) => /* @__PURE__ */ jsx130(
|
|
4205
4397
|
"svg",
|
|
4206
4398
|
{
|
|
4207
4399
|
...props,
|
|
4208
4400
|
viewBox: "0 0 24 24",
|
|
4209
4401
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4210
|
-
children: /* @__PURE__ */
|
|
4402
|
+
children: /* @__PURE__ */ jsx130(
|
|
4211
4403
|
"path",
|
|
4212
4404
|
{
|
|
4213
4405
|
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",
|
|
@@ -4218,14 +4410,14 @@ var SendIcon = (props) => /* @__PURE__ */ jsx128(
|
|
|
4218
4410
|
);
|
|
4219
4411
|
|
|
4220
4412
|
// src/components/Icon/icons/ShapesIcon.tsx
|
|
4221
|
-
import { jsx as
|
|
4222
|
-
var ShapesIcon = (props) => /* @__PURE__ */
|
|
4413
|
+
import { jsx as jsx131 } from "react/jsx-runtime";
|
|
4414
|
+
var ShapesIcon = (props) => /* @__PURE__ */ jsx131(
|
|
4223
4415
|
"svg",
|
|
4224
4416
|
{
|
|
4225
4417
|
...props,
|
|
4226
4418
|
viewBox: "0 0 24 24",
|
|
4227
4419
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4228
|
-
children: /* @__PURE__ */
|
|
4420
|
+
children: /* @__PURE__ */ jsx131(
|
|
4229
4421
|
"path",
|
|
4230
4422
|
{
|
|
4231
4423
|
clipRule: "evenodd",
|
|
@@ -4238,14 +4430,14 @@ var ShapesIcon = (props) => /* @__PURE__ */ jsx129(
|
|
|
4238
4430
|
);
|
|
4239
4431
|
|
|
4240
4432
|
// src/components/Icon/icons/ShareIcon.tsx
|
|
4241
|
-
import { jsx as
|
|
4242
|
-
var ShareIcon = (props) => /* @__PURE__ */
|
|
4433
|
+
import { jsx as jsx132 } from "react/jsx-runtime";
|
|
4434
|
+
var ShareIcon = (props) => /* @__PURE__ */ jsx132(
|
|
4243
4435
|
"svg",
|
|
4244
4436
|
{
|
|
4245
4437
|
...props,
|
|
4246
4438
|
viewBox: "0 0 24 24",
|
|
4247
4439
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4248
|
-
children: /* @__PURE__ */
|
|
4440
|
+
children: /* @__PURE__ */ jsx132(
|
|
4249
4441
|
"path",
|
|
4250
4442
|
{
|
|
4251
4443
|
clipRule: "evenodd",
|
|
@@ -4258,14 +4450,14 @@ var ShareIcon = (props) => /* @__PURE__ */ jsx130(
|
|
|
4258
4450
|
);
|
|
4259
4451
|
|
|
4260
4452
|
// src/components/Icon/icons/SharingPermissionsIcon.tsx
|
|
4261
|
-
import { jsx as
|
|
4262
|
-
var SharingPermissionsIcon = (props) => /* @__PURE__ */
|
|
4453
|
+
import { jsx as jsx133 } from "react/jsx-runtime";
|
|
4454
|
+
var SharingPermissionsIcon = (props) => /* @__PURE__ */ jsx133(
|
|
4263
4455
|
"svg",
|
|
4264
4456
|
{
|
|
4265
4457
|
...props,
|
|
4266
4458
|
viewBox: "0 0 24 24",
|
|
4267
4459
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4268
|
-
children: /* @__PURE__ */
|
|
4460
|
+
children: /* @__PURE__ */ jsx133(
|
|
4269
4461
|
"path",
|
|
4270
4462
|
{
|
|
4271
4463
|
clipRule: "evenodd",
|
|
@@ -4278,14 +4470,14 @@ var SharingPermissionsIcon = (props) => /* @__PURE__ */ jsx131(
|
|
|
4278
4470
|
);
|
|
4279
4471
|
|
|
4280
4472
|
// src/components/Icon/icons/SimulcastIcon.tsx
|
|
4281
|
-
import { jsx as
|
|
4282
|
-
var SimulcastIcon = (props) => /* @__PURE__ */
|
|
4473
|
+
import { jsx as jsx134 } from "react/jsx-runtime";
|
|
4474
|
+
var SimulcastIcon = (props) => /* @__PURE__ */ jsx134(
|
|
4283
4475
|
"svg",
|
|
4284
4476
|
{
|
|
4285
4477
|
...props,
|
|
4286
4478
|
viewBox: "0 0 24 24",
|
|
4287
4479
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4288
|
-
children: /* @__PURE__ */
|
|
4480
|
+
children: /* @__PURE__ */ jsx134(
|
|
4289
4481
|
"path",
|
|
4290
4482
|
{
|
|
4291
4483
|
clipRule: "evenodd",
|
|
@@ -4298,14 +4490,14 @@ var SimulcastIcon = (props) => /* @__PURE__ */ jsx132(
|
|
|
4298
4490
|
);
|
|
4299
4491
|
|
|
4300
4492
|
// src/components/Icon/icons/SortIcon.tsx
|
|
4301
|
-
import { jsx as
|
|
4302
|
-
var SortIcon = (props) => /* @__PURE__ */
|
|
4493
|
+
import { jsx as jsx135 } from "react/jsx-runtime";
|
|
4494
|
+
var SortIcon = (props) => /* @__PURE__ */ jsx135(
|
|
4303
4495
|
"svg",
|
|
4304
4496
|
{
|
|
4305
4497
|
...props,
|
|
4306
4498
|
viewBox: "0 0 24 24",
|
|
4307
4499
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4308
|
-
children: /* @__PURE__ */
|
|
4500
|
+
children: /* @__PURE__ */ jsx135(
|
|
4309
4501
|
"path",
|
|
4310
4502
|
{
|
|
4311
4503
|
clipRule: "evenodd",
|
|
@@ -4318,14 +4510,14 @@ var SortIcon = (props) => /* @__PURE__ */ jsx133(
|
|
|
4318
4510
|
);
|
|
4319
4511
|
|
|
4320
4512
|
// src/components/Icon/icons/SparkleIcon.tsx
|
|
4321
|
-
import { jsx as
|
|
4322
|
-
var SparkleIcon = (props) => /* @__PURE__ */
|
|
4513
|
+
import { jsx as jsx136 } from "react/jsx-runtime";
|
|
4514
|
+
var SparkleIcon = (props) => /* @__PURE__ */ jsx136(
|
|
4323
4515
|
"svg",
|
|
4324
4516
|
{
|
|
4325
4517
|
...props,
|
|
4326
4518
|
viewBox: "0 0 24 24",
|
|
4327
4519
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4328
|
-
children: /* @__PURE__ */
|
|
4520
|
+
children: /* @__PURE__ */ jsx136(
|
|
4329
4521
|
"path",
|
|
4330
4522
|
{
|
|
4331
4523
|
clipRule: "evenodd",
|
|
@@ -4338,7 +4530,7 @@ var SparkleIcon = (props) => /* @__PURE__ */ jsx134(
|
|
|
4338
4530
|
);
|
|
4339
4531
|
|
|
4340
4532
|
// src/components/Icon/icons/SpinnerIcon.tsx
|
|
4341
|
-
import { jsx as
|
|
4533
|
+
import { jsx as jsx137, jsxs as jsxs4 } from "react/jsx-runtime";
|
|
4342
4534
|
var SpinnerIcon = (props) => /* @__PURE__ */ jsxs4(
|
|
4343
4535
|
"svg",
|
|
4344
4536
|
{
|
|
@@ -4346,7 +4538,7 @@ var SpinnerIcon = (props) => /* @__PURE__ */ jsxs4(
|
|
|
4346
4538
|
viewBox: "0 0 24 24",
|
|
4347
4539
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4348
4540
|
children: [
|
|
4349
|
-
/* @__PURE__ */
|
|
4541
|
+
/* @__PURE__ */ jsx137(
|
|
4350
4542
|
"path",
|
|
4351
4543
|
{
|
|
4352
4544
|
clipRule: "evenodd",
|
|
@@ -4355,7 +4547,7 @@ var SpinnerIcon = (props) => /* @__PURE__ */ jsxs4(
|
|
|
4355
4547
|
fillRule: "evenodd"
|
|
4356
4548
|
}
|
|
4357
4549
|
),
|
|
4358
|
-
/* @__PURE__ */
|
|
4550
|
+
/* @__PURE__ */ jsx137(
|
|
4359
4551
|
"animateTransform",
|
|
4360
4552
|
{
|
|
4361
4553
|
attributeName: "transform",
|
|
@@ -4371,14 +4563,14 @@ var SpinnerIcon = (props) => /* @__PURE__ */ jsxs4(
|
|
|
4371
4563
|
);
|
|
4372
4564
|
|
|
4373
4565
|
// src/components/Icon/icons/StatsIcon.tsx
|
|
4374
|
-
import { jsx as
|
|
4375
|
-
var StatsIcon = (props) => /* @__PURE__ */
|
|
4566
|
+
import { jsx as jsx138 } from "react/jsx-runtime";
|
|
4567
|
+
var StatsIcon = (props) => /* @__PURE__ */ jsx138(
|
|
4376
4568
|
"svg",
|
|
4377
4569
|
{
|
|
4378
4570
|
...props,
|
|
4379
4571
|
viewBox: "0 0 24 24",
|
|
4380
4572
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4381
|
-
children: /* @__PURE__ */
|
|
4573
|
+
children: /* @__PURE__ */ jsx138(
|
|
4382
4574
|
"path",
|
|
4383
4575
|
{
|
|
4384
4576
|
clipRule: "evenodd",
|
|
@@ -4391,14 +4583,14 @@ var StatsIcon = (props) => /* @__PURE__ */ jsx136(
|
|
|
4391
4583
|
);
|
|
4392
4584
|
|
|
4393
4585
|
// src/components/Icon/icons/SwitchAccountsIcon.tsx
|
|
4394
|
-
import { jsx as
|
|
4395
|
-
var SwitchAccountsIcon = (props) => /* @__PURE__ */
|
|
4586
|
+
import { jsx as jsx139 } from "react/jsx-runtime";
|
|
4587
|
+
var SwitchAccountsIcon = (props) => /* @__PURE__ */ jsx139(
|
|
4396
4588
|
"svg",
|
|
4397
4589
|
{
|
|
4398
4590
|
...props,
|
|
4399
4591
|
viewBox: "0 0 24 24",
|
|
4400
4592
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4401
|
-
children: /* @__PURE__ */
|
|
4593
|
+
children: /* @__PURE__ */ jsx139(
|
|
4402
4594
|
"path",
|
|
4403
4595
|
{
|
|
4404
4596
|
clipRule: "evenodd",
|
|
@@ -4411,14 +4603,14 @@ var SwitchAccountsIcon = (props) => /* @__PURE__ */ jsx137(
|
|
|
4411
4603
|
);
|
|
4412
4604
|
|
|
4413
4605
|
// src/components/Icon/icons/TagIcon.tsx
|
|
4414
|
-
import { jsx as
|
|
4415
|
-
var TagIcon = (props) => /* @__PURE__ */
|
|
4606
|
+
import { jsx as jsx140 } from "react/jsx-runtime";
|
|
4607
|
+
var TagIcon = (props) => /* @__PURE__ */ jsx140(
|
|
4416
4608
|
"svg",
|
|
4417
4609
|
{
|
|
4418
4610
|
...props,
|
|
4419
4611
|
viewBox: "0 0 24 24",
|
|
4420
4612
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4421
|
-
children: /* @__PURE__ */
|
|
4613
|
+
children: /* @__PURE__ */ jsx140(
|
|
4422
4614
|
"path",
|
|
4423
4615
|
{
|
|
4424
4616
|
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",
|
|
@@ -4429,14 +4621,14 @@ var TagIcon = (props) => /* @__PURE__ */ jsx138(
|
|
|
4429
4621
|
);
|
|
4430
4622
|
|
|
4431
4623
|
// src/components/Icon/icons/ThumbnailIcon.tsx
|
|
4432
|
-
import { jsx as
|
|
4433
|
-
var ThumbnailIcon = (props) => /* @__PURE__ */
|
|
4624
|
+
import { jsx as jsx141 } from "react/jsx-runtime";
|
|
4625
|
+
var ThumbnailIcon = (props) => /* @__PURE__ */ jsx141(
|
|
4434
4626
|
"svg",
|
|
4435
4627
|
{
|
|
4436
4628
|
...props,
|
|
4437
4629
|
viewBox: "0 0 24 24",
|
|
4438
4630
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4439
|
-
children: /* @__PURE__ */
|
|
4631
|
+
children: /* @__PURE__ */ jsx141(
|
|
4440
4632
|
"path",
|
|
4441
4633
|
{
|
|
4442
4634
|
clipRule: "evenodd",
|
|
@@ -4449,14 +4641,14 @@ var ThumbnailIcon = (props) => /* @__PURE__ */ jsx139(
|
|
|
4449
4641
|
);
|
|
4450
4642
|
|
|
4451
4643
|
// src/components/Icon/icons/ThumbsDownIcon.tsx
|
|
4452
|
-
import { jsx as
|
|
4453
|
-
var ThumbsDownIcon = (props) => /* @__PURE__ */
|
|
4644
|
+
import { jsx as jsx142 } from "react/jsx-runtime";
|
|
4645
|
+
var ThumbsDownIcon = (props) => /* @__PURE__ */ jsx142(
|
|
4454
4646
|
"svg",
|
|
4455
4647
|
{
|
|
4456
4648
|
...props,
|
|
4457
4649
|
viewBox: "0 0 24 24",
|
|
4458
4650
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4459
|
-
children: /* @__PURE__ */
|
|
4651
|
+
children: /* @__PURE__ */ jsx142(
|
|
4460
4652
|
"path",
|
|
4461
4653
|
{
|
|
4462
4654
|
clipRule: "evenodd",
|
|
@@ -4469,14 +4661,14 @@ var ThumbsDownIcon = (props) => /* @__PURE__ */ jsx140(
|
|
|
4469
4661
|
);
|
|
4470
4662
|
|
|
4471
4663
|
// src/components/Icon/icons/ThumbsUpIcon.tsx
|
|
4472
|
-
import { jsx as
|
|
4473
|
-
var ThumbsUpIcon = (props) => /* @__PURE__ */
|
|
4664
|
+
import { jsx as jsx143 } from "react/jsx-runtime";
|
|
4665
|
+
var ThumbsUpIcon = (props) => /* @__PURE__ */ jsx143(
|
|
4474
4666
|
"svg",
|
|
4475
4667
|
{
|
|
4476
4668
|
...props,
|
|
4477
4669
|
viewBox: "0 0 24 24",
|
|
4478
4670
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4479
|
-
children: /* @__PURE__ */
|
|
4671
|
+
children: /* @__PURE__ */ jsx143(
|
|
4480
4672
|
"path",
|
|
4481
4673
|
{
|
|
4482
4674
|
clipRule: "evenodd",
|
|
@@ -4489,14 +4681,14 @@ var ThumbsUpIcon = (props) => /* @__PURE__ */ jsx141(
|
|
|
4489
4681
|
);
|
|
4490
4682
|
|
|
4491
4683
|
// src/components/Icon/icons/TransitionsIcon.tsx
|
|
4492
|
-
import { jsx as
|
|
4493
|
-
var TransitionsIcon = (props) => /* @__PURE__ */
|
|
4684
|
+
import { jsx as jsx144 } from "react/jsx-runtime";
|
|
4685
|
+
var TransitionsIcon = (props) => /* @__PURE__ */ jsx144(
|
|
4494
4686
|
"svg",
|
|
4495
4687
|
{
|
|
4496
4688
|
...props,
|
|
4497
4689
|
viewBox: "0 0 24 24",
|
|
4498
4690
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4499
|
-
children: /* @__PURE__ */
|
|
4691
|
+
children: /* @__PURE__ */ jsx144(
|
|
4500
4692
|
"path",
|
|
4501
4693
|
{
|
|
4502
4694
|
clipRule: "evenodd",
|
|
@@ -4509,14 +4701,14 @@ var TransitionsIcon = (props) => /* @__PURE__ */ jsx142(
|
|
|
4509
4701
|
);
|
|
4510
4702
|
|
|
4511
4703
|
// src/components/Icon/icons/TrimIcon.tsx
|
|
4512
|
-
import { jsx as
|
|
4513
|
-
var TrimIcon = (props) => /* @__PURE__ */
|
|
4704
|
+
import { jsx as jsx145 } from "react/jsx-runtime";
|
|
4705
|
+
var TrimIcon = (props) => /* @__PURE__ */ jsx145(
|
|
4514
4706
|
"svg",
|
|
4515
4707
|
{
|
|
4516
4708
|
...props,
|
|
4517
4709
|
viewBox: "0 0 24 24",
|
|
4518
4710
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4519
|
-
children: /* @__PURE__ */
|
|
4711
|
+
children: /* @__PURE__ */ jsx145(
|
|
4520
4712
|
"path",
|
|
4521
4713
|
{
|
|
4522
4714
|
clipRule: "evenodd",
|
|
@@ -4529,14 +4721,14 @@ var TrimIcon = (props) => /* @__PURE__ */ jsx143(
|
|
|
4529
4721
|
);
|
|
4530
4722
|
|
|
4531
4723
|
// src/components/Icon/icons/TurnstileIcon.tsx
|
|
4532
|
-
import { jsx as
|
|
4533
|
-
var TurnstileIcon = (props) => /* @__PURE__ */
|
|
4724
|
+
import { jsx as jsx146 } from "react/jsx-runtime";
|
|
4725
|
+
var TurnstileIcon = (props) => /* @__PURE__ */ jsx146(
|
|
4534
4726
|
"svg",
|
|
4535
4727
|
{
|
|
4536
4728
|
...props,
|
|
4537
4729
|
viewBox: "0 0 24 24",
|
|
4538
4730
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4539
|
-
children: /* @__PURE__ */
|
|
4731
|
+
children: /* @__PURE__ */ jsx146(
|
|
4540
4732
|
"path",
|
|
4541
4733
|
{
|
|
4542
4734
|
clipRule: "evenodd",
|
|
@@ -4549,14 +4741,14 @@ var TurnstileIcon = (props) => /* @__PURE__ */ jsx144(
|
|
|
4549
4741
|
);
|
|
4550
4742
|
|
|
4551
4743
|
// src/components/Icon/icons/UndoIcon.tsx
|
|
4552
|
-
import { jsx as
|
|
4553
|
-
var UndoIcon = (props) => /* @__PURE__ */
|
|
4744
|
+
import { jsx as jsx147 } from "react/jsx-runtime";
|
|
4745
|
+
var UndoIcon = (props) => /* @__PURE__ */ jsx147(
|
|
4554
4746
|
"svg",
|
|
4555
4747
|
{
|
|
4556
4748
|
...props,
|
|
4557
4749
|
viewBox: "0 0 24 24",
|
|
4558
4750
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4559
|
-
children: /* @__PURE__ */
|
|
4751
|
+
children: /* @__PURE__ */ jsx147(
|
|
4560
4752
|
"path",
|
|
4561
4753
|
{
|
|
4562
4754
|
clipRule: "evenodd",
|
|
@@ -4569,14 +4761,14 @@ var UndoIcon = (props) => /* @__PURE__ */ jsx145(
|
|
|
4569
4761
|
);
|
|
4570
4762
|
|
|
4571
4763
|
// src/components/Icon/icons/UnlockIcon.tsx
|
|
4572
|
-
import { jsx as
|
|
4573
|
-
var UnlockIcon = (props) => /* @__PURE__ */
|
|
4764
|
+
import { jsx as jsx148 } from "react/jsx-runtime";
|
|
4765
|
+
var UnlockIcon = (props) => /* @__PURE__ */ jsx148(
|
|
4574
4766
|
"svg",
|
|
4575
4767
|
{
|
|
4576
4768
|
...props,
|
|
4577
4769
|
viewBox: "0 0 24 24",
|
|
4578
4770
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4579
|
-
children: /* @__PURE__ */
|
|
4771
|
+
children: /* @__PURE__ */ jsx148(
|
|
4580
4772
|
"path",
|
|
4581
4773
|
{
|
|
4582
4774
|
clipRule: "evenodd",
|
|
@@ -4589,14 +4781,14 @@ var UnlockIcon = (props) => /* @__PURE__ */ jsx146(
|
|
|
4589
4781
|
);
|
|
4590
4782
|
|
|
4591
4783
|
// src/components/Icon/icons/UploadIcon.tsx
|
|
4592
|
-
import { jsx as
|
|
4593
|
-
var UploadIcon = (props) => /* @__PURE__ */
|
|
4784
|
+
import { jsx as jsx149 } from "react/jsx-runtime";
|
|
4785
|
+
var UploadIcon = (props) => /* @__PURE__ */ jsx149(
|
|
4594
4786
|
"svg",
|
|
4595
4787
|
{
|
|
4596
4788
|
...props,
|
|
4597
4789
|
viewBox: "0 0 24 24",
|
|
4598
4790
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4599
|
-
children: /* @__PURE__ */
|
|
4791
|
+
children: /* @__PURE__ */ jsx149(
|
|
4600
4792
|
"path",
|
|
4601
4793
|
{
|
|
4602
4794
|
clipRule: "evenodd",
|
|
@@ -4609,14 +4801,14 @@ var UploadIcon = (props) => /* @__PURE__ */ jsx147(
|
|
|
4609
4801
|
);
|
|
4610
4802
|
|
|
4611
4803
|
// src/components/Icon/icons/UsersPermissionsIcon.tsx
|
|
4612
|
-
import { jsx as
|
|
4613
|
-
var UsersPermissionsIcon = (props) => /* @__PURE__ */
|
|
4804
|
+
import { jsx as jsx150 } from "react/jsx-runtime";
|
|
4805
|
+
var UsersPermissionsIcon = (props) => /* @__PURE__ */ jsx150(
|
|
4614
4806
|
"svg",
|
|
4615
4807
|
{
|
|
4616
4808
|
...props,
|
|
4617
4809
|
viewBox: "0 0 24 24",
|
|
4618
4810
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4619
|
-
children: /* @__PURE__ */
|
|
4811
|
+
children: /* @__PURE__ */ jsx150(
|
|
4620
4812
|
"path",
|
|
4621
4813
|
{
|
|
4622
4814
|
clipRule: "evenodd",
|
|
@@ -4629,14 +4821,14 @@ var UsersPermissionsIcon = (props) => /* @__PURE__ */ jsx148(
|
|
|
4629
4821
|
);
|
|
4630
4822
|
|
|
4631
4823
|
// src/components/Icon/icons/ViewStreamIcon.tsx
|
|
4632
|
-
import { jsx as
|
|
4633
|
-
var ViewStreamIcon = (props) => /* @__PURE__ */
|
|
4824
|
+
import { jsx as jsx151 } from "react/jsx-runtime";
|
|
4825
|
+
var ViewStreamIcon = (props) => /* @__PURE__ */ jsx151(
|
|
4634
4826
|
"svg",
|
|
4635
4827
|
{
|
|
4636
4828
|
...props,
|
|
4637
4829
|
viewBox: "0 0 24 24",
|
|
4638
4830
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4639
|
-
children: /* @__PURE__ */
|
|
4831
|
+
children: /* @__PURE__ */ jsx151(
|
|
4640
4832
|
"path",
|
|
4641
4833
|
{
|
|
4642
4834
|
clipRule: "evenodd",
|
|
@@ -4649,14 +4841,14 @@ var ViewStreamIcon = (props) => /* @__PURE__ */ jsx149(
|
|
|
4649
4841
|
);
|
|
4650
4842
|
|
|
4651
4843
|
// src/components/Icon/icons/VolumeIcon.tsx
|
|
4652
|
-
import { jsx as
|
|
4653
|
-
var VolumeIcon = (props) => /* @__PURE__ */
|
|
4844
|
+
import { jsx as jsx152 } from "react/jsx-runtime";
|
|
4845
|
+
var VolumeIcon = (props) => /* @__PURE__ */ jsx152(
|
|
4654
4846
|
"svg",
|
|
4655
4847
|
{
|
|
4656
4848
|
...props,
|
|
4657
4849
|
viewBox: "0 0 24 24",
|
|
4658
4850
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4659
|
-
children: /* @__PURE__ */
|
|
4851
|
+
children: /* @__PURE__ */ jsx152(
|
|
4660
4852
|
"path",
|
|
4661
4853
|
{
|
|
4662
4854
|
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",
|
|
@@ -4667,14 +4859,14 @@ var VolumeIcon = (props) => /* @__PURE__ */ jsx150(
|
|
|
4667
4859
|
);
|
|
4668
4860
|
|
|
4669
4861
|
// src/components/Icon/icons/VolumeOffIcon.tsx
|
|
4670
|
-
import { jsx as
|
|
4671
|
-
var VolumeOffIcon = (props) => /* @__PURE__ */
|
|
4862
|
+
import { jsx as jsx153 } from "react/jsx-runtime";
|
|
4863
|
+
var VolumeOffIcon = (props) => /* @__PURE__ */ jsx153(
|
|
4672
4864
|
"svg",
|
|
4673
4865
|
{
|
|
4674
4866
|
...props,
|
|
4675
4867
|
viewBox: "0 0 24 24",
|
|
4676
4868
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4677
|
-
children: /* @__PURE__ */
|
|
4869
|
+
children: /* @__PURE__ */ jsx153(
|
|
4678
4870
|
"path",
|
|
4679
4871
|
{
|
|
4680
4872
|
clipRule: "evenodd",
|
|
@@ -4687,14 +4879,14 @@ var VolumeOffIcon = (props) => /* @__PURE__ */ jsx151(
|
|
|
4687
4879
|
);
|
|
4688
4880
|
|
|
4689
4881
|
// src/components/Icon/icons/VolumeUpIcon.tsx
|
|
4690
|
-
import { jsx as
|
|
4691
|
-
var VolumeUpIcon = (props) => /* @__PURE__ */
|
|
4882
|
+
import { jsx as jsx154 } from "react/jsx-runtime";
|
|
4883
|
+
var VolumeUpIcon = (props) => /* @__PURE__ */ jsx154(
|
|
4692
4884
|
"svg",
|
|
4693
4885
|
{
|
|
4694
4886
|
...props,
|
|
4695
4887
|
viewBox: "0 0 24 24",
|
|
4696
4888
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4697
|
-
children: /* @__PURE__ */
|
|
4889
|
+
children: /* @__PURE__ */ jsx154(
|
|
4698
4890
|
"path",
|
|
4699
4891
|
{
|
|
4700
4892
|
clipRule: "evenodd",
|
|
@@ -4707,14 +4899,14 @@ var VolumeUpIcon = (props) => /* @__PURE__ */ jsx152(
|
|
|
4707
4899
|
);
|
|
4708
4900
|
|
|
4709
4901
|
// src/components/Icon/icons/VolumeXIcon.tsx
|
|
4710
|
-
import { jsx as
|
|
4711
|
-
var VolumeXIcon = (props) => /* @__PURE__ */
|
|
4902
|
+
import { jsx as jsx155 } from "react/jsx-runtime";
|
|
4903
|
+
var VolumeXIcon = (props) => /* @__PURE__ */ jsx155(
|
|
4712
4904
|
"svg",
|
|
4713
4905
|
{
|
|
4714
4906
|
...props,
|
|
4715
4907
|
viewBox: "0 0 24 24",
|
|
4716
4908
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4717
|
-
children: /* @__PURE__ */
|
|
4909
|
+
children: /* @__PURE__ */ jsx155(
|
|
4718
4910
|
"path",
|
|
4719
4911
|
{
|
|
4720
4912
|
clipRule: "evenodd",
|
|
@@ -4727,14 +4919,14 @@ var VolumeXIcon = (props) => /* @__PURE__ */ jsx153(
|
|
|
4727
4919
|
);
|
|
4728
4920
|
|
|
4729
4921
|
// src/components/Icon/icons/WandIcon.tsx
|
|
4730
|
-
import { jsx as
|
|
4731
|
-
var WandIcon = (props) => /* @__PURE__ */
|
|
4922
|
+
import { jsx as jsx156 } from "react/jsx-runtime";
|
|
4923
|
+
var WandIcon = (props) => /* @__PURE__ */ jsx156(
|
|
4732
4924
|
"svg",
|
|
4733
4925
|
{
|
|
4734
4926
|
...props,
|
|
4735
4927
|
viewBox: "0 0 24 24",
|
|
4736
4928
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4737
|
-
children: /* @__PURE__ */
|
|
4929
|
+
children: /* @__PURE__ */ jsx156(
|
|
4738
4930
|
"path",
|
|
4739
4931
|
{
|
|
4740
4932
|
clipRule: "evenodd",
|
|
@@ -4747,14 +4939,14 @@ var WandIcon = (props) => /* @__PURE__ */ jsx154(
|
|
|
4747
4939
|
);
|
|
4748
4940
|
|
|
4749
4941
|
// src/components/Icon/icons/ZoomInIcon.tsx
|
|
4750
|
-
import { jsx as
|
|
4751
|
-
var ZoomInIcon = (props) => /* @__PURE__ */
|
|
4942
|
+
import { jsx as jsx157 } from "react/jsx-runtime";
|
|
4943
|
+
var ZoomInIcon = (props) => /* @__PURE__ */ jsx157(
|
|
4752
4944
|
"svg",
|
|
4753
4945
|
{
|
|
4754
4946
|
...props,
|
|
4755
4947
|
viewBox: "0 0 24 24",
|
|
4756
4948
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4757
|
-
children: /* @__PURE__ */
|
|
4949
|
+
children: /* @__PURE__ */ jsx157(
|
|
4758
4950
|
"path",
|
|
4759
4951
|
{
|
|
4760
4952
|
clipRule: "evenodd",
|
|
@@ -4767,14 +4959,14 @@ var ZoomInIcon = (props) => /* @__PURE__ */ jsx155(
|
|
|
4767
4959
|
);
|
|
4768
4960
|
|
|
4769
4961
|
// src/components/Icon/icons/ZoomOutIcon.tsx
|
|
4770
|
-
import { jsx as
|
|
4771
|
-
var ZoomOutIcon = (props) => /* @__PURE__ */
|
|
4962
|
+
import { jsx as jsx158 } from "react/jsx-runtime";
|
|
4963
|
+
var ZoomOutIcon = (props) => /* @__PURE__ */ jsx158(
|
|
4772
4964
|
"svg",
|
|
4773
4965
|
{
|
|
4774
4966
|
...props,
|
|
4775
4967
|
viewBox: "0 0 24 24",
|
|
4776
4968
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4777
|
-
children: /* @__PURE__ */
|
|
4969
|
+
children: /* @__PURE__ */ jsx158(
|
|
4778
4970
|
"path",
|
|
4779
4971
|
{
|
|
4780
4972
|
clipRule: "evenodd",
|
|
@@ -4944,13 +5136,13 @@ var iconMap = {
|
|
|
4944
5136
|
|
|
4945
5137
|
// src/private/hooks/useResponsiveProp/useResponsiveProp.ts
|
|
4946
5138
|
import { isNotUndefined, isRecord as isRecord2, isUndefined } from "@wistia/type-guards";
|
|
4947
|
-
import { useMemo as
|
|
5139
|
+
import { useMemo as useMemo3 } from "react";
|
|
4948
5140
|
var isResponsiveObject = (values) => {
|
|
4949
5141
|
return typeof values === "object" && values !== null && !Array.isArray(values) && "base" in values;
|
|
4950
5142
|
};
|
|
4951
5143
|
var useResponsiveProp = (values) => {
|
|
4952
5144
|
const activeMediaQueries = useActiveMq();
|
|
4953
|
-
return
|
|
5145
|
+
return useMemo3(() => {
|
|
4954
5146
|
if (isRecord2(values) && isResponsiveObject(values)) {
|
|
4955
5147
|
const mq2 = activeMediaQueries.find((key) => key in values);
|
|
4956
5148
|
return isNotUndefined(mq2) && isNotUndefined(values[mq2]) ? values[mq2] : values.base;
|
|
@@ -4960,7 +5152,7 @@ var useResponsiveProp = (values) => {
|
|
|
4960
5152
|
};
|
|
4961
5153
|
|
|
4962
5154
|
// src/components/Icon/Icon.tsx
|
|
4963
|
-
import { jsx as
|
|
5155
|
+
import { jsx as jsx159 } from "react/jsx-runtime";
|
|
4964
5156
|
var iconSizeMap = {
|
|
4965
5157
|
sm: "12",
|
|
4966
5158
|
md: "16",
|
|
@@ -4968,7 +5160,7 @@ var iconSizeMap = {
|
|
|
4968
5160
|
xl: "32",
|
|
4969
5161
|
xxl: "48"
|
|
4970
5162
|
};
|
|
4971
|
-
var StyledIcon =
|
|
5163
|
+
var StyledIcon = styled5.svg`
|
|
4972
5164
|
${({ $colorScheme }) => getColorScheme($colorScheme ?? "inherit")}
|
|
4973
5165
|
`;
|
|
4974
5166
|
var Icon = ({
|
|
@@ -4980,13 +5172,13 @@ var Icon = ({
|
|
|
4980
5172
|
...otherProps
|
|
4981
5173
|
}) => {
|
|
4982
5174
|
const responsiveSize = useResponsiveProp(size);
|
|
4983
|
-
if (
|
|
5175
|
+
if (isNil6(type)) {
|
|
4984
5176
|
throw new Error("An Icon component requires a `type` prop to be provided");
|
|
4985
5177
|
}
|
|
4986
|
-
if (
|
|
5178
|
+
if (isNil6(iconMap[type])) {
|
|
4987
5179
|
throw new Error(`Type "${type}" does not exist, please update type prop in Icon component.`);
|
|
4988
5180
|
}
|
|
4989
|
-
if (
|
|
5181
|
+
if (isNil6(iconSizeMap[responsiveSize])) {
|
|
4990
5182
|
throw new Error(
|
|
4991
5183
|
`Size "${responsiveSize}" does not exist, please update size prop in Icon component.`
|
|
4992
5184
|
);
|
|
@@ -4997,7 +5189,7 @@ var Icon = ({
|
|
|
4997
5189
|
...style
|
|
4998
5190
|
};
|
|
4999
5191
|
const iconColor = invertColor ? "var(--color-icon-on-fill)" : "var(--color-icon)";
|
|
5000
|
-
return /* @__PURE__ */
|
|
5192
|
+
return /* @__PURE__ */ jsx159(
|
|
5001
5193
|
StyledIcon,
|
|
5002
5194
|
{
|
|
5003
5195
|
$colorScheme: colorScheme,
|
|
@@ -5018,12 +5210,12 @@ Icon.displayName = "Icon";
|
|
|
5018
5210
|
|
|
5019
5211
|
// src/components/Link/Link.tsx
|
|
5020
5212
|
import { forwardRef as forwardRef2 } from "react";
|
|
5021
|
-
import { isNil as
|
|
5022
|
-
import
|
|
5213
|
+
import { isNil as isNil7, isNotNil as isNotNil3, isNotUndefined as isNotUndefined2, isUndefined as isUndefined2 } from "@wistia/type-guards";
|
|
5214
|
+
import styled6 from "styled-components";
|
|
5023
5215
|
import { Link as RouterLink, useInRouterContext } from "react-router-dom";
|
|
5024
|
-
import { jsx as
|
|
5216
|
+
import { jsx as jsx160 } from "react/jsx-runtime";
|
|
5025
5217
|
var generateHref = (href, type, disabled) => {
|
|
5026
|
-
if (disabled ||
|
|
5218
|
+
if (disabled || isNil7(href)) {
|
|
5027
5219
|
return void 0;
|
|
5028
5220
|
}
|
|
5029
5221
|
let to = href;
|
|
@@ -5037,8 +5229,8 @@ var generateHref = (href, type, disabled) => {
|
|
|
5037
5229
|
};
|
|
5038
5230
|
var isButton = (props) => isUndefined2(props.href);
|
|
5039
5231
|
var isLink = (props) => isNotUndefined2(props.href);
|
|
5040
|
-
var StyledLink =
|
|
5041
|
-
${({ href }) =>
|
|
5232
|
+
var StyledLink = styled6.a`
|
|
5233
|
+
${({ href }) => isNil7(href) && buttonResetCss};
|
|
5042
5234
|
${({ $colorScheme }) => getColorScheme($colorScheme)}
|
|
5043
5235
|
cursor: pointer;
|
|
5044
5236
|
font-family: var(--typography-family-default);
|
|
@@ -5083,7 +5275,7 @@ var Link = forwardRef2(
|
|
|
5083
5275
|
onClick: handleClick
|
|
5084
5276
|
};
|
|
5085
5277
|
if (isButton(props)) {
|
|
5086
|
-
return /* @__PURE__ */
|
|
5278
|
+
return /* @__PURE__ */ jsx160(
|
|
5087
5279
|
StyledLink,
|
|
5088
5280
|
{
|
|
5089
5281
|
ref,
|
|
@@ -5103,7 +5295,7 @@ var Link = forwardRef2(
|
|
|
5103
5295
|
...commonProps,
|
|
5104
5296
|
...externalLinkProps
|
|
5105
5297
|
};
|
|
5106
|
-
return inRouterContext && type !== "external" ? /* @__PURE__ */
|
|
5298
|
+
return inRouterContext && type !== "external" ? /* @__PURE__ */ jsx160(
|
|
5107
5299
|
StyledLink,
|
|
5108
5300
|
{
|
|
5109
5301
|
as: RouterLink,
|
|
@@ -5111,7 +5303,7 @@ var Link = forwardRef2(
|
|
|
5111
5303
|
to: to ?? "",
|
|
5112
5304
|
children
|
|
5113
5305
|
}
|
|
5114
|
-
) : /* @__PURE__ */
|
|
5306
|
+
) : /* @__PURE__ */ jsx160(
|
|
5115
5307
|
StyledLink,
|
|
5116
5308
|
{
|
|
5117
5309
|
as: "a",
|
|
@@ -5127,9 +5319,9 @@ var Link = forwardRef2(
|
|
|
5127
5319
|
Link.displayName = "Link";
|
|
5128
5320
|
|
|
5129
5321
|
// src/components/Button/Button.tsx
|
|
5130
|
-
import { Fragment, jsx as
|
|
5322
|
+
import { Fragment, jsx as jsx161, jsxs as jsxs5 } from "react/jsx-runtime";
|
|
5131
5323
|
var isLink2 = (props) => isNotUndefined3(props.href);
|
|
5132
|
-
var StyledButton =
|
|
5324
|
+
var StyledButton = styled7.button`
|
|
5133
5325
|
${buttonResetCss}
|
|
5134
5326
|
${({ $colorScheme }) => getColorScheme($colorScheme)}
|
|
5135
5327
|
${({ $size }) => buttonSizeStyles[$size]}
|
|
@@ -5138,7 +5330,7 @@ var StyledButton = styled5.button`
|
|
|
5138
5330
|
${({ $fullWidth }) => $fullWidth && "width: 100%;"}
|
|
5139
5331
|
position: relative;
|
|
5140
5332
|
`;
|
|
5141
|
-
var StyledButtonContent =
|
|
5333
|
+
var StyledButtonContent = styled7.div`
|
|
5142
5334
|
align-items: center;
|
|
5143
5335
|
display: inline-flex;
|
|
5144
5336
|
flex-grow: 1;
|
|
@@ -5150,11 +5342,11 @@ var StyledButtonContent = styled5.div`
|
|
|
5150
5342
|
${({ $hasLeftIcon }) => $hasLeftIcon && "padding-left: 0;"}
|
|
5151
5343
|
${({ $hasRightIcon }) => $hasRightIcon && "padding-right: 0;"}
|
|
5152
5344
|
`;
|
|
5153
|
-
var StyledButtonContentLabel =
|
|
5345
|
+
var StyledButtonContentLabel = styled7.span`
|
|
5154
5346
|
flex: 1;
|
|
5155
5347
|
text-align: center;
|
|
5156
5348
|
`;
|
|
5157
|
-
var StyledButtonLoading =
|
|
5349
|
+
var StyledButtonLoading = styled7.div`
|
|
5158
5350
|
position: absolute;
|
|
5159
5351
|
display: flex;
|
|
5160
5352
|
`;
|
|
@@ -5165,7 +5357,7 @@ var ButtonContent = ({
|
|
|
5165
5357
|
children
|
|
5166
5358
|
}) => {
|
|
5167
5359
|
return /* @__PURE__ */ jsxs5(Fragment, { children: [
|
|
5168
|
-
isLoading ? /* @__PURE__ */
|
|
5360
|
+
isLoading ? /* @__PURE__ */ jsx161(StyledButtonLoading, { children: /* @__PURE__ */ jsx161(Icon, { type: "spinner" }) }) : null,
|
|
5169
5361
|
/* @__PURE__ */ jsxs5(
|
|
5170
5362
|
StyledButtonContent,
|
|
5171
5363
|
{
|
|
@@ -5174,7 +5366,7 @@ var ButtonContent = ({
|
|
|
5174
5366
|
$isLoading: isLoading,
|
|
5175
5367
|
children: [
|
|
5176
5368
|
leftIcon ?? null,
|
|
5177
|
-
/* @__PURE__ */
|
|
5369
|
+
/* @__PURE__ */ jsx161(StyledButtonContentLabel, { children }),
|
|
5178
5370
|
rightIcon ?? null
|
|
5179
5371
|
]
|
|
5180
5372
|
}
|
|
@@ -5216,14 +5408,14 @@ var Button = forwardRef3(
|
|
|
5216
5408
|
commonProps.className = `${className ?? ""} force-state-${forceState}`;
|
|
5217
5409
|
}
|
|
5218
5410
|
if (isLink2(props)) {
|
|
5219
|
-
return /* @__PURE__ */
|
|
5411
|
+
return /* @__PURE__ */ jsx161(
|
|
5220
5412
|
StyledButton,
|
|
5221
5413
|
{
|
|
5222
5414
|
ref,
|
|
5223
5415
|
as: Link,
|
|
5224
5416
|
...props,
|
|
5225
5417
|
...commonProps,
|
|
5226
|
-
children: /* @__PURE__ */
|
|
5418
|
+
children: /* @__PURE__ */ jsx161(
|
|
5227
5419
|
ButtonContent,
|
|
5228
5420
|
{
|
|
5229
5421
|
isLoading,
|
|
@@ -5244,7 +5436,7 @@ var Button = forwardRef3(
|
|
|
5244
5436
|
onClick(event);
|
|
5245
5437
|
}
|
|
5246
5438
|
};
|
|
5247
|
-
return /* @__PURE__ */
|
|
5439
|
+
return /* @__PURE__ */ jsx161(
|
|
5248
5440
|
StyledButton,
|
|
5249
5441
|
{
|
|
5250
5442
|
ref,
|
|
@@ -5252,7 +5444,7 @@ var Button = forwardRef3(
|
|
|
5252
5444
|
type: "button",
|
|
5253
5445
|
...props,
|
|
5254
5446
|
...commonProps,
|
|
5255
|
-
children: /* @__PURE__ */
|
|
5447
|
+
children: /* @__PURE__ */ jsx161(
|
|
5256
5448
|
ButtonContent,
|
|
5257
5449
|
{
|
|
5258
5450
|
isLoading,
|
|
@@ -5268,9 +5460,9 @@ var Button = forwardRef3(
|
|
|
5268
5460
|
Button.displayName = "Button";
|
|
5269
5461
|
|
|
5270
5462
|
// src/components/ButtonGroup/ButtonGroup.tsx
|
|
5271
|
-
import
|
|
5272
|
-
import { isNil as
|
|
5273
|
-
import { jsx as
|
|
5463
|
+
import styled8 from "styled-components";
|
|
5464
|
+
import { isNil as isNil8 } from "@wistia/type-guards";
|
|
5465
|
+
import { jsx as jsx162 } from "react/jsx-runtime";
|
|
5274
5466
|
var getAlignment = (align) => {
|
|
5275
5467
|
if (align === "center") {
|
|
5276
5468
|
return "center";
|
|
@@ -5283,7 +5475,7 @@ var getAlignment = (align) => {
|
|
|
5283
5475
|
}
|
|
5284
5476
|
return void 0;
|
|
5285
5477
|
};
|
|
5286
|
-
var ButtonGroupComponent =
|
|
5478
|
+
var ButtonGroupComponent = styled8.div`
|
|
5287
5479
|
display: flex;
|
|
5288
5480
|
|
|
5289
5481
|
/* this helps ensure that primary buttons appear at the top of the column */
|
|
@@ -5309,10 +5501,10 @@ var ButtonGroup = ({
|
|
|
5309
5501
|
fullWidth = false,
|
|
5310
5502
|
...otherProps
|
|
5311
5503
|
}) => {
|
|
5312
|
-
if (
|
|
5504
|
+
if (isNil8(children)) {
|
|
5313
5505
|
return null;
|
|
5314
5506
|
}
|
|
5315
|
-
return /* @__PURE__ */
|
|
5507
|
+
return /* @__PURE__ */ jsx162(
|
|
5316
5508
|
ButtonGroupComponent,
|
|
5317
5509
|
{
|
|
5318
5510
|
$align: align,
|
|
@@ -5324,48 +5516,14 @@ var ButtonGroup = ({
|
|
|
5324
5516
|
};
|
|
5325
5517
|
ButtonGroup.displayName = "ButtonGroup";
|
|
5326
5518
|
|
|
5327
|
-
// src/components/ColorSchemeWrapper/ColorSchemeWrapper.tsx
|
|
5328
|
-
import styled7 from "styled-components";
|
|
5329
|
-
import { jsx as jsx161 } from "react/jsx-runtime";
|
|
5330
|
-
var colorSchemeOptions = [
|
|
5331
|
-
"inherit",
|
|
5332
|
-
"default",
|
|
5333
|
-
"info",
|
|
5334
|
-
"success",
|
|
5335
|
-
"warning",
|
|
5336
|
-
"error",
|
|
5337
|
-
"blue",
|
|
5338
|
-
"green",
|
|
5339
|
-
"orange",
|
|
5340
|
-
"pink",
|
|
5341
|
-
"purple",
|
|
5342
|
-
"yellow"
|
|
5343
|
-
];
|
|
5344
|
-
var StyledColorSchemeWrapper = styled7.div`
|
|
5345
|
-
${({ $colorScheme }) => getColorScheme($colorScheme)};
|
|
5346
|
-
`;
|
|
5347
|
-
var ColorSchemeWrapper = ({
|
|
5348
|
-
colorScheme,
|
|
5349
|
-
children,
|
|
5350
|
-
...otherProps
|
|
5351
|
-
}) => /* @__PURE__ */ jsx161(
|
|
5352
|
-
StyledColorSchemeWrapper,
|
|
5353
|
-
{
|
|
5354
|
-
$colorScheme: colorScheme,
|
|
5355
|
-
...otherProps,
|
|
5356
|
-
children
|
|
5357
|
-
}
|
|
5358
|
-
);
|
|
5359
|
-
ColorSchemeWrapper.displayName = "ColorSchemeWrapper";
|
|
5360
|
-
|
|
5361
5519
|
// src/components/Divider/Divider.tsx
|
|
5362
|
-
import
|
|
5363
|
-
import { jsx as
|
|
5520
|
+
import styled9 from "styled-components";
|
|
5521
|
+
import { jsx as jsx163 } from "react/jsx-runtime";
|
|
5364
5522
|
var sizeToPixelMap = {
|
|
5365
5523
|
lg: 4,
|
|
5366
5524
|
sm: 1
|
|
5367
5525
|
};
|
|
5368
|
-
var DividerComponent =
|
|
5526
|
+
var DividerComponent = styled9.hr`
|
|
5369
5527
|
background: none;
|
|
5370
5528
|
border-bottom: none;
|
|
5371
5529
|
border-left: none;
|
|
@@ -5380,7 +5538,7 @@ var DividerComponent = styled8.hr`
|
|
|
5380
5538
|
`;
|
|
5381
5539
|
var Divider = ({ size = "sm", ...otherProps }) => {
|
|
5382
5540
|
const responsiveSize = useResponsiveProp(size);
|
|
5383
|
-
return /* @__PURE__ */
|
|
5541
|
+
return /* @__PURE__ */ jsx163(
|
|
5384
5542
|
DividerComponent,
|
|
5385
5543
|
{
|
|
5386
5544
|
$borderHeight: sizeToPixelMap[responsiveSize],
|
|
@@ -5392,8 +5550,8 @@ Divider.displayName = "Divider";
|
|
|
5392
5550
|
|
|
5393
5551
|
// src/components/Ellipsis/Ellipsis.tsx
|
|
5394
5552
|
import { isNotNil as isNotNil5 } from "@wistia/type-guards";
|
|
5395
|
-
import
|
|
5396
|
-
import { jsx as
|
|
5553
|
+
import styled10, { css as css12 } from "styled-components";
|
|
5554
|
+
import { jsx as jsx164 } from "react/jsx-runtime";
|
|
5397
5555
|
var ellipsisStyle = css12`
|
|
5398
5556
|
overflow: hidden;
|
|
5399
5557
|
text-overflow: ellipsis;
|
|
@@ -5420,7 +5578,7 @@ var ellipsisStyle = css12`
|
|
|
5420
5578
|
var ellipsisFlexParentStyle = css12`
|
|
5421
5579
|
min-width: 0;
|
|
5422
5580
|
`;
|
|
5423
|
-
var EllipsisComponent =
|
|
5581
|
+
var EllipsisComponent = styled10.div`
|
|
5424
5582
|
${ellipsisStyle};
|
|
5425
5583
|
${({ $lines }) => {
|
|
5426
5584
|
if (isNotNil5($lines)) {
|
|
@@ -5434,7 +5592,7 @@ var EllipsisComponent = styled9.div`
|
|
|
5434
5592
|
return void 0;
|
|
5435
5593
|
}}
|
|
5436
5594
|
`;
|
|
5437
|
-
var Ellipsis = ({ children, lines, ...otherProps }) => /* @__PURE__ */
|
|
5595
|
+
var Ellipsis = ({ children, lines, ...otherProps }) => /* @__PURE__ */ jsx164(
|
|
5438
5596
|
EllipsisComponent,
|
|
5439
5597
|
{
|
|
5440
5598
|
$lines: lines,
|
|
@@ -5446,7 +5604,7 @@ Ellipsis.displayName = "Ellipsis";
|
|
|
5446
5604
|
|
|
5447
5605
|
// src/components/Heading/Heading.tsx
|
|
5448
5606
|
import { forwardRef as forwardRef4 } from "react";
|
|
5449
|
-
import
|
|
5607
|
+
import styled11, { css as css13 } from "styled-components";
|
|
5450
5608
|
|
|
5451
5609
|
// src/private/helpers/makePolymorphic/makePolymorphic.tsx
|
|
5452
5610
|
var makePolymorphic = (component) => {
|
|
@@ -5454,7 +5612,7 @@ var makePolymorphic = (component) => {
|
|
|
5454
5612
|
};
|
|
5455
5613
|
|
|
5456
5614
|
// src/components/Heading/Heading.tsx
|
|
5457
|
-
import { jsx as
|
|
5615
|
+
import { jsx as jsx165 } from "react/jsx-runtime";
|
|
5458
5616
|
var heroStyle = css13`
|
|
5459
5617
|
--font-family: var(--typography-heading-hero-family);
|
|
5460
5618
|
--font-size: var(--typography-heading-hero-size);
|
|
@@ -5507,7 +5665,7 @@ var variantStyleMap = {
|
|
|
5507
5665
|
heading6: heading6TextStyle
|
|
5508
5666
|
};
|
|
5509
5667
|
var DEFAULT_ELEMENT = "h1";
|
|
5510
|
-
var StyledHeading =
|
|
5668
|
+
var StyledHeading = styled11.div`
|
|
5511
5669
|
${({ $colorScheme }) => getColorScheme($colorScheme)};
|
|
5512
5670
|
font-family: var(--font-family);
|
|
5513
5671
|
font-size: var(--font-size);
|
|
@@ -5550,7 +5708,7 @@ var HeadingComponent = forwardRef4(
|
|
|
5550
5708
|
variant = "heading1",
|
|
5551
5709
|
renderAs,
|
|
5552
5710
|
...otherProps
|
|
5553
|
-
}, ref) => /* @__PURE__ */
|
|
5711
|
+
}, ref) => /* @__PURE__ */ jsx165(
|
|
5554
5712
|
StyledHeading,
|
|
5555
5713
|
{
|
|
5556
5714
|
ref,
|
|
@@ -5571,7 +5729,7 @@ var Heading = makePolymorphic(HeadingComponent);
|
|
|
5571
5729
|
|
|
5572
5730
|
// src/components/IconButton/IconButton.tsx
|
|
5573
5731
|
import { Children as Children2, cloneElement as cloneElement2, forwardRef as forwardRef5 } from "react";
|
|
5574
|
-
import
|
|
5732
|
+
import styled13 from "styled-components";
|
|
5575
5733
|
|
|
5576
5734
|
// src/components/Tooltip/Tooltip.tsx
|
|
5577
5735
|
import {
|
|
@@ -5581,8 +5739,8 @@ import {
|
|
|
5581
5739
|
Portal,
|
|
5582
5740
|
Arrow
|
|
5583
5741
|
} from "@radix-ui/react-tooltip";
|
|
5584
|
-
import
|
|
5585
|
-
import { jsx as
|
|
5742
|
+
import styled12, { css as css14 } from "styled-components";
|
|
5743
|
+
import { jsx as jsx166, jsxs as jsxs6 } from "react/jsx-runtime";
|
|
5586
5744
|
var CompactTooltipStyles = css14`
|
|
5587
5745
|
--tooltip-font-size: var(--typography-label-4-size);
|
|
5588
5746
|
--tooltip-line-height: var(--typography-label-4-line-height);
|
|
@@ -5590,7 +5748,7 @@ var CompactTooltipStyles = css14`
|
|
|
5590
5748
|
--tooltip-horizontal-padding: var(--space-02);
|
|
5591
5749
|
--tooltip-vertical-padding: var(--space-03);
|
|
5592
5750
|
`;
|
|
5593
|
-
var StyledContent =
|
|
5751
|
+
var StyledContent = styled12(Content)`
|
|
5594
5752
|
--tooltip-font-family: var(--typography-family-default);
|
|
5595
5753
|
--tooltip-border-radius: var(--border-radius-05);
|
|
5596
5754
|
--tooltip-bg: var(--color-bg-tooltip);
|
|
@@ -5654,8 +5812,8 @@ var Tooltip = ({
|
|
|
5654
5812
|
delayDuration: delay,
|
|
5655
5813
|
...rootProps,
|
|
5656
5814
|
children: [
|
|
5657
|
-
/* @__PURE__ */
|
|
5658
|
-
/* @__PURE__ */
|
|
5815
|
+
/* @__PURE__ */ jsx166(Trigger, { asChild: true, children }),
|
|
5816
|
+
/* @__PURE__ */ jsx166(Portal, { children: /* @__PURE__ */ jsxs6(
|
|
5659
5817
|
StyledContent,
|
|
5660
5818
|
{
|
|
5661
5819
|
$compact: compact,
|
|
@@ -5663,7 +5821,7 @@ var Tooltip = ({
|
|
|
5663
5821
|
sideOffset: hideArrow ? VISUAL_OFFSET : VISUAL_OFFSET - 2,
|
|
5664
5822
|
children: [
|
|
5665
5823
|
content,
|
|
5666
|
-
!hideArrow ? /* @__PURE__ */
|
|
5824
|
+
!hideArrow ? /* @__PURE__ */ jsx166(Arrow, { asChild: true, children: /* @__PURE__ */ jsx166(
|
|
5667
5825
|
"svg",
|
|
5668
5826
|
{
|
|
5669
5827
|
fill: "var(--tooltip-bg)",
|
|
@@ -5672,7 +5830,7 @@ var Tooltip = ({
|
|
|
5672
5830
|
viewBox: "0 0 12 8",
|
|
5673
5831
|
width: "12",
|
|
5674
5832
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5675
|
-
children: /* @__PURE__ */
|
|
5833
|
+
children: /* @__PURE__ */ jsx166("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" })
|
|
5676
5834
|
}
|
|
5677
5835
|
) }) : null
|
|
5678
5836
|
]
|
|
@@ -5685,8 +5843,8 @@ var Tooltip = ({
|
|
|
5685
5843
|
Tooltip.displayName = "Tooltip";
|
|
5686
5844
|
|
|
5687
5845
|
// src/components/IconButton/IconButton.tsx
|
|
5688
|
-
import { jsx as
|
|
5689
|
-
var StyledButton2 =
|
|
5846
|
+
import { jsx as jsx167 } from "react/jsx-runtime";
|
|
5847
|
+
var StyledButton2 = styled13(Button)`
|
|
5690
5848
|
--icon-button-size-sm: 24px;
|
|
5691
5849
|
--icon-button-size-md: 32px;
|
|
5692
5850
|
--icon-button-size-lg: 40px;
|
|
@@ -5703,7 +5861,7 @@ var StyledButton2 = styled12(Button)`
|
|
|
5703
5861
|
var IconButton = forwardRef5(
|
|
5704
5862
|
({ children, label, disableTooltip = false, size = "md", ...props }, ref) => {
|
|
5705
5863
|
const responsiveSize = useResponsiveProp(size);
|
|
5706
|
-
const button = /* @__PURE__ */
|
|
5864
|
+
const button = /* @__PURE__ */ jsx167(
|
|
5707
5865
|
StyledButton2,
|
|
5708
5866
|
{
|
|
5709
5867
|
...props,
|
|
@@ -5719,14 +5877,14 @@ var IconButton = forwardRef5(
|
|
|
5719
5877
|
if (disableTooltip) {
|
|
5720
5878
|
return button;
|
|
5721
5879
|
}
|
|
5722
|
-
return /* @__PURE__ */
|
|
5880
|
+
return /* @__PURE__ */ jsx167(Tooltip, { content: label, children: button });
|
|
5723
5881
|
}
|
|
5724
5882
|
);
|
|
5725
5883
|
IconButton.displayName = "IconButton";
|
|
5726
5884
|
|
|
5727
5885
|
// src/components/Label/Label.tsx
|
|
5728
|
-
import
|
|
5729
|
-
import { jsx as
|
|
5886
|
+
import styled14, { css as css15 } from "styled-components";
|
|
5887
|
+
import { jsx as jsx168 } from "react/jsx-runtime";
|
|
5730
5888
|
var requiredStyle = css15`
|
|
5731
5889
|
&::after {
|
|
5732
5890
|
color: red; /* TODO need a color for this */
|
|
@@ -5739,7 +5897,7 @@ var disabledStyle = css15`
|
|
|
5739
5897
|
color: var(--color-text-disabled);
|
|
5740
5898
|
`;
|
|
5741
5899
|
var SPACE_BETWEEN_LABEL_AND_INPUT = "var(--space-02)";
|
|
5742
|
-
var StyledLabel =
|
|
5900
|
+
var StyledLabel = styled14.label`
|
|
5743
5901
|
display: block;
|
|
5744
5902
|
font-size: var(--typography-label-1-size);
|
|
5745
5903
|
font-weight: var(--typography-label-1-weight);
|
|
@@ -5770,7 +5928,7 @@ var Label = ({
|
|
|
5770
5928
|
required = false,
|
|
5771
5929
|
screenReaderOnly = false,
|
|
5772
5930
|
...otherProps
|
|
5773
|
-
}) => /* @__PURE__ */
|
|
5931
|
+
}) => /* @__PURE__ */ jsx168(
|
|
5774
5932
|
StyledLabel,
|
|
5775
5933
|
{
|
|
5776
5934
|
disabled,
|
|
@@ -5783,11 +5941,11 @@ var Label = ({
|
|
|
5783
5941
|
Label.displayName = "Label";
|
|
5784
5942
|
|
|
5785
5943
|
// src/components/ScreenReaderOnly/ScreenReaderOnly.tsx
|
|
5786
|
-
import
|
|
5944
|
+
import styled15 from "styled-components";
|
|
5787
5945
|
import { isNotNil as isNotNil6 } from "@wistia/type-guards";
|
|
5788
|
-
import { jsx as
|
|
5789
|
-
var VisuallyHidden =
|
|
5790
|
-
var VisuallyHiddenButFocusable =
|
|
5946
|
+
import { jsx as jsx169 } from "react/jsx-runtime";
|
|
5947
|
+
var VisuallyHidden = styled15.div({ ...visuallyHiddenStyle });
|
|
5948
|
+
var VisuallyHiddenButFocusable = styled15.div({
|
|
5791
5949
|
"&:not(:focus-within)": visuallyHiddenStyle
|
|
5792
5950
|
});
|
|
5793
5951
|
var ScreenReaderOnly = ({
|
|
@@ -5798,18 +5956,18 @@ var ScreenReaderOnly = ({
|
|
|
5798
5956
|
}) => {
|
|
5799
5957
|
const accessibleText = isNotNil6(text) ? text : children;
|
|
5800
5958
|
if (focusable) {
|
|
5801
|
-
return /* @__PURE__ */
|
|
5959
|
+
return /* @__PURE__ */ jsx169(VisuallyHiddenButFocusable, { ...otherProps, children: accessibleText });
|
|
5802
5960
|
}
|
|
5803
|
-
return /* @__PURE__ */
|
|
5961
|
+
return /* @__PURE__ */ jsx169(VisuallyHidden, { ...otherProps, children: accessibleText });
|
|
5804
5962
|
};
|
|
5805
5963
|
ScreenReaderOnly.displayName = "ScreenReaderOnly";
|
|
5806
5964
|
|
|
5807
5965
|
// src/components/Stack/Stack.tsx
|
|
5808
5966
|
import { forwardRef as forwardRef6 } from "react";
|
|
5809
|
-
import
|
|
5810
|
-
import { jsx as
|
|
5967
|
+
import styled16 from "styled-components";
|
|
5968
|
+
import { jsx as jsx170 } from "react/jsx-runtime";
|
|
5811
5969
|
var DEFAULT_ELEMENT2 = "div";
|
|
5812
|
-
var StyledStack =
|
|
5970
|
+
var StyledStack = styled16.div`
|
|
5813
5971
|
display: flex;
|
|
5814
5972
|
flex-direction: ${({ $direction }) => $direction === "horizontal" ? "row" : "column"};
|
|
5815
5973
|
gap: ${({ $gap }) => `var(--${$gap})`};
|
|
@@ -5822,7 +5980,7 @@ var StackComponent = forwardRef6(
|
|
|
5822
5980
|
({ renderAs, direction = "vertical", gap = "space-02", ...props }, ref) => {
|
|
5823
5981
|
const responsiveGap = useResponsiveProp(gap);
|
|
5824
5982
|
const responsiveDirection = useResponsiveProp(direction);
|
|
5825
|
-
return /* @__PURE__ */
|
|
5983
|
+
return /* @__PURE__ */ jsx170(
|
|
5826
5984
|
StyledStack,
|
|
5827
5985
|
{
|
|
5828
5986
|
ref,
|
|
@@ -5839,8 +5997,8 @@ var Stack = makePolymorphic(StackComponent);
|
|
|
5839
5997
|
|
|
5840
5998
|
// src/components/Text/Text.tsx
|
|
5841
5999
|
import { forwardRef as forwardRef7 } from "react";
|
|
5842
|
-
import
|
|
5843
|
-
import { jsx as
|
|
6000
|
+
import styled17, { css as css16 } from "styled-components";
|
|
6001
|
+
import { jsx as jsx171 } from "react/jsx-runtime";
|
|
5844
6002
|
var bodyBoldStyles = css16`
|
|
5845
6003
|
> strong,
|
|
5846
6004
|
b {
|
|
@@ -5953,7 +6111,7 @@ var prominenceMap = {
|
|
|
5953
6111
|
vibrant: vibrantProminenceStyle,
|
|
5954
6112
|
secondary: secondaryProminenceStyle
|
|
5955
6113
|
};
|
|
5956
|
-
var StyledText =
|
|
6114
|
+
var StyledText = styled17.div`
|
|
5957
6115
|
${({ $colorScheme }) => getColorScheme($colorScheme)};
|
|
5958
6116
|
font-family: var(--font-family);
|
|
5959
6117
|
font-size: var(--font-size);
|
|
@@ -5974,8 +6132,8 @@ var StyledText = styled16.div`
|
|
|
5974
6132
|
${({ $preventUserSelect }) => $preventUserSelect && css16`
|
|
5975
6133
|
user-select: none;
|
|
5976
6134
|
`}
|
|
5977
|
-
${({ align }) => css16`
|
|
5978
|
-
text-align: ${align};
|
|
6135
|
+
${({ $align }) => css16`
|
|
6136
|
+
text-align: ${$align};
|
|
5979
6137
|
`}
|
|
5980
6138
|
${({ as }) => as === "p" && css16`
|
|
5981
6139
|
display: block;
|
|
@@ -5995,10 +6153,11 @@ var TextComponent = forwardRef7(
|
|
|
5995
6153
|
renderAs,
|
|
5996
6154
|
...otherProps
|
|
5997
6155
|
}, ref) => {
|
|
5998
|
-
return /* @__PURE__ */
|
|
6156
|
+
return /* @__PURE__ */ jsx171(
|
|
5999
6157
|
StyledText,
|
|
6000
6158
|
{
|
|
6001
6159
|
ref,
|
|
6160
|
+
$align: align,
|
|
6002
6161
|
$colorScheme: colorScheme,
|
|
6003
6162
|
$disabled: disabled,
|
|
6004
6163
|
$ellipsis: ellipsis,
|
|
@@ -6006,7 +6165,6 @@ var TextComponent = forwardRef7(
|
|
|
6006
6165
|
$preventUserSelect: preventUserSelect,
|
|
6007
6166
|
$prominence: prominence,
|
|
6008
6167
|
$variant: variant,
|
|
6009
|
-
align,
|
|
6010
6168
|
as: renderAs ?? DEFAULT_ELEMENT3,
|
|
6011
6169
|
...otherProps
|
|
6012
6170
|
}
|
|
@@ -6017,20 +6175,20 @@ TextComponent.displayName = "Text";
|
|
|
6017
6175
|
var Text = makePolymorphic(TextComponent);
|
|
6018
6176
|
|
|
6019
6177
|
// src/components/WistiaLogo/WistiaLogo.tsx
|
|
6020
|
-
import
|
|
6178
|
+
import styled18 from "styled-components";
|
|
6021
6179
|
import { isNotNil as isNotNil7 } from "@wistia/type-guards";
|
|
6022
|
-
import { jsx as
|
|
6180
|
+
import { jsx as jsx172, jsxs as jsxs7 } from "react/jsx-runtime";
|
|
6023
6181
|
var renderBrandmark = (brandmarkColor, iconOnly) => {
|
|
6024
6182
|
if (iconOnly) {
|
|
6025
|
-
return /* @__PURE__ */
|
|
6183
|
+
return /* @__PURE__ */ jsx172("g", { fill: brandmarkColor, children: /* @__PURE__ */ jsx172("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" }) });
|
|
6026
6184
|
}
|
|
6027
|
-
return /* @__PURE__ */
|
|
6185
|
+
return /* @__PURE__ */ jsx172("g", { fill: brandmarkColor, children: /* @__PURE__ */ jsx172("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" }) });
|
|
6028
6186
|
};
|
|
6029
6187
|
var renderLogotype = (logotypeColor, iconOnly) => {
|
|
6030
6188
|
if (iconOnly) {
|
|
6031
6189
|
return null;
|
|
6032
6190
|
}
|
|
6033
|
-
return /* @__PURE__ */
|
|
6191
|
+
return /* @__PURE__ */ jsx172("g", { fill: logotypeColor, children: /* @__PURE__ */ jsx172("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" }) });
|
|
6034
6192
|
};
|
|
6035
6193
|
var computedViewBox = (iconOnly) => {
|
|
6036
6194
|
if (iconOnly) {
|
|
@@ -6038,7 +6196,7 @@ var computedViewBox = (iconOnly) => {
|
|
|
6038
6196
|
}
|
|
6039
6197
|
return "0 0 144 31.47";
|
|
6040
6198
|
};
|
|
6041
|
-
var WistiaLogoComponent =
|
|
6199
|
+
var WistiaLogoComponent = styled18.svg`
|
|
6042
6200
|
height: ${({ height }) => `${height}px`};
|
|
6043
6201
|
|
|
6044
6202
|
/* ensure it will always fit on mobile */
|
|
@@ -6090,17 +6248,18 @@ var WistiaLogo = ({
|
|
|
6090
6248
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6091
6249
|
...otherProps,
|
|
6092
6250
|
children: [
|
|
6093
|
-
/* @__PURE__ */
|
|
6094
|
-
isNotNil7(description) ? /* @__PURE__ */
|
|
6251
|
+
/* @__PURE__ */ jsx172("title", { children: title }),
|
|
6252
|
+
isNotNil7(description) ? /* @__PURE__ */ jsx172("desc", { children: description }) : null,
|
|
6095
6253
|
renderBrandmark(brandmarkColor, iconOnly),
|
|
6096
6254
|
renderLogotype(logotypeColor, iconOnly)
|
|
6097
6255
|
]
|
|
6098
6256
|
}
|
|
6099
6257
|
);
|
|
6100
|
-
return href !== void 0 ? /* @__PURE__ */
|
|
6258
|
+
return href !== void 0 ? /* @__PURE__ */ jsx172("a", { href, children: Logo }) : Logo;
|
|
6101
6259
|
};
|
|
6102
6260
|
WistiaLogo.displayName = "WistiaLogo";
|
|
6103
6261
|
export {
|
|
6262
|
+
Avatar,
|
|
6104
6263
|
Badge,
|
|
6105
6264
|
Box,
|
|
6106
6265
|
Button,
|