@yoroll/react-icon 0.0.14 → 0.0.15
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 +642 -490
- package/dist/index.iife.js +632 -490
- package/dist/index.iife.min.js +4 -4
- package/dist/index.js +784 -622
- package/dist/index.min.cjs +2 -2
- package/dist/index.min.js +2 -2
- package/dist/types/components/Angleright.d.ts +4 -0
- package/dist/types/components/Copylink.d.ts +4 -0
- package/dist/types/components/Favorite.d.ts +4 -0
- package/dist/types/components/FavoriteFilled.d.ts +4 -0
- package/dist/types/components/Fillin.d.ts +4 -0
- package/dist/types/components/FullScreen.d.ts +4 -0
- package/dist/types/components/RatioAuto.d.ts +4 -0
- package/dist/types/components/Sendrequest.d.ts +4 -0
- package/dist/types/components/Undo.d.ts +4 -0
- package/dist/types/components/Zoomhandle.d.ts +4 -0
- package/dist/types/components/index.d.ts +10 -0
- package/package.json +2 -2
package/dist/index.iife.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @lineargame svg icons react v0.0.
|
|
1
|
+
/*! @lineargame svg icons react v0.0.14 */
|
|
2
2
|
|
|
3
3
|
"use strict";
|
|
4
4
|
(() => {
|
|
@@ -1672,8 +1672,17 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1672
1672
|
}
|
|
1673
1673
|
) }), AngleDown_default = IconAngleDown;
|
|
1674
1674
|
|
|
1675
|
+
// src/components/Angleright.tsx
|
|
1676
|
+
var import_jsx_runtime9 = __toESM(require_jsx_runtime()), IconAngleright = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
|
|
1677
|
+
"path",
|
|
1678
|
+
{
|
|
1679
|
+
fill: stroke || color || "currentColor",
|
|
1680
|
+
d: "M14.9091 12L6.70459 3.79553L8.29558 2.20454L18.0911 12L8.29558 21.7955L6.70459 20.2045L14.9091 12Z"
|
|
1681
|
+
}
|
|
1682
|
+
) }), Angleright_default = IconAngleright;
|
|
1683
|
+
|
|
1675
1684
|
// src/components/Announcement.tsx
|
|
1676
|
-
var
|
|
1685
|
+
var import_jsx_runtime10 = __toESM(require_jsx_runtime()), IconAnnouncement = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
|
|
1677
1686
|
"path",
|
|
1678
1687
|
{
|
|
1679
1688
|
fill: stroke || color || "currentColor",
|
|
@@ -1684,7 +1693,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1684
1693
|
) }), Announcement_default = IconAnnouncement;
|
|
1685
1694
|
|
|
1686
1695
|
// src/components/Artboard.tsx
|
|
1687
|
-
var
|
|
1696
|
+
var import_jsx_runtime11 = __toESM(require_jsx_runtime()), IconArtboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
|
1688
1697
|
"path",
|
|
1689
1698
|
{
|
|
1690
1699
|
fill: stroke || color || "currentColor",
|
|
@@ -1695,17 +1704,17 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1695
1704
|
) }), Artboard_default = IconArtboard;
|
|
1696
1705
|
|
|
1697
1706
|
// src/components/AssetsFilled.tsx
|
|
1698
|
-
var
|
|
1699
|
-
/* @__PURE__ */ (0,
|
|
1700
|
-
/* @__PURE__ */ (0,
|
|
1701
|
-
/* @__PURE__ */ (0,
|
|
1707
|
+
var import_jsx_runtime12 = __toESM(require_jsx_runtime()), IconAssetsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1708
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)("path", { fill: fill || color || "currentColor", d: "M19.5 0H4.5V3H19.5V0Z" }),
|
|
1709
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)("path", { fill: fill || color || "currentColor", d: "M3 6H21V9H3V6Z" }),
|
|
1710
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)("path", { fill: fill || color || "currentColor", d: "M1.5 12H22.5V22.5H1.5V12Z" })
|
|
1702
1711
|
] }), AssetsFilled_default = IconAssetsFilled;
|
|
1703
1712
|
|
|
1704
1713
|
// src/components/Assets.tsx
|
|
1705
|
-
var
|
|
1706
|
-
/* @__PURE__ */ (0,
|
|
1707
|
-
/* @__PURE__ */ (0,
|
|
1708
|
-
/* @__PURE__ */ (0,
|
|
1714
|
+
var import_jsx_runtime13 = __toESM(require_jsx_runtime()), IconAssets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1715
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)("path", { fill: stroke || color || "currentColor", d: "M19.5 0H4.5V2.25H19.5V0Z" }),
|
|
1716
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)("path", { fill: stroke || color || "currentColor", d: "M3 5.25H21V7.5H3V5.25Z" }),
|
|
1717
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
|
1709
1718
|
"path",
|
|
1710
1719
|
{
|
|
1711
1720
|
fill: stroke || color || "currentColor",
|
|
@@ -1717,8 +1726,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1717
1726
|
] }), Assets_default = IconAssets;
|
|
1718
1727
|
|
|
1719
1728
|
// src/components/Backtoprojects.tsx
|
|
1720
|
-
var
|
|
1721
|
-
/* @__PURE__ */ (0,
|
|
1729
|
+
var import_jsx_runtime14 = __toESM(require_jsx_runtime()), IconBacktoprojects = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1730
|
+
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
1722
1731
|
"path",
|
|
1723
1732
|
{
|
|
1724
1733
|
fill: stroke || color || "currentColor",
|
|
@@ -1727,7 +1736,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1727
1736
|
clipRule: "evenodd"
|
|
1728
1737
|
}
|
|
1729
1738
|
),
|
|
1730
|
-
/* @__PURE__ */ (0,
|
|
1739
|
+
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
1731
1740
|
"path",
|
|
1732
1741
|
{
|
|
1733
1742
|
fill: stroke || color || "currentColor",
|
|
@@ -1736,7 +1745,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1736
1745
|
clipRule: "evenodd"
|
|
1737
1746
|
}
|
|
1738
1747
|
),
|
|
1739
|
-
/* @__PURE__ */ (0,
|
|
1748
|
+
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
1740
1749
|
"path",
|
|
1741
1750
|
{
|
|
1742
1751
|
fill: stroke || color || "currentColor",
|
|
@@ -1745,7 +1754,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1745
1754
|
clipRule: "evenodd"
|
|
1746
1755
|
}
|
|
1747
1756
|
),
|
|
1748
|
-
/* @__PURE__ */ (0,
|
|
1757
|
+
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
1749
1758
|
"path",
|
|
1750
1759
|
{
|
|
1751
1760
|
fill: stroke || color || "currentColor",
|
|
@@ -1757,7 +1766,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1757
1766
|
] }), Backtoprojects_default = IconBacktoprojects;
|
|
1758
1767
|
|
|
1759
1768
|
// src/components/Backward.tsx
|
|
1760
|
-
var
|
|
1769
|
+
var import_jsx_runtime15 = __toESM(require_jsx_runtime()), IconBackward = ({ 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)(
|
|
1761
1770
|
"path",
|
|
1762
1771
|
{
|
|
1763
1772
|
fill: stroke || color || "currentColor",
|
|
@@ -1766,7 +1775,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1766
1775
|
) }), Backward_default = IconBackward;
|
|
1767
1776
|
|
|
1768
1777
|
// src/components/BatchShots.tsx
|
|
1769
|
-
var
|
|
1778
|
+
var import_jsx_runtime16 = __toESM(require_jsx_runtime()), IconBatchShots = ({ 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)(
|
|
1770
1779
|
"path",
|
|
1771
1780
|
{
|
|
1772
1781
|
fill: stroke || color || "currentColor",
|
|
@@ -1777,7 +1786,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1777
1786
|
) }), BatchShots_default = IconBatchShots;
|
|
1778
1787
|
|
|
1779
1788
|
// src/components/Canvasmode.tsx
|
|
1780
|
-
var
|
|
1789
|
+
var import_jsx_runtime17 = __toESM(require_jsx_runtime()), IconCanvasmode = ({ 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)(
|
|
1781
1790
|
"path",
|
|
1782
1791
|
{
|
|
1783
1792
|
fill: stroke || color || "currentColor",
|
|
@@ -1788,7 +1797,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1788
1797
|
) }), Canvasmode_default = IconCanvasmode;
|
|
1789
1798
|
|
|
1790
1799
|
// src/components/Changeprofilephoto.tsx
|
|
1791
|
-
var
|
|
1800
|
+
var import_jsx_runtime18 = __toESM(require_jsx_runtime()), IconChangeprofilephoto = ({ 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)(
|
|
1792
1801
|
"path",
|
|
1793
1802
|
{
|
|
1794
1803
|
fill: stroke || color || "currentColor",
|
|
@@ -1799,7 +1808,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1799
1808
|
) }), Changeprofilephoto_default = IconChangeprofilephoto;
|
|
1800
1809
|
|
|
1801
1810
|
// src/components/Chaptercollapse.tsx
|
|
1802
|
-
var
|
|
1811
|
+
var import_jsx_runtime19 = __toESM(require_jsx_runtime()), IconChaptercollapse = ({ 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)(
|
|
1803
1812
|
"path",
|
|
1804
1813
|
{
|
|
1805
1814
|
fill: stroke || color || "currentColor",
|
|
@@ -1810,7 +1819,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1810
1819
|
) }), Chaptercollapse_default = IconChaptercollapse;
|
|
1811
1820
|
|
|
1812
1821
|
// src/components/Chapterexpand.tsx
|
|
1813
|
-
var
|
|
1822
|
+
var import_jsx_runtime20 = __toESM(require_jsx_runtime()), IconChapterexpand = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
1814
1823
|
"path",
|
|
1815
1824
|
{
|
|
1816
1825
|
fill: stroke || color || "currentColor",
|
|
@@ -1821,7 +1830,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1821
1830
|
) }), Chapterexpand_default = IconChapterexpand;
|
|
1822
1831
|
|
|
1823
1832
|
// src/components/Check.tsx
|
|
1824
|
-
var
|
|
1833
|
+
var import_jsx_runtime21 = __toESM(require_jsx_runtime()), IconCheck = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
1825
1834
|
"path",
|
|
1826
1835
|
{
|
|
1827
1836
|
fill: stroke || color || "currentColor",
|
|
@@ -1830,7 +1839,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1830
1839
|
) }), Check_default = IconCheck;
|
|
1831
1840
|
|
|
1832
1841
|
// src/components/CheckedFilled.tsx
|
|
1833
|
-
var
|
|
1842
|
+
var import_jsx_runtime22 = __toESM(require_jsx_runtime()), IconCheckedFilled = ({ 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)(
|
|
1834
1843
|
"path",
|
|
1835
1844
|
{
|
|
1836
1845
|
fill: fill || color || "currentColor",
|
|
@@ -1841,7 +1850,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1841
1850
|
) }), CheckedFilled_default = IconCheckedFilled;
|
|
1842
1851
|
|
|
1843
1852
|
// src/components/Close.tsx
|
|
1844
|
-
var
|
|
1853
|
+
var import_jsx_runtime23 = __toESM(require_jsx_runtime()), IconClose = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
1845
1854
|
"path",
|
|
1846
1855
|
{
|
|
1847
1856
|
fill: stroke || color || "currentColor",
|
|
@@ -1850,9 +1859,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1850
1859
|
) }), Close_default = IconClose;
|
|
1851
1860
|
|
|
1852
1861
|
// src/components/Copy.tsx
|
|
1853
|
-
var
|
|
1854
|
-
/* @__PURE__ */ (0,
|
|
1855
|
-
/* @__PURE__ */ (0,
|
|
1862
|
+
var import_jsx_runtime24 = __toESM(require_jsx_runtime()), IconCopy = ({ 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: [
|
|
1863
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)("path", { fill: stroke || color || "currentColor", d: "M12.75 2.25H2.25V12.75H6V15H0V0H15V6H12.75V2.25Z" }),
|
|
1864
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
1856
1865
|
"path",
|
|
1857
1866
|
{
|
|
1858
1867
|
fill: stroke || color || "currentColor",
|
|
@@ -1863,9 +1872,20 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1863
1872
|
)
|
|
1864
1873
|
] }), Copy_default = IconCopy;
|
|
1865
1874
|
|
|
1875
|
+
// src/components/Copylink.tsx
|
|
1876
|
+
var import_jsx_runtime25 = __toESM(require_jsx_runtime()), IconCopylink = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
1877
|
+
"path",
|
|
1878
|
+
{
|
|
1879
|
+
fill: stroke || color || "currentColor",
|
|
1880
|
+
d: "M16.5 9C18.9853 9 21 6.98528 21 4.5C21 2.01472 18.9853 0 16.5 0C14.0147 0 12 2.01472 12 4.5C12 4.97253 12.0728 5.42805 12.2079 5.85594L7.59859 8.73675C6.79167 7.9703 5.70076 7.5 4.5 7.5C2.01472 7.5 0 9.51472 0 12C0 14.4853 2.01472 16.5 4.5 16.5C5.70076 16.5 6.79167 16.0297 7.59859 15.2633L12.2079 18.1441C12.0728 18.572 12 19.0275 12 19.5C12 21.9853 14.0147 24 16.5 24C18.9853 24 21 21.9853 21 19.5C21 17.0147 18.9853 15 16.5 15C15.2993 15 14.2083 15.4703 13.4014 16.2367L8.79213 13.3559C8.92717 12.928 9 12.4725 9 12C9 11.5275 8.92717 11.072 8.79213 10.6441L13.4014 7.76328C14.2083 8.52971 15.2993 9 16.5 9ZM16.5 6.75C17.7426 6.75 18.75 5.74264 18.75 4.5C18.75 3.25736 17.7426 2.25 16.5 2.25C15.2574 2.25 14.25 3.25736 14.25 4.5C14.25 5.74264 15.2574 6.75 16.5 6.75ZM6.75 12C6.75 13.2426 5.74264 14.25 4.5 14.25C3.25736 14.25 2.25 13.2426 2.25 12C2.25 10.7574 3.25736 9.75 4.5 9.75C5.74264 9.75 6.75 10.7574 6.75 12ZM18.75 19.5C18.75 20.7426 17.7426 21.75 16.5 21.75C15.2574 21.75 14.25 20.7426 14.25 19.5C14.25 18.2574 15.2574 17.25 16.5 17.25C17.7426 17.25 18.75 18.2574 18.75 19.5Z",
|
|
1881
|
+
fillRule: "evenodd",
|
|
1882
|
+
clipRule: "evenodd"
|
|
1883
|
+
}
|
|
1884
|
+
) }), Copylink_default = IconCopylink;
|
|
1885
|
+
|
|
1866
1886
|
// src/components/CreditFilled.tsx
|
|
1867
|
-
var
|
|
1868
|
-
/* @__PURE__ */ (0,
|
|
1887
|
+
var import_jsx_runtime26 = __toESM(require_jsx_runtime()), IconCreditFilled = ({ 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: [
|
|
1888
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)("g", { clipPath: "url(#clip0_2_28)", children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
1869
1889
|
"path",
|
|
1870
1890
|
{
|
|
1871
1891
|
fill: fill || color || "currentColor",
|
|
@@ -1874,11 +1894,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1874
1894
|
clipRule: "evenodd"
|
|
1875
1895
|
}
|
|
1876
1896
|
) }),
|
|
1877
|
-
/* @__PURE__ */ (0,
|
|
1897
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("clipPath", { id: "clip0_2_28", children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
1878
1898
|
] }), CreditFilled_default = IconCreditFilled;
|
|
1879
1899
|
|
|
1880
1900
|
// src/components/Cursor.tsx
|
|
1881
|
-
var
|
|
1901
|
+
var import_jsx_runtime27 = __toESM(require_jsx_runtime()), IconCursor = ({ 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)(
|
|
1882
1902
|
"path",
|
|
1883
1903
|
{
|
|
1884
1904
|
fill: stroke || color || "currentColor",
|
|
@@ -1889,9 +1909,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1889
1909
|
) }), Cursor_default = IconCursor;
|
|
1890
1910
|
|
|
1891
1911
|
// src/components/DeleteSceneChoice.tsx
|
|
1892
|
-
var
|
|
1893
|
-
/* @__PURE__ */ (0,
|
|
1894
|
-
/* @__PURE__ */ (0,
|
|
1912
|
+
var import_jsx_runtime28 = __toESM(require_jsx_runtime()), IconDeleteSceneChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1913
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)("path", { fill: stroke || color || "currentColor", d: "M18 10.875H6V13.125H18V10.875Z" }),
|
|
1914
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
1895
1915
|
"path",
|
|
1896
1916
|
{
|
|
1897
1917
|
fill: stroke || color || "currentColor",
|
|
@@ -1903,9 +1923,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1903
1923
|
] }), DeleteSceneChoice_default = IconDeleteSceneChoice;
|
|
1904
1924
|
|
|
1905
1925
|
// src/components/Delete.tsx
|
|
1906
|
-
var
|
|
1907
|
-
/* @__PURE__ */ (0,
|
|
1908
|
-
/* @__PURE__ */ (0,
|
|
1926
|
+
var import_jsx_runtime29 = __toESM(require_jsx_runtime()), IconDelete = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1927
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 17.25V11.25H10.875V17.25H13.125Z" }),
|
|
1928
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
1909
1929
|
"path",
|
|
1910
1930
|
{
|
|
1911
1931
|
fill: stroke || color || "currentColor",
|
|
@@ -1917,7 +1937,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1917
1937
|
] }), Delete_default = IconDelete;
|
|
1918
1938
|
|
|
1919
1939
|
// src/components/DownFilled.tsx
|
|
1920
|
-
var
|
|
1940
|
+
var import_jsx_runtime30 = __toESM(require_jsx_runtime()), IconDownFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
1921
1941
|
"path",
|
|
1922
1942
|
{
|
|
1923
1943
|
fill: fill || color || "currentColor",
|
|
@@ -1928,7 +1948,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1928
1948
|
) }), DownFilled_default = IconDownFilled;
|
|
1929
1949
|
|
|
1930
1950
|
// src/components/DownleftFilled.tsx
|
|
1931
|
-
var
|
|
1951
|
+
var import_jsx_runtime31 = __toESM(require_jsx_runtime()), IconDownleftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
1932
1952
|
"path",
|
|
1933
1953
|
{
|
|
1934
1954
|
fill: fill || color || "currentColor",
|
|
@@ -1939,15 +1959,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1939
1959
|
) }), DownleftFilled_default = IconDownleftFilled;
|
|
1940
1960
|
|
|
1941
1961
|
// src/components/Download.tsx
|
|
1942
|
-
var
|
|
1943
|
-
/* @__PURE__ */ (0,
|
|
1962
|
+
var import_jsx_runtime32 = __toESM(require_jsx_runtime()), IconDownload = ({ 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: [
|
|
1963
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
|
|
1944
1964
|
"path",
|
|
1945
1965
|
{
|
|
1946
1966
|
fill: stroke || color || "currentColor",
|
|
1947
1967
|
d: "M22.5 24L22.5 13.5H20.25V21.75L3.75 21.75L3.75 13.5H1.5L1.5 24L22.5 24Z"
|
|
1948
1968
|
}
|
|
1949
1969
|
),
|
|
1950
|
-
/* @__PURE__ */ (0,
|
|
1970
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
|
|
1951
1971
|
"path",
|
|
1952
1972
|
{
|
|
1953
1973
|
fill: stroke || color || "currentColor",
|
|
@@ -1959,7 +1979,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1959
1979
|
] }), Download_default = IconDownload;
|
|
1960
1980
|
|
|
1961
1981
|
// src/components/DownrightFilled.tsx
|
|
1962
|
-
var
|
|
1982
|
+
var import_jsx_runtime33 = __toESM(require_jsx_runtime()), IconDownrightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
1963
1983
|
"path",
|
|
1964
1984
|
{
|
|
1965
1985
|
fill: fill || color || "currentColor",
|
|
@@ -1970,17 +1990,37 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1970
1990
|
) }), DownrightFilled_default = IconDownrightFilled;
|
|
1971
1991
|
|
|
1972
1992
|
// src/components/DraghandleFilled.tsx
|
|
1973
|
-
var
|
|
1974
|
-
/* @__PURE__ */ (0,
|
|
1975
|
-
/* @__PURE__ */ (0,
|
|
1976
|
-
/* @__PURE__ */ (0,
|
|
1977
|
-
/* @__PURE__ */ (0,
|
|
1978
|
-
/* @__PURE__ */ (0,
|
|
1979
|
-
/* @__PURE__ */ (0,
|
|
1993
|
+
var import_jsx_runtime34 = __toESM(require_jsx_runtime()), IconDraghandleFilled = ({ 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: [
|
|
1994
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { fill: fill || color || "currentColor", d: "M18 7.19999V2.39999H13.2V7.19999L18 7.19999Z" }),
|
|
1995
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { fill: fill || color || "currentColor", d: "M18 9.59999V14.4H13.2L13.2 9.59999H18Z" }),
|
|
1996
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 9.59999V14.4H6V9.59999H10.8Z" }),
|
|
1997
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 2.39999V7.19999L6 7.19999V2.39999H10.8Z" }),
|
|
1998
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { fill: fill || color || "currentColor", d: "M18 21.6V16.8H13.2V21.6H18Z" }),
|
|
1999
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 16.8V21.6H6V16.8H10.8Z" })
|
|
1980
2000
|
] }), DraghandleFilled_default = IconDraghandleFilled;
|
|
1981
2001
|
|
|
2002
|
+
// src/components/FavoriteFilled.tsx
|
|
2003
|
+
var import_jsx_runtime35 = __toESM(require_jsx_runtime()), IconFavoriteFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
2004
|
+
"path",
|
|
2005
|
+
{
|
|
2006
|
+
fill: fill || color || "currentColor",
|
|
2007
|
+
d: "M13.5 0H10.5L8.26938 6.86522L1.05083 6.86522L0.123779 9.71839L5.96372 13.9613L3.7331 20.8265L6.16015 22.5899L12 18.3469L17.8399 22.5898L20.267 20.8265L18.0363 13.9613L23.8762 9.71839L22.9492 6.86522L15.7307 6.86522L13.5 0Z"
|
|
2008
|
+
}
|
|
2009
|
+
) }), FavoriteFilled_default = IconFavoriteFilled;
|
|
2010
|
+
|
|
2011
|
+
// src/components/Favorite.tsx
|
|
2012
|
+
var import_jsx_runtime36 = __toESM(require_jsx_runtime()), IconFavorite = ({ 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)(
|
|
2013
|
+
"path",
|
|
2014
|
+
{
|
|
2015
|
+
fill: stroke || color || "currentColor",
|
|
2016
|
+
d: "M18.0363 13.9613L23.8762 9.71839L22.9492 6.86522L15.7307 6.86522L13.5 0H10.5L8.26938 6.86522L1.05083 6.86522L0.123779 9.71839L5.96372 13.9613L3.7331 20.8265L6.16015 22.5899L12 18.3469L17.8399 22.5898L20.267 20.8265L18.0363 13.9613ZM17.4872 19.5524L15.3913 13.1019L20.8785 9.11522L14.0959 9.11522L12 2.66463L9.9041 9.11522L3.12152 9.11522L8.60875 13.1019L6.51285 19.5525L12 15.5658L17.4872 19.5524Z",
|
|
2017
|
+
fillRule: "evenodd",
|
|
2018
|
+
clipRule: "evenodd"
|
|
2019
|
+
}
|
|
2020
|
+
) }), Favorite_default = IconFavorite;
|
|
2021
|
+
|
|
1982
2022
|
// src/components/FeedbackFailFilled.tsx
|
|
1983
|
-
var
|
|
2023
|
+
var import_jsx_runtime37 = __toESM(require_jsx_runtime()), IconFeedbackFailFilled = ({ 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)(
|
|
1984
2024
|
"path",
|
|
1985
2025
|
{
|
|
1986
2026
|
fill: fill || color || "currentColor",
|
|
@@ -1991,7 +2031,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1991
2031
|
) }), FeedbackFailFilled_default = IconFeedbackFailFilled;
|
|
1992
2032
|
|
|
1993
2033
|
// src/components/FeedbackPendingFilled.tsx
|
|
1994
|
-
var
|
|
2034
|
+
var import_jsx_runtime38 = __toESM(require_jsx_runtime()), IconFeedbackPendingFilled = ({ 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)(
|
|
1995
2035
|
"path",
|
|
1996
2036
|
{
|
|
1997
2037
|
fill: fill || color || "currentColor",
|
|
@@ -2002,7 +2042,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2002
2042
|
) }), FeedbackPendingFilled_default = IconFeedbackPendingFilled;
|
|
2003
2043
|
|
|
2004
2044
|
// src/components/FeedbackProblemFilled.tsx
|
|
2005
|
-
var
|
|
2045
|
+
var import_jsx_runtime39 = __toESM(require_jsx_runtime()), IconFeedbackProblemFilled = ({ 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)(
|
|
2006
2046
|
"path",
|
|
2007
2047
|
{
|
|
2008
2048
|
fill: fill || color || "currentColor",
|
|
@@ -2013,29 +2053,29 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2013
2053
|
) }), FeedbackProblemFilled_default = IconFeedbackProblemFilled;
|
|
2014
2054
|
|
|
2015
2055
|
// src/components/FeedbackProblem.tsx
|
|
2016
|
-
var
|
|
2017
|
-
/* @__PURE__ */ (0,
|
|
2056
|
+
var import_jsx_runtime40 = __toESM(require_jsx_runtime()), IconFeedbackProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2057
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
2018
2058
|
"path",
|
|
2019
2059
|
{
|
|
2020
2060
|
fill: stroke || color || "currentColor",
|
|
2021
2061
|
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"
|
|
2022
2062
|
}
|
|
2023
2063
|
),
|
|
2024
|
-
/* @__PURE__ */ (0,
|
|
2064
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
2025
2065
|
"path",
|
|
2026
2066
|
{
|
|
2027
2067
|
fill: stroke || color || "currentColor",
|
|
2028
2068
|
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"
|
|
2029
2069
|
}
|
|
2030
2070
|
),
|
|
2031
|
-
/* @__PURE__ */ (0,
|
|
2071
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
2032
2072
|
"path",
|
|
2033
2073
|
{
|
|
2034
2074
|
fill: stroke || color || "currentColor",
|
|
2035
2075
|
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"
|
|
2036
2076
|
}
|
|
2037
2077
|
),
|
|
2038
|
-
/* @__PURE__ */ (0,
|
|
2078
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
2039
2079
|
"path",
|
|
2040
2080
|
{
|
|
2041
2081
|
fill: stroke || color || "currentColor",
|
|
@@ -2047,8 +2087,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2047
2087
|
] }), FeedbackProblem_default = IconFeedbackProblem;
|
|
2048
2088
|
|
|
2049
2089
|
// src/components/FiletypeImageFilled.tsx
|
|
2050
|
-
var
|
|
2051
|
-
/* @__PURE__ */ (0,
|
|
2090
|
+
var import_jsx_runtime41 = __toESM(require_jsx_runtime()), IconFiletypeImageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2091
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
2052
2092
|
"path",
|
|
2053
2093
|
{
|
|
2054
2094
|
fill: "#2E2E2E",
|
|
@@ -2056,21 +2096,21 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2056
2096
|
style: { opacity: 0.3 }
|
|
2057
2097
|
}
|
|
2058
2098
|
) }),
|
|
2059
|
-
/* @__PURE__ */ (0,
|
|
2099
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
2060
2100
|
"path",
|
|
2061
2101
|
{
|
|
2062
2102
|
fill: "#2E2E2E",
|
|
2063
2103
|
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"
|
|
2064
2104
|
}
|
|
2065
2105
|
),
|
|
2066
|
-
/* @__PURE__ */ (0,
|
|
2106
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
2067
2107
|
"path",
|
|
2068
2108
|
{
|
|
2069
2109
|
fill: "#2E2E2E",
|
|
2070
2110
|
d: "M10.5938 11.0625C11.0252 11.0625 11.375 10.7127 11.375 10.2812C11.375 9.84978 11.0252 9.5 10.5938 9.5C10.1623 9.5 9.8125 9.84978 9.8125 10.2812C9.8125 10.7127 10.1623 11.0625 10.5938 11.0625Z"
|
|
2071
2111
|
}
|
|
2072
2112
|
),
|
|
2073
|
-
/* @__PURE__ */ (0,
|
|
2113
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
2074
2114
|
"path",
|
|
2075
2115
|
{
|
|
2076
2116
|
fill: "#2E2E2E",
|
|
@@ -2082,8 +2122,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2082
2122
|
] }), FiletypeImageFilled_default = IconFiletypeImageFilled;
|
|
2083
2123
|
|
|
2084
2124
|
// src/components/FiletypePdfFilled.tsx
|
|
2085
|
-
var
|
|
2086
|
-
/* @__PURE__ */ (0,
|
|
2125
|
+
var import_jsx_runtime42 = __toESM(require_jsx_runtime()), IconFiletypePdfFilled = ({ 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: [
|
|
2126
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
2087
2127
|
"path",
|
|
2088
2128
|
{
|
|
2089
2129
|
fill: "#FF3E4C",
|
|
@@ -2091,14 +2131,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2091
2131
|
style: { opacity: 0.3 }
|
|
2092
2132
|
}
|
|
2093
2133
|
) }),
|
|
2094
|
-
/* @__PURE__ */ (0,
|
|
2134
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
2095
2135
|
"path",
|
|
2096
2136
|
{
|
|
2097
2137
|
fill: "#FF3E4C",
|
|
2098
2138
|
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"
|
|
2099
2139
|
}
|
|
2100
2140
|
),
|
|
2101
|
-
/* @__PURE__ */ (0,
|
|
2141
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
2102
2142
|
"path",
|
|
2103
2143
|
{
|
|
2104
2144
|
fill: "#FF3E4C",
|
|
@@ -2108,8 +2148,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2108
2148
|
] }), FiletypePdfFilled_default = IconFiletypePdfFilled;
|
|
2109
2149
|
|
|
2110
2150
|
// src/components/FiletypePdfLumiFilled.tsx
|
|
2111
|
-
var
|
|
2112
|
-
/* @__PURE__ */ (0,
|
|
2151
|
+
var import_jsx_runtime43 = __toESM(require_jsx_runtime()), IconFiletypePdfLumiFilled = ({ 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: [
|
|
2152
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
2113
2153
|
"path",
|
|
2114
2154
|
{
|
|
2115
2155
|
fill: "#2E2E2E",
|
|
@@ -2117,14 +2157,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2117
2157
|
style: { opacity: 0.3 }
|
|
2118
2158
|
}
|
|
2119
2159
|
) }),
|
|
2120
|
-
/* @__PURE__ */ (0,
|
|
2160
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
2121
2161
|
"path",
|
|
2122
2162
|
{
|
|
2123
2163
|
fill: "#2E2E2E",
|
|
2124
2164
|
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"
|
|
2125
2165
|
}
|
|
2126
2166
|
),
|
|
2127
|
-
/* @__PURE__ */ (0,
|
|
2167
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
2128
2168
|
"path",
|
|
2129
2169
|
{
|
|
2130
2170
|
fill: "#2E2E2E",
|
|
@@ -2134,8 +2174,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2134
2174
|
] }), FiletypePdfLumiFilled_default = IconFiletypePdfLumiFilled;
|
|
2135
2175
|
|
|
2136
2176
|
// src/components/FiletypeTxtFilled.tsx
|
|
2137
|
-
var
|
|
2138
|
-
/* @__PURE__ */ (0,
|
|
2177
|
+
var import_jsx_runtime44 = __toESM(require_jsx_runtime()), IconFiletypeTxtFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2178
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
2139
2179
|
"path",
|
|
2140
2180
|
{
|
|
2141
2181
|
fill: "#005FAD",
|
|
@@ -2143,11 +2183,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2143
2183
|
style: { opacity: 0.3 }
|
|
2144
2184
|
}
|
|
2145
2185
|
) }),
|
|
2146
|
-
/* @__PURE__ */ (0,
|
|
2147
|
-
/* @__PURE__ */ (0,
|
|
2148
|
-
/* @__PURE__ */ (0,
|
|
2149
|
-
/* @__PURE__ */ (0,
|
|
2150
|
-
/* @__PURE__ */ (0,
|
|
2186
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { fill: "#005FAD", d: "M7.625 8.5625H16.375V7.625H7.625V8.5625Z" }),
|
|
2187
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { fill: "#005FAD", d: "M7.625 16.375H13.875V15.4375H7.625V16.375Z" }),
|
|
2188
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { fill: "#005FAD", d: "M16.375 11.2188H7.625V10.2812H16.375V11.2188Z" }),
|
|
2189
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { fill: "#005FAD", d: "M7.625 13.7188H16.375V12.7812H7.625V13.7188Z" }),
|
|
2190
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
2151
2191
|
"path",
|
|
2152
2192
|
{
|
|
2153
2193
|
fill: "#005FAD",
|
|
@@ -2157,8 +2197,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2157
2197
|
] }), FiletypeTxtFilled_default = IconFiletypeTxtFilled;
|
|
2158
2198
|
|
|
2159
2199
|
// src/components/FiletypeTxtLumiFilled.tsx
|
|
2160
|
-
var
|
|
2161
|
-
/* @__PURE__ */ (0,
|
|
2200
|
+
var import_jsx_runtime45 = __toESM(require_jsx_runtime()), IconFiletypeTxtLumiFilled = ({ 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: [
|
|
2201
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
2162
2202
|
"path",
|
|
2163
2203
|
{
|
|
2164
2204
|
fill: "#2E2E2E",
|
|
@@ -2166,11 +2206,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2166
2206
|
style: { opacity: 0.3 }
|
|
2167
2207
|
}
|
|
2168
2208
|
) }),
|
|
2169
|
-
/* @__PURE__ */ (0,
|
|
2170
|
-
/* @__PURE__ */ (0,
|
|
2171
|
-
/* @__PURE__ */ (0,
|
|
2172
|
-
/* @__PURE__ */ (0,
|
|
2173
|
-
/* @__PURE__ */ (0,
|
|
2209
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { fill: "#2E2E2E", d: "M7.625 8.5625H16.375V7.625H7.625V8.5625Z" }),
|
|
2210
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { fill: "#2E2E2E", d: "M7.625 16.375H13.875V15.4375H7.625V16.375Z" }),
|
|
2211
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { fill: "#2E2E2E", d: "M16.375 11.2188H7.625V10.2812H16.375V11.2188Z" }),
|
|
2212
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { fill: "#2E2E2E", d: "M7.625 13.7188H16.375V12.7812H7.625V13.7188Z" }),
|
|
2213
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
2174
2214
|
"path",
|
|
2175
2215
|
{
|
|
2176
2216
|
fill: "#2E2E2E",
|
|
@@ -2180,8 +2220,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2180
2220
|
] }), FiletypeTxtLumiFilled_default = IconFiletypeTxtLumiFilled;
|
|
2181
2221
|
|
|
2182
2222
|
// src/components/FiletypeWordFilled.tsx
|
|
2183
|
-
var
|
|
2184
|
-
/* @__PURE__ */ (0,
|
|
2223
|
+
var import_jsx_runtime46 = __toESM(require_jsx_runtime()), IconFiletypeWordFilled = ({ 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: [
|
|
2224
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
2185
2225
|
"path",
|
|
2186
2226
|
{
|
|
2187
2227
|
fill: "#0072FF",
|
|
@@ -2189,14 +2229,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2189
2229
|
style: { opacity: 0.3 }
|
|
2190
2230
|
}
|
|
2191
2231
|
) }),
|
|
2192
|
-
/* @__PURE__ */ (0,
|
|
2232
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
2193
2233
|
"path",
|
|
2194
2234
|
{
|
|
2195
2235
|
fill: "#0072FF",
|
|
2196
2236
|
d: "M8.09258 8L9.69258 16H10.8121L12 9.56557L13.1879 16H14.3074L15.9074 8H15.1426L13.7547 14.9392L12.4736 8H11.5264L10.2453 14.9392L8.85743 8H8.09258Z"
|
|
2197
2237
|
}
|
|
2198
2238
|
),
|
|
2199
|
-
/* @__PURE__ */ (0,
|
|
2239
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
2200
2240
|
"path",
|
|
2201
2241
|
{
|
|
2202
2242
|
fill: "#0072FF",
|
|
@@ -2206,8 +2246,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2206
2246
|
] }), FiletypeWordFilled_default = IconFiletypeWordFilled;
|
|
2207
2247
|
|
|
2208
2248
|
// src/components/FiletypeWordLumiFilled.tsx
|
|
2209
|
-
var
|
|
2210
|
-
/* @__PURE__ */ (0,
|
|
2249
|
+
var import_jsx_runtime47 = __toESM(require_jsx_runtime()), IconFiletypeWordLumiFilled = ({ 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: [
|
|
2250
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
2211
2251
|
"path",
|
|
2212
2252
|
{
|
|
2213
2253
|
fill: "#2E2E2E",
|
|
@@ -2215,14 +2255,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2215
2255
|
style: { opacity: 0.3 }
|
|
2216
2256
|
}
|
|
2217
2257
|
) }),
|
|
2218
|
-
/* @__PURE__ */ (0,
|
|
2258
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
2219
2259
|
"path",
|
|
2220
2260
|
{
|
|
2221
2261
|
fill: "#2E2E2E",
|
|
2222
2262
|
d: "M8.09257 8L9.69257 16H10.8121L12 9.56557L13.1879 16H14.3074L15.9074 8H15.1426L13.7547 14.9392L12.4736 8H11.5264L10.2453 14.9392L8.85742 8H8.09257Z"
|
|
2223
2263
|
}
|
|
2224
2264
|
),
|
|
2225
|
-
/* @__PURE__ */ (0,
|
|
2265
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
2226
2266
|
"path",
|
|
2227
2267
|
{
|
|
2228
2268
|
fill: "#2E2E2E",
|
|
@@ -2231,26 +2271,56 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2231
2271
|
)
|
|
2232
2272
|
] }), FiletypeWordLumiFilled_default = IconFiletypeWordLumiFilled;
|
|
2233
2273
|
|
|
2274
|
+
// src/components/Fillin.tsx
|
|
2275
|
+
var import_jsx_runtime48 = __toESM(require_jsx_runtime()), IconFillin = ({ 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: [
|
|
2276
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("g", { clipPath: "url(#clip0_491_23)", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
2277
|
+
"path",
|
|
2278
|
+
{
|
|
2279
|
+
fill: stroke || color || "currentColor",
|
|
2280
|
+
d: "M24 9.75V7.5L16.5 0L9 7.5V9.75H15.375V18.75H1.5L1.5 21H17.625V9.75H24ZM12.182 7.5L16.5 3.18198L20.818 7.5H12.182Z",
|
|
2281
|
+
fillRule: "evenodd",
|
|
2282
|
+
clipRule: "evenodd"
|
|
2283
|
+
}
|
|
2284
|
+
) }),
|
|
2285
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("clipPath", { id: "clip0_491_23", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
2286
|
+
"rect",
|
|
2287
|
+
{
|
|
2288
|
+
width: "24",
|
|
2289
|
+
height: "24",
|
|
2290
|
+
fill: stroke || color || "currentColor",
|
|
2291
|
+
transform: "translate(24) rotate(90)"
|
|
2292
|
+
}
|
|
2293
|
+
) }) })
|
|
2294
|
+
] }), Fillin_default = IconFillin;
|
|
2295
|
+
|
|
2234
2296
|
// src/components/FoldedMenu.tsx
|
|
2235
|
-
var
|
|
2236
|
-
/* @__PURE__ */ (0,
|
|
2237
|
-
/* @__PURE__ */ (0,
|
|
2238
|
-
/* @__PURE__ */ (0,
|
|
2239
|
-
/* @__PURE__ */ (0,
|
|
2297
|
+
var import_jsx_runtime49 = __toESM(require_jsx_runtime()), IconFoldedMenu = ({ 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: [
|
|
2298
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H22.5V1.5H1.5V3.75Z" }),
|
|
2299
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H22.5V20.25H1.5V22.5Z" }),
|
|
2300
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)("path", { fill: stroke || color || "currentColor", d: "M22.5 10.125H1.5V7.875H22.5V10.125Z" }),
|
|
2301
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H22.5V13.875H1.5V16.125Z" })
|
|
2240
2302
|
] }), FoldedMenu_default = IconFoldedMenu;
|
|
2241
2303
|
|
|
2304
|
+
// src/components/FullScreen.tsx
|
|
2305
|
+
var import_jsx_runtime50 = __toESM(require_jsx_runtime()), IconFullScreen = ({ 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: [
|
|
2306
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { fill: stroke || color || "currentColor", d: "M3.25 14V20.75H10V23H1V14H3.25Z" }),
|
|
2307
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { fill: stroke || color || "currentColor", d: "M23 23H14V20.75H20.75V14H23V23Z" }),
|
|
2308
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { fill: stroke || color || "currentColor", d: "M10 3.25H3.25V10H1V1H10V3.25Z" }),
|
|
2309
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { fill: stroke || color || "currentColor", d: "M23 10H20.75V3.25H14V1H23V10Z" })
|
|
2310
|
+
] }), FullScreen_default = IconFullScreen;
|
|
2311
|
+
|
|
2242
2312
|
// src/components/GameFilled.tsx
|
|
2243
|
-
var
|
|
2244
|
-
/* @__PURE__ */ (0,
|
|
2245
|
-
/* @__PURE__ */ (0,
|
|
2246
|
-
/* @__PURE__ */ (0,
|
|
2313
|
+
var import_jsx_runtime51 = __toESM(require_jsx_runtime()), IconGameFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2314
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("path", { fill: fill || color || "currentColor", d: "M7.5 0H16.5V5.37868L12 9.87868L7.5 5.37868V0Z" }),
|
|
2315
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("path", { fill: fill || color || "currentColor", d: "M5.37868 7.5H0V16.5H5.37868L9.87868 12L5.37868 7.5Z" }),
|
|
2316
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
2247
2317
|
"path",
|
|
2248
2318
|
{
|
|
2249
2319
|
fill: fill || color || "currentColor",
|
|
2250
2320
|
d: "M7.5 18.6213V24H16.5V18.6213L12 14.1213L7.5 18.6213Z"
|
|
2251
2321
|
}
|
|
2252
2322
|
),
|
|
2253
|
-
/* @__PURE__ */ (0,
|
|
2323
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
2254
2324
|
"path",
|
|
2255
2325
|
{
|
|
2256
2326
|
fill: fill || color || "currentColor",
|
|
@@ -2260,8 +2330,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2260
2330
|
] }), GameFilled_default = IconGameFilled;
|
|
2261
2331
|
|
|
2262
2332
|
// src/components/Game.tsx
|
|
2263
|
-
var
|
|
2264
|
-
/* @__PURE__ */ (0,
|
|
2333
|
+
var import_jsx_runtime52 = __toESM(require_jsx_runtime()), IconGame = ({ 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: [
|
|
2334
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
2265
2335
|
"path",
|
|
2266
2336
|
{
|
|
2267
2337
|
fill: stroke || color || "currentColor",
|
|
@@ -2270,7 +2340,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2270
2340
|
clipRule: "evenodd"
|
|
2271
2341
|
}
|
|
2272
2342
|
),
|
|
2273
|
-
/* @__PURE__ */ (0,
|
|
2343
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
2274
2344
|
"path",
|
|
2275
2345
|
{
|
|
2276
2346
|
fill: stroke || color || "currentColor",
|
|
@@ -2279,7 +2349,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2279
2349
|
clipRule: "evenodd"
|
|
2280
2350
|
}
|
|
2281
2351
|
),
|
|
2282
|
-
/* @__PURE__ */ (0,
|
|
2352
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
2283
2353
|
"path",
|
|
2284
2354
|
{
|
|
2285
2355
|
fill: stroke || color || "currentColor",
|
|
@@ -2288,7 +2358,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2288
2358
|
clipRule: "evenodd"
|
|
2289
2359
|
}
|
|
2290
2360
|
),
|
|
2291
|
-
/* @__PURE__ */ (0,
|
|
2361
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
2292
2362
|
"path",
|
|
2293
2363
|
{
|
|
2294
2364
|
fill: stroke || color || "currentColor",
|
|
@@ -2300,7 +2370,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2300
2370
|
] }), Game_default = IconGame;
|
|
2301
2371
|
|
|
2302
2372
|
// src/components/GamebackupFilled.tsx
|
|
2303
|
-
var
|
|
2373
|
+
var import_jsx_runtime53 = __toESM(require_jsx_runtime()), IconGamebackupFilled = ({ 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)(
|
|
2304
2374
|
"path",
|
|
2305
2375
|
{
|
|
2306
2376
|
fill: fill || color || "currentColor",
|
|
@@ -2311,7 +2381,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2311
2381
|
) }), GamebackupFilled_default = IconGamebackupFilled;
|
|
2312
2382
|
|
|
2313
2383
|
// src/components/Gamebackup.tsx
|
|
2314
|
-
var
|
|
2384
|
+
var import_jsx_runtime54 = __toESM(require_jsx_runtime()), IconGamebackup = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
2315
2385
|
"path",
|
|
2316
2386
|
{
|
|
2317
2387
|
fill: stroke || color || "currentColor",
|
|
@@ -2322,7 +2392,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2322
2392
|
) }), Gamebackup_default = IconGamebackup;
|
|
2323
2393
|
|
|
2324
2394
|
// src/components/GamecontrolChoice.tsx
|
|
2325
|
-
var
|
|
2395
|
+
var import_jsx_runtime55 = __toESM(require_jsx_runtime()), IconGamecontrolChoice = ({ 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)(
|
|
2326
2396
|
"path",
|
|
2327
2397
|
{
|
|
2328
2398
|
fill: stroke || color || "currentColor",
|
|
@@ -2333,7 +2403,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2333
2403
|
) }), GamecontrolChoice_default = IconGamecontrolChoice;
|
|
2334
2404
|
|
|
2335
2405
|
// src/components/GamecontrolGameplay.tsx
|
|
2336
|
-
var
|
|
2406
|
+
var import_jsx_runtime56 = __toESM(require_jsx_runtime()), IconGamecontrolGameplay = ({ 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)(
|
|
2337
2407
|
"path",
|
|
2338
2408
|
{
|
|
2339
2409
|
fill: stroke || color || "currentColor",
|
|
@@ -2344,7 +2414,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2344
2414
|
) }), GamecontrolGameplay_default = IconGamecontrolGameplay;
|
|
2345
2415
|
|
|
2346
2416
|
// src/components/GamecontrolLinear.tsx
|
|
2347
|
-
var
|
|
2417
|
+
var import_jsx_runtime57 = __toESM(require_jsx_runtime()), IconGamecontrolLinear = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
2348
2418
|
"path",
|
|
2349
2419
|
{
|
|
2350
2420
|
fill: stroke || color || "currentColor",
|
|
@@ -2355,15 +2425,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2355
2425
|
) }), GamecontrolLinear_default = IconGamecontrolLinear;
|
|
2356
2426
|
|
|
2357
2427
|
// src/components/GamecontrolNone.tsx
|
|
2358
|
-
var
|
|
2359
|
-
/* @__PURE__ */ (0,
|
|
2428
|
+
var import_jsx_runtime58 = __toESM(require_jsx_runtime()), IconGamecontrolNone = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2429
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
2360
2430
|
"path",
|
|
2361
2431
|
{
|
|
2362
2432
|
fill: stroke || color || "currentColor",
|
|
2363
2433
|
d: "M12 13.5C12.8284 13.5 13.5 12.8284 13.5 12C13.5 11.1716 12.8284 10.5 12 10.5C11.1716 10.5 10.5 11.1716 10.5 12C10.5 12.8284 11.1716 13.5 12 13.5Z"
|
|
2364
2434
|
}
|
|
2365
2435
|
),
|
|
2366
|
-
/* @__PURE__ */ (0,
|
|
2436
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
2367
2437
|
"path",
|
|
2368
2438
|
{
|
|
2369
2439
|
fill: stroke || color || "currentColor",
|
|
@@ -2372,7 +2442,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2372
2442
|
clipRule: "evenodd"
|
|
2373
2443
|
}
|
|
2374
2444
|
),
|
|
2375
|
-
/* @__PURE__ */ (0,
|
|
2445
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
2376
2446
|
"path",
|
|
2377
2447
|
{
|
|
2378
2448
|
fill: stroke || color || "currentColor",
|
|
@@ -2384,7 +2454,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2384
2454
|
] }), GamecontrolNone_default = IconGamecontrolNone;
|
|
2385
2455
|
|
|
2386
2456
|
// src/components/Gamelanguage.tsx
|
|
2387
|
-
var
|
|
2457
|
+
var import_jsx_runtime59 = __toESM(require_jsx_runtime()), IconGamelanguage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
2388
2458
|
"path",
|
|
2389
2459
|
{
|
|
2390
2460
|
fill: stroke || color || "currentColor",
|
|
@@ -2395,8 +2465,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2395
2465
|
) }), Gamelanguage_default = IconGamelanguage;
|
|
2396
2466
|
|
|
2397
2467
|
// src/components/Gamepreview.tsx
|
|
2398
|
-
var
|
|
2399
|
-
/* @__PURE__ */ (0,
|
|
2468
|
+
var import_jsx_runtime60 = __toESM(require_jsx_runtime()), IconGamepreview = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2469
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
2400
2470
|
"path",
|
|
2401
2471
|
{
|
|
2402
2472
|
fill: stroke || color || "currentColor",
|
|
@@ -2405,7 +2475,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2405
2475
|
clipRule: "evenodd"
|
|
2406
2476
|
}
|
|
2407
2477
|
),
|
|
2408
|
-
/* @__PURE__ */ (0,
|
|
2478
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
2409
2479
|
"path",
|
|
2410
2480
|
{
|
|
2411
2481
|
fill: stroke || color || "currentColor",
|
|
@@ -2417,7 +2487,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2417
2487
|
] }), Gamepreview_default = IconGamepreview;
|
|
2418
2488
|
|
|
2419
2489
|
// src/components/Gameui.tsx
|
|
2420
|
-
var
|
|
2490
|
+
var import_jsx_runtime61 = __toESM(require_jsx_runtime()), IconGameui = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
2421
2491
|
"path",
|
|
2422
2492
|
{
|
|
2423
2493
|
fill: stroke || color || "currentColor",
|
|
@@ -2428,15 +2498,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2428
2498
|
) }), Gameui_default = IconGameui;
|
|
2429
2499
|
|
|
2430
2500
|
// src/components/GenerateMultimage.tsx
|
|
2431
|
-
var
|
|
2432
|
-
/* @__PURE__ */ (0,
|
|
2501
|
+
var import_jsx_runtime62 = __toESM(require_jsx_runtime()), IconGenerateMultimage = ({ 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: [
|
|
2502
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
2433
2503
|
"path",
|
|
2434
2504
|
{
|
|
2435
2505
|
fill: stroke || color || "currentColor",
|
|
2436
2506
|
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"
|
|
2437
2507
|
}
|
|
2438
2508
|
),
|
|
2439
|
-
/* @__PURE__ */ (0,
|
|
2509
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
2440
2510
|
"path",
|
|
2441
2511
|
{
|
|
2442
2512
|
fill: stroke || color || "currentColor",
|
|
@@ -2445,11 +2515,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2445
2515
|
clipRule: "evenodd"
|
|
2446
2516
|
}
|
|
2447
2517
|
),
|
|
2448
|
-
/* @__PURE__ */ (0,
|
|
2518
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("path", { fill: stroke || color || "currentColor", d: "M0 6V24H18V21.75H2.25V6H0Z" })
|
|
2449
2519
|
] }), GenerateMultimage_default = IconGenerateMultimage;
|
|
2450
2520
|
|
|
2451
2521
|
// src/components/GenerateFilled.tsx
|
|
2452
|
-
var
|
|
2522
|
+
var import_jsx_runtime63 = __toESM(require_jsx_runtime()), IconGenerateFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
2453
2523
|
"path",
|
|
2454
2524
|
{
|
|
2455
2525
|
fill: fill || color || "currentColor",
|
|
@@ -2460,15 +2530,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2460
2530
|
) }), GenerateFilled_default = IconGenerateFilled;
|
|
2461
2531
|
|
|
2462
2532
|
// src/components/GenerateFrameStart.tsx
|
|
2463
|
-
var
|
|
2464
|
-
/* @__PURE__ */ (0,
|
|
2533
|
+
var import_jsx_runtime64 = __toESM(require_jsx_runtime()), IconGenerateFrameStart = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2534
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
2465
2535
|
"path",
|
|
2466
2536
|
{
|
|
2467
2537
|
fill: stroke || color || "currentColor",
|
|
2468
2538
|
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"
|
|
2469
2539
|
}
|
|
2470
2540
|
),
|
|
2471
|
-
/* @__PURE__ */ (0,
|
|
2541
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
2472
2542
|
"path",
|
|
2473
2543
|
{
|
|
2474
2544
|
fill: stroke || color || "currentColor",
|
|
@@ -2480,8 +2550,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2480
2550
|
] }), GenerateFrameStart_default = IconGenerateFrameStart;
|
|
2481
2551
|
|
|
2482
2552
|
// src/components/GenerateFrameStart2End.tsx
|
|
2483
|
-
var
|
|
2484
|
-
/* @__PURE__ */ (0,
|
|
2553
|
+
var import_jsx_runtime65 = __toESM(require_jsx_runtime()), IconGenerateFrameStart2End = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2554
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
2485
2555
|
"path",
|
|
2486
2556
|
{
|
|
2487
2557
|
fill: stroke || color || "currentColor",
|
|
@@ -2490,14 +2560,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2490
2560
|
clipRule: "evenodd"
|
|
2491
2561
|
}
|
|
2492
2562
|
),
|
|
2493
|
-
/* @__PURE__ */ (0,
|
|
2563
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
2494
2564
|
"path",
|
|
2495
2565
|
{
|
|
2496
2566
|
fill: stroke || color || "currentColor",
|
|
2497
2567
|
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"
|
|
2498
2568
|
}
|
|
2499
2569
|
),
|
|
2500
|
-
/* @__PURE__ */ (0,
|
|
2570
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
2501
2571
|
"path",
|
|
2502
2572
|
{
|
|
2503
2573
|
fill: stroke || color || "currentColor",
|
|
@@ -2509,8 +2579,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2509
2579
|
] }), GenerateFrameStart2End_default = IconGenerateFrameStart2End;
|
|
2510
2580
|
|
|
2511
2581
|
// src/components/GenerateSwitchframe.tsx
|
|
2512
|
-
var
|
|
2513
|
-
/* @__PURE__ */ (0,
|
|
2582
|
+
var import_jsx_runtime66 = __toESM(require_jsx_runtime()), IconGenerateSwitchframe = ({ 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: [
|
|
2583
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
2514
2584
|
"path",
|
|
2515
2585
|
{
|
|
2516
2586
|
fill: stroke || color || "currentColor",
|
|
@@ -2519,7 +2589,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2519
2589
|
clipRule: "evenodd"
|
|
2520
2590
|
}
|
|
2521
2591
|
),
|
|
2522
|
-
/* @__PURE__ */ (0,
|
|
2592
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
2523
2593
|
"path",
|
|
2524
2594
|
{
|
|
2525
2595
|
fill: stroke || color || "currentColor",
|
|
@@ -2531,15 +2601,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2531
2601
|
] }), GenerateSwitchframe_default = IconGenerateSwitchframe;
|
|
2532
2602
|
|
|
2533
2603
|
// src/components/GenerateT2V.tsx
|
|
2534
|
-
var
|
|
2535
|
-
/* @__PURE__ */ (0,
|
|
2604
|
+
var import_jsx_runtime67 = __toESM(require_jsx_runtime()), IconGenerateT2V = ({ 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: [
|
|
2605
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
2536
2606
|
"path",
|
|
2537
2607
|
{
|
|
2538
2608
|
fill: stroke || color || "currentColor",
|
|
2539
2609
|
d: "M6 6V10.5H8.25V8.25H10.875V15.75H8.25V18H15.75V15.75H13.125V8.25H15.75V10.5H18V6H6Z"
|
|
2540
2610
|
}
|
|
2541
2611
|
),
|
|
2542
|
-
/* @__PURE__ */ (0,
|
|
2612
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
2543
2613
|
"path",
|
|
2544
2614
|
{
|
|
2545
2615
|
fill: stroke || color || "currentColor",
|
|
@@ -2551,15 +2621,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2551
2621
|
] }), GenerateT2V_default = IconGenerateT2V;
|
|
2552
2622
|
|
|
2553
2623
|
// src/components/GenreAuto.tsx
|
|
2554
|
-
var
|
|
2555
|
-
/* @__PURE__ */ (0,
|
|
2624
|
+
var import_jsx_runtime68 = __toESM(require_jsx_runtime()), IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2625
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
2556
2626
|
"path",
|
|
2557
2627
|
{
|
|
2558
2628
|
fill: stroke || color || "currentColor",
|
|
2559
2629
|
d: "M18.375 6.375V10.5H16.125V6.375H12V4.125H16.125V0H18.375V4.125H22.5V6.375H18.375Z"
|
|
2560
2630
|
}
|
|
2561
2631
|
),
|
|
2562
|
-
/* @__PURE__ */ (0,
|
|
2632
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
2563
2633
|
"path",
|
|
2564
2634
|
{
|
|
2565
2635
|
fill: stroke || color || "currentColor",
|
|
@@ -2568,15 +2638,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2568
2638
|
clipRule: "evenodd"
|
|
2569
2639
|
}
|
|
2570
2640
|
),
|
|
2571
|
-
/* @__PURE__ */ (0,
|
|
2572
|
-
/* @__PURE__ */ (0,
|
|
2641
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)("path", { fill: stroke || color || "currentColor", d: "M3.75 0.75L1.5 3L3.75 5.25L6 3L3.75 0.75Z" }),
|
|
2642
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
2573
2643
|
"path",
|
|
2574
2644
|
{
|
|
2575
2645
|
fill: stroke || color || "currentColor",
|
|
2576
2646
|
d: "M18 21.75L20.25 19.5L22.5 21.75L20.25 24L18 21.75Z"
|
|
2577
2647
|
}
|
|
2578
2648
|
),
|
|
2579
|
-
/* @__PURE__ */ (0,
|
|
2649
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
2580
2650
|
"path",
|
|
2581
2651
|
{
|
|
2582
2652
|
fill: stroke || color || "currentColor",
|
|
@@ -2586,22 +2656,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2586
2656
|
] }), GenreAuto_default = IconGenreAuto;
|
|
2587
2657
|
|
|
2588
2658
|
// src/components/GenreComedy.tsx
|
|
2589
|
-
var
|
|
2590
|
-
/* @__PURE__ */ (0,
|
|
2659
|
+
var import_jsx_runtime69 = __toESM(require_jsx_runtime()), IconGenreComedy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2660
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
2591
2661
|
"path",
|
|
2592
2662
|
{
|
|
2593
2663
|
fill: stroke || color || "currentColor",
|
|
2594
2664
|
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"
|
|
2595
2665
|
}
|
|
2596
2666
|
),
|
|
2597
|
-
/* @__PURE__ */ (0,
|
|
2667
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
2598
2668
|
"path",
|
|
2599
2669
|
{
|
|
2600
2670
|
fill: stroke || color || "currentColor",
|
|
2601
2671
|
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"
|
|
2602
2672
|
}
|
|
2603
2673
|
),
|
|
2604
|
-
/* @__PURE__ */ (0,
|
|
2674
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
2605
2675
|
"path",
|
|
2606
2676
|
{
|
|
2607
2677
|
fill: stroke || color || "currentColor",
|
|
@@ -2610,7 +2680,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2610
2680
|
clipRule: "evenodd"
|
|
2611
2681
|
}
|
|
2612
2682
|
),
|
|
2613
|
-
/* @__PURE__ */ (0,
|
|
2683
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
2614
2684
|
"path",
|
|
2615
2685
|
{
|
|
2616
2686
|
fill: stroke || color || "currentColor",
|
|
@@ -2622,7 +2692,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2622
2692
|
] }), GenreComedy_default = IconGenreComedy;
|
|
2623
2693
|
|
|
2624
2694
|
// src/components/GenreFantasy.tsx
|
|
2625
|
-
var
|
|
2695
|
+
var import_jsx_runtime70 = __toESM(require_jsx_runtime()), IconGenreFantasy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
2626
2696
|
"path",
|
|
2627
2697
|
{
|
|
2628
2698
|
fill: stroke || color || "currentColor",
|
|
@@ -2633,22 +2703,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2633
2703
|
) }), GenreFantasy_default = IconGenreFantasy;
|
|
2634
2704
|
|
|
2635
2705
|
// src/components/GenreHorror.tsx
|
|
2636
|
-
var
|
|
2637
|
-
/* @__PURE__ */ (0,
|
|
2706
|
+
var import_jsx_runtime71 = __toESM(require_jsx_runtime()), IconGenreHorror = ({ 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: [
|
|
2707
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
2638
2708
|
"path",
|
|
2639
2709
|
{
|
|
2640
2710
|
fill: stroke || color || "currentColor",
|
|
2641
2711
|
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"
|
|
2642
2712
|
}
|
|
2643
2713
|
),
|
|
2644
|
-
/* @__PURE__ */ (0,
|
|
2714
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
2645
2715
|
"path",
|
|
2646
2716
|
{
|
|
2647
2717
|
fill: stroke || color || "currentColor",
|
|
2648
2718
|
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"
|
|
2649
2719
|
}
|
|
2650
2720
|
),
|
|
2651
|
-
/* @__PURE__ */ (0,
|
|
2721
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
2652
2722
|
"path",
|
|
2653
2723
|
{
|
|
2654
2724
|
fill: stroke || color || "currentColor",
|
|
@@ -2660,7 +2730,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2660
2730
|
] }), GenreHorror_default = IconGenreHorror;
|
|
2661
2731
|
|
|
2662
2732
|
// src/components/GenreRomance.tsx
|
|
2663
|
-
var
|
|
2733
|
+
var import_jsx_runtime72 = __toESM(require_jsx_runtime()), IconGenreRomance = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
2664
2734
|
"path",
|
|
2665
2735
|
{
|
|
2666
2736
|
fill: stroke || color || "currentColor",
|
|
@@ -2671,15 +2741,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2671
2741
|
) }), GenreRomance_default = IconGenreRomance;
|
|
2672
2742
|
|
|
2673
2743
|
// src/components/GenreScifi.tsx
|
|
2674
|
-
var
|
|
2675
|
-
/* @__PURE__ */ (0,
|
|
2744
|
+
var import_jsx_runtime73 = __toESM(require_jsx_runtime()), IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2745
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
2676
2746
|
"path",
|
|
2677
2747
|
{
|
|
2678
2748
|
fill: stroke || color || "currentColor",
|
|
2679
2749
|
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"
|
|
2680
2750
|
}
|
|
2681
2751
|
),
|
|
2682
|
-
/* @__PURE__ */ (0,
|
|
2752
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
2683
2753
|
"path",
|
|
2684
2754
|
{
|
|
2685
2755
|
fill: stroke || color || "currentColor",
|
|
@@ -2688,7 +2758,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2688
2758
|
clipRule: "evenodd"
|
|
2689
2759
|
}
|
|
2690
2760
|
),
|
|
2691
|
-
/* @__PURE__ */ (0,
|
|
2761
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
2692
2762
|
"path",
|
|
2693
2763
|
{
|
|
2694
2764
|
fill: stroke || color || "currentColor",
|
|
@@ -2698,7 +2768,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2698
2768
|
] }), GenreScifi_default = IconGenreScifi;
|
|
2699
2769
|
|
|
2700
2770
|
// src/components/GenreSuspense.tsx
|
|
2701
|
-
var
|
|
2771
|
+
var import_jsx_runtime74 = __toESM(require_jsx_runtime()), IconGenreSuspense = ({ 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)(
|
|
2702
2772
|
"path",
|
|
2703
2773
|
{
|
|
2704
2774
|
fill: stroke || color || "currentColor",
|
|
@@ -2709,7 +2779,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2709
2779
|
) }), GenreSuspense_default = IconGenreSuspense;
|
|
2710
2780
|
|
|
2711
2781
|
// src/components/Genre.tsx
|
|
2712
|
-
var
|
|
2782
|
+
var import_jsx_runtime75 = __toESM(require_jsx_runtime()), IconGenre = ({ 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)(
|
|
2713
2783
|
"path",
|
|
2714
2784
|
{
|
|
2715
2785
|
fill: stroke || color || "currentColor",
|
|
@@ -2720,8 +2790,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2720
2790
|
) }), Genre_default = IconGenre;
|
|
2721
2791
|
|
|
2722
2792
|
// src/components/GoogleLogoFilled.tsx
|
|
2723
|
-
var
|
|
2724
|
-
/* @__PURE__ */ (0,
|
|
2793
|
+
var import_jsx_runtime76 = __toESM(require_jsx_runtime()), IconGoogleLogoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2794
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
2725
2795
|
"mask",
|
|
2726
2796
|
{
|
|
2727
2797
|
id: "mask0_48_113",
|
|
@@ -2731,7 +2801,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2731
2801
|
y: "0",
|
|
2732
2802
|
maskUnits: "userSpaceOnUse",
|
|
2733
2803
|
style: { maskType: "luminance" },
|
|
2734
|
-
children: /* @__PURE__ */ (0,
|
|
2804
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
2735
2805
|
"path",
|
|
2736
2806
|
{
|
|
2737
2807
|
fill: stroke || color || "currentColor",
|
|
@@ -2740,64 +2810,64 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2740
2810
|
)
|
|
2741
2811
|
}
|
|
2742
2812
|
),
|
|
2743
|
-
/* @__PURE__ */ (0,
|
|
2744
|
-
/* @__PURE__ */ (0,
|
|
2813
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)("g", { mask: "url(#mask0_48_113)", children: [
|
|
2814
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("g", { filter: "url(#filter0_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
2745
2815
|
"path",
|
|
2746
2816
|
{
|
|
2747
2817
|
fill: "url(#paint0_radial_48_113)",
|
|
2748
2818
|
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"
|
|
2749
2819
|
}
|
|
2750
2820
|
) }),
|
|
2751
|
-
/* @__PURE__ */ (0,
|
|
2821
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("g", { filter: "url(#filter1_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
2752
2822
|
"path",
|
|
2753
2823
|
{
|
|
2754
2824
|
fill: "url(#paint1_radial_48_113)",
|
|
2755
2825
|
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"
|
|
2756
2826
|
}
|
|
2757
2827
|
) }),
|
|
2758
|
-
/* @__PURE__ */ (0,
|
|
2828
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("g", { filter: "url(#filter2_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
2759
2829
|
"path",
|
|
2760
2830
|
{
|
|
2761
2831
|
fill: "url(#paint2_radial_48_113)",
|
|
2762
2832
|
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"
|
|
2763
2833
|
}
|
|
2764
2834
|
) }),
|
|
2765
|
-
/* @__PURE__ */ (0,
|
|
2835
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("g", { filter: "url(#filter3_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
2766
2836
|
"path",
|
|
2767
2837
|
{
|
|
2768
2838
|
fill: "url(#paint3_radial_48_113)",
|
|
2769
2839
|
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"
|
|
2770
2840
|
}
|
|
2771
2841
|
) }),
|
|
2772
|
-
/* @__PURE__ */ (0,
|
|
2842
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("g", { filter: "url(#filter4_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
2773
2843
|
"path",
|
|
2774
2844
|
{
|
|
2775
2845
|
fill: "#3086FF",
|
|
2776
2846
|
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"
|
|
2777
2847
|
}
|
|
2778
2848
|
) }),
|
|
2779
|
-
/* @__PURE__ */ (0,
|
|
2849
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("g", { filter: "url(#filter5_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
2780
2850
|
"path",
|
|
2781
2851
|
{
|
|
2782
2852
|
fill: "url(#paint4_radial_48_113)",
|
|
2783
2853
|
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"
|
|
2784
2854
|
}
|
|
2785
2855
|
) }),
|
|
2786
|
-
/* @__PURE__ */ (0,
|
|
2856
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("g", { filter: "url(#filter6_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
2787
2857
|
"path",
|
|
2788
2858
|
{
|
|
2789
2859
|
fill: "url(#paint5_radial_48_113)",
|
|
2790
2860
|
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"
|
|
2791
2861
|
}
|
|
2792
2862
|
) }),
|
|
2793
|
-
/* @__PURE__ */ (0,
|
|
2863
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("g", { filter: "url(#filter7_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
2794
2864
|
"path",
|
|
2795
2865
|
{
|
|
2796
2866
|
fill: "url(#paint6_radial_48_113)",
|
|
2797
2867
|
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"
|
|
2798
2868
|
}
|
|
2799
2869
|
) }),
|
|
2800
|
-
/* @__PURE__ */ (0,
|
|
2870
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("g", { filter: "url(#filter8_f_48_113)", style: { opacity: 0.5 }, children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
2801
2871
|
"path",
|
|
2802
2872
|
{
|
|
2803
2873
|
fill: "url(#paint7_linear_48_113)",
|
|
@@ -2805,8 +2875,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2805
2875
|
}
|
|
2806
2876
|
) })
|
|
2807
2877
|
] }),
|
|
2808
|
-
/* @__PURE__ */ (0,
|
|
2809
|
-
/* @__PURE__ */ (0,
|
|
2878
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)("defs", { children: [
|
|
2879
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
2810
2880
|
"filter",
|
|
2811
2881
|
{
|
|
2812
2882
|
id: "filter0_f_48_113",
|
|
@@ -2817,13 +2887,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2817
2887
|
filterUnits: "userSpaceOnUse",
|
|
2818
2888
|
colorInterpolationFilters: "sRGB",
|
|
2819
2889
|
children: [
|
|
2820
|
-
/* @__PURE__ */ (0,
|
|
2821
|
-
/* @__PURE__ */ (0,
|
|
2822
|
-
/* @__PURE__ */ (0,
|
|
2890
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2891
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2892
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2823
2893
|
]
|
|
2824
2894
|
}
|
|
2825
2895
|
),
|
|
2826
|
-
/* @__PURE__ */ (0,
|
|
2896
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
2827
2897
|
"filter",
|
|
2828
2898
|
{
|
|
2829
2899
|
id: "filter1_f_48_113",
|
|
@@ -2834,13 +2904,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2834
2904
|
filterUnits: "userSpaceOnUse",
|
|
2835
2905
|
colorInterpolationFilters: "sRGB",
|
|
2836
2906
|
children: [
|
|
2837
|
-
/* @__PURE__ */ (0,
|
|
2838
|
-
/* @__PURE__ */ (0,
|
|
2839
|
-
/* @__PURE__ */ (0,
|
|
2907
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2908
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2909
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2840
2910
|
]
|
|
2841
2911
|
}
|
|
2842
2912
|
),
|
|
2843
|
-
/* @__PURE__ */ (0,
|
|
2913
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
2844
2914
|
"filter",
|
|
2845
2915
|
{
|
|
2846
2916
|
id: "filter2_f_48_113",
|
|
@@ -2851,13 +2921,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2851
2921
|
filterUnits: "userSpaceOnUse",
|
|
2852
2922
|
colorInterpolationFilters: "sRGB",
|
|
2853
2923
|
children: [
|
|
2854
|
-
/* @__PURE__ */ (0,
|
|
2855
|
-
/* @__PURE__ */ (0,
|
|
2856
|
-
/* @__PURE__ */ (0,
|
|
2924
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2925
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2926
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2857
2927
|
]
|
|
2858
2928
|
}
|
|
2859
2929
|
),
|
|
2860
|
-
/* @__PURE__ */ (0,
|
|
2930
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
2861
2931
|
"filter",
|
|
2862
2932
|
{
|
|
2863
2933
|
id: "filter3_f_48_113",
|
|
@@ -2868,13 +2938,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2868
2938
|
filterUnits: "userSpaceOnUse",
|
|
2869
2939
|
colorInterpolationFilters: "sRGB",
|
|
2870
2940
|
children: [
|
|
2871
|
-
/* @__PURE__ */ (0,
|
|
2872
|
-
/* @__PURE__ */ (0,
|
|
2873
|
-
/* @__PURE__ */ (0,
|
|
2941
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2942
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2943
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2874
2944
|
]
|
|
2875
2945
|
}
|
|
2876
2946
|
),
|
|
2877
|
-
/* @__PURE__ */ (0,
|
|
2947
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
2878
2948
|
"filter",
|
|
2879
2949
|
{
|
|
2880
2950
|
id: "filter4_f_48_113",
|
|
@@ -2885,13 +2955,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2885
2955
|
filterUnits: "userSpaceOnUse",
|
|
2886
2956
|
colorInterpolationFilters: "sRGB",
|
|
2887
2957
|
children: [
|
|
2888
|
-
/* @__PURE__ */ (0,
|
|
2889
|
-
/* @__PURE__ */ (0,
|
|
2890
|
-
/* @__PURE__ */ (0,
|
|
2958
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2959
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2960
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2891
2961
|
]
|
|
2892
2962
|
}
|
|
2893
2963
|
),
|
|
2894
|
-
/* @__PURE__ */ (0,
|
|
2964
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
2895
2965
|
"filter",
|
|
2896
2966
|
{
|
|
2897
2967
|
id: "filter5_f_48_113",
|
|
@@ -2902,13 +2972,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2902
2972
|
filterUnits: "userSpaceOnUse",
|
|
2903
2973
|
colorInterpolationFilters: "sRGB",
|
|
2904
2974
|
children: [
|
|
2905
|
-
/* @__PURE__ */ (0,
|
|
2906
|
-
/* @__PURE__ */ (0,
|
|
2907
|
-
/* @__PURE__ */ (0,
|
|
2975
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2976
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2977
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2908
2978
|
]
|
|
2909
2979
|
}
|
|
2910
2980
|
),
|
|
2911
|
-
/* @__PURE__ */ (0,
|
|
2981
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
2912
2982
|
"filter",
|
|
2913
2983
|
{
|
|
2914
2984
|
id: "filter6_f_48_113",
|
|
@@ -2919,13 +2989,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2919
2989
|
filterUnits: "userSpaceOnUse",
|
|
2920
2990
|
colorInterpolationFilters: "sRGB",
|
|
2921
2991
|
children: [
|
|
2922
|
-
/* @__PURE__ */ (0,
|
|
2923
|
-
/* @__PURE__ */ (0,
|
|
2924
|
-
/* @__PURE__ */ (0,
|
|
2992
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2993
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2994
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "1.65243" })
|
|
2925
2995
|
]
|
|
2926
2996
|
}
|
|
2927
2997
|
),
|
|
2928
|
-
/* @__PURE__ */ (0,
|
|
2998
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
2929
2999
|
"filter",
|
|
2930
3000
|
{
|
|
2931
3001
|
id: "filter7_f_48_113",
|
|
@@ -2936,13 +3006,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2936
3006
|
filterUnits: "userSpaceOnUse",
|
|
2937
3007
|
colorInterpolationFilters: "sRGB",
|
|
2938
3008
|
children: [
|
|
2939
|
-
/* @__PURE__ */ (0,
|
|
2940
|
-
/* @__PURE__ */ (0,
|
|
2941
|
-
/* @__PURE__ */ (0,
|
|
3009
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3010
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3011
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2942
3012
|
]
|
|
2943
3013
|
}
|
|
2944
3014
|
),
|
|
2945
|
-
/* @__PURE__ */ (0,
|
|
3015
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
2946
3016
|
"filter",
|
|
2947
3017
|
{
|
|
2948
3018
|
id: "filter8_f_48_113",
|
|
@@ -2953,13 +3023,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2953
3023
|
filterUnits: "userSpaceOnUse",
|
|
2954
3024
|
colorInterpolationFilters: "sRGB",
|
|
2955
3025
|
children: [
|
|
2956
|
-
/* @__PURE__ */ (0,
|
|
2957
|
-
/* @__PURE__ */ (0,
|
|
2958
|
-
/* @__PURE__ */ (0,
|
|
3026
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3027
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3028
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2959
3029
|
]
|
|
2960
3030
|
}
|
|
2961
3031
|
),
|
|
2962
|
-
/* @__PURE__ */ (0,
|
|
3032
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
2963
3033
|
"radialGradient",
|
|
2964
3034
|
{
|
|
2965
3035
|
id: "paint0_radial_48_113",
|
|
@@ -2969,20 +3039,20 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2969
3039
|
gradientTransform: "matrix(-0.498722 -11.9519 17.9311 -0.717223 9.06911 20.3322)",
|
|
2970
3040
|
gradientUnits: "userSpaceOnUse",
|
|
2971
3041
|
children: [
|
|
2972
|
-
/* @__PURE__ */ (0,
|
|
2973
|
-
/* @__PURE__ */ (0,
|
|
2974
|
-
/* @__PURE__ */ (0,
|
|
2975
|
-
/* @__PURE__ */ (0,
|
|
2976
|
-
/* @__PURE__ */ (0,
|
|
2977
|
-
/* @__PURE__ */ (0,
|
|
2978
|
-
/* @__PURE__ */ (0,
|
|
2979
|
-
/* @__PURE__ */ (0,
|
|
2980
|
-
/* @__PURE__ */ (0,
|
|
2981
|
-
/* @__PURE__ */ (0,
|
|
3042
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.141612", stopColor: "#1ABD4D" }),
|
|
3043
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.247515", stopColor: "#6EC30D" }),
|
|
3044
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.311547", stopColor: "#8AC502" }),
|
|
3045
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.366013", stopColor: "#A2C600" }),
|
|
3046
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.445673", stopColor: "#C8C903" }),
|
|
3047
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.540305", stopColor: "#EBCB03" }),
|
|
3048
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.615636", stopColor: "#F7CD07" }),
|
|
3049
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.699345", stopColor: "#FDCD04" }),
|
|
3050
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.771242", stopColor: "#FDCE05" }),
|
|
3051
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.860566", stopColor: "#FFCE0A" })
|
|
2982
3052
|
]
|
|
2983
3053
|
}
|
|
2984
3054
|
),
|
|
2985
|
-
/* @__PURE__ */ (0,
|
|
3055
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
2986
3056
|
"radialGradient",
|
|
2987
3057
|
{
|
|
2988
3058
|
id: "paint1_radial_48_113",
|
|
@@ -2992,12 +3062,12 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2992
3062
|
gradientTransform: "matrix(8.46967 -2.03557e-05 -1.19045e-05 10.7093 20.253 6.36819)",
|
|
2993
3063
|
gradientUnits: "userSpaceOnUse",
|
|
2994
3064
|
children: [
|
|
2995
|
-
/* @__PURE__ */ (0,
|
|
2996
|
-
/* @__PURE__ */ (0,
|
|
3065
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.408458", stopColor: "#FB4E5A" }),
|
|
3066
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "1", stopColor: "#FF4540" })
|
|
2997
3067
|
]
|
|
2998
3068
|
}
|
|
2999
3069
|
),
|
|
3000
|
-
/* @__PURE__ */ (0,
|
|
3070
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
3001
3071
|
"radialGradient",
|
|
3002
3072
|
{
|
|
3003
3073
|
id: "paint2_radial_48_113",
|
|
@@ -3007,18 +3077,18 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3007
3077
|
gradientTransform: "matrix(-11.8666 6.43492 8.91875 15.766 15.6277 -1.68219)",
|
|
3008
3078
|
gradientUnits: "userSpaceOnUse",
|
|
3009
3079
|
children: [
|
|
3010
|
-
/* @__PURE__ */ (0,
|
|
3011
|
-
/* @__PURE__ */ (0,
|
|
3012
|
-
/* @__PURE__ */ (0,
|
|
3013
|
-
/* @__PURE__ */ (0,
|
|
3014
|
-
/* @__PURE__ */ (0,
|
|
3015
|
-
/* @__PURE__ */ (0,
|
|
3016
|
-
/* @__PURE__ */ (0,
|
|
3017
|
-
/* @__PURE__ */ (0,
|
|
3080
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.231273", stopColor: "#FF4541" }),
|
|
3081
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.311547", stopColor: "#FF4540" }),
|
|
3082
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.457516", stopColor: "#FF4640" }),
|
|
3083
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.540305", stopColor: "#FF473F" }),
|
|
3084
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.699346", stopColor: "#FF5138" }),
|
|
3085
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.771242", stopColor: "#FF5B33" }),
|
|
3086
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.860566", stopColor: "#FF6C29" }),
|
|
3087
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "1", stopColor: "#FF8C18" })
|
|
3018
3088
|
]
|
|
3019
3089
|
}
|
|
3020
3090
|
),
|
|
3021
|
-
/* @__PURE__ */ (0,
|
|
3091
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
3022
3092
|
"radialGradient",
|
|
3023
3093
|
{
|
|
3024
3094
|
id: "paint3_radial_48_113",
|
|
@@ -3028,19 +3098,19 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3028
3098
|
gradientTransform: "matrix(-21.5204 -27.5047 -10.3696 7.77752 12.4702 22.5743)",
|
|
3029
3099
|
gradientUnits: "userSpaceOnUse",
|
|
3030
3100
|
children: [
|
|
3031
|
-
/* @__PURE__ */ (0,
|
|
3032
|
-
/* @__PURE__ */ (0,
|
|
3033
|
-
/* @__PURE__ */ (0,
|
|
3034
|
-
/* @__PURE__ */ (0,
|
|
3035
|
-
/* @__PURE__ */ (0,
|
|
3036
|
-
/* @__PURE__ */ (0,
|
|
3037
|
-
/* @__PURE__ */ (0,
|
|
3038
|
-
/* @__PURE__ */ (0,
|
|
3039
|
-
/* @__PURE__ */ (0,
|
|
3101
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.131546", stopColor: "#0CBA65" }),
|
|
3102
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.209784", stopColor: "#0BB86D" }),
|
|
3103
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.297297", stopColor: "#09B479" }),
|
|
3104
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.396257", stopColor: "#08AD93" }),
|
|
3105
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.477124", stopColor: "#0AA6A9" }),
|
|
3106
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.568425", stopColor: "#0D9CC6" }),
|
|
3107
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.667385", stopColor: "#1893DD" }),
|
|
3108
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.768727", stopColor: "#258BF1" }),
|
|
3109
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.858506", stopColor: "#3086FF" })
|
|
3040
3110
|
]
|
|
3041
3111
|
}
|
|
3042
3112
|
),
|
|
3043
|
-
/* @__PURE__ */ (0,
|
|
3113
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
3044
3114
|
"radialGradient",
|
|
3045
3115
|
{
|
|
3046
3116
|
id: "paint4_radial_48_113",
|
|
@@ -3050,18 +3120,18 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3050
3120
|
gradientTransform: "matrix(-1.52295 12.8522 18.1501 2.06168 11.2421 2.13475)",
|
|
3051
3121
|
gradientUnits: "userSpaceOnUse",
|
|
3052
3122
|
children: [
|
|
3053
|
-
/* @__PURE__ */ (0,
|
|
3054
|
-
/* @__PURE__ */ (0,
|
|
3055
|
-
/* @__PURE__ */ (0,
|
|
3056
|
-
/* @__PURE__ */ (0,
|
|
3057
|
-
/* @__PURE__ */ (0,
|
|
3058
|
-
/* @__PURE__ */ (0,
|
|
3059
|
-
/* @__PURE__ */ (0,
|
|
3060
|
-
/* @__PURE__ */ (0,
|
|
3123
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.366013", stopColor: "#FF4E3A" }),
|
|
3124
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.457516", stopColor: "#FF8A1B" }),
|
|
3125
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.540305", stopColor: "#FFA312" }),
|
|
3126
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.615636", stopColor: "#FFB60C" }),
|
|
3127
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.771242", stopColor: "#FFCD0A" }),
|
|
3128
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.860566", stopColor: "#FECF0A" }),
|
|
3129
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.915033", stopColor: "#FECF08" }),
|
|
3130
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "1", stopColor: "#FDCD01" })
|
|
3061
3131
|
]
|
|
3062
3132
|
}
|
|
3063
3133
|
),
|
|
3064
|
-
/* @__PURE__ */ (0,
|
|
3134
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
3065
3135
|
"radialGradient",
|
|
3066
3136
|
{
|
|
3067
3137
|
id: "paint5_radial_48_113",
|
|
@@ -3071,15 +3141,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3071
3141
|
gradientTransform: "matrix(-4.40212 4.76677 -13.7322 -12.1566 9.10044 2.00144)",
|
|
3072
3142
|
gradientUnits: "userSpaceOnUse",
|
|
3073
3143
|
children: [
|
|
3074
|
-
/* @__PURE__ */ (0,
|
|
3075
|
-
/* @__PURE__ */ (0,
|
|
3076
|
-
/* @__PURE__ */ (0,
|
|
3077
|
-
/* @__PURE__ */ (0,
|
|
3078
|
-
/* @__PURE__ */ (0,
|
|
3144
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.315904", stopColor: "#FF4C3C" }),
|
|
3145
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.603818", stopColor: "#FF692C" }),
|
|
3146
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.726837", stopColor: "#FF7825" }),
|
|
3147
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.884534", stopColor: "#FF8D1B" }),
|
|
3148
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "1", stopColor: "#FF9F13" })
|
|
3079
3149
|
]
|
|
3080
3150
|
}
|
|
3081
3151
|
),
|
|
3082
|
-
/* @__PURE__ */ (0,
|
|
3152
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
3083
3153
|
"radialGradient",
|
|
3084
3154
|
{
|
|
3085
3155
|
id: "paint6_radial_48_113",
|
|
@@ -3089,20 +3159,20 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3089
3159
|
gradientTransform: "matrix(-11.8666 -6.43492 8.91876 -15.766 15.6277 25.6232)",
|
|
3090
3160
|
gradientUnits: "userSpaceOnUse",
|
|
3091
3161
|
children: [
|
|
3092
|
-
/* @__PURE__ */ (0,
|
|
3093
|
-
/* @__PURE__ */ (0,
|
|
3094
|
-
/* @__PURE__ */ (0,
|
|
3095
|
-
/* @__PURE__ */ (0,
|
|
3096
|
-
/* @__PURE__ */ (0,
|
|
3097
|
-
/* @__PURE__ */ (0,
|
|
3098
|
-
/* @__PURE__ */ (0,
|
|
3099
|
-
/* @__PURE__ */ (0,
|
|
3100
|
-
/* @__PURE__ */ (0,
|
|
3101
|
-
/* @__PURE__ */ (0,
|
|
3162
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.231273", stopColor: "#0FBC5F" }),
|
|
3163
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.311547", stopColor: "#0FBC5F" }),
|
|
3164
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.366013", stopColor: "#0FBC5E" }),
|
|
3165
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.457516", stopColor: "#0FBC5D" }),
|
|
3166
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.540305", stopColor: "#12BC58" }),
|
|
3167
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.699346", stopColor: "#28BF3C" }),
|
|
3168
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.771242", stopColor: "#38C02B" }),
|
|
3169
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.860566", stopColor: "#52C218" }),
|
|
3170
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.915033", stopColor: "#67C30F" }),
|
|
3171
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "1", stopColor: "#86C504" })
|
|
3102
3172
|
]
|
|
3103
3173
|
}
|
|
3104
3174
|
),
|
|
3105
|
-
/* @__PURE__ */ (0,
|
|
3175
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
3106
3176
|
"linearGradient",
|
|
3107
3177
|
{
|
|
3108
3178
|
id: "paint7_linear_48_113",
|
|
@@ -3112,8 +3182,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3112
3182
|
y2: "21.5116",
|
|
3113
3183
|
gradientUnits: "userSpaceOnUse",
|
|
3114
3184
|
children: [
|
|
3115
|
-
/* @__PURE__ */ (0,
|
|
3116
|
-
/* @__PURE__ */ (0,
|
|
3185
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { stopColor: "#0FBC5C" }),
|
|
3186
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "1", stopColor: "#0CBA65" })
|
|
3117
3187
|
]
|
|
3118
3188
|
}
|
|
3119
3189
|
)
|
|
@@ -3121,7 +3191,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3121
3191
|
] }), GoogleLogoFilled_default = IconGoogleLogoFilled;
|
|
3122
3192
|
|
|
3123
3193
|
// src/components/Handtool.tsx
|
|
3124
|
-
var
|
|
3194
|
+
var import_jsx_runtime77 = __toESM(require_jsx_runtime()), IconHandtool = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
3125
3195
|
"path",
|
|
3126
3196
|
{
|
|
3127
3197
|
fill: stroke || color || "currentColor",
|
|
@@ -3130,16 +3200,16 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3130
3200
|
) }), Handtool_default = IconHandtool;
|
|
3131
3201
|
|
|
3132
3202
|
// src/components/Help.tsx
|
|
3133
|
-
var
|
|
3134
|
-
/* @__PURE__ */ (0,
|
|
3135
|
-
/* @__PURE__ */ (0,
|
|
3203
|
+
var import_jsx_runtime78 = __toESM(require_jsx_runtime()), IconHelp = ({ 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: [
|
|
3204
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 16.5V18.75H10.875V16.5H13.125Z" }),
|
|
3205
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
3136
3206
|
"path",
|
|
3137
3207
|
{
|
|
3138
3208
|
fill: stroke || color || "currentColor",
|
|
3139
3209
|
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"
|
|
3140
3210
|
}
|
|
3141
3211
|
),
|
|
3142
|
-
/* @__PURE__ */ (0,
|
|
3212
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
3143
3213
|
"path",
|
|
3144
3214
|
{
|
|
3145
3215
|
fill: stroke || color || "currentColor",
|
|
@@ -3151,7 +3221,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3151
3221
|
] }), Help_default = IconHelp;
|
|
3152
3222
|
|
|
3153
3223
|
// src/components/HomepageFilled.tsx
|
|
3154
|
-
var
|
|
3224
|
+
var import_jsx_runtime79 = __toESM(require_jsx_runtime()), IconHomepageFilled = ({ 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)(
|
|
3155
3225
|
"path",
|
|
3156
3226
|
{
|
|
3157
3227
|
fill: fill || color || "currentColor",
|
|
@@ -3162,7 +3232,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3162
3232
|
) }), HomepageFilled_default = IconHomepageFilled;
|
|
3163
3233
|
|
|
3164
3234
|
// src/components/Hotareacenter.tsx
|
|
3165
|
-
var
|
|
3235
|
+
var import_jsx_runtime80 = __toESM(require_jsx_runtime()), IconHotareacenter = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
3166
3236
|
"path",
|
|
3167
3237
|
{
|
|
3168
3238
|
fill: "#191919",
|
|
@@ -3172,15 +3242,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3172
3242
|
) }), Hotareacenter_default = IconHotareacenter;
|
|
3173
3243
|
|
|
3174
3244
|
// src/components/ImageGeneration.tsx
|
|
3175
|
-
var
|
|
3176
|
-
/* @__PURE__ */ (0,
|
|
3245
|
+
var import_jsx_runtime81 = __toESM(require_jsx_runtime()), IconImageGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3246
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
3177
3247
|
"path",
|
|
3178
3248
|
{
|
|
3179
3249
|
fill: stroke || color || "currentColor",
|
|
3180
3250
|
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"
|
|
3181
3251
|
}
|
|
3182
3252
|
),
|
|
3183
|
-
/* @__PURE__ */ (0,
|
|
3253
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
3184
3254
|
"path",
|
|
3185
3255
|
{
|
|
3186
3256
|
fill: stroke || color || "currentColor",
|
|
@@ -3190,8 +3260,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3190
3260
|
] }), ImageGeneration_default = IconImageGeneration;
|
|
3191
3261
|
|
|
3192
3262
|
// src/components/ImageLoadFailedFilled.tsx
|
|
3193
|
-
var
|
|
3194
|
-
/* @__PURE__ */ (0,
|
|
3263
|
+
var import_jsx_runtime82 = __toESM(require_jsx_runtime()), IconImageLoadFailedFilled = ({ 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: [
|
|
3264
|
+
/* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
|
|
3195
3265
|
"path",
|
|
3196
3266
|
{
|
|
3197
3267
|
fill: fill || color || "currentColor",
|
|
@@ -3200,7 +3270,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3200
3270
|
clipRule: "evenodd"
|
|
3201
3271
|
}
|
|
3202
3272
|
),
|
|
3203
|
-
/* @__PURE__ */ (0,
|
|
3273
|
+
/* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
|
|
3204
3274
|
"path",
|
|
3205
3275
|
{
|
|
3206
3276
|
fill: fill || color || "currentColor",
|
|
@@ -3210,10 +3280,10 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3210
3280
|
] }), ImageLoadFailedFilled_default = IconImageLoadFailedFilled;
|
|
3211
3281
|
|
|
3212
3282
|
// src/components/Info.tsx
|
|
3213
|
-
var
|
|
3214
|
-
/* @__PURE__ */ (0,
|
|
3215
|
-
/* @__PURE__ */ (0,
|
|
3216
|
-
/* @__PURE__ */ (0,
|
|
3283
|
+
var import_jsx_runtime83 = __toESM(require_jsx_runtime()), IconInfo = ({ 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: [
|
|
3284
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 5.25V7.5H10.875V5.25H13.125Z" }),
|
|
3285
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("path", { fill: stroke || color || "currentColor", d: "M9 12H10.875V18.75H15V16.5H13.125V9.75H9V12Z" }),
|
|
3286
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
3217
3287
|
"path",
|
|
3218
3288
|
{
|
|
3219
3289
|
fill: stroke || color || "currentColor",
|
|
@@ -3225,7 +3295,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3225
3295
|
] }), Info_default = IconInfo;
|
|
3226
3296
|
|
|
3227
3297
|
// src/components/Invitecode.tsx
|
|
3228
|
-
var
|
|
3298
|
+
var import_jsx_runtime84 = __toESM(require_jsx_runtime()), IconInvitecode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
|
|
3229
3299
|
"path",
|
|
3230
3300
|
{
|
|
3231
3301
|
fill: fill || color || "currentColor",
|
|
@@ -3236,7 +3306,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3236
3306
|
) }), Invitecode_default = IconInvitecode;
|
|
3237
3307
|
|
|
3238
3308
|
// src/components/LeftFilled.tsx
|
|
3239
|
-
var
|
|
3309
|
+
var import_jsx_runtime85 = __toESM(require_jsx_runtime()), IconLeftFilled = ({ 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)(
|
|
3240
3310
|
"path",
|
|
3241
3311
|
{
|
|
3242
3312
|
fill: fill || color || "currentColor",
|
|
@@ -3247,15 +3317,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3247
3317
|
) }), LeftFilled_default = IconLeftFilled;
|
|
3248
3318
|
|
|
3249
3319
|
// src/components/Loading.tsx
|
|
3250
|
-
var
|
|
3251
|
-
/* @__PURE__ */ (0,
|
|
3320
|
+
var import_jsx_runtime86 = __toESM(require_jsx_runtime()), IconLoading = ({ 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: [
|
|
3321
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
3252
3322
|
"path",
|
|
3253
3323
|
{
|
|
3254
3324
|
fill: stroke || color || "currentColor",
|
|
3255
3325
|
d: "M21.4999 12C21.4999 6.75334 17.2467 2.50005 12 2.50005C6.75328 2.50005 2.49999 6.75334 2.49999 12C2.49999 17.2467 6.75328 21.5 12 21.5V24C5.37257 24 0 18.6274 0 12C0 5.37263 5.37257 6.1035e-05 12 6.1035e-05C18.6274 6.1035e-05 23.9999 5.37263 23.9999 12C23.9999 18.6274 18.6274 24 12 24V21.5C17.2467 21.5 21.4999 17.2467 21.4999 12Z"
|
|
3256
3326
|
}
|
|
3257
3327
|
),
|
|
3258
|
-
/* @__PURE__ */ (0,
|
|
3328
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
3259
3329
|
"path",
|
|
3260
3330
|
{
|
|
3261
3331
|
fill: fill || color || "currentColor",
|
|
@@ -3265,15 +3335,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3265
3335
|
] }), Loading_default = IconLoading;
|
|
3266
3336
|
|
|
3267
3337
|
// src/components/Login.tsx
|
|
3268
|
-
var
|
|
3269
|
-
/* @__PURE__ */ (0,
|
|
3338
|
+
var import_jsx_runtime87 = __toESM(require_jsx_runtime()), IconLogin = ({ 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: [
|
|
3339
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
|
|
3270
3340
|
"path",
|
|
3271
3341
|
{
|
|
3272
3342
|
fill: stroke || color || "currentColor",
|
|
3273
3343
|
d: "M24 1.5L13.5 1.5V3.75H21.75V20.25H13.5V22.5H24V1.5Z"
|
|
3274
3344
|
}
|
|
3275
3345
|
),
|
|
3276
|
-
/* @__PURE__ */ (0,
|
|
3346
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
|
|
3277
3347
|
"path",
|
|
3278
3348
|
{
|
|
3279
3349
|
fill: stroke || color || "currentColor",
|
|
@@ -3285,8 +3355,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3285
3355
|
] }), Login_default = IconLogin;
|
|
3286
3356
|
|
|
3287
3357
|
// src/components/Logout.tsx
|
|
3288
|
-
var
|
|
3289
|
-
/* @__PURE__ */ (0,
|
|
3358
|
+
var import_jsx_runtime88 = __toESM(require_jsx_runtime()), IconLogout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3359
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
3290
3360
|
"path",
|
|
3291
3361
|
{
|
|
3292
3362
|
fill: stroke || color || "currentColor",
|
|
@@ -3295,7 +3365,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3295
3365
|
clipRule: "evenodd"
|
|
3296
3366
|
}
|
|
3297
3367
|
),
|
|
3298
|
-
/* @__PURE__ */ (0,
|
|
3368
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
3299
3369
|
"path",
|
|
3300
3370
|
{
|
|
3301
3371
|
fill: stroke || color || "currentColor",
|
|
@@ -3305,7 +3375,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3305
3375
|
] }), Logout_default = IconLogout;
|
|
3306
3376
|
|
|
3307
3377
|
// src/components/ModelGeminiFilled.tsx
|
|
3308
|
-
var
|
|
3378
|
+
var import_jsx_runtime89 = __toESM(require_jsx_runtime()), IconModelGeminiFilled = ({ 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)(
|
|
3309
3379
|
"path",
|
|
3310
3380
|
{
|
|
3311
3381
|
fill: fill || color || "currentColor",
|
|
@@ -3314,7 +3384,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3314
3384
|
) }), ModelGeminiFilled_default = IconModelGeminiFilled;
|
|
3315
3385
|
|
|
3316
3386
|
// src/components/ModelOpenaiFilled.tsx
|
|
3317
|
-
var
|
|
3387
|
+
var import_jsx_runtime90 = __toESM(require_jsx_runtime()), IconModelOpenaiFilled = ({ 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)(
|
|
3318
3388
|
"path",
|
|
3319
3389
|
{
|
|
3320
3390
|
fill: fill || color || "currentColor",
|
|
@@ -3323,8 +3393,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3323
3393
|
) }), ModelOpenaiFilled_default = IconModelOpenaiFilled;
|
|
3324
3394
|
|
|
3325
3395
|
// src/components/ModelDeepmindFilled.tsx
|
|
3326
|
-
var
|
|
3327
|
-
/* @__PURE__ */ (0,
|
|
3396
|
+
var import_jsx_runtime91 = __toESM(require_jsx_runtime()), IconModelDeepmindFilled = ({ 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: [
|
|
3397
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)("g", { clipPath: "url(#clip0_40_67)", children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
3328
3398
|
"path",
|
|
3329
3399
|
{
|
|
3330
3400
|
fill: fill || color || "currentColor",
|
|
@@ -3333,27 +3403,27 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3333
3403
|
clipRule: "evenodd"
|
|
3334
3404
|
}
|
|
3335
3405
|
) }),
|
|
3336
|
-
/* @__PURE__ */ (0,
|
|
3406
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("clipPath", { id: "clip0_40_67", children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("rect", { width: "20", height: "20", fill: stroke || color || "currentColor", transform: "translate(2 2)" }) }) })
|
|
3337
3407
|
] }), ModelDeepmindFilled_default = IconModelDeepmindFilled;
|
|
3338
3408
|
|
|
3339
3409
|
// src/components/ModelSeedFilled.tsx
|
|
3340
|
-
var
|
|
3341
|
-
/* @__PURE__ */ (0,
|
|
3342
|
-
/* @__PURE__ */ (0,
|
|
3410
|
+
var import_jsx_runtime92 = __toESM(require_jsx_runtime()), IconModelSeedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3411
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)("path", { fill: fill || color || "currentColor", d: "M23 2.95271V20.0401L19.2211 21V2L23 2.95271Z" }),
|
|
3412
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
3343
3413
|
"path",
|
|
3344
3414
|
{
|
|
3345
3415
|
fill: fill || color || "currentColor",
|
|
3346
3416
|
d: "M10.7528 11.4648V19.5633L6.98126 20.5241V10.5048L10.7528 11.4648Z"
|
|
3347
3417
|
}
|
|
3348
3418
|
),
|
|
3349
|
-
/* @__PURE__ */ (0,
|
|
3419
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
3350
3420
|
"path",
|
|
3351
3421
|
{
|
|
3352
3422
|
fill: fill || color || "currentColor",
|
|
3353
3423
|
d: "M4.77158 3.95509V19.044L1 20.0048V2.99515L4.77158 3.95509Z"
|
|
3354
3424
|
}
|
|
3355
3425
|
),
|
|
3356
|
-
/* @__PURE__ */ (0,
|
|
3426
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
3357
3427
|
"path",
|
|
3358
3428
|
{
|
|
3359
3429
|
fill: fill || color || "currentColor",
|
|
@@ -3363,7 +3433,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3363
3433
|
] }), ModelSeedFilled_default = IconModelSeedFilled;
|
|
3364
3434
|
|
|
3365
3435
|
// src/components/ModelSoraFilled.tsx
|
|
3366
|
-
var
|
|
3436
|
+
var import_jsx_runtime93 = __toESM(require_jsx_runtime()), IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("svg", { fill: "none", viewBox: "0 0 25 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
3367
3437
|
"path",
|
|
3368
3438
|
{
|
|
3369
3439
|
fill: fill || color || "currentColor",
|
|
@@ -3372,7 +3442,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3372
3442
|
) }), ModelSoraFilled_default = IconModelSoraFilled;
|
|
3373
3443
|
|
|
3374
3444
|
// src/components/ModelNanobananaLogoNomoFilled.tsx
|
|
3375
|
-
var
|
|
3445
|
+
var import_jsx_runtime94 = __toESM(require_jsx_runtime()), IconModelNanobananaLogoNomoFilled = ({
|
|
3376
3446
|
size,
|
|
3377
3447
|
width,
|
|
3378
3448
|
height,
|
|
@@ -3380,64 +3450,64 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3380
3450
|
className,
|
|
3381
3451
|
fill,
|
|
3382
3452
|
stroke
|
|
3383
|
-
}) => /* @__PURE__ */ (0,
|
|
3384
|
-
/* @__PURE__ */ (0,
|
|
3453
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3454
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
3385
3455
|
"path",
|
|
3386
3456
|
{
|
|
3387
3457
|
fill: "#5A5C62",
|
|
3388
3458
|
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"
|
|
3389
3459
|
}
|
|
3390
3460
|
),
|
|
3391
|
-
/* @__PURE__ */ (0,
|
|
3461
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
3392
3462
|
"path",
|
|
3393
3463
|
{
|
|
3394
3464
|
fill: "#D5D6D7",
|
|
3395
3465
|
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"
|
|
3396
3466
|
}
|
|
3397
3467
|
),
|
|
3398
|
-
/* @__PURE__ */ (0,
|
|
3468
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
3399
3469
|
"path",
|
|
3400
3470
|
{
|
|
3401
3471
|
fill: "#C4C5C7",
|
|
3402
3472
|
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"
|
|
3403
3473
|
}
|
|
3404
3474
|
),
|
|
3405
|
-
/* @__PURE__ */ (0,
|
|
3475
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
3406
3476
|
"path",
|
|
3407
3477
|
{
|
|
3408
3478
|
fill: "#7B7C81",
|
|
3409
3479
|
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"
|
|
3410
3480
|
}
|
|
3411
3481
|
),
|
|
3412
|
-
/* @__PURE__ */ (0,
|
|
3482
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
3413
3483
|
"path",
|
|
3414
3484
|
{
|
|
3415
3485
|
fill: "#85878B",
|
|
3416
3486
|
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"
|
|
3417
3487
|
}
|
|
3418
3488
|
),
|
|
3419
|
-
/* @__PURE__ */ (0,
|
|
3489
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
3420
3490
|
"path",
|
|
3421
3491
|
{
|
|
3422
3492
|
fill: "#1B1D24",
|
|
3423
3493
|
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"
|
|
3424
3494
|
}
|
|
3425
3495
|
),
|
|
3426
|
-
/* @__PURE__ */ (0,
|
|
3496
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
3427
3497
|
"path",
|
|
3428
3498
|
{
|
|
3429
3499
|
fill: "#D5D6D7",
|
|
3430
3500
|
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"
|
|
3431
3501
|
}
|
|
3432
3502
|
),
|
|
3433
|
-
/* @__PURE__ */ (0,
|
|
3503
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
3434
3504
|
"path",
|
|
3435
3505
|
{
|
|
3436
3506
|
fill: "#85878B",
|
|
3437
3507
|
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"
|
|
3438
3508
|
}
|
|
3439
3509
|
),
|
|
3440
|
-
/* @__PURE__ */ (0,
|
|
3510
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
3441
3511
|
"path",
|
|
3442
3512
|
{
|
|
3443
3513
|
fill: "#D5D6D7",
|
|
@@ -3447,7 +3517,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3447
3517
|
] }), ModelNanobananaLogoNomoFilled_default = IconModelNanobananaLogoNomoFilled;
|
|
3448
3518
|
|
|
3449
3519
|
// src/components/Models.tsx
|
|
3450
|
-
var
|
|
3520
|
+
var import_jsx_runtime95 = __toESM(require_jsx_runtime()), IconModels = ({ 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)(
|
|
3451
3521
|
"path",
|
|
3452
3522
|
{
|
|
3453
3523
|
fill: stroke || color || "currentColor",
|
|
@@ -3458,7 +3528,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3458
3528
|
) }), Models_default = IconModels;
|
|
3459
3529
|
|
|
3460
3530
|
// src/components/MoreCollapse.tsx
|
|
3461
|
-
var
|
|
3531
|
+
var import_jsx_runtime96 = __toESM(require_jsx_runtime()), IconMoreCollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
|
|
3462
3532
|
"path",
|
|
3463
3533
|
{
|
|
3464
3534
|
fill: stroke || color || "currentColor",
|
|
@@ -3467,22 +3537,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3467
3537
|
) }), MoreCollapse_default = IconMoreCollapse;
|
|
3468
3538
|
|
|
3469
3539
|
// src/components/MoreHorizontal.tsx
|
|
3470
|
-
var
|
|
3471
|
-
/* @__PURE__ */ (0,
|
|
3540
|
+
var import_jsx_runtime97 = __toESM(require_jsx_runtime()), IconMoreHorizontal = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3541
|
+
/* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
|
|
3472
3542
|
"path",
|
|
3473
3543
|
{
|
|
3474
3544
|
fill: stroke || color || "currentColor",
|
|
3475
3545
|
d: "M12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14Z"
|
|
3476
3546
|
}
|
|
3477
3547
|
),
|
|
3478
|
-
/* @__PURE__ */ (0,
|
|
3548
|
+
/* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
|
|
3479
3549
|
"path",
|
|
3480
3550
|
{
|
|
3481
3551
|
fill: stroke || color || "currentColor",
|
|
3482
3552
|
d: "M7 12C7 13.1046 6.10457 14 5 14C3.89543 14 3 13.1046 3 12C3 10.8954 3.89543 10 5 10C6.10457 10 7 10.8954 7 12Z"
|
|
3483
3553
|
}
|
|
3484
3554
|
),
|
|
3485
|
-
/* @__PURE__ */ (0,
|
|
3555
|
+
/* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
|
|
3486
3556
|
"path",
|
|
3487
3557
|
{
|
|
3488
3558
|
fill: stroke || color || "currentColor",
|
|
@@ -3492,7 +3562,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3492
3562
|
] }), MoreHorizontal_default = IconMoreHorizontal;
|
|
3493
3563
|
|
|
3494
3564
|
// src/components/MoreShowed.tsx
|
|
3495
|
-
var
|
|
3565
|
+
var import_jsx_runtime98 = __toESM(require_jsx_runtime()), IconMoreShowed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
|
|
3496
3566
|
"path",
|
|
3497
3567
|
{
|
|
3498
3568
|
fill: stroke || color || "currentColor",
|
|
@@ -3501,22 +3571,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3501
3571
|
) }), MoreShowed_default = IconMoreShowed;
|
|
3502
3572
|
|
|
3503
3573
|
// src/components/More.tsx
|
|
3504
|
-
var
|
|
3505
|
-
/* @__PURE__ */ (0,
|
|
3574
|
+
var import_jsx_runtime99 = __toESM(require_jsx_runtime()), IconMore = ({ 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: [
|
|
3575
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
3506
3576
|
"path",
|
|
3507
3577
|
{
|
|
3508
3578
|
fill: stroke || color || "currentColor",
|
|
3509
3579
|
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"
|
|
3510
3580
|
}
|
|
3511
3581
|
),
|
|
3512
|
-
/* @__PURE__ */ (0,
|
|
3582
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
3513
3583
|
"path",
|
|
3514
3584
|
{
|
|
3515
3585
|
fill: stroke || color || "currentColor",
|
|
3516
3586
|
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"
|
|
3517
3587
|
}
|
|
3518
3588
|
),
|
|
3519
|
-
/* @__PURE__ */ (0,
|
|
3589
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
3520
3590
|
"path",
|
|
3521
3591
|
{
|
|
3522
3592
|
fill: stroke || color || "currentColor",
|
|
@@ -3526,29 +3596,29 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3526
3596
|
] }), More_default = IconMore;
|
|
3527
3597
|
|
|
3528
3598
|
// src/components/Moresettings.tsx
|
|
3529
|
-
var
|
|
3530
|
-
/* @__PURE__ */ (0,
|
|
3599
|
+
var import_jsx_runtime100 = __toESM(require_jsx_runtime()), IconMoresettings = ({ 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: [
|
|
3600
|
+
/* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
|
|
3531
3601
|
"path",
|
|
3532
3602
|
{
|
|
3533
3603
|
fill: stroke || color || "currentColor",
|
|
3534
3604
|
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"
|
|
3535
3605
|
}
|
|
3536
3606
|
),
|
|
3537
|
-
/* @__PURE__ */ (0,
|
|
3607
|
+
/* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
|
|
3538
3608
|
"path",
|
|
3539
3609
|
{
|
|
3540
3610
|
fill: stroke || color || "currentColor",
|
|
3541
3611
|
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"
|
|
3542
3612
|
}
|
|
3543
3613
|
),
|
|
3544
|
-
/* @__PURE__ */ (0,
|
|
3614
|
+
/* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
|
|
3545
3615
|
"path",
|
|
3546
3616
|
{
|
|
3547
3617
|
fill: stroke || color || "currentColor",
|
|
3548
3618
|
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"
|
|
3549
3619
|
}
|
|
3550
3620
|
),
|
|
3551
|
-
/* @__PURE__ */ (0,
|
|
3621
|
+
/* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
|
|
3552
3622
|
"path",
|
|
3553
3623
|
{
|
|
3554
3624
|
fill: stroke || color || "currentColor",
|
|
@@ -3560,8 +3630,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3560
3630
|
] }), Moresettings_default = IconMoresettings;
|
|
3561
3631
|
|
|
3562
3632
|
// src/components/MouseDrag.tsx
|
|
3563
|
-
var
|
|
3564
|
-
/* @__PURE__ */ (0,
|
|
3633
|
+
var import_jsx_runtime101 = __toESM(require_jsx_runtime()), IconMouseDrag = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3634
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
3565
3635
|
"path",
|
|
3566
3636
|
{
|
|
3567
3637
|
fill: fill || color || "currentColor",
|
|
@@ -3569,7 +3639,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3569
3639
|
d: "M13.5 3.5V20.5H10.5V3.5H13.5Z"
|
|
3570
3640
|
}
|
|
3571
3641
|
),
|
|
3572
|
-
/* @__PURE__ */ (0,
|
|
3642
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
3573
3643
|
"path",
|
|
3574
3644
|
{
|
|
3575
3645
|
fill: fill || color || "currentColor",
|
|
@@ -3577,7 +3647,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3577
3647
|
d: "M6.79297 7.5L2.29297 12L6.79297 16.5H8.5V7.5H6.79297Z"
|
|
3578
3648
|
}
|
|
3579
3649
|
),
|
|
3580
|
-
/* @__PURE__ */ (0,
|
|
3650
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
3581
3651
|
"path",
|
|
3582
3652
|
{
|
|
3583
3653
|
fill: fill || color || "currentColor",
|
|
@@ -3588,8 +3658,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3588
3658
|
] }), MouseDrag_default = IconMouseDrag;
|
|
3589
3659
|
|
|
3590
3660
|
// src/components/MouseMove.tsx
|
|
3591
|
-
var
|
|
3592
|
-
/* @__PURE__ */ (0,
|
|
3661
|
+
var import_jsx_runtime102 = __toESM(require_jsx_runtime()), IconMouseMove = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime102.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3662
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("g", { clipPath: "url(#clip0_384_31)", children: /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
3593
3663
|
"path",
|
|
3594
3664
|
{
|
|
3595
3665
|
fill: fill || color || "currentColor",
|
|
@@ -3597,12 +3667,12 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3597
3667
|
d: "M15.5557 7.51074H13.0635V10.5635H16.1172V8.07129H18.5918L22.334 11.8135L21.9805 12.167L18.7383 15.4102L18.5918 15.5566H16.1172V13.0635H13.0635V16.1172H15.5557V18.5918L11.8135 22.334L11.46 21.9805L8.2168 18.7383L8.07031 18.5918V16.1172H10.5635V13.0635H7.50977V15.5566H5.03516L4.88867 15.4102L1.64648 12.167L1.29297 11.8135L5.03516 8.07129H7.50977V10.5635H10.5635V7.51074H8.07031V5.03516L8.2168 4.88867L11.46 1.64648L11.8135 1.29297L15.5557 5.03516V7.51074Z"
|
|
3598
3668
|
}
|
|
3599
3669
|
) }),
|
|
3600
|
-
/* @__PURE__ */ (0,
|
|
3670
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("clipPath", { id: "clip0_384_31", children: /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
3601
3671
|
] }), MouseMove_default = IconMouseMove;
|
|
3602
3672
|
|
|
3603
3673
|
// src/components/MouseNumberchange.tsx
|
|
3604
|
-
var
|
|
3605
|
-
/* @__PURE__ */ (0,
|
|
3674
|
+
var import_jsx_runtime103 = __toESM(require_jsx_runtime()), IconMouseNumberchange = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3675
|
+
/* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
|
|
3606
3676
|
"path",
|
|
3607
3677
|
{
|
|
3608
3678
|
fill: fill || color || "currentColor",
|
|
@@ -3610,7 +3680,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3610
3680
|
d: "M10.5 17L9.30567 17L0.97168 12L9.30566 7L10.5 7L10.5 17Z"
|
|
3611
3681
|
}
|
|
3612
3682
|
),
|
|
3613
|
-
/* @__PURE__ */ (0,
|
|
3683
|
+
/* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
|
|
3614
3684
|
"path",
|
|
3615
3685
|
{
|
|
3616
3686
|
fill: fill || color || "currentColor",
|
|
@@ -3621,7 +3691,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3621
3691
|
] }), MouseNumberchange_default = IconMouseNumberchange;
|
|
3622
3692
|
|
|
3623
3693
|
// src/components/Musicassets.tsx
|
|
3624
|
-
var
|
|
3694
|
+
var import_jsx_runtime104 = __toESM(require_jsx_runtime()), IconMusicassets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
|
|
3625
3695
|
"path",
|
|
3626
3696
|
{
|
|
3627
3697
|
fill: stroke || color || "currentColor",
|
|
@@ -3632,8 +3702,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3632
3702
|
) }), Musicassets_default = IconMusicassets;
|
|
3633
3703
|
|
|
3634
3704
|
// src/components/Mute.tsx
|
|
3635
|
-
var
|
|
3636
|
-
/* @__PURE__ */ (0,
|
|
3705
|
+
var import_jsx_runtime105 = __toESM(require_jsx_runtime()), IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime105.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3706
|
+
/* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
|
|
3637
3707
|
"path",
|
|
3638
3708
|
{
|
|
3639
3709
|
fill: stroke || color || "currentColor",
|
|
@@ -3642,7 +3712,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3642
3712
|
clipRule: "evenodd"
|
|
3643
3713
|
}
|
|
3644
3714
|
),
|
|
3645
|
-
/* @__PURE__ */ (0,
|
|
3715
|
+
/* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
|
|
3646
3716
|
"path",
|
|
3647
3717
|
{
|
|
3648
3718
|
fill: stroke || color || "currentColor",
|
|
@@ -3652,7 +3722,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3652
3722
|
] }), Mute_default = IconMute;
|
|
3653
3723
|
|
|
3654
3724
|
// src/components/Next.tsx
|
|
3655
|
-
var
|
|
3725
|
+
var import_jsx_runtime106 = __toESM(require_jsx_runtime()), IconNext = ({ 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)(
|
|
3656
3726
|
"path",
|
|
3657
3727
|
{
|
|
3658
3728
|
fill: stroke || color || "currentColor",
|
|
@@ -3663,15 +3733,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3663
3733
|
) }), Next_default = IconNext;
|
|
3664
3734
|
|
|
3665
3735
|
// src/components/Nextscene.tsx
|
|
3666
|
-
var
|
|
3667
|
-
/* @__PURE__ */ (0,
|
|
3736
|
+
var import_jsx_runtime107 = __toESM(require_jsx_runtime()), IconNextscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3737
|
+
/* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
|
|
3668
3738
|
"path",
|
|
3669
3739
|
{
|
|
3670
3740
|
fill: stroke || color || "currentColor",
|
|
3671
3741
|
d: "M16.7959 12L10.2656 18.5303L9.2041 17.4697L14.6738 12L9.2041 6.53027L10.2656 5.46973L16.7959 12Z"
|
|
3672
3742
|
}
|
|
3673
3743
|
),
|
|
3674
|
-
/* @__PURE__ */ (0,
|
|
3744
|
+
/* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
|
|
3675
3745
|
"path",
|
|
3676
3746
|
{
|
|
3677
3747
|
fill: stroke || color || "currentColor",
|
|
@@ -3683,17 +3753,17 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3683
3753
|
] }), Nextscene_default = IconNextscene;
|
|
3684
3754
|
|
|
3685
3755
|
// src/components/Oneclickgenerate.tsx
|
|
3686
|
-
var
|
|
3687
|
-
/* @__PURE__ */ (0,
|
|
3688
|
-
/* @__PURE__ */ (0,
|
|
3689
|
-
/* @__PURE__ */ (0,
|
|
3756
|
+
var import_jsx_runtime108 = __toESM(require_jsx_runtime()), IconOneclickgenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime108.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3757
|
+
/* @__PURE__ */ (0, import_jsx_runtime108.jsx)("path", { fill: stroke || color || "currentColor", d: "M12 4.5V0H9.75V4.5H12Z" }),
|
|
3758
|
+
/* @__PURE__ */ (0, import_jsx_runtime108.jsx)("path", { fill: stroke || color || "currentColor", d: "M4.5 9.75H0V12H4.5V9.75Z" }),
|
|
3759
|
+
/* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
|
|
3690
3760
|
"path",
|
|
3691
3761
|
{
|
|
3692
3762
|
fill: stroke || color || "currentColor",
|
|
3693
3763
|
d: "M5.2045 6.7955L1.4545 3.0455L3.0455 1.4545L6.7955 5.2045L5.2045 6.7955Z"
|
|
3694
3764
|
}
|
|
3695
3765
|
),
|
|
3696
|
-
/* @__PURE__ */ (0,
|
|
3766
|
+
/* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
|
|
3697
3767
|
"path",
|
|
3698
3768
|
{
|
|
3699
3769
|
fill: stroke || color || "currentColor",
|
|
@@ -3705,8 +3775,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3705
3775
|
] }), Oneclickgenerate_default = IconOneclickgenerate;
|
|
3706
3776
|
|
|
3707
3777
|
// src/components/Opendemo.tsx
|
|
3708
|
-
var
|
|
3709
|
-
/* @__PURE__ */ (0,
|
|
3778
|
+
var import_jsx_runtime109 = __toESM(require_jsx_runtime()), IconOpendemo = ({ 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: [
|
|
3779
|
+
/* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
|
|
3710
3780
|
"path",
|
|
3711
3781
|
{
|
|
3712
3782
|
fill: stroke || color || "currentColor",
|
|
@@ -3715,11 +3785,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3715
3785
|
clipRule: "evenodd"
|
|
3716
3786
|
}
|
|
3717
3787
|
),
|
|
3718
|
-
/* @__PURE__ */ (0,
|
|
3788
|
+
/* @__PURE__ */ (0, import_jsx_runtime109.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
|
|
3719
3789
|
] }), Opendemo_default = IconOpendemo;
|
|
3720
3790
|
|
|
3721
3791
|
// src/components/OppsFilled.tsx
|
|
3722
|
-
var
|
|
3792
|
+
var import_jsx_runtime110 = __toESM(require_jsx_runtime()), IconOppsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime110.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
|
|
3723
3793
|
"path",
|
|
3724
3794
|
{
|
|
3725
3795
|
fill: fill || color || "currentColor",
|
|
@@ -3730,7 +3800,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3730
3800
|
) }), OppsFilled_default = IconOppsFilled;
|
|
3731
3801
|
|
|
3732
3802
|
// src/components/OptionalcheckedFilled.tsx
|
|
3733
|
-
var
|
|
3803
|
+
var import_jsx_runtime111 = __toESM(require_jsx_runtime()), IconOptionalcheckedFilled = ({ 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)(
|
|
3734
3804
|
"path",
|
|
3735
3805
|
{
|
|
3736
3806
|
fill: fill || color || "currentColor",
|
|
@@ -3741,7 +3811,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3741
3811
|
) }), OptionalcheckedFilled_default = IconOptionalcheckedFilled;
|
|
3742
3812
|
|
|
3743
3813
|
// src/components/Optionaluncheck.tsx
|
|
3744
|
-
var
|
|
3814
|
+
var import_jsx_runtime112 = __toESM(require_jsx_runtime()), IconOptionaluncheck = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime112.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
|
|
3745
3815
|
"path",
|
|
3746
3816
|
{
|
|
3747
3817
|
fill: stroke || color || "currentColor",
|
|
@@ -3752,7 +3822,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3752
3822
|
) }), Optionaluncheck_default = IconOptionaluncheck;
|
|
3753
3823
|
|
|
3754
3824
|
// src/components/Packagegame.tsx
|
|
3755
|
-
var
|
|
3825
|
+
var import_jsx_runtime113 = __toESM(require_jsx_runtime()), IconPackagegame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime113.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
|
|
3756
3826
|
"path",
|
|
3757
3827
|
{
|
|
3758
3828
|
fill: stroke || color || "currentColor",
|
|
@@ -3763,11 +3833,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3763
3833
|
) }), Packagegame_default = IconPackagegame;
|
|
3764
3834
|
|
|
3765
3835
|
// src/components/PageError.tsx
|
|
3766
|
-
var
|
|
3836
|
+
var import_jsx_runtime114 = __toESM(require_jsx_runtime()), IconPageError = ({ 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)("path", { fill: stroke || color || "currentColor", d: "M22.5 13.125H1.5V10.875H22.5V13.125Z" }) }), PageError_default = IconPageError;
|
|
3767
3837
|
|
|
3768
3838
|
// src/components/Parameters.tsx
|
|
3769
|
-
var
|
|
3770
|
-
/* @__PURE__ */ (0,
|
|
3839
|
+
var import_jsx_runtime115 = __toESM(require_jsx_runtime()), IconParameters = ({ 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: [
|
|
3840
|
+
/* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
|
|
3771
3841
|
"path",
|
|
3772
3842
|
{
|
|
3773
3843
|
fill: stroke || color || "currentColor",
|
|
@@ -3776,7 +3846,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3776
3846
|
clipRule: "evenodd"
|
|
3777
3847
|
}
|
|
3778
3848
|
),
|
|
3779
|
-
/* @__PURE__ */ (0,
|
|
3849
|
+
/* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
|
|
3780
3850
|
"path",
|
|
3781
3851
|
{
|
|
3782
3852
|
fill: stroke || color || "currentColor",
|
|
@@ -3788,8 +3858,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3788
3858
|
] }), Parameters_default = IconParameters;
|
|
3789
3859
|
|
|
3790
3860
|
// src/components/Pause.tsx
|
|
3791
|
-
var
|
|
3792
|
-
/* @__PURE__ */ (0,
|
|
3861
|
+
var import_jsx_runtime116 = __toESM(require_jsx_runtime()), IconPause = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3862
|
+
/* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
|
|
3793
3863
|
"path",
|
|
3794
3864
|
{
|
|
3795
3865
|
fill: stroke || color || "currentColor",
|
|
@@ -3798,7 +3868,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3798
3868
|
clipRule: "evenodd"
|
|
3799
3869
|
}
|
|
3800
3870
|
),
|
|
3801
|
-
/* @__PURE__ */ (0,
|
|
3871
|
+
/* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
|
|
3802
3872
|
"path",
|
|
3803
3873
|
{
|
|
3804
3874
|
fill: stroke || color || "currentColor",
|
|
@@ -3810,7 +3880,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3810
3880
|
] }), Pause_default = IconPause;
|
|
3811
3881
|
|
|
3812
3882
|
// src/components/Pencil.tsx
|
|
3813
|
-
var
|
|
3883
|
+
var import_jsx_runtime117 = __toESM(require_jsx_runtime()), IconPencil = ({ 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)(
|
|
3814
3884
|
"path",
|
|
3815
3885
|
{
|
|
3816
3886
|
fill: stroke || color || "currentColor",
|
|
@@ -3821,7 +3891,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3821
3891
|
) }), Pencil_default = IconPencil;
|
|
3822
3892
|
|
|
3823
3893
|
// src/components/Pick.tsx
|
|
3824
|
-
var
|
|
3894
|
+
var import_jsx_runtime118 = __toESM(require_jsx_runtime()), IconPick = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
|
|
3825
3895
|
"path",
|
|
3826
3896
|
{
|
|
3827
3897
|
fill: stroke || color || "currentColor",
|
|
@@ -3832,22 +3902,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3832
3902
|
) }), Pick_default = IconPick;
|
|
3833
3903
|
|
|
3834
3904
|
// src/components/PickedFilled.tsx
|
|
3835
|
-
var
|
|
3905
|
+
var import_jsx_runtime119 = __toESM(require_jsx_runtime()), IconPickedFilled = ({ 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)("path", { fill: fill || color || "currentColor", d: "M3 0H21V24H18L12 18L6 24H3V0Z" }) }), PickedFilled_default = IconPickedFilled;
|
|
3836
3906
|
|
|
3837
3907
|
// src/components/PlanFilled.tsx
|
|
3838
|
-
var
|
|
3839
|
-
/* @__PURE__ */ (0,
|
|
3908
|
+
var import_jsx_runtime120 = __toESM(require_jsx_runtime()), IconPlanFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3909
|
+
/* @__PURE__ */ (0, import_jsx_runtime120.jsx)("g", { clipPath: "url(#clip0_2_30)", children: /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
|
|
3840
3910
|
"path",
|
|
3841
3911
|
{
|
|
3842
3912
|
fill: fill || color || "currentColor",
|
|
3843
3913
|
d: "M13.5 10.5L15 0H12L3 10.5V13.5H10.5L9 24H12L21 13.5L21 10.5H13.5Z"
|
|
3844
3914
|
}
|
|
3845
3915
|
) }),
|
|
3846
|
-
/* @__PURE__ */ (0,
|
|
3916
|
+
/* @__PURE__ */ (0, import_jsx_runtime120.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("clipPath", { id: "clip0_2_30", children: /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
3847
3917
|
] }), PlanFilled_default = IconPlanFilled;
|
|
3848
3918
|
|
|
3849
3919
|
// src/components/PlayFilled.tsx
|
|
3850
|
-
var
|
|
3920
|
+
var import_jsx_runtime121 = __toESM(require_jsx_runtime()), IconPlayFilled = ({ 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)(
|
|
3851
3921
|
"path",
|
|
3852
3922
|
{
|
|
3853
3923
|
fill: fill || color || "currentColor",
|
|
@@ -3856,7 +3926,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3856
3926
|
) }), PlayFilled_default = IconPlayFilled;
|
|
3857
3927
|
|
|
3858
3928
|
// src/components/Play.tsx
|
|
3859
|
-
var
|
|
3929
|
+
var import_jsx_runtime122 = __toESM(require_jsx_runtime()), IconPlay = ({ 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)(
|
|
3860
3930
|
"path",
|
|
3861
3931
|
{
|
|
3862
3932
|
fill: stroke || color || "currentColor",
|
|
@@ -3867,15 +3937,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3867
3937
|
) }), Play_default = IconPlay;
|
|
3868
3938
|
|
|
3869
3939
|
// src/components/Previouscene.tsx
|
|
3870
|
-
var
|
|
3871
|
-
/* @__PURE__ */ (0,
|
|
3940
|
+
var import_jsx_runtime123 = __toESM(require_jsx_runtime()), IconPreviouscene = ({ 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: [
|
|
3941
|
+
/* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
|
|
3872
3942
|
"path",
|
|
3873
3943
|
{
|
|
3874
3944
|
fill: stroke || color || "currentColor",
|
|
3875
3945
|
d: "M7.2041 12L13.7344 18.5303L14.7959 17.4697L9.32617 12L14.7959 6.53027L13.7344 5.46973L7.2041 12Z"
|
|
3876
3946
|
}
|
|
3877
3947
|
),
|
|
3878
|
-
/* @__PURE__ */ (0,
|
|
3948
|
+
/* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
|
|
3879
3949
|
"path",
|
|
3880
3950
|
{
|
|
3881
3951
|
fill: stroke || color || "currentColor",
|
|
@@ -3887,7 +3957,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3887
3957
|
] }), Previouscene_default = IconPreviouscene;
|
|
3888
3958
|
|
|
3889
3959
|
// src/components/ProblemNoticeFilled.tsx
|
|
3890
|
-
var
|
|
3960
|
+
var import_jsx_runtime124 = __toESM(require_jsx_runtime()), IconProblemNoticeFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime124.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
|
|
3891
3961
|
"path",
|
|
3892
3962
|
{
|
|
3893
3963
|
fill: fill || color || "currentColor",
|
|
@@ -3898,10 +3968,10 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3898
3968
|
) }), ProblemNoticeFilled_default = IconProblemNoticeFilled;
|
|
3899
3969
|
|
|
3900
3970
|
// src/components/Problem.tsx
|
|
3901
|
-
var
|
|
3902
|
-
/* @__PURE__ */ (0,
|
|
3903
|
-
/* @__PURE__ */ (0,
|
|
3904
|
-
/* @__PURE__ */ (0,
|
|
3971
|
+
var import_jsx_runtime125 = __toESM(require_jsx_runtime()), IconProblem = ({ 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: [
|
|
3972
|
+
/* @__PURE__ */ (0, import_jsx_runtime125.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 13.5V6H10.875V13.5H13.125Z" }),
|
|
3973
|
+
/* @__PURE__ */ (0, import_jsx_runtime125.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 18V15.75H10.875V18H13.125Z" }),
|
|
3974
|
+
/* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
|
|
3905
3975
|
"path",
|
|
3906
3976
|
{
|
|
3907
3977
|
fill: stroke || color || "currentColor",
|
|
@@ -3913,8 +3983,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3913
3983
|
] }), Problem_default = IconProblem;
|
|
3914
3984
|
|
|
3915
3985
|
// src/components/Publish.tsx
|
|
3916
|
-
var
|
|
3917
|
-
/* @__PURE__ */ (0,
|
|
3986
|
+
var import_jsx_runtime126 = __toESM(require_jsx_runtime()), IconPublish = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3987
|
+
/* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
|
|
3918
3988
|
"path",
|
|
3919
3989
|
{
|
|
3920
3990
|
fill: stroke || color || "currentColor",
|
|
@@ -3923,11 +3993,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3923
3993
|
clipRule: "evenodd"
|
|
3924
3994
|
}
|
|
3925
3995
|
),
|
|
3926
|
-
/* @__PURE__ */ (0,
|
|
3996
|
+
/* @__PURE__ */ (0, import_jsx_runtime126.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
|
|
3927
3997
|
] }), Publish_default = IconPublish;
|
|
3928
3998
|
|
|
3929
3999
|
// src/components/Ratio169.tsx
|
|
3930
|
-
var
|
|
4000
|
+
var import_jsx_runtime127 = __toESM(require_jsx_runtime()), IconRatio169 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
|
|
3931
4001
|
"path",
|
|
3932
4002
|
{
|
|
3933
4003
|
fill: stroke || color || "currentColor",
|
|
@@ -3936,15 +4006,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3936
4006
|
) }), Ratio169_default = IconRatio169;
|
|
3937
4007
|
|
|
3938
4008
|
// src/components/Ratio11.tsx
|
|
3939
|
-
var
|
|
3940
|
-
/* @__PURE__ */ (0,
|
|
4009
|
+
var import_jsx_runtime128 = __toESM(require_jsx_runtime()), IconRatio11 = ({ 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: [
|
|
4010
|
+
/* @__PURE__ */ (0, import_jsx_runtime128.jsx)("g", { clipPath: "url(#clip0_13_501)", children: /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(
|
|
3941
4011
|
"path",
|
|
3942
4012
|
{
|
|
3943
4013
|
fill: stroke || color || "currentColor",
|
|
3944
4014
|
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"
|
|
3945
4015
|
}
|
|
3946
4016
|
) }),
|
|
3947
|
-
/* @__PURE__ */ (0,
|
|
4017
|
+
/* @__PURE__ */ (0, import_jsx_runtime128.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime128.jsx)("clipPath", { id: "clip0_13_501", children: /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(
|
|
3948
4018
|
"rect",
|
|
3949
4019
|
{
|
|
3950
4020
|
width: "24",
|
|
@@ -3956,15 +4026,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3956
4026
|
] }), Ratio11_default = IconRatio11;
|
|
3957
4027
|
|
|
3958
4028
|
// src/components/Ratio916.tsx
|
|
3959
|
-
var
|
|
3960
|
-
/* @__PURE__ */ (0,
|
|
4029
|
+
var import_jsx_runtime129 = __toESM(require_jsx_runtime()), IconRatio916 = ({ 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: [
|
|
4030
|
+
/* @__PURE__ */ (0, import_jsx_runtime129.jsx)("g", { clipPath: "url(#clip0_13_499)", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(
|
|
3961
4031
|
"path",
|
|
3962
4032
|
{
|
|
3963
4033
|
fill: stroke || color || "currentColor",
|
|
3964
4034
|
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"
|
|
3965
4035
|
}
|
|
3966
4036
|
) }),
|
|
3967
|
-
/* @__PURE__ */ (0,
|
|
4037
|
+
/* @__PURE__ */ (0, import_jsx_runtime129.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("clipPath", { id: "clip0_13_499", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(
|
|
3968
4038
|
"rect",
|
|
3969
4039
|
{
|
|
3970
4040
|
width: "24",
|
|
@@ -3975,16 +4045,48 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3975
4045
|
) }) })
|
|
3976
4046
|
] }), Ratio916_default = IconRatio916;
|
|
3977
4047
|
|
|
4048
|
+
// src/components/RatioAuto.tsx
|
|
4049
|
+
var import_jsx_runtime130 = __toESM(require_jsx_runtime()), IconRatioAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4050
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("g", { clipPath: "url(#clip0_468_23)", children: [
|
|
4051
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|
|
4052
|
+
"path",
|
|
4053
|
+
{
|
|
4054
|
+
fill: stroke || color || "currentColor",
|
|
4055
|
+
d: "M6.25 6.24999L6.25 9.99998H4L4 3.99998L10 3.99999V6.24999H6.25Z"
|
|
4056
|
+
}
|
|
4057
|
+
),
|
|
4058
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsx)("path", { fill: stroke || color || "currentColor", d: "M14 20V17.75H17.75V14H20V20H14Z" }),
|
|
4059
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|
|
4060
|
+
"path",
|
|
4061
|
+
{
|
|
4062
|
+
fill: stroke || color || "currentColor",
|
|
4063
|
+
d: "M0 24L1.04907e-06 -1.52588e-05L24 -1.42097e-05L24 24L0 24ZM2.40039 2.40038L2.40039 21.5996H21.5996V2.40038L2.40039 2.40038Z",
|
|
4064
|
+
fillRule: "evenodd",
|
|
4065
|
+
clipRule: "evenodd"
|
|
4066
|
+
}
|
|
4067
|
+
)
|
|
4068
|
+
] }),
|
|
4069
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("clipPath", { id: "clip0_468_23", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|
|
4070
|
+
"rect",
|
|
4071
|
+
{
|
|
4072
|
+
width: "24",
|
|
4073
|
+
height: "24",
|
|
4074
|
+
fill: stroke || color || "currentColor",
|
|
4075
|
+
transform: "translate(24) rotate(90)"
|
|
4076
|
+
}
|
|
4077
|
+
) }) })
|
|
4078
|
+
] }), RatioAuto_default = IconRatioAuto;
|
|
4079
|
+
|
|
3978
4080
|
// src/components/Ratio.tsx
|
|
3979
|
-
var
|
|
3980
|
-
/* @__PURE__ */ (0,
|
|
4081
|
+
var import_jsx_runtime131 = __toESM(require_jsx_runtime()), IconRatio = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime131.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4082
|
+
/* @__PURE__ */ (0, import_jsx_runtime131.jsx)(
|
|
3981
4083
|
"path",
|
|
3982
4084
|
{
|
|
3983
4085
|
fill: stroke || color || "currentColor",
|
|
3984
4086
|
d: "M3 0V3L0 3V5.25L18.75 5.25V24H21V21H24V18.75H21L21 3L5.25 3V0H3Z"
|
|
3985
4087
|
}
|
|
3986
4088
|
),
|
|
3987
|
-
/* @__PURE__ */ (0,
|
|
4089
|
+
/* @__PURE__ */ (0, import_jsx_runtime131.jsx)(
|
|
3988
4090
|
"path",
|
|
3989
4091
|
{
|
|
3990
4092
|
fill: stroke || color || "currentColor",
|
|
@@ -3994,7 +4096,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3994
4096
|
] }), Ratio_default = IconRatio;
|
|
3995
4097
|
|
|
3996
4098
|
// src/components/ReEdit.tsx
|
|
3997
|
-
var
|
|
4099
|
+
var import_jsx_runtime132 = __toESM(require_jsx_runtime()), IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime132.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime132.jsx)(
|
|
3998
4100
|
"path",
|
|
3999
4101
|
{
|
|
4000
4102
|
fill: stroke || color || "currentColor",
|
|
@@ -4005,7 +4107,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4005
4107
|
) }), ReEdit_default = IconReEdit;
|
|
4006
4108
|
|
|
4007
4109
|
// src/components/Regenerate.tsx
|
|
4008
|
-
var
|
|
4110
|
+
var import_jsx_runtime133 = __toESM(require_jsx_runtime()), IconRegenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(
|
|
4009
4111
|
"path",
|
|
4010
4112
|
{
|
|
4011
4113
|
fill: stroke || color || "currentColor",
|
|
@@ -4016,7 +4118,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4016
4118
|
) }), Regenerate_default = IconRegenerate;
|
|
4017
4119
|
|
|
4018
4120
|
// src/components/RightFilled.tsx
|
|
4019
|
-
var
|
|
4121
|
+
var import_jsx_runtime134 = __toESM(require_jsx_runtime()), IconRightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime134.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime134.jsx)(
|
|
4020
4122
|
"path",
|
|
4021
4123
|
{
|
|
4022
4124
|
fill: fill || color || "currentColor",
|
|
@@ -4027,7 +4129,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4027
4129
|
) }), RightFilled_default = IconRightFilled;
|
|
4028
4130
|
|
|
4029
4131
|
// src/components/SceneNext.tsx
|
|
4030
|
-
var
|
|
4132
|
+
var import_jsx_runtime135 = __toESM(require_jsx_runtime()), IconSceneNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(
|
|
4031
4133
|
"path",
|
|
4032
4134
|
{
|
|
4033
4135
|
fill: stroke || color || "currentColor",
|
|
@@ -4036,19 +4138,30 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4036
4138
|
) }), SceneNext_default = IconSceneNext;
|
|
4037
4139
|
|
|
4038
4140
|
// src/components/Scriptmode.tsx
|
|
4039
|
-
var
|
|
4040
|
-
/* @__PURE__ */ (0,
|
|
4041
|
-
/* @__PURE__ */ (0,
|
|
4042
|
-
/* @__PURE__ */ (0,
|
|
4043
|
-
/* @__PURE__ */ (0,
|
|
4044
|
-
/* @__PURE__ */ (0,
|
|
4045
|
-
/* @__PURE__ */ (0,
|
|
4046
|
-
/* @__PURE__ */ (0,
|
|
4047
|
-
/* @__PURE__ */ (0,
|
|
4141
|
+
var import_jsx_runtime136 = __toESM(require_jsx_runtime()), IconScriptmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime136.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4142
|
+
/* @__PURE__ */ (0, import_jsx_runtime136.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H3.75V1.5H1.5V3.75Z" }),
|
|
4143
|
+
/* @__PURE__ */ (0, import_jsx_runtime136.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 10.125H3.75V7.875H1.5V10.125Z" }),
|
|
4144
|
+
/* @__PURE__ */ (0, import_jsx_runtime136.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H3.75V13.875H1.5V16.125Z" }),
|
|
4145
|
+
/* @__PURE__ */ (0, import_jsx_runtime136.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H3.75V20.25H1.5V22.5Z" }),
|
|
4146
|
+
/* @__PURE__ */ (0, import_jsx_runtime136.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 3.75H22.5V1.5H7.5V3.75Z" }),
|
|
4147
|
+
/* @__PURE__ */ (0, import_jsx_runtime136.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 10.125H22.5V7.875H7.5V10.125Z" }),
|
|
4148
|
+
/* @__PURE__ */ (0, import_jsx_runtime136.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 16.125H22.5V13.875H7.5V16.125Z" }),
|
|
4149
|
+
/* @__PURE__ */ (0, import_jsx_runtime136.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 22.5H22.5V20.25H7.5V22.5Z" })
|
|
4048
4150
|
] }), Scriptmode_default = IconScriptmode;
|
|
4049
4151
|
|
|
4152
|
+
// src/components/Sendrequest.tsx
|
|
4153
|
+
var import_jsx_runtime137 = __toESM(require_jsx_runtime()), IconSendrequest = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(
|
|
4154
|
+
"path",
|
|
4155
|
+
{
|
|
4156
|
+
fill: fill || color || "currentColor",
|
|
4157
|
+
d: "M3.25 12.4375V9.8125L12 1.0625L20.75 9.8125L20.75 12.4375L13.3125 12.4375V22.9375H10.6875V12.4375H3.25Z",
|
|
4158
|
+
fillRule: "evenodd",
|
|
4159
|
+
clipRule: "evenodd"
|
|
4160
|
+
}
|
|
4161
|
+
) }), Sendrequest_default = IconSendrequest;
|
|
4162
|
+
|
|
4050
4163
|
// src/components/ShareFilled.tsx
|
|
4051
|
-
var
|
|
4164
|
+
var import_jsx_runtime138 = __toESM(require_jsx_runtime()), IconShareFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
|
|
4052
4165
|
"path",
|
|
4053
4166
|
{
|
|
4054
4167
|
fill: fill || color || "currentColor",
|
|
@@ -4057,7 +4170,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4057
4170
|
) }), ShareFilled_default = IconShareFilled;
|
|
4058
4171
|
|
|
4059
4172
|
// src/components/Share.tsx
|
|
4060
|
-
var
|
|
4173
|
+
var import_jsx_runtime139 = __toESM(require_jsx_runtime()), IconShare = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime139.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(
|
|
4061
4174
|
"path",
|
|
4062
4175
|
{
|
|
4063
4176
|
fill: stroke || color || "currentColor",
|
|
@@ -4068,7 +4181,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4068
4181
|
) }), Share_default = IconShare;
|
|
4069
4182
|
|
|
4070
4183
|
// src/components/SocialX.tsx
|
|
4071
|
-
var
|
|
4184
|
+
var import_jsx_runtime140 = __toESM(require_jsx_runtime()), IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime140.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime140.jsx)(
|
|
4072
4185
|
"path",
|
|
4073
4186
|
{
|
|
4074
4187
|
fill: fill || color || "currentColor",
|
|
@@ -4077,7 +4190,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4077
4190
|
) }), SocialX_default = IconSocialX;
|
|
4078
4191
|
|
|
4079
4192
|
// src/components/SocialDiscord.tsx
|
|
4080
|
-
var
|
|
4193
|
+
var import_jsx_runtime141 = __toESM(require_jsx_runtime()), IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime141.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime141.jsx)(
|
|
4081
4194
|
"path",
|
|
4082
4195
|
{
|
|
4083
4196
|
fill: fill || color || "currentColor",
|
|
@@ -4086,8 +4199,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4086
4199
|
) }), SocialDiscord_default = IconSocialDiscord;
|
|
4087
4200
|
|
|
4088
4201
|
// src/components/SoundOff.tsx
|
|
4089
|
-
var
|
|
4090
|
-
/* @__PURE__ */ (0,
|
|
4202
|
+
var import_jsx_runtime142 = __toESM(require_jsx_runtime()), IconSoundOff = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime142.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4203
|
+
/* @__PURE__ */ (0, import_jsx_runtime142.jsx)(
|
|
4091
4204
|
"path",
|
|
4092
4205
|
{
|
|
4093
4206
|
fill: stroke || color || "currentColor",
|
|
@@ -4096,7 +4209,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4096
4209
|
clipRule: "evenodd"
|
|
4097
4210
|
}
|
|
4098
4211
|
),
|
|
4099
|
-
/* @__PURE__ */ (0,
|
|
4212
|
+
/* @__PURE__ */ (0, import_jsx_runtime142.jsx)(
|
|
4100
4213
|
"path",
|
|
4101
4214
|
{
|
|
4102
4215
|
fill: stroke || color || "currentColor",
|
|
@@ -4106,8 +4219,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4106
4219
|
] }), SoundOff_default = IconSoundOff;
|
|
4107
4220
|
|
|
4108
4221
|
// src/components/SoundOn.tsx
|
|
4109
|
-
var
|
|
4110
|
-
/* @__PURE__ */ (0,
|
|
4222
|
+
var import_jsx_runtime143 = __toESM(require_jsx_runtime()), IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime143.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4223
|
+
/* @__PURE__ */ (0, import_jsx_runtime143.jsx)(
|
|
4111
4224
|
"path",
|
|
4112
4225
|
{
|
|
4113
4226
|
fill: stroke || color || "currentColor",
|
|
@@ -4116,14 +4229,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4116
4229
|
clipRule: "evenodd"
|
|
4117
4230
|
}
|
|
4118
4231
|
),
|
|
4119
|
-
/* @__PURE__ */ (0,
|
|
4232
|
+
/* @__PURE__ */ (0, import_jsx_runtime143.jsx)(
|
|
4120
4233
|
"path",
|
|
4121
4234
|
{
|
|
4122
4235
|
fill: stroke || color || "currentColor",
|
|
4123
4236
|
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"
|
|
4124
4237
|
}
|
|
4125
4238
|
),
|
|
4126
|
-
/* @__PURE__ */ (0,
|
|
4239
|
+
/* @__PURE__ */ (0, import_jsx_runtime143.jsx)(
|
|
4127
4240
|
"path",
|
|
4128
4241
|
{
|
|
4129
4242
|
fill: stroke || color || "currentColor",
|
|
@@ -4133,7 +4246,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4133
4246
|
] }), SoundOn_default = IconSoundOn;
|
|
4134
4247
|
|
|
4135
4248
|
// src/components/Storyboard.tsx
|
|
4136
|
-
var
|
|
4249
|
+
var import_jsx_runtime144 = __toESM(require_jsx_runtime()), IconStoryboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime144.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime144.jsx)(
|
|
4137
4250
|
"path",
|
|
4138
4251
|
{
|
|
4139
4252
|
fill: stroke || color || "currentColor",
|
|
@@ -4144,24 +4257,24 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4144
4257
|
) }), Storyboard_default = IconStoryboard;
|
|
4145
4258
|
|
|
4146
4259
|
// src/components/StyleAutoFilled.tsx
|
|
4147
|
-
var
|
|
4148
|
-
/* @__PURE__ */ (0,
|
|
4260
|
+
var import_jsx_runtime145 = __toESM(require_jsx_runtime()), IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime145.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4261
|
+
/* @__PURE__ */ (0, import_jsx_runtime145.jsx)(
|
|
4149
4262
|
"path",
|
|
4150
4263
|
{
|
|
4151
4264
|
fill: fill || color || "currentColor",
|
|
4152
4265
|
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"
|
|
4153
4266
|
}
|
|
4154
4267
|
),
|
|
4155
|
-
/* @__PURE__ */ (0,
|
|
4268
|
+
/* @__PURE__ */ (0, import_jsx_runtime145.jsx)(
|
|
4156
4269
|
"path",
|
|
4157
4270
|
{
|
|
4158
4271
|
fill: fill || color || "currentColor",
|
|
4159
4272
|
d: "M0 16.5V15L6 13.5L7.5 7.5H9L10.5 13.5L16.5 15V16.5L10.5 18L9 24H7.5L6 18L0 16.5Z"
|
|
4160
4273
|
}
|
|
4161
4274
|
),
|
|
4162
|
-
/* @__PURE__ */ (0,
|
|
4163
|
-
/* @__PURE__ */ (0,
|
|
4164
|
-
/* @__PURE__ */ (0,
|
|
4275
|
+
/* @__PURE__ */ (0, import_jsx_runtime145.jsx)("path", { fill: fill || color || "currentColor", d: "M1.5 3L3.75 0.75L6 3L3.75 5.25L1.5 3Z" }),
|
|
4276
|
+
/* @__PURE__ */ (0, import_jsx_runtime145.jsx)("path", { fill: fill || color || "currentColor", d: "M22.5 21L19.5 18L16.5 21L19.5 24L22.5 21Z" }),
|
|
4277
|
+
/* @__PURE__ */ (0, import_jsx_runtime145.jsx)(
|
|
4165
4278
|
"path",
|
|
4166
4279
|
{
|
|
4167
4280
|
fill: fill || color || "currentColor",
|
|
@@ -4171,43 +4284,43 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4171
4284
|
] }), StyleAutoFilled_default = IconStyleAutoFilled;
|
|
4172
4285
|
|
|
4173
4286
|
// src/components/Style.tsx
|
|
4174
|
-
var
|
|
4175
|
-
/* @__PURE__ */ (0,
|
|
4287
|
+
var import_jsx_runtime146 = __toESM(require_jsx_runtime()), IconStyle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime146.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4288
|
+
/* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
|
|
4176
4289
|
"path",
|
|
4177
4290
|
{
|
|
4178
4291
|
fill: stroke || color || "currentColor",
|
|
4179
4292
|
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"
|
|
4180
4293
|
}
|
|
4181
4294
|
),
|
|
4182
|
-
/* @__PURE__ */ (0,
|
|
4295
|
+
/* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
|
|
4183
4296
|
"path",
|
|
4184
4297
|
{
|
|
4185
4298
|
fill: stroke || color || "currentColor",
|
|
4186
4299
|
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"
|
|
4187
4300
|
}
|
|
4188
4301
|
),
|
|
4189
|
-
/* @__PURE__ */ (0,
|
|
4302
|
+
/* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
|
|
4190
4303
|
"path",
|
|
4191
4304
|
{
|
|
4192
4305
|
fill: stroke || color || "currentColor",
|
|
4193
4306
|
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"
|
|
4194
4307
|
}
|
|
4195
4308
|
),
|
|
4196
|
-
/* @__PURE__ */ (0,
|
|
4309
|
+
/* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
|
|
4197
4310
|
"path",
|
|
4198
4311
|
{
|
|
4199
4312
|
fill: stroke || color || "currentColor",
|
|
4200
4313
|
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"
|
|
4201
4314
|
}
|
|
4202
4315
|
),
|
|
4203
|
-
/* @__PURE__ */ (0,
|
|
4316
|
+
/* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
|
|
4204
4317
|
"path",
|
|
4205
4318
|
{
|
|
4206
4319
|
fill: stroke || color || "currentColor",
|
|
4207
4320
|
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"
|
|
4208
4321
|
}
|
|
4209
4322
|
),
|
|
4210
|
-
/* @__PURE__ */ (0,
|
|
4323
|
+
/* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
|
|
4211
4324
|
"path",
|
|
4212
4325
|
{
|
|
4213
4326
|
fill: stroke || color || "currentColor",
|
|
@@ -4219,7 +4332,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4219
4332
|
] }), Style_default = IconStyle;
|
|
4220
4333
|
|
|
4221
4334
|
// src/components/SwitchOffFilled.tsx
|
|
4222
|
-
var
|
|
4335
|
+
var import_jsx_runtime147 = __toESM(require_jsx_runtime()), IconSwitchOffFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime147.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime147.jsx)(
|
|
4223
4336
|
"path",
|
|
4224
4337
|
{
|
|
4225
4338
|
fill: fill || color || "currentColor",
|
|
@@ -4230,7 +4343,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4230
4343
|
) }), SwitchOffFilled_default = IconSwitchOffFilled;
|
|
4231
4344
|
|
|
4232
4345
|
// src/components/SwitchOnFilled.tsx
|
|
4233
|
-
var
|
|
4346
|
+
var import_jsx_runtime148 = __toESM(require_jsx_runtime()), IconSwitchOnFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime148.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime148.jsx)(
|
|
4234
4347
|
"path",
|
|
4235
4348
|
{
|
|
4236
4349
|
fill: fill || color || "currentColor",
|
|
@@ -4241,8 +4354,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4241
4354
|
) }), SwitchOnFilled_default = IconSwitchOnFilled;
|
|
4242
4355
|
|
|
4243
4356
|
// src/components/Target.tsx
|
|
4244
|
-
var
|
|
4245
|
-
/* @__PURE__ */ (0,
|
|
4357
|
+
var import_jsx_runtime149 = __toESM(require_jsx_runtime()), IconTarget = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime149.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4358
|
+
/* @__PURE__ */ (0, import_jsx_runtime149.jsx)(
|
|
4246
4359
|
"path",
|
|
4247
4360
|
{
|
|
4248
4361
|
fill: stroke || color || "currentColor",
|
|
@@ -4251,7 +4364,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4251
4364
|
clipRule: "evenodd"
|
|
4252
4365
|
}
|
|
4253
4366
|
),
|
|
4254
|
-
/* @__PURE__ */ (0,
|
|
4367
|
+
/* @__PURE__ */ (0, import_jsx_runtime149.jsx)(
|
|
4255
4368
|
"path",
|
|
4256
4369
|
{
|
|
4257
4370
|
fill: stroke || color || "currentColor",
|
|
@@ -4263,43 +4376,43 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4263
4376
|
] }), Target_default = IconTarget;
|
|
4264
4377
|
|
|
4265
4378
|
// src/components/TextLogo.tsx
|
|
4266
|
-
var
|
|
4267
|
-
/* @__PURE__ */ (0,
|
|
4379
|
+
var import_jsx_runtime150 = __toESM(require_jsx_runtime()), IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime150.jsxs)("svg", { fill: "none", viewBox: "0 0 124 40", className, width: width || size, height: height || size, children: [
|
|
4380
|
+
/* @__PURE__ */ (0, import_jsx_runtime150.jsx)(
|
|
4268
4381
|
"path",
|
|
4269
4382
|
{
|
|
4270
4383
|
fill: fill || color || "currentColor",
|
|
4271
4384
|
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"
|
|
4272
4385
|
}
|
|
4273
4386
|
),
|
|
4274
|
-
/* @__PURE__ */ (0,
|
|
4387
|
+
/* @__PURE__ */ (0, import_jsx_runtime150.jsx)(
|
|
4275
4388
|
"path",
|
|
4276
4389
|
{
|
|
4277
4390
|
fill: fill || color || "currentColor",
|
|
4278
4391
|
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"
|
|
4279
4392
|
}
|
|
4280
4393
|
),
|
|
4281
|
-
/* @__PURE__ */ (0,
|
|
4394
|
+
/* @__PURE__ */ (0, import_jsx_runtime150.jsx)(
|
|
4282
4395
|
"path",
|
|
4283
4396
|
{
|
|
4284
4397
|
fill: fill || color || "currentColor",
|
|
4285
4398
|
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"
|
|
4286
4399
|
}
|
|
4287
4400
|
),
|
|
4288
|
-
/* @__PURE__ */ (0,
|
|
4401
|
+
/* @__PURE__ */ (0, import_jsx_runtime150.jsx)(
|
|
4289
4402
|
"path",
|
|
4290
4403
|
{
|
|
4291
4404
|
fill: fill || color || "currentColor",
|
|
4292
4405
|
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"
|
|
4293
4406
|
}
|
|
4294
4407
|
),
|
|
4295
|
-
/* @__PURE__ */ (0,
|
|
4408
|
+
/* @__PURE__ */ (0, import_jsx_runtime150.jsx)(
|
|
4296
4409
|
"path",
|
|
4297
4410
|
{
|
|
4298
4411
|
fill: fill || color || "currentColor",
|
|
4299
4412
|
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"
|
|
4300
4413
|
}
|
|
4301
4414
|
),
|
|
4302
|
-
/* @__PURE__ */ (0,
|
|
4415
|
+
/* @__PURE__ */ (0, import_jsx_runtime150.jsx)(
|
|
4303
4416
|
"path",
|
|
4304
4417
|
{
|
|
4305
4418
|
fill: fill || color || "currentColor",
|
|
@@ -4309,7 +4422,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4309
4422
|
] }), TextLogo_default = IconTextLogo;
|
|
4310
4423
|
|
|
4311
4424
|
// src/components/Tips.tsx
|
|
4312
|
-
var
|
|
4425
|
+
var import_jsx_runtime151 = __toESM(require_jsx_runtime()), IconTips = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime151.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime151.jsx)(
|
|
4313
4426
|
"path",
|
|
4314
4427
|
{
|
|
4315
4428
|
fill: stroke || color || "currentColor",
|
|
@@ -4320,15 +4433,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4320
4433
|
) }), Tips_default = IconTips;
|
|
4321
4434
|
|
|
4322
4435
|
// src/components/ToolsFilled.tsx
|
|
4323
|
-
var
|
|
4324
|
-
/* @__PURE__ */ (0,
|
|
4436
|
+
var import_jsx_runtime152 = __toESM(require_jsx_runtime()), IconToolsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime152.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4437
|
+
/* @__PURE__ */ (0, import_jsx_runtime152.jsx)(
|
|
4325
4438
|
"path",
|
|
4326
4439
|
{
|
|
4327
4440
|
fill: fill || color || "currentColor",
|
|
4328
4441
|
d: "M24 12L19.5 16.5L15 15L9 9L7.5 4.5L12 0L16.5 1.5L22.5 7.5L24 12Z"
|
|
4329
4442
|
}
|
|
4330
4443
|
),
|
|
4331
|
-
/* @__PURE__ */ (0,
|
|
4444
|
+
/* @__PURE__ */ (0, import_jsx_runtime152.jsx)(
|
|
4332
4445
|
"path",
|
|
4333
4446
|
{
|
|
4334
4447
|
fill: fill || color || "currentColor",
|
|
@@ -4338,7 +4451,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4338
4451
|
] }), ToolsFilled_default = IconToolsFilled;
|
|
4339
4452
|
|
|
4340
4453
|
// src/components/Tools.tsx
|
|
4341
|
-
var
|
|
4454
|
+
var import_jsx_runtime153 = __toESM(require_jsx_runtime()), IconTools = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime153.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime153.jsx)(
|
|
4342
4455
|
"path",
|
|
4343
4456
|
{
|
|
4344
4457
|
stroke: stroke || color || "currentColor",
|
|
@@ -4347,8 +4460,19 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4347
4460
|
}
|
|
4348
4461
|
) }), Tools_default = IconTools;
|
|
4349
4462
|
|
|
4463
|
+
// src/components/Undo.tsx
|
|
4464
|
+
var import_jsx_runtime154 = __toESM(require_jsx_runtime()), IconUndo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime154.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime154.jsx)(
|
|
4465
|
+
"path",
|
|
4466
|
+
{
|
|
4467
|
+
fill: stroke || color || "currentColor",
|
|
4468
|
+
d: "M8.25 1.5H6L0 7.5L6 13.5H8.25V8.625H16.6875C19.4834 8.625 21.75 10.8916 21.75 13.6875C21.75 16.4834 19.4834 18.75 16.6875 18.75H6V21H16.6875C20.7261 21 24 17.7261 24 13.6875C24 9.64892 20.7261 6.375 16.6875 6.375H8.25V1.5ZM6 10.318L3.18198 7.5L6 4.68198V10.318Z",
|
|
4469
|
+
fillRule: "evenodd",
|
|
4470
|
+
clipRule: "evenodd"
|
|
4471
|
+
}
|
|
4472
|
+
) }), Undo_default = IconUndo;
|
|
4473
|
+
|
|
4350
4474
|
// src/components/UpFilled.tsx
|
|
4351
|
-
var
|
|
4475
|
+
var import_jsx_runtime155 = __toESM(require_jsx_runtime()), IconUpFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime155.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime155.jsx)(
|
|
4352
4476
|
"path",
|
|
4353
4477
|
{
|
|
4354
4478
|
fill: fill || color || "currentColor",
|
|
@@ -4359,7 +4483,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4359
4483
|
) }), UpFilled_default = IconUpFilled;
|
|
4360
4484
|
|
|
4361
4485
|
// src/components/UpleftFilled.tsx
|
|
4362
|
-
var
|
|
4486
|
+
var import_jsx_runtime156 = __toESM(require_jsx_runtime()), IconUpleftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime156.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
|
|
4363
4487
|
"path",
|
|
4364
4488
|
{
|
|
4365
4489
|
fill: fill || color || "currentColor",
|
|
@@ -4370,7 +4494,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4370
4494
|
) }), UpleftFilled_default = IconUpleftFilled;
|
|
4371
4495
|
|
|
4372
4496
|
// src/components/Uploadfiles.tsx
|
|
4373
|
-
var
|
|
4497
|
+
var import_jsx_runtime157 = __toESM(require_jsx_runtime()), IconUploadfiles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime157.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
|
|
4374
4498
|
"path",
|
|
4375
4499
|
{
|
|
4376
4500
|
fill: stroke || color || "currentColor",
|
|
@@ -4379,7 +4503,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4379
4503
|
) }), Uploadfiles_default = IconUploadfiles;
|
|
4380
4504
|
|
|
4381
4505
|
// src/components/UprightFilled.tsx
|
|
4382
|
-
var
|
|
4506
|
+
var import_jsx_runtime158 = __toESM(require_jsx_runtime()), IconUprightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime158.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime158.jsx)(
|
|
4383
4507
|
"path",
|
|
4384
4508
|
{
|
|
4385
4509
|
fill: fill || color || "currentColor",
|
|
@@ -4390,7 +4514,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4390
4514
|
) }), UprightFilled_default = IconUprightFilled;
|
|
4391
4515
|
|
|
4392
4516
|
// src/components/Userfeedback.tsx
|
|
4393
|
-
var
|
|
4517
|
+
var import_jsx_runtime159 = __toESM(require_jsx_runtime()), IconUserfeedback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime159.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime159.jsx)(
|
|
4394
4518
|
"path",
|
|
4395
4519
|
{
|
|
4396
4520
|
fill: stroke || color || "currentColor",
|
|
@@ -4401,22 +4525,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4401
4525
|
) }), Userfeedback_default = IconUserfeedback;
|
|
4402
4526
|
|
|
4403
4527
|
// src/components/VideoGeneration.tsx
|
|
4404
|
-
var
|
|
4405
|
-
/* @__PURE__ */ (0,
|
|
4528
|
+
var import_jsx_runtime160 = __toESM(require_jsx_runtime()), IconVideoGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime160.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4529
|
+
/* @__PURE__ */ (0, import_jsx_runtime160.jsx)(
|
|
4406
4530
|
"path",
|
|
4407
4531
|
{
|
|
4408
4532
|
fill: stroke || color || "currentColor",
|
|
4409
4533
|
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"
|
|
4410
4534
|
}
|
|
4411
4535
|
),
|
|
4412
|
-
/* @__PURE__ */ (0,
|
|
4536
|
+
/* @__PURE__ */ (0, import_jsx_runtime160.jsx)(
|
|
4413
4537
|
"path",
|
|
4414
4538
|
{
|
|
4415
4539
|
fill: stroke || color || "currentColor",
|
|
4416
4540
|
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"
|
|
4417
4541
|
}
|
|
4418
4542
|
),
|
|
4419
|
-
/* @__PURE__ */ (0,
|
|
4543
|
+
/* @__PURE__ */ (0, import_jsx_runtime160.jsx)(
|
|
4420
4544
|
"path",
|
|
4421
4545
|
{
|
|
4422
4546
|
fill: stroke || color || "currentColor",
|
|
@@ -4428,9 +4552,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4428
4552
|
] }), VideoGeneration_default = IconVideoGeneration;
|
|
4429
4553
|
|
|
4430
4554
|
// src/components/VideoLength.tsx
|
|
4431
|
-
var
|
|
4432
|
-
/* @__PURE__ */ (0,
|
|
4433
|
-
/* @__PURE__ */ (0,
|
|
4555
|
+
var import_jsx_runtime161 = __toESM(require_jsx_runtime()), IconVideoLength = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4556
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)("path", { fill: stroke || color || "currentColor", d: "M10.875 9V15H13.125V9H10.875Z" }),
|
|
4557
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)(
|
|
4434
4558
|
"path",
|
|
4435
4559
|
{
|
|
4436
4560
|
fill: stroke || color || "currentColor",
|
|
@@ -4442,8 +4566,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4442
4566
|
] }), VideoLength_default = IconVideoLength;
|
|
4443
4567
|
|
|
4444
4568
|
// src/components/Videogenerate.tsx
|
|
4445
|
-
var
|
|
4446
|
-
/* @__PURE__ */ (0,
|
|
4569
|
+
var import_jsx_runtime162 = __toESM(require_jsx_runtime()), IconVideogenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime162.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4570
|
+
/* @__PURE__ */ (0, import_jsx_runtime162.jsx)(
|
|
4447
4571
|
"path",
|
|
4448
4572
|
{
|
|
4449
4573
|
fill: stroke || color || "currentColor",
|
|
@@ -4452,7 +4576,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4452
4576
|
clipRule: "evenodd"
|
|
4453
4577
|
}
|
|
4454
4578
|
),
|
|
4455
|
-
/* @__PURE__ */ (0,
|
|
4579
|
+
/* @__PURE__ */ (0, import_jsx_runtime162.jsx)(
|
|
4456
4580
|
"path",
|
|
4457
4581
|
{
|
|
4458
4582
|
fill: stroke || color || "currentColor",
|
|
@@ -4464,7 +4588,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4464
4588
|
] }), Videogenerate_default = IconVideogenerate;
|
|
4465
4589
|
|
|
4466
4590
|
// src/components/Visualstyles.tsx
|
|
4467
|
-
var
|
|
4591
|
+
var import_jsx_runtime163 = __toESM(require_jsx_runtime()), IconVisualstyles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime163.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime163.jsx)(
|
|
4468
4592
|
"path",
|
|
4469
4593
|
{
|
|
4470
4594
|
fill: stroke || color || "currentColor",
|
|
@@ -4475,8 +4599,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4475
4599
|
) }), Visualstyles_default = IconVisualstyles;
|
|
4476
4600
|
|
|
4477
4601
|
// src/components/Volume.tsx
|
|
4478
|
-
var
|
|
4479
|
-
/* @__PURE__ */ (0,
|
|
4602
|
+
var import_jsx_runtime164 = __toESM(require_jsx_runtime()), IconVolume = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime164.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4603
|
+
/* @__PURE__ */ (0, import_jsx_runtime164.jsx)(
|
|
4480
4604
|
"path",
|
|
4481
4605
|
{
|
|
4482
4606
|
fill: stroke || color || "currentColor",
|
|
@@ -4485,14 +4609,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4485
4609
|
clipRule: "evenodd"
|
|
4486
4610
|
}
|
|
4487
4611
|
),
|
|
4488
|
-
/* @__PURE__ */ (0,
|
|
4612
|
+
/* @__PURE__ */ (0, import_jsx_runtime164.jsx)(
|
|
4489
4613
|
"path",
|
|
4490
4614
|
{
|
|
4491
4615
|
fill: stroke || color || "currentColor",
|
|
4492
4616
|
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"
|
|
4493
4617
|
}
|
|
4494
4618
|
),
|
|
4495
|
-
/* @__PURE__ */ (0,
|
|
4619
|
+
/* @__PURE__ */ (0, import_jsx_runtime164.jsx)(
|
|
4496
4620
|
"path",
|
|
4497
4621
|
{
|
|
4498
4622
|
fill: stroke || color || "currentColor",
|
|
@@ -4502,7 +4626,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4502
4626
|
] }), Volume_default = IconVolume;
|
|
4503
4627
|
|
|
4504
4628
|
// src/components/Withdrawgame.tsx
|
|
4505
|
-
var
|
|
4629
|
+
var import_jsx_runtime165 = __toESM(require_jsx_runtime()), IconWithdrawgame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime165.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime165.jsx)(
|
|
4506
4630
|
"path",
|
|
4507
4631
|
{
|
|
4508
4632
|
fill: stroke || color || "currentColor",
|
|
@@ -4512,16 +4636,34 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4512
4636
|
}
|
|
4513
4637
|
) }), Withdrawgame_default = IconWithdrawgame;
|
|
4514
4638
|
|
|
4639
|
+
// src/components/Zoomhandle.tsx
|
|
4640
|
+
var import_jsx_runtime166 = __toESM(require_jsx_runtime()), IconZoomhandle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime166.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4641
|
+
/* @__PURE__ */ (0, import_jsx_runtime166.jsx)(
|
|
4642
|
+
"path",
|
|
4643
|
+
{
|
|
4644
|
+
fill: fill || color || "currentColor",
|
|
4645
|
+
d: "M12 -2.62268e-07C15.3137 -1.17422e-07 18 2.68629 18 6L18 18C18 21.3137 15.3137 24 12 24C8.68629 24 6 21.3137 6 18L6 6C6 2.68629 8.68629 -4.07115e-07 12 -2.62268e-07Z"
|
|
4646
|
+
}
|
|
4647
|
+
),
|
|
4648
|
+
/* @__PURE__ */ (0, import_jsx_runtime166.jsx)(
|
|
4649
|
+
"path",
|
|
4650
|
+
{
|
|
4651
|
+
fill: stroke || color || "currentColor",
|
|
4652
|
+
d: "M8.25 18H6L6 6L8.25 6L8.25 18ZM12 21.75C14.0711 21.75 15.75 20.0711 15.75 18L15.75 6C15.75 3.92893 14.0711 2.25 12 2.25C9.92893 2.25 8.25 3.92893 8.25 6L6 6L6.00732 5.69092C6.16298 2.6232 8.6232 0.162978 11.6909 0.00732421L12 0C15.2101 1.40316e-07 17.8318 2.52084 17.9927 5.69092L18 6L18 18C18 21.3137 15.3137 24 12 24L11.6909 23.9927C8.6232 23.837 6.16298 21.3768 6.00732 18.3091L6 18H8.25C8.25 20.0711 9.92893 21.75 12 21.75Z"
|
|
4653
|
+
}
|
|
4654
|
+
)
|
|
4655
|
+
] }), Zoomhandle_default = IconZoomhandle;
|
|
4656
|
+
|
|
4515
4657
|
// src/components/Zoomin.tsx
|
|
4516
|
-
var
|
|
4517
|
-
/* @__PURE__ */ (0,
|
|
4658
|
+
var import_jsx_runtime167 = __toESM(require_jsx_runtime()), IconZoomin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime167.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4659
|
+
/* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
|
|
4518
4660
|
"path",
|
|
4519
4661
|
{
|
|
4520
4662
|
fill: stroke || color || "currentColor",
|
|
4521
4663
|
d: "M11.625 11.625H15V9.375H11.625V6H9.375V9.375H6V11.625H9.375V15H11.625V11.625Z"
|
|
4522
4664
|
}
|
|
4523
4665
|
),
|
|
4524
|
-
/* @__PURE__ */ (0,
|
|
4666
|
+
/* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
|
|
4525
4667
|
"path",
|
|
4526
4668
|
{
|
|
4527
4669
|
fill: stroke || color || "currentColor",
|
|
@@ -4533,9 +4675,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4533
4675
|
] }), Zoomin_default = IconZoomin;
|
|
4534
4676
|
|
|
4535
4677
|
// src/components/Zoomout.tsx
|
|
4536
|
-
var
|
|
4537
|
-
/* @__PURE__ */ (0,
|
|
4538
|
-
/* @__PURE__ */ (0,
|
|
4678
|
+
var import_jsx_runtime168 = __toESM(require_jsx_runtime()), IconZoomout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime168.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4679
|
+
/* @__PURE__ */ (0, import_jsx_runtime168.jsx)("path", { fill: stroke || color || "currentColor", d: "M15 11.625H6V9.375H15V11.625Z" }),
|
|
4680
|
+
/* @__PURE__ */ (0, import_jsx_runtime168.jsx)(
|
|
4539
4681
|
"path",
|
|
4540
4682
|
{
|
|
4541
4683
|
fill: stroke || color || "currentColor",
|