@yoroll/react-icon 0.0.6 → 0.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/dist/index.cjs +796 -357
  2. package/dist/index.iife.js +767 -357
  3. package/dist/index.iife.min.js +6 -6
  4. package/dist/index.js +897 -429
  5. package/dist/index.min.cjs +2 -2
  6. package/dist/index.min.js +2 -2
  7. package/dist/types/components/Aiwriting.d.ts +4 -0
  8. package/dist/types/components/Canvasmode.d.ts +4 -0
  9. package/dist/types/components/Chaptercollapse.d.ts +4 -0
  10. package/dist/types/components/Chapterexpand.d.ts +4 -0
  11. package/dist/types/components/Copy.d.ts +4 -0
  12. package/dist/types/components/DeleteSceneChoice.d.ts +4 -0
  13. package/dist/types/components/FiletypePdfLumiFilled.d.ts +4 -0
  14. package/dist/types/components/GamecontrolChoice.d.ts +4 -0
  15. package/dist/types/components/GamecontrolGameplay.d.ts +4 -0
  16. package/dist/types/components/GamecontrolLinear.d.ts +4 -0
  17. package/dist/types/components/Gamepreview.d.ts +4 -0
  18. package/dist/types/components/Handtool.d.ts +4 -0
  19. package/dist/types/components/ImageLoadFailedFilled.d.ts +4 -0
  20. package/dist/types/components/Info.d.ts +4 -0
  21. package/dist/types/components/Invitecode.d.ts +4 -0
  22. package/dist/types/components/Musicassets.d.ts +4 -0
  23. package/dist/types/components/Nextscene.d.ts +4 -0
  24. package/dist/types/components/Oneclickgenerate.d.ts +4 -0
  25. package/dist/types/components/Opendemo.d.ts +4 -0
  26. package/dist/types/components/PageError.d.ts +4 -0
  27. package/dist/types/components/Pick.d.ts +4 -0
  28. package/dist/types/components/Previouscene.d.ts +4 -0
  29. package/dist/types/components/ProblemNoticeFilled.d.ts +4 -0
  30. package/dist/types/components/Scriptmode.d.ts +4 -0
  31. package/dist/types/components/Storyboard.d.ts +4 -0
  32. package/dist/types/components/SwitchOnFilled.d.ts +4 -0
  33. package/dist/types/components/Target.d.ts +4 -0
  34. package/dist/types/components/Uploadimage.d.ts +4 -0
  35. package/dist/types/components/Videogenerate.d.ts +4 -0
  36. package/dist/types/components/index.d.ts +29 -0
  37. package/package.json +1 -1
@@ -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",
@@ -1701,10 +1777,24 @@ React keys must be passed directly to JSX without using spread:
1701
1777
  }
1702
1778
  ) }), Cursor_default = IconCursor;
1703
1779
 
1780
+ // src/components/DeleteSceneChoice.tsx
1781
+ var import_jsx_runtime20 = __toESM(require_jsx_runtime()), IconDeleteSceneChoice = ({ 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: "M18 10.875H6V13.125H18V10.875Z" }),
1783
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
1784
+ "path",
1785
+ {
1786
+ fill: stroke || color || "currentColor",
1787
+ 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",
1788
+ fillRule: "evenodd",
1789
+ clipRule: "evenodd"
1790
+ }
1791
+ )
1792
+ ] }), DeleteSceneChoice_default = IconDeleteSceneChoice;
1793
+
1704
1794
  // 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)(
1795
+ var import_jsx_runtime21 = __toESM(require_jsx_runtime()), IconDelete = ({ 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)("path", { fill: stroke || color || "currentColor", d: "M13.125 17.25V11.25H10.875V17.25H13.125Z" }),
1797
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
1708
1798
  "path",
1709
1799
  {
1710
1800
  fill: stroke || color || "currentColor",
@@ -1716,15 +1806,15 @@ React keys must be passed directly to JSX without using spread:
1716
1806
  ] }), Delete_default = IconDelete;
1717
1807
 
1718
1808
  // 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)(
1809
+ var import_jsx_runtime22 = __toESM(require_jsx_runtime()), IconDownload = ({ 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: [
1810
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
1721
1811
  "path",
1722
1812
  {
1723
1813
  fill: stroke || color || "currentColor",
1724
1814
  d: "M22.5 24L22.5 13.5H20.25V21.75L3.75 21.75L3.75 13.5H1.5L1.5 24L22.5 24Z"
1725
1815
  }
1726
1816
  ),
1727
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
1817
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
1728
1818
  "path",
1729
1819
  {
1730
1820
  fill: stroke || color || "currentColor",
@@ -1736,7 +1826,7 @@ React keys must be passed directly to JSX without using spread:
1736
1826
  ] }), Download_default = IconDownload;
1737
1827
 
1738
1828
  // 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)(
1829
+ var import_jsx_runtime23 = __toESM(require_jsx_runtime()), IconFeedbackFailFilled = ({ 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)(
1740
1830
  "path",
1741
1831
  {
1742
1832
  fill: fill || color || "currentColor",
@@ -1747,7 +1837,7 @@ React keys must be passed directly to JSX without using spread:
1747
1837
  ) }), FeedbackFailFilled_default = IconFeedbackFailFilled;
1748
1838
 
1749
1839
  // 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)(
1840
+ var import_jsx_runtime24 = __toESM(require_jsx_runtime()), IconFeedbackPendingFilled = ({ 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)(
1751
1841
  "path",
1752
1842
  {
1753
1843
  fill: fill || color || "currentColor",
@@ -1758,7 +1848,7 @@ React keys must be passed directly to JSX without using spread:
1758
1848
  ) }), FeedbackPendingFilled_default = IconFeedbackPendingFilled;
1759
1849
 
1760
1850
  // 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)(
1851
+ var import_jsx_runtime25 = __toESM(require_jsx_runtime()), IconFeedbackProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1762
1852
  "path",
1763
1853
  {
1764
1854
  fill: fill || color || "currentColor",
@@ -1769,29 +1859,29 @@ React keys must be passed directly to JSX without using spread:
1769
1859
  ) }), FeedbackProblemFilled_default = IconFeedbackProblemFilled;
1770
1860
 
1771
1861
  // 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)(
1862
+ var import_jsx_runtime26 = __toESM(require_jsx_runtime()), IconFeedbackProblem = ({ 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: [
1863
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1774
1864
  "path",
1775
1865
  {
1776
1866
  fill: stroke || color || "currentColor",
1777
1867
  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
1868
  }
1779
1869
  ),
1780
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
1870
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1781
1871
  "path",
1782
1872
  {
1783
1873
  fill: stroke || color || "currentColor",
1784
1874
  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
1875
  }
1786
1876
  ),
1787
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
1877
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1788
1878
  "path",
1789
1879
  {
1790
1880
  fill: stroke || color || "currentColor",
1791
1881
  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
1882
  }
1793
1883
  ),
1794
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
1884
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1795
1885
  "path",
1796
1886
  {
1797
1887
  fill: stroke || color || "currentColor",
@@ -1803,8 +1893,8 @@ React keys must be passed directly to JSX without using spread:
1803
1893
  ] }), FeedbackProblem_default = IconFeedbackProblem;
1804
1894
 
1805
1895
  // 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)(
1896
+ var import_jsx_runtime27 = __toESM(require_jsx_runtime()), IconFiletypePdfFilled = ({ 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: [
1897
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
1808
1898
  "path",
1809
1899
  {
1810
1900
  fill: "#FF3E4C",
@@ -1812,14 +1902,14 @@ React keys must be passed directly to JSX without using spread:
1812
1902
  style: { opacity: 0.3 }
1813
1903
  }
1814
1904
  ) }),
1815
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
1905
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
1816
1906
  "path",
1817
1907
  {
1818
1908
  fill: "#FF3E4C",
1819
1909
  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
1910
  }
1821
1911
  ),
1822
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
1912
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
1823
1913
  "path",
1824
1914
  {
1825
1915
  fill: "#FF3E4C",
@@ -1828,8 +1918,67 @@ React keys must be passed directly to JSX without using spread:
1828
1918
  )
1829
1919
  ] }), FiletypePdfFilled_default = IconFiletypePdfFilled;
1830
1920
 
