@yoroll/react-icon 0.0.16 → 0.0.17
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 +726 -516
- package/dist/index.iife.js +713 -516
- package/dist/index.iife.min.js +5 -5
- package/dist/index.js +898 -675
- package/dist/index.min.cjs +2 -2
- package/dist/index.min.js +2 -2
- package/dist/types/components/Autolayout.d.ts +4 -0
- package/dist/types/components/Ccg.d.ts +4 -0
- package/dist/types/components/CcgFilled.d.ts +4 -0
- package/dist/types/components/Ccggame.d.ts +4 -0
- package/dist/types/components/Ccglanguage.d.ts +4 -0
- package/dist/types/components/Collapsewindow.d.ts +4 -0
- package/dist/types/components/Expandwindow.d.ts +4 -0
- package/dist/types/components/ProblemFilled.d.ts +4 -0
- package/dist/types/components/Scrolldown.d.ts +4 -0
- package/dist/types/components/Sidebar.d.ts +4 -0
- package/dist/types/components/Userfollow.d.ts +4 -0
- package/dist/types/components/Userfollowback.d.ts +4 -0
- package/dist/types/components/Userfollowed.d.ts +4 -0
- package/dist/types/components/index.d.ts +13 -0
- package/package.json +1 -1
package/dist/index.iife.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @lineargame svg icons react v0.0.
|
|
1
|
+
/*! @lineargame svg icons react v0.0.16 */
|
|
2
2
|
|
|
3
3
|
"use strict";
|
|
4
4
|
(() => {
|
|
@@ -1725,9 +1725,18 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1725
1725
|
)
|
|
1726
1726
|
] }), Assets_default = IconAssets;
|
|
1727
1727
|
|
|
1728
|
+
// src/components/Autolayout.tsx
|
|
1729
|
+
var import_jsx_runtime14 = __toESM(require_jsx_runtime()), IconAutolayout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
1730
|
+
"path",
|
|
1731
|
+
{
|
|
1732
|
+
fill: stroke || color || "currentColor",
|
|
1733
|
+
d: "M6 22.5H0V16.5H6V22.5ZM15 22.5H9V16.5H15V22.5ZM24 22.5H18V16.5H24V22.5ZM1.875 20.625H4.125V18.375H1.875V20.625ZM10.875 20.625H13.125V18.375H10.875V20.625ZM19.875 20.625H22.125V18.375H19.875V20.625ZM24 15H0V12.75H24V15ZM6 11.25H0V5.25H6V11.25ZM15 11.25H9V5.25H15V11.25ZM24 11.25H18V5.25H24V11.25ZM1.875 9.375H4.125V7.125H1.875V9.375ZM10.875 9.375H13.125V7.125H10.875V9.375ZM19.875 9.375H22.125V7.125H19.875V9.375ZM24 3.75H0V1.5H24V3.75Z"
|
|
1734
|
+
}
|
|
1735
|
+
) }), Autolayout_default = IconAutolayout;
|
|
1736
|
+
|
|
1728
1737
|
// src/components/Backtoprojects.tsx
|
|
1729
|
-
var
|
|
1730
|
-
/* @__PURE__ */ (0,
|
|
1738
|
+
var import_jsx_runtime15 = __toESM(require_jsx_runtime()), IconBacktoprojects = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1739
|
+
/* @__PURE__ */ (0, import_jsx_runtime15.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_runtime15.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_runtime15.jsx)(
|
|
1749
1758
|
"path",
|
|
1750
1759
|
{
|
|
1751
1760
|
fill: stroke || color || "currentColor",
|
|
@@ -1754,7 +1763,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1754
1763
|
clipRule: "evenodd"
|
|
1755
1764
|
}
|
|
1756
1765
|
),
|
|
1757
|
-
/* @__PURE__ */ (0,
|
|
1766
|
+
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
|
1758
1767
|
"path",
|
|
1759
1768
|
{
|
|
1760
1769
|
fill: stroke || color || "currentColor",
|
|
@@ -1766,7 +1775,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1766
1775
|
] }), Backtoprojects_default = IconBacktoprojects;
|
|
1767
1776
|
|
|
1768
1777
|
// src/components/Backward.tsx
|
|
1769
|
-
var
|
|
1778
|
+
var import_jsx_runtime16 = __toESM(require_jsx_runtime()), IconBackward = ({ 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",
|
|
@@ -1775,7 +1784,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1775
1784
|
) }), Backward_default = IconBackward;
|
|
1776
1785
|
|
|
1777
1786
|
// src/components/BatchShots.tsx
|
|
1778
|
-
var
|
|
1787
|
+
var import_jsx_runtime17 = __toESM(require_jsx_runtime()), IconBatchShots = ({ 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)(
|
|
1779
1788
|
"path",
|
|
1780
1789
|
{
|
|
1781
1790
|
fill: stroke || color || "currentColor",
|
|
@@ -1786,7 +1795,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1786
1795
|
) }), BatchShots_default = IconBatchShots;
|
|
1787
1796
|
|
|
1788
1797
|
// src/components/Canvasmode.tsx
|
|
1789
|
-
var
|
|
1798
|
+
var import_jsx_runtime18 = __toESM(require_jsx_runtime()), IconCanvasmode = ({ 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)(
|
|
1790
1799
|
"path",
|
|
1791
1800
|
{
|
|
1792
1801
|
fill: stroke || color || "currentColor",
|
|
@@ -1796,8 +1805,73 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1796
1805
|
}
|
|
1797
1806
|
) }), Canvasmode_default = IconCanvasmode;
|
|
1798
1807
|
|
|
1808
|
+
// src/components/CcgFilled.tsx
|
|
1809
|
+
var import_jsx_runtime19 = __toESM(require_jsx_runtime()), IconCcgFilled = ({ 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)(
|
|
1810
|
+
"path",
|
|
1811
|
+
{
|
|
1812
|
+
fill: fill || color || "currentColor",
|
|
1813
|
+
d: "M18.3906 3C20.718 3.00005 22.6614 4.77495 22.8721 7.09277L24 21L19.5 22.5L15 18H9L4.5 22.5L0 21L1.12793 7.09277C1.33864 4.77495 3.282 3.00005 5.60938 3H18.3906ZM4.5 8.12109L6.87891 10.5L4.5 12.8789L6.62109 15L11.1211 10.5L6.62109 6L4.5 8.12109ZM12 12V15H19.5V12H12Z",
|
|
1814
|
+
fillRule: "evenodd",
|
|
1815
|
+
clipRule: "evenodd"
|
|
1816
|
+
}
|
|
1817
|
+
) }), CcgFilled_default = IconCcgFilled;
|
|
1818
|
+
|
|
1819
|
+
// src/components/Ccg.tsx
|
|
1820
|
+
var import_jsx_runtime20 = __toESM(require_jsx_runtime()), IconCcg = ({ 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)(
|
|
1821
|
+
"path",
|
|
1822
|
+
{
|
|
1823
|
+
fill: stroke || color || "currentColor",
|
|
1824
|
+
d: "M18.3906 3C20.718 3.00005 22.6614 4.77495 22.8721 7.09277L24 21L19.5 22.5L15 18H9L4.5 22.5L0 21L1.12793 7.09277C1.33864 4.77495 3.282 3.00005 5.60938 3H18.3906ZM5.60938 5.25C4.44585 5.25005 3.4747 6.13721 3.36914 7.2959L2.40234 19.4287L3.89258 19.9258L8.06836 15.75H15.9316L20.1074 19.9258L21.5977 19.4287L20.6309 7.2959C20.5253 6.13721 19.5541 5.25005 18.3906 5.25H5.60938ZM10.9658 10.125L7.59082 13.5L6 11.9092L7.78418 10.125L6 8.34082L7.59082 6.75L10.9658 10.125ZM18 11.25V13.5H12V11.25H18Z",
|
|
1825
|
+
fillRule: "evenodd",
|
|
1826
|
+
clipRule: "evenodd"
|
|
1827
|
+
}
|
|
1828
|
+
) }), Ccg_default = IconCcg;
|
|
1829
|
+
|
|
1830
|
+
// src/components/Ccggame.tsx
|
|
1831
|
+
var import_jsx_runtime21 = __toESM(require_jsx_runtime()), IconCcggame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1832
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
1833
|
+
"path",
|
|
1834
|
+
{
|
|
1835
|
+
fill: stroke || color || "currentColor",
|
|
1836
|
+
d: "M9.75 9.75C9.75 10.9926 8.74264 12 7.5 12C6.25736 12 5.25 10.9926 5.25 9.75C5.25 8.50736 6.25736 7.5 7.5 7.5C8.74264 7.5 9.75 8.50736 9.75 9.75Z"
|
|
1837
|
+
}
|
|
1838
|
+
),
|
|
1839
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
1840
|
+
"path",
|
|
1841
|
+
{
|
|
1842
|
+
fill: stroke || color || "currentColor",
|
|
1843
|
+
d: "M19.125 8.0625C19.125 8.78737 18.5374 9.375 17.8125 9.375C17.0876 9.375 16.5 8.78737 16.5 8.0625C16.5 7.33763 17.0876 6.75 17.8125 6.75C18.5374 6.75 19.125 7.33763 19.125 8.0625Z"
|
|
1844
|
+
}
|
|
1845
|
+
),
|
|
1846
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
1847
|
+
"path",
|
|
1848
|
+
{
|
|
1849
|
+
fill: stroke || color || "currentColor",
|
|
1850
|
+
d: "M16.3125 12.75C17.0374 12.75 17.625 12.1624 17.625 11.4375C17.625 10.7126 17.0374 10.125 16.3125 10.125C15.5876 10.125 15 10.7126 15 11.4375C15 12.1624 15.5876 12.75 16.3125 12.75Z"
|
|
1851
|
+
}
|
|
1852
|
+
),
|
|
1853
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
1854
|
+
"path",
|
|
1855
|
+
{
|
|
1856
|
+
fill: stroke || color || "currentColor",
|
|
1857
|
+
d: "M0 19.5L4.5 21L9 16.5H15L19.5 21L24 19.5L22.8721 7.09259C22.6613 4.77474 20.7179 3 18.3905 3H5.60947C3.28205 3 1.33866 4.77473 1.12795 7.09259L0 19.5ZM8.06802 14.25L3.8923 18.4257L2.4021 17.929L3.36871 7.29629C3.47406 6.13737 4.44576 5.25 5.60947 5.25H18.3905C19.5542 5.25 20.5259 6.13737 20.6313 7.2963L21.5979 17.929L20.1077 18.4257L15.932 14.25H8.06802Z",
|
|
1858
|
+
fillRule: "evenodd",
|
|
1859
|
+
clipRule: "evenodd"
|
|
1860
|
+
}
|
|
1861
|
+
)
|
|
1862
|
+
] }), Ccggame_default = IconCcggame;
|
|
1863
|
+
|
|
1864
|
+
// src/components/Ccglanguage.tsx
|
|
1865
|
+
var import_jsx_runtime22 = __toESM(require_jsx_runtime()), IconCcglanguage = ({ 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)(
|
|
1866
|
+
"path",
|
|
1867
|
+
{
|
|
1868
|
+
fill: stroke || color || "currentColor",
|
|
1869
|
+
d: "M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 -8.1423e-07 18.6274 -5.24537e-07 12C-2.34843e-07 5.37258 5.37258 -5.24537e-07 12 -5.24537e-07C18.6274 -5.24537e-07 24 5.37258 24 12ZM8.58691 21.1338C8.43802 20.8883 8.28463 20.6256 8.13281 20.3457C7.24233 18.7038 6.3439 16.4572 6.08008 13.7852C5.2722 13.4845 4.53609 13.1526 3.88574 12.8223C3.26339 12.5062 2.71671 12.1868 2.25293 11.8984C2.25258 11.9323 2.25 11.9661 2.25 12C2.25 16.1838 4.88584 19.7502 8.58691 21.1338ZM8.7002 2.82324C5.71454 3.89699 3.40555 6.3861 2.58008 9.48144C2.61635 9.50698 2.65324 9.53449 2.69238 9.56152C3.20234 9.91372 3.94893 10.3875 4.88184 10.8613C5.23842 11.0425 5.62062 11.2223 6.02539 11.3955C6.18261 8.39036 7.15879 5.77643 8.11914 3.88574C8.314 3.50214 8.51182 3.14823 8.7002 2.82324ZM15.7422 12.2275C15.7421 9.33235 14.8132 6.75592 13.8613 4.88184C13.3875 3.94911 12.9137 3.20227 12.5615 2.69238C12.4409 2.51769 12.3338 2.37193 12.2471 2.25586C12.1649 2.25382 12.0826 2.25 12 2.25C11.8977 2.25 11.7959 2.25371 11.6943 2.25684C11.6077 2.3728 11.5003 2.518 11.3799 2.69238C11.0277 3.20227 10.5539 3.94911 10.0801 4.88184C9.13492 6.74263 8.2143 9.29587 8.20117 12.166C9.43367 12.5126 10.7912 12.7422 12.2275 12.7422C13.4914 12.7422 14.6699 12.5651 15.7412 12.2871C15.7413 12.2674 15.7422 12.2473 15.7422 12.2275ZM15.5352 14.5918C14.5087 14.8078 13.4022 14.9414 12.2275 14.9414C10.8673 14.9414 9.57858 14.7627 8.38867 14.4834C8.7064 16.3955 9.38139 18.0338 10.0664 19.2969C10.5357 20.1622 11.0049 20.8428 11.3525 21.3027C11.4907 21.4855 11.6107 21.6324 11.7021 21.7422C11.8011 21.7452 11.9003 21.75 12 21.75C12.08 21.75 12.1597 21.7451 12.2393 21.7432C12.3308 21.6334 12.4504 21.4859 12.5889 21.3027C12.9365 20.8428 13.4057 20.1622 13.875 19.2969C14.5471 18.0577 15.2102 16.4575 15.5352 14.5918ZM21.4238 9.49414C20.5947 6.36804 18.2521 3.85972 15.2275 2.79883C15.4203 3.13033 15.6226 3.49259 15.8223 3.88574C16.7977 5.8061 17.7925 8.4724 17.9258 11.5371C18.4211 11.3253 18.8797 11.1012 19.2969 10.875C20.1624 10.4056 20.8428 9.93654 21.3027 9.58887C21.3454 9.55664 21.3851 9.52416 21.4238 9.49414ZM21.75 11.9639C21.3458 12.2314 20.8764 12.5208 20.3457 12.8086C19.6246 13.1997 18.7868 13.5922 17.8477 13.9326C17.5658 16.54 16.6827 18.7341 15.8086 20.3457C15.6507 20.6368 15.4915 20.9093 15.3369 21.1631C19.0782 19.8003 21.75 16.2125 21.75 12C21.75 11.988 21.75 11.9759 21.75 11.9639Z"
|
|
1870
|
+
}
|
|
1871
|
+
) }), Ccglanguage_default = IconCcglanguage;
|
|
1872
|
+
|
|
1799
1873
|
// src/components/Changeprofilephoto.tsx
|
|
1800
|
-
var
|
|
1874
|
+
var import_jsx_runtime23 = __toESM(require_jsx_runtime()), IconChangeprofilephoto = ({ 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)(
|
|
1801
1875
|
"path",
|
|
1802
1876
|
{
|
|
1803
1877
|
fill: stroke || color || "currentColor",
|
|
@@ -1808,7 +1882,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1808
1882
|
) }), Changeprofilephoto_default = IconChangeprofilephoto;
|
|
1809
1883
|
|
|
1810
1884
|
// src/components/Chaptercollapse.tsx
|
|
1811
|
-
var
|
|
1885
|
+
var import_jsx_runtime24 = __toESM(require_jsx_runtime()), IconChaptercollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
1812
1886
|
"path",
|
|
1813
1887
|
{
|
|
1814
1888
|
fill: stroke || color || "currentColor",
|
|
@@ -1819,7 +1893,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1819
1893
|
) }), Chaptercollapse_default = IconChaptercollapse;
|
|
1820
1894
|
|
|
1821
1895
|
// src/components/Chapterexpand.tsx
|
|
1822
|
-
var
|
|
1896
|
+
var import_jsx_runtime25 = __toESM(require_jsx_runtime()), IconChapterexpand = ({ 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)(
|
|
1823
1897
|
"path",
|
|
1824
1898
|
{
|
|
1825
1899
|
fill: stroke || color || "currentColor",
|
|
@@ -1830,7 +1904,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1830
1904
|
) }), Chapterexpand_default = IconChapterexpand;
|
|
1831
1905
|
|
|
1832
1906
|
// src/components/Check.tsx
|
|
1833
|
-
var
|
|
1907
|
+
var import_jsx_runtime26 = __toESM(require_jsx_runtime()), IconCheck = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
1834
1908
|
"path",
|
|
1835
1909
|
{
|
|
1836
1910
|
fill: stroke || color || "currentColor",
|
|
@@ -1839,7 +1913,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1839
1913
|
) }), Check_default = IconCheck;
|
|
1840
1914
|
|
|
1841
1915
|
// src/components/CheckedFilled.tsx
|
|
1842
|
-
var
|
|
1916
|
+
var import_jsx_runtime27 = __toESM(require_jsx_runtime()), IconCheckedFilled = ({ 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)(
|
|
1843
1917
|
"path",
|
|
1844
1918
|
{
|
|
1845
1919
|
fill: fill || color || "currentColor",
|
|
@@ -1850,7 +1924,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1850
1924
|
) }), CheckedFilled_default = IconCheckedFilled;
|
|
1851
1925
|
|
|
1852
1926
|
// src/components/Close.tsx
|
|
1853
|
-
var
|
|
1927
|
+
var import_jsx_runtime28 = __toESM(require_jsx_runtime()), IconClose = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
1854
1928
|
"path",
|
|
1855
1929
|
{
|
|
1856
1930
|
fill: stroke || color || "currentColor",
|
|
@@ -1858,10 +1932,32 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1858
1932
|
}
|
|
1859
1933
|
) }), Close_default = IconClose;
|
|
1860
1934
|
|
|
1935
|
+
// src/components/Collapsewindow.tsx
|
|
1936
|
+
var import_jsx_runtime29 = __toESM(require_jsx_runtime()), IconCollapsewindow = ({ 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: [
|
|
1937
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
1938
|
+
"path",
|
|
1939
|
+
{
|
|
1940
|
+
fill: stroke || color || "currentColor",
|
|
1941
|
+
d: "M19.1705 6.4205L22.875 10.125L21 12H12V3.00001L13.875 1.12501L17.5795 4.82951L21.7045 0.704506L23.2955 2.2955L19.1705 6.4205ZM14.25 4.68199L19.318 9.75001H14.25V4.68199Z",
|
|
1942
|
+
fillRule: "evenodd",
|
|
1943
|
+
clipRule: "evenodd"
|
|
1944
|
+
}
|
|
1945
|
+
),
|
|
1946
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
1947
|
+
"path",
|
|
1948
|
+
{
|
|
1949
|
+
fill: stroke || color || "currentColor",
|
|
1950
|
+
d: "M12 12V21L10.125 22.875L6.42046 19.1705L2.29546 23.2955L0.704468 21.7045L4.82947 17.5795L1.12497 13.875L2.99997 12H12ZM4.68195 14.25L9.74997 19.318V14.25H4.68195Z",
|
|
1951
|
+
fillRule: "evenodd",
|
|
1952
|
+
clipRule: "evenodd"
|
|
1953
|
+
}
|
|
1954
|
+
)
|
|
1955
|
+
] }), Collapsewindow_default = IconCollapsewindow;
|
|
1956
|
+
|
|
1861
1957
|
// src/components/Copy.tsx
|
|
1862
|
-
var
|
|
1863
|
-
/* @__PURE__ */ (0,
|
|
1864
|
-
/* @__PURE__ */ (0,
|
|
1958
|
+
var import_jsx_runtime30 = __toESM(require_jsx_runtime()), IconCopy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1959
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)("path", { fill: stroke || color || "currentColor", d: "M12.75 2.25H2.25V12.75H6V15H0V0H15V6H12.75V2.25Z" }),
|
|
1960
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
1865
1961
|
"path",
|
|
1866
1962
|
{
|
|
1867
1963
|
fill: stroke || color || "currentColor",
|
|
@@ -1873,7 +1969,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1873
1969
|
] }), Copy_default = IconCopy;
|
|
1874
1970
|
|
|
1875
1971
|
// src/components/Copylink.tsx
|
|
1876
|
-
var
|
|
1972
|
+
var import_jsx_runtime31 = __toESM(require_jsx_runtime()), IconCopylink = ({ 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)(
|
|
1877
1973
|
"path",
|
|
1878
1974
|
{
|
|
1879
1975
|
fill: stroke || color || "currentColor",
|
|
@@ -1884,8 +1980,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1884
1980
|
) }), Copylink_default = IconCopylink;
|
|
1885
1981
|
|
|
1886
1982
|
// src/components/CreditFilled.tsx
|
|
1887
|
-
var
|
|
1888
|
-
/* @__PURE__ */ (0,
|
|
1983
|
+
var import_jsx_runtime32 = __toESM(require_jsx_runtime()), IconCreditFilled = ({ 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: [
|
|
1984
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("g", { clipPath: "url(#clip0_2_28)", children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
|
|
1889
1985
|
"path",
|
|
1890
1986
|
{
|
|
1891
1987
|
fill: fill || color || "currentColor",
|
|
@@ -1894,11 +1990,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1894
1990
|
clipRule: "evenodd"
|
|
1895
1991
|
}
|
|
1896
1992
|
) }),
|
|
1897
|
-
/* @__PURE__ */ (0,
|
|
1993
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("clipPath", { id: "clip0_2_28", children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
1898
1994
|
] }), CreditFilled_default = IconCreditFilled;
|
|
1899
1995
|
|
|
1900
1996
|
// src/components/Cursor.tsx
|
|
1901
|
-
var
|
|
1997
|
+
var import_jsx_runtime33 = __toESM(require_jsx_runtime()), IconCursor = ({ 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)(
|
|
1902
1998
|
"path",
|
|
1903
1999
|
{
|
|
1904
2000
|
fill: stroke || color || "currentColor",
|
|
@@ -1909,9 +2005,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1909
2005
|
) }), Cursor_default = IconCursor;
|
|
1910
2006
|
|
|
1911
2007
|
// src/components/DeleteSceneChoice.tsx
|
|
1912
|
-
var
|
|
1913
|
-
/* @__PURE__ */ (0,
|
|
1914
|
-
/* @__PURE__ */ (0,
|
|
2008
|
+
var import_jsx_runtime34 = __toESM(require_jsx_runtime()), IconDeleteSceneChoice = ({ 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: [
|
|
2009
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { fill: stroke || color || "currentColor", d: "M18 10.875H6V13.125H18V10.875Z" }),
|
|
2010
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
1915
2011
|
"path",
|
|
1916
2012
|
{
|
|
1917
2013
|
fill: stroke || color || "currentColor",
|
|
@@ -1923,9 +2019,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1923
2019
|
] }), DeleteSceneChoice_default = IconDeleteSceneChoice;
|
|
1924
2020
|
|
|
1925
2021
|
// src/components/Delete.tsx
|
|
1926
|
-
var
|
|
1927
|
-
/* @__PURE__ */ (0,
|
|
1928
|
-
/* @__PURE__ */ (0,
|
|
2022
|
+
var import_jsx_runtime35 = __toESM(require_jsx_runtime()), IconDelete = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2023
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 17.25V11.25H10.875V17.25H13.125Z" }),
|
|
2024
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
1929
2025
|
"path",
|
|
1930
2026
|
{
|
|
1931
2027
|
fill: stroke || color || "currentColor",
|
|
@@ -1937,7 +2033,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1937
2033
|
] }), Delete_default = IconDelete;
|
|
1938
2034
|
|
|
1939
2035
|
// src/components/DownFilled.tsx
|
|
1940
|
-
var
|
|
2036
|
+
var import_jsx_runtime36 = __toESM(require_jsx_runtime()), IconDownFilled = ({ 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)(
|
|
1941
2037
|
"path",
|
|
1942
2038
|
{
|
|
1943
2039
|
fill: fill || color || "currentColor",
|
|
@@ -1948,7 +2044,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1948
2044
|
) }), DownFilled_default = IconDownFilled;
|
|
1949
2045
|
|
|
1950
2046
|
// src/components/DownleftFilled.tsx
|
|
1951
|
-
var
|
|
2047
|
+
var import_jsx_runtime37 = __toESM(require_jsx_runtime()), IconDownleftFilled = ({ 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)(
|
|
1952
2048
|
"path",
|
|
1953
2049
|
{
|
|
1954
2050
|
fill: fill || color || "currentColor",
|
|
@@ -1959,15 +2055,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1959
2055
|
) }), DownleftFilled_default = IconDownleftFilled;
|
|
1960
2056
|
|
|
1961
2057
|
// src/components/Download.tsx
|
|
1962
|
-
var
|
|
1963
|
-
/* @__PURE__ */ (0,
|
|
2058
|
+
var import_jsx_runtime38 = __toESM(require_jsx_runtime()), IconDownload = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2059
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
1964
2060
|
"path",
|
|
1965
2061
|
{
|
|
1966
2062
|
fill: stroke || color || "currentColor",
|
|
1967
2063
|
d: "M22.5 24L22.5 13.5H20.25V21.75L3.75 21.75L3.75 13.5H1.5L1.5 24L22.5 24Z"
|
|
1968
2064
|
}
|
|
1969
2065
|
),
|
|
1970
|
-
/* @__PURE__ */ (0,
|
|
2066
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
1971
2067
|
"path",
|
|
1972
2068
|
{
|
|
1973
2069
|
fill: stroke || color || "currentColor",
|
|
@@ -1979,7 +2075,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1979
2075
|
] }), Download_default = IconDownload;
|
|
1980
2076
|
|
|
1981
2077
|
// src/components/DownrightFilled.tsx
|
|
1982
|
-
var
|
|
2078
|
+
var import_jsx_runtime39 = __toESM(require_jsx_runtime()), IconDownrightFilled = ({ 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)(
|
|
1983
2079
|
"path",
|
|
1984
2080
|
{
|
|
1985
2081
|
fill: fill || color || "currentColor",
|
|
@@ -1990,17 +2086,39 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1990
2086
|
) }), DownrightFilled_default = IconDownrightFilled;
|
|
1991
2087
|
|
|
1992
2088
|
// src/components/DraghandleFilled.tsx
|
|
1993
|
-
var
|
|
1994
|
-
/* @__PURE__ */ (0,
|
|
1995
|
-
/* @__PURE__ */ (0,
|
|
1996
|
-
/* @__PURE__ */ (0,
|
|
1997
|
-
/* @__PURE__ */ (0,
|
|
1998
|
-
/* @__PURE__ */ (0,
|
|
1999
|
-
/* @__PURE__ */ (0,
|
|
2089
|
+
var import_jsx_runtime40 = __toESM(require_jsx_runtime()), IconDraghandleFilled = ({ 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: [
|
|
2090
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { fill: fill || color || "currentColor", d: "M18 7.19999V2.39999H13.2V7.19999L18 7.19999Z" }),
|
|
2091
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { fill: fill || color || "currentColor", d: "M18 9.59999V14.4H13.2L13.2 9.59999H18Z" }),
|
|
2092
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 9.59999V14.4H6V9.59999H10.8Z" }),
|
|
2093
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 2.39999V7.19999L6 7.19999V2.39999H10.8Z" }),
|
|
2094
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { fill: fill || color || "currentColor", d: "M18 21.6V16.8H13.2V21.6H18Z" }),
|
|
2095
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 16.8V21.6H6V16.8H10.8Z" })
|
|
2000
2096
|
] }), DraghandleFilled_default = IconDraghandleFilled;
|
|
2001
2097
|
|
|
2098
|
+
// src/components/Expandwindow.tsx
|
|
2099
|
+
var import_jsx_runtime41 = __toESM(require_jsx_runtime()), IconExpandwindow = ({ 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: [
|
|
2100
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
2101
|
+
"path",
|
|
2102
|
+
{
|
|
2103
|
+
fill: stroke || color || "currentColor",
|
|
2104
|
+
d: "M13.125 1.875L15 0H24V9L22.125 10.875L18.4205 7.17049L14.2955 11.2955L12.7045 9.70451L16.8295 5.5795L13.125 1.875ZM16.682 2.25L21.75 7.31802V2.25H16.682Z",
|
|
2105
|
+
fillRule: "evenodd",
|
|
2106
|
+
clipRule: "evenodd"
|
|
2107
|
+
}
|
|
2108
|
+
),
|
|
2109
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
2110
|
+
"path",
|
|
2111
|
+
{
|
|
2112
|
+
fill: stroke || color || "currentColor",
|
|
2113
|
+
d: "M7.1705 18.4205L10.875 22.125L9 24H0V15L1.875 13.125L5.5795 16.8295L9.7045 12.7045L11.2955 14.2955L7.1705 18.4205ZM2.25 16.682L7.31802 21.75H2.25V16.682Z",
|
|
2114
|
+
fillRule: "evenodd",
|
|
2115
|
+
clipRule: "evenodd"
|
|
2116
|
+
}
|
|
2117
|
+
)
|
|
2118
|
+
] }), Expandwindow_default = IconExpandwindow;
|
|
2119
|
+
|
|
2002
2120
|
// src/components/FavoriteFilled.tsx
|
|
2003
|
-
var
|
|
2121
|
+
var import_jsx_runtime42 = __toESM(require_jsx_runtime()), IconFavoriteFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
2004
2122
|
"path",
|
|
2005
2123
|
{
|
|
2006
2124
|
fill: fill || color || "currentColor",
|
|
@@ -2009,7 +2127,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2009
2127
|
) }), FavoriteFilled_default = IconFavoriteFilled;
|
|
2010
2128
|
|
|
2011
2129
|
// src/components/Favorite.tsx
|
|
2012
|
-
var
|
|
2130
|
+
var import_jsx_runtime43 = __toESM(require_jsx_runtime()), IconFavorite = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
2013
2131
|
"path",
|
|
2014
2132
|
{
|
|
2015
2133
|
fill: stroke || color || "currentColor",
|
|
@@ -2020,7 +2138,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2020
2138
|
) }), Favorite_default = IconFavorite;
|
|
2021
2139
|
|
|
2022
2140
|
// src/components/FeedbackFailFilled.tsx
|
|
2023
|
-
var
|
|
2141
|
+
var import_jsx_runtime44 = __toESM(require_jsx_runtime()), IconFeedbackFailFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
2024
2142
|
"path",
|
|
2025
2143
|
{
|
|
2026
2144
|
fill: fill || color || "currentColor",
|
|
@@ -2031,7 +2149,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2031
2149
|
) }), FeedbackFailFilled_default = IconFeedbackFailFilled;
|
|
2032
2150
|
|
|
2033
2151
|
// src/components/FeedbackPendingFilled.tsx
|
|
2034
|
-
var
|
|
2152
|
+
var import_jsx_runtime45 = __toESM(require_jsx_runtime()), IconFeedbackPendingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
2035
2153
|
"path",
|
|
2036
2154
|
{
|
|
2037
2155
|
fill: fill || color || "currentColor",
|
|
@@ -2042,7 +2160,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2042
2160
|
) }), FeedbackPendingFilled_default = IconFeedbackPendingFilled;
|
|
2043
2161
|
|
|
2044
2162
|
// src/components/FeedbackProblemFilled.tsx
|
|
2045
|
-
var
|
|
2163
|
+
var import_jsx_runtime46 = __toESM(require_jsx_runtime()), IconFeedbackProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
2046
2164
|
"path",
|
|
2047
2165
|
{
|
|
2048
2166
|
fill: fill || color || "currentColor",
|
|
@@ -2053,29 +2171,29 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2053
2171
|
) }), FeedbackProblemFilled_default = IconFeedbackProblemFilled;
|
|
2054
2172
|
|
|
2055
2173
|
// src/components/FeedbackProblem.tsx
|
|
2056
|
-
var
|
|
2057
|
-
/* @__PURE__ */ (0,
|
|
2174
|
+
var import_jsx_runtime47 = __toESM(require_jsx_runtime()), IconFeedbackProblem = ({ 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: [
|
|
2175
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
2058
2176
|
"path",
|
|
2059
2177
|
{
|
|
2060
2178
|
fill: stroke || color || "currentColor",
|
|
2061
2179
|
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"
|
|
2062
2180
|
}
|
|
2063
2181
|
),
|
|
2064
|
-
/* @__PURE__ */ (0,
|
|
2182
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
2065
2183
|
"path",
|
|
2066
2184
|
{
|
|
2067
2185
|
fill: stroke || color || "currentColor",
|
|
2068
2186
|
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"
|
|
2069
2187
|
}
|
|
2070
2188
|
),
|
|
2071
|
-
/* @__PURE__ */ (0,
|
|
2189
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
2072
2190
|
"path",
|
|
2073
2191
|
{
|
|
2074
2192
|
fill: stroke || color || "currentColor",
|
|
2075
2193
|
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"
|
|
2076
2194
|
}
|
|
2077
2195
|
),
|
|
2078
|
-
/* @__PURE__ */ (0,
|
|
2196
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
2079
2197
|
"path",
|
|
2080
2198
|
{
|
|
2081
2199
|
fill: stroke || color || "currentColor",
|
|
@@ -2087,8 +2205,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2087
2205
|
] }), FeedbackProblem_default = IconFeedbackProblem;
|
|
2088
2206
|
|
|
2089
2207
|
// src/components/FiletypeImageFilled.tsx
|
|
2090
|
-
var
|
|
2091
|
-
/* @__PURE__ */ (0,
|
|
2208
|
+
var import_jsx_runtime48 = __toESM(require_jsx_runtime()), IconFiletypeImageFilled = ({ 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: [
|
|
2209
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
2092
2210
|
"path",
|
|
2093
2211
|
{
|
|
2094
2212
|
fill: "#2E2E2E",
|
|
@@ -2096,21 +2214,21 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2096
2214
|
style: { opacity: 0.3 }
|
|
2097
2215
|
}
|
|
2098
2216
|
) }),
|
|
2099
|
-
/* @__PURE__ */ (0,
|
|
2217
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
2100
2218
|
"path",
|
|
2101
2219
|
{
|
|
2102
2220
|
fill: "#2E2E2E",
|
|
2103
2221
|
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"
|
|
2104
2222
|
}
|
|
2105
2223
|
),
|
|
2106
|
-
/* @__PURE__ */ (0,
|
|
2224
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
2107
2225
|
"path",
|
|
2108
2226
|
{
|
|
2109
2227
|
fill: "#2E2E2E",
|
|
2110
2228
|
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"
|
|
2111
2229
|
}
|
|
2112
2230
|
),
|
|
2113
|
-
/* @__PURE__ */ (0,
|
|
2231
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
2114
2232
|
"path",
|
|
2115
2233
|
{
|
|
2116
2234
|
fill: "#2E2E2E",
|
|
@@ -2122,8 +2240,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2122
2240
|
] }), FiletypeImageFilled_default = IconFiletypeImageFilled;
|
|
2123
2241
|
|
|
2124
2242
|
// src/components/FiletypePdfFilled.tsx
|
|
2125
|
-
var
|
|
2126
|
-
/* @__PURE__ */ (0,
|
|
2243
|
+
var import_jsx_runtime49 = __toESM(require_jsx_runtime()), IconFiletypePdfFilled = ({ 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: [
|
|
2244
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
2127
2245
|
"path",
|
|
2128
2246
|
{
|
|
2129
2247
|
fill: "#FF3E4C",
|
|
@@ -2131,14 +2249,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2131
2249
|
style: { opacity: 0.3 }
|
|
2132
2250
|
}
|
|
2133
2251
|
) }),
|
|
2134
|
-
/* @__PURE__ */ (0,
|
|
2252
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
2135
2253
|
"path",
|
|
2136
2254
|
{
|
|
2137
2255
|
fill: "#FF3E4C",
|
|
2138
2256
|
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"
|
|
2139
2257
|
}
|
|
2140
2258
|
),
|
|
2141
|
-
/* @__PURE__ */ (0,
|
|
2259
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
2142
2260
|
"path",
|
|
2143
2261
|
{
|
|
2144
2262
|
fill: "#FF3E4C",
|
|
@@ -2148,8 +2266,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2148
2266
|
] }), FiletypePdfFilled_default = IconFiletypePdfFilled;
|
|
2149
2267
|
|
|
2150
2268
|
// src/components/FiletypePdfLumiFilled.tsx
|
|
2151
|
-
var
|
|
2152
|
-
/* @__PURE__ */ (0,
|
|
2269
|
+
var import_jsx_runtime50 = __toESM(require_jsx_runtime()), IconFiletypePdfLumiFilled = ({ 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: [
|
|
2270
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
2153
2271
|
"path",
|
|
2154
2272
|
{
|
|
2155
2273
|
fill: "#2E2E2E",
|
|
@@ -2157,14 +2275,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2157
2275
|
style: { opacity: 0.3 }
|
|
2158
2276
|
}
|
|
2159
2277
|
) }),
|
|
2160
|
-
/* @__PURE__ */ (0,
|
|
2278
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
2161
2279
|
"path",
|
|
2162
2280
|
{
|
|
2163
2281
|
fill: "#2E2E2E",
|
|
2164
2282
|
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"
|
|
2165
2283
|
}
|
|
2166
2284
|
),
|
|
2167
|
-
/* @__PURE__ */ (0,
|
|
2285
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
2168
2286
|
"path",
|
|
2169
2287
|
{
|
|
2170
2288
|
fill: "#2E2E2E",
|
|
@@ -2174,8 +2292,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2174
2292
|
] }), FiletypePdfLumiFilled_default = IconFiletypePdfLumiFilled;
|
|
2175
2293
|
|
|
2176
2294
|
// src/components/FiletypeTxtFilled.tsx
|
|
2177
|
-
var
|
|
2178
|
-
/* @__PURE__ */ (0,
|
|
2295
|
+
var import_jsx_runtime51 = __toESM(require_jsx_runtime()), IconFiletypeTxtFilled = ({ 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: [
|
|
2296
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
2179
2297
|
"path",
|
|
2180
2298
|
{
|
|
2181
2299
|
fill: "#005FAD",
|
|
@@ -2183,11 +2301,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2183
2301
|
style: { opacity: 0.3 }
|
|
2184
2302
|
}
|
|
2185
2303
|
) }),
|
|
2186
|
-
/* @__PURE__ */ (0,
|
|
2187
|
-
/* @__PURE__ */ (0,
|
|
2188
|
-
/* @__PURE__ */ (0,
|
|
2189
|
-
/* @__PURE__ */ (0,
|
|
2190
|
-
/* @__PURE__ */ (0,
|
|
2304
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("path", { fill: "#005FAD", d: "M7.625 8.5625H16.375V7.625H7.625V8.5625Z" }),
|
|
2305
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("path", { fill: "#005FAD", d: "M7.625 16.375H13.875V15.4375H7.625V16.375Z" }),
|
|
2306
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("path", { fill: "#005FAD", d: "M16.375 11.2188H7.625V10.2812H16.375V11.2188Z" }),
|
|
2307
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("path", { fill: "#005FAD", d: "M7.625 13.7188H16.375V12.7812H7.625V13.7188Z" }),
|
|
2308
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
2191
2309
|
"path",
|
|
2192
2310
|
{
|
|
2193
2311
|
fill: "#005FAD",
|
|
@@ -2197,8 +2315,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2197
2315
|
] }), FiletypeTxtFilled_default = IconFiletypeTxtFilled;
|
|
2198
2316
|
|
|
2199
2317
|
// src/components/FiletypeTxtLumiFilled.tsx
|
|
2200
|
-
var
|
|
2201
|
-
/* @__PURE__ */ (0,
|
|
2318
|
+
var import_jsx_runtime52 = __toESM(require_jsx_runtime()), IconFiletypeTxtLumiFilled = ({ 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: [
|
|
2319
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
2202
2320
|
"path",
|
|
2203
2321
|
{
|
|
2204
2322
|
fill: "#2E2E2E",
|
|
@@ -2206,11 +2324,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2206
2324
|
style: { opacity: 0.3 }
|
|
2207
2325
|
}
|
|
2208
2326
|
) }),
|
|
2209
|
-
/* @__PURE__ */ (0,
|
|
2210
|
-
/* @__PURE__ */ (0,
|
|
2211
|
-
/* @__PURE__ */ (0,
|
|
2212
|
-
/* @__PURE__ */ (0,
|
|
2213
|
-
/* @__PURE__ */ (0,
|
|
2327
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)("path", { fill: "#2E2E2E", d: "M7.625 8.5625H16.375V7.625H7.625V8.5625Z" }),
|
|
2328
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)("path", { fill: "#2E2E2E", d: "M7.625 16.375H13.875V15.4375H7.625V16.375Z" }),
|
|
2329
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)("path", { fill: "#2E2E2E", d: "M16.375 11.2188H7.625V10.2812H16.375V11.2188Z" }),
|
|
2330
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)("path", { fill: "#2E2E2E", d: "M7.625 13.7188H16.375V12.7812H7.625V13.7188Z" }),
|
|
2331
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
2214
2332
|
"path",
|
|
2215
2333
|
{
|
|
2216
2334
|
fill: "#2E2E2E",
|
|
@@ -2220,8 +2338,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2220
2338
|
] }), FiletypeTxtLumiFilled_default = IconFiletypeTxtLumiFilled;
|
|
2221
2339
|
|
|
2222
2340
|
// src/components/FiletypeWordFilled.tsx
|
|
2223
|
-
var
|
|
2224
|
-
/* @__PURE__ */ (0,
|
|
2341
|
+
var import_jsx_runtime53 = __toESM(require_jsx_runtime()), IconFiletypeWordFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2342
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
2225
2343
|
"path",
|
|
2226
2344
|
{
|
|
2227
2345
|
fill: "#0072FF",
|
|
@@ -2229,14 +2347,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2229
2347
|
style: { opacity: 0.3 }
|
|
2230
2348
|
}
|
|
2231
2349
|
) }),
|
|
2232
|
-
/* @__PURE__ */ (0,
|
|
2350
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
2233
2351
|
"path",
|
|
2234
2352
|
{
|
|
2235
2353
|
fill: "#0072FF",
|
|
2236
2354
|
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"
|
|
2237
2355
|
}
|
|
2238
2356
|
),
|
|
2239
|
-
/* @__PURE__ */ (0,
|
|
2357
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
2240
2358
|
"path",
|
|
2241
2359
|
{
|
|
2242
2360
|
fill: "#0072FF",
|
|
@@ -2246,8 +2364,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2246
2364
|
] }), FiletypeWordFilled_default = IconFiletypeWordFilled;
|
|
2247
2365
|
|
|
2248
2366
|
// src/components/FiletypeWordLumiFilled.tsx
|
|
2249
|
-
var
|
|
2250
|
-
/* @__PURE__ */ (0,
|
|
2367
|
+
var import_jsx_runtime54 = __toESM(require_jsx_runtime()), IconFiletypeWordLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2368
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
2251
2369
|
"path",
|
|
2252
2370
|
{
|
|
2253
2371
|
fill: "#2E2E2E",
|
|
@@ -2255,14 +2373,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2255
2373
|
style: { opacity: 0.3 }
|
|
2256
2374
|
}
|
|
2257
2375
|
) }),
|
|
2258
|
-
/* @__PURE__ */ (0,
|
|
2376
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
2259
2377
|
"path",
|
|
2260
2378
|
{
|
|
2261
2379
|
fill: "#2E2E2E",
|
|
2262
2380
|
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"
|
|
2263
2381
|
}
|
|
2264
2382
|
),
|
|
2265
|
-
/* @__PURE__ */ (0,
|
|
2383
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
2266
2384
|
"path",
|
|
2267
2385
|
{
|
|
2268
2386
|
fill: "#2E2E2E",
|
|
@@ -2272,8 +2390,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2272
2390
|
] }), FiletypeWordLumiFilled_default = IconFiletypeWordLumiFilled;
|
|
2273
2391
|
|
|
2274
2392
|
// src/components/Fillin.tsx
|
|
2275
|
-
var
|
|
2276
|
-
/* @__PURE__ */ (0,
|
|
2393
|
+
var import_jsx_runtime55 = __toESM(require_jsx_runtime()), IconFillin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2394
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)("g", { clipPath: "url(#clip0_491_23)", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
|
|
2277
2395
|
"path",
|
|
2278
2396
|
{
|
|
2279
2397
|
fill: stroke || color || "currentColor",
|
|
@@ -2282,7 +2400,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2282
2400
|
clipRule: "evenodd"
|
|
2283
2401
|
}
|
|
2284
2402
|
) }),
|
|
2285
|
-
/* @__PURE__ */ (0,
|
|
2403
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("clipPath", { id: "clip0_491_23", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
|
|
2286
2404
|
"rect",
|
|
2287
2405
|
{
|
|
2288
2406
|
width: "24",
|
|
@@ -2294,33 +2412,33 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2294
2412
|
] }), Fillin_default = IconFillin;
|
|
2295
2413
|
|
|
2296
2414
|
// src/components/FoldedMenu.tsx
|
|
2297
|
-
var
|
|
2298
|
-
/* @__PURE__ */ (0,
|
|
2299
|
-
/* @__PURE__ */ (0,
|
|
2300
|
-
/* @__PURE__ */ (0,
|
|
2301
|
-
/* @__PURE__ */ (0,
|
|
2415
|
+
var import_jsx_runtime56 = __toESM(require_jsx_runtime()), IconFoldedMenu = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2416
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H22.5V1.5H1.5V3.75Z" }),
|
|
2417
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H22.5V20.25H1.5V22.5Z" }),
|
|
2418
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)("path", { fill: stroke || color || "currentColor", d: "M22.5 10.125H1.5V7.875H22.5V10.125Z" }),
|
|
2419
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H22.5V13.875H1.5V16.125Z" })
|
|
2302
2420
|
] }), FoldedMenu_default = IconFoldedMenu;
|
|
2303
2421
|
|
|
2304
2422
|
// src/components/FullScreen.tsx
|
|
2305
|
-
var
|
|
2306
|
-
/* @__PURE__ */ (0,
|
|
2307
|
-
/* @__PURE__ */ (0,
|
|
2308
|
-
/* @__PURE__ */ (0,
|
|
2309
|
-
/* @__PURE__ */ (0,
|
|
2423
|
+
var import_jsx_runtime57 = __toESM(require_jsx_runtime()), IconFullScreen = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2424
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("path", { fill: stroke || color || "currentColor", d: "M3.25 14V20.75H10V23H1V14H3.25Z" }),
|
|
2425
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("path", { fill: stroke || color || "currentColor", d: "M23 23H14V20.75H20.75V14H23V23Z" }),
|
|
2426
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("path", { fill: stroke || color || "currentColor", d: "M10 3.25H3.25V10H1V1H10V3.25Z" }),
|
|
2427
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("path", { fill: stroke || color || "currentColor", d: "M23 10H20.75V3.25H14V1H23V10Z" })
|
|
2310
2428
|
] }), FullScreen_default = IconFullScreen;
|
|
2311
2429
|
|
|
2312
2430
|
// src/components/GameFilled.tsx
|
|
2313
|
-
var
|
|
2314
|
-
/* @__PURE__ */ (0,
|
|
2315
|
-
/* @__PURE__ */ (0,
|
|
2316
|
-
/* @__PURE__ */ (0,
|
|
2431
|
+
var import_jsx_runtime58 = __toESM(require_jsx_runtime()), IconGameFilled = ({ 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: [
|
|
2432
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)("path", { fill: fill || color || "currentColor", d: "M7.5 0H16.5V5.37868L12 9.87868L7.5 5.37868V0Z" }),
|
|
2433
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)("path", { fill: fill || color || "currentColor", d: "M5.37868 7.5H0V16.5H5.37868L9.87868 12L5.37868 7.5Z" }),
|
|
2434
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
2317
2435
|
"path",
|
|
2318
2436
|
{
|
|
2319
2437
|
fill: fill || color || "currentColor",
|
|
2320
2438
|
d: "M7.5 18.6213V24H16.5V18.6213L12 14.1213L7.5 18.6213Z"
|
|
2321
2439
|
}
|
|
2322
2440
|
),
|
|
2323
|
-
/* @__PURE__ */ (0,
|
|
2441
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
2324
2442
|
"path",
|
|
2325
2443
|
{
|
|
2326
2444
|
fill: fill || color || "currentColor",
|
|
@@ -2330,8 +2448,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2330
2448
|
] }), GameFilled_default = IconGameFilled;
|
|
2331
2449
|
|
|
2332
2450
|
// src/components/Game.tsx
|
|
2333
|
-
var
|
|
2334
|
-
/* @__PURE__ */ (0,
|
|
2451
|
+
var import_jsx_runtime59 = __toESM(require_jsx_runtime()), IconGame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2452
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
2335
2453
|
"path",
|
|
2336
2454
|
{
|
|
2337
2455
|
fill: stroke || color || "currentColor",
|
|
@@ -2340,7 +2458,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2340
2458
|
clipRule: "evenodd"
|
|
2341
2459
|
}
|
|
2342
2460
|
),
|
|
2343
|
-
/* @__PURE__ */ (0,
|
|
2461
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
2344
2462
|
"path",
|
|
2345
2463
|
{
|
|
2346
2464
|
fill: stroke || color || "currentColor",
|
|
@@ -2349,7 +2467,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2349
2467
|
clipRule: "evenodd"
|
|
2350
2468
|
}
|
|
2351
2469
|
),
|
|
2352
|
-
/* @__PURE__ */ (0,
|
|
2470
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
2353
2471
|
"path",
|
|
2354
2472
|
{
|
|
2355
2473
|
fill: stroke || color || "currentColor",
|
|
@@ -2358,7 +2476,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2358
2476
|
clipRule: "evenodd"
|
|
2359
2477
|
}
|
|
2360
2478
|
),
|
|
2361
|
-
/* @__PURE__ */ (0,
|
|
2479
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
2362
2480
|
"path",
|
|
2363
2481
|
{
|
|
2364
2482
|
fill: stroke || color || "currentColor",
|
|
@@ -2370,7 +2488,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2370
2488
|
] }), Game_default = IconGame;
|
|
2371
2489
|
|
|
2372
2490
|
// src/components/GamebackupFilled.tsx
|
|
2373
|
-
var
|
|
2491
|
+
var import_jsx_runtime60 = __toESM(require_jsx_runtime()), IconGamebackupFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
2374
2492
|
"path",
|
|
2375
2493
|
{
|
|
2376
2494
|
fill: fill || color || "currentColor",
|
|
@@ -2381,7 +2499,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2381
2499
|
) }), GamebackupFilled_default = IconGamebackupFilled;
|
|
2382
2500
|
|
|
2383
2501
|
// src/components/Gamebackup.tsx
|
|
2384
|
-
var
|
|
2502
|
+
var import_jsx_runtime61 = __toESM(require_jsx_runtime()), IconGamebackup = ({ 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)(
|
|
2385
2503
|
"path",
|
|
2386
2504
|
{
|
|
2387
2505
|
fill: stroke || color || "currentColor",
|
|
@@ -2392,7 +2510,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2392
2510
|
) }), Gamebackup_default = IconGamebackup;
|
|
2393
2511
|
|
|
2394
2512
|
// src/components/GamecontrolChoice.tsx
|
|
2395
|
-
var
|
|
2513
|
+
var import_jsx_runtime62 = __toESM(require_jsx_runtime()), IconGamecontrolChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
2396
2514
|
"path",
|
|
2397
2515
|
{
|
|
2398
2516
|
fill: stroke || color || "currentColor",
|
|
@@ -2403,7 +2521,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2403
2521
|
) }), GamecontrolChoice_default = IconGamecontrolChoice;
|
|
2404
2522
|
|
|
2405
2523
|
// src/components/GamecontrolGameplay.tsx
|
|
2406
|
-
var
|
|
2524
|
+
var import_jsx_runtime63 = __toESM(require_jsx_runtime()), IconGamecontrolGameplay = ({ 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)(
|
|
2407
2525
|
"path",
|
|
2408
2526
|
{
|
|
2409
2527
|
fill: stroke || color || "currentColor",
|
|
@@ -2414,7 +2532,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2414
2532
|
) }), GamecontrolGameplay_default = IconGamecontrolGameplay;
|
|
2415
2533
|
|
|
2416
2534
|
// src/components/GamecontrolLinear.tsx
|
|
2417
|
-
var
|
|
2535
|
+
var import_jsx_runtime64 = __toESM(require_jsx_runtime()), IconGamecontrolLinear = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
2418
2536
|
"path",
|
|
2419
2537
|
{
|
|
2420
2538
|
fill: stroke || color || "currentColor",
|
|
@@ -2425,15 +2543,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2425
2543
|
) }), GamecontrolLinear_default = IconGamecontrolLinear;
|
|
2426
2544
|
|
|
2427
2545
|
// src/components/GamecontrolNone.tsx
|
|
2428
|
-
var
|
|
2429
|
-
/* @__PURE__ */ (0,
|
|
2546
|
+
var import_jsx_runtime65 = __toESM(require_jsx_runtime()), IconGamecontrolNone = ({ 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: [
|
|
2547
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
2430
2548
|
"path",
|
|
2431
2549
|
{
|
|
2432
2550
|
fill: stroke || color || "currentColor",
|
|
2433
2551
|
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"
|
|
2434
2552
|
}
|
|
2435
2553
|
),
|
|
2436
|
-
/* @__PURE__ */ (0,
|
|
2554
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
2437
2555
|
"path",
|
|
2438
2556
|
{
|
|
2439
2557
|
fill: stroke || color || "currentColor",
|
|
@@ -2442,7 +2560,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2442
2560
|
clipRule: "evenodd"
|
|
2443
2561
|
}
|
|
2444
2562
|
),
|
|
2445
|
-
/* @__PURE__ */ (0,
|
|
2563
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
2446
2564
|
"path",
|
|
2447
2565
|
{
|
|
2448
2566
|
fill: stroke || color || "currentColor",
|
|
@@ -2454,7 +2572,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2454
2572
|
] }), GamecontrolNone_default = IconGamecontrolNone;
|
|
2455
2573
|
|
|
2456
2574
|
// src/components/Gamelanguage.tsx
|
|
2457
|
-
var
|
|
2575
|
+
var import_jsx_runtime66 = __toESM(require_jsx_runtime()), IconGamelanguage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
2458
2576
|
"path",
|
|
2459
2577
|
{
|
|
2460
2578
|
fill: stroke || color || "currentColor",
|
|
@@ -2465,8 +2583,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2465
2583
|
) }), Gamelanguage_default = IconGamelanguage;
|
|
2466
2584
|
|
|
2467
2585
|
// src/components/Gamepreview.tsx
|
|
2468
|
-
var
|
|
2469
|
-
/* @__PURE__ */ (0,
|
|
2586
|
+
var import_jsx_runtime67 = __toESM(require_jsx_runtime()), IconGamepreview = ({ 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: [
|
|
2587
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
2470
2588
|
"path",
|
|
2471
2589
|
{
|
|
2472
2590
|
fill: stroke || color || "currentColor",
|
|
@@ -2475,7 +2593,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2475
2593
|
clipRule: "evenodd"
|
|
2476
2594
|
}
|
|
2477
2595
|
),
|
|
2478
|
-
/* @__PURE__ */ (0,
|
|
2596
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
2479
2597
|
"path",
|
|
2480
2598
|
{
|
|
2481
2599
|
fill: stroke || color || "currentColor",
|
|
@@ -2487,7 +2605,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2487
2605
|
] }), Gamepreview_default = IconGamepreview;
|
|
2488
2606
|
|
|
2489
2607
|
// src/components/Gameui.tsx
|
|
2490
|
-
var
|
|
2608
|
+
var import_jsx_runtime68 = __toESM(require_jsx_runtime()), IconGameui = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
2491
2609
|
"path",
|
|
2492
2610
|
{
|
|
2493
2611
|
fill: stroke || color || "currentColor",
|
|
@@ -2498,15 +2616,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2498
2616
|
) }), Gameui_default = IconGameui;
|
|
2499
2617
|
|
|
2500
2618
|
// src/components/GenerateMultimage.tsx
|
|
2501
|
-
var
|
|
2502
|
-
/* @__PURE__ */ (0,
|
|
2619
|
+
var import_jsx_runtime69 = __toESM(require_jsx_runtime()), IconGenerateMultimage = ({ 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: [
|
|
2620
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
2503
2621
|
"path",
|
|
2504
2622
|
{
|
|
2505
2623
|
fill: stroke || color || "currentColor",
|
|
2506
2624
|
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"
|
|
2507
2625
|
}
|
|
2508
2626
|
),
|
|
2509
|
-
/* @__PURE__ */ (0,
|
|
2627
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
2510
2628
|
"path",
|
|
2511
2629
|
{
|
|
2512
2630
|
fill: stroke || color || "currentColor",
|
|
@@ -2515,11 +2633,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2515
2633
|
clipRule: "evenodd"
|
|
2516
2634
|
}
|
|
2517
2635
|
),
|
|
2518
|
-
/* @__PURE__ */ (0,
|
|
2636
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)("path", { fill: stroke || color || "currentColor", d: "M0 6V24H18V21.75H2.25V6H0Z" })
|
|
2519
2637
|
] }), GenerateMultimage_default = IconGenerateMultimage;
|
|
2520
2638
|
|
|
2521
2639
|
// src/components/GenerateFilled.tsx
|
|
2522
|
-
var
|
|
2640
|
+
var import_jsx_runtime70 = __toESM(require_jsx_runtime()), IconGenerateFilled = ({ 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)(
|
|
2523
2641
|
"path",
|
|
2524
2642
|
{
|
|
2525
2643
|
fill: fill || color || "currentColor",
|
|
@@ -2530,15 +2648,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2530
2648
|
) }), GenerateFilled_default = IconGenerateFilled;
|
|
2531
2649
|
|
|
2532
2650
|
// src/components/GenerateFrameStart.tsx
|
|
2533
|
-
var
|
|
2534
|
-
/* @__PURE__ */ (0,
|
|
2651
|
+
var import_jsx_runtime71 = __toESM(require_jsx_runtime()), IconGenerateFrameStart = ({ 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: [
|
|
2652
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
2535
2653
|
"path",
|
|
2536
2654
|
{
|
|
2537
2655
|
fill: stroke || color || "currentColor",
|
|
2538
2656
|
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"
|
|
2539
2657
|
}
|
|
2540
2658
|
),
|
|
2541
|
-
/* @__PURE__ */ (0,
|
|
2659
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
2542
2660
|
"path",
|
|
2543
2661
|
{
|
|
2544
2662
|
fill: stroke || color || "currentColor",
|
|
@@ -2550,8 +2668,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2550
2668
|
] }), GenerateFrameStart_default = IconGenerateFrameStart;
|
|
2551
2669
|
|
|
2552
2670
|
// src/components/GenerateFrameStart2End.tsx
|
|
2553
|
-
var
|
|
2554
|
-
/* @__PURE__ */ (0,
|
|
2671
|
+
var import_jsx_runtime72 = __toESM(require_jsx_runtime()), IconGenerateFrameStart2End = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2672
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
2555
2673
|
"path",
|
|
2556
2674
|
{
|
|
2557
2675
|
fill: stroke || color || "currentColor",
|
|
@@ -2560,14 +2678,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2560
2678
|
clipRule: "evenodd"
|
|
2561
2679
|
}
|
|
2562
2680
|
),
|
|
2563
|
-
/* @__PURE__ */ (0,
|
|
2681
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
2564
2682
|
"path",
|
|
2565
2683
|
{
|
|
2566
2684
|
fill: stroke || color || "currentColor",
|
|
2567
2685
|
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"
|
|
2568
2686
|
}
|
|
2569
2687
|
),
|
|
2570
|
-
/* @__PURE__ */ (0,
|
|
2688
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
2571
2689
|
"path",
|
|
2572
2690
|
{
|
|
2573
2691
|
fill: stroke || color || "currentColor",
|
|
@@ -2579,8 +2697,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2579
2697
|
] }), GenerateFrameStart2End_default = IconGenerateFrameStart2End;
|
|
2580
2698
|
|
|
2581
2699
|
// src/components/GenerateSwitchframe.tsx
|
|
2582
|
-
var
|
|
2583
|
-
/* @__PURE__ */ (0,
|
|
2700
|
+
var import_jsx_runtime73 = __toESM(require_jsx_runtime()), IconGenerateSwitchframe = ({ 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: [
|
|
2701
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
2584
2702
|
"path",
|
|
2585
2703
|
{
|
|
2586
2704
|
fill: stroke || color || "currentColor",
|
|
@@ -2589,7 +2707,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2589
2707
|
clipRule: "evenodd"
|
|
2590
2708
|
}
|
|
2591
2709
|
),
|
|
2592
|
-
/* @__PURE__ */ (0,
|
|
2710
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
2593
2711
|
"path",
|
|
2594
2712
|
{
|
|
2595
2713
|
fill: stroke || color || "currentColor",
|
|
@@ -2601,15 +2719,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2601
2719
|
] }), GenerateSwitchframe_default = IconGenerateSwitchframe;
|
|
2602
2720
|
|
|
2603
2721
|
// src/components/GenerateT2V.tsx
|
|
2604
|
-
var
|
|
2605
|
-
/* @__PURE__ */ (0,
|
|
2722
|
+
var import_jsx_runtime74 = __toESM(require_jsx_runtime()), IconGenerateT2V = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2723
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
|
|
2606
2724
|
"path",
|
|
2607
2725
|
{
|
|
2608
2726
|
fill: stroke || color || "currentColor",
|
|
2609
2727
|
d: "M6 6V10.5H8.25V8.25H10.875V15.75H8.25V18H15.75V15.75H13.125V8.25H15.75V10.5H18V6H6Z"
|
|
2610
2728
|
}
|
|
2611
2729
|
),
|
|
2612
|
-
/* @__PURE__ */ (0,
|
|
2730
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
|
|
2613
2731
|
"path",
|
|
2614
2732
|
{
|
|
2615
2733
|
fill: stroke || color || "currentColor",
|
|
@@ -2621,15 +2739,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2621
2739
|
] }), GenerateT2V_default = IconGenerateT2V;
|
|
2622
2740
|
|
|
2623
2741
|
// src/components/GenreAuto.tsx
|
|
2624
|
-
var
|
|
2625
|
-
/* @__PURE__ */ (0,
|
|
2742
|
+
var import_jsx_runtime75 = __toESM(require_jsx_runtime()), IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2743
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
|
|
2626
2744
|
"path",
|
|
2627
2745
|
{
|
|
2628
2746
|
fill: stroke || color || "currentColor",
|
|
2629
2747
|
d: "M18.375 6.375V10.5H16.125V6.375H12V4.125H16.125V0H18.375V4.125H22.5V6.375H18.375Z"
|
|
2630
2748
|
}
|
|
2631
2749
|
),
|
|
2632
|
-
/* @__PURE__ */ (0,
|
|
2750
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
|
|
2633
2751
|
"path",
|
|
2634
2752
|
{
|
|
2635
2753
|
fill: stroke || color || "currentColor",
|
|
@@ -2638,15 +2756,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2638
2756
|
clipRule: "evenodd"
|
|
2639
2757
|
}
|
|
2640
2758
|
),
|
|
2641
|
-
/* @__PURE__ */ (0,
|
|
2642
|
-
/* @__PURE__ */ (0,
|
|
2759
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)("path", { fill: stroke || color || "currentColor", d: "M3.75 0.75L1.5 3L3.75 5.25L6 3L3.75 0.75Z" }),
|
|
2760
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
|
|
2643
2761
|
"path",
|
|
2644
2762
|
{
|
|
2645
2763
|
fill: stroke || color || "currentColor",
|
|
2646
2764
|
d: "M18 21.75L20.25 19.5L22.5 21.75L20.25 24L18 21.75Z"
|
|
2647
2765
|
}
|
|
2648
2766
|
),
|
|
2649
|
-
/* @__PURE__ */ (0,
|
|
2767
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
|
|
2650
2768
|
"path",
|
|
2651
2769
|
{
|
|
2652
2770
|
fill: stroke || color || "currentColor",
|
|
@@ -2656,22 +2774,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2656
2774
|
] }), GenreAuto_default = IconGenreAuto;
|
|
2657
2775
|
|
|
2658
2776
|
// src/components/GenreComedy.tsx
|
|
2659
|
-
var
|
|
2660
|
-
/* @__PURE__ */ (0,
|
|
2777
|
+
var import_jsx_runtime76 = __toESM(require_jsx_runtime()), IconGenreComedy = ({ 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: [
|
|
2778
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
2661
2779
|
"path",
|
|
2662
2780
|
{
|
|
2663
2781
|
fill: stroke || color || "currentColor",
|
|
2664
2782
|
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"
|
|
2665
2783
|
}
|
|
2666
2784
|
),
|
|
2667
|
-
/* @__PURE__ */ (0,
|
|
2785
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
2668
2786
|
"path",
|
|
2669
2787
|
{
|
|
2670
2788
|
fill: stroke || color || "currentColor",
|
|
2671
2789
|
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"
|
|
2672
2790
|
}
|
|
2673
2791
|
),
|
|
2674
|
-
/* @__PURE__ */ (0,
|
|
2792
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
2675
2793
|
"path",
|
|
2676
2794
|
{
|
|
2677
2795
|
fill: stroke || color || "currentColor",
|
|
@@ -2680,7 +2798,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2680
2798
|
clipRule: "evenodd"
|
|
2681
2799
|
}
|
|
2682
2800
|
),
|
|
2683
|
-
/* @__PURE__ */ (0,
|
|
2801
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
2684
2802
|
"path",
|
|
2685
2803
|
{
|
|
2686
2804
|
fill: stroke || color || "currentColor",
|
|
@@ -2692,7 +2810,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2692
2810
|
] }), GenreComedy_default = IconGenreComedy;
|
|
2693
2811
|
|
|
2694
2812
|
// src/components/GenreFantasy.tsx
|
|
2695
|
-
var
|
|
2813
|
+
var import_jsx_runtime77 = __toESM(require_jsx_runtime()), IconGenreFantasy = ({ 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)(
|
|
2696
2814
|
"path",
|
|
2697
2815
|
{
|
|
2698
2816
|
fill: stroke || color || "currentColor",
|
|
@@ -2703,22 +2821,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2703
2821
|
) }), GenreFantasy_default = IconGenreFantasy;
|
|
2704
2822
|
|
|
2705
2823
|
// src/components/GenreHorror.tsx
|
|
2706
|
-
var
|
|
2707
|
-
/* @__PURE__ */ (0,
|
|
2824
|
+
var import_jsx_runtime78 = __toESM(require_jsx_runtime()), IconGenreHorror = ({ 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: [
|
|
2825
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
2708
2826
|
"path",
|
|
2709
2827
|
{
|
|
2710
2828
|
fill: stroke || color || "currentColor",
|
|
2711
2829
|
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"
|
|
2712
2830
|
}
|
|
2713
2831
|
),
|
|
2714
|
-
/* @__PURE__ */ (0,
|
|
2832
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
2715
2833
|
"path",
|
|
2716
2834
|
{
|
|
2717
2835
|
fill: stroke || color || "currentColor",
|
|
2718
2836
|
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"
|
|
2719
2837
|
}
|
|
2720
2838
|
),
|
|
2721
|
-
/* @__PURE__ */ (0,
|
|
2839
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
2722
2840
|
"path",
|
|
2723
2841
|
{
|
|
2724
2842
|
fill: stroke || color || "currentColor",
|
|
@@ -2730,7 +2848,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2730
2848
|
] }), GenreHorror_default = IconGenreHorror;
|
|
2731
2849
|
|
|
2732
2850
|
// src/components/GenreRomance.tsx
|
|
2733
|
-
var
|
|
2851
|
+
var import_jsx_runtime79 = __toESM(require_jsx_runtime()), IconGenreRomance = ({ 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)(
|
|
2734
2852
|
"path",
|
|
2735
2853
|
{
|
|
2736
2854
|
fill: stroke || color || "currentColor",
|
|
@@ -2741,15 +2859,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2741
2859
|
) }), GenreRomance_default = IconGenreRomance;
|
|
2742
2860
|
|
|
2743
2861
|
// src/components/GenreScifi.tsx
|
|
2744
|
-
var
|
|
2745
|
-
/* @__PURE__ */ (0,
|
|
2862
|
+
var import_jsx_runtime80 = __toESM(require_jsx_runtime()), IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2863
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
2746
2864
|
"path",
|
|
2747
2865
|
{
|
|
2748
2866
|
fill: stroke || color || "currentColor",
|
|
2749
2867
|
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"
|
|
2750
2868
|
}
|
|
2751
2869
|
),
|
|
2752
|
-
/* @__PURE__ */ (0,
|
|
2870
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
2753
2871
|
"path",
|
|
2754
2872
|
{
|
|
2755
2873
|
fill: stroke || color || "currentColor",
|
|
@@ -2758,7 +2876,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2758
2876
|
clipRule: "evenodd"
|
|
2759
2877
|
}
|
|
2760
2878
|
),
|
|
2761
|
-
/* @__PURE__ */ (0,
|
|
2879
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
2762
2880
|
"path",
|
|
2763
2881
|
{
|
|
2764
2882
|
fill: stroke || color || "currentColor",
|
|
@@ -2768,7 +2886,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2768
2886
|
] }), GenreScifi_default = IconGenreScifi;
|
|
2769
2887
|
|
|
2770
2888
|
// src/components/GenreSuspense.tsx
|
|
2771
|
-
var
|
|
2889
|
+
var import_jsx_runtime81 = __toESM(require_jsx_runtime()), IconGenreSuspense = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
2772
2890
|
"path",
|
|
2773
2891
|
{
|
|
2774
2892
|
fill: stroke || color || "currentColor",
|
|
@@ -2779,7 +2897,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2779
2897
|
) }), GenreSuspense_default = IconGenreSuspense;
|
|
2780
2898
|
|
|
2781
2899
|
// src/components/Genre.tsx
|
|
2782
|
-
var
|
|
2900
|
+
var import_jsx_runtime82 = __toESM(require_jsx_runtime()), IconGenre = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
|
|
2783
2901
|
"path",
|
|
2784
2902
|
{
|
|
2785
2903
|
fill: stroke || color || "currentColor",
|
|
@@ -2790,8 +2908,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2790
2908
|
) }), Genre_default = IconGenre;
|
|
2791
2909
|
|
|
2792
2910
|
// src/components/GoogleLogoFilled.tsx
|
|
2793
|
-
var
|
|
2794
|
-
/* @__PURE__ */ (0,
|
|
2911
|
+
var import_jsx_runtime83 = __toESM(require_jsx_runtime()), IconGoogleLogoFilled = ({ 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: [
|
|
2912
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
2795
2913
|
"mask",
|
|
2796
2914
|
{
|
|
2797
2915
|
id: "mask0_48_113",
|
|
@@ -2801,7 +2919,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2801
2919
|
y: "0",
|
|
2802
2920
|
maskUnits: "userSpaceOnUse",
|
|
2803
2921
|
style: { maskType: "luminance" },
|
|
2804
|
-
children: /* @__PURE__ */ (0,
|
|
2922
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
2805
2923
|
"path",
|
|
2806
2924
|
{
|
|
2807
2925
|
fill: stroke || color || "currentColor",
|
|
@@ -2810,64 +2928,64 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2810
2928
|
)
|
|
2811
2929
|
}
|
|
2812
2930
|
),
|
|
2813
|
-
/* @__PURE__ */ (0,
|
|
2814
|
-
/* @__PURE__ */ (0,
|
|
2931
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsxs)("g", { mask: "url(#mask0_48_113)", children: [
|
|
2932
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("g", { filter: "url(#filter0_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
2815
2933
|
"path",
|
|
2816
2934
|
{
|
|
2817
2935
|
fill: "url(#paint0_radial_48_113)",
|
|
2818
2936
|
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"
|
|
2819
2937
|
}
|
|
2820
2938
|
) }),
|
|
2821
|
-
/* @__PURE__ */ (0,
|
|
2939
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("g", { filter: "url(#filter1_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
2822
2940
|
"path",
|
|
2823
2941
|
{
|
|
2824
2942
|
fill: "url(#paint1_radial_48_113)",
|
|
2825
2943
|
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"
|
|
2826
2944
|
}
|
|
2827
2945
|
) }),
|
|
2828
|
-
/* @__PURE__ */ (0,
|
|
2946
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("g", { filter: "url(#filter2_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
2829
2947
|
"path",
|
|
2830
2948
|
{
|
|
2831
2949
|
fill: "url(#paint2_radial_48_113)",
|
|
2832
2950
|
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"
|
|
2833
2951
|
}
|
|
2834
2952
|
) }),
|
|
2835
|
-
/* @__PURE__ */ (0,
|
|
2953
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("g", { filter: "url(#filter3_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
2836
2954
|
"path",
|
|
2837
2955
|
{
|
|
2838
2956
|
fill: "url(#paint3_radial_48_113)",
|
|
2839
2957
|
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"
|
|
2840
2958
|
}
|
|
2841
2959
|
) }),
|
|
2842
|
-
/* @__PURE__ */ (0,
|
|
2960
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("g", { filter: "url(#filter4_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
2843
2961
|
"path",
|
|
2844
2962
|
{
|
|
2845
2963
|
fill: "#3086FF",
|
|
2846
2964
|
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"
|
|
2847
2965
|
}
|
|
2848
2966
|
) }),
|
|
2849
|
-
/* @__PURE__ */ (0,
|
|
2967
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("g", { filter: "url(#filter5_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
2850
2968
|
"path",
|
|
2851
2969
|
{
|
|
2852
2970
|
fill: "url(#paint4_radial_48_113)",
|
|
2853
2971
|
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"
|
|
2854
2972
|
}
|
|
2855
2973
|
) }),
|
|
2856
|
-
/* @__PURE__ */ (0,
|
|
2974
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("g", { filter: "url(#filter6_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
2857
2975
|
"path",
|
|
2858
2976
|
{
|
|
2859
2977
|
fill: "url(#paint5_radial_48_113)",
|
|
2860
2978
|
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"
|
|
2861
2979
|
}
|
|
2862
2980
|
) }),
|
|
2863
|
-
/* @__PURE__ */ (0,
|
|
2981
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("g", { filter: "url(#filter7_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
2864
2982
|
"path",
|
|
2865
2983
|
{
|
|
2866
2984
|
fill: "url(#paint6_radial_48_113)",
|
|
2867
2985
|
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"
|
|
2868
2986
|
}
|
|
2869
2987
|
) }),
|
|
2870
|
-
/* @__PURE__ */ (0,
|
|
2988
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("g", { filter: "url(#filter8_f_48_113)", style: { opacity: 0.5 }, children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
2871
2989
|
"path",
|
|
2872
2990
|
{
|
|
2873
2991
|
fill: "url(#paint7_linear_48_113)",
|
|
@@ -2875,8 +2993,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2875
2993
|
}
|
|
2876
2994
|
) })
|
|
2877
2995
|
] }),
|
|
2878
|
-
/* @__PURE__ */ (0,
|
|
2879
|
-
/* @__PURE__ */ (0,
|
|
2996
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsxs)("defs", { children: [
|
|
2997
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(
|
|
2880
2998
|
"filter",
|
|
2881
2999
|
{
|
|
2882
3000
|
id: "filter0_f_48_113",
|
|
@@ -2887,13 +3005,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2887
3005
|
filterUnits: "userSpaceOnUse",
|
|
2888
3006
|
colorInterpolationFilters: "sRGB",
|
|
2889
3007
|
children: [
|
|
2890
|
-
/* @__PURE__ */ (0,
|
|
2891
|
-
/* @__PURE__ */ (0,
|
|
2892
|
-
/* @__PURE__ */ (0,
|
|
3008
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3009
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3010
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2893
3011
|
]
|
|
2894
3012
|
}
|
|
2895
3013
|
),
|
|
2896
|
-
/* @__PURE__ */ (0,
|
|
3014
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(
|
|
2897
3015
|
"filter",
|
|
2898
3016
|
{
|
|
2899
3017
|
id: "filter1_f_48_113",
|
|
@@ -2904,13 +3022,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2904
3022
|
filterUnits: "userSpaceOnUse",
|
|
2905
3023
|
colorInterpolationFilters: "sRGB",
|
|
2906
3024
|
children: [
|
|
2907
|
-
/* @__PURE__ */ (0,
|
|
2908
|
-
/* @__PURE__ */ (0,
|
|
2909
|
-
/* @__PURE__ */ (0,
|
|
3025
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3026
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3027
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2910
3028
|
]
|
|
2911
3029
|
}
|
|
2912
3030
|
),
|
|
2913
|
-
/* @__PURE__ */ (0,
|
|
3031
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(
|
|
2914
3032
|
"filter",
|
|
2915
3033
|
{
|
|
2916
3034
|
id: "filter2_f_48_113",
|
|
@@ -2921,13 +3039,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2921
3039
|
filterUnits: "userSpaceOnUse",
|
|
2922
3040
|
colorInterpolationFilters: "sRGB",
|
|
2923
3041
|
children: [
|
|
2924
|
-
/* @__PURE__ */ (0,
|
|
2925
|
-
/* @__PURE__ */ (0,
|
|
2926
|
-
/* @__PURE__ */ (0,
|
|
3042
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3043
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3044
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2927
3045
|
]
|
|
2928
3046
|
}
|
|
2929
3047
|
),
|
|
2930
|
-
/* @__PURE__ */ (0,
|
|
3048
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(
|
|
2931
3049
|
"filter",
|
|
2932
3050
|
{
|
|
2933
3051
|
id: "filter3_f_48_113",
|
|
@@ -2938,13 +3056,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2938
3056
|
filterUnits: "userSpaceOnUse",
|
|
2939
3057
|
colorInterpolationFilters: "sRGB",
|
|
2940
3058
|
children: [
|
|
2941
|
-
/* @__PURE__ */ (0,
|
|
2942
|
-
/* @__PURE__ */ (0,
|
|
2943
|
-
/* @__PURE__ */ (0,
|
|
3059
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3060
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3061
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2944
3062
|
]
|
|
2945
3063
|
}
|
|
2946
3064
|
),
|
|
2947
|
-
/* @__PURE__ */ (0,
|
|
3065
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(
|
|
2948
3066
|
"filter",
|
|
2949
3067
|
{
|
|
2950
3068
|
id: "filter4_f_48_113",
|
|
@@ -2955,13 +3073,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2955
3073
|
filterUnits: "userSpaceOnUse",
|
|
2956
3074
|
colorInterpolationFilters: "sRGB",
|
|
2957
3075
|
children: [
|
|
2958
|
-
/* @__PURE__ */ (0,
|
|
2959
|
-
/* @__PURE__ */ (0,
|
|
2960
|
-
/* @__PURE__ */ (0,
|
|
3076
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3077
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3078
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2961
3079
|
]
|
|
2962
3080
|
}
|
|
2963
3081
|
),
|
|
2964
|
-
/* @__PURE__ */ (0,
|
|
3082
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(
|
|
2965
3083
|
"filter",
|
|
2966
3084
|
{
|
|
2967
3085
|
id: "filter5_f_48_113",
|
|
@@ -2972,13 +3090,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2972
3090
|
filterUnits: "userSpaceOnUse",
|
|
2973
3091
|
colorInterpolationFilters: "sRGB",
|
|
2974
3092
|
children: [
|
|
2975
|
-
/* @__PURE__ */ (0,
|
|
2976
|
-
/* @__PURE__ */ (0,
|
|
2977
|
-
/* @__PURE__ */ (0,
|
|
3093
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3094
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3095
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2978
3096
|
]
|
|
2979
3097
|
}
|
|
2980
3098
|
),
|
|
2981
|
-
/* @__PURE__ */ (0,
|
|
3099
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(
|
|
2982
3100
|
"filter",
|
|
2983
3101
|
{
|
|
2984
3102
|
id: "filter6_f_48_113",
|
|
@@ -2989,13 +3107,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2989
3107
|
filterUnits: "userSpaceOnUse",
|
|
2990
3108
|
colorInterpolationFilters: "sRGB",
|
|
2991
3109
|
children: [
|
|
2992
|
-
/* @__PURE__ */ (0,
|
|
2993
|
-
/* @__PURE__ */ (0,
|
|
2994
|
-
/* @__PURE__ */ (0,
|
|
3110
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3111
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3112
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "1.65243" })
|
|
2995
3113
|
]
|
|
2996
3114
|
}
|
|
2997
3115
|
),
|
|
2998
|
-
/* @__PURE__ */ (0,
|
|
3116
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(
|
|
2999
3117
|
"filter",
|
|
3000
3118
|
{
|
|
3001
3119
|
id: "filter7_f_48_113",
|
|
@@ -3006,13 +3124,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3006
3124
|
filterUnits: "userSpaceOnUse",
|
|
3007
3125
|
colorInterpolationFilters: "sRGB",
|
|
3008
3126
|
children: [
|
|
3009
|
-
/* @__PURE__ */ (0,
|
|
3010
|
-
/* @__PURE__ */ (0,
|
|
3011
|
-
/* @__PURE__ */ (0,
|
|
3127
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3128
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3129
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
3012
3130
|
]
|
|
3013
3131
|
}
|
|
3014
3132
|
),
|
|
3015
|
-
/* @__PURE__ */ (0,
|
|
3133
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(
|
|
3016
3134
|
"filter",
|
|
3017
3135
|
{
|
|
3018
3136
|
id: "filter8_f_48_113",
|
|
@@ -3023,13 +3141,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3023
3141
|
filterUnits: "userSpaceOnUse",
|
|
3024
3142
|
colorInterpolationFilters: "sRGB",
|
|
3025
3143
|
children: [
|
|
3026
|
-
/* @__PURE__ */ (0,
|
|
3027
|
-
/* @__PURE__ */ (0,
|
|
3028
|
-
/* @__PURE__ */ (0,
|
|
3144
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3145
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3146
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
3029
3147
|
]
|
|
3030
3148
|
}
|
|
3031
3149
|
),
|
|
3032
|
-
/* @__PURE__ */ (0,
|
|
3150
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(
|
|
3033
3151
|
"radialGradient",
|
|
3034
3152
|
{
|
|
3035
3153
|
id: "paint0_radial_48_113",
|
|
@@ -3039,20 +3157,20 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3039
3157
|
gradientTransform: "matrix(-0.498722 -11.9519 17.9311 -0.717223 9.06911 20.3322)",
|
|
3040
3158
|
gradientUnits: "userSpaceOnUse",
|
|
3041
3159
|
children: [
|
|
3042
|
-
/* @__PURE__ */ (0,
|
|
3043
|
-
/* @__PURE__ */ (0,
|
|
3044
|
-
/* @__PURE__ */ (0,
|
|
3045
|
-
/* @__PURE__ */ (0,
|
|
3046
|
-
/* @__PURE__ */ (0,
|
|
3047
|
-
/* @__PURE__ */ (0,
|
|
3048
|
-
/* @__PURE__ */ (0,
|
|
3049
|
-
/* @__PURE__ */ (0,
|
|
3050
|
-
/* @__PURE__ */ (0,
|
|
3051
|
-
/* @__PURE__ */ (0,
|
|
3160
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("stop", { offset: "0.141612", stopColor: "#1ABD4D" }),
|
|
3161
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("stop", { offset: "0.247515", stopColor: "#6EC30D" }),
|
|
3162
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("stop", { offset: "0.311547", stopColor: "#8AC502" }),
|
|
3163
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("stop", { offset: "0.366013", stopColor: "#A2C600" }),
|
|
3164
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("stop", { offset: "0.445673", stopColor: "#C8C903" }),
|
|
3165
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("stop", { offset: "0.540305", stopColor: "#EBCB03" }),
|
|
3166
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("stop", { offset: "0.615636", stopColor: "#F7CD07" }),
|
|
3167
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("stop", { offset: "0.699345", stopColor: "#FDCD04" }),
|
|
3168
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("stop", { offset: "0.771242", stopColor: "#FDCE05" }),
|
|
3169
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("stop", { offset: "0.860566", stopColor: "#FFCE0A" })
|
|
3052
3170
|
]
|
|
3053
3171
|
}
|
|
3054
3172
|
),
|
|
3055
|
-
/* @__PURE__ */ (0,
|
|
3173
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(
|
|
3056
3174
|
"radialGradient",
|
|
3057
3175
|
{
|
|
3058
3176
|
id: "paint1_radial_48_113",
|
|
@@ -3062,12 +3180,12 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3062
3180
|
gradientTransform: "matrix(8.46967 -2.03557e-05 -1.19045e-05 10.7093 20.253 6.36819)",
|
|
3063
3181
|
gradientUnits: "userSpaceOnUse",
|
|
3064
3182
|
children: [
|
|
3065
|
-
/* @__PURE__ */ (0,
|
|
3066
|
-
/* @__PURE__ */ (0,
|
|
3183
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("stop", { offset: "0.408458", stopColor: "#FB4E5A" }),
|
|
3184
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("stop", { offset: "1", stopColor: "#FF4540" })
|
|
3067
3185
|
]
|
|
3068
3186
|
}
|
|
3069
3187
|
),
|
|
3070
|
-
/* @__PURE__ */ (0,
|
|
3188
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(
|
|
3071
3189
|
"radialGradient",
|
|
3072
3190
|
{
|
|
3073
3191
|
id: "paint2_radial_48_113",
|
|
@@ -3077,18 +3195,18 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3077
3195
|
gradientTransform: "matrix(-11.8666 6.43492 8.91875 15.766 15.6277 -1.68219)",
|
|
3078
3196
|
gradientUnits: "userSpaceOnUse",
|
|
3079
3197
|
children: [
|
|
3080
|
-
/* @__PURE__ */ (0,
|
|
3081
|
-
/* @__PURE__ */ (0,
|
|
3082
|
-
/* @__PURE__ */ (0,
|
|
3083
|
-
/* @__PURE__ */ (0,
|
|
3084
|
-
/* @__PURE__ */ (0,
|
|
3085
|
-
/* @__PURE__ */ (0,
|
|
3086
|
-
/* @__PURE__ */ (0,
|
|
3087
|
-
/* @__PURE__ */ (0,
|
|
3198
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("stop", { offset: "0.231273", stopColor: "#FF4541" }),
|
|
3199
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("stop", { offset: "0.311547", stopColor: "#FF4540" }),
|
|
3200
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("stop", { offset: "0.457516", stopColor: "#FF4640" }),
|
|
3201
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("stop", { offset: "0.540305", stopColor: "#FF473F" }),
|
|
3202
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("stop", { offset: "0.699346", stopColor: "#FF5138" }),
|
|
3203
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("stop", { offset: "0.771242", stopColor: "#FF5B33" }),
|
|
3204
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("stop", { offset: "0.860566", stopColor: "#FF6C29" }),
|
|
3205
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("stop", { offset: "1", stopColor: "#FF8C18" })
|
|
3088
3206
|
]
|
|
3089
3207
|
}
|
|
3090
3208
|
),
|
|
3091
|
-
/* @__PURE__ */ (0,
|
|
3209
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(
|
|
3092
3210
|
"radialGradient",
|
|
3093
3211
|
{
|
|
3094
3212
|
id: "paint3_radial_48_113",
|
|
@@ -3098,19 +3216,19 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3098
3216
|
gradientTransform: "matrix(-21.5204 -27.5047 -10.3696 7.77752 12.4702 22.5743)",
|
|
3099
3217
|
gradientUnits: "userSpaceOnUse",
|
|
3100
3218
|
children: [
|
|
3101
|
-
/* @__PURE__ */ (0,
|
|
3102
|
-
/* @__PURE__ */ (0,
|
|
3103
|
-
/* @__PURE__ */ (0,
|
|
3104
|
-
/* @__PURE__ */ (0,
|
|
3105
|
-
/* @__PURE__ */ (0,
|
|
3106
|
-
/* @__PURE__ */ (0,
|
|
3107
|
-
/* @__PURE__ */ (0,
|
|
3108
|
-
/* @__PURE__ */ (0,
|
|
3109
|
-
/* @__PURE__ */ (0,
|
|
3219
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("stop", { offset: "0.131546", stopColor: "#0CBA65" }),
|
|
3220
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("stop", { offset: "0.209784", stopColor: "#0BB86D" }),
|
|
3221
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("stop", { offset: "0.297297", stopColor: "#09B479" }),
|
|
3222
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("stop", { offset: "0.396257", stopColor: "#08AD93" }),
|
|
3223
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("stop", { offset: "0.477124", stopColor: "#0AA6A9" }),
|
|
3224
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("stop", { offset: "0.568425", stopColor: "#0D9CC6" }),
|
|
3225
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("stop", { offset: "0.667385", stopColor: "#1893DD" }),
|
|
3226
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("stop", { offset: "0.768727", stopColor: "#258BF1" }),
|
|
3227
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("stop", { offset: "0.858506", stopColor: "#3086FF" })
|
|
3110
3228
|
]
|
|
3111
3229
|
}
|
|
3112
3230
|
),
|
|
3113
|
-
/* @__PURE__ */ (0,
|
|
3231
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(
|
|
3114
3232
|
"radialGradient",
|
|
3115
3233
|
{
|
|
3116
3234
|
id: "paint4_radial_48_113",
|
|
@@ -3120,18 +3238,18 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3120
3238
|
gradientTransform: "matrix(-1.52295 12.8522 18.1501 2.06168 11.2421 2.13475)",
|
|
3121
3239
|
gradientUnits: "userSpaceOnUse",
|
|
3122
3240
|
children: [
|
|
3123
|
-
/* @__PURE__ */ (0,
|
|
3124
|
-
/* @__PURE__ */ (0,
|
|
3125
|
-
/* @__PURE__ */ (0,
|
|
3126
|
-
/* @__PURE__ */ (0,
|
|
3127
|
-
/* @__PURE__ */ (0,
|
|
3128
|
-
/* @__PURE__ */ (0,
|
|
3129
|
-
/* @__PURE__ */ (0,
|
|
3130
|
-
/* @__PURE__ */ (0,
|
|
3241
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("stop", { offset: "0.366013", stopColor: "#FF4E3A" }),
|
|
3242
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("stop", { offset: "0.457516", stopColor: "#FF8A1B" }),
|
|
3243
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("stop", { offset: "0.540305", stopColor: "#FFA312" }),
|
|
3244
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("stop", { offset: "0.615636", stopColor: "#FFB60C" }),
|
|
3245
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("stop", { offset: "0.771242", stopColor: "#FFCD0A" }),
|
|
3246
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("stop", { offset: "0.860566", stopColor: "#FECF0A" }),
|
|
3247
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("stop", { offset: "0.915033", stopColor: "#FECF08" }),
|
|
3248
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("stop", { offset: "1", stopColor: "#FDCD01" })
|
|
3131
3249
|
]
|
|
3132
3250
|
}
|
|
3133
3251
|
),
|
|
3134
|
-
/* @__PURE__ */ (0,
|
|
3252
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(
|
|
3135
3253
|
"radialGradient",
|
|
3136
3254
|
{
|
|
3137
3255
|
id: "paint5_radial_48_113",
|
|
@@ -3141,15 +3259,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3141
3259
|
gradientTransform: "matrix(-4.40212 4.76677 -13.7322 -12.1566 9.10044 2.00144)",
|
|
3142
3260
|
gradientUnits: "userSpaceOnUse",
|
|
3143
3261
|
children: [
|
|
3144
|
-
/* @__PURE__ */ (0,
|
|
3145
|
-
/* @__PURE__ */ (0,
|
|
3146
|
-
/* @__PURE__ */ (0,
|
|
3147
|
-
/* @__PURE__ */ (0,
|
|
3148
|
-
/* @__PURE__ */ (0,
|
|
3262
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("stop", { offset: "0.315904", stopColor: "#FF4C3C" }),
|
|
3263
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("stop", { offset: "0.603818", stopColor: "#FF692C" }),
|
|
3264
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("stop", { offset: "0.726837", stopColor: "#FF7825" }),
|
|
3265
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("stop", { offset: "0.884534", stopColor: "#FF8D1B" }),
|
|
3266
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("stop", { offset: "1", stopColor: "#FF9F13" })
|
|
3149
3267
|
]
|
|
3150
3268
|
}
|
|
3151
3269
|
),
|
|
3152
|
-
/* @__PURE__ */ (0,
|
|
3270
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(
|
|
3153
3271
|
"radialGradient",
|
|
3154
3272
|
{
|
|
3155
3273
|
id: "paint6_radial_48_113",
|
|
@@ -3159,20 +3277,20 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3159
3277
|
gradientTransform: "matrix(-11.8666 -6.43492 8.91876 -15.766 15.6277 25.6232)",
|
|
3160
3278
|
gradientUnits: "userSpaceOnUse",
|
|
3161
3279
|
children: [
|
|
3162
|
-
/* @__PURE__ */ (0,
|
|
3163
|
-
/* @__PURE__ */ (0,
|
|
3164
|
-
/* @__PURE__ */ (0,
|
|
3165
|
-
/* @__PURE__ */ (0,
|
|
3166
|
-
/* @__PURE__ */ (0,
|
|
3167
|
-
/* @__PURE__ */ (0,
|
|
3168
|
-
/* @__PURE__ */ (0,
|
|
3169
|
-
/* @__PURE__ */ (0,
|
|
3170
|
-
/* @__PURE__ */ (0,
|
|
3171
|
-
/* @__PURE__ */ (0,
|
|
3280
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("stop", { offset: "0.231273", stopColor: "#0FBC5F" }),
|
|
3281
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("stop", { offset: "0.311547", stopColor: "#0FBC5F" }),
|
|
3282
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("stop", { offset: "0.366013", stopColor: "#0FBC5E" }),
|
|
3283
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("stop", { offset: "0.457516", stopColor: "#0FBC5D" }),
|
|
3284
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("stop", { offset: "0.540305", stopColor: "#12BC58" }),
|
|
3285
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("stop", { offset: "0.699346", stopColor: "#28BF3C" }),
|
|
3286
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("stop", { offset: "0.771242", stopColor: "#38C02B" }),
|
|
3287
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("stop", { offset: "0.860566", stopColor: "#52C218" }),
|
|
3288
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("stop", { offset: "0.915033", stopColor: "#67C30F" }),
|
|
3289
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("stop", { offset: "1", stopColor: "#86C504" })
|
|
3172
3290
|
]
|
|
3173
3291
|
}
|
|
3174
3292
|
),
|
|
3175
|
-
/* @__PURE__ */ (0,
|
|
3293
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(
|
|
3176
3294
|
"linearGradient",
|
|
3177
3295
|
{
|
|
3178
3296
|
id: "paint7_linear_48_113",
|
|
@@ -3182,8 +3300,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3182
3300
|
y2: "21.5116",
|
|
3183
3301
|
gradientUnits: "userSpaceOnUse",
|
|
3184
3302
|
children: [
|
|
3185
|
-
/* @__PURE__ */ (0,
|
|
3186
|
-
/* @__PURE__ */ (0,
|
|
3303
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("stop", { stopColor: "#0FBC5C" }),
|
|
3304
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("stop", { offset: "1", stopColor: "#0CBA65" })
|
|
3187
3305
|
]
|
|
3188
3306
|
}
|
|
3189
3307
|
)
|
|
@@ -3191,7 +3309,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3191
3309
|
] }), GoogleLogoFilled_default = IconGoogleLogoFilled;
|
|
3192
3310
|
|
|
3193
3311
|
// src/components/Handtool.tsx
|
|
3194
|
-
var
|
|
3312
|
+
var import_jsx_runtime84 = __toESM(require_jsx_runtime()), IconHandtool = ({ 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)(
|
|
3195
3313
|
"path",
|
|
3196
3314
|
{
|
|
3197
3315
|
fill: stroke || color || "currentColor",
|
|
@@ -3200,16 +3318,16 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3200
3318
|
) }), Handtool_default = IconHandtool;
|
|
3201
3319
|
|
|
3202
3320
|
// src/components/Help.tsx
|
|
3203
|
-
var
|
|
3204
|
-
/* @__PURE__ */ (0,
|
|
3205
|
-
/* @__PURE__ */ (0,
|
|
3321
|
+
var import_jsx_runtime85 = __toESM(require_jsx_runtime()), IconHelp = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3322
|
+
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 16.5V18.75H10.875V16.5H13.125Z" }),
|
|
3323
|
+
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
3206
3324
|
"path",
|
|
3207
3325
|
{
|
|
3208
3326
|
fill: stroke || color || "currentColor",
|
|
3209
3327
|
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"
|
|
3210
3328
|
}
|
|
3211
3329
|
),
|
|
3212
|
-
/* @__PURE__ */ (0,
|
|
3330
|
+
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
3213
3331
|
"path",
|
|
3214
3332
|
{
|
|
3215
3333
|
fill: stroke || color || "currentColor",
|
|
@@ -3221,7 +3339,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3221
3339
|
] }), Help_default = IconHelp;
|
|
3222
3340
|
|
|
3223
3341
|
// src/components/HomepageFilled.tsx
|
|
3224
|
-
var
|
|
3342
|
+
var import_jsx_runtime86 = __toESM(require_jsx_runtime()), IconHomepageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
3225
3343
|
"path",
|
|
3226
3344
|
{
|
|
3227
3345
|
fill: fill || color || "currentColor",
|
|
@@ -3232,7 +3350,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3232
3350
|
) }), HomepageFilled_default = IconHomepageFilled;
|
|
3233
3351
|
|
|
3234
3352
|
// src/components/Hotareacenter.tsx
|
|
3235
|
-
var
|
|
3353
|
+
var import_jsx_runtime87 = __toESM(require_jsx_runtime()), IconHotareacenter = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
|
|
3236
3354
|
"path",
|
|
3237
3355
|
{
|
|
3238
3356
|
fill: "#191919",
|
|
@@ -3242,22 +3360,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3242
3360
|
) }), Hotareacenter_default = IconHotareacenter;
|
|
3243
3361
|
|
|
3244
3362
|
// src/components/ImageGeneration.tsx
|
|
3245
|
-
var
|
|
3246
|
-
/* @__PURE__ */ (0,
|
|
3363
|
+
var import_jsx_runtime88 = __toESM(require_jsx_runtime()), IconImageGeneration = ({ 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: [
|
|
3364
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
3247
3365
|
"path",
|
|
3248
3366
|
{
|
|
3249
3367
|
fill: stroke || color || "currentColor",
|
|
3250
3368
|
d: "M12 3.75H3.75V17.1592L9 11.9092L12 14.9092L14.9092 12H18.0908L12 18.0908L9 15.0908L3.84082 20.25H20.25V12H22.5V22.5H1.5V1.5H12V3.75Z"
|
|
3251
3369
|
}
|
|
3252
3370
|
),
|
|
3253
|
-
/* @__PURE__ */ (0,
|
|
3371
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
3254
3372
|
"path",
|
|
3255
3373
|
{
|
|
3256
3374
|
fill: stroke || color || "currentColor",
|
|
3257
3375
|
d: "M20.4287 3.57129L24 4.28613V5.71387L20.4287 6.42871L19.7139 10H18.2861L17.5713 6.42871L14 5.71387V4.28613L17.5713 3.57129L18.2861 0H19.7139L20.4287 3.57129Z"
|
|
3258
3376
|
}
|
|
3259
3377
|
),
|
|
3260
|
-
/* @__PURE__ */ (0,
|
|
3378
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
3261
3379
|
"path",
|
|
3262
3380
|
{
|
|
3263
3381
|
fill: stroke || color || "currentColor",
|
|
@@ -3267,8 +3385,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3267
3385
|
] }), ImageGeneration_default = IconImageGeneration;
|
|
3268
3386
|
|
|
3269
3387
|
// src/components/ImageLoadFailedFilled.tsx
|
|
3270
|
-
var
|
|
3271
|
-
/* @__PURE__ */ (0,
|
|
3388
|
+
var import_jsx_runtime89 = __toESM(require_jsx_runtime()), IconImageLoadFailedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3389
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
|
|
3272
3390
|
"path",
|
|
3273
3391
|
{
|
|
3274
3392
|
fill: fill || color || "currentColor",
|
|
@@ -3277,7 +3395,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3277
3395
|
clipRule: "evenodd"
|
|
3278
3396
|
}
|
|
3279
3397
|
),
|
|
3280
|
-
/* @__PURE__ */ (0,
|
|
3398
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
|
|
3281
3399
|
"path",
|
|
3282
3400
|
{
|
|
3283
3401
|
fill: fill || color || "currentColor",
|
|
@@ -3287,10 +3405,10 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3287
3405
|
] }), ImageLoadFailedFilled_default = IconImageLoadFailedFilled;
|
|
3288
3406
|
|
|
3289
3407
|
// src/components/Info.tsx
|
|
3290
|
-
var
|
|
3291
|
-
/* @__PURE__ */ (0,
|
|
3292
|
-
/* @__PURE__ */ (0,
|
|
3293
|
-
/* @__PURE__ */ (0,
|
|
3408
|
+
var import_jsx_runtime90 = __toESM(require_jsx_runtime()), IconInfo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3409
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 5.25V7.5H10.875V5.25H13.125Z" }),
|
|
3410
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)("path", { fill: stroke || color || "currentColor", d: "M9 12H10.875V18.75H15V16.5H13.125V9.75H9V12Z" }),
|
|
3411
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
|
|
3294
3412
|
"path",
|
|
3295
3413
|
{
|
|
3296
3414
|
fill: stroke || color || "currentColor",
|
|
@@ -3302,7 +3420,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3302
3420
|
] }), Info_default = IconInfo;
|
|
3303
3421
|
|
|
3304
3422
|
// src/components/Invitecode.tsx
|
|
3305
|
-
var
|
|
3423
|
+
var import_jsx_runtime91 = __toESM(require_jsx_runtime()), IconInvitecode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
3306
3424
|
"path",
|
|
3307
3425
|
{
|
|
3308
3426
|
fill: fill || color || "currentColor",
|
|
@@ -3313,7 +3431,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3313
3431
|
) }), Invitecode_default = IconInvitecode;
|
|
3314
3432
|
|
|
3315
3433
|
// src/components/LeftFilled.tsx
|
|
3316
|
-
var
|
|
3434
|
+
var import_jsx_runtime92 = __toESM(require_jsx_runtime()), IconLeftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
3317
3435
|
"path",
|
|
3318
3436
|
{
|
|
3319
3437
|
fill: fill || color || "currentColor",
|
|
@@ -3324,15 +3442,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3324
3442
|
) }), LeftFilled_default = IconLeftFilled;
|
|
3325
3443
|
|
|
3326
3444
|
// src/components/Loading.tsx
|
|
3327
|
-
var
|
|
3328
|
-
/* @__PURE__ */ (0,
|
|
3445
|
+
var import_jsx_runtime93 = __toESM(require_jsx_runtime()), IconLoading = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3446
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
3329
3447
|
"path",
|
|
3330
3448
|
{
|
|
3331
3449
|
fill: stroke || color || "currentColor",
|
|
3332
3450
|
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"
|
|
3333
3451
|
}
|
|
3334
3452
|
),
|
|
3335
|
-
/* @__PURE__ */ (0,
|
|
3453
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
3336
3454
|
"path",
|
|
3337
3455
|
{
|
|
3338
3456
|
fill: fill || color || "currentColor",
|
|
@@ -3342,15 +3460,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3342
3460
|
] }), Loading_default = IconLoading;
|
|
3343
3461
|
|
|
3344
3462
|
// src/components/Login.tsx
|
|
3345
|
-
var
|
|
3346
|
-
/* @__PURE__ */ (0,
|
|
3463
|
+
var import_jsx_runtime94 = __toESM(require_jsx_runtime()), IconLogin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3464
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
3347
3465
|
"path",
|
|
3348
3466
|
{
|
|
3349
3467
|
fill: stroke || color || "currentColor",
|
|
3350
3468
|
d: "M24 1.5L13.5 1.5V3.75H21.75V20.25H13.5V22.5H24V1.5Z"
|
|
3351
3469
|
}
|
|
3352
3470
|
),
|
|
3353
|
-
/* @__PURE__ */ (0,
|
|
3471
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
3354
3472
|
"path",
|
|
3355
3473
|
{
|
|
3356
3474
|
fill: stroke || color || "currentColor",
|
|
@@ -3362,8 +3480,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3362
3480
|
] }), Login_default = IconLogin;
|
|
3363
3481
|
|
|
3364
3482
|
// src/components/Logout.tsx
|
|
3365
|
-
var
|
|
3366
|
-
/* @__PURE__ */ (0,
|
|
3483
|
+
var import_jsx_runtime95 = __toESM(require_jsx_runtime()), IconLogout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3484
|
+
/* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
|
|
3367
3485
|
"path",
|
|
3368
3486
|
{
|
|
3369
3487
|
fill: stroke || color || "currentColor",
|
|
@@ -3372,7 +3490,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3372
3490
|
clipRule: "evenodd"
|
|
3373
3491
|
}
|
|
3374
3492
|
),
|
|
3375
|
-
/* @__PURE__ */ (0,
|
|
3493
|
+
/* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
|
|
3376
3494
|
"path",
|
|
3377
3495
|
{
|
|
3378
3496
|
fill: stroke || color || "currentColor",
|
|
@@ -3382,7 +3500,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3382
3500
|
] }), Logout_default = IconLogout;
|
|
3383
3501
|
|
|
3384
3502
|
// src/components/ModelGeminiFilled.tsx
|
|
3385
|
-
var
|
|
3503
|
+
var import_jsx_runtime96 = __toESM(require_jsx_runtime()), IconModelGeminiFilled = ({ 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)(
|
|
3386
3504
|
"path",
|
|
3387
3505
|
{
|
|
3388
3506
|
fill: fill || color || "currentColor",
|
|
@@ -3391,7 +3509,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3391
3509
|
) }), ModelGeminiFilled_default = IconModelGeminiFilled;
|
|
3392
3510
|
|
|
3393
3511
|
// src/components/ModelOpenaiFilled.tsx
|
|
3394
|
-
var
|
|
3512
|
+
var import_jsx_runtime97 = __toESM(require_jsx_runtime()), IconModelOpenaiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
|
|
3395
3513
|
"path",
|
|
3396
3514
|
{
|
|
3397
3515
|
fill: fill || color || "currentColor",
|
|
@@ -3400,8 +3518,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3400
3518
|
) }), ModelOpenaiFilled_default = IconModelOpenaiFilled;
|
|
3401
3519
|
|
|
3402
3520
|
// src/components/ModelDeepmindFilled.tsx
|
|
3403
|
-
var
|
|
3404
|
-
/* @__PURE__ */ (0,
|
|
3521
|
+
var import_jsx_runtime98 = __toESM(require_jsx_runtime()), IconModelDeepmindFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3522
|
+
/* @__PURE__ */ (0, import_jsx_runtime98.jsx)("g", { clipPath: "url(#clip0_40_67)", children: /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
|
|
3405
3523
|
"path",
|
|
3406
3524
|
{
|
|
3407
3525
|
fill: fill || color || "currentColor",
|
|
@@ -3410,27 +3528,27 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3410
3528
|
clipRule: "evenodd"
|
|
3411
3529
|
}
|
|
3412
3530
|
) }),
|
|
3413
|
-
/* @__PURE__ */ (0,
|
|
3531
|
+
/* @__PURE__ */ (0, import_jsx_runtime98.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("clipPath", { id: "clip0_40_67", children: /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("rect", { width: "20", height: "20", fill: stroke || color || "currentColor", transform: "translate(2 2)" }) }) })
|
|
3414
3532
|
] }), ModelDeepmindFilled_default = IconModelDeepmindFilled;
|
|
3415
3533
|
|
|
3416
3534
|
// src/components/ModelSeedFilled.tsx
|
|
3417
|
-
var
|
|
3418
|
-
/* @__PURE__ */ (0,
|
|
3419
|
-
/* @__PURE__ */ (0,
|
|
3535
|
+
var import_jsx_runtime99 = __toESM(require_jsx_runtime()), IconModelSeedFilled = ({ 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: [
|
|
3536
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("path", { fill: fill || color || "currentColor", d: "M23 2.95271V20.0401L19.2211 21V2L23 2.95271Z" }),
|
|
3537
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
3420
3538
|
"path",
|
|
3421
3539
|
{
|
|
3422
3540
|
fill: fill || color || "currentColor",
|
|
3423
3541
|
d: "M10.7528 11.4648V19.5633L6.98126 20.5241V10.5048L10.7528 11.4648Z"
|
|
3424
3542
|
}
|
|
3425
3543
|
),
|
|
3426
|
-
/* @__PURE__ */ (0,
|
|
3544
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
3427
3545
|
"path",
|
|
3428
3546
|
{
|
|
3429
3547
|
fill: fill || color || "currentColor",
|
|
3430
3548
|
d: "M4.77158 3.95509V19.044L1 20.0048V2.99515L4.77158 3.95509Z"
|
|
3431
3549
|
}
|
|
3432
3550
|
),
|
|
3433
|
-
/* @__PURE__ */ (0,
|
|
3551
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
3434
3552
|
"path",
|
|
3435
3553
|
{
|
|
3436
3554
|
fill: fill || color || "currentColor",
|
|
@@ -3440,7 +3558,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3440
3558
|
] }), ModelSeedFilled_default = IconModelSeedFilled;
|
|
3441
3559
|
|
|
3442
3560
|
// src/components/ModelSoraFilled.tsx
|
|
3443
|
-
var
|
|
3561
|
+
var import_jsx_runtime100 = __toESM(require_jsx_runtime()), IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("svg", { fill: "none", viewBox: "0 0 25 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
|
|
3444
3562
|
"path",
|
|
3445
3563
|
{
|
|
3446
3564
|
fill: fill || color || "currentColor",
|
|
@@ -3449,7 +3567,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3449
3567
|
) }), ModelSoraFilled_default = IconModelSoraFilled;
|
|
3450
3568
|
|
|
3451
3569
|
// src/components/ModelNanobananaLogoNomoFilled.tsx
|
|
3452
|
-
var
|
|
3570
|
+
var import_jsx_runtime101 = __toESM(require_jsx_runtime()), IconModelNanobananaLogoNomoFilled = ({
|
|
3453
3571
|
size,
|
|
3454
3572
|
width,
|
|
3455
3573
|
height,
|
|
@@ -3457,64 +3575,64 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3457
3575
|
className,
|
|
3458
3576
|
fill,
|
|
3459
3577
|
stroke
|
|
3460
|
-
}) => /* @__PURE__ */ (0,
|
|
3461
|
-
/* @__PURE__ */ (0,
|
|
3578
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3579
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
3462
3580
|
"path",
|
|
3463
3581
|
{
|
|
3464
3582
|
fill: "#5A5C62",
|
|
3465
3583
|
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"
|
|
3466
3584
|
}
|
|
3467
3585
|
),
|
|
3468
|
-
/* @__PURE__ */ (0,
|
|
3586
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
3469
3587
|
"path",
|
|
3470
3588
|
{
|
|
3471
3589
|
fill: "#D5D6D7",
|
|
3472
3590
|
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"
|
|
3473
3591
|
}
|
|
3474
3592
|
),
|
|
3475
|
-
/* @__PURE__ */ (0,
|
|
3593
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
3476
3594
|
"path",
|
|
3477
3595
|
{
|
|
3478
3596
|
fill: "#C4C5C7",
|
|
3479
3597
|
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"
|
|
3480
3598
|
}
|
|
3481
3599
|
),
|
|
3482
|
-
/* @__PURE__ */ (0,
|
|
3600
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
3483
3601
|
"path",
|
|
3484
3602
|
{
|
|
3485
3603
|
fill: "#7B7C81",
|
|
3486
3604
|
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"
|
|
3487
3605
|
}
|
|
3488
3606
|
),
|
|
3489
|
-
/* @__PURE__ */ (0,
|
|
3607
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
3490
3608
|
"path",
|
|
3491
3609
|
{
|
|
3492
3610
|
fill: "#85878B",
|
|
3493
3611
|
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"
|
|
3494
3612
|
}
|
|
3495
3613
|
),
|
|
3496
|
-
/* @__PURE__ */ (0,
|
|
3614
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
3497
3615
|
"path",
|
|
3498
3616
|
{
|
|
3499
3617
|
fill: "#1B1D24",
|
|
3500
3618
|
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"
|
|
3501
3619
|
}
|
|
3502
3620
|
),
|
|
3503
|
-
/* @__PURE__ */ (0,
|
|
3621
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
3504
3622
|
"path",
|
|
3505
3623
|
{
|
|
3506
3624
|
fill: "#D5D6D7",
|
|
3507
3625
|
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"
|
|
3508
3626
|
}
|
|
3509
3627
|
),
|
|
3510
|
-
/* @__PURE__ */ (0,
|
|
3628
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
3511
3629
|
"path",
|
|
3512
3630
|
{
|
|
3513
3631
|
fill: "#85878B",
|
|
3514
3632
|
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"
|
|
3515
3633
|
}
|
|
3516
3634
|
),
|
|
3517
|
-
/* @__PURE__ */ (0,
|
|
3635
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
3518
3636
|
"path",
|
|
3519
3637
|
{
|
|
3520
3638
|
fill: "#D5D6D7",
|
|
@@ -3524,7 +3642,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3524
3642
|
] }), ModelNanobananaLogoNomoFilled_default = IconModelNanobananaLogoNomoFilled;
|
|
3525
3643
|
|
|
3526
3644
|
// src/components/ModelklingFilled.tsx
|
|
3527
|
-
var
|
|
3645
|
+
var import_jsx_runtime102 = __toESM(require_jsx_runtime()), IconModelklingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
3528
3646
|
"path",
|
|
3529
3647
|
{
|
|
3530
3648
|
fill: fill || color || "currentColor",
|
|
@@ -3535,7 +3653,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3535
3653
|
) }), ModelklingFilled_default = IconModelklingFilled;
|
|
3536
3654
|
|
|
3537
3655
|
// src/components/Models.tsx
|
|
3538
|
-
var
|
|
3656
|
+
var import_jsx_runtime103 = __toESM(require_jsx_runtime()), IconModels = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
|
|
3539
3657
|
"path",
|
|
3540
3658
|
{
|
|
3541
3659
|
fill: stroke || color || "currentColor",
|
|
@@ -3546,7 +3664,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3546
3664
|
) }), Models_default = IconModels;
|
|
3547
3665
|
|
|
3548
3666
|
// src/components/MoreCollapse.tsx
|
|
3549
|
-
var
|
|
3667
|
+
var import_jsx_runtime104 = __toESM(require_jsx_runtime()), IconMoreCollapse = ({ 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)(
|
|
3550
3668
|
"path",
|
|
3551
3669
|
{
|
|
3552
3670
|
fill: stroke || color || "currentColor",
|
|
@@ -3555,22 +3673,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3555
3673
|
) }), MoreCollapse_default = IconMoreCollapse;
|
|
3556
3674
|
|
|
3557
3675
|
// src/components/MoreHorizontal.tsx
|
|
3558
|
-
var
|
|
3559
|
-
/* @__PURE__ */ (0,
|
|
3676
|
+
var import_jsx_runtime105 = __toESM(require_jsx_runtime()), IconMoreHorizontal = ({ 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: [
|
|
3677
|
+
/* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
|
|
3560
3678
|
"path",
|
|
3561
3679
|
{
|
|
3562
3680
|
fill: stroke || color || "currentColor",
|
|
3563
3681
|
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"
|
|
3564
3682
|
}
|
|
3565
3683
|
),
|
|
3566
|
-
/* @__PURE__ */ (0,
|
|
3684
|
+
/* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
|
|
3567
3685
|
"path",
|
|
3568
3686
|
{
|
|
3569
3687
|
fill: stroke || color || "currentColor",
|
|
3570
3688
|
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"
|
|
3571
3689
|
}
|
|
3572
3690
|
),
|
|
3573
|
-
/* @__PURE__ */ (0,
|
|
3691
|
+
/* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
|
|
3574
3692
|
"path",
|
|
3575
3693
|
{
|
|
3576
3694
|
fill: stroke || color || "currentColor",
|
|
@@ -3580,7 +3698,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3580
3698
|
] }), MoreHorizontal_default = IconMoreHorizontal;
|
|
3581
3699
|
|
|
3582
3700
|
// src/components/MoreShowed.tsx
|
|
3583
|
-
var
|
|
3701
|
+
var import_jsx_runtime106 = __toESM(require_jsx_runtime()), IconMoreShowed = ({ 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)(
|
|
3584
3702
|
"path",
|
|
3585
3703
|
{
|
|
3586
3704
|
fill: stroke || color || "currentColor",
|
|
@@ -3589,22 +3707,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3589
3707
|
) }), MoreShowed_default = IconMoreShowed;
|
|
3590
3708
|
|
|
3591
3709
|
// src/components/More.tsx
|
|
3592
|
-
var
|
|
3593
|
-
/* @__PURE__ */ (0,
|
|
3710
|
+
var import_jsx_runtime107 = __toESM(require_jsx_runtime()), IconMore = ({ 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: [
|
|
3711
|
+
/* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
|
|
3594
3712
|
"path",
|
|
3595
3713
|
{
|
|
3596
3714
|
fill: stroke || color || "currentColor",
|
|
3597
3715
|
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"
|
|
3598
3716
|
}
|
|
3599
3717
|
),
|
|
3600
|
-
/* @__PURE__ */ (0,
|
|
3718
|
+
/* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
|
|
3601
3719
|
"path",
|
|
3602
3720
|
{
|
|
3603
3721
|
fill: stroke || color || "currentColor",
|
|
3604
3722
|
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"
|
|
3605
3723
|
}
|
|
3606
3724
|
),
|
|
3607
|
-
/* @__PURE__ */ (0,
|
|
3725
|
+
/* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
|
|
3608
3726
|
"path",
|
|
3609
3727
|
{
|
|
3610
3728
|
fill: stroke || color || "currentColor",
|
|
@@ -3614,29 +3732,29 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3614
3732
|
] }), More_default = IconMore;
|
|
3615
3733
|
|
|
3616
3734
|
// src/components/Moresettings.tsx
|
|
3617
|
-
var
|
|
3618
|
-
/* @__PURE__ */ (0,
|
|
3735
|
+
var import_jsx_runtime108 = __toESM(require_jsx_runtime()), IconMoresettings = ({ 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: [
|
|
3736
|
+
/* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
|
|
3619
3737
|
"path",
|
|
3620
3738
|
{
|
|
3621
3739
|
fill: stroke || color || "currentColor",
|
|
3622
3740
|
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"
|
|
3623
3741
|
}
|
|
3624
3742
|
),
|
|
3625
|
-
/* @__PURE__ */ (0,
|
|
3743
|
+
/* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
|
|
3626
3744
|
"path",
|
|
3627
3745
|
{
|
|
3628
3746
|
fill: stroke || color || "currentColor",
|
|
3629
3747
|
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"
|
|
3630
3748
|
}
|
|
3631
3749
|
),
|
|
3632
|
-
/* @__PURE__ */ (0,
|
|
3750
|
+
/* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
|
|
3633
3751
|
"path",
|
|
3634
3752
|
{
|
|
3635
3753
|
fill: stroke || color || "currentColor",
|
|
3636
3754
|
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"
|
|
3637
3755
|
}
|
|
3638
3756
|
),
|
|
3639
|
-
/* @__PURE__ */ (0,
|
|
3757
|
+
/* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
|
|
3640
3758
|
"path",
|
|
3641
3759
|
{
|
|
3642
3760
|
fill: stroke || color || "currentColor",
|
|
@@ -3648,8 +3766,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3648
3766
|
] }), Moresettings_default = IconMoresettings;
|
|
3649
3767
|
|
|
3650
3768
|
// src/components/MouseDrag.tsx
|
|
3651
|
-
var
|
|
3652
|
-
/* @__PURE__ */ (0,
|
|
3769
|
+
var import_jsx_runtime109 = __toESM(require_jsx_runtime()), IconMouseDrag = ({ 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: [
|
|
3770
|
+
/* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
|
|
3653
3771
|
"path",
|
|
3654
3772
|
{
|
|
3655
3773
|
fill: fill || color || "currentColor",
|
|
@@ -3657,7 +3775,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3657
3775
|
d: "M13.5 3.5V20.5H10.5V3.5H13.5Z"
|
|
3658
3776
|
}
|
|
3659
3777
|
),
|
|
3660
|
-
/* @__PURE__ */ (0,
|
|
3778
|
+
/* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
|
|
3661
3779
|
"path",
|
|
3662
3780
|
{
|
|
3663
3781
|
fill: fill || color || "currentColor",
|
|
@@ -3665,7 +3783,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3665
3783
|
d: "M6.79297 7.5L2.29297 12L6.79297 16.5H8.5V7.5H6.79297Z"
|
|
3666
3784
|
}
|
|
3667
3785
|
),
|
|
3668
|
-
/* @__PURE__ */ (0,
|
|
3786
|
+
/* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
|
|
3669
3787
|
"path",
|
|
3670
3788
|
{
|
|
3671
3789
|
fill: fill || color || "currentColor",
|
|
@@ -3676,8 +3794,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3676
3794
|
] }), MouseDrag_default = IconMouseDrag;
|
|
3677
3795
|
|
|
3678
3796
|
// src/components/MouseMove.tsx
|
|
3679
|
-
var
|
|
3680
|
-
/* @__PURE__ */ (0,
|
|
3797
|
+
var import_jsx_runtime110 = __toESM(require_jsx_runtime()), IconMouseMove = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime110.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3798
|
+
/* @__PURE__ */ (0, import_jsx_runtime110.jsx)("g", { clipPath: "url(#clip0_384_31)", children: /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
|
|
3681
3799
|
"path",
|
|
3682
3800
|
{
|
|
3683
3801
|
fill: fill || color || "currentColor",
|
|
@@ -3685,12 +3803,12 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3685
3803
|
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"
|
|
3686
3804
|
}
|
|
3687
3805
|
) }),
|
|
3688
|
-
/* @__PURE__ */ (0,
|
|
3806
|
+
/* @__PURE__ */ (0, import_jsx_runtime110.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime110.jsx)("clipPath", { id: "clip0_384_31", children: /* @__PURE__ */ (0, import_jsx_runtime110.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
3689
3807
|
] }), MouseMove_default = IconMouseMove;
|
|
3690
3808
|
|
|
3691
3809
|
// src/components/MouseNumberchange.tsx
|
|
3692
|
-
var
|
|
3693
|
-
/* @__PURE__ */ (0,
|
|
3810
|
+
var import_jsx_runtime111 = __toESM(require_jsx_runtime()), IconMouseNumberchange = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime111.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3811
|
+
/* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
|
|
3694
3812
|
"path",
|
|
3695
3813
|
{
|
|
3696
3814
|
fill: fill || color || "currentColor",
|
|
@@ -3698,7 +3816,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3698
3816
|
d: "M10.5 17L9.30567 17L0.97168 12L9.30566 7L10.5 7L10.5 17Z"
|
|
3699
3817
|
}
|
|
3700
3818
|
),
|
|
3701
|
-
/* @__PURE__ */ (0,
|
|
3819
|
+
/* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
|
|
3702
3820
|
"path",
|
|
3703
3821
|
{
|
|
3704
3822
|
fill: fill || color || "currentColor",
|
|
@@ -3709,7 +3827,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3709
3827
|
] }), MouseNumberchange_default = IconMouseNumberchange;
|
|
3710
3828
|
|
|
3711
3829
|
// src/components/Musicassets.tsx
|
|
3712
|
-
var
|
|
3830
|
+
var import_jsx_runtime112 = __toESM(require_jsx_runtime()), IconMusicassets = ({ 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)(
|
|
3713
3831
|
"path",
|
|
3714
3832
|
{
|
|
3715
3833
|
fill: stroke || color || "currentColor",
|
|
@@ -3720,8 +3838,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3720
3838
|
) }), Musicassets_default = IconMusicassets;
|
|
3721
3839
|
|
|
3722
3840
|
// src/components/Mute.tsx
|
|
3723
|
-
var
|
|
3724
|
-
/* @__PURE__ */ (0,
|
|
3841
|
+
var import_jsx_runtime113 = __toESM(require_jsx_runtime()), IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3842
|
+
/* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
|
|
3725
3843
|
"path",
|
|
3726
3844
|
{
|
|
3727
3845
|
fill: stroke || color || "currentColor",
|
|
@@ -3730,7 +3848,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3730
3848
|
clipRule: "evenodd"
|
|
3731
3849
|
}
|
|
3732
3850
|
),
|
|
3733
|
-
/* @__PURE__ */ (0,
|
|
3851
|
+
/* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
|
|
3734
3852
|
"path",
|
|
3735
3853
|
{
|
|
3736
3854
|
fill: stroke || color || "currentColor",
|
|
@@ -3740,7 +3858,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3740
3858
|
] }), Mute_default = IconMute;
|
|
3741
3859
|
|
|
3742
3860
|
// src/components/Next.tsx
|
|
3743
|
-
var
|
|
3861
|
+
var import_jsx_runtime114 = __toESM(require_jsx_runtime()), IconNext = ({ 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)(
|
|
3744
3862
|
"path",
|
|
3745
3863
|
{
|
|
3746
3864
|
fill: stroke || color || "currentColor",
|
|
@@ -3751,15 +3869,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3751
3869
|
) }), Next_default = IconNext;
|
|
3752
3870
|
|
|
3753
3871
|
// src/components/Nextscene.tsx
|
|
3754
|
-
var
|
|
3755
|
-
/* @__PURE__ */ (0,
|
|
3872
|
+
var import_jsx_runtime115 = __toESM(require_jsx_runtime()), IconNextscene = ({ 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: [
|
|
3873
|
+
/* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
|
|
3756
3874
|
"path",
|
|
3757
3875
|
{
|
|
3758
3876
|
fill: stroke || color || "currentColor",
|
|
3759
3877
|
d: "M16.7959 12L10.2656 18.5303L9.2041 17.4697L14.6738 12L9.2041 6.53027L10.2656 5.46973L16.7959 12Z"
|
|
3760
3878
|
}
|
|
3761
3879
|
),
|
|
3762
|
-
/* @__PURE__ */ (0,
|
|
3880
|
+
/* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
|
|
3763
3881
|
"path",
|
|
3764
3882
|
{
|
|
3765
3883
|
fill: stroke || color || "currentColor",
|
|
@@ -3771,7 +3889,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3771
3889
|
] }), Nextscene_default = IconNextscene;
|
|
3772
3890
|
|
|
3773
3891
|
// src/components/Niceofficial.tsx
|
|
3774
|
-
var
|
|
3892
|
+
var import_jsx_runtime116 = __toESM(require_jsx_runtime()), IconNiceofficial = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
|
|
3775
3893
|
"path",
|
|
3776
3894
|
{
|
|
3777
3895
|
fill: fill || color || "currentColor",
|
|
@@ -3782,17 +3900,17 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3782
3900
|
) }), Niceofficial_default = IconNiceofficial;
|
|
3783
3901
|
|
|
3784
3902
|
// src/components/Oneclickgenerate.tsx
|
|
3785
|
-
var
|
|
3786
|
-
/* @__PURE__ */ (0,
|
|
3787
|
-
/* @__PURE__ */ (0,
|
|
3788
|
-
/* @__PURE__ */ (0,
|
|
3903
|
+
var import_jsx_runtime117 = __toESM(require_jsx_runtime()), IconOneclickgenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime117.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3904
|
+
/* @__PURE__ */ (0, import_jsx_runtime117.jsx)("path", { fill: stroke || color || "currentColor", d: "M12 4.5V0H9.75V4.5H12Z" }),
|
|
3905
|
+
/* @__PURE__ */ (0, import_jsx_runtime117.jsx)("path", { fill: stroke || color || "currentColor", d: "M4.5 9.75H0V12H4.5V9.75Z" }),
|
|
3906
|
+
/* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
|
|
3789
3907
|
"path",
|
|
3790
3908
|
{
|
|
3791
3909
|
fill: stroke || color || "currentColor",
|
|
3792
3910
|
d: "M5.2045 6.7955L1.4545 3.0455L3.0455 1.4545L6.7955 5.2045L5.2045 6.7955Z"
|
|
3793
3911
|
}
|
|
3794
3912
|
),
|
|
3795
|
-
/* @__PURE__ */ (0,
|
|
3913
|
+
/* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
|
|
3796
3914
|
"path",
|
|
3797
3915
|
{
|
|
3798
3916
|
fill: stroke || color || "currentColor",
|
|
@@ -3804,8 +3922,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3804
3922
|
] }), Oneclickgenerate_default = IconOneclickgenerate;
|
|
3805
3923
|
|
|
3806
3924
|
// src/components/Opendemo.tsx
|
|
3807
|
-
var
|
|
3808
|
-
/* @__PURE__ */ (0,
|
|
3925
|
+
var import_jsx_runtime118 = __toESM(require_jsx_runtime()), IconOpendemo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3926
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
|
|
3809
3927
|
"path",
|
|
3810
3928
|
{
|
|
3811
3929
|
fill: stroke || color || "currentColor",
|
|
@@ -3814,11 +3932,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3814
3932
|
clipRule: "evenodd"
|
|
3815
3933
|
}
|
|
3816
3934
|
),
|
|
3817
|
-
/* @__PURE__ */ (0,
|
|
3935
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
|
|
3818
3936
|
] }), Opendemo_default = IconOpendemo;
|
|
3819
3937
|
|
|
3820
3938
|
// src/components/OppsFilled.tsx
|
|
3821
|
-
var
|
|
3939
|
+
var import_jsx_runtime119 = __toESM(require_jsx_runtime()), IconOppsFilled = ({ 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)(
|
|
3822
3940
|
"path",
|
|
3823
3941
|
{
|
|
3824
3942
|
fill: fill || color || "currentColor",
|
|
@@ -3829,7 +3947,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3829
3947
|
) }), OppsFilled_default = IconOppsFilled;
|
|
3830
3948
|
|
|
3831
3949
|
// src/components/OptionalcheckedFilled.tsx
|
|
3832
|
-
var
|
|
3950
|
+
var import_jsx_runtime120 = __toESM(require_jsx_runtime()), IconOptionalcheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
|
|
3833
3951
|
"path",
|
|
3834
3952
|
{
|
|
3835
3953
|
fill: fill || color || "currentColor",
|
|
@@ -3840,7 +3958,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3840
3958
|
) }), OptionalcheckedFilled_default = IconOptionalcheckedFilled;
|
|
3841
3959
|
|
|
3842
3960
|
// src/components/Optionaluncheck.tsx
|
|
3843
|
-
var
|
|
3961
|
+
var import_jsx_runtime121 = __toESM(require_jsx_runtime()), IconOptionaluncheck = ({ 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)(
|
|
3844
3962
|
"path",
|
|
3845
3963
|
{
|
|
3846
3964
|
fill: stroke || color || "currentColor",
|
|
@@ -3851,7 +3969,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3851
3969
|
) }), Optionaluncheck_default = IconOptionaluncheck;
|
|
3852
3970
|
|
|
3853
3971
|
// src/components/Packagegame.tsx
|
|
3854
|
-
var
|
|
3972
|
+
var import_jsx_runtime122 = __toESM(require_jsx_runtime()), IconPackagegame = ({ 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)(
|
|
3855
3973
|
"path",
|
|
3856
3974
|
{
|
|
3857
3975
|
fill: stroke || color || "currentColor",
|
|
@@ -3862,11 +3980,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3862
3980
|
) }), Packagegame_default = IconPackagegame;
|
|
3863
3981
|
|
|
3864
3982
|
// src/components/PageError.tsx
|
|
3865
|
-
var
|
|
3983
|
+
var import_jsx_runtime123 = __toESM(require_jsx_runtime()), IconPageError = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("path", { fill: stroke || color || "currentColor", d: "M22.5 13.125H1.5V10.875H22.5V13.125Z" }) }), PageError_default = IconPageError;
|
|
3866
3984
|
|
|
3867
3985
|
// src/components/Parameters.tsx
|
|
3868
|
-
var
|
|
3869
|
-
/* @__PURE__ */ (0,
|
|
3986
|
+
var import_jsx_runtime124 = __toESM(require_jsx_runtime()), IconParameters = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime124.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3987
|
+
/* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
|
|
3870
3988
|
"path",
|
|
3871
3989
|
{
|
|
3872
3990
|
fill: stroke || color || "currentColor",
|
|
@@ -3875,7 +3993,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3875
3993
|
clipRule: "evenodd"
|
|
3876
3994
|
}
|
|
3877
3995
|
),
|
|
3878
|
-
/* @__PURE__ */ (0,
|
|
3996
|
+
/* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
|
|
3879
3997
|
"path",
|
|
3880
3998
|
{
|
|
3881
3999
|
fill: stroke || color || "currentColor",
|
|
@@ -3887,8 +4005,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3887
4005
|
] }), Parameters_default = IconParameters;
|
|
3888
4006
|
|
|
3889
4007
|
// src/components/Pause.tsx
|
|
3890
|
-
var
|
|
3891
|
-
/* @__PURE__ */ (0,
|
|
4008
|
+
var import_jsx_runtime125 = __toESM(require_jsx_runtime()), IconPause = ({ 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: [
|
|
4009
|
+
/* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
|
|
3892
4010
|
"path",
|
|
3893
4011
|
{
|
|
3894
4012
|
fill: stroke || color || "currentColor",
|
|
@@ -3897,7 +4015,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3897
4015
|
clipRule: "evenodd"
|
|
3898
4016
|
}
|
|
3899
4017
|
),
|
|
3900
|
-
/* @__PURE__ */ (0,
|
|
4018
|
+
/* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
|
|
3901
4019
|
"path",
|
|
3902
4020
|
{
|
|
3903
4021
|
fill: stroke || color || "currentColor",
|
|
@@ -3909,7 +4027,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3909
4027
|
] }), Pause_default = IconPause;
|
|
3910
4028
|
|
|
3911
4029
|
// src/components/Pencil.tsx
|
|
3912
|
-
var
|
|
4030
|
+
var import_jsx_runtime126 = __toESM(require_jsx_runtime()), IconPencil = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
|
|
3913
4031
|
"path",
|
|
3914
4032
|
{
|
|
3915
4033
|
fill: stroke || color || "currentColor",
|
|
@@ -3920,7 +4038,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3920
4038
|
) }), Pencil_default = IconPencil;
|
|
3921
4039
|
|
|
3922
4040
|
// src/components/Pick.tsx
|
|
3923
|
-
var
|
|
4041
|
+
var import_jsx_runtime127 = __toESM(require_jsx_runtime()), IconPick = ({ 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)(
|
|
3924
4042
|
"path",
|
|
3925
4043
|
{
|
|
3926
4044
|
fill: stroke || color || "currentColor",
|
|
@@ -3931,22 +4049,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3931
4049
|
) }), Pick_default = IconPick;
|
|
3932
4050
|
|
|
3933
4051
|
// src/components/PickedFilled.tsx
|
|
3934
|
-
var
|
|
4052
|
+
var import_jsx_runtime128 = __toESM(require_jsx_runtime()), IconPickedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime128.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime128.jsx)("path", { fill: fill || color || "currentColor", d: "M3 0H21V24H18L12 18L6 24H3V0Z" }) }), PickedFilled_default = IconPickedFilled;
|
|
3935
4053
|
|
|
3936
4054
|
// src/components/PlanFilled.tsx
|
|
3937
|
-
var
|
|
3938
|
-
/* @__PURE__ */ (0,
|
|
4055
|
+
var import_jsx_runtime129 = __toESM(require_jsx_runtime()), IconPlanFilled = ({ 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: [
|
|
4056
|
+
/* @__PURE__ */ (0, import_jsx_runtime129.jsx)("g", { clipPath: "url(#clip0_2_30)", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(
|
|
3939
4057
|
"path",
|
|
3940
4058
|
{
|
|
3941
4059
|
fill: fill || color || "currentColor",
|
|
3942
4060
|
d: "M13.5 10.5L15 0H12L3 10.5V13.5H10.5L9 24H12L21 13.5L21 10.5H13.5Z"
|
|
3943
4061
|
}
|
|
3944
4062
|
) }),
|
|
3945
|
-
/* @__PURE__ */ (0,
|
|
4063
|
+
/* @__PURE__ */ (0, import_jsx_runtime129.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("clipPath", { id: "clip0_2_30", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
3946
4064
|
] }), PlanFilled_default = IconPlanFilled;
|
|
3947
4065
|
|
|
3948
4066
|
// src/components/PlayFilled.tsx
|
|
3949
|
-
var
|
|
4067
|
+
var import_jsx_runtime130 = __toESM(require_jsx_runtime()), IconPlayFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|
|
3950
4068
|
"path",
|
|
3951
4069
|
{
|
|
3952
4070
|
fill: fill || color || "currentColor",
|
|
@@ -3955,7 +4073,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3955
4073
|
) }), PlayFilled_default = IconPlayFilled;
|
|
3956
4074
|
|
|
3957
4075
|
// src/components/Play.tsx
|
|
3958
|
-
var
|
|
4076
|
+
var import_jsx_runtime131 = __toESM(require_jsx_runtime()), IconPlay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime131.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime131.jsx)(
|
|
3959
4077
|
"path",
|
|
3960
4078
|
{
|
|
3961
4079
|
fill: stroke || color || "currentColor",
|
|
@@ -3966,15 +4084,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3966
4084
|
) }), Play_default = IconPlay;
|
|
3967
4085
|
|
|
3968
4086
|
// src/components/Previouscene.tsx
|
|
3969
|
-
var
|
|
3970
|
-
/* @__PURE__ */ (0,
|
|
4087
|
+
var import_jsx_runtime132 = __toESM(require_jsx_runtime()), IconPreviouscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime132.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4088
|
+
/* @__PURE__ */ (0, import_jsx_runtime132.jsx)(
|
|
3971
4089
|
"path",
|
|
3972
4090
|
{
|
|
3973
4091
|
fill: stroke || color || "currentColor",
|
|
3974
4092
|
d: "M7.2041 12L13.7344 18.5303L14.7959 17.4697L9.32617 12L14.7959 6.53027L13.7344 5.46973L7.2041 12Z"
|
|
3975
4093
|
}
|
|
3976
4094
|
),
|
|
3977
|
-
/* @__PURE__ */ (0,
|
|
4095
|
+
/* @__PURE__ */ (0, import_jsx_runtime132.jsx)(
|
|
3978
4096
|
"path",
|
|
3979
4097
|
{
|
|
3980
4098
|
fill: stroke || color || "currentColor",
|
|
@@ -3985,8 +4103,19 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3985
4103
|
)
|
|
3986
4104
|
] }), Previouscene_default = IconPreviouscene;
|
|
3987
4105
|
|
|
4106
|
+
// src/components/ProblemFilled.tsx
|
|
4107
|
+
var import_jsx_runtime133 = __toESM(require_jsx_runtime()), IconProblemFilled = ({ 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)(
|
|
4108
|
+
"path",
|
|
4109
|
+
{
|
|
4110
|
+
fill: fill || color || "currentColor",
|
|
4111
|
+
d: "M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24ZM10.5 13.5V4.5H13.5V13.5H10.5ZM10.5 19.5V16.5H13.5V19.5H10.5Z",
|
|
4112
|
+
fillRule: "evenodd",
|
|
4113
|
+
clipRule: "evenodd"
|
|
4114
|
+
}
|
|
4115
|
+
) }), ProblemFilled_default = IconProblemFilled;
|
|
4116
|
+
|
|
3988
4117
|
// src/components/ProblemNoticeFilled.tsx
|
|
3989
|
-
var
|
|
4118
|
+
var import_jsx_runtime134 = __toESM(require_jsx_runtime()), IconProblemNoticeFilled = ({ 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)(
|
|
3990
4119
|
"path",
|
|
3991
4120
|
{
|
|
3992
4121
|
fill: fill || color || "currentColor",
|
|
@@ -3997,10 +4126,10 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3997
4126
|
) }), ProblemNoticeFilled_default = IconProblemNoticeFilled;
|
|
3998
4127
|
|
|
3999
4128
|
// src/components/Problem.tsx
|
|
4000
|
-
var
|
|
4001
|
-
/* @__PURE__ */ (0,
|
|
4002
|
-
/* @__PURE__ */ (0,
|
|
4003
|
-
/* @__PURE__ */ (0,
|
|
4129
|
+
var import_jsx_runtime135 = __toESM(require_jsx_runtime()), IconProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4130
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 13.5V6H10.875V13.5H13.125Z" }),
|
|
4131
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 18V15.75H10.875V18H13.125Z" }),
|
|
4132
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)(
|
|
4004
4133
|
"path",
|
|
4005
4134
|
{
|
|
4006
4135
|
fill: stroke || color || "currentColor",
|
|
@@ -4012,8 +4141,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4012
4141
|
] }), Problem_default = IconProblem;
|
|
4013
4142
|
|
|
4014
4143
|
// src/components/Publish.tsx
|
|
4015
|
-
var
|
|
4016
|
-
/* @__PURE__ */ (0,
|
|
4144
|
+
var import_jsx_runtime136 = __toESM(require_jsx_runtime()), IconPublish = ({ 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: [
|
|
4145
|
+
/* @__PURE__ */ (0, import_jsx_runtime136.jsx)(
|
|
4017
4146
|
"path",
|
|
4018
4147
|
{
|
|
4019
4148
|
fill: stroke || color || "currentColor",
|
|
@@ -4022,11 +4151,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4022
4151
|
clipRule: "evenodd"
|
|
4023
4152
|
}
|
|
4024
4153
|
),
|
|
4025
|
-
/* @__PURE__ */ (0,
|
|
4154
|
+
/* @__PURE__ */ (0, import_jsx_runtime136.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
|
|
4026
4155
|
] }), Publish_default = IconPublish;
|
|
4027
4156
|
|
|
4028
4157
|
// src/components/Ratio169.tsx
|
|
4029
|
-
var
|
|
4158
|
+
var import_jsx_runtime137 = __toESM(require_jsx_runtime()), IconRatio169 = ({ 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)(
|
|
4030
4159
|
"path",
|
|
4031
4160
|
{
|
|
4032
4161
|
fill: stroke || color || "currentColor",
|
|
@@ -4035,15 +4164,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4035
4164
|
) }), Ratio169_default = IconRatio169;
|
|
4036
4165
|
|
|
4037
4166
|
// src/components/Ratio11.tsx
|
|
4038
|
-
var
|
|
4039
|
-
/* @__PURE__ */ (0,
|
|
4167
|
+
var import_jsx_runtime138 = __toESM(require_jsx_runtime()), IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4168
|
+
/* @__PURE__ */ (0, import_jsx_runtime138.jsx)("g", { clipPath: "url(#clip0_13_501)", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
|
|
4040
4169
|
"path",
|
|
4041
4170
|
{
|
|
4042
4171
|
fill: stroke || color || "currentColor",
|
|
4043
4172
|
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"
|
|
4044
4173
|
}
|
|
4045
4174
|
) }),
|
|
4046
|
-
/* @__PURE__ */ (0,
|
|
4175
|
+
/* @__PURE__ */ (0, import_jsx_runtime138.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("clipPath", { id: "clip0_13_501", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
|
|
4047
4176
|
"rect",
|
|
4048
4177
|
{
|
|
4049
4178
|
width: "24",
|
|
@@ -4055,15 +4184,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4055
4184
|
] }), Ratio11_default = IconRatio11;
|
|
4056
4185
|
|
|
4057
4186
|
// src/components/Ratio916.tsx
|
|
4058
|
-
var
|
|
4059
|
-
/* @__PURE__ */ (0,
|
|
4187
|
+
var import_jsx_runtime139 = __toESM(require_jsx_runtime()), IconRatio916 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime139.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4188
|
+
/* @__PURE__ */ (0, import_jsx_runtime139.jsx)("g", { clipPath: "url(#clip0_13_499)", children: /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(
|
|
4060
4189
|
"path",
|
|
4061
4190
|
{
|
|
4062
4191
|
fill: stroke || color || "currentColor",
|
|
4063
4192
|
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"
|
|
4064
4193
|
}
|
|
4065
4194
|
) }),
|
|
4066
|
-
/* @__PURE__ */ (0,
|
|
4195
|
+
/* @__PURE__ */ (0, import_jsx_runtime139.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime139.jsx)("clipPath", { id: "clip0_13_499", children: /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(
|
|
4067
4196
|
"rect",
|
|
4068
4197
|
{
|
|
4069
4198
|
width: "24",
|
|
@@ -4075,17 +4204,17 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4075
4204
|
] }), Ratio916_default = IconRatio916;
|
|
4076
4205
|
|
|
4077
4206
|
// src/components/RatioAuto.tsx
|
|
4078
|
-
var
|
|
4079
|
-
/* @__PURE__ */ (0,
|
|
4080
|
-
/* @__PURE__ */ (0,
|
|
4207
|
+
var import_jsx_runtime140 = __toESM(require_jsx_runtime()), IconRatioAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime140.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4208
|
+
/* @__PURE__ */ (0, import_jsx_runtime140.jsxs)("g", { clipPath: "url(#clip0_468_23)", children: [
|
|
4209
|
+
/* @__PURE__ */ (0, import_jsx_runtime140.jsx)(
|
|
4081
4210
|
"path",
|
|
4082
4211
|
{
|
|
4083
4212
|
fill: stroke || color || "currentColor",
|
|
4084
4213
|
d: "M6.25 6.24999L6.25 9.99998H4L4 3.99998L10 3.99999V6.24999H6.25Z"
|
|
4085
4214
|
}
|
|
4086
4215
|
),
|
|
4087
|
-
/* @__PURE__ */ (0,
|
|
4088
|
-
/* @__PURE__ */ (0,
|
|
4216
|
+
/* @__PURE__ */ (0, import_jsx_runtime140.jsx)("path", { fill: stroke || color || "currentColor", d: "M14 20V17.75H17.75V14H20V20H14Z" }),
|
|
4217
|
+
/* @__PURE__ */ (0, import_jsx_runtime140.jsx)(
|
|
4089
4218
|
"path",
|
|
4090
4219
|
{
|
|
4091
4220
|
fill: stroke || color || "currentColor",
|
|
@@ -4095,7 +4224,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4095
4224
|
}
|
|
4096
4225
|
)
|
|
4097
4226
|
] }),
|
|
4098
|
-
/* @__PURE__ */ (0,
|
|
4227
|
+
/* @__PURE__ */ (0, import_jsx_runtime140.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime140.jsx)("clipPath", { id: "clip0_468_23", children: /* @__PURE__ */ (0, import_jsx_runtime140.jsx)(
|
|
4099
4228
|
"rect",
|
|
4100
4229
|
{
|
|
4101
4230
|
width: "24",
|
|
@@ -4107,15 +4236,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4107
4236
|
] }), RatioAuto_default = IconRatioAuto;
|
|
4108
4237
|
|
|
4109
4238
|
// src/components/Ratio.tsx
|
|
4110
|
-
var
|
|
4111
|
-
/* @__PURE__ */ (0,
|
|
4239
|
+
var import_jsx_runtime141 = __toESM(require_jsx_runtime()), IconRatio = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime141.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4240
|
+
/* @__PURE__ */ (0, import_jsx_runtime141.jsx)(
|
|
4112
4241
|
"path",
|
|
4113
4242
|
{
|
|
4114
4243
|
fill: stroke || color || "currentColor",
|
|
4115
4244
|
d: "M3 0V3L0 3V5.25L18.75 5.25V24H21V21H24V18.75H21L21 3L5.25 3V0H3Z"
|
|
4116
4245
|
}
|
|
4117
4246
|
),
|
|
4118
|
-
/* @__PURE__ */ (0,
|
|
4247
|
+
/* @__PURE__ */ (0, import_jsx_runtime141.jsx)(
|
|
4119
4248
|
"path",
|
|
4120
4249
|
{
|
|
4121
4250
|
fill: stroke || color || "currentColor",
|
|
@@ -4125,7 +4254,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4125
4254
|
] }), Ratio_default = IconRatio;
|
|
4126
4255
|
|
|
4127
4256
|
// src/components/ReEdit.tsx
|
|
4128
|
-
var
|
|
4257
|
+
var import_jsx_runtime142 = __toESM(require_jsx_runtime()), IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime142.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime142.jsx)(
|
|
4129
4258
|
"path",
|
|
4130
4259
|
{
|
|
4131
4260
|
fill: stroke || color || "currentColor",
|
|
@@ -4136,7 +4265,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4136
4265
|
) }), ReEdit_default = IconReEdit;
|
|
4137
4266
|
|
|
4138
4267
|
// src/components/Regenerate.tsx
|
|
4139
|
-
var
|
|
4268
|
+
var import_jsx_runtime143 = __toESM(require_jsx_runtime()), IconRegenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime143.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime143.jsx)(
|
|
4140
4269
|
"path",
|
|
4141
4270
|
{
|
|
4142
4271
|
fill: stroke || color || "currentColor",
|
|
@@ -4147,8 +4276,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4147
4276
|
) }), Regenerate_default = IconRegenerate;
|
|
4148
4277
|
|
|
4149
4278
|
// src/components/Resultsetting.tsx
|
|
4150
|
-
var
|
|
4151
|
-
/* @__PURE__ */ (0,
|
|
4279
|
+
var import_jsx_runtime144 = __toESM(require_jsx_runtime()), IconResultsetting = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime144.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4280
|
+
/* @__PURE__ */ (0, import_jsx_runtime144.jsx)("g", { clipPath: "url(#clip0_554_27)", children: /* @__PURE__ */ (0, import_jsx_runtime144.jsx)(
|
|
4152
4281
|
"path",
|
|
4153
4282
|
{
|
|
4154
4283
|
fill: stroke || color || "currentColor",
|
|
@@ -4157,7 +4286,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4157
4286
|
clipRule: "evenodd"
|
|
4158
4287
|
}
|
|
4159
4288
|
) }),
|
|
4160
|
-
/* @__PURE__ */ (0,
|
|
4289
|
+
/* @__PURE__ */ (0, import_jsx_runtime144.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime144.jsx)("clipPath", { id: "clip0_554_27", children: /* @__PURE__ */ (0, import_jsx_runtime144.jsx)(
|
|
4161
4290
|
"rect",
|
|
4162
4291
|
{
|
|
4163
4292
|
width: "24",
|
|
@@ -4169,7 +4298,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4169
4298
|
] }), Resultsetting_default = IconResultsetting;
|
|
4170
4299
|
|
|
4171
4300
|
// src/components/RightFilled.tsx
|
|
4172
|
-
var
|
|
4301
|
+
var import_jsx_runtime145 = __toESM(require_jsx_runtime()), IconRightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime145.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime145.jsx)(
|
|
4173
4302
|
"path",
|
|
4174
4303
|
{
|
|
4175
4304
|
fill: fill || color || "currentColor",
|
|
@@ -4180,7 +4309,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4180
4309
|
) }), RightFilled_default = IconRightFilled;
|
|
4181
4310
|
|
|
4182
4311
|
// src/components/SceneNext.tsx
|
|
4183
|
-
var
|
|
4312
|
+
var import_jsx_runtime146 = __toESM(require_jsx_runtime()), IconSceneNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime146.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
|
|
4184
4313
|
"path",
|
|
4185
4314
|
{
|
|
4186
4315
|
fill: stroke || color || "currentColor",
|
|
@@ -4189,19 +4318,37 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4189
4318
|
) }), SceneNext_default = IconSceneNext;
|
|
4190
4319
|
|
|
4191
4320
|
// src/components/Scriptmode.tsx
|
|
4192
|
-
var
|
|
4193
|
-
/* @__PURE__ */ (0,
|
|
4194
|
-
/* @__PURE__ */ (0,
|
|
4195
|
-
/* @__PURE__ */ (0,
|
|
4196
|
-
/* @__PURE__ */ (0,
|
|
4197
|
-
/* @__PURE__ */ (0,
|
|
4198
|
-
/* @__PURE__ */ (0,
|
|
4199
|
-
/* @__PURE__ */ (0,
|
|
4200
|
-
/* @__PURE__ */ (0,
|
|
4321
|
+
var import_jsx_runtime147 = __toESM(require_jsx_runtime()), IconScriptmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime147.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4322
|
+
/* @__PURE__ */ (0, import_jsx_runtime147.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H3.75V1.5H1.5V3.75Z" }),
|
|
4323
|
+
/* @__PURE__ */ (0, import_jsx_runtime147.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 10.125H3.75V7.875H1.5V10.125Z" }),
|
|
4324
|
+
/* @__PURE__ */ (0, import_jsx_runtime147.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H3.75V13.875H1.5V16.125Z" }),
|
|
4325
|
+
/* @__PURE__ */ (0, import_jsx_runtime147.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H3.75V20.25H1.5V22.5Z" }),
|
|
4326
|
+
/* @__PURE__ */ (0, import_jsx_runtime147.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 3.75H22.5V1.5H7.5V3.75Z" }),
|
|
4327
|
+
/* @__PURE__ */ (0, import_jsx_runtime147.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 10.125H22.5V7.875H7.5V10.125Z" }),
|
|
4328
|
+
/* @__PURE__ */ (0, import_jsx_runtime147.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 16.125H22.5V13.875H7.5V16.125Z" }),
|
|
4329
|
+
/* @__PURE__ */ (0, import_jsx_runtime147.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 22.5H22.5V20.25H7.5V22.5Z" })
|
|
4201
4330
|
] }), Scriptmode_default = IconScriptmode;
|
|
4202
4331
|
|
|
4332
|
+
// src/components/Scrolldown.tsx
|
|
4333
|
+
var import_jsx_runtime148 = __toESM(require_jsx_runtime()), IconScrolldown = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime148.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4334
|
+
/* @__PURE__ */ (0, import_jsx_runtime148.jsx)(
|
|
4335
|
+
"path",
|
|
4336
|
+
{
|
|
4337
|
+
fill: stroke || color || "currentColor",
|
|
4338
|
+
d: "M3.79546 11.9544L12 20.1589L20.2045 11.9544L21.7955 13.5454L12 23.3409L2.20447 13.5454L3.79546 11.9544Z"
|
|
4339
|
+
}
|
|
4340
|
+
),
|
|
4341
|
+
/* @__PURE__ */ (0, import_jsx_runtime148.jsx)(
|
|
4342
|
+
"path",
|
|
4343
|
+
{
|
|
4344
|
+
fill: stroke || color || "currentColor",
|
|
4345
|
+
d: "M3.79547 0.704529L12 8.90903L20.2045 0.70453L21.7955 2.29552L12 12.091L2.20448 2.29552L3.79547 0.704529Z"
|
|
4346
|
+
}
|
|
4347
|
+
)
|
|
4348
|
+
] }), Scrolldown_default = IconScrolldown;
|
|
4349
|
+
|
|
4203
4350
|
// src/components/Sendrequest.tsx
|
|
4204
|
-
var
|
|
4351
|
+
var import_jsx_runtime149 = __toESM(require_jsx_runtime()), IconSendrequest = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime149.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime149.jsx)(
|
|
4205
4352
|
"path",
|
|
4206
4353
|
{
|
|
4207
4354
|
fill: fill || color || "currentColor",
|
|
@@ -4212,7 +4359,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4212
4359
|
) }), Sendrequest_default = IconSendrequest;
|
|
4213
4360
|
|
|
4214
4361
|
// src/components/ShareFilled.tsx
|
|
4215
|
-
var
|
|
4362
|
+
var import_jsx_runtime150 = __toESM(require_jsx_runtime()), IconShareFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime150.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime150.jsx)(
|
|
4216
4363
|
"path",
|
|
4217
4364
|
{
|
|
4218
4365
|
fill: fill || color || "currentColor",
|
|
@@ -4221,7 +4368,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4221
4368
|
) }), ShareFilled_default = IconShareFilled;
|
|
4222
4369
|
|
|
4223
4370
|
// src/components/Share.tsx
|
|
4224
|
-
var
|
|
4371
|
+
var import_jsx_runtime151 = __toESM(require_jsx_runtime()), IconShare = ({ 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)(
|
|
4225
4372
|
"path",
|
|
4226
4373
|
{
|
|
4227
4374
|
fill: stroke || color || "currentColor",
|
|
@@ -4231,8 +4378,19 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4231
4378
|
}
|
|
4232
4379
|
) }), Share_default = IconShare;
|
|
4233
4380
|
|
|
4381
|
+
// src/components/Sidebar.tsx
|
|
4382
|
+
var import_jsx_runtime152 = __toESM(require_jsx_runtime()), IconSidebar = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime152.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime152.jsx)(
|
|
4383
|
+
"path",
|
|
4384
|
+
{
|
|
4385
|
+
fill: stroke || color || "currentColor",
|
|
4386
|
+
d: "M24 3V21H0V3H24ZM9 5.25H21.75V18.75H9V5.25ZM6.75 18.75H2.25V5.25H6.75V18.75Z",
|
|
4387
|
+
fillRule: "evenodd",
|
|
4388
|
+
clipRule: "evenodd"
|
|
4389
|
+
}
|
|
4390
|
+
) }), Sidebar_default = IconSidebar;
|
|
4391
|
+
|
|
4234
4392
|
// src/components/SocialX.tsx
|
|
4235
|
-
var
|
|
4393
|
+
var import_jsx_runtime153 = __toESM(require_jsx_runtime()), IconSocialX = ({ 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)(
|
|
4236
4394
|
"path",
|
|
4237
4395
|
{
|
|
4238
4396
|
fill: fill || color || "currentColor",
|
|
@@ -4241,7 +4399,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4241
4399
|
) }), SocialX_default = IconSocialX;
|
|
4242
4400
|
|
|
4243
4401
|
// src/components/SocialDiscord.tsx
|
|
4244
|
-
var
|
|
4402
|
+
var import_jsx_runtime154 = __toESM(require_jsx_runtime()), IconSocialDiscord = ({ 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)(
|
|
4245
4403
|
"path",
|
|
4246
4404
|
{
|
|
4247
4405
|
fill: fill || color || "currentColor",
|
|
@@ -4250,8 +4408,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4250
4408
|
) }), SocialDiscord_default = IconSocialDiscord;
|
|
4251
4409
|
|
|
4252
4410
|
// src/components/SoundOff.tsx
|
|
4253
|
-
var
|
|
4254
|
-
/* @__PURE__ */ (0,
|
|
4411
|
+
var import_jsx_runtime155 = __toESM(require_jsx_runtime()), IconSoundOff = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime155.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4412
|
+
/* @__PURE__ */ (0, import_jsx_runtime155.jsx)(
|
|
4255
4413
|
"path",
|
|
4256
4414
|
{
|
|
4257
4415
|
fill: stroke || color || "currentColor",
|
|
@@ -4260,7 +4418,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4260
4418
|
clipRule: "evenodd"
|
|
4261
4419
|
}
|
|
4262
4420
|
),
|
|
4263
|
-
/* @__PURE__ */ (0,
|
|
4421
|
+
/* @__PURE__ */ (0, import_jsx_runtime155.jsx)(
|
|
4264
4422
|
"path",
|
|
4265
4423
|
{
|
|
4266
4424
|
fill: stroke || color || "currentColor",
|
|
@@ -4270,8 +4428,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4270
4428
|
] }), SoundOff_default = IconSoundOff;
|
|
4271
4429
|
|
|
4272
4430
|
// src/components/SoundOn.tsx
|
|
4273
|
-
var
|
|
4274
|
-
/* @__PURE__ */ (0,
|
|
4431
|
+
var import_jsx_runtime156 = __toESM(require_jsx_runtime()), IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime156.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4432
|
+
/* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
|
|
4275
4433
|
"path",
|
|
4276
4434
|
{
|
|
4277
4435
|
fill: stroke || color || "currentColor",
|
|
@@ -4280,14 +4438,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4280
4438
|
clipRule: "evenodd"
|
|
4281
4439
|
}
|
|
4282
4440
|
),
|
|
4283
|
-
/* @__PURE__ */ (0,
|
|
4441
|
+
/* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
|
|
4284
4442
|
"path",
|
|
4285
4443
|
{
|
|
4286
4444
|
fill: stroke || color || "currentColor",
|
|
4287
4445
|
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"
|
|
4288
4446
|
}
|
|
4289
4447
|
),
|
|
4290
|
-
/* @__PURE__ */ (0,
|
|
4448
|
+
/* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
|
|
4291
4449
|
"path",
|
|
4292
4450
|
{
|
|
4293
4451
|
fill: stroke || color || "currentColor",
|
|
@@ -4297,7 +4455,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4297
4455
|
] }), SoundOn_default = IconSoundOn;
|
|
4298
4456
|
|
|
4299
4457
|
// src/components/Storyboard.tsx
|
|
4300
|
-
var
|
|
4458
|
+
var import_jsx_runtime157 = __toESM(require_jsx_runtime()), IconStoryboard = ({ 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)(
|
|
4301
4459
|
"path",
|
|
4302
4460
|
{
|
|
4303
4461
|
fill: stroke || color || "currentColor",
|
|
@@ -4308,24 +4466,24 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4308
4466
|
) }), Storyboard_default = IconStoryboard;
|
|
4309
4467
|
|
|
4310
4468
|
// src/components/StyleAutoFilled.tsx
|
|
4311
|
-
var
|
|
4312
|
-
/* @__PURE__ */ (0,
|
|
4469
|
+
var import_jsx_runtime158 = __toESM(require_jsx_runtime()), IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime158.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4470
|
+
/* @__PURE__ */ (0, import_jsx_runtime158.jsx)(
|
|
4313
4471
|
"path",
|
|
4314
4472
|
{
|
|
4315
4473
|
fill: fill || color || "currentColor",
|
|
4316
4474
|
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"
|
|
4317
4475
|
}
|
|
4318
4476
|
),
|
|
4319
|
-
/* @__PURE__ */ (0,
|
|
4477
|
+
/* @__PURE__ */ (0, import_jsx_runtime158.jsx)(
|
|
4320
4478
|
"path",
|
|
4321
4479
|
{
|
|
4322
4480
|
fill: fill || color || "currentColor",
|
|
4323
4481
|
d: "M0 16.5V15L6 13.5L7.5 7.5H9L10.5 13.5L16.5 15V16.5L10.5 18L9 24H7.5L6 18L0 16.5Z"
|
|
4324
4482
|
}
|
|
4325
4483
|
),
|
|
4326
|
-
/* @__PURE__ */ (0,
|
|
4327
|
-
/* @__PURE__ */ (0,
|
|
4328
|
-
/* @__PURE__ */ (0,
|
|
4484
|
+
/* @__PURE__ */ (0, import_jsx_runtime158.jsx)("path", { fill: fill || color || "currentColor", d: "M1.5 3L3.75 0.75L6 3L3.75 5.25L1.5 3Z" }),
|
|
4485
|
+
/* @__PURE__ */ (0, import_jsx_runtime158.jsx)("path", { fill: fill || color || "currentColor", d: "M22.5 21L19.5 18L16.5 21L19.5 24L22.5 21Z" }),
|
|
4486
|
+
/* @__PURE__ */ (0, import_jsx_runtime158.jsx)(
|
|
4329
4487
|
"path",
|
|
4330
4488
|
{
|
|
4331
4489
|
fill: fill || color || "currentColor",
|
|
@@ -4335,43 +4493,43 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4335
4493
|
] }), StyleAutoFilled_default = IconStyleAutoFilled;
|
|
4336
4494
|
|
|
4337
4495
|
// src/components/Style.tsx
|
|
4338
|
-
var
|
|
4339
|
-
/* @__PURE__ */ (0,
|
|
4496
|
+
var import_jsx_runtime159 = __toESM(require_jsx_runtime()), IconStyle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime159.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4497
|
+
/* @__PURE__ */ (0, import_jsx_runtime159.jsx)(
|
|
4340
4498
|
"path",
|
|
4341
4499
|
{
|
|
4342
4500
|
fill: stroke || color || "currentColor",
|
|
4343
4501
|
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"
|
|
4344
4502
|
}
|
|
4345
4503
|
),
|
|
4346
|
-
/* @__PURE__ */ (0,
|
|
4504
|
+
/* @__PURE__ */ (0, import_jsx_runtime159.jsx)(
|
|
4347
4505
|
"path",
|
|
4348
4506
|
{
|
|
4349
4507
|
fill: stroke || color || "currentColor",
|
|
4350
4508
|
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"
|
|
4351
4509
|
}
|
|
4352
4510
|
),
|
|
4353
|
-
/* @__PURE__ */ (0,
|
|
4511
|
+
/* @__PURE__ */ (0, import_jsx_runtime159.jsx)(
|
|
4354
4512
|
"path",
|
|
4355
4513
|
{
|
|
4356
4514
|
fill: stroke || color || "currentColor",
|
|
4357
4515
|
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"
|
|
4358
4516
|
}
|
|
4359
4517
|
),
|
|
4360
|
-
/* @__PURE__ */ (0,
|
|
4518
|
+
/* @__PURE__ */ (0, import_jsx_runtime159.jsx)(
|
|
4361
4519
|
"path",
|
|
4362
4520
|
{
|
|
4363
4521
|
fill: stroke || color || "currentColor",
|
|
4364
4522
|
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"
|
|
4365
4523
|
}
|
|
4366
4524
|
),
|
|
4367
|
-
/* @__PURE__ */ (0,
|
|
4525
|
+
/* @__PURE__ */ (0, import_jsx_runtime159.jsx)(
|
|
4368
4526
|
"path",
|
|
4369
4527
|
{
|
|
4370
4528
|
fill: stroke || color || "currentColor",
|
|
4371
4529
|
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"
|
|
4372
4530
|
}
|
|
4373
4531
|
),
|
|
4374
|
-
/* @__PURE__ */ (0,
|
|
4532
|
+
/* @__PURE__ */ (0, import_jsx_runtime159.jsx)(
|
|
4375
4533
|
"path",
|
|
4376
4534
|
{
|
|
4377
4535
|
fill: stroke || color || "currentColor",
|
|
@@ -4383,8 +4541,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4383
4541
|
] }), Style_default = IconStyle;
|
|
4384
4542
|
|
|
4385
4543
|
// src/components/Styleoverall.tsx
|
|
4386
|
-
var
|
|
4387
|
-
/* @__PURE__ */ (0,
|
|
4544
|
+
var import_jsx_runtime160 = __toESM(require_jsx_runtime()), IconStyleoverall = ({ 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: [
|
|
4545
|
+
/* @__PURE__ */ (0, import_jsx_runtime160.jsx)(
|
|
4388
4546
|
"path",
|
|
4389
4547
|
{
|
|
4390
4548
|
fill: stroke || color || "currentColor",
|
|
@@ -4393,7 +4551,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4393
4551
|
clipRule: "evenodd"
|
|
4394
4552
|
}
|
|
4395
4553
|
),
|
|
4396
|
-
/* @__PURE__ */ (0,
|
|
4554
|
+
/* @__PURE__ */ (0, import_jsx_runtime160.jsx)(
|
|
4397
4555
|
"path",
|
|
4398
4556
|
{
|
|
4399
4557
|
fill: stroke || color || "currentColor",
|
|
@@ -4402,7 +4560,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4402
4560
|
clipRule: "evenodd"
|
|
4403
4561
|
}
|
|
4404
4562
|
),
|
|
4405
|
-
/* @__PURE__ */ (0,
|
|
4563
|
+
/* @__PURE__ */ (0, import_jsx_runtime160.jsx)(
|
|
4406
4564
|
"path",
|
|
4407
4565
|
{
|
|
4408
4566
|
fill: stroke || color || "currentColor",
|
|
@@ -4411,7 +4569,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4411
4569
|
clipRule: "evenodd"
|
|
4412
4570
|
}
|
|
4413
4571
|
),
|
|
4414
|
-
/* @__PURE__ */ (0,
|
|
4572
|
+
/* @__PURE__ */ (0, import_jsx_runtime160.jsx)(
|
|
4415
4573
|
"path",
|
|
4416
4574
|
{
|
|
4417
4575
|
fill: stroke || color || "currentColor",
|
|
@@ -4423,7 +4581,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4423
4581
|
] }), Styleoverall_default = IconStyleoverall;
|
|
4424
4582
|
|
|
4425
4583
|
// src/components/SwitchOffFilled.tsx
|
|
4426
|
-
var
|
|
4584
|
+
var import_jsx_runtime161 = __toESM(require_jsx_runtime()), IconSwitchOffFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(
|
|
4427
4585
|
"path",
|
|
4428
4586
|
{
|
|
4429
4587
|
fill: fill || color || "currentColor",
|
|
@@ -4434,7 +4592,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4434
4592
|
) }), SwitchOffFilled_default = IconSwitchOffFilled;
|
|
4435
4593
|
|
|
4436
4594
|
// src/components/SwitchOnFilled.tsx
|
|
4437
|
-
var
|
|
4595
|
+
var import_jsx_runtime162 = __toESM(require_jsx_runtime()), IconSwitchOnFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(
|
|
4438
4596
|
"path",
|
|
4439
4597
|
{
|
|
4440
4598
|
fill: fill || color || "currentColor",
|
|
@@ -4445,8 +4603,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4445
4603
|
) }), SwitchOnFilled_default = IconSwitchOnFilled;
|
|
4446
4604
|
|
|
4447
4605
|
// src/components/Target.tsx
|
|
4448
|
-
var
|
|
4449
|
-
/* @__PURE__ */ (0,
|
|
4606
|
+
var import_jsx_runtime163 = __toESM(require_jsx_runtime()), IconTarget = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime163.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4607
|
+
/* @__PURE__ */ (0, import_jsx_runtime163.jsx)(
|
|
4450
4608
|
"path",
|
|
4451
4609
|
{
|
|
4452
4610
|
fill: stroke || color || "currentColor",
|
|
@@ -4455,7 +4613,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4455
4613
|
clipRule: "evenodd"
|
|
4456
4614
|
}
|
|
4457
4615
|
),
|
|
4458
|
-
/* @__PURE__ */ (0,
|
|
4616
|
+
/* @__PURE__ */ (0, import_jsx_runtime163.jsx)(
|
|
4459
4617
|
"path",
|
|
4460
4618
|
{
|
|
4461
4619
|
fill: stroke || color || "currentColor",
|
|
@@ -4467,43 +4625,43 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4467
4625
|
] }), Target_default = IconTarget;
|
|
4468
4626
|
|
|
4469
4627
|
// src/components/TextLogo.tsx
|
|
4470
|
-
var
|
|
4471
|
-
/* @__PURE__ */ (0,
|
|
4628
|
+
var import_jsx_runtime164 = __toESM(require_jsx_runtime()), IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime164.jsxs)("svg", { fill: "none", viewBox: "0 0 124 40", className, width: width || size, height: height || size, children: [
|
|
4629
|
+
/* @__PURE__ */ (0, import_jsx_runtime164.jsx)(
|
|
4472
4630
|
"path",
|
|
4473
4631
|
{
|
|
4474
4632
|
fill: fill || color || "currentColor",
|
|
4475
4633
|
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"
|
|
4476
4634
|
}
|
|
4477
4635
|
),
|
|
4478
|
-
/* @__PURE__ */ (0,
|
|
4636
|
+
/* @__PURE__ */ (0, import_jsx_runtime164.jsx)(
|
|
4479
4637
|
"path",
|
|
4480
4638
|
{
|
|
4481
4639
|
fill: fill || color || "currentColor",
|
|
4482
4640
|
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"
|
|
4483
4641
|
}
|
|
4484
4642
|
),
|
|
4485
|
-
/* @__PURE__ */ (0,
|
|
4643
|
+
/* @__PURE__ */ (0, import_jsx_runtime164.jsx)(
|
|
4486
4644
|
"path",
|
|
4487
4645
|
{
|
|
4488
4646
|
fill: fill || color || "currentColor",
|
|
4489
4647
|
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"
|
|
4490
4648
|
}
|
|
4491
4649
|
),
|
|
4492
|
-
/* @__PURE__ */ (0,
|
|
4650
|
+
/* @__PURE__ */ (0, import_jsx_runtime164.jsx)(
|
|
4493
4651
|
"path",
|
|
4494
4652
|
{
|
|
4495
4653
|
fill: fill || color || "currentColor",
|
|
4496
4654
|
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"
|
|
4497
4655
|
}
|
|
4498
4656
|
),
|
|
4499
|
-
/* @__PURE__ */ (0,
|
|
4657
|
+
/* @__PURE__ */ (0, import_jsx_runtime164.jsx)(
|
|
4500
4658
|
"path",
|
|
4501
4659
|
{
|
|
4502
4660
|
fill: fill || color || "currentColor",
|
|
4503
4661
|
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"
|
|
4504
4662
|
}
|
|
4505
4663
|
),
|
|
4506
|
-
/* @__PURE__ */ (0,
|
|
4664
|
+
/* @__PURE__ */ (0, import_jsx_runtime164.jsx)(
|
|
4507
4665
|
"path",
|
|
4508
4666
|
{
|
|
4509
4667
|
fill: fill || color || "currentColor",
|
|
@@ -4513,7 +4671,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4513
4671
|
] }), TextLogo_default = IconTextLogo;
|
|
4514
4672
|
|
|
4515
4673
|
// src/components/Tips.tsx
|
|
4516
|
-
var
|
|
4674
|
+
var import_jsx_runtime165 = __toESM(require_jsx_runtime()), IconTips = ({ 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)(
|
|
4517
4675
|
"path",
|
|
4518
4676
|
{
|
|
4519
4677
|
fill: stroke || color || "currentColor",
|
|
@@ -4524,15 +4682,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4524
4682
|
) }), Tips_default = IconTips;
|
|
4525
4683
|
|
|
4526
4684
|
// src/components/ToolsFilled.tsx
|
|
4527
|
-
var
|
|
4528
|
-
/* @__PURE__ */ (0,
|
|
4685
|
+
var import_jsx_runtime166 = __toESM(require_jsx_runtime()), IconToolsFilled = ({ 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: [
|
|
4686
|
+
/* @__PURE__ */ (0, import_jsx_runtime166.jsx)(
|
|
4529
4687
|
"path",
|
|
4530
4688
|
{
|
|
4531
4689
|
fill: fill || color || "currentColor",
|
|
4532
4690
|
d: "M24 12L19.5 16.5L15 15L9 9L7.5 4.5L12 0L16.5 1.5L22.5 7.5L24 12Z"
|
|
4533
4691
|
}
|
|
4534
4692
|
),
|
|
4535
|
-
/* @__PURE__ */ (0,
|
|
4693
|
+
/* @__PURE__ */ (0, import_jsx_runtime166.jsx)(
|
|
4536
4694
|
"path",
|
|
4537
4695
|
{
|
|
4538
4696
|
fill: fill || color || "currentColor",
|
|
@@ -4542,7 +4700,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4542
4700
|
] }), ToolsFilled_default = IconToolsFilled;
|
|
4543
4701
|
|
|
4544
4702
|
// src/components/Tools.tsx
|
|
4545
|
-
var
|
|
4703
|
+
var import_jsx_runtime167 = __toESM(require_jsx_runtime()), IconTools = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime167.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
|
|
4546
4704
|
"path",
|
|
4547
4705
|
{
|
|
4548
4706
|
stroke: stroke || color || "currentColor",
|
|
@@ -4552,7 +4710,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4552
4710
|
) }), Tools_default = IconTools;
|
|
4553
4711
|
|
|
4554
4712
|
// src/components/Undo.tsx
|
|
4555
|
-
var
|
|
4713
|
+
var import_jsx_runtime168 = __toESM(require_jsx_runtime()), IconUndo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime168.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime168.jsx)(
|
|
4556
4714
|
"path",
|
|
4557
4715
|
{
|
|
4558
4716
|
fill: stroke || color || "currentColor",
|
|
@@ -4563,7 +4721,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4563
4721
|
) }), Undo_default = IconUndo;
|
|
4564
4722
|
|
|
4565
4723
|
// src/components/UpFilled.tsx
|
|
4566
|
-
var
|
|
4724
|
+
var import_jsx_runtime169 = __toESM(require_jsx_runtime()), IconUpFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime169.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime169.jsx)(
|
|
4567
4725
|
"path",
|
|
4568
4726
|
{
|
|
4569
4727
|
fill: fill || color || "currentColor",
|
|
@@ -4574,7 +4732,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4574
4732
|
) }), UpFilled_default = IconUpFilled;
|
|
4575
4733
|
|
|
4576
4734
|
// src/components/UpleftFilled.tsx
|
|
4577
|
-
var
|
|
4735
|
+
var import_jsx_runtime170 = __toESM(require_jsx_runtime()), IconUpleftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(
|
|
4578
4736
|
"path",
|
|
4579
4737
|
{
|
|
4580
4738
|
fill: fill || color || "currentColor",
|
|
@@ -4585,7 +4743,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4585
4743
|
) }), UpleftFilled_default = IconUpleftFilled;
|
|
4586
4744
|
|
|
4587
4745
|
// src/components/Uploadedvideo.tsx
|
|
4588
|
-
var
|
|
4746
|
+
var import_jsx_runtime171 = __toESM(require_jsx_runtime()), IconUploadedvideo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime171.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime171.jsx)(
|
|
4589
4747
|
"path",
|
|
4590
4748
|
{
|
|
4591
4749
|
fill: fill || color || "currentColor",
|
|
@@ -4596,7 +4754,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4596
4754
|
) }), Uploadedvideo_default = IconUploadedvideo;
|
|
4597
4755
|
|
|
4598
4756
|
// src/components/Uploadfiles.tsx
|
|
4599
|
-
var
|
|
4757
|
+
var import_jsx_runtime172 = __toESM(require_jsx_runtime()), IconUploadfiles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime172.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime172.jsx)(
|
|
4600
4758
|
"path",
|
|
4601
4759
|
{
|
|
4602
4760
|
fill: stroke || color || "currentColor",
|
|
@@ -4605,18 +4763,18 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4605
4763
|
) }), Uploadfiles_default = IconUploadfiles;
|
|
4606
4764
|
|
|
4607
4765
|
// src/components/Uploadstory.tsx
|
|
4608
|
-
var
|
|
4766
|
+
var import_jsx_runtime173 = __toESM(require_jsx_runtime()), IconUploadstory = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime173.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(
|
|
4609
4767
|
"path",
|
|
4610
4768
|
{
|
|
4611
4769
|
fill: stroke || color || "currentColor",
|
|
4612
|
-
d: "
|
|
4770
|
+
d: "M1.5 22.5V1.5H16.5L22.5 7.5V22.5H1.5ZM3.75 3.75H15.568L20.25 8.43198V20.25H17.25L17.25 13.5L6.75 13.5L6.75 20.25H3.75V3.75ZM15 20.25H9L9 15.75H15V20.25Z",
|
|
4613
4771
|
fillRule: "evenodd",
|
|
4614
4772
|
clipRule: "evenodd"
|
|
4615
4773
|
}
|
|
4616
4774
|
) }), Uploadstory_default = IconUploadstory;
|
|
4617
4775
|
|
|
4618
4776
|
// src/components/UprightFilled.tsx
|
|
4619
|
-
var
|
|
4777
|
+
var import_jsx_runtime174 = __toESM(require_jsx_runtime()), IconUprightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime174.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime174.jsx)(
|
|
4620
4778
|
"path",
|
|
4621
4779
|
{
|
|
4622
4780
|
fill: fill || color || "currentColor",
|
|
@@ -4627,7 +4785,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4627
4785
|
) }), UprightFilled_default = IconUprightFilled;
|
|
4628
4786
|
|
|
4629
4787
|
// src/components/Userfeedback.tsx
|
|
4630
|
-
var
|
|
4788
|
+
var import_jsx_runtime175 = __toESM(require_jsx_runtime()), IconUserfeedback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime175.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime175.jsx)(
|
|
4631
4789
|
"path",
|
|
4632
4790
|
{
|
|
4633
4791
|
fill: stroke || color || "currentColor",
|
|
@@ -4637,16 +4795,55 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4637
4795
|
}
|
|
4638
4796
|
) }), Userfeedback_default = IconUserfeedback;
|
|
4639
4797
|
|
|
4798
|
+
// src/components/Userfollow.tsx
|
|
4799
|
+
var import_jsx_runtime176 = __toESM(require_jsx_runtime()), IconUserfollow = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime176.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4800
|
+
/* @__PURE__ */ (0, import_jsx_runtime176.jsx)(
|
|
4801
|
+
"path",
|
|
4802
|
+
{
|
|
4803
|
+
fill: stroke || color || "currentColor",
|
|
4804
|
+
d: "M15 15.25H6.5C5.25736 15.25 4.25 16.2574 4.25 17.5V19.75H12V22H2V17.5C2 15.0147 4.01472 13 6.5 13H15V15.25Z"
|
|
4805
|
+
}
|
|
4806
|
+
),
|
|
4807
|
+
/* @__PURE__ */ (0, import_jsx_runtime176.jsx)("path", { fill: stroke || color || "currentColor", d: "M19 17H22V19H19V22H17V19H14V17H17V14H19V17Z" }),
|
|
4808
|
+
/* @__PURE__ */ (0, import_jsx_runtime176.jsx)(
|
|
4809
|
+
"path",
|
|
4810
|
+
{
|
|
4811
|
+
fill: stroke || color || "currentColor",
|
|
4812
|
+
d: "M11 2C13.4853 2 15.5 4.01472 15.5 6.5C15.5 8.98528 13.4853 11 11 11C8.51472 11 6.5 8.98528 6.5 6.5C6.5 4.01472 8.51472 2 11 2ZM11 4.25C9.75736 4.25 8.75 5.25736 8.75 6.5C8.75 7.74264 9.75736 8.75 11 8.75C12.2426 8.75 13.25 7.74264 13.25 6.5C13.25 5.25736 12.2426 4.25 11 4.25Z",
|
|
4813
|
+
fillRule: "evenodd",
|
|
4814
|
+
clipRule: "evenodd"
|
|
4815
|
+
}
|
|
4816
|
+
)
|
|
4817
|
+
] }), Userfollow_default = IconUserfollow;
|
|
4818
|
+
|
|
4819
|
+
// src/components/Userfollowback.tsx
|
|
4820
|
+
var import_jsx_runtime177 = __toESM(require_jsx_runtime()), IconUserfollowback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime177.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime177.jsx)(
|
|
4821
|
+
"path",
|
|
4822
|
+
{
|
|
4823
|
+
fill: stroke || color || "currentColor",
|
|
4824
|
+
d: "M23 21H17.4141L18.4141 22L17 23.4141L14.293 20.707L15 19H23V21ZM15 15.25H6.5C5.25736 15.25 4.25 16.2574 4.25 17.5V19.75H12V22H2V17.5C2 15.0147 4.01472 13 6.5 13H15V15.25ZM23.707 16.293L23 18H15V16H20.5859L19.5859 15L21 13.5859L23.707 16.293ZM11 2C13.4853 2 15.5 4.01472 15.5 6.5C15.5 8.98528 13.4853 11 11 11C8.51472 11 6.5 8.98528 6.5 6.5C6.5 4.01472 8.51472 2 11 2ZM11 4.25C9.75736 4.25 8.75 5.25736 8.75 6.5C8.75 7.74264 9.75736 8.75 11 8.75C12.2426 8.75 13.25 7.74264 13.25 6.5C13.25 5.25736 12.2426 4.25 11 4.25Z"
|
|
4825
|
+
}
|
|
4826
|
+
) }), Userfollowback_default = IconUserfollowback;
|
|
4827
|
+
|
|
4828
|
+
// src/components/Userfollowed.tsx
|
|
4829
|
+
var import_jsx_runtime178 = __toESM(require_jsx_runtime()), IconUserfollowed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime178.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime178.jsx)(
|
|
4830
|
+
"path",
|
|
4831
|
+
{
|
|
4832
|
+
fill: stroke || color || "currentColor",
|
|
4833
|
+
d: "M22.3643 16.4141L17.4141 21.3643L17.4131 21.3633L16.6816 22.0957L13 18.4141L14.4141 17L16.6816 19.2676L20.9502 15L22.3643 16.4141ZM15 15.25H6.5C5.25736 15.25 4.25 16.2574 4.25 17.5V19.75H12V22H2V17.5C2 15.0147 4.01472 13 6.5 13H15V15.25ZM11 2C13.4853 2 15.5 4.01472 15.5 6.5C15.5 8.98528 13.4853 11 11 11C8.51472 11 6.5 8.98528 6.5 6.5C6.5 4.01472 8.51472 2 11 2ZM11 4.25C9.75736 4.25 8.75 5.25736 8.75 6.5C8.75 7.74264 9.75736 8.75 11 8.75C12.2426 8.75 13.25 7.74264 13.25 6.5C13.25 5.25736 12.2426 4.25 11 4.25Z"
|
|
4834
|
+
}
|
|
4835
|
+
) }), Userfollowed_default = IconUserfollowed;
|
|
4836
|
+
|
|
4640
4837
|
// src/components/VideoGeneration.tsx
|
|
4641
|
-
var
|
|
4642
|
-
/* @__PURE__ */ (0,
|
|
4838
|
+
var import_jsx_runtime179 = __toESM(require_jsx_runtime()), IconVideoGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime179.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4839
|
+
/* @__PURE__ */ (0, import_jsx_runtime179.jsx)(
|
|
4643
4840
|
"path",
|
|
4644
4841
|
{
|
|
4645
4842
|
fill: stroke || color || "currentColor",
|
|
4646
4843
|
d: "M12 2.25C6.61522 2.25 2.25 6.61522 2.25 12C2.25 17.3848 6.61522 21.75 12 21.75C17.3848 21.75 21.75 17.3848 21.75 12H24C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0V2.25Z"
|
|
4647
4844
|
}
|
|
4648
4845
|
),
|
|
4649
|
-
/* @__PURE__ */ (0,
|
|
4846
|
+
/* @__PURE__ */ (0, import_jsx_runtime179.jsx)(
|
|
4650
4847
|
"path",
|
|
4651
4848
|
{
|
|
4652
4849
|
fill: stroke || color || "currentColor",
|
|
@@ -4655,7 +4852,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4655
4852
|
clipRule: "evenodd"
|
|
4656
4853
|
}
|
|
4657
4854
|
),
|
|
4658
|
-
/* @__PURE__ */ (0,
|
|
4855
|
+
/* @__PURE__ */ (0, import_jsx_runtime179.jsx)(
|
|
4659
4856
|
"path",
|
|
4660
4857
|
{
|
|
4661
4858
|
fill: stroke || color || "currentColor",
|
|
@@ -4665,9 +4862,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4665
4862
|
] }), VideoGeneration_default = IconVideoGeneration;
|
|
4666
4863
|
|
|
4667
4864
|
// src/components/VideoLength.tsx
|
|
4668
|
-
var
|
|
4669
|
-
/* @__PURE__ */ (0,
|
|
4670
|
-
/* @__PURE__ */ (0,
|
|
4865
|
+
var import_jsx_runtime180 = __toESM(require_jsx_runtime()), IconVideoLength = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime180.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4866
|
+
/* @__PURE__ */ (0, import_jsx_runtime180.jsx)("path", { fill: stroke || color || "currentColor", d: "M10.875 9V15H13.125V9H10.875Z" }),
|
|
4867
|
+
/* @__PURE__ */ (0, import_jsx_runtime180.jsx)(
|
|
4671
4868
|
"path",
|
|
4672
4869
|
{
|
|
4673
4870
|
fill: stroke || color || "currentColor",
|
|
@@ -4679,8 +4876,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4679
4876
|
] }), VideoLength_default = IconVideoLength;
|
|
4680
4877
|
|
|
4681
4878
|
// src/components/Videogenerate.tsx
|
|
4682
|
-
var
|
|
4683
|
-
/* @__PURE__ */ (0,
|
|
4879
|
+
var import_jsx_runtime181 = __toESM(require_jsx_runtime()), IconVideogenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4880
|
+
/* @__PURE__ */ (0, import_jsx_runtime181.jsx)(
|
|
4684
4881
|
"path",
|
|
4685
4882
|
{
|
|
4686
4883
|
fill: stroke || color || "currentColor",
|
|
@@ -4689,7 +4886,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4689
4886
|
clipRule: "evenodd"
|
|
4690
4887
|
}
|
|
4691
4888
|
),
|
|
4692
|
-
/* @__PURE__ */ (0,
|
|
4889
|
+
/* @__PURE__ */ (0, import_jsx_runtime181.jsx)(
|
|
4693
4890
|
"path",
|
|
4694
4891
|
{
|
|
4695
4892
|
fill: stroke || color || "currentColor",
|
|
@@ -4701,7 +4898,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4701
4898
|
] }), Videogenerate_default = IconVideogenerate;
|
|
4702
4899
|
|
|
4703
4900
|
// src/components/Visualstyles.tsx
|
|
4704
|
-
var
|
|
4901
|
+
var import_jsx_runtime182 = __toESM(require_jsx_runtime()), IconVisualstyles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime182.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime182.jsx)(
|
|
4705
4902
|
"path",
|
|
4706
4903
|
{
|
|
4707
4904
|
fill: stroke || color || "currentColor",
|
|
@@ -4712,8 +4909,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4712
4909
|
) }), Visualstyles_default = IconVisualstyles;
|
|
4713
4910
|
|
|
4714
4911
|
// src/components/Volume.tsx
|
|
4715
|
-
var
|
|
4716
|
-
/* @__PURE__ */ (0,
|
|
4912
|
+
var import_jsx_runtime183 = __toESM(require_jsx_runtime()), IconVolume = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime183.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4913
|
+
/* @__PURE__ */ (0, import_jsx_runtime183.jsx)(
|
|
4717
4914
|
"path",
|
|
4718
4915
|
{
|
|
4719
4916
|
fill: stroke || color || "currentColor",
|
|
@@ -4722,14 +4919,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4722
4919
|
clipRule: "evenodd"
|
|
4723
4920
|
}
|
|
4724
4921
|
),
|
|
4725
|
-
/* @__PURE__ */ (0,
|
|
4922
|
+
/* @__PURE__ */ (0, import_jsx_runtime183.jsx)(
|
|
4726
4923
|
"path",
|
|
4727
4924
|
{
|
|
4728
4925
|
fill: stroke || color || "currentColor",
|
|
4729
4926
|
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"
|
|
4730
4927
|
}
|
|
4731
4928
|
),
|
|
4732
|
-
/* @__PURE__ */ (0,
|
|
4929
|
+
/* @__PURE__ */ (0, import_jsx_runtime183.jsx)(
|
|
4733
4930
|
"path",
|
|
4734
4931
|
{
|
|
4735
4932
|
fill: stroke || color || "currentColor",
|
|
@@ -4739,7 +4936,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4739
4936
|
] }), Volume_default = IconVolume;
|
|
4740
4937
|
|
|
4741
4938
|
// src/components/Withdrawgame.tsx
|
|
4742
|
-
var
|
|
4939
|
+
var import_jsx_runtime184 = __toESM(require_jsx_runtime()), IconWithdrawgame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime184.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime184.jsx)(
|
|
4743
4940
|
"path",
|
|
4744
4941
|
{
|
|
4745
4942
|
fill: stroke || color || "currentColor",
|
|
@@ -4750,15 +4947,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4750
4947
|
) }), Withdrawgame_default = IconWithdrawgame;
|
|
4751
4948
|
|
|
4752
4949
|
// src/components/Zoomhandle.tsx
|
|
4753
|
-
var
|
|
4754
|
-
/* @__PURE__ */ (0,
|
|
4950
|
+
var import_jsx_runtime185 = __toESM(require_jsx_runtime()), IconZoomhandle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime185.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4951
|
+
/* @__PURE__ */ (0, import_jsx_runtime185.jsx)(
|
|
4755
4952
|
"path",
|
|
4756
4953
|
{
|
|
4757
4954
|
fill: fill || color || "currentColor",
|
|
4758
4955
|
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"
|
|
4759
4956
|
}
|
|
4760
4957
|
),
|
|
4761
|
-
/* @__PURE__ */ (0,
|
|
4958
|
+
/* @__PURE__ */ (0, import_jsx_runtime185.jsx)(
|
|
4762
4959
|
"path",
|
|
4763
4960
|
{
|
|
4764
4961
|
fill: stroke || color || "currentColor",
|
|
@@ -4768,15 +4965,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4768
4965
|
] }), Zoomhandle_default = IconZoomhandle;
|
|
4769
4966
|
|
|
4770
4967
|
// src/components/Zoomin.tsx
|
|
4771
|
-
var
|
|
4772
|
-
/* @__PURE__ */ (0,
|
|
4968
|
+
var import_jsx_runtime186 = __toESM(require_jsx_runtime()), IconZoomin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime186.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4969
|
+
/* @__PURE__ */ (0, import_jsx_runtime186.jsx)(
|
|
4773
4970
|
"path",
|
|
4774
4971
|
{
|
|
4775
4972
|
fill: stroke || color || "currentColor",
|
|
4776
4973
|
d: "M11.625 11.625H15V9.375H11.625V6H9.375V9.375H6V11.625H9.375V15H11.625V11.625Z"
|
|
4777
4974
|
}
|
|
4778
4975
|
),
|
|
4779
|
-
/* @__PURE__ */ (0,
|
|
4976
|
+
/* @__PURE__ */ (0, import_jsx_runtime186.jsx)(
|
|
4780
4977
|
"path",
|
|
4781
4978
|
{
|
|
4782
4979
|
fill: stroke || color || "currentColor",
|
|
@@ -4788,9 +4985,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4788
4985
|
] }), Zoomin_default = IconZoomin;
|
|
4789
4986
|
|
|
4790
4987
|
// src/components/Zoomout.tsx
|
|
4791
|
-
var
|
|
4792
|
-
/* @__PURE__ */ (0,
|
|
4793
|
-
/* @__PURE__ */ (0,
|
|
4988
|
+
var import_jsx_runtime187 = __toESM(require_jsx_runtime()), IconZoomout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime187.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4989
|
+
/* @__PURE__ */ (0, import_jsx_runtime187.jsx)("path", { fill: stroke || color || "currentColor", d: "M15 11.625H6V9.375H15V11.625Z" }),
|
|
4990
|
+
/* @__PURE__ */ (0, import_jsx_runtime187.jsx)(
|
|
4794
4991
|
"path",
|
|
4795
4992
|
{
|
|
4796
4993
|
fill: stroke || color || "currentColor",
|