@yoroll/react-icon 0.0.1 → 0.0.2

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.
@@ -1561,684 +1561,969 @@ React keys must be passed directly to JSX without using spread:
1561
1561
  });
1562
1562
 
1563
1563
  // src/components/Add.tsx
1564
- var import_jsx_runtime = __toESM(require_jsx_runtime()), IconAdd = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1565
- "svg",
1564
+ var import_jsx_runtime = __toESM(require_jsx_runtime()), IconAdd = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1565
+ "path",
1566
1566
  {
1567
- width: width || size || 24,
1568
- height: height || size || 24,
1569
- fill: fill || color || "none",
1570
- viewBox: "0 0 24 24",
1571
- className,
1572
- children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1573
- "path",
1574
- {
1575
- fill: stroke || color || "white",
1576
- d: "M13.125 10.875V1.5H10.875V10.875H1.5V13.125H10.875V22.5H13.125V13.125H22.5V10.875H13.125Z"
1577
- }
1578
- )
1567
+ fill: stroke || color || "white",
1568
+ d: "M13.125 10.875V1.5H10.875V10.875H1.5V13.125H10.875V22.5H13.125V13.125H22.5V10.875H13.125Z"
1579
1569
  }
1580
- ), Add_default = IconAdd;
1570
+ ) }), Add_default = IconAdd;
1581
1571
 
1582
1572
  // src/components/AngleDown.tsx
1583
- var import_jsx_runtime2 = __toESM(require_jsx_runtime()), IconAngleDown = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
1584
- "svg",
1573
+ var import_jsx_runtime2 = __toESM(require_jsx_runtime()), IconAngleDown = ({ 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)(
1574
+ "path",
1585
1575
  {
1586
- width: width || size || 24,
1587
- height: height || size || 24,
1588
- fill: fill || color || "none",
1589
- viewBox: "0 0 24 24",
1590
- className,
1591
- children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
1592
- "path",
1593
- {
1594
- fill: stroke || color || "white",
1595
- d: "M12 14.909L3.79553 6.70454L2.20454 8.29554L12 18.091L21.7955 8.29553L20.2045 6.70454L12 14.909Z"
1596
- }
1597
- )
1576
+ fill: stroke || color || "white",
1577
+ d: "M12 14.909L3.79553 6.70454L2.20454 8.29554L12 18.091L21.7955 8.29553L20.2045 6.70454L12 14.909Z"
1598
1578
  }
1599
- ), AngleDown_default = IconAngleDown;
1579
+ ) }), AngleDown_default = IconAngleDown;
1600
1580
 
1601
1581
  // src/components/AssetsFilled.tsx
1602
- var import_jsx_runtime3 = __toESM(require_jsx_runtime()), IconAssetsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)(
1603
- "svg",
1604
- {
1605
- width: width || size || 24,
1606
- height: height || size || 24,
1607
- fill: fill || color || "none",
1608
- viewBox: "0 0 24 24",
1609
- className,
1610
- children: [
1611
- /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("path", { fill: fill || color || "black", d: "M19.5 0H4.5V3H19.5V0Z" }),
1612
- /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("path", { fill: fill || color || "black", d: "M3 6H21V9H3V6Z" }),
1613
- /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("path", { fill: fill || color || "black", d: "M1.5 12H22.5V22.5H1.5V12Z" })
1614
- ]
1615
- }
1616
- ), AssetsFilled_default = IconAssetsFilled;
1582
+ var import_jsx_runtime3 = __toESM(require_jsx_runtime()), IconAssetsFilled = ({ 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: [
1583
+ /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("path", { fill: fill || color || "black", d: "M19.5 0H4.5V3H19.5V0Z" }),
1584
+ /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("path", { fill: fill || color || "black", d: "M3 6H21V9H3V6Z" }),
1585
+ /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("path", { fill: fill || color || "black", d: "M1.5 12H22.5V22.5H1.5V12Z" })
1586
+ ] }), AssetsFilled_default = IconAssetsFilled;
1617
1587
 
1618
1588
  // src/components/Assets.tsx
1619
- var import_jsx_runtime4 = __toESM(require_jsx_runtime()), IconAssets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(
1620
- "svg",
1589
+ var import_jsx_runtime4 = __toESM(require_jsx_runtime()), IconAssets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1590
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { fill: stroke || color || "white", d: "M19.5 0H4.5V2.25H19.5V0Z" }),
1591
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { fill: stroke || color || "white", d: "M3 5.25H21V7.5H3V5.25Z" }),
1592
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1593
+ "path",
1594
+ {
1595
+ fill: stroke || color || "white",
1596
+ d: "M1.5 10.5V22.5H22.5V10.5H1.5ZM20.25 12.75H3.75V20.25H20.25V12.75Z",
1597
+ fillRule: "evenodd",
1598
+ clipRule: "evenodd"
1599
+ }
1600
+ )
1601
+ ] }), Assets_default = IconAssets;
1602
+
1603
+ // src/components/Backward.tsx
1604
+ var import_jsx_runtime5 = __toESM(require_jsx_runtime()), IconBackward = ({ 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)(
1605
+ "path",
1621
1606
  {
1622
- width: width || size || 24,
1623
- height: height || size || 24,
1624
- fill: fill || color || "none",
1625
- viewBox: "0 0 24 24",
1626
- className,
1627
- children: [
1628
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { fill: stroke || color || "white", d: "M19.5 0H4.5V2.25H19.5V0Z" }),
1629
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { fill: stroke || color || "white", d: "M3 5.25H21V7.5H3V5.25Z" }),
1630
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1631
- "path",
1632
- {
1633
- fill: stroke || color || "white",
1634
- d: "M1.5 10.5V22.5H22.5V10.5H1.5ZM20.25 12.75H3.75V20.25H20.25V12.75Z",
1635
- fillRule: "evenodd",
1636
- clipRule: "evenodd"
1637
- }
1638
- )
1639
- ]
1607
+ fill: stroke || color || "white",
1608
+ d: "M9.09098 12L17.2955 3.79553L15.7045 2.20454L5.909 12L15.7045 21.7955L17.2955 20.2045L9.09098 12Z"
1640
1609
  }
1641
- ), Assets_default = IconAssets;
1610
+ ) }), Backward_default = IconBackward;
1642
1611
 
1643
- // src/components/Backward.tsx
1644
- var import_jsx_runtime5 = __toESM(require_jsx_runtime()), IconBackward = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1645
- "svg",
1612
+ // src/components/CheckedFilled.tsx
1613
+ var import_jsx_runtime6 = __toESM(require_jsx_runtime()), IconCheckedFilled = ({ 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)(
1614
+ "path",
1646
1615
  {
1647
- width: width || size || 24,
1648
- height: height || size || 24,
1649
- fill: fill || color || "none",
1650
- viewBox: "0 0 24 24",
1651
- className,
1652
- children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1653
- "path",
1654
- {
1655
- fill: stroke || color || "white",
1656
- d: "M9.09098 12L17.2955 3.79553L15.7045 2.20454L5.909 12L15.7045 21.7955L17.2955 20.2045L9.09098 12Z"
1657
- }
1658
- )
1616
+ fill: fill || color || "black",
1617
+ 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 24ZM19.0607 8.56066L16.9393 6.43934L9.75 13.6287L7.06066 10.9393L4.93934 13.0607L9.75 17.8713L19.0607 8.56066Z",
1618
+ fillRule: "evenodd",
1619
+ clipRule: "evenodd"
1659
1620
  }
1660
- ), Backward_default = IconBackward;
1621
+ ) }), CheckedFilled_default = IconCheckedFilled;
1661
1622
 
1662
1623
  // src/components/Close.tsx
1663
- var import_jsx_runtime6 = __toESM(require_jsx_runtime()), IconClose = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
1664
- "svg",
1624
+ var import_jsx_runtime7 = __toESM(require_jsx_runtime()), IconClose = ({ 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)(
1625
+ "path",
1665
1626
  {
1666
- width: width || size || 24,
1667
- height: height || size || 24,
1668
- fill: fill || color || "none",
1669
- viewBox: "0 0 24 24",
1670
- className,
1671
- children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
1672
- "path",
1673
- {
1674
- fill: stroke || color || "white",
1675
- d: "M10.409 12L3.70454 5.29549L5.29553 3.7045L12 10.409L18.7045 3.7045L20.2955 5.29549L13.591 12L20.2955 18.7045L18.7045 20.2955L12 13.591L5.29553 20.2955L3.70454 18.7045L10.409 12Z"
1676
- }
1677
- )
1627
+ fill: stroke || color || "white",
1628
+ d: "M10.409 12L3.70454 5.29549L5.29553 3.7045L12 10.409L18.7045 3.7045L20.2955 5.29549L13.591 12L20.2955 18.7045L18.7045 20.2955L12 13.591L5.29553 20.2955L3.70454 18.7045L10.409 12Z"
1678
1629
  }
1679
- ), Close_default = IconClose;
1630
+ ) }), Close_default = IconClose;
1680
1631
 
1681
1632
  // src/components/CreditFilled.tsx
1682
- var import_jsx_runtime7 = __toESM(require_jsx_runtime()), IconCreditFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)(
1683
- "svg",
1684
- {
1685
- width: width || size || 24,
1686
- height: height || size || 24,
1687
- fill: fill || color || "none",
1688
- viewBox: "0 0 24 24",
1689
- className,
1690
- children: [
1691
- /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("g", { clipPath: "url(#clip0_2_28)", children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
1692
- "path",
1693
- {
1694
- fill: fill || color || "black",
1695
- d: "M13.5 1.5L15 2.625L13.9138 7.24138L22.5 1.875L24 3L16.4194 18.8503C15.9764 19.7767 15.3791 20.621 14.653 21.3471L14.4505 21.5495C12.8771 23.1229 10.7062 24 8.48532 24C3.88426 24 0.138523 20.3379 0.00378707 15.7695C-0.000777042 15.6162 -0.00124666 15.4614 0.00256649 15.3073C0.055676 13.1329 0.942267 11.0587 2.48348 9.51655L2.61778 9.38225C3.15341 8.84662 3.74792 8.38783 4.38476 8.01089L13.5 1.5ZM8.25 19.5C10.3211 19.5 12 17.8211 12 15.75C12 13.6789 10.3211 12 8.25 12C6.17893 12 4.5 13.6789 4.5 15.75C4.5 17.8211 6.17893 19.5 8.25 19.5Z",
1696
- fillRule: "evenodd",
1697
- clipRule: "evenodd"
1698
- }
1699
- ) }),
1700
- /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("clipPath", { id: "clip0_2_28", children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("rect", { width: width || size || 24, height: height || size || 24, fill: stroke || color || "white" }) }) })
1701
- ]
1702
- }
1703
- ), CreditFilled_default = IconCreditFilled;
1633
+ var import_jsx_runtime8 = __toESM(require_jsx_runtime()), IconCreditFilled = ({ 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: [
1634
+ /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("g", { clipPath: "url(#clip0_2_28)", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
1635
+ "path",
1636
+ {
1637
+ fill: fill || color || "black",
1638
+ d: "M13.5 1.5L15 2.625L13.9138 7.24138L22.5 1.875L24 3L16.4194 18.8503C15.9764 19.7767 15.3791 20.621 14.653 21.3471L14.4505 21.5495C12.8771 23.1229 10.7062 24 8.48532 24C3.88426 24 0.138523 20.3379 0.00378707 15.7695C-0.000777042 15.6162 -0.00124666 15.4614 0.00256649 15.3073C0.055676 13.1329 0.942267 11.0587 2.48348 9.51655L2.61778 9.38225C3.15341 8.84662 3.74792 8.38783 4.38476 8.01089L13.5 1.5ZM8.25 19.5C10.3211 19.5 12 17.8211 12 15.75C12 13.6789 10.3211 12 8.25 12C6.17893 12 4.5 13.6789 4.5 15.75C4.5 17.8211 6.17893 19.5 8.25 19.5Z",
1639
+ fillRule: "evenodd",
1640
+ clipRule: "evenodd"
1641
+ }
1642
+ ) }),
1643
+ /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("clipPath", { id: "clip0_2_28", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "white" }) }) })
1644
+ ] }), CreditFilled_default = IconCreditFilled;
1704
1645
 