1921
+ // src/components/FiletypePdfLumiFilled.tsx
1922
+ var import_jsx_runtime28 = __toESM(require_jsx_runtime()), IconFiletypePdfLumiFilled = ({ 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: [
1923
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
1924
+ "path",
1925
+ {
1926
+ fill: "#2E2E2E",
1927
+ d: "M17.5907 6.28819C17.0587 6.28768 16.5487 6.07629 16.1725 5.70045C15.7963 5.3246 15.5848 4.81499 15.5843 4.28346V1.5H6.6185C5.92403 1.5 5.25801 1.77565 4.76694 2.26629C4.27588 2.75693 4 3.42237 4 4.11624V19.8876C4.00103 20.5808 4.27736 21.2453 4.76831 21.7351C5.25927 22.2249 5.9247 22.5 6.6185 22.5H17.3815C18.0753 22.5 18.7407 22.2249 19.2317 21.7351C19.7226 21.2453 19.999 20.5808 20 19.8876V6.28819H17.5907Z",
1928
+ style: { opacity: 0.3 }
1929
+ }
1930
+ ) }),
1931
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
1932
+ "path",
1933
+ {
1934
+ fill: "#2E2E2E",
1935
+ 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"
1936
+ }
1937
+ ),
1938
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
1939
+ "path",
1940
+ {
1941
+ fill: "#2E2E2E",
1942
+ d: "M10.6612 7.00247C10.1732 6.99394 9.75199 7.47889 9.85522 7.96337C9.92465 8.70371 10.4024 9.30447 10.7753 9.9158C10.8172 10.1434 10.697 10.3651 10.689 10.5911C10.4459 11.9178 10.0751 13.2376 9.50453 14.4553C8.79857 14.78 7.9992 15.1007 7.58628 15.8006C7.32421 16.2861 7.69321 16.9415 8.23485 16.9927C8.73737 17.0614 9.11034 16.6311 9.38504 16.2706C9.67185 15.8829 9.86058 15.4211 10.0992 15.0044C11.5436 14.4232 13.0628 14.0171 14.6139 13.8629C15.241 14.3114 15.9055 14.8404 16.7096 14.8724C17.177 14.8654 17.5553 14.4121 17.5039 13.9516C17.4738 13.5324 17.101 13.2384 16.7149 13.1596C16.092 12.9722 15.4249 13.0748 14.7913 13.0794C13.5721 12.106 12.4465 10.9861 11.5601 9.70462C11.6259 8.9256 11.758 8.06387 11.352 7.35515C11.1979 7.13164 10.9366 6.9785 10.6612 7.00247ZM10.6844 7.70995C10.8217 7.73637 10.8308 7.94067 10.8693 8.04996C10.9054 8.27263 10.9015 8.49983 10.8988 8.7247C10.7354 8.41939 10.523 8.10045 10.5608 7.73846C10.6039 7.73678 10.6421 7.71495 10.6844 7.70995ZM11.4407 10.7479C12.1674 11.6505 12.9745 12.4818 13.8554 13.2357C12.694 13.4127 11.5401 13.7091 10.4351 14.1089C10.8589 13.0022 11.1816 11.8588 11.3943 10.6919C11.4097 10.7106 11.4252 10.7292 11.4407 10.7479ZM15.9733 13.7827C16.2551 13.8098 16.5803 13.7935 16.8057 13.9875C16.8269 14.1626 16.6125 14.1882 16.4983 14.1248C16.2601 14.0453 16.0245 13.9454 15.8223 13.7932C15.8727 13.7901 15.9229 13.7836 15.9733 13.7827ZM8.93306 15.6242C8.79909 15.8732 8.60409 16.1079 8.40069 16.2842C8.333 16.3937 8.14728 16.1912 8.23273 16.1057C8.4092 15.8298 8.71727 15.6835 8.9901 15.5186C8.97109 15.5538 8.95208 15.589 8.93306 15.6242Z"
1943
+ }
1944
+ )
1945
+ ] }), FiletypePdfLumiFilled_default = IconFiletypePdfLumiFilled;
1946
+
1947
+ // src/components/GamecontrolChoice.tsx
1948
+ var import_jsx_runtime29 = __toESM(require_jsx_runtime()), IconGamecontrolChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
1949
+ "path",
1950
+ {
1951
+ fill: stroke || color || "currentColor",
1952
+ d: "M22.5 4.125C22.5 6.01317 21.2314 7.60503 19.5 8.09473V13.5H6.75V15.9053C8.48138 16.395 9.75 17.9868 9.75 19.875C9.75 22.1532 7.90317 24 5.625 24C3.34683 24 1.5 22.1532 1.5 19.875C1.5 17.9868 2.76862 16.395 4.5 15.9053V8.09473C2.76862 7.60503 1.5 6.01317 1.5 4.125C1.5 1.84683 3.34683 0 5.625 0C7.90317 0 9.75 1.84683 9.75 4.125C9.75 6.01317 8.48138 7.60503 6.75 8.09473V11.25H17.25V8.09473C15.5186 7.60503 14.25 6.01317 14.25 4.125C14.25 1.84683 16.0968 0 18.375 0C20.6532 0 22.5 1.84683 22.5 4.125ZM18.375 6C19.4105 6 20.25 5.16053 20.25 4.125C20.25 3.08947 19.4105 2.25 18.375 2.25C17.3395 2.25 16.5 3.08947 16.5 4.125C16.5 5.16053 17.3395 6 18.375 6ZM7.5 19.875C7.5 20.9105 6.66053 21.75 5.625 21.75C4.58947 21.75 3.75 20.9105 3.75 19.875C3.75 18.8395 4.58947 18 5.625 18C6.66053 18 7.5 18.8395 7.5 19.875ZM7.5 4.125C7.5 5.16053 6.66053 6 5.625 6C4.58947 6 3.75 5.16053 3.75 4.125C3.75 3.08947 4.58947 2.25 5.625 2.25C6.66053 2.25 7.5 3.08947 7.5 4.125Z",
1953
+ fillRule: "evenodd",
1954
+ clipRule: "evenodd"
1955
+ }
1956
+ ) }), GamecontrolChoice_default = IconGamecontrolChoice;
1957
+
1958
+ // src/components/GamecontrolGameplay.tsx
1959
+ var import_jsx_runtime30 = __toESM(require_jsx_runtime()), IconGamecontrolGameplay = ({ 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)(
1960
+ "path",
1961
+ {
1962
+ fill: stroke || color || "currentColor",
1963
+ d: "M13.125 8.85823C15.0659 8.35868 16.5 6.59682 16.5 4.5C16.5 2.01472 14.4853 0 12 0C9.51472 0 7.5 2.01472 7.5 4.5C7.5 6.59682 8.93412 8.35868 10.875 8.85823V12.75H6L1.5 17.25V22.5H22.5V17.25L18 12.75H13.125V8.85823ZM12 6.75C13.2426 6.75 14.25 5.74264 14.25 4.5C14.25 3.25736 13.2426 2.25 12 2.25C10.7574 2.25 9.75 3.25736 9.75 4.5C9.75 5.74264 10.7574 6.75 12 6.75ZM10.875 15V18H13.125V15H17.068L20.25 18.182V20.25H3.75V18.182L6.93198 15H10.875Z",
1964
+ fillRule: "evenodd",
1965
+ clipRule: "evenodd"
1966
+ }
1967
+ ) }), GamecontrolGameplay_default = IconGamecontrolGameplay;
1968
+
1969
+ // src/components/GamecontrolLinear.tsx
1970
+ var import_jsx_runtime31 = __toESM(require_jsx_runtime()), IconGamecontrolLinear = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
1971
+ "path",
1972
+ {
1973
+ fill: stroke || color || "currentColor",
1974
+ d: "M17.1292 10.875C16.6142 8.51611 14.5133 6.75 12 6.75C9.48666 6.75 7.38582 8.51611 6.87082 10.875H0V13.125H6.87082C7.38582 15.4839 9.48666 17.25 12 17.25C14.5133 17.25 16.6142 15.4839 17.1292 13.125H24V10.875H17.1292ZM15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12Z",
1975
+ fillRule: "evenodd",
1976
+ clipRule: "evenodd"
1977
+ }
1978
+ ) }), GamecontrolLinear_default = IconGamecontrolLinear;
1979
+
1831
1980
  // 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)(
1981
+ var import_jsx_runtime32 = __toESM(require_jsx_runtime()), IconGamelanguage = ({ 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)(
1833
1982
  "path",
1834
1983
  {
1835
1984
  fill: stroke || color || "currentColor",
@@ -1839,16 +1988,38 @@ React keys must be passed directly to JSX without using spread:
1839
1988
  }
1840
1989
  ) }), Gamelanguage_default = IconGamelanguage;
1841
1990
 
1991
+ // src/components/Gamepreview.tsx
1992
+ var import_jsx_runtime33 = __toESM(require_jsx_runtime()), IconGamepreview = ({ 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: [
1993
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
1994
+ "path",
1995
+ {
1996
+ fill: stroke || color || "currentColor",
1997
+ d: "M9 18H11.25L17.25 12L11.25 6H9L9 18ZM11.25 9.18198L14.068 12L11.25 14.818L11.25 9.18198Z",
1998
+ fillRule: "evenodd",
1999
+ clipRule: "evenodd"
2000
+ }
2001
+ ),
2002
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
2003
+ "path",
2004
+ {
2005
+ fill: stroke || color || "currentColor",
2006
+ 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",
2007
+ fillRule: "evenodd",
2008
+ clipRule: "evenodd"
2009
+ }
2010
+ )
2011
+ ] }), Gamepreview_default = IconGamepreview;
2012
+
1842
2013
  // 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)(
2014
+ var import_jsx_runtime34 = __toESM(require_jsx_runtime()), IconGenerateMultimage = ({ 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: [
2015
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
1845
2016
  "path",
1846
2017
  {
1847
2018
  fill: stroke || color || "currentColor",
1848
2019
  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
2020
  }
1850
2021
  ),
1851
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
2022
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
1852
2023
  "path",
1853
2024
  {
1854
2025
  fill: stroke || color || "currentColor",
@@ -1857,11 +2028,11 @@ React keys must be passed directly to JSX without using spread:
1857
2028
  clipRule: "evenodd"
1858
2029
  }
1859
2030
  ),
1860
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("path", { fill: stroke || color || "currentColor", d: "M0 6V24H18V21.75H2.25V6H0Z" })
2031
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { fill: stroke || color || "currentColor", d: "M0 6V24H18V21.75H2.25V6H0Z" })
1861
2032
  ] }), GenerateMultimage_default = IconGenerateMultimage;
1862
2033
 
1863
2034
  // 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)(
2035
+ var import_jsx_runtime35 = __toESM(require_jsx_runtime()), IconGenerateFilled = ({ 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)(
1865
2036
  "path",
1866
2037
  {
1867
2038
  fill: fill || color || "currentColor",
@@ -1872,15 +2043,15 @@ React keys must be passed directly to JSX without using spread:
1872
2043
  ) }), GenerateFilled_default = IconGenerateFilled;
1873
2044
 
1874
2045
  // 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)(
2046
+ var import_jsx_runtime36 = __toESM(require_jsx_runtime()), IconGenerateFrameStart = ({ 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: [
2047
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
1877
2048
  "path",
1878
2049
  {
1879
2050
  fill: stroke || color || "currentColor",
1880
2051
  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
2052
  }
1882
2053
  ),
1883
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
2054
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
1884
2055
  "path",
1885
2056
  {
1886
2057
  fill: stroke || color || "currentColor",
@@ -1892,8 +2063,8 @@ React keys must be passed directly to JSX without using spread:
1892
2063
  ] }), GenerateFrameStart_default = IconGenerateFrameStart;
1893
2064
 
1894
2065
  // 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)(
2066
+ var import_jsx_runtime37 = __toESM(require_jsx_runtime()), IconGenerateFrameStart2End = ({ 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: [
2067
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
1897
2068
  "path",
1898
2069
  {
1899
2070
  fill: stroke || color || "currentColor",
@@ -1902,14 +2073,14 @@ React keys must be passed directly to JSX without using spread:
1902
2073
  clipRule: "evenodd"
1903
2074
  }
1904
2075
  ),
1905
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
2076
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
1906
2077
  "path",
1907
2078
  {
1908
2079
  fill: stroke || color || "currentColor",
1909
2080
  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
2081
  }
1911
2082
  ),
1912
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
2083
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
1913
2084
  "path",
1914
2085
  {
1915
2086
  fill: stroke || color || "currentColor",
@@ -1921,8 +2092,8 @@ React keys must be passed directly to JSX without using spread:
1921
2092
  ] }), GenerateFrameStart2End_default = IconGenerateFrameStart2End;
1922
2093
 
1923
2094
  // 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)(
2095
+ var import_jsx_runtime38 = __toESM(require_jsx_runtime()), IconGenerateSwitchframe = ({ 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: [
2096
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
1926
2097
  "path",
1927
2098
  {
1928
2099
  fill: stroke || color || "currentColor",
@@ -1931,7 +2102,7 @@ React keys must be passed directly to JSX without using spread:
1931
2102
  clipRule: "evenodd"
1932
2103
  }
1933
2104
  ),
1934
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
2105
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
1935
2106
  "path",
1936
2107
  {
1937
2108
  fill: stroke || color || "currentColor",
@@ -1943,15 +2114,15 @@ React keys must be passed directly to JSX without using spread:
1943
2114
  ] }), GenerateSwitchframe_default = IconGenerateSwitchframe;
