@yoroll/react-icon 0.0.6 → 0.0.7

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.
@@ -1,4 +1,4 @@
1
- /*! @lineargame svg icons react v0.0.6 */
1
+ /*! @lineargame svg icons react v0.0.7 */
2
2
 
3
3
  "use strict";
4
4
  (() => {
@@ -1571,8 +1571,37 @@ React keys must be passed directly to JSX without using spread:
1571
1571
  }
1572
1572
  ) }), Homepage_default = IconHomepage;
1573
1573
 
1574
+ // src/components/Aiwriting.tsx
1575
+ var import_jsx_runtime2 = __toESM(require_jsx_runtime()), IconAiwriting = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
1576
+ "path",
1577
+ {
1578
+ fill: stroke || color || "currentColor",
1579
+ d: "M7.875 3.75C9.44364 3.75 10.8524 4.43766 11.8145 5.52832L12 5.75293L12.75 6.75C12.75 6.75 13.1248 7.3649 13.125 7.96484V15.75H10.875V9C10.875 7.34315 9.53185 6 7.875 6H2.25V18H8.34082L11.3408 21H12.6592L15.6592 18H21.75V7.57227L24 7.12207V20.25H16.5908L13.5908 23.25H10.4092L7.40918 20.25H0V3.75H7.875ZM18.6426 0.75L19.2861 3.96387L22.5 4.60742V5.89258L19.2861 6.53613L18.6426 9.75H17.3574L16.7139 6.53613L13.5 5.89258V4.60742L16.7139 3.96387L17.3574 0.75H18.6426Z"
1580
+ }
1581
+ ) }), Aiwriting_default = IconAiwriting;
1582
+
1583
+ // src/components/Uploadimage.tsx
1584
+ var import_jsx_runtime3 = __toESM(require_jsx_runtime()), IconUploadimage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1585
+ /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
1586
+ "path",
1587
+ {
1588
+ fill: stroke || color || "currentColor",
1589
+ d: "M18 6V8.25H13.125V16.5H10.875V8.25H6L6 6L12 0L18 6ZM12 3.18198L9.18198 6L14.818 6L12 3.18198Z",
1590
+ fillRule: "evenodd",
1591
+ clipRule: "evenodd"
1592
+ }
1593
+ ),
1594
+ /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
1595
+ "path",
1596
+ {
1597
+ fill: stroke || color || "currentColor",
1598
+ d: "M1.5 24V12L3.75 12L3.75 21.75L20.25 21.75V12H22.5V24L1.5 24Z"
1599
+ }
1600
+ )
1601
+ ] }), Uploadimage_default = IconUploadimage;
1602
+
1574
1603
  // src/components/Add.tsx
1575
- var import_jsx_runtime2 = __toESM(require_jsx_runtime()), IconAdd = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
1604
+ var import_jsx_runtime4 = __toESM(require_jsx_runtime()), IconAdd = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1576
1605
  "path",
1577
1606
  {
1578
1607
  fill: stroke || color || "currentColor",
@@ -1581,8 +1610,8 @@ React keys must be passed directly to JSX without using spread:
1581
1610
  ) }), Add_default = IconAdd;
1582
1611
 
1583
1612
  // src/components/Agreements.tsx
1584
- var import_jsx_runtime3 = __toESM(require_jsx_runtime()), IconAgreements = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1585
- /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
1613
+ var import_jsx_runtime5 = __toESM(require_jsx_runtime()), IconAgreements = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1614
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1586
1615
  "path",
1587
1616
  {
1588
1617
  fill: stroke || color || "currentColor",
@@ -1591,11 +1620,11 @@ React keys must be passed directly to JSX without using spread:
1591
1620
  clipRule: "evenodd"
1592
1621
  }
1593
1622
  ),
1594
- /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 16.25H16.5V14H7.5V16.25Z" })
1623
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 16.25H16.5V14H7.5V16.25Z" })
1595
1624
  ] }), Agreements_default = IconAgreements;
1596
1625
 
1597
1626
  // src/components/AngleDown.tsx
1598
- var import_jsx_runtime4 = __toESM(require_jsx_runtime()), IconAngleDown = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1627
+ var import_jsx_runtime6 = __toESM(require_jsx_runtime()), IconAngleDown = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
1599
1628
  "path",
1600
1629
  {
1601
1630
  fill: stroke || color || "currentColor",
@@ -1604,7 +1633,7 @@ React keys must be passed directly to JSX without using spread:
1604
1633
  ) }), AngleDown_default = IconAngleDown;
1605
1634
 
1606
1635
  // src/components/Artboard.tsx
1607
- var import_jsx_runtime5 = __toESM(require_jsx_runtime()), IconArtboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1636
+ var import_jsx_runtime7 = __toESM(require_jsx_runtime()), IconArtboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
1608
1637
  "path",
1609
1638
  {
1610
1639
  fill: stroke || color || "currentColor",
@@ -1615,17 +1644,17 @@ React keys must be passed directly to JSX without using spread:
1615
1644
  ) }), Artboard_default = IconArtboard;
1616
1645
 
1617
1646
  // src/components/AssetsFilled.tsx
1618
- var import_jsx_runtime6 = __toESM(require_jsx_runtime()), IconAssetsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1619
- /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("path", { fill: fill || color || "currentColor", d: "M19.5 0H4.5V3H19.5V0Z" }),
1620
- /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("path", { fill: fill || color || "currentColor", d: "M3 6H21V9H3V6Z" }),
1621
- /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("path", { fill: fill || color || "currentColor", d: "M1.5 12H22.5V22.5H1.5V12Z" })
1647
+ var import_jsx_runtime8 = __toESM(require_jsx_runtime()), IconAssetsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1648
+ /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("path", { fill: fill || color || "currentColor", d: "M19.5 0H4.5V3H19.5V0Z" }),
1649
+ /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("path", { fill: fill || color || "currentColor", d: "M3 6H21V9H3V6Z" }),
1650
+ /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("path", { fill: fill || color || "currentColor", d: "M1.5 12H22.5V22.5H1.5V12Z" })
1622
1651
  ] }), AssetsFilled_default = IconAssetsFilled;
1623
1652
 
1624
1653
  // src/components/Assets.tsx
1625
- var import_jsx_runtime7 = __toESM(require_jsx_runtime()), IconAssets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1626
- /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("path", { fill: stroke || color || "currentColor", d: "M19.5 0H4.5V2.25H19.5V0Z" }),
1627
- /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("path", { fill: stroke || color || "currentColor", d: "M3 5.25H21V7.5H3V5.25Z" }),
1628
- /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
1654
+ var import_jsx_runtime9 = __toESM(require_jsx_runtime()), IconAssets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1655
+ /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("path", { fill: stroke || color || "currentColor", d: "M19.5 0H4.5V2.25H19.5V0Z" }),
1656
+ /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("path", { fill: stroke || color || "currentColor", d: "M3 5.25H21V7.5H3V5.25Z" }),
1657
+ /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
1629
1658
  "path",
1630
1659
  {
1631
1660
  fill: stroke || color || "currentColor",
@@ -1637,7 +1666,7 @@ React keys must be passed directly to JSX without using spread:
1637
1666
  ] }), Assets_default = IconAssets;
1638
1667
 
1639
1668
  // src/components/Backward.tsx
1640
- var import_jsx_runtime8 = __toESM(require_jsx_runtime()), IconBackward = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
1669
+ var import_jsx_runtime10 = __toESM(require_jsx_runtime()), IconBackward = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
1641
1670
  "path",
1642
1671
  {
1643
1672
  fill: stroke || color || "currentColor",
@@ -1646,7 +1675,7 @@ React keys must be passed directly to JSX without using spread:
1646
1675
  ) }), Backward_default = IconBackward;
1647
1676
 
1648
1677
  // src/components/BatchShots.tsx
1649
- var import_jsx_runtime9 = __toESM(require_jsx_runtime()), IconBatchShots = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
1678
+ var import_jsx_runtime11 = __toESM(require_jsx_runtime()), IconBatchShots = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
1650
1679
  "path",
1651
1680
  {
1652
1681
  fill: stroke || color || "currentColor",
@@ -1656,8 +1685,41 @@ React keys must be passed directly to JSX without using spread:
1656
1685
  }
1657
1686
  ) }), BatchShots_default = IconBatchShots;
1658
1687
 
1688
+ // src/components/Canvasmode.tsx
1689
+ var import_jsx_runtime12 = __toESM(require_jsx_runtime()), IconCanvasmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
1690
+ "path",
1691
+ {
1692
+ fill: stroke || color || "currentColor",
1693
+ d: "M8.09473 17.25C7.60503 15.5186 6.01317 14.25 4.125 14.25C1.84683 14.25 -2.79892e-07 16.0968 -1.80309e-07 18.375C-8.07273e-08 20.6532 1.84683 22.5 4.125 22.5C6.01317 22.5 7.60503 21.2314 8.09473 19.5L13.5 19.5L13.5 13.125L15.9053 13.125C16.395 14.8564 17.9868 16.125 19.875 16.125C22.1532 16.125 24 14.2782 24 12C24 9.72182 22.1532 7.875 19.875 7.875C17.9868 7.875 16.395 9.14362 15.9053 10.875L13.5 10.875L13.5 4.5L8.09472 4.5C7.60503 2.76862 6.01316 1.5 4.125 1.5C1.84682 1.5 -8.37212e-07 3.34683 -7.3763e-07 5.625C-6.38047e-07 7.90318 1.84682 9.75 4.125 9.75C6.01316 9.75 7.60503 8.48138 8.09472 6.75L11.25 6.75L11.25 17.25L8.09473 17.25ZM4.125 16.5C5.16053 16.5 6 17.3395 6 18.375C6 19.4105 5.16053 20.25 4.125 20.25C3.08947 20.25 2.25 19.4105 2.25 18.375C2.25 17.3395 3.08947 16.5 4.125 16.5ZM4.125 3.75C5.16053 3.75 6 4.58947 6 5.625C6 6.66054 5.16053 7.5 4.125 7.5C3.08947 7.5 2.25 6.66054 2.25 5.625C2.25 4.58947 3.08947 3.75 4.125 3.75ZM19.875 10.125C20.9105 10.125 21.75 10.9645 21.75 12C21.75 13.0355 20.9105 13.875 19.875 13.875C18.8395 13.875 18 13.0355 18 12C18 10.9645 18.8395 10.125 19.875 10.125Z",
1694
+ fillRule: "evenodd",
1695
+ clipRule: "evenodd"
1696
+ }
1697
+ ) }), Canvasmode_default = IconCanvasmode;
1698
+
1699
+ // src/components/Chaptercollapse.tsx
1700
+ var import_jsx_runtime13 = __toESM(require_jsx_runtime()), IconChaptercollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
1701
+ "path",
1702
+ {
1703
+ fill: stroke || color || "currentColor",
1704
+ d: "M13.5 6L9 1.5H0V21H24V6H13.5ZM21.75 8.25H12.568L8.06802 3.75H2.25V18.75H21.75V8.25Z",
1705
+ fillRule: "evenodd",
1706
+ clipRule: "evenodd"
1707
+ }
1708
+ ) }), Chaptercollapse_default = IconChaptercollapse;
1709
+
1710
+ // src/components/Chapterexpand.tsx
1711
+ var import_jsx_runtime14 = __toESM(require_jsx_runtime()), IconChapterexpand = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
1712
+ "path",
1713
+ {
1714
+ fill: stroke || color || "currentColor",
1715
+ d: "M12 4.5L7.5 1.5H0V21H19.5L24 9.75H19.5V4.5H12ZM17.25 9.75V6.75H11.3188L6.81875 3.75H2.25V18.75H17.9767L20.6767 12H8.27332L7.07332 15H4.65L6.75 9.75H17.25Z",
1716
+ fillRule: "evenodd",
1717
+ clipRule: "evenodd"
1718
+ }
1719
+ ) }), Chapterexpand_default = IconChapterexpand;
1720
+
1659
1721
  // src/components/CheckedFilled.tsx
1660
- var import_jsx_runtime10 = __toESM(require_jsx_runtime()), IconCheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
1722
+ var import_jsx_runtime15 = __toESM(require_jsx_runtime()), IconCheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
1661
1723
  "path",
1662
1724
  {
1663
1725
  fill: fill || color || "currentColor",
@@ -1668,7 +1730,7 @@ React keys must be passed directly to JSX without using spread:
1668
1730
  ) }), CheckedFilled_default = IconCheckedFilled;
1669
1731
 
1670
1732
  // src/components/Close.tsx
1671
- var import_jsx_runtime11 = __toESM(require_jsx_runtime()), IconClose = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
1733
+ var import_jsx_runtime16 = __toESM(require_jsx_runtime()), IconClose = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
1672
1734
  "path",
1673
1735
  {
1674
1736
  fill: stroke || color || "currentColor",
@@ -1676,9 +1738,23 @@ React keys must be passed directly to JSX without using spread:
1676
1738
  }
1677
1739
  ) }), Close_default = IconClose;
1678
1740
 
1741
+ // src/components/Copy.tsx
1742
+ var import_jsx_runtime17 = __toESM(require_jsx_runtime()), IconCopy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1743
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { fill: stroke || color || "currentColor", d: "M12.75 2.25H2.25V12.75H6V15H0V0H15V6H12.75V2.25Z" }),
1744
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
1745
+ "path",
1746
+ {
1747
+ fill: stroke || color || "currentColor",
1748
+ d: "M9 9H24V24H9V9ZM11.25 11.25H21.75V21.75H11.25V11.25Z",
1749
+ fillRule: "evenodd",
1750
+ clipRule: "evenodd"
1751
+ }
1752
+ )
1753
+ ] }), Copy_default = IconCopy;
1754
+
1679
1755
  // src/components/CreditFilled.tsx
1680
- var import_jsx_runtime12 = __toESM(require_jsx_runtime()), IconCreditFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1681
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("g", { clipPath: "url(#clip0_2_28)", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
1756
+ var import_jsx_runtime18 = __toESM(require_jsx_runtime()), IconCreditFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1757
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("g", { clipPath: "url(#clip0_2_28)", children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
1682
1758
  "path",
1683
1759
  {
1684
1760
  fill: fill || color || "currentColor",
@@ -1687,11 +1763,11 @@ React keys must be passed directly to JSX without using spread:
1687
1763
  clipRule: "evenodd"
1688
1764
  }
1689
1765
  ) }),
1690
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("clipPath", { id: "clip0_2_28", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
1766
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("clipPath", { id: "clip0_2_28", children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
1691
1767
  ] }), CreditFilled_default = IconCreditFilled;
1692
1768
 
1693
1769
  // src/components/Cursor.tsx
1694
- var import_jsx_runtime13 = __toESM(require_jsx_runtime()), IconCursor = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
1770
+ var import_jsx_runtime19 = __toESM(require_jsx_runtime()), IconCursor = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
1695
1771
  "path",
1696
1772
  {
1697
1773
  fill: stroke || color || "currentColor",
@@ -1702,9 +1778,9 @@ React keys must be passed directly to JSX without using spread:
1702
1778
  ) }), Cursor_default = IconCursor;
1703
1779
 
1704
1780
  // src/components/Delete.tsx
1705
- var import_jsx_runtime14 = __toESM(require_jsx_runtime()), IconDelete = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1706
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 17.25V11.25H10.875V17.25H13.125Z" }),
1707
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
1781
+ var import_jsx_runtime20 = __toESM(require_jsx_runtime()), IconDelete = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1782
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 17.25V11.25H10.875V17.25H13.125Z" }),
1783
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
1708
1784
  "path",
1709
1785
  {
1710
1786
  fill: stroke || color || "currentColor",
@@ -1716,15 +1792,15 @@ React keys must be passed directly to JSX without using spread:
1716
1792
  ] }), Delete_default = IconDelete;
