@snapcall/design-system 1.6.0 → 1.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +611 -577
- package/dist/index.mjs +515 -482
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1416,10 +1416,42 @@ var ChevronUpIcon = forwardRef26(
|
|
|
1416
1416
|
}
|
|
1417
1417
|
);
|
|
1418
1418
|
|
|
1419
|
-
// src/icons/
|
|
1419
|
+
// src/icons/clock.tsx
|
|
1420
1420
|
import { forwardRef as forwardRef27 } from "react";
|
|
1421
|
-
import { jsx as jsx29
|
|
1422
|
-
var
|
|
1421
|
+
import { jsx as jsx29 } from "react/jsx-runtime";
|
|
1422
|
+
var ClockIcon = forwardRef27(
|
|
1423
|
+
function ClockIcon2(_a, ref) {
|
|
1424
|
+
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1425
|
+
return /* @__PURE__ */ jsx29(
|
|
1426
|
+
"svg",
|
|
1427
|
+
__spreadProps(__spreadValues({
|
|
1428
|
+
ref,
|
|
1429
|
+
width: size,
|
|
1430
|
+
height: size,
|
|
1431
|
+
viewBox: "0 0 24 24",
|
|
1432
|
+
fill: "none",
|
|
1433
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1434
|
+
className
|
|
1435
|
+
}, other), {
|
|
1436
|
+
children: /* @__PURE__ */ jsx29(
|
|
1437
|
+
"path",
|
|
1438
|
+
{
|
|
1439
|
+
d: "M12 6V12L16 14M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z",
|
|
1440
|
+
stroke: "currentColor",
|
|
1441
|
+
strokeWidth: "2",
|
|
1442
|
+
strokeLinecap: "round",
|
|
1443
|
+
strokeLinejoin: "round"
|
|
1444
|
+
}
|
|
1445
|
+
)
|
|
1446
|
+
})
|
|
1447
|
+
);
|
|
1448
|
+
}
|
|
1449
|
+
);
|
|
1450
|
+
|
|
1451
|
+
// src/icons/copy.tsx
|
|
1452
|
+
import { forwardRef as forwardRef28 } from "react";
|
|
1453
|
+
import { jsx as jsx30, jsxs as jsxs15 } from "react/jsx-runtime";
|
|
1454
|
+
var CopyIcon = forwardRef28(function CopyIcon2(_a, ref) {
|
|
1423
1455
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1424
1456
|
return /* @__PURE__ */ jsxs15(
|
|
1425
1457
|
"svg",
|
|
@@ -1433,7 +1465,7 @@ var CopyIcon = forwardRef27(function CopyIcon2(_a, ref) {
|
|
|
1433
1465
|
className
|
|
1434
1466
|
}, other), {
|
|
1435
1467
|
children: [
|
|
1436
|
-
duotone && /* @__PURE__ */
|
|
1468
|
+
duotone && /* @__PURE__ */ jsx30(
|
|
1437
1469
|
"path",
|
|
1438
1470
|
{
|
|
1439
1471
|
opacity: "0.12",
|
|
@@ -1441,7 +1473,7 @@ var CopyIcon = forwardRef27(function CopyIcon2(_a, ref) {
|
|
|
1441
1473
|
fill: "currentColor"
|
|
1442
1474
|
}
|
|
1443
1475
|
),
|
|
1444
|
-
/* @__PURE__ */
|
|
1476
|
+
/* @__PURE__ */ jsx30(
|
|
1445
1477
|
"path",
|
|
1446
1478
|
{
|
|
1447
1479
|
d: "M8 16V18.8C8 19.9201 8 20.4802 8.21799 20.908C8.40973 21.2843 8.71569 21.5903 9.09202 21.782C9.51984 22 10.0799 22 11.2 22H18.8C19.9201 22 20.4802 22 20.908 21.782C21.2843 21.5903 21.5903 21.2843 21.782 20.908C22 20.4802 22 19.9201 22 18.8V11.2C22 10.0799 22 9.51984 21.782 9.09202C21.5903 8.71569 21.2843 8.40973 20.908 8.21799C20.4802 8 19.9201 8 18.8 8H16M5.2 16H12.8C13.9201 16 14.4802 16 14.908 15.782C15.2843 15.5903 15.5903 15.2843 15.782 14.908C16 14.4802 16 13.9201 16 12.8V5.2C16 4.0799 16 3.51984 15.782 3.09202C15.5903 2.71569 15.2843 2.40973 14.908 2.21799C14.4802 2 13.9201 2 12.8 2H5.2C4.0799 2 3.51984 2 3.09202 2.21799C2.71569 2.40973 2.40973 2.71569 2.21799 3.09202C2 3.51984 2 4.07989 2 5.2V12.8C2 13.9201 2 14.4802 2.21799 14.908C2.40973 15.2843 2.71569 15.5903 3.09202 15.782C3.51984 16 4.07989 16 5.2 16Z",
|
|
@@ -1457,9 +1489,9 @@ var CopyIcon = forwardRef27(function CopyIcon2(_a, ref) {
|
|
|
1457
1489
|
});
|
|
1458
1490
|
|
|
1459
1491
|
// src/icons/cursorClick.tsx
|
|
1460
|
-
import { forwardRef as
|
|
1461
|
-
import { jsx as
|
|
1462
|
-
var CursorClickIcon =
|
|
1492
|
+
import { forwardRef as forwardRef29 } from "react";
|
|
1493
|
+
import { jsx as jsx31, jsxs as jsxs16 } from "react/jsx-runtime";
|
|
1494
|
+
var CursorClickIcon = forwardRef29(
|
|
1463
1495
|
function CursorClickIcon2(_a, ref) {
|
|
1464
1496
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1465
1497
|
return /* @__PURE__ */ jsxs16(
|
|
@@ -1474,7 +1506,7 @@ var CursorClickIcon = forwardRef28(
|
|
|
1474
1506
|
className
|
|
1475
1507
|
}, other), {
|
|
1476
1508
|
children: [
|
|
1477
|
-
duotone && /* @__PURE__ */
|
|
1509
|
+
duotone && /* @__PURE__ */ jsx31(
|
|
1478
1510
|
"path",
|
|
1479
1511
|
{
|
|
1480
1512
|
opacity: "0.12",
|
|
@@ -1482,7 +1514,7 @@ var CursorClickIcon = forwardRef28(
|
|
|
1482
1514
|
fill: "currentColor"
|
|
1483
1515
|
}
|
|
1484
1516
|
),
|
|
1485
|
-
/* @__PURE__ */
|
|
1517
|
+
/* @__PURE__ */ jsx31(
|
|
1486
1518
|
"path",
|
|
1487
1519
|
{
|
|
1488
1520
|
d: "M9 3.5V2M5.06066 5.06066L4 4M5.06066 13L4 14.0607M13 5.06066L14.0607 4M3.5 9H2M15.8645 16.1896L13.3727 20.817C13.0881 21.3457 12.9457 21.61 12.7745 21.6769C12.6259 21.7349 12.4585 21.7185 12.324 21.6328C12.1689 21.534 12.0806 21.2471 11.9038 20.6733L8.44519 9.44525C8.3008 8.97651 8.2286 8.74213 8.28669 8.58383C8.33729 8.44595 8.44595 8.33729 8.58383 8.2867C8.74213 8.22861 8.9765 8.3008 9.44525 8.44519L20.6732 11.9038C21.247 12.0806 21.5339 12.169 21.6327 12.324C21.7185 12.4586 21.7348 12.6259 21.6768 12.7745C21.61 12.9458 21.3456 13.0881 20.817 13.3728L16.1896 15.8645C16.111 15.9068 16.0717 15.9279 16.0374 15.9551C16.0068 15.9792 15.9792 16.0068 15.9551 16.0374C15.9279 16.0717 15.9068 16.111 15.8645 16.1896Z",
|
|
@@ -1499,9 +1531,9 @@ var CursorClickIcon = forwardRef28(
|
|
|
1499
1531
|
);
|
|
1500
1532
|
|
|
1501
1533
|
// src/icons/dotsHorizontal.tsx
|
|
1502
|
-
import { forwardRef as
|
|
1503
|
-
import { jsx as
|
|
1504
|
-
var DotsHorizontalIcon =
|
|
1534
|
+
import { forwardRef as forwardRef30 } from "react";
|
|
1535
|
+
import { jsx as jsx32, jsxs as jsxs17 } from "react/jsx-runtime";
|
|
1536
|
+
var DotsHorizontalIcon = forwardRef30(
|
|
1505
1537
|
function DotsHorizontalIcon2(_a, ref) {
|
|
1506
1538
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1507
1539
|
return /* @__PURE__ */ jsxs17(
|
|
@@ -1516,7 +1548,7 @@ var DotsHorizontalIcon = forwardRef29(
|
|
|
1516
1548
|
className
|
|
1517
1549
|
}, other), {
|
|
1518
1550
|
children: [
|
|
1519
|
-
/* @__PURE__ */
|
|
1551
|
+
/* @__PURE__ */ jsx32(
|
|
1520
1552
|
"path",
|
|
1521
1553
|
{
|
|
1522
1554
|
d: "M12 13C12.5523 13 13 12.5523 13 12C13 11.4477 12.5523 11 12 11C11.4477 11 11 11.4477 11 12C11 12.5523 11.4477 13 12 13Z",
|
|
@@ -1526,7 +1558,7 @@ var DotsHorizontalIcon = forwardRef29(
|
|
|
1526
1558
|
strokeLinejoin: "round"
|
|
1527
1559
|
}
|
|
1528
1560
|
),
|
|
1529
|
-
/* @__PURE__ */
|
|
1561
|
+
/* @__PURE__ */ jsx32(
|
|
1530
1562
|
"path",
|
|
1531
1563
|
{
|
|
1532
1564
|
d: "M19 13C19.5523 13 20 12.5523 20 12C20 11.4477 19.5523 11 19 11C18.4477 11 18 11.4477 18 12C18 12.5523 18.4477 13 19 13Z",
|
|
@@ -1536,7 +1568,7 @@ var DotsHorizontalIcon = forwardRef29(
|
|
|
1536
1568
|
strokeLinejoin: "round"
|
|
1537
1569
|
}
|
|
1538
1570
|
),
|
|
1539
|
-
/* @__PURE__ */
|
|
1571
|
+
/* @__PURE__ */ jsx32(
|
|
1540
1572
|
"path",
|
|
1541
1573
|
{
|
|
1542
1574
|
d: "M5 13C5.55228 13 6 12.5523 6 12C6 11.4477 5.55228 11 5 11C4.44772 11 4 11.4477 4 12C4 12.5523 4.44772 13 5 13Z",
|
|
@@ -1553,9 +1585,9 @@ var DotsHorizontalIcon = forwardRef29(
|
|
|
1553
1585
|
);
|
|
1554
1586
|
|
|
1555
1587
|
// src/icons/dotsGrid.tsx
|
|
1556
|
-
import { forwardRef as
|
|
1557
|
-
import { jsx as
|
|
1558
|
-
var DotsGrid =
|
|
1588
|
+
import { forwardRef as forwardRef31 } from "react";
|
|
1589
|
+
import { jsx as jsx33, jsxs as jsxs18 } from "react/jsx-runtime";
|
|
1590
|
+
var DotsGrid = forwardRef31(function DotsGrid2(_a, ref) {
|
|
1559
1591
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1560
1592
|
return /* @__PURE__ */ jsxs18(
|
|
1561
1593
|
"svg",
|
|
@@ -1569,7 +1601,7 @@ var DotsGrid = forwardRef30(function DotsGrid2(_a, ref) {
|
|
|
1569
1601
|
className
|
|
1570
1602
|
}, other), {
|
|
1571
1603
|
children: [
|
|
1572
|
-
/* @__PURE__ */
|
|
1604
|
+
/* @__PURE__ */ jsx33(
|
|
1573
1605
|
"path",
|
|
1574
1606
|
{
|
|
1575
1607
|
d: "M12 6C12.5523 6 13 5.55228 13 5C13 4.44772 12.5523 4 12 4C11.4477 4 11 4.44772 11 5C11 5.55228 11.4477 6 12 6Z",
|
|
@@ -1579,7 +1611,7 @@ var DotsGrid = forwardRef30(function DotsGrid2(_a, ref) {
|
|
|
1579
1611
|
strokeLinejoin: "round"
|
|
1580
1612
|
}
|
|
1581
1613
|
),
|
|
1582
|
-
/* @__PURE__ */
|
|
1614
|
+
/* @__PURE__ */ jsx33(
|
|
1583
1615
|
"path",
|
|
1584
1616
|
{
|
|
1585
1617
|
d: "M12 13C12.5523 13 13 12.5523 13 12C13 11.4477 12.5523 11 12 11C11.4477 11 11 11.4477 11 12C11 12.5523 11.4477 13 12 13Z",
|
|
@@ -1589,7 +1621,7 @@ var DotsGrid = forwardRef30(function DotsGrid2(_a, ref) {
|
|
|
1589
1621
|
strokeLinejoin: "round"
|
|
1590
1622
|
}
|
|
1591
1623
|
),
|
|
1592
|
-
/* @__PURE__ */
|
|
1624
|
+
/* @__PURE__ */ jsx33(
|
|
1593
1625
|
"path",
|
|
1594
1626
|
{
|
|
1595
1627
|
d: "M12 20C12.5523 20 13 19.5523 13 19C13 18.4477 12.5523 18 12 18C11.4477 18 11 18.4477 11 19C11 19.5523 11.4477 20 12 20Z",
|
|
@@ -1599,7 +1631,7 @@ var DotsGrid = forwardRef30(function DotsGrid2(_a, ref) {
|
|
|
1599
1631
|
strokeLinejoin: "round"
|
|
1600
1632
|
}
|
|
1601
1633
|
),
|
|
1602
|
-
/* @__PURE__ */
|
|
1634
|
+
/* @__PURE__ */ jsx33(
|
|
1603
1635
|
"path",
|
|
1604
1636
|
{
|
|
1605
1637
|
d: "M19 6C19.5523 6 20 5.55228 20 5C20 4.44772 19.5523 4 19 4C18.4477 4 18 4.44772 18 5C18 5.55228 18.4477 6 19 6Z",
|
|
@@ -1609,7 +1641,7 @@ var DotsGrid = forwardRef30(function DotsGrid2(_a, ref) {
|
|
|
1609
1641
|
strokeLinejoin: "round"
|
|
1610
1642
|
}
|
|
1611
1643
|
),
|
|
1612
|
-
/* @__PURE__ */
|
|
1644
|
+
/* @__PURE__ */ jsx33(
|
|
1613
1645
|
"path",
|
|
1614
1646
|
{
|
|
1615
1647
|
d: "M19 13C19.5523 13 20 12.5523 20 12C20 11.4477 19.5523 11 19 11C18.4477 11 18 11.4477 18 12C18 12.5523 18.4477 13 19 13Z",
|
|
@@ -1619,7 +1651,7 @@ var DotsGrid = forwardRef30(function DotsGrid2(_a, ref) {
|
|
|
1619
1651
|
strokeLinejoin: "round"
|
|
1620
1652
|
}
|
|
1621
1653
|
),
|
|
1622
|
-
/* @__PURE__ */
|
|
1654
|
+
/* @__PURE__ */ jsx33(
|
|
1623
1655
|
"path",
|
|
1624
1656
|
{
|
|
1625
1657
|
d: "M19 20C19.5523 20 20 19.5523 20 19C20 18.4477 19.5523 18 19 18C18.4477 18 18 18.4477 18 19C18 19.5523 18.4477 20 19 20Z",
|
|
@@ -1629,7 +1661,7 @@ var DotsGrid = forwardRef30(function DotsGrid2(_a, ref) {
|
|
|
1629
1661
|
strokeLinejoin: "round"
|
|
1630
1662
|
}
|
|
1631
1663
|
),
|
|
1632
|
-
/* @__PURE__ */
|
|
1664
|
+
/* @__PURE__ */ jsx33(
|
|
1633
1665
|
"path",
|
|
1634
1666
|
{
|
|
1635
1667
|
d: "M5 6C5.55228 6 6 5.55228 6 5C6 4.44772 5.55228 4 5 4C4.44772 4 4 4.44772 4 5C4 5.55228 4.44772 6 5 6Z",
|
|
@@ -1639,7 +1671,7 @@ var DotsGrid = forwardRef30(function DotsGrid2(_a, ref) {
|
|
|
1639
1671
|
strokeLinejoin: "round"
|
|
1640
1672
|
}
|
|
1641
1673
|
),
|
|
1642
|
-
/* @__PURE__ */
|
|
1674
|
+
/* @__PURE__ */ jsx33(
|
|
1643
1675
|
"path",
|
|
1644
1676
|
{
|
|
1645
1677
|
d: "M5 13C5.55228 13 6 12.5523 6 12C6 11.4477 5.55228 11 5 11C4.44772 11 4 11.4477 4 12C4 12.5523 4.44772 13 5 13Z",
|
|
@@ -1649,7 +1681,7 @@ var DotsGrid = forwardRef30(function DotsGrid2(_a, ref) {
|
|
|
1649
1681
|
strokeLinejoin: "round"
|
|
1650
1682
|
}
|
|
1651
1683
|
),
|
|
1652
|
-
/* @__PURE__ */
|
|
1684
|
+
/* @__PURE__ */ jsx33(
|
|
1653
1685
|
"path",
|
|
1654
1686
|
{
|
|
1655
1687
|
d: "M5 20C5.55228 20 6 19.5523 6 19C6 18.4477 5.55228 18 5 18C4.44772 18 4 18.4477 4 19C4 19.5523 4.44772 20 5 20Z",
|
|
@@ -1665,9 +1697,9 @@ var DotsGrid = forwardRef30(function DotsGrid2(_a, ref) {
|
|
|
1665
1697
|
});
|
|
1666
1698
|
|
|
1667
1699
|
// src/icons/download.tsx
|
|
1668
|
-
import { forwardRef as
|
|
1669
|
-
import { jsx as
|
|
1670
|
-
var DownloadIcon =
|
|
1700
|
+
import { forwardRef as forwardRef32 } from "react";
|
|
1701
|
+
import { jsx as jsx34, jsxs as jsxs19 } from "react/jsx-runtime";
|
|
1702
|
+
var DownloadIcon = forwardRef32(
|
|
1671
1703
|
function DownloadIcon2(_a, ref) {
|
|
1672
1704
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1673
1705
|
return /* @__PURE__ */ jsxs19(
|
|
@@ -1682,7 +1714,7 @@ var DownloadIcon = forwardRef31(
|
|
|
1682
1714
|
className
|
|
1683
1715
|
}, other), {
|
|
1684
1716
|
children: [
|
|
1685
|
-
duotone && /* @__PURE__ */
|
|
1717
|
+
duotone && /* @__PURE__ */ jsx34(
|
|
1686
1718
|
"path",
|
|
1687
1719
|
{
|
|
1688
1720
|
opacity: "0.12",
|
|
@@ -1690,7 +1722,7 @@ var DownloadIcon = forwardRef31(
|
|
|
1690
1722
|
fill: "currentColor"
|
|
1691
1723
|
}
|
|
1692
1724
|
),
|
|
1693
|
-
/* @__PURE__ */
|
|
1725
|
+
/* @__PURE__ */ jsx34(
|
|
1694
1726
|
"path",
|
|
1695
1727
|
{
|
|
1696
1728
|
d: "M8 12L12 16M12 16L16 12M12 16V8M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z",
|
|
@@ -1707,9 +1739,9 @@ var DownloadIcon = forwardRef31(
|
|
|
1707
1739
|
);
|
|
1708
1740
|
|
|
1709
1741
|
// src/icons/edit.tsx
|
|
1710
|
-
import { forwardRef as
|
|
1711
|
-
import { jsx as
|
|
1712
|
-
var EditIcon =
|
|
1742
|
+
import { forwardRef as forwardRef33 } from "react";
|
|
1743
|
+
import { jsx as jsx35, jsxs as jsxs20 } from "react/jsx-runtime";
|
|
1744
|
+
var EditIcon = forwardRef33(function EditIcon2(_a, ref) {
|
|
1713
1745
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1714
1746
|
return /* @__PURE__ */ jsxs20(
|
|
1715
1747
|
"svg",
|
|
@@ -1723,7 +1755,7 @@ var EditIcon = forwardRef32(function EditIcon2(_a, ref) {
|
|
|
1723
1755
|
className
|
|
1724
1756
|
}, other), {
|
|
1725
1757
|
children: [
|
|
1726
|
-
duotone && /* @__PURE__ */
|
|
1758
|
+
duotone && /* @__PURE__ */ jsx35(
|
|
1727
1759
|
"path",
|
|
1728
1760
|
{
|
|
1729
1761
|
opacity: "0.12",
|
|
@@ -1731,7 +1763,7 @@ var EditIcon = forwardRef32(function EditIcon2(_a, ref) {
|
|
|
1731
1763
|
fill: "currentColor"
|
|
1732
1764
|
}
|
|
1733
1765
|
),
|
|
1734
|
-
/* @__PURE__ */
|
|
1766
|
+
/* @__PURE__ */ jsx35(
|
|
1735
1767
|
"path",
|
|
1736
1768
|
{
|
|
1737
1769
|
d: "M11 3.99998H6.8C5.11984 3.99998 4.27976 3.99998 3.63803 4.32696C3.07354 4.61458 2.6146 5.07353 2.32698 5.63801C2 6.27975 2 7.11983 2 8.79998V17.2C2 18.8801 2 19.7202 2.32698 20.362C2.6146 20.9264 3.07354 21.3854 3.63803 21.673C4.27976 22 5.11984 22 6.8 22H15.2C16.8802 22 17.7202 22 18.362 21.673C18.9265 21.3854 19.3854 20.9264 19.673 20.362C20 19.7202 20 18.8801 20 17.2V13M7.99997 16H9.67452C10.1637 16 10.4083 16 10.6385 15.9447C10.8425 15.8957 11.0376 15.8149 11.2166 15.7053C11.4184 15.5816 11.5914 15.4086 11.9373 15.0627L21.5 5.49998C22.3284 4.67156 22.3284 3.32841 21.5 2.49998C20.6716 1.67156 19.3284 1.67155 18.5 2.49998L8.93723 12.0627C8.59133 12.4086 8.41838 12.5816 8.29469 12.7834C8.18504 12.9624 8.10423 13.1574 8.05523 13.3615C7.99997 13.5917 7.99997 13.8363 7.99997 14.3255V16Z",
|
|
@@ -1747,12 +1779,12 @@ var EditIcon = forwardRef32(function EditIcon2(_a, ref) {
|
|
|
1747
1779
|
});
|
|
1748
1780
|
|
|
1749
1781
|
// src/icons/expand.tsx
|
|
1750
|
-
import { forwardRef as
|
|
1751
|
-
import { jsx as
|
|
1752
|
-
var ExpandIcon =
|
|
1782
|
+
import { forwardRef as forwardRef34 } from "react";
|
|
1783
|
+
import { jsx as jsx36 } from "react/jsx-runtime";
|
|
1784
|
+
var ExpandIcon = forwardRef34(
|
|
1753
1785
|
function ExpandIcon2(_a, ref) {
|
|
1754
1786
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1755
|
-
return /* @__PURE__ */
|
|
1787
|
+
return /* @__PURE__ */ jsx36(
|
|
1756
1788
|
"svg",
|
|
1757
1789
|
__spreadProps(__spreadValues({
|
|
1758
1790
|
ref,
|
|
@@ -1763,7 +1795,7 @@ var ExpandIcon = forwardRef33(
|
|
|
1763
1795
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1764
1796
|
className
|
|
1765
1797
|
}, other), {
|
|
1766
|
-
children: /* @__PURE__ */
|
|
1798
|
+
children: /* @__PURE__ */ jsx36(
|
|
1767
1799
|
"path",
|
|
1768
1800
|
{
|
|
1769
1801
|
d: "M16 8L21 3M21 3H16M21 3V8M8 8L3 3M3 3L3 8M3 3L8 3M8 16L3 21M3 21H8M3 21L3 16M16 16L21 21M21 21V16M21 21H16",
|
|
@@ -1779,9 +1811,9 @@ var ExpandIcon = forwardRef33(
|
|
|
1779
1811
|
);
|
|
1780
1812
|
|
|
1781
1813
|
// src/icons/fileQuestion.tsx
|
|
1782
|
-
import { forwardRef as
|
|
1783
|
-
import { jsx as
|
|
1784
|
-
var FileQuestionIcon =
|
|
1814
|
+
import { forwardRef as forwardRef35 } from "react";
|
|
1815
|
+
import { jsx as jsx37, jsxs as jsxs21 } from "react/jsx-runtime";
|
|
1816
|
+
var FileQuestionIcon = forwardRef35(
|
|
1785
1817
|
function FileQuestionIcon2(_a, ref) {
|
|
1786
1818
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1787
1819
|
return /* @__PURE__ */ jsxs21(
|
|
@@ -1796,7 +1828,7 @@ var FileQuestionIcon = forwardRef34(
|
|
|
1796
1828
|
className
|
|
1797
1829
|
}, other), {
|
|
1798
1830
|
children: [
|
|
1799
|
-
duotone && /* @__PURE__ */
|
|
1831
|
+
duotone && /* @__PURE__ */ jsx37(
|
|
1800
1832
|
"path",
|
|
1801
1833
|
{
|
|
1802
1834
|
opacity: "0.12",
|
|
@@ -1804,7 +1836,7 @@ var FileQuestionIcon = forwardRef34(
|
|
|
1804
1836
|
fill: "currentColor"
|
|
1805
1837
|
}
|
|
1806
1838
|
),
|
|
1807
|
-
/* @__PURE__ */
|
|
1839
|
+
/* @__PURE__ */ jsx37(
|
|
1808
1840
|
"path",
|
|
1809
1841
|
{
|
|
1810
1842
|
d: "M20 9.5V6.8C20 5.11984 20 4.27976 19.673 3.63803C19.3854 3.07354 18.9265 2.6146 18.362 2.32698C17.7202 2 16.8802 2 15.2 2H8.8C7.11984 2 6.27976 2 5.63803 2.32698C5.07354 2.6146 4.6146 3.07354 4.32698 3.63803C4 4.27976 4 5.11984 4 6.8V17.2C4 18.8802 4 19.7202 4.32698 20.362C4.6146 20.9265 5.07354 21.3854 5.63803 21.673C6.27976 22 7.11984 22 8.8 22H14M14 11H8M10 15H8M16 7H8M16.5 15.0022C16.6762 14.5014 17.024 14.079 17.4817 13.81C17.9395 13.5409 18.4777 13.4426 19.001 13.5324C19.5243 13.6221 19.999 13.8942 20.3409 14.3004C20.6829 14.7066 20.87 15.2207 20.8692 15.7517C20.8692 17.2506 18.6209 18 18.6209 18M18.6499 21H18.6599",
|
|
@@ -1821,12 +1853,12 @@ var FileQuestionIcon = forwardRef34(
|
|
|
1821
1853
|
);
|
|
1822
1854
|
|
|
1823
1855
|
// src/icons/filterLines.tsx
|
|
1824
|
-
import { forwardRef as
|
|
1825
|
-
import { jsx as
|
|
1826
|
-
var FilterLinesIcon =
|
|
1856
|
+
import { forwardRef as forwardRef36 } from "react";
|
|
1857
|
+
import { jsx as jsx38 } from "react/jsx-runtime";
|
|
1858
|
+
var FilterLinesIcon = forwardRef36(
|
|
1827
1859
|
function FilterLinesIcon2(_a, ref) {
|
|
1828
1860
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1829
|
-
return /* @__PURE__ */
|
|
1861
|
+
return /* @__PURE__ */ jsx38(
|
|
1830
1862
|
"svg",
|
|
1831
1863
|
__spreadProps(__spreadValues({
|
|
1832
1864
|
ref,
|
|
@@ -1837,7 +1869,7 @@ var FilterLinesIcon = forwardRef35(
|
|
|
1837
1869
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1838
1870
|
className
|
|
1839
1871
|
}, other), {
|
|
1840
|
-
children: /* @__PURE__ */
|
|
1872
|
+
children: /* @__PURE__ */ jsx38(
|
|
1841
1873
|
"path",
|
|
1842
1874
|
{
|
|
1843
1875
|
d: "M6 12H18M3 6H21M9 18H15",
|
|
@@ -1853,12 +1885,12 @@ var FilterLinesIcon = forwardRef35(
|
|
|
1853
1885
|
);
|
|
1854
1886
|
|
|
1855
1887
|
// src/icons/flipBackward.tsx
|
|
1856
|
-
import { forwardRef as
|
|
1857
|
-
import { jsx as
|
|
1858
|
-
var FlipBackwardIcon =
|
|
1888
|
+
import { forwardRef as forwardRef37 } from "react";
|
|
1889
|
+
import { jsx as jsx39 } from "react/jsx-runtime";
|
|
1890
|
+
var FlipBackwardIcon = forwardRef37(
|
|
1859
1891
|
function FlipBackwardIcon2(_a, ref) {
|
|
1860
1892
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1861
|
-
return /* @__PURE__ */
|
|
1893
|
+
return /* @__PURE__ */ jsx39(
|
|
1862
1894
|
"svg",
|
|
1863
1895
|
__spreadProps(__spreadValues({
|
|
1864
1896
|
ref,
|
|
@@ -1869,7 +1901,7 @@ var FlipBackwardIcon = forwardRef36(
|
|
|
1869
1901
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1870
1902
|
className
|
|
1871
1903
|
}, other), {
|
|
1872
|
-
children: /* @__PURE__ */
|
|
1904
|
+
children: /* @__PURE__ */ jsx39(
|
|
1873
1905
|
"path",
|
|
1874
1906
|
{
|
|
1875
1907
|
d: "M3 9H16.5C18.9853 9 21 11.0147 21 13.5C21 15.9853 18.9853 18 16.5 18H12M3 9L7 5M3 9L7 13",
|
|
@@ -1885,12 +1917,12 @@ var FlipBackwardIcon = forwardRef36(
|
|
|
1885
1917
|
);
|
|
1886
1918
|
|
|
1887
1919
|
// src/icons/flipForward.tsx
|
|
1888
|
-
import { forwardRef as
|
|
1889
|
-
import { jsx as
|
|
1890
|
-
var FlipForwardIcon =
|
|
1920
|
+
import { forwardRef as forwardRef38 } from "react";
|
|
1921
|
+
import { jsx as jsx40 } from "react/jsx-runtime";
|
|
1922
|
+
var FlipForwardIcon = forwardRef38(
|
|
1891
1923
|
function FlipForwardIcon2(_a, ref) {
|
|
1892
1924
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1893
|
-
return /* @__PURE__ */
|
|
1925
|
+
return /* @__PURE__ */ jsx40(
|
|
1894
1926
|
"svg",
|
|
1895
1927
|
__spreadProps(__spreadValues({
|
|
1896
1928
|
ref,
|
|
@@ -1901,7 +1933,7 @@ var FlipForwardIcon = forwardRef37(
|
|
|
1901
1933
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1902
1934
|
className
|
|
1903
1935
|
}, other), {
|
|
1904
|
-
children: /* @__PURE__ */
|
|
1936
|
+
children: /* @__PURE__ */ jsx40(
|
|
1905
1937
|
"path",
|
|
1906
1938
|
{
|
|
1907
1939
|
d: "M21 9H7.5C5.01472 9 3 11.0147 3 13.5C3 15.9853 5.01472 18 7.5 18H12M21 9L17 5M21 9L17 13",
|
|
@@ -1917,9 +1949,9 @@ var FlipForwardIcon = forwardRef37(
|
|
|
1917
1949
|
);
|
|
1918
1950
|
|
|
1919
1951
|
// src/icons/helpCircle.tsx
|
|
1920
|
-
import { forwardRef as
|
|
1921
|
-
import { jsx as
|
|
1922
|
-
var HelpCircleIcon =
|
|
1952
|
+
import { forwardRef as forwardRef39 } from "react";
|
|
1953
|
+
import { jsx as jsx41, jsxs as jsxs22 } from "react/jsx-runtime";
|
|
1954
|
+
var HelpCircleIcon = forwardRef39(
|
|
1923
1955
|
function HelpCircleIcon2(_a, ref) {
|
|
1924
1956
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1925
1957
|
return /* @__PURE__ */ jsxs22(
|
|
@@ -1934,7 +1966,7 @@ var HelpCircleIcon = forwardRef38(
|
|
|
1934
1966
|
className
|
|
1935
1967
|
}, other), {
|
|
1936
1968
|
children: [
|
|
1937
|
-
duotone && /* @__PURE__ */
|
|
1969
|
+
duotone && /* @__PURE__ */ jsx41(
|
|
1938
1970
|
"path",
|
|
1939
1971
|
{
|
|
1940
1972
|
opacity: "0.12",
|
|
@@ -1942,7 +1974,7 @@ var HelpCircleIcon = forwardRef38(
|
|
|
1942
1974
|
fill: "currentColor"
|
|
1943
1975
|
}
|
|
1944
1976
|
),
|
|
1945
|
-
/* @__PURE__ */
|
|
1977
|
+
/* @__PURE__ */ jsx41(
|
|
1946
1978
|
"path",
|
|
1947
1979
|
{
|
|
1948
1980
|
d: "M9.09 9C9.3251 8.33167 9.78915 7.76811 10.4 7.40913C11.0108 7.05016 11.7289 6.91894 12.4272 7.03871C13.1255 7.15849 13.7588 7.52152 14.2151 8.06353C14.6713 8.60553 14.9211 9.29152 14.92 10C14.92 12 11.92 13 11.92 13M12 17H12.01M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z",
|
|
@@ -1959,9 +1991,9 @@ var HelpCircleIcon = forwardRef38(
|
|
|
1959
1991
|
);
|
|
1960
1992
|
|
|
1961
1993
|
// src/icons/home.tsx
|
|
1962
|
-
import { forwardRef as
|
|
1963
|
-
import { jsx as
|
|
1964
|
-
var HomeIcon =
|
|
1994
|
+
import { forwardRef as forwardRef40 } from "react";
|
|
1995
|
+
import { jsx as jsx42, jsxs as jsxs23 } from "react/jsx-runtime";
|
|
1996
|
+
var HomeIcon = forwardRef40(function HomeIcon2(_a, ref) {
|
|
1965
1997
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1966
1998
|
return /* @__PURE__ */ jsxs23(
|
|
1967
1999
|
"svg",
|
|
@@ -1975,8 +2007,8 @@ var HomeIcon = forwardRef39(function HomeIcon2(_a, ref) {
|
|
|
1975
2007
|
className
|
|
1976
2008
|
}, other), {
|
|
1977
2009
|
children: [
|
|
1978
|
-
duotone && /* @__PURE__ */
|
|
1979
|
-
/* @__PURE__ */
|
|
2010
|
+
duotone && /* @__PURE__ */ jsx42("path", { opacity: "0.12", d: "M9 21V12H15V21", fill: "currentColor" }),
|
|
2011
|
+
/* @__PURE__ */ jsx42(
|
|
1980
2012
|
"path",
|
|
1981
2013
|
{
|
|
1982
2014
|
d: "M9 21V13.6C9 13.0399 9 12.7599 9.10899 12.546C9.20487 12.3578 9.35785 12.2049 9.54601 12.109C9.75992 12 10.0399 12 10.6 12H13.4C13.9601 12 14.2401 12 14.454 12.109C14.6422 12.2049 14.7951 12.3578 14.891 12.546C15 12.7599 15 13.0399 15 13.6V21M11.0177 2.764L4.23539 8.03912C3.78202 8.39175 3.55534 8.56806 3.39203 8.78886C3.24737 8.98444 3.1396 9.20478 3.07403 9.43905C3 9.70352 3 9.9907 3 10.5651V17.8C3 18.9201 3 19.4801 3.21799 19.908C3.40973 20.2843 3.71569 20.5903 4.09202 20.782C4.51984 21 5.07989 21 6.2 21H17.8C18.9201 21 19.4802 21 19.908 20.782C20.2843 20.5903 20.5903 20.2843 20.782 19.908C21 19.4801 21 18.9201 21 17.8V10.5651C21 9.9907 21 9.70352 20.926 9.43905C20.8604 9.20478 20.7526 8.98444 20.608 8.78886C20.4447 8.56806 20.218 8.39175 19.7646 8.03913L12.9823 2.764C12.631 2.49075 12.4553 2.35412 12.2613 2.3016C12.0902 2.25526 11.9098 2.25526 11.7387 2.3016C11.5447 2.35412 11.369 2.49075 11.0177 2.764Z",
|
|
@@ -1992,9 +2024,9 @@ var HomeIcon = forwardRef39(function HomeIcon2(_a, ref) {
|
|
|
1992
2024
|
});
|
|
1993
2025
|
|
|
1994
2026
|
// src/icons/image.tsx
|
|
1995
|
-
import { forwardRef as
|
|
1996
|
-
import { jsx as
|
|
1997
|
-
var ImageIcon =
|
|
2027
|
+
import { forwardRef as forwardRef41 } from "react";
|
|
2028
|
+
import { jsx as jsx43, jsxs as jsxs24 } from "react/jsx-runtime";
|
|
2029
|
+
var ImageIcon = forwardRef41(
|
|
1998
2030
|
function ImageIcon2(_a, ref) {
|
|
1999
2031
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2000
2032
|
return /* @__PURE__ */ jsxs24(
|
|
@@ -2010,14 +2042,14 @@ var ImageIcon = forwardRef40(
|
|
|
2010
2042
|
}, other), {
|
|
2011
2043
|
children: [
|
|
2012
2044
|
duotone && /* @__PURE__ */ jsxs24("g", { opacity: "0.12", children: [
|
|
2013
|
-
/* @__PURE__ */
|
|
2045
|
+
/* @__PURE__ */ jsx43(
|
|
2014
2046
|
"path",
|
|
2015
2047
|
{
|
|
2016
2048
|
d: "M6.36567 19.6343L14.8686 11.1314C15.2646 10.7354 15.4626 10.5373 15.691 10.4632C15.8918 10.3979 16.1082 10.3979 16.309 10.4632C16.5373 10.5373 16.7353 10.7354 17.1314 11.1314L21 15V16.2C21 17.8802 21 18.7202 20.673 19.362C20.3854 19.9265 19.9264 20.3854 19.362 20.673C18.7202 21 17.8801 21 16.2 21H6.93136C6.32554 21 6.02264 21 5.88237 20.8802C5.76067 20.7763 5.69608 20.6203 5.70864 20.4608C5.72311 20.2769 5.9373 20.0627 6.36567 19.6343Z",
|
|
2017
2049
|
fill: "currentColor"
|
|
2018
2050
|
}
|
|
2019
2051
|
),
|
|
2020
|
-
/* @__PURE__ */
|
|
2052
|
+
/* @__PURE__ */ jsx43(
|
|
2021
2053
|
"path",
|
|
2022
2054
|
{
|
|
2023
2055
|
d: "M8.49999 10.5C9.60456 10.5 10.5 9.60457 10.5 8.5C10.5 7.39543 9.60456 6.5 8.49999 6.5C7.39542 6.5 6.49999 7.39543 6.49999 8.5C6.49999 9.60457 7.39542 10.5 8.49999 10.5Z",
|
|
@@ -2025,7 +2057,7 @@ var ImageIcon = forwardRef40(
|
|
|
2025
2057
|
}
|
|
2026
2058
|
)
|
|
2027
2059
|
] }),
|
|
2028
|
-
/* @__PURE__ */
|
|
2060
|
+
/* @__PURE__ */ jsx43(
|
|
2029
2061
|
"path",
|
|
2030
2062
|
{
|
|
2031
2063
|
d: "M16.2 21H6.93137C6.32555 21 6.02265 21 5.88238 20.8802C5.76068 20.7763 5.69609 20.6203 5.70865 20.4608C5.72312 20.2769 5.93731 20.0627 6.36569 19.6343L14.8686 11.1314C15.2646 10.7354 15.4627 10.5373 15.691 10.4632C15.8918 10.3979 16.1082 10.3979 16.309 10.4632C16.5373 10.5373 16.7354 10.7354 17.1314 11.1314L21 15V16.2M16.2 21C17.8802 21 18.7202 21 19.362 20.673C19.9265 20.3854 20.3854 19.9265 20.673 19.362C21 18.7202 21 17.8802 21 16.2M16.2 21H7.8C6.11984 21 5.27976 21 4.63803 20.673C4.07354 20.3854 3.6146 19.9265 3.32698 19.362C3 18.7202 3 17.8802 3 16.2V7.8C3 6.11984 3 5.27976 3.32698 4.63803C3.6146 4.07354 4.07354 3.6146 4.63803 3.32698C5.27976 3 6.11984 3 7.8 3H16.2C17.8802 3 18.7202 3 19.362 3.32698C19.9265 3.6146 20.3854 4.07354 20.673 4.63803C21 5.27976 21 6.11984 21 7.8V16.2M10.5 8.5C10.5 9.60457 9.60457 10.5 8.5 10.5C7.39543 10.5 6.5 9.60457 6.5 8.5C6.5 7.39543 7.39543 6.5 8.5 6.5C9.60457 6.5 10.5 7.39543 10.5 8.5Z",
|
|
@@ -2042,9 +2074,9 @@ var ImageIcon = forwardRef40(
|
|
|
2042
2074
|
);
|
|
2043
2075
|
|
|
2044
2076
|
// src/icons/imageDown.tsx
|
|
2045
|
-
import { forwardRef as
|
|
2046
|
-
import { jsx as
|
|
2047
|
-
var ImageDownIcon =
|
|
2077
|
+
import { forwardRef as forwardRef42 } from "react";
|
|
2078
|
+
import { jsx as jsx44, jsxs as jsxs25 } from "react/jsx-runtime";
|
|
2079
|
+
var ImageDownIcon = forwardRef42(
|
|
2048
2080
|
function ImageDownIcon2(_a, ref) {
|
|
2049
2081
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2050
2082
|
return /* @__PURE__ */ jsxs25(
|
|
@@ -2060,14 +2092,14 @@ var ImageDownIcon = forwardRef41(
|
|
|
2060
2092
|
}, other), {
|
|
2061
2093
|
children: [
|
|
2062
2094
|
duotone && /* @__PURE__ */ jsxs25("g", { opacity: "0.12", children: [
|
|
2063
|
-
/* @__PURE__ */
|
|
2095
|
+
/* @__PURE__ */ jsx44(
|
|
2064
2096
|
"path",
|
|
2065
2097
|
{
|
|
2066
2098
|
d: "M8.50004 10.5C9.60461 10.5 10.5 9.60457 10.5 8.5C10.5 7.39543 9.60461 6.5 8.50004 6.5C7.39547 6.5 6.50004 7.39543 6.50004 8.5C6.50004 9.60457 7.39547 10.5 8.50004 10.5Z",
|
|
2067
2099
|
fill: "currentColor"
|
|
2068
2100
|
}
|
|
2069
2101
|
),
|
|
2070
|
-
/* @__PURE__ */
|
|
2102
|
+
/* @__PURE__ */ jsx44(
|
|
2071
2103
|
"path",
|
|
2072
2104
|
{
|
|
2073
2105
|
d: "M6.53118 19.608L14.9901 11.9181C15.3487 11.5921 15.528 11.4291 15.7326 11.3627C15.9129 11.3041 16.1062 11.298 16.2898 11.3451C16.4982 11.3985 16.6874 11.5499 17.0659 11.8527L19.8631 14.0905C20.2412 14.3929 20.4303 14.5442 20.5733 14.7264C20.753 14.9554 20.8806 15.2208 20.9471 15.5042C21 15.7296 21 15.9717 21 16.456C21 17.8951 21 18.6147 20.7583 19.1799C20.4547 19.8894 19.8895 20.4547 19.18 20.7582C18.6148 21 17.8952 21 16.456 21H7.06932C6.42632 21 6.10481 21 5.96322 20.8755C5.84049 20.7676 5.77822 20.6066 5.79646 20.4442C5.81751 20.2568 6.0554 20.0406 6.53118 19.608Z",
|
|
@@ -2075,7 +2107,7 @@ var ImageDownIcon = forwardRef41(
|
|
|
2075
2107
|
}
|
|
2076
2108
|
)
|
|
2077
2109
|
] }),
|
|
2078
|
-
/* @__PURE__ */
|
|
2110
|
+
/* @__PURE__ */ jsx44(
|
|
2079
2111
|
"path",
|
|
2080
2112
|
{
|
|
2081
2113
|
d: "M16 5L19 8M19 8L22 5M19 8V2M12.5 3H7.8C6.11984 3 5.27976 3 4.63803 3.32698C4.07354 3.6146 3.6146 4.07354 3.32698 4.63803C3 5.27976 3 6.11984 3 7.8V16.2C3 17.8802 3 18.7202 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.27976 21 6.11984 21 7.8 21H17C17.93 21 18.395 21 18.7765 20.8978C19.8117 20.6204 20.6204 19.8117 20.8978 18.7765C21 18.395 21 17.93 21 17M10.5 8.5C10.5 9.60457 9.60457 10.5 8.5 10.5C7.39543 10.5 6.5 9.60457 6.5 8.5C6.5 7.39543 7.39543 6.5 8.5 6.5C9.60457 6.5 10.5 7.39543 10.5 8.5ZM14.99 11.9181L6.53115 19.608C6.05536 20.0406 5.81747 20.2568 5.79643 20.4442C5.77819 20.6066 5.84045 20.7676 5.96319 20.8755C6.10478 21 6.42628 21 7.06929 21H16.456C17.8951 21 18.6147 21 19.1799 20.7582C19.8894 20.4547 20.4547 19.8894 20.7582 19.1799C21 18.6147 21 17.8951 21 16.456C21 15.9717 21 15.7296 20.9471 15.5042C20.8805 15.2208 20.753 14.9554 20.5733 14.7264C20.4303 14.5442 20.2412 14.3929 19.8631 14.0905L17.0658 11.8527C16.6874 11.5499 16.4982 11.3985 16.2898 11.3451C16.1061 11.298 15.9129 11.3041 15.7325 11.3627C15.5279 11.4291 15.3486 11.5921 14.99 11.9181Z",
|
|
@@ -2092,9 +2124,9 @@ var ImageDownIcon = forwardRef41(
|
|
|
2092
2124
|
);
|
|
2093
2125
|
|
|
2094
2126
|
// src/icons/imageX.tsx
|
|
2095
|
-
import { forwardRef as
|
|
2096
|
-
import { jsx as
|
|
2097
|
-
var ImageXIcon =
|
|
2127
|
+
import { forwardRef as forwardRef43 } from "react";
|
|
2128
|
+
import { jsx as jsx45, jsxs as jsxs26 } from "react/jsx-runtime";
|
|
2129
|
+
var ImageXIcon = forwardRef43(
|
|
2098
2130
|
function ImageXIcon2(_a, ref) {
|
|
2099
2131
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2100
2132
|
return /* @__PURE__ */ jsxs26(
|
|
@@ -2110,14 +2142,14 @@ var ImageXIcon = forwardRef42(
|
|
|
2110
2142
|
}, other), {
|
|
2111
2143
|
children: [
|
|
2112
2144
|
duotone && /* @__PURE__ */ jsxs26("g", { opacity: "0.12", children: [
|
|
2113
|
-
/* @__PURE__ */
|
|
2145
|
+
/* @__PURE__ */ jsx45(
|
|
2114
2146
|
"path",
|
|
2115
2147
|
{
|
|
2116
2148
|
d: "M8.50016 10.5C9.60473 10.5 10.5002 9.60457 10.5002 8.5C10.5002 7.39543 9.60473 6.5 8.50016 6.5C7.39559 6.5 6.50016 7.39543 6.50016 8.5C6.50016 9.60457 7.39559 10.5 8.50016 10.5Z",
|
|
2117
2149
|
fill: "currentColor"
|
|
2118
2150
|
}
|
|
2119
2151
|
),
|
|
2120
|
-
/* @__PURE__ */
|
|
2152
|
+
/* @__PURE__ */ jsx45(
|
|
2121
2153
|
"path",
|
|
2122
2154
|
{
|
|
2123
2155
|
d: "M6.53131 19.608L14.9902 11.9181C15.3488 11.5921 15.5281 11.4291 15.7327 11.3627C15.913 11.3041 16.1063 11.298 16.29 11.3451C16.4983 11.3985 16.6875 11.5499 17.066 11.8527L19.8632 14.0905C20.2413 14.3929 20.4304 14.5442 20.5734 14.7264C20.7531 14.9554 20.8807 15.2208 20.9472 15.5042C21.0002 15.7296 21.0002 15.9717 21.0002 16.456C21.0002 17.8951 21.0002 18.6147 20.7584 19.1799C20.4549 19.8894 19.8896 20.4547 19.1801 20.7582C18.6149 21 17.8953 21 16.4561 21H7.06944C6.42644 21 6.10494 21 5.96334 20.8755C5.84061 20.7676 5.77835 20.6066 5.79659 20.4442C5.81763 20.2568 6.05552 20.0406 6.53131 19.608Z",
|
|
@@ -2125,7 +2157,7 @@ var ImageXIcon = forwardRef42(
|
|
|
2125
2157
|
}
|
|
2126
2158
|
)
|
|
2127
2159
|
] }),
|
|
2128
|
-
/* @__PURE__ */
|
|
2160
|
+
/* @__PURE__ */ jsx45(
|
|
2129
2161
|
"path",
|
|
2130
2162
|
{
|
|
2131
2163
|
d: "M16.5 2.5L21.5 7.5M21.5 2.5L16.5 7.5M12.5 3H7.8C6.11984 3 5.27976 3 4.63803 3.32698C4.07354 3.6146 3.6146 4.07354 3.32698 4.63803C3 5.27976 3 6.11984 3 7.8V16.2C3 17.8802 3 18.7202 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.27976 21 6.11984 21 7.8 21H17C17.93 21 18.395 21 18.7765 20.8978C19.8117 20.6204 20.6204 19.8117 20.8978 18.7765C21 18.395 21 17.93 21 17M10.5 8.5C10.5 9.60457 9.60457 10.5 8.5 10.5C7.39543 10.5 6.5 9.60457 6.5 8.5C6.5 7.39543 7.39543 6.5 8.5 6.5C9.60457 6.5 10.5 7.39543 10.5 8.5ZM14.99 11.9181L6.53115 19.608C6.05536 20.0406 5.81747 20.2568 5.79643 20.4442C5.77819 20.6066 5.84045 20.7676 5.96319 20.8755C6.10478 21 6.42628 21 7.06929 21H16.456C17.8951 21 18.6147 21 19.1799 20.7582C19.8894 20.4547 20.4547 19.8894 20.7582 19.1799C21 18.6147 21 17.8951 21 16.456C21 15.9717 21 15.7296 20.9471 15.5042C20.8805 15.2208 20.753 14.9554 20.5733 14.7264C20.4303 14.5442 20.2412 14.3929 19.8631 14.0905L17.0658 11.8527C16.6874 11.5499 16.4982 11.3985 16.2898 11.3451C16.1061 11.298 15.9129 11.3041 15.7325 11.3627C15.5279 11.4291 15.3486 11.5921 14.99 11.9181Z",
|
|
@@ -2142,9 +2174,9 @@ var ImageXIcon = forwardRef42(
|
|
|
2142
2174
|
);
|
|
2143
2175
|
|
|
2144
2176
|
// src/icons/infoCircle.tsx
|
|
2145
|
-
import { forwardRef as
|
|
2146
|
-
import { jsx as
|
|
2147
|
-
var InfoCircleIcon =
|
|
2177
|
+
import { forwardRef as forwardRef44 } from "react";
|
|
2178
|
+
import { jsx as jsx46, jsxs as jsxs27 } from "react/jsx-runtime";
|
|
2179
|
+
var InfoCircleIcon = forwardRef44(
|
|
2148
2180
|
function InfoCircleIcon2(_a, ref) {
|
|
2149
2181
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2150
2182
|
return /* @__PURE__ */ jsxs27(
|
|
@@ -2159,7 +2191,7 @@ var InfoCircleIcon = forwardRef43(
|
|
|
2159
2191
|
className
|
|
2160
2192
|
}, other), {
|
|
2161
2193
|
children: [
|
|
2162
|
-
duotone && /* @__PURE__ */
|
|
2194
|
+
duotone && /* @__PURE__ */ jsx46(
|
|
2163
2195
|
"path",
|
|
2164
2196
|
{
|
|
2165
2197
|
opacity: "0.12",
|
|
@@ -2167,7 +2199,7 @@ var InfoCircleIcon = forwardRef43(
|
|
|
2167
2199
|
fill: "currentColor"
|
|
2168
2200
|
}
|
|
2169
2201
|
),
|
|
2170
|
-
/* @__PURE__ */
|
|
2202
|
+
/* @__PURE__ */ jsx46(
|
|
2171
2203
|
"path",
|
|
2172
2204
|
{
|
|
2173
2205
|
d: "M12 16V12M12 8H12.01M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z",
|
|
@@ -2184,9 +2216,9 @@ var InfoCircleIcon = forwardRef43(
|
|
|
2184
2216
|
);
|
|
2185
2217
|
|
|
2186
2218
|
// src/icons/lightbulb.tsx
|
|
2187
|
-
import { forwardRef as
|
|
2188
|
-
import { jsx as
|
|
2189
|
-
var LightbulbIcon =
|
|
2219
|
+
import { forwardRef as forwardRef45 } from "react";
|
|
2220
|
+
import { jsx as jsx47, jsxs as jsxs28 } from "react/jsx-runtime";
|
|
2221
|
+
var LightbulbIcon = forwardRef45(
|
|
2190
2222
|
function LightbulbIcon2(_a, ref) {
|
|
2191
2223
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2192
2224
|
return /* @__PURE__ */ jsxs28(
|
|
@@ -2201,7 +2233,7 @@ var LightbulbIcon = forwardRef44(
|
|
|
2201
2233
|
className
|
|
2202
2234
|
}, other), {
|
|
2203
2235
|
children: [
|
|
2204
|
-
duotone && /* @__PURE__ */
|
|
2236
|
+
duotone && /* @__PURE__ */ jsx47(
|
|
2205
2237
|
"path",
|
|
2206
2238
|
{
|
|
2207
2239
|
opacity: "0.12",
|
|
@@ -2209,7 +2241,7 @@ var LightbulbIcon = forwardRef44(
|
|
|
2209
2241
|
fill: "currentColor"
|
|
2210
2242
|
}
|
|
2211
2243
|
),
|
|
2212
|
-
/* @__PURE__ */
|
|
2244
|
+
/* @__PURE__ */ jsx47(
|
|
2213
2245
|
"path",
|
|
2214
2246
|
{
|
|
2215
2247
|
d: "M9.5 22H14.5M10 10H14M12 10L12 16M15 15.3264C17.3649 14.2029 19 11.7924 19 9C19 5.13401 15.866 2 12 2C8.13401 2 5 5.13401 5 9C5 11.7924 6.63505 14.2029 9 15.3264V16C9 16.9319 9 17.3978 9.15224 17.7654C9.35523 18.2554 9.74458 18.6448 10.2346 18.8478C10.6022 19 11.0681 19 12 19C12.9319 19 13.3978 19 13.7654 18.8478C14.2554 18.6448 14.6448 18.2554 14.8478 17.7654C15 17.3978 15 16.9319 15 16V15.3264Z",
|
|
@@ -2226,11 +2258,11 @@ var LightbulbIcon = forwardRef44(
|
|
|
2226
2258
|
);
|
|
2227
2259
|
|
|
2228
2260
|
// src/icons/link.tsx
|
|
2229
|
-
import { forwardRef as
|
|
2230
|
-
import { jsx as
|
|
2231
|
-
var LinkIcon =
|
|
2261
|
+
import { forwardRef as forwardRef46 } from "react";
|
|
2262
|
+
import { jsx as jsx48 } from "react/jsx-runtime";
|
|
2263
|
+
var LinkIcon = forwardRef46(function LinkIcon2(_a, ref) {
|
|
2232
2264
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2233
|
-
return /* @__PURE__ */
|
|
2265
|
+
return /* @__PURE__ */ jsx48(
|
|
2234
2266
|
"svg",
|
|
2235
2267
|
__spreadProps(__spreadValues({
|
|
2236
2268
|
ref,
|
|
@@ -2241,7 +2273,7 @@ var LinkIcon = forwardRef45(function LinkIcon2(_a, ref) {
|
|
|
2241
2273
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2242
2274
|
className
|
|
2243
2275
|
}, other), {
|
|
2244
|
-
children: /* @__PURE__ */
|
|
2276
|
+
children: /* @__PURE__ */ jsx48(
|
|
2245
2277
|
"path",
|
|
2246
2278
|
{
|
|
2247
2279
|
d: "M12.7076 18.3639L11.2933 19.7781C9.34072 21.7308 6.1749 21.7308 4.22228 19.7781C2.26966 17.8255 2.26966 14.6597 4.22228 12.7071L5.63649 11.2929M18.3644 12.7071L19.7786 11.2929C21.7312 9.34024 21.7312 6.17441 19.7786 4.22179C17.826 2.26917 14.6602 2.26917 12.7076 4.22179L11.2933 5.636M8.50045 15.4999L15.5005 8.49994",
|
|
@@ -2256,9 +2288,9 @@ var LinkIcon = forwardRef45(function LinkIcon2(_a, ref) {
|
|
|
2256
2288
|
});
|
|
2257
2289
|
|
|
2258
2290
|
// src/icons/lock.tsx
|
|
2259
|
-
import { forwardRef as
|
|
2260
|
-
import { jsx as
|
|
2261
|
-
var LockIcon =
|
|
2291
|
+
import { forwardRef as forwardRef47 } from "react";
|
|
2292
|
+
import { jsx as jsx49, jsxs as jsxs29 } from "react/jsx-runtime";
|
|
2293
|
+
var LockIcon = forwardRef47(function LockIcon2(_a, ref) {
|
|
2262
2294
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2263
2295
|
return /* @__PURE__ */ jsxs29(
|
|
2264
2296
|
"svg",
|
|
@@ -2272,7 +2304,7 @@ var LockIcon = forwardRef46(function LockIcon2(_a, ref) {
|
|
|
2272
2304
|
className
|
|
2273
2305
|
}, other), {
|
|
2274
2306
|
children: [
|
|
2275
|
-
duotone && /* @__PURE__ */
|
|
2307
|
+
duotone && /* @__PURE__ */ jsx49(
|
|
2276
2308
|
"path",
|
|
2277
2309
|
{
|
|
2278
2310
|
opacity: "0.12",
|
|
@@ -2280,7 +2312,7 @@ var LockIcon = forwardRef46(function LockIcon2(_a, ref) {
|
|
|
2280
2312
|
fill: "currentColor"
|
|
2281
2313
|
}
|
|
2282
2314
|
),
|
|
2283
|
-
/* @__PURE__ */
|
|
2315
|
+
/* @__PURE__ */ jsx49(
|
|
2284
2316
|
"path",
|
|
2285
2317
|
{
|
|
2286
2318
|
d: "M17 10V8C17 5.23858 14.7614 3 12 3C9.23858 3 7 5.23858 7 8V10M12 14.5V16.5M8.8 21H15.2C16.8802 21 17.7202 21 18.362 20.673C18.9265 20.3854 19.3854 19.9265 19.673 19.362C20 18.7202 20 17.8802 20 16.2V14.8C20 13.1198 20 12.2798 19.673 11.638C19.3854 11.0735 18.9265 10.6146 18.362 10.327C17.7202 10 16.8802 10 15.2 10H8.8C7.11984 10 6.27976 10 5.63803 10.327C5.07354 10.6146 4.6146 11.0735 4.32698 11.638C4 12.2798 4 13.1198 4 14.8V16.2C4 17.8802 4 18.7202 4.32698 19.362C4.6146 19.9265 5.07354 20.3854 5.63803 20.673C6.27976 21 7.11984 21 8.8 21Z",
|
|
@@ -2296,9 +2328,9 @@ var LockIcon = forwardRef46(function LockIcon2(_a, ref) {
|
|
|
2296
2328
|
});
|
|
2297
2329
|
|
|
2298
2330
|
// src/icons/logIn.tsx
|
|
2299
|
-
import { forwardRef as
|
|
2300
|
-
import { jsx as
|
|
2301
|
-
var LogInIcon =
|
|
2331
|
+
import { forwardRef as forwardRef48 } from "react";
|
|
2332
|
+
import { jsx as jsx50, jsxs as jsxs30 } from "react/jsx-runtime";
|
|
2333
|
+
var LogInIcon = forwardRef48(
|
|
2302
2334
|
function LogInIcon2(_a, ref) {
|
|
2303
2335
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2304
2336
|
return /* @__PURE__ */ jsxs30(
|
|
@@ -2313,7 +2345,7 @@ var LogInIcon = forwardRef47(
|
|
|
2313
2345
|
className
|
|
2314
2346
|
}, other), {
|
|
2315
2347
|
children: [
|
|
2316
|
-
duotone && /* @__PURE__ */
|
|
2348
|
+
duotone && /* @__PURE__ */ jsx50(
|
|
2317
2349
|
"path",
|
|
2318
2350
|
{
|
|
2319
2351
|
opacity: "0.12",
|
|
@@ -2321,7 +2353,7 @@ var LogInIcon = forwardRef47(
|
|
|
2321
2353
|
fill: "currentColor"
|
|
2322
2354
|
}
|
|
2323
2355
|
),
|
|
2324
|
-
/* @__PURE__ */
|
|
2356
|
+
/* @__PURE__ */ jsx50(
|
|
2325
2357
|
"path",
|
|
2326
2358
|
{
|
|
2327
2359
|
d: "M6 17C6 17.93 6 18.395 6.10222 18.7765C6.37962 19.8117 7.18827 20.6204 8.22354 20.8978C8.60504 21 9.07003 21 10 21H16.2C17.8802 21 18.7202 21 19.362 20.673C19.9265 20.3854 20.3854 19.9265 20.673 19.362C21 18.7202 21 17.8802 21 16.2V7.8C21 6.11984 21 5.27976 20.673 4.63803C20.3854 4.07354 19.9265 3.6146 19.362 3.32698C18.7202 3 17.8802 3 16.2 3H10C9.07003 3 8.60504 3 8.22354 3.10222C7.18827 3.37962 6.37962 4.18827 6.10222 5.22354C6 5.60504 6 6.07003 6 7M12 8L16 12M16 12L12 16M16 12H3",
|
|
@@ -2338,9 +2370,9 @@ var LogInIcon = forwardRef47(
|
|
|
2338
2370
|
);
|
|
2339
2371
|
|
|
2340
2372
|
// src/icons/magicWand.tsx
|
|
2341
|
-
import { forwardRef as
|
|
2342
|
-
import { jsx as
|
|
2343
|
-
var MagicWandIcon =
|
|
2373
|
+
import { forwardRef as forwardRef49 } from "react";
|
|
2374
|
+
import { jsx as jsx51, jsxs as jsxs31 } from "react/jsx-runtime";
|
|
2375
|
+
var MagicWandIcon = forwardRef49(
|
|
2344
2376
|
function MagicWandIcon2(_a, ref) {
|
|
2345
2377
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2346
2378
|
return /* @__PURE__ */ jsxs31(
|
|
@@ -2355,7 +2387,7 @@ var MagicWandIcon = forwardRef48(
|
|
|
2355
2387
|
className
|
|
2356
2388
|
}, other), {
|
|
2357
2389
|
children: [
|
|
2358
|
-
duotone && /* @__PURE__ */
|
|
2390
|
+
duotone && /* @__PURE__ */ jsx51(
|
|
2359
2391
|
"path",
|
|
2360
2392
|
{
|
|
2361
2393
|
opacity: "0.12",
|
|
@@ -2363,7 +2395,7 @@ var MagicWandIcon = forwardRef48(
|
|
|
2363
2395
|
fill: "currentColor"
|
|
2364
2396
|
}
|
|
2365
2397
|
),
|
|
2366
|
-
/* @__PURE__ */
|
|
2398
|
+
/* @__PURE__ */ jsx51(
|
|
2367
2399
|
"path",
|
|
2368
2400
|
{
|
|
2369
2401
|
d: "M13 14L9.99997 11M15.0103 3.5V2M18.9497 5.06066L20.0103 4M18.9497 13L20.0103 14.0607M11.0103 5.06066L9.94966 4M20.5103 9H22.0103M6.13134 20.8686L15.3686 11.6314C15.7646 11.2354 15.9626 11.0373 16.0368 10.809C16.1021 10.6082 16.1021 10.3918 16.0368 10.191C15.9626 9.96265 15.7646 9.76465 15.3686 9.36863L14.6313 8.63137C14.2353 8.23535 14.0373 8.03735 13.809 7.96316C13.6081 7.8979 13.3918 7.8979 13.191 7.96316C12.9626 8.03735 12.7646 8.23535 12.3686 8.63137L3.13134 17.8686C2.73532 18.2646 2.53732 18.4627 2.46313 18.691C2.39787 18.8918 2.39787 19.1082 2.46313 19.309C2.53732 19.5373 2.73533 19.7354 3.13134 20.1314L3.8686 20.8686C4.26462 21.2646 4.46263 21.4627 4.69095 21.5368C4.8918 21.6021 5.10814 21.6021 5.30899 21.5368C5.53732 21.4627 5.73533 21.2646 6.13134 20.8686Z",
|
|
@@ -2380,9 +2412,9 @@ var MagicWandIcon = forwardRef48(
|
|
|
2380
2412
|
);
|
|
2381
2413
|
|
|
2382
2414
|
// src/icons/mail.tsx
|
|
2383
|
-
import { forwardRef as
|
|
2384
|
-
import { jsx as
|
|
2385
|
-
var MailIcon =
|
|
2415
|
+
import { forwardRef as forwardRef50 } from "react";
|
|
2416
|
+
import { jsx as jsx52, jsxs as jsxs32 } from "react/jsx-runtime";
|
|
2417
|
+
var MailIcon = forwardRef50(function MailIcon2(_a, ref) {
|
|
2386
2418
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2387
2419
|
return /* @__PURE__ */ jsxs32(
|
|
2388
2420
|
"svg",
|
|
@@ -2396,7 +2428,7 @@ var MailIcon = forwardRef49(function MailIcon2(_a, ref) {
|
|
|
2396
2428
|
className
|
|
2397
2429
|
}, other), {
|
|
2398
2430
|
children: [
|
|
2399
|
-
duotone && /* @__PURE__ */
|
|
2431
|
+
duotone && /* @__PURE__ */ jsx52(
|
|
2400
2432
|
"path",
|
|
2401
2433
|
{
|
|
2402
2434
|
opacity: "0.12",
|
|
@@ -2404,7 +2436,7 @@ var MailIcon = forwardRef49(function MailIcon2(_a, ref) {
|
|
|
2404
2436
|
fill: "currentColor"
|
|
2405
2437
|
}
|
|
2406
2438
|
),
|
|
2407
|
-
/* @__PURE__ */
|
|
2439
|
+
/* @__PURE__ */ jsx52(
|
|
2408
2440
|
"path",
|
|
2409
2441
|
{
|
|
2410
2442
|
d: "M2 7L10.1649 12.7154C10.8261 13.1783 11.1567 13.4097 11.5163 13.4993C11.8339 13.5785 12.1661 13.5785 12.4837 13.4993C12.8433 13.4097 13.1739 13.1783 13.8351 12.7154L22 7M6.8 20H17.2C18.8802 20 19.7202 20 20.362 19.673C20.9265 19.3854 21.3854 18.9265 21.673 18.362C22 17.7202 22 16.8802 22 15.2V8.8C22 7.11984 22 6.27976 21.673 5.63803C21.3854 5.07354 20.9265 4.6146 20.362 4.32698C19.7202 4 18.8802 4 17.2 4H6.8C5.11984 4 4.27976 4 3.63803 4.32698C3.07354 4.6146 2.6146 5.07354 2.32698 5.63803C2 6.27976 2 7.11984 2 8.8V15.2C2 16.8802 2 17.7202 2.32698 18.362C2.6146 18.9265 3.07354 19.3854 3.63803 19.673C4.27976 20 5.11984 20 6.8 20Z",
|
|
@@ -2420,11 +2452,11 @@ var MailIcon = forwardRef49(function MailIcon2(_a, ref) {
|
|
|
2420
2452
|
});
|
|
2421
2453
|
|
|
2422
2454
|
// src/icons/menu.tsx
|
|
2423
|
-
import { forwardRef as
|
|
2424
|
-
import { jsx as
|
|
2425
|
-
var MenuIcon =
|
|
2455
|
+
import { forwardRef as forwardRef51 } from "react";
|
|
2456
|
+
import { jsx as jsx53 } from "react/jsx-runtime";
|
|
2457
|
+
var MenuIcon = forwardRef51(function MenuIcon2(_a, ref) {
|
|
2426
2458
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2427
|
-
return /* @__PURE__ */
|
|
2459
|
+
return /* @__PURE__ */ jsx53(
|
|
2428
2460
|
"svg",
|
|
2429
2461
|
__spreadProps(__spreadValues({
|
|
2430
2462
|
ref,
|
|
@@ -2435,7 +2467,7 @@ var MenuIcon = forwardRef50(function MenuIcon2(_a, ref) {
|
|
|
2435
2467
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2436
2468
|
className
|
|
2437
2469
|
}, other), {
|
|
2438
|
-
children: /* @__PURE__ */
|
|
2470
|
+
children: /* @__PURE__ */ jsx53(
|
|
2439
2471
|
"path",
|
|
2440
2472
|
{
|
|
2441
2473
|
d: "M3 12H21M3 6H21M3 18H21",
|
|
@@ -2450,9 +2482,9 @@ var MenuIcon = forwardRef50(function MenuIcon2(_a, ref) {
|
|
|
2450
2482
|
});
|
|
2451
2483
|
|
|
2452
2484
|
// src/icons/messageChatSquare.tsx
|
|
2453
|
-
import { forwardRef as
|
|
2454
|
-
import { jsx as
|
|
2455
|
-
var MessageChatSquareIcon =
|
|
2485
|
+
import { forwardRef as forwardRef52 } from "react";
|
|
2486
|
+
import { jsx as jsx54, jsxs as jsxs33 } from "react/jsx-runtime";
|
|
2487
|
+
var MessageChatSquareIcon = forwardRef52(
|
|
2456
2488
|
function MessageChatSquareIcon2(_a, ref) {
|
|
2457
2489
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2458
2490
|
return /* @__PURE__ */ jsxs33(
|
|
@@ -2467,7 +2499,7 @@ var MessageChatSquareIcon = forwardRef51(
|
|
|
2467
2499
|
className
|
|
2468
2500
|
}, other), {
|
|
2469
2501
|
children: [
|
|
2470
|
-
duotone && /* @__PURE__ */
|
|
2502
|
+
duotone && /* @__PURE__ */ jsx54(
|
|
2471
2503
|
"path",
|
|
2472
2504
|
{
|
|
2473
2505
|
opacity: "0.12",
|
|
@@ -2475,7 +2507,7 @@ var MessageChatSquareIcon = forwardRef51(
|
|
|
2475
2507
|
fill: "currentColor"
|
|
2476
2508
|
}
|
|
2477
2509
|
),
|
|
2478
|
-
/* @__PURE__ */
|
|
2510
|
+
/* @__PURE__ */ jsx54(
|
|
2479
2511
|
"path",
|
|
2480
2512
|
{
|
|
2481
2513
|
d: "M10 15L6.92474 18.1137C6.49579 18.548 6.28131 18.7652 6.09695 18.7805C5.93701 18.7938 5.78042 18.7295 5.67596 18.6076C5.55556 18.4672 5.55556 18.162 5.55556 17.5515V15.9916C5.55556 15.444 5.10707 15.0477 4.5652 14.9683V14.9683C3.25374 14.7762 2.22378 13.7463 2.03168 12.4348C2 12.2186 2 11.9605 2 11.4444V6.8C2 5.11984 2 4.27976 2.32698 3.63803C2.6146 3.07354 3.07354 2.6146 3.63803 2.32698C4.27976 2 5.11984 2 6.8 2H14.2C15.8802 2 16.7202 2 17.362 2.32698C17.9265 2.6146 18.3854 3.07354 18.673 3.63803C19 4.27976 19 5.11984 19 6.8V11M19 22L16.8236 20.4869C16.5177 20.2742 16.3647 20.1678 16.1982 20.0924C16.0504 20.0255 15.8951 19.9768 15.7356 19.9474C15.5558 19.9143 15.3695 19.9143 14.9969 19.9143H13.2C12.0799 19.9143 11.5198 19.9143 11.092 19.6963C10.7157 19.5046 10.4097 19.1986 10.218 18.8223C10 18.3944 10 17.8344 10 16.7143V14.2C10 13.0799 10 12.5198 10.218 12.092C10.4097 11.7157 10.7157 11.4097 11.092 11.218C11.5198 11 12.0799 11 13.2 11H18.8C19.9201 11 20.4802 11 20.908 11.218C21.2843 11.4097 21.5903 11.7157 21.782 12.092C22 12.5198 22 13.0799 22 14.2V16.9143C22 17.8462 22 18.3121 21.8478 18.6797C21.6448 19.1697 21.2554 19.5591 20.7654 19.762C20.3978 19.9143 19.9319 19.9143 19 19.9143V22Z",
|
|
@@ -2492,9 +2524,9 @@ var MessageChatSquareIcon = forwardRef51(
|
|
|
2492
2524
|
);
|
|
2493
2525
|
|
|
2494
2526
|
// src/icons/messagePlusSquare.tsx
|
|
2495
|
-
import { forwardRef as
|
|
2496
|
-
import { jsx as
|
|
2497
|
-
var MessagePlusSquareIcon =
|
|
2527
|
+
import { forwardRef as forwardRef53 } from "react";
|
|
2528
|
+
import { jsx as jsx55, jsxs as jsxs34 } from "react/jsx-runtime";
|
|
2529
|
+
var MessagePlusSquareIcon = forwardRef53(
|
|
2498
2530
|
function MessagePlusSquareIcon2(_a, ref) {
|
|
2499
2531
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2500
2532
|
return /* @__PURE__ */ jsxs34(
|
|
@@ -2509,7 +2541,7 @@ var MessagePlusSquareIcon = forwardRef52(
|
|
|
2509
2541
|
className
|
|
2510
2542
|
}, other), {
|
|
2511
2543
|
children: [
|
|
2512
|
-
duotone && /* @__PURE__ */
|
|
2544
|
+
duotone && /* @__PURE__ */ jsx55(
|
|
2513
2545
|
"path",
|
|
2514
2546
|
{
|
|
2515
2547
|
opacity: "0.12",
|
|
@@ -2517,7 +2549,7 @@ var MessagePlusSquareIcon = forwardRef52(
|
|
|
2517
2549
|
fill: "currentColor"
|
|
2518
2550
|
}
|
|
2519
2551
|
),
|
|
2520
|
-
/* @__PURE__ */
|
|
2552
|
+
/* @__PURE__ */ jsx55(
|
|
2521
2553
|
"path",
|
|
2522
2554
|
{
|
|
2523
2555
|
d: "M12 13.5V7.5M9 10.5H15M7 18V20.3355C7 20.8684 7 21.1348 7.10923 21.2716C7.20422 21.3906 7.34827 21.4599 7.50054 21.4597C7.67563 21.4595 7.88367 21.2931 8.29976 20.9602L10.6852 19.0518C11.1725 18.662 11.4162 18.4671 11.6875 18.3285C11.9282 18.2055 12.1844 18.1156 12.4492 18.0613C12.7477 18 13.0597 18 13.6837 18H16.2C17.8802 18 18.7202 18 19.362 17.673C19.9265 17.3854 20.3854 16.9265 20.673 16.362C21 15.7202 21 14.8802 21 13.2V7.8C21 6.11984 21 5.27976 20.673 4.63803C20.3854 4.07354 19.9265 3.6146 19.362 3.32698C18.7202 3 17.8802 3 16.2 3H7.8C6.11984 3 5.27976 3 4.63803 3.32698C4.07354 3.6146 3.6146 4.07354 3.32698 4.63803C3 5.27976 3 6.11984 3 7.8V14C3 14.93 3 15.395 3.10222 15.7765C3.37962 16.8117 4.18827 17.6204 5.22354 17.8978C5.60504 18 6.07003 18 7 18Z",
|
|
@@ -2534,9 +2566,9 @@ var MessagePlusSquareIcon = forwardRef52(
|
|
|
2534
2566
|
);
|
|
2535
2567
|
|
|
2536
2568
|
// src/icons/messageTextSquare.tsx
|
|
2537
|
-
import { forwardRef as
|
|
2538
|
-
import { jsx as
|
|
2539
|
-
var MessageTextSquareIcon =
|
|
2569
|
+
import { forwardRef as forwardRef54 } from "react";
|
|
2570
|
+
import { jsx as jsx56, jsxs as jsxs35 } from "react/jsx-runtime";
|
|
2571
|
+
var MessageTextSquareIcon = forwardRef54(
|
|
2540
2572
|
function MessageTextSquareIcon2(_a, ref) {
|
|
2541
2573
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2542
2574
|
return /* @__PURE__ */ jsxs35(
|
|
@@ -2551,7 +2583,7 @@ var MessageTextSquareIcon = forwardRef53(
|
|
|
2551
2583
|
className
|
|
2552
2584
|
}, other), {
|
|
2553
2585
|
children: [
|
|
2554
|
-
duotone && /* @__PURE__ */
|
|
2586
|
+
duotone && /* @__PURE__ */ jsx56(
|
|
2555
2587
|
"path",
|
|
2556
2588
|
{
|
|
2557
2589
|
opacity: "0.12",
|
|
@@ -2559,7 +2591,7 @@ var MessageTextSquareIcon = forwardRef53(
|
|
|
2559
2591
|
fill: "currentColor"
|
|
2560
2592
|
}
|
|
2561
2593
|
),
|
|
2562
|
-
/* @__PURE__ */
|
|
2594
|
+
/* @__PURE__ */ jsx56(
|
|
2563
2595
|
"path",
|
|
2564
2596
|
{
|
|
2565
2597
|
d: "M7 8.5H12M7 12H15M7 18V20.3355C7 20.8684 7 21.1348 7.10923 21.2716C7.20422 21.3906 7.34827 21.4599 7.50054 21.4597C7.67563 21.4595 7.88367 21.2931 8.29976 20.9602L10.6852 19.0518C11.1725 18.662 11.4162 18.4671 11.6875 18.3285C11.9282 18.2055 12.1844 18.1156 12.4492 18.0613C12.7477 18 13.0597 18 13.6837 18H16.2C17.8802 18 18.7202 18 19.362 17.673C19.9265 17.3854 20.3854 16.9265 20.673 16.362C21 15.7202 21 14.8802 21 13.2V7.8C21 6.11984 21 5.27976 20.673 4.63803C20.3854 4.07354 19.9265 3.6146 19.362 3.32698C18.7202 3 17.8802 3 16.2 3H7.8C6.11984 3 5.27976 3 4.63803 3.32698C4.07354 3.6146 3.6146 4.07354 3.32698 4.63803C3 5.27976 3 6.11984 3 7.8V14C3 14.93 3 15.395 3.10222 15.7765C3.37962 16.8117 4.18827 17.6204 5.22354 17.8978C5.60504 18 6.07003 18 7 18Z",
|
|
@@ -2576,9 +2608,9 @@ var MessageTextSquareIcon = forwardRef53(
|
|
|
2576
2608
|
);
|
|
2577
2609
|
|
|
2578
2610
|
// src/icons/microphone.tsx
|
|
2579
|
-
import { forwardRef as
|
|
2580
|
-
import { jsx as
|
|
2581
|
-
var MicrophoneIcon =
|
|
2611
|
+
import { forwardRef as forwardRef55 } from "react";
|
|
2612
|
+
import { jsx as jsx57, jsxs as jsxs36 } from "react/jsx-runtime";
|
|
2613
|
+
var MicrophoneIcon = forwardRef55(
|
|
2582
2614
|
function MicrophoneIcon2(_a, ref) {
|
|
2583
2615
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2584
2616
|
return /* @__PURE__ */ jsxs36(
|
|
@@ -2593,7 +2625,7 @@ var MicrophoneIcon = forwardRef54(
|
|
|
2593
2625
|
className
|
|
2594
2626
|
}, other), {
|
|
2595
2627
|
children: [
|
|
2596
|
-
duotone && /* @__PURE__ */
|
|
2628
|
+
duotone && /* @__PURE__ */ jsx57(
|
|
2597
2629
|
"path",
|
|
2598
2630
|
{
|
|
2599
2631
|
opacity: "0.12",
|
|
@@ -2601,7 +2633,7 @@ var MicrophoneIcon = forwardRef54(
|
|
|
2601
2633
|
fill: "currentColor"
|
|
2602
2634
|
}
|
|
2603
2635
|
),
|
|
2604
|
-
/* @__PURE__ */
|
|
2636
|
+
/* @__PURE__ */ jsx57(
|
|
2605
2637
|
"path",
|
|
2606
2638
|
{
|
|
2607
2639
|
d: "M19 10V12C19 15.866 15.866 19 12 19M5 10V12C5 15.866 8.13401 19 12 19M12 19V22M8 22H16M12 15C10.3431 15 9 13.6569 9 12V5C9 3.34315 10.3431 2 12 2C13.6569 2 15 3.34315 15 5V12C15 13.6569 13.6569 15 12 15Z",
|
|
@@ -2618,9 +2650,9 @@ var MicrophoneIcon = forwardRef54(
|
|
|
2618
2650
|
);
|
|
2619
2651
|
|
|
2620
2652
|
// src/icons/microphoneOff.tsx
|
|
2621
|
-
import { forwardRef as
|
|
2622
|
-
import { jsx as
|
|
2623
|
-
var MicrophoneOffIcon =
|
|
2653
|
+
import { forwardRef as forwardRef56 } from "react";
|
|
2654
|
+
import { jsx as jsx58, jsxs as jsxs37 } from "react/jsx-runtime";
|
|
2655
|
+
var MicrophoneOffIcon = forwardRef56(
|
|
2624
2656
|
function MicrophoneOffIcon2(_a, ref) {
|
|
2625
2657
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2626
2658
|
return /* @__PURE__ */ jsxs37(
|
|
@@ -2635,7 +2667,7 @@ var MicrophoneOffIcon = forwardRef55(
|
|
|
2635
2667
|
className
|
|
2636
2668
|
}, other), {
|
|
2637
2669
|
children: [
|
|
2638
|
-
duotone && /* @__PURE__ */
|
|
2670
|
+
duotone && /* @__PURE__ */ jsx58(
|
|
2639
2671
|
"path",
|
|
2640
2672
|
{
|
|
2641
2673
|
opacity: "0.12",
|
|
@@ -2643,7 +2675,7 @@ var MicrophoneOffIcon = forwardRef55(
|
|
|
2643
2675
|
fill: "currentColor"
|
|
2644
2676
|
}
|
|
2645
2677
|
),
|
|
2646
|
-
/* @__PURE__ */
|
|
2678
|
+
/* @__PURE__ */ jsx58(
|
|
2647
2679
|
"path",
|
|
2648
2680
|
{
|
|
2649
2681
|
d: "M15 9.4V5C15 3.34315 13.6569 2 12 2C10.8224 2 9.80325 2.67852 9.3122 3.66593M12 19V22M12 19C8.13401 19 5 15.866 5 12V10M12 19C15.866 19 19 15.866 19 12V10M8 22H16M2 2L22 22M12 15C10.3431 15 9 13.6569 9 12V9L14.1226 14.12C13.5796 14.6637 12.8291 15 12 15Z",
|
|
@@ -2660,9 +2692,9 @@ var MicrophoneOffIcon = forwardRef55(
|
|
|
2660
2692
|
);
|
|
2661
2693
|
|
|
2662
2694
|
// src/icons/monitor.tsx
|
|
2663
|
-
import { forwardRef as
|
|
2664
|
-
import { jsx as
|
|
2665
|
-
var MonitorIcon =
|
|
2695
|
+
import { forwardRef as forwardRef57 } from "react";
|
|
2696
|
+
import { jsx as jsx59, jsxs as jsxs38 } from "react/jsx-runtime";
|
|
2697
|
+
var MonitorIcon = forwardRef57(
|
|
2666
2698
|
function MonitorIcon2(_a, ref) {
|
|
2667
2699
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2668
2700
|
return /* @__PURE__ */ jsxs38(
|
|
@@ -2677,7 +2709,7 @@ var MonitorIcon = forwardRef56(
|
|
|
2677
2709
|
className
|
|
2678
2710
|
}, other), {
|
|
2679
2711
|
children: [
|
|
2680
|
-
duotone && /* @__PURE__ */
|
|
2712
|
+
duotone && /* @__PURE__ */ jsx59(
|
|
2681
2713
|
"path",
|
|
2682
2714
|
{
|
|
2683
2715
|
opacity: "0.12",
|
|
@@ -2685,7 +2717,7 @@ var MonitorIcon = forwardRef56(
|
|
|
2685
2717
|
fill: "currentColor"
|
|
2686
2718
|
}
|
|
2687
2719
|
),
|
|
2688
|
-
/* @__PURE__ */
|
|
2720
|
+
/* @__PURE__ */ jsx59(
|
|
2689
2721
|
"path",
|
|
2690
2722
|
{
|
|
2691
2723
|
d: "M7.57181 21C8.90661 20.3598 10.41 20 12 20C13.59 20 15.0934 20.3598 16.4282 21M6.8 17H17.2C18.8802 17 19.7202 17 20.362 16.673C20.9265 16.3854 21.3854 15.9265 21.673 15.362C22 14.7202 22 13.8802 22 12.2V7.8C22 6.11984 22 5.27976 21.673 4.63803C21.3854 4.07354 20.9265 3.6146 20.362 3.32698C19.7202 3 18.8802 3 17.2 3H6.8C5.11984 3 4.27976 3 3.63803 3.32698C3.07354 3.6146 2.6146 4.07354 2.32698 4.63803C2 5.27976 2 6.11984 2 7.8V12.2C2 13.8802 2 14.7202 2.32698 15.362C2.6146 15.9265 3.07354 16.3854 3.63803 16.673C4.27976 17 5.11984 17 6.8 17Z",
|
|
@@ -2702,9 +2734,9 @@ var MonitorIcon = forwardRef56(
|
|
|
2702
2734
|
);
|
|
2703
2735
|
|
|
2704
2736
|
// src/icons/notificationBox.tsx
|
|
2705
|
-
import { forwardRef as
|
|
2706
|
-
import { jsx as
|
|
2707
|
-
var NotificationBoxIcon =
|
|
2737
|
+
import { forwardRef as forwardRef58 } from "react";
|
|
2738
|
+
import { jsx as jsx60, jsxs as jsxs39 } from "react/jsx-runtime";
|
|
2739
|
+
var NotificationBoxIcon = forwardRef58(
|
|
2708
2740
|
function NotificationBoxIcon2(_a, ref) {
|
|
2709
2741
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2710
2742
|
return /* @__PURE__ */ jsxs39(
|
|
@@ -2719,7 +2751,7 @@ var NotificationBoxIcon = forwardRef57(
|
|
|
2719
2751
|
className
|
|
2720
2752
|
}, other), {
|
|
2721
2753
|
children: [
|
|
2722
|
-
duotone && /* @__PURE__ */
|
|
2754
|
+
duotone && /* @__PURE__ */ jsx60(
|
|
2723
2755
|
"path",
|
|
2724
2756
|
{
|
|
2725
2757
|
opacity: "0.12",
|
|
@@ -2727,7 +2759,7 @@ var NotificationBoxIcon = forwardRef57(
|
|
|
2727
2759
|
fill: "currentColor"
|
|
2728
2760
|
}
|
|
2729
2761
|
),
|
|
2730
|
-
/* @__PURE__ */
|
|
2762
|
+
/* @__PURE__ */ jsx60(
|
|
2731
2763
|
"path",
|
|
2732
2764
|
{
|
|
2733
2765
|
d: "M11 4H7.8C6.11984 4 5.27976 4 4.63803 4.32698C4.07354 4.6146 3.6146 5.07354 3.32698 5.63803C3 6.27976 3 7.11984 3 8.8V16.2C3 17.8802 3 18.7202 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.27976 21 6.11984 21 7.8 21H15.2C16.8802 21 17.7202 21 18.362 20.673C18.9265 20.3854 19.3854 19.9265 19.673 19.362C20 18.7202 20 17.8802 20 16.2V13M20.1213 3.87868C21.2929 5.05025 21.2929 6.94975 20.1213 8.12132C18.9497 9.29289 17.0503 9.29289 15.8787 8.12132C14.7071 6.94975 14.7071 5.05025 15.8787 3.87868C17.0503 2.70711 18.9497 2.70711 20.1213 3.87868Z",
|
|
@@ -2744,9 +2776,9 @@ var NotificationBoxIcon = forwardRef57(
|
|
|
2744
2776
|
);
|
|
2745
2777
|
|
|
2746
2778
|
// src/icons/pauseCircle.tsx
|
|
2747
|
-
import { forwardRef as
|
|
2748
|
-
import { jsx as
|
|
2749
|
-
var PauseCircleIcon =
|
|
2779
|
+
import { forwardRef as forwardRef59 } from "react";
|
|
2780
|
+
import { jsx as jsx61, jsxs as jsxs40 } from "react/jsx-runtime";
|
|
2781
|
+
var PauseCircleIcon = forwardRef59(
|
|
2750
2782
|
function PauseCircleIcon2(_a, ref) {
|
|
2751
2783
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2752
2784
|
return /* @__PURE__ */ jsxs40(
|
|
@@ -2761,7 +2793,7 @@ var PauseCircleIcon = forwardRef58(
|
|
|
2761
2793
|
className
|
|
2762
2794
|
}, other), {
|
|
2763
2795
|
children: [
|
|
2764
|
-
duotone && /* @__PURE__ */
|
|
2796
|
+
duotone && /* @__PURE__ */ jsx61(
|
|
2765
2797
|
"path",
|
|
2766
2798
|
{
|
|
2767
2799
|
opacity: "0.12",
|
|
@@ -2769,7 +2801,7 @@ var PauseCircleIcon = forwardRef58(
|
|
|
2769
2801
|
fill: "currentColor"
|
|
2770
2802
|
}
|
|
2771
2803
|
),
|
|
2772
|
-
/* @__PURE__ */
|
|
2804
|
+
/* @__PURE__ */ jsx61(
|
|
2773
2805
|
"path",
|
|
2774
2806
|
{
|
|
2775
2807
|
d: "M9.5 15V9M14.5 15V9M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z",
|
|
@@ -2786,9 +2818,9 @@ var PauseCircleIcon = forwardRef58(
|
|
|
2786
2818
|
);
|
|
2787
2819
|
|
|
2788
2820
|
// src/icons/phone.tsx
|
|
2789
|
-
import { forwardRef as
|
|
2790
|
-
import { jsx as
|
|
2791
|
-
var PhoneIcon =
|
|
2821
|
+
import { forwardRef as forwardRef60 } from "react";
|
|
2822
|
+
import { jsx as jsx62, jsxs as jsxs41 } from "react/jsx-runtime";
|
|
2823
|
+
var PhoneIcon = forwardRef60(
|
|
2792
2824
|
function PhoneIcon2(_a, ref) {
|
|
2793
2825
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2794
2826
|
return /* @__PURE__ */ jsxs41(
|
|
@@ -2803,7 +2835,7 @@ var PhoneIcon = forwardRef59(
|
|
|
2803
2835
|
className
|
|
2804
2836
|
}, other), {
|
|
2805
2837
|
children: [
|
|
2806
|
-
duotone && /* @__PURE__ */
|
|
2838
|
+
duotone && /* @__PURE__ */ jsx62(
|
|
2807
2839
|
"path",
|
|
2808
2840
|
{
|
|
2809
2841
|
opacity: "0.12",
|
|
@@ -2811,7 +2843,7 @@ var PhoneIcon = forwardRef59(
|
|
|
2811
2843
|
fill: "currentColor"
|
|
2812
2844
|
}
|
|
2813
2845
|
),
|
|
2814
|
-
/* @__PURE__ */
|
|
2846
|
+
/* @__PURE__ */ jsx62(
|
|
2815
2847
|
"path",
|
|
2816
2848
|
{
|
|
2817
2849
|
d: "M12 17.5H12.01M8.2 22H15.8C16.9201 22 17.4802 22 17.908 21.782C18.2843 21.5903 18.5903 21.2843 18.782 20.908C19 20.4802 19 19.9201 19 18.8V5.2C19 4.07989 19 3.51984 18.782 3.09202C18.5903 2.71569 18.2843 2.40973 17.908 2.21799C17.4802 2 16.9201 2 15.8 2H8.2C7.0799 2 6.51984 2 6.09202 2.21799C5.71569 2.40973 5.40973 2.71569 5.21799 3.09202C5 3.51984 5 4.0799 5 5.2V18.8C5 19.9201 5 20.4802 5.21799 20.908C5.40973 21.2843 5.71569 21.5903 6.09202 21.782C6.51984 22 7.07989 22 8.2 22ZM12.5 17.5C12.5 17.7761 12.2761 18 12 18C11.7239 18 11.5 17.7761 11.5 17.5C11.5 17.2239 11.7239 17 12 17C12.2761 17 12.5 17.2239 12.5 17.5Z",
|
|
@@ -2828,9 +2860,9 @@ var PhoneIcon = forwardRef59(
|
|
|
2828
2860
|
);
|
|
2829
2861
|
|
|
2830
2862
|
// src/icons/phoneCall.tsx
|
|
2831
|
-
import { forwardRef as
|
|
2832
|
-
import { jsx as
|
|
2833
|
-
var PhoneCallIcon =
|
|
2863
|
+
import { forwardRef as forwardRef61 } from "react";
|
|
2864
|
+
import { jsx as jsx63, jsxs as jsxs42 } from "react/jsx-runtime";
|
|
2865
|
+
var PhoneCallIcon = forwardRef61(
|
|
2834
2866
|
function PhoneCallIcon2(_a, ref) {
|
|
2835
2867
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2836
2868
|
return /* @__PURE__ */ jsxs42(
|
|
@@ -2845,7 +2877,7 @@ var PhoneCallIcon = forwardRef60(
|
|
|
2845
2877
|
className
|
|
2846
2878
|
}, other), {
|
|
2847
2879
|
children: [
|
|
2848
|
-
duotone && /* @__PURE__ */
|
|
2880
|
+
duotone && /* @__PURE__ */ jsx63(
|
|
2849
2881
|
"path",
|
|
2850
2882
|
{
|
|
2851
2883
|
opacity: "0.12",
|
|
@@ -2853,7 +2885,7 @@ var PhoneCallIcon = forwardRef60(
|
|
|
2853
2885
|
fill: "currentColor"
|
|
2854
2886
|
}
|
|
2855
2887
|
),
|
|
2856
|
-
/* @__PURE__ */
|
|
2888
|
+
/* @__PURE__ */ jsx63(
|
|
2857
2889
|
"path",
|
|
2858
2890
|
{
|
|
2859
2891
|
d: "M14.05 6C15.0268 6.19057 15.9244 6.66826 16.6281 7.37194C17.3318 8.07561 17.8095 8.97326 18 9.95M14.05 2C16.0793 2.22544 17.9716 3.13417 19.4163 4.57701C20.8609 6.01984 21.772 7.91101 22 9.94M10.227 13.8631C9.02543 12.6615 8.07664 11.3028 7.38064 9.85323C7.32078 9.72854 7.29084 9.66619 7.26785 9.5873C7.18612 9.30695 7.24482 8.96269 7.41483 8.72526C7.46268 8.65845 7.51983 8.60129 7.63414 8.48698C7.98375 8.13737 8.15855 7.96257 8.27284 7.78679C8.70383 7.1239 8.70383 6.26932 8.27284 5.60643C8.15855 5.43065 7.98375 5.25585 7.63414 4.90624L7.43927 4.71137C6.90783 4.17993 6.64211 3.91421 6.35673 3.76987C5.78917 3.4828 5.1189 3.4828 4.55134 3.76987C4.26596 3.91421 4.00024 4.17993 3.4688 4.71137L3.31116 4.86901C2.78154 5.39863 2.51673 5.66344 2.31448 6.02348C2.09006 6.42298 1.9287 7.04347 1.93006 7.5017C1.93129 7.91464 2.01139 8.19687 2.1716 8.76131C3.03257 11.7947 4.65705 14.6571 7.04503 17.045C9.43301 19.433 12.2954 21.0575 15.3288 21.9185C15.8932 22.0787 16.1754 22.1588 16.5884 22.16C17.0466 22.1614 17.6671 22 18.0666 21.7756C18.4266 21.5733 18.6914 21.3085 19.2211 20.7789L19.3787 20.6213C19.9101 20.0898 20.1759 19.8241 20.3202 19.5387C20.6073 18.9712 20.6073 18.3009 20.3202 17.7333C20.1759 17.448 19.9101 17.1822 19.3787 16.6508L19.1838 16.4559C18.8342 16.1063 18.6594 15.9315 18.4836 15.8172C17.8208 15.3862 16.9662 15.3862 16.3033 15.8172C16.1275 15.9315 15.9527 16.1063 15.6031 16.4559C15.4888 16.5702 15.4316 16.6274 15.3648 16.6752C15.1274 16.8453 14.7831 16.904 14.5028 16.8222C14.4239 16.7992 14.3615 16.7693 14.2368 16.7094C12.7872 16.0134 11.4286 15.0646 10.227 13.8631Z",
|
|
@@ -2870,9 +2902,9 @@ var PhoneCallIcon = forwardRef60(
|
|
|
2870
2902
|
);
|
|
2871
2903
|
|
|
2872
2904
|
// src/icons/pieChart.tsx
|
|
2873
|
-
import { forwardRef as
|
|
2874
|
-
import { jsx as
|
|
2875
|
-
var PieChartIcon =
|
|
2905
|
+
import { forwardRef as forwardRef62 } from "react";
|
|
2906
|
+
import { jsx as jsx64, jsxs as jsxs43 } from "react/jsx-runtime";
|
|
2907
|
+
var PieChartIcon = forwardRef62(
|
|
2876
2908
|
function PieChartIcon2(_a, ref) {
|
|
2877
2909
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2878
2910
|
return /* @__PURE__ */ jsxs43(
|
|
@@ -2887,7 +2919,7 @@ var PieChartIcon = forwardRef61(
|
|
|
2887
2919
|
className
|
|
2888
2920
|
}, other), {
|
|
2889
2921
|
children: [
|
|
2890
|
-
duotone && /* @__PURE__ */
|
|
2922
|
+
duotone && /* @__PURE__ */ jsx64(
|
|
2891
2923
|
"path",
|
|
2892
2924
|
{
|
|
2893
2925
|
opacity: "0.12",
|
|
@@ -2895,7 +2927,7 @@ var PieChartIcon = forwardRef61(
|
|
|
2895
2927
|
fill: "currentColor"
|
|
2896
2928
|
}
|
|
2897
2929
|
),
|
|
2898
|
-
/* @__PURE__ */
|
|
2930
|
+
/* @__PURE__ */ jsx64(
|
|
2899
2931
|
"path",
|
|
2900
2932
|
{
|
|
2901
2933
|
d: "M17.2 14C17.477 14 17.6155 14 17.7278 14.0615C17.8204 14.1122 17.9065 14.2075 17.9478 14.3047C17.9978 14.4225 17.9852 14.5479 17.96 14.7987C17.8296 16.0987 17.3822 17.3514 16.6518 18.4445C15.7727 19.7601 14.5233 20.7855 13.0615 21.391C11.5997 21.9965 9.99113 22.155 8.43928 21.8463C6.88743 21.5376 5.46197 20.7757 4.34315 19.6568C3.22433 18.538 2.4624 17.1126 2.15372 15.5607C1.84504 14.0089 2.00347 12.4003 2.60897 10.9385C3.21447 9.47671 4.23985 8.22728 5.55544 7.34823C6.64856 6.61783 7.90125 6.17039 9.20131 6.03995C9.45207 6.01479 9.57745 6.00221 9.69528 6.0522C9.79249 6.09344 9.88776 6.17964 9.9385 6.27224C10 6.38449 10 6.52299 10 6.79999V13.2C10 13.48 10 13.62 10.0545 13.727C10.1024 13.8211 10.1789 13.8976 10.273 13.9455C10.38 14 10.52 14 10.8 14H17.2Z",
|
|
@@ -2906,7 +2938,7 @@ var PieChartIcon = forwardRef61(
|
|
|
2906
2938
|
}
|
|
2907
2939
|
),
|
|
2908
2940
|
",",
|
|
2909
|
-
/* @__PURE__ */
|
|
2941
|
+
/* @__PURE__ */ jsx64(
|
|
2910
2942
|
"path",
|
|
2911
2943
|
{
|
|
2912
2944
|
d: "M14 2.79999C14 2.52298 14 2.38448 14.0615 2.27223C14.1122 2.17963 14.2075 2.09344 14.3047 2.0522C14.4225 2.0022 14.5479 2.01478 14.7987 2.03993C16.6271 2.22333 18.346 3.03229 19.6569 4.34313C20.9677 5.65398 21.7767 7.37289 21.9601 9.20129C21.9852 9.45206 21.9978 9.57744 21.9478 9.69527C21.9066 9.79248 21.8204 9.88774 21.7278 9.93848C21.6155 9.99998 21.477 9.99999 21.2 9.99999L14.8 9.99999C14.52 9.99999 14.38 9.99999 14.273 9.94549C14.1789 9.89755 14.1024 9.82106 14.0545 9.72698C14 9.62003 14 9.48001 14 9.19999V2.79999Z",
|
|
@@ -2923,11 +2955,11 @@ var PieChartIcon = forwardRef61(
|
|
|
2923
2955
|
);
|
|
2924
2956
|
|
|
2925
2957
|
// src/icons/play.tsx
|
|
2926
|
-
import { forwardRef as
|
|
2927
|
-
import { jsx as
|
|
2928
|
-
var PlayIcon =
|
|
2958
|
+
import { forwardRef as forwardRef63 } from "react";
|
|
2959
|
+
import { jsx as jsx65 } from "react/jsx-runtime";
|
|
2960
|
+
var PlayIcon = forwardRef63(function PlayIcon2(_a, ref) {
|
|
2929
2961
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2930
|
-
return /* @__PURE__ */
|
|
2962
|
+
return /* @__PURE__ */ jsx65(
|
|
2931
2963
|
"svg",
|
|
2932
2964
|
__spreadProps(__spreadValues({
|
|
2933
2965
|
ref,
|
|
@@ -2938,7 +2970,7 @@ var PlayIcon = forwardRef62(function PlayIcon2(_a, ref) {
|
|
|
2938
2970
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2939
2971
|
className
|
|
2940
2972
|
}, other), {
|
|
2941
|
-
children: /* @__PURE__ */
|
|
2973
|
+
children: /* @__PURE__ */ jsx65(
|
|
2942
2974
|
"path",
|
|
2943
2975
|
{
|
|
2944
2976
|
fillRule: "evenodd",
|
|
@@ -2952,9 +2984,9 @@ var PlayIcon = forwardRef62(function PlayIcon2(_a, ref) {
|
|
|
2952
2984
|
});
|
|
2953
2985
|
|
|
2954
2986
|
// src/icons/playCircle.tsx
|
|
2955
|
-
import { forwardRef as
|
|
2956
|
-
import { jsx as
|
|
2957
|
-
var PlayCircleIcon =
|
|
2987
|
+
import { forwardRef as forwardRef64 } from "react";
|
|
2988
|
+
import { jsx as jsx66, jsxs as jsxs44 } from "react/jsx-runtime";
|
|
2989
|
+
var PlayCircleIcon = forwardRef64(
|
|
2958
2990
|
function PlayCircleIcon2(_a, ref) {
|
|
2959
2991
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2960
2992
|
return /* @__PURE__ */ jsxs44(
|
|
@@ -2969,7 +3001,7 @@ var PlayCircleIcon = forwardRef63(
|
|
|
2969
3001
|
className
|
|
2970
3002
|
}, other), {
|
|
2971
3003
|
children: [
|
|
2972
|
-
duotone && /* @__PURE__ */
|
|
3004
|
+
duotone && /* @__PURE__ */ jsx66(
|
|
2973
3005
|
"path",
|
|
2974
3006
|
{
|
|
2975
3007
|
opacity: "0.12",
|
|
@@ -2977,7 +3009,7 @@ var PlayCircleIcon = forwardRef63(
|
|
|
2977
3009
|
fill: "currentColor"
|
|
2978
3010
|
}
|
|
2979
3011
|
),
|
|
2980
|
-
/* @__PURE__ */
|
|
3012
|
+
/* @__PURE__ */ jsx66(
|
|
2981
3013
|
"path",
|
|
2982
3014
|
{
|
|
2983
3015
|
d: "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z",
|
|
@@ -2988,7 +3020,7 @@ var PlayCircleIcon = forwardRef63(
|
|
|
2988
3020
|
}
|
|
2989
3021
|
),
|
|
2990
3022
|
",",
|
|
2991
|
-
/* @__PURE__ */
|
|
3023
|
+
/* @__PURE__ */ jsx66(
|
|
2992
3024
|
"path",
|
|
2993
3025
|
{
|
|
2994
3026
|
d: "M9.5 8.96533C9.5 8.48805 9.5 8.24941 9.59974 8.11618C9.68666 8.00007 9.81971 7.92744 9.96438 7.9171C10.1304 7.90525 10.3311 8.03429 10.7326 8.29239L15.4532 11.3271C15.8016 11.551 15.9758 11.663 16.0359 11.8054C16.0885 11.9298 16.0885 12.0702 16.0359 12.1946C15.9758 12.337 15.8016 12.449 15.4532 12.6729L10.7326 15.7076C10.3311 15.9657 10.1304 16.0948 9.96438 16.0829C9.81971 16.0726 9.68666 15.9999 9.59974 15.8838C9.5 15.7506 9.5 15.512 9.5 15.0347V8.96533Z",
|
|
@@ -3005,11 +3037,11 @@ var PlayCircleIcon = forwardRef63(
|
|
|
3005
3037
|
);
|
|
3006
3038
|
|
|
3007
3039
|
// src/icons/plus.tsx
|
|
3008
|
-
import { forwardRef as
|
|
3009
|
-
import { jsx as
|
|
3010
|
-
var PlusIcon =
|
|
3040
|
+
import { forwardRef as forwardRef65 } from "react";
|
|
3041
|
+
import { jsx as jsx67 } from "react/jsx-runtime";
|
|
3042
|
+
var PlusIcon = forwardRef65(function PlusIcon2(_a, ref) {
|
|
3011
3043
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3012
|
-
return /* @__PURE__ */
|
|
3044
|
+
return /* @__PURE__ */ jsx67(
|
|
3013
3045
|
"svg",
|
|
3014
3046
|
__spreadProps(__spreadValues({
|
|
3015
3047
|
ref,
|
|
@@ -3020,7 +3052,7 @@ var PlusIcon = forwardRef64(function PlusIcon2(_a, ref) {
|
|
|
3020
3052
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3021
3053
|
className
|
|
3022
3054
|
}, other), {
|
|
3023
|
-
children: /* @__PURE__ */
|
|
3055
|
+
children: /* @__PURE__ */ jsx67(
|
|
3024
3056
|
"path",
|
|
3025
3057
|
{
|
|
3026
3058
|
d: "M12 5V19M5 12H19",
|
|
@@ -3035,9 +3067,9 @@ var PlusIcon = forwardRef64(function PlusIcon2(_a, ref) {
|
|
|
3035
3067
|
});
|
|
3036
3068
|
|
|
3037
3069
|
// src/icons/plusCircle.tsx
|
|
3038
|
-
import { forwardRef as
|
|
3039
|
-
import { jsx as
|
|
3040
|
-
var PlusCircleIcon =
|
|
3070
|
+
import { forwardRef as forwardRef66 } from "react";
|
|
3071
|
+
import { jsx as jsx68, jsxs as jsxs45 } from "react/jsx-runtime";
|
|
3072
|
+
var PlusCircleIcon = forwardRef66(
|
|
3041
3073
|
function PlusCircleIcon2(_a, ref) {
|
|
3042
3074
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3043
3075
|
return /* @__PURE__ */ jsxs45(
|
|
@@ -3052,7 +3084,7 @@ var PlusCircleIcon = forwardRef65(
|
|
|
3052
3084
|
className
|
|
3053
3085
|
}, other), {
|
|
3054
3086
|
children: [
|
|
3055
|
-
duotone && /* @__PURE__ */
|
|
3087
|
+
duotone && /* @__PURE__ */ jsx68(
|
|
3056
3088
|
"path",
|
|
3057
3089
|
{
|
|
3058
3090
|
opacity: "0.12",
|
|
@@ -3060,7 +3092,7 @@ var PlusCircleIcon = forwardRef65(
|
|
|
3060
3092
|
fill: "currentColor"
|
|
3061
3093
|
}
|
|
3062
3094
|
),
|
|
3063
|
-
/* @__PURE__ */
|
|
3095
|
+
/* @__PURE__ */ jsx68(
|
|
3064
3096
|
"path",
|
|
3065
3097
|
{
|
|
3066
3098
|
d: "M12 8V16M8 12H16M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z",
|
|
@@ -3077,9 +3109,9 @@ var PlusCircleIcon = forwardRef65(
|
|
|
3077
3109
|
);
|
|
3078
3110
|
|
|
3079
3111
|
// src/icons/puzzlePiece.tsx
|
|
3080
|
-
import { forwardRef as
|
|
3081
|
-
import { jsx as
|
|
3082
|
-
var PuzzlePieceIcon =
|
|
3112
|
+
import { forwardRef as forwardRef67 } from "react";
|
|
3113
|
+
import { jsx as jsx69, jsxs as jsxs46 } from "react/jsx-runtime";
|
|
3114
|
+
var PuzzlePieceIcon = forwardRef67(
|
|
3083
3115
|
function PuzzlePieceIcon2(_a, ref) {
|
|
3084
3116
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3085
3117
|
return /* @__PURE__ */ jsxs46(
|
|
@@ -3094,7 +3126,7 @@ var PuzzlePieceIcon = forwardRef66(
|
|
|
3094
3126
|
className
|
|
3095
3127
|
}, other), {
|
|
3096
3128
|
children: [
|
|
3097
|
-
duotone && /* @__PURE__ */
|
|
3129
|
+
duotone && /* @__PURE__ */ jsx69(
|
|
3098
3130
|
"path",
|
|
3099
3131
|
{
|
|
3100
3132
|
opacity: "0.12",
|
|
@@ -3102,7 +3134,7 @@ var PuzzlePieceIcon = forwardRef66(
|
|
|
3102
3134
|
fill: "currentColor"
|
|
3103
3135
|
}
|
|
3104
3136
|
),
|
|
3105
|
-
/* @__PURE__ */
|
|
3137
|
+
/* @__PURE__ */ jsx69(
|
|
3106
3138
|
"path",
|
|
3107
3139
|
{
|
|
3108
3140
|
d: "M7.5 4.5C7.5 3.11929 8.61929 2 10 2C11.3807 2 12.5 3.11929 12.5 4.5V6H13.5C14.8978 6 15.5967 6 16.1481 6.22836C16.8831 6.53284 17.4672 7.11687 17.7716 7.85195C18 8.40326 18 9.10218 18 10.5H19.5C20.8807 10.5 22 11.6193 22 13C22 14.3807 20.8807 15.5 19.5 15.5H18V17.2C18 18.8802 18 19.7202 17.673 20.362C17.3854 20.9265 16.9265 21.3854 16.362 21.673C15.7202 22 14.8802 22 13.2 22H12.5V20.25C12.5 19.0074 11.4926 18 10.25 18C9.00736 18 8 19.0074 8 20.25V22H6.8C5.11984 22 4.27976 22 3.63803 21.673C3.07354 21.3854 2.6146 20.9265 2.32698 20.362C2 19.7202 2 18.8802 2 17.2V15.5H3.5C4.88071 15.5 6 14.3807 6 13C6 11.6193 4.88071 10.5 3.5 10.5H2C2 9.10218 2 8.40326 2.22836 7.85195C2.53284 7.11687 3.11687 6.53284 3.85195 6.22836C4.40326 6 5.10218 6 6.5 6H7.5V4.5Z",
|
|
@@ -3119,9 +3151,9 @@ var PuzzlePieceIcon = forwardRef66(
|
|
|
3119
3151
|
);
|
|
3120
3152
|
|
|
3121
3153
|
// src/icons/qrCode.tsx
|
|
3122
|
-
import { forwardRef as
|
|
3123
|
-
import { jsx as
|
|
3124
|
-
var QrCodeIcon =
|
|
3154
|
+
import { forwardRef as forwardRef68 } from "react";
|
|
3155
|
+
import { jsx as jsx70, jsxs as jsxs47 } from "react/jsx-runtime";
|
|
3156
|
+
var QrCodeIcon = forwardRef68(
|
|
3125
3157
|
function QrCodeIcon2(_a, ref) {
|
|
3126
3158
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3127
3159
|
return /* @__PURE__ */ jsxs47(
|
|
@@ -3136,7 +3168,7 @@ var QrCodeIcon = forwardRef67(
|
|
|
3136
3168
|
className
|
|
3137
3169
|
}, other), {
|
|
3138
3170
|
children: [
|
|
3139
|
-
duotone && /* @__PURE__ */
|
|
3171
|
+
duotone && /* @__PURE__ */ jsx70(
|
|
3140
3172
|
"path",
|
|
3141
3173
|
{
|
|
3142
3174
|
opacity: "0.4",
|
|
@@ -3147,7 +3179,7 @@ var QrCodeIcon = forwardRef67(
|
|
|
3147
3179
|
strokeLinejoin: "round"
|
|
3148
3180
|
}
|
|
3149
3181
|
),
|
|
3150
|
-
/* @__PURE__ */
|
|
3182
|
+
/* @__PURE__ */ jsx70(
|
|
3151
3183
|
"path",
|
|
3152
3184
|
{
|
|
3153
3185
|
d: "M7 12H12V17M17.6 21H19.4C19.9601 21 20.2401 21 20.454 20.891C20.6422 20.7951 20.7951 20.6422 20.891 20.454C21 20.2401 21 19.9601 21 19.4V17.6C21 17.0399 21 16.7599 20.891 16.546C20.7951 16.3578 20.6422 16.2049 20.454 16.109C20.2401 16 19.9601 16 19.4 16H17.6C17.0399 16 16.7599 16 16.546 16.109C16.3578 16.2049 16.2049 16.3578 16.109 16.546C16 16.7599 16 17.0399 16 17.6V19.4C16 19.9601 16 20.2401 16.109 20.454C16.2049 20.6422 16.3578 20.7951 16.546 20.891C16.7599 21 17.0399 21 17.6 21ZM17.6 8H19.4C19.9601 8 20.2401 8 20.454 7.89101C20.6422 7.79513 20.7951 7.64215 20.891 7.45399C21 7.24008 21 6.96005 21 6.4V4.6C21 4.03995 21 3.75992 20.891 3.54601C20.7951 3.35785 20.6422 3.20487 20.454 3.10899C20.2401 3 19.9601 3 19.4 3H17.6C17.0399 3 16.7599 3 16.546 3.10899C16.3578 3.20487 16.2049 3.35785 16.109 3.54601C16 3.75992 16 4.03995 16 4.6V6.4C16 6.96005 16 7.24008 16.109 7.45399C16.2049 7.64215 16.3578 7.79513 16.546 7.89101C16.7599 8 17.0399 8 17.6 8ZM4.6 8H6.4C6.96005 8 7.24008 8 7.45399 7.89101C7.64215 7.79513 7.79513 7.64215 7.89101 7.45399C8 7.24008 8 6.96005 8 6.4V4.6C8 4.03995 8 3.75992 7.89101 3.54601C7.79513 3.35785 7.64215 3.20487 7.45399 3.10899C7.24008 3 6.96005 3 6.4 3H4.6C4.03995 3 3.75992 3 3.54601 3.10899C3.35785 3.20487 3.20487 3.35785 3.10899 3.54601C3 3.75992 3 4.03995 3 4.6V6.4C3 6.96005 3 7.24008 3.10899 7.45399C3.20487 7.64215 3.35785 7.79513 3.54601 7.89101C3.75992 8 4.03995 8 4.6 8Z",
|
|
@@ -3164,9 +3196,9 @@ var QrCodeIcon = forwardRef67(
|
|
|
3164
3196
|
);
|
|
3165
3197
|
|
|
3166
3198
|
// src/icons/receiptCheck.tsx
|
|
3167
|
-
import { forwardRef as
|
|
3168
|
-
import { jsx as
|
|
3169
|
-
var ReceiptCheckIcon =
|
|
3199
|
+
import { forwardRef as forwardRef69 } from "react";
|
|
3200
|
+
import { jsx as jsx71, jsxs as jsxs48 } from "react/jsx-runtime";
|
|
3201
|
+
var ReceiptCheckIcon = forwardRef69(
|
|
3170
3202
|
function ReceiptCheckIcon2(_a, ref) {
|
|
3171
3203
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3172
3204
|
return /* @__PURE__ */ jsxs48(
|
|
@@ -3181,7 +3213,7 @@ var ReceiptCheckIcon = forwardRef68(
|
|
|
3181
3213
|
className
|
|
3182
3214
|
}, other), {
|
|
3183
3215
|
children: [
|
|
3184
|
-
duotone && /* @__PURE__ */
|
|
3216
|
+
duotone && /* @__PURE__ */ jsx71(
|
|
3185
3217
|
"path",
|
|
3186
3218
|
{
|
|
3187
3219
|
opacity: "0.12",
|
|
@@ -3189,7 +3221,7 @@ var ReceiptCheckIcon = forwardRef68(
|
|
|
3189
3221
|
fill: "currentColor"
|
|
3190
3222
|
}
|
|
3191
3223
|
),
|
|
3192
|
-
/* @__PURE__ */
|
|
3224
|
+
/* @__PURE__ */ jsx71(
|
|
3193
3225
|
"path",
|
|
3194
3226
|
{
|
|
3195
3227
|
d: "M9 10.5L11 12.5L15.5 8M20 21V7.8C20 6.11984 20 5.27976 19.673 4.63803C19.3854 4.07354 18.9265 3.6146 18.362 3.32698C17.7202 3 16.8802 3 15.2 3H8.8C7.11984 3 6.27976 3 5.63803 3.32698C5.07354 3.6146 4.6146 4.07354 4.32698 4.63803C4 5.27976 4 6.11984 4 7.8V21L6.75 19L9.25 21L12 19L14.75 21L17.25 19L20 21Z",
|
|
@@ -3206,9 +3238,9 @@ var ReceiptCheckIcon = forwardRef68(
|
|
|
3206
3238
|
);
|
|
3207
3239
|
|
|
3208
3240
|
// src/icons/recording.tsx
|
|
3209
|
-
import { forwardRef as
|
|
3210
|
-
import { jsx as
|
|
3211
|
-
var RecordingIcon =
|
|
3241
|
+
import { forwardRef as forwardRef70 } from "react";
|
|
3242
|
+
import { jsx as jsx72, jsxs as jsxs49 } from "react/jsx-runtime";
|
|
3243
|
+
var RecordingIcon = forwardRef70(
|
|
3212
3244
|
function RecordingIcon2(_a, ref) {
|
|
3213
3245
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3214
3246
|
return /* @__PURE__ */ jsxs49(
|
|
@@ -3223,7 +3255,7 @@ var RecordingIcon = forwardRef69(
|
|
|
3223
3255
|
className
|
|
3224
3256
|
}, other), {
|
|
3225
3257
|
children: [
|
|
3226
|
-
duotone && /* @__PURE__ */
|
|
3258
|
+
duotone && /* @__PURE__ */ jsx72(
|
|
3227
3259
|
"path",
|
|
3228
3260
|
{
|
|
3229
3261
|
opacity: "0.12",
|
|
@@ -3231,7 +3263,7 @@ var RecordingIcon = forwardRef69(
|
|
|
3231
3263
|
fill: "currentColor"
|
|
3232
3264
|
}
|
|
3233
3265
|
),
|
|
3234
|
-
/* @__PURE__ */
|
|
3266
|
+
/* @__PURE__ */ jsx72(
|
|
3235
3267
|
"path",
|
|
3236
3268
|
{
|
|
3237
3269
|
d: "M6 11V13M10 9V15M14 7V17M18 11V13M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z",
|
|
@@ -3248,12 +3280,12 @@ var RecordingIcon = forwardRef69(
|
|
|
3248
3280
|
);
|
|
3249
3281
|
|
|
3250
3282
|
// src/icons/refreshCcw.tsx
|
|
3251
|
-
import { forwardRef as
|
|
3252
|
-
import { jsx as
|
|
3253
|
-
var RefreshCcwIcon =
|
|
3283
|
+
import { forwardRef as forwardRef71 } from "react";
|
|
3284
|
+
import { jsx as jsx73 } from "react/jsx-runtime";
|
|
3285
|
+
var RefreshCcwIcon = forwardRef71(
|
|
3254
3286
|
function RefreshCcwIcon2(_a, ref) {
|
|
3255
3287
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3256
|
-
return /* @__PURE__ */
|
|
3288
|
+
return /* @__PURE__ */ jsx73(
|
|
3257
3289
|
"svg",
|
|
3258
3290
|
__spreadProps(__spreadValues({
|
|
3259
3291
|
ref,
|
|
@@ -3264,7 +3296,7 @@ var RefreshCcwIcon = forwardRef70(
|
|
|
3264
3296
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3265
3297
|
className
|
|
3266
3298
|
}, other), {
|
|
3267
|
-
children: /* @__PURE__ */
|
|
3299
|
+
children: /* @__PURE__ */ jsx73(
|
|
3268
3300
|
"path",
|
|
3269
3301
|
{
|
|
3270
3302
|
d: "M2 10C2 10 4.00498 7.26822 5.63384 5.63824C7.26269 4.00827 9.5136 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C7.89691 21 4.43511 18.2543 3.35177 14.5M2 10V4M2 10H8",
|
|
@@ -3280,12 +3312,12 @@ var RefreshCcwIcon = forwardRef70(
|
|
|
3280
3312
|
);
|
|
3281
3313
|
|
|
3282
3314
|
// src/icons/refreshCw.tsx
|
|
3283
|
-
import { forwardRef as
|
|
3284
|
-
import { jsx as
|
|
3285
|
-
var RefreshCwIcon =
|
|
3315
|
+
import { forwardRef as forwardRef72 } from "react";
|
|
3316
|
+
import { jsx as jsx74 } from "react/jsx-runtime";
|
|
3317
|
+
var RefreshCwIcon = forwardRef72(
|
|
3286
3318
|
function RefreshCwIcon2(_a, ref) {
|
|
3287
3319
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3288
|
-
return /* @__PURE__ */
|
|
3320
|
+
return /* @__PURE__ */ jsx74(
|
|
3289
3321
|
"svg",
|
|
3290
3322
|
__spreadProps(__spreadValues({
|
|
3291
3323
|
ref,
|
|
@@ -3296,7 +3328,7 @@ var RefreshCwIcon = forwardRef71(
|
|
|
3296
3328
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3297
3329
|
className
|
|
3298
3330
|
}, other), {
|
|
3299
|
-
children: /* @__PURE__ */
|
|
3331
|
+
children: /* @__PURE__ */ jsx74(
|
|
3300
3332
|
"path",
|
|
3301
3333
|
{
|
|
3302
3334
|
d: "M14 22C14 22 14.8492 21.8787 18.364 18.364C21.8787 14.8492 21.8787 9.15076 18.364 5.63604C17.1187 4.39077 15.5993 3.58669 14 3.22383M14 22H20M14 22L14 16M10 2.00019C10 2.00019 9.15076 2.12152 5.63604 5.63624C2.12132 9.15095 2.12132 14.8494 5.63604 18.3642C6.88131 19.6094 8.40072 20.4135 10 20.7764M10 2.00019L4 2M10 2.00019L10 8",
|
|
@@ -3312,9 +3344,9 @@ var RefreshCwIcon = forwardRef71(
|
|
|
3312
3344
|
);
|
|
3313
3345
|
|
|
3314
3346
|
// src/icons/rocket.tsx
|
|
3315
|
-
import { forwardRef as
|
|
3316
|
-
import { jsx as
|
|
3317
|
-
var RocketIcon =
|
|
3347
|
+
import { forwardRef as forwardRef73 } from "react";
|
|
3348
|
+
import { jsx as jsx75, jsxs as jsxs50 } from "react/jsx-runtime";
|
|
3349
|
+
var RocketIcon = forwardRef73(
|
|
3318
3350
|
function RocketIcon2(_a, ref) {
|
|
3319
3351
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3320
3352
|
return /* @__PURE__ */ jsxs50(
|
|
@@ -3329,7 +3361,7 @@ var RocketIcon = forwardRef72(
|
|
|
3329
3361
|
className
|
|
3330
3362
|
}, other), {
|
|
3331
3363
|
children: [
|
|
3332
|
-
duotone && /* @__PURE__ */
|
|
3364
|
+
duotone && /* @__PURE__ */ jsx75(
|
|
3333
3365
|
"path",
|
|
3334
3366
|
{
|
|
3335
3367
|
opacity: "0.12",
|
|
@@ -3337,7 +3369,7 @@ var RocketIcon = forwardRef72(
|
|
|
3337
3369
|
fill: "currentColor"
|
|
3338
3370
|
}
|
|
3339
3371
|
),
|
|
3340
|
-
/* @__PURE__ */
|
|
3372
|
+
/* @__PURE__ */ jsx75(
|
|
3341
3373
|
"path",
|
|
3342
3374
|
{
|
|
3343
3375
|
d: "M12 15L9 12M12 15C13.3968 14.4687 14.7369 13.7987 16 13M12 15V20C12 20 15.03 19.45 16 18C17.08 16.38 16 13 16 13M9 12C9.53214 10.6194 10.2022 9.29607 11 8.05C12.1652 6.18699 13.7876 4.65305 15.713 3.5941C17.6384 2.53514 19.8027 1.98637 22 2C22 4.72 21.22 9.5 16 13M9 12H4C4 12 4.55 8.97 6 8C7.62 6.92 11 8 11 8M4.5 16.5C3 17.76 2.5 21.5 2.5 21.5C2.5 21.5 6.24 21 7.5 19.5C8.21 18.66 8.2 17.37 7.41 16.59C7.02131 16.219 6.50929 16.0046 5.97223 15.988C5.43516 15.9714 4.91088 16.1537 4.5 16.5Z",
|
|
@@ -3354,9 +3386,9 @@ var RocketIcon = forwardRef72(
|
|
|
3354
3386
|
);
|
|
3355
3387
|
|
|
3356
3388
|
// src/icons/save.tsx
|
|
3357
|
-
import { forwardRef as
|
|
3358
|
-
import { jsx as
|
|
3359
|
-
var SaveIcon =
|
|
3389
|
+
import { forwardRef as forwardRef74 } from "react";
|
|
3390
|
+
import { jsx as jsx76, jsxs as jsxs51 } from "react/jsx-runtime";
|
|
3391
|
+
var SaveIcon = forwardRef74(function SaveIcon2(_a, ref) {
|
|
3360
3392
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3361
3393
|
return /* @__PURE__ */ jsxs51(
|
|
3362
3394
|
"svg",
|
|
@@ -3371,14 +3403,14 @@ var SaveIcon = forwardRef73(function SaveIcon2(_a, ref) {
|
|
|
3371
3403
|
}, other), {
|
|
3372
3404
|
children: [
|
|
3373
3405
|
duotone && /* @__PURE__ */ jsxs51("g", { opacity: "0.12", children: [
|
|
3374
|
-
/* @__PURE__ */
|
|
3406
|
+
/* @__PURE__ */ jsx76(
|
|
3375
3407
|
"path",
|
|
3376
3408
|
{
|
|
3377
3409
|
d: "M7 3H15.2929C15.7456 3 16.1799 3.17986 16.5 3.5C16.8201 3.82014 17 4.25435 17 4.70711V6.4C17 6.96005 17 7.24008 16.891 7.45399C16.7951 7.64215 16.6422 7.79513 16.454 7.89101C16.2401 8 15.9601 8 15.4 8H8.6C8.03995 8 7.75992 8 7.54601 7.89101C7.35785 7.79513 7.20487 7.64215 7.10899 7.45399C7 7.24008 7 6.96005 7 6.4V3Z",
|
|
3378
3410
|
fill: "currentColor"
|
|
3379
3411
|
}
|
|
3380
3412
|
),
|
|
3381
|
-
/* @__PURE__ */
|
|
3413
|
+
/* @__PURE__ */ jsx76(
|
|
3382
3414
|
"path",
|
|
3383
3415
|
{
|
|
3384
3416
|
d: "M7 14.6C7 14.0399 7 13.7599 7.10899 13.546C7.20487 13.3578 7.35785 13.2049 7.54601 13.109C7.75992 13 8.03995 13 8.6 13H15.4C15.9601 13 16.2401 13 16.454 13.109C16.6422 13.2049 16.7951 13.3578 16.891 13.546C17 13.7599 17 14.0399 17 14.6V21H7V14.6Z",
|
|
@@ -3386,7 +3418,7 @@ var SaveIcon = forwardRef73(function SaveIcon2(_a, ref) {
|
|
|
3386
3418
|
}
|
|
3387
3419
|
)
|
|
3388
3420
|
] }),
|
|
3389
|
-
/* @__PURE__ */
|
|
3421
|
+
/* @__PURE__ */ jsx76(
|
|
3390
3422
|
"path",
|
|
3391
3423
|
{
|
|
3392
3424
|
d: "M7 3V6.4C7 6.96005 7 7.24008 7.10899 7.45399C7.20487 7.64215 7.35785 7.79513 7.54601 7.89101C7.75992 8 8.03995 8 8.6 8H15.4C15.9601 8 16.2401 8 16.454 7.89101C16.6422 7.79513 16.7951 7.64215 16.891 7.45399C17 7.24008 17 6.96005 17 6.4V4M17 21V14.6C17 14.0399 17 13.7599 16.891 13.546C16.7951 13.3578 16.6422 13.2049 16.454 13.109C16.2401 13 15.9601 13 15.4 13H8.6C8.03995 13 7.75992 13 7.54601 13.109C7.35785 13.2049 7.20487 13.3578 7.10899 13.546C7 13.7599 7 14.0399 7 14.6V21M21 9.32548V16.2C21 17.8802 21 18.7202 20.673 19.362C20.3854 19.9265 19.9265 20.3854 19.362 20.673C18.7202 21 17.8802 21 16.2 21H7.8C6.11984 21 5.27976 21 4.63803 20.673C4.07354 20.3854 3.6146 19.9265 3.32698 19.362C3 18.7202 3 17.8802 3 16.2V7.8C3 6.11984 3 5.27976 3.32698 4.63803C3.6146 4.07354 4.07354 3.6146 4.63803 3.32698C5.27976 3 6.11984 3 7.8 3H14.6745C15.1637 3 15.4083 3 15.6385 3.05526C15.8425 3.10425 16.0376 3.18506 16.2166 3.29472C16.4184 3.4184 16.5914 3.59135 16.9373 3.93726L20.0627 7.06274C20.4086 7.40865 20.5816 7.5816 20.7053 7.78343C20.8149 7.96237 20.8957 8.15746 20.9447 8.36154C21 8.59171 21 8.8363 21 9.32548Z",
|
|
@@ -3402,9 +3434,9 @@ var SaveIcon = forwardRef73(function SaveIcon2(_a, ref) {
|
|
|
3402
3434
|
});
|
|
3403
3435
|
|
|
3404
3436
|
// src/icons/search.tsx
|
|
3405
|
-
import { forwardRef as
|
|
3406
|
-
import { jsx as
|
|
3407
|
-
var SearchMdIcon =
|
|
3437
|
+
import { forwardRef as forwardRef75 } from "react";
|
|
3438
|
+
import { jsx as jsx77, jsxs as jsxs52 } from "react/jsx-runtime";
|
|
3439
|
+
var SearchMdIcon = forwardRef75(
|
|
3408
3440
|
function SearchMdIcon2(_a, ref) {
|
|
3409
3441
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3410
3442
|
return /* @__PURE__ */ jsxs52(
|
|
@@ -3419,7 +3451,7 @@ var SearchMdIcon = forwardRef74(
|
|
|
3419
3451
|
className
|
|
3420
3452
|
}, other), {
|
|
3421
3453
|
children: [
|
|
3422
|
-
duotone && /* @__PURE__ */
|
|
3454
|
+
duotone && /* @__PURE__ */ jsx77(
|
|
3423
3455
|
"path",
|
|
3424
3456
|
{
|
|
3425
3457
|
opacity: "0.12",
|
|
@@ -3427,7 +3459,7 @@ var SearchMdIcon = forwardRef74(
|
|
|
3427
3459
|
fill: "currentColor"
|
|
3428
3460
|
}
|
|
3429
3461
|
),
|
|
3430
|
-
/* @__PURE__ */
|
|
3462
|
+
/* @__PURE__ */ jsx77(
|
|
3431
3463
|
"path",
|
|
3432
3464
|
{
|
|
3433
3465
|
d: "M21 21L16.65 16.65M19 11C19 15.4183 15.4183 19 11 19C6.58172 19 3 15.4183 3 11C3 6.58172 6.58172 3 11 3C15.4183 3 19 6.58172 19 11Z",
|
|
@@ -3444,9 +3476,9 @@ var SearchMdIcon = forwardRef74(
|
|
|
3444
3476
|
);
|
|
3445
3477
|
|
|
3446
3478
|
// src/icons/send.tsx
|
|
3447
|
-
import { forwardRef as
|
|
3448
|
-
import { jsx as
|
|
3449
|
-
var SendIcon =
|
|
3479
|
+
import { forwardRef as forwardRef76 } from "react";
|
|
3480
|
+
import { jsx as jsx78, jsxs as jsxs53 } from "react/jsx-runtime";
|
|
3481
|
+
var SendIcon = forwardRef76(function SendIcon2(_a, ref) {
|
|
3450
3482
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3451
3483
|
return /* @__PURE__ */ jsxs53(
|
|
3452
3484
|
"svg",
|
|
@@ -3460,7 +3492,7 @@ var SendIcon = forwardRef75(function SendIcon2(_a, ref) {
|
|
|
3460
3492
|
className
|
|
3461
3493
|
}, other), {
|
|
3462
3494
|
children: [
|
|
3463
|
-
duotone && /* @__PURE__ */
|
|
3495
|
+
duotone && /* @__PURE__ */ jsx78(
|
|
3464
3496
|
"path",
|
|
3465
3497
|
{
|
|
3466
3498
|
opacity: "0.12",
|
|
@@ -3468,7 +3500,7 @@ var SendIcon = forwardRef75(function SendIcon2(_a, ref) {
|
|
|
3468
3500
|
fill: "currentColor"
|
|
3469
3501
|
}
|
|
3470
3502
|
),
|
|
3471
|
-
/* @__PURE__ */
|
|
3503
|
+
/* @__PURE__ */ jsx78(
|
|
3472
3504
|
"path",
|
|
3473
3505
|
{
|
|
3474
3506
|
d: "M10.5 12H5M4.91534 12.2915L2.58042 19.2662C2.39699 19.8141 2.30527 20.0881 2.37109 20.2568C2.42825 20.4033 2.55102 20.5144 2.7025 20.5567C2.87693 20.6054 3.1404 20.4868 3.66733 20.2497L20.3788 12.7295C20.8931 12.4981 21.1503 12.3823 21.2298 12.2216C21.2988 12.0819 21.2988 11.918 21.2298 11.7784C21.1503 11.6176 20.8931 11.5019 20.3788 11.2704L3.66151 3.7477C3.13616 3.51129 2.87349 3.39309 2.69923 3.44158C2.54789 3.48369 2.42514 3.59448 2.36778 3.74072C2.30174 3.90911 2.39247 4.18249 2.57395 4.72924L4.91599 11.7855C4.94716 11.8794 4.96275 11.9264 4.9689 11.9744C4.97436 12.017 4.9743 12.0601 4.96873 12.1027C4.96246 12.1507 4.94675 12.1976 4.91534 12.2915Z",
|
|
@@ -3484,9 +3516,9 @@ var SendIcon = forwardRef75(function SendIcon2(_a, ref) {
|
|
|
3484
3516
|
});
|
|
3485
3517
|
|
|
3486
3518
|
// src/icons/settings.tsx
|
|
3487
|
-
import { forwardRef as
|
|
3488
|
-
import { jsx as
|
|
3489
|
-
var SettingsIcon =
|
|
3519
|
+
import { forwardRef as forwardRef77 } from "react";
|
|
3520
|
+
import { jsx as jsx79, jsxs as jsxs54 } from "react/jsx-runtime";
|
|
3521
|
+
var SettingsIcon = forwardRef77(
|
|
3490
3522
|
function SettingsIcon2(_a, ref) {
|
|
3491
3523
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3492
3524
|
return /* @__PURE__ */ jsxs54(
|
|
@@ -3501,7 +3533,7 @@ var SettingsIcon = forwardRef76(
|
|
|
3501
3533
|
className
|
|
3502
3534
|
}, other), {
|
|
3503
3535
|
children: [
|
|
3504
|
-
duotone && /* @__PURE__ */
|
|
3536
|
+
duotone && /* @__PURE__ */ jsx79(
|
|
3505
3537
|
"path",
|
|
3506
3538
|
{
|
|
3507
3539
|
opacity: "0.12",
|
|
@@ -3511,7 +3543,7 @@ var SettingsIcon = forwardRef76(
|
|
|
3511
3543
|
fill: "currentColor"
|
|
3512
3544
|
}
|
|
3513
3545
|
),
|
|
3514
|
-
/* @__PURE__ */
|
|
3546
|
+
/* @__PURE__ */ jsx79(
|
|
3515
3547
|
"path",
|
|
3516
3548
|
{
|
|
3517
3549
|
d: "M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z",
|
|
@@ -3522,7 +3554,7 @@ var SettingsIcon = forwardRef76(
|
|
|
3522
3554
|
}
|
|
3523
3555
|
),
|
|
3524
3556
|
",",
|
|
3525
|
-
/* @__PURE__ */
|
|
3557
|
+
/* @__PURE__ */ jsx79(
|
|
3526
3558
|
"path",
|
|
3527
3559
|
{
|
|
3528
3560
|
d: "M18.7273 14.7273C18.6063 15.0015 18.5702 15.3056 18.6236 15.6005C18.6771 15.8954 18.8177 16.1676 19.0273 16.3818L19.0818 16.4364C19.2509 16.6052 19.385 16.8057 19.4765 17.0265C19.568 17.2472 19.6151 17.4838 19.6151 17.7227C19.6151 17.9617 19.568 18.1983 19.4765 18.419C19.385 18.6397 19.2509 18.8402 19.0818 19.0091C18.913 19.1781 18.7124 19.3122 18.4917 19.4037C18.271 19.4952 18.0344 19.5423 17.7955 19.5423C17.5565 19.5423 17.3199 19.4952 17.0992 19.4037C16.8785 19.3122 16.678 19.1781 16.5091 19.0091L16.4545 18.9545C16.2403 18.745 15.9682 18.6044 15.6733 18.5509C15.3784 18.4974 15.0742 18.5335 14.8 18.6545C14.5311 18.7698 14.3018 18.9611 14.1403 19.205C13.9788 19.4489 13.8921 19.7347 13.8909 20.0273V20.1818C13.8909 20.664 13.6994 21.1265 13.3584 21.4675C13.0174 21.8084 12.5549 22 12.0727 22C11.5905 22 11.1281 21.8084 10.7871 21.4675C10.4461 21.1265 10.2545 20.664 10.2545 20.1818V20.1C10.2475 19.7991 10.1501 19.5073 9.97501 19.2625C9.79991 19.0176 9.55521 18.8312 9.27273 18.7273C8.99853 18.6063 8.69437 18.5702 8.39947 18.6236C8.10456 18.6771 7.83244 18.8177 7.61818 19.0273L7.56364 19.0818C7.39478 19.2509 7.19425 19.385 6.97353 19.4765C6.7528 19.568 6.51621 19.6151 6.27727 19.6151C6.03834 19.6151 5.80174 19.568 5.58102 19.4765C5.36029 19.385 5.15977 19.2509 4.99091 19.0818C4.82186 18.913 4.68775 18.7124 4.59626 18.4917C4.50476 18.271 4.45766 18.0344 4.45766 17.7955C4.45766 17.5565 4.50476 17.3199 4.59626 17.0992C4.68775 16.8785 4.82186 16.678 4.99091 16.5091L5.04545 16.4545C5.25503 16.2403 5.39562 15.9682 5.4491 15.6733C5.50257 15.3784 5.46647 15.0742 5.34545 14.8C5.23022 14.5311 5.03887 14.3018 4.79497 14.1403C4.55107 13.9788 4.26526 13.8921 3.97273 13.8909H3.81818C3.33597 13.8909 2.87351 13.6994 2.53253 13.3584C2.19156 13.0174 2 12.5549 2 12.0727C2 11.5905 2.19156 11.1281 2.53253 10.7871C2.87351 10.4461 3.33597 10.2545 3.81818 10.2545H3.9C4.2009 10.2475 4.49273 10.1501 4.73754 9.97501C4.98236 9.79991 5.16883 9.55521 5.27273 9.27273C5.39374 8.99853 5.42984 8.69437 5.37637 8.39947C5.3229 8.10456 5.18231 7.83244 4.97273 7.61818L4.91818 7.56364C4.74913 7.39478 4.61503 7.19425 4.52353 6.97353C4.43203 6.7528 4.38493 6.51621 4.38493 6.27727C4.38493 6.03834 4.43203 5.80174 4.52353 5.58102C4.61503 5.36029 4.74913 5.15977 4.91818 4.99091C5.08704 4.82186 5.28757 4.68775 5.50829 4.59626C5.72901 4.50476 5.96561 4.45766 6.20455 4.45766C6.44348 4.45766 6.68008 4.50476 6.9008 4.59626C7.12152 4.68775 7.32205 4.82186 7.49091 4.99091L7.54545 5.04545C7.75971 5.25503 8.03183 5.39562 8.32674 5.4491C8.62164 5.50257 8.9258 5.46647 9.2 5.34545H9.27273C9.54161 5.23022 9.77093 5.03887 9.93245 4.79497C10.094 4.55107 10.1807 4.26526 10.1818 3.97273V3.81818C10.1818 3.33597 10.3734 2.87351 10.7144 2.53253C11.0553 2.19156 11.5178 2 12 2C12.4822 2 12.9447 2.19156 13.2856 2.53253C13.6266 2.87351 13.8182 3.33597 13.8182 3.81818V3.9C13.8193 4.19253 13.906 4.47834 14.0676 4.72224C14.2291 4.96614 14.4584 5.15749 14.7273 5.27273C15.0015 5.39374 15.3056 5.42984 15.6005 5.37637C15.8954 5.3229 16.1676 5.18231 16.3818 4.97273L16.4364 4.91818C16.6052 4.74913 16.8057 4.61503 17.0265 4.52353C17.2472 4.43203 17.4838 4.38493 17.7227 4.38493C17.9617 4.38493 18.1983 4.43203 18.419 4.52353C18.6397 4.61503 18.8402 4.74913 19.0091 4.91818C19.1781 5.08704 19.3122 5.28757 19.4037 5.50829C19.4952 5.72901 19.5423 5.96561 19.5423 6.20455C19.5423 6.44348 19.4952 6.68008 19.4037 6.9008C19.3122 7.12152 19.1781 7.32205 19.0091 7.49091L18.9545 7.54545C18.745 7.75971 18.6044 8.03183 18.5509 8.32674C18.4974 8.62164 18.5335 8.9258 18.6545 9.2V9.27273C18.7698 9.54161 18.9611 9.77093 19.205 9.93245C19.4489 10.094 19.7347 10.1807 20.0273 10.1818H20.1818C20.664 10.1818 21.1265 10.3734 21.4675 10.7144C21.8084 11.0553 22 11.5178 22 12C22 12.4822 21.8084 12.9447 21.4675 13.2856C21.1265 13.6266 20.664 13.8182 20.1818 13.8182H20.1C19.8075 13.8193 19.5217 13.906 19.2778 14.0676C19.0339 14.2291 18.8425 14.4584 18.7273 14.7273Z",
|
|
@@ -3539,9 +3571,9 @@ var SettingsIcon = forwardRef76(
|
|
|
3539
3571
|
);
|
|
3540
3572
|
|
|
3541
3573
|
// src/icons/share.tsx
|
|
3542
|
-
import { forwardRef as
|
|
3543
|
-
import { jsx as
|
|
3544
|
-
var ShareIcon =
|
|
3574
|
+
import { forwardRef as forwardRef78 } from "react";
|
|
3575
|
+
import { jsx as jsx80, jsxs as jsxs55 } from "react/jsx-runtime";
|
|
3576
|
+
var ShareIcon = forwardRef78(
|
|
3545
3577
|
function ShareIcon2(_a, ref) {
|
|
3546
3578
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3547
3579
|
return /* @__PURE__ */ jsxs55(
|
|
@@ -3557,21 +3589,21 @@ var ShareIcon = forwardRef77(
|
|
|
3557
3589
|
}, other), {
|
|
3558
3590
|
children: [
|
|
3559
3591
|
duotone && /* @__PURE__ */ jsxs55("g", { opacity: "0.12", children: [
|
|
3560
|
-
/* @__PURE__ */
|
|
3592
|
+
/* @__PURE__ */ jsx80(
|
|
3561
3593
|
"path",
|
|
3562
3594
|
{
|
|
3563
3595
|
d: "M18 8C19.6569 8 21 6.65685 21 5C21 3.34315 19.6569 2 18 2C16.3431 2 15 3.34315 15 5C15 6.65685 16.3431 8 18 8Z",
|
|
3564
3596
|
fill: "currentColor"
|
|
3565
3597
|
}
|
|
3566
3598
|
),
|
|
3567
|
-
/* @__PURE__ */
|
|
3599
|
+
/* @__PURE__ */ jsx80(
|
|
3568
3600
|
"path",
|
|
3569
3601
|
{
|
|
3570
3602
|
d: "M6 15C7.65685 15 9 13.6569 9 12C9 10.3431 7.65685 9 6 9C4.34315 9 3 10.3431 3 12C3 13.6569 4.34315 15 6 15Z",
|
|
3571
3603
|
fill: "currentColor"
|
|
3572
3604
|
}
|
|
3573
3605
|
),
|
|
3574
|
-
/* @__PURE__ */
|
|
3606
|
+
/* @__PURE__ */ jsx80(
|
|
3575
3607
|
"path",
|
|
3576
3608
|
{
|
|
3577
3609
|
d: "M18 22C19.6569 22 21 20.6569 21 19C21 17.3431 19.6569 16 18 16C16.3431 16 15 17.3431 15 19C15 20.6569 16.3431 22 18 22Z",
|
|
@@ -3579,7 +3611,7 @@ var ShareIcon = forwardRef77(
|
|
|
3579
3611
|
}
|
|
3580
3612
|
)
|
|
3581
3613
|
] }),
|
|
3582
|
-
/* @__PURE__ */
|
|
3614
|
+
/* @__PURE__ */ jsx80(
|
|
3583
3615
|
"path",
|
|
3584
3616
|
{
|
|
3585
3617
|
d: "M8.59 13.51L15.42 17.49M15.41 6.51L8.59 10.49M21 5C21 6.65685 19.6569 8 18 8C16.3431 8 15 6.65685 15 5C15 3.34315 16.3431 2 18 2C19.6569 2 21 3.34315 21 5ZM9 12C9 13.6569 7.65685 15 6 15C4.34315 15 3 13.6569 3 12C3 10.3431 4.34315 9 6 9C7.65685 9 9 10.3431 9 12ZM21 19C21 20.6569 19.6569 22 18 22C16.3431 22 15 20.6569 15 19C15 17.3431 16.3431 16 18 16C19.6569 16 21 17.3431 21 19Z",
|
|
@@ -3596,9 +3628,9 @@ var ShareIcon = forwardRef77(
|
|
|
3596
3628
|
);
|
|
3597
3629
|
|
|
3598
3630
|
// src/icons/shareArrow.tsx
|
|
3599
|
-
import { forwardRef as
|
|
3600
|
-
import { jsx as
|
|
3601
|
-
var ShareArrowIcon =
|
|
3631
|
+
import { forwardRef as forwardRef79 } from "react";
|
|
3632
|
+
import { jsx as jsx81, jsxs as jsxs56 } from "react/jsx-runtime";
|
|
3633
|
+
var ShareArrowIcon = forwardRef79(
|
|
3602
3634
|
function ShareArrowIcon2(_a, ref) {
|
|
3603
3635
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3604
3636
|
return /* @__PURE__ */ jsxs56(
|
|
@@ -3613,7 +3645,7 @@ var ShareArrowIcon = forwardRef78(
|
|
|
3613
3645
|
className
|
|
3614
3646
|
}, other), {
|
|
3615
3647
|
children: [
|
|
3616
|
-
duotone && /* @__PURE__ */
|
|
3648
|
+
duotone && /* @__PURE__ */ jsx81(
|
|
3617
3649
|
"path",
|
|
3618
3650
|
{
|
|
3619
3651
|
opacity: "0.12",
|
|
@@ -3621,7 +3653,7 @@ var ShareArrowIcon = forwardRef78(
|
|
|
3621
3653
|
fill: "currentColor"
|
|
3622
3654
|
}
|
|
3623
3655
|
),
|
|
3624
|
-
/* @__PURE__ */
|
|
3656
|
+
/* @__PURE__ */ jsx81(
|
|
3625
3657
|
"path",
|
|
3626
3658
|
{
|
|
3627
3659
|
d: "M21 9.00001L21 3.00001M21 3.00001H15M21 3.00001L12 12M10 3H7.8C6.11984 3 5.27976 3 4.63803 3.32698C4.07354 3.6146 3.6146 4.07354 3.32698 4.63803C3 5.27976 3 6.11984 3 7.8V16.2C3 17.8802 3 18.7202 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.27976 21 6.11984 21 7.8 21H16.2C17.8802 21 18.7202 21 19.362 20.673C19.9265 20.3854 20.3854 19.9265 20.673 19.362C21 18.7202 21 17.8802 21 16.2V14",
|
|
@@ -3638,9 +3670,9 @@ var ShareArrowIcon = forwardRef78(
|
|
|
3638
3670
|
);
|
|
3639
3671
|
|
|
3640
3672
|
// src/icons/skipBack.tsx
|
|
3641
|
-
import { forwardRef as
|
|
3642
|
-
import { jsx as
|
|
3643
|
-
var SkipBackIcon =
|
|
3673
|
+
import { forwardRef as forwardRef80 } from "react";
|
|
3674
|
+
import { jsx as jsx82, jsxs as jsxs57 } from "react/jsx-runtime";
|
|
3675
|
+
var SkipBackIcon = forwardRef80(
|
|
3644
3676
|
function SkipBackIcon2(_a, ref) {
|
|
3645
3677
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3646
3678
|
return /* @__PURE__ */ jsxs57(
|
|
@@ -3655,7 +3687,7 @@ var SkipBackIcon = forwardRef79(
|
|
|
3655
3687
|
className
|
|
3656
3688
|
}, other), {
|
|
3657
3689
|
children: [
|
|
3658
|
-
duotone && /* @__PURE__ */
|
|
3690
|
+
duotone && /* @__PURE__ */ jsx82(
|
|
3659
3691
|
"path",
|
|
3660
3692
|
{
|
|
3661
3693
|
opacity: "0.12",
|
|
@@ -3663,7 +3695,7 @@ var SkipBackIcon = forwardRef79(
|
|
|
3663
3695
|
fill: "currentColor"
|
|
3664
3696
|
}
|
|
3665
3697
|
),
|
|
3666
|
-
/* @__PURE__ */
|
|
3698
|
+
/* @__PURE__ */ jsx82(
|
|
3667
3699
|
"path",
|
|
3668
3700
|
{
|
|
3669
3701
|
d: "M5 19V5M16.4005 6.07961L10.5617 10.7506C10.0279 11.1777 9.76097 11.3912 9.66433 11.6492C9.5796 11.8754 9.5796 12.1246 9.66433 12.3508C9.76097 12.6088 10.0279 12.8223 10.5617 13.2494L16.4005 17.9204C17.2327 18.5861 17.6487 18.919 17.9989 18.9194C18.3035 18.9197 18.5916 18.7812 18.7815 18.5432C19 18.2695 19 17.7367 19 16.671V7.329C19 6.2633 19 5.73045 18.7815 5.45677C18.5916 5.21876 18.3035 5.0803 17.9989 5.08063C17.6487 5.081 17.2327 5.41387 16.4005 6.07961Z",
|
|
@@ -3680,9 +3712,9 @@ var SkipBackIcon = forwardRef79(
|
|
|
3680
3712
|
);
|
|
3681
3713
|
|
|
3682
3714
|
// src/icons/skipForward.tsx
|
|
3683
|
-
import { forwardRef as
|
|
3684
|
-
import { jsx as
|
|
3685
|
-
var SkipForwardIcon =
|
|
3715
|
+
import { forwardRef as forwardRef81 } from "react";
|
|
3716
|
+
import { jsx as jsx83, jsxs as jsxs58 } from "react/jsx-runtime";
|
|
3717
|
+
var SkipForwardIcon = forwardRef81(
|
|
3686
3718
|
function SkipForwardIcon2(_a, ref) {
|
|
3687
3719
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3688
3720
|
return /* @__PURE__ */ jsxs58(
|
|
@@ -3697,7 +3729,7 @@ var SkipForwardIcon = forwardRef80(
|
|
|
3697
3729
|
className
|
|
3698
3730
|
}, other), {
|
|
3699
3731
|
children: [
|
|
3700
|
-
duotone && /* @__PURE__ */
|
|
3732
|
+
duotone && /* @__PURE__ */ jsx83(
|
|
3701
3733
|
"path",
|
|
3702
3734
|
{
|
|
3703
3735
|
opacity: "0.12",
|
|
@@ -3705,7 +3737,7 @@ var SkipForwardIcon = forwardRef80(
|
|
|
3705
3737
|
fill: "currentColor"
|
|
3706
3738
|
}
|
|
3707
3739
|
),
|
|
3708
|
-
/* @__PURE__ */
|
|
3740
|
+
/* @__PURE__ */ jsx83(
|
|
3709
3741
|
"path",
|
|
3710
3742
|
{
|
|
3711
3743
|
d: "M19 5V19M7.59951 17.9204L13.4383 13.2494C13.9721 12.8223 14.239 12.6088 14.3357 12.3508C14.4204 12.1246 14.4204 11.8754 14.3357 11.6492C14.239 11.3912 13.9721 11.1777 13.4383 10.7506L7.59951 6.07961C6.76734 5.41387 6.35125 5.081 6.00108 5.08063C5.69654 5.0803 5.40845 5.21876 5.21846 5.45677C5 5.73045 5 6.2633 5 7.329V16.671C5 17.7367 5 18.2695 5.21846 18.5432C5.40845 18.7812 5.69654 18.9197 6.00108 18.9194C6.35125 18.919 6.76734 18.5861 7.59951 17.9204Z",
|
|
@@ -3722,9 +3754,9 @@ var SkipForwardIcon = forwardRef80(
|
|
|
3722
3754
|
);
|
|
3723
3755
|
|
|
3724
3756
|
// src/icons/spinner.tsx
|
|
3725
|
-
import { forwardRef as
|
|
3726
|
-
import { jsx as
|
|
3727
|
-
var SpinnerIcon =
|
|
3757
|
+
import { forwardRef as forwardRef82 } from "react";
|
|
3758
|
+
import { jsx as jsx84, jsxs as jsxs59 } from "react/jsx-runtime";
|
|
3759
|
+
var SpinnerIcon = forwardRef82(
|
|
3728
3760
|
function SpinnerIcon2(_a, ref) {
|
|
3729
3761
|
var _b = _a, { size = 24, className = "animate-spin text-gray-1000" } = _b, other = __objRest(_b, ["size", "className"]);
|
|
3730
3762
|
return /* @__PURE__ */ jsxs59(
|
|
@@ -3739,7 +3771,7 @@ var SpinnerIcon = forwardRef81(
|
|
|
3739
3771
|
className
|
|
3740
3772
|
}, other), {
|
|
3741
3773
|
children: [
|
|
3742
|
-
/* @__PURE__ */
|
|
3774
|
+
/* @__PURE__ */ jsx84(
|
|
3743
3775
|
"path",
|
|
3744
3776
|
{
|
|
3745
3777
|
opacity: "0.12",
|
|
@@ -3747,7 +3779,7 @@ var SpinnerIcon = forwardRef81(
|
|
|
3747
3779
|
fill: "currentColor"
|
|
3748
3780
|
}
|
|
3749
3781
|
),
|
|
3750
|
-
/* @__PURE__ */
|
|
3782
|
+
/* @__PURE__ */ jsx84(
|
|
3751
3783
|
"path",
|
|
3752
3784
|
{
|
|
3753
3785
|
d: "M22.916 12C23.7908 12 24.5108 12.7122 24.3956 13.5794C24.1641 15.323 23.5512 17.0011 22.5928 18.4912C21.3476 20.4272 19.5719 21.9643 17.4774 22.919C15.3829 23.8738 13.058 24.206 10.7799 23.8761C8.50179 23.5461 6.36667 22.5679 4.62912 21.0581C2.89158 19.5483 1.62494 17.5706 0.98025 15.3609C0.335563 13.1511 0.340035 10.8026 0.993131 8.5953C1.64623 6.38803 2.92039 4.41517 4.66367 2.91199C6.00545 1.75501 7.58156 0.913857 9.27571 0.441275C10.1184 0.206218 10.9241 0.819698 11.0462 1.68595C11.1683 2.55221 10.5575 3.33995 9.72694 3.61463C8.63201 3.97673 7.61359 4.55146 6.73246 5.31122C5.44941 6.41757 4.51162 7.86959 4.03094 9.49414C3.55027 11.1187 3.54697 12.8472 4.02146 14.4736C4.49595 16.1 5.4282 17.5555 6.70703 18.6668C7.98587 19.778 9.55732 20.4979 11.234 20.7408C12.9107 20.9836 14.6218 20.7391 16.1634 20.0364C17.7049 19.3337 19.0119 18.2024 19.9283 16.7775C20.5576 15.799 20.9846 14.7103 21.1903 13.5755C21.3464 12.7148 22.0412 12 22.916 12Z",
|
|
@@ -3761,9 +3793,9 @@ var SpinnerIcon = forwardRef81(
|
|
|
3761
3793
|
);
|
|
3762
3794
|
|
|
3763
3795
|
// src/icons/stars.tsx
|
|
3764
|
-
import { forwardRef as
|
|
3765
|
-
import { jsx as
|
|
3766
|
-
var StarsIcon =
|
|
3796
|
+
import { forwardRef as forwardRef83 } from "react";
|
|
3797
|
+
import { jsx as jsx85, jsxs as jsxs60 } from "react/jsx-runtime";
|
|
3798
|
+
var StarsIcon = forwardRef83(
|
|
3767
3799
|
function StarsIcon2(_a, ref) {
|
|
3768
3800
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3769
3801
|
return /* @__PURE__ */ jsxs60(
|
|
@@ -3778,7 +3810,7 @@ var StarsIcon = forwardRef82(
|
|
|
3778
3810
|
className
|
|
3779
3811
|
}, other), {
|
|
3780
3812
|
children: [
|
|
3781
|
-
duotone && /* @__PURE__ */
|
|
3813
|
+
duotone && /* @__PURE__ */ jsx85(
|
|
3782
3814
|
"path",
|
|
3783
3815
|
{
|
|
3784
3816
|
opacity: "0.12",
|
|
@@ -3786,7 +3818,7 @@ var StarsIcon = forwardRef82(
|
|
|
3786
3818
|
fill: "currentColor"
|
|
3787
3819
|
}
|
|
3788
3820
|
),
|
|
3789
|
-
/* @__PURE__ */
|
|
3821
|
+
/* @__PURE__ */ jsx85(
|
|
3790
3822
|
"path",
|
|
3791
3823
|
{
|
|
3792
3824
|
d: "M4.5 22V17M4.5 7V2M2 4.5H7M2 19.5H7M13 3L11.2658 7.50886C10.9838 8.24209 10.8428 8.60871 10.6235 8.91709C10.4292 9.1904 10.1904 9.42919 9.91709 9.62353C9.60871 9.8428 9.24209 9.98381 8.50886 10.2658L4 12L8.50886 13.7342C9.24209 14.0162 9.60871 14.1572 9.91709 14.3765C10.1904 14.5708 10.4292 14.8096 10.6235 15.0829C10.8428 15.3913 10.9838 15.7579 11.2658 16.4911L13 21L14.7342 16.4911C15.0162 15.7579 15.1572 15.3913 15.3765 15.0829C15.5708 14.8096 15.8096 14.5708 16.0829 14.3765C16.3913 14.1572 16.7579 14.0162 17.4911 13.7342L22 12L17.4911 10.2658C16.7579 9.98381 16.3913 9.8428 16.0829 9.62353C15.8096 9.42919 15.5708 9.1904 15.3765 8.91709C15.1572 8.60871 15.0162 8.24209 14.7342 7.50886L13 3Z",
|
|
@@ -3803,9 +3835,9 @@ var StarsIcon = forwardRef82(
|
|
|
3803
3835
|
);
|
|
3804
3836
|
|
|
3805
3837
|
// src/icons/trash.tsx
|
|
3806
|
-
import { forwardRef as
|
|
3807
|
-
import { jsx as
|
|
3808
|
-
var TrashIcon =
|
|
3838
|
+
import { forwardRef as forwardRef84 } from "react";
|
|
3839
|
+
import { jsx as jsx86, jsxs as jsxs61 } from "react/jsx-runtime";
|
|
3840
|
+
var TrashIcon = forwardRef84(
|
|
3809
3841
|
function TrashIcon2(_a, ref) {
|
|
3810
3842
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3811
3843
|
return /* @__PURE__ */ jsxs61(
|
|
@@ -3820,7 +3852,7 @@ var TrashIcon = forwardRef83(
|
|
|
3820
3852
|
className
|
|
3821
3853
|
}, other), {
|
|
3822
3854
|
children: [
|
|
3823
|
-
duotone && /* @__PURE__ */
|
|
3855
|
+
duotone && /* @__PURE__ */ jsx86(
|
|
3824
3856
|
"path",
|
|
3825
3857
|
{
|
|
3826
3858
|
opacity: "0.12",
|
|
@@ -3828,7 +3860,7 @@ var TrashIcon = forwardRef83(
|
|
|
3828
3860
|
fill: "currentColor"
|
|
3829
3861
|
}
|
|
3830
3862
|
),
|
|
3831
|
-
/* @__PURE__ */
|
|
3863
|
+
/* @__PURE__ */ jsx86(
|
|
3832
3864
|
"path",
|
|
3833
3865
|
{
|
|
3834
3866
|
d: "M9 3H15M3 6H21M19 6L18.2987 16.5193C18.1935 18.0975 18.1409 18.8867 17.8 19.485C17.4999 20.0118 17.0472 20.4353 16.5017 20.6997C15.882 21 15.0911 21 13.5093 21H10.4907C8.90891 21 8.11803 21 7.49834 20.6997C6.95276 20.4353 6.50009 20.0118 6.19998 19.485C5.85911 18.8867 5.8065 18.0975 5.70129 16.5193L5 6M10 10.5V15.5M14 10.5V15.5",
|
|
@@ -3845,12 +3877,12 @@ var TrashIcon = forwardRef83(
|
|
|
3845
3877
|
);
|
|
3846
3878
|
|
|
3847
3879
|
// src/icons/trendDown.tsx
|
|
3848
|
-
import { forwardRef as
|
|
3849
|
-
import { jsx as
|
|
3850
|
-
var TrendDownIcon =
|
|
3880
|
+
import { forwardRef as forwardRef85 } from "react";
|
|
3881
|
+
import { jsx as jsx87 } from "react/jsx-runtime";
|
|
3882
|
+
var TrendDownIcon = forwardRef85(
|
|
3851
3883
|
function TrendDownIcon2(_a, ref) {
|
|
3852
3884
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3853
|
-
return /* @__PURE__ */
|
|
3885
|
+
return /* @__PURE__ */ jsx87(
|
|
3854
3886
|
"svg",
|
|
3855
3887
|
__spreadProps(__spreadValues({
|
|
3856
3888
|
ref,
|
|
@@ -3861,7 +3893,7 @@ var TrendDownIcon = forwardRef84(
|
|
|
3861
3893
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3862
3894
|
className
|
|
3863
3895
|
}, other), {
|
|
3864
|
-
children: /* @__PURE__ */
|
|
3896
|
+
children: /* @__PURE__ */ jsx87(
|
|
3865
3897
|
"path",
|
|
3866
3898
|
{
|
|
3867
3899
|
d: "M22 17L14.1314 9.13137C13.7354 8.73535 13.5373 8.53735 13.309 8.46316C13.1082 8.3979 12.8918 8.3979 12.691 8.46316C12.4627 8.53735 12.2646 8.73535 11.8686 9.13137L9.13137 11.8686C8.73535 12.2646 8.53735 12.4627 8.30902 12.5368C8.10817 12.6021 7.89183 12.6021 7.69098 12.5368C7.46265 12.4627 7.26465 12.2646 6.86863 11.8686L2 7M22 17H15M22 17V10",
|
|
@@ -3877,12 +3909,12 @@ var TrendDownIcon = forwardRef84(
|
|
|
3877
3909
|
);
|
|
3878
3910
|
|
|
3879
3911
|
// src/icons/trendUp.tsx
|
|
3880
|
-
import { forwardRef as
|
|
3881
|
-
import { jsx as
|
|
3882
|
-
var TrendUpIcon =
|
|
3912
|
+
import { forwardRef as forwardRef86 } from "react";
|
|
3913
|
+
import { jsx as jsx88 } from "react/jsx-runtime";
|
|
3914
|
+
var TrendUpIcon = forwardRef86(
|
|
3883
3915
|
function TrendUpIcon2(_a, ref) {
|
|
3884
3916
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3885
|
-
return /* @__PURE__ */
|
|
3917
|
+
return /* @__PURE__ */ jsx88(
|
|
3886
3918
|
"svg",
|
|
3887
3919
|
__spreadProps(__spreadValues({
|
|
3888
3920
|
ref,
|
|
@@ -3893,7 +3925,7 @@ var TrendUpIcon = forwardRef85(
|
|
|
3893
3925
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3894
3926
|
className
|
|
3895
3927
|
}, other), {
|
|
3896
|
-
children: /* @__PURE__ */
|
|
3928
|
+
children: /* @__PURE__ */ jsx88(
|
|
3897
3929
|
"path",
|
|
3898
3930
|
{
|
|
3899
3931
|
d: "M22 7L14.1314 14.8686C13.7354 15.2646 13.5373 15.4627 13.309 15.5368C13.1082 15.6021 12.8918 15.6021 12.691 15.5368C12.4627 15.4627 12.2646 15.2646 11.8686 14.8686L9.13137 12.1314C8.73535 11.7354 8.53735 11.5373 8.30902 11.4632C8.10817 11.3979 7.89183 11.3979 7.69098 11.4632C7.46265 11.5373 7.26465 11.7354 6.86863 12.1314L2 17M22 7H15M22 7V14",
|
|
@@ -3909,9 +3941,9 @@ var TrendUpIcon = forwardRef85(
|
|
|
3909
3941
|
);
|
|
3910
3942
|
|
|
3911
3943
|
// src/icons/user.tsx
|
|
3912
|
-
import { forwardRef as
|
|
3913
|
-
import { jsx as
|
|
3914
|
-
var UserIcon =
|
|
3944
|
+
import { forwardRef as forwardRef87 } from "react";
|
|
3945
|
+
import { jsx as jsx89, jsxs as jsxs62 } from "react/jsx-runtime";
|
|
3946
|
+
var UserIcon = forwardRef87(function UserIcon2(_a, ref) {
|
|
3915
3947
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3916
3948
|
return /* @__PURE__ */ jsxs62(
|
|
3917
3949
|
"svg",
|
|
@@ -3925,7 +3957,7 @@ var UserIcon = forwardRef86(function UserIcon2(_a, ref) {
|
|
|
3925
3957
|
className
|
|
3926
3958
|
}, other), {
|
|
3927
3959
|
children: [
|
|
3928
|
-
duotone && /* @__PURE__ */
|
|
3960
|
+
duotone && /* @__PURE__ */ jsx89(
|
|
3929
3961
|
"path",
|
|
3930
3962
|
{
|
|
3931
3963
|
opacity: "0.12",
|
|
@@ -3933,7 +3965,7 @@ var UserIcon = forwardRef86(function UserIcon2(_a, ref) {
|
|
|
3933
3965
|
fill: "currentColor"
|
|
3934
3966
|
}
|
|
3935
3967
|
),
|
|
3936
|
-
/* @__PURE__ */
|
|
3968
|
+
/* @__PURE__ */ jsx89(
|
|
3937
3969
|
"path",
|
|
3938
3970
|
{
|
|
3939
3971
|
d: "M20 21C20 19.6044 20 18.9067 19.8278 18.3389C19.44 17.0605 18.4395 16.06 17.1611 15.6722C16.5933 15.5 15.8956 15.5 14.5 15.5H9.5C8.10444 15.5 7.40665 15.5 6.83886 15.6722C5.56045 16.06 4.56004 17.0605 4.17224 18.3389C4 18.9067 4 19.6044 4 21M16.5 7.5C16.5 9.98528 14.4853 12 12 12C9.51472 12 7.5 9.98528 7.5 7.5C7.5 5.01472 9.51472 3 12 3C14.4853 3 16.5 5.01472 16.5 7.5Z",
|
|
@@ -3949,9 +3981,9 @@ var UserIcon = forwardRef86(function UserIcon2(_a, ref) {
|
|
|
3949
3981
|
});
|
|
3950
3982
|
|
|
3951
3983
|
// src/icons/userPlus.tsx
|
|
3952
|
-
import { forwardRef as
|
|
3953
|
-
import { jsx as
|
|
3954
|
-
var UserPlusIcon =
|
|
3984
|
+
import { forwardRef as forwardRef88 } from "react";
|
|
3985
|
+
import { jsx as jsx90, jsxs as jsxs63 } from "react/jsx-runtime";
|
|
3986
|
+
var UserPlusIcon = forwardRef88(
|
|
3955
3987
|
function UserPlusIcon2(_a, ref) {
|
|
3956
3988
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3957
3989
|
return /* @__PURE__ */ jsxs63(
|
|
@@ -3966,7 +3998,7 @@ var UserPlusIcon = forwardRef87(
|
|
|
3966
3998
|
className
|
|
3967
3999
|
}, other), {
|
|
3968
4000
|
children: [
|
|
3969
|
-
duotone && /* @__PURE__ */
|
|
4001
|
+
duotone && /* @__PURE__ */ jsx90(
|
|
3970
4002
|
"path",
|
|
3971
4003
|
{
|
|
3972
4004
|
opacity: "0.12",
|
|
@@ -3974,7 +4006,7 @@ var UserPlusIcon = forwardRef87(
|
|
|
3974
4006
|
fill: "currentColor"
|
|
3975
4007
|
}
|
|
3976
4008
|
),
|
|
3977
|
-
/* @__PURE__ */
|
|
4009
|
+
/* @__PURE__ */ jsx90(
|
|
3978
4010
|
"path",
|
|
3979
4011
|
{
|
|
3980
4012
|
d: "M12 15.5H7.5C6.10444 15.5 5.40665 15.5 4.83886 15.6722C3.56045 16.06 2.56004 17.0605 2.17224 18.3389C2 18.9067 2 19.6044 2 21M19 21V15M16 18H22M14.5 7.5C14.5 9.98528 12.4853 12 10 12C7.51472 12 5.5 9.98528 5.5 7.5C5.5 5.01472 7.51472 3 10 3C12.4853 3 14.5 5.01472 14.5 7.5Z",
|
|
@@ -3991,9 +4023,9 @@ var UserPlusIcon = forwardRef87(
|
|
|
3991
4023
|
);
|
|
3992
4024
|
|
|
3993
4025
|
// src/icons/userX.tsx
|
|
3994
|
-
import { forwardRef as
|
|
3995
|
-
import { jsx as
|
|
3996
|
-
var UserXIcon =
|
|
4026
|
+
import { forwardRef as forwardRef89 } from "react";
|
|
4027
|
+
import { jsx as jsx91, jsxs as jsxs64 } from "react/jsx-runtime";
|
|
4028
|
+
var UserXIcon = forwardRef89(
|
|
3997
4029
|
function UserXIcon2(_a, ref) {
|
|
3998
4030
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3999
4031
|
return /* @__PURE__ */ jsxs64(
|
|
@@ -4008,7 +4040,7 @@ var UserXIcon = forwardRef88(
|
|
|
4008
4040
|
className
|
|
4009
4041
|
}, other), {
|
|
4010
4042
|
children: [
|
|
4011
|
-
duotone && /* @__PURE__ */
|
|
4043
|
+
duotone && /* @__PURE__ */ jsx91(
|
|
4012
4044
|
"path",
|
|
4013
4045
|
{
|
|
4014
4046
|
opacity: "0.12",
|
|
@@ -4016,7 +4048,7 @@ var UserXIcon = forwardRef88(
|
|
|
4016
4048
|
fill: "currentColor"
|
|
4017
4049
|
}
|
|
4018
4050
|
),
|
|
4019
|
-
/* @__PURE__ */
|
|
4051
|
+
/* @__PURE__ */ jsx91(
|
|
4020
4052
|
"path",
|
|
4021
4053
|
{
|
|
4022
4054
|
d: "M16.5 16L21.5 21M21.5 16L16.5 21M12 15.5H7.5C6.10444 15.5 5.40665 15.5 4.83886 15.6722C3.56045 16.06 2.56004 17.0605 2.17224 18.3389C2 18.9067 2 19.6044 2 21M14.5 7.5C14.5 9.98528 12.4853 12 10 12C7.51472 12 5.5 9.98528 5.5 7.5C5.5 5.01472 7.51472 3 10 3C12.4853 3 14.5 5.01472 14.5 7.5Z",
|
|
@@ -4033,9 +4065,9 @@ var UserXIcon = forwardRef88(
|
|
|
4033
4065
|
);
|
|
4034
4066
|
|
|
4035
4067
|
// src/icons/users.tsx
|
|
4036
|
-
import { forwardRef as
|
|
4037
|
-
import { jsx as
|
|
4038
|
-
var UsersIcon =
|
|
4068
|
+
import { forwardRef as forwardRef90 } from "react";
|
|
4069
|
+
import { jsx as jsx92, jsxs as jsxs65 } from "react/jsx-runtime";
|
|
4070
|
+
var UsersIcon = forwardRef90(
|
|
4039
4071
|
function UsersIcon2(_a, ref) {
|
|
4040
4072
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
4041
4073
|
return /* @__PURE__ */ jsxs65(
|
|
@@ -4050,7 +4082,7 @@ var UsersIcon = forwardRef89(
|
|
|
4050
4082
|
className
|
|
4051
4083
|
}, other), {
|
|
4052
4084
|
children: [
|
|
4053
|
-
duotone && /* @__PURE__ */
|
|
4085
|
+
duotone && /* @__PURE__ */ jsx92(
|
|
4054
4086
|
"path",
|
|
4055
4087
|
{
|
|
4056
4088
|
opacity: "0.12",
|
|
@@ -4058,7 +4090,7 @@ var UsersIcon = forwardRef89(
|
|
|
4058
4090
|
fill: "currentColor"
|
|
4059
4091
|
}
|
|
4060
4092
|
),
|
|
4061
|
-
/* @__PURE__ */
|
|
4093
|
+
/* @__PURE__ */ jsx92(
|
|
4062
4094
|
"path",
|
|
4063
4095
|
{
|
|
4064
4096
|
d: "M22 21V19C22 17.1362 20.7252 15.5701 19 15.126M15.5 3.29076C16.9659 3.88415 18 5.32131 18 7C18 8.67869 16.9659 10.1159 15.5 10.7092M17 21C17 19.1362 17 18.2044 16.6955 17.4693C16.2895 16.4892 15.5108 15.7105 14.5307 15.3045C13.7956 15 12.8638 15 11 15H8C6.13623 15 5.20435 15 4.46927 15.3045C3.48915 15.7105 2.71046 16.4892 2.30448 17.4693C2 18.2044 2 19.1362 2 21M13.5 7C13.5 9.20914 11.7091 11 9.5 11C7.29086 11 5.5 9.20914 5.5 7C5.5 4.79086 7.29086 3 9.5 3C11.7091 3 13.5 4.79086 13.5 7Z",
|
|
@@ -4075,9 +4107,9 @@ var UsersIcon = forwardRef89(
|
|
|
4075
4107
|
);
|
|
4076
4108
|
|
|
4077
4109
|
// src/icons/usersPlus.tsx
|
|
4078
|
-
import { forwardRef as
|
|
4079
|
-
import { jsx as
|
|
4080
|
-
var UsersPlusIcon =
|
|
4110
|
+
import { forwardRef as forwardRef91 } from "react";
|
|
4111
|
+
import { jsx as jsx93, jsxs as jsxs66 } from "react/jsx-runtime";
|
|
4112
|
+
var UsersPlusIcon = forwardRef91(
|
|
4081
4113
|
function UsersPlusIcon2(_a, ref) {
|
|
4082
4114
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
4083
4115
|
return /* @__PURE__ */ jsxs66(
|
|
@@ -4092,7 +4124,7 @@ var UsersPlusIcon = forwardRef90(
|
|
|
4092
4124
|
className
|
|
4093
4125
|
}, other), {
|
|
4094
4126
|
children: [
|
|
4095
|
-
duotone && /* @__PURE__ */
|
|
4127
|
+
duotone && /* @__PURE__ */ jsx93(
|
|
4096
4128
|
"path",
|
|
4097
4129
|
{
|
|
4098
4130
|
opacity: "0.12",
|
|
@@ -4100,7 +4132,7 @@ var UsersPlusIcon = forwardRef90(
|
|
|
4100
4132
|
fill: "currentColor"
|
|
4101
4133
|
}
|
|
4102
4134
|
),
|
|
4103
|
-
/* @__PURE__ */
|
|
4135
|
+
/* @__PURE__ */ jsx93(
|
|
4104
4136
|
"path",
|
|
4105
4137
|
{
|
|
4106
4138
|
d: "M19 21V15M16 18H22M12 15H8C6.13623 15 5.20435 15 4.46927 15.3045C3.48915 15.7105 2.71046 16.4892 2.30448 17.4693C2 18.2044 2 19.1362 2 21M15.5 3.29076C16.9659 3.88415 18 5.32131 18 7C18 8.67869 16.9659 10.1159 15.5 10.7092M13.5 7C13.5 9.20914 11.7091 11 9.5 11C7.29086 11 5.5 9.20914 5.5 7C5.5 4.79086 7.29086 3 9.5 3C11.7091 3 13.5 4.79086 13.5 7Z",
|
|
@@ -4117,9 +4149,9 @@ var UsersPlusIcon = forwardRef90(
|
|
|
4117
4149
|
);
|
|
4118
4150
|
|
|
4119
4151
|
// src/icons/usersX.tsx
|
|
4120
|
-
import { forwardRef as
|
|
4121
|
-
import { jsx as
|
|
4122
|
-
var UsersXIcon =
|
|
4152
|
+
import { forwardRef as forwardRef92 } from "react";
|
|
4153
|
+
import { jsx as jsx94, jsxs as jsxs67 } from "react/jsx-runtime";
|
|
4154
|
+
var UsersXIcon = forwardRef92(
|
|
4123
4155
|
function UsersXIcon2(_a, ref) {
|
|
4124
4156
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
4125
4157
|
return /* @__PURE__ */ jsxs67(
|
|
@@ -4134,7 +4166,7 @@ var UsersXIcon = forwardRef91(
|
|
|
4134
4166
|
className
|
|
4135
4167
|
}, other), {
|
|
4136
4168
|
children: [
|
|
4137
|
-
duotone && /* @__PURE__ */
|
|
4169
|
+
duotone && /* @__PURE__ */ jsx94(
|
|
4138
4170
|
"path",
|
|
4139
4171
|
{
|
|
4140
4172
|
opacity: "0.12",
|
|
@@ -4142,7 +4174,7 @@ var UsersXIcon = forwardRef91(
|
|
|
4142
4174
|
fill: "currentColor"
|
|
4143
4175
|
}
|
|
4144
4176
|
),
|
|
4145
|
-
/* @__PURE__ */
|
|
4177
|
+
/* @__PURE__ */ jsx94(
|
|
4146
4178
|
"path",
|
|
4147
4179
|
{
|
|
4148
4180
|
d: "M16.5 16L21.5 21M21.5 16L16.5 21M15.5 3.29076C16.9659 3.88415 18 5.32131 18 7C18 8.67869 16.9659 10.1159 15.5 10.7092M12 15H8C6.13623 15 5.20435 15 4.46927 15.3045C3.48915 15.7105 2.71046 16.4892 2.30448 17.4693C2 18.2044 2 19.1362 2 21M13.5 7C13.5 9.20914 11.7091 11 9.5 11C7.29086 11 5.5 9.20914 5.5 7C5.5 4.79086 7.29086 3 9.5 3C11.7091 3 13.5 4.79086 13.5 7Z",
|
|
@@ -4159,9 +4191,9 @@ var UsersXIcon = forwardRef91(
|
|
|
4159
4191
|
);
|
|
4160
4192
|
|
|
4161
4193
|
// src/icons/videoRecorder.tsx
|
|
4162
|
-
import { forwardRef as
|
|
4163
|
-
import { jsx as
|
|
4164
|
-
var VideoRecorderIcon =
|
|
4194
|
+
import { forwardRef as forwardRef93 } from "react";
|
|
4195
|
+
import { jsx as jsx95, jsxs as jsxs68 } from "react/jsx-runtime";
|
|
4196
|
+
var VideoRecorderIcon = forwardRef93(
|
|
4165
4197
|
function VideoRecorderIcon2(_a, ref) {
|
|
4166
4198
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
4167
4199
|
return /* @__PURE__ */ jsxs68(
|
|
@@ -4176,7 +4208,7 @@ var VideoRecorderIcon = forwardRef92(
|
|
|
4176
4208
|
className
|
|
4177
4209
|
}, other), {
|
|
4178
4210
|
children: [
|
|
4179
|
-
duotone && /* @__PURE__ */
|
|
4211
|
+
duotone && /* @__PURE__ */ jsx95(
|
|
4180
4212
|
"path",
|
|
4181
4213
|
{
|
|
4182
4214
|
opacity: "0.12",
|
|
@@ -4188,7 +4220,7 @@ var VideoRecorderIcon = forwardRef92(
|
|
|
4188
4220
|
strokeLinejoin: "round"
|
|
4189
4221
|
}
|
|
4190
4222
|
),
|
|
4191
|
-
/* @__PURE__ */
|
|
4223
|
+
/* @__PURE__ */ jsx95(
|
|
4192
4224
|
"path",
|
|
4193
4225
|
{
|
|
4194
4226
|
d: "M22 8.93137C22 8.32555 22 8.02265 21.8802 7.88238C21.7763 7.76068 21.6203 7.69609 21.4608 7.70865C21.2769 7.72312 21.0627 7.93731 20.6343 8.36569L17 12L20.6343 15.6343C21.0627 16.0627 21.2769 16.2769 21.4608 16.2914C21.6203 16.3039 21.7763 16.2393 21.8802 16.1176C22 15.9774 22 15.6744 22 15.0686V8.93137Z",
|
|
@@ -4199,7 +4231,7 @@ var VideoRecorderIcon = forwardRef92(
|
|
|
4199
4231
|
}
|
|
4200
4232
|
),
|
|
4201
4233
|
",",
|
|
4202
|
-
/* @__PURE__ */
|
|
4234
|
+
/* @__PURE__ */ jsx95(
|
|
4203
4235
|
"path",
|
|
4204
4236
|
{
|
|
4205
4237
|
d: "M2 9.8C2 8.11984 2 7.27976 2.32698 6.63803C2.6146 6.07354 3.07354 5.6146 3.63803 5.32698C4.27976 5 5.11984 5 6.8 5H12.2C13.8802 5 14.7202 5 15.362 5.32698C15.9265 5.6146 16.3854 6.07354 16.673 6.63803C17 7.27976 17 8.11984 17 9.8V14.2C17 15.8802 17 16.7202 16.673 17.362C16.3854 17.9265 15.9265 18.3854 15.362 18.673C14.7202 19 13.8802 19 12.2 19H6.8C5.11984 19 4.27976 19 3.63803 18.673C3.07354 18.3854 2.6146 17.9265 2.32698 17.362C2 16.7202 2 15.8802 2 14.2V9.8Z",
|
|
@@ -4216,9 +4248,9 @@ var VideoRecorderIcon = forwardRef92(
|
|
|
4216
4248
|
);
|
|
4217
4249
|
|
|
4218
4250
|
// src/icons/videoRecorderOff.tsx
|
|
4219
|
-
import { forwardRef as
|
|
4220
|
-
import { jsx as
|
|
4221
|
-
var VideoRecorderOffIcon =
|
|
4251
|
+
import { forwardRef as forwardRef94 } from "react";
|
|
4252
|
+
import { jsx as jsx96, jsxs as jsxs69 } from "react/jsx-runtime";
|
|
4253
|
+
var VideoRecorderOffIcon = forwardRef94(
|
|
4222
4254
|
function VideoRecorderOffIcon2(_a, ref) {
|
|
4223
4255
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
4224
4256
|
return /* @__PURE__ */ jsxs69(
|
|
@@ -4233,7 +4265,7 @@ var VideoRecorderOffIcon = forwardRef93(
|
|
|
4233
4265
|
className
|
|
4234
4266
|
}, other), {
|
|
4235
4267
|
children: [
|
|
4236
|
-
duotone && /* @__PURE__ */
|
|
4268
|
+
duotone && /* @__PURE__ */ jsx96(
|
|
4237
4269
|
"path",
|
|
4238
4270
|
{
|
|
4239
4271
|
opacity: "0.12",
|
|
@@ -4245,7 +4277,7 @@ var VideoRecorderOffIcon = forwardRef93(
|
|
|
4245
4277
|
strokeLinejoin: "round"
|
|
4246
4278
|
}
|
|
4247
4279
|
),
|
|
4248
|
-
/* @__PURE__ */
|
|
4280
|
+
/* @__PURE__ */ jsx96(
|
|
4249
4281
|
"path",
|
|
4250
4282
|
{
|
|
4251
4283
|
d: "M5 5C3.34315 5 2 6.34315 2 8V16C2 17.6569 3.34315 19 5 19H14C15.3527 19 16.4962 18.1048 16.8705 16.8745M17 12L20.6343 8.36569C21.0627 7.93731 21.2769 7.72312 21.4608 7.70865C21.6203 7.69609 21.7763 7.76068 21.8802 7.88238C22 8.02265 22 8.32556 22 8.93137V15.0686C22 15.6744 22 15.9774 21.8802 16.1176C21.7763 16.2393 21.6203 16.3039 21.4608 16.2914C21.2769 16.2769 21.0627 16.0627 20.6343 15.6343L17 12ZM17 12V9.8C17 8.11984 17 7.27976 16.673 6.63803C16.3854 6.07354 15.9265 5.6146 15.362 5.32698C14.7202 5 13.8802 5 12.2 5H9.5M2 2L22 22",
|
|
@@ -4262,9 +4294,9 @@ var VideoRecorderOffIcon = forwardRef93(
|
|
|
4262
4294
|
);
|
|
4263
4295
|
|
|
4264
4296
|
// src/icons/volumeMax.tsx
|
|
4265
|
-
import { forwardRef as
|
|
4266
|
-
import { jsx as
|
|
4267
|
-
var VolumeMaxIcon =
|
|
4297
|
+
import { forwardRef as forwardRef95 } from "react";
|
|
4298
|
+
import { jsx as jsx97, jsxs as jsxs70 } from "react/jsx-runtime";
|
|
4299
|
+
var VolumeMaxIcon = forwardRef95(
|
|
4268
4300
|
function VolumeMaxIcon2(_a, ref) {
|
|
4269
4301
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
4270
4302
|
return /* @__PURE__ */ jsxs70(
|
|
@@ -4279,7 +4311,7 @@ var VolumeMaxIcon = forwardRef94(
|
|
|
4279
4311
|
className
|
|
4280
4312
|
}, other), {
|
|
4281
4313
|
children: [
|
|
4282
|
-
duotone && /* @__PURE__ */
|
|
4314
|
+
duotone && /* @__PURE__ */ jsx97(
|
|
4283
4315
|
"path",
|
|
4284
4316
|
{
|
|
4285
4317
|
opacity: "0.12",
|
|
@@ -4287,7 +4319,7 @@ var VolumeMaxIcon = forwardRef94(
|
|
|
4287
4319
|
fill: "currentColor"
|
|
4288
4320
|
}
|
|
4289
4321
|
),
|
|
4290
|
-
/* @__PURE__ */
|
|
4322
|
+
/* @__PURE__ */ jsx97(
|
|
4291
4323
|
"path",
|
|
4292
4324
|
{
|
|
4293
4325
|
d: "M19.7479 4.99999C21.1652 6.97023 22 9.38762 22 12C22 14.6124 21.1652 17.0298 19.7479 19M15.7453 7.99999C16.5362 9.13382 17 10.5127 17 12C17 13.4872 16.5362 14.8662 15.7453 16M9.63432 4.36567L6.46863 7.53136C6.29568 7.70431 6.2092 7.79079 6.10828 7.85263C6.01881 7.90746 5.92127 7.94786 5.81923 7.97236C5.70414 7.99999 5.58185 7.99999 5.33726 7.99999H3.6C3.03995 7.99999 2.75992 7.99999 2.54601 8.10898C2.35785 8.20485 2.20487 8.35784 2.10899 8.546C2 8.75991 2 9.03994 2 9.59999V14.4C2 14.96 2 15.2401 2.10899 15.454C2.20487 15.6421 2.35785 15.7951 2.54601 15.891C2.75992 16 3.03995 16 3.6 16H5.33726C5.58185 16 5.70414 16 5.81923 16.0276C5.92127 16.0521 6.01881 16.0925 6.10828 16.1473C6.2092 16.2092 6.29568 16.2957 6.46863 16.4686L9.63431 19.6343C10.0627 20.0627 10.2769 20.2769 10.4608 20.2913C10.6203 20.3039 10.7763 20.2393 10.8802 20.1176C11 19.9773 11 19.6744 11 19.0686V4.93136C11 4.32554 11 4.02264 10.8802 3.88237C10.7763 3.76067 10.6203 3.69608 10.4608 3.70864C10.2769 3.72311 10.0627 3.9373 9.63432 4.36567Z",
|
|
@@ -4304,9 +4336,9 @@ var VolumeMaxIcon = forwardRef94(
|
|
|
4304
4336
|
);
|
|
4305
4337
|
|
|
4306
4338
|
// src/icons/volumeX.tsx
|
|
4307
|
-
import { forwardRef as
|
|
4308
|
-
import { jsx as
|
|
4309
|
-
var VolumeXIcon =
|
|
4339
|
+
import { forwardRef as forwardRef96 } from "react";
|
|
4340
|
+
import { jsx as jsx98, jsxs as jsxs71 } from "react/jsx-runtime";
|
|
4341
|
+
var VolumeXIcon = forwardRef96(
|
|
4310
4342
|
function VolumeXIcon2(_a, ref) {
|
|
4311
4343
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
4312
4344
|
return /* @__PURE__ */ jsxs71(
|
|
@@ -4321,7 +4353,7 @@ var VolumeXIcon = forwardRef95(
|
|
|
4321
4353
|
className
|
|
4322
4354
|
}, other), {
|
|
4323
4355
|
children: [
|
|
4324
|
-
duotone && /* @__PURE__ */
|
|
4356
|
+
duotone && /* @__PURE__ */ jsx98(
|
|
4325
4357
|
"path",
|
|
4326
4358
|
{
|
|
4327
4359
|
opacity: "0.12",
|
|
@@ -4329,7 +4361,7 @@ var VolumeXIcon = forwardRef95(
|
|
|
4329
4361
|
fill: "currentColor"
|
|
4330
4362
|
}
|
|
4331
4363
|
),
|
|
4332
|
-
/* @__PURE__ */
|
|
4364
|
+
/* @__PURE__ */ jsx98(
|
|
4333
4365
|
"path",
|
|
4334
4366
|
{
|
|
4335
4367
|
d: "M22 8.99999L16 15M16 8.99999L22 15M9.63432 4.36567L6.46863 7.53136C6.29568 7.70431 6.2092 7.79079 6.10828 7.85263C6.01881 7.90746 5.92127 7.94786 5.81923 7.97236C5.70414 7.99999 5.58185 7.99999 5.33726 7.99999H3.6C3.03995 7.99999 2.75992 7.99999 2.54601 8.10898C2.35785 8.20485 2.20487 8.35784 2.10899 8.546C2 8.75991 2 9.03994 2 9.59999V14.4C2 14.96 2 15.2401 2.10899 15.454C2.20487 15.6421 2.35785 15.7951 2.54601 15.891C2.75992 16 3.03995 16 3.6 16H5.33726C5.58185 16 5.70414 16 5.81923 16.0276C5.92127 16.0521 6.01881 16.0925 6.10828 16.1473C6.2092 16.2092 6.29568 16.2957 6.46863 16.4686L9.63431 19.6343C10.0627 20.0627 10.2769 20.2769 10.4608 20.2913C10.6203 20.3039 10.7763 20.2393 10.8802 20.1176C11 19.9773 11 19.6744 11 19.0686V4.93136C11 4.32554 11 4.02264 10.8802 3.88237C10.7763 3.76067 10.6203 3.69608 10.4608 3.70864C10.2769 3.72311 10.0627 3.9373 9.63432 4.36567Z",
|
|
@@ -4346,9 +4378,9 @@ var VolumeXIcon = forwardRef95(
|
|
|
4346
4378
|
);
|
|
4347
4379
|
|
|
4348
4380
|
// src/icons/xCircle.tsx
|
|
4349
|
-
import { forwardRef as
|
|
4350
|
-
import { jsx as
|
|
4351
|
-
var XCircleIcon =
|
|
4381
|
+
import { forwardRef as forwardRef97 } from "react";
|
|
4382
|
+
import { jsx as jsx99, jsxs as jsxs72 } from "react/jsx-runtime";
|
|
4383
|
+
var XCircleIcon = forwardRef97(
|
|
4352
4384
|
function XCircleIcon2(_a, ref) {
|
|
4353
4385
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
4354
4386
|
return /* @__PURE__ */ jsxs72(
|
|
@@ -4363,7 +4395,7 @@ var XCircleIcon = forwardRef96(
|
|
|
4363
4395
|
className
|
|
4364
4396
|
}, other), {
|
|
4365
4397
|
children: [
|
|
4366
|
-
duotone && /* @__PURE__ */
|
|
4398
|
+
duotone && /* @__PURE__ */ jsx99(
|
|
4367
4399
|
"path",
|
|
4368
4400
|
{
|
|
4369
4401
|
opacity: "0.12",
|
|
@@ -4371,7 +4403,7 @@ var XCircleIcon = forwardRef96(
|
|
|
4371
4403
|
fill: "currentColor"
|
|
4372
4404
|
}
|
|
4373
4405
|
),
|
|
4374
|
-
/* @__PURE__ */
|
|
4406
|
+
/* @__PURE__ */ jsx99(
|
|
4375
4407
|
"path",
|
|
4376
4408
|
{
|
|
4377
4409
|
d: "M15 9L9 15M9 9L15 15M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z",
|
|
@@ -4388,12 +4420,12 @@ var XCircleIcon = forwardRef96(
|
|
|
4388
4420
|
);
|
|
4389
4421
|
|
|
4390
4422
|
// src/icons/xClose.tsx
|
|
4391
|
-
import { forwardRef as
|
|
4392
|
-
import { jsx as
|
|
4393
|
-
var XCloseIcon =
|
|
4423
|
+
import { forwardRef as forwardRef98 } from "react";
|
|
4424
|
+
import { jsx as jsx100 } from "react/jsx-runtime";
|
|
4425
|
+
var XCloseIcon = forwardRef98(
|
|
4394
4426
|
function XCloseIcon2(_a, ref) {
|
|
4395
4427
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
4396
|
-
return /* @__PURE__ */
|
|
4428
|
+
return /* @__PURE__ */ jsx100(
|
|
4397
4429
|
"svg",
|
|
4398
4430
|
__spreadProps(__spreadValues({
|
|
4399
4431
|
ref,
|
|
@@ -4404,7 +4436,7 @@ var XCloseIcon = forwardRef97(
|
|
|
4404
4436
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4405
4437
|
className
|
|
4406
4438
|
}, other), {
|
|
4407
|
-
children: /* @__PURE__ */
|
|
4439
|
+
children: /* @__PURE__ */ jsx100(
|
|
4408
4440
|
"path",
|
|
4409
4441
|
{
|
|
4410
4442
|
d: "M18 6L6 18M6 6L18 18",
|
|
@@ -4420,7 +4452,7 @@ var XCloseIcon = forwardRef97(
|
|
|
4420
4452
|
);
|
|
4421
4453
|
|
|
4422
4454
|
// src/components/Calendar/Calendar.tsx
|
|
4423
|
-
import { jsx as
|
|
4455
|
+
import { jsx as jsx101 } from "react/jsx-runtime";
|
|
4424
4456
|
function Calendar(_a) {
|
|
4425
4457
|
var _b = _a, {
|
|
4426
4458
|
className,
|
|
@@ -4431,7 +4463,7 @@ function Calendar(_a) {
|
|
|
4431
4463
|
"classNames",
|
|
4432
4464
|
"showOutsideDays"
|
|
4433
4465
|
]);
|
|
4434
|
-
return /* @__PURE__ */
|
|
4466
|
+
return /* @__PURE__ */ jsx101(
|
|
4435
4467
|
DayPicker,
|
|
4436
4468
|
__spreadValues({
|
|
4437
4469
|
showOutsideDays,
|
|
@@ -4461,8 +4493,8 @@ function Calendar(_a) {
|
|
|
4461
4493
|
day_hidden: "invisible"
|
|
4462
4494
|
}, classNames),
|
|
4463
4495
|
components: {
|
|
4464
|
-
IconLeft: () => /* @__PURE__ */
|
|
4465
|
-
IconRight: () => /* @__PURE__ */
|
|
4496
|
+
IconLeft: () => /* @__PURE__ */ jsx101(ChevronLeftIcon, { className: "w-3 h-3" }),
|
|
4497
|
+
IconRight: () => /* @__PURE__ */ jsx101(ChevronRightIcon, { className: "w-3 h-3" })
|
|
4466
4498
|
}
|
|
4467
4499
|
}, props)
|
|
4468
4500
|
);
|
|
@@ -4472,10 +4504,10 @@ Calendar.displayName = "Calendar";
|
|
|
4472
4504
|
// src/components/Checkbox/Checkbox.tsx
|
|
4473
4505
|
import * as React5 from "react";
|
|
4474
4506
|
import * as CheckboxPrimitive from "@radix-ui/react-checkbox";
|
|
4475
|
-
import { jsx as
|
|
4507
|
+
import { jsx as jsx102 } from "react/jsx-runtime";
|
|
4476
4508
|
var Checkbox = React5.forwardRef((_a, ref) => {
|
|
4477
4509
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
4478
|
-
return /* @__PURE__ */
|
|
4510
|
+
return /* @__PURE__ */ jsx102(
|
|
4479
4511
|
CheckboxPrimitive.Root,
|
|
4480
4512
|
__spreadProps(__spreadValues({
|
|
4481
4513
|
className: cn(
|
|
@@ -4484,7 +4516,7 @@ var Checkbox = React5.forwardRef((_a, ref) => {
|
|
|
4484
4516
|
)
|
|
4485
4517
|
}, props), {
|
|
4486
4518
|
ref,
|
|
4487
|
-
children: /* @__PURE__ */
|
|
4519
|
+
children: /* @__PURE__ */ jsx102(CheckboxPrimitive.Indicator, { children: /* @__PURE__ */ jsx102(CheckIcon, { size: 10, className: "text-white" }) })
|
|
4488
4520
|
})
|
|
4489
4521
|
);
|
|
4490
4522
|
});
|
|
@@ -4494,10 +4526,10 @@ Checkbox.displayName = CheckboxPrimitive.Root.displayName;
|
|
|
4494
4526
|
import * as React6 from "react";
|
|
4495
4527
|
import { useState } from "react";
|
|
4496
4528
|
import { Command as CommandPrimitive } from "cmdk";
|
|
4497
|
-
import { jsx as
|
|
4529
|
+
import { jsx as jsx103, jsxs as jsxs73 } from "react/jsx-runtime";
|
|
4498
4530
|
var Command = React6.forwardRef((_a, ref) => {
|
|
4499
4531
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
4500
|
-
return /* @__PURE__ */
|
|
4532
|
+
return /* @__PURE__ */ jsx103(
|
|
4501
4533
|
CommandPrimitive,
|
|
4502
4534
|
__spreadValues({
|
|
4503
4535
|
ref,
|
|
@@ -4522,8 +4554,8 @@ var CommandInput = React6.forwardRef((_a, ref) => {
|
|
|
4522
4554
|
className: "flex items-center gap-2 px-3 border-b border-gray-200",
|
|
4523
4555
|
"cmdk-input-wrapper": "",
|
|
4524
4556
|
children: [
|
|
4525
|
-
/* @__PURE__ */
|
|
4526
|
-
/* @__PURE__ */
|
|
4557
|
+
/* @__PURE__ */ jsx103(SearchMdIcon, { size: 16, className: "text-gray-900 shrink-0" }),
|
|
4558
|
+
/* @__PURE__ */ jsx103(
|
|
4527
4559
|
CommandPrimitive.Input,
|
|
4528
4560
|
__spreadValues({
|
|
4529
4561
|
ref,
|
|
@@ -4538,7 +4570,7 @@ var CommandInput = React6.forwardRef((_a, ref) => {
|
|
|
4538
4570
|
}
|
|
4539
4571
|
}, props)
|
|
4540
4572
|
),
|
|
4541
|
-
value !== "" && /* @__PURE__ */
|
|
4573
|
+
value !== "" && /* @__PURE__ */ jsx103(Button, { variant: "ghostGray", size: "xs", icon: true, className: "-mr-2", children: /* @__PURE__ */ jsx103(
|
|
4542
4574
|
XCloseIcon,
|
|
4543
4575
|
{
|
|
4544
4576
|
size: "16",
|
|
@@ -4555,7 +4587,7 @@ var CommandInput = React6.forwardRef((_a, ref) => {
|
|
|
4555
4587
|
CommandInput.displayName = CommandPrimitive.Input.displayName;
|
|
4556
4588
|
var CommandList = React6.forwardRef((_a, ref) => {
|
|
4557
4589
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
4558
|
-
return /* @__PURE__ */
|
|
4590
|
+
return /* @__PURE__ */ jsx103(
|
|
4559
4591
|
CommandPrimitive.List,
|
|
4560
4592
|
__spreadValues({
|
|
4561
4593
|
ref,
|
|
@@ -4577,10 +4609,10 @@ var CommandEmpty = React6.forwardRef((_a, ref) => {
|
|
|
4577
4609
|
}, props), {
|
|
4578
4610
|
children: [
|
|
4579
4611
|
(title || description) && /* @__PURE__ */ jsxs73("div", { className: "flex flex-col gap-1", children: [
|
|
4580
|
-
title && /* @__PURE__ */
|
|
4581
|
-
description && /* @__PURE__ */
|
|
4612
|
+
title && /* @__PURE__ */ jsx103("span", { className: "text-sm font-medium text-gray-1000", children: title }),
|
|
4613
|
+
description && /* @__PURE__ */ jsx103("span", { className: "text-sm font-normal text-gray-700", children: description })
|
|
4582
4614
|
] }),
|
|
4583
|
-
children && /* @__PURE__ */
|
|
4615
|
+
children && /* @__PURE__ */ jsx103("div", { children })
|
|
4584
4616
|
]
|
|
4585
4617
|
})
|
|
4586
4618
|
);
|
|
@@ -4588,12 +4620,12 @@ var CommandEmpty = React6.forwardRef((_a, ref) => {
|
|
|
4588
4620
|
CommandEmpty.displayName = CommandPrimitive.Empty.displayName;
|
|
4589
4621
|
var CommandLoading = React6.forwardRef((_a, ref) => {
|
|
4590
4622
|
var _b = _a, { children } = _b, props = __objRest(_b, ["children"]);
|
|
4591
|
-
return /* @__PURE__ */
|
|
4623
|
+
return /* @__PURE__ */ jsx103(CommandPrimitive.Loading, __spreadProps(__spreadValues({ ref }, props), { children: /* @__PURE__ */ jsx103("div", { className: "flex justify-center p-4 text-center", children: /* @__PURE__ */ jsx103(SpinnerIcon, { className: "text-blue-700 animate-spin" }) }) }));
|
|
4592
4624
|
});
|
|
4593
4625
|
CommandLoading.displayName = CommandPrimitive.Loading.displayName;
|
|
4594
4626
|
var CommandGroup = React6.forwardRef((_a, ref) => {
|
|
4595
4627
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
4596
|
-
return /* @__PURE__ */
|
|
4628
|
+
return /* @__PURE__ */ jsx103(
|
|
4597
4629
|
CommandPrimitive.Group,
|
|
4598
4630
|
__spreadValues({
|
|
4599
4631
|
ref,
|
|
@@ -4607,7 +4639,7 @@ var CommandGroup = React6.forwardRef((_a, ref) => {
|
|
|
4607
4639
|
CommandGroup.displayName = CommandPrimitive.Group.displayName;
|
|
4608
4640
|
var CommandSeparator = React6.forwardRef((_a, ref) => {
|
|
4609
4641
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
4610
|
-
return /* @__PURE__ */
|
|
4642
|
+
return /* @__PURE__ */ jsx103(
|
|
4611
4643
|
CommandPrimitive.Separator,
|
|
4612
4644
|
__spreadValues({
|
|
4613
4645
|
ref,
|
|
@@ -4630,14 +4662,14 @@ var CommandItem = React6.forwardRef(
|
|
|
4630
4662
|
}, props), {
|
|
4631
4663
|
children: [
|
|
4632
4664
|
/* @__PURE__ */ jsxs73("div", { className: "flex items-center gap-2", children: [
|
|
4633
|
-
checkbox && /* @__PURE__ */
|
|
4665
|
+
checkbox && /* @__PURE__ */ jsx103(Checkbox, { checked }),
|
|
4634
4666
|
icon && React6.cloneElement(icon, {
|
|
4635
4667
|
size: 16,
|
|
4636
4668
|
className: cn("flex-shrink-0", icon.props.className)
|
|
4637
4669
|
}),
|
|
4638
4670
|
children
|
|
4639
4671
|
] }),
|
|
4640
|
-
description && /* @__PURE__ */
|
|
4672
|
+
description && /* @__PURE__ */ jsx103("div", { className: "text-xs text-gray-700", children: description })
|
|
4641
4673
|
]
|
|
4642
4674
|
})
|
|
4643
4675
|
);
|
|
@@ -4648,7 +4680,7 @@ CommandItem.displayName = CommandPrimitive.Item.displayName;
|
|
|
4648
4680
|
// src/components/Dialog/Dialog.tsx
|
|
4649
4681
|
import * as React7 from "react";
|
|
4650
4682
|
import * as DialogPrimitive from "@radix-ui/react-dialog";
|
|
4651
|
-
import { jsx as
|
|
4683
|
+
import { jsx as jsx104, jsxs as jsxs74 } from "react/jsx-runtime";
|
|
4652
4684
|
var Dialog = DialogPrimitive.Root;
|
|
4653
4685
|
var DialogTrigger = DialogPrimitive.Trigger;
|
|
4654
4686
|
var DialogPortal = (_a) => {
|
|
@@ -4657,12 +4689,12 @@ var DialogPortal = (_a) => {
|
|
|
4657
4689
|
} = _b, props = __objRest(_b, [
|
|
4658
4690
|
"className"
|
|
4659
4691
|
]);
|
|
4660
|
-
return /* @__PURE__ */
|
|
4692
|
+
return /* @__PURE__ */ jsx104(DialogPrimitive.Portal, __spreadValues({ className: cn(className) }, props));
|
|
4661
4693
|
};
|
|
4662
4694
|
DialogPortal.displayName = DialogPrimitive.Portal.displayName;
|
|
4663
4695
|
var DialogOverlay = React7.forwardRef((_a, ref) => {
|
|
4664
4696
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
4665
|
-
return /* @__PURE__ */
|
|
4697
|
+
return /* @__PURE__ */ jsx104(
|
|
4666
4698
|
DialogPrimitive.Overlay,
|
|
4667
4699
|
__spreadValues({
|
|
4668
4700
|
ref,
|
|
@@ -4677,7 +4709,7 @@ DialogOverlay.displayName = DialogPrimitive.Overlay.displayName;
|
|
|
4677
4709
|
var DialogContent = React7.forwardRef((_a, ref) => {
|
|
4678
4710
|
var _b = _a, { className, children } = _b, props = __objRest(_b, ["className", "children"]);
|
|
4679
4711
|
return /* @__PURE__ */ jsxs74(DialogPortal, { children: [
|
|
4680
|
-
/* @__PURE__ */
|
|
4712
|
+
/* @__PURE__ */ jsx104(DialogOverlay, {}),
|
|
4681
4713
|
/* @__PURE__ */ jsxs74(
|
|
4682
4714
|
DialogPrimitive.Content,
|
|
4683
4715
|
__spreadProps(__spreadValues({
|
|
@@ -4698,8 +4730,8 @@ var DialogContent = React7.forwardRef((_a, ref) => {
|
|
|
4698
4730
|
"absolute right-6 top-6"
|
|
4699
4731
|
),
|
|
4700
4732
|
children: [
|
|
4701
|
-
/* @__PURE__ */
|
|
4702
|
-
/* @__PURE__ */
|
|
4733
|
+
/* @__PURE__ */ jsx104(XCloseIcon, { className: "h-3 w-3" }),
|
|
4734
|
+
/* @__PURE__ */ jsx104("span", { className: "sr-only", children: "Close" })
|
|
4703
4735
|
]
|
|
4704
4736
|
}
|
|
4705
4737
|
)
|
|
@@ -4715,7 +4747,7 @@ var DialogHeader = (_a) => {
|
|
|
4715
4747
|
} = _b, props = __objRest(_b, [
|
|
4716
4748
|
"className"
|
|
4717
4749
|
]);
|
|
4718
|
-
return /* @__PURE__ */
|
|
4750
|
+
return /* @__PURE__ */ jsx104(
|
|
4719
4751
|
"div",
|
|
4720
4752
|
__spreadValues({
|
|
4721
4753
|
className: cn(
|
|
@@ -4732,7 +4764,7 @@ var DialogFooter = (_a) => {
|
|
|
4732
4764
|
} = _b, props = __objRest(_b, [
|
|
4733
4765
|
"className"
|
|
4734
4766
|
]);
|
|
4735
|
-
return /* @__PURE__ */
|
|
4767
|
+
return /* @__PURE__ */ jsx104(
|
|
4736
4768
|
"div",
|
|
4737
4769
|
__spreadValues({
|
|
4738
4770
|
className: cn(
|
|
@@ -4745,7 +4777,7 @@ var DialogFooter = (_a) => {
|
|
|
4745
4777
|
DialogFooter.displayName = "DialogFooter";
|
|
4746
4778
|
var DialogTitle = React7.forwardRef((_a, ref) => {
|
|
4747
4779
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
4748
|
-
return /* @__PURE__ */
|
|
4780
|
+
return /* @__PURE__ */ jsx104(
|
|
4749
4781
|
DialogPrimitive.Title,
|
|
4750
4782
|
__spreadValues({
|
|
4751
4783
|
ref,
|
|
@@ -4756,7 +4788,7 @@ var DialogTitle = React7.forwardRef((_a, ref) => {
|
|
|
4756
4788
|
DialogTitle.displayName = DialogPrimitive.Title.displayName;
|
|
4757
4789
|
var DialogDescription = React7.forwardRef((_a, ref) => {
|
|
4758
4790
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
4759
|
-
return /* @__PURE__ */
|
|
4791
|
+
return /* @__PURE__ */ jsx104(
|
|
4760
4792
|
DialogPrimitive.Description,
|
|
4761
4793
|
__spreadValues({
|
|
4762
4794
|
ref,
|
|
@@ -4769,7 +4801,7 @@ DialogDescription.displayName = DialogPrimitive.Description.displayName;
|
|
|
4769
4801
|
// src/components/DropdownMenu/DropdownMenu.tsx
|
|
4770
4802
|
import React8 from "react";
|
|
4771
4803
|
import * as DropdownMenuPrimitive from "@radix-ui/react-dropdown-menu";
|
|
4772
|
-
import { jsx as
|
|
4804
|
+
import { jsx as jsx105, jsxs as jsxs75 } from "react/jsx-runtime";
|
|
4773
4805
|
var DropdownMenu = DropdownMenuPrimitive.Root;
|
|
4774
4806
|
var DropdownMenuItemBase = ({
|
|
4775
4807
|
icon,
|
|
@@ -4791,7 +4823,7 @@ var DropdownMenuItemBase = ({
|
|
|
4791
4823
|
),
|
|
4792
4824
|
children: [
|
|
4793
4825
|
/* @__PURE__ */ jsxs75("div", { className: "flex items-center gap-2", children: [
|
|
4794
|
-
checkbox && /* @__PURE__ */
|
|
4826
|
+
checkbox && /* @__PURE__ */ jsx105(Checkbox, { checked }),
|
|
4795
4827
|
icon && React8.cloneElement(icon, {
|
|
4796
4828
|
size: 16,
|
|
4797
4829
|
className: cn(
|
|
@@ -4800,10 +4832,10 @@ var DropdownMenuItemBase = ({
|
|
|
4800
4832
|
icon.props.className
|
|
4801
4833
|
)
|
|
4802
4834
|
}),
|
|
4803
|
-
/* @__PURE__ */
|
|
4804
|
-
hasSubNav && /* @__PURE__ */
|
|
4835
|
+
/* @__PURE__ */ jsx105("span", { className: "flex gap-2 grow", children }),
|
|
4836
|
+
hasSubNav && /* @__PURE__ */ jsx105("div", { className: "inline-flex items-center justify-end", children: /* @__PURE__ */ jsx105(ChevronRightIcon, { size: 16, className: "text-gray-1000" }) })
|
|
4805
4837
|
] }),
|
|
4806
|
-
description && /* @__PURE__ */
|
|
4838
|
+
description && /* @__PURE__ */ jsx105("div", { className: "text-xs text-gray-700", children: description })
|
|
4807
4839
|
]
|
|
4808
4840
|
}
|
|
4809
4841
|
);
|
|
@@ -4818,14 +4850,14 @@ var DropdownMenuCheckboxItem = React8.forwardRef(
|
|
|
4818
4850
|
checked,
|
|
4819
4851
|
className
|
|
4820
4852
|
};
|
|
4821
|
-
return /* @__PURE__ */
|
|
4853
|
+
return /* @__PURE__ */ jsx105(
|
|
4822
4854
|
DropdownMenuPrimitive.CheckboxItem,
|
|
4823
4855
|
__spreadProps(__spreadValues({
|
|
4824
4856
|
checked
|
|
4825
4857
|
}, props), {
|
|
4826
4858
|
ref: forwardedRef,
|
|
4827
4859
|
className: "outline-none select-none group",
|
|
4828
|
-
children: /* @__PURE__ */
|
|
4860
|
+
children: /* @__PURE__ */ jsx105(DropdownMenuItemBase, __spreadProps(__spreadValues({ checkbox: true }, extraProps), { children }))
|
|
4829
4861
|
})
|
|
4830
4862
|
);
|
|
4831
4863
|
}
|
|
@@ -4846,7 +4878,7 @@ var DropdownMenuContent = React8.forwardRef(
|
|
|
4846
4878
|
"sideOffset",
|
|
4847
4879
|
"align"
|
|
4848
4880
|
]);
|
|
4849
|
-
return /* @__PURE__ */
|
|
4881
|
+
return /* @__PURE__ */ jsx105(
|
|
4850
4882
|
DropdownMenuPrimitive.Content,
|
|
4851
4883
|
__spreadProps(__spreadValues({
|
|
4852
4884
|
className: cn(
|
|
@@ -4874,12 +4906,12 @@ var DropdownMenuItem = React8.forwardRef(
|
|
|
4874
4906
|
icon,
|
|
4875
4907
|
className
|
|
4876
4908
|
};
|
|
4877
|
-
return /* @__PURE__ */
|
|
4909
|
+
return /* @__PURE__ */ jsx105(
|
|
4878
4910
|
DropdownMenuPrimitive.Item,
|
|
4879
4911
|
__spreadProps(__spreadValues({}, props), {
|
|
4880
4912
|
ref: forwardedRef,
|
|
4881
4913
|
className: "outline-none select-none group",
|
|
4882
|
-
children: /* @__PURE__ */
|
|
4914
|
+
children: /* @__PURE__ */ jsx105(DropdownMenuItemBase, __spreadProps(__spreadValues({}, extraProps), { children }))
|
|
4883
4915
|
})
|
|
4884
4916
|
);
|
|
4885
4917
|
}
|
|
@@ -4887,7 +4919,7 @@ var DropdownMenuItem = React8.forwardRef(
|
|
|
4887
4919
|
DropdownMenuItem.displayName = DropdownMenuPrimitive.Item.displayName;
|
|
4888
4920
|
var DropdownMenuLabel = React8.forwardRef((_a, forwardedRef) => {
|
|
4889
4921
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
4890
|
-
return /* @__PURE__ */
|
|
4922
|
+
return /* @__PURE__ */ jsx105(
|
|
4891
4923
|
DropdownMenuPrimitive.Label,
|
|
4892
4924
|
__spreadProps(__spreadValues({
|
|
4893
4925
|
className: cn(
|
|
@@ -4911,12 +4943,12 @@ var DropdownMenuRadioItem = React8.forwardRef(
|
|
|
4911
4943
|
icon,
|
|
4912
4944
|
className
|
|
4913
4945
|
};
|
|
4914
|
-
return /* @__PURE__ */
|
|
4946
|
+
return /* @__PURE__ */ jsx105(
|
|
4915
4947
|
DropdownMenuPrimitive.RadioItem,
|
|
4916
4948
|
__spreadProps(__spreadValues({}, props), {
|
|
4917
4949
|
ref: forwardedRef,
|
|
4918
4950
|
className: "outline-none select-none group",
|
|
4919
|
-
children: /* @__PURE__ */
|
|
4951
|
+
children: /* @__PURE__ */ jsx105(DropdownMenuItemBase, __spreadProps(__spreadValues({}, extraProps), { children }))
|
|
4920
4952
|
})
|
|
4921
4953
|
);
|
|
4922
4954
|
}
|
|
@@ -4924,7 +4956,7 @@ var DropdownMenuRadioItem = React8.forwardRef(
|
|
|
4924
4956
|
DropdownMenuRadioItem.displayName = DropdownMenuPrimitive.RadioItem.displayName;
|
|
4925
4957
|
var DropdownMenuSeparator = React8.forwardRef((_a, forwardedRef) => {
|
|
4926
4958
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
4927
|
-
return /* @__PURE__ */
|
|
4959
|
+
return /* @__PURE__ */ jsx105(
|
|
4928
4960
|
DropdownMenuPrimitive.Separator,
|
|
4929
4961
|
__spreadProps(__spreadValues({
|
|
4930
4962
|
className: cn("my-1 border-b border-gray-200", className)
|
|
@@ -4937,7 +4969,7 @@ DropdownMenuSeparator.displayName = DropdownMenuPrimitive.Separator.displayName;
|
|
|
4937
4969
|
var DropdownMenuSub = DropdownMenuPrimitive.Sub;
|
|
4938
4970
|
var DropdownMenuSubContent = React8.forwardRef((_a, forwardedRef) => {
|
|
4939
4971
|
var _b = _a, { children, className, sideOffset = 8 } = _b, props = __objRest(_b, ["children", "className", "sideOffset"]);
|
|
4940
|
-
return /* @__PURE__ */
|
|
4972
|
+
return /* @__PURE__ */ jsx105(
|
|
4941
4973
|
DropdownMenuPrimitive.SubContent,
|
|
4942
4974
|
__spreadProps(__spreadValues({
|
|
4943
4975
|
className: cn(
|
|
@@ -4961,12 +4993,12 @@ var DropdownMenuSubTrigger = React8.forwardRef(
|
|
|
4961
4993
|
icon,
|
|
4962
4994
|
className
|
|
4963
4995
|
};
|
|
4964
|
-
return /* @__PURE__ */
|
|
4996
|
+
return /* @__PURE__ */ jsx105(
|
|
4965
4997
|
DropdownMenuPrimitive.SubTrigger,
|
|
4966
4998
|
__spreadProps(__spreadValues({}, props), {
|
|
4967
4999
|
ref: forwardedRef,
|
|
4968
5000
|
className: "outline-none select-none group",
|
|
4969
|
-
children: /* @__PURE__ */
|
|
5001
|
+
children: /* @__PURE__ */ jsx105(DropdownMenuItemBase, __spreadProps(__spreadValues({ hasSubNav: true }, extraProps), { children }))
|
|
4970
5002
|
})
|
|
4971
5003
|
);
|
|
4972
5004
|
}
|
|
@@ -4976,15 +5008,15 @@ var DropdownMenuTrigger = DropdownMenuPrimitive.Trigger;
|
|
|
4976
5008
|
|
|
4977
5009
|
// src/components/FilterButton/FilterButton.tsx
|
|
4978
5010
|
import React9 from "react";
|
|
4979
|
-
import { Fragment, jsx as
|
|
5011
|
+
import { Fragment, jsx as jsx106, jsxs as jsxs76 } from "react/jsx-runtime";
|
|
4980
5012
|
var FilterButton = React9.forwardRef(
|
|
4981
5013
|
(_a, ref) => {
|
|
4982
5014
|
var _b = _a, { selectedCount, children, size = "sm", variant = "outline" } = _b, props = __objRest(_b, ["selectedCount", "children", "size", "variant"]);
|
|
4983
5015
|
return /* @__PURE__ */ jsxs76(Button, __spreadProps(__spreadValues({ ref, variant, size }, props), { children: [
|
|
4984
5016
|
children,
|
|
4985
5017
|
selectedCount !== void 0 && selectedCount > 0 && /* @__PURE__ */ jsxs76(Fragment, { children: [
|
|
4986
|
-
/* @__PURE__ */
|
|
4987
|
-
/* @__PURE__ */
|
|
5018
|
+
/* @__PURE__ */ jsx106("span", { className: "h-4 border-l border-gray-200" }),
|
|
5019
|
+
/* @__PURE__ */ jsx106(Badge, { variant: "fill", color: "blue", children: selectedCount })
|
|
4988
5020
|
] })
|
|
4989
5021
|
] }));
|
|
4990
5022
|
}
|
|
@@ -5003,10 +5035,10 @@ import {
|
|
|
5003
5035
|
// src/components/Label/Label.tsx
|
|
5004
5036
|
import * as React10 from "react";
|
|
5005
5037
|
import * as LabelPrimitive from "@radix-ui/react-label";
|
|
5006
|
-
import { jsx as
|
|
5038
|
+
import { jsx as jsx107 } from "react/jsx-runtime";
|
|
5007
5039
|
var Label2 = React10.forwardRef((_a, ref) => {
|
|
5008
5040
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5009
|
-
return /* @__PURE__ */
|
|
5041
|
+
return /* @__PURE__ */ jsx107(
|
|
5010
5042
|
LabelPrimitive.Root,
|
|
5011
5043
|
__spreadValues({
|
|
5012
5044
|
ref,
|
|
@@ -5020,18 +5052,18 @@ var Label2 = React10.forwardRef((_a, ref) => {
|
|
|
5020
5052
|
Label2.displayName = LabelPrimitive.Root.displayName;
|
|
5021
5053
|
|
|
5022
5054
|
// src/components/Form/Form.tsx
|
|
5023
|
-
import { jsx as
|
|
5055
|
+
import { jsx as jsx108 } from "react/jsx-runtime";
|
|
5024
5056
|
var Form = FormProvider;
|
|
5025
5057
|
var FormFieldContext = React11.createContext(
|
|
5026
5058
|
{}
|
|
5027
5059
|
);
|
|
5028
5060
|
var FormField = (_a) => {
|
|
5029
5061
|
var props = __objRest(_a, []);
|
|
5030
|
-
return /* @__PURE__ */
|
|
5062
|
+
return /* @__PURE__ */ jsx108(
|
|
5031
5063
|
FormFieldContext.Provider,
|
|
5032
5064
|
{
|
|
5033
5065
|
value: { name: props.name, isDisabled: props.disabled },
|
|
5034
|
-
children: /* @__PURE__ */
|
|
5066
|
+
children: /* @__PURE__ */ jsx108(Controller, __spreadValues({}, props))
|
|
5035
5067
|
}
|
|
5036
5068
|
);
|
|
5037
5069
|
};
|
|
@@ -5059,7 +5091,7 @@ var FormItemContext = React11.createContext(
|
|
|
5059
5091
|
var FormItem = React11.forwardRef((_a, ref) => {
|
|
5060
5092
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5061
5093
|
const id = React11.useId();
|
|
5062
|
-
return /* @__PURE__ */
|
|
5094
|
+
return /* @__PURE__ */ jsx108(FormItemContext.Provider, { value: { id }, children: /* @__PURE__ */ jsx108(
|
|
5063
5095
|
"div",
|
|
5064
5096
|
__spreadValues({
|
|
5065
5097
|
ref,
|
|
@@ -5071,7 +5103,7 @@ FormItem.displayName = "FormItem";
|
|
|
5071
5103
|
var FormLabel = React11.forwardRef((_a, ref) => {
|
|
5072
5104
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5073
5105
|
const { isDisabled, formItemId } = useFormField();
|
|
5074
|
-
return /* @__PURE__ */
|
|
5106
|
+
return /* @__PURE__ */ jsx108(
|
|
5075
5107
|
Label2,
|
|
5076
5108
|
__spreadValues({
|
|
5077
5109
|
ref,
|
|
@@ -5084,7 +5116,7 @@ FormLabel.displayName = "FormLabel";
|
|
|
5084
5116
|
var FormControl = React11.forwardRef((_a, ref) => {
|
|
5085
5117
|
var props = __objRest(_a, []);
|
|
5086
5118
|
const { error, isDisabled, formItemId, formDescriptionId, formMessageId } = useFormField();
|
|
5087
|
-
return /* @__PURE__ */
|
|
5119
|
+
return /* @__PURE__ */ jsx108(
|
|
5088
5120
|
Slot2,
|
|
5089
5121
|
__spreadValues({
|
|
5090
5122
|
ref,
|
|
@@ -5100,7 +5132,7 @@ FormControl.displayName = "FormControl";
|
|
|
5100
5132
|
var FormDescription = React11.forwardRef((_a, ref) => {
|
|
5101
5133
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5102
5134
|
const { formDescriptionId, isDisabled } = useFormField();
|
|
5103
|
-
return /* @__PURE__ */
|
|
5135
|
+
return /* @__PURE__ */ jsx108(
|
|
5104
5136
|
"p",
|
|
5105
5137
|
__spreadValues({
|
|
5106
5138
|
ref,
|
|
@@ -5119,7 +5151,7 @@ var FormMessage = React11.forwardRef((_a, ref) => {
|
|
|
5119
5151
|
const { error, isDisabled, formMessageId } = useFormField();
|
|
5120
5152
|
const body = error ? String(error == null ? void 0 : error.message) : children;
|
|
5121
5153
|
const textColorClassName = error ? "text-red-700" : "text-gray-700";
|
|
5122
|
-
return /* @__PURE__ */
|
|
5154
|
+
return /* @__PURE__ */ jsx108(
|
|
5123
5155
|
"p",
|
|
5124
5156
|
__spreadProps(__spreadValues({
|
|
5125
5157
|
ref,
|
|
@@ -5140,7 +5172,7 @@ FormMessage.displayName = "FormMessage";
|
|
|
5140
5172
|
// src/components/Input/Input.tsx
|
|
5141
5173
|
import * as React12 from "react";
|
|
5142
5174
|
import { Slot as Slot3 } from "@radix-ui/react-slot";
|
|
5143
|
-
import { jsx as
|
|
5175
|
+
import { jsx as jsx109, jsxs as jsxs77 } from "react/jsx-runtime";
|
|
5144
5176
|
var Input = React12.forwardRef(
|
|
5145
5177
|
(_a, ref) => {
|
|
5146
5178
|
var _b = _a, {
|
|
@@ -5172,7 +5204,7 @@ var Input = React12.forwardRef(
|
|
|
5172
5204
|
className
|
|
5173
5205
|
),
|
|
5174
5206
|
children: [
|
|
5175
|
-
prefixEnchancer && /* @__PURE__ */
|
|
5207
|
+
prefixEnchancer && /* @__PURE__ */ jsx109(
|
|
5176
5208
|
Slot3,
|
|
5177
5209
|
{
|
|
5178
5210
|
className: cn(
|
|
@@ -5182,7 +5214,7 @@ var Input = React12.forwardRef(
|
|
|
5182
5214
|
children: prefixEnchancer
|
|
5183
5215
|
}
|
|
5184
5216
|
),
|
|
5185
|
-
/* @__PURE__ */
|
|
5217
|
+
/* @__PURE__ */ jsx109(
|
|
5186
5218
|
"input",
|
|
5187
5219
|
__spreadProps(__spreadValues({}, props), {
|
|
5188
5220
|
disabled: isDisabled,
|
|
@@ -5191,7 +5223,7 @@ var Input = React12.forwardRef(
|
|
|
5191
5223
|
ref
|
|
5192
5224
|
})
|
|
5193
5225
|
),
|
|
5194
|
-
suffixEnchancer && /* @__PURE__ */
|
|
5226
|
+
suffixEnchancer && /* @__PURE__ */ jsx109(
|
|
5195
5227
|
Slot3,
|
|
5196
5228
|
{
|
|
5197
5229
|
className: cn(
|
|
@@ -5215,7 +5247,7 @@ var Input = React12.forwardRef(
|
|
|
5215
5247
|
Input.displayName = "Input";
|
|
5216
5248
|
|
|
5217
5249
|
// src/components/Pagination/Pagination.tsx
|
|
5218
|
-
import { jsx as
|
|
5250
|
+
import { jsx as jsx110, jsxs as jsxs78 } from "react/jsx-runtime";
|
|
5219
5251
|
var PaginationPageChoice = /* @__PURE__ */ ((PaginationPageChoice2) => {
|
|
5220
5252
|
PaginationPageChoice2["FIRST"] = "FIRST";
|
|
5221
5253
|
PaginationPageChoice2["PREVIOUS"] = "PREVIOUS";
|
|
@@ -5232,11 +5264,11 @@ var Pagination = ({
|
|
|
5232
5264
|
className
|
|
5233
5265
|
}) => {
|
|
5234
5266
|
return /* @__PURE__ */ jsxs78("div", { className: cn("flex items-center justify-between px-2", className), children: [
|
|
5235
|
-
totalRowsCaption && /* @__PURE__ */
|
|
5267
|
+
totalRowsCaption && /* @__PURE__ */ jsx110("div", { className: "flex-1 text-sm text-gray-700", children: totalRowsCaption }),
|
|
5236
5268
|
/* @__PURE__ */ jsxs78("div", { className: "flex items-center gap-4", children: [
|
|
5237
|
-
currentPageCation && /* @__PURE__ */
|
|
5269
|
+
currentPageCation && /* @__PURE__ */ jsx110("div", { className: "flex items-center justify-center text-sm font-medium text-gray-1000", children: currentPageCation }),
|
|
5238
5270
|
/* @__PURE__ */ jsxs78("div", { className: "flex items-center gap-2", children: [
|
|
5239
|
-
/* @__PURE__ */
|
|
5271
|
+
/* @__PURE__ */ jsx110(
|
|
5240
5272
|
Button,
|
|
5241
5273
|
{
|
|
5242
5274
|
variant: "outline",
|
|
@@ -5244,10 +5276,10 @@ var Pagination = ({
|
|
|
5244
5276
|
size: "sm",
|
|
5245
5277
|
onClick: () => onPageChange("FIRST" /* FIRST */),
|
|
5246
5278
|
disabled: !previousPageAvailable,
|
|
5247
|
-
children: /* @__PURE__ */
|
|
5279
|
+
children: /* @__PURE__ */ jsx110(ChevronLeftDoubleIcon, { size: "16" })
|
|
5248
5280
|
}
|
|
5249
5281
|
),
|
|
5250
|
-
/* @__PURE__ */
|
|
5282
|
+
/* @__PURE__ */ jsx110(
|
|
5251
5283
|
Button,
|
|
5252
5284
|
{
|
|
5253
5285
|
variant: "outline",
|
|
@@ -5255,10 +5287,10 @@ var Pagination = ({
|
|
|
5255
5287
|
size: "sm",
|
|
5256
5288
|
onClick: () => onPageChange("PREVIOUS" /* PREVIOUS */),
|
|
5257
5289
|
disabled: !previousPageAvailable,
|
|
5258
|
-
children: /* @__PURE__ */
|
|
5290
|
+
children: /* @__PURE__ */ jsx110(ChevronLeftIcon, { size: "16" })
|
|
5259
5291
|
}
|
|
5260
5292
|
),
|
|
5261
|
-
/* @__PURE__ */
|
|
5293
|
+
/* @__PURE__ */ jsx110(
|
|
5262
5294
|
Button,
|
|
5263
5295
|
{
|
|
5264
5296
|
variant: "outline",
|
|
@@ -5266,10 +5298,10 @@ var Pagination = ({
|
|
|
5266
5298
|
size: "sm",
|
|
5267
5299
|
onClick: () => onPageChange("NEXT" /* NEXT */),
|
|
5268
5300
|
disabled: !nextPageAvailable,
|
|
5269
|
-
children: /* @__PURE__ */
|
|
5301
|
+
children: /* @__PURE__ */ jsx110(ChevronRightIcon, { size: "16" })
|
|
5270
5302
|
}
|
|
5271
5303
|
),
|
|
5272
|
-
/* @__PURE__ */
|
|
5304
|
+
/* @__PURE__ */ jsx110(
|
|
5273
5305
|
Button,
|
|
5274
5306
|
{
|
|
5275
5307
|
variant: "outline",
|
|
@@ -5277,7 +5309,7 @@ var Pagination = ({
|
|
|
5277
5309
|
size: "sm",
|
|
5278
5310
|
onClick: () => onPageChange("LAST" /* LAST */),
|
|
5279
5311
|
disabled: !nextPageAvailable,
|
|
5280
|
-
children: /* @__PURE__ */
|
|
5312
|
+
children: /* @__PURE__ */ jsx110(ChevronRightDoubleIcon, { size: "16" })
|
|
5281
5313
|
}
|
|
5282
5314
|
)
|
|
5283
5315
|
] })
|
|
@@ -5288,12 +5320,12 @@ var Pagination = ({
|
|
|
5288
5320
|
// src/components/Popover/Popover.tsx
|
|
5289
5321
|
import * as React13 from "react";
|
|
5290
5322
|
import * as PopoverPrimitive from "@radix-ui/react-popover";
|
|
5291
|
-
import { jsx as
|
|
5323
|
+
import { jsx as jsx111 } from "react/jsx-runtime";
|
|
5292
5324
|
var Popover = PopoverPrimitive.Root;
|
|
5293
5325
|
var PopoverTrigger = PopoverPrimitive.Trigger;
|
|
5294
5326
|
var PopoverContent = React13.forwardRef((_a, ref) => {
|
|
5295
5327
|
var _b = _a, { className, align = "center", sideOffset = 4 } = _b, props = __objRest(_b, ["className", "align", "sideOffset"]);
|
|
5296
|
-
return /* @__PURE__ */
|
|
5328
|
+
return /* @__PURE__ */ jsx111(PopoverPrimitive.Portal, { children: /* @__PURE__ */ jsx111(
|
|
5297
5329
|
PopoverPrimitive.Content,
|
|
5298
5330
|
__spreadValues({
|
|
5299
5331
|
ref,
|
|
@@ -5311,7 +5343,7 @@ PopoverContent.displayName = PopoverPrimitive.Content.displayName;
|
|
|
5311
5343
|
// src/components/Select/Select.tsx
|
|
5312
5344
|
import * as React14 from "react";
|
|
5313
5345
|
import * as SelectPrimitive from "@radix-ui/react-select";
|
|
5314
|
-
import { jsx as
|
|
5346
|
+
import { jsx as jsx112, jsxs as jsxs79 } from "react/jsx-runtime";
|
|
5315
5347
|
var Select = SelectPrimitive.Root;
|
|
5316
5348
|
var SelectGroup = SelectPrimitive.Group;
|
|
5317
5349
|
var SelectValue = SelectPrimitive.Value;
|
|
@@ -5335,7 +5367,7 @@ var SelectTrigger = React14.forwardRef((_a, ref) => {
|
|
|
5335
5367
|
}, props), {
|
|
5336
5368
|
children: [
|
|
5337
5369
|
children,
|
|
5338
|
-
/* @__PURE__ */
|
|
5370
|
+
/* @__PURE__ */ jsx112(SelectPrimitive.Icon, { asChild: true, children: /* @__PURE__ */ jsx112(ChevronSelectorVerticalIcon, { size: "16", className: "w-4 h-4 opacity-50" }) })
|
|
5339
5371
|
]
|
|
5340
5372
|
})
|
|
5341
5373
|
);
|
|
@@ -5343,7 +5375,7 @@ var SelectTrigger = React14.forwardRef((_a, ref) => {
|
|
|
5343
5375
|
SelectTrigger.displayName = SelectPrimitive.Trigger.displayName;
|
|
5344
5376
|
var SelectContent = React14.forwardRef((_a, ref) => {
|
|
5345
5377
|
var _b = _a, { className, children, position = "popper" } = _b, props = __objRest(_b, ["className", "children", "position"]);
|
|
5346
|
-
return /* @__PURE__ */
|
|
5378
|
+
return /* @__PURE__ */ jsx112(SelectPrimitive.Portal, { children: /* @__PURE__ */ jsx112(
|
|
5347
5379
|
SelectPrimitive.Content,
|
|
5348
5380
|
__spreadProps(__spreadValues({
|
|
5349
5381
|
ref,
|
|
@@ -5354,7 +5386,7 @@ var SelectContent = React14.forwardRef((_a, ref) => {
|
|
|
5354
5386
|
),
|
|
5355
5387
|
position
|
|
5356
5388
|
}, props), {
|
|
5357
|
-
children: /* @__PURE__ */
|
|
5389
|
+
children: /* @__PURE__ */ jsx112(
|
|
5358
5390
|
SelectPrimitive.Viewport,
|
|
5359
5391
|
{
|
|
5360
5392
|
className: cn(
|
|
@@ -5370,7 +5402,7 @@ var SelectContent = React14.forwardRef((_a, ref) => {
|
|
|
5370
5402
|
SelectContent.displayName = SelectPrimitive.Content.displayName;
|
|
5371
5403
|
var SelectLabel = React14.forwardRef((_a, ref) => {
|
|
5372
5404
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5373
|
-
return /* @__PURE__ */
|
|
5405
|
+
return /* @__PURE__ */ jsx112(
|
|
5374
5406
|
SelectPrimitive.Label,
|
|
5375
5407
|
__spreadValues({
|
|
5376
5408
|
ref,
|
|
@@ -5381,7 +5413,7 @@ var SelectLabel = React14.forwardRef((_a, ref) => {
|
|
|
5381
5413
|
SelectLabel.displayName = SelectPrimitive.Label.displayName;
|
|
5382
5414
|
var SelectItem = React14.forwardRef((_a, ref) => {
|
|
5383
5415
|
var _b = _a, { className, children } = _b, props = __objRest(_b, ["className", "children"]);
|
|
5384
|
-
return /* @__PURE__ */
|
|
5416
|
+
return /* @__PURE__ */ jsx112(
|
|
5385
5417
|
SelectPrimitive.Item,
|
|
5386
5418
|
__spreadProps(__spreadValues({
|
|
5387
5419
|
ref,
|
|
@@ -5390,14 +5422,14 @@ var SelectItem = React14.forwardRef((_a, ref) => {
|
|
|
5390
5422
|
className
|
|
5391
5423
|
)
|
|
5392
5424
|
}, props), {
|
|
5393
|
-
children: /* @__PURE__ */
|
|
5425
|
+
children: /* @__PURE__ */ jsx112(SelectPrimitive.ItemText, { children })
|
|
5394
5426
|
})
|
|
5395
5427
|
);
|
|
5396
5428
|
});
|
|
5397
5429
|
SelectItem.displayName = SelectPrimitive.Item.displayName;
|
|
5398
5430
|
var SelectSeparator = React14.forwardRef((_a, ref) => {
|
|
5399
5431
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5400
|
-
return /* @__PURE__ */
|
|
5432
|
+
return /* @__PURE__ */ jsx112(
|
|
5401
5433
|
SelectPrimitive.Separator,
|
|
5402
5434
|
__spreadValues({
|
|
5403
5435
|
ref,
|
|
@@ -5410,10 +5442,10 @@ SelectSeparator.displayName = SelectPrimitive.Separator.displayName;
|
|
|
5410
5442
|
// src/components/Switch/Switch.tsx
|
|
5411
5443
|
import * as React15 from "react";
|
|
5412
5444
|
import * as SwitchPrimitive from "@radix-ui/react-switch";
|
|
5413
|
-
import { jsx as
|
|
5445
|
+
import { jsx as jsx113 } from "react/jsx-runtime";
|
|
5414
5446
|
var Switch = React15.forwardRef((_a, ref) => {
|
|
5415
5447
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5416
|
-
return /* @__PURE__ */
|
|
5448
|
+
return /* @__PURE__ */ jsx113(
|
|
5417
5449
|
SwitchPrimitive.Root,
|
|
5418
5450
|
__spreadProps(__spreadValues({
|
|
5419
5451
|
className: cn(
|
|
@@ -5422,7 +5454,7 @@ var Switch = React15.forwardRef((_a, ref) => {
|
|
|
5422
5454
|
)
|
|
5423
5455
|
}, props), {
|
|
5424
5456
|
ref,
|
|
5425
|
-
children: /* @__PURE__ */
|
|
5457
|
+
children: /* @__PURE__ */ jsx113(SwitchPrimitive.Thumb, { className: "inline-block w-4 h-4 bg-gray-600 rounded-full translate-x-0.5 data-[state=checked]:translate-x-5 data-[state=checked]:bg-white transition-transform ease-linear will-change-transform" })
|
|
5426
5458
|
})
|
|
5427
5459
|
);
|
|
5428
5460
|
});
|
|
@@ -5430,10 +5462,10 @@ Switch.displayName = SwitchPrimitive.Root.displayName;
|
|
|
5430
5462
|
|
|
5431
5463
|
// src/components/Table/Table.tsx
|
|
5432
5464
|
import * as React16 from "react";
|
|
5433
|
-
import { jsx as
|
|
5465
|
+
import { jsx as jsx114, jsxs as jsxs80 } from "react/jsx-runtime";
|
|
5434
5466
|
var Table = React16.forwardRef((_a, ref) => {
|
|
5435
5467
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5436
|
-
return /* @__PURE__ */
|
|
5468
|
+
return /* @__PURE__ */ jsx114("div", { className: "w-full overflow-auto border rounded-lg", children: /* @__PURE__ */ jsx114(
|
|
5437
5469
|
"table",
|
|
5438
5470
|
__spreadValues({
|
|
5439
5471
|
ref,
|
|
@@ -5444,7 +5476,7 @@ var Table = React16.forwardRef((_a, ref) => {
|
|
|
5444
5476
|
Table.displayName = "Table";
|
|
5445
5477
|
var TableHeader = React16.forwardRef((_a, ref) => {
|
|
5446
5478
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5447
|
-
return /* @__PURE__ */
|
|
5479
|
+
return /* @__PURE__ */ jsx114(
|
|
5448
5480
|
"thead",
|
|
5449
5481
|
__spreadValues({
|
|
5450
5482
|
ref,
|
|
@@ -5455,7 +5487,7 @@ var TableHeader = React16.forwardRef((_a, ref) => {
|
|
|
5455
5487
|
TableHeader.displayName = "TableHeader";
|
|
5456
5488
|
var TableBody = React16.forwardRef((_a, ref) => {
|
|
5457
5489
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5458
|
-
return /* @__PURE__ */
|
|
5490
|
+
return /* @__PURE__ */ jsx114(
|
|
5459
5491
|
"tbody",
|
|
5460
5492
|
__spreadValues({
|
|
5461
5493
|
ref,
|
|
@@ -5469,7 +5501,7 @@ var TableBody = React16.forwardRef((_a, ref) => {
|
|
|
5469
5501
|
TableBody.displayName = "TableBody";
|
|
5470
5502
|
var TableRow = React16.forwardRef((_a, ref) => {
|
|
5471
5503
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5472
|
-
return /* @__PURE__ */
|
|
5504
|
+
return /* @__PURE__ */ jsx114(
|
|
5473
5505
|
"tr",
|
|
5474
5506
|
__spreadValues({
|
|
5475
5507
|
ref,
|
|
@@ -5483,7 +5515,7 @@ var TableRow = React16.forwardRef((_a, ref) => {
|
|
|
5483
5515
|
TableRow.displayName = "TableRow";
|
|
5484
5516
|
var TableHead = React16.forwardRef((_a, ref) => {
|
|
5485
5517
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5486
|
-
return /* @__PURE__ */
|
|
5518
|
+
return /* @__PURE__ */ jsx114(
|
|
5487
5519
|
"th",
|
|
5488
5520
|
__spreadValues({
|
|
5489
5521
|
ref,
|
|
@@ -5497,7 +5529,7 @@ var TableHead = React16.forwardRef((_a, ref) => {
|
|
|
5497
5529
|
TableHead.displayName = "TableHead";
|
|
5498
5530
|
var TableCell = React16.forwardRef((_a, ref) => {
|
|
5499
5531
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5500
|
-
return /* @__PURE__ */
|
|
5532
|
+
return /* @__PURE__ */ jsx114(
|
|
5501
5533
|
"td",
|
|
5502
5534
|
__spreadValues({
|
|
5503
5535
|
ref,
|
|
@@ -5518,9 +5550,9 @@ var TableEmpty = React16.forwardRef((_a, ref) => {
|
|
|
5518
5550
|
className: cn("flex flex-col gap-6 items-center py-12", className)
|
|
5519
5551
|
}, props), {
|
|
5520
5552
|
children: [
|
|
5521
|
-
title && /* @__PURE__ */
|
|
5522
|
-
description && /* @__PURE__ */
|
|
5523
|
-
/* @__PURE__ */
|
|
5553
|
+
title && /* @__PURE__ */ jsx114("span", { className: "text-lg font-semibold text-gray-1000", children: title }),
|
|
5554
|
+
description && /* @__PURE__ */ jsx114("span", { className: "text-sm font-normal text-gray-900", children: description }),
|
|
5555
|
+
/* @__PURE__ */ jsx114("div", { children })
|
|
5524
5556
|
]
|
|
5525
5557
|
})
|
|
5526
5558
|
);
|
|
@@ -5530,11 +5562,11 @@ TableEmpty.displayName = "TableEmpty";
|
|
|
5530
5562
|
// src/components/Tabs/Tabs.tsx
|
|
5531
5563
|
import * as React17 from "react";
|
|
5532
5564
|
import * as TabsPrimitive from "@radix-ui/react-tabs";
|
|
5533
|
-
import { jsx as
|
|
5565
|
+
import { jsx as jsx115 } from "react/jsx-runtime";
|
|
5534
5566
|
var Tabs = TabsPrimitive.Root;
|
|
5535
5567
|
var TabsList = React17.forwardRef((_a, ref) => {
|
|
5536
5568
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5537
|
-
return /* @__PURE__ */
|
|
5569
|
+
return /* @__PURE__ */ jsx115(
|
|
5538
5570
|
TabsPrimitive.List,
|
|
5539
5571
|
__spreadValues({
|
|
5540
5572
|
ref,
|
|
@@ -5548,7 +5580,7 @@ var TabsList = React17.forwardRef((_a, ref) => {
|
|
|
5548
5580
|
TabsList.displayName = TabsPrimitive.List.displayName;
|
|
5549
5581
|
var TabsTrigger = React17.forwardRef((_a, ref) => {
|
|
5550
5582
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5551
|
-
return /* @__PURE__ */
|
|
5583
|
+
return /* @__PURE__ */ jsx115(
|
|
5552
5584
|
TabsPrimitive.Trigger,
|
|
5553
5585
|
__spreadValues({
|
|
5554
5586
|
ref,
|
|
@@ -5565,7 +5597,7 @@ var TabsTrigger = React17.forwardRef((_a, ref) => {
|
|
|
5565
5597
|
TabsTrigger.displayName = TabsPrimitive.Trigger.displayName;
|
|
5566
5598
|
var TabsContent = React17.forwardRef((_a, ref) => {
|
|
5567
5599
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5568
|
-
return /* @__PURE__ */
|
|
5600
|
+
return /* @__PURE__ */ jsx115(
|
|
5569
5601
|
TabsPrimitive.Content,
|
|
5570
5602
|
__spreadValues({
|
|
5571
5603
|
ref,
|
|
@@ -5580,12 +5612,12 @@ TabsContent.displayName = TabsPrimitive.Content.displayName;
|
|
|
5580
5612
|
|
|
5581
5613
|
// src/components/Textarea/Textarea.tsx
|
|
5582
5614
|
import * as React18 from "react";
|
|
5583
|
-
import { jsx as
|
|
5615
|
+
import { jsx as jsx116 } from "react/jsx-runtime";
|
|
5584
5616
|
var Textarea = React18.forwardRef(
|
|
5585
5617
|
(_a, ref) => {
|
|
5586
5618
|
var _b = _a, { className, disabled } = _b, props = __objRest(_b, ["className", "disabled"]);
|
|
5587
5619
|
const isDisabled = !!props["data-is-disabled"] || disabled;
|
|
5588
|
-
return /* @__PURE__ */
|
|
5620
|
+
return /* @__PURE__ */ jsx116("div", { className: "flex gap-2", children: /* @__PURE__ */ jsx116(
|
|
5589
5621
|
"div",
|
|
5590
5622
|
{
|
|
5591
5623
|
className: cn(
|
|
@@ -5596,7 +5628,7 @@ var Textarea = React18.forwardRef(
|
|
|
5596
5628
|
},
|
|
5597
5629
|
className
|
|
5598
5630
|
),
|
|
5599
|
-
children: /* @__PURE__ */
|
|
5631
|
+
children: /* @__PURE__ */ jsx116(
|
|
5600
5632
|
"textarea",
|
|
5601
5633
|
__spreadProps(__spreadValues({}, props), {
|
|
5602
5634
|
disabled: isDisabled,
|
|
@@ -5613,20 +5645,20 @@ Textarea.displayName = "Textarea";
|
|
|
5613
5645
|
// src/components/Tooltip/Tooltip.tsx
|
|
5614
5646
|
import * as React19 from "react";
|
|
5615
5647
|
import * as TooltipPrimitive from "@radix-ui/react-tooltip";
|
|
5616
|
-
import { jsx as
|
|
5648
|
+
import { jsx as jsx117 } from "react/jsx-runtime";
|
|
5617
5649
|
var TooltipProvider = (_a) => {
|
|
5618
5650
|
var _b = _a, {
|
|
5619
5651
|
delayDuration = 0
|
|
5620
5652
|
} = _b, props = __objRest(_b, [
|
|
5621
5653
|
"delayDuration"
|
|
5622
5654
|
]);
|
|
5623
|
-
return /* @__PURE__ */
|
|
5655
|
+
return /* @__PURE__ */ jsx117(TooltipPrimitive.Provider, __spreadValues({ delayDuration }, props));
|
|
5624
5656
|
};
|
|
5625
5657
|
var Tooltip = TooltipPrimitive.Root;
|
|
5626
5658
|
var TooltipTrigger = TooltipPrimitive.Trigger;
|
|
5627
5659
|
var TooltipContent = React19.forwardRef((_a, ref) => {
|
|
5628
5660
|
var _b = _a, { className, sideOffset = 4 } = _b, props = __objRest(_b, ["className", "sideOffset"]);
|
|
5629
|
-
return /* @__PURE__ */
|
|
5661
|
+
return /* @__PURE__ */ jsx117(
|
|
5630
5662
|
TooltipPrimitive.Content,
|
|
5631
5663
|
__spreadValues({
|
|
5632
5664
|
ref,
|
|
@@ -5681,6 +5713,7 @@ export {
|
|
|
5681
5713
|
ChevronRightIcon,
|
|
5682
5714
|
ChevronSelectorVerticalIcon,
|
|
5683
5715
|
ChevronUpIcon,
|
|
5716
|
+
ClockIcon,
|
|
5684
5717
|
Command,
|
|
5685
5718
|
CommandEmpty,
|
|
5686
5719
|
CommandGroup,
|