1705
1646
  // src/components/Delete.tsx
1706
- var import_jsx_runtime8 = __toESM(require_jsx_runtime()), IconDelete = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)(
1707
- "svg",
1708
- {
1709
- width: width || size || 24,
1710
- height: height || size || 24,
1711
- fill: fill || color || "none",
1712
- viewBox: "0 0 24 24",
1713
- className,
1714
- children: [
1715
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("path", { fill: stroke || color || "white", d: "M13.125 17.25V11.25H10.875V17.25H13.125Z" }),
1716
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
1717
- "path",
1718
- {
1719
- fill: stroke || color || "white",
1720
- d: "M6 0H18V4.5H22.5V6.75H19.5V24H4.5V6.75H1.5V4.5H6V0ZM17.25 6.75V21.75H6.75V6.75H17.25ZM8.25 4.5H15.75V2.25H8.25V4.5Z",
1721
- fillRule: "evenodd",
1722
- clipRule: "evenodd"
1723
- }
1724
- )
1725
- ]
1726
- }
1727
- ), Delete_default = IconDelete;
1647
+ var import_jsx_runtime9 = __toESM(require_jsx_runtime()), IconDelete = ({ 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: [
1648
+ /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("path", { fill: stroke || color || "white", d: "M13.125 17.25V11.25H10.875V17.25H13.125Z" }),
1649
+ /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
1650
+ "path",
1651
+ {
1652
+ fill: stroke || color || "white",
1653
+ d: "M6 0H18V4.5H22.5V6.75H19.5V24H4.5V6.75H1.5V4.5H6V0ZM17.25 6.75V21.75H6.75V6.75H17.25ZM8.25 4.5H15.75V2.25H8.25V4.5Z",
1654
+ fillRule: "evenodd",
1655
+ clipRule: "evenodd"
1656
+ }
1657
+ )
1658
+ ] }), Delete_default = IconDelete;
1728
1659
 
1729
1660
  // src/components/Download.tsx
1730
- var import_jsx_runtime9 = __toESM(require_jsx_runtime()), IconDownload = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)(
1731
- "svg",
1732
- {
1733
- width: width || size || 24,
1734
- height: height || size || 24,
1735
- fill: fill || color || "none",
1736
- viewBox: "0 0 24 24",
1737
- className,
1738
- children: [
1739
- /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
1740
- "path",
1741
- {
1742
- fill: stroke || color || "white",
1743
- d: "M22.5 24L22.5 13.5H20.25V21.75L3.75 21.75L3.75 13.5H1.5L1.5 24L22.5 24Z"
1744
- }
1745
- ),
1746
- /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
1747
- "path",
1748
- {
1749
- fill: stroke || color || "white",
1750
- d: "M6 10.5L6 8.25L10.875 8.25L10.875 0L13.125 1.96701e-07L13.125 8.25L18 8.25V10.5L12 16.5L6 10.5ZM12 13.318L14.818 10.5L9.18198 10.5L12 13.318Z",
1751
- fillRule: "evenodd",
1752
- clipRule: "evenodd"
1753
- }
1754
- )
1755
- ]
1756
- }
1757
- ), Download_default = IconDownload;
1661
+ var import_jsx_runtime10 = __toESM(require_jsx_runtime()), IconDownload = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1662
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
1663
+ "path",
1664
+ {
1665
+ fill: stroke || color || "white",
1666
+ d: "M22.5 24L22.5 13.5H20.25V21.75L3.75 21.75L3.75 13.5H1.5L1.5 24L22.5 24Z"
1667
+ }
1668
+ ),
1669
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
1670
+ "path",
1671
+ {
1672
+ fill: stroke || color || "white",
1673
+ d: "M6 10.5L6 8.25L10.875 8.25L10.875 0L13.125 1.96701e-07L13.125 8.25L18 8.25V10.5L12 16.5L6 10.5ZM12 13.318L14.818 10.5L9.18198 10.5L12 13.318Z",
1674
+ fillRule: "evenodd",
1675
+ clipRule: "evenodd"
1676
+ }
1677
+ )
1678
+ ] }), Download_default = IconDownload;
1758
1679
 
1759
1680
  // src/components/GenerateFilled.tsx