1944
2115
 
1945
2116
  // 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)(
2117
+ var import_jsx_runtime39 = __toESM(require_jsx_runtime()), IconGenerateT2V = ({ 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: [
2118
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
1948
2119
  "path",
1949
2120
  {
1950
2121
  fill: stroke || color || "currentColor",
1951
2122
  d: "M6 6V10.5H8.25V8.25H10.875V15.75H8.25V18H15.75V15.75H13.125V8.25H15.75V10.5H18V6H6Z"
1952
2123
  }
1953
2124
  ),
1954
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
2125
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
1955
2126
  "path",
1956
2127
  {
1957
2128
  fill: stroke || color || "currentColor",
@@ -1963,15 +2134,15 @@ React keys must be passed directly to JSX without using spread:
1963
2134
  ] }), GenerateT2V_default = IconGenerateT2V;
1964
2135
 
1965
2136
  // 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)(
2137
+ var import_jsx_runtime40 = __toESM(require_jsx_runtime()), IconGenreAuto = ({ 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: [
2138
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
1968
2139
  "path",
1969
2140
  {
1970
2141
  fill: stroke || color || "currentColor",
1971
2142
  d: "M18.375 6.375V10.5H16.125V6.375H12V4.125H16.125V0H18.375V4.125H22.5V6.375H18.375Z"
1972
2143
  }
1973
2144
  ),
1974
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
2145
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
1975
2146
  "path",
1976
2147
  {
1977
2148
  fill: stroke || color || "currentColor",
@@ -1980,15 +2151,15 @@ React keys must be passed directly to JSX without using spread:
1980
2151
  clipRule: "evenodd"
1981
2152
  }
1982
2153
  ),
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)(
2154
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { fill: stroke || color || "currentColor", d: "M3.75 0.75L1.5 3L3.75 5.25L6 3L3.75 0.75Z" }),
2155
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
1985
2156
  "path",
1986
2157
  {
1987
2158
  fill: stroke || color || "currentColor",
1988
2159
  d: "M18 21.75L20.25 19.5L22.5 21.75L20.25 24L18 21.75Z"
1989
2160
  }
1990
2161
  ),
1991
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
2162
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
1992
2163
  "path",
1993
2164
  {
1994
2165
  fill: stroke || color || "currentColor",
@@ -1998,22 +2169,22 @@ React keys must be passed directly to JSX without using spread:
1998
2169
  ] }), GenreAuto_default = IconGenreAuto;
1999
2170
 
2000
2171
  // 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)(
2172
+ var import_jsx_runtime41 = __toESM(require_jsx_runtime()), IconGenreComedy = ({ 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: [
2173
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
2003
2174
  "path",
2004
2175
  {
2005
2176
  fill: stroke || color || "currentColor",
2006
2177
  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
2178
  }
2008
2179
  ),
2009
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
2180
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
2010
2181
  "path",
2011
2182
  {
2012
2183
  fill: stroke || color || "currentColor",
2013
2184
  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
2185
  }
2015
2186
  ),
2016
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
2187
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
2017
2188
  "path",
2018
2189
  {
2019
2190
  fill: stroke || color || "currentColor",
@@ -2022,7 +2193,7 @@ React keys must be passed directly to JSX without using spread:
2022
2193
  clipRule: "evenodd"
2023
2194
  }
2024
2195
  ),
2025
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
2196
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
2026
2197
  "path",
2027
2198
  {
2028
2199
  fill: stroke || color || "currentColor",
@@ -2034,7 +2205,7 @@ React keys must be passed directly to JSX without using spread:
2034
2205
  ] }), GenreComedy_default = IconGenreComedy;
2035
2206
 
2036
2207
  // 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)(
2208
+ var import_jsx_runtime42 = __toESM(require_jsx_runtime()), IconGenreFantasy = ({ 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)(
2038
2209
  "path",
2039
2210
  {
2040
2211
  fill: stroke || color || "currentColor",
@@ -2045,22 +2216,22 @@ React keys must be passed directly to JSX without using spread:
2045
2216
  ) }), GenreFantasy_default = IconGenreFantasy;
2046
2217
 
2047
2218
  // 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)(
2219
+ var import_jsx_runtime43 = __toESM(require_jsx_runtime()), IconGenreHorror = ({ 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: [
2220
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
2050
2221
  "path",
2051
2222
  {
2052
2223
  fill: stroke || color || "currentColor",
2053
2224
  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
2225
  }
2055
2226
  ),
2056
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
2227
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
2057
2228
  "path",
2058
2229
  {
2059
2230
  fill: stroke || color || "currentColor",
2060
2231
  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
2232
  }
2062
2233
  ),
2063
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
2234
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
2064
2235
  "path",
2065
2236
  {
2066
2237
  fill: stroke || color || "currentColor",
@@ -2072,7 +2243,7 @@ React keys must be passed directly to JSX without using spread:
2072
2243
  ] }), GenreHorror_default = IconGenreHorror;
2073
2244
 
2074
2245
  // 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)(
2246
+ var import_jsx_runtime44 = __toESM(require_jsx_runtime()), IconGenreRomance = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
2076
2247
  "path",
2077
2248
  {
2078
2249
  fill: stroke || color || "currentColor",
@@ -2083,15 +2254,15 @@ React keys must be passed directly to JSX without using spread:
2083
2254
  ) }), GenreRomance_default = IconGenreRomance;
2084
2255
 
2085
2256
  // 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)(
2257
+ var import_jsx_runtime45 = __toESM(require_jsx_runtime()), IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2258
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
2088
2259
  "path",
2089
2260
  {
2090
2261
  fill: stroke || color || "currentColor",
2091
2262
  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
2263
  }
2093
2264
  ),
2094
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
2265
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
2095
2266
  "path",
2096
2267
  {
2097
2268
  fill: stroke || color || "currentColor",
@@ -2100,7 +2271,7 @@ React keys must be passed directly to JSX without using spread:
2100
2271
  clipRule: "evenodd"
2101
2272
  }
2102
2273
  ),
2103
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
2274
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
2104
2275
  "path",
2105
2276
  {
2106
2277
  fill: stroke || color || "currentColor",
@@ -2110,7 +2281,7 @@ React keys must be passed directly to JSX without using spread:
2110
2281
  ] }), GenreScifi_default = IconGenreScifi;
2111
2282
 
2112
2283
  // 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)(
2284
+ var import_jsx_runtime46 = __toESM(require_jsx_runtime()), IconGenreSuspense = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2114
2285
  "path",
2115
2286
  {
2116
2287
  fill: stroke || color || "currentColor",
@@ -2121,7 +2292,7 @@ React keys must be passed directly to JSX without using spread:
2121
2292
  ) }), GenreSuspense_default = IconGenreSuspense;
2122
2293
 
2123
2294
  // 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)(
2295
+ var import_jsx_runtime47 = __toESM(require_jsx_runtime()), IconGenre = ({ 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)(
2125
2296
  "path",
2126
2297
  {
2127
2298
  fill: stroke || color || "currentColor",
@@ -2132,8 +2303,8 @@ React keys must be passed directly to JSX without using spread:
2132
2303
  ) }), Genre_default = IconGenre;
2133
2304
 
2134
2305
  // 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)(
