@yoroll/react-icon 0.0.22 → 0.0.23
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 +718 -625
- package/dist/index.iife.js +712 -625
- package/dist/index.iife.min.js +4 -4
- package/dist/index.js +931 -832
- package/dist/index.min.cjs +2 -2
- package/dist/index.min.js +2 -2
- package/dist/types/components/Canvasframe.d.ts +4 -0
- package/dist/types/components/Command.d.ts +4 -0
- package/dist/types/components/PauseFilled.d.ts +4 -0
- package/dist/types/components/Premiumcontent.d.ts +4 -0
- package/dist/types/components/QtEsaved.d.ts +4 -0
- package/dist/types/components/StopFilled.d.ts +4 -0
- package/dist/types/components/index.d.ts +6 -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.23 */
|
|
2
2
|
|
|
3
3
|
"use strict";
|
|
4
4
|
(() => {
|
|
@@ -1613,9 +1613,27 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1613
1613
|
}
|
|
1614
1614
|
) }), QtEsave_default = IconQtEsave;
|
|
1615
1615
|
|
|
1616
|
-
// src/components/
|
|
1617
|
-
var import_jsx_runtime6 = __toESM(require_jsx_runtime()),
|
|
1616
|
+
// src/components/QtEsaved.tsx
|
|
1617
|
+
var import_jsx_runtime6 = __toESM(require_jsx_runtime()), IconQtEsaved = ({ 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: [
|
|
1618
|
+
/* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|
|
1619
|
+
"path",
|
|
1620
|
+
{
|
|
1621
|
+
fill: fill || color || "currentColor",
|
|
1622
|
+
d: "M18.2451 3.24512L16.6953 4.87695L15.5684 3.75H3.75V20.25H6.75V13.5H17.25V20.25H20.25V10.5781L22.5 8.1875V22.5H1.5V1.5H16.5L18.2451 3.24512ZM9 20.25H15V15.75H9V20.25Z"
|
|
1623
|
+
}
|
|
1624
|
+
),
|
|
1618
1625
|
/* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|
|
1626
|
+
"path",
|
|
1627
|
+
{
|
|
1628
|
+
fill: stroke || color || "currentColor",
|
|
1629
|
+
d: "M23 4.49999L16.5 11.3L12 7.09999L13.6 5.49999L16.5 8.2L21.4 3L23 4.49999Z"
|
|
1630
|
+
}
|
|
1631
|
+
)
|
|
1632
|
+
] }), QtEsaved_default = IconQtEsaved;
|
|
1633
|
+
|
|
1634
|
+
// src/components/Uploadimage.tsx
|
|
1635
|
+
var import_jsx_runtime7 = __toESM(require_jsx_runtime()), IconUploadimage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1636
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
|
|
1619
1637
|
"path",
|
|
1620
1638
|
{
|
|
1621
1639
|
fill: stroke || color || "currentColor",
|
|
@@ -1624,7 +1642,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1624
1642
|
clipRule: "evenodd"
|
|
1625
1643
|
}
|
|
1626
1644
|
),
|
|
1627
|
-
/* @__PURE__ */ (0,
|
|
1645
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
|
|
1628
1646
|
"path",
|
|
1629
1647
|
{
|
|
1630
1648
|
fill: stroke || color || "currentColor",
|
|
@@ -1634,8 +1652,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1634
1652
|
] }), Uploadimage_default = IconUploadimage;
|
|
1635
1653
|
|
|
1636
1654
|
// src/components/Aboutus.tsx
|
|
1637
|
-
var
|
|
1638
|
-
/* @__PURE__ */ (0,
|
|
1655
|
+
var import_jsx_runtime8 = __toESM(require_jsx_runtime()), IconAboutus = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1656
|
+
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
|
|
1639
1657
|
"path",
|
|
1640
1658
|
{
|
|
1641
1659
|
fill: stroke || color || "currentColor",
|
|
@@ -1644,7 +1662,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1644
1662
|
clipRule: "evenodd"
|
|
1645
1663
|
}
|
|
1646
1664
|
),
|
|
1647
|
-
/* @__PURE__ */ (0,
|
|
1665
|
+
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
|
|
1648
1666
|
"path",
|
|
1649
1667
|
{
|
|
1650
1668
|
fill: stroke || color || "currentColor",
|
|
@@ -1654,15 +1672,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1654
1672
|
] }), Aboutus_default = IconAboutus;
|
|
1655
1673
|
|
|
1656
1674
|
// src/components/AddSceneChoice.tsx
|
|
1657
|
-
var
|
|
1658
|
-
/* @__PURE__ */ (0,
|
|
1675
|
+
var import_jsx_runtime9 = __toESM(require_jsx_runtime()), IconAddSceneChoice = ({ 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: [
|
|
1676
|
+
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
|
|
1659
1677
|
"path",
|
|
1660
1678
|
{
|
|
1661
1679
|
fill: stroke || color || "currentColor",
|
|
1662
1680
|
d: "M10.875 6V10.875H6V13.125H10.875V18H13.125V13.125H18V10.875H13.125V6H10.875Z"
|
|
1663
1681
|
}
|
|
1664
1682
|
),
|
|
1665
|
-
/* @__PURE__ */ (0,
|
|
1683
|
+
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
|
|
1666
1684
|
"path",
|
|
1667
1685
|
{
|
|
1668
1686
|
fill: stroke || color || "currentColor",
|
|
@@ -1674,7 +1692,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1674
1692
|
] }), AddSceneChoice_default = IconAddSceneChoice;
|
|
1675
1693
|
|
|
1676
1694
|
// src/components/Add.tsx
|
|
1677
|
-
var
|
|
1695
|
+
var import_jsx_runtime10 = __toESM(require_jsx_runtime()), IconAdd = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
|
|
1678
1696
|
"path",
|
|
1679
1697
|
{
|
|
1680
1698
|
fill: stroke || color || "currentColor",
|
|
@@ -1683,7 +1701,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1683
1701
|
) }), Add_default = IconAdd;
|
|
1684
1702
|
|
|
1685
1703
|
// src/components/AgentFilled.tsx
|
|
1686
|
-
var
|
|
1704
|
+
var import_jsx_runtime11 = __toESM(require_jsx_runtime()), IconAgentFilled = ({ 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)(
|
|
1687
1705
|
"path",
|
|
1688
1706
|
{
|
|
1689
1707
|
fill: fill || color || "currentColor",
|
|
@@ -1692,8 +1710,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1692
1710
|
) }), AgentFilled_default = IconAgentFilled;
|
|
1693
1711
|
|
|
1694
1712
|
// src/components/Agent.tsx
|
|
1695
|
-
var
|
|
1696
|
-
/* @__PURE__ */ (0,
|
|
1713
|
+
var import_jsx_runtime12 = __toESM(require_jsx_runtime()), IconAgent = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1714
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
|
|
1697
1715
|
"path",
|
|
1698
1716
|
{
|
|
1699
1717
|
fill: stroke || color || "currentColor",
|
|
@@ -1702,14 +1720,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1702
1720
|
clipRule: "evenodd"
|
|
1703
1721
|
}
|
|
1704
1722
|
),
|
|
1705
|
-
/* @__PURE__ */ (0,
|
|
1723
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
|
|
1706
1724
|
"path",
|
|
1707
1725
|
{
|
|
1708
1726
|
fill: stroke || color || "currentColor",
|
|
1709
1727
|
d: "M8.5 12.5C8.5 13.3284 7.82843 14 7 14C6.17157 14 5.5 13.3284 5.5 12.5C5.5 11.6716 6.17157 11 7 11C7.82843 11 8.5 11.6716 8.5 12.5Z"
|
|
1710
1728
|
}
|
|
1711
1729
|
),
|
|
1712
|
-
/* @__PURE__ */ (0,
|
|
1730
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
|
|
1713
1731
|
"path",
|
|
1714
1732
|
{
|
|
1715
1733
|
fill: stroke || color || "currentColor",
|
|
@@ -1719,8 +1737,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1719
1737
|
] }), Agent_default = IconAgent;
|
|
1720
1738
|
|
|
1721
1739
|
// src/components/Agreements.tsx
|
|
1722
|
-
var
|
|
1723
|
-
/* @__PURE__ */ (0,
|
|
1740
|
+
var import_jsx_runtime13 = __toESM(require_jsx_runtime()), IconAgreements = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1741
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
|
1724
1742
|
"path",
|
|
1725
1743
|
{
|
|
1726
1744
|
fill: stroke || color || "currentColor",
|
|
@@ -1729,11 +1747,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1729
1747
|
clipRule: "evenodd"
|
|
1730
1748
|
}
|
|
1731
1749
|
),
|
|
1732
|
-
/* @__PURE__ */ (0,
|
|
1750
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 16.25H16.5V14H7.5V16.25Z" })
|
|
1733
1751
|
] }), Agreements_default = IconAgreements;
|
|
1734
1752
|
|
|
1735
1753
|
// src/components/AngleDown.tsx
|
|
1736
|
-
var
|
|
1754
|
+
var import_jsx_runtime14 = __toESM(require_jsx_runtime()), IconAngleDown = ({ 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)(
|
|
1737
1755
|
"path",
|
|
1738
1756
|
{
|
|
1739
1757
|
fill: stroke || color || "currentColor",
|
|
@@ -1742,7 +1760,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1742
1760
|
) }), AngleDown_default = IconAngleDown;
|
|
1743
1761
|
|
|
1744
1762
|
// src/components/Angleright.tsx
|
|
1745
|
-
var
|
|
1763
|
+
var import_jsx_runtime15 = __toESM(require_jsx_runtime()), IconAngleright = ({ 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)(
|
|
1746
1764
|
"path",
|
|
1747
1765
|
{
|
|
1748
1766
|
fill: stroke || color || "currentColor",
|
|
@@ -1751,7 +1769,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1751
1769
|
) }), Angleright_default = IconAngleright;
|
|
1752
1770
|
|
|
1753
1771
|
// src/components/Announcement.tsx
|
|
1754
|
-
var
|
|
1772
|
+
var import_jsx_runtime16 = __toESM(require_jsx_runtime()), IconAnnouncement = ({ 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)(
|
|
1755
1773
|
"path",
|
|
1756
1774
|
{
|
|
1757
1775
|
fill: stroke || color || "currentColor",
|
|
@@ -1762,7 +1780,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1762
1780
|
) }), Announcement_default = IconAnnouncement;
|
|
1763
1781
|
|
|
1764
1782
|
// src/components/Artboard.tsx
|
|
1765
|
-
var
|
|
1783
|
+
var import_jsx_runtime17 = __toESM(require_jsx_runtime()), IconArtboard = ({ 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)(
|
|
1766
1784
|
"path",
|
|
1767
1785
|
{
|
|
1768
1786
|
fill: stroke || color || "currentColor",
|
|
@@ -1773,17 +1791,17 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1773
1791
|
) }), Artboard_default = IconArtboard;
|
|
1774
1792
|
|
|
1775
1793
|
// src/components/AssetsFilled.tsx
|
|
1776
|
-
var
|
|
1777
|
-
/* @__PURE__ */ (0,
|
|
1778
|
-
/* @__PURE__ */ (0,
|
|
1779
|
-
/* @__PURE__ */ (0,
|
|
1794
|
+
var import_jsx_runtime18 = __toESM(require_jsx_runtime()), IconAssetsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1795
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { fill: fill || color || "currentColor", d: "M19.5 0H4.5V3H19.5V0Z" }),
|
|
1796
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { fill: fill || color || "currentColor", d: "M3 6H21V9H3V6Z" }),
|
|
1797
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { fill: fill || color || "currentColor", d: "M1.5 12H22.5V22.5H1.5V12Z" })
|
|
1780
1798
|
] }), AssetsFilled_default = IconAssetsFilled;
|
|
1781
1799
|
|
|
1782
1800
|
// src/components/Assets.tsx
|
|
1783
|
-
var
|
|
1784
|
-
/* @__PURE__ */ (0,
|
|
1785
|
-
/* @__PURE__ */ (0,
|
|
1786
|
-
/* @__PURE__ */ (0,
|
|
1801
|
+
var import_jsx_runtime19 = __toESM(require_jsx_runtime()), IconAssets = ({ 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: [
|
|
1802
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { fill: stroke || color || "currentColor", d: "M19.5 0H4.5V2.25H19.5V0Z" }),
|
|
1803
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { fill: stroke || color || "currentColor", d: "M3 5.25H21V7.5H3V5.25Z" }),
|
|
1804
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
1787
1805
|
"path",
|
|
1788
1806
|
{
|
|
1789
1807
|
fill: stroke || color || "currentColor",
|
|
@@ -1795,7 +1813,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1795
1813
|
] }), Assets_default = IconAssets;
|
|
1796
1814
|
|
|
1797
1815
|
// src/components/Autolayout.tsx
|
|
1798
|
-
var
|
|
1816
|
+
var import_jsx_runtime20 = __toESM(require_jsx_runtime()), IconAutolayout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
1799
1817
|
"path",
|
|
1800
1818
|
{
|
|
1801
1819
|
fill: stroke || color || "currentColor",
|
|
@@ -1804,8 +1822,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1804
1822
|
) }), Autolayout_default = IconAutolayout;
|
|
1805
1823
|
|
|
1806
1824
|
// src/components/Backtoprojects.tsx
|
|
1807
|
-
var
|
|
1808
|
-
/* @__PURE__ */ (0,
|
|
1825
|
+
var import_jsx_runtime21 = __toESM(require_jsx_runtime()), IconBacktoprojects = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1826
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
1809
1827
|
"path",
|
|
1810
1828
|
{
|
|
1811
1829
|
fill: stroke || color || "currentColor",
|
|
@@ -1814,7 +1832,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1814
1832
|
clipRule: "evenodd"
|
|
1815
1833
|
}
|
|
1816
1834
|
),
|
|
1817
|
-
/* @__PURE__ */ (0,
|
|
1835
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
1818
1836
|
"path",
|
|
1819
1837
|
{
|
|
1820
1838
|
fill: stroke || color || "currentColor",
|
|
@@ -1823,7 +1841,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1823
1841
|
clipRule: "evenodd"
|
|
1824
1842
|
}
|
|
1825
1843
|
),
|
|
1826
|
-
/* @__PURE__ */ (0,
|
|
1844
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
1827
1845
|
"path",
|
|
1828
1846
|
{
|
|
1829
1847
|
fill: stroke || color || "currentColor",
|
|
@@ -1832,7 +1850,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1832
1850
|
clipRule: "evenodd"
|
|
1833
1851
|
}
|
|
1834
1852
|
),
|
|
1835
|
-
/* @__PURE__ */ (0,
|
|
1853
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
1836
1854
|
"path",
|
|
1837
1855
|
{
|
|
1838
1856
|
fill: stroke || color || "currentColor",
|
|
@@ -1844,7 +1862,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1844
1862
|
] }), Backtoprojects_default = IconBacktoprojects;
|
|
1845
1863
|
|
|
1846
1864
|
// src/components/Backward.tsx
|
|
1847
|
-
var
|
|
1865
|
+
var import_jsx_runtime22 = __toESM(require_jsx_runtime()), IconBackward = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
|
|
1848
1866
|
"path",
|
|
1849
1867
|
{
|
|
1850
1868
|
fill: stroke || color || "currentColor",
|
|
@@ -1853,7 +1871,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1853
1871
|
) }), Backward_default = IconBackward;
|
|
1854
1872
|
|
|
1855
1873
|
// src/components/BatchShots.tsx
|
|
1856
|
-
var
|
|
1874
|
+
var import_jsx_runtime23 = __toESM(require_jsx_runtime()), IconBatchShots = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
1857
1875
|
"path",
|
|
1858
1876
|
{
|
|
1859
1877
|
fill: stroke || color || "currentColor",
|
|
@@ -1864,15 +1882,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1864
1882
|
) }), BatchShots_default = IconBatchShots;
|
|
1865
1883
|
|
|
1866
1884
|
// src/components/Canvaposition.tsx
|
|
1867
|
-
var
|
|
1868
|
-
/* @__PURE__ */ (0,
|
|
1885
|
+
var import_jsx_runtime24 = __toESM(require_jsx_runtime()), IconCanvaposition = ({ 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: [
|
|
1886
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
1869
1887
|
"path",
|
|
1870
1888
|
{
|
|
1871
1889
|
fill: stroke || color || "currentColor",
|
|
1872
1890
|
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"
|
|
1873
1891
|
}
|
|
1874
1892
|
),
|
|
1875
|
-
/* @__PURE__ */ (0,
|
|
1893
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
1876
1894
|
"path",
|
|
1877
1895
|
{
|
|
1878
1896
|
fill: stroke || color || "currentColor",
|
|
@@ -1883,8 +1901,48 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1883
1901
|
)
|
|
1884
1902
|
] }), Canvaposition_default = IconCanvaposition;
|
|
1885
1903
|
|
|
1904
|
+
// src/components/Canvasframe.tsx
|
|
1905
|
+
var import_jsx_runtime25 = __toESM(require_jsx_runtime()), IconCanvasframe = ({ 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: [
|
|
1906
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
1907
|
+
"path",
|
|
1908
|
+
{
|
|
1909
|
+
fill: stroke || color || "currentColor",
|
|
1910
|
+
d: "M1.5 1.5H10.5V8.25H1.5V1.5ZM3.75 3.75H8.25V6H3.75V3.75Z",
|
|
1911
|
+
fillRule: "evenodd",
|
|
1912
|
+
clipRule: "evenodd"
|
|
1913
|
+
}
|
|
1914
|
+
),
|
|
1915
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
1916
|
+
"path",
|
|
1917
|
+
{
|
|
1918
|
+
fill: stroke || color || "currentColor",
|
|
1919
|
+
d: "M1.5 11.25H10.5V22.5H1.5V11.25ZM3.75 13.5H8.25V20.25H3.75V13.5Z",
|
|
1920
|
+
fillRule: "evenodd",
|
|
1921
|
+
clipRule: "evenodd"
|
|
1922
|
+
}
|
|
1923
|
+
),
|
|
1924
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
1925
|
+
"path",
|
|
1926
|
+
{
|
|
1927
|
+
fill: stroke || color || "currentColor",
|
|
1928
|
+
d: "M13.5 1.5V12.75H22.5V1.5H13.5ZM20.25 3.75H15.75V10.5H20.25V3.75Z",
|
|
1929
|
+
fillRule: "evenodd",
|
|
1930
|
+
clipRule: "evenodd"
|
|
1931
|
+
}
|
|
1932
|
+
),
|
|
1933
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
1934
|
+
"path",
|
|
1935
|
+
{
|
|
1936
|
+
fill: stroke || color || "currentColor",
|
|
1937
|
+
d: "M13.5 15.75H22.5V22.5H13.5V15.75ZM15.75 18H20.25V20.25H15.75V18Z",
|
|
1938
|
+
fillRule: "evenodd",
|
|
1939
|
+
clipRule: "evenodd"
|
|
1940
|
+
}
|
|
1941
|
+
)
|
|
1942
|
+
] }), Canvasframe_default = IconCanvasframe;
|
|
1943
|
+
|
|
1886
1944
|
// src/components/Canvasmode.tsx
|
|
1887
|
-
var
|
|
1945
|
+
var import_jsx_runtime26 = __toESM(require_jsx_runtime()), IconCanvasmode = ({ 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)(
|
|
1888
1946
|
"path",
|
|
1889
1947
|
{
|
|
1890
1948
|
fill: stroke || color || "currentColor",
|
|
@@ -1895,7 +1953,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1895
1953
|
) }), Canvasmode_default = IconCanvasmode;
|
|
1896
1954
|
|
|
1897
1955
|
// src/components/CcgFilled.tsx
|
|
1898
|
-
var
|
|
1956
|
+
var import_jsx_runtime27 = __toESM(require_jsx_runtime()), IconCcgFilled = ({ 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)(
|
|
1899
1957
|
"path",
|
|
1900
1958
|
{
|
|
1901
1959
|
fill: fill || color || "currentColor",
|
|
@@ -1906,7 +1964,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1906
1964
|
) }), CcgFilled_default = IconCcgFilled;
|
|
1907
1965
|
|
|
1908
1966
|
// src/components/Ccg.tsx
|
|
1909
|
-
var
|
|
1967
|
+
var import_jsx_runtime28 = __toESM(require_jsx_runtime()), IconCcg = ({ 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)(
|
|
1910
1968
|
"path",
|
|
1911
1969
|
{
|
|
1912
1970
|
fill: stroke || color || "currentColor",
|
|
@@ -1917,29 +1975,29 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1917
1975
|
) }), Ccg_default = IconCcg;
|
|
1918
1976
|
|
|
1919
1977
|
// src/components/Ccggame.tsx
|
|
1920
|
-
var
|
|
1921
|
-
/* @__PURE__ */ (0,
|
|
1978
|
+
var import_jsx_runtime29 = __toESM(require_jsx_runtime()), IconCcggame = ({ 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: [
|
|
1979
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
1922
1980
|
"path",
|
|
1923
1981
|
{
|
|
1924
1982
|
fill: stroke || color || "currentColor",
|
|
1925
1983
|
d: "M9.75 9.75C9.75 10.9926 8.74264 12 7.5 12C6.25736 12 5.25 10.9926 5.25 9.75C5.25 8.50736 6.25736 7.5 7.5 7.5C8.74264 7.5 9.75 8.50736 9.75 9.75Z"
|
|
1926
1984
|
}
|
|
1927
1985
|
),
|
|
1928
|
-
/* @__PURE__ */ (0,
|
|
1986
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
1929
1987
|
"path",
|
|
1930
1988
|
{
|
|
1931
1989
|
fill: stroke || color || "currentColor",
|
|
1932
1990
|
d: "M19.125 8.0625C19.125 8.78737 18.5374 9.375 17.8125 9.375C17.0876 9.375 16.5 8.78737 16.5 8.0625C16.5 7.33763 17.0876 6.75 17.8125 6.75C18.5374 6.75 19.125 7.33763 19.125 8.0625Z"
|
|
1933
1991
|
}
|
|
1934
1992
|
),
|
|
1935
|
-
/* @__PURE__ */ (0,
|
|
1993
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
1936
1994
|
"path",
|
|
1937
1995
|
{
|
|
1938
1996
|
fill: stroke || color || "currentColor",
|
|
1939
1997
|
d: "M16.3125 12.75C17.0374 12.75 17.625 12.1624 17.625 11.4375C17.625 10.7126 17.0374 10.125 16.3125 10.125C15.5876 10.125 15 10.7126 15 11.4375C15 12.1624 15.5876 12.75 16.3125 12.75Z"
|
|
1940
1998
|
}
|
|
1941
1999
|
),
|
|
1942
|
-
/* @__PURE__ */ (0,
|
|
2000
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
1943
2001
|
"path",
|
|
1944
2002
|
{
|
|
1945
2003
|
fill: stroke || color || "currentColor",
|
|
@@ -1951,7 +2009,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1951
2009
|
] }), Ccggame_default = IconCcggame;
|
|
1952
2010
|
|
|
1953
2011
|
// src/components/Ccglanguage.tsx
|
|
1954
|
-
var
|
|
2012
|
+
var import_jsx_runtime30 = __toESM(require_jsx_runtime()), IconCcglanguage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
1955
2013
|
"path",
|
|
1956
2014
|
{
|
|
1957
2015
|
fill: stroke || color || "currentColor",
|
|
@@ -1960,7 +2018,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1960
2018
|
) }), Ccglanguage_default = IconCcglanguage;
|
|
1961
2019
|
|
|
1962
2020
|
// src/components/Chaptercollapse.tsx
|
|
1963
|
-
var
|
|
2021
|
+
var import_jsx_runtime31 = __toESM(require_jsx_runtime()), IconChaptercollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
1964
2022
|
"path",
|
|
1965
2023
|
{
|
|
1966
2024
|
fill: stroke || color || "currentColor",
|
|
@@ -1971,7 +2029,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1971
2029
|
) }), Chaptercollapse_default = IconChaptercollapse;
|
|
1972
2030
|
|
|
1973
2031
|
// src/components/Chapterexpand.tsx
|
|
1974
|
-
var
|
|
2032
|
+
var import_jsx_runtime32 = __toESM(require_jsx_runtime()), IconChapterexpand = ({ 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)(
|
|
1975
2033
|
"path",
|
|
1976
2034
|
{
|
|
1977
2035
|
fill: stroke || color || "currentColor",
|
|
@@ -1982,15 +2040,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1982
2040
|
) }), Chapterexpand_default = IconChapterexpand;
|
|
1983
2041
|
|
|
1984
2042
|
// src/components/Chathistory.tsx
|
|
1985
|
-
var
|
|
1986
|
-
/* @__PURE__ */ (0,
|
|
2043
|
+
var import_jsx_runtime33 = __toESM(require_jsx_runtime()), IconChathistory = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2044
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
1987
2045
|
"path",
|
|
1988
2046
|
{
|
|
1989
2047
|
fill: stroke || color || "currentColor",
|
|
1990
2048
|
d: "M10.5 4.5V12.4926L15.7369 17.3267L17.2631 15.6733L12.75 11.5074V4.5H10.5Z"
|
|
1991
2049
|
}
|
|
1992
2050
|
),
|
|
1993
|
-
/* @__PURE__ */ (0,
|
|
2051
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
1994
2052
|
"path",
|
|
1995
2053
|
{
|
|
1996
2054
|
fill: stroke || color || "currentColor",
|
|
@@ -2002,7 +2060,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2002
2060
|
] }), Chathistory_default = IconChathistory;
|
|
2003
2061
|
|
|
2004
2062
|
// src/components/Check.tsx
|
|
2005
|
-
var
|
|
2063
|
+
var import_jsx_runtime34 = __toESM(require_jsx_runtime()), IconCheck = ({ 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)(
|
|
2006
2064
|
"path",
|
|
2007
2065
|
{
|
|
2008
2066
|
fill: stroke || color || "currentColor",
|
|
@@ -2011,7 +2069,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2011
2069
|
) }), Check_default = IconCheck;
|
|
2012
2070
|
|
|
2013
2071
|
// src/components/CheckedFilled.tsx
|
|
2014
|
-
var
|
|
2072
|
+
var import_jsx_runtime35 = __toESM(require_jsx_runtime()), IconCheckedFilled = ({ 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)(
|
|
2015
2073
|
"path",
|
|
2016
2074
|
{
|
|
2017
2075
|
fill: fill || color || "currentColor",
|
|
@@ -2022,7 +2080,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2022
2080
|
) }), CheckedFilled_default = IconCheckedFilled;
|
|
2023
2081
|
|
|
2024
2082
|
// src/components/Close.tsx
|
|
2025
|
-
var
|
|
2083
|
+
var import_jsx_runtime36 = __toESM(require_jsx_runtime()), IconClose = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
2026
2084
|
"path",
|
|
2027
2085
|
{
|
|
2028
2086
|
fill: stroke || color || "currentColor",
|
|
@@ -2031,8 +2089,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2031
2089
|
) }), Close_default = IconClose;
|
|
2032
2090
|
|
|
2033
2091
|
// src/components/Collapsewindow.tsx
|
|
2034
|
-
var
|
|
2035
|
-
/* @__PURE__ */ (0,
|
|
2092
|
+
var import_jsx_runtime37 = __toESM(require_jsx_runtime()), IconCollapsewindow = ({ 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: [
|
|
2093
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
2036
2094
|
"path",
|
|
2037
2095
|
{
|
|
2038
2096
|
fill: stroke || color || "currentColor",
|
|
@@ -2041,7 +2099,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2041
2099
|
clipRule: "evenodd"
|
|
2042
2100
|
}
|
|
2043
2101
|
),
|
|
2044
|
-
/* @__PURE__ */ (0,
|
|
2102
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
2045
2103
|
"path",
|
|
2046
2104
|
{
|
|
2047
2105
|
fill: stroke || color || "currentColor",
|
|
@@ -2052,10 +2110,19 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2052
2110
|
)
|
|
2053
2111
|
] }), Collapsewindow_default = IconCollapsewindow;
|
|
2054
2112
|
|
|
2113
|
+
// src/components/Command.tsx
|
|
2114
|
+
var import_jsx_runtime38 = __toESM(require_jsx_runtime()), IconCommand = ({ 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)(
|
|
2115
|
+
"path",
|
|
2116
|
+
{
|
|
2117
|
+
fill: stroke || color || "currentColor",
|
|
2118
|
+
d: "M7.39517 9.52168V14.4783H5.28429C2.92324 14.4783 1 16.3234 1 18.7001C1 21.0768 2.92324 23 5.28429 23C7.64534 23 9.56859 21.0768 9.56859 18.7001V16.6048H14.4314V18.7001C14.4314 21.0768 16.3547 23 18.7157 23C21.0768 23 23 21.0768 23 18.7001C23 16.3234 21.0768 14.4783 18.7157 14.4783H16.5892V9.52168H18.7157C21.0768 9.52168 23 7.67662 23 5.29993C23 2.92324 21.0768 1 18.7157 1C16.3547 1 14.4314 2.92324 14.4314 5.29993V7.4108H9.56859V5.29993C9.56859 2.92324 7.64534 1 5.28429 1C2.92324 1 1 2.92324 1 5.29993C1 7.67662 2.92324 9.52168 5.28429 9.52168H7.39517ZM5.29993 7.42644C4.12722 7.42644 3.17342 6.47264 3.17342 5.29993C3.17342 4.12722 4.12722 3.17342 5.28429 3.17342C6.44136 3.17342 7.39517 4.12722 7.39517 5.31557V7.42644H5.29993ZM18.7001 7.42644H16.5892V5.31557C16.5892 4.12722 17.5586 3.17342 18.7157 3.17342C19.8728 3.17342 20.8266 4.12722 20.8266 5.29993C20.8266 6.47264 19.8728 7.42644 18.7001 7.42644ZM9.56859 14.494V9.50604H14.4314V14.494H9.56859ZM5.29993 16.5579H7.39517V18.6844C7.39517 19.8571 6.44136 20.8109 5.28429 20.8109C4.12722 20.8109 3.17342 19.8571 3.17342 18.6844C3.17342 17.5117 4.12722 16.5579 5.29993 16.5579ZM18.7001 16.5579C19.8728 16.5579 20.8266 17.5117 20.8266 18.6844C20.8266 19.8571 19.8728 20.8109 18.7157 20.8109C17.5586 20.8109 16.5892 19.8571 16.5892 18.6844V16.5579H18.7001Z"
|
|
2119
|
+
}
|
|
2120
|
+
) }), Command_default = IconCommand;
|
|
2121
|
+
|
|
2055
2122
|
// src/components/Copy.tsx
|
|
2056
|
-
var
|
|
2057
|
-
/* @__PURE__ */ (0,
|
|
2058
|
-
/* @__PURE__ */ (0,
|
|
2123
|
+
var import_jsx_runtime39 = __toESM(require_jsx_runtime()), IconCopy = ({ 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: [
|
|
2124
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("path", { fill: stroke || color || "currentColor", d: "M12.75 2.25H2.25V12.75H6V15H0V0H15V6H12.75V2.25Z" }),
|
|
2125
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
2059
2126
|
"path",
|
|
2060
2127
|
{
|
|
2061
2128
|
fill: stroke || color || "currentColor",
|
|
@@ -2067,7 +2134,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2067
2134
|
] }), Copy_default = IconCopy;
|
|
2068
2135
|
|
|
2069
2136
|
// src/components/Copylink.tsx
|
|
2070
|
-
var
|
|
2137
|
+
var import_jsx_runtime40 = __toESM(require_jsx_runtime()), IconCopylink = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
2071
2138
|
"path",
|
|
2072
2139
|
{
|
|
2073
2140
|
fill: stroke || color || "currentColor",
|
|
@@ -2078,7 +2145,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2078
2145
|
) }), Copylink_default = IconCopylink;
|
|
2079
2146
|
|
|
2080
2147
|
// src/components/Createplan.tsx
|
|
2081
|
-
var
|
|
2148
|
+
var import_jsx_runtime41 = __toESM(require_jsx_runtime()), IconCreateplan = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
2082
2149
|
"path",
|
|
2083
2150
|
{
|
|
2084
2151
|
fill: stroke || color || "currentColor",
|
|
@@ -2089,8 +2156,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2089
2156
|
) }), Createplan_default = IconCreateplan;
|
|
2090
2157
|
|
|
2091
2158
|
// src/components/CreditFilled.tsx
|
|
2092
|
-
var
|
|
2093
|
-
/* @__PURE__ */ (0,
|
|
2159
|
+
var import_jsx_runtime42 = __toESM(require_jsx_runtime()), IconCreditFilled = ({ 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: [
|
|
2160
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)("g", { clipPath: "url(#clip0_2_28)", children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
2094
2161
|
"path",
|
|
2095
2162
|
{
|
|
2096
2163
|
fill: fill || color || "currentColor",
|
|
@@ -2099,11 +2166,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2099
2166
|
clipRule: "evenodd"
|
|
2100
2167
|
}
|
|
2101
2168
|
) }),
|
|
2102
|
-
/* @__PURE__ */ (0,
|
|
2169
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("clipPath", { id: "clip0_2_28", children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
2103
2170
|
] }), CreditFilled_default = IconCreditFilled;
|
|
2104
2171
|
|
|
2105
2172
|
// src/components/Cursor.tsx
|
|
2106
|
-
var
|
|
2173
|
+
var import_jsx_runtime43 = __toESM(require_jsx_runtime()), IconCursor = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
2107
2174
|
"path",
|
|
2108
2175
|
{
|
|
2109
2176
|
fill: stroke || color || "currentColor",
|
|
@@ -2114,9 +2181,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2114
2181
|
) }), Cursor_default = IconCursor;
|
|
2115
2182
|
|
|
2116
2183
|
// src/components/DeleteSceneChoice.tsx
|
|
2117
|
-
var
|
|
2118
|
-
/* @__PURE__ */ (0,
|
|
2119
|
-
/* @__PURE__ */ (0,
|
|
2184
|
+
var import_jsx_runtime44 = __toESM(require_jsx_runtime()), IconDeleteSceneChoice = ({ 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: [
|
|
2185
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { fill: stroke || color || "currentColor", d: "M18 10.875H6V13.125H18V10.875Z" }),
|
|
2186
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
2120
2187
|
"path",
|
|
2121
2188
|
{
|
|
2122
2189
|
fill: stroke || color || "currentColor",
|
|
@@ -2128,9 +2195,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2128
2195
|
] }), DeleteSceneChoice_default = IconDeleteSceneChoice;
|
|
2129
2196
|
|
|
2130
2197
|
// src/components/Delete.tsx
|
|
2131
|
-
var
|
|
2132
|
-
/* @__PURE__ */ (0,
|
|
2133
|
-
/* @__PURE__ */ (0,
|
|
2198
|
+
var import_jsx_runtime45 = __toESM(require_jsx_runtime()), IconDelete = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2199
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 17.25V11.25H10.875V17.25H13.125Z" }),
|
|
2200
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
2134
2201
|
"path",
|
|
2135
2202
|
{
|
|
2136
2203
|
fill: stroke || color || "currentColor",
|
|
@@ -2142,7 +2209,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2142
2209
|
] }), Delete_default = IconDelete;
|
|
2143
2210
|
|
|
2144
2211
|
// src/components/DownFilled.tsx
|
|
2145
|
-
var
|
|
2212
|
+
var import_jsx_runtime46 = __toESM(require_jsx_runtime()), IconDownFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
2146
2213
|
"path",
|
|
2147
2214
|
{
|
|
2148
2215
|
fill: fill || color || "currentColor",
|
|
@@ -2153,7 +2220,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2153
2220
|
) }), DownFilled_default = IconDownFilled;
|
|
2154
2221
|
|
|
2155
2222
|
// src/components/DownleftFilled.tsx
|
|
2156
|
-
var
|
|
2223
|
+
var import_jsx_runtime47 = __toESM(require_jsx_runtime()), IconDownleftFilled = ({ 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)(
|
|
2157
2224
|
"path",
|
|
2158
2225
|
{
|
|
2159
2226
|
fill: fill || color || "currentColor",
|
|
@@ -2164,15 +2231,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2164
2231
|
) }), DownleftFilled_default = IconDownleftFilled;
|
|
2165
2232
|
|
|
2166
2233
|
// src/components/Download.tsx
|
|
2167
|
-
var
|
|
2168
|
-
/* @__PURE__ */ (0,
|
|
2234
|
+
var import_jsx_runtime48 = __toESM(require_jsx_runtime()), IconDownload = ({ 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: [
|
|
2235
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
2169
2236
|
"path",
|
|
2170
2237
|
{
|
|
2171
2238
|
fill: stroke || color || "currentColor",
|
|
2172
2239
|
d: "M22.5 24L22.5 13.5H20.25V21.75L3.75 21.75L3.75 13.5H1.5L1.5 24L22.5 24Z"
|
|
2173
2240
|
}
|
|
2174
2241
|
),
|
|
2175
|
-
/* @__PURE__ */ (0,
|
|
2242
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
2176
2243
|
"path",
|
|
2177
2244
|
{
|
|
2178
2245
|
fill: stroke || color || "currentColor",
|
|
@@ -2184,7 +2251,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2184
2251
|
] }), Download_default = IconDownload;
|
|
2185
2252
|
|
|
2186
2253
|
// src/components/DownrightFilled.tsx
|
|
2187
|
-
var
|
|
2254
|
+
var import_jsx_runtime49 = __toESM(require_jsx_runtime()), IconDownrightFilled = ({ 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)(
|
|
2188
2255
|
"path",
|
|
2189
2256
|
{
|
|
2190
2257
|
fill: fill || color || "currentColor",
|
|
@@ -2195,18 +2262,18 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2195
2262
|
) }), DownrightFilled_default = IconDownrightFilled;
|
|
2196
2263
|
|
|
2197
2264
|
// src/components/DraghandleFilled.tsx
|
|
2198
|
-
var
|
|
2199
|
-
/* @__PURE__ */ (0,
|
|
2200
|
-
/* @__PURE__ */ (0,
|
|
2201
|
-
/* @__PURE__ */ (0,
|
|
2202
|
-
/* @__PURE__ */ (0,
|
|
2203
|
-
/* @__PURE__ */ (0,
|
|
2204
|
-
/* @__PURE__ */ (0,
|
|
2265
|
+
var import_jsx_runtime50 = __toESM(require_jsx_runtime()), IconDraghandleFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2266
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { fill: fill || color || "currentColor", d: "M18 7.19999V2.39999H13.2V7.19999L18 7.19999Z" }),
|
|
2267
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { fill: fill || color || "currentColor", d: "M18 9.59999V14.4H13.2L13.2 9.59999H18Z" }),
|
|
2268
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 9.59999V14.4H6V9.59999H10.8Z" }),
|
|
2269
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 2.39999V7.19999L6 7.19999V2.39999H10.8Z" }),
|
|
2270
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { fill: fill || color || "currentColor", d: "M18 21.6V16.8H13.2V21.6H18Z" }),
|
|
2271
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 16.8V21.6H6V16.8H10.8Z" })
|
|
2205
2272
|
] }), DraghandleFilled_default = IconDraghandleFilled;
|
|
2206
2273
|
|
|
2207
2274
|
// src/components/Edit.tsx
|
|
2208
|
-
var
|
|
2209
|
-
/* @__PURE__ */ (0,
|
|
2275
|
+
var import_jsx_runtime51 = __toESM(require_jsx_runtime()), IconEdit = ({ 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: [
|
|
2276
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
2210
2277
|
"path",
|
|
2211
2278
|
{
|
|
2212
2279
|
fill: stroke || color || "currentColor",
|
|
@@ -2215,7 +2282,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2215
2282
|
clipRule: "evenodd"
|
|
2216
2283
|
}
|
|
2217
2284
|
),
|
|
2218
|
-
/* @__PURE__ */ (0,
|
|
2285
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
2219
2286
|
"path",
|
|
2220
2287
|
{
|
|
2221
2288
|
fill: stroke || color || "currentColor",
|
|
@@ -2225,7 +2292,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2225
2292
|
] }), Edit_default = IconEdit;
|
|
2226
2293
|
|
|
2227
2294
|
// src/components/Element.tsx
|
|
2228
|
-
var
|
|
2295
|
+
var import_jsx_runtime52 = __toESM(require_jsx_runtime()), IconElement = ({ 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)(
|
|
2229
2296
|
"path",
|
|
2230
2297
|
{
|
|
2231
2298
|
fill: stroke || color || "currentColor",
|
|
@@ -2236,8 +2303,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2236
2303
|
) }), Element_default = IconElement;
|
|
2237
2304
|
|
|
2238
2305
|
// src/components/Expandwindow.tsx
|
|
2239
|
-
var
|
|
2240
|
-
/* @__PURE__ */ (0,
|
|
2306
|
+
var import_jsx_runtime53 = __toESM(require_jsx_runtime()), IconExpandwindow = ({ 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: [
|
|
2307
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
2241
2308
|
"path",
|
|
2242
2309
|
{
|
|
2243
2310
|
fill: stroke || color || "currentColor",
|
|
@@ -2246,7 +2313,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2246
2313
|
clipRule: "evenodd"
|
|
2247
2314
|
}
|
|
2248
2315
|
),
|
|
2249
|
-
/* @__PURE__ */ (0,
|
|
2316
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
2250
2317
|
"path",
|
|
2251
2318
|
{
|
|
2252
2319
|
fill: stroke || color || "currentColor",
|
|
@@ -2258,7 +2325,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2258
2325
|
] }), Expandwindow_default = IconExpandwindow;
|
|
2259
2326
|
|
|
2260
2327
|
// src/components/FavoriteFilled.tsx
|
|
2261
|
-
var
|
|
2328
|
+
var import_jsx_runtime54 = __toESM(require_jsx_runtime()), IconFavoriteFilled = ({ 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)(
|
|
2262
2329
|
"path",
|
|
2263
2330
|
{
|
|
2264
2331
|
fill: fill || color || "currentColor",
|
|
@@ -2267,7 +2334,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2267
2334
|
) }), FavoriteFilled_default = IconFavoriteFilled;
|
|
2268
2335
|
|
|
2269
2336
|
// src/components/Favorite.tsx
|
|
2270
|
-
var
|
|
2337
|
+
var import_jsx_runtime55 = __toESM(require_jsx_runtime()), IconFavorite = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
|
|
2271
2338
|
"path",
|
|
2272
2339
|
{
|
|
2273
2340
|
fill: stroke || color || "currentColor",
|
|
@@ -2278,7 +2345,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2278
2345
|
) }), Favorite_default = IconFavorite;
|
|
2279
2346
|
|
|
2280
2347
|
// src/components/FeedbackFailFilled.tsx
|
|
2281
|
-
var
|
|
2348
|
+
var import_jsx_runtime56 = __toESM(require_jsx_runtime()), IconFeedbackFailFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
2282
2349
|
"path",
|
|
2283
2350
|
{
|
|
2284
2351
|
fill: fill || color || "currentColor",
|
|
@@ -2289,7 +2356,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2289
2356
|
) }), FeedbackFailFilled_default = IconFeedbackFailFilled;
|
|
2290
2357
|
|
|
2291
2358
|
// src/components/FeedbackPendingFilled.tsx
|
|
2292
|
-
var
|
|
2359
|
+
var import_jsx_runtime57 = __toESM(require_jsx_runtime()), IconFeedbackPendingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
2293
2360
|
"path",
|
|
2294
2361
|
{
|
|
2295
2362
|
fill: fill || color || "currentColor",
|
|
@@ -2300,7 +2367,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2300
2367
|
) }), FeedbackPendingFilled_default = IconFeedbackPendingFilled;
|
|
2301
2368
|
|
|
2302
2369
|
// src/components/FeedbackProblemFilled.tsx
|
|
2303
|
-
var
|
|
2370
|
+
var import_jsx_runtime58 = __toESM(require_jsx_runtime()), IconFeedbackProblemFilled = ({ 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)(
|
|
2304
2371
|
"path",
|
|
2305
2372
|
{
|
|
2306
2373
|
fill: fill || color || "currentColor",
|
|
@@ -2311,29 +2378,29 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2311
2378
|
) }), FeedbackProblemFilled_default = IconFeedbackProblemFilled;
|
|
2312
2379
|
|
|
2313
2380
|
// src/components/FeedbackProblem.tsx
|
|
2314
|
-
var
|
|
2315
|
-
/* @__PURE__ */ (0,
|
|
2381
|
+
var import_jsx_runtime59 = __toESM(require_jsx_runtime()), IconFeedbackProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2382
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
2316
2383
|
"path",
|
|
2317
2384
|
{
|
|
2318
2385
|
fill: stroke || color || "currentColor",
|
|
2319
2386
|
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"
|
|
2320
2387
|
}
|
|
2321
2388
|
),
|
|
2322
|
-
/* @__PURE__ */ (0,
|
|
2389
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
2323
2390
|
"path",
|
|
2324
2391
|
{
|
|
2325
2392
|
fill: stroke || color || "currentColor",
|
|
2326
2393
|
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"
|
|
2327
2394
|
}
|
|
2328
2395
|
),
|
|
2329
|
-
/* @__PURE__ */ (0,
|
|
2396
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
2330
2397
|
"path",
|
|
2331
2398
|
{
|
|
2332
2399
|
fill: stroke || color || "currentColor",
|
|
2333
2400
|
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"
|
|
2334
2401
|
}
|
|
2335
2402
|
),
|
|
2336
|
-
/* @__PURE__ */ (0,
|
|
2403
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
2337
2404
|
"path",
|
|
2338
2405
|
{
|
|
2339
2406
|
fill: stroke || color || "currentColor",
|
|
@@ -2345,8 +2412,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2345
2412
|
] }), FeedbackProblem_default = IconFeedbackProblem;
|
|
2346
2413
|
|
|
2347
2414
|
// src/components/FiletypeImageFilled.tsx
|
|
2348
|
-
var
|
|
2349
|
-
/* @__PURE__ */ (0,
|
|
2415
|
+
var import_jsx_runtime60 = __toESM(require_jsx_runtime()), IconFiletypeImageFilled = ({ 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: [
|
|
2416
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
2350
2417
|
"path",
|
|
2351
2418
|
{
|
|
2352
2419
|
fill: "#2E2E2E",
|
|
@@ -2354,21 +2421,21 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2354
2421
|
style: { opacity: 0.3 }
|
|
2355
2422
|
}
|
|
2356
2423
|
) }),
|
|
2357
|
-
/* @__PURE__ */ (0,
|
|
2424
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
2358
2425
|
"path",
|
|
2359
2426
|
{
|
|
2360
2427
|
fill: "#2E2E2E",
|
|
2361
2428
|
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"
|
|
2362
2429
|
}
|
|
2363
2430
|
),
|
|
2364
|
-
/* @__PURE__ */ (0,
|
|
2431
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
2365
2432
|
"path",
|
|
2366
2433
|
{
|
|
2367
2434
|
fill: "#2E2E2E",
|
|
2368
2435
|
d: "M10.5938 11.0625C11.0252 11.0625 11.375 10.7127 11.375 10.2812C11.375 9.84978 11.0252 9.5 10.5938 9.5C10.1623 9.5 9.8125 9.84978 9.8125 10.2812C9.8125 10.7127 10.1623 11.0625 10.5938 11.0625Z"
|
|
2369
2436
|
}
|
|
2370
2437
|
),
|
|
2371
|
-
/* @__PURE__ */ (0,
|
|
2438
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
2372
2439
|
"path",
|
|
2373
2440
|
{
|
|
2374
2441
|
fill: "#2E2E2E",
|
|
@@ -2380,8 +2447,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2380
2447
|
] }), FiletypeImageFilled_default = IconFiletypeImageFilled;
|
|
2381
2448
|
|
|
2382
2449
|
// src/components/FiletypePdfFilled.tsx
|
|
2383
|
-
var
|
|
2384
|
-
/* @__PURE__ */ (0,
|
|
2450
|
+
var import_jsx_runtime61 = __toESM(require_jsx_runtime()), IconFiletypePdfFilled = ({ 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: [
|
|
2451
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
2385
2452
|
"path",
|
|
2386
2453
|
{
|
|
2387
2454
|
fill: "#FF3E4C",
|
|
@@ -2389,14 +2456,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2389
2456
|
style: { opacity: 0.3 }
|
|
2390
2457
|
}
|
|
2391
2458
|
) }),
|
|
2392
|
-
/* @__PURE__ */ (0,
|
|
2459
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
2393
2460
|
"path",
|
|
2394
2461
|
{
|
|
2395
2462
|
fill: "#FF3E4C",
|
|
2396
2463
|
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"
|
|
2397
2464
|
}
|
|
2398
2465
|
),
|
|
2399
|
-
/* @__PURE__ */ (0,
|
|
2466
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
2400
2467
|
"path",
|
|
2401
2468
|
{
|
|
2402
2469
|
fill: "#FF3E4C",
|
|
@@ -2406,8 +2473,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2406
2473
|
] }), FiletypePdfFilled_default = IconFiletypePdfFilled;
|
|
2407
2474
|
|
|
2408
2475
|
// src/components/FiletypePdfLumiFilled.tsx
|
|
2409
|
-
var
|
|
2410
|
-
/* @__PURE__ */ (0,
|
|
2476
|
+
var import_jsx_runtime62 = __toESM(require_jsx_runtime()), IconFiletypePdfLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2477
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
2411
2478
|
"path",
|
|
2412
2479
|
{
|
|
2413
2480
|
fill: "#2E2E2E",
|
|
@@ -2415,14 +2482,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2415
2482
|
style: { opacity: 0.3 }
|
|
2416
2483
|
}
|
|
2417
2484
|
) }),
|
|
2418
|
-
/* @__PURE__ */ (0,
|
|
2485
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
2419
2486
|
"path",
|
|
2420
2487
|
{
|
|
2421
2488
|
fill: "#2E2E2E",
|
|
2422
2489
|
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"
|
|
2423
2490
|
}
|
|
2424
2491
|
),
|
|
2425
|
-
/* @__PURE__ */ (0,
|
|
2492
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
2426
2493
|
"path",
|
|
2427
2494
|
{
|
|
2428
2495
|
fill: "#2E2E2E",
|
|
@@ -2432,8 +2499,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2432
2499
|
] }), FiletypePdfLumiFilled_default = IconFiletypePdfLumiFilled;
|
|
2433
2500
|
|
|
2434
2501
|
// src/components/FiletypeTxtFilled.tsx
|
|
2435
|
-
var
|
|
2436
|
-
/* @__PURE__ */ (0,
|
|
2502
|
+
var import_jsx_runtime63 = __toESM(require_jsx_runtime()), IconFiletypeTxtFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2503
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
2437
2504
|
"path",
|
|
2438
2505
|
{
|
|
2439
2506
|
fill: "#005FAD",
|
|
@@ -2441,11 +2508,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2441
2508
|
style: { opacity: 0.3 }
|
|
2442
2509
|
}
|
|
2443
2510
|
) }),
|
|
2444
|
-
/* @__PURE__ */ (0,
|
|
2445
|
-
/* @__PURE__ */ (0,
|
|
2446
|
-
/* @__PURE__ */ (0,
|
|
2447
|
-
/* @__PURE__ */ (0,
|
|
2448
|
-
/* @__PURE__ */ (0,
|
|
2511
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("path", { fill: "#005FAD", d: "M7.625 8.5625H16.375V7.625H7.625V8.5625Z" }),
|
|
2512
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("path", { fill: "#005FAD", d: "M7.625 16.375H13.875V15.4375H7.625V16.375Z" }),
|
|
2513
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("path", { fill: "#005FAD", d: "M16.375 11.2188H7.625V10.2812H16.375V11.2188Z" }),
|
|
2514
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("path", { fill: "#005FAD", d: "M7.625 13.7188H16.375V12.7812H7.625V13.7188Z" }),
|
|
2515
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
2449
2516
|
"path",
|
|
2450
2517
|
{
|
|
2451
2518
|
fill: "#005FAD",
|
|
@@ -2455,8 +2522,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2455
2522
|
] }), FiletypeTxtFilled_default = IconFiletypeTxtFilled;
|
|
2456
2523
|
|
|
2457
2524
|
// src/components/FiletypeTxtLumiFilled.tsx
|
|
2458
|
-
var
|
|
2459
|
-
/* @__PURE__ */ (0,
|
|
2525
|
+
var import_jsx_runtime64 = __toESM(require_jsx_runtime()), IconFiletypeTxtLumiFilled = ({ 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: [
|
|
2526
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
2460
2527
|
"path",
|
|
2461
2528
|
{
|
|
2462
2529
|
fill: "#2E2E2E",
|
|
@@ -2464,11 +2531,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2464
2531
|
style: { opacity: 0.3 }
|
|
2465
2532
|
}
|
|
2466
2533
|
) }),
|
|
2467
|
-
/* @__PURE__ */ (0,
|
|
2468
|
-
/* @__PURE__ */ (0,
|
|
2469
|
-
/* @__PURE__ */ (0,
|
|
2470
|
-
/* @__PURE__ */ (0,
|
|
2471
|
-
/* @__PURE__ */ (0,
|
|
2534
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("path", { fill: "#2E2E2E", d: "M7.625 8.5625H16.375V7.625H7.625V8.5625Z" }),
|
|
2535
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("path", { fill: "#2E2E2E", d: "M7.625 16.375H13.875V15.4375H7.625V16.375Z" }),
|
|
2536
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("path", { fill: "#2E2E2E", d: "M16.375 11.2188H7.625V10.2812H16.375V11.2188Z" }),
|
|
2537
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("path", { fill: "#2E2E2E", d: "M7.625 13.7188H16.375V12.7812H7.625V13.7188Z" }),
|
|
2538
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
2472
2539
|
"path",
|
|
2473
2540
|
{
|
|
2474
2541
|
fill: "#2E2E2E",
|
|
@@ -2478,8 +2545,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2478
2545
|
] }), FiletypeTxtLumiFilled_default = IconFiletypeTxtLumiFilled;
|
|
2479
2546
|
|
|
2480
2547
|
// src/components/FiletypeWordFilled.tsx
|
|
2481
|
-
var
|
|
2482
|
-
/* @__PURE__ */ (0,
|
|
2548
|
+
var import_jsx_runtime65 = __toESM(require_jsx_runtime()), IconFiletypeWordFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2549
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
2483
2550
|
"path",
|
|
2484
2551
|
{
|
|
2485
2552
|
fill: "#0072FF",
|
|
@@ -2487,14 +2554,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2487
2554
|
style: { opacity: 0.3 }
|
|
2488
2555
|
}
|
|
2489
2556
|
) }),
|
|
2490
|
-
/* @__PURE__ */ (0,
|
|
2557
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
2491
2558
|
"path",
|
|
2492
2559
|
{
|
|
2493
2560
|
fill: "#0072FF",
|
|
2494
2561
|
d: "M8.09258 8L9.69258 16H10.8121L12 9.56557L13.1879 16H14.3074L15.9074 8H15.1426L13.7547 14.9392L12.4736 8H11.5264L10.2453 14.9392L8.85743 8H8.09258Z"
|
|
2495
2562
|
}
|
|
2496
2563
|
),
|
|
2497
|
-
/* @__PURE__ */ (0,
|
|
2564
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
2498
2565
|
"path",
|
|
2499
2566
|
{
|
|
2500
2567
|
fill: "#0072FF",
|
|
@@ -2504,8 +2571,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2504
2571
|
] }), FiletypeWordFilled_default = IconFiletypeWordFilled;
|
|
2505
2572
|
|
|
2506
2573
|
// src/components/FiletypeWordLumiFilled.tsx
|
|
2507
|
-
var
|
|
2508
|
-
/* @__PURE__ */ (0,
|
|
2574
|
+
var import_jsx_runtime66 = __toESM(require_jsx_runtime()), IconFiletypeWordLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2575
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
2509
2576
|
"path",
|
|
2510
2577
|
{
|
|
2511
2578
|
fill: "#2E2E2E",
|
|
@@ -2513,14 +2580,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2513
2580
|
style: { opacity: 0.3 }
|
|
2514
2581
|
}
|
|
2515
2582
|
) }),
|
|
2516
|
-
/* @__PURE__ */ (0,
|
|
2583
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
2517
2584
|
"path",
|
|
2518
2585
|
{
|
|
2519
2586
|
fill: "#2E2E2E",
|
|
2520
2587
|
d: "M8.09257 8L9.69257 16H10.8121L12 9.56557L13.1879 16H14.3074L15.9074 8H15.1426L13.7547 14.9392L12.4736 8H11.5264L10.2453 14.9392L8.85742 8H8.09257Z"
|
|
2521
2588
|
}
|
|
2522
2589
|
),
|
|
2523
|
-
/* @__PURE__ */ (0,
|
|
2590
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
2524
2591
|
"path",
|
|
2525
2592
|
{
|
|
2526
2593
|
fill: "#2E2E2E",
|
|
@@ -2530,8 +2597,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2530
2597
|
] }), FiletypeWordLumiFilled_default = IconFiletypeWordLumiFilled;
|
|
2531
2598
|
|
|
2532
2599
|
// src/components/Fillin.tsx
|
|
2533
|
-
var
|
|
2534
|
-
/* @__PURE__ */ (0,
|
|
2600
|
+
var import_jsx_runtime67 = __toESM(require_jsx_runtime()), IconFillin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2601
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)("g", { clipPath: "url(#clip0_491_23)", children: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
2535
2602
|
"path",
|
|
2536
2603
|
{
|
|
2537
2604
|
fill: stroke || color || "currentColor",
|
|
@@ -2540,7 +2607,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2540
2607
|
clipRule: "evenodd"
|
|
2541
2608
|
}
|
|
2542
2609
|
) }),
|
|
2543
|
-
/* @__PURE__ */ (0,
|
|
2610
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("clipPath", { id: "clip0_491_23", children: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
2544
2611
|
"rect",
|
|
2545
2612
|
{
|
|
2546
2613
|
width: "24",
|
|
@@ -2552,33 +2619,33 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2552
2619
|
] }), Fillin_default = IconFillin;
|
|
2553
2620
|
|
|
2554
2621
|
// src/components/FoldedMenu.tsx
|
|
2555
|
-
var
|
|
2556
|
-
/* @__PURE__ */ (0,
|
|
2557
|
-
/* @__PURE__ */ (0,
|
|
2558
|
-
/* @__PURE__ */ (0,
|
|
2559
|
-
/* @__PURE__ */ (0,
|
|
2622
|
+
var import_jsx_runtime68 = __toESM(require_jsx_runtime()), IconFoldedMenu = ({ 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: [
|
|
2623
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H22.5V1.5H1.5V3.75Z" }),
|
|
2624
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H22.5V20.25H1.5V22.5Z" }),
|
|
2625
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)("path", { fill: stroke || color || "currentColor", d: "M22.5 10.125H1.5V7.875H22.5V10.125Z" }),
|
|
2626
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H22.5V13.875H1.5V16.125Z" })
|
|
2560
2627
|
] }), FoldedMenu_default = IconFoldedMenu;
|
|
2561
2628
|
|
|
2562
2629
|
// src/components/FullScreen.tsx
|
|
2563
|
-
var
|
|
2564
|
-
/* @__PURE__ */ (0,
|
|
2565
|
-
/* @__PURE__ */ (0,
|
|
2566
|
-
/* @__PURE__ */ (0,
|
|
2567
|
-
/* @__PURE__ */ (0,
|
|
2630
|
+
var import_jsx_runtime69 = __toESM(require_jsx_runtime()), IconFullScreen = ({ 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: [
|
|
2631
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)("path", { fill: stroke || color || "currentColor", d: "M3.25 14V20.75H10V23H1V14H3.25Z" }),
|
|
2632
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)("path", { fill: stroke || color || "currentColor", d: "M23 23H14V20.75H20.75V14H23V23Z" }),
|
|
2633
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)("path", { fill: stroke || color || "currentColor", d: "M10 3.25H3.25V10H1V1H10V3.25Z" }),
|
|
2634
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)("path", { fill: stroke || color || "currentColor", d: "M23 10H20.75V3.25H14V1H23V10Z" })
|
|
2568
2635
|
] }), FullScreen_default = IconFullScreen;
|
|
2569
2636
|
|
|
2570
2637
|
// src/components/GameFilled.tsx
|
|
2571
|
-
var
|
|
2572
|
-
/* @__PURE__ */ (0,
|
|
2573
|
-
/* @__PURE__ */ (0,
|
|
2574
|
-
/* @__PURE__ */ (0,
|
|
2638
|
+
var import_jsx_runtime70 = __toESM(require_jsx_runtime()), IconGameFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2639
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("path", { fill: fill || color || "currentColor", d: "M7.5 0H16.5V5.37868L12 9.87868L7.5 5.37868V0Z" }),
|
|
2640
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("path", { fill: fill || color || "currentColor", d: "M5.37868 7.5H0V16.5H5.37868L9.87868 12L5.37868 7.5Z" }),
|
|
2641
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
2575
2642
|
"path",
|
|
2576
2643
|
{
|
|
2577
2644
|
fill: fill || color || "currentColor",
|
|
2578
2645
|
d: "M7.5 18.6213V24H16.5V18.6213L12 14.1213L7.5 18.6213Z"
|
|
2579
2646
|
}
|
|
2580
2647
|
),
|
|
2581
|
-
/* @__PURE__ */ (0,
|
|
2648
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
2582
2649
|
"path",
|
|
2583
2650
|
{
|
|
2584
2651
|
fill: fill || color || "currentColor",
|
|
@@ -2588,8 +2655,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2588
2655
|
] }), GameFilled_default = IconGameFilled;
|
|
2589
2656
|
|
|
2590
2657
|
// src/components/Game.tsx
|
|
2591
|
-
var
|
|
2592
|
-
/* @__PURE__ */ (0,
|
|
2658
|
+
var import_jsx_runtime71 = __toESM(require_jsx_runtime()), IconGame = ({ 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: [
|
|
2659
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
2593
2660
|
"path",
|
|
2594
2661
|
{
|
|
2595
2662
|
fill: stroke || color || "currentColor",
|
|
@@ -2598,7 +2665,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2598
2665
|
clipRule: "evenodd"
|
|
2599
2666
|
}
|
|
2600
2667
|
),
|
|
2601
|
-
/* @__PURE__ */ (0,
|
|
2668
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
2602
2669
|
"path",
|
|
2603
2670
|
{
|
|
2604
2671
|
fill: stroke || color || "currentColor",
|
|
@@ -2607,7 +2674,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2607
2674
|
clipRule: "evenodd"
|
|
2608
2675
|
}
|
|
2609
2676
|
),
|
|
2610
|
-
/* @__PURE__ */ (0,
|
|
2677
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
2611
2678
|
"path",
|
|
2612
2679
|
{
|
|
2613
2680
|
fill: stroke || color || "currentColor",
|
|
@@ -2616,7 +2683,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2616
2683
|
clipRule: "evenodd"
|
|
2617
2684
|
}
|
|
2618
2685
|
),
|
|
2619
|
-
/* @__PURE__ */ (0,
|
|
2686
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
2620
2687
|
"path",
|
|
2621
2688
|
{
|
|
2622
2689
|
fill: stroke || color || "currentColor",
|
|
@@ -2628,7 +2695,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2628
2695
|
] }), Game_default = IconGame;
|
|
2629
2696
|
|
|
2630
2697
|
// src/components/GamebackupFilled.tsx
|
|
2631
|
-
var
|
|
2698
|
+
var import_jsx_runtime72 = __toESM(require_jsx_runtime()), IconGamebackupFilled = ({ 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)(
|
|
2632
2699
|
"path",
|
|
2633
2700
|
{
|
|
2634
2701
|
fill: fill || color || "currentColor",
|
|
@@ -2639,7 +2706,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2639
2706
|
) }), GamebackupFilled_default = IconGamebackupFilled;
|
|
2640
2707
|
|
|
2641
2708
|
// src/components/Gamebackup.tsx
|
|
2642
|
-
var
|
|
2709
|
+
var import_jsx_runtime73 = __toESM(require_jsx_runtime()), IconGamebackup = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
2643
2710
|
"path",
|
|
2644
2711
|
{
|
|
2645
2712
|
fill: stroke || color || "currentColor",
|
|
@@ -2650,7 +2717,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2650
2717
|
) }), Gamebackup_default = IconGamebackup;
|
|
2651
2718
|
|
|
2652
2719
|
// src/components/GamecontrolChoice.tsx
|
|
2653
|
-
var
|
|
2720
|
+
var import_jsx_runtime74 = __toESM(require_jsx_runtime()), IconGamecontrolChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
|
|
2654
2721
|
"path",
|
|
2655
2722
|
{
|
|
2656
2723
|
fill: stroke || color || "currentColor",
|
|
@@ -2661,7 +2728,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2661
2728
|
) }), GamecontrolChoice_default = IconGamecontrolChoice;
|
|
2662
2729
|
|
|
2663
2730
|
// src/components/GamecontrolGameplay.tsx
|
|
2664
|
-
var
|
|
2731
|
+
var import_jsx_runtime75 = __toESM(require_jsx_runtime()), IconGamecontrolGameplay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
|
|
2665
2732
|
"path",
|
|
2666
2733
|
{
|
|
2667
2734
|
fill: stroke || color || "currentColor",
|
|
@@ -2672,7 +2739,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2672
2739
|
) }), GamecontrolGameplay_default = IconGamecontrolGameplay;
|
|
2673
2740
|
|
|
2674
2741
|
// src/components/GamecontrolLinear.tsx
|
|
2675
|
-
var
|
|
2742
|
+
var import_jsx_runtime76 = __toESM(require_jsx_runtime()), IconGamecontrolLinear = ({ 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)(
|
|
2676
2743
|
"path",
|
|
2677
2744
|
{
|
|
2678
2745
|
fill: stroke || color || "currentColor",
|
|
@@ -2683,15 +2750,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2683
2750
|
) }), GamecontrolLinear_default = IconGamecontrolLinear;
|
|
2684
2751
|
|
|
2685
2752
|
// src/components/GamecontrolNone.tsx
|
|
2686
|
-
var
|
|
2687
|
-
/* @__PURE__ */ (0,
|
|
2753
|
+
var import_jsx_runtime77 = __toESM(require_jsx_runtime()), IconGamecontrolNone = ({ 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: [
|
|
2754
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
2688
2755
|
"path",
|
|
2689
2756
|
{
|
|
2690
2757
|
fill: stroke || color || "currentColor",
|
|
2691
2758
|
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"
|
|
2692
2759
|
}
|
|
2693
2760
|
),
|
|
2694
|
-
/* @__PURE__ */ (0,
|
|
2761
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
2695
2762
|
"path",
|
|
2696
2763
|
{
|
|
2697
2764
|
fill: stroke || color || "currentColor",
|
|
@@ -2700,7 +2767,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2700
2767
|
clipRule: "evenodd"
|
|
2701
2768
|
}
|
|
2702
2769
|
),
|
|
2703
|
-
/* @__PURE__ */ (0,
|
|
2770
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
2704
2771
|
"path",
|
|
2705
2772
|
{
|
|
2706
2773
|
fill: stroke || color || "currentColor",
|
|
@@ -2712,22 +2779,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2712
2779
|
] }), GamecontrolNone_default = IconGamecontrolNone;
|
|
2713
2780
|
|
|
2714
2781
|
// src/components/GamecontrolTerminal.tsx
|
|
2715
|
-
var
|
|
2716
|
-
/* @__PURE__ */ (0,
|
|
2782
|
+
var import_jsx_runtime78 = __toESM(require_jsx_runtime()), IconGamecontrolTerminal = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2783
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
2717
2784
|
"path",
|
|
2718
2785
|
{
|
|
2719
2786
|
fill: stroke || color || "currentColor",
|
|
2720
2787
|
d: "M14.2893 0.218108L12.2541 2.25325C12.1697 2.25109 12.085 2.25 12 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 12C21.75 11.915 21.7489 11.8303 21.7468 11.7459L23.7819 9.71075C23.925 10.4518 24 11.2171 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C12.7829 0 13.5482 0.0749648 14.2893 0.218108Z"
|
|
2721
2788
|
}
|
|
2722
2789
|
),
|
|
2723
|
-
/* @__PURE__ */ (0,
|
|
2790
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
2724
2791
|
"path",
|
|
2725
2792
|
{
|
|
2726
2793
|
fill: stroke || color || "currentColor",
|
|
2727
2794
|
d: "M18.7088 12.75L16.4378 12.75C16.0807 14.8783 14.2297 16.5 12 16.5C9.51472 16.5 7.5 14.4853 7.5 12C7.5 9.77025 9.12172 7.91928 11.25 7.56222L11.25 5.2912C7.87504 5.66428 5.25 8.52559 5.25 12C5.25 15.7279 8.27208 18.75 12 18.75C15.4744 18.75 18.3357 16.125 18.7088 12.75Z"
|
|
2728
2795
|
}
|
|
2729
2796
|
),
|
|
2730
|
-
/* @__PURE__ */ (0,
|
|
2797
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
2731
2798
|
"path",
|
|
2732
2799
|
{
|
|
2733
2800
|
fill: stroke || color || "currentColor",
|
|
@@ -2739,7 +2806,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2739
2806
|
] }), GamecontrolTerminal_default = IconGamecontrolTerminal;
|
|
2740
2807
|
|
|
2741
2808
|
// src/components/Gamelanguage.tsx
|
|
2742
|
-
var
|
|
2809
|
+
var import_jsx_runtime79 = __toESM(require_jsx_runtime()), IconGamelanguage = ({ 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)(
|
|
2743
2810
|
"path",
|
|
2744
2811
|
{
|
|
2745
2812
|
fill: stroke || color || "currentColor",
|
|
@@ -2750,8 +2817,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2750
2817
|
) }), Gamelanguage_default = IconGamelanguage;
|
|
2751
2818
|
|
|
2752
2819
|
// src/components/Gamepreview.tsx
|
|
2753
|
-
var
|
|
2754
|
-
/* @__PURE__ */ (0,
|
|
2820
|
+
var import_jsx_runtime80 = __toESM(require_jsx_runtime()), IconGamepreview = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2821
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
2755
2822
|
"path",
|
|
2756
2823
|
{
|
|
2757
2824
|
fill: stroke || color || "currentColor",
|
|
@@ -2760,7 +2827,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2760
2827
|
clipRule: "evenodd"
|
|
2761
2828
|
}
|
|
2762
2829
|
),
|
|
2763
|
-
/* @__PURE__ */ (0,
|
|
2830
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
2764
2831
|
"path",
|
|
2765
2832
|
{
|
|
2766
2833
|
fill: stroke || color || "currentColor",
|
|
@@ -2772,7 +2839,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2772
2839
|
] }), Gamepreview_default = IconGamepreview;
|
|
2773
2840
|
|
|
2774
2841
|
// src/components/Gameui.tsx
|
|
2775
|
-
var
|
|
2842
|
+
var import_jsx_runtime81 = __toESM(require_jsx_runtime()), IconGameui = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
2776
2843
|
"path",
|
|
2777
2844
|
{
|
|
2778
2845
|
fill: stroke || color || "currentColor",
|
|
@@ -2783,8 +2850,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2783
2850
|
) }), Gameui_default = IconGameui;
|
|
2784
2851
|
|
|
2785
2852
|
// src/components/Gameuivariable.tsx
|
|
2786
|
-
var
|
|
2787
|
-
/* @__PURE__ */ (0,
|
|
2853
|
+
var import_jsx_runtime82 = __toESM(require_jsx_runtime()), IconGameuivariable = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2854
|
+
/* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
|
|
2788
2855
|
"path",
|
|
2789
2856
|
{
|
|
2790
2857
|
fill: fill || color || "currentColor",
|
|
@@ -2793,7 +2860,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2793
2860
|
clipRule: "evenodd"
|
|
2794
2861
|
}
|
|
2795
2862
|
),
|
|
2796
|
-
/* @__PURE__ */ (0,
|
|
2863
|
+
/* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
|
|
2797
2864
|
"path",
|
|
2798
2865
|
{
|
|
2799
2866
|
fill: stroke || color || "currentColor",
|
|
@@ -2803,15 +2870,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2803
2870
|
] }), Gameuivariable_default = IconGameuivariable;
|
|
2804
2871
|
|
|
2805
2872
|
// src/components/Gameuivariable2.tsx
|
|
2806
|
-
var
|
|
2807
|
-
/* @__PURE__ */ (0,
|
|
2873
|
+
var import_jsx_runtime83 = __toESM(require_jsx_runtime()), IconGameuivariable2 = ({ 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: [
|
|
2874
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
2808
2875
|
"path",
|
|
2809
2876
|
{
|
|
2810
2877
|
fill: fill || color || "currentColor",
|
|
2811
2878
|
d: "M21.3496 9.34961L19.7578 10.9404L17.2041 8.38672L13.5908 12L13.5918 12.001L12.001 13.5918L12 13.5908L8.38672 17.2041L12 20.8184L14.5127 18.3037L16.1045 19.8955L12 24L0 12L12 0L21.3496 9.34961ZM3.18164 12L6.7959 15.6133L10.4092 12L6.7959 8.38672L3.18164 12ZM8.38672 6.7959L12 10.4092L15.6133 6.7959L12 3.18164L8.38672 6.7959Z"
|
|
2812
2879
|
}
|
|
2813
2880
|
),
|
|
2814
|
-
/* @__PURE__ */ (0,
|
|
2881
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
2815
2882
|
"path",
|
|
2816
2883
|
{
|
|
2817
2884
|
fill: stroke || color || "currentColor",
|
|
@@ -2821,15 +2888,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2821
2888
|
] }), Gameuivariable2_default = IconGameuivariable2;
|
|
2822
2889
|
|
|
2823
2890
|
// src/components/GenerateMultimage.tsx
|
|
2824
|
-
var
|
|
2825
|
-
/* @__PURE__ */ (0,
|
|
2891
|
+
var import_jsx_runtime84 = __toESM(require_jsx_runtime()), IconGenerateMultimage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2892
|
+
/* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
|
|
2826
2893
|
"path",
|
|
2827
2894
|
{
|
|
2828
2895
|
fill: stroke || color || "currentColor",
|
|
2829
2896
|
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"
|
|
2830
2897
|
}
|
|
2831
2898
|
),
|
|
2832
|
-
/* @__PURE__ */ (0,
|
|
2899
|
+
/* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
|
|
2833
2900
|
"path",
|
|
2834
2901
|
{
|
|
2835
2902
|
fill: stroke || color || "currentColor",
|
|
@@ -2838,11 +2905,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2838
2905
|
clipRule: "evenodd"
|
|
2839
2906
|
}
|
|
2840
2907
|
),
|
|
2841
|
-
/* @__PURE__ */ (0,
|
|
2908
|
+
/* @__PURE__ */ (0, import_jsx_runtime84.jsx)("path", { fill: stroke || color || "currentColor", d: "M0 6V24H18V21.75H2.25V6H0Z" })
|
|
2842
2909
|
] }), GenerateMultimage_default = IconGenerateMultimage;
|
|
2843
2910
|
|
|
2844
2911
|
// src/components/GenerateFilled.tsx
|
|
2845
|
-
var
|
|
2912
|
+
var import_jsx_runtime85 = __toESM(require_jsx_runtime()), IconGenerateFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
2846
2913
|
"path",
|
|
2847
2914
|
{
|
|
2848
2915
|
fill: fill || color || "currentColor",
|
|
@@ -2853,15 +2920,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2853
2920
|
) }), GenerateFilled_default = IconGenerateFilled;
|
|
2854
2921
|
|
|
2855
2922
|
// src/components/GenerateFrameStart.tsx
|
|
2856
|
-
var
|
|
2857
|
-
/* @__PURE__ */ (0,
|
|
2923
|
+
var import_jsx_runtime86 = __toESM(require_jsx_runtime()), IconGenerateFrameStart = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2924
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
2858
2925
|
"path",
|
|
2859
2926
|
{
|
|
2860
2927
|
fill: stroke || color || "currentColor",
|
|
2861
2928
|
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"
|
|
2862
2929
|
}
|
|
2863
2930
|
),
|
|
2864
|
-
/* @__PURE__ */ (0,
|
|
2931
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
2865
2932
|
"path",
|
|
2866
2933
|
{
|
|
2867
2934
|
fill: stroke || color || "currentColor",
|
|
@@ -2873,8 +2940,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2873
2940
|
] }), GenerateFrameStart_default = IconGenerateFrameStart;
|
|
2874
2941
|
|
|
2875
2942
|
// src/components/GenerateFrameStart2End.tsx
|
|
2876
|
-
var
|
|
2877
|
-
/* @__PURE__ */ (0,
|
|
2943
|
+
var import_jsx_runtime87 = __toESM(require_jsx_runtime()), IconGenerateFrameStart2End = ({ 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: [
|
|
2944
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
|
|
2878
2945
|
"path",
|
|
2879
2946
|
{
|
|
2880
2947
|
fill: stroke || color || "currentColor",
|
|
@@ -2883,14 +2950,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2883
2950
|
clipRule: "evenodd"
|
|
2884
2951
|
}
|
|
2885
2952
|
),
|
|
2886
|
-
/* @__PURE__ */ (0,
|
|
2953
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
|
|
2887
2954
|
"path",
|
|
2888
2955
|
{
|
|
2889
2956
|
fill: stroke || color || "currentColor",
|
|
2890
2957
|
d: "M4.74981 7.49969C5.5782 7.49969 6.24975 6.82815 6.24975 5.99976C6.24975 5.17136 5.5782 4.49982 4.74981 4.49982C3.92141 4.49982 3.24987 5.17136 3.24987 5.99976C3.24987 6.82815 3.92141 7.49969 4.74981 7.49969Z"
|
|
2891
2958
|
}
|
|
2892
2959
|
),
|
|
2893
|
-
/* @__PURE__ */ (0,
|
|
2960
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
|
|
2894
2961
|
"path",
|
|
2895
2962
|
{
|
|
2896
2963
|
fill: stroke || color || "currentColor",
|
|
@@ -2902,8 +2969,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2902
2969
|
] }), GenerateFrameStart2End_default = IconGenerateFrameStart2End;
|
|
2903
2970
|
|
|
2904
2971
|
// src/components/GenerateSwitchframe.tsx
|
|
2905
|
-
var
|
|
2906
|
-
/* @__PURE__ */ (0,
|
|
2972
|
+
var import_jsx_runtime88 = __toESM(require_jsx_runtime()), IconGenerateSwitchframe = ({ 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: [
|
|
2973
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
2907
2974
|
"path",
|
|
2908
2975
|
{
|
|
2909
2976
|
fill: stroke || color || "currentColor",
|
|
@@ -2912,7 +2979,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2912
2979
|
clipRule: "evenodd"
|
|
2913
2980
|
}
|
|
2914
2981
|
),
|
|
2915
|
-
/* @__PURE__ */ (0,
|
|
2982
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
2916
2983
|
"path",
|
|
2917
2984
|
{
|
|
2918
2985
|
fill: stroke || color || "currentColor",
|
|
@@ -2924,15 +2991,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2924
2991
|
] }), GenerateSwitchframe_default = IconGenerateSwitchframe;
|
|
2925
2992
|
|
|
2926
2993
|
// src/components/GenerateT2V.tsx
|
|
2927
|
-
var
|
|
2928
|
-
/* @__PURE__ */ (0,
|
|
2994
|
+
var import_jsx_runtime89 = __toESM(require_jsx_runtime()), IconGenerateT2V = ({ 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: [
|
|
2995
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
|
|
2929
2996
|
"path",
|
|
2930
2997
|
{
|
|
2931
2998
|
fill: stroke || color || "currentColor",
|
|
2932
2999
|
d: "M6 6V10.5H8.25V8.25H10.875V15.75H8.25V18H15.75V15.75H13.125V8.25H15.75V10.5H18V6H6Z"
|
|
2933
3000
|
}
|
|
2934
3001
|
),
|
|
2935
|
-
/* @__PURE__ */ (0,
|
|
3002
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
|
|
2936
3003
|
"path",
|
|
2937
3004
|
{
|
|
2938
3005
|
fill: stroke || color || "currentColor",
|
|
@@ -2944,7 +3011,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2944
3011
|
] }), GenerateT2V_default = IconGenerateT2V;
|
|
2945
3012
|
|
|
2946
3013
|
// src/components/Generate.tsx
|
|
2947
|
-
var
|
|
3014
|
+
var import_jsx_runtime90 = __toESM(require_jsx_runtime()), IconGenerate = ({ 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)(
|
|
2948
3015
|
"path",
|
|
2949
3016
|
{
|
|
2950
3017
|
fill: stroke || color || "currentColor",
|
|
@@ -2953,15 +3020,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2953
3020
|
) }), Generate_default = IconGenerate;
|
|
2954
3021
|
|
|
2955
3022
|
// src/components/GenreAuto.tsx
|
|
2956
|
-
var
|
|
2957
|
-
/* @__PURE__ */ (0,
|
|
3023
|
+
var import_jsx_runtime91 = __toESM(require_jsx_runtime()), IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3024
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
2958
3025
|
"path",
|
|
2959
3026
|
{
|
|
2960
3027
|
fill: stroke || color || "currentColor",
|
|
2961
3028
|
d: "M18.375 6.375V10.5H16.125V6.375H12V4.125H16.125V0H18.375V4.125H22.5V6.375H18.375Z"
|
|
2962
3029
|
}
|
|
2963
3030
|
),
|
|
2964
|
-
/* @__PURE__ */ (0,
|
|
3031
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
2965
3032
|
"path",
|
|
2966
3033
|
{
|
|
2967
3034
|
fill: stroke || color || "currentColor",
|
|
@@ -2970,15 +3037,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2970
3037
|
clipRule: "evenodd"
|
|
2971
3038
|
}
|
|
2972
3039
|
),
|
|
2973
|
-
/* @__PURE__ */ (0,
|
|
2974
|
-
/* @__PURE__ */ (0,
|
|
3040
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)("path", { fill: stroke || color || "currentColor", d: "M3.75 0.75L1.5 3L3.75 5.25L6 3L3.75 0.75Z" }),
|
|
3041
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
2975
3042
|
"path",
|
|
2976
3043
|
{
|
|
2977
3044
|
fill: stroke || color || "currentColor",
|
|
2978
3045
|
d: "M18 21.75L20.25 19.5L22.5 21.75L20.25 24L18 21.75Z"
|
|
2979
3046
|
}
|
|
2980
3047
|
),
|
|
2981
|
-
/* @__PURE__ */ (0,
|
|
3048
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
2982
3049
|
"path",
|
|
2983
3050
|
{
|
|
2984
3051
|
fill: stroke || color || "currentColor",
|
|
@@ -2988,22 +3055,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2988
3055
|
] }), GenreAuto_default = IconGenreAuto;
|
|
2989
3056
|
|
|
2990
3057
|
// src/components/GenreComedy.tsx
|
|
2991
|
-
var
|
|
2992
|
-
/* @__PURE__ */ (0,
|
|
3058
|
+
var import_jsx_runtime92 = __toESM(require_jsx_runtime()), IconGenreComedy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3059
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
2993
3060
|
"path",
|
|
2994
3061
|
{
|
|
2995
3062
|
fill: stroke || color || "currentColor",
|
|
2996
3063
|
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"
|
|
2997
3064
|
}
|
|
2998
3065
|
),
|
|
2999
|
-
/* @__PURE__ */ (0,
|
|
3066
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
3000
3067
|
"path",
|
|
3001
3068
|
{
|
|
3002
3069
|
fill: stroke || color || "currentColor",
|
|
3003
3070
|
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"
|
|
3004
3071
|
}
|
|
3005
3072
|
),
|
|
3006
|
-
/* @__PURE__ */ (0,
|
|
3073
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
3007
3074
|
"path",
|
|
3008
3075
|
{
|
|
3009
3076
|
fill: stroke || color || "currentColor",
|
|
@@ -3012,7 +3079,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3012
3079
|
clipRule: "evenodd"
|
|
3013
3080
|
}
|
|
3014
3081
|
),
|
|
3015
|
-
/* @__PURE__ */ (0,
|
|
3082
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
3016
3083
|
"path",
|
|
3017
3084
|
{
|
|
3018
3085
|
fill: stroke || color || "currentColor",
|
|
@@ -3024,7 +3091,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3024
3091
|
] }), GenreComedy_default = IconGenreComedy;
|
|
3025
3092
|
|
|
3026
3093
|
// src/components/GenreFantasy.tsx
|
|
3027
|
-
var
|
|
3094
|
+
var import_jsx_runtime93 = __toESM(require_jsx_runtime()), IconGenreFantasy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
3028
3095
|
"path",
|
|
3029
3096
|
{
|
|
3030
3097
|
fill: stroke || color || "currentColor",
|
|
@@ -3035,22 +3102,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3035
3102
|
) }), GenreFantasy_default = IconGenreFantasy;
|
|
3036
3103
|
|
|
3037
3104
|
// src/components/GenreHorror.tsx
|
|
3038
|
-
var
|
|
3039
|
-
/* @__PURE__ */ (0,
|
|
3105
|
+
var import_jsx_runtime94 = __toESM(require_jsx_runtime()), IconGenreHorror = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3106
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
3040
3107
|
"path",
|
|
3041
3108
|
{
|
|
3042
3109
|
fill: stroke || color || "currentColor",
|
|
3043
3110
|
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"
|
|
3044
3111
|
}
|
|
3045
3112
|
),
|
|
3046
|
-
/* @__PURE__ */ (0,
|
|
3113
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
3047
3114
|
"path",
|
|
3048
3115
|
{
|
|
3049
3116
|
fill: stroke || color || "currentColor",
|
|
3050
3117
|
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"
|
|
3051
3118
|
}
|
|
3052
3119
|
),
|
|
3053
|
-
/* @__PURE__ */ (0,
|
|
3120
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
3054
3121
|
"path",
|
|
3055
3122
|
{
|
|
3056
3123
|
fill: stroke || color || "currentColor",
|
|
@@ -3062,7 +3129,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3062
3129
|
] }), GenreHorror_default = IconGenreHorror;
|
|
3063
3130
|
|
|
3064
3131
|
// src/components/GenreRomance.tsx
|
|
3065
|
-
var
|
|
3132
|
+
var import_jsx_runtime95 = __toESM(require_jsx_runtime()), IconGenreRomance = ({ 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)(
|
|
3066
3133
|
"path",
|
|
3067
3134
|
{
|
|
3068
3135
|
fill: stroke || color || "currentColor",
|
|
@@ -3073,15 +3140,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3073
3140
|
) }), GenreRomance_default = IconGenreRomance;
|
|
3074
3141
|
|
|
3075
3142
|
// src/components/GenreScifi.tsx
|
|
3076
|
-
var
|
|
3077
|
-
/* @__PURE__ */ (0,
|
|
3143
|
+
var import_jsx_runtime96 = __toESM(require_jsx_runtime()), IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3144
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
|
|
3078
3145
|
"path",
|
|
3079
3146
|
{
|
|
3080
3147
|
fill: stroke || color || "currentColor",
|
|
3081
3148
|
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"
|
|
3082
3149
|
}
|
|
3083
3150
|
),
|
|
3084
|
-
/* @__PURE__ */ (0,
|
|
3151
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
|
|
3085
3152
|
"path",
|
|
3086
3153
|
{
|
|
3087
3154
|
fill: stroke || color || "currentColor",
|
|
@@ -3090,7 +3157,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3090
3157
|
clipRule: "evenodd"
|
|
3091
3158
|
}
|
|
3092
3159
|
),
|
|
3093
|
-
/* @__PURE__ */ (0,
|
|
3160
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
|
|
3094
3161
|
"path",
|
|
3095
3162
|
{
|
|
3096
3163
|
fill: stroke || color || "currentColor",
|
|
@@ -3100,7 +3167,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3100
3167
|
] }), GenreScifi_default = IconGenreScifi;
|
|
3101
3168
|
|
|
3102
3169
|
// src/components/GenreSuspense.tsx
|
|
3103
|
-
var
|
|
3170
|
+
var import_jsx_runtime97 = __toESM(require_jsx_runtime()), IconGenreSuspense = ({ 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)(
|
|
3104
3171
|
"path",
|
|
3105
3172
|
{
|
|
3106
3173
|
fill: stroke || color || "currentColor",
|
|
@@ -3111,7 +3178,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3111
3178
|
) }), GenreSuspense_default = IconGenreSuspense;
|
|
3112
3179
|
|
|
3113
3180
|
// src/components/Genre.tsx
|
|
3114
|
-
var
|
|
3181
|
+
var import_jsx_runtime98 = __toESM(require_jsx_runtime()), IconGenre = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
|
|
3115
3182
|
"path",
|
|
3116
3183
|
{
|
|
3117
3184
|
fill: stroke || color || "currentColor",
|
|
@@ -3122,8 +3189,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3122
3189
|
) }), Genre_default = IconGenre;
|
|
3123
3190
|
|
|
3124
3191
|
// src/components/GoogleLogoFilled.tsx
|
|
3125
|
-
var
|
|
3126
|
-
/* @__PURE__ */ (0,
|
|
3192
|
+
var import_jsx_runtime99 = __toESM(require_jsx_runtime()), IconGoogleLogoFilled = ({ 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: [
|
|
3193
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
3127
3194
|
"mask",
|
|
3128
3195
|
{
|
|
3129
3196
|
id: "mask0_48_113",
|
|
@@ -3133,7 +3200,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3133
3200
|
y: "0",
|
|
3134
3201
|
maskUnits: "userSpaceOnUse",
|
|
3135
3202
|
style: { maskType: "luminance" },
|
|
3136
|
-
children: /* @__PURE__ */ (0,
|
|
3203
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
3137
3204
|
"path",
|
|
3138
3205
|
{
|
|
3139
3206
|
fill: stroke || color || "currentColor",
|
|
@@ -3142,64 +3209,64 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3142
3209
|
)
|
|
3143
3210
|
}
|
|
3144
3211
|
),
|
|
3145
|
-
/* @__PURE__ */ (0,
|
|
3146
|
-
/* @__PURE__ */ (0,
|
|
3212
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("g", { mask: "url(#mask0_48_113)", children: [
|
|
3213
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("g", { filter: "url(#filter0_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
3147
3214
|
"path",
|
|
3148
3215
|
{
|
|
3149
3216
|
fill: "url(#paint0_radial_48_113)",
|
|
3150
3217
|
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"
|
|
3151
3218
|
}
|
|
3152
3219
|
) }),
|
|
3153
|
-
/* @__PURE__ */ (0,
|
|
3220
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("g", { filter: "url(#filter1_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
3154
3221
|
"path",
|
|
3155
3222
|
{
|
|
3156
3223
|
fill: "url(#paint1_radial_48_113)",
|
|
3157
3224
|
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"
|
|
3158
3225
|
}
|
|
3159
3226
|
) }),
|
|
3160
|
-
/* @__PURE__ */ (0,
|
|
3227
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("g", { filter: "url(#filter2_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
3161
3228
|
"path",
|
|
3162
3229
|
{
|
|
3163
3230
|
fill: "url(#paint2_radial_48_113)",
|
|
3164
3231
|
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"
|
|
3165
3232
|
}
|
|
3166
3233
|
) }),
|
|
3167
|
-
/* @__PURE__ */ (0,
|
|
3234
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("g", { filter: "url(#filter3_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
3168
3235
|
"path",
|
|
3169
3236
|
{
|
|
3170
3237
|
fill: "url(#paint3_radial_48_113)",
|
|
3171
3238
|
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"
|
|
3172
3239
|
}
|
|
3173
3240
|
) }),
|
|
3174
|
-
/* @__PURE__ */ (0,
|
|
3241
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("g", { filter: "url(#filter4_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
3175
3242
|
"path",
|
|
3176
3243
|
{
|
|
3177
3244
|
fill: "#3086FF",
|
|
3178
3245
|
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"
|
|
3179
3246
|
}
|
|
3180
3247
|
) }),
|
|
3181
|
-
/* @__PURE__ */ (0,
|
|
3248
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("g", { filter: "url(#filter5_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
3182
3249
|
"path",
|
|
3183
3250
|
{
|
|
3184
3251
|
fill: "url(#paint4_radial_48_113)",
|
|
3185
3252
|
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"
|
|
3186
3253
|
}
|
|
3187
3254
|
) }),
|
|
3188
|
-
/* @__PURE__ */ (0,
|
|
3255
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("g", { filter: "url(#filter6_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
3189
3256
|
"path",
|
|
3190
3257
|
{
|
|
3191
3258
|
fill: "url(#paint5_radial_48_113)",
|
|
3192
3259
|
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"
|
|
3193
3260
|
}
|
|
3194
3261
|
) }),
|
|
3195
|
-
/* @__PURE__ */ (0,
|
|
3262
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("g", { filter: "url(#filter7_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
3196
3263
|
"path",
|
|
3197
3264
|
{
|
|
3198
3265
|
fill: "url(#paint6_radial_48_113)",
|
|
3199
3266
|
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"
|
|
3200
3267
|
}
|
|
3201
3268
|
) }),
|
|
3202
|
-
/* @__PURE__ */ (0,
|
|
3269
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("g", { filter: "url(#filter8_f_48_113)", style: { opacity: 0.5 }, children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
3203
3270
|
"path",
|
|
3204
3271
|
{
|
|
3205
3272
|
fill: "url(#paint7_linear_48_113)",
|
|
@@ -3207,8 +3274,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3207
3274
|
}
|
|
3208
3275
|
) })
|
|
3209
3276
|
] }),
|
|
3210
|
-
/* @__PURE__ */ (0,
|
|
3211
|
-
/* @__PURE__ */ (0,
|
|
3277
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("defs", { children: [
|
|
3278
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(
|
|
3212
3279
|
"filter",
|
|
3213
3280
|
{
|
|
3214
3281
|
id: "filter0_f_48_113",
|
|
@@ -3219,13 +3286,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3219
3286
|
filterUnits: "userSpaceOnUse",
|
|
3220
3287
|
colorInterpolationFilters: "sRGB",
|
|
3221
3288
|
children: [
|
|
3222
|
-
/* @__PURE__ */ (0,
|
|
3223
|
-
/* @__PURE__ */ (0,
|
|
3224
|
-
/* @__PURE__ */ (0,
|
|
3289
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3290
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3291
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
3225
3292
|
]
|
|
3226
3293
|
}
|
|
3227
3294
|
),
|
|
3228
|
-
/* @__PURE__ */ (0,
|
|
3295
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(
|
|
3229
3296
|
"filter",
|
|
3230
3297
|
{
|
|
3231
3298
|
id: "filter1_f_48_113",
|
|
@@ -3236,13 +3303,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3236
3303
|
filterUnits: "userSpaceOnUse",
|
|
3237
3304
|
colorInterpolationFilters: "sRGB",
|
|
3238
3305
|
children: [
|
|
3239
|
-
/* @__PURE__ */ (0,
|
|
3240
|
-
/* @__PURE__ */ (0,
|
|
3241
|
-
/* @__PURE__ */ (0,
|
|
3306
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3307
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3308
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
3242
3309
|
]
|
|
3243
3310
|
}
|
|
3244
3311
|
),
|
|
3245
|
-
/* @__PURE__ */ (0,
|
|
3312
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(
|
|
3246
3313
|
"filter",
|
|
3247
3314
|
{
|
|
3248
3315
|
id: "filter2_f_48_113",
|
|
@@ -3253,13 +3320,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3253
3320
|
filterUnits: "userSpaceOnUse",
|
|
3254
3321
|
colorInterpolationFilters: "sRGB",
|
|
3255
3322
|
children: [
|
|
3256
|
-
/* @__PURE__ */ (0,
|
|
3257
|
-
/* @__PURE__ */ (0,
|
|
3258
|
-
/* @__PURE__ */ (0,
|
|
3323
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3324
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3325
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
3259
3326
|
]
|
|
3260
3327
|
}
|
|
3261
3328
|
),
|
|
3262
|
-
/* @__PURE__ */ (0,
|
|
3329
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(
|
|
3263
3330
|
"filter",
|
|
3264
3331
|
{
|
|
3265
3332
|
id: "filter3_f_48_113",
|
|
@@ -3270,13 +3337,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3270
3337
|
filterUnits: "userSpaceOnUse",
|
|
3271
3338
|
colorInterpolationFilters: "sRGB",
|
|
3272
3339
|
children: [
|
|
3273
|
-
/* @__PURE__ */ (0,
|
|
3274
|
-
/* @__PURE__ */ (0,
|
|
3275
|
-
/* @__PURE__ */ (0,
|
|
3340
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3341
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3342
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
3276
3343
|
]
|
|
3277
3344
|
}
|
|
3278
3345
|
),
|
|
3279
|
-
/* @__PURE__ */ (0,
|
|
3346
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(
|
|
3280
3347
|
"filter",
|
|
3281
3348
|
{
|
|
3282
3349
|
id: "filter4_f_48_113",
|
|
@@ -3287,13 +3354,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3287
3354
|
filterUnits: "userSpaceOnUse",
|
|
3288
3355
|
colorInterpolationFilters: "sRGB",
|
|
3289
3356
|
children: [
|
|
3290
|
-
/* @__PURE__ */ (0,
|
|
3291
|
-
/* @__PURE__ */ (0,
|
|
3292
|
-
/* @__PURE__ */ (0,
|
|
3357
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3358
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3359
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
3293
3360
|
]
|
|
3294
3361
|
}
|
|
3295
3362
|
),
|
|
3296
|
-
/* @__PURE__ */ (0,
|
|
3363
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(
|
|
3297
3364
|
"filter",
|
|
3298
3365
|
{
|
|
3299
3366
|
id: "filter5_f_48_113",
|
|
@@ -3304,13 +3371,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3304
3371
|
filterUnits: "userSpaceOnUse",
|
|
3305
3372
|
colorInterpolationFilters: "sRGB",
|
|
3306
3373
|
children: [
|
|
3307
|
-
/* @__PURE__ */ (0,
|
|
3308
|
-
/* @__PURE__ */ (0,
|
|
3309
|
-
/* @__PURE__ */ (0,
|
|
3374
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3375
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3376
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
3310
3377
|
]
|
|
3311
3378
|
}
|
|
3312
3379
|
),
|
|
3313
|
-
/* @__PURE__ */ (0,
|
|
3380
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(
|
|
3314
3381
|
"filter",
|
|
3315
3382
|
{
|
|
3316
3383
|
id: "filter6_f_48_113",
|
|
@@ -3321,13 +3388,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3321
3388
|
filterUnits: "userSpaceOnUse",
|
|
3322
3389
|
colorInterpolationFilters: "sRGB",
|
|
3323
3390
|
children: [
|
|
3324
|
-
/* @__PURE__ */ (0,
|
|
3325
|
-
/* @__PURE__ */ (0,
|
|
3326
|
-
/* @__PURE__ */ (0,
|
|
3391
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3392
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3393
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "1.65243" })
|
|
3327
3394
|
]
|
|
3328
3395
|
}
|
|
3329
3396
|
),
|
|
3330
|
-
/* @__PURE__ */ (0,
|
|
3397
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(
|
|
3331
3398
|
"filter",
|
|
3332
3399
|
{
|
|
3333
3400
|
id: "filter7_f_48_113",
|
|
@@ -3338,13 +3405,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3338
3405
|
filterUnits: "userSpaceOnUse",
|
|
3339
3406
|
colorInterpolationFilters: "sRGB",
|
|
3340
3407
|
children: [
|
|
3341
|
-
/* @__PURE__ */ (0,
|
|
3342
|
-
/* @__PURE__ */ (0,
|
|
3343
|
-
/* @__PURE__ */ (0,
|
|
3408
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3409
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3410
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
3344
3411
|
]
|
|
3345
3412
|
}
|
|
3346
3413
|
),
|
|
3347
|
-
/* @__PURE__ */ (0,
|
|
3414
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(
|
|
3348
3415
|
"filter",
|
|
3349
3416
|
{
|
|
3350
3417
|
id: "filter8_f_48_113",
|
|
@@ -3355,13 +3422,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3355
3422
|
filterUnits: "userSpaceOnUse",
|
|
3356
3423
|
colorInterpolationFilters: "sRGB",
|
|
3357
3424
|
children: [
|
|
3358
|
-
/* @__PURE__ */ (0,
|
|
3359
|
-
/* @__PURE__ */ (0,
|
|
3360
|
-
/* @__PURE__ */ (0,
|
|
3425
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3426
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3427
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
3361
3428
|
]
|
|
3362
3429
|
}
|
|
3363
3430
|
),
|
|
3364
|
-
/* @__PURE__ */ (0,
|
|
3431
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(
|
|
3365
3432
|
"radialGradient",
|
|
3366
3433
|
{
|
|
3367
3434
|
id: "paint0_radial_48_113",
|
|
@@ -3371,20 +3438,20 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3371
3438
|
gradientTransform: "matrix(-0.498722 -11.9519 17.9311 -0.717223 9.06911 20.3322)",
|
|
3372
3439
|
gradientUnits: "userSpaceOnUse",
|
|
3373
3440
|
children: [
|
|
3374
|
-
/* @__PURE__ */ (0,
|
|
3375
|
-
/* @__PURE__ */ (0,
|
|
3376
|
-
/* @__PURE__ */ (0,
|
|
3377
|
-
/* @__PURE__ */ (0,
|
|
3378
|
-
/* @__PURE__ */ (0,
|
|
3379
|
-
/* @__PURE__ */ (0,
|
|
3380
|
-
/* @__PURE__ */ (0,
|
|
3381
|
-
/* @__PURE__ */ (0,
|
|
3382
|
-
/* @__PURE__ */ (0,
|
|
3383
|
-
/* @__PURE__ */ (0,
|
|
3441
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.141612", stopColor: "#1ABD4D" }),
|
|
3442
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.247515", stopColor: "#6EC30D" }),
|
|
3443
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.311547", stopColor: "#8AC502" }),
|
|
3444
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.366013", stopColor: "#A2C600" }),
|
|
3445
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.445673", stopColor: "#C8C903" }),
|
|
3446
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.540305", stopColor: "#EBCB03" }),
|
|
3447
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.615636", stopColor: "#F7CD07" }),
|
|
3448
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.699345", stopColor: "#FDCD04" }),
|
|
3449
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.771242", stopColor: "#FDCE05" }),
|
|
3450
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.860566", stopColor: "#FFCE0A" })
|
|
3384
3451
|
]
|
|
3385
3452
|
}
|
|
3386
3453
|
),
|
|
3387
|
-
/* @__PURE__ */ (0,
|
|
3454
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(
|
|
3388
3455
|
"radialGradient",
|
|
3389
3456
|
{
|
|
3390
3457
|
id: "paint1_radial_48_113",
|
|
@@ -3394,12 +3461,12 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3394
3461
|
gradientTransform: "matrix(8.46967 -2.03557e-05 -1.19045e-05 10.7093 20.253 6.36819)",
|
|
3395
3462
|
gradientUnits: "userSpaceOnUse",
|
|
3396
3463
|
children: [
|
|
3397
|
-
/* @__PURE__ */ (0,
|
|
3398
|
-
/* @__PURE__ */ (0,
|
|
3464
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.408458", stopColor: "#FB4E5A" }),
|
|
3465
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "1", stopColor: "#FF4540" })
|
|
3399
3466
|
]
|
|
3400
3467
|
}
|
|
3401
3468
|
),
|
|
3402
|
-
/* @__PURE__ */ (0,
|
|
3469
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(
|
|
3403
3470
|
"radialGradient",
|
|
3404
3471
|
{
|
|
3405
3472
|
id: "paint2_radial_48_113",
|
|
@@ -3409,18 +3476,18 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3409
3476
|
gradientTransform: "matrix(-11.8666 6.43492 8.91875 15.766 15.6277 -1.68219)",
|
|
3410
3477
|
gradientUnits: "userSpaceOnUse",
|
|
3411
3478
|
children: [
|
|
3412
|
-
/* @__PURE__ */ (0,
|
|
3413
|
-
/* @__PURE__ */ (0,
|
|
3414
|
-
/* @__PURE__ */ (0,
|
|
3415
|
-
/* @__PURE__ */ (0,
|
|
3416
|
-
/* @__PURE__ */ (0,
|
|
3417
|
-
/* @__PURE__ */ (0,
|
|
3418
|
-
/* @__PURE__ */ (0,
|
|
3419
|
-
/* @__PURE__ */ (0,
|
|
3479
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.231273", stopColor: "#FF4541" }),
|
|
3480
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.311547", stopColor: "#FF4540" }),
|
|
3481
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.457516", stopColor: "#FF4640" }),
|
|
3482
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.540305", stopColor: "#FF473F" }),
|
|
3483
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.699346", stopColor: "#FF5138" }),
|
|
3484
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.771242", stopColor: "#FF5B33" }),
|
|
3485
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.860566", stopColor: "#FF6C29" }),
|
|
3486
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "1", stopColor: "#FF8C18" })
|
|
3420
3487
|
]
|
|
3421
3488
|
}
|
|
3422
3489
|
),
|
|
3423
|
-
/* @__PURE__ */ (0,
|
|
3490
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(
|
|
3424
3491
|
"radialGradient",
|
|
3425
3492
|
{
|
|
3426
3493
|
id: "paint3_radial_48_113",
|
|
@@ -3430,19 +3497,19 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3430
3497
|
gradientTransform: "matrix(-21.5204 -27.5047 -10.3696 7.77752 12.4702 22.5743)",
|
|
3431
3498
|
gradientUnits: "userSpaceOnUse",
|
|
3432
3499
|
children: [
|
|
3433
|
-
/* @__PURE__ */ (0,
|
|
3434
|
-
/* @__PURE__ */ (0,
|
|
3435
|
-
/* @__PURE__ */ (0,
|
|
3436
|
-
/* @__PURE__ */ (0,
|
|
3437
|
-
/* @__PURE__ */ (0,
|
|
3438
|
-
/* @__PURE__ */ (0,
|
|
3439
|
-
/* @__PURE__ */ (0,
|
|
3440
|
-
/* @__PURE__ */ (0,
|
|
3441
|
-
/* @__PURE__ */ (0,
|
|
3500
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.131546", stopColor: "#0CBA65" }),
|
|
3501
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.209784", stopColor: "#0BB86D" }),
|
|
3502
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.297297", stopColor: "#09B479" }),
|
|
3503
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.396257", stopColor: "#08AD93" }),
|
|
3504
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.477124", stopColor: "#0AA6A9" }),
|
|
3505
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.568425", stopColor: "#0D9CC6" }),
|
|
3506
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.667385", stopColor: "#1893DD" }),
|
|
3507
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.768727", stopColor: "#258BF1" }),
|
|
3508
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.858506", stopColor: "#3086FF" })
|
|
3442
3509
|
]
|
|
3443
3510
|
}
|
|
3444
3511
|
),
|
|
3445
|
-
/* @__PURE__ */ (0,
|
|
3512
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(
|
|
3446
3513
|
"radialGradient",
|
|
3447
3514
|
{
|
|
3448
3515
|
id: "paint4_radial_48_113",
|
|
@@ -3452,18 +3519,18 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3452
3519
|
gradientTransform: "matrix(-1.52295 12.8522 18.1501 2.06168 11.2421 2.13475)",
|
|
3453
3520
|
gradientUnits: "userSpaceOnUse",
|
|
3454
3521
|
children: [
|
|
3455
|
-
/* @__PURE__ */ (0,
|
|
3456
|
-
/* @__PURE__ */ (0,
|
|
3457
|
-
/* @__PURE__ */ (0,
|
|
3458
|
-
/* @__PURE__ */ (0,
|
|
3459
|
-
/* @__PURE__ */ (0,
|
|
3460
|
-
/* @__PURE__ */ (0,
|
|
3461
|
-
/* @__PURE__ */ (0,
|
|
3462
|
-
/* @__PURE__ */ (0,
|
|
3522
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.366013", stopColor: "#FF4E3A" }),
|
|
3523
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.457516", stopColor: "#FF8A1B" }),
|
|
3524
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.540305", stopColor: "#FFA312" }),
|
|
3525
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.615636", stopColor: "#FFB60C" }),
|
|
3526
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.771242", stopColor: "#FFCD0A" }),
|
|
3527
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.860566", stopColor: "#FECF0A" }),
|
|
3528
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.915033", stopColor: "#FECF08" }),
|
|
3529
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "1", stopColor: "#FDCD01" })
|
|
3463
3530
|
]
|
|
3464
3531
|
}
|
|
3465
3532
|
),
|
|
3466
|
-
/* @__PURE__ */ (0,
|
|
3533
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(
|
|
3467
3534
|
"radialGradient",
|
|
3468
3535
|
{
|
|
3469
3536
|
id: "paint5_radial_48_113",
|
|
@@ -3473,15 +3540,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3473
3540
|
gradientTransform: "matrix(-4.40212 4.76677 -13.7322 -12.1566 9.10044 2.00144)",
|
|
3474
3541
|
gradientUnits: "userSpaceOnUse",
|
|
3475
3542
|
children: [
|
|
3476
|
-
/* @__PURE__ */ (0,
|
|
3477
|
-
/* @__PURE__ */ (0,
|
|
3478
|
-
/* @__PURE__ */ (0,
|
|
3479
|
-
/* @__PURE__ */ (0,
|
|
3480
|
-
/* @__PURE__ */ (0,
|
|
3543
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.315904", stopColor: "#FF4C3C" }),
|
|
3544
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.603818", stopColor: "#FF692C" }),
|
|
3545
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.726837", stopColor: "#FF7825" }),
|
|
3546
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.884534", stopColor: "#FF8D1B" }),
|
|
3547
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "1", stopColor: "#FF9F13" })
|
|
3481
3548
|
]
|
|
3482
3549
|
}
|
|
3483
3550
|
),
|
|
3484
|
-
/* @__PURE__ */ (0,
|
|
3551
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(
|
|
3485
3552
|
"radialGradient",
|
|
3486
3553
|
{
|
|
3487
3554
|
id: "paint6_radial_48_113",
|
|
@@ -3491,20 +3558,20 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3491
3558
|
gradientTransform: "matrix(-11.8666 -6.43492 8.91876 -15.766 15.6277 25.6232)",
|
|
3492
3559
|
gradientUnits: "userSpaceOnUse",
|
|
3493
3560
|
children: [
|
|
3494
|
-
/* @__PURE__ */ (0,
|
|
3495
|
-
/* @__PURE__ */ (0,
|
|
3496
|
-
/* @__PURE__ */ (0,
|
|
3497
|
-
/* @__PURE__ */ (0,
|
|
3498
|
-
/* @__PURE__ */ (0,
|
|
3499
|
-
/* @__PURE__ */ (0,
|
|
3500
|
-
/* @__PURE__ */ (0,
|
|
3501
|
-
/* @__PURE__ */ (0,
|
|
3502
|
-
/* @__PURE__ */ (0,
|
|
3503
|
-
/* @__PURE__ */ (0,
|
|
3561
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.231273", stopColor: "#0FBC5F" }),
|
|
3562
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.311547", stopColor: "#0FBC5F" }),
|
|
3563
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.366013", stopColor: "#0FBC5E" }),
|
|
3564
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.457516", stopColor: "#0FBC5D" }),
|
|
3565
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.540305", stopColor: "#12BC58" }),
|
|
3566
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.699346", stopColor: "#28BF3C" }),
|
|
3567
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.771242", stopColor: "#38C02B" }),
|
|
3568
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.860566", stopColor: "#52C218" }),
|
|
3569
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.915033", stopColor: "#67C30F" }),
|
|
3570
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "1", stopColor: "#86C504" })
|
|
3504
3571
|
]
|
|
3505
3572
|
}
|
|
3506
3573
|
),
|
|
3507
|
-
/* @__PURE__ */ (0,
|
|
3574
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(
|
|
3508
3575
|
"linearGradient",
|
|
3509
3576
|
{
|
|
3510
3577
|
id: "paint7_linear_48_113",
|
|
@@ -3514,8 +3581,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3514
3581
|
y2: "21.5116",
|
|
3515
3582
|
gradientUnits: "userSpaceOnUse",
|
|
3516
3583
|
children: [
|
|
3517
|
-
/* @__PURE__ */ (0,
|
|
3518
|
-
/* @__PURE__ */ (0,
|
|
3584
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { stopColor: "#0FBC5C" }),
|
|
3585
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "1", stopColor: "#0CBA65" })
|
|
3519
3586
|
]
|
|
3520
3587
|
}
|
|
3521
3588
|
)
|
|
@@ -3523,7 +3590,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3523
3590
|
] }), GoogleLogoFilled_default = IconGoogleLogoFilled;
|
|
3524
3591
|
|
|
3525
3592
|
// src/components/Handtool.tsx
|
|
3526
|
-
var
|
|
3593
|
+
var import_jsx_runtime100 = __toESM(require_jsx_runtime()), IconHandtool = ({ 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)(
|
|
3527
3594
|
"path",
|
|
3528
3595
|
{
|
|
3529
3596
|
fill: stroke || color || "currentColor",
|
|
@@ -3532,16 +3599,16 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3532
3599
|
) }), Handtool_default = IconHandtool;
|
|
3533
3600
|
|
|
3534
3601
|
// src/components/Help.tsx
|
|
3535
|
-
var
|
|
3536
|
-
/* @__PURE__ */ (0,
|
|
3537
|
-
/* @__PURE__ */ (0,
|
|
3602
|
+
var import_jsx_runtime101 = __toESM(require_jsx_runtime()), IconHelp = ({ 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: [
|
|
3603
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 16.5V18.75H10.875V16.5H13.125Z" }),
|
|
3604
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
3538
3605
|
"path",
|
|
3539
3606
|
{
|
|
3540
3607
|
fill: stroke || color || "currentColor",
|
|
3541
3608
|
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"
|
|
3542
3609
|
}
|
|
3543
3610
|
),
|
|
3544
|
-
/* @__PURE__ */ (0,
|
|
3611
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
3545
3612
|
"path",
|
|
3546
3613
|
{
|
|
3547
3614
|
fill: stroke || color || "currentColor",
|
|
@@ -3553,7 +3620,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3553
3620
|
] }), Help_default = IconHelp;
|
|
3554
3621
|
|
|
3555
3622
|
// src/components/HomepageFilled.tsx
|
|
3556
|
-
var
|
|
3623
|
+
var import_jsx_runtime102 = __toESM(require_jsx_runtime()), IconHomepageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
3557
3624
|
"path",
|
|
3558
3625
|
{
|
|
3559
3626
|
fill: fill || color || "currentColor",
|
|
@@ -3564,7 +3631,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3564
3631
|
) }), HomepageFilled_default = IconHomepageFilled;
|
|
3565
3632
|
|
|
3566
3633
|
// src/components/Hotareacenter.tsx
|
|
3567
|
-
var
|
|
3634
|
+
var import_jsx_runtime103 = __toESM(require_jsx_runtime()), IconHotareacenter = ({ 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)(
|
|
3568
3635
|
"path",
|
|
3569
3636
|
{
|
|
3570
3637
|
fill: "#191919",
|
|
@@ -3574,22 +3641,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3574
3641
|
) }), Hotareacenter_default = IconHotareacenter;
|
|
3575
3642
|
|
|
3576
3643
|
// src/components/ImageGeneration.tsx
|
|
3577
|
-
var
|
|
3578
|
-
/* @__PURE__ */ (0,
|
|
3644
|
+
var import_jsx_runtime104 = __toESM(require_jsx_runtime()), IconImageGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3645
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
|
|
3579
3646
|
"path",
|
|
3580
3647
|
{
|
|
3581
3648
|
fill: stroke || color || "currentColor",
|
|
3582
3649
|
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.75Z"
|
|
3583
3650
|
}
|
|
3584
3651
|
),
|
|
3585
|
-
/* @__PURE__ */ (0,
|
|
3652
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
|
|
3586
3653
|
"path",
|
|
3587
3654
|
{
|
|
3588
3655
|
fill: stroke || color || "currentColor",
|
|
3589
3656
|
d: "M20.4287 3.57129L24 4.28613V5.71387L20.4287 6.42871L19.7139 10H18.2861L17.5713 6.42871L14 5.71387V4.28613L17.5713 3.57129L18.2861 0H19.7139L20.4287 3.57129Z"
|
|
3590
3657
|
}
|
|
3591
3658
|
),
|
|
3592
|
-
/* @__PURE__ */ (0,
|
|
3659
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
|
|
3593
3660
|
"path",
|
|
3594
3661
|
{
|
|
3595
3662
|
fill: stroke || color || "currentColor",
|
|
@@ -3599,8 +3666,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3599
3666
|
] }), ImageGeneration_default = IconImageGeneration;
|
|
3600
3667
|
|
|
3601
3668
|
// src/components/ImageLoadFailedFilled.tsx
|
|
3602
|
-
var
|
|
3603
|
-
/* @__PURE__ */ (0,
|
|
3669
|
+
var import_jsx_runtime105 = __toESM(require_jsx_runtime()), IconImageLoadFailedFilled = ({ 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: [
|
|
3670
|
+
/* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
|
|
3604
3671
|
"path",
|
|
3605
3672
|
{
|
|
3606
3673
|
fill: fill || color || "currentColor",
|
|
@@ -3609,7 +3676,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3609
3676
|
clipRule: "evenodd"
|
|
3610
3677
|
}
|
|
3611
3678
|
),
|
|
3612
|
-
/* @__PURE__ */ (0,
|
|
3679
|
+
/* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
|
|
3613
3680
|
"path",
|
|
3614
3681
|
{
|
|
3615
3682
|
fill: fill || color || "currentColor",
|
|
@@ -3619,10 +3686,10 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3619
3686
|
] }), ImageLoadFailedFilled_default = IconImageLoadFailedFilled;
|
|
3620
3687
|
|
|
3621
3688
|
// src/components/Info.tsx
|
|
3622
|
-
var
|
|
3623
|
-
/* @__PURE__ */ (0,
|
|
3624
|
-
/* @__PURE__ */ (0,
|
|
3625
|
-
/* @__PURE__ */ (0,
|
|
3689
|
+
var import_jsx_runtime106 = __toESM(require_jsx_runtime()), IconInfo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime106.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3690
|
+
/* @__PURE__ */ (0, import_jsx_runtime106.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 5.25V7.5H10.875V5.25H13.125Z" }),
|
|
3691
|
+
/* @__PURE__ */ (0, import_jsx_runtime106.jsx)("path", { fill: stroke || color || "currentColor", d: "M9 12H10.875V18.75H15V16.5H13.125V9.75H9V12Z" }),
|
|
3692
|
+
/* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
3626
3693
|
"path",
|
|
3627
3694
|
{
|
|
3628
3695
|
fill: stroke || color || "currentColor",
|
|
@@ -3634,7 +3701,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3634
3701
|
] }), Info_default = IconInfo;
|
|
3635
3702
|
|
|
3636
3703
|
// src/components/Invitecode.tsx
|
|
3637
|
-
var
|
|
3704
|
+
var import_jsx_runtime107 = __toESM(require_jsx_runtime()), IconInvitecode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
|
|
3638
3705
|
"path",
|
|
3639
3706
|
{
|
|
3640
3707
|
fill: fill || color || "currentColor",
|
|
@@ -3645,7 +3712,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3645
3712
|
) }), Invitecode_default = IconInvitecode;
|
|
3646
3713
|
|
|
3647
3714
|
// src/components/LeftFilled.tsx
|
|
3648
|
-
var
|
|
3715
|
+
var import_jsx_runtime108 = __toESM(require_jsx_runtime()), IconLeftFilled = ({ 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)(
|
|
3649
3716
|
"path",
|
|
3650
3717
|
{
|
|
3651
3718
|
fill: fill || color || "currentColor",
|
|
@@ -3656,15 +3723,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3656
3723
|
) }), LeftFilled_default = IconLeftFilled;
|
|
3657
3724
|
|
|
3658
3725
|
// src/components/Loading.tsx
|
|
3659
|
-
var
|
|
3660
|
-
/* @__PURE__ */ (0,
|
|
3726
|
+
var import_jsx_runtime109 = __toESM(require_jsx_runtime()), IconLoading = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime109.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3727
|
+
/* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
|
|
3661
3728
|
"path",
|
|
3662
3729
|
{
|
|
3663
3730
|
fill: fill || color || "currentColor",
|
|
3664
3731
|
d: "M4.10058 17.2783C3.0567 15.716 2.49999 13.8789 2.49999 12L0 12C1.03743e-07 14.3733 0.703882 16.6936 2.02246 18.6669L2.27636 19.0312C3.57677 20.8296 5.35246 22.2353 7.40818 23.0869L7.82127 23.249C9.90155 24.0218 12.1585 24.2035 14.3408 23.7695C16.6686 23.3064 18.8071 22.1635 20.4853 20.4853L20.7939 20.165C22.3038 18.5388 23.3354 16.5229 23.7695 14.3408L23.8476 13.9033C24.1761 11.8583 23.9702 9.76285 23.249 7.82127L23.0869 7.40818C22.2353 5.35246 20.8296 3.57677 19.0312 2.27636L18.6669 2.02246C16.6936 0.703882 14.3733 -1.03743e-07 12 0L12 2.49999C13.8789 2.49999 15.716 3.0567 17.2783 4.10058C18.8405 5.14444 20.0583 6.62838 20.7773 8.36424C21.4963 10.1001 21.6839 12.0107 21.3173 13.8535C20.9507 15.6962 20.0463 17.3892 18.7177 18.7177C17.3892 20.0463 15.6962 20.9507 13.8535 21.3173C12.0107 21.6839 10.1001 21.4953 8.36424 20.7763C6.62853 20.0573 5.14437 18.8404 4.10058 17.2783Z"
|
|
3665
3732
|
}
|
|
3666
3733
|
),
|
|
3667
|
-
/* @__PURE__ */ (0,
|
|
3734
|
+
/* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
|
|
3668
3735
|
"path",
|
|
3669
3736
|
{
|
|
3670
3737
|
fill: stroke || color || "currentColor",
|
|
@@ -3674,15 +3741,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3674
3741
|
] }), Loading_default = IconLoading;
|
|
3675
3742
|
|
|
3676
3743
|
// src/components/Login.tsx
|
|
3677
|
-
var
|
|
3678
|
-
/* @__PURE__ */ (0,
|
|
3744
|
+
var import_jsx_runtime110 = __toESM(require_jsx_runtime()), IconLogin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime110.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3745
|
+
/* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
|
|
3679
3746
|
"path",
|
|
3680
3747
|
{
|
|
3681
3748
|
fill: stroke || color || "currentColor",
|
|
3682
3749
|
d: "M24 1.5L13.5 1.5V3.75H21.75V20.25H13.5V22.5H24V1.5Z"
|
|
3683
3750
|
}
|
|
3684
3751
|
),
|
|
3685
|
-
/* @__PURE__ */ (0,
|
|
3752
|
+
/* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
|
|
3686
3753
|
"path",
|
|
3687
3754
|
{
|
|
3688
3755
|
fill: stroke || color || "currentColor",
|
|
@@ -3694,8 +3761,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3694
3761
|
] }), Login_default = IconLogin;
|
|
3695
3762
|
|
|
3696
3763
|
// src/components/Logout.tsx
|
|
3697
|
-
var
|
|
3698
|
-
/* @__PURE__ */ (0,
|
|
3764
|
+
var import_jsx_runtime111 = __toESM(require_jsx_runtime()), IconLogout = ({ 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: [
|
|
3765
|
+
/* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
|
|
3699
3766
|
"path",
|
|
3700
3767
|
{
|
|
3701
3768
|
fill: stroke || color || "currentColor",
|
|
@@ -3704,7 +3771,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3704
3771
|
clipRule: "evenodd"
|
|
3705
3772
|
}
|
|
3706
3773
|
),
|
|
3707
|
-
/* @__PURE__ */ (0,
|
|
3774
|
+
/* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
|
|
3708
3775
|
"path",
|
|
3709
3776
|
{
|
|
3710
3777
|
fill: stroke || color || "currentColor",
|
|
@@ -3714,8 +3781,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3714
3781
|
] }), Logout_default = IconLogout;
|
|
3715
3782
|
|
|
3716
3783
|
// src/components/Magic.tsx
|
|
3717
|
-
var
|
|
3718
|
-
/* @__PURE__ */ (0,
|
|
3784
|
+
var import_jsx_runtime112 = __toESM(require_jsx_runtime()), IconMagic = ({ 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: [
|
|
3785
|
+
/* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
|
|
3719
3786
|
"path",
|
|
3720
3787
|
{
|
|
3721
3788
|
fill: stroke || color || "currentColor",
|
|
@@ -3724,15 +3791,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3724
3791
|
clipRule: "evenodd"
|
|
3725
3792
|
}
|
|
3726
3793
|
),
|
|
3727
|
-
/* @__PURE__ */ (0,
|
|
3728
|
-
/* @__PURE__ */ (0,
|
|
3794
|
+
/* @__PURE__ */ (0, import_jsx_runtime112.jsx)("path", { fill: stroke || color || "currentColor", d: "M5.25 3L3 5.25L5.25 7.5L7.5 5.25L5.25 3Z" }),
|
|
3795
|
+
/* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
|
|
3729
3796
|
"path",
|
|
3730
3797
|
{
|
|
3731
3798
|
fill: stroke || color || "currentColor",
|
|
3732
3799
|
d: "M19.5 14.25L21.75 12L24 14.25L21.75 16.5L19.5 14.25Z"
|
|
3733
3800
|
}
|
|
3734
3801
|
),
|
|
3735
|
-
/* @__PURE__ */ (0,
|
|
3802
|
+
/* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
|
|
3736
3803
|
"path",
|
|
3737
3804
|
{
|
|
3738
3805
|
fill: stroke || color || "currentColor",
|
|
@@ -3742,7 +3809,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3742
3809
|
] }), Magic_default = IconMagic;
|
|
3743
3810
|
|
|
3744
3811
|
// src/components/ModelGeminiFilled.tsx
|
|
3745
|
-
var
|
|
3812
|
+
var import_jsx_runtime113 = __toESM(require_jsx_runtime()), IconModelGeminiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime113.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
|
|
3746
3813
|
"path",
|
|
3747
3814
|
{
|
|
3748
3815
|
fill: fill || color || "currentColor",
|
|
@@ -3751,7 +3818,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3751
3818
|
) }), ModelGeminiFilled_default = IconModelGeminiFilled;
|
|
3752
3819
|
|
|
3753
3820
|
// src/components/ModelOpenaiFilled.tsx
|
|
3754
|
-
var
|
|
3821
|
+
var import_jsx_runtime114 = __toESM(require_jsx_runtime()), IconModelOpenaiFilled = ({ 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)(
|
|
3755
3822
|
"path",
|
|
3756
3823
|
{
|
|
3757
3824
|
fill: fill || color || "currentColor",
|
|
@@ -3760,8 +3827,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3760
3827
|
) }), ModelOpenaiFilled_default = IconModelOpenaiFilled;
|
|
3761
3828
|
|
|
3762
3829
|
// src/components/ModelDeepmindFilled.tsx
|
|
3763
|
-
var
|
|
3764
|
-
/* @__PURE__ */ (0,
|
|
3830
|
+
var import_jsx_runtime115 = __toESM(require_jsx_runtime()), IconModelDeepmindFilled = ({ 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: [
|
|
3831
|
+
/* @__PURE__ */ (0, import_jsx_runtime115.jsx)("g", { clipPath: "url(#clip0_40_67)", children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
|
|
3765
3832
|
"path",
|
|
3766
3833
|
{
|
|
3767
3834
|
fill: fill || color || "currentColor",
|
|
@@ -3770,27 +3837,27 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3770
3837
|
clipRule: "evenodd"
|
|
3771
3838
|
}
|
|
3772
3839
|
) }),
|
|
3773
|
-
/* @__PURE__ */ (0,
|
|
3840
|
+
/* @__PURE__ */ (0, import_jsx_runtime115.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("clipPath", { id: "clip0_40_67", children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("rect", { width: "20", height: "20", fill: stroke || color || "currentColor", transform: "translate(2 2)" }) }) })
|
|
3774
3841
|
] }), ModelDeepmindFilled_default = IconModelDeepmindFilled;
|
|
3775
3842
|
|
|
3776
3843
|
// src/components/ModelSeedFilled.tsx
|
|
3777
|
-
var
|
|
3778
|
-
/* @__PURE__ */ (0,
|
|
3779
|
-
/* @__PURE__ */ (0,
|
|
3844
|
+
var import_jsx_runtime116 = __toESM(require_jsx_runtime()), IconModelSeedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3845
|
+
/* @__PURE__ */ (0, import_jsx_runtime116.jsx)("path", { fill: fill || color || "currentColor", d: "M23 2.95271V20.0401L19.2211 21V2L23 2.95271Z" }),
|
|
3846
|
+
/* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
|
|
3780
3847
|
"path",
|
|
3781
3848
|
{
|
|
3782
3849
|
fill: fill || color || "currentColor",
|
|
3783
3850
|
d: "M10.7528 11.4648V19.5633L6.98126 20.5241V10.5048L10.7528 11.4648Z"
|
|
3784
3851
|
}
|
|
3785
3852
|
),
|
|
3786
|
-
/* @__PURE__ */ (0,
|
|
3853
|
+
/* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
|
|
3787
3854
|
"path",
|
|
3788
3855
|
{
|
|
3789
3856
|
fill: fill || color || "currentColor",
|
|
3790
3857
|
d: "M4.77158 3.95509V19.044L1 20.0048V2.99515L4.77158 3.95509Z"
|
|
3791
3858
|
}
|
|
3792
3859
|
),
|
|
3793
|
-
/* @__PURE__ */ (0,
|
|
3860
|
+
/* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
|
|
3794
3861
|
"path",
|
|
3795
3862
|
{
|
|
3796
3863
|
fill: fill || color || "currentColor",
|
|
@@ -3800,7 +3867,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3800
3867
|
] }), ModelSeedFilled_default = IconModelSeedFilled;
|
|
3801
3868
|
|
|
3802
3869
|
// src/components/ModelSoraFilled.tsx
|
|
3803
|
-
var
|
|
3870
|
+
var import_jsx_runtime117 = __toESM(require_jsx_runtime()), IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime117.jsx)("svg", { fill: "none", viewBox: "0 0 25 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
|
|
3804
3871
|
"path",
|
|
3805
3872
|
{
|
|
3806
3873
|
fill: fill || color || "currentColor",
|
|
@@ -3809,7 +3876,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3809
3876
|
) }), ModelSoraFilled_default = IconModelSoraFilled;
|
|
3810
3877
|
|
|
3811
3878
|
// src/components/ModelNanobananaLogoNomoFilled.tsx
|
|
3812
|
-
var
|
|
3879
|
+
var import_jsx_runtime118 = __toESM(require_jsx_runtime()), IconModelNanobananaLogoNomoFilled = ({
|
|
3813
3880
|
size,
|
|
3814
3881
|
width,
|
|
3815
3882
|
height,
|
|
@@ -3817,64 +3884,64 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3817
3884
|
className,
|
|
3818
3885
|
fill,
|
|
3819
3886
|
stroke
|
|
3820
|
-
}) => /* @__PURE__ */ (0,
|
|
3821
|
-
/* @__PURE__ */ (0,
|
|
3887
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3888
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
|
|
3822
3889
|
"path",
|
|
3823
3890
|
{
|
|
3824
3891
|
fill: "#5A5C62",
|
|
3825
3892
|
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"
|
|
3826
3893
|
}
|
|
3827
3894
|
),
|
|
3828
|
-
/* @__PURE__ */ (0,
|
|
3895
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
|
|
3829
3896
|
"path",
|
|
3830
3897
|
{
|
|
3831
3898
|
fill: "#D5D6D7",
|
|
3832
3899
|
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"
|
|
3833
3900
|
}
|
|
3834
3901
|
),
|
|
3835
|
-
/* @__PURE__ */ (0,
|
|
3902
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
|
|
3836
3903
|
"path",
|
|
3837
3904
|
{
|
|
3838
3905
|
fill: "#C4C5C7",
|
|
3839
3906
|
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"
|
|
3840
3907
|
}
|
|
3841
3908
|
),
|
|
3842
|
-
/* @__PURE__ */ (0,
|
|
3909
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
|
|
3843
3910
|
"path",
|
|
3844
3911
|
{
|
|
3845
3912
|
fill: "#7B7C81",
|
|
3846
3913
|
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"
|
|
3847
3914
|
}
|
|
3848
3915
|
),
|
|
3849
|
-
/* @__PURE__ */ (0,
|
|
3916
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
|
|
3850
3917
|
"path",
|
|
3851
3918
|
{
|
|
3852
3919
|
fill: "#85878B",
|
|
3853
3920
|
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"
|
|
3854
3921
|
}
|
|
3855
3922
|
),
|
|
3856
|
-
/* @__PURE__ */ (0,
|
|
3923
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
|
|
3857
3924
|
"path",
|
|
3858
3925
|
{
|
|
3859
3926
|
fill: "#1B1D24",
|
|
3860
3927
|
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"
|
|
3861
3928
|
}
|
|
3862
3929
|
),
|
|
3863
|
-
/* @__PURE__ */ (0,
|
|
3930
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
|
|
3864
3931
|
"path",
|
|
3865
3932
|
{
|
|
3866
3933
|
fill: "#D5D6D7",
|
|
3867
3934
|
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"
|
|
3868
3935
|
}
|
|
3869
3936
|
),
|
|
3870
|
-
/* @__PURE__ */ (0,
|
|
3937
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
|
|
3871
3938
|
"path",
|
|
3872
3939
|
{
|
|
3873
3940
|
fill: "#85878B",
|
|
3874
3941
|
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"
|
|
3875
3942
|
}
|
|
3876
3943
|
),
|
|
3877
|
-
/* @__PURE__ */ (0,
|
|
3944
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
|
|
3878
3945
|
"path",
|
|
3879
3946
|
{
|
|
3880
3947
|
fill: "#D5D6D7",
|
|
@@ -3884,9 +3951,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3884
3951
|
] }), ModelNanobananaLogoNomoFilled_default = IconModelNanobananaLogoNomoFilled;
|
|
3885
3952
|
|
|
3886
3953
|
// src/components/ModelhappyhorseFilled.tsx
|
|
3887
|
-
var
|
|
3888
|
-
/* @__PURE__ */ (0,
|
|
3889
|
-
/* @__PURE__ */ (0,
|
|
3954
|
+
var import_jsx_runtime119 = __toESM(require_jsx_runtime()), IconModelhappyhorseFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3955
|
+
/* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("g", { clipPath: "url(#clip0_786_80)", children: [
|
|
3956
|
+
/* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
|
|
3890
3957
|
"mask",
|
|
3891
3958
|
{
|
|
3892
3959
|
id: "mask0_786_80",
|
|
@@ -3896,10 +3963,10 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3896
3963
|
y: "-8",
|
|
3897
3964
|
maskUnits: "userSpaceOnUse",
|
|
3898
3965
|
style: { maskType: "luminance" },
|
|
3899
|
-
children: /* @__PURE__ */ (0,
|
|
3966
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("path", { fill: stroke || color || "currentColor", d: "M32 -8H-8V32H32V-8Z" })
|
|
3900
3967
|
}
|
|
3901
3968
|
),
|
|
3902
|
-
/* @__PURE__ */ (0,
|
|
3969
|
+
/* @__PURE__ */ (0, import_jsx_runtime119.jsx)("g", { mask: "url(#mask0_786_80)", children: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
|
|
3903
3970
|
"path",
|
|
3904
3971
|
{
|
|
3905
3972
|
fill: fill || color || "currentColor",
|
|
@@ -3907,11 +3974,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3907
3974
|
}
|
|
3908
3975
|
) })
|
|
3909
3976
|
] }),
|
|
3910
|
-
/* @__PURE__ */ (0,
|
|
3977
|
+
/* @__PURE__ */ (0, import_jsx_runtime119.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("clipPath", { id: "clip0_786_80", children: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
3911
3978
|
] }), ModelhappyhorseFilled_default = IconModelhappyhorseFilled;
|
|
3912
3979
|
|
|
3913
3980
|
// src/components/ModelklingFilled.tsx
|
|
3914
|
-
var
|
|
3981
|
+
var import_jsx_runtime120 = __toESM(require_jsx_runtime()), IconModelklingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
|
|
3915
3982
|
"path",
|
|
3916
3983
|
{
|
|
3917
3984
|
fill: fill || color || "currentColor",
|
|
@@ -3922,7 +3989,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3922
3989
|
) }), ModelklingFilled_default = IconModelklingFilled;
|
|
3923
3990
|
|
|
3924
3991
|
// src/components/Models.tsx
|
|
3925
|
-
var
|
|
3992
|
+
var import_jsx_runtime121 = __toESM(require_jsx_runtime()), IconModels = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
|
|
3926
3993
|
"path",
|
|
3927
3994
|
{
|
|
3928
3995
|
fill: stroke || color || "currentColor",
|
|
@@ -3933,7 +4000,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3933
4000
|
) }), Models_default = IconModels;
|
|
3934
4001
|
|
|
3935
4002
|
// src/components/MoreCollapse.tsx
|
|
3936
|
-
var
|
|
4003
|
+
var import_jsx_runtime122 = __toESM(require_jsx_runtime()), IconMoreCollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
|
|
3937
4004
|
"path",
|
|
3938
4005
|
{
|
|
3939
4006
|
fill: stroke || color || "currentColor",
|
|
@@ -3942,22 +4009,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3942
4009
|
) }), MoreCollapse_default = IconMoreCollapse;
|
|
3943
4010
|
|
|
3944
4011
|
// src/components/MoreHorizontal.tsx
|
|
3945
|
-
var
|
|
3946
|
-
/* @__PURE__ */ (0,
|
|
4012
|
+
var import_jsx_runtime123 = __toESM(require_jsx_runtime()), IconMoreHorizontal = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4013
|
+
/* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
|
|
3947
4014
|
"path",
|
|
3948
4015
|
{
|
|
3949
4016
|
fill: stroke || color || "currentColor",
|
|
3950
4017
|
d: "M12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14Z"
|
|
3951
4018
|
}
|
|
3952
4019
|
),
|
|
3953
|
-
/* @__PURE__ */ (0,
|
|
4020
|
+
/* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
|
|
3954
4021
|
"path",
|
|
3955
4022
|
{
|
|
3956
4023
|
fill: stroke || color || "currentColor",
|
|
3957
4024
|
d: "M7 12C7 13.1046 6.10457 14 5 14C3.89543 14 3 13.1046 3 12C3 10.8954 3.89543 10 5 10C6.10457 10 7 10.8954 7 12Z"
|
|
3958
4025
|
}
|
|
3959
4026
|
),
|
|
3960
|
-
/* @__PURE__ */ (0,
|
|
4027
|
+
/* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
|
|
3961
4028
|
"path",
|
|
3962
4029
|
{
|
|
3963
4030
|
fill: stroke || color || "currentColor",
|
|
@@ -3967,7 +4034,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3967
4034
|
] }), MoreHorizontal_default = IconMoreHorizontal;
|
|
3968
4035
|
|
|
3969
4036
|
// src/components/MoreShowed.tsx
|
|
3970
|
-
var
|
|
4037
|
+
var import_jsx_runtime124 = __toESM(require_jsx_runtime()), IconMoreShowed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime124.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
|
|
3971
4038
|
"path",
|
|
3972
4039
|
{
|
|
3973
4040
|
fill: stroke || color || "currentColor",
|
|
@@ -3976,22 +4043,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3976
4043
|
) }), MoreShowed_default = IconMoreShowed;
|
|
3977
4044
|
|
|
3978
4045
|
// src/components/More.tsx
|
|
3979
|
-
var
|
|
3980
|
-
/* @__PURE__ */ (0,
|
|
4046
|
+
var import_jsx_runtime125 = __toESM(require_jsx_runtime()), IconMore = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4047
|
+
/* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
|
|
3981
4048
|
"path",
|
|
3982
4049
|
{
|
|
3983
4050
|
fill: stroke || color || "currentColor",
|
|
3984
4051
|
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"
|
|
3985
4052
|
}
|
|
3986
4053
|
),
|
|
3987
|
-
/* @__PURE__ */ (0,
|
|
4054
|
+
/* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
|
|
3988
4055
|
"path",
|
|
3989
4056
|
{
|
|
3990
4057
|
fill: stroke || color || "currentColor",
|
|
3991
4058
|
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"
|
|
3992
4059
|
}
|
|
3993
4060
|
),
|
|
3994
|
-
/* @__PURE__ */ (0,
|
|
4061
|
+
/* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
|
|
3995
4062
|
"path",
|
|
3996
4063
|
{
|
|
3997
4064
|
fill: stroke || color || "currentColor",
|
|
@@ -4001,29 +4068,29 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4001
4068
|
] }), More_default = IconMore;
|
|
4002
4069
|
|
|
4003
4070
|
// src/components/Moresettings.tsx
|
|
4004
|
-
var
|
|
4005
|
-
/* @__PURE__ */ (0,
|
|
4071
|
+
var import_jsx_runtime126 = __toESM(require_jsx_runtime()), IconMoresettings = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4072
|
+
/* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
|
|
4006
4073
|
"path",
|
|
4007
4074
|
{
|
|
4008
4075
|
fill: stroke || color || "currentColor",
|
|
4009
4076
|
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"
|
|
4010
4077
|
}
|
|
4011
4078
|
),
|
|
4012
|
-
/* @__PURE__ */ (0,
|
|
4079
|
+
/* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
|
|
4013
4080
|
"path",
|
|
4014
4081
|
{
|
|
4015
4082
|
fill: stroke || color || "currentColor",
|
|
4016
4083
|
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"
|
|
4017
4084
|
}
|
|
4018
4085
|
),
|
|
4019
|
-
/* @__PURE__ */ (0,
|
|
4086
|
+
/* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
|
|
4020
4087
|
"path",
|
|
4021
4088
|
{
|
|
4022
4089
|
fill: stroke || color || "currentColor",
|
|
4023
4090
|
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"
|
|
4024
4091
|
}
|
|
4025
4092
|
),
|
|
4026
|
-
/* @__PURE__ */ (0,
|
|
4093
|
+
/* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
|
|
4027
4094
|
"path",
|
|
4028
4095
|
{
|
|
4029
4096
|
fill: stroke || color || "currentColor",
|
|
@@ -4035,8 +4102,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4035
4102
|
] }), Moresettings_default = IconMoresettings;
|
|
4036
4103
|
|
|
4037
4104
|
// src/components/MouseDrag.tsx
|
|
4038
|
-
var
|
|
4039
|
-
/* @__PURE__ */ (0,
|
|
4105
|
+
var import_jsx_runtime127 = __toESM(require_jsx_runtime()), IconMouseDrag = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4106
|
+
/* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
|
|
4040
4107
|
"path",
|
|
4041
4108
|
{
|
|
4042
4109
|
fill: fill || color || "currentColor",
|
|
@@ -4044,7 +4111,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4044
4111
|
d: "M13.5 3.5V20.5H10.5V3.5H13.5Z"
|
|
4045
4112
|
}
|
|
4046
4113
|
),
|
|
4047
|
-
/* @__PURE__ */ (0,
|
|
4114
|
+
/* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
|
|
4048
4115
|
"path",
|
|
4049
4116
|
{
|
|
4050
4117
|
fill: fill || color || "currentColor",
|
|
@@ -4052,7 +4119,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4052
4119
|
d: "M6.79297 7.5L2.29297 12L6.79297 16.5H8.5V7.5H6.79297Z"
|
|
4053
4120
|
}
|
|
4054
4121
|
),
|
|
4055
|
-
/* @__PURE__ */ (0,
|
|
4122
|
+
/* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
|
|
4056
4123
|
"path",
|
|
4057
4124
|
{
|
|
4058
4125
|
fill: fill || color || "currentColor",
|
|
@@ -4063,8 +4130,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4063
4130
|
] }), MouseDrag_default = IconMouseDrag;
|
|
4064
4131
|
|
|
4065
4132
|
// src/components/MouseMove.tsx
|
|
4066
|
-
var
|
|
4067
|
-
/* @__PURE__ */ (0,
|
|
4133
|
+
var import_jsx_runtime128 = __toESM(require_jsx_runtime()), IconMouseMove = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime128.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4134
|
+
/* @__PURE__ */ (0, import_jsx_runtime128.jsx)("g", { clipPath: "url(#clip0_384_31)", children: /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(
|
|
4068
4135
|
"path",
|
|
4069
4136
|
{
|
|
4070
4137
|
fill: fill || color || "currentColor",
|
|
@@ -4072,12 +4139,12 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4072
4139
|
d: "M15.5557 7.51074H13.0635V10.5635H16.1172V8.07129H18.5918L22.334 11.8135L21.9805 12.167L18.7383 15.4102L18.5918 15.5566H16.1172V13.0635H13.0635V16.1172H15.5557V18.5918L11.8135 22.334L11.46 21.9805L8.2168 18.7383L8.07031 18.5918V16.1172H10.5635V13.0635H7.50977V15.5566H5.03516L4.88867 15.4102L1.64648 12.167L1.29297 11.8135L5.03516 8.07129H7.50977V10.5635H10.5635V7.51074H8.07031V5.03516L8.2168 4.88867L11.46 1.64648L11.8135 1.29297L15.5557 5.03516V7.51074Z"
|
|
4073
4140
|
}
|
|
4074
4141
|
) }),
|
|
4075
|
-
/* @__PURE__ */ (0,
|
|
4142
|
+
/* @__PURE__ */ (0, import_jsx_runtime128.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime128.jsx)("clipPath", { id: "clip0_384_31", children: /* @__PURE__ */ (0, import_jsx_runtime128.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
4076
4143
|
] }), MouseMove_default = IconMouseMove;
|
|
4077
4144
|
|
|
4078
4145
|
// src/components/MouseNumberchange.tsx
|
|
4079
|
-
var
|
|
4080
|
-
/* @__PURE__ */ (0,
|
|
4146
|
+
var import_jsx_runtime129 = __toESM(require_jsx_runtime()), IconMouseNumberchange = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4147
|
+
/* @__PURE__ */ (0, import_jsx_runtime129.jsx)(
|
|
4081
4148
|
"path",
|
|
4082
4149
|
{
|
|
4083
4150
|
fill: fill || color || "currentColor",
|
|
@@ -4085,7 +4152,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4085
4152
|
d: "M10.5 17L9.30567 17L0.97168 12L9.30566 7L10.5 7L10.5 17Z"
|
|
4086
4153
|
}
|
|
4087
4154
|
),
|
|
4088
|
-
/* @__PURE__ */ (0,
|
|
4155
|
+
/* @__PURE__ */ (0, import_jsx_runtime129.jsx)(
|
|
4089
4156
|
"path",
|
|
4090
4157
|
{
|
|
4091
4158
|
fill: fill || color || "currentColor",
|
|
@@ -4096,7 +4163,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4096
4163
|
] }), MouseNumberchange_default = IconMouseNumberchange;
|
|
4097
4164
|
|
|
4098
4165
|
// src/components/Musicassets.tsx
|
|
4099
|
-
var
|
|
4166
|
+
var import_jsx_runtime130 = __toESM(require_jsx_runtime()), IconMusicassets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|
|
4100
4167
|
"path",
|
|
4101
4168
|
{
|
|
4102
4169
|
fill: stroke || color || "currentColor",
|
|
@@ -4107,8 +4174,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4107
4174
|
) }), Musicassets_default = IconMusicassets;
|
|
4108
4175
|
|
|
4109
4176
|
// src/components/Mute.tsx
|
|
4110
|
-
var
|
|
4111
|
-
/* @__PURE__ */ (0,
|
|
4177
|
+
var import_jsx_runtime131 = __toESM(require_jsx_runtime()), IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime131.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4178
|
+
/* @__PURE__ */ (0, import_jsx_runtime131.jsx)(
|
|
4112
4179
|
"path",
|
|
4113
4180
|
{
|
|
4114
4181
|
fill: stroke || color || "currentColor",
|
|
@@ -4117,7 +4184,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4117
4184
|
clipRule: "evenodd"
|
|
4118
4185
|
}
|
|
4119
4186
|
),
|
|
4120
|
-
/* @__PURE__ */ (0,
|
|
4187
|
+
/* @__PURE__ */ (0, import_jsx_runtime131.jsx)(
|
|
4121
4188
|
"path",
|
|
4122
4189
|
{
|
|
4123
4190
|
fill: stroke || color || "currentColor",
|
|
@@ -4127,8 +4194,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4127
4194
|
] }), Mute_default = IconMute;
|
|
4128
4195
|
|
|
4129
4196
|
// src/components/Newchat.tsx
|
|
4130
|
-
var
|
|
4131
|
-
/* @__PURE__ */ (0,
|
|
4197
|
+
var import_jsx_runtime132 = __toESM(require_jsx_runtime()), IconNewchat = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime132.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4198
|
+
/* @__PURE__ */ (0, import_jsx_runtime132.jsx)(
|
|
4132
4199
|
"path",
|
|
4133
4200
|
{
|
|
4134
4201
|
fill: stroke || color || "currentColor",
|
|
@@ -4137,7 +4204,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4137
4204
|
clipRule: "evenodd"
|
|
4138
4205
|
}
|
|
4139
4206
|
),
|
|
4140
|
-
/* @__PURE__ */ (0,
|
|
4207
|
+
/* @__PURE__ */ (0, import_jsx_runtime132.jsx)(
|
|
4141
4208
|
"path",
|
|
4142
4209
|
{
|
|
4143
4210
|
fill: stroke || color || "currentColor",
|
|
@@ -4147,7 +4214,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4147
4214
|
] }), Newchat_default = IconNewchat;
|
|
4148
4215
|
|
|
4149
4216
|
// src/components/Next.tsx
|
|
4150
|
-
var
|
|
4217
|
+
var import_jsx_runtime133 = __toESM(require_jsx_runtime()), IconNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(
|
|
4151
4218
|
"path",
|
|
4152
4219
|
{
|
|
4153
4220
|
fill: stroke || color || "currentColor",
|
|
@@ -4158,15 +4225,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4158
4225
|
) }), Next_default = IconNext;
|
|
4159
4226
|
|
|
4160
4227
|
// src/components/Nextscene.tsx
|
|
4161
|
-
var
|
|
4162
|
-
/* @__PURE__ */ (0,
|
|
4228
|
+
var import_jsx_runtime134 = __toESM(require_jsx_runtime()), IconNextscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime134.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4229
|
+
/* @__PURE__ */ (0, import_jsx_runtime134.jsx)(
|
|
4163
4230
|
"path",
|
|
4164
4231
|
{
|
|
4165
4232
|
fill: stroke || color || "currentColor",
|
|
4166
4233
|
d: "M16.7959 12L10.2656 18.5303L9.2041 17.4697L14.6738 12L9.2041 6.53027L10.2656 5.46973L16.7959 12Z"
|
|
4167
4234
|
}
|
|
4168
4235
|
),
|
|
4169
|
-
/* @__PURE__ */ (0,
|
|
4236
|
+
/* @__PURE__ */ (0, import_jsx_runtime134.jsx)(
|
|
4170
4237
|
"path",
|
|
4171
4238
|
{
|
|
4172
4239
|
fill: stroke || color || "currentColor",
|
|
@@ -4178,7 +4245,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4178
4245
|
] }), Nextscene_default = IconNextscene;
|
|
4179
4246
|
|
|
4180
4247
|
// src/components/Niceofficial.tsx
|
|
4181
|
-
var
|
|
4248
|
+
var import_jsx_runtime135 = __toESM(require_jsx_runtime()), IconNiceofficial = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(
|
|
4182
4249
|
"path",
|
|
4183
4250
|
{
|
|
4184
4251
|
fill: fill || color || "currentColor",
|
|
@@ -4189,8 +4256,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4189
4256
|
) }), Niceofficial_default = IconNiceofficial;
|
|
4190
4257
|
|
|
4191
4258
|
// src/components/Notification.tsx
|
|
4192
|
-
var
|
|
4193
|
-
/* @__PURE__ */ (0,
|
|
4259
|
+
var import_jsx_runtime136 = __toESM(require_jsx_runtime()), IconNotification = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime136.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4260
|
+
/* @__PURE__ */ (0, import_jsx_runtime136.jsx)(
|
|
4194
4261
|
"path",
|
|
4195
4262
|
{
|
|
4196
4263
|
fill: stroke || color || "currentColor",
|
|
@@ -4199,7 +4266,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4199
4266
|
clipRule: "evenodd"
|
|
4200
4267
|
}
|
|
4201
4268
|
),
|
|
4202
|
-
/* @__PURE__ */ (0,
|
|
4269
|
+
/* @__PURE__ */ (0, import_jsx_runtime136.jsx)(
|
|
4203
4270
|
"path",
|
|
4204
4271
|
{
|
|
4205
4272
|
fill: stroke || color || "currentColor",
|
|
@@ -4209,17 +4276,17 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4209
4276
|
] }), Notification_default = IconNotification;
|
|
4210
4277
|
|
|
4211
4278
|
// src/components/Oneclickgenerate.tsx
|
|
4212
|
-
var
|
|
4213
|
-
/* @__PURE__ */ (0,
|
|
4214
|
-
/* @__PURE__ */ (0,
|
|
4215
|
-
/* @__PURE__ */ (0,
|
|
4279
|
+
var import_jsx_runtime137 = __toESM(require_jsx_runtime()), IconOneclickgenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4280
|
+
/* @__PURE__ */ (0, import_jsx_runtime137.jsx)("path", { fill: stroke || color || "currentColor", d: "M12 4.5V0H9.75V4.5H12Z" }),
|
|
4281
|
+
/* @__PURE__ */ (0, import_jsx_runtime137.jsx)("path", { fill: stroke || color || "currentColor", d: "M4.5 9.75H0V12H4.5V9.75Z" }),
|
|
4282
|
+
/* @__PURE__ */ (0, import_jsx_runtime137.jsx)(
|
|
4216
4283
|
"path",
|
|
4217
4284
|
{
|
|
4218
4285
|
fill: stroke || color || "currentColor",
|
|
4219
4286
|
d: "M5.2045 6.7955L1.4545 3.0455L3.0455 1.4545L6.7955 5.2045L5.2045 6.7955Z"
|
|
4220
4287
|
}
|
|
4221
4288
|
),
|
|
4222
|
-
/* @__PURE__ */ (0,
|
|
4289
|
+
/* @__PURE__ */ (0, import_jsx_runtime137.jsx)(
|
|
4223
4290
|
"path",
|
|
4224
4291
|
{
|
|
4225
4292
|
fill: stroke || color || "currentColor",
|
|
@@ -4231,8 +4298,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4231
4298
|
] }), Oneclickgenerate_default = IconOneclickgenerate;
|
|
4232
4299
|
|
|
4233
4300
|
// src/components/Opendemo.tsx
|
|
4234
|
-
var
|
|
4235
|
-
/* @__PURE__ */ (0,
|
|
4301
|
+
var import_jsx_runtime138 = __toESM(require_jsx_runtime()), IconOpendemo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4302
|
+
/* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
|
|
4236
4303
|
"path",
|
|
4237
4304
|
{
|
|
4238
4305
|
fill: stroke || color || "currentColor",
|
|
@@ -4241,11 +4308,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4241
4308
|
clipRule: "evenodd"
|
|
4242
4309
|
}
|
|
4243
4310
|
),
|
|
4244
|
-
/* @__PURE__ */ (0,
|
|
4311
|
+
/* @__PURE__ */ (0, import_jsx_runtime138.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
|
|
4245
4312
|
] }), Opendemo_default = IconOpendemo;
|
|
4246
4313
|
|
|
4247
4314
|
// src/components/OppsFilled.tsx
|
|
4248
|
-
var
|
|
4315
|
+
var import_jsx_runtime139 = __toESM(require_jsx_runtime()), IconOppsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime139.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(
|
|
4249
4316
|
"path",
|
|
4250
4317
|
{
|
|
4251
4318
|
fill: fill || color || "currentColor",
|
|
@@ -4256,7 +4323,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4256
4323
|
) }), OppsFilled_default = IconOppsFilled;
|
|
4257
4324
|
|
|
4258
4325
|
// src/components/OptionalcheckedFilled.tsx
|
|
4259
|
-
var
|
|
4326
|
+
var import_jsx_runtime140 = __toESM(require_jsx_runtime()), IconOptionalcheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime140.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime140.jsx)(
|
|
4260
4327
|
"path",
|
|
4261
4328
|
{
|
|
4262
4329
|
fill: fill || color || "currentColor",
|
|
@@ -4267,7 +4334,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4267
4334
|
) }), OptionalcheckedFilled_default = IconOptionalcheckedFilled;
|
|
4268
4335
|
|
|
4269
4336
|
// src/components/Optionaluncheck.tsx
|
|
4270
|
-
var
|
|
4337
|
+
var import_jsx_runtime141 = __toESM(require_jsx_runtime()), IconOptionaluncheck = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime141.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime141.jsx)(
|
|
4271
4338
|
"path",
|
|
4272
4339
|
{
|
|
4273
4340
|
fill: stroke || color || "currentColor",
|
|
@@ -4278,7 +4345,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4278
4345
|
) }), Optionaluncheck_default = IconOptionaluncheck;
|
|
4279
4346
|
|
|
4280
4347
|
// src/components/Packagegame.tsx
|
|
4281
|
-
var
|
|
4348
|
+
var import_jsx_runtime142 = __toESM(require_jsx_runtime()), IconPackagegame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime142.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime142.jsx)(
|
|
4282
4349
|
"path",
|
|
4283
4350
|
{
|
|
4284
4351
|
fill: stroke || color || "currentColor",
|
|
@@ -4289,11 +4356,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4289
4356
|
) }), Packagegame_default = IconPackagegame;
|
|
4290
4357
|
|
|
4291
4358
|
// src/components/PageError.tsx
|
|
4292
|
-
var
|
|
4359
|
+
var import_jsx_runtime143 = __toESM(require_jsx_runtime()), IconPageError = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime143.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime143.jsx)("path", { fill: stroke || color || "currentColor", d: "M22.5 13.125H1.5V10.875H22.5V13.125Z" }) }), PageError_default = IconPageError;
|
|
4293
4360
|
|
|
4294
4361
|
// src/components/Parameters.tsx
|
|
4295
|
-
var
|
|
4296
|
-
/* @__PURE__ */ (0,
|
|
4362
|
+
var import_jsx_runtime144 = __toESM(require_jsx_runtime()), IconParameters = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime144.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4363
|
+
/* @__PURE__ */ (0, import_jsx_runtime144.jsx)(
|
|
4297
4364
|
"path",
|
|
4298
4365
|
{
|
|
4299
4366
|
fill: stroke || color || "currentColor",
|
|
@@ -4302,7 +4369,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4302
4369
|
clipRule: "evenodd"
|
|
4303
4370
|
}
|
|
4304
4371
|
),
|
|
4305
|
-
/* @__PURE__ */ (0,
|
|
4372
|
+
/* @__PURE__ */ (0, import_jsx_runtime144.jsx)(
|
|
4306
4373
|
"path",
|
|
4307
4374
|
{
|
|
4308
4375
|
fill: stroke || color || "currentColor",
|
|
@@ -4313,9 +4380,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4313
4380
|
)
|
|
4314
4381
|
] }), Parameters_default = IconParameters;
|
|
4315
4382
|
|
|
4383
|
+
// src/components/PauseFilled.tsx
|
|
4384
|
+
var import_jsx_runtime145 = __toESM(require_jsx_runtime()), IconPauseFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime145.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4385
|
+
/* @__PURE__ */ (0, import_jsx_runtime145.jsx)("path", { fill: fill || color || "currentColor", d: "M10.5 1.5H3V22.5H10.5V1.5Z" }),
|
|
4386
|
+
/* @__PURE__ */ (0, import_jsx_runtime145.jsx)("path", { fill: fill || color || "currentColor", d: "M21 1.5H13.5V22.5H21V1.5Z" })
|
|
4387
|
+
] }), PauseFilled_default = IconPauseFilled;
|
|
4388
|
+
|
|
4316
4389
|
// src/components/Pause.tsx
|
|
4317
|
-
var
|
|
4318
|
-
/* @__PURE__ */ (0,
|
|
4390
|
+
var import_jsx_runtime146 = __toESM(require_jsx_runtime()), IconPause = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime146.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4391
|
+
/* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
|
|
4319
4392
|
"path",
|
|
4320
4393
|
{
|
|
4321
4394
|
fill: stroke || color || "currentColor",
|
|
@@ -4324,7 +4397,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4324
4397
|
clipRule: "evenodd"
|
|
4325
4398
|
}
|
|
4326
4399
|
),
|
|
4327
|
-
/* @__PURE__ */ (0,
|
|
4400
|
+
/* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
|
|
4328
4401
|
"path",
|
|
4329
4402
|
{
|
|
4330
4403
|
fill: stroke || color || "currentColor",
|
|
@@ -4336,7 +4409,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4336
4409
|
] }), Pause_default = IconPause;
|
|
4337
4410
|
|
|
4338
4411
|
// src/components/Pencil.tsx
|
|
4339
|
-
var
|
|
4412
|
+
var import_jsx_runtime147 = __toESM(require_jsx_runtime()), IconPencil = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime147.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime147.jsx)(
|
|
4340
4413
|
"path",
|
|
4341
4414
|
{
|
|
4342
4415
|
fill: stroke || color || "currentColor",
|
|
@@ -4347,7 +4420,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4347
4420
|
) }), Pencil_default = IconPencil;
|
|
4348
4421
|
|
|
4349
4422
|
// src/components/Pick.tsx
|
|
4350
|
-
var
|
|
4423
|
+
var import_jsx_runtime148 = __toESM(require_jsx_runtime()), IconPick = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime148.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime148.jsx)(
|
|
4351
4424
|
"path",
|
|
4352
4425
|
{
|
|
4353
4426
|
fill: stroke || color || "currentColor",
|
|
@@ -4358,22 +4431,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4358
4431
|
) }), Pick_default = IconPick;
|
|
4359
4432
|
|
|
4360
4433
|
// src/components/PickedFilled.tsx
|
|
4361
|
-
var
|
|
4434
|
+
var import_jsx_runtime149 = __toESM(require_jsx_runtime()), IconPickedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime149.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime149.jsx)("path", { fill: fill || color || "currentColor", d: "M3 0H21V24H18L12 18L6 24H3V0Z" }) }), PickedFilled_default = IconPickedFilled;
|
|
4362
4435
|
|
|
4363
4436
|
// src/components/PlanFilled.tsx
|
|
4364
|
-
var
|
|
4365
|
-
/* @__PURE__ */ (0,
|
|
4437
|
+
var import_jsx_runtime150 = __toESM(require_jsx_runtime()), IconPlanFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime150.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4438
|
+
/* @__PURE__ */ (0, import_jsx_runtime150.jsx)("g", { clipPath: "url(#clip0_2_30)", children: /* @__PURE__ */ (0, import_jsx_runtime150.jsx)(
|
|
4366
4439
|
"path",
|
|
4367
4440
|
{
|
|
4368
4441
|
fill: fill || color || "currentColor",
|
|
4369
4442
|
d: "M13.5 10.5L15 0H12L3 10.5V13.5H10.5L9 24H12L21 13.5L21 10.5H13.5Z"
|
|
4370
4443
|
}
|
|
4371
4444
|
) }),
|
|
4372
|
-
/* @__PURE__ */ (0,
|
|
4445
|
+
/* @__PURE__ */ (0, import_jsx_runtime150.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime150.jsx)("clipPath", { id: "clip0_2_30", children: /* @__PURE__ */ (0, import_jsx_runtime150.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
4373
4446
|
] }), PlanFilled_default = IconPlanFilled;
|
|
4374
4447
|
|
|
4375
4448
|
// src/components/PlayFilled.tsx
|
|
4376
|
-
var
|
|
4449
|
+
var import_jsx_runtime151 = __toESM(require_jsx_runtime()), IconPlayFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime151.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime151.jsx)(
|
|
4377
4450
|
"path",
|
|
4378
4451
|
{
|
|
4379
4452
|
fill: fill || color || "currentColor",
|
|
@@ -4382,7 +4455,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4382
4455
|
) }), PlayFilled_default = IconPlayFilled;
|
|
4383
4456
|
|
|
4384
4457
|
// src/components/Play.tsx
|
|
4385
|
-
var
|
|
4458
|
+
var import_jsx_runtime152 = __toESM(require_jsx_runtime()), IconPlay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime152.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime152.jsx)(
|
|
4386
4459
|
"path",
|
|
4387
4460
|
{
|
|
4388
4461
|
fill: stroke || color || "currentColor",
|
|
@@ -4392,16 +4465,27 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4392
4465
|
}
|
|
4393
4466
|
) }), Play_default = IconPlay;
|
|
4394
4467
|
|
|
4468
|
+
// src/components/Premiumcontent.tsx
|
|
4469
|
+
var import_jsx_runtime153 = __toESM(require_jsx_runtime()), IconPremiumcontent = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime153.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime153.jsx)(
|
|
4470
|
+
"path",
|
|
4471
|
+
{
|
|
4472
|
+
fill: stroke || color || "currentColor",
|
|
4473
|
+
d: "M9.78473 21.75L9.53473 24H11.7986L12.0486 21.75H16.1038C18.8079 21.75 21 19.5579 21 16.8538C21 14.5865 19.4434 12.6158 17.2378 12.0907L13.2279 11.1359L13.9652 4.5H19.5V2.25H14.2152L14.4652 0H12.2014L11.9514 2.25H7.89625C5.19212 2.25 3 4.44212 3 7.14625C3 9.41351 4.55657 11.3842 6.76218 11.9093L10.7721 12.8641L10.0347 19.5H4.5V21.75H9.78473ZM12.2986 19.5H16.1038C17.5652 19.5 18.75 18.3152 18.75 16.8538C18.75 15.6284 17.9087 14.5633 16.7167 14.2795L12.9776 13.3892L12.2986 19.5ZM11.0224 10.6108L11.7014 4.5H7.89625C6.43477 4.5 5.25 5.68477 5.25 7.14625C5.25 8.37162 6.09127 9.43671 7.28332 9.72053L11.0224 10.6108Z",
|
|
4474
|
+
fillRule: "evenodd",
|
|
4475
|
+
clipRule: "evenodd"
|
|
4476
|
+
}
|
|
4477
|
+
) }), Premiumcontent_default = IconPremiumcontent;
|
|
4478
|
+
|
|
4395
4479
|
// src/components/Previouscene.tsx
|
|
4396
|
-
var
|
|
4397
|
-
/* @__PURE__ */ (0,
|
|
4480
|
+
var import_jsx_runtime154 = __toESM(require_jsx_runtime()), IconPreviouscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime154.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4481
|
+
/* @__PURE__ */ (0, import_jsx_runtime154.jsx)(
|
|
4398
4482
|
"path",
|
|
4399
4483
|
{
|
|
4400
4484
|
fill: stroke || color || "currentColor",
|
|
4401
4485
|
d: "M7.2041 12L13.7344 18.5303L14.7959 17.4697L9.32617 12L14.7959 6.53027L13.7344 5.46973L7.2041 12Z"
|
|
4402
4486
|
}
|
|
4403
4487
|
),
|
|
4404
|
-
/* @__PURE__ */ (0,
|
|
4488
|
+
/* @__PURE__ */ (0, import_jsx_runtime154.jsx)(
|
|
4405
4489
|
"path",
|
|
4406
4490
|
{
|
|
4407
4491
|
fill: stroke || color || "currentColor",
|
|
@@ -4413,7 +4497,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4413
4497
|
] }), Previouscene_default = IconPreviouscene;
|
|
4414
4498
|
|
|
4415
4499
|
// src/components/ProblemFilled.tsx
|
|
4416
|
-
var
|
|
4500
|
+
var import_jsx_runtime155 = __toESM(require_jsx_runtime()), IconProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime155.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime155.jsx)(
|
|
4417
4501
|
"path",
|
|
4418
4502
|
{
|
|
4419
4503
|
fill: fill || color || "currentColor",
|
|
@@ -4424,7 +4508,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4424
4508
|
) }), ProblemFilled_default = IconProblemFilled;
|
|
4425
4509
|
|
|
4426
4510
|
// src/components/ProblemNoticeFilled.tsx
|
|
4427
|
-
var
|
|
4511
|
+
var import_jsx_runtime156 = __toESM(require_jsx_runtime()), IconProblemNoticeFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime156.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
|
|
4428
4512
|
"path",
|
|
4429
4513
|
{
|
|
4430
4514
|
fill: fill || color || "currentColor",
|
|
@@ -4435,10 +4519,10 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4435
4519
|
) }), ProblemNoticeFilled_default = IconProblemNoticeFilled;
|
|
4436
4520
|
|
|
4437
4521
|
// src/components/Problem.tsx
|
|
4438
|
-
var
|
|
4439
|
-
/* @__PURE__ */ (0,
|
|
4440
|
-
/* @__PURE__ */ (0,
|
|
4441
|
-
/* @__PURE__ */ (0,
|
|
4522
|
+
var import_jsx_runtime157 = __toESM(require_jsx_runtime()), IconProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime157.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4523
|
+
/* @__PURE__ */ (0, import_jsx_runtime157.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 13.5V6H10.875V13.5H13.125Z" }),
|
|
4524
|
+
/* @__PURE__ */ (0, import_jsx_runtime157.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 18V15.75H10.875V18H13.125Z" }),
|
|
4525
|
+
/* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
|
|
4442
4526
|
"path",
|
|
4443
4527
|
{
|
|
4444
4528
|
fill: stroke || color || "currentColor",
|
|
@@ -4450,8 +4534,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4450
4534
|
] }), Problem_default = IconProblem;
|
|
4451
4535
|
|
|
4452
4536
|
// src/components/Publish.tsx
|
|
4453
|
-
var
|
|
4454
|
-
/* @__PURE__ */ (0,
|
|
4537
|
+
var import_jsx_runtime158 = __toESM(require_jsx_runtime()), IconPublish = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime158.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4538
|
+
/* @__PURE__ */ (0, import_jsx_runtime158.jsx)(
|
|
4455
4539
|
"path",
|
|
4456
4540
|
{
|
|
4457
4541
|
fill: stroke || color || "currentColor",
|
|
@@ -4460,12 +4544,12 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4460
4544
|
clipRule: "evenodd"
|
|
4461
4545
|
}
|
|
4462
4546
|
),
|
|
4463
|
-
/* @__PURE__ */ (0,
|
|
4547
|
+
/* @__PURE__ */ (0, import_jsx_runtime158.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
|
|
4464
4548
|
] }), Publish_default = IconPublish;
|
|
4465
4549
|
|
|
4466
4550
|
// src/components/Quote.tsx
|
|
4467
|
-
var
|
|
4468
|
-
/* @__PURE__ */ (0,
|
|
4551
|
+
var import_jsx_runtime159 = __toESM(require_jsx_runtime()), IconQuote = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime159.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4552
|
+
/* @__PURE__ */ (0, import_jsx_runtime159.jsx)(
|
|
4469
4553
|
"path",
|
|
4470
4554
|
{
|
|
4471
4555
|
fill: stroke || color || "currentColor",
|
|
@@ -4474,7 +4558,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4474
4558
|
clipRule: "evenodd"
|
|
4475
4559
|
}
|
|
4476
4560
|
),
|
|
4477
|
-
/* @__PURE__ */ (0,
|
|
4561
|
+
/* @__PURE__ */ (0, import_jsx_runtime159.jsx)(
|
|
4478
4562
|
"path",
|
|
4479
4563
|
{
|
|
4480
4564
|
fill: stroke || color || "currentColor",
|
|
@@ -4486,7 +4570,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4486
4570
|
] }), Quote_default = IconQuote;
|
|
4487
4571
|
|
|
4488
4572
|
// src/components/Ratio169.tsx
|
|
4489
|
-
var
|
|
4573
|
+
var import_jsx_runtime160 = __toESM(require_jsx_runtime()), IconRatio169 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime160.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime160.jsx)(
|
|
4490
4574
|
"path",
|
|
4491
4575
|
{
|
|
4492
4576
|
fill: stroke || color || "currentColor",
|
|
@@ -4495,15 +4579,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4495
4579
|
) }), Ratio169_default = IconRatio169;
|
|
4496
4580
|
|
|
4497
4581
|
// src/components/Ratio11.tsx
|
|
4498
|
-
var
|
|
4499
|
-
/* @__PURE__ */ (0,
|
|
4582
|
+
var import_jsx_runtime161 = __toESM(require_jsx_runtime()), IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4583
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)("g", { clipPath: "url(#clip0_13_501)", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(
|
|
4500
4584
|
"path",
|
|
4501
4585
|
{
|
|
4502
4586
|
fill: stroke || color || "currentColor",
|
|
4503
4587
|
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"
|
|
4504
4588
|
}
|
|
4505
4589
|
) }),
|
|
4506
|
-
/* @__PURE__ */ (0,
|
|
4590
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("clipPath", { id: "clip0_13_501", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(
|
|
4507
4591
|
"rect",
|
|
4508
4592
|
{
|
|
4509
4593
|
width: "24",
|
|
@@ -4515,15 +4599,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4515
4599
|
] }), Ratio11_default = IconRatio11;
|
|
4516
4600
|
|
|
4517
4601
|
// src/components/Ratio916.tsx
|
|
4518
|
-
var
|
|
4519
|
-
/* @__PURE__ */ (0,
|
|
4602
|
+
var import_jsx_runtime162 = __toESM(require_jsx_runtime()), IconRatio916 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime162.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4603
|
+
/* @__PURE__ */ (0, import_jsx_runtime162.jsx)("g", { clipPath: "url(#clip0_13_499)", children: /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(
|
|
4520
4604
|
"path",
|
|
4521
4605
|
{
|
|
4522
4606
|
fill: stroke || color || "currentColor",
|
|
4523
4607
|
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"
|
|
4524
4608
|
}
|
|
4525
4609
|
) }),
|
|
4526
|
-
/* @__PURE__ */ (0,
|
|
4610
|
+
/* @__PURE__ */ (0, import_jsx_runtime162.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("clipPath", { id: "clip0_13_499", children: /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(
|
|
4527
4611
|
"rect",
|
|
4528
4612
|
{
|
|
4529
4613
|
width: "24",
|
|
@@ -4535,17 +4619,17 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4535
4619
|
] }), Ratio916_default = IconRatio916;
|
|
4536
4620
|
|
|
4537
4621
|
// src/components/RatioAuto.tsx
|
|
4538
|
-
var
|
|
4539
|
-
/* @__PURE__ */ (0,
|
|
4540
|
-
/* @__PURE__ */ (0,
|
|
4622
|
+
var import_jsx_runtime163 = __toESM(require_jsx_runtime()), IconRatioAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime163.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4623
|
+
/* @__PURE__ */ (0, import_jsx_runtime163.jsxs)("g", { clipPath: "url(#clip0_468_23)", children: [
|
|
4624
|
+
/* @__PURE__ */ (0, import_jsx_runtime163.jsx)(
|
|
4541
4625
|
"path",
|
|
4542
4626
|
{
|
|
4543
4627
|
fill: stroke || color || "currentColor",
|
|
4544
4628
|
d: "M6.25 6.24999L6.25 9.99998H4L4 3.99998L10 3.99999V6.24999H6.25Z"
|
|
4545
4629
|
}
|
|
4546
4630
|
),
|
|
4547
|
-
/* @__PURE__ */ (0,
|
|
4548
|
-
/* @__PURE__ */ (0,
|
|
4631
|
+
/* @__PURE__ */ (0, import_jsx_runtime163.jsx)("path", { fill: stroke || color || "currentColor", d: "M14 20V17.75H17.75V14H20V20H14Z" }),
|
|
4632
|
+
/* @__PURE__ */ (0, import_jsx_runtime163.jsx)(
|
|
4549
4633
|
"path",
|
|
4550
4634
|
{
|
|
4551
4635
|
fill: stroke || color || "currentColor",
|
|
@@ -4555,7 +4639,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4555
4639
|
}
|
|
4556
4640
|
)
|
|
4557
4641
|
] }),
|
|
4558
|
-
/* @__PURE__ */ (0,
|
|
4642
|
+
/* @__PURE__ */ (0, import_jsx_runtime163.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime163.jsx)("clipPath", { id: "clip0_468_23", children: /* @__PURE__ */ (0, import_jsx_runtime163.jsx)(
|
|
4559
4643
|
"rect",
|
|
4560
4644
|
{
|
|
4561
4645
|
width: "24",
|
|
@@ -4567,15 +4651,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4567
4651
|
] }), RatioAuto_default = IconRatioAuto;
|
|
4568
4652
|
|
|
4569
4653
|
// src/components/Ratio.tsx
|
|
4570
|
-
var
|
|
4571
|
-
/* @__PURE__ */ (0,
|
|
4654
|
+
var import_jsx_runtime164 = __toESM(require_jsx_runtime()), IconRatio = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime164.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4655
|
+
/* @__PURE__ */ (0, import_jsx_runtime164.jsx)(
|
|
4572
4656
|
"path",
|
|
4573
4657
|
{
|
|
4574
4658
|
fill: stroke || color || "currentColor",
|
|
4575
4659
|
d: "M3 0V3L0 3V5.25L18.75 5.25V24H21V21H24V18.75H21L21 3L5.25 3V0H3Z"
|
|
4576
4660
|
}
|
|
4577
4661
|
),
|
|
4578
|
-
/* @__PURE__ */ (0,
|
|
4662
|
+
/* @__PURE__ */ (0, import_jsx_runtime164.jsx)(
|
|
4579
4663
|
"path",
|
|
4580
4664
|
{
|
|
4581
4665
|
fill: stroke || color || "currentColor",
|
|
@@ -4585,7 +4669,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4585
4669
|
] }), Ratio_default = IconRatio;
|
|
4586
4670
|
|
|
4587
4671
|
// src/components/ReEdit.tsx
|
|
4588
|
-
var
|
|
4672
|
+
var import_jsx_runtime165 = __toESM(require_jsx_runtime()), IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime165.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime165.jsx)(
|
|
4589
4673
|
"path",
|
|
4590
4674
|
{
|
|
4591
4675
|
fill: stroke || color || "currentColor",
|
|
@@ -4596,7 +4680,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4596
4680
|
) }), ReEdit_default = IconReEdit;
|
|
4597
4681
|
|
|
4598
4682
|
// src/components/Regenerate.tsx
|
|
4599
|
-
var
|
|
4683
|
+
var import_jsx_runtime166 = __toESM(require_jsx_runtime()), IconRegenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime166.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime166.jsx)(
|
|
4600
4684
|
"path",
|
|
4601
4685
|
{
|
|
4602
4686
|
fill: stroke || color || "currentColor",
|
|
@@ -4607,8 +4691,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4607
4691
|
) }), Regenerate_default = IconRegenerate;
|
|
4608
4692
|
|
|
4609
4693
|
// src/components/Resultsetting.tsx
|
|
4610
|
-
var
|
|
4611
|
-
/* @__PURE__ */ (0,
|
|
4694
|
+
var import_jsx_runtime167 = __toESM(require_jsx_runtime()), IconResultsetting = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime167.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4695
|
+
/* @__PURE__ */ (0, import_jsx_runtime167.jsx)("g", { clipPath: "url(#clip0_554_27)", children: /* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
|
|
4612
4696
|
"path",
|
|
4613
4697
|
{
|
|
4614
4698
|
fill: stroke || color || "currentColor",
|
|
@@ -4617,7 +4701,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4617
4701
|
clipRule: "evenodd"
|
|
4618
4702
|
}
|
|
4619
4703
|
) }),
|
|
4620
|
-
/* @__PURE__ */ (0,
|
|
4704
|
+
/* @__PURE__ */ (0, import_jsx_runtime167.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime167.jsx)("clipPath", { id: "clip0_554_27", children: /* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
|
|
4621
4705
|
"rect",
|
|
4622
4706
|
{
|
|
4623
4707
|
width: "24",
|
|
@@ -4629,7 +4713,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4629
4713
|
] }), Resultsetting_default = IconResultsetting;
|
|
4630
4714
|
|
|
4631
4715
|
// src/components/RightFilled.tsx
|
|
4632
|
-
var
|
|
4716
|
+
var import_jsx_runtime168 = __toESM(require_jsx_runtime()), IconRightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime168.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime168.jsx)(
|
|
4633
4717
|
"path",
|
|
4634
4718
|
{
|
|
4635
4719
|
fill: fill || color || "currentColor",
|
|
@@ -4640,19 +4724,19 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4640
4724
|
) }), RightFilled_default = IconRightFilled;
|
|
4641
4725
|
|
|
4642
4726
|
// src/components/SatisfiedFilled.tsx
|
|
4643
|
-
var
|
|
4644
|
-
/* @__PURE__ */ (0,
|
|
4727
|
+
var import_jsx_runtime169 = __toESM(require_jsx_runtime()), IconSatisfiedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime169.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4728
|
+
/* @__PURE__ */ (0, import_jsx_runtime169.jsx)(
|
|
4645
4729
|
"path",
|
|
4646
4730
|
{
|
|
4647
4731
|
fill: fill || color || "currentColor",
|
|
4648
4732
|
d: "M10.5 0L7.5 7.5V21H21L24 12V7.5H15V3C15 1.34315 13.6569 0 12 0H10.5Z"
|
|
4649
4733
|
}
|
|
4650
4734
|
),
|
|
4651
|
-
/* @__PURE__ */ (0,
|
|
4735
|
+
/* @__PURE__ */ (0, import_jsx_runtime169.jsx)("path", { fill: fill || color || "currentColor", d: "M4.5 7.5H0V21H4.5V7.5Z" })
|
|
4652
4736
|
] }), SatisfiedFilled_default = IconSatisfiedFilled;
|
|
4653
4737
|
|
|
4654
4738
|
// src/components/Satisfied.tsx
|
|
4655
|
-
var
|
|
4739
|
+
var import_jsx_runtime170 = __toESM(require_jsx_runtime()), IconSatisfied = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(
|
|
4656
4740
|
"path",
|
|
4657
4741
|
{
|
|
4658
4742
|
fill: stroke || color || "currentColor",
|
|
@@ -4663,7 +4747,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4663
4747
|
) }), Satisfied_default = IconSatisfied;
|
|
4664
4748
|
|
|
4665
4749
|
// src/components/SceneNext.tsx
|
|
4666
|
-
var
|
|
4750
|
+
var import_jsx_runtime171 = __toESM(require_jsx_runtime()), IconSceneNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime171.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime171.jsx)(
|
|
4667
4751
|
"path",
|
|
4668
4752
|
{
|
|
4669
4753
|
fill: stroke || color || "currentColor",
|
|
@@ -4672,27 +4756,27 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4672
4756
|
) }), SceneNext_default = IconSceneNext;
|
|
4673
4757
|
|
|
4674
4758
|
// src/components/Scriptmode.tsx
|
|
4675
|
-
var
|
|
4676
|
-
/* @__PURE__ */ (0,
|
|
4677
|
-
/* @__PURE__ */ (0,
|
|
4678
|
-
/* @__PURE__ */ (0,
|
|
4679
|
-
/* @__PURE__ */ (0,
|
|
4680
|
-
/* @__PURE__ */ (0,
|
|
4681
|
-
/* @__PURE__ */ (0,
|
|
4682
|
-
/* @__PURE__ */ (0,
|
|
4683
|
-
/* @__PURE__ */ (0,
|
|
4759
|
+
var import_jsx_runtime172 = __toESM(require_jsx_runtime()), IconScriptmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime172.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4760
|
+
/* @__PURE__ */ (0, import_jsx_runtime172.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H3.75V1.5H1.5V3.75Z" }),
|
|
4761
|
+
/* @__PURE__ */ (0, import_jsx_runtime172.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 10.125H3.75V7.875H1.5V10.125Z" }),
|
|
4762
|
+
/* @__PURE__ */ (0, import_jsx_runtime172.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H3.75V13.875H1.5V16.125Z" }),
|
|
4763
|
+
/* @__PURE__ */ (0, import_jsx_runtime172.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H3.75V20.25H1.5V22.5Z" }),
|
|
4764
|
+
/* @__PURE__ */ (0, import_jsx_runtime172.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 3.75H22.5V1.5H7.5V3.75Z" }),
|
|
4765
|
+
/* @__PURE__ */ (0, import_jsx_runtime172.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 10.125H22.5V7.875H7.5V10.125Z" }),
|
|
4766
|
+
/* @__PURE__ */ (0, import_jsx_runtime172.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 16.125H22.5V13.875H7.5V16.125Z" }),
|
|
4767
|
+
/* @__PURE__ */ (0, import_jsx_runtime172.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 22.5H22.5V20.25H7.5V22.5Z" })
|
|
4684
4768
|
] }), Scriptmode_default = IconScriptmode;
|
|
4685
4769
|
|
|
4686
4770
|
// src/components/Scrolldown.tsx
|
|
4687
|
-
var
|
|
4688
|
-
/* @__PURE__ */ (0,
|
|
4771
|
+
var import_jsx_runtime173 = __toESM(require_jsx_runtime()), IconScrolldown = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime173.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4772
|
+
/* @__PURE__ */ (0, import_jsx_runtime173.jsx)(
|
|
4689
4773
|
"path",
|
|
4690
4774
|
{
|
|
4691
4775
|
fill: stroke || color || "currentColor",
|
|
4692
4776
|
d: "M3.79546 11.9544L12 20.1589L20.2045 11.9544L21.7955 13.5454L12 23.3409L2.20447 13.5454L3.79546 11.9544Z"
|
|
4693
4777
|
}
|
|
4694
4778
|
),
|
|
4695
|
-
/* @__PURE__ */ (0,
|
|
4779
|
+
/* @__PURE__ */ (0, import_jsx_runtime173.jsx)(
|
|
4696
4780
|
"path",
|
|
4697
4781
|
{
|
|
4698
4782
|
fill: stroke || color || "currentColor",
|
|
@@ -4702,7 +4786,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4702
4786
|
] }), Scrolldown_default = IconScrolldown;
|
|
4703
4787
|
|
|
4704
4788
|
// src/components/Sendrequest.tsx
|
|
4705
|
-
var
|
|
4789
|
+
var import_jsx_runtime174 = __toESM(require_jsx_runtime()), IconSendrequest = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime174.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime174.jsx)(
|
|
4706
4790
|
"path",
|
|
4707
4791
|
{
|
|
4708
4792
|
fill: fill || color || "currentColor",
|
|
@@ -4713,7 +4797,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4713
4797
|
) }), Sendrequest_default = IconSendrequest;
|
|
4714
4798
|
|
|
4715
4799
|
// src/components/Sendup.tsx
|
|
4716
|
-
var
|
|
4800
|
+
var import_jsx_runtime175 = __toESM(require_jsx_runtime()), IconSendup = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime175.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime175.jsx)(
|
|
4717
4801
|
"path",
|
|
4718
4802
|
{
|
|
4719
4803
|
fill: stroke || color || "currentColor",
|
|
@@ -4722,7 +4806,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4722
4806
|
) }), Sendup_default = IconSendup;
|
|
4723
4807
|
|
|
4724
4808
|
// src/components/Sendup2.tsx
|
|
4725
|
-
var
|
|
4809
|
+
var import_jsx_runtime176 = __toESM(require_jsx_runtime()), IconSendup2 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime176.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime176.jsx)(
|
|
4726
4810
|
"path",
|
|
4727
4811
|
{
|
|
4728
4812
|
fill: stroke || color || "currentColor",
|
|
@@ -4731,7 +4815,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4731
4815
|
) }), Sendup2_default = IconSendup2;
|
|
4732
4816
|
|
|
4733
4817
|
// src/components/ShareFilled.tsx
|
|
4734
|
-
var
|
|
4818
|
+
var import_jsx_runtime177 = __toESM(require_jsx_runtime()), IconShareFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime177.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime177.jsx)(
|
|
4735
4819
|
"path",
|
|
4736
4820
|
{
|
|
4737
4821
|
fill: fill || color || "currentColor",
|
|
@@ -4740,7 +4824,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4740
4824
|
) }), ShareFilled_default = IconShareFilled;
|
|
4741
4825
|
|
|
4742
4826
|
// src/components/Share.tsx
|
|
4743
|
-
var
|
|
4827
|
+
var import_jsx_runtime178 = __toESM(require_jsx_runtime()), IconShare = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime178.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime178.jsx)(
|
|
4744
4828
|
"path",
|
|
4745
4829
|
{
|
|
4746
4830
|
fill: stroke || color || "currentColor",
|
|
@@ -4751,7 +4835,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4751
4835
|
) }), Share_default = IconShare;
|
|
4752
4836
|
|
|
4753
4837
|
// src/components/Sidebar.tsx
|
|
4754
|
-
var
|
|
4838
|
+
var import_jsx_runtime179 = __toESM(require_jsx_runtime()), IconSidebar = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime179.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime179.jsx)(
|
|
4755
4839
|
"path",
|
|
4756
4840
|
{
|
|
4757
4841
|
fill: stroke || color || "currentColor",
|
|
@@ -4762,7 +4846,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4762
4846
|
) }), Sidebar_default = IconSidebar;
|
|
4763
4847
|
|
|
4764
4848
|
// src/components/Singleunchecked.tsx
|
|
4765
|
-
var
|
|
4849
|
+
var import_jsx_runtime180 = __toESM(require_jsx_runtime()), IconSingleunchecked = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime180.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime180.jsx)(
|
|
4766
4850
|
"path",
|
|
4767
4851
|
{
|
|
4768
4852
|
fill: stroke || color || "currentColor",
|
|
@@ -4773,7 +4857,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4773
4857
|
) }), Singleunchecked_default = IconSingleunchecked;
|
|
4774
4858
|
|
|
4775
4859
|
// src/components/SocialX.tsx
|
|
4776
|
-
var
|
|
4860
|
+
var import_jsx_runtime181 = __toESM(require_jsx_runtime()), IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(
|
|
4777
4861
|
"path",
|
|
4778
4862
|
{
|
|
4779
4863
|
fill: fill || color || "currentColor",
|
|
@@ -4782,7 +4866,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4782
4866
|
) }), SocialX_default = IconSocialX;
|
|
4783
4867
|
|
|
4784
4868
|
// src/components/SocialDiscord.tsx
|
|
4785
|
-
var
|
|
4869
|
+
var import_jsx_runtime182 = __toESM(require_jsx_runtime()), IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime182.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime182.jsx)(
|
|
4786
4870
|
"path",
|
|
4787
4871
|
{
|
|
4788
4872
|
fill: fill || color || "currentColor",
|
|
@@ -4791,8 +4875,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4791
4875
|
) }), SocialDiscord_default = IconSocialDiscord;
|
|
4792
4876
|
|
|
4793
4877
|
// src/components/SoundOff.tsx
|
|
4794
|
-
var
|
|
4795
|
-
/* @__PURE__ */ (0,
|
|
4878
|
+
var import_jsx_runtime183 = __toESM(require_jsx_runtime()), IconSoundOff = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime183.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4879
|
+
/* @__PURE__ */ (0, import_jsx_runtime183.jsx)(
|
|
4796
4880
|
"path",
|
|
4797
4881
|
{
|
|
4798
4882
|
fill: stroke || color || "currentColor",
|
|
@@ -4801,7 +4885,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4801
4885
|
clipRule: "evenodd"
|
|
4802
4886
|
}
|
|
4803
4887
|
),
|
|
4804
|
-
/* @__PURE__ */ (0,
|
|
4888
|
+
/* @__PURE__ */ (0, import_jsx_runtime183.jsx)(
|
|
4805
4889
|
"path",
|
|
4806
4890
|
{
|
|
4807
4891
|
fill: stroke || color || "currentColor",
|
|
@@ -4811,8 +4895,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4811
4895
|
] }), SoundOff_default = IconSoundOff;
|
|
4812
4896
|
|
|
4813
4897
|
// src/components/SoundOn.tsx
|
|
4814
|
-
var
|
|
4815
|
-
/* @__PURE__ */ (0,
|
|
4898
|
+
var import_jsx_runtime184 = __toESM(require_jsx_runtime()), IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime184.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4899
|
+
/* @__PURE__ */ (0, import_jsx_runtime184.jsx)(
|
|
4816
4900
|
"path",
|
|
4817
4901
|
{
|
|
4818
4902
|
fill: stroke || color || "currentColor",
|
|
@@ -4821,14 +4905,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4821
4905
|
clipRule: "evenodd"
|
|
4822
4906
|
}
|
|
4823
4907
|
),
|
|
4824
|
-
/* @__PURE__ */ (0,
|
|
4908
|
+
/* @__PURE__ */ (0, import_jsx_runtime184.jsx)(
|
|
4825
4909
|
"path",
|
|
4826
4910
|
{
|
|
4827
4911
|
fill: stroke || color || "currentColor",
|
|
4828
4912
|
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"
|
|
4829
4913
|
}
|
|
4830
4914
|
),
|
|
4831
|
-
/* @__PURE__ */ (0,
|
|
4915
|
+
/* @__PURE__ */ (0, import_jsx_runtime184.jsx)(
|
|
4832
4916
|
"path",
|
|
4833
4917
|
{
|
|
4834
4918
|
fill: stroke || color || "currentColor",
|
|
@@ -4837,8 +4921,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4837
4921
|
)
|
|
4838
4922
|
] }), SoundOn_default = IconSoundOn;
|
|
4839
4923
|
|
|
4924
|
+
// src/components/StopFilled.tsx
|
|
4925
|
+
var import_jsx_runtime185 = __toESM(require_jsx_runtime()), IconStopFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime185.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime185.jsx)("rect", { width: "21", height: "21", x: "1.5", y: "1.5", fill: fill || color || "currentColor" }) }), StopFilled_default = IconStopFilled;
|
|
4926
|
+
|
|
4840
4927
|
// src/components/Storyboard.tsx
|
|
4841
|
-
var
|
|
4928
|
+
var import_jsx_runtime186 = __toESM(require_jsx_runtime()), IconStoryboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime186.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime186.jsx)(
|
|
4842
4929
|
"path",
|
|
4843
4930
|
{
|
|
4844
4931
|
fill: stroke || color || "currentColor",
|
|
@@ -4849,24 +4936,24 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4849
4936
|
) }), Storyboard_default = IconStoryboard;
|
|
4850
4937
|
|
|
4851
4938
|
// src/components/StyleAutoFilled.tsx
|
|
4852
|
-
var
|
|
4853
|
-
/* @__PURE__ */ (0,
|
|
4939
|
+
var import_jsx_runtime187 = __toESM(require_jsx_runtime()), IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime187.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4940
|
+
/* @__PURE__ */ (0, import_jsx_runtime187.jsx)(
|
|
4854
4941
|
"path",
|
|
4855
4942
|
{
|
|
4856
4943
|
fill: fill || color || "currentColor",
|
|
4857
4944
|
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"
|
|
4858
4945
|
}
|
|
4859
4946
|
),
|
|
4860
|
-
/* @__PURE__ */ (0,
|
|
4947
|
+
/* @__PURE__ */ (0, import_jsx_runtime187.jsx)(
|
|
4861
4948
|
"path",
|
|
4862
4949
|
{
|
|
4863
4950
|
fill: fill || color || "currentColor",
|
|
4864
4951
|
d: "M0 16.5V15L6 13.5L7.5 7.5H9L10.5 13.5L16.5 15V16.5L10.5 18L9 24H7.5L6 18L0 16.5Z"
|
|
4865
4952
|
}
|
|
4866
4953
|
),
|
|
4867
|
-
/* @__PURE__ */ (0,
|
|
4868
|
-
/* @__PURE__ */ (0,
|
|
4869
|
-
/* @__PURE__ */ (0,
|
|
4954
|
+
/* @__PURE__ */ (0, import_jsx_runtime187.jsx)("path", { fill: fill || color || "currentColor", d: "M1.5 3L3.75 0.75L6 3L3.75 5.25L1.5 3Z" }),
|
|
4955
|
+
/* @__PURE__ */ (0, import_jsx_runtime187.jsx)("path", { fill: fill || color || "currentColor", d: "M22.5 21L19.5 18L16.5 21L19.5 24L22.5 21Z" }),
|
|
4956
|
+
/* @__PURE__ */ (0, import_jsx_runtime187.jsx)(
|
|
4870
4957
|
"path",
|
|
4871
4958
|
{
|
|
4872
4959
|
fill: fill || color || "currentColor",
|
|
@@ -4876,43 +4963,43 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4876
4963
|
] }), StyleAutoFilled_default = IconStyleAutoFilled;
|
|
4877
4964
|
|
|
4878
4965
|
// src/components/Style.tsx
|
|
4879
|
-
var
|
|
4880
|
-
/* @__PURE__ */ (0,
|
|
4966
|
+
var import_jsx_runtime188 = __toESM(require_jsx_runtime()), IconStyle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime188.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4967
|
+
/* @__PURE__ */ (0, import_jsx_runtime188.jsx)(
|
|
4881
4968
|
"path",
|
|
4882
4969
|
{
|
|
4883
4970
|
fill: stroke || color || "currentColor",
|
|
4884
4971
|
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"
|
|
4885
4972
|
}
|
|
4886
4973
|
),
|
|
4887
|
-
/* @__PURE__ */ (0,
|
|
4974
|
+
/* @__PURE__ */ (0, import_jsx_runtime188.jsx)(
|
|
4888
4975
|
"path",
|
|
4889
4976
|
{
|
|
4890
4977
|
fill: stroke || color || "currentColor",
|
|
4891
4978
|
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"
|
|
4892
4979
|
}
|
|
4893
4980
|
),
|
|
4894
|
-
/* @__PURE__ */ (0,
|
|
4981
|
+
/* @__PURE__ */ (0, import_jsx_runtime188.jsx)(
|
|
4895
4982
|
"path",
|
|
4896
4983
|
{
|
|
4897
4984
|
fill: stroke || color || "currentColor",
|
|
4898
4985
|
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"
|
|
4899
4986
|
}
|
|
4900
4987
|
),
|
|
4901
|
-
/* @__PURE__ */ (0,
|
|
4988
|
+
/* @__PURE__ */ (0, import_jsx_runtime188.jsx)(
|
|
4902
4989
|
"path",
|
|
4903
4990
|
{
|
|
4904
4991
|
fill: stroke || color || "currentColor",
|
|
4905
4992
|
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"
|
|
4906
4993
|
}
|
|
4907
4994
|
),
|
|
4908
|
-
/* @__PURE__ */ (0,
|
|
4995
|
+
/* @__PURE__ */ (0, import_jsx_runtime188.jsx)(
|
|
4909
4996
|
"path",
|
|
4910
4997
|
{
|
|
4911
4998
|
fill: stroke || color || "currentColor",
|
|
4912
4999
|
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"
|
|
4913
5000
|
}
|
|
4914
5001
|
),
|
|
4915
|
-
/* @__PURE__ */ (0,
|
|
5002
|
+
/* @__PURE__ */ (0, import_jsx_runtime188.jsx)(
|
|
4916
5003
|
"path",
|
|
4917
5004
|
{
|
|
4918
5005
|
fill: stroke || color || "currentColor",
|
|
@@ -4924,8 +5011,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4924
5011
|
] }), Style_default = IconStyle;
|
|
4925
5012
|
|
|
4926
5013
|
// src/components/Styleoverall.tsx
|
|
4927
|
-
var
|
|
4928
|
-
/* @__PURE__ */ (0,
|
|
5014
|
+
var import_jsx_runtime189 = __toESM(require_jsx_runtime()), IconStyleoverall = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime189.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
5015
|
+
/* @__PURE__ */ (0, import_jsx_runtime189.jsx)(
|
|
4929
5016
|
"path",
|
|
4930
5017
|
{
|
|
4931
5018
|
fill: stroke || color || "currentColor",
|
|
@@ -4934,7 +5021,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4934
5021
|
clipRule: "evenodd"
|
|
4935
5022
|
}
|
|
4936
5023
|
),
|
|
4937
|
-
/* @__PURE__ */ (0,
|
|
5024
|
+
/* @__PURE__ */ (0, import_jsx_runtime189.jsx)(
|
|
4938
5025
|
"path",
|
|
4939
5026
|
{
|
|
4940
5027
|
fill: stroke || color || "currentColor",
|
|
@@ -4943,7 +5030,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4943
5030
|
clipRule: "evenodd"
|
|
4944
5031
|
}
|
|
4945
5032
|
),
|
|
4946
|
-
/* @__PURE__ */ (0,
|
|
5033
|
+
/* @__PURE__ */ (0, import_jsx_runtime189.jsx)(
|
|
4947
5034
|
"path",
|
|
4948
5035
|
{
|
|
4949
5036
|
fill: stroke || color || "currentColor",
|
|
@@ -4952,7 +5039,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4952
5039
|
clipRule: "evenodd"
|
|
4953
5040
|
}
|
|
4954
5041
|
),
|
|
4955
|
-
/* @__PURE__ */ (0,
|
|
5042
|
+
/* @__PURE__ */ (0, import_jsx_runtime189.jsx)(
|
|
4956
5043
|
"path",
|
|
4957
5044
|
{
|
|
4958
5045
|
fill: stroke || color || "currentColor",
|
|
@@ -4964,7 +5051,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4964
5051
|
] }), Styleoverall_default = IconStyleoverall;
|
|
4965
5052
|
|
|
4966
5053
|
// src/components/SwitchOffFilled.tsx
|
|
4967
|
-
var
|
|
5054
|
+
var import_jsx_runtime190 = __toESM(require_jsx_runtime()), IconSwitchOffFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime190.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime190.jsx)(
|
|
4968
5055
|
"path",
|
|
4969
5056
|
{
|
|
4970
5057
|
fill: fill || color || "currentColor",
|
|
@@ -4975,7 +5062,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4975
5062
|
) }), SwitchOffFilled_default = IconSwitchOffFilled;
|
|
4976
5063
|
|
|
4977
5064
|
// src/components/SwitchOnFilled.tsx
|
|
4978
|
-
var
|
|
5065
|
+
var import_jsx_runtime191 = __toESM(require_jsx_runtime()), IconSwitchOnFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime191.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime191.jsx)(
|
|
4979
5066
|
"path",
|
|
4980
5067
|
{
|
|
4981
5068
|
fill: fill || color || "currentColor",
|
|
@@ -4986,7 +5073,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4986
5073
|
) }), SwitchOnFilled_default = IconSwitchOnFilled;
|
|
4987
5074
|
|
|
4988
5075
|
// src/components/Table.tsx
|
|
4989
|
-
var
|
|
5076
|
+
var import_jsx_runtime192 = __toESM(require_jsx_runtime()), IconTable = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime192.jsx)("svg", { fill: "none", viewBox: "0 0 24 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime192.jsx)(
|
|
4990
5077
|
"path",
|
|
4991
5078
|
{
|
|
4992
5079
|
fill: stroke || color || "currentColor",
|
|
@@ -4997,8 +5084,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4997
5084
|
) }), Table_default = IconTable;
|
|
4998
5085
|
|
|
4999
5086
|
// src/components/Target.tsx
|
|
5000
|
-
var
|
|
5001
|
-
/* @__PURE__ */ (0,
|
|
5087
|
+
var import_jsx_runtime193 = __toESM(require_jsx_runtime()), IconTarget = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime193.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
5088
|
+
/* @__PURE__ */ (0, import_jsx_runtime193.jsx)(
|
|
5002
5089
|
"path",
|
|
5003
5090
|
{
|
|
5004
5091
|
fill: stroke || color || "currentColor",
|
|
@@ -5007,7 +5094,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5007
5094
|
clipRule: "evenodd"
|
|
5008
5095
|
}
|
|
5009
5096
|
),
|
|
5010
|
-
/* @__PURE__ */ (0,
|
|
5097
|
+
/* @__PURE__ */ (0, import_jsx_runtime193.jsx)(
|
|
5011
5098
|
"path",
|
|
5012
5099
|
{
|
|
5013
5100
|
fill: stroke || color || "currentColor",
|
|
@@ -5019,43 +5106,43 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5019
5106
|
] }), Target_default = IconTarget;
|
|
5020
5107
|
|
|
5021
5108
|
// src/components/TextLogo.tsx
|
|
5022
|
-
var
|
|
5023
|
-
/* @__PURE__ */ (0,
|
|
5109
|
+
var import_jsx_runtime194 = __toESM(require_jsx_runtime()), IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime194.jsxs)("svg", { fill: "none", viewBox: "0 0 124 40", className, width: width || size, height: height || size, children: [
|
|
5110
|
+
/* @__PURE__ */ (0, import_jsx_runtime194.jsx)(
|
|
5024
5111
|
"path",
|
|
5025
5112
|
{
|
|
5026
5113
|
fill: fill || color || "currentColor",
|
|
5027
5114
|
d: "M42.0618 5.62237C49.8822 5.62238 56.2219 11.962 56.2219 19.7823C56.2218 27.6027 49.8822 33.9423 42.0618 33.9423C34.2415 33.9423 27.9019 27.6027 27.9018 19.7823C27.9018 11.962 34.2415 5.62237 42.0618 5.62237ZM42.0618 13.1743C38.4124 13.1743 35.4538 16.1328 35.4538 19.7823C35.4538 23.4318 38.4124 26.3903 42.0618 26.3903C45.7113 26.3903 48.6698 23.4318 48.6698 19.7823C48.6698 16.1329 45.7113 13.1743 42.0618 13.1743Z"
|
|
5028
5115
|
}
|
|
5029
5116
|
),
|
|
5030
|
-
/* @__PURE__ */ (0,
|
|
5117
|
+
/* @__PURE__ */ (0, import_jsx_runtime194.jsx)(
|
|
5031
5118
|
"path",
|
|
5032
5119
|
{
|
|
5033
5120
|
fill: fill || color || "currentColor",
|
|
5034
5121
|
d: "M89.3535 5.62237C97.1738 5.62237 103.514 11.962 103.514 19.7823C103.514 27.6027 97.1738 33.9423 89.3535 33.9423C81.5331 33.9423 75.1935 27.6027 75.1935 19.7823C75.1935 11.962 81.5331 5.62239 89.3535 5.62237ZM89.3535 13.1744C85.704 13.1744 82.7455 16.1329 82.7455 19.7823C82.7455 23.4318 85.704 26.3904 89.3535 26.3904C93.003 26.3904 95.9615 23.4318 95.9615 19.7823C95.9615 16.1329 93.003 13.1744 89.3535 13.1744Z"
|
|
5035
5122
|
}
|
|
5036
5123
|
),
|
|
5037
|
-
/* @__PURE__ */ (0,
|
|
5124
|
+
/* @__PURE__ */ (0, import_jsx_runtime194.jsx)(
|
|
5038
5125
|
"path",
|
|
5039
5126
|
{
|
|
5040
5127
|
fill: fill || color || "currentColor",
|
|
5041
5128
|
d: "M59.1199 19.3272C59.1199 11.741 63.1893 6.56006 71.8774 6.56006H73.4399C73.8818 6.56006 74.2399 6.91823 74.2399 7.36006V13.3258C74.2399 13.7676 73.8818 14.1258 73.4399 14.1258H71.8774C68.8335 14.1258 66.6799 16.2577 66.6799 19.3272V32.24C66.6799 32.6818 66.3217 33.04 65.8799 33.04H59.9199C59.4781 33.04 59.1199 32.6818 59.1199 32.24V19.3272Z"
|
|
5042
5129
|
}
|
|
5043
5130
|
),
|
|
5044
|
-
/* @__PURE__ */ (0,
|
|
5131
|
+
/* @__PURE__ */ (0, import_jsx_runtime194.jsx)(
|
|
5045
5132
|
"path",
|
|
5046
5133
|
{
|
|
5047
5134
|
fill: fill || color || "currentColor",
|
|
5048
5135
|
d: "M106 0.799999C106 0.358172 106.358 0 106.8 0H112.8C113.242 0 113.6 0.358171 113.6 0.799998V32.3199C113.6 32.7618 113.242 33.1199 112.8 33.1199H106.8C106.358 33.1199 106 32.7618 106 32.3199V0.799999Z"
|
|
5049
5136
|
}
|
|
5050
5137
|
),
|
|
5051
|
-
/* @__PURE__ */ (0,
|
|
5138
|
+
/* @__PURE__ */ (0, import_jsx_runtime194.jsx)(
|
|
5052
5139
|
"path",
|
|
5053
5140
|
{
|
|
5054
5141
|
fill: fill || color || "currentColor",
|
|
5055
5142
|
d: "M116.4 0.799999C116.4 0.358172 116.758 0 117.2 0H123.2C123.642 0 124 0.358171 124 0.799998V32.3199C124 32.7618 123.642 33.1199 123.2 33.1199H117.2C116.758 33.1199 116.4 32.7618 116.4 32.3199V0.799999Z"
|
|
5056
5143
|
}
|
|
5057
5144
|
),
|
|
5058
|
-
/* @__PURE__ */ (0,
|
|
5145
|
+
/* @__PURE__ */ (0, import_jsx_runtime194.jsx)(
|
|
5059
5146
|
"path",
|
|
5060
5147
|
{
|
|
5061
5148
|
fill: fill || color || "currentColor",
|
|
@@ -5065,7 +5152,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5065
5152
|
] }), TextLogo_default = IconTextLogo;
|
|
5066
5153
|
|
|
5067
5154
|
// src/components/TipsFilled.tsx
|
|
5068
|
-
var
|
|
5155
|
+
var import_jsx_runtime195 = __toESM(require_jsx_runtime()), IconTipsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime195.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime195.jsx)(
|
|
5069
5156
|
"path",
|
|
5070
5157
|
{
|
|
5071
5158
|
fill: fill || color || "currentColor",
|
|
@@ -5076,7 +5163,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5076
5163
|
) }), TipsFilled_default = IconTipsFilled;
|
|
5077
5164
|
|
|
5078
5165
|
// src/components/Tips.tsx
|
|
5079
|
-
var
|
|
5166
|
+
var import_jsx_runtime196 = __toESM(require_jsx_runtime()), IconTips = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime196.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime196.jsx)(
|
|
5080
5167
|
"path",
|
|
5081
5168
|
{
|
|
5082
5169
|
fill: stroke || color || "currentColor",
|
|
@@ -5087,15 +5174,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5087
5174
|
) }), Tips_default = IconTips;
|
|
5088
5175
|
|
|
5089
5176
|
// src/components/ToolsFilled.tsx
|
|
5090
|
-
var
|
|
5091
|
-
/* @__PURE__ */ (0,
|
|
5177
|
+
var import_jsx_runtime197 = __toESM(require_jsx_runtime()), IconToolsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime197.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
5178
|
+
/* @__PURE__ */ (0, import_jsx_runtime197.jsx)(
|
|
5092
5179
|
"path",
|
|
5093
5180
|
{
|
|
5094
5181
|
fill: fill || color || "currentColor",
|
|
5095
5182
|
d: "M24 12L19.5 16.5L15 15L9 9L7.5 4.5L12 0L16.5 1.5L22.5 7.5L24 12Z"
|
|
5096
5183
|
}
|
|
5097
5184
|
),
|
|
5098
|
-
/* @__PURE__ */ (0,
|
|
5185
|
+
/* @__PURE__ */ (0, import_jsx_runtime197.jsx)(
|
|
5099
5186
|
"path",
|
|
5100
5187
|
{
|
|
5101
5188
|
fill: fill || color || "currentColor",
|
|
@@ -5105,7 +5192,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5105
5192
|
] }), ToolsFilled_default = IconToolsFilled;
|
|
5106
5193
|
|
|
5107
5194
|
// src/components/Tools.tsx
|
|
5108
|
-
var
|
|
5195
|
+
var import_jsx_runtime198 = __toESM(require_jsx_runtime()), IconTools = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime198.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime198.jsx)(
|
|
5109
5196
|
"path",
|
|
5110
5197
|
{
|
|
5111
5198
|
stroke: stroke || color || "currentColor",
|
|
@@ -5115,7 +5202,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5115
5202
|
) }), Tools_default = IconTools;
|
|
5116
5203
|
|
|
5117
5204
|
// src/components/Undo.tsx
|
|
5118
|
-
var
|
|
5205
|
+
var import_jsx_runtime199 = __toESM(require_jsx_runtime()), IconUndo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime199.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime199.jsx)(
|
|
5119
5206
|
"path",
|
|
5120
5207
|
{
|
|
5121
5208
|
fill: stroke || color || "currentColor",
|
|
@@ -5126,19 +5213,19 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5126
5213
|
) }), Undo_default = IconUndo;
|
|
5127
5214
|
|
|
5128
5215
|
// src/components/UnsatisfiedFilled.tsx
|
|
5129
|
-
var
|
|
5130
|
-
/* @__PURE__ */ (0,
|
|
5216
|
+
var import_jsx_runtime200 = __toESM(require_jsx_runtime()), IconUnsatisfiedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime200.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
5217
|
+
/* @__PURE__ */ (0, import_jsx_runtime200.jsx)(
|
|
5131
5218
|
"path",
|
|
5132
5219
|
{
|
|
5133
5220
|
fill: fill || color || "currentColor",
|
|
5134
5221
|
d: "M10.5 24L7.5 16.5V3H21L24 12V16.5H15V21C15 22.6569 13.6569 24 12 24H10.5Z"
|
|
5135
5222
|
}
|
|
5136
5223
|
),
|
|
5137
|
-
/* @__PURE__ */ (0,
|
|
5224
|
+
/* @__PURE__ */ (0, import_jsx_runtime200.jsx)("path", { fill: fill || color || "currentColor", d: "M4.5 16.5H0V3H4.5V16.5Z" })
|
|
5138
5225
|
] }), UnsatisfiedFilled_default = IconUnsatisfiedFilled;
|
|
5139
5226
|
|
|
5140
5227
|
// src/components/Unsatisfied.tsx
|
|
5141
|
-
var
|
|
5228
|
+
var import_jsx_runtime201 = __toESM(require_jsx_runtime()), IconUnsatisfied = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime201.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime201.jsx)(
|
|
5142
5229
|
"path",
|
|
5143
5230
|
{
|
|
5144
5231
|
fill: stroke || color || "currentColor",
|
|
@@ -5149,7 +5236,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5149
5236
|
) }), Unsatisfied_default = IconUnsatisfied;
|
|
5150
5237
|
|
|
5151
5238
|
// src/components/UpFilled.tsx
|
|
5152
|
-
var
|
|
5239
|
+
var import_jsx_runtime202 = __toESM(require_jsx_runtime()), IconUpFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime202.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime202.jsx)(
|
|
5153
5240
|
"path",
|
|
5154
5241
|
{
|
|
5155
5242
|
fill: fill || color || "currentColor",
|
|
@@ -5160,7 +5247,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5160
5247
|
) }), UpFilled_default = IconUpFilled;
|
|
5161
5248
|
|
|
5162
5249
|
// src/components/UpleftFilled.tsx
|
|
5163
|
-
var
|
|
5250
|
+
var import_jsx_runtime203 = __toESM(require_jsx_runtime()), IconUpleftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime203.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime203.jsx)(
|
|
5164
5251
|
"path",
|
|
5165
5252
|
{
|
|
5166
5253
|
fill: fill || color || "currentColor",
|
|
@@ -5171,7 +5258,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5171
5258
|
) }), UpleftFilled_default = IconUpleftFilled;
|
|
5172
5259
|
|
|
5173
5260
|
// src/components/Uploadedvideo.tsx
|
|
5174
|
-
var
|
|
5261
|
+
var import_jsx_runtime204 = __toESM(require_jsx_runtime()), IconUploadedvideo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime204.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime204.jsx)(
|
|
5175
5262
|
"path",
|
|
5176
5263
|
{
|
|
5177
5264
|
fill: fill || color || "currentColor",
|
|
@@ -5182,7 +5269,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5182
5269
|
) }), Uploadedvideo_default = IconUploadedvideo;
|
|
5183
5270
|
|
|
5184
5271
|
// src/components/Uploadfiles.tsx
|
|
5185
|
-
var
|
|
5272
|
+
var import_jsx_runtime205 = __toESM(require_jsx_runtime()), IconUploadfiles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime205.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime205.jsx)(
|
|
5186
5273
|
"path",
|
|
5187
5274
|
{
|
|
5188
5275
|
fill: stroke || color || "currentColor",
|
|
@@ -5191,7 +5278,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5191
5278
|
) }), Uploadfiles_default = IconUploadfiles;
|
|
5192
5279
|
|
|
5193
5280
|
// src/components/Uploadstory.tsx
|
|
5194
|
-
var
|
|
5281
|
+
var import_jsx_runtime206 = __toESM(require_jsx_runtime()), IconUploadstory = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime206.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime206.jsx)(
|
|
5195
5282
|
"path",
|
|
5196
5283
|
{
|
|
5197
5284
|
fill: stroke || color || "currentColor",
|
|
@@ -5202,7 +5289,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5202
5289
|
) }), Uploadstory_default = IconUploadstory;
|
|
5203
5290
|
|
|
5204
5291
|
// src/components/UprightFilled.tsx
|
|
5205
|
-
var
|
|
5292
|
+
var import_jsx_runtime207 = __toESM(require_jsx_runtime()), IconUprightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime207.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime207.jsx)(
|
|
5206
5293
|
"path",
|
|
5207
5294
|
{
|
|
5208
5295
|
fill: fill || color || "currentColor",
|
|
@@ -5213,7 +5300,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5213
5300
|
) }), UprightFilled_default = IconUprightFilled;
|
|
5214
5301
|
|
|
5215
5302
|
// src/components/Userfeedback.tsx
|
|
5216
|
-
var
|
|
5303
|
+
var import_jsx_runtime208 = __toESM(require_jsx_runtime()), IconUserfeedback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime208.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime208.jsx)(
|
|
5217
5304
|
"path",
|
|
5218
5305
|
{
|
|
5219
5306
|
fill: stroke || color || "currentColor",
|
|
@@ -5224,16 +5311,16 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5224
5311
|
) }), Userfeedback_default = IconUserfeedback;
|
|
5225
5312
|
|
|
5226
5313
|
// src/components/Userfollow.tsx
|
|
5227
|
-
var
|
|
5228
|
-
/* @__PURE__ */ (0,
|
|
5314
|
+
var import_jsx_runtime209 = __toESM(require_jsx_runtime()), IconUserfollow = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime209.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
5315
|
+
/* @__PURE__ */ (0, import_jsx_runtime209.jsx)(
|
|
5229
5316
|
"path",
|
|
5230
5317
|
{
|
|
5231
5318
|
fill: stroke || color || "currentColor",
|
|
5232
5319
|
d: "M15 15.25H6.5C5.25736 15.25 4.25 16.2574 4.25 17.5V19.75H12V22H2V17.5C2 15.0147 4.01472 13 6.5 13H15V15.25Z"
|
|
5233
5320
|
}
|
|
5234
5321
|
),
|
|
5235
|
-
/* @__PURE__ */ (0,
|
|
5236
|
-
/* @__PURE__ */ (0,
|
|
5322
|
+
/* @__PURE__ */ (0, import_jsx_runtime209.jsx)("path", { fill: stroke || color || "currentColor", d: "M19 17H22V19H19V22H17V19H14V17H17V14H19V17Z" }),
|
|
5323
|
+
/* @__PURE__ */ (0, import_jsx_runtime209.jsx)(
|
|
5237
5324
|
"path",
|
|
5238
5325
|
{
|
|
5239
5326
|
fill: stroke || color || "currentColor",
|
|
@@ -5245,7 +5332,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5245
5332
|
] }), Userfollow_default = IconUserfollow;
|
|
5246
5333
|
|
|
5247
5334
|
// src/components/Userfollowback.tsx
|
|
5248
|
-
var
|
|
5335
|
+
var import_jsx_runtime210 = __toESM(require_jsx_runtime()), IconUserfollowback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime210.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime210.jsx)(
|
|
5249
5336
|
"path",
|
|
5250
5337
|
{
|
|
5251
5338
|
fill: stroke || color || "currentColor",
|
|
@@ -5254,7 +5341,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5254
5341
|
) }), Userfollowback_default = IconUserfollowback;
|
|
5255
5342
|
|
|
5256
5343
|
// src/components/Userfollowed.tsx
|
|
5257
|
-
var
|
|
5344
|
+
var import_jsx_runtime211 = __toESM(require_jsx_runtime()), IconUserfollowed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime211.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime211.jsx)(
|
|
5258
5345
|
"path",
|
|
5259
5346
|
{
|
|
5260
5347
|
fill: stroke || color || "currentColor",
|
|
@@ -5263,15 +5350,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5263
5350
|
) }), Userfollowed_default = IconUserfollowed;
|
|
5264
5351
|
|
|
5265
5352
|
// src/components/VideoGeneration.tsx
|
|
5266
|
-
var
|
|
5267
|
-
/* @__PURE__ */ (0,
|
|
5353
|
+
var import_jsx_runtime212 = __toESM(require_jsx_runtime()), IconVideoGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime212.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
5354
|
+
/* @__PURE__ */ (0, import_jsx_runtime212.jsx)(
|
|
5268
5355
|
"path",
|
|
5269
5356
|
{
|
|
5270
5357
|
fill: stroke || color || "currentColor",
|
|
5271
5358
|
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.25Z"
|
|
5272
5359
|
}
|
|
5273
5360
|
),
|
|
5274
|
-
/* @__PURE__ */ (0,
|
|
5361
|
+
/* @__PURE__ */ (0, import_jsx_runtime212.jsx)(
|
|
5275
5362
|
"path",
|
|
5276
5363
|
{
|
|
5277
5364
|
fill: stroke || color || "currentColor",
|
|
@@ -5280,7 +5367,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5280
5367
|
clipRule: "evenodd"
|
|
5281
5368
|
}
|
|
5282
5369
|
),
|
|
5283
|
-
/* @__PURE__ */ (0,
|
|
5370
|
+
/* @__PURE__ */ (0, import_jsx_runtime212.jsx)(
|
|
5284
5371
|
"path",
|
|
5285
5372
|
{
|
|
5286
5373
|
fill: stroke || color || "currentColor",
|
|
@@ -5290,9 +5377,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5290
5377
|
] }), VideoGeneration_default = IconVideoGeneration;
|
|
5291
5378
|
|
|
5292
5379
|
// src/components/VideoLength.tsx
|
|
5293
|
-
var
|
|
5294
|
-
/* @__PURE__ */ (0,
|
|
5295
|
-
/* @__PURE__ */ (0,
|
|
5380
|
+
var import_jsx_runtime213 = __toESM(require_jsx_runtime()), IconVideoLength = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime213.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
5381
|
+
/* @__PURE__ */ (0, import_jsx_runtime213.jsx)("path", { fill: stroke || color || "currentColor", d: "M10.875 9V15H13.125V9H10.875Z" }),
|
|
5382
|
+
/* @__PURE__ */ (0, import_jsx_runtime213.jsx)(
|
|
5296
5383
|
"path",
|
|
5297
5384
|
{
|
|
5298
5385
|
fill: stroke || color || "currentColor",
|
|
@@ -5304,8 +5391,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5304
5391
|
] }), VideoLength_default = IconVideoLength;
|
|
5305
5392
|
|
|
5306
5393
|
// src/components/Videogenerate.tsx
|
|
5307
|
-
var
|
|
5308
|
-
/* @__PURE__ */ (0,
|
|
5394
|
+
var import_jsx_runtime214 = __toESM(require_jsx_runtime()), IconVideogenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime214.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
5395
|
+
/* @__PURE__ */ (0, import_jsx_runtime214.jsx)(
|
|
5309
5396
|
"path",
|
|
5310
5397
|
{
|
|
5311
5398
|
fill: stroke || color || "currentColor",
|
|
@@ -5314,7 +5401,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5314
5401
|
clipRule: "evenodd"
|
|
5315
5402
|
}
|
|
5316
5403
|
),
|
|
5317
|
-
/* @__PURE__ */ (0,
|
|
5404
|
+
/* @__PURE__ */ (0, import_jsx_runtime214.jsx)(
|
|
5318
5405
|
"path",
|
|
5319
5406
|
{
|
|
5320
5407
|
fill: stroke || color || "currentColor",
|
|
@@ -5326,7 +5413,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5326
5413
|
] }), Videogenerate_default = IconVideogenerate;
|
|
5327
5414
|
|
|
5328
5415
|
// src/components/Visualstyles.tsx
|
|
5329
|
-
var
|
|
5416
|
+
var import_jsx_runtime215 = __toESM(require_jsx_runtime()), IconVisualstyles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime215.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime215.jsx)(
|
|
5330
5417
|
"path",
|
|
5331
5418
|
{
|
|
5332
5419
|
fill: stroke || color || "currentColor",
|
|
@@ -5337,8 +5424,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5337
5424
|
) }), Visualstyles_default = IconVisualstyles;
|
|
5338
5425
|
|
|
5339
5426
|
// src/components/Volume.tsx
|
|
5340
|
-
var
|
|
5341
|
-
/* @__PURE__ */ (0,
|
|
5427
|
+
var import_jsx_runtime216 = __toESM(require_jsx_runtime()), IconVolume = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime216.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
5428
|
+
/* @__PURE__ */ (0, import_jsx_runtime216.jsx)(
|
|
5342
5429
|
"path",
|
|
5343
5430
|
{
|
|
5344
5431
|
fill: stroke || color || "currentColor",
|
|
@@ -5347,14 +5434,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5347
5434
|
clipRule: "evenodd"
|
|
5348
5435
|
}
|
|
5349
5436
|
),
|
|
5350
|
-
/* @__PURE__ */ (0,
|
|
5437
|
+
/* @__PURE__ */ (0, import_jsx_runtime216.jsx)(
|
|
5351
5438
|
"path",
|
|
5352
5439
|
{
|
|
5353
5440
|
fill: stroke || color || "currentColor",
|
|
5354
5441
|
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"
|
|
5355
5442
|
}
|
|
5356
5443
|
),
|
|
5357
|
-
/* @__PURE__ */ (0,
|
|
5444
|
+
/* @__PURE__ */ (0, import_jsx_runtime216.jsx)(
|
|
5358
5445
|
"path",
|
|
5359
5446
|
{
|
|
5360
5447
|
fill: stroke || color || "currentColor",
|
|
@@ -5364,7 +5451,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5364
5451
|
] }), Volume_default = IconVolume;
|
|
5365
5452
|
|
|
5366
5453
|
// src/components/Withdrawgame.tsx
|
|
5367
|
-
var
|
|
5454
|
+
var import_jsx_runtime217 = __toESM(require_jsx_runtime()), IconWithdrawgame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime217.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime217.jsx)(
|
|
5368
5455
|
"path",
|
|
5369
5456
|
{
|
|
5370
5457
|
fill: stroke || color || "currentColor",
|
|
@@ -5375,15 +5462,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5375
5462
|
) }), Withdrawgame_default = IconWithdrawgame;
|
|
5376
5463
|
|
|
5377
5464
|
// src/components/Zoomhandle.tsx
|
|
5378
|
-
var
|
|
5379
|
-
/* @__PURE__ */ (0,
|
|
5465
|
+
var import_jsx_runtime218 = __toESM(require_jsx_runtime()), IconZoomhandle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime218.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
5466
|
+
/* @__PURE__ */ (0, import_jsx_runtime218.jsx)(
|
|
5380
5467
|
"path",
|
|
5381
5468
|
{
|
|
5382
5469
|
fill: fill || color || "currentColor",
|
|
5383
5470
|
d: "M12 -2.62268e-07C15.3137 -1.17422e-07 18 2.68629 18 6L18 18C18 21.3137 15.3137 24 12 24C8.68629 24 6 21.3137 6 18L6 6C6 2.68629 8.68629 -4.07115e-07 12 -2.62268e-07Z"
|
|
5384
5471
|
}
|
|
5385
5472
|
),
|
|
5386
|
-
/* @__PURE__ */ (0,
|
|
5473
|
+
/* @__PURE__ */ (0, import_jsx_runtime218.jsx)(
|
|
5387
5474
|
"path",
|
|
5388
5475
|
{
|
|
5389
5476
|
fill: stroke || color || "currentColor",
|
|
@@ -5393,15 +5480,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5393
5480
|
] }), Zoomhandle_default = IconZoomhandle;
|
|
5394
5481
|
|
|
5395
5482
|
// src/components/Zoomin.tsx
|
|
5396
|
-
var
|
|
5397
|
-
/* @__PURE__ */ (0,
|
|
5483
|
+
var import_jsx_runtime219 = __toESM(require_jsx_runtime()), IconZoomin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime219.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
5484
|
+
/* @__PURE__ */ (0, import_jsx_runtime219.jsx)(
|
|
5398
5485
|
"path",
|
|
5399
5486
|
{
|
|
5400
5487
|
fill: stroke || color || "currentColor",
|
|
5401
5488
|
d: "M11.625 11.625H15V9.375H11.625V6H9.375V9.375H6V11.625H9.375V15H11.625V11.625Z"
|
|
5402
5489
|
}
|
|
5403
5490
|
),
|
|
5404
|
-
/* @__PURE__ */ (0,
|
|
5491
|
+
/* @__PURE__ */ (0, import_jsx_runtime219.jsx)(
|
|
5405
5492
|
"path",
|
|
5406
5493
|
{
|
|
5407
5494
|
fill: stroke || color || "currentColor",
|
|
@@ -5413,9 +5500,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5413
5500
|
] }), Zoomin_default = IconZoomin;
|
|
5414
5501
|
|
|
5415
5502
|
// src/components/Zoomout.tsx
|
|
5416
|
-
var
|
|
5417
|
-
/* @__PURE__ */ (0,
|
|
5418
|
-
/* @__PURE__ */ (0,
|
|
5503
|
+
var import_jsx_runtime220 = __toESM(require_jsx_runtime()), IconZoomout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime220.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
5504
|
+
/* @__PURE__ */ (0, import_jsx_runtime220.jsx)("path", { fill: stroke || color || "currentColor", d: "M15 11.625H6V9.375H15V11.625Z" }),
|
|
5505
|
+
/* @__PURE__ */ (0, import_jsx_runtime220.jsx)(
|
|
5419
5506
|
"path",
|
|
5420
5507
|
{
|
|
5421
5508
|
fill: stroke || color || "currentColor",
|