1760
- var import_jsx_runtime10 = __toESM(require_jsx_runtime()), IconGenerateFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
1761
- "svg",
1681
+ var import_jsx_runtime11 = __toESM(require_jsx_runtime()), IconGenerateFilled = ({ 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)(
1682
+ "path",
1762
1683
  {
1763
- width: width || size || 24,
1764
- height: height || size || 24,
1765
- fill: fill || color || "none",
1766
- viewBox: "0 0 24 24",
1767
- className,
1768
- children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
1684
+ fill: fill || color || "black",
1685
+ d: "M7.63636 7.63636L0 10.9091V13.0909L7.63636 16.3636L10.9091 24H13.0909L16.3636 16.3636L24 13.0909V10.9091L16.3636 7.63636L13.0909 0H10.9091L7.63636 7.63636Z",
1686
+ fillRule: "evenodd",
1687
+ clipRule: "evenodd"
1688
+ }
1689
+ ) }), GenerateFilled_default = IconGenerateFilled;
1690
+
1691
+ // src/components/GoogleLogoFilled.tsx
1692
+ var import_jsx_runtime12 = __toESM(require_jsx_runtime()), IconGoogleLogoFilled = ({ 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: [
1693
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("mask", { id: "mask0_48_113", width: "24", height: "24", x: "0", y: "0", maskUnits: "userSpaceOnUse", maskType: "luminance", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
1694
+ "path",
1695
+ {
1696
+ fill: stroke || color || "white",
1697
+ d: "M23.7695 9.77372H12.2556V14.3873H18.8716C18.7652 15.0403 18.5264 15.6826 18.1767 16.2683C17.776 16.9393 17.2807 17.4502 16.7729 17.8392C15.2521 19.0046 13.479 19.2429 12.2476 19.2429C9.13691 19.2429 6.47903 17.2325 5.45011 14.5006C5.40859 14.4014 5.38102 14.299 5.34745 14.1978C5.12007 13.5025 4.99584 12.7661 4.99584 12.0008C4.99584 11.2042 5.13037 10.4417 5.37566 9.7216C6.34319 6.88141 9.06099 4.76006 12.2498 4.76006C12.8912 4.76006 13.5089 4.83641 14.0946 4.98869C15.4333 5.3367 16.3801 6.02212 16.9603 6.56428L20.4613 3.13576C18.3317 1.18317 15.5555 2.95218e-09 12.244 2.95218e-09C9.59665 -5.69793e-05 7.1525 0.824781 5.1496 2.21878C3.52531 3.34928 2.19316 4.86288 1.29412 6.62075C0.457891 8.25066 0 10.0569 0 11.999C0 13.9411 0.458591 15.7661 1.29483 17.381V17.3918C2.1781 19.1062 3.46975 20.5823 5.0396 21.7076C6.41104 22.6907 8.87017 24 12.244 24C14.1842 24 15.9038 23.6502 17.4203 22.9946C18.5142 22.5217 19.4835 21.9049 20.3611 21.1122C21.5206 20.0647 22.4288 18.7691 23.0486 17.2785C23.6684 15.7878 24 14.1022 24 12.2747C24 11.4236 23.9145 10.5592 23.7695 9.77363V9.77372Z"
1698
+ }
1699
+ ) }),
1700
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("g", { mask: "url(#mask0_48_113)", children: [
1701
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("g", { filter: "url(#filter0_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
1769
1702
  "path",
1770
1703
  {
1771
- fill: fill || color || "black",
1772
- d: "M7.63636 7.63636L0 10.9091V13.0909L7.63636 16.3636L10.9091 24H13.0909L16.3636 16.3636L24 13.0909V10.9091L16.3636 7.63636L13.0909 0H10.9091L7.63636 7.63636Z",
1773
- fillRule: "evenodd",
1774
- clipRule: "evenodd"
1704
+ fill: "url(#paint0_radial_48_113)",
1705
+ 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"
1775
1706
  }
1776
- )
1777
- }
1778
- ), GenerateFilled_default = IconGenerateFilled;
1779
-
1780
- // src/components/HomepageFilled.tsx
1781
- var import_jsx_runtime11 = __toESM(require_jsx_runtime()), IconHomepageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
1782
- "svg",
1783
- {
1784
- width: width || size || 24,
1785
- height: height || size || 24,
1786
- fill: fill || color || "none",
1787
- viewBox: "0 0 24 24",
1788
- className,
1789
- children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
1707
+ ) }),
1708
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("g", { filter: "url(#filter1_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
1709
+ "path",
1710
+ {
1711
+ fill: "url(#paint1_radial_48_113)",
1712
+ 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"
1713
+ }
1714
+ ) }),
1715
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("g", { filter: "url(#filter2_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
1716
+ "path",
1717
+ {
1718
+ fill: "url(#paint2_radial_48_113)",
1719
+ 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"
1720
+ }
1721
+ ) }),
1722
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("g", { filter: "url(#filter3_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
1723
+ "path",
1724
+ {
1725
+ fill: "url(#paint3_radial_48_113)",
1726
+ 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"
1727
+ }
1728
+ ) }),
1729
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("g", { filter: "url(#filter4_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
1730
+ "path",
1731
+ {
1732
+ fill: "#3086FF",
1733
+ 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"
1734
+ }
1735
+ ) }),
1736
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("g", { filter: "url(#filter5_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
1737
+ "path",
1738
+ {
1739
+ fill: "url(#paint4_radial_48_113)",
1740
+ 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"
1741
+ }
1742
+ ) }),
1743
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("g", { filter: "url(#filter6_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
1744
+ "path",
1745
+ {
1746
+ fill: "url(#paint5_radial_48_113)",
1747
+ 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"
1748
+ }
1749
+ ) }),
1750
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("g", { filter: "url(#filter7_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
1751
+ "path",
1752
+ {
1753
+ fill: "url(#paint6_radial_48_113)",
1754
+ 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"
1755
+ }
1756
+ ) }),
1757
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("g", { filter: "url(#filter8_f_48_113)", opacity: "0.5", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
1790
1758
  "path",
1791
1759
  {
1792
- fill: fill || color || "black",
1793
- d: "M4.5 1.5V6L7 8.5L6.3 12H3V9H0V22.5H9V18C9 16.3431 10.3431 15 12 15C13.6569 15 15 16.3431 15 18V22.5H24V9H21V12H17.7L17 8.5L19.5 6V1.5H16.5V4.5H13.5V1.5H10.5V4.5H7.5V1.5H4.5Z"
1760
+ fill: "url(#paint7_linear_48_113)",
1761
+ d: "M10.8033 18.8773V24.0571C11.2754 24.1124 11.7667 24.1459 12.282 24.1459C12.7987 24.1459 13.2985 24.1194 13.7842 24.0706V18.9122C13.2399 19.0052 12.7273 19.0383 12.2857 19.0383C11.7771 19.0383 11.2826 18.9791 10.8033 18.8773Z"
1762
+ }
1763
+ ) })
1764
+ ] }),
1765
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("defs", { children: [
1766
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
1767
+ "filter",
1768
+ {
1769
+ id: "filter0_f_48_113",
1770
+ width: "10.26",
1771
+ height: "9.40134",
1772
+ x: "-0.608629",
1773
+ y: "11.581",
1774
+ filterUnits: "userSpaceOnUse",
1775
+ colorInterpolationFilters: "sRGB",
1776
+ children: [
1777
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
1778
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
1779
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
1780
+ ]
1781
+ }
1782
+ ),
1783
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
1784
+ "filter",
1785
+ {
1786
+ id: "filter1_f_48_113",
1787
+ width: "9.57566",
1788
+ height: "7.67936",
1789
+ x: "11.4833",
1790
+ y: "-0.586687",
1791
+ filterUnits: "userSpaceOnUse",
1792
+ colorInterpolationFilters: "sRGB",
1793
+ children: [
1794
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
1795
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
1796
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
1797
+ ]
1798
+ }
1799
+ ),
1800
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
1801
+ "filter",
1802
+ {
1803
+ id: "filter2_f_48_113",
1804
+ width: "10.4171",
1805
+ height: "8.4412",
1806
+ x: "2.43617",
1807
+ y: "-0.602068",
1808
+ filterUnits: "userSpaceOnUse",
1809
+ colorInterpolationFilters: "sRGB",
1810
+ children: [
1811
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
1812
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
1813
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
1814
+ ]
1815
+ }
1816
+ ),
1817
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
1818
+ "filter",
1819
+ {
1820
+ id: "filter3_f_48_113",
1821
+ width: "13.9588",
1822
+ height: "12.8224",
1823
+ x: "10.7068",
1824
+ y: "11.7753",
1825
+ filterUnits: "userSpaceOnUse",
1826
+ colorInterpolationFilters: "sRGB",
1827
+ children: [
1828
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
1829
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
1830
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
1831
+ ]
1832
+ }
1833
+ ),
1834
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
1835
+ "filter",
1836
+ {
1837
+ id: "filter4_f_48_113",
1838
+ width: "13.0424",
1839
+ height: "5.90436",
1840
+ x: "11.6447",
1841
+ y: "9.09904",
1842
+ filterUnits: "userSpaceOnUse",
1843
+ colorInterpolationFilters: "sRGB",
1844
+ children: [
1845
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
1846
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
1847
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
1848
+ ]
1849
+ }
1850
+ ),
1851
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
1852
+ "filter",
1853
+ {
1854
+ id: "filter5_f_48_113",
1855
+ width: "8.67539",
1856
+ height: "9.6796",
1857
+ x: "-0.611071",
1858
+ y: "3.32454",
1859
+ filterUnits: "userSpaceOnUse",
1860
+ colorInterpolationFilters: "sRGB",
1861
+ children: [
1862
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
1863
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
1864
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
1865
+ ]
1866
+ }
1867
+ ),
1868
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
1869
+ "filter",
1870
+ {
1871
+ id: "filter6_f_48_113",
1872
+ width: "13.8366",
1873
+ height: "12.6629",
1874
+ x: "-0.965342",
1875
+ y: "-2.45527",
1876
+ filterUnits: "userSpaceOnUse",
1877
+ colorInterpolationFilters: "sRGB",
1878
+ children: [
1879
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
1880
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
1881
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "1.65243" })
1882
+ ]
1883
+ }
1884
+ ),
1885
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
1886
+ "filter",
1887
+ {
1888
+ id: "filter7_f_48_113",
1889
+ width: "9.77494",
1890
+ height: "6.98911",
1891
+ x: "2.98891",
1892
+ y: "17.6269",
1893
+ filterUnits: "userSpaceOnUse",
1894
+ colorInterpolationFilters: "sRGB",
1895
+ children: [
1896
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
1897
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
1898
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
1899
+ ]
1900
+ }
1901
+ ),
1902
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
1903
+ "filter",
1904
+ {
1905
+ id: "filter8_f_48_113",
1906
+ width: "3.92096",
1907
+ height: "6.20884",
1908
+ x: "10.3333",
1909
+ y: "18.4072",
1910
+ filterUnits: "userSpaceOnUse",
1911
+ colorInterpolationFilters: "sRGB",
1912
+ children: [
1913
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
1914
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
1915
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
1916
+ ]
1917
+ }
1918
+ ),
1919
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
1920
+ "radialGradient",
1921
+ {
1922
+ id: "paint0_radial_48_113",
1923
+ cx: "0",
1924
+ cy: "0",
1925
+ r: "1",
1926
+ gradientTransform: "matrix(-0.498722 -11.9519 17.9311 -0.717223 9.06911 20.3322)",
1927
+ gradientUnits: "userSpaceOnUse",
1928
+ children: [
1929
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.141612", stopColor: "#1ABD4D" }),
1930
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.247515", stopColor: "#6EC30D" }),
1931
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.311547", stopColor: "#8AC502" }),
1932
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.366013", stopColor: "#A2C600" }),
1933
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.445673", stopColor: "#C8C903" }),
1934
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.540305", stopColor: "#EBCB03" }),
1935
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.615636", stopColor: "#F7CD07" }),
1936
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.699345", stopColor: "#FDCD04" }),
1937
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.771242", stopColor: "#FDCE05" }),
1938
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.860566", stopColor: "#FFCE0A" })
1939
+ ]
1940
+ }
1941
+ ),
1942
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
1943
+ "radialGradient",
1944
+ {
1945
+ id: "paint1_radial_48_113",
1946
+ cx: "0",
1947
+ cy: "0",
1948
+ r: "1",
1949
+ gradientTransform: "matrix(8.46967 -2.03557e-05 -1.19045e-05 10.7093 20.253 6.36819)",
1950
+ gradientUnits: "userSpaceOnUse",
1951
+ children: [
1952
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.408458", stopColor: "#FB4E5A" }),
1953
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "1", stopColor: "#FF4540" })
1954
+ ]
1955
+ }
1956
+ ),
1957
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
1958
+ "radialGradient",
1959
+ {
1960
+ id: "paint2_radial_48_113",
1961
+ cx: "0",
1962
+ cy: "0",
1963
+ r: "1",
1964
+ gradientTransform: "matrix(-11.8666 6.43492 8.91875 15.766 15.6277 -1.68219)",
1965
+ gradientUnits: "userSpaceOnUse",
1966
+ children: [
1967
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.231273", stopColor: "#FF4541" }),
1968
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.311547", stopColor: "#FF4540" }),
1969
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.457516", stopColor: "#FF4640" }),
1970
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.540305", stopColor: "#FF473F" }),
1971
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.699346", stopColor: "#FF5138" }),
1972
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.771242", stopColor: "#FF5B33" }),
1973
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.860566", stopColor: "#FF6C29" }),
1974
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "1", stopColor: "#FF8C18" })
1975
+ ]
1976
+ }
1977
+ ),
1978
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
1979
+ "radialGradient",
1980
+ {
1981
+ id: "paint3_radial_48_113",
1982
+ cx: "0",
1983
+ cy: "0",
1984
+ r: "1",
1985
+ gradientTransform: "matrix(-21.5204 -27.5047 -10.3696 7.77752 12.4702 22.5743)",
1986
+ gradientUnits: "userSpaceOnUse",
1987
+ children: [
1988
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.131546", stopColor: "#0CBA65" }),
1989
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.209784", stopColor: "#0BB86D" }),
1990
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.297297", stopColor: "#09B479" }),
1991
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.396257", stopColor: "#08AD93" }),
1992
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.477124", stopColor: "#0AA6A9" }),
1993
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.568425", stopColor: "#0D9CC6" }),
1994
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.667385", stopColor: "#1893DD" }),
1995
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.768727", stopColor: "#258BF1" }),
1996
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.858506", stopColor: "#3086FF" })
1997
+ ]
1998
+ }
1999
+ ),
2000
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
2001
+ "radialGradient",
2002
+ {
2003
+ id: "paint4_radial_48_113",
2004
+ cx: "0",
2005
+ cy: "0",
2006
+ r: "1",
2007
+ gradientTransform: "matrix(-1.52295 12.8522 18.1501 2.06168 11.2421 2.13475)",
2008
+ gradientUnits: "userSpaceOnUse",
2009
+ children: [
2010
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.366013", stopColor: "#FF4E3A" }),
2011
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.457516", stopColor: "#FF8A1B" }),
2012
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.540305", stopColor: "#FFA312" }),
2013
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.615636", stopColor: "#FFB60C" }),
2014
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.771242", stopColor: "#FFCD0A" }),
2015
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.860566", stopColor: "#FECF0A" }),
2016
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.915033", stopColor: "#FECF08" }),
2017
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "1", stopColor: "#FDCD01" })
2018
+ ]
2019
+ }
2020
+ ),
2021
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
2022
+ "radialGradient",
2023
+ {
2024
+ id: "paint5_radial_48_113",
2025
+ cx: "0",
2026
+ cy: "0",
2027
+ r: "1",
2028
+ gradientTransform: "matrix(-4.40212 4.76677 -13.7322 -12.1566 9.10044 2.00144)",
2029
+ gradientUnits: "userSpaceOnUse",
2030
+ children: [
2031
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.315904", stopColor: "#FF4C3C" }),
2032
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.603818", stopColor: "#FF692C" }),
2033
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.726837", stopColor: "#FF7825" }),
2034
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.884534", stopColor: "#FF8D1B" }),
2035
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "1", stopColor: "#FF9F13" })
2036
+ ]
2037
+ }
2038
+ ),
2039
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
2040
+ "radialGradient",
2041
+ {
2042
+ id: "paint6_radial_48_113",
2043
+ cx: "0",
2044
+ cy: "0",
2045
+ r: "1",
2046
+ gradientTransform: "matrix(-11.8666 -6.43492 8.91876 -15.766 15.6277 25.6232)",
2047
+ gradientUnits: "userSpaceOnUse",
2048
+ children: [
2049
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.231273", stopColor: "#0FBC5F" }),
2050
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.311547", stopColor: "#0FBC5F" }),
2051
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.366013", stopColor: "#0FBC5E" }),
2052
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.457516", stopColor: "#0FBC5D" }),
2053
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.540305", stopColor: "#12BC58" }),
2054
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.699346", stopColor: "#28BF3C" }),
2055
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.771242", stopColor: "#38C02B" }),
2056
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.860566", stopColor: "#52C218" }),
2057
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.915033", stopColor: "#67C30F" }),
2058
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "1", stopColor: "#86C504" })
2059
+ ]
2060
+ }
2061
+ ),
2062
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
2063
+ "linearGradient",
2064
+ {
2065
+ id: "paint7_linear_48_113",
2066
+ x1: "10.8033",
2067
+ x2: "13.7842",
2068
+ y1: "21.5116",
2069
+ y2: "21.5116",
2070
+ gradientUnits: "userSpaceOnUse",
2071
+ children: [
2072
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { stopColor: "#0FBC5C" }),
2073
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "1", stopColor: "#0CBA65" })
2074
+ ]
1794
2075
  }
1795
2076
  )
2077
+ ] })
2078
+ ] }), GoogleLogoFilled_default = IconGoogleLogoFilled;
2079
+
2080
+ // src/components/HomepageFilled.tsx
2081
+ var import_jsx_runtime13 = __toESM(require_jsx_runtime()), IconHomepageFilled = ({ 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)(
2082
+ "path",
2083
+ {
2084
+ fill: fill || color || "black",
2085
+ d: "M4.5 1.5V6L7 8.5L6.3 12H3V9H0V22.5H9V18C9 16.3431 10.3431 15 12 15C13.6569 15 15 16.3431 15 18V22.5H24V9H21V12H17.7L17 8.5L19.5 6V1.5H16.5V4.5H13.5V1.5H10.5V4.5H7.5V1.5H4.5Z"
1796
2086
  }
1797
- ), HomepageFilled_default = IconHomepageFilled;
2087
+ ) }), HomepageFilled_default = IconHomepageFilled;
1798
2088
 
1799
2089
  // src/components/Homepage.tsx