2306
+ var import_jsx_runtime48 = __toESM(require_jsx_runtime()), IconGoogleLogoFilled = ({ 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: [
2307
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
2137
2308
  "mask",
2138
2309
  {
2139
2310
  id: "mask0_48_113",
@@ -2143,7 +2314,7 @@ React keys must be passed directly to JSX without using spread:
2143
2314
  y: "0",
2144
2315
  maskUnits: "userSpaceOnUse",
2145
2316
  style: { maskType: "luminance" },
2146
- children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2317
+ children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
2147
2318
  "path",
2148
2319
  {
2149
2320
  fill: stroke || color || "currentColor",
@@ -2152,64 +2323,64 @@ React keys must be passed directly to JSX without using spread:
2152
2323
  )
2153
2324
  }
2154
2325
  ),
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)(
2326
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("g", { mask: "url(#mask0_48_113)", children: [
2327
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("g", { filter: "url(#filter0_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
2157
2328
  "path",
2158
2329
  {
2159
2330
  fill: "url(#paint0_radial_48_113)",
2160
2331
  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
2332
  }
2162
2333
  ) }),
2163
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("g", { filter: "url(#filter1_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2334
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("g", { filter: "url(#filter1_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
2164
2335
  "path",
2165
2336
  {
2166
2337
  fill: "url(#paint1_radial_48_113)",
2167
2338
  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
2339
  }
2169
2340
  ) }),
2170
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("g", { filter: "url(#filter2_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2341
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("g", { filter: "url(#filter2_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
2171
2342
  "path",
2172
2343
  {
2173
2344
  fill: "url(#paint2_radial_48_113)",
2174
2345
  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
2346
  }
2176
2347
  ) }),
2177
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("g", { filter: "url(#filter3_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2348
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("g", { filter: "url(#filter3_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
2178
2349
  "path",
2179
2350
  {
2180
2351
  fill: "url(#paint3_radial_48_113)",
2181
2352
  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
2353
  }
2183
2354
  ) }),
2184
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("g", { filter: "url(#filter4_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2355
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("g", { filter: "url(#filter4_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
2185
2356
  "path",
2186
2357
  {
2187
2358
  fill: "#3086FF",
2188
2359
  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
2360
  }
2190
2361
  ) }),
2191
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("g", { filter: "url(#filter5_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2362
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("g", { filter: "url(#filter5_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
2192
2363
  "path",
2193
2364
  {
2194
2365
  fill: "url(#paint4_radial_48_113)",
2195
2366
  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
2367
  }
2197
2368
  ) }),
2198
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("g", { filter: "url(#filter6_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2369
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("g", { filter: "url(#filter6_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
2199
2370
  "path",
2200
2371
  {
2201
2372
  fill: "url(#paint5_radial_48_113)",
2202
2373
  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
2374
  }
2204
2375
  ) }),
2205
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("g", { filter: "url(#filter7_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2376
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("g", { filter: "url(#filter7_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
2206
2377
  "path",
2207
2378
  {
2208
2379
  fill: "url(#paint6_radial_48_113)",
2209
2380
  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
2381
  }
2211
2382
  ) }),
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)(
2383
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("g", { filter: "url(#filter8_f_48_113)", style: { opacity: 0.5 }, children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
2213
2384
  "path",
2214
2385
  {
2215
2386
  fill: "url(#paint7_linear_48_113)",
@@ -2217,8 +2388,8 @@ React keys must be passed directly to JSX without using spread:
2217
2388
  }
2218
2389
  ) })
2219
2390
  ] }),
2220
- /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("defs", { children: [
2221
- /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
2391
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("defs", { children: [
2392
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
2222
2393
  "filter",
2223
2394
  {
2224
2395
  id: "filter0_f_48_113",
@@ -2229,13 +2400,13 @@ React keys must be passed directly to JSX without using spread:
2229
2400
  filterUnits: "userSpaceOnUse",
2230
2401
  colorInterpolationFilters: "sRGB",
2231
2402
  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" })
2403
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
2404
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
2405
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
2235
2406
  ]
2236
2407
  }
2237
2408
  ),
2238
- /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
2409
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
2239
2410
  "filter",
2240
2411
  {
2241
2412
  id: "filter1_f_48_113",
@@ -2246,13 +2417,13 @@ React keys must be passed directly to JSX without using spread:
2246
2417
  filterUnits: "userSpaceOnUse",
2247
2418
  colorInterpolationFilters: "sRGB",
2248
2419
  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" })
2420
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
2421
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
2422
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
2252
2423
  ]
2253
2424
  }
2254
2425
  ),
2255
- /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
2426
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
2256
2427
  "filter",
2257
2428
  {
2258
2429
  id: "filter2_f_48_113",
@@ -2263,13 +2434,13 @@ React keys must be passed directly to JSX without using spread:
2263
2434
  filterUnits: "userSpaceOnUse",
2264
2435
  colorInterpolationFilters: "sRGB",
2265
2436
  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" })
2437
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
2438
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
2439
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
2269
2440
  ]
2270
2441
  }
2271
2442
  ),
2272
- /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
2443
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
2273
2444
  "filter",
2274
2445
  {
2275
2446
  id: "filter3_f_48_113",
@@ -2280,13 +2451,13 @@ React keys must be passed directly to JSX without using spread:
2280
2451
  filterUnits: "userSpaceOnUse",
2281
2452
  colorInterpolationFilters: "sRGB",
2282
2453
  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" })
2454
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
2455
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
2456
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
2286
2457
  ]
2287
2458
  }
2288
2459
  ),
2289
- /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
2460
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
2290
2461
  "filter",
2291
2462
  {
2292
2463
  id: "filter4_f_48_113",
@@ -2297,13 +2468,13 @@ React keys must be passed directly to JSX without using spread:
2297
2468
  filterUnits: "userSpaceOnUse",
2298
2469
  colorInterpolationFilters: "sRGB",
2299
2470
  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" })
2471
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
2472
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
2473
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
2303
2474
  ]
2304
2475
  }
2305
2476
  ),
2306
- /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
2477
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
2307
2478
  "filter",
2308
2479
  {
2309
2480
  id: "filter5_f_48_113",
@@ -2314,13 +2485,13 @@ React keys must be passed directly to JSX without using spread:
2314
2485
  filterUnits: "userSpaceOnUse",
2315
2486
  colorInterpolationFilters: "sRGB",
2316
2487
  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" })
2488
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
2489
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
2490
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
2320
2491
  ]
2321
2492
  }
2322
2493
  ),
2323
- /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
2494
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
2324
2495
  "filter",
2325
2496
  {
2326
2497
  id: "filter6_f_48_113",
@@ -2331,13 +2502,13 @@ React keys must be passed directly to JSX without using spread:
2331
2502
  filterUnits: "userSpaceOnUse",
2332
2503
  colorInterpolationFilters: "sRGB",
2333
2504
  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" })
2505
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
2506
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
2507
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "1.65243" })
2337
2508
  ]
2338
2509
  }
2339
2510
  ),
2340
- /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
2511
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
2341
2512
  "filter",
2342
2513
  {
2343
2514
  id: "filter7_f_48_113",
@@ -2348,13 +2519,13 @@ React keys must be passed directly to JSX without using spread:
2348
2519
  filterUnits: "userSpaceOnUse",
2349
2520
  colorInterpolationFilters: "sRGB",
2350
2521
  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" })
2522
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
2523
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
2524
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
2354
2525
  ]
2355
2526
  }
2356
2527
  ),
2357
- /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
2528
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
2358
2529
  "filter",
2359
2530
  {
2360
2531
  id: "filter8_f_48_113",
@@ -2365,13 +2536,13 @@ React keys must be passed directly to JSX without using spread:
2365
2536
  filterUnits: "userSpaceOnUse",
2366
2537
  colorInterpolationFilters: "sRGB",
2367
2538
  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" })
2539
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
2540
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
2541
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
2371
2542
  ]
2372
2543
  }
2373
2544
  ),
2374
- /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
2545
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
2375
2546
  "radialGradient",
2376
2547
  {
2377
2548
  id: "paint0_radial_48_113",
@@ -2381,20 +2552,20 @@ React keys must be passed directly to JSX without using spread:
2381
2552
  gradientTransform: "matrix(-0.498722 -11.9519 17.9311 -0.717223 9.06911 20.3322)",
2382
2553
  gradientUnits: "userSpaceOnUse",
2383
2554
  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" })
2555
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.141612", stopColor: "#1ABD4D" }),
2556
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.247515", stopColor: "#6EC30D" }),
2557
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.311547", stopColor: "#8AC502" }),
2558
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.366013", stopColor: "#A2C600" }),
2559
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.445673", stopColor: "#C8C903" }),
2560
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.540305", stopColor: "#EBCB03" }),
2561
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.615636", stopColor: "#F7CD07" }),
2562
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.699345", stopColor: "#FDCD04" }),
2563
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.771242", stopColor: "#FDCE05" }),
2564
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.860566", stopColor: "#FFCE0A" })
2394
2565
  ]
2395
2566
  }
2396
2567
  ),
2397
- /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
2568
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
2398
2569
  "radialGradient",
2399
2570
  {
2400
2571
  id: "paint1_radial_48_113",
@@ -2404,12 +2575,12 @@ React keys must be passed directly to JSX without using spread:
2404
2575
  gradientTransform: "matrix(8.46967 -2.03557e-05 -1.19045e-05 10.7093 20.253 6.36819)",
2405
2576
  gradientUnits: "userSpaceOnUse",
2406
2577
  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" })
2578
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.408458", stopColor: "#FB4E5A" }),
2579
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "1", stopColor: "#FF4540" })
2409
2580
  ]
2410
2581
  }
2411
2582
  ),
2412
- /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
2583
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
2413
2584
  "radialGradient",
2414
2585
  {
2415
2586
  id: "paint2_radial_48_113",
@@ -2419,18 +2590,18 @@ React keys must be passed directly to JSX without using spread:
2419
2590
  gradientTransform: "matrix(-11.8666 6.43492 8.91875 15.766 15.6277 -1.68219)",
2420
2591
  gradientUnits: "userSpaceOnUse",
2421
2592
  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" })
2593
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.231273", stopColor: "#FF4541" }),
2594
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.311547", stopColor: "#FF4540" }),
2595
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.457516", stopColor: "#FF4640" }),
2596
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.540305", stopColor: "#FF473F" }),
2597
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.699346", stopColor: "#FF5138" }),
2598
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.771242", stopColor: "#FF5B33" }),
2599
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.860566", stopColor: "#FF6C29" }),
2600
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "1", stopColor: "#FF8C18" })
2430
2601
  ]
2431
2602
  }
2432
2603
  ),
2433
- /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
2604
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
2434
2605
  "radialGradient",
2435
2606
  {
2436
2607
  id: "paint3_radial_48_113",
@@ -2440,19 +2611,19 @@ React keys must be passed directly to JSX without using spread:
2440
2611
  gradientTransform: "matrix(-21.5204 -27.5047 -10.3696 7.77752 12.4702 22.5743)",
2441
2612
  gradientUnits: "userSpaceOnUse",
2442
2613
  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" })
2614
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.131546", stopColor: "#0CBA65" }),
2615
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.209784", stopColor: "#0BB86D" }),
2616
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.297297", stopColor: "#09B479" }),
2617
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.396257", stopColor: "#08AD93" }),
2618
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.477124", stopColor: "#0AA6A9" }),
2619
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.568425", stopColor: "#0D9CC6" }),
2620
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.667385", stopColor: "#1893DD" }),
2621
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.768727", stopColor: "#258BF1" }),
2622
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.858506", stopColor: "#3086FF" })
2452
2623
  ]
2453
2624
  }
2454
2625
  ),
2455
- /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
2626
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
2456
2627
  "radialGradient",
2457
2628
  {
2458
2629
  id: "paint4_radial_48_113",
@@ -2462,18 +2633,18 @@ React keys must be passed directly to JSX without using spread:
2462
2633
  gradientTransform: "matrix(-1.52295 12.8522 18.1501 2.06168 11.2421 2.13475)",
2463
2634
  gradientUnits: "userSpaceOnUse",
2464
2635
  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" })
2636
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.366013", stopColor: "#FF4E3A" }),
2637
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.457516", stopColor: "#FF8A1B" }),
2638
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.540305", stopColor: "#FFA312" }),
2639
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.615636", stopColor: "#FFB60C" }),
2640
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.771242", stopColor: "#FFCD0A" }),
2641
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.860566", stopColor: "#FECF0A" }),
2642
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.915033", stopColor: "#FECF08" }),
2643
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "1", stopColor: "#FDCD01" })
2473
2644
  ]
2474
2645
  }
2475
2646
  ),
2476
- /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
2647
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
2477
2648
  "radialGradient",
2478
2649
  {
2479
2650
  id: "paint5_radial_48_113",
@@ -2483,15 +2654,15 @@ React keys must be passed directly to JSX without using spread:
2483
2654
  gradientTransform: "matrix(-4.40212 4.76677 -13.7322 -12.1566 9.10044 2.00144)",
2484
2655
  gradientUnits: "userSpaceOnUse",
2485
2656
  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" })
2657
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.315904", stopColor: "#FF4C3C" }),
2658
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.603818", stopColor: "#FF692C" }),
2659
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.726837", stopColor: "#FF7825" }),
2660
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.884534", stopColor: "#FF8D1B" }),
2661
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "1", stopColor: "#FF9F13" })
2491
2662
  ]
2492
2663
  }
2493
2664
  ),
2494
- /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
2665
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
2495
2666
  "radialGradient",