1717
1793
 
1718
1794
  // src/components/Download.tsx
1719
- var import_jsx_runtime15 = __toESM(require_jsx_runtime()), IconDownload = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1720
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
1795
+ var import_jsx_runtime21 = __toESM(require_jsx_runtime()), IconDownload = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1796
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
1721
1797
  "path",
1722
1798
  {
1723
1799
  fill: stroke || color || "currentColor",
1724
1800
  d: "M22.5 24L22.5 13.5H20.25V21.75L3.75 21.75L3.75 13.5H1.5L1.5 24L22.5 24Z"
1725
1801
  }
1726
1802
  ),
1727
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
1803
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
1728
1804
  "path",
1729
1805
  {
1730
1806
  fill: stroke || color || "currentColor",
@@ -1736,7 +1812,7 @@ React keys must be passed directly to JSX without using spread:
1736
1812
  ] }), Download_default = IconDownload;
1737
1813
 
1738
1814
  // src/components/FeedbackFailFilled.tsx
1739
- var import_jsx_runtime16 = __toESM(require_jsx_runtime()), IconFeedbackFailFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
1815
+ var import_jsx_runtime22 = __toESM(require_jsx_runtime()), IconFeedbackFailFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
1740
1816
  "path",
1741
1817
  {
1742
1818
  fill: fill || color || "currentColor",
@@ -1747,7 +1823,7 @@ React keys must be passed directly to JSX without using spread:
1747
1823
  ) }), FeedbackFailFilled_default = IconFeedbackFailFilled;
1748
1824
 
1749
1825
  // src/components/FeedbackPendingFilled.tsx
1750
- var import_jsx_runtime17 = __toESM(require_jsx_runtime()), IconFeedbackPendingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
1826
+ var import_jsx_runtime23 = __toESM(require_jsx_runtime()), IconFeedbackPendingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
1751
1827
  "path",
1752
1828
  {
1753
1829
  fill: fill || color || "currentColor",
@@ -1758,7 +1834,7 @@ React keys must be passed directly to JSX without using spread:
1758
1834
  ) }), FeedbackPendingFilled_default = IconFeedbackPendingFilled;
1759
1835
 
1760
1836
  // src/components/FeedbackProblemFilled.tsx
1761
- var import_jsx_runtime18 = __toESM(require_jsx_runtime()), IconFeedbackProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
1837
+ var import_jsx_runtime24 = __toESM(require_jsx_runtime()), IconFeedbackProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
1762
1838
  "path",
1763
1839
  {
1764
1840
  fill: fill || color || "currentColor",
@@ -1769,29 +1845,29 @@ React keys must be passed directly to JSX without using spread:
1769
1845
  ) }), FeedbackProblemFilled_default = IconFeedbackProblemFilled;
1770
1846
 
1771
1847
  // src/components/FeedbackProblem.tsx
1772
- var import_jsx_runtime19 = __toESM(require_jsx_runtime()), IconFeedbackProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1773
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
1848
+ var import_jsx_runtime25 = __toESM(require_jsx_runtime()), IconFeedbackProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1849
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1774
1850
  "path",
1775
1851
  {
1776
1852
  fill: stroke || color || "currentColor",
1777
1853
  d: "M8.25 10.5C9.07843 10.5 9.75 9.82843 9.75 9C9.75 8.17157 9.07843 7.5 8.25 7.5C7.42157 7.5 6.75 8.17157 6.75 9C6.75 9.82843 7.42157 10.5 8.25 10.5Z"
1778
1854
  }
1779
1855
  ),
1780
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
1856
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1781
1857
  "path",
1782
1858
  {
1783
1859
  fill: stroke || color || "currentColor",
1784
1860
  d: "M17.25 9C17.25 9.82843 16.5784 10.5 15.75 10.5C14.9216 10.5 14.25 9.82843 14.25 9C14.25 8.17157 14.9216 7.5 15.75 7.5C16.5784 7.5 17.25 8.17157 17.25 9Z"
1785
1861
  }
1786
1862
  ),
1787
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
1863
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1788
1864
  "path",
1789
1865
  {
1790
1866
  fill: stroke || color || "currentColor",
1791
1867
  d: "M12 17.25C13.2426 17.25 14.25 16.2426 14.25 15C14.25 13.7574 13.2426 12.75 12 12.75C10.7574 12.75 9.75 13.7574 9.75 15C9.75 16.2426 10.7574 17.25 12 17.25Z"
1792
1868
  }
1793
1869
  ),
1794
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
1870
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1795
1871
  "path",
1796
1872
  {
1797
1873
  fill: stroke || color || "currentColor",
@@ -1803,8 +1879,8 @@ React keys must be passed directly to JSX without using spread:
1803
1879
  ] }), FeedbackProblem_default = IconFeedbackProblem;
1804
1880
 
1805
1881
  // src/components/FiletypePdfFilled.tsx
1806
- var import_jsx_runtime20 = __toESM(require_jsx_runtime()), IconFiletypePdfFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1807
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
1882
+ var import_jsx_runtime26 = __toESM(require_jsx_runtime()), IconFiletypePdfFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1883
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1808
1884
  "path",
1809
1885
  {
1810
1886
  fill: "#FF3E4C",
@@ -1812,14 +1888,14 @@ React keys must be passed directly to JSX without using spread:
1812
1888
  style: { opacity: 0.3 }
1813
1889
  }
1814
1890
  ) }),
1815
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
1891
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1816
1892
  "path",
1817
1893
  {
1818
1894
  fill: "#FF3E4C",
1819
1895
  d: "M19.9993 6.2882H17.59C17.058 6.28768 16.548 6.07629 16.1718 5.70045C15.7957 5.3246 15.5841 4.81499 15.5836 4.28346V1.5L19.9993 6.2882Z"
1820
1896
  }
1821
1897
  ),
1822
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
1898
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1823
1899
  "path",
1824
1900
  {
1825
1901
  fill: "#FF3E4C",
@@ -1829,7 +1905,7 @@ React keys must be passed directly to JSX without using spread:
1829
1905
  ] }), FiletypePdfFilled_default = IconFiletypePdfFilled;
1830
1906
 
1831
1907
  // src/components/Gamelanguage.tsx
1832
- var import_jsx_runtime21 = __toESM(require_jsx_runtime()), IconGamelanguage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
1908
+ var import_jsx_runtime27 = __toESM(require_jsx_runtime()), IconGamelanguage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
1833
1909
  "path",
1834
1910
  {
1835
1911
  fill: stroke || color || "currentColor",
@@ -1839,16 +1915,38 @@ React keys must be passed directly to JSX without using spread:
1839
1915
  }
1840
1916
  ) }), Gamelanguage_default = IconGamelanguage;
1841
1917
 
1918
+ // src/components/Gamepreview.tsx
1919
+ var import_jsx_runtime28 = __toESM(require_jsx_runtime()), IconGamepreview = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1920
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
1921
+ "path",
1922
+ {
1923
+ fill: stroke || color || "currentColor",
1924
+ d: "M9 18H11.25L17.25 12L11.25 6H9L9 18ZM11.25 9.18198L14.068 12L11.25 14.818L11.25 9.18198Z",
1925
+ fillRule: "evenodd",
1926
+ clipRule: "evenodd"
1927
+ }
1928
+ ),
1929
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
1930
+ "path",
1931
+ {
1932
+ fill: stroke || color || "currentColor",
1933
+ d: "M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM21.75 12C21.75 17.3848 17.3848 21.75 12 21.75C6.61522 21.75 2.25 17.3848 2.25 12C2.25 6.61522 6.61522 2.25 12 2.25C17.3848 2.25 21.75 6.61522 21.75 12Z",
1934
+ fillRule: "evenodd",
1935
+ clipRule: "evenodd"
1936
+ }
1937
+ )
1938
+ ] }), Gamepreview_default = IconGamepreview;
1939
+
1842
1940
  // src/components/GenerateMultimage.tsx
1843
- var import_jsx_runtime22 = __toESM(require_jsx_runtime()), IconGenerateMultimage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1844
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
1941
+ var import_jsx_runtime29 = __toESM(require_jsx_runtime()), IconGenerateMultimage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1942
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
1845
1943
  "path",
1846
1944
  {
1847
1945
  fill: stroke || color || "currentColor",
1848
1946
  d: "M12 7.5C12.8284 7.5 13.5 6.82843 13.5 6C13.5 5.17157 12.8284 4.5 12 4.5C11.1716 4.5 10.5 5.17157 10.5 6C10.5 6.82843 11.1716 7.5 12 7.5Z"
1849
1947
  }
1850
1948
  ),
1851
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
1949
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
1852
1950
  "path",
1853
1951
  {
1854
1952
  fill: stroke || color || "currentColor",
@@ -1857,11 +1955,11 @@ React keys must be passed directly to JSX without using spread:
1857
1955
  clipRule: "evenodd"
1858
1956
  }
1859
1957
  ),
1860
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("path", { fill: stroke || color || "currentColor", d: "M0 6V24H18V21.75H2.25V6H0Z" })
1958
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { fill: stroke || color || "currentColor", d: "M0 6V24H18V21.75H2.25V6H0Z" })
1861
1959
  ] }), GenerateMultimage_default = IconGenerateMultimage;
1862
1960
 
1863
1961
  // src/components/GenerateFilled.tsx
1864
- var import_jsx_runtime23 = __toESM(require_jsx_runtime()), IconGenerateFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
1962
+ var import_jsx_runtime30 = __toESM(require_jsx_runtime()), IconGenerateFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
1865
1963
  "path",
1866
1964
  {
1867
1965
  fill: fill || color || "currentColor",
@@ -1872,15 +1970,15 @@ React keys must be passed directly to JSX without using spread:
1872
1970
  ) }), GenerateFilled_default = IconGenerateFilled;
1873
1971
 
1874
1972
  // src/components/GenerateFrameStart.tsx
1875
- var import_jsx_runtime24 = __toESM(require_jsx_runtime()), IconGenerateFrameStart = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1876
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
1973
+ var import_jsx_runtime31 = __toESM(require_jsx_runtime()), IconGenerateFrameStart = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1974
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
1877
1975
  "path",
1878
1976
  {
1879
1977
  fill: stroke || color || "currentColor",
1880
1978
  d: "M8.625 9.75C9.66053 9.75 10.5 8.91053 10.5 7.875C10.5 6.83947 9.66053 6 8.625 6C7.58947 6 6.75 6.83947 6.75 7.875C6.75 8.91053 7.58947 9.75 8.625 9.75Z"
1881
1979
  }
1882
1980
  ),
1883
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
1981
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
1884
1982
  "path",
1885
1983
  {
1886
1984
  fill: stroke || color || "currentColor",
@@ -1892,8 +1990,8 @@ React keys must be passed directly to JSX without using spread:
1892
1990
  ] }), GenerateFrameStart_default = IconGenerateFrameStart;
1893
1991
 
1894
1992
  // src/components/GenerateFrameStart2End.tsx
1895
- var import_jsx_runtime25 = __toESM(require_jsx_runtime()), IconGenerateFrameStart2End = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1896
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1993
+ var import_jsx_runtime32 = __toESM(require_jsx_runtime()), IconGenerateFrameStart2End = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1994
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
1897
1995
  "path",
1898
1996
  {
1899
1997
  fill: stroke || color || "currentColor",
@@ -1902,14 +2000,14 @@ React keys must be passed directly to JSX without using spread:
1902
2000
  clipRule: "evenodd"
1903
2001
  }
1904
2002
  ),
1905
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
2003
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
1906
2004
  "path",
1907
2005
  {
1908
2006
  fill: stroke || color || "currentColor",
1909
2007
  d: "M4.74981 7.49969C5.5782 7.49969 6.24975 6.82815 6.24975 5.99976C6.24975 5.17136 5.5782 4.49982 4.74981 4.49982C3.92141 4.49982 3.24987 5.17136 3.24987 5.99976C3.24987 6.82815 3.92141 7.49969 4.74981 7.49969Z"
1910
2008
  }
1911
2009
  ),
1912
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
2010
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
1913
2011
  "path",
1914
2012
  {
1915
2013
  fill: stroke || color || "currentColor",
@@ -1921,8 +2019,8 @@ React keys must be passed directly to JSX without using spread:
1921
2019
  ] }), GenerateFrameStart2End_default = IconGenerateFrameStart2End;
1922
2020
 
1923
2021
  // src/components/GenerateSwitchframe.tsx
1924
- var import_jsx_runtime26 = __toESM(require_jsx_runtime()), IconGenerateSwitchframe = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1925
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
2022
+ var import_jsx_runtime33 = __toESM(require_jsx_runtime()), IconGenerateSwitchframe = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2023
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
1926
2024
  "path",
1927
2025
  {
1928
2026
  fill: stroke || color || "currentColor",
@@ -1931,7 +2029,7 @@ React keys must be passed directly to JSX without using spread:
1931
2029
  clipRule: "evenodd"
1932
2030
  }
1933
2031
  ),
1934
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
2032
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
1935
2033
  "path",
1936
2034
  {
1937
2035
  fill: stroke || color || "currentColor",
@@ -1943,15 +2041,15 @@ React keys must be passed directly to JSX without using spread:
1943
2041
  ] }), GenerateSwitchframe_default = IconGenerateSwitchframe;
1944
2042
 
1945
2043
  // src/components/GenerateT2V.tsx
1946
- var import_jsx_runtime27 = __toESM(require_jsx_runtime()), IconGenerateT2V = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1947
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
2044
+ var import_jsx_runtime34 = __toESM(require_jsx_runtime()), IconGenerateT2V = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2045
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
1948
2046
  "path",
1949
2047
  {
1950
2048
  fill: stroke || color || "currentColor",
1951
2049
  d: "M6 6V10.5H8.25V8.25H10.875V15.75H8.25V18H15.75V15.75H13.125V8.25H15.75V10.5H18V6H6Z"
1952
2050
  }
1953
2051
  ),
1954
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
2052
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
1955
2053
  "path",
1956
2054
  {
1957
2055
  fill: stroke || color || "currentColor",
@@ -1963,15 +2061,15 @@ React keys must be passed directly to JSX without using spread:
1963
2061
  ] }), GenerateT2V_default = IconGenerateT2V;
1964
2062
 
1965
2063
  // src/components/GenreAuto.tsx
1966
- var import_jsx_runtime28 = __toESM(require_jsx_runtime()), IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1967
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
2064
+ var import_jsx_runtime35 = __toESM(require_jsx_runtime()), IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2065
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
1968
2066
  "path",
1969
2067
  {
1970
2068
  fill: stroke || color || "currentColor",
1971
2069
  d: "M18.375 6.375V10.5H16.125V6.375H12V4.125H16.125V0H18.375V4.125H22.5V6.375H18.375Z"
1972
2070
  }
1973
2071
  ),
1974
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
2072
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
1975
2073
  "path",
1976
2074
  {
1977
2075
  fill: stroke || color || "currentColor",
@@ -1980,15 +2078,15 @@ React keys must be passed directly to JSX without using spread:
1980
2078
  clipRule: "evenodd"
1981
2079
  }
1982
2080
  ),
1983
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("path", { fill: stroke || color || "currentColor", d: "M3.75 0.75L1.5 3L3.75 5.25L6 3L3.75 0.75Z" }),
1984
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
2081
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { fill: stroke || color || "currentColor", d: "M3.75 0.75L1.5 3L3.75 5.25L6 3L3.75 0.75Z" }),
2082
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
1985
2083
  "path",
1986
2084
  {
1987
2085
  fill: stroke || color || "currentColor",
1988
2086
  d: "M18 21.75L20.25 19.5L22.5 21.75L20.25 24L18 21.75Z"
1989
2087
  }