1800
- var import_jsx_runtime12 = __toESM(require_jsx_runtime()), IconHomepage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
1801
- "svg",
2090
+ var import_jsx_runtime14 = __toESM(require_jsx_runtime()), IconHomepage = ({ 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)(
2091
+ "path",
1802
2092
  {
1803
- width: width || size || 24,
1804
- height: height || size || 24,
1805
- fill: fill || color || "none",
1806
- viewBox: "0 0 24 24",
1807
- className,
1808
- children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
1809
- "path",
1810
- {
1811
- fill: stroke || color || "white",
1812
- d: "M6.75 3.75V1.5H4.5V6.75L6.875 9.125L6.45 11.25H2.25V9H0V22.5H10.5V18.75C10.5 17.9216 11.1716 17.25 12 17.25C12.8284 17.25 13.5 17.9216 13.5 18.75V22.5H24V9H21.75V11.25H17.55L17.125 9.125L19.5 6.75V1.5H17.25V3.75H13.125V1.5H10.875V3.75H6.75ZM21.75 13.5V20.25H15.75V18.75C15.75 16.6789 14.0711 15 12 15C9.92893 15 8.25 16.6789 8.25 18.75V20.25H2.25V13.5H8.29456L9.31746 8.38548L6.93198 6H17.068L14.6825 8.38548L15.7054 13.5H21.75Z",
1813
- fillRule: "evenodd",
1814
- clipRule: "evenodd"
1815
- }
1816
- )
2093
+ fill: stroke || color || "white",
2094
+ d: "M6.75 3.75V1.5H4.5V6.75L6.875 9.125L6.45 11.25H2.25V9H0V22.5H10.5V18.75C10.5 17.9216 11.1716 17.25 12 17.25C12.8284 17.25 13.5 17.9216 13.5 18.75V22.5H24V9H21.75V11.25H17.55L17.125 9.125L19.5 6.75V1.5H17.25V3.75H13.125V1.5H10.875V3.75H6.75ZM21.75 13.5V20.25H15.75V18.75C15.75 16.6789 14.0711 15 12 15C9.92893 15 8.25 16.6789 8.25 18.75V20.25H2.25V13.5H8.29456L9.31746 8.38548L6.93198 6H17.068L14.6825 8.38548L15.7054 13.5H21.75Z",
2095
+ fillRule: "evenodd",
2096
+ clipRule: "evenodd"
1817
2097
  }
1818
- ), Homepage_default = IconHomepage;
2098
+ ) }), Homepage_default = IconHomepage;
1819
2099
 
1820
2100
  // src/components/ImageGeneration.tsx
1821
- var import_jsx_runtime13 = __toESM(require_jsx_runtime()), IconImageGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(
1822
- "svg",
2101
+ var import_jsx_runtime15 = __toESM(require_jsx_runtime()), IconImageGeneration = ({ 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: [
2102
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
2103
+ "path",
2104
+ {
2105
+ fill: stroke || color || "white",
2106
+ 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"
2107
+ }
2108
+ ),
2109
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
2110
+ "path",
2111
+ {
2112
+ fill: stroke || color || "white",
2113
+ d: "M14 4.28571L17.5714 3.57143L18.2857 0H19.7143L20.4286 3.57143L24 4.28571V5.71429L20.4286 6.42857L19.7143 10H18.2857L17.5714 6.42857L14 5.71429V4.28571Z"
2114
+ }
2115
+ )
2116
+ ] }), ImageGeneration_default = IconImageGeneration;
2117
+
2118
+ // src/components/ModelGeminiFilled1.tsx
2119
+ var import_jsx_runtime16 = __toESM(require_jsx_runtime()), IconModelGeminiFilled1 = ({ 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)(
2120
+ "path",
1823
2121
  {
1824
- width: width || size || 24,
1825
- height: height || size || 24,
1826
- fill: fill || color || "none",
1827
- viewBox: "0 0 24 24",
1828
- className,
1829
- children: [
1830
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
1831
- "path",
1832
- {
1833
- fill: stroke || color || "white",
1834
- 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"
1835
- }
1836
- ),
1837
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
1838
- "path",
1839
- {
1840
- fill: stroke || color || "white",
1841
- d: "M14 4.28571L17.5714 3.57143L18.2857 0H19.7143L20.4286 3.57143L24 4.28571V5.71429L20.4286 6.42857L19.7143 10H18.2857L17.5714 6.42857L14 5.71429V4.28571Z"
1842
- }
1843
- )
1844
- ]
2122
+ fill: fill || color || "black",
2123
+ d: "M20.4616 10.2312C20.6284 9.73654 20.7135 9.21858 20.7136 8.69721C20.7135 7.8345 20.4806 6.98736 20.0388 6.24288C19.1511 4.71818 17.5043 3.77684 15.722 3.77684C15.3709 3.77685 15.0207 3.81344 14.6774 3.886C14.2156 3.37264 13.6488 2.96169 13.0143 2.68026C12.3798 2.39883 11.692 2.25331 10.9963 2.2533H10.9651L10.9534 2.25336C8.7947 2.25336 6.88035 3.62773 6.21676 5.65386C5.52986 5.79268 4.88094 6.07468 4.31344 6.48098C3.74593 6.88728 3.27294 7.40852 2.92613 8.00979C2.48567 8.75875 2.25357 9.60923 2.2533 10.4751C2.25346 11.6921 2.71129 12.8657 3.53813 13.7687C3.37122 14.2633 3.2861 14.7813 3.28603 15.3027C3.28611 16.1654 3.51901 17.0125 3.96079 17.757C4.48616 18.6596 5.28845 19.3741 6.25199 19.7977C7.21553 20.2213 8.29052 20.332 9.32193 20.1138C9.78379 20.6272 10.3507 21.0381 10.9852 21.3196C11.6198 21.601 12.3076 21.7466 13.0033 21.7466H13.0345L13.0472 21.7465C15.2071 21.7465 17.1208 20.3721 17.7844 18.3441C18.4713 18.2053 19.1202 17.9232 19.6877 17.5169C20.2552 17.1106 20.7282 16.5894 21.0751 15.9881C21.5151 15.2398 21.7467 14.3901 21.7466 13.525C21.7464 12.308 21.2886 11.1345 20.4618 10.2315L20.4616 10.2312ZM13.0358 20.4722H13.0307C12.1664 20.4719 11.3296 20.1728 10.6658 19.6268C10.7052 19.6058 10.7442 19.584 10.7826 19.5614L14.7163 17.3195C14.8145 17.2644 14.8961 17.1846 14.9529 17.0882C15.0097 16.9919 15.0396 16.8824 15.0397 16.771V11.2953L16.7023 12.2426C16.7111 12.2469 16.7186 12.2532 16.7242 12.2611C16.7299 12.2689 16.7334 12.278 16.7347 12.2876V16.8191C16.7324 18.8338 15.0778 20.4681 13.0358 20.4722ZM5.08119 17.12C4.75627 16.5657 4.58508 15.9367 4.58486 15.2963C4.58486 15.0874 4.60335 14.878 4.63935 14.6722C4.66859 14.6895 4.71963 14.7203 4.75626 14.741L8.68993 16.983C8.788 17.0395 8.89953 17.0692 9.01309 17.0692C9.12665 17.0692 9.23816 17.0394 9.33621 16.9828L14.1388 14.2467V16.1413L14.1389 16.1445C14.1389 16.1536 14.1367 16.1626 14.1326 16.1708C14.1285 16.179 14.1225 16.1861 14.1151 16.1916L10.1385 18.457C9.57584 18.7765 8.93805 18.9447 8.28885 18.9449C7.63897 18.9448 7.00052 18.7762 6.43753 18.4558C5.87455 18.1355 5.4068 17.6748 5.08119 17.1198V17.12ZM4.04632 8.64678C4.47836 7.90634 5.16055 7.3394 5.9735 7.04518C5.9735 7.07859 5.97157 7.1378 5.97157 7.17891V11.6628L5.9715 11.6665C5.97151 11.7778 6.00139 11.8872 6.0581 11.9835C6.1148 12.0797 6.19632 12.1594 6.29436 12.2146L11.097 14.9503L9.43436 15.8976C9.42616 15.9029 9.41674 15.9061 9.40696 15.907C9.39718 15.9079 9.38733 15.9064 9.37828 15.9026L5.4013 13.6353C4.83909 13.3139 4.37236 12.8524 4.04787 12.297C3.72339 11.7416 3.55255 11.1118 3.55247 10.4707C3.55272 9.83064 3.72307 9.20182 4.04653 8.64699L4.04632 8.64678ZM17.7068 11.7834L12.9042 9.04728L14.5669 8.10037C14.5751 8.09503 14.5845 8.09177 14.5942 8.0909C14.604 8.09002 14.6139 8.09154 14.6229 8.09533L18.5998 10.3607C19.1625 10.6816 19.6297 11.1428 19.9546 11.6982C20.2795 12.2536 20.4506 12.8835 20.4507 13.5247C20.4507 15.0552 19.4828 16.4246 18.0275 16.9532V12.3352C18.0277 12.3335 18.0277 12.3318 18.0277 12.3301C18.0277 12.2191 17.998 12.1102 17.9416 12.0142C17.8853 11.9182 17.8043 11.8386 17.7068 11.7834ZM19.3617 9.32583C19.323 9.30246 19.284 9.27955 19.2448 9.2571L15.3111 7.0151C15.2131 6.95871 15.1016 6.92898 14.9881 6.92894C14.8746 6.92898 14.7631 6.95871 14.665 7.0151L9.86233 9.75124V7.85666L9.86227 7.8534C9.86227 7.83489 9.87116 7.81746 9.88613 7.80637L13.8627 5.54287C14.4252 5.22291 15.063 5.05447 15.7123 5.05444C17.7569 5.05444 19.415 6.69048 19.415 8.70789C19.4149 8.91492 19.3971 9.12157 19.3617 9.32563V9.32583ZM8.95837 12.7026L7.29536 11.7553C7.28664 11.751 7.27912 11.7447 7.27348 11.7368C7.26783 11.729 7.26424 11.7199 7.26302 11.7103V7.17877C7.26391 5.16244 8.92203 3.52776 10.9658 3.52776C11.8314 3.52794 12.6696 3.82713 13.3349 4.37341C13.305 4.38954 13.2528 4.41799 13.2181 4.43874L9.28441 6.68068C9.18626 6.73577 9.10465 6.81553 9.04786 6.91184C8.99108 7.00815 8.96116 7.11757 8.96113 7.22899V7.2326L8.95837 12.7026ZM9.86158 10.7812L12.0006 9.56219L14.1396 10.7804V13.2176L12.0006 14.4358L9.86158 13.2176V10.7812Z"
1845
2124
  }
1846
- ), ImageGeneration_default = IconImageGeneration;
2125
+ ) }), ModelGeminiFilled1_default = IconModelGeminiFilled1;
1847
2126
 
1848
- // src/components/Models.tsx
1849
- var import_jsx_runtime14 = __toESM(require_jsx_runtime()), IconModels = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
1850
- "svg",
2127
+ // src/components/ModelGeminiFilled.tsx
2128
+ var import_jsx_runtime17 = __toESM(require_jsx_runtime()), IconModelGeminiFilled = ({ 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)(
2129
+ "path",
1851
2130
  {
1852
- width: width || size || 24,
1853
- height: height || size || 24,
1854
- fill: fill || color || "none",
1855
- viewBox: "0 0 24 24",
1856
- className,
1857
- children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
1858
- "path",
1859
- {
1860
- fill: stroke || color || "white",
1861
- d: "M1.5 6L12 0L22.5 6V18L12 24L1.5 18V6ZM3.75 8.58143V16.6943L10.875 20.7657V12.6529L3.75 8.58143ZM13.125 20.7657L20.25 16.6943V8.58143L13.125 12.6529V20.7657ZM19.0987 6.64786L12 2.59144L4.90126 6.64786L12 10.7043L19.0987 6.64786Z",
1862
- fillRule: "evenodd",
1863
- clipRule: "evenodd"
1864
- }
1865
- )
2131
+ fill: fill || color || "black",
2132
+ d: "M11.9797 1.5C11.64 7.1325 7.1325 11.64 1.5 11.9797V12.0203C7.1325 12.36 11.64 16.8675 11.9797 22.5H12.0203C12.36 16.8675 16.8675 12.36 22.5 12.0203V11.9797C16.8675 11.64 12.36 7.1325 12.0203 1.5H11.9797Z"
1866
2133
  }
1867
- ), Models_default = IconModels;
2134
+ ) }), ModelGeminiFilled_default = IconModelGeminiFilled;
1868
2135
 