2496
2667
  {
2497
2668
  id: "paint6_radial_48_113",
@@ -2501,20 +2672,20 @@ React keys must be passed directly to JSX without using spread:
2501
2672
  gradientTransform: "matrix(-11.8666 -6.43492 8.91876 -15.766 15.6277 25.6232)",
2502
2673
  gradientUnits: "userSpaceOnUse",
2503
2674
  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" })
2675
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.231273", stopColor: "#0FBC5F" }),
2676
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.311547", stopColor: "#0FBC5F" }),
2677
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.366013", stopColor: "#0FBC5E" }),
2678
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.457516", stopColor: "#0FBC5D" }),
2679
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.540305", stopColor: "#12BC58" }),
2680
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.699346", stopColor: "#28BF3C" }),
2681
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.771242", stopColor: "#38C02B" }),
2682
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.860566", stopColor: "#52C218" }),
2683
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.915033", stopColor: "#67C30F" }),
2684
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "1", stopColor: "#86C504" })
2514
2685
  ]
2515
2686
  }
2516
2687
  ),
2517
- /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
2688
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
2518
2689
  "linearGradient",
2519
2690
  {
2520
2691
  id: "paint7_linear_48_113",
@@ -2524,25 +2695,34 @@ React keys must be passed directly to JSX without using spread:
2524
2695
  y2: "21.5116",
2525
2696
  gradientUnits: "userSpaceOnUse",
2526
2697
  children: [
2527
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { stopColor: "#0FBC5C" }),
2528
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "1", stopColor: "#0CBA65" })
2698
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { stopColor: "#0FBC5C" }),
2699
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "1", stopColor: "#0CBA65" })
2529
2700
  ]
2530
2701
  }
2531
2702
  )
2532
2703
  ] })
2533
2704
  ] }), GoogleLogoFilled_default = IconGoogleLogoFilled;
2534
2705
 
2706
+ // src/components/Handtool.tsx
2707
+ var import_jsx_runtime49 = __toESM(require_jsx_runtime()), IconHandtool = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
2708
+ "path",
2709
+ {
2710
+ fill: stroke || color || "currentColor",
2711
+ d: "M9.7308 6.8061L16.4166 2.06993L21.4254 7.25613C24.6886 10.6356 24.8725 16.053 21.8475 19.6623C19.5421 22.413 15.8757 23.4769 12.5263 22.3658L11.3744 21.9836L4.35807 19.7097L4.10544 17.7491C3.88927 16.0749 5.05999 14.5501 6.68369 14.3911L7.72954 14.2888L0 5.67239L4.31856 1.2L9.7308 6.8061ZM2.95563 5.72837L10.759 14.4255L10.0791 16.2741L6.88433 16.5864C6.46331 16.6275 6.15981 17.0233 6.21586 17.4574L6.28863 18.0237L12.0107 19.8787L12.018 19.8809L13.1761 20.2653C15.7143 21.1072 18.4932 20.302 20.2403 18.2175C22.5326 15.4822 22.3919 11.3772 19.919 8.81619L16.1598 4.92196L9.47506 9.65921L4.31752 4.31797L2.95563 5.72837Z"
2712
+ }
2713
+ ) }), Handtool_default = IconHandtool;
2714
+
2535
2715
  // 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)(
2716
+ var import_jsx_runtime50 = __toESM(require_jsx_runtime()), IconHelp = ({ 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: [
2717
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 16.5V18.75H10.875V16.5H13.125Z" }),
2718
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
2539
2719
  "path",
2540
2720
  {
2541
2721
  fill: stroke || color || "currentColor",
2542
2722
  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
2723
  }
2544
2724
  ),
2545
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
2725
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
2546
2726
  "path",
2547
2727
  {
2548
2728
  fill: stroke || color || "currentColor",
@@ -2554,7 +2734,7 @@ React keys must be passed directly to JSX without using spread:
2554
2734
  ] }), Help_default = IconHelp;
2555
2735
 
2556
2736
  // 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)(
2737
+ var import_jsx_runtime51 = __toESM(require_jsx_runtime()), IconHomepageFilled = ({ 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)(
2558
2738
  "path",
2559
2739
  {
2560
2740
  fill: fill || color || "currentColor",
@@ -2565,15 +2745,15 @@ React keys must be passed directly to JSX without using spread:
2565
2745
  ) }), HomepageFilled_default = IconHomepageFilled;
2566
2746
 
2567
2747
  // 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)(
2748
+ var import_jsx_runtime52 = __toESM(require_jsx_runtime()), IconImageGeneration = ({ 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: [
2749
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
2570
2750
  "path",
2571
2751
  {
2572
2752
  fill: stroke || color || "currentColor",
2573
2753
  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
2754
  }
2575
2755
  ),
2576
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
2756
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
2577
2757
  "path",
2578
2758
  {
2579
2759
  fill: stroke || color || "currentColor",
@@ -2582,8 +2762,54 @@ React keys must be passed directly to JSX without using spread:
2582
2762
  )
2583
2763
  ] }), ImageGeneration_default = IconImageGeneration;
2584
2764
 
2765
+ // src/components/ImageLoadFailedFilled.tsx
2766
+ var import_jsx_runtime53 = __toESM(require_jsx_runtime()), IconImageLoadFailedFilled = ({ 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: [
2767
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
2768
+ "path",
2769
+ {
2770
+ fill: fill || color || "currentColor",
2771
+ 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",
2772
+ fillRule: "evenodd",
2773
+ clipRule: "evenodd"
2774
+ }
2775
+ ),
2776
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
2777
+ "path",
2778
+ {
2779
+ fill: fill || color || "currentColor",
2780
+ d: "M22.5 22.5H12L12.9541 19.5H19.5V9L14.7998 13.6992L15.5 11.5L14 6L16.75 1.5H22.5V22.5Z"
2781
+ }
2782
+ )
2783
+ ] }), ImageLoadFailedFilled_default = IconImageLoadFailedFilled;
2784
+
2785
+ // src/components/Info.tsx
2786
+ var import_jsx_runtime54 = __toESM(require_jsx_runtime()), IconInfo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2787
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 5.25V7.5H10.875V5.25H13.125Z" }),
2788
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("path", { fill: stroke || color || "currentColor", d: "M9 12H10.875V18.75H15V16.5H13.125V9.75H9V12Z" }),
2789
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
2790
+ "path",
2791
+ {
2792
+ fill: stroke || color || "currentColor",
2793
+ 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",
2794
+ fillRule: "evenodd",
2795
+ clipRule: "evenodd"
2796
+ }
2797
+ )
2798
+ ] }), Info_default = IconInfo;
2799
+
2800
+ // src/components/Invitecode.tsx
2801
+ var import_jsx_runtime55 = __toESM(require_jsx_runtime()), IconInvitecode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
2802
+ "path",
2803
+ {
2804
+ fill: fill || color || "currentColor",
2805
+ d: "M24 3H0V9C1.65685 9 3 10.3431 3 12C3 13.6569 1.65685 15 0 15V21H24V15C22.3431 15 21 13.6569 21 12C21 10.3431 22.3431 9 24 9V3ZM12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z",
2806
+ fillRule: "evenodd",
2807
+ clipRule: "evenodd"
2808
+ }
2809
+ ) }), Invitecode_default = IconInvitecode;
2810
+
2585
2811
  // 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)(
2812
+ var import_jsx_runtime56 = __toESM(require_jsx_runtime()), IconLoading = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(
2587
2813
  "svg",
2588
2814
  {
2589
2815
  fill: "none",
@@ -2593,10 +2819,10 @@ React keys must be passed directly to JSX without using spread:
2593
2819
  height: height || size,
2594
2820
  xmlnsXlink: "http://www.w3.org/1999/xlink",
2595
2821
  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)(
2822
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("rect", { width: "24", height: "24", fill: "url(#pattern0_78_19)" }),
2823
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("defs", { children: [
2824
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("pattern", { id: "pattern0_78_19", width: "1", height: "1", patternContentUnits: "objectBoundingBox", children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("use", { transform: "scale(0.005)", xlinkHref: "#image0_78_19" }) }),
2825
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
2600
2826
  "image",
2601
2827
  {
2602
2828
  id: "image0_78_19",
@@ -2612,15 +2838,15 @@ React keys must be passed directly to JSX without using spread:
2612
2838
  ), Loading_default = IconLoading;
2613
2839
 
2614
2840
  // 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)(
2841
+ var import_jsx_runtime57 = __toESM(require_jsx_runtime()), IconLogin = ({ 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: [
2842
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
2617
2843
  "path",
2618
2844
  {
2619
2845
  fill: stroke || color || "currentColor",
2620
2846
  d: "M24 1.5L13.5 1.5V3.75H21.75V20.25H13.5V22.5H24V1.5Z"
2621
2847
  }
2622
2848
  ),
2623
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
2849
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
2624
2850
  "path",
2625
2851
  {
2626
2852
  fill: stroke || color || "currentColor",
@@ -2632,8 +2858,8 @@ React keys must be passed directly to JSX without using spread:
2632
2858
  ] }), Login_default = IconLogin;
2633
2859
 
2634
2860
  // 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)(
2861
+ var import_jsx_runtime58 = __toESM(require_jsx_runtime()), IconLogout = ({ 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: [
2862
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
2637
2863
  "path",
2638
2864
  {
2639
2865
  fill: stroke || color || "currentColor",
@@ -2642,7 +2868,7 @@ React keys must be passed directly to JSX without using spread:
2642
2868
  clipRule: "evenodd"
2643
2869
  }
2644
2870
  ),
2645
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
2871
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
2646
2872
  "path",
2647
2873
  {
2648
2874
  fill: stroke || color || "currentColor",
@@ -2652,7 +2878,7 @@ React keys must be passed directly to JSX without using spread:
2652
2878
  ] }), Logout_default = IconLogout;
2653
2879
 
2654
2880
  // 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)(
2881
+ var import_jsx_runtime59 = __toESM(require_jsx_runtime()), IconModelGeminiFilled = ({ 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)(
2656
2882
  "path",
2657
2883
  {
2658
2884
  fill: fill || color || "currentColor",
@@ -2661,8 +2887,8 @@ React keys must be passed directly to JSX without using spread:
2661
2887
  ) }), ModelGeminiFilled_default = IconModelGeminiFilled;
2662
2888
 
2663
2889
  // 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)(
2890
+ var import_jsx_runtime60 = __toESM(require_jsx_runtime()), IconModelDeepmindFilled = ({ 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: [
2891
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("g", { clipPath: "url(#clip0_40_67)", children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
2666
2892
  "path",
2667
2893
  {
2668
2894
  fill: fill || color || "currentColor",
@@ -2671,11 +2897,11 @@ React keys must be passed directly to JSX without using spread:
2671
2897
  clipRule: "evenodd"
2672
2898
  }
2673
2899
  ) }),
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)" }) }) })
2900
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("clipPath", { id: "clip0_40_67", children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("rect", { width: "20", height: "20", fill: stroke || color || "currentColor", transform: "translate(2 2)" }) }) })
2675
2901
  ] }), ModelDeepmindFilled_default = IconModelDeepmindFilled;
2676
2902
 
2677
2903
  // 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)(
2904
+ var import_jsx_runtime61 = __toESM(require_jsx_runtime()), IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("svg", { fill: "none", viewBox: "0 0 25 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
2679
2905
  "path",
2680
2906
  {
2681
2907
  fill: fill || color || "currentColor",
@@ -2684,7 +2910,7 @@ React keys must be passed directly to JSX without using spread:
2684
2910
  ) }), ModelSoraFilled_default = IconModelSoraFilled;
2685
2911
 
2686
2912
  // src/components/ModelNanobananaLogoNomoFilled.tsx
2687
- var import_jsx_runtime46 = __toESM(require_jsx_runtime()), IconModelNanobananaLogoNomoFilled = ({
2913
+ var import_jsx_runtime62 = __toESM(require_jsx_runtime()), IconModelNanobananaLogoNomoFilled = ({
2688
2914
  size,
2689
2915
  width,
2690
2916
  height,
@@ -2692,64 +2918,64 @@ React keys must be passed directly to JSX without using spread:
2692
2918
  className,
2693
2919
  fill,
2694
2920
  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)(
2921
+ }) => /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2922
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
2697
2923
  "path",
2698
2924
  {
2699
2925
  fill: "#5A5C62",
2700
2926
  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
2927
  }
2702
2928
  ),
2703
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2929
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
2704
2930
  "path",
2705
2931
  {
2706
2932
  fill: "#D5D6D7",
2707
2933
  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
2934
  }
2709
2935
  ),
2710
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2936
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
2711
2937
  "path",
2712
2938
  {
2713
2939
  fill: "#C4C5C7",
2714
2940
  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
2941
  }
2716
2942
  ),