1990
2088
  ),
1991
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
2089
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
1992
2090
  "path",
1993
2091
  {
1994
2092
  fill: stroke || color || "currentColor",
@@ -1998,22 +2096,22 @@ React keys must be passed directly to JSX without using spread:
1998
2096
  ] }), GenreAuto_default = IconGenreAuto;
1999
2097
 
2000
2098
  // src/components/GenreComedy.tsx
2001
- var import_jsx_runtime29 = __toESM(require_jsx_runtime()), IconGenreComedy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2002
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
2099
+ var import_jsx_runtime36 = __toESM(require_jsx_runtime()), IconGenreComedy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2100
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2003
2101
  "path",
2004
2102
  {
2005
2103
  fill: stroke || color || "currentColor",
2006
2104
  d: "M8.25 10.5C9.07843 10.5 9.75 9.82843 9.75 9C9.75 8.17157 9.07843 7.5 8.25 7.5C7.42157 7.5 6.75 8.17157 6.75 9C6.75 9.82843 7.42157 10.5 8.25 10.5Z"
2007
2105
  }
2008
2106
  ),
2009
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
2107
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2010
2108
  "path",
2011
2109
  {
2012
2110
  fill: stroke || color || "currentColor",
2013
2111
  d: "M17.25 9C17.25 9.82843 16.5784 10.5 15.75 10.5C14.9216 10.5 14.25 9.82843 14.25 9C14.25 8.17157 14.9216 7.5 15.75 7.5C16.5784 7.5 17.25 8.17157 17.25 9Z"
2014
2112
  }
2015
2113
  ),
2016
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
2114
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2017
2115
  "path",
2018
2116
  {
2019
2117
  fill: stroke || color || "currentColor",
@@ -2022,7 +2120,7 @@ React keys must be passed directly to JSX without using spread:
2022
2120
  clipRule: "evenodd"
2023
2121
  }
2024
2122
  ),
2025
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
2123
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2026
2124
  "path",
2027
2125
  {
2028
2126
  fill: stroke || color || "currentColor",
@@ -2034,7 +2132,7 @@ React keys must be passed directly to JSX without using spread:
2034
2132
  ] }), GenreComedy_default = IconGenreComedy;
2035
2133
 
2036
2134
  // src/components/GenreFantasy.tsx
2037
- var import_jsx_runtime30 = __toESM(require_jsx_runtime()), IconGenreFantasy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
2135
+ var import_jsx_runtime37 = __toESM(require_jsx_runtime()), IconGenreFantasy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
2038
2136
  "path",
2039
2137
  {
2040
2138
  fill: stroke || color || "currentColor",
@@ -2045,22 +2143,22 @@ React keys must be passed directly to JSX without using spread:
2045
2143
  ) }), GenreFantasy_default = IconGenreFantasy;
2046
2144
 
2047
2145
  // src/components/GenreHorror.tsx
2048
- var import_jsx_runtime31 = __toESM(require_jsx_runtime()), IconGenreHorror = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2049
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
2146
+ var import_jsx_runtime38 = __toESM(require_jsx_runtime()), IconGenreHorror = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2147
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
2050
2148
  "path",
2051
2149
  {
2052
2150
  fill: stroke || color || "currentColor",
2053
2151
  d: "M10.5 9C10.5 9.82843 9.82843 10.5 9 10.5C8.17157 10.5 7.5 9.82843 7.5 9C7.5 8.17157 8.17157 7.5 9 7.5C9.82843 7.5 10.5 8.17157 10.5 9Z"
2054
2152
  }
2055
2153
  ),
2056
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
2154
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
2057
2155
  "path",
2058
2156
  {
2059
2157
  fill: stroke || color || "currentColor",
2060
2158
  d: "M15 10.5C15.8284 10.5 16.5 9.82843 16.5 9C16.5 8.17157 15.8284 7.5 15 7.5C14.1716 7.5 13.5 8.17157 13.5 9C13.5 9.82843 14.1716 10.5 15 10.5Z"
2061
2159
  }
2062
2160
  ),
2063
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
2161
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
2064
2162
  "path",
2065
2163
  {
2066
2164
  fill: stroke || color || "currentColor",
@@ -2072,7 +2170,7 @@ React keys must be passed directly to JSX without using spread:
2072
2170
  ] }), GenreHorror_default = IconGenreHorror;
2073
2171
 
2074
2172
  // src/components/GenreRomance.tsx
2075
- var import_jsx_runtime32 = __toESM(require_jsx_runtime()), IconGenreRomance = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
2173
+ var import_jsx_runtime39 = __toESM(require_jsx_runtime()), IconGenreRomance = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
2076
2174
  "path",
2077
2175
  {
2078
2176
  fill: stroke || color || "currentColor",
@@ -2083,15 +2181,15 @@ React keys must be passed directly to JSX without using spread:
2083
2181
  ) }), GenreRomance_default = IconGenreRomance;
2084
2182
 
2085
2183
  // src/components/GenreScifi.tsx
2086
- var import_jsx_runtime33 = __toESM(require_jsx_runtime()), IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2087
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
2184
+ var import_jsx_runtime40 = __toESM(require_jsx_runtime()), IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2185
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
2088
2186
  "path",
2089
2187
  {
2090
2188
  fill: stroke || color || "currentColor",
2091
2189
  d: "M17.25 8.25C17.25 9.07843 16.5784 9.75 15.75 9.75C14.9216 9.75 14.25 9.07843 14.25 8.25C14.25 7.42157 14.9216 6.75 15.75 6.75C16.5784 6.75 17.25 7.42157 17.25 8.25Z"
2092
2190
  }
2093
2191
  ),
2094
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
2192
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
2095
2193
  "path",
2096
2194
  {
2097
2195
  fill: stroke || color || "currentColor",
@@ -2100,7 +2198,7 @@ React keys must be passed directly to JSX without using spread:
2100
2198
  clipRule: "evenodd"
2101
2199
  }
2102
2200
  ),
2103
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
2201
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
2104
2202
  "path",
2105
2203
  {
2106
2204
  fill: stroke || color || "currentColor",
@@ -2110,7 +2208,7 @@ React keys must be passed directly to JSX without using spread:
2110
2208
  ] }), GenreScifi_default = IconGenreScifi;
2111
2209
 
2112
2210
  // src/components/GenreSuspense.tsx
2113
- var import_jsx_runtime34 = __toESM(require_jsx_runtime()), IconGenreSuspense = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
2211
+ var import_jsx_runtime41 = __toESM(require_jsx_runtime()), IconGenreSuspense = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
2114
2212
  "path",
2115
2213
  {
2116
2214
  fill: stroke || color || "currentColor",
@@ -2121,7 +2219,7 @@ React keys must be passed directly to JSX without using spread:
2121
2219
  ) }), GenreSuspense_default = IconGenreSuspense;
2122
2220
 
2123
2221
  // src/components/Genre.tsx
2124
- var import_jsx_runtime35 = __toESM(require_jsx_runtime()), IconGenre = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
2222
+ var import_jsx_runtime42 = __toESM(require_jsx_runtime()), IconGenre = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
2125
2223
  "path",
2126
2224
  {
2127
2225
  fill: stroke || color || "currentColor",
@@ -2132,8 +2230,8 @@ React keys must be passed directly to JSX without using spread:
2132
2230
  ) }), Genre_default = IconGenre;
2133
2231
 
2134
2232
  // src/components/GoogleLogoFilled.tsx
2135
- var import_jsx_runtime36 = __toESM(require_jsx_runtime()), IconGoogleLogoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2136
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2233
+ var import_jsx_runtime43 = __toESM(require_jsx_runtime()), IconGoogleLogoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2234
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
2137
2235
  "mask",
2138
2236
  {
2139
2237
  id: "mask0_48_113",
@@ -2143,7 +2241,7 @@ React keys must be passed directly to JSX without using spread:
2143
2241
  y: "0",
2144
2242
  maskUnits: "userSpaceOnUse",
2145
2243
  style: { maskType: "luminance" },
2146
- children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2244
+ children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
2147
2245
  "path",
2148
2246
  {
2149
2247
  fill: stroke || color || "currentColor",
@@ -2152,64 +2250,64 @@ React keys must be passed directly to JSX without using spread:
2152
2250
  )
2153
2251
  }
2154
2252
  ),
2155
- /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("g", { mask: "url(#mask0_48_113)", children: [
2156
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("g", { filter: "url(#filter0_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2253
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("g", { mask: "url(#mask0_48_113)", children: [
2254
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("g", { filter: "url(#filter0_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
2157
2255
  "path",
2158
2256
  {
2159
2257
  fill: "url(#paint0_radial_48_113)",
2160
2258
  d: "M-0.13855 12.0511C-0.125823 13.9626 0.41885 15.9348 1.2433 17.5269V17.5378C1.83901 18.694 2.65317 19.6074 3.58049 20.5123L9.18123 18.4687C8.1216 17.9304 7.95992 17.6006 7.20034 16.9988C6.42411 16.2161 5.84559 15.3175 5.4853 14.2639H5.47079L5.4853 14.253C5.24828 13.5572 5.2249 12.8187 5.21615 12.0511H-0.13855Z"
2161
2259
  }
2162
2260
  ) }),
2163
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("g", { filter: "url(#filter1_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2261
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("g", { filter: "url(#filter1_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
2164
2262
  "path",
2165
2263
  {
2166
2264
  fill: "url(#paint1_radial_48_113)",
2167
2265
  d: "M12.2937 -0.116608C11.7402 1.82819 11.9518 3.71859 12.2937 4.81851C12.933 4.81898 13.5488 4.89518 14.1327 5.04699C15.4713 5.395 16.4181 6.08044 16.9983 6.6226L20.5889 3.10649C18.4618 1.15622 15.902 -0.113535 12.2937 -0.116608Z"
2168
2266
  }
2169
2267
  ) }),
2170
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("g", { filter: "url(#filter2_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2268
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("g", { filter: "url(#filter2_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
2171
2269
  "path",
2172
2270
  {
2173
2271
  fill: "url(#paint2_radial_48_113)",
2174
2272
  d: "M12.2817 -0.131989C9.56642 -0.132047 7.05954 0.713967 5.00522 2.14376C4.24245 2.67465 3.54248 3.2879 2.91919 3.96986C2.7559 5.50172 4.14151 7.38453 6.88543 7.36895C8.21677 5.8203 10.1858 4.81833 12.3773 4.81833C12.3793 4.81833 12.3813 4.8185 12.3833 4.81851L12.2938 -0.131638C12.2897 -0.131641 12.2858 -0.131989 12.2817 -0.131989Z"
2175
2273
  }
2176
2274
  ) }),
2177
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("g", { filter: "url(#filter3_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2275
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("g", { filter: "url(#filter3_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
2178
2276
  "path",
2179
2277
  {
2180
2278
  fill: "url(#paint3_radial_48_113)",
2181
2279
  d: "M21.2438 12.6054L18.8202 14.2704C18.7139 14.9233 18.4749 15.5657 18.1252 16.1513C17.7245 16.8224 17.2292 17.3333 16.7215 17.7223C15.2038 18.8853 13.4353 19.1248 12.2043 19.1258C10.9318 21.293 10.7087 22.3785 12.2938 24.1276C14.2551 24.1262 15.9938 23.7721 17.5275 23.1091C18.6362 22.6299 19.6185 22.0048 20.5078 21.2014C21.6829 20.1399 22.6033 18.8268 23.2315 17.3162C23.8597 15.8056 24.1956 14.0974 24.1956 12.2454L21.2438 12.6054Z"
2182
2280
  }
2183
2281
  ) }),
2184
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("g", { filter: "url(#filter4_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2282
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("g", { filter: "url(#filter4_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
2185
2283
  "path",
2186
2284
  {
2187
2285
  fill: "#3086FF",
2188
2286
  d: "M12.1147 9.56912V14.5333H23.7753C23.8778 13.8535 24.217 12.9737 24.217 12.2454C24.217 11.3943 24.1316 10.3547 23.9866 9.56912H12.1147Z"
2189
2287
  }
2190
2288
  ) }),
2191
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("g", { filter: "url(#filter5_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2289
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("g", { filter: "url(#filter5_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
2192
2290
  "path",
2193
2291
  {
2194
2292
  fill: "url(#paint4_radial_48_113)",
2195
2293
  d: "M2.97483 3.79462C2.25525 4.58193 1.64051 5.46316 1.1531 6.4162C0.316879 8.0461 -0.140991 10.0276 -0.140991 11.9697C-0.140991 11.997 -0.138726 12.0238 -0.138544 12.0511C0.231793 12.7612 4.97698 12.6252 5.21616 12.0511C5.21586 12.0244 5.21284 11.9982 5.21284 11.9714C5.21284 11.1748 5.34741 10.5877 5.5927 9.8676C5.8953 8.97932 6.36909 8.16135 6.97495 7.45659C7.11229 7.28125 7.47863 6.9043 7.58551 6.6782C7.62622 6.59208 7.5116 6.54374 7.50518 6.51343C7.49801 6.47952 7.34433 6.50679 7.30989 6.48153C7.20057 6.40135 6.98409 6.35947 6.85263 6.32225C6.57166 6.24269 6.10601 6.06725 5.84737 5.88538C5.02982 5.3105 3.75397 4.62381 2.97483 3.79462Z"
2196
2294
  }
2197
2295
  ) }),
2198
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("g", { filter: "url(#filter6_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2296
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("g", { filter: "url(#filter6_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
2199
2297
  "path",
2200
2298
  {
2201
2299
  fill: "url(#paint5_radial_48_113)",
2202
2300
  d: "M5.86493 6.51682C7.76074 7.66521 8.30593 5.93717 9.56638 5.39642L7.37379 0.849579C6.56724 1.18857 5.80521 1.60974 5.09815 2.10184C4.04224 2.83676 3.10978 3.73356 2.33951 4.75414L5.86493 6.51682Z"
2203
2301
  }
2204
2302
  ) }),
2205
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("g", { filter: "url(#filter7_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2303
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("g", { filter: "url(#filter7_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
2206
2304
  "path",
2207
2305
  {
2208
2306
  fill: "url(#paint6_radial_48_113)",
2209
2307
  d: "M6.63653 18.1174C4.09165 19.0362 3.69324 19.0691 3.45898 20.6463C3.90663 21.0831 4.3876 21.4872 4.8987 21.8536C6.27014 22.8367 8.9082 24.1459 12.282 24.1459C12.286 24.1459 12.2898 24.1456 12.2938 24.1456V19.0381C12.2912 19.0382 12.2883 19.0383 12.2857 19.0383C11.0223 19.0383 10.0128 18.7065 8.97763 18.1294C8.72242 17.9872 8.25938 18.3692 8.02401 18.1984C7.69937 17.9629 6.9181 18.4014 6.63653 18.1174Z"
2210
2308
  }
2211
2309
  ) }),
2212
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("g", { filter: "url(#filter8_f_48_113)", style: { opacity: 0.5 }, children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2310
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("g", { filter: "url(#filter8_f_48_113)", style: { opacity: 0.5 }, children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
2213
2311
  "path",
2214
2312
  {
2215
2313
  fill: "url(#paint7_linear_48_113)",
@@ -2217,8 +2315,8 @@ React keys must be passed directly to JSX without using spread:
2217
2315
  }
2218
2316
  ) })
2219
2317
  ] }),
2220
- /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("defs", { children: [
2221
- /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
2318
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("defs", { children: [
2319
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
2222
2320
  "filter",
2223
2321
  {
2224
2322
  id: "filter0_f_48_113",
@@ -2229,13 +2327,13 @@ React keys must be passed directly to JSX without using spread:
2229
2327
  filterUnits: "userSpaceOnUse",
2230
2328
  colorInterpolationFilters: "sRGB",
2231
2329
  children: [
2232
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
2233
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
2234
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
2330
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
2331
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
2332
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
2235
2333
  ]
2236
2334
  }
2237
2335
  ),
2238
- /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
2336
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
2239
2337
  "filter",
2240
2338
  {
2241
2339
  id: "filter1_f_48_113",
@@ -2246,13 +2344,13 @@ React keys must be passed directly to JSX without using spread:
2246
2344
  filterUnits: "userSpaceOnUse",
2247
2345
  colorInterpolationFilters: "sRGB",
2248
2346
  children: [
2249
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
2250
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
2251
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
2347
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
2348
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
2349
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
2252
2350
  ]
2253
2351
  }
2254
2352
  ),
2255
- /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
2353
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
2256
2354
  "filter",
2257
2355
  {
2258
2356
  id: "filter2_f_48_113",
@@ -2263,13 +2361,13 @@ React keys must be passed directly to JSX without using spread:
2263
2361
  filterUnits: "userSpaceOnUse",
2264
2362
  colorInterpolationFilters: "sRGB",
2265
2363
  children: [
2266
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
2267
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
2268
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
2364
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
2365
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
2366
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
2269
2367
  ]
2270
2368
  }
2271
2369
  ),
2272
- /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
2370
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
2273
2371
  "filter",
2274
2372
  {
2275
2373
  id: "filter3_f_48_113",
@@ -2280,13 +2378,13 @@ React keys must be passed directly to JSX without using spread:
2280
2378
  filterUnits: "userSpaceOnUse",
2281
2379
  colorInterpolationFilters: "sRGB",
2282
2380
  children: [
2283
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
2284
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
2285
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
2381
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
2382
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
2383
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
2286
2384
  ]
2287
2385
  }
2288
2386
  ),
2289
- /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
2387
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
2290
2388
  "filter",
2291
2389
  {
2292
2390
  id: "filter4_f_48_113",
@@ -2297,13 +2395,13 @@ React keys must be passed directly to JSX without using spread:
2297
2395
  filterUnits: "userSpaceOnUse",
2298
2396
  colorInterpolationFilters: "sRGB",
2299
2397
  children: [
2300
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
2301
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
2302
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
2398
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
2399
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
2400
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
2303
2401
  ]
2304
2402
  }
2305
2403
  ),
2306
- /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
2404
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
2307
2405
  "filter",
2308
2406
  {
2309
2407
  id: "filter5_f_48_113",
@@ -2314,13 +2412,13 @@ React keys must be passed directly to JSX without using spread:
2314
2412
  filterUnits: "userSpaceOnUse",
2315
2413
  colorInterpolationFilters: "sRGB",
2316
2414
  children: [
2317
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
2318
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
2319
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
2415
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
2416
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
2417
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
2320
2418
  ]
2321
2419
  }
2322
2420
  ),
2323
- /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
2421
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
2324
2422
  "filter",
2325
2423
  {
2326
2424
  id: "filter6_f_48_113",
@@ -2331,13 +2429,13 @@ React keys must be passed directly to JSX without using spread:
2331
2429
  filterUnits: "userSpaceOnUse",
2332
2430
  colorInterpolationFilters: "sRGB",
2333
2431
  children: [
2334
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
2335
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
2336
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "1.65243" })
2432
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
2433
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
2434
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "1.65243" })
2337
2435
  ]
2338
2436
  }
2339
2437
  ),
2340
- /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
2438
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
2341
2439
  "filter",
2342
2440
  {
2343
2441
  id: "filter7_f_48_113",
@@ -2348,13 +2446,13 @@ React keys must be passed directly to JSX without using spread:
2348
2446
  filterUnits: "userSpaceOnUse",
2349
2447
  colorInterpolationFilters: "sRGB",
2350
2448
  children: [
2351
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
2352
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
2353
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
2449
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
2450
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
2451
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
2354
2452
  ]
2355
2453
  }
2356
2454
  ),
2357
- /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
2455
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
2358
2456
  "filter",
2359
2457
  {
2360
2458
  id: "filter8_f_48_113",
@@ -2365,13 +2463,13 @@ React keys must be passed directly to JSX without using spread:
2365
2463
  filterUnits: "userSpaceOnUse",
2366
2464
  colorInterpolationFilters: "sRGB",
2367
2465
  children: [
2368
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
2369
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
2370
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
2466
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
2467
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
2468
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
2371
2469
  ]
2372
2470
  }
2373
2471
  ),
2374
- /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
2472
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
2375
2473
  "radialGradient",
2376
2474
  {
2377
2475
  id: "paint0_radial_48_113",
@@ -2381,20 +2479,20 @@ React keys must be passed directly to JSX without using spread:
2381
2479
  gradientTransform: "matrix(-0.498722 -11.9519 17.9311 -0.717223 9.06911 20.3322)",
2382
2480
  gradientUnits: "userSpaceOnUse",
2383
2481
  children: [
2384
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "0.141612", stopColor: "#1ABD4D" }),
2385
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "0.247515", stopColor: "#6EC30D" }),
2386
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "0.311547", stopColor: "#8AC502" }),
2387
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "0.366013", stopColor: "#A2C600" }),
2388
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "0.445673", stopColor: "#C8C903" }),
2389
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "0.540305", stopColor: "#EBCB03" }),
2390
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "0.615636", stopColor: "#F7CD07" }),
2391
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "0.699345", stopColor: "#FDCD04" }),
2392
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "0.771242", stopColor: "#FDCE05" }),
2393
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "0.860566", stopColor: "#FFCE0A" })
2482
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.141612", stopColor: "#1ABD4D" }),
2483
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.247515", stopColor: "#6EC30D" }),
2484
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.311547", stopColor: "#8AC502" }),
2485
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.366013", stopColor: "#A2C600" }),
2486
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.445673", stopColor: "#C8C903" }),
2487
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.540305", stopColor: "#EBCB03" }),
2488
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.615636", stopColor: "#F7CD07" }),
2489
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.699345", stopColor: "#FDCD04" }),
2490
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.771242", stopColor: "#FDCE05" }),
2491
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.860566", stopColor: "#FFCE0A" })
2394
2492
  ]