1869
- // src/components/More.tsx
1870
- var import_jsx_runtime15 = __toESM(require_jsx_runtime()), IconMore = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
1871
- "svg",
2136
+ // src/components/ModelDeepmindFilled.tsx
2137
+ var import_jsx_runtime18 = __toESM(require_jsx_runtime()), IconModelDeepmindFilled = ({ 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: [
2138
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("g", { clipPath: "url(#clip0_40_67)", children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
2139
+ "path",
2140
+ {
2141
+ fill: fill || color || "black",
2142
+ d: "M6.99 3.35167C6.24014 4.08507 5.66169 4.97519 5.29605 5.95829C4.93041 6.94139 4.78663 7.99317 4.875 9.03833C5.16583 12.7117 8.63 15.7008 11.7717 15.7008C14.6942 15.7008 15.8383 13.15 15.5558 11.4175C15.4515 10.7811 15.1781 10.1845 14.7642 9.69C15.2908 9.97333 15.8008 10.3367 16.2717 10.7733C17.5383 11.9525 18.305 13.4642 18.4275 15.0233C18.7 18.4692 16.15 22 11.8858 22C10.4733 22 8.98583 21.64 7.73583 21.0475C4.34667 19.4475 2 15.9975 2 12.0017C2 8.30917 4.00417 5.08333 6.99 3.35167ZM12.1133 2C13.5267 2 15.0142 2.36 16.2633 2.9525C19.655 4.5525 22 8.0025 22 11.9983C22 15.6908 19.9958 18.9175 17.01 20.6483C17.7599 19.9149 18.3383 19.0248 18.704 18.0417C19.0696 17.0586 19.2134 16.0068 19.125 14.9617C18.8342 11.2883 15.37 8.29917 12.2283 8.29917C9.30583 8.29917 8.16167 10.85 8.44417 12.5825C8.5485 13.2193 8.82289 13.8162 9.23833 14.31C8.69131 14.0149 8.18439 13.6508 7.73 13.2267C6.46333 12.0475 5.69667 10.5375 5.5725 8.97667C5.3 5.53083 7.85 2 12.1142 2H12.1133Z",
2143
+ fillRule: "evenodd",
2144
+ clipRule: "evenodd"
2145
+ }
2146
+ ) }),
2147
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("clipPath", { id: "clip0_40_67", children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("rect", { width: "20", height: "20", fill: stroke || color || "white", transform: "translate(2 2)" }) }) })
2148
+ ] }), ModelDeepmindFilled_default = IconModelDeepmindFilled;
2149
+
2150
+ // src/components/ModelNanobananaFilled.tsx
2151
+ var import_jsx_runtime19 = __toESM(require_jsx_runtime()), IconModelNanobananaFilled = ({ 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: [
2152
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
2153
+ "path",
2154
+ {
2155
+ fill: "#5A5C62",
2156
+ 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"
2157
+ }
2158
+ ),
2159
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
2160
+ "path",
2161
+ {
2162
+ fill: "#D5D6D7",
2163
+ 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"
2164
+ }
2165
+ ),
2166
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
2167
+ "path",
2168
+ {
2169
+ fill: "#C4C5C7",
2170
+ 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"
2171
+ }
2172
+ ),
2173
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
2174
+ "path",
2175
+ {
2176
+ fill: "#7B7C81",
2177
+ 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"
2178
+ }
2179
+ ),
2180
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
2181
+ "path",
2182
+ {
2183
+ fill: "#85878B",
2184
+ 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"
2185
+ }
2186
+ ),
2187
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
2188
+ "path",
2189
+ {
2190
+ fill: "#1B1D24",
2191
+ 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"
2192
+ }
2193
+ ),
2194
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
2195
+ "path",
2196
+ {
2197
+ fill: "#D5D6D7",
2198
+ 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"
2199
+ }
2200
+ ),
2201
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
2202
+ "path",
2203
+ {
2204
+ fill: "#85878B",
2205
+ 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"
2206
+ }
2207
+ ),
2208
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
2209
+ "path",
2210
+ {
2211
+ fill: "#D5D6D7",
2212
+ d: "M5.17688 12.8363C4.40438 13.9406 4.30313 14.91 4.18688 15.9C4.08188 16.7944 3.86626 18.675 3.54188 19.2881C3.21563 19.9013 2.89876 20.3006 3.24938 20.6738C3.60001 21.0469 4.63126 20.9138 5.37188 20.1075C5.96813 19.4569 6.29813 18.7481 6.74626 17.7075C7.19438 16.6669 7.85438 14.2106 8.71126 13.1006C9.25876 12.3919 9.80438 12.3713 9.80438 12.3713C9.80438 12.3713 9.08251 11.7825 7.70438 11.7675C6.46876 11.7544 5.82001 11.9175 5.17688 12.8363Z"
2213
+ }
2214
+ )
2215
+ ] }), ModelNanobananaFilled_default = IconModelNanobananaFilled;
2216
+
2217
+ // src/components/ModelSoraFilled.tsx
2218
+ var import_jsx_runtime20 = __toESM(require_jsx_runtime()), IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("svg", { fill: "none", viewBox: "0 0 25 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
2219
+ "path",
1872
2220
  {
1873
- width: width || size || 24,
1874
- height: height || size || 24,
1875
- fill: fill || color || "none",
1876
- viewBox: "0 0 24 24",
1877
- className,
1878
- children: [
1879
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
1880
- "path",
1881
- {
1882
- fill: stroke || color || "white",
1883
- 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"
1884
- }
1885
- ),
1886
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
1887
- "path",
1888
- {
1889
- fill: stroke || color || "white",
1890
- 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"
1891
- }
1892
- ),
1893
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
1894
- "path",
1895
- {
1896
- fill: stroke || color || "white",
1897
- d: "M14 5C14 3.89543 13.1046 3 12 3C10.8954 3 10 3.89543 10 5C10 6.10457 10.8954 7 12 7C13.1046 7 14 6.10457 14 5Z"
1898
- }
1899
- )
1900
- ]
2221
+ fill: fill || color || "black",
2222
+ d: "M11.2657 3.125C12.5821 3.125 13.7739 3.65836 14.6368 4.52081C15.0308 4.41546 15.4448 4.35922 15.872 4.35922C18.5057 4.35922 20.6408 6.49427 20.6408 9.12797C20.6408 9.55513 20.5845 9.96919 20.4792 10.3631C21.3416 11.2261 21.875 12.4178 21.875 13.7342C21.875 15.9408 20.3763 17.7972 18.3414 18.3414C17.7972 20.3763 15.9408 21.875 13.7342 21.875C12.4179 21.875 11.2261 21.3416 10.3632 20.4792C9.96921 20.5845 9.55518 20.6408 9.12799 20.6408C6.49429 20.6408 4.35925 18.5057 4.35922 15.872C4.35922 15.4448 4.41546 15.0308 4.52081 14.6368C3.65838 13.7739 3.125 12.5821 3.125 11.2657C3.125 9.05923 4.62361 7.20276 6.65856 6.65858C7.20274 4.62364 9.0592 3.125 11.2657 3.125ZM11.1777 10.6748C10.8483 9.44542 9.75781 8.66937 8.74237 8.94146C7.72693 9.21355 7.17056 10.4309 7.49995 11.6602C7.5053 11.6802 7.51089 11.7001 7.51672 11.72L7.51603 11.7201L7.85272 12.9767C8.18211 14.2061 9.27261 14.9821 10.2881 14.71C11.3035 14.4379 11.8599 13.2206 11.5304 11.9913L11.1938 10.7347L11.193 10.7349C11.1882 10.7148 11.1831 10.6947 11.1777 10.6748ZM16.7779 9.29198C16.4484 8.06264 15.358 7.28659 14.3425 7.55866C13.3271 7.83073 12.7707 9.04808 13.1001 10.2774C13.1055 10.2974 13.111 10.3173 13.1169 10.3372L13.1162 10.3373L13.4529 11.5939C13.7823 12.8233 14.8728 13.5993 15.8882 13.3273C16.9036 13.0551 17.46 11.8378 17.1306 10.6085L16.7939 9.3519L16.7932 9.3521C16.7883 9.332 16.7832 9.31196 16.7779 9.29198ZM9.87394 11.7017C10.0326 11.6591 10.1958 11.7533 10.2383 11.912C10.2808 12.0707 10.1866 12.2337 10.0279 12.2763C9.86926 12.3188 9.70619 12.2246 9.66366 12.066C9.62115 11.9073 9.7153 11.7442 9.87394 11.7017ZM8.55262 9.84709C8.68971 10.0608 8.87601 10.2386 9.09591 10.3656C9.31581 10.4925 9.56293 10.565 9.81657 10.5768C9.60285 10.7139 9.42507 10.9002 9.29811 11.1201C9.17115 11.34 9.09871 11.5871 9.08685 11.8408C8.94975 11.627 8.76346 11.4493 8.54355 11.3223C8.32365 11.1953 8.07654 11.1229 7.8229 11.111C8.03663 10.9739 8.21441 10.7876 8.34137 10.5677C8.46832 10.3478 8.54076 10.1007 8.55262 9.84709ZM15.4741 10.3189C15.6328 10.2764 15.7959 10.3705 15.8384 10.5292C15.8809 10.6879 15.7867 10.851 15.6281 10.8935C15.4694 10.936 15.3063 10.8418 15.2638 10.6832C15.2213 10.5245 15.3155 10.3614 15.4741 10.3189ZM14.1528 8.46434C14.2899 8.67806 14.4762 8.85584 14.6961 8.9828C14.916 9.10976 15.1631 9.1822 15.4167 9.19406C15.203 9.33117 15.0252 9.51746 14.8983 9.73736C14.7713 9.95725 14.6989 10.2044 14.687 10.458C14.5499 10.2443 14.3636 10.0665 14.1437 9.93952C13.9238 9.81256 13.6767 9.74012 13.4231 9.72826C13.6368 9.59117 13.8146 9.40488 13.9415 9.18498C14.0685 8.96508 14.1409 8.71797 14.1528 8.46434Z"
1901
2223
  }
1902
- ), More_default = IconMore;
2224
+ ) }), ModelSoraFilled_default = IconModelSoraFilled;
1903
2225
 