2717
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2943
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
2718
2944
  "path",
2719
2945
  {
2720
2946
  fill: "#7B7C81",
2721
2947
  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
2948
  }
2723
2949
  ),
2724
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2950
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
2725
2951
  "path",
2726
2952
  {
2727
2953
  fill: "#85878B",
2728
2954
  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
2955
  }
2730
2956
  ),
2731
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2957
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
2732
2958
  "path",
2733
2959
  {
2734
2960
  fill: "#1B1D24",
2735
2961
  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
2962
  }
2737
2963
  ),
2738
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2964
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
2739
2965
  "path",
2740
2966
  {
2741
2967
  fill: "#D5D6D7",
2742
2968
  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
2969
  }
2744
2970
  ),
2745
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2971
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
2746
2972
  "path",
2747
2973
  {
2748
2974
  fill: "#85878B",
2749
2975
  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
2976
  }
2751
2977
  ),
2752
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2978
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
2753
2979
  "path",
2754
2980
  {
2755
2981
  fill: "#D5D6D7",
@@ -2759,7 +2985,7 @@ React keys must be passed directly to JSX without using spread:
2759
2985
  ] }), ModelNanobananaLogoNomoFilled_default = IconModelNanobananaLogoNomoFilled;
2760
2986
 
2761
2987
  // 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)(
2988
+ var import_jsx_runtime63 = __toESM(require_jsx_runtime()), IconModels = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
2763
2989
  "path",
2764
2990
  {
2765
2991
  fill: stroke || color || "currentColor",
@@ -2770,22 +2996,22 @@ React keys must be passed directly to JSX without using spread:
2770
2996
  ) }), Models_default = IconModels;
2771
2997
 
2772
2998
  // 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)(
2999
+ var import_jsx_runtime64 = __toESM(require_jsx_runtime()), IconMore = ({ 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: [
3000
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
2775
3001
  "path",
2776
3002
  {
2777
3003
  fill: stroke || color || "currentColor",
2778
3004
  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
3005
  }
2780
3006
  ),
2781
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
3007
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
2782
3008
  "path",
2783
3009
  {
2784
3010
  fill: stroke || color || "currentColor",
2785
3011
  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
3012
  }
2787
3013
  ),
2788
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
3014
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
2789
3015
  "path",
2790
3016
  {
2791
3017
  fill: stroke || color || "currentColor",
@@ -2795,29 +3021,29 @@ React keys must be passed directly to JSX without using spread:
2795
3021
  ] }), More_default = IconMore;
2796
3022
 
2797
3023
  // 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)(
3024
+ var import_jsx_runtime65 = __toESM(require_jsx_runtime()), IconMoresettings = ({ 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: [
3025
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2800
3026
  "path",
2801
3027
  {
2802
3028
  fill: stroke || color || "currentColor",
2803
3029
  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
3030
  }
2805
3031
  ),
2806
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
3032
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2807
3033
  "path",
2808
3034
  {
2809
3035
  fill: stroke || color || "currentColor",
2810
3036
  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
3037
  }
2812
3038
  ),
2813
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
3039
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2814
3040
  "path",
2815
3041
  {
2816
3042
  fill: stroke || color || "currentColor",
2817
3043
  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
3044
  }
2819
3045
  ),
2820
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
3046
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2821
3047
  "path",
2822
3048
  {
2823
3049
  fill: stroke || color || "currentColor",
@@ -2828,9 +3054,20 @@ React keys must be passed directly to JSX without using spread:
2828
3054
  )
2829
3055
  ] }), Moresettings_default = IconMoresettings;
2830
3056
 
3057
+ // src/components/Musicassets.tsx
3058
+ var import_jsx_runtime66 = __toESM(require_jsx_runtime()), IconMusicassets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
3059
+ "path",
3060
+ {
3061
+ fill: stroke || color || "currentColor",
3062
+ 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",
3063
+ fillRule: "evenodd",
3064
+ clipRule: "evenodd"
3065
+ }
3066
+ ) }), Musicassets_default = IconMusicassets;
3067
+
2831
3068
  // 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)(
3069
+ var import_jsx_runtime67 = __toESM(require_jsx_runtime()), IconMute = ({ 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: [
3070
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
2834
3071
  "path",
2835
3072
  {
2836
3073
  fill: stroke || color || "currentColor",
@@ -2839,7 +3076,7 @@ React keys must be passed directly to JSX without using spread:
2839
3076
  clipRule: "evenodd"
2840
3077
  }
2841
3078
  ),
2842
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
3079
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
2843
3080
  "path",
2844
3081
  {
2845
3082
  fill: stroke || color || "currentColor",
@@ -2848,8 +3085,71 @@ React keys must be passed directly to JSX without using spread:
2848
3085
  )
2849
3086
  ] }), Mute_default = IconMute;
2850
3087
 
3088
+ // src/components/Nextscene.tsx
3089
+ var import_jsx_runtime68 = __toESM(require_jsx_runtime()), IconNextscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3090
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
3091
+ "rect",
3092
+ {
3093
+ width: "22.5",
3094
+ height: "22.5",
3095
+ x: "-0.75",
3096
+ y: "0.75",
3097
+ stroke: stroke || color || "currentColor",
3098
+ rx: "11.25",
3099
+ transform: "matrix(-1 0 0 1 22.5 0)",
3100
+ strokeWidth: "1.5"
3101
+ }
3102
+ ),
3103
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
3104
+ "path",
3105
+ {
3106
+ fill: stroke || color || "currentColor",
3107
+ d: "M14.6742 12L9.2045 6.53033L10.2652 5.46967L16.7955 12L10.2652 18.5303L9.2045 17.4697L14.6742 12Z"
3108
+ }
3109
+ )
3110
+ ] }), Nextscene_default = IconNextscene;
3111
+
3112
+ // src/components/Oneclickgenerate.tsx
3113
+ var import_jsx_runtime69 = __toESM(require_jsx_runtime()), IconOneclickgenerate = ({ 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: [
3114
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("path", { fill: stroke || color || "currentColor", d: "M12 4.5V0H9.75V4.5H12Z" }),
3115
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("path", { fill: stroke || color || "currentColor", d: "M4.5 9.75H0V12H4.5V9.75Z" }),
3116
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
3117
+ "path",
3118
+ {
3119
+ fill: stroke || color || "currentColor",
3120
+ d: "M5.2045 6.7955L1.4545 3.0455L3.0455 1.4545L6.7955 5.2045L5.2045 6.7955Z"
3121
+ }
3122
+ ),
3123
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
3124
+ "path",
3125
+ {
3126
+ fill: stroke || color || "currentColor",
3127
+ 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",
3128
+ fillRule: "evenodd",
3129
+ clipRule: "evenodd"
3130
+ }
3131
+ )
3132
+ ] }), Oneclickgenerate_default = IconOneclickgenerate;
3133
+
3134
+ // src/components/Opendemo.tsx
3135
+ var import_jsx_runtime70 = __toESM(require_jsx_runtime()), IconOpendemo = ({ 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: [
3136
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
3137
+ "path",
3138
+ {
3139
+ fill: stroke || color || "currentColor",
3140
+ 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",
3141
+ fillRule: "evenodd",
3142
+ clipRule: "evenodd"
3143
+ }
3144
+ ),
3145
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
3146
+ ] }), Opendemo_default = IconOpendemo;
3147
+
3148
+ // src/components/PageError.tsx
3149
+ var import_jsx_runtime71 = __toESM(require_jsx_runtime()), IconPageError = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("path", { fill: stroke || color || "currentColor", d: "M22.5 13.125H1.5V10.875H22.5V13.125Z" }) }), PageError_default = IconPageError;
3150
+
2851
3151
  // 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)(
3152
+ var import_jsx_runtime72 = __toESM(require_jsx_runtime()), IconPencil = ({ 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)(
2853
3153
  "path",
2854
3154
  {
2855
3155
  fill: stroke || color || "currentColor",
@@ -2859,23 +3159,68 @@ React keys must be passed directly to JSX without using spread:
2859
3159
  }
2860
3160
  ) }), Pencil_default = IconPencil;
2861
3161
 
3162
+ // src/components/Pick.tsx
3163
+ var import_jsx_runtime73 = __toESM(require_jsx_runtime()), IconPick = ({ 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)(
3164
+ "path",
3165
+ {
3166
+ fill: stroke || color || "currentColor",
3167
+ d: "M18 24H21V0H3V24H6L12 18L18 24ZM5.25 21.568L12 14.818L18.75 21.568V2.25H5.25V21.568Z",
3168
+ fillRule: "evenodd",
3169
+ clipRule: "evenodd"
3170
+ }
3171
+ ) }), Pick_default = IconPick;
3172
+
2862
3173
  // 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)(