2395
2493
  }
2396
2494
  ),
2397
- /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
2495
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
2398
2496
  "radialGradient",
2399
2497
  {
2400
2498
  id: "paint1_radial_48_113",
@@ -2404,12 +2502,12 @@ React keys must be passed directly to JSX without using spread:
2404
2502
  gradientTransform: "matrix(8.46967 -2.03557e-05 -1.19045e-05 10.7093 20.253 6.36819)",
2405
2503
  gradientUnits: "userSpaceOnUse",
2406
2504
  children: [
2407
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "0.408458", stopColor: "#FB4E5A" }),
2408
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "1", stopColor: "#FF4540" })
2505
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.408458", stopColor: "#FB4E5A" }),
2506
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "1", stopColor: "#FF4540" })
2409
2507
  ]
2410
2508
  }
2411
2509
  ),
2412
- /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
2510
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
2413
2511
  "radialGradient",
2414
2512
  {
2415
2513
  id: "paint2_radial_48_113",
@@ -2419,18 +2517,18 @@ React keys must be passed directly to JSX without using spread:
2419
2517
  gradientTransform: "matrix(-11.8666 6.43492 8.91875 15.766 15.6277 -1.68219)",
2420
2518
  gradientUnits: "userSpaceOnUse",
2421
2519
  children: [
2422
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "0.231273", stopColor: "#FF4541" }),
2423
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "0.311547", stopColor: "#FF4540" }),
2424
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "0.457516", stopColor: "#FF4640" }),
2425
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "0.540305", stopColor: "#FF473F" }),
2426
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "0.699346", stopColor: "#FF5138" }),
2427
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "0.771242", stopColor: "#FF5B33" }),
2428
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "0.860566", stopColor: "#FF6C29" }),
2429
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "1", stopColor: "#FF8C18" })
2520
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.231273", stopColor: "#FF4541" }),
2521
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.311547", stopColor: "#FF4540" }),
2522
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.457516", stopColor: "#FF4640" }),
2523
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.540305", stopColor: "#FF473F" }),
2524
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.699346", stopColor: "#FF5138" }),
2525
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.771242", stopColor: "#FF5B33" }),
2526
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.860566", stopColor: "#FF6C29" }),
2527
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "1", stopColor: "#FF8C18" })
2430
2528
  ]
2431
2529
  }
2432
2530
  ),
2433
- /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
2531
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
2434
2532
  "radialGradient",
2435
2533
  {
2436
2534
  id: "paint3_radial_48_113",
@@ -2440,19 +2538,19 @@ React keys must be passed directly to JSX without using spread:
2440
2538
  gradientTransform: "matrix(-21.5204 -27.5047 -10.3696 7.77752 12.4702 22.5743)",
2441
2539
  gradientUnits: "userSpaceOnUse",
2442
2540
  children: [
2443
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "0.131546", stopColor: "#0CBA65" }),
2444
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "0.209784", stopColor: "#0BB86D" }),
2445
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "0.297297", stopColor: "#09B479" }),
2446
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "0.396257", stopColor: "#08AD93" }),
2447
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "0.477124", stopColor: "#0AA6A9" }),
2448
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "0.568425", stopColor: "#0D9CC6" }),
2449
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "0.667385", stopColor: "#1893DD" }),
2450
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "0.768727", stopColor: "#258BF1" }),
2451
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "0.858506", stopColor: "#3086FF" })
2541
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.131546", stopColor: "#0CBA65" }),
2542
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.209784", stopColor: "#0BB86D" }),
2543
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.297297", stopColor: "#09B479" }),
2544
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.396257", stopColor: "#08AD93" }),
2545
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.477124", stopColor: "#0AA6A9" }),
2546
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.568425", stopColor: "#0D9CC6" }),
2547
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.667385", stopColor: "#1893DD" }),
2548
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.768727", stopColor: "#258BF1" }),
2549
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.858506", stopColor: "#3086FF" })
2452
2550
  ]
2453
2551
  }
2454
2552
  ),
2455
- /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
2553
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
2456
2554
  "radialGradient",
2457
2555
  {
2458
2556
  id: "paint4_radial_48_113",
@@ -2462,18 +2560,18 @@ React keys must be passed directly to JSX without using spread:
2462
2560
  gradientTransform: "matrix(-1.52295 12.8522 18.1501 2.06168 11.2421 2.13475)",
2463
2561
  gradientUnits: "userSpaceOnUse",
2464
2562
  children: [
2465
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "0.366013", stopColor: "#FF4E3A" }),
2466
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "0.457516", stopColor: "#FF8A1B" }),
2467
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "0.540305", stopColor: "#FFA312" }),
2468
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "0.615636", stopColor: "#FFB60C" }),
2469
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "0.771242", stopColor: "#FFCD0A" }),
2470
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "0.860566", stopColor: "#FECF0A" }),
2471
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "0.915033", stopColor: "#FECF08" }),
2472
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "1", stopColor: "#FDCD01" })
2563
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.366013", stopColor: "#FF4E3A" }),
2564
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.457516", stopColor: "#FF8A1B" }),
2565
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.540305", stopColor: "#FFA312" }),
2566
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.615636", stopColor: "#FFB60C" }),
2567
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.771242", stopColor: "#FFCD0A" }),
2568
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.860566", stopColor: "#FECF0A" }),
2569
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.915033", stopColor: "#FECF08" }),
2570
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "1", stopColor: "#FDCD01" })
2473
2571
  ]
2474
2572
  }
2475
2573
  ),
2476
- /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
2574
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
2477
2575
  "radialGradient",
2478
2576
  {
2479
2577
  id: "paint5_radial_48_113",
@@ -2483,15 +2581,15 @@ React keys must be passed directly to JSX without using spread:
2483
2581
  gradientTransform: "matrix(-4.40212 4.76677 -13.7322 -12.1566 9.10044 2.00144)",
2484
2582
  gradientUnits: "userSpaceOnUse",
2485
2583
  children: [
2486
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "0.315904", stopColor: "#FF4C3C" }),
2487
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "0.603818", stopColor: "#FF692C" }),
2488
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "0.726837", stopColor: "#FF7825" }),
2489
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "0.884534", stopColor: "#FF8D1B" }),
2490
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "1", stopColor: "#FF9F13" })
2584
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.315904", stopColor: "#FF4C3C" }),
2585
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.603818", stopColor: "#FF692C" }),
2586
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.726837", stopColor: "#FF7825" }),
2587
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.884534", stopColor: "#FF8D1B" }),
2588
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "1", stopColor: "#FF9F13" })
2491
2589
  ]
2492
2590
  }
2493
2591
  ),
2494
- /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
2592
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
2495
2593
  "radialGradient",
2496
2594
  {
2497
2595
  id: "paint6_radial_48_113",
@@ -2501,20 +2599,20 @@ React keys must be passed directly to JSX without using spread:
2501
2599
  gradientTransform: "matrix(-11.8666 -6.43492 8.91876 -15.766 15.6277 25.6232)",
2502
2600
  gradientUnits: "userSpaceOnUse",
2503
2601
  children: [
2504
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "0.231273", stopColor: "#0FBC5F" }),
2505
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "0.311547", stopColor: "#0FBC5F" }),
2506
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "0.366013", stopColor: "#0FBC5E" }),
2507
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "0.457516", stopColor: "#0FBC5D" }),
2508
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "0.540305", stopColor: "#12BC58" }),
2509
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "0.699346", stopColor: "#28BF3C" }),
2510
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "0.771242", stopColor: "#38C02B" }),
2511
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "0.860566", stopColor: "#52C218" }),
2512
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "0.915033", stopColor: "#67C30F" }),
2513
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "1", stopColor: "#86C504" })
2602
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.231273", stopColor: "#0FBC5F" }),
2603
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.311547", stopColor: "#0FBC5F" }),
2604
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.366013", stopColor: "#0FBC5E" }),
2605
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.457516", stopColor: "#0FBC5D" }),
2606
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.540305", stopColor: "#12BC58" }),
2607
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.699346", stopColor: "#28BF3C" }),
2608
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.771242", stopColor: "#38C02B" }),
2609
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.860566", stopColor: "#52C218" }),
2610
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.915033", stopColor: "#67C30F" }),
2611
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "1", stopColor: "#86C504" })
2514
2612
  ]
2515
2613
  }
2516
2614
  ),
2517
- /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
2615
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
2518
2616
  "linearGradient",
2519
2617
  {
2520
2618
  id: "paint7_linear_48_113",
@@ -2524,8 +2622,8 @@ React keys must be passed directly to JSX without using spread:
2524
2622
  y2: "21.5116",
2525
2623
  gradientUnits: "userSpaceOnUse",
2526
2624
  children: [
2527
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { stopColor: "#0FBC5C" }),
2528
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "1", stopColor: "#0CBA65" })
2625
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { stopColor: "#0FBC5C" }),
2626
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "1", stopColor: "#0CBA65" })
2529
2627
  ]
2530
2628
  }
2531
2629
  )
@@ -2533,16 +2631,16 @@ React keys must be passed directly to JSX without using spread:
2533
2631
  ] }), GoogleLogoFilled_default = IconGoogleLogoFilled;
2534
2632
 
2535
2633
  // src/components/Help.tsx
2536
- var import_jsx_runtime37 = __toESM(require_jsx_runtime()), IconHelp = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2537
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 16.5V18.75H10.875V16.5H13.125Z" }),
2538
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
2634
+ var import_jsx_runtime44 = __toESM(require_jsx_runtime()), IconHelp = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2635
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 16.5V18.75H10.875V16.5H13.125Z" }),
2636
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
2539
2637
  "path",