1904
- // src/components/PlanFilled.tsx
1905
- var import_jsx_runtime16 = __toESM(require_jsx_runtime()), IconPlanFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(
1906
- "svg",
2226
+ // src/components/ModelNanobananaLogoNomoFilled.tsx
2227
+ var import_jsx_runtime21 = __toESM(require_jsx_runtime()), IconModelNanobananaLogoNomoFilled = ({ 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: [
2228
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
2229
+ "path",
2230
+ {
2231
+ fill: "#5A5C62",
2232
+ 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"
2233
+ }
2234
+ ),
2235
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
2236
+ "path",
2237
+ {
2238
+ fill: "#D5D6D7",
2239
+ 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"
2240
+ }
2241
+ ),
2242
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
2243
+ "path",
2244
+ {
2245
+ fill: "#C4C5C7",
2246
+ 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"
2247
+ }
2248
+ ),
2249
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
2250
+ "path",
2251
+ {
2252
+ fill: "#7B7C81",
2253
+ 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"
2254
+ }
2255
+ ),
2256
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
2257
+ "path",
2258
+ {
2259
+ fill: "#85878B",
2260
+ 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"
2261
+ }
2262
+ ),
2263
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
2264
+ "path",
2265
+ {
2266
+ fill: "#1B1D24",
2267
+ 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"
2268
+ }
2269
+ ),
2270
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
2271
+ "path",
2272
+ {
2273
+ fill: "#D5D6D7",
2274
+ 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"
2275
+ }
2276
+ ),
2277
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
2278
+ "path",
2279
+ {
2280
+ fill: "#85878B",
2281
+ 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"
2282
+ }
2283
+ ),
2284
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
2285
+ "path",
2286
+ {
2287
+ fill: "#D5D6D7",
2288
+ d: "M5.17688 12.8363C4.40438 13.9406 4.30313 14.91 4.18688 15.9C4.08188 16.7944 3.86626 18.675 3.54188 19.2881C3.21563 19.9013 2.89876 20.3006 3.24938 20.6738C3.60001 21.0469 4.63126 20.9138 5.37188 20.1075C5.96813 19.4569 6.29813 18.7481 6.74626 17.7075C7.19438 16.6669 7.85438 14.2106 8.71126 13.1006C9.25876 12.3919 9.80438 12.3713 9.80438 12.3713C9.80438 12.3713 9.08251 11.7825 7.70438 11.7675C6.46876 11.7544 5.82001 11.9175 5.17688 12.8363Z"
2289
+ }
2290
+ )
2291
+ ] }), ModelNanobananaLogoNomoFilled_default = IconModelNanobananaLogoNomoFilled;
2292
+
2293
+ // src/components/Models.tsx
2294
+ var import_jsx_runtime22 = __toESM(require_jsx_runtime()), IconModels = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
2295
+ "path",
1907
2296
  {
1908
- width: width || size || 24,
1909
- height: height || size || 24,
1910
- fill: fill || color || "none",
1911
- viewBox: "0 0 24 24",
1912
- className,
1913
- children: [
1914
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("g", { clipPath: "url(#clip0_2_30)", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("path", { fill: fill || color || "black", d: "M13.5 10.5L15 0H12L3 10.5V13.5H10.5L9 24H12L21 13.5L21 10.5H13.5Z" }) }),
1915
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("clipPath", { id: "clip0_2_30", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("rect", { width: width || size || 24, height: height || size || 24, fill: stroke || color || "white" }) }) })
1916
- ]
2297
+ fill: stroke || color || "white",
2298
+ d: "M1.5 6L12 0L22.5 6V18L12 24L1.5 18V6ZM3.75 8.58143V16.6943L10.875 20.7657V12.6529L3.75 8.58143ZM13.125 20.7657L20.25 16.6943V8.58143L13.125 12.6529V20.7657ZM19.0987 6.64786L12 2.59144L4.90126 6.64786L12 10.7043L19.0987 6.64786Z",
2299
+ fillRule: "evenodd",
2300
+ clipRule: "evenodd"
1917
2301
  }
1918
- ), PlanFilled_default = IconPlanFilled;
2302
+ ) }), Models_default = IconModels;
2303
+
2304
+ // src/components/More.tsx
2305
+ var import_jsx_runtime23 = __toESM(require_jsx_runtime()), IconMore = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2306
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
2307
+ "path",
2308
+ {
2309
+ fill: stroke || color || "white",
2310
+ 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"
2311
+ }
2312
+ ),
2313
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
2314
+ "path",
2315
+ {
2316
+ fill: stroke || color || "white",
2317
+ 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"
2318
+ }
2319
+ ),
2320
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
2321
+ "path",
2322
+ {
2323
+ fill: stroke || color || "white",
2324
+ d: "M14 5C14 3.89543 13.1046 3 12 3C10.8954 3 10 3.89543 10 5C10 6.10457 10.8954 7 12 7C13.1046 7 14 6.10457 14 5Z"
2325
+ }
2326
+ )
2327
+ ] }), More_default = IconMore;
2328
+
2329
+ // src/components/PlanFilled.tsx
2330
+ var import_jsx_runtime24 = __toESM(require_jsx_runtime()), IconPlanFilled = ({ 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: [
2331
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("g", { clipPath: "url(#clip0_2_30)", children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("path", { fill: fill || color || "black", d: "M13.5 10.5L15 0H12L3 10.5V13.5H10.5L9 24H12L21 13.5L21 10.5H13.5Z" }) }),
2332
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("clipPath", { id: "clip0_2_30", children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "white" }) }) })
2333
+ ] }), PlanFilled_default = IconPlanFilled;
1919
2334
 
1920
2335
  // src/components/Ratio169.tsx
1921
- var import_jsx_runtime17 = __toESM(require_jsx_runtime()), IconRatio169 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
1922
- "svg",
2336
+ var import_jsx_runtime25 = __toESM(require_jsx_runtime()), IconRatio169 = ({ 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)(
2337
+ "path",
1923
2338
  {
1924
- width: width || size || 24,
1925
- height: height || size || 24,
1926
- fill: fill || color || "none",
1927
- viewBox: "0 0 24 24",
1928
- className,
1929
- children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
1930
- "path",
1931
- {
1932
- fill: stroke || color || "white",
1933
- d: "M24 5.14285V18.8571H0V5.14285H24ZM2.40039 16.5057H21.5996V7.49426H2.40039V16.5057Z"
1934
- }
1935
- )
2339
+ fill: stroke || color || "white",
2340
+ d: "M24 5.14285V18.8571H0V5.14285H24ZM2.40039 16.5057H21.5996V7.49426H2.40039V16.5057Z"
1936
2341
  }
1937
- ), Ratio169_default = IconRatio169;
2342
+ ) }), Ratio169_default = IconRatio169;
1938
2343
 
1939
2344
  // src/components/Ratio11.tsx
1940
- var import_jsx_runtime18 = __toESM(require_jsx_runtime()), IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(
1941
- "svg",
1942
- {
1943
- width: width || size || 24,
1944
- height: height || size || 24,
1945
- fill: fill || color || "none",
1946
- viewBox: "0 0 24 24",
1947
- className,
1948
- children: [
1949
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("g", { clipPath: "url(#clip0_13_501)", children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
1950
- "path",
1951
- {
1952
- fill: stroke || color || "white",
1953
- d: "M24 24L2.76562e-06 24L3.8147e-06 0L24 1.04907e-06L24 24ZM2.40039 2.40039L2.40039 21.5996L21.5996 21.5996L21.5996 2.40039L2.40039 2.40039Z"
1954
- }
1955
- ) }),
1956
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("clipPath", { id: "clip0_13_501", children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
1957
- "rect",
1958
- {
1959
- width: width || size || 24,
1960
- height: height || size || 24,
1961
- fill: stroke || color || "white",
1962
- transform: "translate(24 1.04907e-06) rotate(90)"
1963
- }
1964
- ) }) })
1965
- ]
1966
- }
1967
- ), Ratio11_default = IconRatio11;
2345
+ var import_jsx_runtime26 = __toESM(require_jsx_runtime()), IconRatio11 = ({ 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: [
2346
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("g", { clipPath: "url(#clip0_13_501)", children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
2347
+ "path",
2348
+ {
2349
+ fill: stroke || color || "white",
2350
+ d: "M24 24L2.76562e-06 24L3.8147e-06 0L24 1.04907e-06L24 24ZM2.40039 2.40039L2.40039 21.5996L21.5996 21.5996L21.5996 2.40039L2.40039 2.40039Z"
2351
+ }
2352
+ ) }),
2353
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("clipPath", { id: "clip0_13_501", children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
2354
+ "rect",
2355
+ {
2356
+ width: "24",
2357
+ height: "24",
2358
+ fill: stroke || color || "white",
2359
+ transform: "translate(24 1.04907e-06) rotate(90)"
2360
+ }
2361
+ ) }) })
2362
+ ] }), Ratio11_default = IconRatio11;
1968
2363
 
1969
2364
  // src/components/Ratio916.tsx
1970
- var import_jsx_runtime19 = __toESM(require_jsx_runtime()), IconRatio916 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(
1971
- "svg",
1972
- {
1973
- width: width || size || 24,
1974
- height: height || size || 24,
1975
- fill: fill || color || "none",
1976
- viewBox: "0 0 24 24",
1977
- className,
1978
- children: [
1979
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("g", { clipPath: "url(#clip0_13_499)", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
1980
- "path",
1981
- {
1982
- fill: stroke || color || "white",
1983
- d: "M18.8571 24L5.14286 24L5.14286 4.49603e-07L18.8571 1.04907e-06L18.8571 24ZM7.49426 2.40039L7.49426 21.5996L16.5057 21.5996L16.5057 2.40039L7.49426 2.40039Z"
1984
- }
1985
- ) }),
1986
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("clipPath", { id: "clip0_13_499", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
1987
- "rect",
1988
- {
1989
- width: width || size || 24,
1990
- height: height || size || 24,
1991
- fill: stroke || color || "white",
1992
- transform: "translate(24 1.04907e-06) rotate(90)"
1993
- }
1994
- ) }) })
1995
- ]
1996
- }
1997
- ), Ratio916_default = IconRatio916;
2365
+ var import_jsx_runtime27 = __toESM(require_jsx_runtime()), IconRatio916 = ({ 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: [
2366
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("g", { clipPath: "url(#clip0_13_499)", children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
2367
+ "path",
2368
+ {
2369
+ fill: stroke || color || "white",
2370
+ d: "M18.8571 24L5.14286 24L5.14286 4.49603e-07L18.8571 1.04907e-06L18.8571 24ZM7.49426 2.40039L7.49426 21.5996L16.5057 21.5996L16.5057 2.40039L7.49426 2.40039Z"
2371
+ }
2372
+ ) }),
2373
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("clipPath", { id: "clip0_13_499", children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
2374
+ "rect",
2375
+ {
2376
+ width: "24",
2377
+ height: "24",
2378
+ fill: stroke || color || "white",
2379
+ transform: "translate(24 1.04907e-06) rotate(90)"
2380
+ }
2381
+ ) }) })
2382
+ ] }), Ratio916_default = IconRatio916;
1998
2383
 
1999
2384
  // src/components/ReEdit.tsx
2000
- var import_jsx_runtime20 = __toESM(require_jsx_runtime()), IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
2001
- "svg",
2385
+ var import_jsx_runtime28 = __toESM(require_jsx_runtime()), IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
2386
+ "path",
2002
2387
  {
2003
- width: width || size || 24,
2004
- height: height || size || 24,
2005
- fill: fill || color || "none",
2006
- viewBox: "0 0 24 24",
2007
- className,
2008
- children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
2009
- "path",
2010
- {
2011
- fill: stroke || color || "white",
2012
- d: "M1.5 0V8.25H19.5V5.25H21.75V9.58393L10.875 11.8339V15H8.25V24H15.75V15H13.125V13.6661L24 11.4161V3H19.5V0H1.5ZM17.25 2.25H3.75V6H17.25V2.25ZM10.5 17.25H13.5V21.75H10.5V17.25Z",
2013
- fillRule: "evenodd",
2014
- clipRule: "evenodd"
2015
- }
2016
- )
2388
+ fill: stroke || color || "white",
2389
+ d: "M1.5 0V8.25H19.5V5.25H21.75V9.58393L10.875 11.8339V15H8.25V24H15.75V15H13.125V13.6661L24 11.4161V3H19.5V0H1.5ZM17.25 2.25H3.75V6H17.25V2.25ZM10.5 17.25H13.5V21.75H10.5V17.25Z",
2390
+ fillRule: "evenodd",
2391
+ clipRule: "evenodd"
2017
2392
  }
2018
- ), ReEdit_default = IconReEdit;
2393
+ ) }), ReEdit_default = IconReEdit;
2019
2394
 
2020
2395
  // src/components/Regenerate.tsx