3174
+ var import_jsx_runtime74 = __toESM(require_jsx_runtime()), IconPlanFilled = ({ 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: [
3175
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("g", { clipPath: "url(#clip0_2_30)", children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
2865
3176
  "path",
2866
3177
  {
2867
3178
  fill: fill || color || "currentColor",
2868
3179
  d: "M13.5 10.5L15 0H12L3 10.5V13.5H10.5L9 24H12L21 13.5L21 10.5H13.5Z"
2869
3180
  }
2870
3181
  ) }),
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" }) }) })
3182
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("clipPath", { id: "clip0_2_30", children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
2872
3183
  ] }), PlanFilled_default = IconPlanFilled;
2873
3184
 
3185
+ // src/components/Previouscene.tsx
3186
+ var import_jsx_runtime75 = __toESM(require_jsx_runtime()), IconPreviouscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3187
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
3188
+ "rect",
3189
+ {
3190
+ width: "22.5",
3191
+ height: "22.5",
3192
+ x: "0.75",
3193
+ y: "0.75",
3194
+ stroke: stroke || color || "currentColor",
3195
+ rx: "11.25",
3196
+ strokeWidth: "1.5"
3197
+ }
3198
+ ),
3199
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
3200
+ "path",
3201
+ {
3202
+ fill: stroke || color || "currentColor",
3203
+ d: "M9.32582 12L14.7955 6.53033L13.7348 5.46967L7.2045 12L13.7348 18.5303L14.7955 17.4697L9.32582 12Z"
3204
+ }
3205
+ )
3206
+ ] }), Previouscene_default = IconPreviouscene;
3207
+
3208
+ // src/components/ProblemNoticeFilled.tsx
3209
+ var import_jsx_runtime76 = __toESM(require_jsx_runtime()), IconProblemNoticeFilled = ({ 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)(
3210
+ "path",
3211
+ {
3212
+ fill: fill || color || "currentColor",
3213
+ d: "M24 22.5H0V18L10.5 0H13.5L24 18V22.5ZM10.5 6H13.5V13.5H10.5V6ZM10.5 16.5H13.5V19.5H10.5V16.5Z",
3214
+ fillRule: "evenodd",
3215
+ clipRule: "evenodd"
3216
+ }
3217
+ ) }), ProblemNoticeFilled_default = IconProblemNoticeFilled;
3218
+
2874
3219
  // 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)(
3220
+ var import_jsx_runtime77 = __toESM(require_jsx_runtime()), IconProblem = ({ 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: [
3221
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 13.5V6H10.875V13.5H13.125Z" }),
3222
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 18V15.75H10.875V18H13.125Z" }),
3223
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
2879
3224
  "path",
2880
3225
  {
2881
3226
  fill: stroke || color || "currentColor",
@@ -2887,7 +3232,7 @@ React keys must be passed directly to JSX without using spread:
2887
3232
  ] }), Problem_default = IconProblem;
2888
3233
 
2889
3234
  // 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)(
3235
+ var import_jsx_runtime78 = __toESM(require_jsx_runtime()), IconRatio169 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
2891
3236
  "path",
2892
3237
  {
2893
3238
  fill: stroke || color || "currentColor",
@@ -2896,15 +3241,15 @@ React keys must be passed directly to JSX without using spread:
2896
3241
  ) }), Ratio169_default = IconRatio169;
2897
3242
 
2898
3243
  // 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)(
3244
+ var import_jsx_runtime79 = __toESM(require_jsx_runtime()), IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3245
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("g", { clipPath: "url(#clip0_13_501)", children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
2901
3246
  "path",
2902
3247
  {
2903
3248
  fill: stroke || color || "currentColor",
2904
3249
  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
3250
  }
2906
3251
  ) }),
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)(
3252
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("clipPath", { id: "clip0_13_501", children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
2908
3253
  "rect",
2909
3254
  {
2910
3255
  width: "24",
@@ -2916,15 +3261,15 @@ React keys must be passed directly to JSX without using spread:
2916
3261
  ] }), Ratio11_default = IconRatio11;
2917
3262
 
2918
3263
  // 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)(
3264
+ var import_jsx_runtime80 = __toESM(require_jsx_runtime()), IconRatio916 = ({ 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: [
3265
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("g", { clipPath: "url(#clip0_13_499)", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
2921
3266
  "path",
2922
3267
  {
2923
3268
  fill: stroke || color || "currentColor",
2924
3269
  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
3270
  }
2926
3271
  ) }),
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)(
3272
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("clipPath", { id: "clip0_13_499", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
2928
3273
  "rect",
2929
3274
  {
2930
3275
  width: "24",
@@ -2936,15 +3281,15 @@ React keys must be passed directly to JSX without using spread:
2936
3281
  ] }), Ratio916_default = IconRatio916;
2937
3282
 
2938
3283
  // 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)(
3284
+ var import_jsx_runtime81 = __toESM(require_jsx_runtime()), IconRatio = ({ 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: [
3285
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
2941
3286
  "path",
2942
3287
  {
2943
3288
  fill: stroke || color || "currentColor",
2944
3289
  d: "M3 0V3L0 3V5.25L18.75 5.25V24H21V21H24V18.75H21L21 3L5.25 3V0H3Z"
2945
3290
  }
2946
3291
  ),
2947
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
3292
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
2948
3293
  "path",
2949
3294
  {
2950
3295
  fill: stroke || color || "currentColor",
@@ -2954,7 +3299,7 @@ React keys must be passed directly to JSX without using spread:
2954
3299
  ] }), Ratio_default = IconRatio;
2955
3300
 
2956
3301
  // 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)(
3302
+ var import_jsx_runtime82 = __toESM(require_jsx_runtime()), IconReEdit = ({ 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)(
2958
3303
  "path",
2959
3304
  {
2960
3305
  fill: stroke || color || "currentColor",
@@ -2965,7 +3310,7 @@ React keys must be passed directly to JSX without using spread:
2965
3310
  ) }), ReEdit_default = IconReEdit;
2966
3311
 
2967
3312
  // 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)(
3313
+ var import_jsx_runtime83 = __toESM(require_jsx_runtime()), IconRegenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
2969
3314
  "path",
2970
3315
  {
2971
3316
  fill: stroke || color || "currentColor",
@@ -2975,8 +3320,20 @@ React keys must be passed directly to JSX without using spread:
2975
3320
  }
2976
3321
  ) }), Regenerate_default = IconRegenerate;
2977
3322
 
3323
+ // src/components/Scriptmode.tsx
3324
+ var import_jsx_runtime84 = __toESM(require_jsx_runtime()), IconScriptmode = ({ 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: [
3325
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H3.75V1.5H1.5V3.75Z" }),
3326
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 10.125H3.75V7.875H1.5V10.125Z" }),
3327
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H3.75V13.875H1.5V16.125Z" }),
3328
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H3.75V20.25H1.5V22.5Z" }),
3329
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 3.75H22.5V1.5H7.5V3.75Z" }),
3330
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 10.125H22.5V7.875H7.5V10.125Z" }),
3331
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 16.125H22.5V13.875H7.5V16.125Z" }),
3332
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 22.5H22.5V20.25H7.5V22.5Z" })
3333
+ ] }), Scriptmode_default = IconScriptmode;
3334
+
2978
3335
  // 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)(
3336
+ var import_jsx_runtime85 = __toESM(require_jsx_runtime()), IconSocialX = ({ 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)(
2980
3337
  "path",
2981
3338
  {
2982
3339
  fill: fill || color || "currentColor",
@@ -2985,7 +3342,7 @@ React keys must be passed directly to JSX without using spread:
2985
3342
  ) }), SocialX_default = IconSocialX;
2986
3343
 
2987
3344
  // 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)(
3345
+ var import_jsx_runtime86 = __toESM(require_jsx_runtime()), IconSocialDiscord = ({ 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)(
2989
3346
  "path",
2990
3347
  {
2991
3348
  fill: fill || color || "currentColor",
@@ -2994,8 +3351,8 @@ React keys must be passed directly to JSX without using spread:
2994
3351
  ) }), SocialDiscord_default = IconSocialDiscord;
2995
3352
 
2996
3353
  // 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)(
3354
+ var import_jsx_runtime87 = __toESM(require_jsx_runtime()), IconSoundOff = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3355
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
2999
3356
  "path",
3000
3357
  {
3001
3358
  fill: stroke || color || "currentColor",
@@ -3004,7 +3361,7 @@ React keys must be passed directly to JSX without using spread:
3004
3361
  clipRule: "evenodd"
3005
3362
  }
3006
3363
  ),
3007
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
3364
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
3008
3365
  "path",
3009
3366
  {
3010
3367
  fill: stroke || color || "currentColor",
@@ -3014,8 +3371,8 @@ React keys must be passed directly to JSX without using spread:
3014
3371
  ] }), SoundOff_default = IconSoundOff;
3015
3372
 
3016
3373
  // 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)(
3374
+ var import_jsx_runtime88 = __toESM(require_jsx_runtime()), IconSoundOn = ({ 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: [
3375
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
3019
3376
  "path",
3020
3377
  {
3021
3378
  fill: stroke || color || "currentColor",
@@ -3024,14 +3381,14 @@ React keys must be passed directly to JSX without using spread:
3024
3381
  clipRule: "evenodd"
3025
3382
  }
3026
3383
  ),
3027
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
3384
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
3028
3385
  "path",
3029
3386
  {
3030
3387
  fill: stroke || color || "currentColor",
3031
3388
  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
3389
  }
3033
3390
  ),
3034
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
3391
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
3035
3392
  "path",
3036
3393
  {
3037
3394
  fill: stroke || color || "currentColor",
@@ -3040,25 +3397,36 @@ React keys must be passed directly to JSX without using spread:
3040
3397
  )
3041
3398
  ] }), SoundOn_default = IconSoundOn;
3042
3399
 
3400
+ // src/components/Storyboard.tsx
3401
+ var import_jsx_runtime89 = __toESM(require_jsx_runtime()), IconStoryboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
3402
+ "path",
3403
+ {
3404
+ fill: stroke || color || "currentColor",
3405
+ 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",
3406
+ fillRule: "evenodd",
3407
+ clipRule: "evenodd"
3408
+ }
3409
+ ) }), Storyboard_default = IconStoryboard;
3410
+
3043
3411
  // 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)(
3412
+ var import_jsx_runtime90 = __toESM(require_jsx_runtime()), IconStyleAutoFilled = ({ 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: [
3413
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
3046
3414
  "path",
3047
3415
  {
3048
3416
  fill: fill || color || "currentColor",
3049
3417
  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
3418
  }
3051
3419
  ),
3052
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
3420
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
3053
3421
  "path",
3054
3422
  {
3055
3423
  fill: fill || color || "currentColor",
3056
3424
  d: "M0 16.5V15L6 13.5L7.5 7.5H9L10.5 13.5L16.5 15V16.5L10.5 18L9 24H7.5L6 18L0 16.5Z"
3057
3425
  }
3058
3426
  ),
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)(
3427
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("path", { fill: fill || color || "currentColor", d: "M1.5 3L3.75 0.75L6 3L3.75 5.25L1.5 3Z" }),
3428
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("path", { fill: fill || color || "currentColor", d: "M22.5 21L19.5 18L16.5 21L19.5 24L22.5 21Z" }),
3429
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
3062
3430
  "path",
3063
3431
  {
3064
3432
  fill: fill || color || "currentColor",
@@ -3068,43 +3436,43 @@ React keys must be passed directly to JSX without using spread:
3068
3436
  ] }), StyleAutoFilled_default = IconStyleAutoFilled;