2540
2638
  {
2541
2639
  fill: stroke || color || "currentColor",
2542
2640
  d: "M9.75 9.75C9.75 8.50736 10.7574 7.5 12 7.5C13.2426 7.5 14.25 8.50736 14.25 9.75C14.25 10.9926 13.2426 12 12 12H10.875V14.25H12C14.4853 14.25 16.5 12.2353 16.5 9.75C16.5 7.26472 14.4853 5.25 12 5.25C9.51472 5.25 7.5 7.26472 7.5 9.75V10.5H9.75V9.75Z"
2543
2641
  }
2544
2642
  ),
2545
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
2643
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
2546
2644
  "path",
2547
2645
  {
2548
2646
  fill: stroke || color || "currentColor",
@@ -2554,7 +2652,7 @@ React keys must be passed directly to JSX without using spread:
2554
2652
  ] }), Help_default = IconHelp;
2555
2653
 
2556
2654
  // src/components/HomepageFilled.tsx
2557
- var import_jsx_runtime38 = __toESM(require_jsx_runtime()), IconHomepageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
2655
+ var import_jsx_runtime45 = __toESM(require_jsx_runtime()), IconHomepageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
2558
2656
  "path",
2559
2657
  {
2560
2658
  fill: fill || color || "currentColor",
@@ -2565,15 +2663,15 @@ React keys must be passed directly to JSX without using spread:
2565
2663
  ) }), HomepageFilled_default = IconHomepageFilled;
2566
2664
 
2567
2665
  // src/components/ImageGeneration.tsx
2568
- var import_jsx_runtime39 = __toESM(require_jsx_runtime()), IconImageGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2569
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
2666
+ var import_jsx_runtime46 = __toESM(require_jsx_runtime()), IconImageGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2667
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2570
2668
  "path",
2571
2669
  {
2572
2670
  fill: stroke || color || "currentColor",
2573
2671
  d: "M12 3.75H3.75V17.1592L9 11.9092L12 14.9092L14.9092 12H18.0908L12 18.0908L9 15.0908L3.84082 20.25H20.25V12H22.5V22.5H1.5V1.5H12V3.75ZM8.625 6C9.66053 6 10.5 6.83947 10.5 7.875C10.5 8.91053 9.66053 9.75 8.625 9.75C7.58947 9.75 6.75 8.91053 6.75 7.875C6.75 6.83947 7.58947 6 8.625 6Z"
2574
2672
  }
2575
2673
  ),
2576
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
2674
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2577
2675
  "path",
2578
2676
  {
2579
2677
  fill: stroke || color || "currentColor",
@@ -2582,8 +2680,43 @@ React keys must be passed directly to JSX without using spread:
2582
2680
  )
2583
2681
  ] }), ImageGeneration_default = IconImageGeneration;
2584
2682
 
2683
+ // src/components/ImageLoadFailed.tsx
2684
+ var import_jsx_runtime47 = __toESM(require_jsx_runtime()), IconImageLoadFailed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2685
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
2686
+ "path",
2687
+ {
2688
+ fill: fill || color || "currentColor",
2689
+ d: "M9.5 6L12.5 11.5L11.8398 16.3398L9 13.5L4.5 18V19.5H11.4092L11 22.5H1.5V1.5H11L9.5 6ZM6 7C4.89543 7 4 7.89543 4 9C4 10.1046 4.89543 11 6 11C7.10457 11 8 10.1046 8 9C8 7.89543 7.10457 7 6 7Z",
2690
+ fillRule: "evenodd",
2691
+ clipRule: "evenodd"
2692
+ }
2693
+ ),
2694
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
2695
+ "path",
2696
+ {
2697
+ fill: fill || color || "currentColor",
2698
+ d: "M22.5 22.5H12L12.9541 19.5H19.5V9L14.7998 13.6992L15.5 11.5L14 6L16.75 1.5H22.5V22.5Z"
2699
+ }
2700
+ )
2701
+ ] }), ImageLoadFailed_default = IconImageLoadFailed;
2702
+
2703
+ // src/components/Info.tsx
2704
+ var import_jsx_runtime48 = __toESM(require_jsx_runtime()), IconInfo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2705
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 5.25V7.5H10.875V5.25H13.125Z" }),
2706
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("path", { fill: stroke || color || "currentColor", d: "M9 12H10.875V18.75H15V16.5H13.125V9.75H9V12Z" }),
2707
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
2708
+ "path",
2709
+ {
2710
+ fill: stroke || color || "currentColor",
2711
+ d: "M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24ZM12 21.75C17.3848 21.75 21.75 17.3848 21.75 12C21.75 6.61522 17.3848 2.25 12 2.25C6.61522 2.25 2.25 6.61522 2.25 12C2.25 17.3848 6.61522 21.75 12 21.75Z",
2712
+ fillRule: "evenodd",
2713
+ clipRule: "evenodd"
2714
+ }
2715
+ )
2716
+ ] }), Info_default = IconInfo;
2717
+
2585
2718
  // src/components/Loading.tsx
2586
- var import_jsx_runtime40 = __toESM(require_jsx_runtime()), IconLoading = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(
2719
+ var import_jsx_runtime49 = __toESM(require_jsx_runtime()), IconLoading = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(
2587
2720
  "svg",
2588
2721
  {
2589
2722
  fill: "none",
@@ -2593,10 +2726,10 @@ React keys must be passed directly to JSX without using spread:
2593
2726
  height: height || size,
2594
2727
  xmlnsXlink: "http://www.w3.org/1999/xlink",
2595
2728
  children: [
2596
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("rect", { width: "24", height: "24", fill: "url(#pattern0_78_19)" }),
2597
- /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("defs", { children: [
2598
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("pattern", { id: "pattern0_78_19", width: "1", height: "1", patternContentUnits: "objectBoundingBox", children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("use", { transform: "scale(0.005)", xlinkHref: "#image0_78_19" }) }),
2599
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
2729
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("rect", { width: "24", height: "24", fill: "url(#pattern0_78_19)" }),
2730
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)("defs", { children: [
2731
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("pattern", { id: "pattern0_78_19", width: "1", height: "1", patternContentUnits: "objectBoundingBox", children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("use", { transform: "scale(0.005)", xlinkHref: "#image0_78_19" }) }),
2732
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
2600
2733
  "image",
2601
2734
  {
2602
2735
  id: "image0_78_19",
@@ -2612,15 +2745,15 @@ React keys must be passed directly to JSX without using spread:
2612
2745
  ), Loading_default = IconLoading;
2613
2746
 
2614
2747
  // src/components/Login.tsx
2615
- var import_jsx_runtime41 = __toESM(require_jsx_runtime()), IconLogin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2616
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
2748
+ var import_jsx_runtime50 = __toESM(require_jsx_runtime()), IconLogin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2749
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
2617
2750
  "path",
2618
2751
  {
2619
2752
  fill: stroke || color || "currentColor",
2620
2753
  d: "M24 1.5L13.5 1.5V3.75H21.75V20.25H13.5V22.5H24V1.5Z"
2621
2754
  }
2622
2755
  ),
2623
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
2756
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
2624
2757
  "path",
2625
2758
  {
2626
2759
  fill: stroke || color || "currentColor",
@@ -2632,8 +2765,8 @@ React keys must be passed directly to JSX without using spread:
2632
2765
  ] }), Login_default = IconLogin;
2633
2766
 
2634
2767
  // src/components/Logout.tsx
2635
- var import_jsx_runtime42 = __toESM(require_jsx_runtime()), IconLogout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2636
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
2768
+ var import_jsx_runtime51 = __toESM(require_jsx_runtime()), IconLogout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2769
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
2637
2770
  "path",
2638
2771
  {
2639
2772
  fill: stroke || color || "currentColor",
@@ -2642,7 +2775,7 @@ React keys must be passed directly to JSX without using spread:
2642
2775
  clipRule: "evenodd"
2643
2776
  }
2644
2777
  ),
2645
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
2778
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
2646
2779
  "path",
2647
2780
  {
2648
2781
  fill: stroke || color || "currentColor",
@@ -2652,7 +2785,7 @@ React keys must be passed directly to JSX without using spread:
2652
2785
  ] }), Logout_default = IconLogout;
2653
2786
 
2654
2787
  // src/components/ModelGeminiFilled.tsx
2655
- var import_jsx_runtime43 = __toESM(require_jsx_runtime()), IconModelGeminiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
2788
+ var import_jsx_runtime52 = __toESM(require_jsx_runtime()), IconModelGeminiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
2656
2789
  "path",
2657
2790
  {
2658
2791
  fill: fill || color || "currentColor",
@@ -2661,8 +2794,8 @@ React keys must be passed directly to JSX without using spread:
2661
2794
  ) }), ModelGeminiFilled_default = IconModelGeminiFilled;
2662
2795
 
2663
2796
  // src/components/ModelDeepmindFilled.tsx
2664
- var import_jsx_runtime44 = __toESM(require_jsx_runtime()), IconModelDeepmindFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2665
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("g", { clipPath: "url(#clip0_40_67)", children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
2797
+ var import_jsx_runtime53 = __toESM(require_jsx_runtime()), IconModelDeepmindFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2798
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("g", { clipPath: "url(#clip0_40_67)", children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
2666
2799
  "path",
2667
2800
  {
2668
2801
  fill: fill || color || "currentColor",
@@ -2671,11 +2804,11 @@ React keys must be passed directly to JSX without using spread:
2671
2804
  clipRule: "evenodd"
2672
2805
  }
2673
2806
  ) }),
2674
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("clipPath", { id: "clip0_40_67", children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("rect", { width: "20", height: "20", fill: stroke || color || "currentColor", transform: "translate(2 2)" }) }) })
2807
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("clipPath", { id: "clip0_40_67", children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("rect", { width: "20", height: "20", fill: stroke || color || "currentColor", transform: "translate(2 2)" }) }) })
2675
2808
  ] }), ModelDeepmindFilled_default = IconModelDeepmindFilled;
2676
2809
 
2677
2810
  // src/components/ModelSoraFilled.tsx
2678
- var import_jsx_runtime45 = __toESM(require_jsx_runtime()), IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("svg", { fill: "none", viewBox: "0 0 25 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
2811
+ var import_jsx_runtime54 = __toESM(require_jsx_runtime()), IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("svg", { fill: "none", viewBox: "0 0 25 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
2679
2812
  "path",
2680
2813
  {
2681
2814
  fill: fill || color || "currentColor",
@@ -2684,7 +2817,7 @@ React keys must be passed directly to JSX without using spread:
2684
2817
  ) }), ModelSoraFilled_default = IconModelSoraFilled;
2685
2818
 
2686
2819
  // src/components/ModelNanobananaLogoNomoFilled.tsx
2687
- var import_jsx_runtime46 = __toESM(require_jsx_runtime()), IconModelNanobananaLogoNomoFilled = ({
2820
+ var import_jsx_runtime55 = __toESM(require_jsx_runtime()), IconModelNanobananaLogoNomoFilled = ({
2688
2821
  size,
2689
2822
  width,
2690
2823
  height,
@@ -2692,64 +2825,64 @@ React keys must be passed directly to JSX without using spread:
2692
2825
  className,
2693
2826
  fill,
2694
2827
  stroke
2695
- }) => /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2696
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2828
+ }) => /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2829
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
2697
2830
  "path",
2698
2831
  {
2699
2832
  fill: "#5A5C62",
2700
2833
  d: "M1.64625 17.835C1.86 18.2775 2.75438 18.2494 3.24751 18.0938C4.5075 17.6963 5.29125 16.6125 5.29125 16.6125L11.7863 13.8563L13.7756 12.8119C13.7756 12.8119 14.1619 12.1556 13.3894 11.655C12.6169 11.1544 12.075 11.1169 12.075 11.1169L9.83625 12.5419C9.83625 12.5419 8.39063 11.4169 6.9225 11.2463C5.52 11.085 3.77438 12.225 3.315 14.3775C2.94188 16.1231 2.35125 16.7381 2.17313 16.965C1.995 17.1938 1.4625 17.4563 1.64625 17.835Z"
2701
2834
  }
2702
2835
  ),
2703
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2836
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
2704
2837
  "path",
2705
2838
  {
2706
2839
  fill: "#D5D6D7",
2707
2840
  d: "M9.42749 6.0281C10.0031 4.1231 10.7306 1.89372 11.8294 1.1306C12.8025 0.455595 13.7494 0.57747 14.1994 0.871845C14.1994 0.871845 15.0112 1.20372 15.225 2.04185C15.5775 3.4181 15.1144 5.06997 14.8125 6.77622C14.5106 8.48247 14.3531 9.65622 14.2162 11.0268C14.2031 11.1506 11.9362 15.1856 11.9362 15.1856L10.1269 16.155C10.1269 16.155 8.74499 13.1662 8.76562 12.7443C8.78437 12.3206 9.00749 7.41935 9.42749 6.0281Z"
2708
2841
  }
2709
2842
  ),
2710
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2843
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
2711
2844
  "path",
2712
2845
  {
2713
2846
  fill: "#C4C5C7",
2714
2847
  d: "M14.1469 12.5513C14.1713 13.0069 13.0725 16.6388 13.0725 16.6388L10.125 16.1513C10.125 16.1513 8.03439 14.9138 7.97626 12.6694C7.88626 9.28501 8.46564 7.69126 8.88564 6.30001C9.46314 4.39876 10.7494 1.89376 11.8388 1.11751C12.4781 0.661886 13.1869 0.594387 13.4775 0.650637C13.4775 0.650637 11.5425 2.16564 10.5638 4.75689C9.58501 7.34814 9.35439 10.3425 9.35439 10.3425C9.35439 10.3425 10.0744 10.8731 11.7731 11.1169C13.0856 11.3063 14.2181 10.9856 14.2181 10.9856C14.2181 10.9856 14.115 11.9738 14.1469 12.5513Z"
2715
2848
  }
2716
2849
  ),
2717
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2850
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
2718
2851
  "path",
2719
2852
  {
2720
2853
  fill: "#7B7C81",
2721
2854
  d: "M8.00062 15.7031L9.17999 13.2394L9.11624 12.3619C9.11624 12.3619 8.86499 11.625 10.4344 12.8156C11.1619 13.3669 11.6006 14.3831 11.6006 14.3831C11.6006 14.3831 11.8219 13.8356 12.5981 13.1119C13.2881 12.4706 14.2162 12.1594 14.2162 12.1594C14.2162 12.1594 16.1437 11.7844 16.3537 11.9475C17.7131 13.0087 18.7069 14.3006 18.7069 14.3006L19.7062 18.0787L21.3675 19.0969C21.3675 19.0969 20.9137 19.7606 20.2575 19.5131C19.7456 19.32 19.1119 18.7406 18.7706 18.0112C18.3019 17.0081 17.3175 15.1106 16.8169 14.5106C15.8494 13.3556 14.9006 12.9337 14.1937 13.2694C13.3894 13.65 14.0325 17.4487 14.0325 17.4487L19.2037 21.8006L19.2919 22.3931C19.2919 22.3931 18.54 23.115 16.4681 23.0475C14.3962 22.98 11.625 22.2131 9.87187 19.8225C8.32499 17.715 8.00062 15.7031 8.00062 15.7031Z"
2722
2855
  }
2723
2856
  ),
2724
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2857
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
2725
2858
  "path",