2021
- var import_jsx_runtime21 = __toESM(require_jsx_runtime()), IconRegenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
2022
- "svg",
2396
+ var import_jsx_runtime29 = __toESM(require_jsx_runtime()), IconRegenerate = ({ 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)(
2397
+ "path",
2023
2398
  {
2024
- width: width || size || 24,
2025
- height: height || size || 24,
2026
- fill: fill || color || "none",
2027
- viewBox: "0 0 24 24",
2028
- className,
2029
- children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
2030
- "path",
2031
- {
2032
- fill: stroke || color || "white",
2033
- d: "M13.5 9L15 10.5H24V1.5L22.5 0L18.7955 3.7045L17.6831 2.59214C16.0234 0.932422 13.7723 0 11.4252 0C5.11521 0 0 5.11522 0 11.4252V12C0 18.6274 5.37258 24 12 24C15.0693 24 18.1424 22.8282 20.4853 20.4853L18.8943 18.8943C16.9903 20.7983 14.497 21.75 12 21.75C6.61522 21.75 2.25 17.3848 2.25 12V11.4252C2.25 6.35786 6.35786 2.25 11.4252 2.25C13.1756 2.25 14.8544 2.94537 16.0921 4.18313L17.2045 5.2955L13.5 9ZM21.75 3.93198V8.25H17.432L21.75 3.93198Z",
2034
- fillRule: "evenodd",
2035
- clipRule: "evenodd"
2036
- }
2037
- )
2399
+ fill: stroke || color || "white",
2400
+ d: "M13.5 9L15 10.5H24V1.5L22.5 0L18.7955 3.7045L17.6831 2.59214C16.0234 0.932422 13.7723 0 11.4252 0C5.11521 0 0 5.11522 0 11.4252V12C0 18.6274 5.37258 24 12 24C15.0693 24 18.1424 22.8282 20.4853 20.4853L18.8943 18.8943C16.9903 20.7983 14.497 21.75 12 21.75C6.61522 21.75 2.25 17.3848 2.25 12V11.4252C2.25 6.35786 6.35786 2.25 11.4252 2.25C13.1756 2.25 14.8544 2.94537 16.0921 4.18313L17.2045 5.2955L13.5 9ZM21.75 3.93198V8.25H17.432L21.75 3.93198Z",
2401
+ fillRule: "evenodd",
2402
+ clipRule: "evenodd"
2038
2403
  }
2039
- ), Regenerate_default = IconRegenerate;
2404
+ ) }), Regenerate_default = IconRegenerate;
2040
2405
 
2041
2406
  // src/components/SocialX.tsx
2042
- var import_jsx_runtime22 = __toESM(require_jsx_runtime()), IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
2043
- "svg",
2407
+ var import_jsx_runtime30 = __toESM(require_jsx_runtime()), IconSocialX = ({ 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)(
2408
+ "path",
2044
2409
  {
2045
- width: width || size || 24,
2046
- height: height || size || 24,
2047
- fill: fill || color || "none",
2048
- viewBox: "0 0 24 24",
2049
- className,
2050
- children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
2051
- "path",
2052
- {
2053
- fill: fill || color || "black",
2054
- d: "M18.3263 1.9039H21.6998L14.3297 10.3274L23 21.7899H16.2112L10.894 14.8379L4.80995 21.7899H1.43443L9.31743 12.78L1 1.9039H7.96111L12.7674 8.25823L18.3263 1.9039ZM17.1423 19.7707H19.0116L6.94539 3.81703H4.93946L17.1423 19.7707Z"
2055
- }
2056
- )
2410
+ fill: fill || color || "black",
2411
+ d: "M18.3263 1.9039H21.6998L14.3297 10.3274L23 21.7899H16.2112L10.894 14.8379L4.80995 21.7899H1.43443L9.31743 12.78L1 1.9039H7.96111L12.7674 8.25823L18.3263 1.9039ZM17.1423 19.7707H19.0116L6.94539 3.81703H4.93946L17.1423 19.7707Z"
2057
2412
  }
2058
- ), SocialX_default = IconSocialX;
2413
+ ) }), SocialX_default = IconSocialX;
2059
2414
 
2060
2415
  // src/components/SocialDiscord.tsx
2061
- var import_jsx_runtime23 = __toESM(require_jsx_runtime()), IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
2062
- "svg",
2416
+ var import_jsx_runtime31 = __toESM(require_jsx_runtime()), IconSocialDiscord = ({ 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)(
2417
+ "path",
2063
2418
  {
2064
- width: width || size || 24,
2065
- height: height || size || 24,
2066
- fill: fill || color || "none",
2067
- viewBox: "0 0 24 24",
2068
- className,
2069
- children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
2070
- "path",
2071
- {
2072
- fill: fill || color || "black",
2073
- d: "M20.317 4.1556C18.7873 3.45372 17.147 2.93661 15.4319 2.64043C15.4007 2.63472 15.3695 2.649 15.3534 2.67757C15.1424 3.05279 14.9087 3.54229 14.7451 3.92703C12.9004 3.65086 11.0652 3.65086 9.25832 3.92703C9.09465 3.53373 8.85248 3.05279 8.64057 2.67757C8.62448 2.64996 8.59328 2.63567 8.56205 2.64043C6.84791 2.93566 5.20756 3.45278 3.67693 4.1556C3.66368 4.16132 3.65233 4.17085 3.64479 4.18322C0.533392 8.83158 -0.31895 13.3657 0.0991801 17.8436C0.101072 17.8655 0.11337 17.8864 0.130398 17.8998C2.18321 19.4073 4.17171 20.3225 6.12328 20.9291C6.15451 20.9387 6.18761 20.9272 6.20748 20.9015C6.66913 20.2711 7.08064 19.6064 7.43348 18.9073C7.4543 18.8664 7.43442 18.8178 7.39186 18.8016C6.73913 18.554 6.1176 18.2521 5.51973 17.9093C5.47244 17.8817 5.46865 17.814 5.51216 17.7817C5.63797 17.6874 5.76382 17.5893 5.88396 17.4902C5.90569 17.4722 5.93598 17.4683 5.96153 17.4798C9.88928 19.273 14.1415 19.273 18.023 17.4798C18.0485 17.4674 18.0788 17.4712 18.1015 17.4893C18.2216 17.5883 18.3475 17.6874 18.4742 17.7817C18.5177 17.814 18.5149 17.8817 18.4676 17.9093C17.8697 18.2588 17.2482 18.554 16.5945 18.8007C16.552 18.8169 16.533 18.8664 16.5538 18.9073C16.9143 19.6054 17.3258 20.2701 17.7789 20.9006C17.7978 20.9272 17.8319 20.9387 17.8631 20.9291C19.8241 20.3225 21.8126 19.4073 23.8654 17.8998C23.8834 17.8864 23.8948 17.8664 23.8967 17.8445C24.3971 12.6676 23.0585 8.17067 20.3482 4.18417C20.3416 4.17085 20.3303 4.16132 20.317 4.1556ZM8.02002 15.117C6.8375 15.117 5.86313 14.0314 5.86313 12.6981C5.86313 11.3648 6.8186 10.2792 8.02002 10.2792C9.23087 10.2792 10.1958 11.3743 10.1769 12.6981C10.1769 14.0314 9.22141 15.117 8.02002 15.117ZM15.9947 15.117C14.8123 15.117 13.8379 14.0314 13.8379 12.6981C13.8379 11.3648 14.7933 10.2792 15.9947 10.2792C17.2056 10.2792 18.1705 11.3743 18.1516 12.6981C18.1516 14.0314 17.2056 15.117 15.9947 15.117Z"
2074
- }
2075
- )
2419
+ fill: fill || color || "black",
2420
+ d: "M20.317 4.1556C18.7873 3.45372 17.147 2.93661 15.4319 2.64043C15.4007 2.63472 15.3695 2.649 15.3534 2.67757C15.1424 3.05279 14.9087 3.54229 14.7451 3.92703C12.9004 3.65086 11.0652 3.65086 9.25832 3.92703C9.09465 3.53373 8.85248 3.05279 8.64057 2.67757C8.62448 2.64996 8.59328 2.63567 8.56205 2.64043C6.84791 2.93566 5.20756 3.45278 3.67693 4.1556C3.66368 4.16132 3.65233 4.17085 3.64479 4.18322C0.533392 8.83158 -0.31895 13.3657 0.0991801 17.8436C0.101072 17.8655 0.11337 17.8864 0.130398 17.8998C2.18321 19.4073 4.17171 20.3225 6.12328 20.9291C6.15451 20.9387 6.18761 20.9272 6.20748 20.9015C6.66913 20.2711 7.08064 19.6064 7.43348 18.9073C7.4543 18.8664 7.43442 18.8178 7.39186 18.8016C6.73913 18.554 6.1176 18.2521 5.51973 17.9093C5.47244 17.8817 5.46865 17.814 5.51216 17.7817C5.63797 17.6874 5.76382 17.5893 5.88396 17.4902C5.90569 17.4722 5.93598 17.4683 5.96153 17.4798C9.88928 19.273 14.1415 19.273 18.023 17.4798C18.0485 17.4674 18.0788 17.4712 18.1015 17.4893C18.2216 17.5883 18.3475 17.6874 18.4742 17.7817C18.5177 17.814 18.5149 17.8817 18.4676 17.9093C17.8697 18.2588 17.2482 18.554 16.5945 18.8007C16.552 18.8169 16.533 18.8664 16.5538 18.9073C16.9143 19.6054 17.3258 20.2701 17.7789 20.9006C17.7978 20.9272 17.8319 20.9387 17.8631 20.9291C19.8241 20.3225 21.8126 19.4073 23.8654 17.8998C23.8834 17.8864 23.8948 17.8664 23.8967 17.8445C24.3971 12.6676 23.0585 8.17067 20.3482 4.18417C20.3416 4.17085 20.3303 4.16132 20.317 4.1556ZM8.02002 15.117C6.8375 15.117 5.86313 14.0314 5.86313 12.6981C5.86313 11.3648 6.8186 10.2792 8.02002 10.2792C9.23087 10.2792 10.1958 11.3743 10.1769 12.6981C10.1769 14.0314 9.22141 15.117 8.02002 15.117ZM15.9947 15.117C14.8123 15.117 13.8379 14.0314 13.8379 12.6981C13.8379 11.3648 14.7933 10.2792 15.9947 10.2792C17.2056 10.2792 18.1705 11.3743 18.1516 12.6981C18.1516 14.0314 17.2056 15.117 15.9947 15.117Z"
2076
2421
  }
2077
- ), SocialDiscord_default = IconSocialDiscord;
2422
+ ) }), SocialDiscord_default = IconSocialDiscord;
2078
2423
 
2079
2424
  // src/components/SoundOff.tsx
2080
- var import_jsx_runtime24 = __toESM(require_jsx_runtime()), IconSoundOff = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
2081
- "svg",
2082
- {
2083
- width: width || size || 24,
2084
- height: height || size || 24,
2085
- fill: fill || color || "none",
2086
- viewBox: "0 0 24 24",
2087
- className,
2088
- children: [
2089
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
2090
- "path",
2091
- {
2092
- fill: stroke || color || "white",
2093
- d: "M0.75 0H3.75L23.25 24H20.25L12 13.8462V22.5H9L3 16.5H0V7.5H3L5.12069 5.37931L0.75 0ZM6.54709 7.13489L3.93198 9.75H2.25V14.25H3.93198L9.75 20.068V11.0769L6.54709 7.13489Z",
2094
- fillRule: "evenodd",
2095
- clipRule: "evenodd"
2096
- }
2097
- ),
2098
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
2099
- "path",
2100
- {
2101
- fill: stroke || color || "white",
2102
- d: "M20.5212 15.8841L21.981 17.6807C23.2432 16.1315 24 14.1541 24 12C24 7.02944 19.9706 3 15 3V5.25C18.7279 5.25 21.75 8.27208 21.75 12C21.75 13.4459 21.2954 14.7857 20.5212 15.8841Z"
2103
- }
2104
- )
2105
- ]
2106
- }
2107
- ), SoundOff_default = IconSoundOff;
2425
+ var import_jsx_runtime32 = __toESM(require_jsx_runtime()), IconSoundOff = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2426
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
2427
+ "path",
2428
+ {
2429
+ fill: stroke || color || "white",
2430
+ d: "M0.75 0H3.75L23.25 24H20.25L12 13.8462V22.5H9L3 16.5H0V7.5H3L5.12069 5.37931L0.75 0ZM6.54709 7.13489L3.93198 9.75H2.25V14.25H3.93198L9.75 20.068V11.0769L6.54709 7.13489Z",
2431
+ fillRule: "evenodd",
2432
+ clipRule: "evenodd"
2433
+ }
2434
+ ),
2435
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
2436
+ "path",
2437
+ {
2438
+ fill: stroke || color || "white",
2439
+ d: "M20.5212 15.8841L21.981 17.6807C23.2432 16.1315 24 14.1541 24 12C24 7.02944 19.9706 3 15 3V5.25C18.7279 5.25 21.75 8.27208 21.75 12C21.75 13.4459 21.2954 14.7857 20.5212 15.8841Z"
2440
+ }
2441
+ )
2442
+ ] }), SoundOff_default = IconSoundOff;
2108
2443
 