3069
3437
 
3070
3438
  // 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)(
3439
+ var import_jsx_runtime91 = __toESM(require_jsx_runtime()), IconStyle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3440
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
3073
3441
  "path",
3074
3442
  {
3075
3443
  fill: stroke || color || "currentColor",
3076
3444
  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
3445
  }
3078
3446
  ),
3079
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
3447
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
3080
3448
  "path",
3081
3449
  {
3082
3450
  fill: stroke || color || "currentColor",
3083
3451
  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
3452
  }
3085
3453
  ),
3086
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
3454
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
3087
3455
  "path",
3088
3456
  {
3089
3457
  fill: stroke || color || "currentColor",
3090
3458
  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
3459
  }
3092
3460
  ),
3093
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
3461
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
3094
3462
  "path",
3095
3463
  {
3096
3464
  fill: stroke || color || "currentColor",
3097
3465
  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
3466
  }
3099
3467
  ),
3100
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
3468
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
3101
3469
  "path",
3102
3470
  {
3103
3471
  fill: stroke || color || "currentColor",
3104
3472
  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
3473
  }
3106
3474
  ),
3107
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
3475
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
3108
3476
  "path",
3109
3477
  {
3110
3478
  fill: stroke || color || "currentColor",
@@ -3115,73 +3483,93 @@ React keys must be passed directly to JSX without using spread:
3115
3483
  )
3116
3484
  ] }), Style_default = IconStyle;
3117
3485
 
3486
+ // src/components/SwitchOnFilled.tsx
3487
+ var import_jsx_runtime92 = __toESM(require_jsx_runtime()), IconSwitchOnFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
3488
+ "path",
3489
+ {
3490
+ fill: fill || color || "currentColor",
3491
+ 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",
3492
+ fillRule: "evenodd",
3493
+ clipRule: "evenodd"
3494
+ }
3495
+ ) }), SwitchOnFilled_default = IconSwitchOnFilled;
3496
+
3497
+ // src/components/Target.tsx
3498
+ var import_jsx_runtime93 = __toESM(require_jsx_runtime()), IconTarget = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3499
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
3500
+ "path",
3501
+ {
3502
+ fill: stroke || color || "currentColor",
3503
+ d: "M12 13.5C12.8284 13.5 13.5 12.8284 13.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.5Z"
3504
+ }
3505
+ ),
3506
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
3507
+ "path",
3508
+ {
3509
+ fill: stroke || color || "currentColor",
3510
+ d: "M13.125 0V2.3142C17.6107 2.82957 21.1704 6.38926 21.6858 10.875H24V13.125H21.6858C21.1704 17.6107 17.6107 21.1704 13.125 21.6858V24H10.875V21.6858C6.38926 21.1704 2.82957 17.6107 2.3142 13.125H0V10.875H2.3142C2.82957 6.38926 6.38926 2.82957 10.875 2.3142V0H13.125ZM10.875 7.5V4.58381C7.63352 5.07141 5.07141 7.63352 4.58381 10.875H7.5V13.125H4.58381C5.07141 16.3665 7.63352 18.9286 10.875 19.4162V16.5H13.125V19.4162C16.3665 18.9286 18.9286 16.3665 19.4162 13.125H16.5V10.875H19.4162C18.9286 7.63352 16.3665 5.07141 13.125 4.58381V7.5H10.875Z",
3511
+ fillRule: "evenodd",
3512
+ clipRule: "evenodd"
3513
+ }
3514
+ )
3515
+ ] }), Target_default = IconTarget;
3516
+
3118
3517
  // 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" }) }) })
3518
+ var import_jsx_runtime94 = __toESM(require_jsx_runtime()), IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)("svg", { fill: "none", viewBox: "0 0 124 40", className, width: width || size, height: height || size, children: [
3519
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
3520
+ "path",
3521
+ {
3522
+ fill: fill || color || "currentColor",
3523
+ 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"
3524
+ }
3525
+ ),
3526
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
3527
+ "path",
3528
+ {
3529
+ fill: fill || color || "currentColor",
3530
+ 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"
3531
+ }
3532
+ ),
3533
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
3534
+ "path",
3535
+ {
3536
+ fill: fill || color || "currentColor",
3537
+ 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"
3538
+ }
3539
+ ),
3540
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
3541
+ "path",
3542
+ {
3543
+ fill: fill || color || "currentColor",
3544
+ 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"
3545
+ }
3546
+ ),
3547
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
3548
+ "path",
3549
+ {
3550
+ fill: fill || color || "currentColor",
3551
+ 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"
3552
+ }
3553
+ ),
3554
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
3555
+ "path",
3556
+ {
3557
+ fill: fill || color || "currentColor",
3558
+ 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"
3559
+ }
3560
+ )
3173
3561
  ] }), TextLogo_default = IconTextLogo;
3174
3562
 
3175
3563
  // 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)(
3564
+ var import_jsx_runtime95 = __toESM(require_jsx_runtime()), IconToolsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3565
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
3178
3566
  "path",
3179
3567
  {
3180
3568
  fill: fill || color || "currentColor",
3181
3569
  d: "M24 12L19.5 16.5L15 15L9 9L7.5 4.5L12 0L16.5 1.5L22.5 7.5L24 12Z"
3182
3570
  }
3183
3571
  ),
3184
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
3572
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
3185
3573
  "path",
3186
3574
  {
3187
3575
  fill: fill || color || "currentColor",
@@ -3191,7 +3579,7 @@ React keys must be passed directly to JSX without using spread:
3191
3579
  ] }), ToolsFilled_default = IconToolsFilled;
3192
3580
 
3193
3581
  // 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)(
3582
+ var import_jsx_runtime96 = __toESM(require_jsx_runtime()), IconTools = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
3195
3583
  "path",
3196
3584
  {
3197
3585
  stroke: stroke || color || "currentColor",
@@ -3201,7 +3589,7 @@ React keys must be passed directly to JSX without using spread:
3201
3589
  ) }), Tools_default = IconTools;
3202
3590
 
3203
3591
  // 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)(
3592
+ var import_jsx_runtime97 = __toESM(require_jsx_runtime()), IconUploadfiles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
3205
3593
  "path",
3206
3594
  {
3207
3595
  fill: stroke || color || "currentColor",
@@ -3210,7 +3598,7 @@ React keys must be passed directly to JSX without using spread:
3210
3598
  ) }), Uploadfiles_default = IconUploadfiles;
3211
3599
 
3212
3600
  // 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)(
3601
+ var import_jsx_runtime98 = __toESM(require_jsx_runtime()), IconUserfeedback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
3214
3602
  "path",
3215
3603
  {
3216
3604
  fill: stroke || color || "currentColor",
@@ -3221,22 +3609,22 @@ React keys must be passed directly to JSX without using spread:
3221
3609
  ) }), Userfeedback_default = IconUserfeedback;
3222
3610
 
3223
3611
  // 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)(
3612
+ var import_jsx_runtime99 = __toESM(require_jsx_runtime()), IconVideoGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3613
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
3226
3614
  "path",
3227
3615
  {
3228
3616
  fill: stroke || color || "currentColor",
3229
3617
  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
3618
  }
3231
3619
  ),
3232
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
3620
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
3233
3621
  "path",
3234
3622
  {
3235
3623
  fill: stroke || color || "currentColor",
3236
3624
  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
3625
  }
3238
3626
  ),
3239
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
3627
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
3240
3628
  "path",
3241
3629
  {
3242
3630
  fill: stroke || color || "currentColor",
@@ -3248,9 +3636,9 @@ React keys must be passed directly to JSX without using spread:
3248
3636
  ] }), VideoGeneration_default = IconVideoGeneration;
3249
3637
 
3250
3638
  // 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)(
3639
+ var import_jsx_runtime100 = __toESM(require_jsx_runtime()), IconVideoLength = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3640
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("path", { fill: stroke || color || "currentColor", d: "M10.875 9V15H13.125V9H10.875Z" }),
3641
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
3254
3642
  "path",
3255
3643
  {
3256
3644
  fill: stroke || color || "currentColor",
@@ -3261,8 +3649,30 @@ React keys must be passed directly to JSX without using spread:
3261
3649
  )
3262
3650
  ] }), VideoLength_default = IconVideoLength;
3263
3651
 
3652
+ // src/components/Videogenerate.tsx
3653
+ var import_jsx_runtime101 = __toESM(require_jsx_runtime()), IconVideogenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3654
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
3655
+ "path",
3656
+ {
3657
+ fill: stroke || color || "currentColor",
3658
+ d: "M12 7.5H9V16.5H12L16.5 12L12 7.5ZM13.318 12L11.25 14.068V9.93198L13.318 12Z",
3659
+ fillRule: "evenodd",
3660
+ clipRule: "evenodd"
3661
+ }
3662
+ ),
3663
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
3664
+ "path",
3665
+ {
3666
+ fill: stroke || color || "currentColor",
3667
+ d: "M0 3H24V21H0V3ZM2.25 5.25H21.75V18.75H2.25V5.25Z",
3668
+ fillRule: "evenodd",
3669
+ clipRule: "evenodd"
3670
+ }
3671
+ )
3672
+ ] }), Videogenerate_default = IconVideogenerate;
3673
+
3264
3674
  // 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)(
3675
+ var import_jsx_runtime102 = __toESM(require_jsx_runtime()), IconVisualstyles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
3266
3676
  "path",
3267
3677
  {
3268
3678
  fill: stroke || color || "currentColor",
@@ -3273,8 +3683,8 @@ React keys must be passed directly to JSX without using spread:
3273
3683
  ) }), Visualstyles_default = IconVisualstyles;
3274
3684
 
3275
3685
  // 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)(
3686
+ var import_jsx_runtime103 = __toESM(require_jsx_runtime()), IconVolume = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3687
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
3278
3688
  "path",
3279
3689
  {
3280
3690
  fill: stroke || color || "currentColor",
@@ -3283,14 +3693,14 @@ React keys must be passed directly to JSX without using spread:
3283
3693
  clipRule: "evenodd"
3284
3694
  }
3285
3695
  ),
3286
- /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
3696
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
3287
3697
  "path",
3288
3698
  {
3289
3699
  fill: stroke || color || "currentColor",
3290
3700
  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
3701
  }
3292
3702
  ),
3293
- /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
3703
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
3294
3704
  "path",
3295
3705
  {
3296
3706
  fill: stroke || color || "currentColor",