@yoroll/react-icon 0.0.12 → 0.0.13
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 +665 -381
- package/dist/index.iife.js +648 -380
- package/dist/index.iife.min.js +5 -5
- package/dist/index.js +783 -483
- package/dist/index.min.cjs +2 -2
- package/dist/index.min.js +2 -2
- package/dist/types/components/Backtoprojects.d.ts +4 -0
- package/dist/types/components/FoldedMenu.d.ts +4 -0
- package/dist/types/components/Game.d.ts +4 -0
- package/dist/types/components/GameFilled.d.ts +4 -0
- package/dist/types/components/Gamebackup.d.ts +4 -0
- package/dist/types/components/GamebackupFilled.d.ts +4 -0
- package/dist/types/components/ModelOpenaiFilled.d.ts +4 -0
- package/dist/types/components/MoreCollapse.d.ts +4 -0
- package/dist/types/components/MoreShowed.d.ts +4 -0
- package/dist/types/components/Parameters.d.ts +4 -0
- package/dist/types/components/Pause.d.ts +4 -0
- package/dist/types/components/Play.d.ts +4 -0
- package/dist/types/components/Tips.d.ts +4 -0
- package/dist/types/components/Uncheck.d.ts +4 -0
- package/dist/types/components/Zoomin.d.ts +4 -0
- package/dist/types/components/Zoomout.d.ts +4 -0
- package/dist/types/components/index.d.ts +16 -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.12 */
|
|
2
2
|
|
|
3
3
|
"use strict";
|
|
4
4
|
(() => {
|
|
@@ -1685,8 +1685,48 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1685
1685
|
)
|
|
1686
1686
|
] }), Assets_default = IconAssets;
|
|
1687
1687
|
|
|
1688
|
+
// src/components/Backtoprojects.tsx
|
|
1689
|
+
var import_jsx_runtime11 = __toESM(require_jsx_runtime()), IconBacktoprojects = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1690
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
|
1691
|
+
"path",
|
|
1692
|
+
{
|
|
1693
|
+
fill: stroke || color || "currentColor",
|
|
1694
|
+
d: "M1.5 1.5H10.5V10.5H1.5V1.5ZM3.75 3.75H8.25V8.25H3.75V3.75Z",
|
|
1695
|
+
fillRule: "evenodd",
|
|
1696
|
+
clipRule: "evenodd"
|
|
1697
|
+
}
|
|
1698
|
+
),
|
|
1699
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
|
1700
|
+
"path",
|
|
1701
|
+
{
|
|
1702
|
+
fill: stroke || color || "currentColor",
|
|
1703
|
+
d: "M1.5 13.5H10.5V22.5H1.5V13.5ZM3.75 15.75H8.25V20.25H3.75V15.75Z",
|
|
1704
|
+
fillRule: "evenodd",
|
|
1705
|
+
clipRule: "evenodd"
|
|
1706
|
+
}
|
|
1707
|
+
),
|
|
1708
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
|
1709
|
+
"path",
|
|
1710
|
+
{
|
|
1711
|
+
fill: stroke || color || "currentColor",
|
|
1712
|
+
d: "M13.5 1.5V10.5H22.5V1.5H13.5ZM20.25 3.75H15.75V8.25H20.25V3.75Z",
|
|
1713
|
+
fillRule: "evenodd",
|
|
1714
|
+
clipRule: "evenodd"
|
|
1715
|
+
}
|
|
1716
|
+
),
|
|
1717
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
|
1718
|
+
"path",
|
|
1719
|
+
{
|
|
1720
|
+
fill: stroke || color || "currentColor",
|
|
1721
|
+
d: "M13.5 13.5H22.5V22.5H13.5V13.5ZM15.75 15.75H20.25V20.25H15.75V15.75Z",
|
|
1722
|
+
fillRule: "evenodd",
|
|
1723
|
+
clipRule: "evenodd"
|
|
1724
|
+
}
|
|
1725
|
+
)
|
|
1726
|
+
] }), Backtoprojects_default = IconBacktoprojects;
|
|
1727
|
+
|
|
1688
1728
|
// src/components/Backward.tsx
|
|
1689
|
-
var
|
|
1729
|
+
var import_jsx_runtime12 = __toESM(require_jsx_runtime()), IconBackward = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
|
|
1690
1730
|
"path",
|
|
1691
1731
|
{
|
|
1692
1732
|
fill: stroke || color || "currentColor",
|
|
@@ -1695,7 +1735,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1695
1735
|
) }), Backward_default = IconBackward;
|
|
1696
1736
|
|
|
1697
1737
|
// src/components/BatchShots.tsx
|
|
1698
|
-
var
|
|
1738
|
+
var import_jsx_runtime13 = __toESM(require_jsx_runtime()), IconBatchShots = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
|
1699
1739
|
"path",
|
|
1700
1740
|
{
|
|
1701
1741
|
fill: stroke || color || "currentColor",
|
|
@@ -1706,7 +1746,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1706
1746
|
) }), BatchShots_default = IconBatchShots;
|
|
1707
1747
|
|
|
1708
1748
|
// src/components/Canvasmode.tsx
|
|
1709
|
-
var
|
|
1749
|
+
var import_jsx_runtime14 = __toESM(require_jsx_runtime()), IconCanvasmode = ({ 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)(
|
|
1710
1750
|
"path",
|
|
1711
1751
|
{
|
|
1712
1752
|
fill: stroke || color || "currentColor",
|
|
@@ -1717,7 +1757,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1717
1757
|
) }), Canvasmode_default = IconCanvasmode;
|
|
1718
1758
|
|
|
1719
1759
|
// src/components/Chaptercollapse.tsx
|
|
1720
|
-
var
|
|
1760
|
+
var import_jsx_runtime15 = __toESM(require_jsx_runtime()), IconChaptercollapse = ({ 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)(
|
|
1721
1761
|
"path",
|
|
1722
1762
|
{
|
|
1723
1763
|
fill: stroke || color || "currentColor",
|
|
@@ -1728,7 +1768,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1728
1768
|
) }), Chaptercollapse_default = IconChaptercollapse;
|
|
1729
1769
|
|
|
1730
1770
|
// src/components/Chapterexpand.tsx
|
|
1731
|
-
var
|
|
1771
|
+
var import_jsx_runtime16 = __toESM(require_jsx_runtime()), IconChapterexpand = ({ 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)(
|
|
1732
1772
|
"path",
|
|
1733
1773
|
{
|
|
1734
1774
|
fill: stroke || color || "currentColor",
|
|
@@ -1739,7 +1779,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1739
1779
|
) }), Chapterexpand_default = IconChapterexpand;
|
|
1740
1780
|
|
|
1741
1781
|
// src/components/Check.tsx
|
|
1742
|
-
var
|
|
1782
|
+
var import_jsx_runtime17 = __toESM(require_jsx_runtime()), IconCheck = ({ 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)(
|
|
1743
1783
|
"path",
|
|
1744
1784
|
{
|
|
1745
1785
|
fill: stroke || color || "currentColor",
|
|
@@ -1748,18 +1788,18 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1748
1788
|
) }), Check_default = IconCheck;
|
|
1749
1789
|
|
|
1750
1790
|
// src/components/CheckedFilled.tsx
|
|
1751
|
-
var
|
|
1791
|
+
var import_jsx_runtime18 = __toESM(require_jsx_runtime()), IconCheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
1752
1792
|
"path",
|
|
1753
1793
|
{
|
|
1754
1794
|
fill: fill || color || "currentColor",
|
|
1755
|
-
d: "
|
|
1795
|
+
d: "M22.5 1.5H1.5V22.5H22.5V1.5ZM19.0607 8.56066L16.9393 6.43934L9.75 13.6287L7.06066 10.9393L4.93934 13.0607L9.75 17.8713L19.0607 8.56066Z",
|
|
1756
1796
|
fillRule: "evenodd",
|
|
1757
1797
|
clipRule: "evenodd"
|
|
1758
1798
|
}
|
|
1759
1799
|
) }), CheckedFilled_default = IconCheckedFilled;
|
|
1760
1800
|
|
|
1761
1801
|
// src/components/Close.tsx
|
|
1762
|
-
var
|
|
1802
|
+
var import_jsx_runtime19 = __toESM(require_jsx_runtime()), IconClose = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
1763
1803
|
"path",
|
|
1764
1804
|
{
|
|
1765
1805
|
fill: stroke || color || "currentColor",
|
|
@@ -1768,9 +1808,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1768
1808
|
) }), Close_default = IconClose;
|
|
1769
1809
|
|
|
1770
1810
|
// src/components/Copy.tsx
|
|
1771
|
-
var
|
|
1772
|
-
/* @__PURE__ */ (0,
|
|
1773
|
-
/* @__PURE__ */ (0,
|
|
1811
|
+
var import_jsx_runtime20 = __toESM(require_jsx_runtime()), IconCopy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1812
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { fill: stroke || color || "currentColor", d: "M12.75 2.25H2.25V12.75H6V15H0V0H15V6H12.75V2.25Z" }),
|
|
1813
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
1774
1814
|
"path",
|
|
1775
1815
|
{
|
|
1776
1816
|
fill: stroke || color || "currentColor",
|
|
@@ -1782,8 +1822,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1782
1822
|
] }), Copy_default = IconCopy;
|
|
1783
1823
|
|
|
1784
1824
|
// src/components/CreditFilled.tsx
|
|
1785
|
-
var
|
|
1786
|
-
/* @__PURE__ */ (0,
|
|
1825
|
+
var import_jsx_runtime21 = __toESM(require_jsx_runtime()), IconCreditFilled = ({ 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)("g", { clipPath: "url(#clip0_2_28)", children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
1787
1827
|
"path",
|
|
1788
1828
|
{
|
|
1789
1829
|
fill: fill || color || "currentColor",
|
|
@@ -1792,11 +1832,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1792
1832
|
clipRule: "evenodd"
|
|
1793
1833
|
}
|
|
1794
1834
|
) }),
|
|
1795
|
-
/* @__PURE__ */ (0,
|
|
1835
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("clipPath", { id: "clip0_2_28", children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
1796
1836
|
] }), CreditFilled_default = IconCreditFilled;
|
|
1797
1837
|
|
|
1798
1838
|
// src/components/Cursor.tsx
|
|
1799
|
-
var
|
|
1839
|
+
var import_jsx_runtime22 = __toESM(require_jsx_runtime()), IconCursor = ({ 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)(
|
|
1800
1840
|
"path",
|
|
1801
1841
|
{
|
|
1802
1842
|
fill: stroke || color || "currentColor",
|
|
@@ -1807,9 +1847,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1807
1847
|
) }), Cursor_default = IconCursor;
|
|
1808
1848
|
|
|
1809
1849
|
// src/components/DeleteSceneChoice.tsx
|
|
1810
|
-
var
|
|
1811
|
-
/* @__PURE__ */ (0,
|
|
1812
|
-
/* @__PURE__ */ (0,
|
|
1850
|
+
var import_jsx_runtime23 = __toESM(require_jsx_runtime()), IconDeleteSceneChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1851
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)("path", { fill: stroke || color || "currentColor", d: "M18 10.875H6V13.125H18V10.875Z" }),
|
|
1852
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
1813
1853
|
"path",
|
|
1814
1854
|
{
|
|
1815
1855
|
fill: stroke || color || "currentColor",
|
|
@@ -1821,9 +1861,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1821
1861
|
] }), DeleteSceneChoice_default = IconDeleteSceneChoice;
|
|
1822
1862
|
|
|
1823
1863
|
// src/components/Delete.tsx
|
|
1824
|
-
var
|
|
1825
|
-
/* @__PURE__ */ (0,
|
|
1826
|
-
/* @__PURE__ */ (0,
|
|
1864
|
+
var import_jsx_runtime24 = __toESM(require_jsx_runtime()), IconDelete = ({ 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: [
|
|
1865
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 17.25V11.25H10.875V17.25H13.125Z" }),
|
|
1866
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
1827
1867
|
"path",
|
|
1828
1868
|
{
|
|
1829
1869
|
fill: stroke || color || "currentColor",
|
|
@@ -1835,15 +1875,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1835
1875
|
] }), Delete_default = IconDelete;
|
|
1836
1876
|
|
|
1837
1877
|
// src/components/Download.tsx
|
|
1838
|
-
var
|
|
1839
|
-
/* @__PURE__ */ (0,
|
|
1878
|
+
var import_jsx_runtime25 = __toESM(require_jsx_runtime()), IconDownload = ({ 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: [
|
|
1879
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
1840
1880
|
"path",
|
|
1841
1881
|
{
|
|
1842
1882
|
fill: stroke || color || "currentColor",
|
|
1843
1883
|
d: "M22.5 24L22.5 13.5H20.25V21.75L3.75 21.75L3.75 13.5H1.5L1.5 24L22.5 24Z"
|
|
1844
1884
|
}
|
|
1845
1885
|
),
|
|
1846
|
-
/* @__PURE__ */ (0,
|
|
1886
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
1847
1887
|
"path",
|
|
1848
1888
|
{
|
|
1849
1889
|
fill: stroke || color || "currentColor",
|
|
@@ -1855,17 +1895,17 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1855
1895
|
] }), Download_default = IconDownload;
|
|
1856
1896
|
|
|
1857
1897
|
// src/components/DraghandleFilled.tsx
|
|
1858
|
-
var
|
|
1859
|
-
/* @__PURE__ */ (0,
|
|
1860
|
-
/* @__PURE__ */ (0,
|
|
1861
|
-
/* @__PURE__ */ (0,
|
|
1862
|
-
/* @__PURE__ */ (0,
|
|
1863
|
-
/* @__PURE__ */ (0,
|
|
1864
|
-
/* @__PURE__ */ (0,
|
|
1898
|
+
var import_jsx_runtime26 = __toESM(require_jsx_runtime()), IconDraghandleFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1899
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { fill: fill || color || "currentColor", d: "M18 7.19999V2.39999H13.2V7.19999L18 7.19999Z" }),
|
|
1900
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { fill: fill || color || "currentColor", d: "M18 9.59999V14.4H13.2L13.2 9.59999H18Z" }),
|
|
1901
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 9.59999V14.4H6V9.59999H10.8Z" }),
|
|
1902
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 2.39999V7.19999L6 7.19999V2.39999H10.8Z" }),
|
|
1903
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { fill: fill || color || "currentColor", d: "M18 21.6V16.8H13.2V21.6H18Z" }),
|
|
1904
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 16.8V21.6H6V16.8H10.8Z" })
|
|
1865
1905
|
] }), DraghandleFilled_default = IconDraghandleFilled;
|
|
1866
1906
|
|
|
1867
1907
|
// src/components/FeedbackFailFilled.tsx
|
|
1868
|
-
var
|
|
1908
|
+
var import_jsx_runtime27 = __toESM(require_jsx_runtime()), IconFeedbackFailFilled = ({ 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)(
|
|
1869
1909
|
"path",
|
|
1870
1910
|
{
|
|
1871
1911
|
fill: fill || color || "currentColor",
|
|
@@ -1876,7 +1916,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1876
1916
|
) }), FeedbackFailFilled_default = IconFeedbackFailFilled;
|
|
1877
1917
|
|
|
1878
1918
|
// src/components/FeedbackPendingFilled.tsx
|
|
1879
|
-
var
|
|
1919
|
+
var import_jsx_runtime28 = __toESM(require_jsx_runtime()), IconFeedbackPendingFilled = ({ 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)(
|
|
1880
1920
|
"path",
|
|
1881
1921
|
{
|
|
1882
1922
|
fill: fill || color || "currentColor",
|
|
@@ -1887,7 +1927,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1887
1927
|
) }), FeedbackPendingFilled_default = IconFeedbackPendingFilled;
|
|
1888
1928
|
|
|
1889
1929
|
// src/components/FeedbackProblemFilled.tsx
|
|
1890
|
-
var
|
|
1930
|
+
var import_jsx_runtime29 = __toESM(require_jsx_runtime()), IconFeedbackProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
1891
1931
|
"path",
|
|
1892
1932
|
{
|
|
1893
1933
|
fill: fill || color || "currentColor",
|
|
@@ -1898,29 +1938,29 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1898
1938
|
) }), FeedbackProblemFilled_default = IconFeedbackProblemFilled;
|
|
1899
1939
|
|
|
1900
1940
|
// src/components/FeedbackProblem.tsx
|
|
1901
|
-
var
|
|
1902
|
-
/* @__PURE__ */ (0,
|
|
1941
|
+
var import_jsx_runtime30 = __toESM(require_jsx_runtime()), IconFeedbackProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1942
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
1903
1943
|
"path",
|
|
1904
1944
|
{
|
|
1905
1945
|
fill: stroke || color || "currentColor",
|
|
1906
1946
|
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"
|
|
1907
1947
|
}
|
|
1908
1948
|
),
|
|
1909
|
-
/* @__PURE__ */ (0,
|
|
1949
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
1910
1950
|
"path",
|
|
1911
1951
|
{
|
|
1912
1952
|
fill: stroke || color || "currentColor",
|
|
1913
1953
|
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"
|
|
1914
1954
|
}
|
|
1915
1955
|
),
|
|
1916
|
-
/* @__PURE__ */ (0,
|
|
1956
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
1917
1957
|
"path",
|
|
1918
1958
|
{
|
|
1919
1959
|
fill: stroke || color || "currentColor",
|
|
1920
1960
|
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"
|
|
1921
1961
|
}
|
|
1922
1962
|
),
|
|
1923
|
-
/* @__PURE__ */ (0,
|
|
1963
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
1924
1964
|
"path",
|
|
1925
1965
|
{
|
|
1926
1966
|
fill: stroke || color || "currentColor",
|
|
@@ -1932,8 +1972,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1932
1972
|
] }), FeedbackProblem_default = IconFeedbackProblem;
|
|
1933
1973
|
|
|
1934
1974
|
// src/components/FiletypePdfFilled.tsx
|
|
1935
|
-
var
|
|
1936
|
-
/* @__PURE__ */ (0,
|
|
1975
|
+
var import_jsx_runtime31 = __toESM(require_jsx_runtime()), IconFiletypePdfFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1976
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
1937
1977
|
"path",
|
|
1938
1978
|
{
|
|
1939
1979
|
fill: "#FF3E4C",
|
|
@@ -1941,14 +1981,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1941
1981
|
style: { opacity: 0.3 }
|
|
1942
1982
|
}
|
|
1943
1983
|
) }),
|
|
1944
|
-
/* @__PURE__ */ (0,
|
|
1984
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
1945
1985
|
"path",
|
|
1946
1986
|
{
|
|
1947
1987
|
fill: "#FF3E4C",
|
|
1948
1988
|
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"
|
|
1949
1989
|
}
|
|
1950
1990
|
),
|
|
1951
|
-
/* @__PURE__ */ (0,
|
|
1991
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
1952
1992
|
"path",
|
|
1953
1993
|
{
|
|
1954
1994
|
fill: "#FF3E4C",
|
|
@@ -1958,8 +1998,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1958
1998
|
] }), FiletypePdfFilled_default = IconFiletypePdfFilled;
|
|
1959
1999
|
|
|
1960
2000
|
// src/components/FiletypePdfLumiFilled.tsx
|
|
1961
|
-
var
|
|
1962
|
-
/* @__PURE__ */ (0,
|
|
2001
|
+
var import_jsx_runtime32 = __toESM(require_jsx_runtime()), IconFiletypePdfLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2002
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
|
|
1963
2003
|
"path",
|
|
1964
2004
|
{
|
|
1965
2005
|
fill: "#2E2E2E",
|
|
@@ -1967,14 +2007,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1967
2007
|
style: { opacity: 0.3 }
|
|
1968
2008
|
}
|
|
1969
2009
|
) }),
|
|
1970
|
-
/* @__PURE__ */ (0,
|
|
2010
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
|
|
1971
2011
|
"path",
|
|
1972
2012
|
{
|
|
1973
2013
|
fill: "#2E2E2E",
|
|
1974
2014
|
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"
|
|
1975
2015
|
}
|
|
1976
2016
|
),
|
|
1977
|
-
/* @__PURE__ */ (0,
|
|
2017
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
|
|
1978
2018
|
"path",
|
|
1979
2019
|
{
|
|
1980
2020
|
fill: "#2E2E2E",
|
|
@@ -1983,8 +2023,98 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1983
2023
|
)
|
|
1984
2024
|
] }), FiletypePdfLumiFilled_default = IconFiletypePdfLumiFilled;
|
|
1985
2025
|
|
|
2026
|
+
// src/components/FoldedMenu.tsx
|
|
2027
|
+
var import_jsx_runtime33 = __toESM(require_jsx_runtime()), IconFoldedMenu = ({ 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: [
|
|
2028
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H22.5V1.5H1.5V3.75Z" }),
|
|
2029
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H22.5V20.25H1.5V22.5Z" }),
|
|
2030
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("path", { fill: stroke || color || "currentColor", d: "M22.5 10.125H1.5V7.875H22.5V10.125Z" }),
|
|
2031
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H22.5V13.875H1.5V16.125Z" })
|
|
2032
|
+
] }), FoldedMenu_default = IconFoldedMenu;
|
|
2033
|
+
|
|
2034
|
+
// src/components/GameFilled.tsx
|
|
2035
|
+
var import_jsx_runtime34 = __toESM(require_jsx_runtime()), IconGameFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2036
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { fill: fill || color || "currentColor", d: "M7.5 0H16.5V5.37868L12 9.87868L7.5 5.37868V0Z" }),
|
|
2037
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { fill: fill || color || "currentColor", d: "M5.37868 7.5H0V16.5H5.37868L9.87868 12L5.37868 7.5Z" }),
|
|
2038
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
2039
|
+
"path",
|
|
2040
|
+
{
|
|
2041
|
+
fill: fill || color || "currentColor",
|
|
2042
|
+
d: "M7.5 18.6213V24H16.5V18.6213L12 14.1213L7.5 18.6213Z"
|
|
2043
|
+
}
|
|
2044
|
+
),
|
|
2045
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
2046
|
+
"path",
|
|
2047
|
+
{
|
|
2048
|
+
fill: fill || color || "currentColor",
|
|
2049
|
+
d: "M18.6213 16.5H24V7.5H18.6213L14.1213 12L18.6213 16.5Z"
|
|
2050
|
+
}
|
|
2051
|
+
)
|
|
2052
|
+
] }), GameFilled_default = IconGameFilled;
|
|
2053
|
+
|
|
2054
|
+
// src/components/Game.tsx
|
|
2055
|
+
var import_jsx_runtime35 = __toESM(require_jsx_runtime()), IconGame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2056
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
2057
|
+
"path",
|
|
2058
|
+
{
|
|
2059
|
+
fill: stroke || color || "currentColor",
|
|
2060
|
+
d: "M7.5 0H16.5V5.37868L12 9.87868L7.5 5.37868V0ZM9.75 4.4467L12 6.6967L14.25 4.4467V2.25H9.75V4.4467Z",
|
|
2061
|
+
fillRule: "evenodd",
|
|
2062
|
+
clipRule: "evenodd"
|
|
2063
|
+
}
|
|
2064
|
+
),
|
|
2065
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
2066
|
+
"path",
|
|
2067
|
+
{
|
|
2068
|
+
fill: stroke || color || "currentColor",
|
|
2069
|
+
d: "M0 7.5H5.37868L9.87868 12L5.37868 16.5H0V7.5ZM2.25 14.25H4.4467L6.6967 12L4.4467 9.75H2.25V14.25Z",
|
|
2070
|
+
fillRule: "evenodd",
|
|
2071
|
+
clipRule: "evenodd"
|
|
2072
|
+
}
|
|
2073
|
+
),
|
|
2074
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
2075
|
+
"path",
|
|
2076
|
+
{
|
|
2077
|
+
fill: stroke || color || "currentColor",
|
|
2078
|
+
d: "M7.5 24V18.6213L12 14.1213L16.5 18.6213V24H7.5ZM14.25 21.75V19.5533L12 17.3033L9.75 19.5533V21.75H14.25Z",
|
|
2079
|
+
fillRule: "evenodd",
|
|
2080
|
+
clipRule: "evenodd"
|
|
2081
|
+
}
|
|
2082
|
+
),
|
|
2083
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
2084
|
+
"path",
|
|
2085
|
+
{
|
|
2086
|
+
fill: stroke || color || "currentColor",
|
|
2087
|
+
d: "M24 16.5H18.6213L14.1213 12L18.6213 7.5H24V16.5ZM21.75 9.75H19.5533L17.3033 12L19.5533 14.25H21.75V9.75Z",
|
|
2088
|
+
fillRule: "evenodd",
|
|
2089
|
+
clipRule: "evenodd"
|
|
2090
|
+
}
|
|
2091
|
+
)
|
|
2092
|
+
] }), Game_default = IconGame;
|
|
2093
|
+
|
|
2094
|
+
// src/components/GamebackupFilled.tsx
|
|
2095
|
+
var import_jsx_runtime36 = __toESM(require_jsx_runtime()), IconGamebackupFilled = ({ 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)(
|
|
2096
|
+
"path",
|
|
2097
|
+
{
|
|
2098
|
+
fill: fill || color || "currentColor",
|
|
2099
|
+
d: "M12 4.44507L8.63888 0.523773L6.36111 2.47615L9.38156 6H1.5V22.5H22.5V6H14.6184L17.6389 2.47615L15.3611 0.523773L12 4.44507ZM16.5 9H19.5V19.5H16.5V9Z",
|
|
2100
|
+
fillRule: "evenodd",
|
|
2101
|
+
clipRule: "evenodd"
|
|
2102
|
+
}
|
|
2103
|
+
) }), GamebackupFilled_default = IconGamebackupFilled;
|
|
2104
|
+
|
|
2105
|
+
// src/components/Gamebackup.tsx
|
|
2106
|
+
var import_jsx_runtime37 = __toESM(require_jsx_runtime()), IconGamebackup = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
2107
|
+
"path",
|
|
2108
|
+
{
|
|
2109
|
+
fill: stroke || color || "currentColor",
|
|
2110
|
+
d: "M8.35416 0.767822L12 5.0213L15.6458 0.767822L17.3542 2.2321L14.1245 6H22.5V22.5H1.5V6H9.87546L6.64584 2.2321L8.35416 0.767822ZM3.75 8.25V20.25H15.75V8.25H3.75ZM18 8.25V20.25H20.25V8.25H18Z",
|
|
2111
|
+
fillRule: "evenodd",
|
|
2112
|
+
clipRule: "evenodd"
|
|
2113
|
+
}
|
|
2114
|
+
) }), Gamebackup_default = IconGamebackup;
|
|
2115
|
+
|
|
1986
2116
|
// src/components/GamecontrolChoice.tsx
|
|
1987
|
-
var
|
|
2117
|
+
var import_jsx_runtime38 = __toESM(require_jsx_runtime()), IconGamecontrolChoice = ({ 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)(
|
|
1988
2118
|
"path",
|
|
1989
2119
|
{
|
|
1990
2120
|
fill: stroke || color || "currentColor",
|
|
@@ -1995,7 +2125,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1995
2125
|
) }), GamecontrolChoice_default = IconGamecontrolChoice;
|
|
1996
2126
|
|
|
1997
2127
|
// src/components/GamecontrolGameplay.tsx
|
|
1998
|
-
var
|
|
2128
|
+
var import_jsx_runtime39 = __toESM(require_jsx_runtime()), IconGamecontrolGameplay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
1999
2129
|
"path",
|
|
2000
2130
|
{
|
|
2001
2131
|
fill: stroke || color || "currentColor",
|
|
@@ -2006,7 +2136,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2006
2136
|
) }), GamecontrolGameplay_default = IconGamecontrolGameplay;
|
|
2007
2137
|
|
|
2008
2138
|
// src/components/GamecontrolLinear.tsx
|
|
2009
|
-
var
|
|
2139
|
+
var import_jsx_runtime40 = __toESM(require_jsx_runtime()), IconGamecontrolLinear = ({ 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)(
|
|
2010
2140
|
"path",
|
|
2011
2141
|
{
|
|
2012
2142
|
fill: stroke || color || "currentColor",
|
|
@@ -2017,7 +2147,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2017
2147
|
) }), GamecontrolLinear_default = IconGamecontrolLinear;
|
|
2018
2148
|
|
|
2019
2149
|
// src/components/Gamelanguage.tsx
|
|
2020
|
-
var
|
|
2150
|
+
var import_jsx_runtime41 = __toESM(require_jsx_runtime()), IconGamelanguage = ({ 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)(
|
|
2021
2151
|
"path",
|
|
2022
2152
|
{
|
|
2023
2153
|
fill: stroke || color || "currentColor",
|
|
@@ -2028,8 +2158,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2028
2158
|
) }), Gamelanguage_default = IconGamelanguage;
|
|
2029
2159
|
|
|
2030
2160
|
// src/components/Gamepreview.tsx
|
|
2031
|
-
var
|
|
2032
|
-
/* @__PURE__ */ (0,
|
|
2161
|
+
var import_jsx_runtime42 = __toESM(require_jsx_runtime()), IconGamepreview = ({ 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: [
|
|
2162
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
2033
2163
|
"path",
|
|
2034
2164
|
{
|
|
2035
2165
|
fill: stroke || color || "currentColor",
|
|
@@ -2038,7 +2168,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2038
2168
|
clipRule: "evenodd"
|
|
2039
2169
|
}
|
|
2040
2170
|
),
|
|
2041
|
-
/* @__PURE__ */ (0,
|
|
2171
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
2042
2172
|
"path",
|
|
2043
2173
|
{
|
|
2044
2174
|
fill: stroke || color || "currentColor",
|
|
@@ -2050,15 +2180,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2050
2180
|
] }), Gamepreview_default = IconGamepreview;
|
|
2051
2181
|
|
|
2052
2182
|
// src/components/GenerateMultimage.tsx
|
|
2053
|
-
var
|
|
2054
|
-
/* @__PURE__ */ (0,
|
|
2183
|
+
var import_jsx_runtime43 = __toESM(require_jsx_runtime()), IconGenerateMultimage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2184
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
2055
2185
|
"path",
|
|
2056
2186
|
{
|
|
2057
2187
|
fill: stroke || color || "currentColor",
|
|
2058
2188
|
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"
|
|
2059
2189
|
}
|
|
2060
2190
|
),
|
|
2061
|
-
/* @__PURE__ */ (0,
|
|
2191
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
2062
2192
|
"path",
|
|
2063
2193
|
{
|
|
2064
2194
|
fill: stroke || color || "currentColor",
|
|
@@ -2067,11 +2197,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2067
2197
|
clipRule: "evenodd"
|
|
2068
2198
|
}
|
|
2069
2199
|
),
|
|
2070
|
-
/* @__PURE__ */ (0,
|
|
2200
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)("path", { fill: stroke || color || "currentColor", d: "M0 6V24H18V21.75H2.25V6H0Z" })
|
|
2071
2201
|
] }), GenerateMultimage_default = IconGenerateMultimage;
|
|
2072
2202
|
|
|
2073
2203
|
// src/components/GenerateFilled.tsx
|
|
2074
|
-
var
|
|
2204
|
+
var import_jsx_runtime44 = __toESM(require_jsx_runtime()), IconGenerateFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
2075
2205
|
"path",
|
|
2076
2206
|
{
|
|
2077
2207
|
fill: fill || color || "currentColor",
|
|
@@ -2082,15 +2212,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2082
2212
|
) }), GenerateFilled_default = IconGenerateFilled;
|
|
2083
2213
|
|
|
2084
2214
|
// src/components/GenerateFrameStart.tsx
|
|
2085
|
-
var
|
|
2086
|
-
/* @__PURE__ */ (0,
|
|
2215
|
+
var import_jsx_runtime45 = __toESM(require_jsx_runtime()), IconGenerateFrameStart = ({ 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: [
|
|
2216
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
2087
2217
|
"path",
|
|
2088
2218
|
{
|
|
2089
2219
|
fill: stroke || color || "currentColor",
|
|
2090
2220
|
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"
|
|
2091
2221
|
}
|
|
2092
2222
|
),
|
|
2093
|
-
/* @__PURE__ */ (0,
|
|
2223
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
2094
2224
|
"path",
|
|
2095
2225
|
{
|
|
2096
2226
|
fill: stroke || color || "currentColor",
|
|
@@ -2102,8 +2232,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2102
2232
|
] }), GenerateFrameStart_default = IconGenerateFrameStart;
|
|
2103
2233
|
|
|
2104
2234
|
// src/components/GenerateFrameStart2End.tsx
|
|
2105
|
-
var
|
|
2106
|
-
/* @__PURE__ */ (0,
|
|
2235
|
+
var import_jsx_runtime46 = __toESM(require_jsx_runtime()), IconGenerateFrameStart2End = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2236
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
2107
2237
|
"path",
|
|
2108
2238
|
{
|
|
2109
2239
|
fill: stroke || color || "currentColor",
|
|
@@ -2112,14 +2242,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2112
2242
|
clipRule: "evenodd"
|
|
2113
2243
|
}
|
|
2114
2244
|
),
|
|
2115
|
-
/* @__PURE__ */ (0,
|
|
2245
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
2116
2246
|
"path",
|
|
2117
2247
|
{
|
|
2118
2248
|
fill: stroke || color || "currentColor",
|
|
2119
2249
|
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"
|
|
2120
2250
|
}
|
|
2121
2251
|
),
|
|
2122
|
-
/* @__PURE__ */ (0,
|
|
2252
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
2123
2253
|
"path",
|
|
2124
2254
|
{
|
|
2125
2255
|
fill: stroke || color || "currentColor",
|
|
@@ -2131,8 +2261,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2131
2261
|
] }), GenerateFrameStart2End_default = IconGenerateFrameStart2End;
|
|
2132
2262
|
|
|
2133
2263
|
// src/components/GenerateSwitchframe.tsx
|
|
2134
|
-
var
|
|
2135
|
-
/* @__PURE__ */ (0,
|
|
2264
|
+
var import_jsx_runtime47 = __toESM(require_jsx_runtime()), IconGenerateSwitchframe = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2265
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
2136
2266
|
"path",
|
|
2137
2267
|
{
|
|
2138
2268
|
fill: stroke || color || "currentColor",
|
|
@@ -2141,7 +2271,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2141
2271
|
clipRule: "evenodd"
|
|
2142
2272
|
}
|
|
2143
2273
|
),
|
|
2144
|
-
/* @__PURE__ */ (0,
|
|
2274
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
2145
2275
|
"path",
|
|
2146
2276
|
{
|
|
2147
2277
|
fill: stroke || color || "currentColor",
|
|
@@ -2153,15 +2283,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2153
2283
|
] }), GenerateSwitchframe_default = IconGenerateSwitchframe;
|
|
2154
2284
|
|
|
2155
2285
|
// src/components/GenerateT2V.tsx
|
|
2156
|
-
var
|
|
2157
|
-
/* @__PURE__ */ (0,
|
|
2286
|
+
var import_jsx_runtime48 = __toESM(require_jsx_runtime()), IconGenerateT2V = ({ 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: [
|
|
2287
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
2158
2288
|
"path",
|
|
2159
2289
|
{
|
|
2160
2290
|
fill: stroke || color || "currentColor",
|
|
2161
2291
|
d: "M6 6V10.5H8.25V8.25H10.875V15.75H8.25V18H15.75V15.75H13.125V8.25H15.75V10.5H18V6H6Z"
|
|
2162
2292
|
}
|
|
2163
2293
|
),
|
|
2164
|
-
/* @__PURE__ */ (0,
|
|
2294
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
2165
2295
|
"path",
|
|
2166
2296
|
{
|
|
2167
2297
|
fill: stroke || color || "currentColor",
|
|
@@ -2173,15 +2303,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2173
2303
|
] }), GenerateT2V_default = IconGenerateT2V;
|
|
2174
2304
|
|
|
2175
2305
|
// src/components/GenreAuto.tsx
|
|
2176
|
-
var
|
|
2177
|
-
/* @__PURE__ */ (0,
|
|
2306
|
+
var import_jsx_runtime49 = __toESM(require_jsx_runtime()), IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2307
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
2178
2308
|
"path",
|
|
2179
2309
|
{
|
|
2180
2310
|
fill: stroke || color || "currentColor",
|
|
2181
2311
|
d: "M18.375 6.375V10.5H16.125V6.375H12V4.125H16.125V0H18.375V4.125H22.5V6.375H18.375Z"
|
|
2182
2312
|
}
|
|
2183
2313
|
),
|
|
2184
|
-
/* @__PURE__ */ (0,
|
|
2314
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
2185
2315
|
"path",
|
|
2186
2316
|
{
|
|
2187
2317
|
fill: stroke || color || "currentColor",
|
|
@@ -2190,15 +2320,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2190
2320
|
clipRule: "evenodd"
|
|
2191
2321
|
}
|
|
2192
2322
|
),
|
|
2193
|
-
/* @__PURE__ */ (0,
|
|
2194
|
-
/* @__PURE__ */ (0,
|
|
2323
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)("path", { fill: stroke || color || "currentColor", d: "M3.75 0.75L1.5 3L3.75 5.25L6 3L3.75 0.75Z" }),
|
|
2324
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
2195
2325
|
"path",
|
|
2196
2326
|
{
|
|
2197
2327
|
fill: stroke || color || "currentColor",
|
|
2198
2328
|
d: "M18 21.75L20.25 19.5L22.5 21.75L20.25 24L18 21.75Z"
|
|
2199
2329
|
}
|
|
2200
2330
|
),
|
|
2201
|
-
/* @__PURE__ */ (0,
|
|
2331
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
2202
2332
|
"path",
|
|
2203
2333
|
{
|
|
2204
2334
|
fill: stroke || color || "currentColor",
|
|
@@ -2208,22 +2338,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2208
2338
|
] }), GenreAuto_default = IconGenreAuto;
|
|
2209
2339
|
|
|
2210
2340
|
// src/components/GenreComedy.tsx
|
|
2211
|
-
var
|
|
2212
|
-
/* @__PURE__ */ (0,
|
|
2341
|
+
var import_jsx_runtime50 = __toESM(require_jsx_runtime()), IconGenreComedy = ({ 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: [
|
|
2342
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
2213
2343
|
"path",
|
|
2214
2344
|
{
|
|
2215
2345
|
fill: stroke || color || "currentColor",
|
|
2216
2346
|
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"
|
|
2217
2347
|
}
|
|
2218
2348
|
),
|
|
2219
|
-
/* @__PURE__ */ (0,
|
|
2349
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
2220
2350
|
"path",
|
|
2221
2351
|
{
|
|
2222
2352
|
fill: stroke || color || "currentColor",
|
|
2223
2353
|
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"
|
|
2224
2354
|
}
|
|
2225
2355
|
),
|
|
2226
|
-
/* @__PURE__ */ (0,
|
|
2356
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
2227
2357
|
"path",
|
|
2228
2358
|
{
|
|
2229
2359
|
fill: stroke || color || "currentColor",
|
|
@@ -2232,7 +2362,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2232
2362
|
clipRule: "evenodd"
|
|
2233
2363
|
}
|
|
2234
2364
|
),
|
|
2235
|
-
/* @__PURE__ */ (0,
|
|
2365
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
2236
2366
|
"path",
|
|
2237
2367
|
{
|
|
2238
2368
|
fill: stroke || color || "currentColor",
|
|
@@ -2244,7 +2374,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2244
2374
|
] }), GenreComedy_default = IconGenreComedy;
|
|
2245
2375
|
|
|
2246
2376
|
// src/components/GenreFantasy.tsx
|
|
2247
|
-
var
|
|
2377
|
+
var import_jsx_runtime51 = __toESM(require_jsx_runtime()), IconGenreFantasy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
2248
2378
|
"path",
|
|
2249
2379
|
{
|
|
2250
2380
|
fill: stroke || color || "currentColor",
|
|
@@ -2255,22 +2385,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2255
2385
|
) }), GenreFantasy_default = IconGenreFantasy;
|
|
2256
2386
|
|
|
2257
2387
|
// src/components/GenreHorror.tsx
|
|
2258
|
-
var
|
|
2259
|
-
/* @__PURE__ */ (0,
|
|
2388
|
+
var import_jsx_runtime52 = __toESM(require_jsx_runtime()), IconGenreHorror = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2389
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
2260
2390
|
"path",
|
|
2261
2391
|
{
|
|
2262
2392
|
fill: stroke || color || "currentColor",
|
|
2263
2393
|
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"
|
|
2264
2394
|
}
|
|
2265
2395
|
),
|
|
2266
|
-
/* @__PURE__ */ (0,
|
|
2396
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
2267
2397
|
"path",
|
|
2268
2398
|
{
|
|
2269
2399
|
fill: stroke || color || "currentColor",
|
|
2270
2400
|
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"
|
|
2271
2401
|
}
|
|
2272
2402
|
),
|
|
2273
|
-
/* @__PURE__ */ (0,
|
|
2403
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
2274
2404
|
"path",
|
|
2275
2405
|
{
|
|
2276
2406
|
fill: stroke || color || "currentColor",
|
|
@@ -2282,7 +2412,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2282
2412
|
] }), GenreHorror_default = IconGenreHorror;
|
|
2283
2413
|
|
|
2284
2414
|
// src/components/GenreRomance.tsx
|
|
2285
|
-
var
|
|
2415
|
+
var import_jsx_runtime53 = __toESM(require_jsx_runtime()), IconGenreRomance = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
2286
2416
|
"path",
|
|
2287
2417
|
{
|
|
2288
2418
|
fill: stroke || color || "currentColor",
|
|
@@ -2293,15 +2423,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2293
2423
|
) }), GenreRomance_default = IconGenreRomance;
|
|
2294
2424
|
|
|
2295
2425
|
// src/components/GenreScifi.tsx
|
|
2296
|
-
var
|
|
2297
|
-
/* @__PURE__ */ (0,
|
|
2426
|
+
var import_jsx_runtime54 = __toESM(require_jsx_runtime()), IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2427
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
2298
2428
|
"path",
|
|
2299
2429
|
{
|
|
2300
2430
|
fill: stroke || color || "currentColor",
|
|
2301
2431
|
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"
|
|
2302
2432
|
}
|
|
2303
2433
|
),
|
|
2304
|
-
/* @__PURE__ */ (0,
|
|
2434
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
2305
2435
|
"path",
|
|
2306
2436
|
{
|
|
2307
2437
|
fill: stroke || color || "currentColor",
|
|
@@ -2310,7 +2440,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2310
2440
|
clipRule: "evenodd"
|
|
2311
2441
|
}
|
|
2312
2442
|
),
|
|
2313
|
-
/* @__PURE__ */ (0,
|
|
2443
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
2314
2444
|
"path",
|
|
2315
2445
|
{
|
|
2316
2446
|
fill: stroke || color || "currentColor",
|
|
@@ -2320,7 +2450,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2320
2450
|
] }), GenreScifi_default = IconGenreScifi;
|
|
2321
2451
|
|
|
2322
2452
|
// src/components/GenreSuspense.tsx
|
|
2323
|
-
var
|
|
2453
|
+
var import_jsx_runtime55 = __toESM(require_jsx_runtime()), IconGenreSuspense = ({ 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)(
|
|
2324
2454
|
"path",
|
|
2325
2455
|
{
|
|
2326
2456
|
fill: stroke || color || "currentColor",
|
|
@@ -2331,7 +2461,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2331
2461
|
) }), GenreSuspense_default = IconGenreSuspense;
|
|
2332
2462
|
|
|
2333
2463
|
// src/components/Genre.tsx
|
|
2334
|
-
var
|
|
2464
|
+
var import_jsx_runtime56 = __toESM(require_jsx_runtime()), IconGenre = ({ 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)(
|
|
2335
2465
|
"path",
|
|
2336
2466
|
{
|
|
2337
2467
|
fill: stroke || color || "currentColor",
|
|
@@ -2342,8 +2472,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2342
2472
|
) }), Genre_default = IconGenre;
|
|
2343
2473
|
|
|
2344
2474
|
// src/components/GoogleLogoFilled.tsx
|
|
2345
|
-
var
|
|
2346
|
-
/* @__PURE__ */ (0,
|
|
2475
|
+
var import_jsx_runtime57 = __toESM(require_jsx_runtime()), IconGoogleLogoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2476
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
2347
2477
|
"mask",
|
|
2348
2478
|
{
|
|
2349
2479
|
id: "mask0_48_113",
|
|
@@ -2353,7 +2483,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2353
2483
|
y: "0",
|
|
2354
2484
|
maskUnits: "userSpaceOnUse",
|
|
2355
2485
|
style: { maskType: "luminance" },
|
|
2356
|
-
children: /* @__PURE__ */ (0,
|
|
2486
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
2357
2487
|
"path",
|
|
2358
2488
|
{
|
|
2359
2489
|
fill: stroke || color || "currentColor",
|
|
@@ -2362,64 +2492,64 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2362
2492
|
)
|
|
2363
2493
|
}
|
|
2364
2494
|
),
|
|
2365
|
-
/* @__PURE__ */ (0,
|
|
2366
|
-
/* @__PURE__ */ (0,
|
|
2495
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("g", { mask: "url(#mask0_48_113)", children: [
|
|
2496
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("g", { filter: "url(#filter0_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
2367
2497
|
"path",
|
|
2368
2498
|
{
|
|
2369
2499
|
fill: "url(#paint0_radial_48_113)",
|
|
2370
2500
|
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"
|
|
2371
2501
|
}
|
|
2372
2502
|
) }),
|
|
2373
|
-
/* @__PURE__ */ (0,
|
|
2503
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("g", { filter: "url(#filter1_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
2374
2504
|
"path",
|
|
2375
2505
|
{
|
|
2376
2506
|
fill: "url(#paint1_radial_48_113)",
|
|
2377
2507
|
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"
|
|
2378
2508
|
}
|
|
2379
2509
|
) }),
|
|
2380
|
-
/* @__PURE__ */ (0,
|
|
2510
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("g", { filter: "url(#filter2_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
2381
2511
|
"path",
|
|
2382
2512
|
{
|
|
2383
2513
|
fill: "url(#paint2_radial_48_113)",
|
|
2384
2514
|
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"
|
|
2385
2515
|
}
|
|
2386
2516
|
) }),
|
|
2387
|
-
/* @__PURE__ */ (0,
|
|
2517
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("g", { filter: "url(#filter3_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
2388
2518
|
"path",
|
|
2389
2519
|
{
|
|
2390
2520
|
fill: "url(#paint3_radial_48_113)",
|
|
2391
2521
|
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"
|
|
2392
2522
|
}
|
|
2393
2523
|
) }),
|
|
2394
|
-
/* @__PURE__ */ (0,
|
|
2524
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("g", { filter: "url(#filter4_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
2395
2525
|
"path",
|
|
2396
2526
|
{
|
|
2397
2527
|
fill: "#3086FF",
|
|
2398
2528
|
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"
|
|
2399
2529
|
}
|
|
2400
2530
|
) }),
|
|
2401
|
-
/* @__PURE__ */ (0,
|
|
2531
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("g", { filter: "url(#filter5_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
2402
2532
|
"path",
|
|
2403
2533
|
{
|
|
2404
2534
|
fill: "url(#paint4_radial_48_113)",
|
|
2405
2535
|
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"
|
|
2406
2536
|
}
|
|
2407
2537
|
) }),
|
|
2408
|
-
/* @__PURE__ */ (0,
|
|
2538
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("g", { filter: "url(#filter6_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
2409
2539
|
"path",
|
|
2410
2540
|
{
|
|
2411
2541
|
fill: "url(#paint5_radial_48_113)",
|
|
2412
2542
|
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"
|
|
2413
2543
|
}
|
|
2414
2544
|
) }),
|
|
2415
|
-
/* @__PURE__ */ (0,
|
|
2545
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("g", { filter: "url(#filter7_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
2416
2546
|
"path",
|
|
2417
2547
|
{
|
|
2418
2548
|
fill: "url(#paint6_radial_48_113)",
|
|
2419
2549
|
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"
|
|
2420
2550
|
}
|
|
2421
2551
|
) }),
|
|
2422
|
-
/* @__PURE__ */ (0,
|
|
2552
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("g", { filter: "url(#filter8_f_48_113)", style: { opacity: 0.5 }, children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
2423
2553
|
"path",
|
|
2424
2554
|
{
|
|
2425
2555
|
fill: "url(#paint7_linear_48_113)",
|
|
@@ -2427,8 +2557,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2427
2557
|
}
|
|
2428
2558
|
) })
|
|
2429
2559
|
] }),
|
|
2430
|
-
/* @__PURE__ */ (0,
|
|
2431
|
-
/* @__PURE__ */ (0,
|
|
2560
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("defs", { children: [
|
|
2561
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
|
|
2432
2562
|
"filter",
|
|
2433
2563
|
{
|
|
2434
2564
|
id: "filter0_f_48_113",
|
|
@@ -2439,13 +2569,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2439
2569
|
filterUnits: "userSpaceOnUse",
|
|
2440
2570
|
colorInterpolationFilters: "sRGB",
|
|
2441
2571
|
children: [
|
|
2442
|
-
/* @__PURE__ */ (0,
|
|
2443
|
-
/* @__PURE__ */ (0,
|
|
2444
|
-
/* @__PURE__ */ (0,
|
|
2572
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2573
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2574
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2445
2575
|
]
|
|
2446
2576
|
}
|
|
2447
2577
|
),
|
|
2448
|
-
/* @__PURE__ */ (0,
|
|
2578
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
|
|
2449
2579
|
"filter",
|
|
2450
2580
|
{
|
|
2451
2581
|
id: "filter1_f_48_113",
|
|
@@ -2456,13 +2586,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2456
2586
|
filterUnits: "userSpaceOnUse",
|
|
2457
2587
|
colorInterpolationFilters: "sRGB",
|
|
2458
2588
|
children: [
|
|
2459
|
-
/* @__PURE__ */ (0,
|
|
2460
|
-
/* @__PURE__ */ (0,
|
|
2461
|
-
/* @__PURE__ */ (0,
|
|
2589
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2590
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2591
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2462
2592
|
]
|
|
2463
2593
|
}
|
|
2464
2594
|
),
|
|
2465
|
-
/* @__PURE__ */ (0,
|
|
2595
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
|
|
2466
2596
|
"filter",
|
|
2467
2597
|
{
|
|
2468
2598
|
id: "filter2_f_48_113",
|
|
@@ -2473,13 +2603,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2473
2603
|
filterUnits: "userSpaceOnUse",
|
|
2474
2604
|
colorInterpolationFilters: "sRGB",
|
|
2475
2605
|
children: [
|
|
2476
|
-
/* @__PURE__ */ (0,
|
|
2477
|
-
/* @__PURE__ */ (0,
|
|
2478
|
-
/* @__PURE__ */ (0,
|
|
2606
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2607
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2608
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2479
2609
|
]
|
|
2480
2610
|
}
|
|
2481
2611
|
),
|
|
2482
|
-
/* @__PURE__ */ (0,
|
|
2612
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
|
|
2483
2613
|
"filter",
|
|
2484
2614
|
{
|
|
2485
2615
|
id: "filter3_f_48_113",
|
|
@@ -2490,13 +2620,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2490
2620
|
filterUnits: "userSpaceOnUse",
|
|
2491
2621
|
colorInterpolationFilters: "sRGB",
|
|
2492
2622
|
children: [
|
|
2493
|
-
/* @__PURE__ */ (0,
|
|
2494
|
-
/* @__PURE__ */ (0,
|
|
2495
|
-
/* @__PURE__ */ (0,
|
|
2623
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2624
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2625
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2496
2626
|
]
|
|
2497
2627
|
}
|
|
2498
2628
|
),
|
|
2499
|
-
/* @__PURE__ */ (0,
|
|
2629
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
|
|
2500
2630
|
"filter",
|
|
2501
2631
|
{
|
|
2502
2632
|
id: "filter4_f_48_113",
|
|
@@ -2507,13 +2637,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2507
2637
|
filterUnits: "userSpaceOnUse",
|
|
2508
2638
|
colorInterpolationFilters: "sRGB",
|
|
2509
2639
|
children: [
|
|
2510
|
-
/* @__PURE__ */ (0,
|
|
2511
|
-
/* @__PURE__ */ (0,
|
|
2512
|
-
/* @__PURE__ */ (0,
|
|
2640
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2641
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2642
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2513
2643
|
]
|
|
2514
2644
|
}
|
|
2515
2645
|
),
|
|
2516
|
-
/* @__PURE__ */ (0,
|
|
2646
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
|
|
2517
2647
|
"filter",
|
|
2518
2648
|
{
|
|
2519
2649
|
id: "filter5_f_48_113",
|
|
@@ -2524,13 +2654,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2524
2654
|
filterUnits: "userSpaceOnUse",
|
|
2525
2655
|
colorInterpolationFilters: "sRGB",
|
|
2526
2656
|
children: [
|
|
2527
|
-
/* @__PURE__ */ (0,
|
|
2528
|
-
/* @__PURE__ */ (0,
|
|
2529
|
-
/* @__PURE__ */ (0,
|
|
2657
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2658
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2659
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2530
2660
|
]
|
|
2531
2661
|
}
|
|
2532
2662
|
),
|
|
2533
|
-
/* @__PURE__ */ (0,
|
|
2663
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
|
|
2534
2664
|
"filter",
|
|
2535
2665
|
{
|
|
2536
2666
|
id: "filter6_f_48_113",
|
|
@@ -2541,13 +2671,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2541
2671
|
filterUnits: "userSpaceOnUse",
|
|
2542
2672
|
colorInterpolationFilters: "sRGB",
|
|
2543
2673
|
children: [
|
|
2544
|
-
/* @__PURE__ */ (0,
|
|
2545
|
-
/* @__PURE__ */ (0,
|
|
2546
|
-
/* @__PURE__ */ (0,
|
|
2674
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2675
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2676
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "1.65243" })
|
|
2547
2677
|
]
|
|
2548
2678
|
}
|
|
2549
2679
|
),
|
|
2550
|
-
/* @__PURE__ */ (0,
|
|
2680
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
|
|
2551
2681
|
"filter",
|
|
2552
2682
|
{
|
|
2553
2683
|
id: "filter7_f_48_113",
|
|
@@ -2558,13 +2688,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2558
2688
|
filterUnits: "userSpaceOnUse",
|
|
2559
2689
|
colorInterpolationFilters: "sRGB",
|
|
2560
2690
|
children: [
|
|
2561
|
-
/* @__PURE__ */ (0,
|
|
2562
|
-
/* @__PURE__ */ (0,
|
|
2563
|
-
/* @__PURE__ */ (0,
|
|
2691
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2692
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2693
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2564
2694
|
]
|
|
2565
2695
|
}
|
|
2566
2696
|
),
|
|
2567
|
-
/* @__PURE__ */ (0,
|
|
2697
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
|
|
2568
2698
|
"filter",
|
|
2569
2699
|
{
|
|
2570
2700
|
id: "filter8_f_48_113",
|
|
@@ -2575,13 +2705,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2575
2705
|
filterUnits: "userSpaceOnUse",
|
|
2576
2706
|
colorInterpolationFilters: "sRGB",
|
|
2577
2707
|
children: [
|
|
2578
|
-
/* @__PURE__ */ (0,
|
|
2579
|
-
/* @__PURE__ */ (0,
|
|
2580
|
-
/* @__PURE__ */ (0,
|
|
2708
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2709
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2710
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2581
2711
|
]
|
|
2582
2712
|
}
|
|
2583
2713
|
),
|
|
2584
|
-
/* @__PURE__ */ (0,
|
|
2714
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
|
|
2585
2715
|
"radialGradient",
|
|
2586
2716
|
{
|
|
2587
2717
|
id: "paint0_radial_48_113",
|
|
@@ -2591,20 +2721,20 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2591
2721
|
gradientTransform: "matrix(-0.498722 -11.9519 17.9311 -0.717223 9.06911 20.3322)",
|
|
2592
2722
|
gradientUnits: "userSpaceOnUse",
|
|
2593
2723
|
children: [
|
|
2594
|
-
/* @__PURE__ */ (0,
|
|
2595
|
-
/* @__PURE__ */ (0,
|
|
2596
|
-
/* @__PURE__ */ (0,
|
|
2597
|
-
/* @__PURE__ */ (0,
|
|
2598
|
-
/* @__PURE__ */ (0,
|
|
2599
|
-
/* @__PURE__ */ (0,
|
|
2600
|
-
/* @__PURE__ */ (0,
|
|
2601
|
-
/* @__PURE__ */ (0,
|
|
2602
|
-
/* @__PURE__ */ (0,
|
|
2603
|
-
/* @__PURE__ */ (0,
|
|
2724
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.141612", stopColor: "#1ABD4D" }),
|
|
2725
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.247515", stopColor: "#6EC30D" }),
|
|
2726
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.311547", stopColor: "#8AC502" }),
|
|
2727
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.366013", stopColor: "#A2C600" }),
|
|
2728
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.445673", stopColor: "#C8C903" }),
|
|
2729
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.540305", stopColor: "#EBCB03" }),
|
|
2730
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.615636", stopColor: "#F7CD07" }),
|
|
2731
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.699345", stopColor: "#FDCD04" }),
|
|
2732
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.771242", stopColor: "#FDCE05" }),
|
|
2733
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.860566", stopColor: "#FFCE0A" })
|
|
2604
2734
|
]
|
|
2605
2735
|
}
|
|
2606
2736
|
),
|
|
2607
|
-
/* @__PURE__ */ (0,
|
|
2737
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
|
|
2608
2738
|
"radialGradient",
|
|
2609
2739
|
{
|
|
2610
2740
|
id: "paint1_radial_48_113",
|
|
@@ -2614,12 +2744,12 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2614
2744
|
gradientTransform: "matrix(8.46967 -2.03557e-05 -1.19045e-05 10.7093 20.253 6.36819)",
|
|
2615
2745
|
gradientUnits: "userSpaceOnUse",
|
|
2616
2746
|
children: [
|
|
2617
|
-
/* @__PURE__ */ (0,
|
|
2618
|
-
/* @__PURE__ */ (0,
|
|
2747
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.408458", stopColor: "#FB4E5A" }),
|
|
2748
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "1", stopColor: "#FF4540" })
|
|
2619
2749
|
]
|
|
2620
2750
|
}
|
|
2621
2751
|
),
|
|
2622
|
-
/* @__PURE__ */ (0,
|
|
2752
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
|
|
2623
2753
|
"radialGradient",
|
|
2624
2754
|
{
|
|
2625
2755
|
id: "paint2_radial_48_113",
|
|
@@ -2629,18 +2759,18 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2629
2759
|
gradientTransform: "matrix(-11.8666 6.43492 8.91875 15.766 15.6277 -1.68219)",
|
|
2630
2760
|
gradientUnits: "userSpaceOnUse",
|
|
2631
2761
|
children: [
|
|
2632
|
-
/* @__PURE__ */ (0,
|
|
2633
|
-
/* @__PURE__ */ (0,
|
|
2634
|
-
/* @__PURE__ */ (0,
|
|
2635
|
-
/* @__PURE__ */ (0,
|
|
2636
|
-
/* @__PURE__ */ (0,
|
|
2637
|
-
/* @__PURE__ */ (0,
|
|
2638
|
-
/* @__PURE__ */ (0,
|
|
2639
|
-
/* @__PURE__ */ (0,
|
|
2762
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.231273", stopColor: "#FF4541" }),
|
|
2763
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.311547", stopColor: "#FF4540" }),
|
|
2764
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.457516", stopColor: "#FF4640" }),
|
|
2765
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.540305", stopColor: "#FF473F" }),
|
|
2766
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.699346", stopColor: "#FF5138" }),
|
|
2767
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.771242", stopColor: "#FF5B33" }),
|
|
2768
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.860566", stopColor: "#FF6C29" }),
|
|
2769
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "1", stopColor: "#FF8C18" })
|
|
2640
2770
|
]
|
|
2641
2771
|
}
|
|
2642
2772
|
),
|
|
2643
|
-
/* @__PURE__ */ (0,
|
|
2773
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
|
|
2644
2774
|
"radialGradient",
|
|
2645
2775
|
{
|
|
2646
2776
|
id: "paint3_radial_48_113",
|
|
@@ -2650,19 +2780,19 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2650
2780
|
gradientTransform: "matrix(-21.5204 -27.5047 -10.3696 7.77752 12.4702 22.5743)",
|
|
2651
2781
|
gradientUnits: "userSpaceOnUse",
|
|
2652
2782
|
children: [
|
|
2653
|
-
/* @__PURE__ */ (0,
|
|
2654
|
-
/* @__PURE__ */ (0,
|
|
2655
|
-
/* @__PURE__ */ (0,
|
|
2656
|
-
/* @__PURE__ */ (0,
|
|
2657
|
-
/* @__PURE__ */ (0,
|
|
2658
|
-
/* @__PURE__ */ (0,
|
|
2659
|
-
/* @__PURE__ */ (0,
|
|
2660
|
-
/* @__PURE__ */ (0,
|
|
2661
|
-
/* @__PURE__ */ (0,
|
|
2783
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.131546", stopColor: "#0CBA65" }),
|
|
2784
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.209784", stopColor: "#0BB86D" }),
|
|
2785
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.297297", stopColor: "#09B479" }),
|
|
2786
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.396257", stopColor: "#08AD93" }),
|
|
2787
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.477124", stopColor: "#0AA6A9" }),
|
|
2788
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.568425", stopColor: "#0D9CC6" }),
|
|
2789
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.667385", stopColor: "#1893DD" }),
|
|
2790
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.768727", stopColor: "#258BF1" }),
|
|
2791
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.858506", stopColor: "#3086FF" })
|
|
2662
2792
|
]
|
|
2663
2793
|
}
|
|
2664
2794
|
),
|
|
2665
|
-
/* @__PURE__ */ (0,
|
|
2795
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
|
|
2666
2796
|
"radialGradient",
|
|
2667
2797
|
{
|
|
2668
2798
|
id: "paint4_radial_48_113",
|
|
@@ -2672,18 +2802,18 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2672
2802
|
gradientTransform: "matrix(-1.52295 12.8522 18.1501 2.06168 11.2421 2.13475)",
|
|
2673
2803
|
gradientUnits: "userSpaceOnUse",
|
|
2674
2804
|
children: [
|
|
2675
|
-
/* @__PURE__ */ (0,
|
|
2676
|
-
/* @__PURE__ */ (0,
|
|
2677
|
-
/* @__PURE__ */ (0,
|
|
2678
|
-
/* @__PURE__ */ (0,
|
|
2679
|
-
/* @__PURE__ */ (0,
|
|
2680
|
-
/* @__PURE__ */ (0,
|
|
2681
|
-
/* @__PURE__ */ (0,
|
|
2682
|
-
/* @__PURE__ */ (0,
|
|
2805
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.366013", stopColor: "#FF4E3A" }),
|
|
2806
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.457516", stopColor: "#FF8A1B" }),
|
|
2807
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.540305", stopColor: "#FFA312" }),
|
|
2808
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.615636", stopColor: "#FFB60C" }),
|
|
2809
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.771242", stopColor: "#FFCD0A" }),
|
|
2810
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.860566", stopColor: "#FECF0A" }),
|
|
2811
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.915033", stopColor: "#FECF08" }),
|
|
2812
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "1", stopColor: "#FDCD01" })
|
|
2683
2813
|
]
|
|
2684
2814
|
}
|
|
2685
2815
|
),
|
|
2686
|
-
/* @__PURE__ */ (0,
|
|
2816
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
|
|
2687
2817
|
"radialGradient",
|
|
2688
2818
|
{
|
|
2689
2819
|
id: "paint5_radial_48_113",
|
|
@@ -2693,15 +2823,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2693
2823
|
gradientTransform: "matrix(-4.40212 4.76677 -13.7322 -12.1566 9.10044 2.00144)",
|
|
2694
2824
|
gradientUnits: "userSpaceOnUse",
|
|
2695
2825
|
children: [
|
|
2696
|
-
/* @__PURE__ */ (0,
|
|
2697
|
-
/* @__PURE__ */ (0,
|
|
2698
|
-
/* @__PURE__ */ (0,
|
|
2699
|
-
/* @__PURE__ */ (0,
|
|
2700
|
-
/* @__PURE__ */ (0,
|
|
2826
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.315904", stopColor: "#FF4C3C" }),
|
|
2827
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.603818", stopColor: "#FF692C" }),
|
|
2828
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.726837", stopColor: "#FF7825" }),
|
|
2829
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.884534", stopColor: "#FF8D1B" }),
|
|
2830
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "1", stopColor: "#FF9F13" })
|
|
2701
2831
|
]
|
|
2702
2832
|
}
|
|
2703
2833
|
),
|
|
2704
|
-
/* @__PURE__ */ (0,
|
|
2834
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
|
|
2705
2835
|
"radialGradient",
|
|
2706
2836
|
{
|
|
2707
2837
|
id: "paint6_radial_48_113",
|
|
@@ -2711,20 +2841,20 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2711
2841
|
gradientTransform: "matrix(-11.8666 -6.43492 8.91876 -15.766 15.6277 25.6232)",
|
|
2712
2842
|
gradientUnits: "userSpaceOnUse",
|
|
2713
2843
|
children: [
|
|
2714
|
-
/* @__PURE__ */ (0,
|
|
2715
|
-
/* @__PURE__ */ (0,
|
|
2716
|
-
/* @__PURE__ */ (0,
|
|
2717
|
-
/* @__PURE__ */ (0,
|
|
2718
|
-
/* @__PURE__ */ (0,
|
|
2719
|
-
/* @__PURE__ */ (0,
|
|
2720
|
-
/* @__PURE__ */ (0,
|
|
2721
|
-
/* @__PURE__ */ (0,
|
|
2722
|
-
/* @__PURE__ */ (0,
|
|
2723
|
-
/* @__PURE__ */ (0,
|
|
2844
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.231273", stopColor: "#0FBC5F" }),
|
|
2845
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.311547", stopColor: "#0FBC5F" }),
|
|
2846
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.366013", stopColor: "#0FBC5E" }),
|
|
2847
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.457516", stopColor: "#0FBC5D" }),
|
|
2848
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.540305", stopColor: "#12BC58" }),
|
|
2849
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.699346", stopColor: "#28BF3C" }),
|
|
2850
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.771242", stopColor: "#38C02B" }),
|
|
2851
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.860566", stopColor: "#52C218" }),
|
|
2852
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.915033", stopColor: "#67C30F" }),
|
|
2853
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "1", stopColor: "#86C504" })
|
|
2724
2854
|
]
|
|
2725
2855
|
}
|
|
2726
2856
|
),
|
|
2727
|
-
/* @__PURE__ */ (0,
|
|
2857
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
|
|
2728
2858
|
"linearGradient",
|
|
2729
2859
|
{
|
|
2730
2860
|
id: "paint7_linear_48_113",
|
|
@@ -2734,8 +2864,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2734
2864
|
y2: "21.5116",
|
|
2735
2865
|
gradientUnits: "userSpaceOnUse",
|
|
2736
2866
|
children: [
|
|
2737
|
-
/* @__PURE__ */ (0,
|
|
2738
|
-
/* @__PURE__ */ (0,
|
|
2867
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { stopColor: "#0FBC5C" }),
|
|
2868
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "1", stopColor: "#0CBA65" })
|
|
2739
2869
|
]
|
|
2740
2870
|
}
|
|
2741
2871
|
)
|
|
@@ -2743,7 +2873,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2743
2873
|
] }), GoogleLogoFilled_default = IconGoogleLogoFilled;
|
|
2744
2874
|
|
|
2745
2875
|
// src/components/Handtool.tsx
|
|
2746
|
-
var
|
|
2876
|
+
var import_jsx_runtime58 = __toESM(require_jsx_runtime()), IconHandtool = ({ 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)(
|
|
2747
2877
|
"path",
|
|
2748
2878
|
{
|
|
2749
2879
|
fill: stroke || color || "currentColor",
|
|
@@ -2752,16 +2882,16 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2752
2882
|
) }), Handtool_default = IconHandtool;
|
|
2753
2883
|
|
|
2754
2884
|
// src/components/Help.tsx
|
|
2755
|
-
var
|
|
2756
|
-
/* @__PURE__ */ (0,
|
|
2757
|
-
/* @__PURE__ */ (0,
|
|
2885
|
+
var import_jsx_runtime59 = __toESM(require_jsx_runtime()), IconHelp = ({ 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: [
|
|
2886
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 16.5V18.75H10.875V16.5H13.125Z" }),
|
|
2887
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
2758
2888
|
"path",
|
|
2759
2889
|
{
|
|
2760
2890
|
fill: stroke || color || "currentColor",
|
|
2761
2891
|
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"
|
|
2762
2892
|
}
|
|
2763
2893
|
),
|
|
2764
|
-
/* @__PURE__ */ (0,
|
|
2894
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
2765
2895
|
"path",
|
|
2766
2896
|
{
|
|
2767
2897
|
fill: stroke || color || "currentColor",
|
|
@@ -2773,7 +2903,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2773
2903
|
] }), Help_default = IconHelp;
|
|
2774
2904
|
|
|
2775
2905
|
// src/components/HomepageFilled.tsx
|
|
2776
|
-
var
|
|
2906
|
+
var import_jsx_runtime60 = __toESM(require_jsx_runtime()), IconHomepageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
2777
2907
|
"path",
|
|
2778
2908
|
{
|
|
2779
2909
|
fill: fill || color || "currentColor",
|
|
@@ -2784,15 +2914,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2784
2914
|
) }), HomepageFilled_default = IconHomepageFilled;
|
|
2785
2915
|
|
|
2786
2916
|
// src/components/ImageGeneration.tsx
|
|
2787
|
-
var
|
|
2788
|
-
/* @__PURE__ */ (0,
|
|
2917
|
+
var import_jsx_runtime61 = __toESM(require_jsx_runtime()), IconImageGeneration = ({ 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: [
|
|
2918
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
2789
2919
|
"path",
|
|
2790
2920
|
{
|
|
2791
2921
|
fill: stroke || color || "currentColor",
|
|
2792
2922
|
d: "M12 3.75H3.75V17.1592L9 11.9092L12 14.9092L14.9092 12H18.0908L12 18.0908L9 15.0908L3.84082 20.25H20.25V12H22.5V22.5H1.5V1.5H12V3.75ZM8.625 6C9.66053 6 10.5 6.83947 10.5 7.875C10.5 8.91053 9.66053 9.75 8.625 9.75C7.58947 9.75 6.75 8.91053 6.75 7.875C6.75 6.83947 7.58947 6 8.625 6Z"
|
|
2793
2923
|
}
|
|
2794
2924
|
),
|
|
2795
|
-
/* @__PURE__ */ (0,
|
|
2925
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
2796
2926
|
"path",
|
|
2797
2927
|
{
|
|
2798
2928
|
fill: stroke || color || "currentColor",
|
|
@@ -2802,8 +2932,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2802
2932
|
] }), ImageGeneration_default = IconImageGeneration;
|
|
2803
2933
|
|
|
2804
2934
|
// src/components/ImageLoadFailedFilled.tsx
|
|
2805
|
-
var
|
|
2806
|
-
/* @__PURE__ */ (0,
|
|
2935
|
+
var import_jsx_runtime62 = __toESM(require_jsx_runtime()), IconImageLoadFailedFilled = ({ 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: [
|
|
2936
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
2807
2937
|
"path",
|
|
2808
2938
|
{
|
|
2809
2939
|
fill: fill || color || "currentColor",
|
|
@@ -2812,7 +2942,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2812
2942
|
clipRule: "evenodd"
|
|
2813
2943
|
}
|
|
2814
2944
|
),
|
|
2815
|
-
/* @__PURE__ */ (0,
|
|
2945
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
2816
2946
|
"path",
|
|
2817
2947
|
{
|
|
2818
2948
|
fill: fill || color || "currentColor",
|
|
@@ -2822,10 +2952,10 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2822
2952
|
] }), ImageLoadFailedFilled_default = IconImageLoadFailedFilled;
|
|
2823
2953
|
|
|
2824
2954
|
// src/components/Info.tsx
|
|
2825
|
-
var
|
|
2826
|
-
/* @__PURE__ */ (0,
|
|
2827
|
-
/* @__PURE__ */ (0,
|
|
2828
|
-
/* @__PURE__ */ (0,
|
|
2955
|
+
var import_jsx_runtime63 = __toESM(require_jsx_runtime()), IconInfo = ({ 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: [
|
|
2956
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 5.25V7.5H10.875V5.25H13.125Z" }),
|
|
2957
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("path", { fill: stroke || color || "currentColor", d: "M9 12H10.875V18.75H15V16.5H13.125V9.75H9V12Z" }),
|
|
2958
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
2829
2959
|
"path",
|
|
2830
2960
|
{
|
|
2831
2961
|
fill: stroke || color || "currentColor",
|
|
@@ -2837,7 +2967,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2837
2967
|
] }), Info_default = IconInfo;
|
|
2838
2968
|
|
|
2839
2969
|
// src/components/Invitecode.tsx
|
|
2840
|
-
var
|
|
2970
|
+
var import_jsx_runtime64 = __toESM(require_jsx_runtime()), IconInvitecode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
2841
2971
|
"path",
|
|
2842
2972
|
{
|
|
2843
2973
|
fill: fill || color || "currentColor",
|
|
@@ -2848,7 +2978,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2848
2978
|
) }), Invitecode_default = IconInvitecode;
|
|
2849
2979
|
|
|
2850
2980
|
// src/components/Loading.tsx
|
|
2851
|
-
var
|
|
2981
|
+
var import_jsx_runtime65 = __toESM(require_jsx_runtime()), IconLoading = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(
|
|
2852
2982
|
"svg",
|
|
2853
2983
|
{
|
|
2854
2984
|
fill: "none",
|
|
@@ -2858,10 +2988,10 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2858
2988
|
height: height || size,
|
|
2859
2989
|
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
2860
2990
|
children: [
|
|
2861
|
-
/* @__PURE__ */ (0,
|
|
2862
|
-
/* @__PURE__ */ (0,
|
|
2863
|
-
/* @__PURE__ */ (0,
|
|
2864
|
-
/* @__PURE__ */ (0,
|
|
2991
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)("rect", { width: "24", height: "24", fill: "url(#pattern0_78_19)" }),
|
|
2992
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("defs", { children: [
|
|
2993
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)("pattern", { id: "pattern0_78_19", width: "1", height: "1", patternContentUnits: "objectBoundingBox", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("use", { transform: "scale(0.005)", xlinkHref: "#image0_78_19" }) }),
|
|
2994
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
2865
2995
|
"image",
|
|
2866
2996
|
{
|
|
2867
2997
|
id: "image0_78_19",
|
|
@@ -2877,15 +3007,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2877
3007
|
), Loading_default = IconLoading;
|
|
2878
3008
|
|
|
2879
3009
|
// src/components/Login.tsx
|
|
2880
|
-
var
|
|
2881
|
-
/* @__PURE__ */ (0,
|
|
3010
|
+
var import_jsx_runtime66 = __toESM(require_jsx_runtime()), IconLogin = ({ 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: [
|
|
3011
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
2882
3012
|
"path",
|
|
2883
3013
|
{
|
|
2884
3014
|
fill: stroke || color || "currentColor",
|
|
2885
3015
|
d: "M24 1.5L13.5 1.5V3.75H21.75V20.25H13.5V22.5H24V1.5Z"
|
|
2886
3016
|
}
|
|
2887
3017
|
),
|
|
2888
|
-
/* @__PURE__ */ (0,
|
|
3018
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
2889
3019
|
"path",
|
|
2890
3020
|
{
|
|
2891
3021
|
fill: stroke || color || "currentColor",
|
|
@@ -2897,8 +3027,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2897
3027
|
] }), Login_default = IconLogin;
|
|
2898
3028
|
|
|
2899
3029
|
// src/components/Logout.tsx
|
|
2900
|
-
var
|
|
2901
|
-
/* @__PURE__ */ (0,
|
|
3030
|
+
var import_jsx_runtime67 = __toESM(require_jsx_runtime()), IconLogout = ({ 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: [
|
|
3031
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
2902
3032
|
"path",
|
|
2903
3033
|
{
|
|
2904
3034
|
fill: stroke || color || "currentColor",
|
|
@@ -2907,7 +3037,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2907
3037
|
clipRule: "evenodd"
|
|
2908
3038
|
}
|
|
2909
3039
|
),
|
|
2910
|
-
/* @__PURE__ */ (0,
|
|
3040
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
2911
3041
|
"path",
|
|
2912
3042
|
{
|
|
2913
3043
|
fill: stroke || color || "currentColor",
|
|
@@ -2917,17 +3047,26 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2917
3047
|
] }), Logout_default = IconLogout;
|
|
2918
3048
|
|
|
2919
3049
|
// src/components/ModelGeminiFilled.tsx
|
|
2920
|
-
var
|
|
3050
|
+
var import_jsx_runtime68 = __toESM(require_jsx_runtime()), IconModelGeminiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
2921
3051
|
"path",
|
|
2922
3052
|
{
|
|
2923
3053
|
fill: fill || color || "currentColor",
|
|
2924
|
-
d: "
|
|
3054
|
+
d: "M11.9797 1.5C11.64 7.1325 7.1325 11.64 1.5 11.9797V12.0203C7.1325 12.36 11.64 16.8675 11.9797 22.5H12.0203C12.36 16.8675 16.8675 12.36 22.5 12.0203V11.9797C16.8675 11.64 12.36 7.1325 12.0203 1.5H11.9797Z"
|
|
2925
3055
|
}
|
|
2926
3056
|
) }), ModelGeminiFilled_default = IconModelGeminiFilled;
|
|
2927
3057
|
|
|
3058
|
+
// src/components/ModelOpenaiFilled.tsx
|
|
3059
|
+
var import_jsx_runtime69 = __toESM(require_jsx_runtime()), IconModelOpenaiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
3060
|
+
"path",
|
|
3061
|
+
{
|
|
3062
|
+
fill: fill || color || "currentColor",
|
|
3063
|
+
d: "M20.4616 10.2312C20.6284 9.73654 20.7135 9.21858 20.7136 8.69721C20.7135 7.8345 20.4806 6.98736 20.0388 6.24288C19.1511 4.71818 17.5043 3.77684 15.722 3.77684C15.3709 3.77685 15.0207 3.81344 14.6774 3.886C14.2156 3.37264 13.6488 2.96169 13.0143 2.68026C12.3798 2.39883 11.692 2.25331 10.9963 2.2533H10.9651L10.9534 2.25336C8.7947 2.25336 6.88035 3.62773 6.21676 5.65386C5.52986 5.79268 4.88094 6.07468 4.31344 6.48098C3.74593 6.88728 3.27294 7.40852 2.92613 8.00979C2.48567 8.75875 2.25357 9.60923 2.2533 10.4751C2.25346 11.6921 2.71129 12.8657 3.53813 13.7687C3.37122 14.2633 3.2861 14.7813 3.28603 15.3027C3.28611 16.1654 3.51901 17.0125 3.96079 17.757C4.48616 18.6596 5.28845 19.3741 6.25199 19.7977C7.21553 20.2213 8.29052 20.332 9.32193 20.1138C9.78379 20.6272 10.3507 21.0381 10.9852 21.3196C11.6198 21.601 12.3076 21.7466 13.0033 21.7466H13.0345L13.0472 21.7465C15.2071 21.7465 17.1208 20.3721 17.7844 18.3441C18.4713 18.2053 19.1202 17.9232 19.6877 17.5169C20.2552 17.1106 20.7282 16.5894 21.0751 15.9881C21.5151 15.2398 21.7467 14.3901 21.7466 13.525C21.7464 12.308 21.2886 11.1345 20.4618 10.2315L20.4616 10.2312ZM13.0358 20.4722H13.0307C12.1664 20.4719 11.3296 20.1728 10.6658 19.6268C10.7052 19.6058 10.7442 19.584 10.7826 19.5614L14.7163 17.3195C14.8145 17.2644 14.8961 17.1846 14.9529 17.0882C15.0097 16.9919 15.0396 16.8824 15.0397 16.771V11.2953L16.7023 12.2426C16.7111 12.2469 16.7186 12.2532 16.7242 12.2611C16.7299 12.2689 16.7334 12.278 16.7347 12.2876V16.8191C16.7324 18.8338 15.0778 20.4681 13.0358 20.4722ZM5.08119 17.12C4.75627 16.5657 4.58508 15.9367 4.58486 15.2963C4.58486 15.0874 4.60335 14.878 4.63935 14.6722C4.66859 14.6895 4.71963 14.7203 4.75626 14.741L8.68993 16.983C8.788 17.0395 8.89953 17.0692 9.01309 17.0692C9.12665 17.0692 9.23816 17.0394 9.33621 16.9828L14.1388 14.2467V16.1413L14.1389 16.1445C14.1389 16.1536 14.1367 16.1626 14.1326 16.1708C14.1285 16.179 14.1225 16.1861 14.1151 16.1916L10.1385 18.457C9.57584 18.7765 8.93805 18.9447 8.28885 18.9449C7.63897 18.9448 7.00052 18.7762 6.43753 18.4558C5.87455 18.1355 5.4068 17.6748 5.08119 17.1198V17.12ZM4.04632 8.64678C4.47836 7.90634 5.16055 7.3394 5.9735 7.04518C5.9735 7.07859 5.97157 7.1378 5.97157 7.17891V11.6628L5.9715 11.6665C5.97151 11.7778 6.00139 11.8872 6.0581 11.9835C6.1148 12.0797 6.19632 12.1594 6.29436 12.2146L11.097 14.9503L9.43436 15.8976C9.42616 15.9029 9.41674 15.9061 9.40696 15.907C9.39718 15.9079 9.38733 15.9064 9.37828 15.9026L5.4013 13.6353C4.83909 13.3139 4.37236 12.8524 4.04787 12.297C3.72339 11.7416 3.55255 11.1118 3.55247 10.4707C3.55272 9.83064 3.72307 9.20182 4.04653 8.64699L4.04632 8.64678ZM17.7068 11.7834L12.9042 9.04728L14.5669 8.10037C14.5751 8.09503 14.5845 8.09177 14.5942 8.0909C14.604 8.09002 14.6139 8.09154 14.6229 8.09533L18.5998 10.3607C19.1625 10.6816 19.6297 11.1428 19.9546 11.6982C20.2795 12.2536 20.4506 12.8835 20.4507 13.5247C20.4507 15.0552 19.4828 16.4246 18.0275 16.9532V12.3352C18.0277 12.3335 18.0277 12.3318 18.0277 12.3301C18.0277 12.2191 17.998 12.1102 17.9416 12.0142C17.8853 11.9182 17.8043 11.8386 17.7068 11.7834ZM19.3617 9.32583C19.323 9.30246 19.284 9.27955 19.2448 9.2571L15.3111 7.0151C15.2131 6.95871 15.1016 6.92898 14.9881 6.92894C14.8746 6.92898 14.7631 6.95871 14.665 7.0151L9.86233 9.75124V7.85666L9.86227 7.8534C9.86227 7.83489 9.87116 7.81746 9.88613 7.80637L13.8627 5.54287C14.4252 5.22291 15.063 5.05447 15.7123 5.05444C17.7569 5.05444 19.415 6.69048 19.415 8.70789C19.4149 8.91492 19.3971 9.12157 19.3617 9.32563V9.32583ZM8.95837 12.7026L7.29536 11.7553C7.28664 11.751 7.27912 11.7447 7.27348 11.7368C7.26783 11.729 7.26424 11.7199 7.26302 11.7103V7.17877C7.26391 5.16244 8.92203 3.52776 10.9658 3.52776C11.8314 3.52794 12.6696 3.82713 13.3349 4.37341C13.305 4.38954 13.2528 4.41799 13.2181 4.43874L9.28441 6.68068C9.18626 6.73577 9.10465 6.81553 9.04786 6.91184C8.99108 7.00815 8.96116 7.11757 8.96113 7.22899V7.2326L8.95837 12.7026ZM9.86158 10.7812L12.0006 9.56219L14.1396 10.7804V13.2176L12.0006 14.4358L9.86158 13.2176V10.7812Z"
|
|
3064
|
+
}
|
|
3065
|
+
) }), ModelOpenaiFilled_default = IconModelOpenaiFilled;
|
|
3066
|
+
|
|
2928
3067
|
// src/components/ModelDeepmindFilled.tsx
|
|
2929
|
-
var
|
|
2930
|
-
/* @__PURE__ */ (0,
|
|
3068
|
+
var import_jsx_runtime70 = __toESM(require_jsx_runtime()), IconModelDeepmindFilled = ({ 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: [
|
|
3069
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("g", { clipPath: "url(#clip0_40_67)", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
2931
3070
|
"path",
|
|
2932
3071
|
{
|
|
2933
3072
|
fill: fill || color || "currentColor",
|
|
@@ -2936,27 +3075,27 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2936
3075
|
clipRule: "evenodd"
|
|
2937
3076
|
}
|
|
2938
3077
|
) }),
|
|
2939
|
-
/* @__PURE__ */ (0,
|
|
3078
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("clipPath", { id: "clip0_40_67", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("rect", { width: "20", height: "20", fill: stroke || color || "currentColor", transform: "translate(2 2)" }) }) })
|
|
2940
3079
|
] }), ModelDeepmindFilled_default = IconModelDeepmindFilled;
|
|
2941
3080
|
|
|
2942
3081
|
// src/components/ModelSeedFilled.tsx
|
|
2943
|
-
var
|
|
2944
|
-
/* @__PURE__ */ (0,
|
|
2945
|
-
/* @__PURE__ */ (0,
|
|
3082
|
+
var import_jsx_runtime71 = __toESM(require_jsx_runtime()), IconModelSeedFilled = ({ 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: [
|
|
3083
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)("path", { fill: fill || color || "currentColor", d: "M23 2.95271V20.0401L19.2211 21V2L23 2.95271Z" }),
|
|
3084
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
2946
3085
|
"path",
|
|
2947
3086
|
{
|
|
2948
3087
|
fill: fill || color || "currentColor",
|
|
2949
3088
|
d: "M10.7528 11.4648V19.5633L6.98126 20.5241V10.5048L10.7528 11.4648Z"
|
|
2950
3089
|
}
|
|
2951
3090
|
),
|
|
2952
|
-
/* @__PURE__ */ (0,
|
|
3091
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
2953
3092
|
"path",
|
|
2954
3093
|
{
|
|
2955
3094
|
fill: fill || color || "currentColor",
|
|
2956
3095
|
d: "M4.77158 3.95509V19.044L1 20.0048V2.99515L4.77158 3.95509Z"
|
|
2957
3096
|
}
|
|
2958
3097
|
),
|
|
2959
|
-
/* @__PURE__ */ (0,
|
|
3098
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
2960
3099
|
"path",
|
|
2961
3100
|
{
|
|
2962
3101
|
fill: fill || color || "currentColor",
|
|
@@ -2966,7 +3105,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2966
3105
|
] }), ModelSeedFilled_default = IconModelSeedFilled;
|
|
2967
3106
|
|
|
2968
3107
|
// src/components/ModelSoraFilled.tsx
|
|
2969
|
-
var
|
|
3108
|
+
var import_jsx_runtime72 = __toESM(require_jsx_runtime()), IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("svg", { fill: "none", viewBox: "0 0 25 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
2970
3109
|
"path",
|
|
2971
3110
|
{
|
|
2972
3111
|
fill: fill || color || "currentColor",
|
|
@@ -2975,7 +3114,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2975
3114
|
) }), ModelSoraFilled_default = IconModelSoraFilled;
|
|
2976
3115
|
|
|
2977
3116
|
// src/components/ModelNanobananaLogoNomoFilled.tsx
|
|
2978
|
-
var
|
|
3117
|
+
var import_jsx_runtime73 = __toESM(require_jsx_runtime()), IconModelNanobananaLogoNomoFilled = ({
|
|
2979
3118
|
size,
|
|
2980
3119
|
width,
|
|
2981
3120
|
height,
|
|
@@ -2983,64 +3122,64 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2983
3122
|
className,
|
|
2984
3123
|
fill,
|
|
2985
3124
|
stroke
|
|
2986
|
-
}) => /* @__PURE__ */ (0,
|
|
2987
|
-
/* @__PURE__ */ (0,
|
|
3125
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3126
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
2988
3127
|
"path",
|
|
2989
3128
|
{
|
|
2990
3129
|
fill: "#5A5C62",
|
|
2991
3130
|
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"
|
|
2992
3131
|
}
|
|
2993
3132
|
),
|
|
2994
|
-
/* @__PURE__ */ (0,
|
|
3133
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
2995
3134
|
"path",
|
|
2996
3135
|
{
|
|
2997
3136
|
fill: "#D5D6D7",
|
|
2998
3137
|
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"
|
|
2999
3138
|
}
|
|
3000
3139
|
),
|
|
3001
|
-
/* @__PURE__ */ (0,
|
|
3140
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
3002
3141
|
"path",
|
|
3003
3142
|
{
|
|
3004
3143
|
fill: "#C4C5C7",
|
|
3005
3144
|
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"
|
|
3006
3145
|
}
|
|
3007
3146
|
),
|
|
3008
|
-
/* @__PURE__ */ (0,
|
|
3147
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
3009
3148
|
"path",
|
|
3010
3149
|
{
|
|
3011
3150
|
fill: "#7B7C81",
|
|
3012
3151
|
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"
|
|
3013
3152
|
}
|
|
3014
3153
|
),
|
|
3015
|
-
/* @__PURE__ */ (0,
|
|
3154
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
3016
3155
|
"path",
|
|
3017
3156
|
{
|
|
3018
3157
|
fill: "#85878B",
|
|
3019
3158
|
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"
|
|
3020
3159
|
}
|
|
3021
3160
|
),
|
|
3022
|
-
/* @__PURE__ */ (0,
|
|
3161
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
3023
3162
|
"path",
|
|
3024
3163
|
{
|
|
3025
3164
|
fill: "#1B1D24",
|
|
3026
3165
|
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"
|
|
3027
3166
|
}
|
|
3028
3167
|
),
|
|
3029
|
-
/* @__PURE__ */ (0,
|
|
3168
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
3030
3169
|
"path",
|
|
3031
3170
|
{
|
|
3032
3171
|
fill: "#D5D6D7",
|
|
3033
3172
|
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"
|
|
3034
3173
|
}
|
|
3035
3174
|
),
|
|
3036
|
-
/* @__PURE__ */ (0,
|
|
3175
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
3037
3176
|
"path",
|
|
3038
3177
|
{
|
|
3039
3178
|
fill: "#85878B",
|
|
3040
3179
|
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"
|
|
3041
3180
|
}
|
|
3042
3181
|
),
|
|
3043
|
-
/* @__PURE__ */ (0,
|
|
3182
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
3044
3183
|
"path",
|
|
3045
3184
|
{
|
|
3046
3185
|
fill: "#D5D6D7",
|
|
@@ -3050,7 +3189,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3050
3189
|
] }), ModelNanobananaLogoNomoFilled_default = IconModelNanobananaLogoNomoFilled;
|
|
3051
3190
|
|
|
3052
3191
|
// src/components/Models.tsx
|
|
3053
|
-
var
|
|
3192
|
+
var import_jsx_runtime74 = __toESM(require_jsx_runtime()), IconModels = ({ 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)(
|
|
3054
3193
|
"path",
|
|
3055
3194
|
{
|
|
3056
3195
|
fill: stroke || color || "currentColor",
|
|
@@ -3060,23 +3199,41 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3060
3199
|
}
|
|
3061
3200
|
) }), Models_default = IconModels;
|
|
3062
3201
|
|
|
3202
|
+
// src/components/MoreCollapse.tsx
|
|
3203
|
+
var import_jsx_runtime75 = __toESM(require_jsx_runtime()), IconMoreCollapse = ({ 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)(
|
|
3204
|
+
"path",
|
|
3205
|
+
{
|
|
3206
|
+
fill: stroke || color || "currentColor",
|
|
3207
|
+
d: "M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24ZM12 21.75C6.61522 21.75 2.25 17.3848 2.25 12C2.25 6.61522 6.61522 2.25 12 2.25C17.3848 2.25 21.75 6.61522 21.75 12C21.75 17.3848 17.3848 21.75 12 21.75ZM17.2959 10.5459L15.7051 8.95508L12 12.6592L8.2959 8.95508L6.70508 10.5459L12 15.8408L17.2959 10.5459Z"
|
|
3208
|
+
}
|
|
3209
|
+
) }), MoreCollapse_default = IconMoreCollapse;
|
|
3210
|
+
|
|
3211
|
+
// src/components/MoreShowed.tsx
|
|
3212
|
+
var import_jsx_runtime76 = __toESM(require_jsx_runtime()), IconMoreShowed = ({ 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)(
|
|
3213
|
+
"path",
|
|
3214
|
+
{
|
|
3215
|
+
fill: stroke || color || "currentColor",
|
|
3216
|
+
d: "M12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0ZM12 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 6.61522 17.3848 2.25 12 2.25ZM17.2959 13.4551L15.7051 15.0459L12 11.3408L8.2959 15.0459L6.70508 13.4551L12 8.15918L17.2959 13.4551Z"
|
|
3217
|
+
}
|
|
3218
|
+
) }), MoreShowed_default = IconMoreShowed;
|
|
3219
|
+
|
|
3063
3220
|
// src/components/More.tsx
|
|
3064
|
-
var
|
|
3065
|
-
/* @__PURE__ */ (0,
|
|
3221
|
+
var import_jsx_runtime77 = __toESM(require_jsx_runtime()), IconMore = ({ 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: [
|
|
3222
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
3066
3223
|
"path",
|
|
3067
3224
|
{
|
|
3068
3225
|
fill: stroke || color || "currentColor",
|
|
3069
3226
|
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"
|
|
3070
3227
|
}
|
|
3071
3228
|
),
|
|
3072
|
-
/* @__PURE__ */ (0,
|
|
3229
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
3073
3230
|
"path",
|
|
3074
3231
|
{
|
|
3075
3232
|
fill: stroke || color || "currentColor",
|
|
3076
3233
|
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"
|
|
3077
3234
|
}
|
|
3078
3235
|
),
|
|
3079
|
-
/* @__PURE__ */ (0,
|
|
3236
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
3080
3237
|
"path",
|
|
3081
3238
|
{
|
|
3082
3239
|
fill: stroke || color || "currentColor",
|
|
@@ -3086,29 +3243,29 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3086
3243
|
] }), More_default = IconMore;
|
|
3087
3244
|
|
|
3088
3245
|
// src/components/Moresettings.tsx
|
|
3089
|
-
var
|
|
3090
|
-
/* @__PURE__ */ (0,
|
|
3246
|
+
var import_jsx_runtime78 = __toESM(require_jsx_runtime()), IconMoresettings = ({ 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: [
|
|
3247
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
3091
3248
|
"path",
|
|
3092
3249
|
{
|
|
3093
3250
|
fill: stroke || color || "currentColor",
|
|
3094
3251
|
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"
|
|
3095
3252
|
}
|
|
3096
3253
|
),
|
|
3097
|
-
/* @__PURE__ */ (0,
|
|
3254
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
3098
3255
|
"path",
|
|
3099
3256
|
{
|
|
3100
3257
|
fill: stroke || color || "currentColor",
|
|
3101
3258
|
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"
|
|
3102
3259
|
}
|
|
3103
3260
|
),
|
|
3104
|
-
/* @__PURE__ */ (0,
|
|
3261
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
3105
3262
|
"path",
|
|
3106
3263
|
{
|
|
3107
3264
|
fill: stroke || color || "currentColor",
|
|
3108
3265
|
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"
|
|
3109
3266
|
}
|
|
3110
3267
|
),
|
|
3111
|
-
/* @__PURE__ */ (0,
|
|
3268
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
3112
3269
|
"path",
|
|
3113
3270
|
{
|
|
3114
3271
|
fill: stroke || color || "currentColor",
|
|
@@ -3120,7 +3277,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3120
3277
|
] }), Moresettings_default = IconMoresettings;
|
|
3121
3278
|
|
|
3122
3279
|
// src/components/Musicassets.tsx
|
|
3123
|
-
var
|
|
3280
|
+
var import_jsx_runtime79 = __toESM(require_jsx_runtime()), IconMusicassets = ({ 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)(
|
|
3124
3281
|
"path",
|
|
3125
3282
|
{
|
|
3126
3283
|
fill: stroke || color || "currentColor",
|
|
@@ -3131,8 +3288,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3131
3288
|
) }), Musicassets_default = IconMusicassets;
|
|
3132
3289
|
|
|
3133
3290
|
// src/components/Mute.tsx
|
|
3134
|
-
var
|
|
3135
|
-
/* @__PURE__ */ (0,
|
|
3291
|
+
var import_jsx_runtime80 = __toESM(require_jsx_runtime()), IconMute = ({ 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: [
|
|
3292
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
3136
3293
|
"path",
|
|
3137
3294
|
{
|
|
3138
3295
|
fill: stroke || color || "currentColor",
|
|
@@ -3141,7 +3298,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3141
3298
|
clipRule: "evenodd"
|
|
3142
3299
|
}
|
|
3143
3300
|
),
|
|
3144
|
-
/* @__PURE__ */ (0,
|
|
3301
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
3145
3302
|
"path",
|
|
3146
3303
|
{
|
|
3147
3304
|
fill: stroke || color || "currentColor",
|
|
@@ -3151,7 +3308,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3151
3308
|
] }), Mute_default = IconMute;
|
|
3152
3309
|
|
|
3153
3310
|
// src/components/Next.tsx
|
|
3154
|
-
var
|
|
3311
|
+
var import_jsx_runtime81 = __toESM(require_jsx_runtime()), IconNext = ({ 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)(
|
|
3155
3312
|
"path",
|
|
3156
3313
|
{
|
|
3157
3314
|
fill: stroke || color || "currentColor",
|
|
@@ -3162,8 +3319,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3162
3319
|
) }), Next_default = IconNext;
|
|
3163
3320
|
|
|
3164
3321
|
// src/components/Nextscene.tsx
|
|
3165
|
-
var
|
|
3166
|
-
/* @__PURE__ */ (0,
|
|
3322
|
+
var import_jsx_runtime82 = __toESM(require_jsx_runtime()), IconNextscene = ({ 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: [
|
|
3323
|
+
/* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
|
|
3167
3324
|
"rect",
|
|
3168
3325
|
{
|
|
3169
3326
|
width: "22.5",
|
|
@@ -3176,7 +3333,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3176
3333
|
strokeWidth: "1.5"
|
|
3177
3334
|
}
|
|
3178
3335
|
),
|
|
3179
|
-
/* @__PURE__ */ (0,
|
|
3336
|
+
/* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
|
|
3180
3337
|
"path",
|
|
3181
3338
|
{
|
|
3182
3339
|
fill: stroke || color || "currentColor",
|
|
@@ -3186,17 +3343,17 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3186
3343
|
] }), Nextscene_default = IconNextscene;
|
|
3187
3344
|
|
|
3188
3345
|
// src/components/Oneclickgenerate.tsx
|
|
3189
|
-
var
|
|
3190
|
-
/* @__PURE__ */ (0,
|
|
3191
|
-
/* @__PURE__ */ (0,
|
|
3192
|
-
/* @__PURE__ */ (0,
|
|
3346
|
+
var import_jsx_runtime83 = __toESM(require_jsx_runtime()), IconOneclickgenerate = ({ 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: [
|
|
3347
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("path", { fill: stroke || color || "currentColor", d: "M12 4.5V0H9.75V4.5H12Z" }),
|
|
3348
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("path", { fill: stroke || color || "currentColor", d: "M4.5 9.75H0V12H4.5V9.75Z" }),
|
|
3349
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
3193
3350
|
"path",
|
|
3194
3351
|
{
|
|
3195
3352
|
fill: stroke || color || "currentColor",
|
|
3196
3353
|
d: "M5.2045 6.7955L1.4545 3.0455L3.0455 1.4545L6.7955 5.2045L5.2045 6.7955Z"
|
|
3197
3354
|
}
|
|
3198
3355
|
),
|
|
3199
|
-
/* @__PURE__ */ (0,
|
|
3356
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
3200
3357
|
"path",
|
|
3201
3358
|
{
|
|
3202
3359
|
fill: stroke || color || "currentColor",
|
|
@@ -3208,8 +3365,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3208
3365
|
] }), Oneclickgenerate_default = IconOneclickgenerate;
|
|
3209
3366
|
|
|
3210
3367
|
// src/components/Opendemo.tsx
|
|
3211
|
-
var
|
|
3212
|
-
/* @__PURE__ */ (0,
|
|
3368
|
+
var import_jsx_runtime84 = __toESM(require_jsx_runtime()), IconOpendemo = ({ 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: [
|
|
3369
|
+
/* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
|
|
3213
3370
|
"path",
|
|
3214
3371
|
{
|
|
3215
3372
|
fill: stroke || color || "currentColor",
|
|
@@ -3218,14 +3375,58 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3218
3375
|
clipRule: "evenodd"
|
|
3219
3376
|
}
|
|
3220
3377
|
),
|
|
3221
|
-
/* @__PURE__ */ (0,
|
|
3378
|
+
/* @__PURE__ */ (0, import_jsx_runtime84.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
|
|
3222
3379
|
] }), Opendemo_default = IconOpendemo;
|
|
3223
3380
|
|
|
3224
3381
|
// src/components/PageError.tsx
|
|
3225
|
-
var
|
|
3382
|
+
var import_jsx_runtime85 = __toESM(require_jsx_runtime()), IconPageError = ({ 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)("path", { fill: stroke || color || "currentColor", d: "M22.5 13.125H1.5V10.875H22.5V13.125Z" }) }), PageError_default = IconPageError;
|
|
3383
|
+
|
|
3384
|
+
// src/components/Parameters.tsx
|
|
3385
|
+
var import_jsx_runtime86 = __toESM(require_jsx_runtime()), IconParameters = ({ 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: [
|
|
3386
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
3387
|
+
"path",
|
|
3388
|
+
{
|
|
3389
|
+
fill: stroke || color || "currentColor",
|
|
3390
|
+
d: "M12.75 4.875H22.5V7.125H12.75V10.5H4.5V7.125H1.5V4.875H4.5V1.5H12.75V4.875ZM6.75 3.75H10.5V8.25H6.75V3.75Z",
|
|
3391
|
+
fillRule: "evenodd",
|
|
3392
|
+
clipRule: "evenodd"
|
|
3393
|
+
}
|
|
3394
|
+
),
|
|
3395
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
3396
|
+
"path",
|
|
3397
|
+
{
|
|
3398
|
+
fill: stroke || color || "currentColor",
|
|
3399
|
+
d: "M11.25 16.875V13.5H19.5V16.875H22.5V19.125H19.5V22.5H11.25V19.125H1.5V16.875H11.25ZM13.5 15.75H17.25V20.25H13.5V15.75Z",
|
|
3400
|
+
fillRule: "evenodd",
|
|
3401
|
+
clipRule: "evenodd"
|
|
3402
|
+
}
|
|
3403
|
+
)
|
|
3404
|
+
] }), Parameters_default = IconParameters;
|
|
3405
|
+
|
|
3406
|
+
// src/components/Pause.tsx
|
|
3407
|
+
var import_jsx_runtime87 = __toESM(require_jsx_runtime()), IconPause = ({ 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: [
|
|
3408
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
|
|
3409
|
+
"path",
|
|
3410
|
+
{
|
|
3411
|
+
fill: stroke || color || "currentColor",
|
|
3412
|
+
d: "M10.5 1.5H3V22.5H10.5V1.5ZM8.25 3.75H5.25V20.25H8.25V3.75Z",
|
|
3413
|
+
fillRule: "evenodd",
|
|
3414
|
+
clipRule: "evenodd"
|
|
3415
|
+
}
|
|
3416
|
+
),
|
|
3417
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
|
|
3418
|
+
"path",
|
|
3419
|
+
{
|
|
3420
|
+
fill: stroke || color || "currentColor",
|
|
3421
|
+
d: "M21 1.5H13.5V22.5H21V1.5ZM18.75 3.75H15.75V20.25H18.75V3.75Z",
|
|
3422
|
+
fillRule: "evenodd",
|
|
3423
|
+
clipRule: "evenodd"
|
|
3424
|
+
}
|
|
3425
|
+
)
|
|
3426
|
+
] }), Pause_default = IconPause;
|
|
3226
3427
|
|
|
3227
3428
|
// src/components/Pencil.tsx
|
|
3228
|
-
var
|
|
3429
|
+
var import_jsx_runtime88 = __toESM(require_jsx_runtime()), IconPencil = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
3229
3430
|
"path",
|
|
3230
3431
|
{
|
|
3231
3432
|
fill: stroke || color || "currentColor",
|
|
@@ -3236,7 +3437,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3236
3437
|
) }), Pencil_default = IconPencil;
|
|
3237
3438
|
|
|
3238
3439
|
// src/components/Pick.tsx
|
|
3239
|
-
var
|
|
3440
|
+
var import_jsx_runtime89 = __toESM(require_jsx_runtime()), IconPick = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
|
|
3240
3441
|
"path",
|
|
3241
3442
|
{
|
|
3242
3443
|
fill: stroke || color || "currentColor",
|
|
@@ -3247,22 +3448,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3247
3448
|
) }), Pick_default = IconPick;
|
|
3248
3449
|
|
|
3249
3450
|
// src/components/PickedFilled.tsx
|
|
3250
|
-
var
|
|
3451
|
+
var import_jsx_runtime90 = __toESM(require_jsx_runtime()), IconPickedFilled = ({ 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)("path", { fill: fill || color || "currentColor", d: "M3 0H21V24H18L12 18L6 24H3V0Z" }) }), PickedFilled_default = IconPickedFilled;
|
|
3251
3452
|
|
|
3252
3453
|
// src/components/PlanFilled.tsx
|
|
3253
|
-
var
|
|
3254
|
-
/* @__PURE__ */ (0,
|
|
3454
|
+
var import_jsx_runtime91 = __toESM(require_jsx_runtime()), IconPlanFilled = ({ 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: [
|
|
3455
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)("g", { clipPath: "url(#clip0_2_30)", children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
3255
3456
|
"path",
|
|
3256
3457
|
{
|
|
3257
3458
|
fill: fill || color || "currentColor",
|
|
3258
3459
|
d: "M13.5 10.5L15 0H12L3 10.5V13.5H10.5L9 24H12L21 13.5L21 10.5H13.5Z"
|
|
3259
3460
|
}
|
|
3260
3461
|
) }),
|
|
3261
|
-
/* @__PURE__ */ (0,
|
|
3462
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("clipPath", { id: "clip0_2_30", children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
3262
3463
|
] }), PlanFilled_default = IconPlanFilled;
|
|
3263
3464
|
|
|
3264
3465
|
// src/components/PlayFilled.tsx
|
|
3265
|
-
var
|
|
3466
|
+
var import_jsx_runtime92 = __toESM(require_jsx_runtime()), IconPlayFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
3266
3467
|
"path",
|
|
3267
3468
|
{
|
|
3268
3469
|
fill: fill || color || "currentColor",
|
|
@@ -3270,9 +3471,20 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3270
3471
|
}
|
|
3271
3472
|
) }), PlayFilled_default = IconPlayFilled;
|
|
3272
3473
|
|
|
3474
|
+
// src/components/Play.tsx
|
|
3475
|
+
var import_jsx_runtime93 = __toESM(require_jsx_runtime()), IconPlay = ({ 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)(
|
|
3476
|
+
"path",
|
|
3477
|
+
{
|
|
3478
|
+
fill: stroke || color || "currentColor",
|
|
3479
|
+
d: "M7.5 24H10.5L22.5 12L10.5 0L7.5 1.31134e-07L7.5 24ZM9.75 2.43198L19.318 12L9.75 21.568V2.43198Z",
|
|
3480
|
+
fillRule: "evenodd",
|
|
3481
|
+
clipRule: "evenodd"
|
|
3482
|
+
}
|
|
3483
|
+
) }), Play_default = IconPlay;
|
|
3484
|
+
|
|
3273
3485
|
// src/components/Previouscene.tsx
|
|
3274
|
-
var
|
|
3275
|
-
/* @__PURE__ */ (0,
|
|
3486
|
+
var import_jsx_runtime94 = __toESM(require_jsx_runtime()), IconPreviouscene = ({ 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: [
|
|
3487
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
3276
3488
|
"rect",
|
|
3277
3489
|
{
|
|
3278
3490
|
width: "22.5",
|
|
@@ -3284,7 +3496,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3284
3496
|
strokeWidth: "1.5"
|
|
3285
3497
|
}
|
|
3286
3498
|
),
|
|
3287
|
-
/* @__PURE__ */ (0,
|
|
3499
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
3288
3500
|
"path",
|
|
3289
3501
|
{
|
|
3290
3502
|
fill: stroke || color || "currentColor",
|
|
@@ -3294,7 +3506,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3294
3506
|
] }), Previouscene_default = IconPreviouscene;
|
|
3295
3507
|
|
|
3296
3508
|
// src/components/ProblemNoticeFilled.tsx
|
|
3297
|
-
var
|
|
3509
|
+
var import_jsx_runtime95 = __toESM(require_jsx_runtime()), IconProblemNoticeFilled = ({ 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)(
|
|
3298
3510
|
"path",
|
|
3299
3511
|
{
|
|
3300
3512
|
fill: fill || color || "currentColor",
|
|
@@ -3305,10 +3517,10 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3305
3517
|
) }), ProblemNoticeFilled_default = IconProblemNoticeFilled;
|
|
3306
3518
|
|
|
3307
3519
|
// src/components/Problem.tsx
|
|
3308
|
-
var
|
|
3309
|
-
/* @__PURE__ */ (0,
|
|
3310
|
-
/* @__PURE__ */ (0,
|
|
3311
|
-
/* @__PURE__ */ (0,
|
|
3520
|
+
var import_jsx_runtime96 = __toESM(require_jsx_runtime()), IconProblem = ({ 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: [
|
|
3521
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 13.5V6H10.875V13.5H13.125Z" }),
|
|
3522
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 18V15.75H10.875V18H13.125Z" }),
|
|
3523
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
|
|
3312
3524
|
"path",
|
|
3313
3525
|
{
|
|
3314
3526
|
fill: stroke || color || "currentColor",
|
|
@@ -3320,7 +3532,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3320
3532
|
] }), Problem_default = IconProblem;
|
|
3321
3533
|
|
|
3322
3534
|
// src/components/Ratio169.tsx
|
|
3323
|
-
var
|
|
3535
|
+
var import_jsx_runtime97 = __toESM(require_jsx_runtime()), IconRatio169 = ({ 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)(
|
|
3324
3536
|
"path",
|
|
3325
3537
|
{
|
|
3326
3538
|
fill: stroke || color || "currentColor",
|
|
@@ -3329,15 +3541,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3329
3541
|
) }), Ratio169_default = IconRatio169;
|
|
3330
3542
|
|
|
3331
3543
|
// src/components/Ratio11.tsx
|
|
3332
|
-
var
|
|
3333
|
-
/* @__PURE__ */ (0,
|
|
3544
|
+
var import_jsx_runtime98 = __toESM(require_jsx_runtime()), IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3545
|
+
/* @__PURE__ */ (0, import_jsx_runtime98.jsx)("g", { clipPath: "url(#clip0_13_501)", children: /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
|
|
3334
3546
|
"path",
|
|
3335
3547
|
{
|
|
3336
3548
|
fill: stroke || color || "currentColor",
|
|
3337
3549
|
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"
|
|
3338
3550
|
}
|
|
3339
3551
|
) }),
|
|
3340
|
-
/* @__PURE__ */ (0,
|
|
3552
|
+
/* @__PURE__ */ (0, import_jsx_runtime98.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("clipPath", { id: "clip0_13_501", children: /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
|
|
3341
3553
|
"rect",
|
|
3342
3554
|
{
|
|
3343
3555
|
width: "24",
|
|
@@ -3349,15 +3561,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3349
3561
|
] }), Ratio11_default = IconRatio11;
|
|
3350
3562
|
|
|
3351
3563
|
// src/components/Ratio916.tsx
|
|
3352
|
-
var
|
|
3353
|
-
/* @__PURE__ */ (0,
|
|
3564
|
+
var import_jsx_runtime99 = __toESM(require_jsx_runtime()), IconRatio916 = ({ 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: [
|
|
3565
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("g", { clipPath: "url(#clip0_13_499)", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
3354
3566
|
"path",
|
|
3355
3567
|
{
|
|
3356
3568
|
fill: stroke || color || "currentColor",
|
|
3357
3569
|
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"
|
|
3358
3570
|
}
|
|
3359
3571
|
) }),
|
|
3360
|
-
/* @__PURE__ */ (0,
|
|
3572
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("clipPath", { id: "clip0_13_499", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
3361
3573
|
"rect",
|
|
3362
3574
|
{
|
|
3363
3575
|
width: "24",
|
|
@@ -3369,15 +3581,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3369
3581
|
] }), Ratio916_default = IconRatio916;
|
|
3370
3582
|
|
|
3371
3583
|
// src/components/Ratio.tsx
|
|
3372
|
-
var
|
|
3373
|
-
/* @__PURE__ */ (0,
|
|
3584
|
+
var import_jsx_runtime100 = __toESM(require_jsx_runtime()), IconRatio = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3585
|
+
/* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
|
|
3374
3586
|
"path",
|
|
3375
3587
|
{
|
|
3376
3588
|
fill: stroke || color || "currentColor",
|
|
3377
3589
|
d: "M3 0V3L0 3V5.25L18.75 5.25V24H21V21H24V18.75H21L21 3L5.25 3V0H3Z"
|
|
3378
3590
|
}
|
|
3379
3591
|
),
|
|
3380
|
-
/* @__PURE__ */ (0,
|
|
3592
|
+
/* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
|
|
3381
3593
|
"path",
|
|
3382
3594
|
{
|
|
3383
3595
|
fill: stroke || color || "currentColor",
|
|
@@ -3387,7 +3599,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3387
3599
|
] }), Ratio_default = IconRatio;
|
|
3388
3600
|
|
|
3389
3601
|
// src/components/ReEdit.tsx
|
|
3390
|
-
var
|
|
3602
|
+
var import_jsx_runtime101 = __toESM(require_jsx_runtime()), IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
3391
3603
|
"path",
|
|
3392
3604
|
{
|
|
3393
3605
|
fill: stroke || color || "currentColor",
|
|
@@ -3398,7 +3610,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3398
3610
|
) }), ReEdit_default = IconReEdit;
|
|
3399
3611
|
|
|
3400
3612
|
// src/components/Regenerate.tsx
|
|
3401
|
-
var
|
|
3613
|
+
var import_jsx_runtime102 = __toESM(require_jsx_runtime()), IconRegenerate = ({ 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)(
|
|
3402
3614
|
"path",
|
|
3403
3615
|
{
|
|
3404
3616
|
fill: stroke || color || "currentColor",
|
|
@@ -3409,7 +3621,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3409
3621
|
) }), Regenerate_default = IconRegenerate;
|
|
3410
3622
|
|
|
3411
3623
|
// src/components/SceneNext.tsx
|
|
3412
|
-
var
|
|
3624
|
+
var import_jsx_runtime103 = __toESM(require_jsx_runtime()), IconSceneNext = ({ 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)(
|
|
3413
3625
|
"path",
|
|
3414
3626
|
{
|
|
3415
3627
|
fill: stroke || color || "currentColor",
|
|
@@ -3418,19 +3630,19 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3418
3630
|
) }), SceneNext_default = IconSceneNext;
|
|
3419
3631
|
|
|
3420
3632
|
// src/components/Scriptmode.tsx
|
|
3421
|
-
var
|
|
3422
|
-
/* @__PURE__ */ (0,
|
|
3423
|
-
/* @__PURE__ */ (0,
|
|
3424
|
-
/* @__PURE__ */ (0,
|
|
3425
|
-
/* @__PURE__ */ (0,
|
|
3426
|
-
/* @__PURE__ */ (0,
|
|
3427
|
-
/* @__PURE__ */ (0,
|
|
3428
|
-
/* @__PURE__ */ (0,
|
|
3429
|
-
/* @__PURE__ */ (0,
|
|
3633
|
+
var import_jsx_runtime104 = __toESM(require_jsx_runtime()), IconScriptmode = ({ 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: [
|
|
3634
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H3.75V1.5H1.5V3.75Z" }),
|
|
3635
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 10.125H3.75V7.875H1.5V10.125Z" }),
|
|
3636
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H3.75V13.875H1.5V16.125Z" }),
|
|
3637
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H3.75V20.25H1.5V22.5Z" }),
|
|
3638
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 3.75H22.5V1.5H7.5V3.75Z" }),
|
|
3639
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 10.125H22.5V7.875H7.5V10.125Z" }),
|
|
3640
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 16.125H22.5V13.875H7.5V16.125Z" }),
|
|
3641
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 22.5H22.5V20.25H7.5V22.5Z" })
|
|
3430
3642
|
] }), Scriptmode_default = IconScriptmode;
|
|
3431
3643
|
|
|
3432
3644
|
// src/components/ShareFilled.tsx
|
|
3433
|
-
var
|
|
3645
|
+
var import_jsx_runtime105 = __toESM(require_jsx_runtime()), IconShareFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
|
|
3434
3646
|
"path",
|
|
3435
3647
|
{
|
|
3436
3648
|
fill: fill || color || "currentColor",
|
|
@@ -3439,7 +3651,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3439
3651
|
) }), ShareFilled_default = IconShareFilled;
|
|
3440
3652
|
|
|
3441
3653
|
// src/components/Share.tsx
|
|
3442
|
-
var
|
|
3654
|
+
var import_jsx_runtime106 = __toESM(require_jsx_runtime()), IconShare = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
3443
3655
|
"path",
|
|
3444
3656
|
{
|
|
3445
3657
|
fill: stroke || color || "currentColor",
|
|
@@ -3450,7 +3662,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3450
3662
|
) }), Share_default = IconShare;
|
|
3451
3663
|
|
|
3452
3664
|
// src/components/SocialX.tsx
|
|
3453
|
-
var
|
|
3665
|
+
var import_jsx_runtime107 = __toESM(require_jsx_runtime()), IconSocialX = ({ 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)(
|
|
3454
3666
|
"path",
|
|
3455
3667
|
{
|
|
3456
3668
|
fill: fill || color || "currentColor",
|
|
@@ -3459,7 +3671,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3459
3671
|
) }), SocialX_default = IconSocialX;
|
|
3460
3672
|
|
|
3461
3673
|
// src/components/SocialDiscord.tsx
|
|
3462
|
-
var
|
|
3674
|
+
var import_jsx_runtime108 = __toESM(require_jsx_runtime()), IconSocialDiscord = ({ 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)(
|
|
3463
3675
|
"path",
|
|
3464
3676
|
{
|
|
3465
3677
|
fill: fill || color || "currentColor",
|
|
@@ -3468,8 +3680,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3468
3680
|
) }), SocialDiscord_default = IconSocialDiscord;
|
|
3469
3681
|
|
|
3470
3682
|
// src/components/SoundOff.tsx
|
|
3471
|
-
var
|
|
3472
|
-
/* @__PURE__ */ (0,
|
|
3683
|
+
var import_jsx_runtime109 = __toESM(require_jsx_runtime()), IconSoundOff = ({ 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: [
|
|
3684
|
+
/* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
|
|
3473
3685
|
"path",
|
|
3474
3686
|
{
|
|
3475
3687
|
fill: stroke || color || "currentColor",
|
|
@@ -3478,7 +3690,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3478
3690
|
clipRule: "evenodd"
|
|
3479
3691
|
}
|
|
3480
3692
|
),
|
|
3481
|
-
/* @__PURE__ */ (0,
|
|
3693
|
+
/* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
|
|
3482
3694
|
"path",
|
|
3483
3695
|
{
|
|
3484
3696
|
fill: stroke || color || "currentColor",
|
|
@@ -3488,8 +3700,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3488
3700
|
] }), SoundOff_default = IconSoundOff;
|
|
3489
3701
|
|
|
3490
3702
|
// src/components/SoundOn.tsx
|
|
3491
|
-
var
|
|
3492
|
-
/* @__PURE__ */ (0,
|
|
3703
|
+
var import_jsx_runtime110 = __toESM(require_jsx_runtime()), IconSoundOn = ({ 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: [
|
|
3704
|
+
/* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
|
|
3493
3705
|
"path",
|
|
3494
3706
|
{
|
|
3495
3707
|
fill: stroke || color || "currentColor",
|
|
@@ -3498,14 +3710,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3498
3710
|
clipRule: "evenodd"
|
|
3499
3711
|
}
|
|
3500
3712
|
),
|
|
3501
|
-
/* @__PURE__ */ (0,
|
|
3713
|
+
/* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
|
|
3502
3714
|
"path",
|
|
3503
3715
|
{
|
|
3504
3716
|
fill: stroke || color || "currentColor",
|
|
3505
3717
|
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"
|
|
3506
3718
|
}
|
|
3507
3719
|
),
|
|
3508
|
-
/* @__PURE__ */ (0,
|
|
3720
|
+
/* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
|
|
3509
3721
|
"path",
|
|
3510
3722
|
{
|
|
3511
3723
|
fill: stroke || color || "currentColor",
|
|
@@ -3515,7 +3727,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3515
3727
|
] }), SoundOn_default = IconSoundOn;
|
|
3516
3728
|
|
|
3517
3729
|
// src/components/Storyboard.tsx
|
|
3518
|
-
var
|
|
3730
|
+
var import_jsx_runtime111 = __toESM(require_jsx_runtime()), IconStoryboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
|
|
3519
3731
|
"path",
|
|
3520
3732
|
{
|
|
3521
3733
|
fill: stroke || color || "currentColor",
|
|
@@ -3526,24 +3738,24 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3526
3738
|
) }), Storyboard_default = IconStoryboard;
|
|
3527
3739
|
|
|
3528
3740
|
// src/components/StyleAutoFilled.tsx
|
|
3529
|
-
var
|
|
3530
|
-
/* @__PURE__ */ (0,
|
|
3741
|
+
var import_jsx_runtime112 = __toESM(require_jsx_runtime()), IconStyleAutoFilled = ({ 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: [
|
|
3742
|
+
/* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
|
|
3531
3743
|
"path",
|
|
3532
3744
|
{
|
|
3533
3745
|
fill: fill || color || "currentColor",
|
|
3534
3746
|
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"
|
|
3535
3747
|
}
|
|
3536
3748
|
),
|
|
3537
|
-
/* @__PURE__ */ (0,
|
|
3749
|
+
/* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
|
|
3538
3750
|
"path",
|
|
3539
3751
|
{
|
|
3540
3752
|
fill: fill || color || "currentColor",
|
|
3541
3753
|
d: "M0 16.5V15L6 13.5L7.5 7.5H9L10.5 13.5L16.5 15V16.5L10.5 18L9 24H7.5L6 18L0 16.5Z"
|
|
3542
3754
|
}
|
|
3543
3755
|
),
|
|
3544
|
-
/* @__PURE__ */ (0,
|
|
3545
|
-
/* @__PURE__ */ (0,
|
|
3546
|
-
/* @__PURE__ */ (0,
|
|
3756
|
+
/* @__PURE__ */ (0, import_jsx_runtime112.jsx)("path", { fill: fill || color || "currentColor", d: "M1.5 3L3.75 0.75L6 3L3.75 5.25L1.5 3Z" }),
|
|
3757
|
+
/* @__PURE__ */ (0, import_jsx_runtime112.jsx)("path", { fill: fill || color || "currentColor", d: "M22.5 21L19.5 18L16.5 21L19.5 24L22.5 21Z" }),
|
|
3758
|
+
/* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
|
|
3547
3759
|
"path",
|
|
3548
3760
|
{
|
|
3549
3761
|
fill: fill || color || "currentColor",
|
|
@@ -3553,43 +3765,43 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3553
3765
|
] }), StyleAutoFilled_default = IconStyleAutoFilled;
|
|
3554
3766
|
|
|
3555
3767
|
// src/components/Style.tsx
|
|
3556
|
-
var
|
|
3557
|
-
/* @__PURE__ */ (0,
|
|
3768
|
+
var import_jsx_runtime113 = __toESM(require_jsx_runtime()), IconStyle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3769
|
+
/* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
|
|
3558
3770
|
"path",
|
|
3559
3771
|
{
|
|
3560
3772
|
fill: stroke || color || "currentColor",
|
|
3561
3773
|
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"
|
|
3562
3774
|
}
|
|
3563
3775
|
),
|
|
3564
|
-
/* @__PURE__ */ (0,
|
|
3776
|
+
/* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
|
|
3565
3777
|
"path",
|
|
3566
3778
|
{
|
|
3567
3779
|
fill: stroke || color || "currentColor",
|
|
3568
3780
|
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"
|
|
3569
3781
|
}
|
|
3570
3782
|
),
|
|
3571
|
-
/* @__PURE__ */ (0,
|
|
3783
|
+
/* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
|
|
3572
3784
|
"path",
|
|
3573
3785
|
{
|
|
3574
3786
|
fill: stroke || color || "currentColor",
|
|
3575
3787
|
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"
|
|
3576
3788
|
}
|
|
3577
3789
|
),
|
|
3578
|
-
/* @__PURE__ */ (0,
|
|
3790
|
+
/* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
|
|
3579
3791
|
"path",
|
|
3580
3792
|
{
|
|
3581
3793
|
fill: stroke || color || "currentColor",
|
|
3582
3794
|
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"
|
|
3583
3795
|
}
|
|
3584
3796
|
),
|
|
3585
|
-
/* @__PURE__ */ (0,
|
|
3797
|
+
/* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
|
|
3586
3798
|
"path",
|
|
3587
3799
|
{
|
|
3588
3800
|
fill: stroke || color || "currentColor",
|
|
3589
3801
|
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"
|
|
3590
3802
|
}
|
|
3591
3803
|
),
|
|
3592
|
-
/* @__PURE__ */ (0,
|
|
3804
|
+
/* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
|
|
3593
3805
|
"path",
|
|
3594
3806
|
{
|
|
3595
3807
|
fill: stroke || color || "currentColor",
|
|
@@ -3601,7 +3813,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3601
3813
|
] }), Style_default = IconStyle;
|
|
3602
3814
|
|
|
3603
3815
|
// src/components/SwitchOnFilled.tsx
|
|
3604
|
-
var
|
|
3816
|
+
var import_jsx_runtime114 = __toESM(require_jsx_runtime()), IconSwitchOnFilled = ({ 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)(
|
|
3605
3817
|
"path",
|
|
3606
3818
|
{
|
|
3607
3819
|
fill: fill || color || "currentColor",
|
|
@@ -3612,8 +3824,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3612
3824
|
) }), SwitchOnFilled_default = IconSwitchOnFilled;
|
|
3613
3825
|
|
|
3614
3826
|
// src/components/Target.tsx
|
|
3615
|
-
var
|
|
3616
|
-
/* @__PURE__ */ (0,
|
|
3827
|
+
var import_jsx_runtime115 = __toESM(require_jsx_runtime()), IconTarget = ({ 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: [
|
|
3828
|
+
/* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
|
|
3617
3829
|
"path",
|
|
3618
3830
|
{
|
|
3619
3831
|
fill: stroke || color || "currentColor",
|
|
@@ -3622,7 +3834,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3622
3834
|
clipRule: "evenodd"
|
|
3623
3835
|
}
|
|
3624
3836
|
),
|
|
3625
|
-
/* @__PURE__ */ (0,
|
|
3837
|
+
/* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
|
|
3626
3838
|
"path",
|
|
3627
3839
|
{
|
|
3628
3840
|
fill: stroke || color || "currentColor",
|
|
@@ -3634,43 +3846,43 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3634
3846
|
] }), Target_default = IconTarget;
|
|
3635
3847
|
|
|
3636
3848
|
// src/components/TextLogo.tsx
|
|
3637
|
-
var
|
|
3638
|
-
/* @__PURE__ */ (0,
|
|
3849
|
+
var import_jsx_runtime116 = __toESM(require_jsx_runtime()), IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)("svg", { fill: "none", viewBox: "0 0 124 40", className, width: width || size, height: height || size, children: [
|
|
3850
|
+
/* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
|
|
3639
3851
|
"path",
|
|
3640
3852
|
{
|
|
3641
3853
|
fill: fill || color || "currentColor",
|
|
3642
3854
|
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"
|
|
3643
3855
|
}
|
|
3644
3856
|
),
|
|
3645
|
-
/* @__PURE__ */ (0,
|
|
3857
|
+
/* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
|
|
3646
3858
|
"path",
|
|
3647
3859
|
{
|
|
3648
3860
|
fill: fill || color || "currentColor",
|
|
3649
3861
|
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"
|
|
3650
3862
|
}
|
|
3651
3863
|
),
|
|
3652
|
-
/* @__PURE__ */ (0,
|
|
3864
|
+
/* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
|
|
3653
3865
|
"path",
|
|
3654
3866
|
{
|
|
3655
3867
|
fill: fill || color || "currentColor",
|
|
3656
3868
|
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"
|
|
3657
3869
|
}
|
|
3658
3870
|
),
|
|
3659
|
-
/* @__PURE__ */ (0,
|
|
3871
|
+
/* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
|
|
3660
3872
|
"path",
|
|
3661
3873
|
{
|
|
3662
3874
|
fill: fill || color || "currentColor",
|
|
3663
3875
|
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"
|
|
3664
3876
|
}
|
|
3665
3877
|
),
|
|
3666
|
-
/* @__PURE__ */ (0,
|
|
3878
|
+
/* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
|
|
3667
3879
|
"path",
|
|
3668
3880
|
{
|
|
3669
3881
|
fill: fill || color || "currentColor",
|
|
3670
3882
|
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"
|
|
3671
3883
|
}
|
|
3672
3884
|
),
|
|
3673
|
-
/* @__PURE__ */ (0,
|
|
3885
|
+
/* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
|
|
3674
3886
|
"path",
|
|
3675
3887
|
{
|
|
3676
3888
|
fill: fill || color || "currentColor",
|
|
@@ -3679,16 +3891,27 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3679
3891
|
)
|
|
3680
3892
|
] }), TextLogo_default = IconTextLogo;
|
|
3681
3893
|
|
|
3894
|
+
// src/components/Tips.tsx
|
|
3895
|
+
var import_jsx_runtime117 = __toESM(require_jsx_runtime()), IconTips = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime117.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
|
|
3896
|
+
"path",
|
|
3897
|
+
{
|
|
3898
|
+
fill: stroke || color || "currentColor",
|
|
3899
|
+
d: "M7.5 17.25V21.75L9.75 24H14.25L16.5 21.75V17.25L18.3594 15.3906C20.0501 13.6999 21 11.4021 21 9.01103C21 4.04047 16.9706 0 12 0C7.02944 0 3 4.04047 3 9.01103C3 11.4021 3.94986 13.6999 5.64061 15.3906L7.5 17.25ZM14.25 20.818V18H9.75V20.818L10.682 21.75H13.318L14.25 20.818ZM14.818 15.75H13.125V9H10.875V15.75H9.18198L7.2316 13.7996C5.96366 12.5317 5.25 10.8066 5.25 9.01103C5.25 5.27952 8.27567 2.25 12 2.25C15.7243 2.25 18.75 5.27952 18.75 9.01103C18.75 10.8066 18.0363 12.5317 16.7684 13.7996L14.818 15.75Z",
|
|
3900
|
+
fillRule: "evenodd",
|
|
3901
|
+
clipRule: "evenodd"
|
|
3902
|
+
}
|
|
3903
|
+
) }), Tips_default = IconTips;
|
|
3904
|
+
|
|
3682
3905
|
// src/components/ToolsFilled.tsx
|
|
3683
|
-
var
|
|
3684
|
-
/* @__PURE__ */ (0,
|
|
3906
|
+
var import_jsx_runtime118 = __toESM(require_jsx_runtime()), IconToolsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3907
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
|
|
3685
3908
|
"path",
|
|
3686
3909
|
{
|
|
3687
3910
|
fill: fill || color || "currentColor",
|
|
3688
3911
|
d: "M24 12L19.5 16.5L15 15L9 9L7.5 4.5L12 0L16.5 1.5L22.5 7.5L24 12Z"
|
|
3689
3912
|
}
|
|
3690
3913
|
),
|
|
3691
|
-
/* @__PURE__ */ (0,
|
|
3914
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
|
|
3692
3915
|
"path",
|
|
3693
3916
|
{
|
|
3694
3917
|
fill: fill || color || "currentColor",
|
|
@@ -3698,7 +3921,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3698
3921
|
] }), ToolsFilled_default = IconToolsFilled;
|
|
3699
3922
|
|
|
3700
3923
|
// src/components/Tools.tsx
|
|
3701
|
-
var
|
|
3924
|
+
var import_jsx_runtime119 = __toESM(require_jsx_runtime()), IconTools = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
|
|
3702
3925
|
"path",
|
|
3703
3926
|
{
|
|
3704
3927
|
stroke: stroke || color || "currentColor",
|
|
@@ -3707,8 +3930,19 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3707
3930
|
}
|
|
3708
3931
|
) }), Tools_default = IconTools;
|
|
3709
3932
|
|
|
3933
|
+
// src/components/Uncheck.tsx
|
|
3934
|
+
var import_jsx_runtime120 = __toESM(require_jsx_runtime()), IconUncheck = ({ 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)(
|
|
3935
|
+
"path",
|
|
3936
|
+
{
|
|
3937
|
+
fill: stroke || color || "currentColor",
|
|
3938
|
+
d: "M1.5 1.5V22.5H22.5V1.5H1.5ZM20.25 3.75H3.75V20.25H20.25V3.75Z",
|
|
3939
|
+
fillRule: "evenodd",
|
|
3940
|
+
clipRule: "evenodd"
|
|
3941
|
+
}
|
|
3942
|
+
) }), Uncheck_default = IconUncheck;
|
|
3943
|
+
|
|
3710
3944
|
// src/components/Uploadfiles.tsx
|
|
3711
|
-
var
|
|
3945
|
+
var import_jsx_runtime121 = __toESM(require_jsx_runtime()), IconUploadfiles = ({ 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)(
|
|
3712
3946
|
"path",
|
|
3713
3947
|
{
|
|
3714
3948
|
fill: stroke || color || "currentColor",
|
|
@@ -3717,7 +3951,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3717
3951
|
) }), Uploadfiles_default = IconUploadfiles;
|
|
3718
3952
|
|
|
3719
3953
|
// src/components/Userfeedback.tsx
|
|
3720
|
-
var
|
|
3954
|
+
var import_jsx_runtime122 = __toESM(require_jsx_runtime()), IconUserfeedback = ({ 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)(
|
|
3721
3955
|
"path",
|
|
3722
3956
|
{
|
|
3723
3957
|
fill: stroke || color || "currentColor",
|
|
@@ -3728,22 +3962,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3728
3962
|
) }), Userfeedback_default = IconUserfeedback;
|
|
3729
3963
|
|
|
3730
3964
|
// src/components/VideoGeneration.tsx
|
|
3731
|
-
var
|
|
3732
|
-
/* @__PURE__ */ (0,
|
|
3965
|
+
var import_jsx_runtime123 = __toESM(require_jsx_runtime()), IconVideoGeneration = ({ 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: [
|
|
3966
|
+
/* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
|
|
3733
3967
|
"path",
|
|
3734
3968
|
{
|
|
3735
3969
|
fill: stroke || color || "currentColor",
|
|
3736
3970
|
d: "M12 2.25C6.61522 2.25 2.25 6.61522 2.25 12C2.25 17.3848 6.61522 21.75 12 21.75C17.3848 21.75 21.75 17.3848 21.75 12H24C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0V2.25ZM12 6.75V9.93164L11.25 9.18164V14.8184L14.0684 12H17.25L11.25 18H9V6H11.25L12 6.75Z"
|
|
3737
3971
|
}
|
|
3738
3972
|
),
|
|
3739
|
-
/* @__PURE__ */ (0,
|
|
3973
|
+
/* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
|
|
3740
3974
|
"path",
|
|
3741
3975
|
{
|
|
3742
3976
|
fill: stroke || color || "currentColor",
|
|
3743
3977
|
d: "M13.5 4.5L17.25 3.75L18 0H19.5L20.25 3.75L24 4.5V6L20.25 6.75L19.5 10.5H18L17.25 6.75L13.5 6V4.5Z"
|
|
3744
3978
|
}
|
|
3745
3979
|
),
|
|
3746
|
-
/* @__PURE__ */ (0,
|
|
3980
|
+
/* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
|
|
3747
3981
|
"path",
|
|
3748
3982
|
{
|
|
3749
3983
|
fill: stroke || color || "currentColor",
|
|
@@ -3755,9 +3989,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3755
3989
|
] }), VideoGeneration_default = IconVideoGeneration;
|
|
3756
3990
|
|
|
3757
3991
|
// src/components/VideoLength.tsx
|
|
3758
|
-
var
|
|
3759
|
-
/* @__PURE__ */ (0,
|
|
3760
|
-
/* @__PURE__ */ (0,
|
|
3992
|
+
var import_jsx_runtime124 = __toESM(require_jsx_runtime()), IconVideoLength = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime124.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3993
|
+
/* @__PURE__ */ (0, import_jsx_runtime124.jsx)("path", { fill: stroke || color || "currentColor", d: "M10.875 9V15H13.125V9H10.875Z" }),
|
|
3994
|
+
/* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
|
|
3761
3995
|
"path",
|
|
3762
3996
|
{
|
|
3763
3997
|
fill: stroke || color || "currentColor",
|
|
@@ -3769,8 +4003,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3769
4003
|
] }), VideoLength_default = IconVideoLength;
|
|
3770
4004
|
|
|
3771
4005
|
// src/components/Videogenerate.tsx
|
|
3772
|
-
var
|
|
3773
|
-
/* @__PURE__ */ (0,
|
|
4006
|
+
var import_jsx_runtime125 = __toESM(require_jsx_runtime()), IconVideogenerate = ({ 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: [
|
|
4007
|
+
/* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
|
|
3774
4008
|
"path",
|
|
3775
4009
|
{
|
|
3776
4010
|
fill: stroke || color || "currentColor",
|
|
@@ -3779,7 +4013,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3779
4013
|
clipRule: "evenodd"
|
|
3780
4014
|
}
|
|
3781
4015
|
),
|
|
3782
|
-
/* @__PURE__ */ (0,
|
|
4016
|
+
/* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
|
|
3783
4017
|
"path",
|
|
3784
4018
|
{
|
|
3785
4019
|
fill: stroke || color || "currentColor",
|
|
@@ -3791,7 +4025,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3791
4025
|
] }), Videogenerate_default = IconVideogenerate;
|
|
3792
4026
|
|
|
3793
4027
|
// src/components/Visualstyles.tsx
|
|
3794
|
-
var
|
|
4028
|
+
var import_jsx_runtime126 = __toESM(require_jsx_runtime()), IconVisualstyles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
|
|
3795
4029
|
"path",
|
|
3796
4030
|
{
|
|
3797
4031
|
fill: stroke || color || "currentColor",
|
|
@@ -3802,8 +4036,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3802
4036
|
) }), Visualstyles_default = IconVisualstyles;
|
|
3803
4037
|
|
|
3804
4038
|
// src/components/Volume.tsx
|
|
3805
|
-
var
|
|
3806
|
-
/* @__PURE__ */ (0,
|
|
4039
|
+
var import_jsx_runtime127 = __toESM(require_jsx_runtime()), IconVolume = ({ 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: [
|
|
4040
|
+
/* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
|
|
3807
4041
|
"path",
|
|
3808
4042
|
{
|
|
3809
4043
|
fill: stroke || color || "currentColor",
|
|
@@ -3812,14 +4046,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3812
4046
|
clipRule: "evenodd"
|
|
3813
4047
|
}
|
|
3814
4048
|
),
|
|
3815
|
-
/* @__PURE__ */ (0,
|
|
4049
|
+
/* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
|
|
3816
4050
|
"path",
|
|
3817
4051
|
{
|
|
3818
4052
|
fill: stroke || color || "currentColor",
|
|
3819
4053
|
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"
|
|
3820
4054
|
}
|
|
3821
4055
|
),
|
|
3822
|
-
/* @__PURE__ */ (0,
|
|
4056
|
+
/* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
|
|
3823
4057
|
"path",
|
|
3824
4058
|
{
|
|
3825
4059
|
fill: stroke || color || "currentColor",
|
|
@@ -3827,6 +4061,40 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3827
4061
|
}
|
|
3828
4062
|
)
|
|
3829
4063
|
] }), Volume_default = IconVolume;
|
|
4064
|
+
|
|
4065
|
+
// src/components/Zoomin.tsx
|
|
4066
|
+
var import_jsx_runtime128 = __toESM(require_jsx_runtime()), IconZoomin = ({ 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: [
|
|
4067
|
+
/* @__PURE__ */ (0, import_jsx_runtime128.jsx)(
|
|
4068
|
+
"path",
|
|
4069
|
+
{
|
|
4070
|
+
fill: stroke || color || "currentColor",
|
|
4071
|
+
d: "M11.625 11.625H15V9.375H11.625V6H9.375V9.375H6V11.625H9.375V15H11.625V11.625Z"
|
|
4072
|
+
}
|
|
4073
|
+
),
|
|
4074
|
+
/* @__PURE__ */ (0, import_jsx_runtime128.jsx)(
|
|
4075
|
+
"path",
|
|
4076
|
+
{
|
|
4077
|
+
fill: stroke || color || "currentColor",
|
|
4078
|
+
d: "M21 10.5C21 12.9942 20.1303 15.2854 18.6776 17.0866L23.9705 22.3795L22.3795 23.9705L17.0866 18.6776C15.2854 20.1303 12.9942 21 10.5 21C4.70101 21 0 16.299 0 10.5C0 4.70101 4.70101 0 10.5 0C16.299 0 21 4.70101 21 10.5ZM18.75 10.5C18.75 15.0563 15.0563 18.75 10.5 18.75C5.94365 18.75 2.25 15.0563 2.25 10.5C2.25 5.94365 5.94365 2.25 10.5 2.25C15.0563 2.25 18.75 5.94365 18.75 10.5Z",
|
|
4079
|
+
fillRule: "evenodd",
|
|
4080
|
+
clipRule: "evenodd"
|
|
4081
|
+
}
|
|
4082
|
+
)
|
|
4083
|
+
] }), Zoomin_default = IconZoomin;
|
|
4084
|
+
|
|
4085
|
+
// src/components/Zoomout.tsx
|
|
4086
|
+
var import_jsx_runtime129 = __toESM(require_jsx_runtime()), IconZoomout = ({ 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: [
|
|
4087
|
+
/* @__PURE__ */ (0, import_jsx_runtime129.jsx)("path", { fill: stroke || color || "currentColor", d: "M15 11.625H6V9.375H15V11.625Z" }),
|
|
4088
|
+
/* @__PURE__ */ (0, import_jsx_runtime129.jsx)(
|
|
4089
|
+
"path",
|
|
4090
|
+
{
|
|
4091
|
+
fill: stroke || color || "currentColor",
|
|
4092
|
+
d: "M18.6776 17.0866C20.1303 15.2854 21 12.9942 21 10.5C21 4.70101 16.299 0 10.5 0C4.70101 0 0 4.70101 0 10.5C0 16.299 4.70101 21 10.5 21C12.9942 21 15.2854 20.1303 17.0866 18.6776L22.3795 23.9705L23.9705 22.3795L18.6776 17.0866ZM10.5 18.75C15.0563 18.75 18.75 15.0563 18.75 10.5C18.75 5.94365 15.0563 2.25 10.5 2.25C5.94365 2.25 2.25 5.94365 2.25 10.5C2.25 15.0563 5.94365 18.75 10.5 18.75Z",
|
|
4093
|
+
fillRule: "evenodd",
|
|
4094
|
+
clipRule: "evenodd"
|
|
4095
|
+
}
|
|
4096
|
+
)
|
|
4097
|
+
] }), Zoomout_default = IconZoomout;
|
|
3830
4098
|
})();
|
|
3831
4099
|
/*! Bundled license information:
|
|
3832
4100
|
|