2726
2859
  {
2727
2860
  fill: "#85878B",
2728
2861
  d: "M12.0787 15.93C12.0337 16.9706 12.6825 18.5475 14.1825 19.8619C15.6806 21.1763 17.2631 21.6113 18.2456 21.6863C18.9581 21.7406 19.17 21.3338 19.17 21.3338C19.17 21.3338 17.7337 20.0119 16.6669 18.9525C15.6544 17.9456 14.5519 15.8306 14.3119 14.8575C14.0719 13.8844 14.2894 13.23 14.2894 13.23C14.2894 13.23 13.8244 13.3594 13.14 14.0456C12.4762 14.7113 12.1031 15.3525 12.0787 15.93Z"
2729
2862
  }
2730
2863
  ),
2731
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2864
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
2732
2865
  "path",
2733
2866
  {
2734
2867
  fill: "#1B1D24",
2735
2868
  d: "M18.4781 22.2638C18.6337 22.6256 19.1681 22.6406 19.4006 22.44C19.62 22.2506 19.8337 21.8738 19.6125 21.4519C19.4662 21.1744 18.9862 21.0975 18.7162 21.3131C18.4462 21.5288 18.3375 21.9356 18.4781 22.2638Z"
2736
2869
  }
2737
2870
  ),
2738
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2871
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
2739
2872
  "path",
2740
2873
  {
2741
2874
  fill: "#D5D6D7",
2742
2875
  d: "M19.545 18.345C20.16 19.1981 20.7769 19.3275 21.0319 19.3556C21.255 19.3818 21.4988 19.0968 21.4706 18.8343C21.4425 18.5718 21.0113 18.2025 20.9588 17.3962C20.9063 16.59 20.97 13.6331 19.3294 11.9343C18.1725 10.7381 16.755 11.1506 15.84 11.4675C14.8088 11.8237 14.2144 12.1612 14.2144 12.1612C14.2144 12.1612 15.0581 12.1031 16.5131 13.2506C17.3588 13.9181 17.8556 14.835 18.3244 15.8868C18.6619 16.6481 19.1119 17.745 19.545 18.345Z"
2743
2876
  }
2744
2877
  ),
2745
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2878
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
2746
2879
  "path",
2747
2880
  {
2748
2881
  fill: "#85878B",
2749
2882
  d: "M3.1875 20.5463C3.36 20.8913 3.78187 21.105 4.155 21.0882C4.94437 21.0544 5.66437 20.6475 6.46125 19.62C7.58812 18.165 8.56875 14.6738 9.30375 13.7438C9.80062 13.1157 10.4194 12.8044 10.4194 12.8044C10.4194 12.8044 10.0781 12.5157 9.73687 12.3375C9.39562 12.1594 8.57062 12.2438 8.57062 12.2438L5.04937 17.9025L3.1875 20.5463Z"
2750
2883
  }
2751
2884
  ),
2752
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2885
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
2753
2886
  "path",
2754
2887
  {
2755
2888
  fill: "#D5D6D7",
@@ -2759,7 +2892,7 @@ React keys must be passed directly to JSX without using spread:
2759
2892
  ] }), ModelNanobananaLogoNomoFilled_default = IconModelNanobananaLogoNomoFilled;
2760
2893
 
2761
2894
  // src/components/Models.tsx
2762
- var import_jsx_runtime47 = __toESM(require_jsx_runtime()), IconModels = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
2895
+ var import_jsx_runtime56 = __toESM(require_jsx_runtime()), IconModels = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
2763
2896
  "path",
2764
2897
  {
2765
2898
  fill: stroke || color || "currentColor",
@@ -2770,22 +2903,22 @@ React keys must be passed directly to JSX without using spread:
2770
2903
  ) }), Models_default = IconModels;
2771
2904
 
2772
2905
  // src/components/More.tsx
2773
- var import_jsx_runtime48 = __toESM(require_jsx_runtime()), IconMore = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2774
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
2906
+ var import_jsx_runtime57 = __toESM(require_jsx_runtime()), IconMore = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2907
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
2775
2908
  "path",
2776
2909
  {
2777
2910
  fill: stroke || color || "currentColor",
2778
2911
  d: "M14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12Z"
2779
2912
  }
2780
2913
  ),
2781
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
2914
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
2782
2915
  "path",
2783
2916
  {
2784
2917
  fill: stroke || color || "currentColor",
2785
2918
  d: "M12 17C13.1046 17 14 17.8954 14 19C14 20.1046 13.1046 21 12 21C10.8954 21 10 20.1046 10 19C10 17.8954 10.8954 17 12 17Z"
2786
2919
  }
2787
2920
  ),
2788
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
2921
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
2789
2922
  "path",
2790
2923
  {
2791
2924
  fill: stroke || color || "currentColor",
@@ -2795,29 +2928,29 @@ React keys must be passed directly to JSX without using spread:
2795
2928
  ] }), More_default = IconMore;
2796
2929
 
2797
2930
  // src/components/Moresettings.tsx
2798
- var import_jsx_runtime49 = __toESM(require_jsx_runtime()), IconMoresettings = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2799
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
2931
+ var import_jsx_runtime58 = __toESM(require_jsx_runtime()), IconMoresettings = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2932
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
2800
2933
  "path",
2801
2934
  {
2802
2935
  fill: stroke || color || "currentColor",
2803
2936
  d: "M13.5 12C13.5 11.1716 12.8284 10.5 12 10.5C11.1716 10.5 10.5 11.1716 10.5 12C10.5 12.8284 11.1716 13.5 12 13.5C12.8284 13.5 13.5 12.8284 13.5 12Z"
2804
2937
  }
2805
2938
  ),
2806
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
2939
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
2807
2940
  "path",
2808
2941
  {
2809
2942
  fill: stroke || color || "currentColor",
2810
2943
  d: "M12 15.75C12.8284 15.75 13.5 16.4216 13.5 17.25C13.5 18.0784 12.8284 18.75 12 18.75C11.1716 18.75 10.5 18.0784 10.5 17.25C10.5 16.4216 11.1716 15.75 12 15.75Z"
2811
2944
  }
2812
2945
  ),
2813
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
2946
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
2814
2947
  "path",
2815
2948
  {
2816
2949
  fill: stroke || color || "currentColor",
2817
2950
  d: "M13.5 6.75C13.5 5.92157 12.8284 5.25 12 5.25C11.1716 5.25 10.5 5.92157 10.5 6.75C10.5 7.57843 11.1716 8.25 12 8.25C12.8284 8.25 13.5 7.57843 13.5 6.75Z"
2818
2951
  }
2819
2952
  ),
2820
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
2953
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
2821
2954
  "path",
2822
2955
  {
2823
2956
  fill: stroke || color || "currentColor",
@@ -2828,9 +2961,20 @@ React keys must be passed directly to JSX without using spread:
2828
2961
  )
2829
2962
  ] }), Moresettings_default = IconMoresettings;
2830
2963
 
2964
+ // src/components/Musicassets.tsx
2965
+ var import_jsx_runtime59 = __toESM(require_jsx_runtime()), IconMusicassets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
2966
+ "path",
2967
+ {
2968
+ fill: stroke || color || "currentColor",
2969
+ d: "M6.75 1.5V14.102C6.08811 13.7191 5.31965 13.5 4.5 13.5C2.01472 13.5 0 15.5147 0 18C0 20.4853 2.01472 22.5 4.5 22.5C6.98528 22.5 9 20.4853 9 18V9H20.25V14.102C19.5881 13.7191 18.8196 13.5 18 13.5C15.5147 13.5 13.5 15.5147 13.5 18C13.5 20.4853 15.5147 22.5 18 22.5C20.4853 22.5 22.5 20.4853 22.5 18V1.5H6.75ZM20.25 6.75V3.75H9V6.75H20.25ZM18 15.75C19.2426 15.75 20.25 16.7574 20.25 18C20.25 19.2426 19.2426 20.25 18 20.25C16.7574 20.25 15.75 19.2426 15.75 18C15.75 16.7574 16.7574 15.75 18 15.75ZM6.75 18C6.75 16.7574 5.74264 15.75 4.5 15.75C3.25736 15.75 2.25 16.7574 2.25 18C2.25 19.2426 3.25736 20.25 4.5 20.25C5.74264 20.25 6.75 19.2426 6.75 18Z",
2970
+ fillRule: "evenodd",
2971
+ clipRule: "evenodd"
2972
+ }
2973
+ ) }), Musicassets_default = IconMusicassets;
2974
+
2831
2975
  // src/components/Mute.tsx
2832
- var import_jsx_runtime50 = __toESM(require_jsx_runtime()), IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2833
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
2976
+ var import_jsx_runtime60 = __toESM(require_jsx_runtime()), IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2977
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
2834
2978
  "path",
2835
2979
  {
2836
2980
  fill: stroke || color || "currentColor",
@@ -2839,7 +2983,7 @@ React keys must be passed directly to JSX without using spread:
2839
2983
  clipRule: "evenodd"
2840
2984
  }
2841
2985
  ),
2842
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
2986
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
2843
2987
  "path",
2844
2988
  {
2845
2989
  fill: stroke || color || "currentColor",
@@ -2848,8 +2992,68 @@ React keys must be passed directly to JSX without using spread:
2848
2992
  )
2849
2993
  ] }), Mute_default = IconMute;
2850
2994
 
2995
+ // src/components/Nextscene.tsx
2996
+ var import_jsx_runtime61 = __toESM(require_jsx_runtime()), IconNextscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2997
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
2998
+ "rect",
2999
+ {
3000
+ width: "22.5",
3001
+ height: "22.5",
3002
+ x: "-0.75",
3003
+ y: "0.75",
3004
+ stroke: stroke || color || "currentColor",
3005
+ rx: "11.25",
3006
+ transform: "matrix(-1 0 0 1 22.5 0)",
3007
+ strokeWidth: "1.5"
3008
+ }
3009
+ ),
3010
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
3011
+ "path",
3012
+ {
3013
+ fill: stroke || color || "currentColor",
3014
+ d: "M14.6742 12L9.2045 6.53033L10.2652 5.46967L16.7955 12L10.2652 18.5303L9.2045 17.4697L14.6742 12Z"
3015
+ }
3016
+ )
3017
+ ] }), Nextscene_default = IconNextscene;
3018
+
3019
+ // src/components/Oneclickgenerate.tsx
3020
+ var import_jsx_runtime62 = __toESM(require_jsx_runtime()), IconOneclickgenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3021
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("path", { fill: stroke || color || "currentColor", d: "M12 4.5V0H9.75V4.5H12Z" }),
3022
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("path", { fill: stroke || color || "currentColor", d: "M4.5 9.75H0V12H4.5V9.75Z" }),
3023
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
3024
+ "path",
3025
+ {
3026
+ fill: stroke || color || "currentColor",
3027
+ d: "M5.2045 6.7955L1.4545 3.0455L3.0455 1.4545L6.7955 5.2045L5.2045 6.7955Z"
3028
+ }
3029
+ ),
3030
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
3031
+ "path",
3032
+ {
3033
+ fill: stroke || color || "currentColor",
3034
+ d: "M7.5 9.00002L12 22.5H15L16.1818 17.7728L21.7045 23.2955L23.2955 21.7045L17.7728 16.1818L22.5 15V12L9 7.5L7.5 9.00002ZM14.6446 14.6446L13.4054 19.6012L10.3076 10.3076L19.6012 13.4055L14.6446 14.6446Z",
3035
+ fillRule: "evenodd",
3036
+ clipRule: "evenodd"
3037
+ }
3038
+ )
3039
+ ] }), Oneclickgenerate_default = IconOneclickgenerate;
3040
+
3041
+ // src/components/Opendemo.tsx
3042
+ var import_jsx_runtime63 = __toESM(require_jsx_runtime()), IconOpendemo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3043
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
3044
+ "path",
3045
+ {
3046
+ fill: stroke || color || "currentColor",
3047
+ d: "M13.125 1.875L16.8295 5.5795L9.70452 12.7045L11.2955 14.2955L18.4205 7.1705L22.125 10.875L24 9V0H15L13.125 1.875ZM21.75 7.31802L16.682 2.25H21.75V7.31802Z",
3048
+ fillRule: "evenodd",
3049
+ clipRule: "evenodd"
3050
+ }
3051
+ ),
3052
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
3053
+ ] }), Opendemo_default = IconOpendemo;
3054
+
2851
3055
  // src/components/Pencil.tsx
2852
- var import_jsx_runtime51 = __toESM(require_jsx_runtime()), IconPencil = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
3056
+ var import_jsx_runtime64 = __toESM(require_jsx_runtime()), IconPencil = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
2853
3057
  "path",
2854
3058
  {
2855
3059
  fill: stroke || color || "currentColor",
@@ -2860,22 +3064,45 @@ React keys must be passed directly to JSX without using spread:
2860
3064
  ) }), Pencil_default = IconPencil;
2861
3065
 
2862
3066
  // src/components/PlanFilled.tsx
2863
- var import_jsx_runtime52 = __toESM(require_jsx_runtime()), IconPlanFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2864
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("g", { clipPath: "url(#clip0_2_30)", children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
3067
+ var import_jsx_runtime65 = __toESM(require_jsx_runtime()), IconPlanFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3068
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("g", { clipPath: "url(#clip0_2_30)", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2865
3069
  "path",
2866
3070
  {
2867
3071
  fill: fill || color || "currentColor",
2868
3072
  d: "M13.5 10.5L15 0H12L3 10.5V13.5H10.5L9 24H12L21 13.5L21 10.5H13.5Z"
2869
3073
  }
2870
3074
  ) }),
2871
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("clipPath", { id: "clip0_2_30", children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
3075
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("clipPath", { id: "clip0_2_30", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
2872
3076
  ] }), PlanFilled_default = IconPlanFilled;
2873
3077
 
3078
+ // src/components/Previouscene.tsx
3079
+ var import_jsx_runtime66 = __toESM(require_jsx_runtime()), IconPreviouscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3080
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
3081
+ "rect",
3082
+ {
3083
+ width: "22.5",
3084
+ height: "22.5",
3085
+ x: "0.75",
3086
+ y: "0.75",
3087
+ stroke: stroke || color || "currentColor",
3088
+ rx: "11.25",
3089
+ strokeWidth: "1.5"
3090
+ }
3091
+ ),
3092
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
3093
+ "path",
3094
+ {
3095
+ fill: stroke || color || "currentColor",
3096
+ d: "M9.32582 12L14.7955 6.53033L13.7348 5.46967L7.2045 12L13.7348 18.5303L14.7955 17.4697L9.32582 12Z"
3097
+ }
3098
+ )
3099
+ ] }), Previouscene_default = IconPreviouscene;
3100
+
2874
3101
  // src/components/Problem.tsx
2875
- var import_jsx_runtime53 = __toESM(require_jsx_runtime()), IconProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2876
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 13.5V6H10.875V13.5H13.125Z" }),
2877
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 18V15.75H10.875V18H13.125Z" }),
2878
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
3102
+ var import_jsx_runtime67 = __toESM(require_jsx_runtime()), IconProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3103
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 13.5V6H10.875V13.5H13.125Z" }),
3104
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 18V15.75H10.875V18H13.125Z" }),
3105
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
2879
3106
  "path",
2880
3107
  {
2881
3108
  fill: stroke || color || "currentColor",
@@ -2887,7 +3114,7 @@ React keys must be passed directly to JSX without using spread:
2887
3114
  ] }), Problem_default = IconProblem;
2888
3115
 
2889
3116
  // src/components/Ratio169.tsx
2890
- var import_jsx_runtime54 = __toESM(require_jsx_runtime()), IconRatio169 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
3117
+ var import_jsx_runtime68 = __toESM(require_jsx_runtime()), IconRatio169 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
2891
3118
  "path",
2892
3119
  {
2893
3120
  fill: stroke || color || "currentColor",
@@ -2896,15 +3123,15 @@ React keys must be passed directly to JSX without using spread:
2896
3123
  ) }), Ratio169_default = IconRatio169;
2897
3124
 
