@yoroll/react-icon 0.0.8 → 0.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +546 -387
- package/dist/index.iife.js +534 -387
- package/dist/index.iife.min.js +6 -6
- package/dist/index.js +657 -486
- package/dist/index.min.cjs +2 -2
- package/dist/index.min.js +2 -2
- package/dist/types/components/AddSceneChoice.d.ts +4 -0
- package/dist/types/components/Check.d.ts +4 -0
- package/dist/types/components/DraghandleFilled.d.ts +4 -0
- package/dist/types/components/ModelGeminiFilled1.d.ts +4 -0
- package/dist/types/components/Next.d.ts +4 -0
- package/dist/types/components/PageError1.d.ts +4 -0
- package/dist/types/components/PickedFilled.d.ts +4 -0
- package/dist/types/components/PlayFilled.d.ts +4 -0
- package/dist/types/components/SceneNext.d.ts +4 -0
- package/dist/types/components/Share.d.ts +4 -0
- package/dist/types/components/ShareFilled.d.ts +4 -0
- package/dist/types/components/SwitchOnFilled1.d.ts +4 -0
- package/dist/types/components/index.d.ts +12 -0
- package/package.json +1 -1
package/dist/index.iife.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @lineargame svg icons react v0.0.
|
|
1
|
+
/*! @lineargame svg icons react v0.0.10 */
|
|
2
2
|
|
|
3
3
|
"use strict";
|
|
4
4
|
(() => {
|
|
@@ -1600,8 +1600,28 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1600
1600
|
)
|
|
1601
1601
|
] }), Uploadimage_default = IconUploadimage;
|
|
1602
1602
|
|
|
1603
|
+
// src/components/AddSceneChoice.tsx
|
|
1604
|
+
var import_jsx_runtime4 = __toESM(require_jsx_runtime()), IconAddSceneChoice = ({ 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: [
|
|
1605
|
+
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
1606
|
+
"path",
|
|
1607
|
+
{
|
|
1608
|
+
fill: stroke || color || "currentColor",
|
|
1609
|
+
d: "M10.875 6V10.875H6V13.125H10.875V18H13.125V13.125H18V10.875H13.125V6H10.875Z"
|
|
1610
|
+
}
|
|
1611
|
+
),
|
|
1612
|
+
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
1613
|
+
"path",
|
|
1614
|
+
{
|
|
1615
|
+
fill: stroke || color || "currentColor",
|
|
1616
|
+
d: "M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM21.75 12C21.75 17.3848 17.3848 21.75 12 21.75C6.61522 21.75 2.25 17.3848 2.25 12C2.25 6.61522 6.61522 2.25 12 2.25C17.3848 2.25 21.75 6.61522 21.75 12Z",
|
|
1617
|
+
fillRule: "evenodd",
|
|
1618
|
+
clipRule: "evenodd"
|
|
1619
|
+
}
|
|
1620
|
+
)
|
|
1621
|
+
] }), AddSceneChoice_default = IconAddSceneChoice;
|
|
1622
|
+
|
|
1603
1623
|
// src/components/Add.tsx
|
|
1604
|
-
var
|
|
1624
|
+
var import_jsx_runtime5 = __toESM(require_jsx_runtime()), IconAdd = ({ 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
1625
|
"path",
|
|
1606
1626
|
{
|
|
1607
1627
|
fill: stroke || color || "currentColor",
|
|
@@ -1610,8 +1630,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1610
1630
|
) }), Add_default = IconAdd;
|
|
1611
1631
|
|
|
1612
1632
|
// src/components/Agreements.tsx
|
|
1613
|
-
var
|
|
1614
|
-
/* @__PURE__ */ (0,
|
|
1633
|
+
var import_jsx_runtime6 = __toESM(require_jsx_runtime()), IconAgreements = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1634
|
+
/* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|
|
1615
1635
|
"path",
|
|
1616
1636
|
{
|
|
1617
1637
|
fill: stroke || color || "currentColor",
|
|
@@ -1620,11 +1640,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1620
1640
|
clipRule: "evenodd"
|
|
1621
1641
|
}
|
|
1622
1642
|
),
|
|
1623
|
-
/* @__PURE__ */ (0,
|
|
1643
|
+
/* @__PURE__ */ (0, import_jsx_runtime6.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 16.25H16.5V14H7.5V16.25Z" })
|
|
1624
1644
|
] }), Agreements_default = IconAgreements;
|
|
1625
1645
|
|
|
1626
1646
|
// src/components/AngleDown.tsx
|
|
1627
|
-
var
|
|
1647
|
+
var import_jsx_runtime7 = __toESM(require_jsx_runtime()), IconAngleDown = ({ 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)(
|
|
1628
1648
|
"path",
|
|
1629
1649
|
{
|
|
1630
1650
|
fill: stroke || color || "currentColor",
|
|
@@ -1633,7 +1653,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1633
1653
|
) }), AngleDown_default = IconAngleDown;
|
|
1634
1654
|
|
|
1635
1655
|
// src/components/Artboard.tsx
|
|
1636
|
-
var
|
|
1656
|
+
var import_jsx_runtime8 = __toESM(require_jsx_runtime()), IconArtboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
|
|
1637
1657
|
"path",
|
|
1638
1658
|
{
|
|
1639
1659
|
fill: stroke || color || "currentColor",
|
|
@@ -1644,17 +1664,17 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1644
1664
|
) }), Artboard_default = IconArtboard;
|
|
1645
1665
|
|
|
1646
1666
|
// src/components/AssetsFilled.tsx
|
|
1647
|
-
var
|
|
1648
|
-
/* @__PURE__ */ (0,
|
|
1649
|
-
/* @__PURE__ */ (0,
|
|
1650
|
-
/* @__PURE__ */ (0,
|
|
1667
|
+
var import_jsx_runtime9 = __toESM(require_jsx_runtime()), IconAssetsFilled = ({ 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: [
|
|
1668
|
+
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)("path", { fill: fill || color || "currentColor", d: "M19.5 0H4.5V3H19.5V0Z" }),
|
|
1669
|
+
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)("path", { fill: fill || color || "currentColor", d: "M3 6H21V9H3V6Z" }),
|
|
1670
|
+
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)("path", { fill: fill || color || "currentColor", d: "M1.5 12H22.5V22.5H1.5V12Z" })
|
|
1651
1671
|
] }), AssetsFilled_default = IconAssetsFilled;
|
|
1652
1672
|
|
|
1653
1673
|
// src/components/Assets.tsx
|
|
1654
|
-
var
|
|
1655
|
-
/* @__PURE__ */ (0,
|
|
1656
|
-
/* @__PURE__ */ (0,
|
|
1657
|
-
/* @__PURE__ */ (0,
|
|
1674
|
+
var import_jsx_runtime10 = __toESM(require_jsx_runtime()), IconAssets = ({ 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: [
|
|
1675
|
+
/* @__PURE__ */ (0, import_jsx_runtime10.jsx)("path", { fill: stroke || color || "currentColor", d: "M19.5 0H4.5V2.25H19.5V0Z" }),
|
|
1676
|
+
/* @__PURE__ */ (0, import_jsx_runtime10.jsx)("path", { fill: stroke || color || "currentColor", d: "M3 5.25H21V7.5H3V5.25Z" }),
|
|
1677
|
+
/* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
|
|
1658
1678
|
"path",
|
|
1659
1679
|
{
|
|
1660
1680
|
fill: stroke || color || "currentColor",
|
|
@@ -1666,7 +1686,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1666
1686
|
] }), Assets_default = IconAssets;
|
|
1667
1687
|
|
|
1668
1688
|
// src/components/Backward.tsx
|
|
1669
|
-
var
|
|
1689
|
+
var import_jsx_runtime11 = __toESM(require_jsx_runtime()), IconBackward = ({ 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)(
|
|
1670
1690
|
"path",
|
|
1671
1691
|
{
|
|
1672
1692
|
fill: stroke || color || "currentColor",
|
|
@@ -1675,7 +1695,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1675
1695
|
) }), Backward_default = IconBackward;
|
|
1676
1696
|
|
|
1677
1697
|
// src/components/BatchShots.tsx
|
|
1678
|
-
var
|
|
1698
|
+
var import_jsx_runtime12 = __toESM(require_jsx_runtime()), IconBatchShots = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
|
|
1679
1699
|
"path",
|
|
1680
1700
|
{
|
|
1681
1701
|
fill: stroke || color || "currentColor",
|
|
@@ -1686,7 +1706,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1686
1706
|
) }), BatchShots_default = IconBatchShots;
|
|
1687
1707
|
|
|
1688
1708
|
// src/components/Canvasmode.tsx
|
|
1689
|
-
var
|
|
1709
|
+
var import_jsx_runtime13 = __toESM(require_jsx_runtime()), IconCanvasmode = ({ 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)(
|
|
1690
1710
|
"path",
|
|
1691
1711
|
{
|
|
1692
1712
|
fill: stroke || color || "currentColor",
|
|
@@ -1697,7 +1717,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1697
1717
|
) }), Canvasmode_default = IconCanvasmode;
|
|
1698
1718
|
|
|
1699
1719
|
// src/components/Chaptercollapse.tsx
|
|
1700
|
-
var
|
|
1720
|
+
var import_jsx_runtime14 = __toESM(require_jsx_runtime()), IconChaptercollapse = ({ 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)(
|
|
1701
1721
|
"path",
|
|
1702
1722
|
{
|
|
1703
1723
|
fill: stroke || color || "currentColor",
|
|
@@ -1708,7 +1728,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1708
1728
|
) }), Chaptercollapse_default = IconChaptercollapse;
|
|
1709
1729
|
|
|
1710
1730
|
// src/components/Chapterexpand.tsx
|
|
1711
|
-
var
|
|
1731
|
+
var import_jsx_runtime15 = __toESM(require_jsx_runtime()), IconChapterexpand = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
|
1712
1732
|
"path",
|
|
1713
1733
|
{
|
|
1714
1734
|
fill: stroke || color || "currentColor",
|
|
@@ -1718,8 +1738,17 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1718
1738
|
}
|
|
1719
1739
|
) }), Chapterexpand_default = IconChapterexpand;
|
|
1720
1740
|
|
|
1741
|
+
// src/components/Check.tsx
|
|
1742
|
+
var import_jsx_runtime16 = __toESM(require_jsx_runtime()), IconCheck = ({ 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)(
|
|
1743
|
+
"path",
|
|
1744
|
+
{
|
|
1745
|
+
fill: stroke || color || "currentColor",
|
|
1746
|
+
d: "M21.7953 6.04549L8.99984 18.841L2.20435 12.0455L3.79534 10.4545L8.99984 15.659L20.2043 4.4545L21.7953 6.04549Z"
|
|
1747
|
+
}
|
|
1748
|
+
) }), Check_default = IconCheck;
|
|
1749
|
+
|
|
1721
1750
|
// src/components/CheckedFilled.tsx
|
|
1722
|
-
var
|
|
1751
|
+
var import_jsx_runtime17 = __toESM(require_jsx_runtime()), IconCheckedFilled = ({ 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)(
|
|
1723
1752
|
"path",
|
|
1724
1753
|
{
|
|
1725
1754
|
fill: fill || color || "currentColor",
|
|
@@ -1730,7 +1759,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1730
1759
|
) }), CheckedFilled_default = IconCheckedFilled;
|
|
1731
1760
|
|
|
1732
1761
|
// src/components/Close.tsx
|
|
1733
|
-
var
|
|
1762
|
+
var import_jsx_runtime18 = __toESM(require_jsx_runtime()), IconClose = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
1734
1763
|
"path",
|
|
1735
1764
|
{
|
|
1736
1765
|
fill: stroke || color || "currentColor",
|
|
@@ -1739,9 +1768,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1739
1768
|
) }), Close_default = IconClose;
|
|
1740
1769
|
|
|
1741
1770
|
// src/components/Copy.tsx
|
|
1742
|
-
var
|
|
1743
|
-
/* @__PURE__ */ (0,
|
|
1744
|
-
/* @__PURE__ */ (0,
|
|
1771
|
+
var import_jsx_runtime19 = __toESM(require_jsx_runtime()), IconCopy = ({ 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: [
|
|
1772
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { fill: stroke || color || "currentColor", d: "M12.75 2.25H2.25V12.75H6V15H0V0H15V6H12.75V2.25Z" }),
|
|
1773
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
1745
1774
|
"path",
|
|
1746
1775
|
{
|
|
1747
1776
|
fill: stroke || color || "currentColor",
|
|
@@ -1753,8 +1782,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1753
1782
|
] }), Copy_default = IconCopy;
|
|
1754
1783
|
|
|
1755
1784
|
// src/components/CreditFilled.tsx
|
|
1756
|
-
var
|
|
1757
|
-
/* @__PURE__ */ (0,
|
|
1785
|
+
var import_jsx_runtime20 = __toESM(require_jsx_runtime()), IconCreditFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1786
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("g", { clipPath: "url(#clip0_2_28)", children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
1758
1787
|
"path",
|
|
1759
1788
|
{
|
|
1760
1789
|
fill: fill || color || "currentColor",
|
|
@@ -1763,11 +1792,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1763
1792
|
clipRule: "evenodd"
|
|
1764
1793
|
}
|
|
1765
1794
|
) }),
|
|
1766
|
-
/* @__PURE__ */ (0,
|
|
1795
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("clipPath", { id: "clip0_2_28", children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
1767
1796
|
] }), CreditFilled_default = IconCreditFilled;
|
|
1768
1797
|
|
|
1769
1798
|
// src/components/Cursor.tsx
|
|
1770
|
-
var
|
|
1799
|
+
var import_jsx_runtime21 = __toESM(require_jsx_runtime()), IconCursor = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
1771
1800
|
"path",
|
|
1772
1801
|
{
|
|
1773
1802
|
fill: stroke || color || "currentColor",
|
|
@@ -1778,9 +1807,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1778
1807
|
) }), Cursor_default = IconCursor;
|
|
1779
1808
|
|
|
1780
1809
|
// src/components/DeleteSceneChoice.tsx
|
|
1781
|
-
var
|
|
1782
|
-
/* @__PURE__ */ (0,
|
|
1783
|
-
/* @__PURE__ */ (0,
|
|
1810
|
+
var import_jsx_runtime22 = __toESM(require_jsx_runtime()), IconDeleteSceneChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1811
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)("path", { fill: stroke || color || "currentColor", d: "M18 10.875H6V13.125H18V10.875Z" }),
|
|
1812
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
|
|
1784
1813
|
"path",
|
|
1785
1814
|
{
|
|
1786
1815
|
fill: stroke || color || "currentColor",
|
|
@@ -1792,9 +1821,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1792
1821
|
] }), DeleteSceneChoice_default = IconDeleteSceneChoice;
|
|
1793
1822
|
|
|
1794
1823
|
// src/components/Delete.tsx
|
|
1795
|
-
var
|
|
1796
|
-
/* @__PURE__ */ (0,
|
|
1797
|
-
/* @__PURE__ */ (0,
|
|
1824
|
+
var import_jsx_runtime23 = __toESM(require_jsx_runtime()), IconDelete = ({ 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: [
|
|
1825
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 17.25V11.25H10.875V17.25H13.125Z" }),
|
|
1826
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
1798
1827
|
"path",
|
|
1799
1828
|
{
|
|
1800
1829
|
fill: stroke || color || "currentColor",
|
|
@@ -1806,15 +1835,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1806
1835
|
] }), Delete_default = IconDelete;
|
|
1807
1836
|
|
|
1808
1837
|
// src/components/Download.tsx
|
|
1809
|
-
var
|
|
1810
|
-
/* @__PURE__ */ (0,
|
|
1838
|
+
var import_jsx_runtime24 = __toESM(require_jsx_runtime()), IconDownload = ({ 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: [
|
|
1839
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
1811
1840
|
"path",
|
|
1812
1841
|
{
|
|
1813
1842
|
fill: stroke || color || "currentColor",
|
|
1814
1843
|
d: "M22.5 24L22.5 13.5H20.25V21.75L3.75 21.75L3.75 13.5H1.5L1.5 24L22.5 24Z"
|
|
1815
1844
|
}
|
|
1816
1845
|
),
|
|
1817
|
-
/* @__PURE__ */ (0,
|
|
1846
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
1818
1847
|
"path",
|
|
1819
1848
|
{
|
|
1820
1849
|
fill: stroke || color || "currentColor",
|
|
@@ -1825,8 +1854,18 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1825
1854
|
)
|
|
1826
1855
|
] }), Download_default = IconDownload;
|
|
1827
1856
|
|
|
1857
|
+
// src/components/DraghandleFilled.tsx
|
|
1858
|
+
var import_jsx_runtime25 = __toESM(require_jsx_runtime()), IconDraghandleFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1859
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)("path", { fill: fill || color || "currentColor", d: "M18 7.19999V2.39999H13.2V7.19999L18 7.19999Z" }),
|
|
1860
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)("path", { fill: fill || color || "currentColor", d: "M18 9.59999V14.4H13.2L13.2 9.59999H18Z" }),
|
|
1861
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 9.59999V14.4H6V9.59999H10.8Z" }),
|
|
1862
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 2.39999V7.19999L6 7.19999V2.39999H10.8Z" }),
|
|
1863
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)("path", { fill: fill || color || "currentColor", d: "M18 21.6V16.8H13.2V21.6H18Z" }),
|
|
1864
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 16.8V21.6H6V16.8H10.8Z" })
|
|
1865
|
+
] }), DraghandleFilled_default = IconDraghandleFilled;
|
|
1866
|
+
|
|
1828
1867
|
// src/components/FeedbackFailFilled.tsx
|
|
1829
|
-
var
|
|
1868
|
+
var import_jsx_runtime26 = __toESM(require_jsx_runtime()), IconFeedbackFailFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
1830
1869
|
"path",
|
|
1831
1870
|
{
|
|
1832
1871
|
fill: fill || color || "currentColor",
|
|
@@ -1837,7 +1876,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1837
1876
|
) }), FeedbackFailFilled_default = IconFeedbackFailFilled;
|
|
1838
1877
|
|
|
1839
1878
|
// src/components/FeedbackPendingFilled.tsx
|
|
1840
|
-
var
|
|
1879
|
+
var import_jsx_runtime27 = __toESM(require_jsx_runtime()), IconFeedbackPendingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
1841
1880
|
"path",
|
|
1842
1881
|
{
|
|
1843
1882
|
fill: fill || color || "currentColor",
|
|
@@ -1848,7 +1887,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1848
1887
|
) }), FeedbackPendingFilled_default = IconFeedbackPendingFilled;
|
|
1849
1888
|
|
|
1850
1889
|
// src/components/FeedbackProblemFilled.tsx
|
|
1851
|
-
var
|
|
1890
|
+
var import_jsx_runtime28 = __toESM(require_jsx_runtime()), IconFeedbackProblemFilled = ({ 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)(
|
|
1852
1891
|
"path",
|
|
1853
1892
|
{
|
|
1854
1893
|
fill: fill || color || "currentColor",
|
|
@@ -1859,29 +1898,29 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1859
1898
|
) }), FeedbackProblemFilled_default = IconFeedbackProblemFilled;
|
|
1860
1899
|
|
|
1861
1900
|
// src/components/FeedbackProblem.tsx
|
|
1862
|
-
var
|
|
1863
|
-
/* @__PURE__ */ (0,
|
|
1901
|
+
var import_jsx_runtime29 = __toESM(require_jsx_runtime()), IconFeedbackProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1902
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
1864
1903
|
"path",
|
|
1865
1904
|
{
|
|
1866
1905
|
fill: stroke || color || "currentColor",
|
|
1867
1906
|
d: "M8.25 10.5C9.07843 10.5 9.75 9.82843 9.75 9C9.75 8.17157 9.07843 7.5 8.25 7.5C7.42157 7.5 6.75 8.17157 6.75 9C6.75 9.82843 7.42157 10.5 8.25 10.5Z"
|
|
1868
1907
|
}
|
|
1869
1908
|
),
|
|
1870
|
-
/* @__PURE__ */ (0,
|
|
1909
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
1871
1910
|
"path",
|
|
1872
1911
|
{
|
|
1873
1912
|
fill: stroke || color || "currentColor",
|
|
1874
1913
|
d: "M17.25 9C17.25 9.82843 16.5784 10.5 15.75 10.5C14.9216 10.5 14.25 9.82843 14.25 9C14.25 8.17157 14.9216 7.5 15.75 7.5C16.5784 7.5 17.25 8.17157 17.25 9Z"
|
|
1875
1914
|
}
|
|
1876
1915
|
),
|
|
1877
|
-
/* @__PURE__ */ (0,
|
|
1916
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
1878
1917
|
"path",
|
|
1879
1918
|
{
|
|
1880
1919
|
fill: stroke || color || "currentColor",
|
|
1881
1920
|
d: "M12 17.25C13.2426 17.25 14.25 16.2426 14.25 15C14.25 13.7574 13.2426 12.75 12 12.75C10.7574 12.75 9.75 13.7574 9.75 15C9.75 16.2426 10.7574 17.25 12 17.25Z"
|
|
1882
1921
|
}
|
|
1883
1922
|
),
|
|
1884
|
-
/* @__PURE__ */ (0,
|
|
1923
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
1885
1924
|
"path",
|
|
1886
1925
|
{
|
|
1887
1926
|
fill: stroke || color || "currentColor",
|
|
@@ -1893,8 +1932,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1893
1932
|
] }), FeedbackProblem_default = IconFeedbackProblem;
|
|
1894
1933
|
|
|
1895
1934
|
// src/components/FiletypePdfFilled.tsx
|
|
1896
|
-
var
|
|
1897
|
-
/* @__PURE__ */ (0,
|
|
1935
|
+
var import_jsx_runtime30 = __toESM(require_jsx_runtime()), IconFiletypePdfFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1936
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
1898
1937
|
"path",
|
|
1899
1938
|
{
|
|
1900
1939
|
fill: "#FF3E4C",
|
|
@@ -1902,14 +1941,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1902
1941
|
style: { opacity: 0.3 }
|
|
1903
1942
|
}
|
|
1904
1943
|
) }),
|
|
1905
|
-
/* @__PURE__ */ (0,
|
|
1944
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
1906
1945
|
"path",
|
|
1907
1946
|
{
|
|
1908
1947
|
fill: "#FF3E4C",
|
|
1909
1948
|
d: "M19.9993 6.2882H17.59C17.058 6.28768 16.548 6.07629 16.1718 5.70045C15.7957 5.3246 15.5841 4.81499 15.5836 4.28346V1.5L19.9993 6.2882Z"
|
|
1910
1949
|
}
|
|
1911
1950
|
),
|
|
1912
|
-
/* @__PURE__ */ (0,
|
|
1951
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
1913
1952
|
"path",
|
|
1914
1953
|
{
|
|
1915
1954
|
fill: "#FF3E4C",
|
|
@@ -1919,8 +1958,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1919
1958
|
] }), FiletypePdfFilled_default = IconFiletypePdfFilled;
|
|
1920
1959
|
|
|
1921
1960
|
// src/components/FiletypePdfLumiFilled.tsx
|
|
1922
|
-
var
|
|
1923
|
-
/* @__PURE__ */ (0,
|
|
1961
|
+
var import_jsx_runtime31 = __toESM(require_jsx_runtime()), IconFiletypePdfLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1962
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
1924
1963
|
"path",
|
|
1925
1964
|
{
|
|
1926
1965
|
fill: "#2E2E2E",
|
|
@@ -1928,14 +1967,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1928
1967
|
style: { opacity: 0.3 }
|
|
1929
1968
|
}
|
|
1930
1969
|
) }),
|
|
1931
|
-
/* @__PURE__ */ (0,
|
|
1970
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
1932
1971
|
"path",
|
|
1933
1972
|
{
|
|
1934
1973
|
fill: "#2E2E2E",
|
|
1935
1974
|
d: "M19.9993 6.2882H17.59C17.058 6.28768 16.548 6.07629 16.1718 5.70045C15.7957 5.3246 15.5841 4.81499 15.5836 4.28346V1.5L19.9993 6.2882Z"
|
|
1936
1975
|
}
|
|
1937
1976
|
),
|
|
1938
|
-
/* @__PURE__ */ (0,
|
|
1977
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
1939
1978
|
"path",
|
|
1940
1979
|
{
|
|
1941
1980
|
fill: "#2E2E2E",
|
|
@@ -1945,7 +1984,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1945
1984
|
] }), FiletypePdfLumiFilled_default = IconFiletypePdfLumiFilled;
|
|
1946
1985
|
|
|
1947
1986
|
// src/components/GamecontrolChoice.tsx
|
|
1948
|
-
var
|
|
1987
|
+
var import_jsx_runtime32 = __toESM(require_jsx_runtime()), IconGamecontrolChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
|
|
1949
1988
|
"path",
|
|
1950
1989
|
{
|
|
1951
1990
|
fill: stroke || color || "currentColor",
|
|
@@ -1956,7 +1995,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1956
1995
|
) }), GamecontrolChoice_default = IconGamecontrolChoice;
|
|
1957
1996
|
|
|
1958
1997
|
// src/components/GamecontrolGameplay.tsx
|
|
1959
|
-
var
|
|
1998
|
+
var import_jsx_runtime33 = __toESM(require_jsx_runtime()), IconGamecontrolGameplay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
1960
1999
|
"path",
|
|
1961
2000
|
{
|
|
1962
2001
|
fill: stroke || color || "currentColor",
|
|
@@ -1967,7 +2006,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1967
2006
|
) }), GamecontrolGameplay_default = IconGamecontrolGameplay;
|
|
1968
2007
|
|
|
1969
2008
|
// src/components/GamecontrolLinear.tsx
|
|
1970
|
-
var
|
|
2009
|
+
var import_jsx_runtime34 = __toESM(require_jsx_runtime()), IconGamecontrolLinear = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
1971
2010
|
"path",
|
|
1972
2011
|
{
|
|
1973
2012
|
fill: stroke || color || "currentColor",
|
|
@@ -1978,7 +2017,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1978
2017
|
) }), GamecontrolLinear_default = IconGamecontrolLinear;
|
|
1979
2018
|
|
|
1980
2019
|
// src/components/Gamelanguage.tsx
|
|
1981
|
-
var
|
|
2020
|
+
var import_jsx_runtime35 = __toESM(require_jsx_runtime()), IconGamelanguage = ({ 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)(
|
|
1982
2021
|
"path",
|
|
1983
2022
|
{
|
|
1984
2023
|
fill: stroke || color || "currentColor",
|
|
@@ -1989,8 +2028,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1989
2028
|
) }), Gamelanguage_default = IconGamelanguage;
|
|
1990
2029
|
|
|
1991
2030
|
// src/components/Gamepreview.tsx
|
|
1992
|
-
var
|
|
1993
|
-
/* @__PURE__ */ (0,
|
|
2031
|
+
var import_jsx_runtime36 = __toESM(require_jsx_runtime()), IconGamepreview = ({ 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: [
|
|
2032
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
1994
2033
|
"path",
|
|
1995
2034
|
{
|
|
1996
2035
|
fill: stroke || color || "currentColor",
|
|
@@ -1999,7 +2038,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1999
2038
|
clipRule: "evenodd"
|
|
2000
2039
|
}
|
|
2001
2040
|
),
|
|
2002
|
-
/* @__PURE__ */ (0,
|
|
2041
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
2003
2042
|
"path",
|
|
2004
2043
|
{
|
|
2005
2044
|
fill: stroke || color || "currentColor",
|
|
@@ -2011,15 +2050,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2011
2050
|
] }), Gamepreview_default = IconGamepreview;
|
|
2012
2051
|
|
|
2013
2052
|
// src/components/GenerateMultimage.tsx
|
|
2014
|
-
var
|
|
2015
|
-
/* @__PURE__ */ (0,
|
|
2053
|
+
var import_jsx_runtime37 = __toESM(require_jsx_runtime()), IconGenerateMultimage = ({ 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: [
|
|
2054
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
2016
2055
|
"path",
|
|
2017
2056
|
{
|
|
2018
2057
|
fill: stroke || color || "currentColor",
|
|
2019
2058
|
d: "M12 7.5C12.8284 7.5 13.5 6.82843 13.5 6C13.5 5.17157 12.8284 4.5 12 4.5C11.1716 4.5 10.5 5.17157 10.5 6C10.5 6.82843 11.1716 7.5 12 7.5Z"
|
|
2020
2059
|
}
|
|
2021
2060
|
),
|
|
2022
|
-
/* @__PURE__ */ (0,
|
|
2061
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
2023
2062
|
"path",
|
|
2024
2063
|
{
|
|
2025
2064
|
fill: stroke || color || "currentColor",
|
|
@@ -2028,11 +2067,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2028
2067
|
clipRule: "evenodd"
|
|
2029
2068
|
}
|
|
2030
2069
|
),
|
|
2031
|
-
/* @__PURE__ */ (0,
|
|
2070
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)("path", { fill: stroke || color || "currentColor", d: "M0 6V24H18V21.75H2.25V6H0Z" })
|
|
2032
2071
|
] }), GenerateMultimage_default = IconGenerateMultimage;
|
|
2033
2072
|
|
|
2034
2073
|
// src/components/GenerateFilled.tsx
|
|
2035
|
-
var
|
|
2074
|
+
var import_jsx_runtime38 = __toESM(require_jsx_runtime()), IconGenerateFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
2036
2075
|
"path",
|
|
2037
2076
|
{
|
|
2038
2077
|
fill: fill || color || "currentColor",
|
|
@@ -2043,15 +2082,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2043
2082
|
) }), GenerateFilled_default = IconGenerateFilled;
|
|
2044
2083
|
|
|
2045
2084
|
// src/components/GenerateFrameStart.tsx
|
|
2046
|
-
var
|
|
2047
|
-
/* @__PURE__ */ (0,
|
|
2085
|
+
var import_jsx_runtime39 = __toESM(require_jsx_runtime()), IconGenerateFrameStart = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2086
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
2048
2087
|
"path",
|
|
2049
2088
|
{
|
|
2050
2089
|
fill: stroke || color || "currentColor",
|
|
2051
2090
|
d: "M8.625 9.75C9.66053 9.75 10.5 8.91053 10.5 7.875C10.5 6.83947 9.66053 6 8.625 6C7.58947 6 6.75 6.83947 6.75 7.875C6.75 8.91053 7.58947 9.75 8.625 9.75Z"
|
|
2052
2091
|
}
|
|
2053
2092
|
),
|
|
2054
|
-
/* @__PURE__ */ (0,
|
|
2093
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
2055
2094
|
"path",
|
|
2056
2095
|
{
|
|
2057
2096
|
fill: stroke || color || "currentColor",
|
|
@@ -2063,28 +2102,28 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2063
2102
|
] }), GenerateFrameStart_default = IconGenerateFrameStart;
|
|
2064
2103
|
|
|
2065
2104
|
// src/components/GenerateFrameStart2End.tsx
|
|
2066
|
-
var
|
|
2067
|
-
/* @__PURE__ */ (0,
|
|
2105
|
+
var import_jsx_runtime40 = __toESM(require_jsx_runtime()), IconGenerateFrameStart2End = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2106
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
2068
2107
|
"path",
|
|
2069
2108
|
{
|
|
2070
2109
|
fill: stroke || color || "currentColor",
|
|
2071
|
-
d: "
|
|
2110
|
+
d: "M24 8V24.001H8V16H10.2002V21.8008H21.7998V10.2002H16V8H24Z",
|
|
2072
2111
|
fillRule: "evenodd",
|
|
2073
2112
|
clipRule: "evenodd"
|
|
2074
2113
|
}
|
|
2075
2114
|
),
|
|
2076
|
-
/* @__PURE__ */ (0,
|
|
2115
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
2077
2116
|
"path",
|
|
2078
2117
|
{
|
|
2079
2118
|
fill: stroke || color || "currentColor",
|
|
2080
|
-
d: "M4.
|
|
2119
|
+
d: "M4.75 7.5C5.57843 7.5 6.25 6.82843 6.25 6C6.25 5.17157 5.57843 4.5 4.75 4.5C3.92157 4.5 3.25 5.17157 3.25 6C3.25 6.82843 3.92157 7.5 4.75 7.5Z"
|
|
2081
2120
|
}
|
|
2082
2121
|
),
|
|
2083
|
-
/* @__PURE__ */ (0,
|
|
2122
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
2084
2123
|
"path",
|
|
2085
2124
|
{
|
|
2086
2125
|
fill: stroke || color || "currentColor",
|
|
2087
|
-
d: "M0 0H16.
|
|
2126
|
+
d: "M0 0H16.75V16.75H0V0ZM2.25 2.25H14.5V6.75L14.4545 6.7045L11.25 9.90901L8.25 6.90901L2.25 12.909V2.25ZM14.5 9.84099V14.5H3.84099L8.25 10.091L11.25 13.091L14.5 9.84099Z",
|
|
2088
2127
|
fillRule: "evenodd",
|
|
2089
2128
|
clipRule: "evenodd"
|
|
2090
2129
|
}
|
|
@@ -2092,8 +2131,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2092
2131
|
] }), GenerateFrameStart2End_default = IconGenerateFrameStart2End;
|
|
2093
2132
|
|
|
2094
2133
|
// src/components/GenerateSwitchframe.tsx
|
|
2095
|
-
var
|
|
2096
|
-
/* @__PURE__ */ (0,
|
|
2134
|
+
var import_jsx_runtime41 = __toESM(require_jsx_runtime()), IconGenerateSwitchframe = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2135
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
2097
2136
|
"path",
|
|
2098
2137
|
{
|
|
2099
2138
|
fill: stroke || color || "currentColor",
|
|
@@ -2102,7 +2141,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2102
2141
|
clipRule: "evenodd"
|
|
2103
2142
|
}
|
|
2104
2143
|
),
|
|
2105
|
-
/* @__PURE__ */ (0,
|
|
2144
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
2106
2145
|
"path",
|
|
2107
2146
|
{
|
|
2108
2147
|
fill: stroke || color || "currentColor",
|
|
@@ -2114,15 +2153,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2114
2153
|
] }), GenerateSwitchframe_default = IconGenerateSwitchframe;
|
|
2115
2154
|
|
|
2116
2155
|
// src/components/GenerateT2V.tsx
|
|
2117
|
-
var
|
|
2118
|
-
/* @__PURE__ */ (0,
|
|
2156
|
+
var import_jsx_runtime42 = __toESM(require_jsx_runtime()), IconGenerateT2V = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2157
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
2119
2158
|
"path",
|
|
2120
2159
|
{
|
|
2121
2160
|
fill: stroke || color || "currentColor",
|
|
2122
2161
|
d: "M6 6V10.5H8.25V8.25H10.875V15.75H8.25V18H15.75V15.75H13.125V8.25H15.75V10.5H18V6H6Z"
|
|
2123
2162
|
}
|
|
2124
2163
|
),
|
|
2125
|
-
/* @__PURE__ */ (0,
|
|
2164
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
2126
2165
|
"path",
|
|
2127
2166
|
{
|
|
2128
2167
|
fill: stroke || color || "currentColor",
|
|
@@ -2134,15 +2173,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2134
2173
|
] }), GenerateT2V_default = IconGenerateT2V;
|
|
2135
2174
|
|
|
2136
2175
|
// src/components/GenreAuto.tsx
|
|
2137
|
-
var
|
|
2138
|
-
/* @__PURE__ */ (0,
|
|
2176
|
+
var import_jsx_runtime43 = __toESM(require_jsx_runtime()), IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2177
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
2139
2178
|
"path",
|
|
2140
2179
|
{
|
|
2141
2180
|
fill: stroke || color || "currentColor",
|
|
2142
2181
|
d: "M18.375 6.375V10.5H16.125V6.375H12V4.125H16.125V0H18.375V4.125H22.5V6.375H18.375Z"
|
|
2143
2182
|
}
|
|
2144
2183
|
),
|
|
2145
|
-
/* @__PURE__ */ (0,
|
|
2184
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
2146
2185
|
"path",
|
|
2147
2186
|
{
|
|
2148
2187
|
fill: stroke || color || "currentColor",
|
|
@@ -2151,15 +2190,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2151
2190
|
clipRule: "evenodd"
|
|
2152
2191
|
}
|
|
2153
2192
|
),
|
|
2154
|
-
/* @__PURE__ */ (0,
|
|
2155
|
-
/* @__PURE__ */ (0,
|
|
2193
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)("path", { fill: stroke || color || "currentColor", d: "M3.75 0.75L1.5 3L3.75 5.25L6 3L3.75 0.75Z" }),
|
|
2194
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
2156
2195
|
"path",
|
|
2157
2196
|
{
|
|
2158
2197
|
fill: stroke || color || "currentColor",
|
|
2159
2198
|
d: "M18 21.75L20.25 19.5L22.5 21.75L20.25 24L18 21.75Z"
|
|
2160
2199
|
}
|
|
2161
2200
|
),
|
|
2162
|
-
/* @__PURE__ */ (0,
|
|
2201
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
2163
2202
|
"path",
|
|
2164
2203
|
{
|
|
2165
2204
|
fill: stroke || color || "currentColor",
|
|
@@ -2169,22 +2208,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2169
2208
|
] }), GenreAuto_default = IconGenreAuto;
|
|
2170
2209
|
|
|
2171
2210
|
// src/components/GenreComedy.tsx
|
|
2172
|
-
var
|
|
2173
|
-
/* @__PURE__ */ (0,
|
|
2211
|
+
var import_jsx_runtime44 = __toESM(require_jsx_runtime()), IconGenreComedy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2212
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
2174
2213
|
"path",
|
|
2175
2214
|
{
|
|
2176
2215
|
fill: stroke || color || "currentColor",
|
|
2177
2216
|
d: "M8.25 10.5C9.07843 10.5 9.75 9.82843 9.75 9C9.75 8.17157 9.07843 7.5 8.25 7.5C7.42157 7.5 6.75 8.17157 6.75 9C6.75 9.82843 7.42157 10.5 8.25 10.5Z"
|
|
2178
2217
|
}
|
|
2179
2218
|
),
|
|
2180
|
-
/* @__PURE__ */ (0,
|
|
2219
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
2181
2220
|
"path",
|
|
2182
2221
|
{
|
|
2183
2222
|
fill: stroke || color || "currentColor",
|
|
2184
2223
|
d: "M17.25 9C17.25 9.82843 16.5784 10.5 15.75 10.5C14.9216 10.5 14.25 9.82843 14.25 9C14.25 8.17157 14.9216 7.5 15.75 7.5C16.5784 7.5 17.25 8.17157 17.25 9Z"
|
|
2185
2224
|
}
|
|
2186
2225
|
),
|
|
2187
|
-
/* @__PURE__ */ (0,
|
|
2226
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
2188
2227
|
"path",
|
|
2189
2228
|
{
|
|
2190
2229
|
fill: stroke || color || "currentColor",
|
|
@@ -2193,7 +2232,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2193
2232
|
clipRule: "evenodd"
|
|
2194
2233
|
}
|
|
2195
2234
|
),
|
|
2196
|
-
/* @__PURE__ */ (0,
|
|
2235
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
2197
2236
|
"path",
|
|
2198
2237
|
{
|
|
2199
2238
|
fill: stroke || color || "currentColor",
|
|
@@ -2205,7 +2244,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2205
2244
|
] }), GenreComedy_default = IconGenreComedy;
|
|
2206
2245
|
|
|
2207
2246
|
// src/components/GenreFantasy.tsx
|
|
2208
|
-
var
|
|
2247
|
+
var import_jsx_runtime45 = __toESM(require_jsx_runtime()), IconGenreFantasy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
2209
2248
|
"path",
|
|
2210
2249
|
{
|
|
2211
2250
|
fill: stroke || color || "currentColor",
|
|
@@ -2216,22 +2255,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2216
2255
|
) }), GenreFantasy_default = IconGenreFantasy;
|
|
2217
2256
|
|
|
2218
2257
|
// src/components/GenreHorror.tsx
|
|
2219
|
-
var
|
|
2220
|
-
/* @__PURE__ */ (0,
|
|
2258
|
+
var import_jsx_runtime46 = __toESM(require_jsx_runtime()), IconGenreHorror = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2259
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
2221
2260
|
"path",
|
|
2222
2261
|
{
|
|
2223
2262
|
fill: stroke || color || "currentColor",
|
|
2224
2263
|
d: "M10.5 9C10.5 9.82843 9.82843 10.5 9 10.5C8.17157 10.5 7.5 9.82843 7.5 9C7.5 8.17157 8.17157 7.5 9 7.5C9.82843 7.5 10.5 8.17157 10.5 9Z"
|
|
2225
2264
|
}
|
|
2226
2265
|
),
|
|
2227
|
-
/* @__PURE__ */ (0,
|
|
2266
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
2228
2267
|
"path",
|
|
2229
2268
|
{
|
|
2230
2269
|
fill: stroke || color || "currentColor",
|
|
2231
2270
|
d: "M15 10.5C15.8284 10.5 16.5 9.82843 16.5 9C16.5 8.17157 15.8284 7.5 15 7.5C14.1716 7.5 13.5 8.17157 13.5 9C13.5 9.82843 14.1716 10.5 15 10.5Z"
|
|
2232
2271
|
}
|
|
2233
2272
|
),
|
|
2234
|
-
/* @__PURE__ */ (0,
|
|
2273
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
2235
2274
|
"path",
|
|
2236
2275
|
{
|
|
2237
2276
|
fill: stroke || color || "currentColor",
|
|
@@ -2243,7 +2282,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2243
2282
|
] }), GenreHorror_default = IconGenreHorror;
|
|
2244
2283
|
|
|
2245
2284
|
// src/components/GenreRomance.tsx
|
|
2246
|
-
var
|
|
2285
|
+
var import_jsx_runtime47 = __toESM(require_jsx_runtime()), IconGenreRomance = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
2247
2286
|
"path",
|
|
2248
2287
|
{
|
|
2249
2288
|
fill: stroke || color || "currentColor",
|
|
@@ -2254,15 +2293,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2254
2293
|
) }), GenreRomance_default = IconGenreRomance;
|
|
2255
2294
|
|
|
2256
2295
|
// src/components/GenreScifi.tsx
|
|
2257
|
-
var
|
|
2258
|
-
/* @__PURE__ */ (0,
|
|
2296
|
+
var import_jsx_runtime48 = __toESM(require_jsx_runtime()), IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2297
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
2259
2298
|
"path",
|
|
2260
2299
|
{
|
|
2261
2300
|
fill: stroke || color || "currentColor",
|
|
2262
2301
|
d: "M17.25 8.25C17.25 9.07843 16.5784 9.75 15.75 9.75C14.9216 9.75 14.25 9.07843 14.25 8.25C14.25 7.42157 14.9216 6.75 15.75 6.75C16.5784 6.75 17.25 7.42157 17.25 8.25Z"
|
|
2263
2302
|
}
|
|
2264
2303
|
),
|
|
2265
|
-
/* @__PURE__ */ (0,
|
|
2304
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
2266
2305
|
"path",
|
|
2267
2306
|
{
|
|
2268
2307
|
fill: stroke || color || "currentColor",
|
|
@@ -2271,7 +2310,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2271
2310
|
clipRule: "evenodd"
|
|
2272
2311
|
}
|
|
2273
2312
|
),
|
|
2274
|
-
/* @__PURE__ */ (0,
|
|
2313
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
2275
2314
|
"path",
|
|
2276
2315
|
{
|
|
2277
2316
|
fill: stroke || color || "currentColor",
|
|
@@ -2281,7 +2320,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2281
2320
|
] }), GenreScifi_default = IconGenreScifi;
|
|
2282
2321
|
|
|
2283
2322
|
// src/components/GenreSuspense.tsx
|
|
2284
|
-
var
|
|
2323
|
+
var import_jsx_runtime49 = __toESM(require_jsx_runtime()), IconGenreSuspense = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
2285
2324
|
"path",
|
|
2286
2325
|
{
|
|
2287
2326
|
fill: stroke || color || "currentColor",
|
|
@@ -2292,7 +2331,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2292
2331
|
) }), GenreSuspense_default = IconGenreSuspense;
|
|
2293
2332
|
|
|
2294
2333
|
// src/components/Genre.tsx
|
|
2295
|
-
var
|
|
2334
|
+
var import_jsx_runtime50 = __toESM(require_jsx_runtime()), IconGenre = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
2296
2335
|
"path",
|
|
2297
2336
|
{
|
|
2298
2337
|
fill: stroke || color || "currentColor",
|
|
@@ -2303,8 +2342,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2303
2342
|
) }), Genre_default = IconGenre;
|
|
2304
2343
|
|
|
2305
2344
|
// src/components/GoogleLogoFilled.tsx
|
|
2306
|
-
var
|
|
2307
|
-
/* @__PURE__ */ (0,
|
|
2345
|
+
var import_jsx_runtime51 = __toESM(require_jsx_runtime()), IconGoogleLogoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2346
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
2308
2347
|
"mask",
|
|
2309
2348
|
{
|
|
2310
2349
|
id: "mask0_48_113",
|
|
@@ -2314,7 +2353,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2314
2353
|
y: "0",
|
|
2315
2354
|
maskUnits: "userSpaceOnUse",
|
|
2316
2355
|
style: { maskType: "luminance" },
|
|
2317
|
-
children: /* @__PURE__ */ (0,
|
|
2356
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
2318
2357
|
"path",
|
|
2319
2358
|
{
|
|
2320
2359
|
fill: stroke || color || "currentColor",
|
|
@@ -2323,64 +2362,64 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2323
2362
|
)
|
|
2324
2363
|
}
|
|
2325
2364
|
),
|
|
2326
|
-
/* @__PURE__ */ (0,
|
|
2327
|
-
/* @__PURE__ */ (0,
|
|
2365
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("g", { mask: "url(#mask0_48_113)", children: [
|
|
2366
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("g", { filter: "url(#filter0_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
2328
2367
|
"path",
|
|
2329
2368
|
{
|
|
2330
2369
|
fill: "url(#paint0_radial_48_113)",
|
|
2331
2370
|
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"
|
|
2332
2371
|
}
|
|
2333
2372
|
) }),
|
|
2334
|
-
/* @__PURE__ */ (0,
|
|
2373
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("g", { filter: "url(#filter1_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
2335
2374
|
"path",
|
|
2336
2375
|
{
|
|
2337
2376
|
fill: "url(#paint1_radial_48_113)",
|
|
2338
2377
|
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"
|
|
2339
2378
|
}
|
|
2340
2379
|
) }),
|
|
2341
|
-
/* @__PURE__ */ (0,
|
|
2380
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("g", { filter: "url(#filter2_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
2342
2381
|
"path",
|
|
2343
2382
|
{
|
|
2344
2383
|
fill: "url(#paint2_radial_48_113)",
|
|
2345
2384
|
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"
|
|
2346
2385
|
}
|
|
2347
2386
|
) }),
|
|
2348
|
-
/* @__PURE__ */ (0,
|
|
2387
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("g", { filter: "url(#filter3_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
2349
2388
|
"path",
|
|
2350
2389
|
{
|
|
2351
2390
|
fill: "url(#paint3_radial_48_113)",
|
|
2352
2391
|
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"
|
|
2353
2392
|
}
|
|
2354
2393
|
) }),
|
|
2355
|
-
/* @__PURE__ */ (0,
|
|
2394
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("g", { filter: "url(#filter4_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
2356
2395
|
"path",
|
|
2357
2396
|
{
|
|
2358
2397
|
fill: "#3086FF",
|
|
2359
2398
|
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"
|
|
2360
2399
|
}
|
|
2361
2400
|
) }),
|
|
2362
|
-
/* @__PURE__ */ (0,
|
|
2401
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("g", { filter: "url(#filter5_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
2363
2402
|
"path",
|
|
2364
2403
|
{
|
|
2365
2404
|
fill: "url(#paint4_radial_48_113)",
|
|
2366
2405
|
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"
|
|
2367
2406
|
}
|
|
2368
2407
|
) }),
|
|
2369
|
-
/* @__PURE__ */ (0,
|
|
2408
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("g", { filter: "url(#filter6_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
2370
2409
|
"path",
|
|
2371
2410
|
{
|
|
2372
2411
|
fill: "url(#paint5_radial_48_113)",
|
|
2373
2412
|
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"
|
|
2374
2413
|
}
|
|
2375
2414
|
) }),
|
|
2376
|
-
/* @__PURE__ */ (0,
|
|
2415
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("g", { filter: "url(#filter7_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
2377
2416
|
"path",
|
|
2378
2417
|
{
|
|
2379
2418
|
fill: "url(#paint6_radial_48_113)",
|
|
2380
2419
|
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"
|
|
2381
2420
|
}
|
|
2382
2421
|
) }),
|
|
2383
|
-
/* @__PURE__ */ (0,
|
|
2422
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("g", { filter: "url(#filter8_f_48_113)", style: { opacity: 0.5 }, children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
2384
2423
|
"path",
|
|
2385
2424
|
{
|
|
2386
2425
|
fill: "url(#paint7_linear_48_113)",
|
|
@@ -2388,8 +2427,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2388
2427
|
}
|
|
2389
2428
|
) })
|
|
2390
2429
|
] }),
|
|
2391
|
-
/* @__PURE__ */ (0,
|
|
2392
|
-
/* @__PURE__ */ (0,
|
|
2430
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("defs", { children: [
|
|
2431
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
|
|
2393
2432
|
"filter",
|
|
2394
2433
|
{
|
|
2395
2434
|
id: "filter0_f_48_113",
|
|
@@ -2400,13 +2439,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2400
2439
|
filterUnits: "userSpaceOnUse",
|
|
2401
2440
|
colorInterpolationFilters: "sRGB",
|
|
2402
2441
|
children: [
|
|
2403
|
-
/* @__PURE__ */ (0,
|
|
2404
|
-
/* @__PURE__ */ (0,
|
|
2405
|
-
/* @__PURE__ */ (0,
|
|
2442
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2443
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2444
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2406
2445
|
]
|
|
2407
2446
|
}
|
|
2408
2447
|
),
|
|
2409
|
-
/* @__PURE__ */ (0,
|
|
2448
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
|
|
2410
2449
|
"filter",
|
|
2411
2450
|
{
|
|
2412
2451
|
id: "filter1_f_48_113",
|
|
@@ -2417,13 +2456,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2417
2456
|
filterUnits: "userSpaceOnUse",
|
|
2418
2457
|
colorInterpolationFilters: "sRGB",
|
|
2419
2458
|
children: [
|
|
2420
|
-
/* @__PURE__ */ (0,
|
|
2421
|
-
/* @__PURE__ */ (0,
|
|
2422
|
-
/* @__PURE__ */ (0,
|
|
2459
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2460
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2461
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2423
2462
|
]
|
|
2424
2463
|
}
|
|
2425
2464
|
),
|
|
2426
|
-
/* @__PURE__ */ (0,
|
|
2465
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
|
|
2427
2466
|
"filter",
|
|
2428
2467
|
{
|
|
2429
2468
|
id: "filter2_f_48_113",
|
|
@@ -2434,13 +2473,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2434
2473
|
filterUnits: "userSpaceOnUse",
|
|
2435
2474
|
colorInterpolationFilters: "sRGB",
|
|
2436
2475
|
children: [
|
|
2437
|
-
/* @__PURE__ */ (0,
|
|
2438
|
-
/* @__PURE__ */ (0,
|
|
2439
|
-
/* @__PURE__ */ (0,
|
|
2476
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2477
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2478
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2440
2479
|
]
|
|
2441
2480
|
}
|
|
2442
2481
|
),
|
|
2443
|
-
/* @__PURE__ */ (0,
|
|
2482
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
|
|
2444
2483
|
"filter",
|
|
2445
2484
|
{
|
|
2446
2485
|
id: "filter3_f_48_113",
|
|
@@ -2451,13 +2490,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2451
2490
|
filterUnits: "userSpaceOnUse",
|
|
2452
2491
|
colorInterpolationFilters: "sRGB",
|
|
2453
2492
|
children: [
|
|
2454
|
-
/* @__PURE__ */ (0,
|
|
2455
|
-
/* @__PURE__ */ (0,
|
|
2456
|
-
/* @__PURE__ */ (0,
|
|
2493
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2494
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2495
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2457
2496
|
]
|
|
2458
2497
|
}
|
|
2459
2498
|
),
|
|
2460
|
-
/* @__PURE__ */ (0,
|
|
2499
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
|
|
2461
2500
|
"filter",
|
|
2462
2501
|
{
|
|
2463
2502
|
id: "filter4_f_48_113",
|
|
@@ -2468,13 +2507,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2468
2507
|
filterUnits: "userSpaceOnUse",
|
|
2469
2508
|
colorInterpolationFilters: "sRGB",
|
|
2470
2509
|
children: [
|
|
2471
|
-
/* @__PURE__ */ (0,
|
|
2472
|
-
/* @__PURE__ */ (0,
|
|
2473
|
-
/* @__PURE__ */ (0,
|
|
2510
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2511
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2512
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2474
2513
|
]
|
|
2475
2514
|
}
|
|
2476
2515
|
),
|
|
2477
|
-
/* @__PURE__ */ (0,
|
|
2516
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
|
|
2478
2517
|
"filter",
|
|
2479
2518
|
{
|
|
2480
2519
|
id: "filter5_f_48_113",
|
|
@@ -2485,13 +2524,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2485
2524
|
filterUnits: "userSpaceOnUse",
|
|
2486
2525
|
colorInterpolationFilters: "sRGB",
|
|
2487
2526
|
children: [
|
|
2488
|
-
/* @__PURE__ */ (0,
|
|
2489
|
-
/* @__PURE__ */ (0,
|
|
2490
|
-
/* @__PURE__ */ (0,
|
|
2527
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2528
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2529
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2491
2530
|
]
|
|
2492
2531
|
}
|
|
2493
2532
|
),
|
|
2494
|
-
/* @__PURE__ */ (0,
|
|
2533
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
|
|
2495
2534
|
"filter",
|
|
2496
2535
|
{
|
|
2497
2536
|
id: "filter6_f_48_113",
|
|
@@ -2502,13 +2541,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2502
2541
|
filterUnits: "userSpaceOnUse",
|
|
2503
2542
|
colorInterpolationFilters: "sRGB",
|
|
2504
2543
|
children: [
|
|
2505
|
-
/* @__PURE__ */ (0,
|
|
2506
|
-
/* @__PURE__ */ (0,
|
|
2507
|
-
/* @__PURE__ */ (0,
|
|
2544
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2545
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2546
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "1.65243" })
|
|
2508
2547
|
]
|
|
2509
2548
|
}
|
|
2510
2549
|
),
|
|
2511
|
-
/* @__PURE__ */ (0,
|
|
2550
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
|
|
2512
2551
|
"filter",
|
|
2513
2552
|
{
|
|
2514
2553
|
id: "filter7_f_48_113",
|
|
@@ -2519,13 +2558,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2519
2558
|
filterUnits: "userSpaceOnUse",
|
|
2520
2559
|
colorInterpolationFilters: "sRGB",
|
|
2521
2560
|
children: [
|
|
2522
|
-
/* @__PURE__ */ (0,
|
|
2523
|
-
/* @__PURE__ */ (0,
|
|
2524
|
-
/* @__PURE__ */ (0,
|
|
2561
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2562
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2563
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2525
2564
|
]
|
|
2526
2565
|
}
|
|
2527
2566
|
),
|
|
2528
|
-
/* @__PURE__ */ (0,
|
|
2567
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
|
|
2529
2568
|
"filter",
|
|
2530
2569
|
{
|
|
2531
2570
|
id: "filter8_f_48_113",
|
|
@@ -2536,13 +2575,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2536
2575
|
filterUnits: "userSpaceOnUse",
|
|
2537
2576
|
colorInterpolationFilters: "sRGB",
|
|
2538
2577
|
children: [
|
|
2539
|
-
/* @__PURE__ */ (0,
|
|
2540
|
-
/* @__PURE__ */ (0,
|
|
2541
|
-
/* @__PURE__ */ (0,
|
|
2578
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2579
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2580
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2542
2581
|
]
|
|
2543
2582
|
}
|
|
2544
2583
|
),
|
|
2545
|
-
/* @__PURE__ */ (0,
|
|
2584
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
|
|
2546
2585
|
"radialGradient",
|
|
2547
2586
|
{
|
|
2548
2587
|
id: "paint0_radial_48_113",
|
|
@@ -2552,20 +2591,20 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2552
2591
|
gradientTransform: "matrix(-0.498722 -11.9519 17.9311 -0.717223 9.06911 20.3322)",
|
|
2553
2592
|
gradientUnits: "userSpaceOnUse",
|
|
2554
2593
|
children: [
|
|
2555
|
-
/* @__PURE__ */ (0,
|
|
2556
|
-
/* @__PURE__ */ (0,
|
|
2557
|
-
/* @__PURE__ */ (0,
|
|
2558
|
-
/* @__PURE__ */ (0,
|
|
2559
|
-
/* @__PURE__ */ (0,
|
|
2560
|
-
/* @__PURE__ */ (0,
|
|
2561
|
-
/* @__PURE__ */ (0,
|
|
2562
|
-
/* @__PURE__ */ (0,
|
|
2563
|
-
/* @__PURE__ */ (0,
|
|
2564
|
-
/* @__PURE__ */ (0,
|
|
2594
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.141612", stopColor: "#1ABD4D" }),
|
|
2595
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.247515", stopColor: "#6EC30D" }),
|
|
2596
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.311547", stopColor: "#8AC502" }),
|
|
2597
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.366013", stopColor: "#A2C600" }),
|
|
2598
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.445673", stopColor: "#C8C903" }),
|
|
2599
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.540305", stopColor: "#EBCB03" }),
|
|
2600
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.615636", stopColor: "#F7CD07" }),
|
|
2601
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.699345", stopColor: "#FDCD04" }),
|
|
2602
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.771242", stopColor: "#FDCE05" }),
|
|
2603
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.860566", stopColor: "#FFCE0A" })
|
|
2565
2604
|
]
|
|
2566
2605
|
}
|
|
2567
2606
|
),
|
|
2568
|
-
/* @__PURE__ */ (0,
|
|
2607
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
|
|
2569
2608
|
"radialGradient",
|
|
2570
2609
|
{
|
|
2571
2610
|
id: "paint1_radial_48_113",
|
|
@@ -2575,12 +2614,12 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2575
2614
|
gradientTransform: "matrix(8.46967 -2.03557e-05 -1.19045e-05 10.7093 20.253 6.36819)",
|
|
2576
2615
|
gradientUnits: "userSpaceOnUse",
|
|
2577
2616
|
children: [
|
|
2578
|
-
/* @__PURE__ */ (0,
|
|
2579
|
-
/* @__PURE__ */ (0,
|
|
2617
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.408458", stopColor: "#FB4E5A" }),
|
|
2618
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "1", stopColor: "#FF4540" })
|
|
2580
2619
|
]
|
|
2581
2620
|
}
|
|
2582
2621
|
),
|
|
2583
|
-
/* @__PURE__ */ (0,
|
|
2622
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
|
|
2584
2623
|
"radialGradient",
|
|
2585
2624
|
{
|
|
2586
2625
|
id: "paint2_radial_48_113",
|
|
@@ -2590,18 +2629,18 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2590
2629
|
gradientTransform: "matrix(-11.8666 6.43492 8.91875 15.766 15.6277 -1.68219)",
|
|
2591
2630
|
gradientUnits: "userSpaceOnUse",
|
|
2592
2631
|
children: [
|
|
2593
|
-
/* @__PURE__ */ (0,
|
|
2594
|
-
/* @__PURE__ */ (0,
|
|
2595
|
-
/* @__PURE__ */ (0,
|
|
2596
|
-
/* @__PURE__ */ (0,
|
|
2597
|
-
/* @__PURE__ */ (0,
|
|
2598
|
-
/* @__PURE__ */ (0,
|
|
2599
|
-
/* @__PURE__ */ (0,
|
|
2600
|
-
/* @__PURE__ */ (0,
|
|
2632
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.231273", stopColor: "#FF4541" }),
|
|
2633
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.311547", stopColor: "#FF4540" }),
|
|
2634
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.457516", stopColor: "#FF4640" }),
|
|
2635
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.540305", stopColor: "#FF473F" }),
|
|
2636
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.699346", stopColor: "#FF5138" }),
|
|
2637
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.771242", stopColor: "#FF5B33" }),
|
|
2638
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.860566", stopColor: "#FF6C29" }),
|
|
2639
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "1", stopColor: "#FF8C18" })
|
|
2601
2640
|
]
|
|
2602
2641
|
}
|
|
2603
2642
|
),
|
|
2604
|
-
/* @__PURE__ */ (0,
|
|
2643
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
|
|
2605
2644
|
"radialGradient",
|
|
2606
2645
|
{
|
|
2607
2646
|
id: "paint3_radial_48_113",
|
|
@@ -2611,19 +2650,19 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2611
2650
|
gradientTransform: "matrix(-21.5204 -27.5047 -10.3696 7.77752 12.4702 22.5743)",
|
|
2612
2651
|
gradientUnits: "userSpaceOnUse",
|
|
2613
2652
|
children: [
|
|
2614
|
-
/* @__PURE__ */ (0,
|
|
2615
|
-
/* @__PURE__ */ (0,
|
|
2616
|
-
/* @__PURE__ */ (0,
|
|
2617
|
-
/* @__PURE__ */ (0,
|
|
2618
|
-
/* @__PURE__ */ (0,
|
|
2619
|
-
/* @__PURE__ */ (0,
|
|
2620
|
-
/* @__PURE__ */ (0,
|
|
2621
|
-
/* @__PURE__ */ (0,
|
|
2622
|
-
/* @__PURE__ */ (0,
|
|
2653
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.131546", stopColor: "#0CBA65" }),
|
|
2654
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.209784", stopColor: "#0BB86D" }),
|
|
2655
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.297297", stopColor: "#09B479" }),
|
|
2656
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.396257", stopColor: "#08AD93" }),
|
|
2657
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.477124", stopColor: "#0AA6A9" }),
|
|
2658
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.568425", stopColor: "#0D9CC6" }),
|
|
2659
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.667385", stopColor: "#1893DD" }),
|
|
2660
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.768727", stopColor: "#258BF1" }),
|
|
2661
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.858506", stopColor: "#3086FF" })
|
|
2623
2662
|
]
|
|
2624
2663
|
}
|
|
2625
2664
|
),
|
|
2626
|
-
/* @__PURE__ */ (0,
|
|
2665
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
|
|
2627
2666
|
"radialGradient",
|
|
2628
2667
|
{
|
|
2629
2668
|
id: "paint4_radial_48_113",
|
|
@@ -2633,18 +2672,18 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2633
2672
|
gradientTransform: "matrix(-1.52295 12.8522 18.1501 2.06168 11.2421 2.13475)",
|
|
2634
2673
|
gradientUnits: "userSpaceOnUse",
|
|
2635
2674
|
children: [
|
|
2636
|
-
/* @__PURE__ */ (0,
|
|
2637
|
-
/* @__PURE__ */ (0,
|
|
2638
|
-
/* @__PURE__ */ (0,
|
|
2639
|
-
/* @__PURE__ */ (0,
|
|
2640
|
-
/* @__PURE__ */ (0,
|
|
2641
|
-
/* @__PURE__ */ (0,
|
|
2642
|
-
/* @__PURE__ */ (0,
|
|
2643
|
-
/* @__PURE__ */ (0,
|
|
2675
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.366013", stopColor: "#FF4E3A" }),
|
|
2676
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.457516", stopColor: "#FF8A1B" }),
|
|
2677
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.540305", stopColor: "#FFA312" }),
|
|
2678
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.615636", stopColor: "#FFB60C" }),
|
|
2679
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.771242", stopColor: "#FFCD0A" }),
|
|
2680
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.860566", stopColor: "#FECF0A" }),
|
|
2681
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.915033", stopColor: "#FECF08" }),
|
|
2682
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "1", stopColor: "#FDCD01" })
|
|
2644
2683
|
]
|
|
2645
2684
|
}
|
|
2646
2685
|
),
|
|
2647
|
-
/* @__PURE__ */ (0,
|
|
2686
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
|
|
2648
2687
|
"radialGradient",
|
|
2649
2688
|
{
|
|
2650
2689
|
id: "paint5_radial_48_113",
|
|
@@ -2654,15 +2693,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2654
2693
|
gradientTransform: "matrix(-4.40212 4.76677 -13.7322 -12.1566 9.10044 2.00144)",
|
|
2655
2694
|
gradientUnits: "userSpaceOnUse",
|
|
2656
2695
|
children: [
|
|
2657
|
-
/* @__PURE__ */ (0,
|
|
2658
|
-
/* @__PURE__ */ (0,
|
|
2659
|
-
/* @__PURE__ */ (0,
|
|
2660
|
-
/* @__PURE__ */ (0,
|
|
2661
|
-
/* @__PURE__ */ (0,
|
|
2696
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.315904", stopColor: "#FF4C3C" }),
|
|
2697
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.603818", stopColor: "#FF692C" }),
|
|
2698
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.726837", stopColor: "#FF7825" }),
|
|
2699
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.884534", stopColor: "#FF8D1B" }),
|
|
2700
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "1", stopColor: "#FF9F13" })
|
|
2662
2701
|
]
|
|
2663
2702
|
}
|
|
2664
2703
|
),
|
|
2665
|
-
/* @__PURE__ */ (0,
|
|
2704
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
|
|
2666
2705
|
"radialGradient",
|
|
2667
2706
|
{
|
|
2668
2707
|
id: "paint6_radial_48_113",
|
|
@@ -2672,20 +2711,20 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2672
2711
|
gradientTransform: "matrix(-11.8666 -6.43492 8.91876 -15.766 15.6277 25.6232)",
|
|
2673
2712
|
gradientUnits: "userSpaceOnUse",
|
|
2674
2713
|
children: [
|
|
2675
|
-
/* @__PURE__ */ (0,
|
|
2676
|
-
/* @__PURE__ */ (0,
|
|
2677
|
-
/* @__PURE__ */ (0,
|
|
2678
|
-
/* @__PURE__ */ (0,
|
|
2679
|
-
/* @__PURE__ */ (0,
|
|
2680
|
-
/* @__PURE__ */ (0,
|
|
2681
|
-
/* @__PURE__ */ (0,
|
|
2682
|
-
/* @__PURE__ */ (0,
|
|
2683
|
-
/* @__PURE__ */ (0,
|
|
2684
|
-
/* @__PURE__ */ (0,
|
|
2714
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.231273", stopColor: "#0FBC5F" }),
|
|
2715
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.311547", stopColor: "#0FBC5F" }),
|
|
2716
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.366013", stopColor: "#0FBC5E" }),
|
|
2717
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.457516", stopColor: "#0FBC5D" }),
|
|
2718
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.540305", stopColor: "#12BC58" }),
|
|
2719
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.699346", stopColor: "#28BF3C" }),
|
|
2720
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.771242", stopColor: "#38C02B" }),
|
|
2721
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.860566", stopColor: "#52C218" }),
|
|
2722
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.915033", stopColor: "#67C30F" }),
|
|
2723
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "1", stopColor: "#86C504" })
|
|
2685
2724
|
]
|
|
2686
2725
|
}
|
|
2687
2726
|
),
|
|
2688
|
-
/* @__PURE__ */ (0,
|
|
2727
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
|
|
2689
2728
|
"linearGradient",
|
|
2690
2729
|
{
|
|
2691
2730
|
id: "paint7_linear_48_113",
|
|
@@ -2695,8 +2734,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2695
2734
|
y2: "21.5116",
|
|
2696
2735
|
gradientUnits: "userSpaceOnUse",
|
|
2697
2736
|
children: [
|
|
2698
|
-
/* @__PURE__ */ (0,
|
|
2699
|
-
/* @__PURE__ */ (0,
|
|
2737
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { stopColor: "#0FBC5C" }),
|
|
2738
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "1", stopColor: "#0CBA65" })
|
|
2700
2739
|
]
|
|
2701
2740
|
}
|
|
2702
2741
|
)
|
|
@@ -2704,7 +2743,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2704
2743
|
] }), GoogleLogoFilled_default = IconGoogleLogoFilled;
|
|
2705
2744
|
|
|
2706
2745
|
// src/components/Handtool.tsx
|
|
2707
|
-
var
|
|
2746
|
+
var import_jsx_runtime52 = __toESM(require_jsx_runtime()), IconHandtool = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
2708
2747
|
"path",
|
|
2709
2748
|
{
|
|
2710
2749
|
fill: stroke || color || "currentColor",
|
|
@@ -2713,16 +2752,16 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2713
2752
|
) }), Handtool_default = IconHandtool;
|
|
2714
2753
|
|
|
2715
2754
|
// src/components/Help.tsx
|
|
2716
|
-
var
|
|
2717
|
-
/* @__PURE__ */ (0,
|
|
2718
|
-
/* @__PURE__ */ (0,
|
|
2755
|
+
var import_jsx_runtime53 = __toESM(require_jsx_runtime()), IconHelp = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2756
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 16.5V18.75H10.875V16.5H13.125Z" }),
|
|
2757
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
2719
2758
|
"path",
|
|
2720
2759
|
{
|
|
2721
2760
|
fill: stroke || color || "currentColor",
|
|
2722
2761
|
d: "M9.75 9.75C9.75 8.50736 10.7574 7.5 12 7.5C13.2426 7.5 14.25 8.50736 14.25 9.75C14.25 10.9926 13.2426 12 12 12H10.875V14.25H12C14.4853 14.25 16.5 12.2353 16.5 9.75C16.5 7.26472 14.4853 5.25 12 5.25C9.51472 5.25 7.5 7.26472 7.5 9.75V10.5H9.75V9.75Z"
|
|
2723
2762
|
}
|
|
2724
2763
|
),
|
|
2725
|
-
/* @__PURE__ */ (0,
|
|
2764
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
2726
2765
|
"path",
|
|
2727
2766
|
{
|
|
2728
2767
|
fill: stroke || color || "currentColor",
|
|
@@ -2734,7 +2773,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2734
2773
|
] }), Help_default = IconHelp;
|
|
2735
2774
|
|
|
2736
2775
|
// src/components/HomepageFilled.tsx
|
|
2737
|
-
var
|
|
2776
|
+
var import_jsx_runtime54 = __toESM(require_jsx_runtime()), IconHomepageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
2738
2777
|
"path",
|
|
2739
2778
|
{
|
|
2740
2779
|
fill: fill || color || "currentColor",
|
|
@@ -2745,15 +2784,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2745
2784
|
) }), HomepageFilled_default = IconHomepageFilled;
|
|
2746
2785
|
|
|
2747
2786
|
// src/components/ImageGeneration.tsx
|
|
2748
|
-
var
|
|
2749
|
-
/* @__PURE__ */ (0,
|
|
2787
|
+
var import_jsx_runtime55 = __toESM(require_jsx_runtime()), IconImageGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2788
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
|
|
2750
2789
|
"path",
|
|
2751
2790
|
{
|
|
2752
2791
|
fill: stroke || color || "currentColor",
|
|
2753
2792
|
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"
|
|
2754
2793
|
}
|
|
2755
2794
|
),
|
|
2756
|
-
/* @__PURE__ */ (0,
|
|
2795
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
|
|
2757
2796
|
"path",
|
|
2758
2797
|
{
|
|
2759
2798
|
fill: stroke || color || "currentColor",
|
|
@@ -2763,8 +2802,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2763
2802
|
] }), ImageGeneration_default = IconImageGeneration;
|
|
2764
2803
|
|
|
2765
2804
|
// src/components/ImageLoadFailedFilled.tsx
|
|
2766
|
-
var
|
|
2767
|
-
/* @__PURE__ */ (0,
|
|
2805
|
+
var import_jsx_runtime56 = __toESM(require_jsx_runtime()), IconImageLoadFailedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2806
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
2768
2807
|
"path",
|
|
2769
2808
|
{
|
|
2770
2809
|
fill: fill || color || "currentColor",
|
|
@@ -2773,7 +2812,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2773
2812
|
clipRule: "evenodd"
|
|
2774
2813
|
}
|
|
2775
2814
|
),
|
|
2776
|
-
/* @__PURE__ */ (0,
|
|
2815
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
2777
2816
|
"path",
|
|
2778
2817
|
{
|
|
2779
2818
|
fill: fill || color || "currentColor",
|
|
@@ -2783,10 +2822,10 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2783
2822
|
] }), ImageLoadFailedFilled_default = IconImageLoadFailedFilled;
|
|
2784
2823
|
|
|
2785
2824
|
// src/components/Info.tsx
|
|
2786
|
-
var
|
|
2787
|
-
/* @__PURE__ */ (0,
|
|
2788
|
-
/* @__PURE__ */ (0,
|
|
2789
|
-
/* @__PURE__ */ (0,
|
|
2825
|
+
var import_jsx_runtime57 = __toESM(require_jsx_runtime()), IconInfo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2826
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 5.25V7.5H10.875V5.25H13.125Z" }),
|
|
2827
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("path", { fill: stroke || color || "currentColor", d: "M9 12H10.875V18.75H15V16.5H13.125V9.75H9V12Z" }),
|
|
2828
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
2790
2829
|
"path",
|
|
2791
2830
|
{
|
|
2792
2831
|
fill: stroke || color || "currentColor",
|
|
@@ -2798,7 +2837,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2798
2837
|
] }), Info_default = IconInfo;
|
|
2799
2838
|
|
|
2800
2839
|
// src/components/Invitecode.tsx
|
|
2801
|
-
var
|
|
2840
|
+
var import_jsx_runtime58 = __toESM(require_jsx_runtime()), IconInvitecode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
2802
2841
|
"path",
|
|
2803
2842
|
{
|
|
2804
2843
|
fill: fill || color || "currentColor",
|
|
@@ -2809,7 +2848,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2809
2848
|
) }), Invitecode_default = IconInvitecode;
|
|
2810
2849
|
|
|
2811
2850
|
// src/components/Loading.tsx
|
|
2812
|
-
var
|
|
2851
|
+
var import_jsx_runtime59 = __toESM(require_jsx_runtime()), IconLoading = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(
|
|
2813
2852
|
"svg",
|
|
2814
2853
|
{
|
|
2815
2854
|
fill: "none",
|
|
@@ -2819,10 +2858,10 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2819
2858
|
height: height || size,
|
|
2820
2859
|
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
2821
2860
|
children: [
|
|
2822
|
-
/* @__PURE__ */ (0,
|
|
2823
|
-
/* @__PURE__ */ (0,
|
|
2824
|
-
/* @__PURE__ */ (0,
|
|
2825
|
-
/* @__PURE__ */ (0,
|
|
2861
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)("rect", { width: "24", height: "24", fill: "url(#pattern0_78_19)" }),
|
|
2862
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("defs", { children: [
|
|
2863
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)("pattern", { id: "pattern0_78_19", width: "1", height: "1", patternContentUnits: "objectBoundingBox", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("use", { transform: "scale(0.005)", xlinkHref: "#image0_78_19" }) }),
|
|
2864
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
2826
2865
|
"image",
|
|
2827
2866
|
{
|
|
2828
2867
|
id: "image0_78_19",
|
|
@@ -2838,15 +2877,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2838
2877
|
), Loading_default = IconLoading;
|
|
2839
2878
|
|
|
2840
2879
|
// src/components/Login.tsx
|
|
2841
|
-
var
|
|
2842
|
-
/* @__PURE__ */ (0,
|
|
2880
|
+
var import_jsx_runtime60 = __toESM(require_jsx_runtime()), IconLogin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2881
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
2843
2882
|
"path",
|
|
2844
2883
|
{
|
|
2845
2884
|
fill: stroke || color || "currentColor",
|
|
2846
2885
|
d: "M24 1.5L13.5 1.5V3.75H21.75V20.25H13.5V22.5H24V1.5Z"
|
|
2847
2886
|
}
|
|
2848
2887
|
),
|
|
2849
|
-
/* @__PURE__ */ (0,
|
|
2888
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
2850
2889
|
"path",
|
|
2851
2890
|
{
|
|
2852
2891
|
fill: stroke || color || "currentColor",
|
|
@@ -2858,8 +2897,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2858
2897
|
] }), Login_default = IconLogin;
|
|
2859
2898
|
|
|
2860
2899
|
// src/components/Logout.tsx
|
|
2861
|
-
var
|
|
2862
|
-
/* @__PURE__ */ (0,
|
|
2900
|
+
var import_jsx_runtime61 = __toESM(require_jsx_runtime()), IconLogout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2901
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
2863
2902
|
"path",
|
|
2864
2903
|
{
|
|
2865
2904
|
fill: stroke || color || "currentColor",
|
|
@@ -2868,7 +2907,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2868
2907
|
clipRule: "evenodd"
|
|
2869
2908
|
}
|
|
2870
2909
|
),
|
|
2871
|
-
/* @__PURE__ */ (0,
|
|
2910
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
2872
2911
|
"path",
|
|
2873
2912
|
{
|
|
2874
2913
|
fill: stroke || color || "currentColor",
|
|
@@ -2877,18 +2916,27 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2877
2916
|
)
|
|
2878
2917
|
] }), Logout_default = IconLogout;
|
|
2879
2918
|
|
|
2880
|
-
// src/components/
|
|
2881
|
-
var
|
|
2919
|
+
// src/components/ModelGeminiFilled1.tsx
|
|
2920
|
+
var import_jsx_runtime62 = __toESM(require_jsx_runtime()), IconModelGeminiFilled1 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
2882
2921
|
"path",
|
|
2883
2922
|
{
|
|
2884
2923
|
fill: fill || color || "currentColor",
|
|
2885
2924
|
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"
|
|
2886
2925
|
}
|
|
2926
|
+
) }), ModelGeminiFilled1_default = IconModelGeminiFilled1;
|
|
2927
|
+
|
|
2928
|
+
// src/components/ModelGeminiFilled.tsx
|
|
2929
|
+
var import_jsx_runtime63 = __toESM(require_jsx_runtime()), IconModelGeminiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
2930
|
+
"path",
|
|
2931
|
+
{
|
|
2932
|
+
fill: fill || color || "currentColor",
|
|
2933
|
+
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"
|
|
2934
|
+
}
|
|
2887
2935
|
) }), ModelGeminiFilled_default = IconModelGeminiFilled;
|
|
2888
2936
|
|
|
2889
2937
|
// src/components/ModelDeepmindFilled.tsx
|
|
2890
|
-
var
|
|
2891
|
-
/* @__PURE__ */ (0,
|
|
2938
|
+
var import_jsx_runtime64 = __toESM(require_jsx_runtime()), IconModelDeepmindFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2939
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("g", { clipPath: "url(#clip0_40_67)", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
2892
2940
|
"path",
|
|
2893
2941
|
{
|
|
2894
2942
|
fill: fill || color || "currentColor",
|
|
@@ -2897,11 +2945,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2897
2945
|
clipRule: "evenodd"
|
|
2898
2946
|
}
|
|
2899
2947
|
) }),
|
|
2900
|
-
/* @__PURE__ */ (0,
|
|
2948
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("clipPath", { id: "clip0_40_67", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("rect", { width: "20", height: "20", fill: stroke || color || "currentColor", transform: "translate(2 2)" }) }) })
|
|
2901
2949
|
] }), ModelDeepmindFilled_default = IconModelDeepmindFilled;
|
|
2902
2950
|
|
|
2903
2951
|
// src/components/ModelSoraFilled.tsx
|
|
2904
|
-
var
|
|
2952
|
+
var import_jsx_runtime65 = __toESM(require_jsx_runtime()), IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("svg", { fill: "none", viewBox: "0 0 25 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
2905
2953
|
"path",
|
|
2906
2954
|
{
|
|
2907
2955
|
fill: fill || color || "currentColor",
|
|
@@ -2910,7 +2958,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2910
2958
|
) }), ModelSoraFilled_default = IconModelSoraFilled;
|
|
2911
2959
|
|
|
2912
2960
|
// src/components/ModelNanobananaLogoNomoFilled.tsx
|
|
2913
|
-
var
|
|
2961
|
+
var import_jsx_runtime66 = __toESM(require_jsx_runtime()), IconModelNanobananaLogoNomoFilled = ({
|
|
2914
2962
|
size,
|
|
2915
2963
|
width,
|
|
2916
2964
|
height,
|
|
@@ -2918,64 +2966,64 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2918
2966
|
className,
|
|
2919
2967
|
fill,
|
|
2920
2968
|
stroke
|
|
2921
|
-
}) => /* @__PURE__ */ (0,
|
|
2922
|
-
/* @__PURE__ */ (0,
|
|
2969
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2970
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
2923
2971
|
"path",
|
|
2924
2972
|
{
|
|
2925
2973
|
fill: "#5A5C62",
|
|
2926
2974
|
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"
|
|
2927
2975
|
}
|
|
2928
2976
|
),
|
|
2929
|
-
/* @__PURE__ */ (0,
|
|
2977
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
2930
2978
|
"path",
|
|
2931
2979
|
{
|
|
2932
2980
|
fill: "#D5D6D7",
|
|
2933
2981
|
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"
|
|
2934
2982
|
}
|
|
2935
2983
|
),
|
|
2936
|
-
/* @__PURE__ */ (0,
|
|
2984
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
2937
2985
|
"path",
|
|
2938
2986
|
{
|
|
2939
2987
|
fill: "#C4C5C7",
|
|
2940
2988
|
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"
|
|
2941
2989
|
}
|
|
2942
2990
|
),
|
|
2943
|
-
/* @__PURE__ */ (0,
|
|
2991
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
2944
2992
|
"path",
|
|
2945
2993
|
{
|
|
2946
2994
|
fill: "#7B7C81",
|
|
2947
2995
|
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"
|
|
2948
2996
|
}
|
|
2949
2997
|
),
|
|
2950
|
-
/* @__PURE__ */ (0,
|
|
2998
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
2951
2999
|
"path",
|
|
2952
3000
|
{
|
|
2953
3001
|
fill: "#85878B",
|
|
2954
3002
|
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"
|
|
2955
3003
|
}
|
|
2956
3004
|
),
|
|
2957
|
-
/* @__PURE__ */ (0,
|
|
3005
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
2958
3006
|
"path",
|
|
2959
3007
|
{
|
|
2960
3008
|
fill: "#1B1D24",
|
|
2961
3009
|
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"
|
|
2962
3010
|
}
|
|
2963
3011
|
),
|
|
2964
|
-
/* @__PURE__ */ (0,
|
|
3012
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
2965
3013
|
"path",
|
|
2966
3014
|
{
|
|
2967
3015
|
fill: "#D5D6D7",
|
|
2968
3016
|
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"
|
|
2969
3017
|
}
|
|
2970
3018
|
),
|
|
2971
|
-
/* @__PURE__ */ (0,
|
|
3019
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
2972
3020
|
"path",
|
|
2973
3021
|
{
|
|
2974
3022
|
fill: "#85878B",
|
|
2975
3023
|
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"
|
|
2976
3024
|
}
|
|
2977
3025
|
),
|
|
2978
|
-
/* @__PURE__ */ (0,
|
|
3026
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
2979
3027
|
"path",
|
|
2980
3028
|
{
|
|
2981
3029
|
fill: "#D5D6D7",
|
|
@@ -2985,7 +3033,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2985
3033
|
] }), ModelNanobananaLogoNomoFilled_default = IconModelNanobananaLogoNomoFilled;
|
|
2986
3034
|
|
|
2987
3035
|
// src/components/Models.tsx
|
|
2988
|
-
var
|
|
3036
|
+
var import_jsx_runtime67 = __toESM(require_jsx_runtime()), IconModels = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
2989
3037
|
"path",
|
|
2990
3038
|
{
|
|
2991
3039
|
fill: stroke || color || "currentColor",
|
|
@@ -2996,22 +3044,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2996
3044
|
) }), Models_default = IconModels;
|
|
2997
3045
|
|
|
2998
3046
|
// src/components/More.tsx
|
|
2999
|
-
var
|
|
3000
|
-
/* @__PURE__ */ (0,
|
|
3047
|
+
var import_jsx_runtime68 = __toESM(require_jsx_runtime()), IconMore = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3048
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
3001
3049
|
"path",
|
|
3002
3050
|
{
|
|
3003
3051
|
fill: stroke || color || "currentColor",
|
|
3004
3052
|
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"
|
|
3005
3053
|
}
|
|
3006
3054
|
),
|
|
3007
|
-
/* @__PURE__ */ (0,
|
|
3055
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
3008
3056
|
"path",
|
|
3009
3057
|
{
|
|
3010
3058
|
fill: stroke || color || "currentColor",
|
|
3011
3059
|
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"
|
|
3012
3060
|
}
|
|
3013
3061
|
),
|
|
3014
|
-
/* @__PURE__ */ (0,
|
|
3062
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
3015
3063
|
"path",
|
|
3016
3064
|
{
|
|
3017
3065
|
fill: stroke || color || "currentColor",
|
|
@@ -3021,29 +3069,29 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3021
3069
|
] }), More_default = IconMore;
|
|
3022
3070
|
|
|
3023
3071
|
// src/components/Moresettings.tsx
|
|
3024
|
-
var
|
|
3025
|
-
/* @__PURE__ */ (0,
|
|
3072
|
+
var import_jsx_runtime69 = __toESM(require_jsx_runtime()), IconMoresettings = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3073
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
3026
3074
|
"path",
|
|
3027
3075
|
{
|
|
3028
3076
|
fill: stroke || color || "currentColor",
|
|
3029
3077
|
d: "M13.5 12C13.5 11.1716 12.8284 10.5 12 10.5C11.1716 10.5 10.5 11.1716 10.5 12C10.5 12.8284 11.1716 13.5 12 13.5C12.8284 13.5 13.5 12.8284 13.5 12Z"
|
|
3030
3078
|
}
|
|
3031
3079
|
),
|
|
3032
|
-
/* @__PURE__ */ (0,
|
|
3080
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
3033
3081
|
"path",
|
|
3034
3082
|
{
|
|
3035
3083
|
fill: stroke || color || "currentColor",
|
|
3036
3084
|
d: "M12 15.75C12.8284 15.75 13.5 16.4216 13.5 17.25C13.5 18.0784 12.8284 18.75 12 18.75C11.1716 18.75 10.5 18.0784 10.5 17.25C10.5 16.4216 11.1716 15.75 12 15.75Z"
|
|
3037
3085
|
}
|
|
3038
3086
|
),
|
|
3039
|
-
/* @__PURE__ */ (0,
|
|
3087
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
3040
3088
|
"path",
|
|
3041
3089
|
{
|
|
3042
3090
|
fill: stroke || color || "currentColor",
|
|
3043
3091
|
d: "M13.5 6.75C13.5 5.92157 12.8284 5.25 12 5.25C11.1716 5.25 10.5 5.92157 10.5 6.75C10.5 7.57843 11.1716 8.25 12 8.25C12.8284 8.25 13.5 7.57843 13.5 6.75Z"
|
|
3044
3092
|
}
|
|
3045
3093
|
),
|
|
3046
|
-
/* @__PURE__ */ (0,
|
|
3094
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
3047
3095
|
"path",
|
|
3048
3096
|
{
|
|
3049
3097
|
fill: stroke || color || "currentColor",
|
|
@@ -3055,7 +3103,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3055
3103
|
] }), Moresettings_default = IconMoresettings;
|
|
3056
3104
|
|
|
3057
3105
|
// src/components/Musicassets.tsx
|
|
3058
|
-
var
|
|
3106
|
+
var import_jsx_runtime70 = __toESM(require_jsx_runtime()), IconMusicassets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
3059
3107
|
"path",
|
|
3060
3108
|
{
|
|
3061
3109
|
fill: stroke || color || "currentColor",
|
|
@@ -3066,8 +3114,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3066
3114
|
) }), Musicassets_default = IconMusicassets;
|
|
3067
3115
|
|
|
3068
3116
|
// src/components/Mute.tsx
|
|
3069
|
-
var
|
|
3070
|
-
/* @__PURE__ */ (0,
|
|
3117
|
+
var import_jsx_runtime71 = __toESM(require_jsx_runtime()), IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3118
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
3071
3119
|
"path",
|
|
3072
3120
|
{
|
|
3073
3121
|
fill: stroke || color || "currentColor",
|
|
@@ -3076,7 +3124,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3076
3124
|
clipRule: "evenodd"
|
|
3077
3125
|
}
|
|
3078
3126
|
),
|
|
3079
|
-
/* @__PURE__ */ (0,
|
|
3127
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
3080
3128
|
"path",
|
|
3081
3129
|
{
|
|
3082
3130
|
fill: stroke || color || "currentColor",
|
|
@@ -3085,9 +3133,20 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3085
3133
|
)
|
|
3086
3134
|
] }), Mute_default = IconMute;
|
|
3087
3135
|
|
|
3136
|
+
// src/components/Next.tsx
|
|
3137
|
+
var import_jsx_runtime72 = __toESM(require_jsx_runtime()), IconNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
3138
|
+
"path",
|
|
3139
|
+
{
|
|
3140
|
+
fill: stroke || color || "currentColor",
|
|
3141
|
+
d: "M12 13.125L0 13.125L9.83506e-08 10.875L12 10.875L12 3L15 3L24 12L15 21H12L12 13.125ZM20.818 12L14.25 5.43198L14.25 18.568L20.818 12Z",
|
|
3142
|
+
fillRule: "evenodd",
|
|
3143
|
+
clipRule: "evenodd"
|
|
3144
|
+
}
|
|
3145
|
+
) }), Next_default = IconNext;
|
|
3146
|
+
|
|
3088
3147
|
// src/components/Nextscene.tsx
|
|
3089
|
-
var
|
|
3090
|
-
/* @__PURE__ */ (0,
|
|
3148
|
+
var import_jsx_runtime73 = __toESM(require_jsx_runtime()), IconNextscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3149
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
3091
3150
|
"rect",
|
|
3092
3151
|
{
|
|
3093
3152
|
width: "22.5",
|
|
@@ -3100,7 +3159,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3100
3159
|
strokeWidth: "1.5"
|
|
3101
3160
|
}
|
|
3102
3161
|
),
|
|
3103
|
-
/* @__PURE__ */ (0,
|
|
3162
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
3104
3163
|
"path",
|
|
3105
3164
|
{
|
|
3106
3165
|
fill: stroke || color || "currentColor",
|
|
@@ -3110,17 +3169,17 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3110
3169
|
] }), Nextscene_default = IconNextscene;
|
|
3111
3170
|
|
|
3112
3171
|
// src/components/Oneclickgenerate.tsx
|
|
3113
|
-
var
|
|
3114
|
-
/* @__PURE__ */ (0,
|
|
3115
|
-
/* @__PURE__ */ (0,
|
|
3116
|
-
/* @__PURE__ */ (0,
|
|
3172
|
+
var import_jsx_runtime74 = __toESM(require_jsx_runtime()), IconOneclickgenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3173
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)("path", { fill: stroke || color || "currentColor", d: "M12 4.5V0H9.75V4.5H12Z" }),
|
|
3174
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)("path", { fill: stroke || color || "currentColor", d: "M4.5 9.75H0V12H4.5V9.75Z" }),
|
|
3175
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
|
|
3117
3176
|
"path",
|
|
3118
3177
|
{
|
|
3119
3178
|
fill: stroke || color || "currentColor",
|
|
3120
3179
|
d: "M5.2045 6.7955L1.4545 3.0455L3.0455 1.4545L6.7955 5.2045L5.2045 6.7955Z"
|
|
3121
3180
|
}
|
|
3122
3181
|
),
|
|
3123
|
-
/* @__PURE__ */ (0,
|
|
3182
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
|
|
3124
3183
|
"path",
|
|
3125
3184
|
{
|
|
3126
3185
|
fill: stroke || color || "currentColor",
|
|
@@ -3132,8 +3191,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3132
3191
|
] }), Oneclickgenerate_default = IconOneclickgenerate;
|
|
3133
3192
|
|
|
3134
3193
|
// src/components/Opendemo.tsx
|
|
3135
|
-
var
|
|
3136
|
-
/* @__PURE__ */ (0,
|
|
3194
|
+
var import_jsx_runtime75 = __toESM(require_jsx_runtime()), IconOpendemo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3195
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
|
|
3137
3196
|
"path",
|
|
3138
3197
|
{
|
|
3139
3198
|
fill: stroke || color || "currentColor",
|
|
@@ -3142,14 +3201,48 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3142
3201
|
clipRule: "evenodd"
|
|
3143
3202
|
}
|
|
3144
3203
|
),
|
|
3145
|
-
/* @__PURE__ */ (0,
|
|
3204
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
|
|
3146
3205
|
] }), Opendemo_default = IconOpendemo;
|
|
3147
3206
|
|
|
3207
|
+
// src/components/PageError1.tsx
|
|
3208
|
+
var import_jsx_runtime76 = __toESM(require_jsx_runtime()), IconPageError1 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("path", { fill: stroke || color || "currentColor", d: "M22.5 13.125H1.5V10.875H22.5V13.125Z" }) }), PageError1_default = IconPageError1;
|
|
3209
|
+
|
|
3148
3210
|
// src/components/PageError.tsx
|
|
3149
|
-
var
|
|
3211
|
+
var import_jsx_runtime77 = __toESM(require_jsx_runtime()), IconPageError = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3212
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
3213
|
+
"path",
|
|
3214
|
+
{
|
|
3215
|
+
fill: stroke || color || "currentColor",
|
|
3216
|
+
d: "M10.4111 8.28966C10.9969 8.87545 11.9466 8.87545 12.5324 8.28966C13.1182 7.70388 13.1182 6.75413 12.5324 6.16834C11.9466 5.58255 10.9969 5.58255 10.4111 6.16834C9.82529 6.75413 9.82529 7.70388 10.4111 8.28966Z"
|
|
3217
|
+
}
|
|
3218
|
+
),
|
|
3219
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
3220
|
+
"path",
|
|
3221
|
+
{
|
|
3222
|
+
fill: stroke || color || "currentColor",
|
|
3223
|
+
d: "M17.8357 14.343C17.2499 14.9288 16.3001 14.9288 15.7144 14.343C15.1286 13.7572 15.1286 12.8075 15.7144 12.2217C16.3001 11.6359 17.2499 11.6359 17.8357 12.2217C18.4215 12.8075 18.4215 13.7572 17.8357 14.343Z"
|
|
3224
|
+
}
|
|
3225
|
+
),
|
|
3226
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
3227
|
+
"path",
|
|
3228
|
+
{
|
|
3229
|
+
fill: stroke || color || "currentColor",
|
|
3230
|
+
d: "M7.75937 16.2446C6.00846 14.4937 5.56592 11.9298 6.43174 9.768L8.41315 10.912C8.02527 12.1931 8.33767 13.6409 9.35036 14.6536C10.0828 15.386 11.0406 15.7519 12.002 15.7519C13.6589 15.7519 15.002 17.0951 15.002 18.7519V19.5019H12.752V18.7519C12.752 18.3377 12.4162 18.0019 12.002 18.0019C10.4682 18.0019 8.93073 17.4159 7.75937 16.2446Z"
|
|
3231
|
+
}
|
|
3232
|
+
),
|
|
3233
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
3234
|
+
"path",
|
|
3235
|
+
{
|
|
3236
|
+
fill: stroke || color || "currentColor",
|
|
3237
|
+
d: "M24.002 19.502L22.0681 18.535C22.1807 18.3612 22.2895 18.1835 22.3943 18.002C22.6697 17.5251 22.9086 17.0371 23.1119 16.5413C25.3552 11.0706 23.2646 4.64805 18.002 1.6097C12.2625 -1.70401 4.92341 0.262492 1.6097 6.002C-0.319115 9.34281 -0.458958 13.2256 0.892935 16.541C1.1756 17.2342 1.52349 17.9026 1.93387 18.5361L0.00203299 19.502V24.002H11.7707C11.9176 24.0047 12.0644 24.0047 12.211 24.002H24.002V19.502ZM20.1797 17.3117L18.8122 19.4227L21.752 20.8926V21.752H12.1903L12.1696 21.7524C12.0506 21.7546 11.9313 21.7546 11.812 21.7524L11.7914 21.752H2.25203V20.8926L5.1898 19.4237L3.82224 17.3127C1.89069 14.3312 1.66503 10.4062 3.55826 7.127C6.25064 2.46365 12.2136 0.865868 16.877 3.55826C21.5404 6.25064 23.1381 12.2136 20.4458 16.877C20.3602 17.0252 20.2715 17.1701 20.1797 17.3117Z",
|
|
3238
|
+
fillRule: "evenodd",
|
|
3239
|
+
clipRule: "evenodd"
|
|
3240
|
+
}
|
|
3241
|
+
)
|
|
3242
|
+
] }), PageError_default = IconPageError;
|
|
3150
3243
|
|
|
3151
3244
|
// src/components/Pencil.tsx
|
|
3152
|
-
var
|
|
3245
|
+
var import_jsx_runtime78 = __toESM(require_jsx_runtime()), IconPencil = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
3153
3246
|
"path",
|
|
3154
3247
|
{
|
|
3155
3248
|
fill: stroke || color || "currentColor",
|
|
@@ -3160,7 +3253,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3160
3253
|
) }), Pencil_default = IconPencil;
|
|
3161
3254
|
|
|
3162
3255
|
// src/components/Pick.tsx
|
|
3163
|
-
var
|
|
3256
|
+
var import_jsx_runtime79 = __toESM(require_jsx_runtime()), IconPick = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
|
|
3164
3257
|
"path",
|
|
3165
3258
|
{
|
|
3166
3259
|
fill: stroke || color || "currentColor",
|
|
@@ -3170,21 +3263,33 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3170
3263
|
}
|
|
3171
3264
|
) }), Pick_default = IconPick;
|
|
3172
3265
|
|
|
3266
|
+
// src/components/PickedFilled.tsx
|
|
3267
|
+
var import_jsx_runtime80 = __toESM(require_jsx_runtime()), IconPickedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("path", { fill: fill || color || "currentColor", d: "M3 0H21V24H18L12 18L6 24H3V0Z" }) }), PickedFilled_default = IconPickedFilled;
|
|
3268
|
+
|
|
3173
3269
|
// src/components/PlanFilled.tsx
|
|
3174
|
-
var
|
|
3175
|
-
/* @__PURE__ */ (0,
|
|
3270
|
+
var import_jsx_runtime81 = __toESM(require_jsx_runtime()), IconPlanFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3271
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)("g", { clipPath: "url(#clip0_2_30)", children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
3176
3272
|
"path",
|
|
3177
3273
|
{
|
|
3178
3274
|
fill: fill || color || "currentColor",
|
|
3179
3275
|
d: "M13.5 10.5L15 0H12L3 10.5V13.5H10.5L9 24H12L21 13.5L21 10.5H13.5Z"
|
|
3180
3276
|
}
|
|
3181
3277
|
) }),
|
|
3182
|
-
/* @__PURE__ */ (0,
|
|
3278
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("clipPath", { id: "clip0_2_30", children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
3183
3279
|
] }), PlanFilled_default = IconPlanFilled;
|
|
3184
3280
|
|
|
3281
|
+
// src/components/PlayFilled.tsx
|
|
3282
|
+
var import_jsx_runtime82 = __toESM(require_jsx_runtime()), IconPlayFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
|
|
3283
|
+
"path",
|
|
3284
|
+
{
|
|
3285
|
+
fill: fill || color || "currentColor",
|
|
3286
|
+
d: "M7.5 24L10.5 24L22.5 12L10.5 -4.17271e-08L7.5 0L7.5 24Z"
|
|
3287
|
+
}
|
|
3288
|
+
) }), PlayFilled_default = IconPlayFilled;
|
|
3289
|
+
|
|
3185
3290
|
// src/components/Previouscene.tsx
|
|
3186
|
-
var
|
|
3187
|
-
/* @__PURE__ */ (0,
|
|
3291
|
+
var import_jsx_runtime83 = __toESM(require_jsx_runtime()), IconPreviouscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3292
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
3188
3293
|
"rect",
|
|
3189
3294
|
{
|
|
3190
3295
|
width: "22.5",
|
|
@@ -3196,7 +3301,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3196
3301
|
strokeWidth: "1.5"
|
|
3197
3302
|
}
|
|
3198
3303
|
),
|
|
3199
|
-
/* @__PURE__ */ (0,
|
|
3304
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
3200
3305
|
"path",
|
|
3201
3306
|
{
|
|
3202
3307
|
fill: stroke || color || "currentColor",
|
|
@@ -3206,7 +3311,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3206
3311
|
] }), Previouscene_default = IconPreviouscene;
|
|
3207
3312
|
|
|
3208
3313
|
// src/components/ProblemNoticeFilled.tsx
|
|
3209
|
-
var
|
|
3314
|
+
var import_jsx_runtime84 = __toESM(require_jsx_runtime()), IconProblemNoticeFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
|
|
3210
3315
|
"path",
|
|
3211
3316
|
{
|
|
3212
3317
|
fill: fill || color || "currentColor",
|
|
@@ -3217,10 +3322,10 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3217
3322
|
) }), ProblemNoticeFilled_default = IconProblemNoticeFilled;
|
|
3218
3323
|
|
|
3219
3324
|
// src/components/Problem.tsx
|
|
3220
|
-
var
|
|
3221
|
-
/* @__PURE__ */ (0,
|
|
3222
|
-
/* @__PURE__ */ (0,
|
|
3223
|
-
/* @__PURE__ */ (0,
|
|
3325
|
+
var import_jsx_runtime85 = __toESM(require_jsx_runtime()), IconProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3326
|
+
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 13.5V6H10.875V13.5H13.125Z" }),
|
|
3327
|
+
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 18V15.75H10.875V18H13.125Z" }),
|
|
3328
|
+
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
3224
3329
|
"path",
|
|
3225
3330
|
{
|
|
3226
3331
|
fill: stroke || color || "currentColor",
|
|
@@ -3232,7 +3337,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3232
3337
|
] }), Problem_default = IconProblem;
|
|
3233
3338
|
|
|
3234
3339
|
// src/components/Ratio169.tsx
|
|
3235
|
-
var
|
|
3340
|
+
var import_jsx_runtime86 = __toESM(require_jsx_runtime()), IconRatio169 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
3236
3341
|
"path",
|
|
3237
3342
|
{
|
|
3238
3343
|
fill: stroke || color || "currentColor",
|
|
@@ -3241,15 +3346,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3241
3346
|
) }), Ratio169_default = IconRatio169;
|
|
3242
3347
|
|
|
3243
3348
|
// src/components/Ratio11.tsx
|
|
3244
|
-
var
|
|
3245
|
-
/* @__PURE__ */ (0,
|
|
3349
|
+
var import_jsx_runtime87 = __toESM(require_jsx_runtime()), IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3350
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)("g", { clipPath: "url(#clip0_13_501)", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
|
|
3246
3351
|
"path",
|
|
3247
3352
|
{
|
|
3248
3353
|
fill: stroke || color || "currentColor",
|
|
3249
3354
|
d: "M24 24L2.76562e-06 24L3.8147e-06 -1.04907e-06L24 0L24 24ZM2.40039 2.40039L2.40039 21.5996L21.5996 21.5996L21.5996 2.40039L2.40039 2.40039Z"
|
|
3250
3355
|
}
|
|
3251
3356
|
) }),
|
|
3252
|
-
/* @__PURE__ */ (0,
|
|
3357
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("clipPath", { id: "clip0_13_501", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
|
|
3253
3358
|
"rect",
|
|
3254
3359
|
{
|
|
3255
3360
|
width: "24",
|
|
@@ -3261,15 +3366,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3261
3366
|
] }), Ratio11_default = IconRatio11;
|
|
3262
3367
|
|
|
3263
3368
|
// src/components/Ratio916.tsx
|
|
3264
|
-
var
|
|
3265
|
-
/* @__PURE__ */ (0,
|
|
3369
|
+
var import_jsx_runtime88 = __toESM(require_jsx_runtime()), IconRatio916 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3370
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("g", { clipPath: "url(#clip0_13_499)", children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
3266
3371
|
"path",
|
|
3267
3372
|
{
|
|
3268
3373
|
fill: stroke || color || "currentColor",
|
|
3269
3374
|
d: "M18.8571 24L5.14286 24L5.14286 -5.99471e-07L18.8571 0L18.8571 24ZM7.49426 2.40039L7.49426 21.5996L16.5057 21.5996L16.5057 2.40039L7.49426 2.40039Z"
|
|
3270
3375
|
}
|
|
3271
3376
|
) }),
|
|
3272
|
-
/* @__PURE__ */ (0,
|
|
3377
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("clipPath", { id: "clip0_13_499", children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
3273
3378
|
"rect",
|
|
3274
3379
|
{
|
|
3275
3380
|
width: "24",
|
|
@@ -3281,15 +3386,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3281
3386
|
] }), Ratio916_default = IconRatio916;
|
|
3282
3387
|
|
|
3283
3388
|
// src/components/Ratio.tsx
|
|
3284
|
-
var
|
|
3285
|
-
/* @__PURE__ */ (0,
|
|
3389
|
+
var import_jsx_runtime89 = __toESM(require_jsx_runtime()), IconRatio = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3390
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
|
|
3286
3391
|
"path",
|
|
3287
3392
|
{
|
|
3288
3393
|
fill: stroke || color || "currentColor",
|
|
3289
3394
|
d: "M3 0V3L0 3V5.25L18.75 5.25V24H21V21H24V18.75H21L21 3L5.25 3V0H3Z"
|
|
3290
3395
|
}
|
|
3291
3396
|
),
|
|
3292
|
-
/* @__PURE__ */ (0,
|
|
3397
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
|
|
3293
3398
|
"path",
|
|
3294
3399
|
{
|
|
3295
3400
|
fill: stroke || color || "currentColor",
|
|
@@ -3299,7 +3404,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3299
3404
|
] }), Ratio_default = IconRatio;
|
|
3300
3405
|
|
|
3301
3406
|
// src/components/ReEdit.tsx
|
|
3302
|
-
var
|
|
3407
|
+
var import_jsx_runtime90 = __toESM(require_jsx_runtime()), IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
|
|
3303
3408
|
"path",
|
|
3304
3409
|
{
|
|
3305
3410
|
fill: stroke || color || "currentColor",
|
|
@@ -3310,7 +3415,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3310
3415
|
) }), ReEdit_default = IconReEdit;
|
|
3311
3416
|
|
|
3312
3417
|
// src/components/Regenerate.tsx
|
|
3313
|
-
var
|
|
3418
|
+
var import_jsx_runtime91 = __toESM(require_jsx_runtime()), IconRegenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
3314
3419
|
"path",
|
|
3315
3420
|
{
|
|
3316
3421
|
fill: stroke || color || "currentColor",
|
|
@@ -3320,20 +3425,49 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3320
3425
|
}
|
|
3321
3426
|
) }), Regenerate_default = IconRegenerate;
|
|
3322
3427
|
|
|
3428
|
+
// src/components/SceneNext.tsx
|
|
3429
|
+
var import_jsx_runtime92 = __toESM(require_jsx_runtime()), IconSceneNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
3430
|
+
"path",
|
|
3431
|
+
{
|
|
3432
|
+
fill: stroke || color || "currentColor",
|
|
3433
|
+
d: "M21.8867 12L12.0908 21.7959L10.5 20.2041L17.5791 13.125H3V10.875H17.5791L10.5 3.7959L12.0908 2.2041L21.8867 12Z"
|
|
3434
|
+
}
|
|
3435
|
+
) }), SceneNext_default = IconSceneNext;
|
|
3436
|
+
|
|
3323
3437
|
// src/components/Scriptmode.tsx
|
|
3324
|
-
var
|
|
3325
|
-
/* @__PURE__ */ (0,
|
|
3326
|
-
/* @__PURE__ */ (0,
|
|
3327
|
-
/* @__PURE__ */ (0,
|
|
3328
|
-
/* @__PURE__ */ (0,
|
|
3329
|
-
/* @__PURE__ */ (0,
|
|
3330
|
-
/* @__PURE__ */ (0,
|
|
3331
|
-
/* @__PURE__ */ (0,
|
|
3332
|
-
/* @__PURE__ */ (0,
|
|
3438
|
+
var import_jsx_runtime93 = __toESM(require_jsx_runtime()), IconScriptmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3439
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H3.75V1.5H1.5V3.75Z" }),
|
|
3440
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 10.125H3.75V7.875H1.5V10.125Z" }),
|
|
3441
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H3.75V13.875H1.5V16.125Z" }),
|
|
3442
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H3.75V20.25H1.5V22.5Z" }),
|
|
3443
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 3.75H22.5V1.5H7.5V3.75Z" }),
|
|
3444
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 10.125H22.5V7.875H7.5V10.125Z" }),
|
|
3445
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 16.125H22.5V13.875H7.5V16.125Z" }),
|
|
3446
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 22.5H22.5V20.25H7.5V22.5Z" })
|
|
3333
3447
|
] }), Scriptmode_default = IconScriptmode;
|
|
3334
3448
|
|
|
3449
|
+
// src/components/ShareFilled.tsx
|
|
3450
|
+
var import_jsx_runtime94 = __toESM(require_jsx_runtime()), IconShareFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
3451
|
+
"path",
|
|
3452
|
+
{
|
|
3453
|
+
fill: fill || color || "currentColor",
|
|
3454
|
+
d: "M13.0996 2L23.5 12L13.0996 22H10.5V16.3008C6.62666 16.4035 4.00721 17.6875 2.59082 18.8301L0.5 17.6211C1.0383 13.6816 3.68853 8.05945 10.5 7.79688V2H13.0996Z"
|
|
3455
|
+
}
|
|
3456
|
+
) }), ShareFilled_default = IconShareFilled;
|
|
3457
|
+
|
|
3458
|
+
// src/components/Share.tsx
|
|
3459
|
+
var import_jsx_runtime95 = __toESM(require_jsx_runtime()), IconShare = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
|
|
3460
|
+
"path",
|
|
3461
|
+
{
|
|
3462
|
+
fill: stroke || color || "currentColor",
|
|
3463
|
+
d: "M24 12L12.6097 22.3903H9.76212V16.2936C5.95222 16.5128 3.5677 17.6386 2.09119 18.8297L0 17.6215C0.55117 13.587 2.56375 8.38928 9.76212 7.78703V1.6097H12.6097L24 12ZM11.8978 9.75169L9.9401 9.91576C7.66821 10.1058 6.14378 10.8115 5.08615 11.6858C4.0136 12.5726 3.28821 13.7428 2.80308 15.0506C2.68538 15.3679 2.5841 15.6887 2.4958 16.0086C4.25079 15.0558 6.57865 14.3382 9.63977 14.1621L11.8978 14.0314V20.0822L20.98 12L11.8978 3.91779V9.75169Z",
|
|
3464
|
+
fillRule: "evenodd",
|
|
3465
|
+
clipRule: "evenodd"
|
|
3466
|
+
}
|
|
3467
|
+
) }), Share_default = IconShare;
|
|
3468
|
+
|
|
3335
3469
|
// src/components/SocialX.tsx
|
|
3336
|
-
var
|
|
3470
|
+
var import_jsx_runtime96 = __toESM(require_jsx_runtime()), IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
|
|
3337
3471
|
"path",
|
|
3338
3472
|
{
|
|
3339
3473
|
fill: fill || color || "currentColor",
|
|
@@ -3342,7 +3476,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3342
3476
|
) }), SocialX_default = IconSocialX;
|
|
3343
3477
|
|
|
3344
3478
|
// src/components/SocialDiscord.tsx
|
|
3345
|
-
var
|
|
3479
|
+
var import_jsx_runtime97 = __toESM(require_jsx_runtime()), IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
|
|
3346
3480
|
"path",
|
|
3347
3481
|
{
|
|
3348
3482
|
fill: fill || color || "currentColor",
|
|
@@ -3351,8 +3485,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3351
3485
|
) }), SocialDiscord_default = IconSocialDiscord;
|
|
3352
3486
|
|
|
3353
3487
|
// src/components/SoundOff.tsx
|
|
3354
|
-
var
|
|
3355
|
-
/* @__PURE__ */ (0,
|
|
3488
|
+
var import_jsx_runtime98 = __toESM(require_jsx_runtime()), IconSoundOff = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3489
|
+
/* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
|
|
3356
3490
|
"path",
|
|
3357
3491
|
{
|
|
3358
3492
|
fill: stroke || color || "currentColor",
|
|
@@ -3361,7 +3495,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3361
3495
|
clipRule: "evenodd"
|
|
3362
3496
|
}
|
|
3363
3497
|
),
|
|
3364
|
-
/* @__PURE__ */ (0,
|
|
3498
|
+
/* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
|
|
3365
3499
|
"path",
|
|
3366
3500
|
{
|
|
3367
3501
|
fill: stroke || color || "currentColor",
|
|
@@ -3371,8 +3505,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3371
3505
|
] }), SoundOff_default = IconSoundOff;
|
|
3372
3506
|
|
|
3373
3507
|
// src/components/SoundOn.tsx
|
|
3374
|
-
var
|
|
3375
|
-
/* @__PURE__ */ (0,
|
|
3508
|
+
var import_jsx_runtime99 = __toESM(require_jsx_runtime()), IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3509
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
3376
3510
|
"path",
|
|
3377
3511
|
{
|
|
3378
3512
|
fill: stroke || color || "currentColor",
|
|
@@ -3381,14 +3515,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3381
3515
|
clipRule: "evenodd"
|
|
3382
3516
|
}
|
|
3383
3517
|
),
|
|
3384
|
-
/* @__PURE__ */ (0,
|
|
3518
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
3385
3519
|
"path",
|
|
3386
3520
|
{
|
|
3387
3521
|
fill: stroke || color || "currentColor",
|
|
3388
3522
|
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"
|
|
3389
3523
|
}
|
|
3390
3524
|
),
|
|
3391
|
-
/* @__PURE__ */ (0,
|
|
3525
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
3392
3526
|
"path",
|
|
3393
3527
|
{
|
|
3394
3528
|
fill: stroke || color || "currentColor",
|
|
@@ -3398,7 +3532,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3398
3532
|
] }), SoundOn_default = IconSoundOn;
|
|
3399
3533
|
|
|
3400
3534
|
// src/components/Storyboard.tsx
|
|
3401
|
-
var
|
|
3535
|
+
var import_jsx_runtime100 = __toESM(require_jsx_runtime()), IconStoryboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
|
|
3402
3536
|
"path",
|
|
3403
3537
|
{
|
|
3404
3538
|
fill: stroke || color || "currentColor",
|
|
@@ -3409,24 +3543,24 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3409
3543
|
) }), Storyboard_default = IconStoryboard;
|
|
3410
3544
|
|
|
3411
3545
|
// src/components/StyleAutoFilled.tsx
|
|
3412
|
-
var
|
|
3413
|
-
/* @__PURE__ */ (0,
|
|
3546
|
+
var import_jsx_runtime101 = __toESM(require_jsx_runtime()), IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3547
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
3414
3548
|
"path",
|
|
3415
3549
|
{
|
|
3416
3550
|
fill: fill || color || "currentColor",
|
|
3417
3551
|
d: "M12 4.5L15.75 3.75L16.5 0H18L18.75 3.75L22.5 4.5V6L18.75 6.75L18 10.5H16.5L15.75 6.75L12 6V4.5Z"
|
|
3418
3552
|
}
|
|
3419
3553
|
),
|
|
3420
|
-
/* @__PURE__ */ (0,
|
|
3554
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
3421
3555
|
"path",
|
|
3422
3556
|
{
|
|
3423
3557
|
fill: fill || color || "currentColor",
|
|
3424
3558
|
d: "M0 16.5V15L6 13.5L7.5 7.5H9L10.5 13.5L16.5 15V16.5L10.5 18L9 24H7.5L6 18L0 16.5Z"
|
|
3425
3559
|
}
|
|
3426
3560
|
),
|
|
3427
|
-
/* @__PURE__ */ (0,
|
|
3428
|
-
/* @__PURE__ */ (0,
|
|
3429
|
-
/* @__PURE__ */ (0,
|
|
3561
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)("path", { fill: fill || color || "currentColor", d: "M1.5 3L3.75 0.75L6 3L3.75 5.25L1.5 3Z" }),
|
|
3562
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)("path", { fill: fill || color || "currentColor", d: "M22.5 21L19.5 18L16.5 21L19.5 24L22.5 21Z" }),
|
|
3563
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
3430
3564
|
"path",
|
|
3431
3565
|
{
|
|
3432
3566
|
fill: fill || color || "currentColor",
|
|
@@ -3436,43 +3570,43 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3436
3570
|
] }), StyleAutoFilled_default = IconStyleAutoFilled;
|
|
3437
3571
|
|
|
3438
3572
|
// src/components/Style.tsx
|
|
3439
|
-
var
|
|
3440
|
-
/* @__PURE__ */ (0,
|
|
3573
|
+
var import_jsx_runtime102 = __toESM(require_jsx_runtime()), IconStyle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime102.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3574
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
3441
3575
|
"path",
|
|
3442
3576
|
{
|
|
3443
3577
|
fill: stroke || color || "currentColor",
|
|
3444
3578
|
d: "M12 7.5C12.8284 7.5 13.5 6.82843 13.5 6C13.5 5.17157 12.8284 4.5 12 4.5C11.1716 4.5 10.5 5.17157 10.5 6C10.5 6.82843 11.1716 7.5 12 7.5Z"
|
|
3445
3579
|
}
|
|
3446
3580
|
),
|
|
3447
|
-
/* @__PURE__ */ (0,
|
|
3581
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
3448
3582
|
"path",
|
|
3449
3583
|
{
|
|
3450
3584
|
fill: stroke || color || "currentColor",
|
|
3451
3585
|
d: "M7.5 12C7.5 12.8284 6.82843 13.5 6 13.5C5.17157 13.5 4.5 12.8284 4.5 12C4.5 11.1716 5.17157 10.5 6 10.5C6.82843 10.5 7.5 11.1716 7.5 12Z"
|
|
3452
3586
|
}
|
|
3453
3587
|
),
|
|
3454
|
-
/* @__PURE__ */ (0,
|
|
3588
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
3455
3589
|
"path",
|
|
3456
3590
|
{
|
|
3457
3591
|
fill: stroke || color || "currentColor",
|
|
3458
3592
|
d: "M6.69679 8.81815C7.28257 9.40394 8.23232 9.40394 8.81811 8.81815C9.40389 8.23236 9.40389 7.28262 8.81811 6.69683C8.23232 6.11104 7.28257 6.11104 6.69679 6.69683C6.111 7.28262 6.111 8.23236 6.69679 8.81815Z"
|
|
3459
3593
|
}
|
|
3460
3594
|
),
|
|
3461
|
-
/* @__PURE__ */ (0,
|
|
3595
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
3462
3596
|
"path",
|
|
3463
3597
|
{
|
|
3464
3598
|
fill: stroke || color || "currentColor",
|
|
3465
3599
|
d: "M15.182 8.81811C14.5962 8.23232 14.5962 7.28257 15.182 6.69679C15.7678 6.111 16.7176 6.111 17.3034 6.69679C17.8891 7.28257 17.8891 8.23232 17.3034 8.81811C16.7176 9.40389 15.7678 9.40389 15.182 8.81811Z"
|
|
3466
3600
|
}
|
|
3467
3601
|
),
|
|
3468
|
-
/* @__PURE__ */ (0,
|
|
3602
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
3469
3603
|
"path",
|
|
3470
3604
|
{
|
|
3471
3605
|
fill: stroke || color || "currentColor",
|
|
3472
3606
|
d: "M8.81833 17.3032C9.40412 16.7174 9.40412 15.7677 8.81833 15.1819C8.23255 14.5961 7.2828 14.5961 6.69701 15.1819C6.11123 15.7677 6.11123 16.7174 6.69701 17.3032C7.2828 17.889 8.23255 17.889 8.81833 17.3032Z"
|
|
3473
3607
|
}
|
|
3474
3608
|
),
|
|
3475
|
-
/* @__PURE__ */ (0,
|
|
3609
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
3476
3610
|
"path",
|
|
3477
3611
|
{
|
|
3478
3612
|
fill: stroke || color || "currentColor",
|
|
@@ -3483,8 +3617,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3483
3617
|
)
|
|
3484
3618
|
] }), Style_default = IconStyle;
|
|
3485
3619
|
|
|
3486
|
-
// src/components/
|
|
3487
|
-
var
|
|
3620
|
+
// src/components/SwitchOnFilled1.tsx
|
|
3621
|
+
var import_jsx_runtime103 = __toESM(require_jsx_runtime()), IconSwitchOnFilled1 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
|
|
3488
3622
|
"path",
|
|
3489
3623
|
{
|
|
3490
3624
|
fill: fill || color || "currentColor",
|
|
@@ -3492,22 +3626,35 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3492
3626
|
fillRule: "evenodd",
|
|
3493
3627
|
clipRule: "evenodd"
|
|
3494
3628
|
}
|
|
3629
|
+
) }), SwitchOnFilled1_default = IconSwitchOnFilled1;
|
|
3630
|
+
|
|
3631
|
+
// src/components/SwitchOnFilled.tsx
|
|
3632
|
+
var import_jsx_runtime104 = __toESM(require_jsx_runtime()), IconSwitchOnFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
|
|
3633
|
+
"path",
|
|
3634
|
+
{
|
|
3635
|
+
fill: fill || color || "currentColor",
|
|
3636
|
+
d: "M16.5 4.5C20.6421 4.5 24 7.85786 24 12C24 16.1421 20.6421 19.5 16.5 19.5H7.5C3.35786 19.5 0 16.1421 0 12C0 7.85786 3.35786 4.5 7.5 4.5H16.5ZM16.5 7.5C18.9853 7.5 21 9.51472 21 12C21 14.4853 18.9853 16.5 16.5 16.5C14.0147 16.5 12 14.4853 12 12C12 9.51472 14.0147 7.5 16.5 7.5Z",
|
|
3637
|
+
fillRule: "evenodd",
|
|
3638
|
+
clipRule: "evenodd"
|
|
3639
|
+
}
|
|
3495
3640
|
) }), SwitchOnFilled_default = IconSwitchOnFilled;
|
|
3496
3641
|
|
|
3497
3642
|
// src/components/Target.tsx
|
|
3498
|
-
var
|
|
3499
|
-
/* @__PURE__ */ (0,
|
|
3643
|
+
var import_jsx_runtime105 = __toESM(require_jsx_runtime()), IconTarget = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime105.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3644
|
+
/* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
|
|
3500
3645
|
"path",
|
|
3501
3646
|
{
|
|
3502
3647
|
fill: stroke || color || "currentColor",
|
|
3503
|
-
d: "M12 13.5C12.8284 13.5 13.5 12.8284 13.5 12C13.5 11.1716 12.8284 10.5 12 10.5C11.1716 10.5 10.5 11.1716 10.5 12C10.5 12.8284 11.1716 13.5 12 13.5Z"
|
|
3648
|
+
d: "M12 15.75C14.0711 15.75 15.75 14.0711 15.75 12C15.75 9.92893 14.0711 8.25 12 8.25C9.92893 8.25 8.25 9.92893 8.25 12C8.25 14.0711 9.92893 15.75 12 15.75ZM12 13.5C12.8284 13.5 13.5 12.8284 13.5 12C13.5 11.1716 12.8284 10.5 12 10.5C11.1716 10.5 10.5 11.1716 10.5 12C10.5 12.8284 11.1716 13.5 12 13.5Z",
|
|
3649
|
+
fillRule: "evenodd",
|
|
3650
|
+
clipRule: "evenodd"
|
|
3504
3651
|
}
|
|
3505
3652
|
),
|
|
3506
|
-
/* @__PURE__ */ (0,
|
|
3653
|
+
/* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
|
|
3507
3654
|
"path",
|
|
3508
3655
|
{
|
|
3509
3656
|
fill: stroke || color || "currentColor",
|
|
3510
|
-
d: "M13.125
|
|
3657
|
+
d: "M13.125 3.06963V0H10.875V3.06963C6.80394 3.57728 3.57728 6.80394 3.06963 10.875H0V13.125H3.06963C3.57728 17.1961 6.80394 20.4227 10.875 20.9304V24H13.125V20.9304C17.1961 20.4227 20.4227 17.1961 20.9304 13.125H24V10.875H20.9304C20.4227 6.80394 17.1961 3.57728 13.125 3.06963ZM12 18.75C15.7279 18.75 18.75 15.7279 18.75 12C18.75 8.27208 15.7279 5.25 12 5.25C8.27208 5.25 5.25 8.27208 5.25 12C5.25 15.7279 8.27208 18.75 12 18.75Z",
|
|
3511
3658
|
fillRule: "evenodd",
|
|
3512
3659
|
clipRule: "evenodd"
|
|
3513
3660
|
}
|
|
@@ -3515,61 +3662,61 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3515
3662
|
] }), Target_default = IconTarget;
|
|
3516
3663
|
|
|
3517
3664
|
// src/components/TextLogo.tsx
|
|
3518
|
-
var
|
|
3519
|
-
/* @__PURE__ */ (0,
|
|
3665
|
+
var import_jsx_runtime106 = __toESM(require_jsx_runtime()), IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime106.jsxs)("svg", { fill: "none", viewBox: "0 0 124 40", className, width: width || size, height: height || size, children: [
|
|
3666
|
+
/* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
3520
3667
|
"path",
|
|
3521
3668
|
{
|
|
3522
3669
|
fill: fill || color || "currentColor",
|
|
3523
|
-
d: "M42.
|
|
3670
|
+
d: "M42.0619 5.62238C49.8822 5.62238 56.2219 11.962 56.2219 19.7823C56.2219 27.6027 49.8822 33.9423 42.0619 33.9423C34.2415 33.9423 27.9019 27.6027 27.9019 19.7823C27.9019 11.962 34.2415 5.62238 42.0619 5.62238ZM42.0619 13.1743C38.4124 13.1743 35.4538 16.1329 35.4538 19.7823C35.4538 23.4318 38.4124 26.3903 42.0619 26.3903C45.7113 26.3903 48.6698 23.4318 48.6698 19.7823C48.6698 16.1329 45.7114 13.1743 42.0619 13.1743Z"
|
|
3524
3671
|
}
|
|
3525
3672
|
),
|
|
3526
|
-
/* @__PURE__ */ (0,
|
|
3673
|
+
/* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
3527
3674
|
"path",
|
|
3528
3675
|
{
|
|
3529
3676
|
fill: fill || color || "currentColor",
|
|
3530
|
-
d: "M89.3535 5.
|
|
3677
|
+
d: "M89.3535 5.62238C97.1738 5.62238 103.514 11.962 103.514 19.7823C103.514 27.6027 97.1738 33.9423 89.3535 33.9423C81.5331 33.9423 75.1935 27.6027 75.1935 19.7823C75.1935 11.962 81.5331 5.62239 89.3535 5.62238ZM89.3536 13.1744C85.7041 13.1744 82.7455 16.1329 82.7455 19.7823C82.7455 23.4318 85.7041 26.3904 89.3536 26.3904C93.003 26.3904 95.9615 23.4318 95.9615 19.7823C95.9615 16.1329 93.003 13.1744 89.3536 13.1744Z"
|
|
3531
3678
|
}
|
|
3532
3679
|
),
|
|
3533
|
-
/* @__PURE__ */ (0,
|
|
3680
|
+
/* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
3534
3681
|
"path",
|
|
3535
3682
|
{
|
|
3536
3683
|
fill: fill || color || "currentColor",
|
|
3537
|
-
d: "M59.1199 19.3272C59.1199 11.741 63.
|
|
3684
|
+
d: "M59.1199 19.3272C59.1199 11.741 63.1894 6.56006 71.8774 6.56006H73.4399C73.8818 6.56006 74.2399 6.91823 74.2399 7.36006V13.3258C74.2399 13.7676 73.8818 14.1258 73.4399 14.1258H71.8774C68.8335 14.1258 66.6799 16.2577 66.6799 19.3272V32.24C66.6799 32.6818 66.3218 33.04 65.8799 33.04H59.9199C59.4781 33.04 59.1199 32.6818 59.1199 32.24V19.3272Z"
|
|
3538
3685
|
}
|
|
3539
3686
|
),
|
|
3540
|
-
/* @__PURE__ */ (0,
|
|
3687
|
+
/* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
3541
3688
|
"path",
|
|
3542
3689
|
{
|
|
3543
3690
|
fill: fill || color || "currentColor",
|
|
3544
|
-
d: "M106 0.799999C106 0.358172 106.358 0 106.8 0H112.8C113.242 0 113.6 0.
|
|
3691
|
+
d: "M106 0.799999C106 0.358172 106.358 0 106.8 0H112.8C113.242 0 113.6 0.358172 113.6 0.799998V32.3199C113.6 32.7618 113.242 33.1199 112.8 33.1199H106.8C106.358 33.1199 106 32.7618 106 32.3199V0.799999Z"
|
|
3545
3692
|
}
|
|
3546
3693
|
),
|
|
3547
|
-
/* @__PURE__ */ (0,
|
|
3694
|
+
/* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
3548
3695
|
"path",
|
|
3549
3696
|
{
|
|
3550
3697
|
fill: fill || color || "currentColor",
|
|
3551
|
-
d: "M116.4 0.799999C116.4 0.358172 116.758 0 117.2 0H123.2C123.642 0 124 0.
|
|
3698
|
+
d: "M116.4 0.799999C116.4 0.358172 116.758 0 117.2 0H123.2C123.642 0 124 0.358172 124 0.799998V32.3199C124 32.7618 123.642 33.1199 123.2 33.1199H117.2C116.758 33.1199 116.4 32.7618 116.4 32.3199V0.799999Z"
|
|
3552
3699
|
}
|
|
3553
3700
|
),
|
|
3554
|
-
/* @__PURE__ */ (0,
|
|
3701
|
+
/* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
3555
3702
|
"path",
|
|
3556
3703
|
{
|
|
3557
3704
|
fill: fill || color || "currentColor",
|
|
3558
|
-
d: "M28.9593 6.56006C29.4318 6.56006 29.7414 7.
|
|
3705
|
+
d: "M28.9593 6.56006C29.4318 6.56006 29.7414 7.05518 29.5348 7.48064L13.9665 39.5493C13.8326 39.825 13.5532 40 13.247 40L6.77146 39.9999C6.30411 39.9999 5.9944 39.5147 6.19077 39.0902L9.87052 31.1352C9.98507 30.8875 9.98903 30.6028 9.8814 30.3521L0.0526688 7.45377C-0.128799 7.031 0.180945 6.56029 0.640611 6.56029H7.87257C8.19884 6.56029 8.49242 6.75867 8.61443 7.06159L13.9677 20.3519C14.1249 20.7422 14.6717 20.756 14.8483 20.3742L21.0237 7.02433C21.1547 6.74124 21.4379 6.56006 21.7496 6.56006H28.9593Z"
|
|
3559
3706
|
}
|
|
3560
3707
|
)
|
|
3561
3708
|
] }), TextLogo_default = IconTextLogo;
|
|
3562
3709
|
|
|
3563
3710
|
// src/components/ToolsFilled.tsx
|
|
3564
|
-
var
|
|
3565
|
-
/* @__PURE__ */ (0,
|
|
3711
|
+
var import_jsx_runtime107 = __toESM(require_jsx_runtime()), IconToolsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3712
|
+
/* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
|
|
3566
3713
|
"path",
|
|
3567
3714
|
{
|
|
3568
3715
|
fill: fill || color || "currentColor",
|
|
3569
3716
|
d: "M24 12L19.5 16.5L15 15L9 9L7.5 4.5L12 0L16.5 1.5L22.5 7.5L24 12Z"
|
|
3570
3717
|
}
|
|
3571
3718
|
),
|
|
3572
|
-
/* @__PURE__ */ (0,
|
|
3719
|
+
/* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
|
|
3573
3720
|
"path",
|
|
3574
3721
|
{
|
|
3575
3722
|
fill: fill || color || "currentColor",
|
|
@@ -3579,7 +3726,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3579
3726
|
] }), ToolsFilled_default = IconToolsFilled;
|
|
3580
3727
|
|
|
3581
3728
|
// src/components/Tools.tsx
|
|
3582
|
-
var
|
|
3729
|
+
var import_jsx_runtime108 = __toESM(require_jsx_runtime()), IconTools = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
|
|
3583
3730
|
"path",
|
|
3584
3731
|
{
|
|
3585
3732
|
stroke: stroke || color || "currentColor",
|
|
@@ -3589,7 +3736,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3589
3736
|
) }), Tools_default = IconTools;
|
|
3590
3737
|
|
|
3591
3738
|
// src/components/Uploadfiles.tsx
|
|
3592
|
-
var
|
|
3739
|
+
var import_jsx_runtime109 = __toESM(require_jsx_runtime()), IconUploadfiles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime109.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
|
|
3593
3740
|
"path",
|
|
3594
3741
|
{
|
|
3595
3742
|
fill: stroke || color || "currentColor",
|
|
@@ -3598,7 +3745,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3598
3745
|
) }), Uploadfiles_default = IconUploadfiles;
|
|
3599
3746
|
|
|
3600
3747
|
// src/components/Userfeedback.tsx
|
|
3601
|
-
var
|
|
3748
|
+
var import_jsx_runtime110 = __toESM(require_jsx_runtime()), IconUserfeedback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime110.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
|
|
3602
3749
|
"path",
|
|
3603
3750
|
{
|
|
3604
3751
|
fill: stroke || color || "currentColor",
|
|
@@ -3609,22 +3756,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3609
3756
|
) }), Userfeedback_default = IconUserfeedback;
|
|
3610
3757
|
|
|
3611
3758
|
// src/components/VideoGeneration.tsx
|
|
3612
|
-
var
|
|
3613
|
-
/* @__PURE__ */ (0,
|
|
3759
|
+
var import_jsx_runtime111 = __toESM(require_jsx_runtime()), IconVideoGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime111.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3760
|
+
/* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
|
|
3614
3761
|
"path",
|
|
3615
3762
|
{
|
|
3616
3763
|
fill: stroke || color || "currentColor",
|
|
3617
3764
|
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"
|
|
3618
3765
|
}
|
|
3619
3766
|
),
|
|
3620
|
-
/* @__PURE__ */ (0,
|
|
3767
|
+
/* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
|
|
3621
3768
|
"path",
|
|
3622
3769
|
{
|
|
3623
3770
|
fill: stroke || color || "currentColor",
|
|
3624
3771
|
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"
|
|
3625
3772
|
}
|
|
3626
3773
|
),
|
|
3627
|
-
/* @__PURE__ */ (0,
|
|
3774
|
+
/* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
|
|
3628
3775
|
"path",
|
|
3629
3776
|
{
|
|
3630
3777
|
fill: stroke || color || "currentColor",
|
|
@@ -3636,9 +3783,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3636
3783
|
] }), VideoGeneration_default = IconVideoGeneration;
|
|
3637
3784
|
|
|
3638
3785
|
// src/components/VideoLength.tsx
|
|
3639
|
-
var
|
|
3640
|
-
/* @__PURE__ */ (0,
|
|
3641
|
-
/* @__PURE__ */ (0,
|
|
3786
|
+
var import_jsx_runtime112 = __toESM(require_jsx_runtime()), IconVideoLength = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime112.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3787
|
+
/* @__PURE__ */ (0, import_jsx_runtime112.jsx)("path", { fill: stroke || color || "currentColor", d: "M10.875 9V15H13.125V9H10.875Z" }),
|
|
3788
|
+
/* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
|
|
3642
3789
|
"path",
|
|
3643
3790
|
{
|
|
3644
3791
|
fill: stroke || color || "currentColor",
|
|
@@ -3650,8 +3797,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3650
3797
|
] }), VideoLength_default = IconVideoLength;
|
|
3651
3798
|
|
|
3652
3799
|
// src/components/Videogenerate.tsx
|
|
3653
|
-
var
|
|
3654
|
-
/* @__PURE__ */ (0,
|
|
3800
|
+
var import_jsx_runtime113 = __toESM(require_jsx_runtime()), IconVideogenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3801
|
+
/* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
|
|
3655
3802
|
"path",
|
|
3656
3803
|
{
|
|
3657
3804
|
fill: stroke || color || "currentColor",
|
|
@@ -3660,7 +3807,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3660
3807
|
clipRule: "evenodd"
|
|
3661
3808
|
}
|
|
3662
3809
|
),
|
|
3663
|
-
/* @__PURE__ */ (0,
|
|
3810
|
+
/* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
|
|
3664
3811
|
"path",
|
|
3665
3812
|
{
|
|
3666
3813
|
fill: stroke || color || "currentColor",
|
|
@@ -3672,19 +3819,19 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3672
3819
|
] }), Videogenerate_default = IconVideogenerate;
|
|
3673
3820
|
|
|
3674
3821
|
// src/components/Visualstyles.tsx
|
|
3675
|
-
var
|
|
3822
|
+
var import_jsx_runtime114 = __toESM(require_jsx_runtime()), IconVisualstyles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
|
|
3676
3823
|
"path",
|
|
3677
3824
|
{
|
|
3678
3825
|
fill: stroke || color || "currentColor",
|
|
3679
|
-
d: "M17.8393 10.3393L22.
|
|
3826
|
+
d: "M17.8393 10.3393L22.7041 6.32059C23.5248 5.64258 24 4.63359 24 3.56901C24 1.5979 22.4021 0 20.431 0C19.3664 0 18.3575 0.475231 17.6794 1.29597L13.6607 6.16073L13.1319 5.63193C12.4072 4.90717 11.4242 4.5 10.3992 4.5C9.49512 4.5 8.61964 4.81697 7.9251 5.39575L0 12L12 24L18.6043 16.0749C19.183 15.3804 19.5 14.5049 19.5 13.6008C19.5 12.5758 19.0928 11.5928 18.3681 10.8681L17.8393 10.3393ZM16.2411 8.74111L15.2589 7.75892L19.4141 2.72896C19.6647 2.42563 20.0376 2.25 20.431 2.25C21.1595 2.25 21.75 2.84054 21.75 3.56901C21.75 3.96245 21.5744 4.33535 21.2711 4.58592L16.2411 8.74111ZM3.33318 12.1512L6.45701 9.548L14.452 17.543L11.8488 20.6668L3.33318 12.1512ZM15.8984 15.8074L8.19264 8.10165L9.36552 7.12425C9.6557 6.88243 10.0215 6.75 10.3992 6.75C10.8274 6.75 11.2381 6.92012 11.5409 7.22292L16.7771 12.4591C17.0799 12.7619 17.25 13.1726 17.25 13.6008C17.25 13.9785 17.1176 14.3443 16.8758 14.6345L15.8984 15.8074Z",
|
|
3680
3827
|
fillRule: "evenodd",
|
|
3681
3828
|
clipRule: "evenodd"
|
|
3682
3829
|
}
|
|
3683
3830
|
) }), Visualstyles_default = IconVisualstyles;
|
|
3684
3831
|
|
|
3685
3832
|
// src/components/Volume.tsx
|
|
3686
|
-
var
|
|
3687
|
-
/* @__PURE__ */ (0,
|
|
3833
|
+
var import_jsx_runtime115 = __toESM(require_jsx_runtime()), IconVolume = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime115.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3834
|
+
/* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
|
|
3688
3835
|
"path",
|
|
3689
3836
|
{
|
|
3690
3837
|
fill: stroke || color || "currentColor",
|
|
@@ -3693,14 +3840,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3693
3840
|
clipRule: "evenodd"
|
|
3694
3841
|
}
|
|
3695
3842
|
),
|
|
3696
|
-
/* @__PURE__ */ (0,
|
|
3843
|
+
/* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
|
|
3697
3844
|
"path",
|
|
3698
3845
|
{
|
|
3699
3846
|
fill: stroke || color || "currentColor",
|
|
3700
3847
|
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"
|
|
3701
3848
|
}
|
|
3702
3849
|
),
|
|
3703
|
-
/* @__PURE__ */ (0,
|
|
3850
|
+
/* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
|
|
3704
3851
|
"path",
|
|
3705
3852
|
{
|
|
3706
3853
|
fill: stroke || color || "currentColor",
|