2109
2444
  // src/components/SoundOn.tsx
2110
- var import_jsx_runtime25 = __toESM(require_jsx_runtime()), IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
2111
- "svg",
2112
- {
2113
- width: width || size || 24,
2114
- height: height || size || 24,
2115
- fill: fill || color || "none",
2116
- viewBox: "0 0 24 24",
2117
- className,
2118
- children: [
2119
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
2120
- "path",
2121
- {
2122
- fill: stroke || color || "white",
2123
- d: "M9 22.5L3 16.5H0V7.5H3L9 1.5H12V22.5H9ZM2.25 14.25V9.75H3.93198L9.75 3.93198V20.068L3.93198 14.25H2.25Z",
2124
- fillRule: "evenodd",
2125
- clipRule: "evenodd"
2126
- }
2127
- ),
2128
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
2129
- "path",
2130
- {
2131
- fill: stroke || color || "white",
2132
- 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"
2133
- }
2134
- ),
2135
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
2136
- "path",
2137
- {
2138
- fill: stroke || color || "white",
2139
- d: "M15 10.5C15.8284 10.5 16.5 11.1716 16.5 12C16.5 12.8284 15.8284 13.5 15 13.5V15.75C17.0711 15.75 18.75 14.0711 18.75 12C18.75 9.92893 17.0711 8.25 15 8.25V10.5Z"
2140
- }
2141
- )
2142
- ]
2143
- }
2144
- ), SoundOn_default = IconSoundOn;
2445
+ var import_jsx_runtime33 = __toESM(require_jsx_runtime()), IconSoundOn = ({ 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: [
2446
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
2447
+ "path",
2448
+ {
2449
+ fill: stroke || color || "white",
2450
+ d: "M9 22.5L3 16.5H0V7.5H3L9 1.5H12V22.5H9ZM2.25 14.25V9.75H3.93198L9.75 3.93198V20.068L3.93198 14.25H2.25Z",
2451
+ fillRule: "evenodd",
2452
+ clipRule: "evenodd"
2453
+ }
2454
+ ),
2455
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
2456
+ "path",
2457
+ {
2458
+ fill: stroke || color || "white",
2459
+ 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"
2460
+ }
2461
+ ),
2462
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
2463
+ "path",
2464
+ {
2465
+ fill: stroke || color || "white",
2466
+ d: "M15 10.5C15.8284 10.5 16.5 11.1716 16.5 12C16.5 12.8284 15.8284 13.5 15 13.5V15.75C17.0711 15.75 18.75 14.0711 18.75 12C18.75 9.92893 17.0711 8.25 15 8.25V10.5Z"
2467
+ }
2468
+ )
2469
+ ] }), SoundOn_default = IconSoundOn;
2145
2470
 
2146
2471
  // src/components/ToolsFilled.tsx
2147
- var import_jsx_runtime26 = __toESM(require_jsx_runtime()), IconToolsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
2148
- "svg",
2149
- {
2150
- width: width || size || 24,
2151
- height: height || size || 24,
2152
- fill: fill || color || "none",
2153
- viewBox: "0 0 24 24",
2154
- className,
2155
- children: [
2156
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { fill: fill || color || "black", d: "M24 12L19.5 16.5L15 15L9 9L7.5 4.5L12 0L16.5 1.5L22.5 7.5L24 12Z" }),
2157
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { fill: fill || color || "black", d: "M0 19.4999L7.62868 11.8713L12.1287 16.3713L4.5 23.9999L0 19.4999Z" })
2158
- ]
2159
- }
2160
- ), ToolsFilled_default = IconToolsFilled;
2472
+ var import_jsx_runtime34 = __toESM(require_jsx_runtime()), IconToolsFilled = ({ 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: [
2473
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { fill: fill || color || "black", d: "M24 12L19.5 16.5L15 15L9 9L7.5 4.5L12 0L16.5 1.5L22.5 7.5L24 12Z" }),
2474
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { fill: fill || color || "black", d: "M0 19.4999L7.62868 11.8713L12.1287 16.3713L4.5 23.9999L0 19.4999Z" })
2475
+ ] }), ToolsFilled_default = IconToolsFilled;
2161
2476
 
2162
2477
  // src/components/Tools.tsx
2163
- var import_jsx_runtime27 = __toESM(require_jsx_runtime()), IconTools = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
2164
- "svg",
2478
+ var import_jsx_runtime35 = __toESM(require_jsx_runtime()), IconTools = ({ 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)(
2479
+ "path",
2165
2480
  {
2166
- width: width || size || 24,
2167
- height: height || size || 24,
2168
- fill: fill || color || "none",
2169
- viewBox: "0 0 24 24",
2170
- className,
2171
- children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
2172
- "path",
2173
- {
2174
- stroke: stroke || color || "white",
2175
- d: "M16.0957 2.15625L21.8438 7.9043L23.1416 11.7979L19.2979 15.6416L15.4043 14.3438L14.625 13.5645L5.25 22.9395L1.06055 18.75L10.4355 9.375L9.65625 8.5957L8.3584 4.70215L12.2021 0.858398L16.0957 2.15625ZM2.12109 18.75L5.25 21.8789L14.0947 13.0342L10.9658 9.90527L2.12109 18.75ZM9.21582 4.90527L9.3623 5.34473L10.2549 8.02148L10.3115 8.18945L15.8105 13.6885L15.9785 13.7451L18.6553 14.6377L19.0947 14.7842L22.2842 11.5947L22.1377 11.1553L21.2451 8.47852L21.1885 8.31055L15.6895 2.81152L15.5215 2.75488L12.8447 1.8623L12.4053 1.71582L9.21582 4.90527Z",
2176
- strokeWidth: "1.5"
2177
- }
2178
- )
2481
+ stroke: stroke || color || "white",
2482
+ d: "M16.0957 2.15625L21.8438 7.9043L23.1416 11.7979L19.2979 15.6416L15.4043 14.3438L14.625 13.5645L5.25 22.9395L1.06055 18.75L10.4355 9.375L9.65625 8.5957L8.3584 4.70215L12.2021 0.858398L16.0957 2.15625ZM2.12109 18.75L5.25 21.8789L14.0947 13.0342L10.9658 9.90527L2.12109 18.75ZM9.21582 4.90527L9.3623 5.34473L10.2549 8.02148L10.3115 8.18945L15.8105 13.6885L15.9785 13.7451L18.6553 14.6377L19.0947 14.7842L22.2842 11.5947L22.1377 11.1553L21.2451 8.47852L21.1885 8.31055L15.6895 2.81152L15.5215 2.75488L12.8447 1.8623L12.4053 1.71582L9.21582 4.90527Z",
2483
+ strokeWidth: "1.5"
2179
2484
  }
2180
- ), Tools_default = IconTools;
2485
+ ) }), Tools_default = IconTools;
2181
2486
 
2182
2487
  // src/components/VideoGeneration.tsx
2183
- var import_jsx_runtime28 = __toESM(require_jsx_runtime()), IconVideoGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
2184
- "svg",
2185
- {
2186
- width: width || size || 24,
2187
- height: height || size || 24,
2188
- fill: fill || color || "none",
2189
- viewBox: "0 0 24 24",
2190
- className,
2191
- children: [
2192
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
2193
- "path",
2194
- {
2195
- fill: stroke || color || "white",
2196
- 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"
2197
- }
2198
- ),
2199
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
2200
- "path",
2201
- {
2202
- fill: stroke || color || "white",
2203
- 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"
2204
- }
2205
- ),
2206
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
2207
- "path",
2208
- {
2209
- fill: stroke || color || "white",
2210
- d: "M9 18H11.25L17.25 12L11.25 6H9V18ZM11.25 9.18198L14.068 12L11.25 14.818V9.18198Z",
2211
- fillRule: "evenodd",
2212
- clipRule: "evenodd"
2213
- }
2214
- )
2215
- ]
2216
- }
2217
- ), VideoGeneration_default = IconVideoGeneration;
2488
+ var import_jsx_runtime36 = __toESM(require_jsx_runtime()), IconVideoGeneration = ({ 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: [
2489
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2490
+ "path",
2491
+ {
2492
+ fill: stroke || color || "white",
2493
+ 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"
2494
+ }
2495
+ ),
2496
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2497
+ "path",
2498
+ {
2499
+ fill: stroke || color || "white",
2500
+ 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"
2501
+ }
2502
+ ),
2503
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2504
+ "path",
2505
+ {
2506
+ fill: stroke || color || "white",
2507
+ d: "M9 18H11.25L17.25 12L11.25 6H9V18ZM11.25 9.18198L14.068 12L11.25 14.818V9.18198Z",
2508
+ fillRule: "evenodd",
2509
+ clipRule: "evenodd"
2510
+ }
2511
+ )
2512
+ ] }), VideoGeneration_default = IconVideoGeneration;
2218
2513
 
2219
2514
  // src/components/VideoLength.tsx
2220
- var import_jsx_runtime29 = __toESM(require_jsx_runtime()), IconVideoLength = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
2221
- "svg",
2222
- {
2223
- width: width || size || 24,
2224
- height: height || size || 24,
2225
- fill: fill || color || "none",
2226
- viewBox: "0 0 24 24",
2227
- className,
2228
- children: [
2229
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { fill: stroke || color || "white", d: "M10.875 9V15H13.125V9H10.875Z" }),
2230
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
2231
- "path",
2232
- {
2233
- fill: stroke || color || "white",
2234
- d: "M7.5 2.25H10.875V4.5642C6.02013 5.12198 2.25 9.24571 2.25 14.25C2.25 19.6348 6.61522 24 12 24C17.3848 24 21.75 19.6348 21.75 14.25C21.75 11.963 20.9626 9.85985 19.644 8.19698L21.7955 6.0455L20.2045 4.4545L18.053 6.60599C16.6668 5.5068 14.9746 4.77671 13.125 4.5642V2.25H16.5V0H7.5V2.25ZM19.5 14.25C19.5 18.3921 16.1421 21.75 12 21.75C7.85786 21.75 4.5 18.3921 4.5 14.25C4.5 10.1079 7.85786 6.75 12 6.75C16.1421 6.75 19.5 10.1079 19.5 14.25Z",
2235
- fillRule: "evenodd",
2236
- clipRule: "evenodd"
2237
- }
2238
- )
2239
- ]
2240
- }
2241
- ), VideoLength_default = IconVideoLength;
2515
+ var import_jsx_runtime37 = __toESM(require_jsx_runtime()), IconVideoLength = ({ 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: [
2516
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("path", { fill: stroke || color || "white", d: "M10.875 9V15H13.125V9H10.875Z" }),
2517
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
2518
+ "path",
2519
+ {
2520
+ fill: stroke || color || "white",
2521
+ d: "M7.5 2.25H10.875V4.5642C6.02013 5.12198 2.25 9.24571 2.25 14.25C2.25 19.6348 6.61522 24 12 24C17.3848 24 21.75 19.6348 21.75 14.25C21.75 11.963 20.9626 9.85985 19.644 8.19698L21.7955 6.0455L20.2045 4.4545L18.053 6.60599C16.6668 5.5068 14.9746 4.77671 13.125 4.5642V2.25H16.5V0H7.5V2.25ZM19.5 14.25C19.5 18.3921 16.1421 21.75 12 21.75C7.85786 21.75 4.5 18.3921 4.5 14.25C4.5 10.1079 7.85786 6.75 12 6.75C16.1421 6.75 19.5 10.1079 19.5 14.25Z",
2522
+ fillRule: "evenodd",
2523
+ clipRule: "evenodd"
2524
+ }
2525
+ )
2526
+ ] }), VideoLength_default = IconVideoLength;
2242
2527
  })();
2243
2528
  /*! Bundled license information:
2244
2529