2898
3125
  // src/components/Ratio11.tsx
2899
- var import_jsx_runtime55 = __toESM(require_jsx_runtime()), IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2900
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("g", { clipPath: "url(#clip0_13_501)", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
3126
+ var import_jsx_runtime69 = __toESM(require_jsx_runtime()), IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3127
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("g", { clipPath: "url(#clip0_13_501)", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
2901
3128
  "path",
2902
3129
  {
2903
3130
  fill: stroke || color || "currentColor",
2904
3131
  d: "M24 24L2.76562e-06 24L3.8147e-06 -1.04907e-06L24 0L24 24ZM2.40039 2.40039L2.40039 21.5996L21.5996 21.5996L21.5996 2.40039L2.40039 2.40039Z"
2905
3132
  }
2906
3133
  ) }),
2907
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("clipPath", { id: "clip0_13_501", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
3134
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("clipPath", { id: "clip0_13_501", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
2908
3135
  "rect",
2909
3136
  {
2910
3137
  width: "24",
@@ -2916,15 +3143,15 @@ React keys must be passed directly to JSX without using spread:
2916
3143
  ] }), Ratio11_default = IconRatio11;
2917
3144
 
2918
3145
  // src/components/Ratio916.tsx
2919
- var import_jsx_runtime56 = __toESM(require_jsx_runtime()), IconRatio916 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2920
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("g", { clipPath: "url(#clip0_13_499)", children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
3146
+ var import_jsx_runtime70 = __toESM(require_jsx_runtime()), IconRatio916 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3147
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("g", { clipPath: "url(#clip0_13_499)", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2921
3148
  "path",
2922
3149
  {
2923
3150
  fill: stroke || color || "currentColor",
2924
3151
  d: "M18.8571 24L5.14286 24L5.14286 -5.99471e-07L18.8571 0L18.8571 24ZM7.49426 2.40039L7.49426 21.5996L16.5057 21.5996L16.5057 2.40039L7.49426 2.40039Z"
2925
3152
  }
2926
3153
  ) }),
2927
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("clipPath", { id: "clip0_13_499", children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
3154
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("clipPath", { id: "clip0_13_499", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2928
3155
  "rect",
2929
3156
  {
2930
3157
  width: "24",
@@ -2936,15 +3163,15 @@ React keys must be passed directly to JSX without using spread:
2936
3163
  ] }), Ratio916_default = IconRatio916;
2937
3164
 
2938
3165
  // src/components/Ratio.tsx
2939
- var import_jsx_runtime57 = __toESM(require_jsx_runtime()), IconRatio = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2940
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
3166
+ var import_jsx_runtime71 = __toESM(require_jsx_runtime()), IconRatio = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3167
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
2941
3168
  "path",
2942
3169
  {
2943
3170
  fill: stroke || color || "currentColor",
2944
3171
  d: "M3 0V3L0 3V5.25L18.75 5.25V24H21V21H24V18.75H21L21 3L5.25 3V0H3Z"
2945
3172
  }
2946
3173
  ),
2947
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
3174
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
2948
3175
  "path",
2949
3176
  {
2950
3177
  fill: stroke || color || "currentColor",
@@ -2954,7 +3181,7 @@ React keys must be passed directly to JSX without using spread:
2954
3181
  ] }), Ratio_default = IconRatio;
2955
3182
 
2956
3183
  // src/components/ReEdit.tsx
2957
- var import_jsx_runtime58 = __toESM(require_jsx_runtime()), IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
3184
+ var import_jsx_runtime72 = __toESM(require_jsx_runtime()), IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
2958
3185
  "path",
2959
3186
  {
2960
3187
  fill: stroke || color || "currentColor",
@@ -2965,7 +3192,7 @@ React keys must be passed directly to JSX without using spread:
2965
3192
  ) }), ReEdit_default = IconReEdit;
2966
3193
 
2967
3194
  // src/components/Regenerate.tsx
2968
- var import_jsx_runtime59 = __toESM(require_jsx_runtime()), IconRegenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
3195
+ var import_jsx_runtime73 = __toESM(require_jsx_runtime()), IconRegenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
2969
3196
  "path",
2970
3197
  {
2971
3198
  fill: stroke || color || "currentColor",
@@ -2975,8 +3202,20 @@ React keys must be passed directly to JSX without using spread:
2975
3202
  }
2976
3203
  ) }), Regenerate_default = IconRegenerate;
2977
3204
 
3205
+ // src/components/Scriptmode.tsx
3206
+ var import_jsx_runtime74 = __toESM(require_jsx_runtime()), IconScriptmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3207
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H3.75V1.5H1.5V3.75Z" }),
3208
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 10.125H3.75V7.875H1.5V10.125Z" }),
3209
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H3.75V13.875H1.5V16.125Z" }),
3210
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H3.75V20.25H1.5V22.5Z" }),
3211
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 3.75H22.5V1.5H7.5V3.75Z" }),
3212
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 10.125H22.5V7.875H7.5V10.125Z" }),
3213
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 16.125H22.5V13.875H7.5V16.125Z" }),
3214
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 22.5H22.5V20.25H7.5V22.5Z" })
3215
+ ] }), Scriptmode_default = IconScriptmode;
3216
+
2978
3217
  // src/components/SocialX.tsx
2979
- var import_jsx_runtime60 = __toESM(require_jsx_runtime()), IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
3218
+ var import_jsx_runtime75 = __toESM(require_jsx_runtime()), IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
2980
3219
  "path",
2981
3220
  {
2982
3221
  fill: fill || color || "currentColor",
@@ -2985,7 +3224,7 @@ React keys must be passed directly to JSX without using spread:
2985
3224
  ) }), SocialX_default = IconSocialX;
2986
3225
 
2987
3226
  // src/components/SocialDiscord.tsx
2988
- var import_jsx_runtime61 = __toESM(require_jsx_runtime()), IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
3227
+ var import_jsx_runtime76 = __toESM(require_jsx_runtime()), IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
2989
3228
  "path",
2990
3229
  {
2991
3230
  fill: fill || color || "currentColor",
@@ -2994,8 +3233,8 @@ React keys must be passed directly to JSX without using spread:
2994
3233
  ) }), SocialDiscord_default = IconSocialDiscord;
2995
3234
 
2996
3235
  // src/components/SoundOff.tsx
2997
- var import_jsx_runtime62 = __toESM(require_jsx_runtime()), IconSoundOff = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2998
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
3236
+ var import_jsx_runtime77 = __toESM(require_jsx_runtime()), IconSoundOff = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3237
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
2999
3238
  "path",
3000
3239
  {
3001
3240
  fill: stroke || color || "currentColor",
@@ -3004,7 +3243,7 @@ React keys must be passed directly to JSX without using spread:
3004
3243
  clipRule: "evenodd"
3005
3244
  }
3006
3245
  ),
3007
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
3246
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
3008
3247
  "path",
3009
3248
  {
3010
3249
  fill: stroke || color || "currentColor",
@@ -3014,8 +3253,8 @@ React keys must be passed directly to JSX without using spread:
3014
3253
  ] }), SoundOff_default = IconSoundOff;
3015
3254
 
3016
3255
  // src/components/SoundOn.tsx
3017
- var import_jsx_runtime63 = __toESM(require_jsx_runtime()), IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3018
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
3256
+ var import_jsx_runtime78 = __toESM(require_jsx_runtime()), IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3257
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
3019
3258
  "path",
3020
3259
  {
3021
3260
  fill: stroke || color || "currentColor",
@@ -3024,14 +3263,14 @@ React keys must be passed directly to JSX without using spread:
3024
3263
  clipRule: "evenodd"
3025
3264
  }
3026
3265
  ),
3027
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
3266
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
3028
3267
  "path",
3029
3268
  {
3030
3269
  fill: stroke || color || "currentColor",
3031
3270
  d: "M15 5.25C18.7279 5.25 21.75 8.27208 21.75 12C21.75 15.7279 18.7279 18.75 15 18.75V21C19.9706 21 24 16.9706 24 12C24 7.02944 19.9706 3 15 3V5.25Z"
3032
3271
  }
3033
3272
  ),
3034
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
3273
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
3035
3274
  "path",
3036
3275
  {
3037
3276
  fill: stroke || color || "currentColor",
@@ -3040,25 +3279,36 @@ React keys must be passed directly to JSX without using spread:
3040
3279
  )
3041
3280
  ] }), SoundOn_default = IconSoundOn;
3042
3281
 
3282
+ // src/components/Storyboard.tsx
3283
+ var import_jsx_runtime79 = __toESM(require_jsx_runtime()), IconStoryboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
3284
+ "path",
3285
+ {
3286
+ fill: stroke || color || "currentColor",
3287
+ d: "M0 4.5H16.5V9L21 4.5H24V19.5H21L16.5 15V19.5H0V4.5ZM2.25 6.75H14.25V17.25H2.25V6.75ZM21.75 17.068L16.682 12L21.75 6.93198V17.068Z",
3288
+ fillRule: "evenodd",
3289
+ clipRule: "evenodd"
3290
+ }
3291
+ ) }), Storyboard_default = IconStoryboard;
3292
+
3043
3293
  // src/components/StyleAutoFilled.tsx
3044
- var import_jsx_runtime64 = __toESM(require_jsx_runtime()), IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3045
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
3294
+ var import_jsx_runtime80 = __toESM(require_jsx_runtime()), IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3295
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
3046
3296
  "path",
3047
3297
  {
3048
3298
  fill: fill || color || "currentColor",
3049
3299
  d: "M12 4.5L15.75 3.75L16.5 0H18L18.75 3.75L22.5 4.5V6L18.75 6.75L18 10.5H16.5L15.75 6.75L12 6V4.5Z"
3050
3300
  }
3051
3301
  ),
3052
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
3302
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
3053
3303
  "path",
3054
3304
  {
3055
3305
  fill: fill || color || "currentColor",
3056
3306
  d: "M0 16.5V15L6 13.5L7.5 7.5H9L10.5 13.5L16.5 15V16.5L10.5 18L9 24H7.5L6 18L0 16.5Z"
3057
3307
  }
3058
3308
  ),
3059
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("path", { fill: fill || color || "currentColor", d: "M1.5 3L3.75 0.75L6 3L3.75 5.25L1.5 3Z" }),
3060
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("path", { fill: fill || color || "currentColor", d: "M22.5 21L19.5 18L16.5 21L19.5 24L22.5 21Z" }),
3061
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
3309
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("path", { fill: fill || color || "currentColor", d: "M1.5 3L3.75 0.75L6 3L3.75 5.25L1.5 3Z" }),
3310
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("path", { fill: fill || color || "currentColor", d: "M22.5 21L19.5 18L16.5 21L19.5 24L22.5 21Z" }),
3311
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
3062
3312
  "path",
3063
3313
  {
3064
3314
  fill: fill || color || "currentColor",
@@ -3068,43 +3318,43 @@ React keys must be passed directly to JSX without using spread:
3068
3318
  ] }), StyleAutoFilled_default = IconStyleAutoFilled;
3069
3319
 
3070
3320
  // src/components/Style.tsx
3071
- var import_jsx_runtime65 = __toESM(require_jsx_runtime()), IconStyle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3072
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
3321
+ var import_jsx_runtime81 = __toESM(require_jsx_runtime()), IconStyle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3322
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
3073
3323
  "path",
3074
3324
  {
3075
3325
  fill: stroke || color || "currentColor",
3076
3326
  d: "M12 7.5C12.8284 7.5 13.5 6.82843 13.5 6C13.5 5.17157 12.8284 4.5 12 4.5C11.1716 4.5 10.5 5.17157 10.5 6C10.5 6.82843 11.1716 7.5 12 7.5Z"
3077
3327
  }
3078
3328
  ),
3079
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
3329
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
3080
3330
  "path",
3081
3331
  {
3082
3332
  fill: stroke || color || "currentColor",
3083
3333
  d: "M7.5 12C7.5 12.8284 6.82843 13.5 6 13.5C5.17157 13.5 4.5 12.8284 4.5 12C4.5 11.1716 5.17157 10.5 6 10.5C6.82843 10.5 7.5 11.1716 7.5 12Z"
3084
3334
  }
3085
3335
  ),
3086
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
3336
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
3087
3337
  "path",
3088
3338
  {
3089
3339
  fill: stroke || color || "currentColor",
3090
3340
  d: "M6.69679 8.81815C7.28257 9.40394 8.23232 9.40394 8.81811 8.81815C9.40389 8.23236 9.40389 7.28262 8.81811 6.69683C8.23232 6.11104 7.28257 6.11104 6.69679 6.69683C6.111 7.28262 6.111 8.23236 6.69679 8.81815Z"
3091
3341
  }
3092
3342
  ),
3093
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
3343
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
3094
3344
  "path",
3095
3345
  {
3096
3346
  fill: stroke || color || "currentColor",
3097
3347
  d: "M15.182 8.81811C14.5962 8.23232 14.5962 7.28257 15.182 6.69679C15.7678 6.111 16.7176 6.111 17.3034 6.69679C17.8891 7.28257 17.8891 8.23232 17.3034 8.81811C16.7176 9.40389 15.7678 9.40389 15.182 8.81811Z"
3098
3348
  }
3099
3349
  ),
3100
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
3350
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
3101
3351
  "path",
3102
3352
  {
3103
3353
  fill: stroke || color || "currentColor",
3104
3354
  d: "M8.81833 17.3032C9.40412 16.7174 9.40412 15.7677 8.81833 15.1819C8.23255 14.5961 7.2828 14.5961 6.69701 15.1819C6.11123 15.7677 6.11123 16.7174 6.69701 17.3032C7.2828 17.889 8.23255 17.889 8.81833 17.3032Z"
3105
3355
  }
3106
3356
  ),
3107
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
3357
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
3108
3358
  "path",
3109
3359
  {
3110
3360
  fill: stroke || color || "currentColor",
@@ -3115,73 +3365,73 @@ React keys must be passed directly to JSX without using spread:
3115
3365
  )
3116
3366
  ] }), Style_default = IconStyle;
3117
3367
 
3368
+ // src/components/SwitchOn.tsx
3369
+ var import_jsx_runtime82 = __toESM(require_jsx_runtime()), IconSwitchOn = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
3370
+ "path",
3371
+ {
3372
+ fill: fill || color || "currentColor",
3373
+ d: "M7.5 4.5C3.35786 4.5 0 7.85786 0 12C0 16.1421 3.35786 19.5 7.5 19.5H16.5C20.6421 19.5 24 16.1421 24 12C24 7.85786 20.6421 4.5 16.5 4.5H7.5ZM7.5 7.5C5.01472 7.5 3 9.51472 3 12C3 14.4853 5.01472 16.5 7.5 16.5C9.98528 16.5 12 14.4853 12 12C12 9.51472 9.98528 7.5 7.5 7.5Z",
3374
+ fillRule: "evenodd",
3375
+ clipRule: "evenodd"
3376
+ }
3377
+ ) }), SwitchOn_default = IconSwitchOn;
3378
+
3118
3379
  // src/components/TextLogo.tsx
3119
- var import_jsx_runtime66 = __toESM(require_jsx_runtime()), IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("svg", { fill: "none", viewBox: "0 0 100 34", className, width: width || size, height: height || size, children: [
3120
- /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("g", { clipPath: "url(#clip0_33_25)", children: [
3121
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
3122
- "path",
3123
- {
3124
- fill: fill || color || "currentColor",
3125
- d: "M33.7554 5.5686C40.0632 5.56878 45.1763 10.6826 45.1763 16.9905C45.1761 23.2982 40.063 28.4112 33.7554 28.4114C27.4475 28.4114 22.3337 23.2983 22.3335 16.9905C22.3335 10.6825 27.4474 5.5686 33.7554 5.5686ZM33.7554 11.6604C30.8117 11.6604 28.4253 14.0468 28.4253 16.9905C28.4255 19.934 30.8118 22.3206 33.7554 22.3206C36.6988 22.3204 39.0853 19.9339 39.0854 16.9905C39.0854 14.0469 36.699 11.6605 33.7554 11.6604Z"
3126
- }
3127
- ),
3128
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
3129
- "path",
3130
- {
3131
- fill: fill || color || "currentColor",
3132
- d: "M71.8274 5.5686C78.1352 5.56878 83.2483 10.6826 83.2483 16.9905C83.2481 23.2982 78.135 28.4112 71.8274 28.4114C65.5195 28.4114 60.4057 23.2983 60.4055 16.9905C60.4055 10.6825 65.5194 5.5686 71.8274 5.5686ZM71.8274 11.6604C68.8837 11.6604 66.4973 14.0468 66.4973 16.9905C66.4975 19.934 68.8838 22.3206 71.8274 22.3206C74.7708 22.3204 77.1573 19.9339 77.1574 16.9905C77.1574 14.0469 74.7709 11.6606 71.8274 11.6604Z"
3133
- }
3134
- ),
3135
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
3136
- "path",
3137
- {
3138
- fill: fill || color || "currentColor",
3139
- d: "M47.4611 16.6094C47.4611 14.9164 47.9442 12.445 49.4821 10.309C51.1319 8.01772 53.8543 6.33005 57.7404 6.33005H58.844C59.2859 6.33005 59.644 6.68822 59.644 7.13005V11.6215C59.644 12.0634 59.2859 12.4215 58.844 12.4215H57.7404C55.8399 12.4215 54.9459 13.1452 54.4255 13.8678C53.7933 14.7459 53.5525 15.8912 53.5525 16.6094V26.8503C53.5525 27.2921 53.1944 27.6503 52.7525 27.6503H48.2611C47.8192 27.6503 47.4611 27.2921 47.4611 26.8503V16.6094Z"
3140
- }
3141
- ),
3142
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
3143
- "rect",
3144
- {
3145
- width: "6.09149",
3146
- height: "26.6503",
3147
- x: "85.533",
3148
- y: "1",
3149
- fill: fill || color || "currentColor",
3150
- rx: "0.8"
3151
- }
3152
- ),
3153
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
3154
- "rect",
3155
- {
3156
- width: "6.09149",
3157
- height: "26.6503",
3158
- x: "93.9086",
3159
- y: "1",
3160
- fill: fill || color || "currentColor",
3161
- rx: "0.8"
3162
- }
3163
- ),
3164
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
3165
- "path",
3166
- {
3167
- fill: fill || color || "currentColor",
3168
- d: "M10.7312 16.5261C10.9932 17.1759 11.9047 17.1988 12.1991 16.5631L16.7232 6.79387C16.8542 6.51105 17.1375 6.33005 17.4492 6.33005H22.6939C23.2847 6.33005 23.6717 6.94839 23.4135 7.47973L11.1305 32.7538C10.9966 33.0292 10.7172 33.2041 10.411 33.2041H5.74564C5.1614 33.2041 4.77421 32.5981 5.01967 32.068L7.78707 26.0905C7.88252 25.8843 7.88581 25.6473 7.79613 25.4386L0.0658401 7.44584C-0.160996 6.91787 0.226231 6.33005 0.800872 6.33005H6.07966C6.40597 6.33005 6.69958 6.52823 6.82161 6.83086L10.7312 16.5261Z"
3169
- }
3170
- )
3171
- ] }),
3172
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("clipPath", { id: "clip0_33_25", children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("rect", { width: "100", height: "34", fill: stroke || color || "currentColor" }) }) })
3380
+ var import_jsx_runtime83 = __toESM(require_jsx_runtime()), IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)("svg", { fill: "none", viewBox: "0 0 124 40", className, width: width || size, height: height || size, children: [
3381
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
3382
+ "path",
3383
+ {
3384
+ fill: fill || color || "currentColor",
3385
+ d: "M42.0618 5.62237C49.8822 5.62238 56.2219 11.962 56.2219 19.7823C56.2218 27.6027 49.8822 33.9423 42.0618 33.9423C34.2415 33.9423 27.9019 27.6027 27.9018 19.7823C27.9018 11.962 34.2415 5.62237 42.0618 5.62237ZM42.0618 13.1743C38.4124 13.1743 35.4538 16.1328 35.4538 19.7823C35.4538 23.4318 38.4124 26.3903 42.0618 26.3903C45.7113 26.3903 48.6698 23.4318 48.6698 19.7823C48.6698 16.1329 45.7113 13.1743 42.0618 13.1743Z"
3386
+ }
3387
+ ),
3388
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
3389
+ "path",
3390
+ {
3391
+ fill: fill || color || "currentColor",
3392
+ d: "M89.3535 5.62237C97.1738 5.62237 103.514 11.962 103.514 19.7823C103.514 27.6027 97.1738 33.9423 89.3535 33.9423C81.5331 33.9423 75.1935 27.6027 75.1935 19.7823C75.1935 11.962 81.5331 5.62239 89.3535 5.62237ZM89.3535 13.1744C85.704 13.1744 82.7455 16.1329 82.7455 19.7823C82.7455 23.4318 85.704 26.3904 89.3535 26.3904C93.003 26.3904 95.9615 23.4318 95.9615 19.7823C95.9615 16.1329 93.003 13.1744 89.3535 13.1744Z"
3393
+ }
3394
+ ),
3395
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
3396
+ "path",
3397
+ {
3398
+ fill: fill || color || "currentColor",
3399
+ d: "M59.1199 19.3272C59.1199 11.741 63.1893 6.56006 71.8774 6.56006H73.4399C73.8818 6.56006 74.2399 6.91823 74.2399 7.36006V13.3258C74.2399 13.7676 73.8818 14.1258 73.4399 14.1258H71.8774C68.8335 14.1258 66.6799 16.2577 66.6799 19.3272V32.24C66.6799 32.6818 66.3217 33.04 65.8799 33.04H59.9199C59.4781 33.04 59.1199 32.6818 59.1199 32.24V19.3272Z"
3400
+ }
3401
+ ),
3402
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
3403
+ "path",
3404
+ {
3405
+ fill: fill || color || "currentColor",
3406
+ d: "M106 0.799999C106 0.358172 106.358 0 106.8 0H112.8C113.242 0 113.6 0.358171 113.6 0.799998V32.3199C113.6 32.7618 113.242 33.1199 112.8 33.1199H106.8C106.358 33.1199 106 32.7618 106 32.3199V0.799999Z"
3407
+ }
3408
+ ),
3409
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
3410
+ "path",
3411
+ {
3412
+ fill: fill || color || "currentColor",
3413
+ d: "M116.4 0.799999C116.4 0.358172 116.758 0 117.2 0H123.2C123.642 0 124 0.358171 124 0.799998V32.3199C124 32.7618 123.642 33.1199 123.2 33.1199H117.2C116.758 33.1199 116.4 32.7618 116.4 32.3199V0.799999Z"
3414
+ }
3415
+ ),
3416
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
3417
+ "path",
3418
+ {
3419
+ fill: fill || color || "currentColor",
3420
+ d: "M28.9593 6.56006C29.4318 6.56006 29.7414 7.05517 29.5348 7.48064L13.9664 39.5492C13.8326 39.825 13.5532 40 13.247 40L6.77145 39.9999C6.3041 39.9999 5.9944 39.5147 6.19077 39.0902L9.87052 31.1352C9.98507 30.8875 9.98903 30.6028 9.8814 30.3521L0.0526688 7.45377C-0.128799 7.031 0.180945 6.56029 0.640611 6.56029H7.87257C8.19884 6.56029 8.49242 6.75867 8.61443 7.06158L13.9677 20.3519C14.1249 20.7422 14.6717 20.756 14.8483 20.3742L21.0237 7.02432C21.1547 6.74124 21.4379 6.56006 21.7496 6.56006H28.9593Z"
3421
+ }
3422
+ )
3173
3423
  ] }), TextLogo_default = IconTextLogo;
3174
3424
 
3175
3425
  // src/components/ToolsFilled.tsx
3176
- var import_jsx_runtime67 = __toESM(require_jsx_runtime()), IconToolsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3177
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
3426
+ var import_jsx_runtime84 = __toESM(require_jsx_runtime()), IconToolsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3427
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
3178
3428
  "path",
3179
3429
  {
3180
3430
  fill: fill || color || "currentColor",
3181
3431
  d: "M24 12L19.5 16.5L15 15L9 9L7.5 4.5L12 0L16.5 1.5L22.5 7.5L24 12Z"
3182
3432
  }
3183
3433
  ),
3184
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
3434
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
3185
3435
  "path",
3186
3436
  {
3187
3437
  fill: fill || color || "currentColor",
@@ -3191,7 +3441,7 @@ React keys must be passed directly to JSX without using spread:
3191
3441
  ] }), ToolsFilled_default = IconToolsFilled;
3192
3442
 
3193
3443
  // src/components/Tools.tsx
3194
- var import_jsx_runtime68 = __toESM(require_jsx_runtime()), IconTools = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
3444
+ var import_jsx_runtime85 = __toESM(require_jsx_runtime()), IconTools = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
3195
3445
  "path",
3196
3446
  {
3197
3447
  stroke: stroke || color || "currentColor",
@@ -3201,7 +3451,7 @@ React keys must be passed directly to JSX without using spread:
3201
3451
  ) }), Tools_default = IconTools;
3202
3452
 
3203
3453
  // src/components/Uploadfiles.tsx
3204
- var import_jsx_runtime69 = __toESM(require_jsx_runtime()), IconUploadfiles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
3454
+ var import_jsx_runtime86 = __toESM(require_jsx_runtime()), IconUploadfiles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
3205
3455
  "path",
3206
3456
  {
3207
3457
  fill: stroke || color || "currentColor",
@@ -3210,7 +3460,7 @@ React keys must be passed directly to JSX without using spread:
3210
3460
  ) }), Uploadfiles_default = IconUploadfiles;
3211
3461
 
3212
3462
  // src/components/Userfeedback.tsx
3213
- var import_jsx_runtime70 = __toESM(require_jsx_runtime()), IconUserfeedback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
3463
+ var import_jsx_runtime87 = __toESM(require_jsx_runtime()), IconUserfeedback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
3214
3464
  "path",
3215
3465
  {
3216
3466
  fill: stroke || color || "currentColor",
@@ -3221,22 +3471,22 @@ React keys must be passed directly to JSX without using spread:
3221
3471
  ) }), Userfeedback_default = IconUserfeedback;
3222
3472
 
3223
3473
  // src/components/VideoGeneration.tsx
3224
- var import_jsx_runtime71 = __toESM(require_jsx_runtime()), IconVideoGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3225
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
3474
+ var import_jsx_runtime88 = __toESM(require_jsx_runtime()), IconVideoGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3475
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
3226
3476
  "path",
3227
3477
  {
3228
3478
  fill: stroke || color || "currentColor",
3229
3479
  d: "M12 2.25C6.61522 2.25 2.25 6.61522 2.25 12C2.25 17.3848 6.61522 21.75 12 21.75C17.3848 21.75 21.75 17.3848 21.75 12H24C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0V2.25ZM12 6.75V9.93164L11.25 9.18164V14.8184L14.0684 12H17.25L11.25 18H9V6H11.25L12 6.75Z"
3230
3480
  }
3231
3481
  ),
3232
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
3482
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
3233
3483
  "path",
3234
3484
  {
3235
3485
  fill: stroke || color || "currentColor",
3236
3486
  d: "M13.5 4.5L17.25 3.75L18 0H19.5L20.25 3.75L24 4.5V6L20.25 6.75L19.5 10.5H18L17.25 6.75L13.5 6V4.5Z"
3237
3487
  }
3238
3488
  ),
3239
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
3489
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
3240
3490
  "path",
3241
3491
  {
3242
3492
  fill: stroke || color || "currentColor",
@@ -3248,9 +3498,9 @@ React keys must be passed directly to JSX without using spread:
3248
3498
  ] }), VideoGeneration_default = IconVideoGeneration;
3249
3499
 
3250
3500
  // src/components/VideoLength.tsx
3251
- var import_jsx_runtime72 = __toESM(require_jsx_runtime()), IconVideoLength = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3252
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("path", { fill: stroke || color || "currentColor", d: "M10.875 9V15H13.125V9H10.875Z" }),
3253
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
3501
+ var import_jsx_runtime89 = __toESM(require_jsx_runtime()), IconVideoLength = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3502
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("path", { fill: stroke || color || "currentColor", d: "M10.875 9V15H13.125V9H10.875Z" }),
3503
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
3254
3504
  "path",
3255
3505
  {
3256
3506
  fill: stroke || color || "currentColor",
@@ -3261,8 +3511,30 @@ React keys must be passed directly to JSX without using spread:
3261
3511
  )
3262
3512
  ] }), VideoLength_default = IconVideoLength;
3263
3513
 
3514
+ // src/components/Videogenerate.tsx
3515
+ var import_jsx_runtime90 = __toESM(require_jsx_runtime()), IconVideogenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3516
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
3517
+ "path",
3518
+ {
3519
+ fill: stroke || color || "currentColor",
3520
+ d: "M12 7.5H9V16.5H12L16.5 12L12 7.5ZM13.318 12L11.25 14.068V9.93198L13.318 12Z",
3521
+ fillRule: "evenodd",
3522
+ clipRule: "evenodd"
3523
+ }
3524
+ ),
3525
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
3526
+ "path",
3527
+ {
3528
+ fill: stroke || color || "currentColor",
3529
+ d: "M0 3H24V21H0V3ZM2.25 5.25H21.75V18.75H2.25V5.25Z",
3530
+ fillRule: "evenodd",
3531
+ clipRule: "evenodd"
3532
+ }
3533
+ )
3534
+ ] }), Videogenerate_default = IconVideogenerate;
3535
+
3264
3536
  // src/components/Visualstyles.tsx
3265
- var import_jsx_runtime73 = __toESM(require_jsx_runtime()), IconVisualstyles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
3537
+ var import_jsx_runtime91 = __toESM(require_jsx_runtime()), IconVisualstyles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
3266
3538
  "path",
3267
3539
  {
3268
3540
  fill: stroke || color || "currentColor",
@@ -3273,8 +3545,8 @@ React keys must be passed directly to JSX without using spread:
3273
3545
  ) }), Visualstyles_default = IconVisualstyles;
3274
3546
 
3275
3547
  // src/components/Volume.tsx
3276
- var import_jsx_runtime74 = __toESM(require_jsx_runtime()), IconVolume = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3277
- /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
3548
+ var import_jsx_runtime92 = __toESM(require_jsx_runtime()), IconVolume = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3549
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
3278
3550
  "path",
3279
3551
  {
3280
3552
  fill: stroke || color || "currentColor",
@@ -3283,14 +3555,14 @@ React keys must be passed directly to JSX without using spread:
3283
3555
  clipRule: "evenodd"
3284
3556
  }
3285
3557
  ),
3286
- /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
3558
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
3287
3559
  "path",
3288
3560
  {
3289
3561
  fill: stroke || color || "currentColor",
3290
3562
  d: "M15 5.25C18.7279 5.25 21.75 8.27208 21.75 12C21.75 15.7279 18.7279 18.75 15 18.75V21C19.9706 21 24 16.9706 24 12C24 7.02944 19.9706 3 15 3V5.25Z"
3291
3563
  }
3292
3564
  ),
3293
- /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
3565
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
3294
3566
  "path",
3295
3567
  {
3296
3568
  fill: stroke || color || "currentColor",