@yoroll/react-icon 0.0.15 → 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 +839 -510
- package/dist/index.iife.js +820 -510
- package/dist/index.iife.min.js +5 -5
- package/dist/index.js +1011 -663
- 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/ModelklingFilled.d.ts +4 -0
- package/dist/types/components/Niceofficial.d.ts +4 -0
- package/dist/types/components/ProblemFilled.d.ts +4 -0
- package/dist/types/components/Resultsetting.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/Styleoverall.d.ts +4 -0
- package/dist/types/components/Uploadedvideo.d.ts +4 -0
- package/dist/types/components/Uploadstory.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 +19 -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,16 +1904,16 @@ 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",
|
|
1837
|
-
d: "M21.7953 6.
|
|
1911
|
+
d: "M21.7953 6.0455L8.99984 18.841L2.20435 12.0455L3.79534 10.4545L8.99984 15.659L20.2043 4.45451L21.7953 6.0455Z"
|
|
1838
1912
|
}
|
|
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,26 +3360,33 @@ 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)(
|
|
3365
|
+
"path",
|
|
3366
|
+
{
|
|
3367
|
+
fill: stroke || color || "currentColor",
|
|
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"
|
|
3369
|
+
}
|
|
3370
|
+
),
|
|
3371
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
3247
3372
|
"path",
|
|
3248
3373
|
{
|
|
3249
3374
|
fill: stroke || color || "currentColor",
|
|
3250
|
-
d: "
|
|
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"
|
|
3251
3376
|
}
|
|
3252
3377
|
),
|
|
3253
|
-
/* @__PURE__ */ (0,
|
|
3378
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
3254
3379
|
"path",
|
|
3255
3380
|
{
|
|
3256
3381
|
fill: stroke || color || "currentColor",
|
|
3257
|
-
d: "
|
|
3382
|
+
d: "M8.625 6C9.66053 6 10.5 6.83947 10.5 7.875C10.5 8.91053 9.66053 9.75 8.625 9.75C7.58947 9.75 6.75 8.91053 6.75 7.875C6.75 6.83947 7.58947 6 8.625 6Z"
|
|
3258
3383
|
}
|
|
3259
3384
|
)
|
|
3260
3385
|
] }), ImageGeneration_default = IconImageGeneration;
|
|
3261
3386
|
|
|
3262
3387
|
// src/components/ImageLoadFailedFilled.tsx
|
|
3263
|
-
var
|
|
3264
|
-
/* @__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)(
|
|
3265
3390
|
"path",
|
|
3266
3391
|
{
|
|
3267
3392
|
fill: fill || color || "currentColor",
|
|
@@ -3270,7 +3395,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3270
3395
|
clipRule: "evenodd"
|
|
3271
3396
|
}
|
|
3272
3397
|
),
|
|
3273
|
-
/* @__PURE__ */ (0,
|
|
3398
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
|
|
3274
3399
|
"path",
|
|
3275
3400
|
{
|
|
3276
3401
|
fill: fill || color || "currentColor",
|
|
@@ -3280,10 +3405,10 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3280
3405
|
] }), ImageLoadFailedFilled_default = IconImageLoadFailedFilled;
|
|
3281
3406
|
|
|
3282
3407
|
// src/components/Info.tsx
|
|
3283
|
-
var
|
|
3284
|
-
/* @__PURE__ */ (0,
|
|
3285
|
-
/* @__PURE__ */ (0,
|
|
3286
|
-
/* @__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)(
|
|
3287
3412
|
"path",
|
|
3288
3413
|
{
|
|
3289
3414
|
fill: stroke || color || "currentColor",
|
|
@@ -3295,7 +3420,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3295
3420
|
] }), Info_default = IconInfo;
|
|
3296
3421
|
|
|
3297
3422
|
// src/components/Invitecode.tsx
|
|
3298
|
-
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)(
|
|
3299
3424
|
"path",
|
|
3300
3425
|
{
|
|
3301
3426
|
fill: fill || color || "currentColor",
|
|
@@ -3306,7 +3431,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3306
3431
|
) }), Invitecode_default = IconInvitecode;
|
|
3307
3432
|
|
|
3308
3433
|
// src/components/LeftFilled.tsx
|
|
3309
|
-
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)(
|
|
3310
3435
|
"path",
|
|
3311
3436
|
{
|
|
3312
3437
|
fill: fill || color || "currentColor",
|
|
@@ -3317,15 +3442,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3317
3442
|
) }), LeftFilled_default = IconLeftFilled;
|
|
3318
3443
|
|
|
3319
3444
|
// src/components/Loading.tsx
|
|
3320
|
-
var
|
|
3321
|
-
/* @__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)(
|
|
3322
3447
|
"path",
|
|
3323
3448
|
{
|
|
3324
3449
|
fill: stroke || color || "currentColor",
|
|
3325
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"
|
|
3326
3451
|
}
|
|
3327
3452
|
),
|
|
3328
|
-
/* @__PURE__ */ (0,
|
|
3453
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
3329
3454
|
"path",
|
|
3330
3455
|
{
|
|
3331
3456
|
fill: fill || color || "currentColor",
|
|
@@ -3335,15 +3460,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3335
3460
|
] }), Loading_default = IconLoading;
|
|
3336
3461
|
|
|
3337
3462
|
// src/components/Login.tsx
|
|
3338
|
-
var
|
|
3339
|
-
/* @__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)(
|
|
3340
3465
|
"path",
|
|
3341
3466
|
{
|
|
3342
3467
|
fill: stroke || color || "currentColor",
|
|
3343
3468
|
d: "M24 1.5L13.5 1.5V3.75H21.75V20.25H13.5V22.5H24V1.5Z"
|
|
3344
3469
|
}
|
|
3345
3470
|
),
|
|
3346
|
-
/* @__PURE__ */ (0,
|
|
3471
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
3347
3472
|
"path",
|
|
3348
3473
|
{
|
|
3349
3474
|
fill: stroke || color || "currentColor",
|
|
@@ -3355,8 +3480,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3355
3480
|
] }), Login_default = IconLogin;
|
|
3356
3481
|
|
|
3357
3482
|
// src/components/Logout.tsx
|
|
3358
|
-
var
|
|
3359
|
-
/* @__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)(
|
|
3360
3485
|
"path",
|
|
3361
3486
|
{
|
|
3362
3487
|
fill: stroke || color || "currentColor",
|
|
@@ -3365,7 +3490,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3365
3490
|
clipRule: "evenodd"
|
|
3366
3491
|
}
|
|
3367
3492
|
),
|
|
3368
|
-
/* @__PURE__ */ (0,
|
|
3493
|
+
/* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
|
|
3369
3494
|
"path",
|
|
3370
3495
|
{
|
|
3371
3496
|
fill: stroke || color || "currentColor",
|
|
@@ -3375,7 +3500,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3375
3500
|
] }), Logout_default = IconLogout;
|
|
3376
3501
|
|
|
3377
3502
|
// src/components/ModelGeminiFilled.tsx
|
|
3378
|
-
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)(
|
|
3379
3504
|
"path",
|
|
3380
3505
|
{
|
|
3381
3506
|
fill: fill || color || "currentColor",
|
|
@@ -3384,7 +3509,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3384
3509
|
) }), ModelGeminiFilled_default = IconModelGeminiFilled;
|
|
3385
3510
|
|
|
3386
3511
|
// src/components/ModelOpenaiFilled.tsx
|
|
3387
|
-
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)(
|
|
3388
3513
|
"path",
|
|
3389
3514
|
{
|
|
3390
3515
|
fill: fill || color || "currentColor",
|
|
@@ -3393,8 +3518,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3393
3518
|
) }), ModelOpenaiFilled_default = IconModelOpenaiFilled;
|
|
3394
3519
|
|
|
3395
3520
|
// src/components/ModelDeepmindFilled.tsx
|
|
3396
|
-
var
|
|
3397
|
-
/* @__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)(
|
|
3398
3523
|
"path",
|
|
3399
3524
|
{
|
|
3400
3525
|
fill: fill || color || "currentColor",
|
|
@@ -3403,27 +3528,27 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3403
3528
|
clipRule: "evenodd"
|
|
3404
3529
|
}
|
|
3405
3530
|
) }),
|
|
3406
|
-
/* @__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)" }) }) })
|
|
3407
3532
|
] }), ModelDeepmindFilled_default = IconModelDeepmindFilled;
|
|
3408
3533
|
|
|
3409
3534
|
// src/components/ModelSeedFilled.tsx
|
|
3410
|
-
var
|
|
3411
|
-
/* @__PURE__ */ (0,
|
|
3412
|
-
/* @__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)(
|
|
3413
3538
|
"path",
|
|
3414
3539
|
{
|
|
3415
3540
|
fill: fill || color || "currentColor",
|
|
3416
3541
|
d: "M10.7528 11.4648V19.5633L6.98126 20.5241V10.5048L10.7528 11.4648Z"
|
|
3417
3542
|
}
|
|
3418
3543
|
),
|
|
3419
|
-
/* @__PURE__ */ (0,
|
|
3544
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
3420
3545
|
"path",
|
|
3421
3546
|
{
|
|
3422
3547
|
fill: fill || color || "currentColor",
|
|
3423
3548
|
d: "M4.77158 3.95509V19.044L1 20.0048V2.99515L4.77158 3.95509Z"
|
|
3424
3549
|
}
|
|
3425
3550
|
),
|
|
3426
|
-
/* @__PURE__ */ (0,
|
|
3551
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
3427
3552
|
"path",
|
|
3428
3553
|
{
|
|
3429
3554
|
fill: fill || color || "currentColor",
|
|
@@ -3433,7 +3558,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3433
3558
|
] }), ModelSeedFilled_default = IconModelSeedFilled;
|
|
3434
3559
|
|
|
3435
3560
|
// src/components/ModelSoraFilled.tsx
|
|
3436
|
-
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)(
|
|
3437
3562
|
"path",
|
|
3438
3563
|
{
|
|
3439
3564
|
fill: fill || color || "currentColor",
|
|
@@ -3442,7 +3567,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3442
3567
|
) }), ModelSoraFilled_default = IconModelSoraFilled;
|
|
3443
3568
|
|
|
3444
3569
|
// src/components/ModelNanobananaLogoNomoFilled.tsx
|
|
3445
|
-
var
|
|
3570
|
+
var import_jsx_runtime101 = __toESM(require_jsx_runtime()), IconModelNanobananaLogoNomoFilled = ({
|
|
3446
3571
|
size,
|
|
3447
3572
|
width,
|
|
3448
3573
|
height,
|
|
@@ -3450,64 +3575,64 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3450
3575
|
className,
|
|
3451
3576
|
fill,
|
|
3452
3577
|
stroke
|
|
3453
|
-
}) => /* @__PURE__ */ (0,
|
|
3454
|
-
/* @__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)(
|
|
3455
3580
|
"path",
|
|
3456
3581
|
{
|
|
3457
3582
|
fill: "#5A5C62",
|
|
3458
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"
|
|
3459
3584
|
}
|
|
3460
3585
|
),
|
|
3461
|
-
/* @__PURE__ */ (0,
|
|
3586
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
3462
3587
|
"path",
|
|
3463
3588
|
{
|
|
3464
3589
|
fill: "#D5D6D7",
|
|
3465
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"
|
|
3466
3591
|
}
|
|
3467
3592
|
),
|
|
3468
|
-
/* @__PURE__ */ (0,
|
|
3593
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
3469
3594
|
"path",
|
|
3470
3595
|
{
|
|
3471
3596
|
fill: "#C4C5C7",
|
|
3472
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"
|
|
3473
3598
|
}
|
|
3474
3599
|
),
|
|
3475
|
-
/* @__PURE__ */ (0,
|
|
3600
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
3476
3601
|
"path",
|
|
3477
3602
|
{
|
|
3478
3603
|
fill: "#7B7C81",
|
|
3479
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"
|
|
3480
3605
|
}
|
|
3481
3606
|
),
|
|
3482
|
-
/* @__PURE__ */ (0,
|
|
3607
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
3483
3608
|
"path",
|
|
3484
3609
|
{
|
|
3485
3610
|
fill: "#85878B",
|
|
3486
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"
|
|
3487
3612
|
}
|
|
3488
3613
|
),
|
|
3489
|
-
/* @__PURE__ */ (0,
|
|
3614
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
3490
3615
|
"path",
|
|
3491
3616
|
{
|
|
3492
3617
|
fill: "#1B1D24",
|
|
3493
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"
|
|
3494
3619
|
}
|
|
3495
3620
|
),
|
|
3496
|
-
/* @__PURE__ */ (0,
|
|
3621
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
3497
3622
|
"path",
|
|
3498
3623
|
{
|
|
3499
3624
|
fill: "#D5D6D7",
|
|
3500
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"
|
|
3501
3626
|
}
|
|
3502
3627
|
),
|
|
3503
|
-
/* @__PURE__ */ (0,
|
|
3628
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
3504
3629
|
"path",
|
|
3505
3630
|
{
|
|
3506
3631
|
fill: "#85878B",
|
|
3507
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"
|
|
3508
3633
|
}
|
|
3509
3634
|
),
|
|
3510
|
-
/* @__PURE__ */ (0,
|
|
3635
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
3511
3636
|
"path",
|
|
3512
3637
|
{
|
|
3513
3638
|
fill: "#D5D6D7",
|
|
@@ -3516,8 +3641,19 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3516
3641
|
)
|
|
3517
3642
|
] }), ModelNanobananaLogoNomoFilled_default = IconModelNanobananaLogoNomoFilled;
|
|
3518
3643
|
|
|
3644
|
+
// src/components/ModelklingFilled.tsx
|
|
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)(
|
|
3646
|
+
"path",
|
|
3647
|
+
{
|
|
3648
|
+
fill: fill || color || "currentColor",
|
|
3649
|
+
d: "M20.5291 3.4438L20.6122 3.52495L20.6146 3.52263C22.2151 5.1053 21.7561 8.28532 19.4354 11.8904L24 16.388L23.8039 16.7643C23.0364 18.2384 21.9975 19.5591 20.7401 20.6592C19.0838 22.116 17.0844 23.1423 14.9233 23.6452L14.8449 23.6638L14.7327 23.6901L14.6518 23.7078L14.4737 23.7465L14.3263 23.7751L14.2156 23.7959C14.0979 23.8191 13.9748 23.8408 13.8547 23.8608L13.7543 23.8755L13.6782 23.8848C13.5699 23.8992 13.4622 23.9126 13.355 23.925C11.5558 24.1243 9.73409 23.9252 8.02307 23.3421C6.31204 22.759 4.7549 21.8067 3.46545 20.5549L3.39013 20.483C1.78647 18.9003 2.24073 15.718 4.56463 12.1106L0 7.61299L0.196143 7.23664C0.961493 5.76157 2.00159 4.44138 3.26224 3.34489C4.55042 2.21676 6.04609 1.34218 7.66839 0.768412C8.04498 0.63472 8.43884 0.518029 8.82563 0.419112C9.1444 0.334967 9.46662 0.264065 9.79143 0.206596C9.90127 0.184958 10.0252 0.162547 10.1453 0.142454C12.0176 -0.145008 13.9323 0.00390571 15.7356 0.577243C17.5389 1.15058 19.1807 2.13237 20.5291 3.4438ZM18.9858 3.637H18.9811L18.9858 3.63932C17.4347 3.16637 14.9735 3.93066 12.3719 5.6192C14.3514 5.07593 16.2657 5.35722 17.503 6.57668C18.6751 7.73355 18.996 9.48932 18.5519 11.334C18.531 11.4324 18.5049 11.5321 18.4735 11.633C20.5973 8.46847 21.2768 5.50792 19.932 4.18568C19.9099 4.16184 19.8863 4.13938 19.8614 4.11845L19.8512 4.10917L19.8363 4.09604L19.7916 4.06203C19.7722 4.04658 19.7521 4.03164 19.7312 4.01721L19.6982 3.99403C19.4831 3.83588 19.2422 3.71513 18.9858 3.637ZM17.9212 10.7505C17.6473 12.3595 16.7443 13.9854 15.3752 15.3324C14.0101 16.6801 12.3562 17.5704 10.7204 17.8424C9.18967 18.0974 7.86924 17.7651 7.00386 16.915C6.14083 16.0642 5.80347 14.7682 6.06237 13.2528C6.33619 11.6454 7.23688 10.0187 8.59967 8.67326C8.59967 8.67326 8.60203 8.67326 8.60752 8.66553L8.61223 8.6578C9.97973 7.31933 11.6273 6.4314 13.2592 6.16247C14.7899 5.90745 16.1072 6.2382 16.9757 7.08981C17.8388 7.93988 18.1761 9.23816 17.9172 10.7513L17.9212 10.7505ZM4.04995 4.21273C3.00775 5.12054 2.13032 6.19674 1.45538 7.39507L1.44753 7.39738L5.40804 11.2891C5.73076 10.8414 6.07597 10.3989 6.44367 9.96149C6.57234 9.81003 6.70467 9.65598 6.84067 9.49937L6.89245 9.44141L7.08074 9.2343C7.08624 9.22966 7.09173 9.21962 7.09173 9.21962L7.12625 9.18098L7.1443 9.16011L7.17176 9.13075L7.24237 9.05347C7.29153 8.99783 7.34253 8.94296 7.39536 8.88886C7.39536 8.88345 7.4032 8.87573 7.4032 8.87573L7.48794 8.78454L7.54835 8.72271C7.55096 8.71859 7.55306 8.71808 7.55306 8.71808C7.55776 8.71396 7.55855 8.71035 7.55855 8.71035L7.56953 8.69644L7.58052 8.6833C7.59008 8.67607 7.59877 8.66777 7.60641 8.65857L7.62131 8.64312C7.65348 8.61143 7.69193 8.57434 7.72645 8.53724C7.74475 8.51509 7.76568 8.49294 7.78921 8.47079L7.82138 8.43833C7.82687 8.4306 7.84178 8.41592 7.84178 8.41592L7.90219 8.35719L8.01988 8.24281L8.0591 8.20186L8.10304 8.15626C8.95111 7.31805 9.85739 6.539 10.8153 5.82476L10.9408 5.73434H10.9416V5.73357L10.9432 5.7328L11.0687 5.64161C11.2089 5.53806 11.3501 5.43682 11.4924 5.3379C11.6441 5.2359 11.7957 5.13543 11.9474 5.03652C14.0046 3.68568 16.0194 2.87503 17.6638 2.71429C15.4638 1.40687 12.867 0.903505 10.3281 1.29236C10.2182 1.30936 10.1131 1.32714 10.0001 1.34955C9.92873 1.36191 9.86675 1.37428 9.80399 1.38664L9.76633 1.39437C9.18966 1.5113 8.62206 1.66805 8.06773 1.86345C6.58802 2.38524 5.22339 3.18285 4.04995 4.21273ZM4.26885 19.9838C4.48853 20.1486 4.7388 20.2738 5.01968 20.3593H5.0134C6.5747 20.8292 9.02648 20.0626 11.6187 18.3787C9.64158 18.9196 7.73115 18.6384 6.49389 17.4189C5.32723 16.2674 5.00634 14.5063 5.44805 12.6616C5.47002 12.5632 5.49591 12.4635 5.52573 12.3625C3.40268 15.5279 2.72481 18.4877 4.068 19.8107C4.09833 19.84 4.13076 19.8697 4.16528 19.8995C4.19771 19.9284 4.23276 19.9565 4.26885 19.9838ZM22.5423 16.6067V16.6082C21.8663 17.8048 20.9896 18.88 19.9493 19.7883C18.3924 21.15 16.5104 22.1008 14.4792 22.5517L14.4541 22.5579L14.3867 22.5734C14.3104 22.5937 14.2332 22.6102 14.1552 22.6228C14.1045 22.6337 14.0527 22.6432 13.9999 22.6514C13.8905 22.6723 13.7807 22.6904 13.6703 22.7055L13.5786 22.721L13.4742 22.7341C13.3905 22.7455 13.3047 22.7558 13.2169 22.765C10.8214 23.0307 8.40389 22.5111 6.33854 21.2867C7.9218 21.1329 9.84949 20.3717 11.8266 19.1128L11.9396 19.0402L12.0526 18.9668L12.2063 18.8648H12.2071L12.5045 18.6654C12.6483 18.5665 12.7895 18.4652 12.9281 18.3617C13.015 18.3004 13.1002 18.2393 13.1839 18.1785C14.1406 17.4622 15.047 16.683 15.897 15.8463C15.9174 15.8257 15.9364 15.8056 15.9542 15.786L15.9778 15.7597C16.0196 15.7211 16.0588 15.6832 16.0955 15.6461L16.1551 15.5874C16.1551 15.5874 16.1708 15.5719 16.1731 15.5642C16.181 15.5575 16.1886 15.5503 16.1959 15.5426L16.2053 15.5325L16.2736 15.4661L16.3261 15.412C16.3439 15.3955 16.3614 15.378 16.3787 15.3594L16.3928 15.344C16.4005 15.335 16.4092 15.327 16.4187 15.32L16.4305 15.3061L16.4415 15.293C16.4415 15.293 16.4493 15.2852 16.454 15.2829L16.4752 15.2605L16.4964 15.2381L16.5168 15.2188C16.4948 15.2414 16.4739 15.2651 16.454 15.2899L16.5026 15.2396L16.5034 15.2381C16.5374 15.202 16.5712 15.1675 16.6046 15.1345C16.6046 15.1345 16.6046 15.1268 16.6125 15.1268C16.6585 15.0784 16.7032 15.0294 16.7466 14.98L16.8353 14.8826C16.847 14.8751 16.8565 14.8647 16.8628 14.8525L16.913 14.793L16.9255 14.7783C16.9867 14.7139 17.0466 14.6487 17.1052 14.5828L17.1664 14.5132C17.2647 14.4004 17.3625 14.2868 17.4598 14.1724L17.5775 14.0341L17.6144 13.9893C17.6615 13.931 17.708 13.8744 17.754 13.8192C17.7933 13.7729 17.8317 13.7255 17.8694 13.6771C17.8929 13.6461 17.9172 13.616 17.9423 13.5866C18.1699 13.2976 18.3888 13.0132 18.5998 12.7211L22.5423 16.6067ZM22.5423 16.6067C22.5423 16.6041 22.5438 16.6021 22.547 16.6005V16.6129L22.5423 16.6082H22.5438L22.5423 16.6067Z",
|
|
3650
|
+
fillRule: "evenodd",
|
|
3651
|
+
clipRule: "evenodd"
|
|
3652
|
+
}
|
|
3653
|
+
) }), ModelklingFilled_default = IconModelklingFilled;
|
|
3654
|
+
|
|
3519
3655
|
// src/components/Models.tsx
|
|
3520
|
-
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)(
|
|
3521
3657
|
"path",
|
|
3522
3658
|
{
|
|
3523
3659
|
fill: stroke || color || "currentColor",
|
|
@@ -3528,31 +3664,31 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3528
3664
|
) }), Models_default = IconModels;
|
|
3529
3665
|
|
|
3530
3666
|
// src/components/MoreCollapse.tsx
|
|
3531
|
-
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)(
|
|
3532
3668
|
"path",
|
|
3533
3669
|
{
|
|
3534
3670
|
fill: stroke || color || "currentColor",
|
|
3535
|
-
d: "M12 24C18.6274 24 24 18.6274 24 12C24 5.
|
|
3671
|
+
d: "M12 24C18.6274 24 24 18.6274 24 12C24 5.37259 18.6274 3.8147e-06 12 3.8147e-06C5.37258 3.8147e-06 0 5.37259 0 12C0 18.6274 5.37258 24 12 24ZM12 21.75C6.61522 21.75 2.25 17.3848 2.25 12C2.25 6.61523 6.61522 2.25 12 2.25C17.3848 2.25 21.75 6.61523 21.75 12C21.75 17.3848 17.3848 21.75 12 21.75ZM17.2959 10.5459L15.7051 8.95508L12 12.6592L8.2959 8.95508L6.70508 10.5459L12 15.8408L17.2959 10.5459Z"
|
|
3536
3672
|
}
|
|
3537
3673
|
) }), MoreCollapse_default = IconMoreCollapse;
|
|
3538
3674
|
|
|
3539
3675
|
// src/components/MoreHorizontal.tsx
|
|
3540
|
-
var
|
|
3541
|
-
/* @__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)(
|
|
3542
3678
|
"path",
|
|
3543
3679
|
{
|
|
3544
3680
|
fill: stroke || color || "currentColor",
|
|
3545
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"
|
|
3546
3682
|
}
|
|
3547
3683
|
),
|
|
3548
|
-
/* @__PURE__ */ (0,
|
|
3684
|
+
/* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
|
|
3549
3685
|
"path",
|
|
3550
3686
|
{
|
|
3551
3687
|
fill: stroke || color || "currentColor",
|
|
3552
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"
|
|
3553
3689
|
}
|
|
3554
3690
|
),
|
|
3555
|
-
/* @__PURE__ */ (0,
|
|
3691
|
+
/* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
|
|
3556
3692
|
"path",
|
|
3557
3693
|
{
|
|
3558
3694
|
fill: stroke || color || "currentColor",
|
|
@@ -3562,7 +3698,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3562
3698
|
] }), MoreHorizontal_default = IconMoreHorizontal;
|
|
3563
3699
|
|
|
3564
3700
|
// src/components/MoreShowed.tsx
|
|
3565
|
-
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)(
|
|
3566
3702
|
"path",
|
|
3567
3703
|
{
|
|
3568
3704
|
fill: stroke || color || "currentColor",
|
|
@@ -3571,22 +3707,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3571
3707
|
) }), MoreShowed_default = IconMoreShowed;
|
|
3572
3708
|
|
|
3573
3709
|
// src/components/More.tsx
|
|
3574
|
-
var
|
|
3575
|
-
/* @__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)(
|
|
3576
3712
|
"path",
|
|
3577
3713
|
{
|
|
3578
3714
|
fill: stroke || color || "currentColor",
|
|
3579
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"
|
|
3580
3716
|
}
|
|
3581
3717
|
),
|
|
3582
|
-
/* @__PURE__ */ (0,
|
|
3718
|
+
/* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
|
|
3583
3719
|
"path",
|
|
3584
3720
|
{
|
|
3585
3721
|
fill: stroke || color || "currentColor",
|
|
3586
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"
|
|
3587
3723
|
}
|
|
3588
3724
|
),
|
|
3589
|
-
/* @__PURE__ */ (0,
|
|
3725
|
+
/* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
|
|
3590
3726
|
"path",
|
|
3591
3727
|
{
|
|
3592
3728
|
fill: stroke || color || "currentColor",
|
|
@@ -3596,29 +3732,29 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3596
3732
|
] }), More_default = IconMore;
|
|
3597
3733
|
|
|
3598
3734
|
// src/components/Moresettings.tsx
|
|
3599
|
-
var
|
|
3600
|
-
/* @__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)(
|
|
3601
3737
|
"path",
|
|
3602
3738
|
{
|
|
3603
3739
|
fill: stroke || color || "currentColor",
|
|
3604
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"
|
|
3605
3741
|
}
|
|
3606
3742
|
),
|
|
3607
|
-
/* @__PURE__ */ (0,
|
|
3743
|
+
/* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
|
|
3608
3744
|
"path",
|
|
3609
3745
|
{
|
|
3610
3746
|
fill: stroke || color || "currentColor",
|
|
3611
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"
|
|
3612
3748
|
}
|
|
3613
3749
|
),
|
|
3614
|
-
/* @__PURE__ */ (0,
|
|
3750
|
+
/* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
|
|
3615
3751
|
"path",
|
|
3616
3752
|
{
|
|
3617
3753
|
fill: stroke || color || "currentColor",
|
|
3618
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"
|
|
3619
3755
|
}
|
|
3620
3756
|
),
|
|
3621
|
-
/* @__PURE__ */ (0,
|
|
3757
|
+
/* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
|
|
3622
3758
|
"path",
|
|
3623
3759
|
{
|
|
3624
3760
|
fill: stroke || color || "currentColor",
|
|
@@ -3630,8 +3766,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3630
3766
|
] }), Moresettings_default = IconMoresettings;
|
|
3631
3767
|
|
|
3632
3768
|
// src/components/MouseDrag.tsx
|
|
3633
|
-
var
|
|
3634
|
-
/* @__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)(
|
|
3635
3771
|
"path",
|
|
3636
3772
|
{
|
|
3637
3773
|
fill: fill || color || "currentColor",
|
|
@@ -3639,7 +3775,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3639
3775
|
d: "M13.5 3.5V20.5H10.5V3.5H13.5Z"
|
|
3640
3776
|
}
|
|
3641
3777
|
),
|
|
3642
|
-
/* @__PURE__ */ (0,
|
|
3778
|
+
/* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
|
|
3643
3779
|
"path",
|
|
3644
3780
|
{
|
|
3645
3781
|
fill: fill || color || "currentColor",
|
|
@@ -3647,7 +3783,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3647
3783
|
d: "M6.79297 7.5L2.29297 12L6.79297 16.5H8.5V7.5H6.79297Z"
|
|
3648
3784
|
}
|
|
3649
3785
|
),
|
|
3650
|
-
/* @__PURE__ */ (0,
|
|
3786
|
+
/* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
|
|
3651
3787
|
"path",
|
|
3652
3788
|
{
|
|
3653
3789
|
fill: fill || color || "currentColor",
|
|
@@ -3658,8 +3794,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3658
3794
|
] }), MouseDrag_default = IconMouseDrag;
|
|
3659
3795
|
|
|
3660
3796
|
// src/components/MouseMove.tsx
|
|
3661
|
-
var
|
|
3662
|
-
/* @__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)(
|
|
3663
3799
|
"path",
|
|
3664
3800
|
{
|
|
3665
3801
|
fill: fill || color || "currentColor",
|
|
@@ -3667,12 +3803,12 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3667
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"
|
|
3668
3804
|
}
|
|
3669
3805
|
) }),
|
|
3670
|
-
/* @__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" }) }) })
|
|
3671
3807
|
] }), MouseMove_default = IconMouseMove;
|
|
3672
3808
|
|
|
3673
3809
|
// src/components/MouseNumberchange.tsx
|
|
3674
|
-
var
|
|
3675
|
-
/* @__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)(
|
|
3676
3812
|
"path",
|
|
3677
3813
|
{
|
|
3678
3814
|
fill: fill || color || "currentColor",
|
|
@@ -3680,7 +3816,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3680
3816
|
d: "M10.5 17L9.30567 17L0.97168 12L9.30566 7L10.5 7L10.5 17Z"
|
|
3681
3817
|
}
|
|
3682
3818
|
),
|
|
3683
|
-
/* @__PURE__ */ (0,
|
|
3819
|
+
/* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
|
|
3684
3820
|
"path",
|
|
3685
3821
|
{
|
|
3686
3822
|
fill: fill || color || "currentColor",
|
|
@@ -3691,7 +3827,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3691
3827
|
] }), MouseNumberchange_default = IconMouseNumberchange;
|
|
3692
3828
|
|
|
3693
3829
|
// src/components/Musicassets.tsx
|
|
3694
|
-
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)(
|
|
3695
3831
|
"path",
|
|
3696
3832
|
{
|
|
3697
3833
|
fill: stroke || color || "currentColor",
|
|
@@ -3702,8 +3838,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3702
3838
|
) }), Musicassets_default = IconMusicassets;
|
|
3703
3839
|
|
|
3704
3840
|
// src/components/Mute.tsx
|
|
3705
|
-
var
|
|
3706
|
-
/* @__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)(
|
|
3707
3843
|
"path",
|
|
3708
3844
|
{
|
|
3709
3845
|
fill: stroke || color || "currentColor",
|
|
@@ -3712,7 +3848,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3712
3848
|
clipRule: "evenodd"
|
|
3713
3849
|
}
|
|
3714
3850
|
),
|
|
3715
|
-
/* @__PURE__ */ (0,
|
|
3851
|
+
/* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
|
|
3716
3852
|
"path",
|
|
3717
3853
|
{
|
|
3718
3854
|
fill: stroke || color || "currentColor",
|
|
@@ -3722,7 +3858,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3722
3858
|
] }), Mute_default = IconMute;
|
|
3723
3859
|
|
|
3724
3860
|
// src/components/Next.tsx
|
|
3725
|
-
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)(
|
|
3726
3862
|
"path",
|
|
3727
3863
|
{
|
|
3728
3864
|
fill: stroke || color || "currentColor",
|
|
@@ -3733,15 +3869,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3733
3869
|
) }), Next_default = IconNext;
|
|
3734
3870
|
|
|
3735
3871
|
// src/components/Nextscene.tsx
|
|
3736
|
-
var
|
|
3737
|
-
/* @__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)(
|
|
3738
3874
|
"path",
|
|
3739
3875
|
{
|
|
3740
3876
|
fill: stroke || color || "currentColor",
|
|
3741
3877
|
d: "M16.7959 12L10.2656 18.5303L9.2041 17.4697L14.6738 12L9.2041 6.53027L10.2656 5.46973L16.7959 12Z"
|
|
3742
3878
|
}
|
|
3743
3879
|
),
|
|
3744
|
-
/* @__PURE__ */ (0,
|
|
3880
|
+
/* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
|
|
3745
3881
|
"path",
|
|
3746
3882
|
{
|
|
3747
3883
|
fill: stroke || color || "currentColor",
|
|
@@ -3752,18 +3888,29 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3752
3888
|
)
|
|
3753
3889
|
] }), Nextscene_default = IconNextscene;
|
|
3754
3890
|
|
|
3891
|
+
// src/components/Niceofficial.tsx
|
|
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)(
|
|
3893
|
+
"path",
|
|
3894
|
+
{
|
|
3895
|
+
fill: fill || color || "currentColor",
|
|
3896
|
+
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 24ZM8.25 10.5C9.49264 10.5 10.5 9.49264 10.5 8.25C10.5 7.00736 9.49264 6 8.25 6C7.00736 6 6 7.00736 6 8.25C6 9.49264 7.00736 10.5 8.25 10.5ZM18 8.25C18 9.49264 16.9926 10.5 15.75 10.5C14.5074 10.5 13.5 9.49264 13.5 8.25C13.5 7.00736 14.5074 6 15.75 6C16.9926 6 18 7.00736 18 8.25ZM12 16.5C10.3431 16.5 9 15.1569 9 13.5H6C6 16.8137 8.68629 19.5 12 19.5C15.3137 19.5 18 16.8137 18 13.5H15C15 15.1569 13.6569 16.5 12 16.5Z",
|
|
3897
|
+
fillRule: "evenodd",
|
|
3898
|
+
clipRule: "evenodd"
|
|
3899
|
+
}
|
|
3900
|
+
) }), Niceofficial_default = IconNiceofficial;
|
|
3901
|
+
|
|
3755
3902
|
// src/components/Oneclickgenerate.tsx
|
|
3756
|
-
var
|
|
3757
|
-
/* @__PURE__ */ (0,
|
|
3758
|
-
/* @__PURE__ */ (0,
|
|
3759
|
-
/* @__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)(
|
|
3760
3907
|
"path",
|
|
3761
3908
|
{
|
|
3762
3909
|
fill: stroke || color || "currentColor",
|
|
3763
3910
|
d: "M5.2045 6.7955L1.4545 3.0455L3.0455 1.4545L6.7955 5.2045L5.2045 6.7955Z"
|
|
3764
3911
|
}
|
|
3765
3912
|
),
|
|
3766
|
-
/* @__PURE__ */ (0,
|
|
3913
|
+
/* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
|
|
3767
3914
|
"path",
|
|
3768
3915
|
{
|
|
3769
3916
|
fill: stroke || color || "currentColor",
|
|
@@ -3775,8 +3922,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3775
3922
|
] }), Oneclickgenerate_default = IconOneclickgenerate;
|
|
3776
3923
|
|
|
3777
3924
|
// src/components/Opendemo.tsx
|
|
3778
|
-
var
|
|
3779
|
-
/* @__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)(
|
|
3780
3927
|
"path",
|
|
3781
3928
|
{
|
|
3782
3929
|
fill: stroke || color || "currentColor",
|
|
@@ -3785,11 +3932,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3785
3932
|
clipRule: "evenodd"
|
|
3786
3933
|
}
|
|
3787
3934
|
),
|
|
3788
|
-
/* @__PURE__ */ (0,
|
|
3935
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
|
|
3789
3936
|
] }), Opendemo_default = IconOpendemo;
|
|
3790
3937
|
|
|
3791
3938
|
// src/components/OppsFilled.tsx
|
|
3792
|
-
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)(
|
|
3793
3940
|
"path",
|
|
3794
3941
|
{
|
|
3795
3942
|
fill: fill || color || "currentColor",
|
|
@@ -3800,7 +3947,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3800
3947
|
) }), OppsFilled_default = IconOppsFilled;
|
|
3801
3948
|
|
|
3802
3949
|
// src/components/OptionalcheckedFilled.tsx
|
|
3803
|
-
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)(
|
|
3804
3951
|
"path",
|
|
3805
3952
|
{
|
|
3806
3953
|
fill: fill || color || "currentColor",
|
|
@@ -3811,7 +3958,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3811
3958
|
) }), OptionalcheckedFilled_default = IconOptionalcheckedFilled;
|
|
3812
3959
|
|
|
3813
3960
|
// src/components/Optionaluncheck.tsx
|
|
3814
|
-
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)(
|
|
3815
3962
|
"path",
|
|
3816
3963
|
{
|
|
3817
3964
|
fill: stroke || color || "currentColor",
|
|
@@ -3822,7 +3969,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3822
3969
|
) }), Optionaluncheck_default = IconOptionaluncheck;
|
|
3823
3970
|
|
|
3824
3971
|
// src/components/Packagegame.tsx
|
|
3825
|
-
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)(
|
|
3826
3973
|
"path",
|
|
3827
3974
|
{
|
|
3828
3975
|
fill: stroke || color || "currentColor",
|
|
@@ -3833,11 +3980,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3833
3980
|
) }), Packagegame_default = IconPackagegame;
|
|
3834
3981
|
|
|
3835
3982
|
// src/components/PageError.tsx
|
|
3836
|
-
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;
|
|
3837
3984
|
|
|
3838
3985
|
// src/components/Parameters.tsx
|
|
3839
|
-
var
|
|
3840
|
-
/* @__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)(
|
|
3841
3988
|
"path",
|
|
3842
3989
|
{
|
|
3843
3990
|
fill: stroke || color || "currentColor",
|
|
@@ -3846,7 +3993,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3846
3993
|
clipRule: "evenodd"
|
|
3847
3994
|
}
|
|
3848
3995
|
),
|
|
3849
|
-
/* @__PURE__ */ (0,
|
|
3996
|
+
/* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
|
|
3850
3997
|
"path",
|
|
3851
3998
|
{
|
|
3852
3999
|
fill: stroke || color || "currentColor",
|
|
@@ -3858,8 +4005,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3858
4005
|
] }), Parameters_default = IconParameters;
|
|
3859
4006
|
|
|
3860
4007
|
// src/components/Pause.tsx
|
|
3861
|
-
var
|
|
3862
|
-
/* @__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)(
|
|
3863
4010
|
"path",
|
|
3864
4011
|
{
|
|
3865
4012
|
fill: stroke || color || "currentColor",
|
|
@@ -3868,7 +4015,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3868
4015
|
clipRule: "evenodd"
|
|
3869
4016
|
}
|
|
3870
4017
|
),
|
|
3871
|
-
/* @__PURE__ */ (0,
|
|
4018
|
+
/* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
|
|
3872
4019
|
"path",
|
|
3873
4020
|
{
|
|
3874
4021
|
fill: stroke || color || "currentColor",
|
|
@@ -3880,7 +4027,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3880
4027
|
] }), Pause_default = IconPause;
|
|
3881
4028
|
|
|
3882
4029
|
// src/components/Pencil.tsx
|
|
3883
|
-
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)(
|
|
3884
4031
|
"path",
|
|
3885
4032
|
{
|
|
3886
4033
|
fill: stroke || color || "currentColor",
|
|
@@ -3891,7 +4038,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3891
4038
|
) }), Pencil_default = IconPencil;
|
|
3892
4039
|
|
|
3893
4040
|
// src/components/Pick.tsx
|
|
3894
|
-
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)(
|
|
3895
4042
|
"path",
|
|
3896
4043
|
{
|
|
3897
4044
|
fill: stroke || color || "currentColor",
|
|
@@ -3902,22 +4049,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3902
4049
|
) }), Pick_default = IconPick;
|
|
3903
4050
|
|
|
3904
4051
|
// src/components/PickedFilled.tsx
|
|
3905
|
-
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;
|
|
3906
4053
|
|
|
3907
4054
|
// src/components/PlanFilled.tsx
|
|
3908
|
-
var
|
|
3909
|
-
/* @__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)(
|
|
3910
4057
|
"path",
|
|
3911
4058
|
{
|
|
3912
4059
|
fill: fill || color || "currentColor",
|
|
3913
4060
|
d: "M13.5 10.5L15 0H12L3 10.5V13.5H10.5L9 24H12L21 13.5L21 10.5H13.5Z"
|
|
3914
4061
|
}
|
|
3915
4062
|
) }),
|
|
3916
|
-
/* @__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" }) }) })
|
|
3917
4064
|
] }), PlanFilled_default = IconPlanFilled;
|
|
3918
4065
|
|
|
3919
4066
|
// src/components/PlayFilled.tsx
|
|
3920
|
-
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)(
|
|
3921
4068
|
"path",
|
|
3922
4069
|
{
|
|
3923
4070
|
fill: fill || color || "currentColor",
|
|
@@ -3926,7 +4073,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3926
4073
|
) }), PlayFilled_default = IconPlayFilled;
|
|
3927
4074
|
|
|
3928
4075
|
// src/components/Play.tsx
|
|
3929
|
-
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)(
|
|
3930
4077
|
"path",
|
|
3931
4078
|
{
|
|
3932
4079
|
fill: stroke || color || "currentColor",
|
|
@@ -3937,15 +4084,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3937
4084
|
) }), Play_default = IconPlay;
|
|
3938
4085
|
|
|
3939
4086
|
// src/components/Previouscene.tsx
|
|
3940
|
-
var
|
|
3941
|
-
/* @__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)(
|
|
3942
4089
|
"path",
|
|
3943
4090
|
{
|
|
3944
4091
|
fill: stroke || color || "currentColor",
|
|
3945
4092
|
d: "M7.2041 12L13.7344 18.5303L14.7959 17.4697L9.32617 12L14.7959 6.53027L13.7344 5.46973L7.2041 12Z"
|
|
3946
4093
|
}
|
|
3947
4094
|
),
|
|
3948
|
-
/* @__PURE__ */ (0,
|
|
4095
|
+
/* @__PURE__ */ (0, import_jsx_runtime132.jsx)(
|
|
3949
4096
|
"path",
|
|
3950
4097
|
{
|
|
3951
4098
|
fill: stroke || color || "currentColor",
|
|
@@ -3956,8 +4103,19 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3956
4103
|
)
|
|
3957
4104
|
] }), Previouscene_default = IconPreviouscene;
|
|
3958
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
|
+
|
|
3959
4117
|
// src/components/ProblemNoticeFilled.tsx
|
|
3960
|
-
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)(
|
|
3961
4119
|
"path",
|
|
3962
4120
|
{
|
|
3963
4121
|
fill: fill || color || "currentColor",
|
|
@@ -3968,10 +4126,10 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3968
4126
|
) }), ProblemNoticeFilled_default = IconProblemNoticeFilled;
|
|
3969
4127
|
|
|
3970
4128
|
// src/components/Problem.tsx
|
|
3971
|
-
var
|
|
3972
|
-
/* @__PURE__ */ (0,
|
|
3973
|
-
/* @__PURE__ */ (0,
|
|
3974
|
-
/* @__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)(
|
|
3975
4133
|
"path",
|
|
3976
4134
|
{
|
|
3977
4135
|
fill: stroke || color || "currentColor",
|
|
@@ -3983,8 +4141,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3983
4141
|
] }), Problem_default = IconProblem;
|
|
3984
4142
|
|
|
3985
4143
|
// src/components/Publish.tsx
|
|
3986
|
-
var
|
|
3987
|
-
/* @__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)(
|
|
3988
4146
|
"path",
|
|
3989
4147
|
{
|
|
3990
4148
|
fill: stroke || color || "currentColor",
|
|
@@ -3993,11 +4151,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3993
4151
|
clipRule: "evenodd"
|
|
3994
4152
|
}
|
|
3995
4153
|
),
|
|
3996
|
-
/* @__PURE__ */ (0,
|
|
4154
|
+
/* @__PURE__ */ (0, import_jsx_runtime136.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
|
|
3997
4155
|
] }), Publish_default = IconPublish;
|
|
3998
4156
|
|
|
3999
4157
|
// src/components/Ratio169.tsx
|
|
4000
|
-
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)(
|
|
4001
4159
|
"path",
|
|
4002
4160
|
{
|
|
4003
4161
|
fill: stroke || color || "currentColor",
|
|
@@ -4006,15 +4164,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4006
4164
|
) }), Ratio169_default = IconRatio169;
|
|
4007
4165
|
|
|
4008
4166
|
// src/components/Ratio11.tsx
|
|
4009
|
-
var
|
|
4010
|
-
/* @__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)(
|
|
4011
4169
|
"path",
|
|
4012
4170
|
{
|
|
4013
4171
|
fill: stroke || color || "currentColor",
|
|
4014
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"
|
|
4015
4173
|
}
|
|
4016
4174
|
) }),
|
|
4017
|
-
/* @__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)(
|
|
4018
4176
|
"rect",
|
|
4019
4177
|
{
|
|
4020
4178
|
width: "24",
|
|
@@ -4026,15 +4184,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4026
4184
|
] }), Ratio11_default = IconRatio11;
|
|
4027
4185
|
|
|
4028
4186
|
// src/components/Ratio916.tsx
|
|
4029
|
-
var
|
|
4030
|
-
/* @__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)(
|
|
4031
4189
|
"path",
|
|
4032
4190
|
{
|
|
4033
4191
|
fill: stroke || color || "currentColor",
|
|
4034
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"
|
|
4035
4193
|
}
|
|
4036
4194
|
) }),
|
|
4037
|
-
/* @__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)(
|
|
4038
4196
|
"rect",
|
|
4039
4197
|
{
|
|
4040
4198
|
width: "24",
|
|
@@ -4046,17 +4204,17 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4046
4204
|
] }), Ratio916_default = IconRatio916;
|
|
4047
4205
|
|
|
4048
4206
|
// src/components/RatioAuto.tsx
|
|
4049
|
-
var
|
|
4050
|
-
/* @__PURE__ */ (0,
|
|
4051
|
-
/* @__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)(
|
|
4052
4210
|
"path",
|
|
4053
4211
|
{
|
|
4054
4212
|
fill: stroke || color || "currentColor",
|
|
4055
4213
|
d: "M6.25 6.24999L6.25 9.99998H4L4 3.99998L10 3.99999V6.24999H6.25Z"
|
|
4056
4214
|
}
|
|
4057
4215
|
),
|
|
4058
|
-
/* @__PURE__ */ (0,
|
|
4059
|
-
/* @__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)(
|
|
4060
4218
|
"path",
|
|
4061
4219
|
{
|
|
4062
4220
|
fill: stroke || color || "currentColor",
|
|
@@ -4066,7 +4224,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4066
4224
|
}
|
|
4067
4225
|
)
|
|
4068
4226
|
] }),
|
|
4069
|
-
/* @__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)(
|
|
4070
4228
|
"rect",
|
|
4071
4229
|
{
|
|
4072
4230
|
width: "24",
|
|
@@ -4078,15 +4236,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4078
4236
|
] }), RatioAuto_default = IconRatioAuto;
|
|
4079
4237
|
|
|
4080
4238
|
// src/components/Ratio.tsx
|
|
4081
|
-
var
|
|
4082
|
-
/* @__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)(
|
|
4083
4241
|
"path",
|
|
4084
4242
|
{
|
|
4085
4243
|
fill: stroke || color || "currentColor",
|
|
4086
4244
|
d: "M3 0V3L0 3V5.25L18.75 5.25V24H21V21H24V18.75H21L21 3L5.25 3V0H3Z"
|
|
4087
4245
|
}
|
|
4088
4246
|
),
|
|
4089
|
-
/* @__PURE__ */ (0,
|
|
4247
|
+
/* @__PURE__ */ (0, import_jsx_runtime141.jsx)(
|
|
4090
4248
|
"path",
|
|
4091
4249
|
{
|
|
4092
4250
|
fill: stroke || color || "currentColor",
|
|
@@ -4096,7 +4254,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4096
4254
|
] }), Ratio_default = IconRatio;
|
|
4097
4255
|
|
|
4098
4256
|
// src/components/ReEdit.tsx
|
|
4099
|
-
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)(
|
|
4100
4258
|
"path",
|
|
4101
4259
|
{
|
|
4102
4260
|
fill: stroke || color || "currentColor",
|
|
@@ -4107,7 +4265,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4107
4265
|
) }), ReEdit_default = IconReEdit;
|
|
4108
4266
|
|
|
4109
4267
|
// src/components/Regenerate.tsx
|
|
4110
|
-
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)(
|
|
4111
4269
|
"path",
|
|
4112
4270
|
{
|
|
4113
4271
|
fill: stroke || color || "currentColor",
|
|
@@ -4117,8 +4275,30 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4117
4275
|
}
|
|
4118
4276
|
) }), Regenerate_default = IconRegenerate;
|
|
4119
4277
|
|
|
4278
|
+
// src/components/Resultsetting.tsx
|
|
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)(
|
|
4281
|
+
"path",
|
|
4282
|
+
{
|
|
4283
|
+
fill: stroke || color || "currentColor",
|
|
4284
|
+
d: "M18.75 3V0H5.25V3H0V6C0 9.46739 2.35298 12.3852 5.5493 13.2438C6.2923 15.6504 8.34504 17.4822 10.875 17.9067V21.75H6V24H18V21.75H13.125V17.9067C15.655 17.4822 17.7077 15.6504 18.4507 13.2438C21.647 12.3852 24 9.46739 24 6V3H18.75ZM16.5 2.25H7.5V11.25C7.5 13.7353 9.51472 15.75 12 15.75C14.4853 15.75 16.5 13.7353 16.5 11.25V2.25ZM18.75 5.25V10.7448C20.5237 9.90218 21.75 8.0943 21.75 6V5.25H18.75ZM2.25 5.25H5.25V10.7448C3.47629 9.90218 2.25 8.0943 2.25 6V5.25Z",
|
|
4285
|
+
fillRule: "evenodd",
|
|
4286
|
+
clipRule: "evenodd"
|
|
4287
|
+
}
|
|
4288
|
+
) }),
|
|
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)(
|
|
4290
|
+
"rect",
|
|
4291
|
+
{
|
|
4292
|
+
width: "24",
|
|
4293
|
+
height: "24",
|
|
4294
|
+
fill: stroke || color || "currentColor",
|
|
4295
|
+
transform: "translate(24) rotate(90)"
|
|
4296
|
+
}
|
|
4297
|
+
) }) })
|
|
4298
|
+
] }), Resultsetting_default = IconResultsetting;
|
|
4299
|
+
|
|
4120
4300
|
// src/components/RightFilled.tsx
|
|
4121
|
-
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)(
|
|
4122
4302
|
"path",
|
|
4123
4303
|
{
|
|
4124
4304
|
fill: fill || color || "currentColor",
|
|
@@ -4129,7 +4309,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4129
4309
|
) }), RightFilled_default = IconRightFilled;
|
|
4130
4310
|
|
|
4131
4311
|
// src/components/SceneNext.tsx
|
|
4132
|
-
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)(
|
|
4133
4313
|
"path",
|
|
4134
4314
|
{
|
|
4135
4315
|
fill: stroke || color || "currentColor",
|
|
@@ -4138,19 +4318,37 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4138
4318
|
) }), SceneNext_default = IconSceneNext;
|
|
4139
4319
|
|
|
4140
4320
|
// src/components/Scriptmode.tsx
|
|
4141
|
-
var
|
|
4142
|
-
/* @__PURE__ */ (0,
|
|
4143
|
-
/* @__PURE__ */ (0,
|
|
4144
|
-
/* @__PURE__ */ (0,
|
|
4145
|
-
/* @__PURE__ */ (0,
|
|
4146
|
-
/* @__PURE__ */ (0,
|
|
4147
|
-
/* @__PURE__ */ (0,
|
|
4148
|
-
/* @__PURE__ */ (0,
|
|
4149
|
-
/* @__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" })
|
|
4150
4330
|
] }), Scriptmode_default = IconScriptmode;
|
|
4151
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
|
+
|
|
4152
4350
|
// src/components/Sendrequest.tsx
|
|
4153
|
-
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)(
|
|
4154
4352
|
"path",
|
|
4155
4353
|
{
|
|
4156
4354
|
fill: fill || color || "currentColor",
|
|
@@ -4161,7 +4359,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4161
4359
|
) }), Sendrequest_default = IconSendrequest;
|
|
4162
4360
|
|
|
4163
4361
|
// src/components/ShareFilled.tsx
|
|
4164
|
-
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)(
|
|
4165
4363
|
"path",
|
|
4166
4364
|
{
|
|
4167
4365
|
fill: fill || color || "currentColor",
|
|
@@ -4170,7 +4368,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4170
4368
|
) }), ShareFilled_default = IconShareFilled;
|
|
4171
4369
|
|
|
4172
4370
|
// src/components/Share.tsx
|
|
4173
|
-
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)(
|
|
4174
4372
|
"path",
|
|
4175
4373
|
{
|
|
4176
4374
|
fill: stroke || color || "currentColor",
|
|
@@ -4180,8 +4378,19 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4180
4378
|
}
|
|
4181
4379
|
) }), Share_default = IconShare;
|
|
4182
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
|
+
|
|
4183
4392
|
// src/components/SocialX.tsx
|
|
4184
|
-
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)(
|
|
4185
4394
|
"path",
|
|
4186
4395
|
{
|
|
4187
4396
|
fill: fill || color || "currentColor",
|
|
@@ -4190,7 +4399,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4190
4399
|
) }), SocialX_default = IconSocialX;
|
|
4191
4400
|
|
|
4192
4401
|
// src/components/SocialDiscord.tsx
|
|
4193
|
-
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)(
|
|
4194
4403
|
"path",
|
|
4195
4404
|
{
|
|
4196
4405
|
fill: fill || color || "currentColor",
|
|
@@ -4199,8 +4408,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4199
4408
|
) }), SocialDiscord_default = IconSocialDiscord;
|
|
4200
4409
|
|
|
4201
4410
|
// src/components/SoundOff.tsx
|
|
4202
|
-
var
|
|
4203
|
-
/* @__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)(
|
|
4204
4413
|
"path",
|
|
4205
4414
|
{
|
|
4206
4415
|
fill: stroke || color || "currentColor",
|
|
@@ -4209,7 +4418,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4209
4418
|
clipRule: "evenodd"
|
|
4210
4419
|
}
|
|
4211
4420
|
),
|
|
4212
|
-
/* @__PURE__ */ (0,
|
|
4421
|
+
/* @__PURE__ */ (0, import_jsx_runtime155.jsx)(
|
|
4213
4422
|
"path",
|
|
4214
4423
|
{
|
|
4215
4424
|
fill: stroke || color || "currentColor",
|
|
@@ -4219,8 +4428,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4219
4428
|
] }), SoundOff_default = IconSoundOff;
|
|
4220
4429
|
|
|
4221
4430
|
// src/components/SoundOn.tsx
|
|
4222
|
-
var
|
|
4223
|
-
/* @__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)(
|
|
4224
4433
|
"path",
|
|
4225
4434
|
{
|
|
4226
4435
|
fill: stroke || color || "currentColor",
|
|
@@ -4229,14 +4438,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4229
4438
|
clipRule: "evenodd"
|
|
4230
4439
|
}
|
|
4231
4440
|
),
|
|
4232
|
-
/* @__PURE__ */ (0,
|
|
4441
|
+
/* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
|
|
4233
4442
|
"path",
|
|
4234
4443
|
{
|
|
4235
4444
|
fill: stroke || color || "currentColor",
|
|
4236
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"
|
|
4237
4446
|
}
|
|
4238
4447
|
),
|
|
4239
|
-
/* @__PURE__ */ (0,
|
|
4448
|
+
/* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
|
|
4240
4449
|
"path",
|
|
4241
4450
|
{
|
|
4242
4451
|
fill: stroke || color || "currentColor",
|
|
@@ -4246,7 +4455,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4246
4455
|
] }), SoundOn_default = IconSoundOn;
|
|
4247
4456
|
|
|
4248
4457
|
// src/components/Storyboard.tsx
|
|
4249
|
-
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)(
|
|
4250
4459
|
"path",
|
|
4251
4460
|
{
|
|
4252
4461
|
fill: stroke || color || "currentColor",
|
|
@@ -4257,24 +4466,24 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4257
4466
|
) }), Storyboard_default = IconStoryboard;
|
|
4258
4467
|
|
|
4259
4468
|
// src/components/StyleAutoFilled.tsx
|
|
4260
|
-
var
|
|
4261
|
-
/* @__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)(
|
|
4262
4471
|
"path",
|
|
4263
4472
|
{
|
|
4264
4473
|
fill: fill || color || "currentColor",
|
|
4265
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"
|
|
4266
4475
|
}
|
|
4267
4476
|
),
|
|
4268
|
-
/* @__PURE__ */ (0,
|
|
4477
|
+
/* @__PURE__ */ (0, import_jsx_runtime158.jsx)(
|
|
4269
4478
|
"path",
|
|
4270
4479
|
{
|
|
4271
4480
|
fill: fill || color || "currentColor",
|
|
4272
4481
|
d: "M0 16.5V15L6 13.5L7.5 7.5H9L10.5 13.5L16.5 15V16.5L10.5 18L9 24H7.5L6 18L0 16.5Z"
|
|
4273
4482
|
}
|
|
4274
4483
|
),
|
|
4275
|
-
/* @__PURE__ */ (0,
|
|
4276
|
-
/* @__PURE__ */ (0,
|
|
4277
|
-
/* @__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)(
|
|
4278
4487
|
"path",
|
|
4279
4488
|
{
|
|
4280
4489
|
fill: fill || color || "currentColor",
|
|
@@ -4284,43 +4493,43 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4284
4493
|
] }), StyleAutoFilled_default = IconStyleAutoFilled;
|
|
4285
4494
|
|
|
4286
4495
|
// src/components/Style.tsx
|
|
4287
|
-
var
|
|
4288
|
-
/* @__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)(
|
|
4289
4498
|
"path",
|
|
4290
4499
|
{
|
|
4291
4500
|
fill: stroke || color || "currentColor",
|
|
4292
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"
|
|
4293
4502
|
}
|
|
4294
4503
|
),
|
|
4295
|
-
/* @__PURE__ */ (0,
|
|
4504
|
+
/* @__PURE__ */ (0, import_jsx_runtime159.jsx)(
|
|
4296
4505
|
"path",
|
|
4297
4506
|
{
|
|
4298
4507
|
fill: stroke || color || "currentColor",
|
|
4299
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"
|
|
4300
4509
|
}
|
|
4301
4510
|
),
|
|
4302
|
-
/* @__PURE__ */ (0,
|
|
4511
|
+
/* @__PURE__ */ (0, import_jsx_runtime159.jsx)(
|
|
4303
4512
|
"path",
|
|
4304
4513
|
{
|
|
4305
4514
|
fill: stroke || color || "currentColor",
|
|
4306
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"
|
|
4307
4516
|
}
|
|
4308
4517
|
),
|
|
4309
|
-
/* @__PURE__ */ (0,
|
|
4518
|
+
/* @__PURE__ */ (0, import_jsx_runtime159.jsx)(
|
|
4310
4519
|
"path",
|
|
4311
4520
|
{
|
|
4312
4521
|
fill: stroke || color || "currentColor",
|
|
4313
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"
|
|
4314
4523
|
}
|
|
4315
4524
|
),
|
|
4316
|
-
/* @__PURE__ */ (0,
|
|
4525
|
+
/* @__PURE__ */ (0, import_jsx_runtime159.jsx)(
|
|
4317
4526
|
"path",
|
|
4318
4527
|
{
|
|
4319
4528
|
fill: stroke || color || "currentColor",
|
|
4320
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"
|
|
4321
4530
|
}
|
|
4322
4531
|
),
|
|
4323
|
-
/* @__PURE__ */ (0,
|
|
4532
|
+
/* @__PURE__ */ (0, import_jsx_runtime159.jsx)(
|
|
4324
4533
|
"path",
|
|
4325
4534
|
{
|
|
4326
4535
|
fill: stroke || color || "currentColor",
|
|
@@ -4331,8 +4540,48 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4331
4540
|
)
|
|
4332
4541
|
] }), Style_default = IconStyle;
|
|
4333
4542
|
|
|
4543
|
+
// src/components/Styleoverall.tsx
|
|
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)(
|
|
4546
|
+
"path",
|
|
4547
|
+
{
|
|
4548
|
+
fill: stroke || color || "currentColor",
|
|
4549
|
+
d: "M11 18C11 20.7614 8.76142 23 6 23C3.23858 23 1 20.7614 1 18C1 15.2386 3.23858 13 6 13H11V18ZM6 15.2002C4.4536 15.2002 3.2002 16.4536 3.2002 18C3.2002 19.5464 4.4536 20.7998 6 20.7998C7.5464 20.7998 8.7998 19.5464 8.7998 18V15.2002H6Z",
|
|
4550
|
+
fillRule: "evenodd",
|
|
4551
|
+
clipRule: "evenodd"
|
|
4552
|
+
}
|
|
4553
|
+
),
|
|
4554
|
+
/* @__PURE__ */ (0, import_jsx_runtime160.jsx)(
|
|
4555
|
+
"path",
|
|
4556
|
+
{
|
|
4557
|
+
fill: stroke || color || "currentColor",
|
|
4558
|
+
d: "M18 13C20.7614 13 23 15.2386 23 18C23 20.7614 20.7614 23 18 23C15.2386 23 13 20.7614 13 18V13H18ZM15.2002 18C15.2002 19.5464 16.4536 20.7998 18 20.7998C19.5464 20.7998 20.7998 19.5464 20.7998 18C20.7998 16.4536 19.5464 15.2002 18 15.2002H15.2002V18Z",
|
|
4559
|
+
fillRule: "evenodd",
|
|
4560
|
+
clipRule: "evenodd"
|
|
4561
|
+
}
|
|
4562
|
+
),
|
|
4563
|
+
/* @__PURE__ */ (0, import_jsx_runtime160.jsx)(
|
|
4564
|
+
"path",
|
|
4565
|
+
{
|
|
4566
|
+
fill: stroke || color || "currentColor",
|
|
4567
|
+
d: "M6 1C8.76142 1 11 3.23858 11 6V11H6C3.23858 11 1 8.76142 1 6C1 3.23858 3.23858 1 6 1ZM6 3.2002C4.4536 3.2002 3.2002 4.4536 3.2002 6C3.2002 7.5464 4.4536 8.7998 6 8.7998H8.7998V6C8.7998 4.4536 7.5464 3.2002 6 3.2002Z",
|
|
4568
|
+
fillRule: "evenodd",
|
|
4569
|
+
clipRule: "evenodd"
|
|
4570
|
+
}
|
|
4571
|
+
),
|
|
4572
|
+
/* @__PURE__ */ (0, import_jsx_runtime160.jsx)(
|
|
4573
|
+
"path",
|
|
4574
|
+
{
|
|
4575
|
+
fill: stroke || color || "currentColor",
|
|
4576
|
+
d: "M18 1C20.7614 1 23 3.23858 23 6C23 8.76142 20.7614 11 18 11H13V6C13 3.23858 15.2386 1 18 1ZM18 3.2002C16.4536 3.2002 15.2002 4.4536 15.2002 6V8.7998H18C19.5464 8.7998 20.7998 7.5464 20.7998 6C20.7998 4.4536 19.5464 3.2002 18 3.2002Z",
|
|
4577
|
+
fillRule: "evenodd",
|
|
4578
|
+
clipRule: "evenodd"
|
|
4579
|
+
}
|
|
4580
|
+
)
|
|
4581
|
+
] }), Styleoverall_default = IconStyleoverall;
|
|
4582
|
+
|
|
4334
4583
|
// src/components/SwitchOffFilled.tsx
|
|
4335
|
-
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)(
|
|
4336
4585
|
"path",
|
|
4337
4586
|
{
|
|
4338
4587
|
fill: fill || color || "currentColor",
|
|
@@ -4343,7 +4592,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4343
4592
|
) }), SwitchOffFilled_default = IconSwitchOffFilled;
|
|
4344
4593
|
|
|
4345
4594
|
// src/components/SwitchOnFilled.tsx
|
|
4346
|
-
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)(
|
|
4347
4596
|
"path",
|
|
4348
4597
|
{
|
|
4349
4598
|
fill: fill || color || "currentColor",
|
|
@@ -4354,8 +4603,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4354
4603
|
) }), SwitchOnFilled_default = IconSwitchOnFilled;
|
|
4355
4604
|
|
|
4356
4605
|
// src/components/Target.tsx
|
|
4357
|
-
var
|
|
4358
|
-
/* @__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)(
|
|
4359
4608
|
"path",
|
|
4360
4609
|
{
|
|
4361
4610
|
fill: stroke || color || "currentColor",
|
|
@@ -4364,7 +4613,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4364
4613
|
clipRule: "evenodd"
|
|
4365
4614
|
}
|
|
4366
4615
|
),
|
|
4367
|
-
/* @__PURE__ */ (0,
|
|
4616
|
+
/* @__PURE__ */ (0, import_jsx_runtime163.jsx)(
|
|
4368
4617
|
"path",
|
|
4369
4618
|
{
|
|
4370
4619
|
fill: stroke || color || "currentColor",
|
|
@@ -4376,43 +4625,43 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4376
4625
|
] }), Target_default = IconTarget;
|
|
4377
4626
|
|
|
4378
4627
|
// src/components/TextLogo.tsx
|
|
4379
|
-
var
|
|
4380
|
-
/* @__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)(
|
|
4381
4630
|
"path",
|
|
4382
4631
|
{
|
|
4383
4632
|
fill: fill || color || "currentColor",
|
|
4384
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"
|
|
4385
4634
|
}
|
|
4386
4635
|
),
|
|
4387
|
-
/* @__PURE__ */ (0,
|
|
4636
|
+
/* @__PURE__ */ (0, import_jsx_runtime164.jsx)(
|
|
4388
4637
|
"path",
|
|
4389
4638
|
{
|
|
4390
4639
|
fill: fill || color || "currentColor",
|
|
4391
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"
|
|
4392
4641
|
}
|
|
4393
4642
|
),
|
|
4394
|
-
/* @__PURE__ */ (0,
|
|
4643
|
+
/* @__PURE__ */ (0, import_jsx_runtime164.jsx)(
|
|
4395
4644
|
"path",
|
|
4396
4645
|
{
|
|
4397
4646
|
fill: fill || color || "currentColor",
|
|
4398
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"
|
|
4399
4648
|
}
|
|
4400
4649
|
),
|
|
4401
|
-
/* @__PURE__ */ (0,
|
|
4650
|
+
/* @__PURE__ */ (0, import_jsx_runtime164.jsx)(
|
|
4402
4651
|
"path",
|
|
4403
4652
|
{
|
|
4404
4653
|
fill: fill || color || "currentColor",
|
|
4405
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"
|
|
4406
4655
|
}
|
|
4407
4656
|
),
|
|
4408
|
-
/* @__PURE__ */ (0,
|
|
4657
|
+
/* @__PURE__ */ (0, import_jsx_runtime164.jsx)(
|
|
4409
4658
|
"path",
|
|
4410
4659
|
{
|
|
4411
4660
|
fill: fill || color || "currentColor",
|
|
4412
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"
|
|
4413
4662
|
}
|
|
4414
4663
|
),
|
|
4415
|
-
/* @__PURE__ */ (0,
|
|
4664
|
+
/* @__PURE__ */ (0, import_jsx_runtime164.jsx)(
|
|
4416
4665
|
"path",
|
|
4417
4666
|
{
|
|
4418
4667
|
fill: fill || color || "currentColor",
|
|
@@ -4422,7 +4671,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4422
4671
|
] }), TextLogo_default = IconTextLogo;
|
|
4423
4672
|
|
|
4424
4673
|
// src/components/Tips.tsx
|
|
4425
|
-
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)(
|
|
4426
4675
|
"path",
|
|
4427
4676
|
{
|
|
4428
4677
|
fill: stroke || color || "currentColor",
|
|
@@ -4433,15 +4682,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4433
4682
|
) }), Tips_default = IconTips;
|
|
4434
4683
|
|
|
4435
4684
|
// src/components/ToolsFilled.tsx
|
|
4436
|
-
var
|
|
4437
|
-
/* @__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)(
|
|
4438
4687
|
"path",
|
|
4439
4688
|
{
|
|
4440
4689
|
fill: fill || color || "currentColor",
|
|
4441
4690
|
d: "M24 12L19.5 16.5L15 15L9 9L7.5 4.5L12 0L16.5 1.5L22.5 7.5L24 12Z"
|
|
4442
4691
|
}
|
|
4443
4692
|
),
|
|
4444
|
-
/* @__PURE__ */ (0,
|
|
4693
|
+
/* @__PURE__ */ (0, import_jsx_runtime166.jsx)(
|
|
4445
4694
|
"path",
|
|
4446
4695
|
{
|
|
4447
4696
|
fill: fill || color || "currentColor",
|
|
@@ -4451,7 +4700,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4451
4700
|
] }), ToolsFilled_default = IconToolsFilled;
|
|
4452
4701
|
|
|
4453
4702
|
// src/components/Tools.tsx
|
|
4454
|
-
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)(
|
|
4455
4704
|
"path",
|
|
4456
4705
|
{
|
|
4457
4706
|
stroke: stroke || color || "currentColor",
|
|
@@ -4461,7 +4710,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4461
4710
|
) }), Tools_default = IconTools;
|
|
4462
4711
|
|
|
4463
4712
|
// src/components/Undo.tsx
|
|
4464
|
-
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)(
|
|
4465
4714
|
"path",
|
|
4466
4715
|
{
|
|
4467
4716
|
fill: stroke || color || "currentColor",
|
|
@@ -4472,7 +4721,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4472
4721
|
) }), Undo_default = IconUndo;
|
|
4473
4722
|
|
|
4474
4723
|
// src/components/UpFilled.tsx
|
|
4475
|
-
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)(
|
|
4476
4725
|
"path",
|
|
4477
4726
|
{
|
|
4478
4727
|
fill: fill || color || "currentColor",
|
|
@@ -4483,7 +4732,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4483
4732
|
) }), UpFilled_default = IconUpFilled;
|
|
4484
4733
|
|
|
4485
4734
|
// src/components/UpleftFilled.tsx
|
|
4486
|
-
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)(
|
|
4487
4736
|
"path",
|
|
4488
4737
|
{
|
|
4489
4738
|
fill: fill || color || "currentColor",
|
|
@@ -4493,8 +4742,19 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4493
4742
|
}
|
|
4494
4743
|
) }), UpleftFilled_default = IconUpleftFilled;
|
|
4495
4744
|
|
|
4745
|
+
// src/components/Uploadedvideo.tsx
|
|
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)(
|
|
4747
|
+
"path",
|
|
4748
|
+
{
|
|
4749
|
+
fill: fill || color || "currentColor",
|
|
4750
|
+
d: "M24 3H0V21H24V3ZM9.75 7.5V16.5H11.25L16.5 12L11.25 7.5H9.75Z",
|
|
4751
|
+
fillRule: "evenodd",
|
|
4752
|
+
clipRule: "evenodd"
|
|
4753
|
+
}
|
|
4754
|
+
) }), Uploadedvideo_default = IconUploadedvideo;
|
|
4755
|
+
|
|
4496
4756
|
// src/components/Uploadfiles.tsx
|
|
4497
|
-
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)(
|
|
4498
4758
|
"path",
|
|
4499
4759
|
{
|
|
4500
4760
|
fill: stroke || color || "currentColor",
|
|
@@ -4502,8 +4762,19 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4502
4762
|
}
|
|
4503
4763
|
) }), Uploadfiles_default = IconUploadfiles;
|
|
4504
4764
|
|
|
4765
|
+
// src/components/Uploadstory.tsx
|
|
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)(
|
|
4767
|
+
"path",
|
|
4768
|
+
{
|
|
4769
|
+
fill: stroke || color || "currentColor",
|
|
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",
|
|
4771
|
+
fillRule: "evenodd",
|
|
4772
|
+
clipRule: "evenodd"
|
|
4773
|
+
}
|
|
4774
|
+
) }), Uploadstory_default = IconUploadstory;
|
|
4775
|
+
|
|
4505
4776
|
// src/components/UprightFilled.tsx
|
|
4506
|
-
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)(
|
|
4507
4778
|
"path",
|
|
4508
4779
|
{
|
|
4509
4780
|
fill: fill || color || "currentColor",
|
|
@@ -4514,7 +4785,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4514
4785
|
) }), UprightFilled_default = IconUprightFilled;
|
|
4515
4786
|
|
|
4516
4787
|
// src/components/Userfeedback.tsx
|
|
4517
|
-
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)(
|
|
4518
4789
|
"path",
|
|
4519
4790
|
{
|
|
4520
4791
|
fill: stroke || color || "currentColor",
|
|
@@ -4524,37 +4795,76 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4524
4795
|
}
|
|
4525
4796
|
) }), Userfeedback_default = IconUserfeedback;
|
|
4526
4797
|
|
|
4527
|
-
// src/components/
|
|
4528
|
-
var
|
|
4529
|
-
/* @__PURE__ */ (0,
|
|
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)(
|
|
4530
4801
|
"path",
|
|
4531
4802
|
{
|
|
4532
4803
|
fill: stroke || color || "currentColor",
|
|
4533
|
-
d: "
|
|
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"
|
|
4534
4805
|
}
|
|
4535
4806
|
),
|
|
4536
|
-
/* @__PURE__ */ (0,
|
|
4807
|
+
/* @__PURE__ */ (0, import_jsx_runtime176.jsx)("path", { fill: stroke || color || "currentColor", d: "M19 17H22V19H19V22H17V19H14V17H17V14H19V17Z" }),
|
|
4808
|
+
/* @__PURE__ */ (0, import_jsx_runtime176.jsx)(
|
|
4537
4809
|
"path",
|
|
4538
4810
|
{
|
|
4539
4811
|
fill: stroke || color || "currentColor",
|
|
4540
|
-
d: "
|
|
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
|
+
|
|
4837
|
+
// src/components/VideoGeneration.tsx
|
|
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)(
|
|
4840
|
+
"path",
|
|
4841
|
+
{
|
|
4842
|
+
fill: stroke || color || "currentColor",
|
|
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"
|
|
4541
4844
|
}
|
|
4542
4845
|
),
|
|
4543
|
-
/* @__PURE__ */ (0,
|
|
4846
|
+
/* @__PURE__ */ (0, import_jsx_runtime179.jsx)(
|
|
4544
4847
|
"path",
|
|
4545
4848
|
{
|
|
4546
4849
|
fill: stroke || color || "currentColor",
|
|
4547
|
-
d: "
|
|
4850
|
+
d: "M17.25 12L11.25 18H9V6H11.25L17.25 12ZM11.25 14.8184L14.0684 12L11.25 9.18164V14.8184Z",
|
|
4548
4851
|
fillRule: "evenodd",
|
|
4549
4852
|
clipRule: "evenodd"
|
|
4550
4853
|
}
|
|
4854
|
+
),
|
|
4855
|
+
/* @__PURE__ */ (0, import_jsx_runtime179.jsx)(
|
|
4856
|
+
"path",
|
|
4857
|
+
{
|
|
4858
|
+
fill: stroke || color || "currentColor",
|
|
4859
|
+
d: "M20.25 3.75L24 4.5V6L20.25 6.75L19.5 10.5H18L17.25 6.75L13.5 6V4.5L17.25 3.75L18 0H19.5L20.25 3.75Z"
|
|
4860
|
+
}
|
|
4551
4861
|
)
|
|
4552
4862
|
] }), VideoGeneration_default = IconVideoGeneration;
|
|
4553
4863
|
|
|
4554
4864
|
// src/components/VideoLength.tsx
|
|
4555
|
-
var
|
|
4556
|
-
/* @__PURE__ */ (0,
|
|
4557
|
-
/* @__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)(
|
|
4558
4868
|
"path",
|
|
4559
4869
|
{
|
|
4560
4870
|
fill: stroke || color || "currentColor",
|
|
@@ -4566,8 +4876,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4566
4876
|
] }), VideoLength_default = IconVideoLength;
|
|
4567
4877
|
|
|
4568
4878
|
// src/components/Videogenerate.tsx
|
|
4569
|
-
var
|
|
4570
|
-
/* @__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)(
|
|
4571
4881
|
"path",
|
|
4572
4882
|
{
|
|
4573
4883
|
fill: stroke || color || "currentColor",
|
|
@@ -4576,7 +4886,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4576
4886
|
clipRule: "evenodd"
|
|
4577
4887
|
}
|
|
4578
4888
|
),
|
|
4579
|
-
/* @__PURE__ */ (0,
|
|
4889
|
+
/* @__PURE__ */ (0, import_jsx_runtime181.jsx)(
|
|
4580
4890
|
"path",
|
|
4581
4891
|
{
|
|
4582
4892
|
fill: stroke || color || "currentColor",
|
|
@@ -4588,7 +4898,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4588
4898
|
] }), Videogenerate_default = IconVideogenerate;
|
|
4589
4899
|
|
|
4590
4900
|
// src/components/Visualstyles.tsx
|
|
4591
|
-
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)(
|
|
4592
4902
|
"path",
|
|
4593
4903
|
{
|
|
4594
4904
|
fill: stroke || color || "currentColor",
|
|
@@ -4599,8 +4909,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4599
4909
|
) }), Visualstyles_default = IconVisualstyles;
|
|
4600
4910
|
|
|
4601
4911
|
// src/components/Volume.tsx
|
|
4602
|
-
var
|
|
4603
|
-
/* @__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)(
|
|
4604
4914
|
"path",
|
|
4605
4915
|
{
|
|
4606
4916
|
fill: stroke || color || "currentColor",
|
|
@@ -4609,14 +4919,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4609
4919
|
clipRule: "evenodd"
|
|
4610
4920
|
}
|
|
4611
4921
|
),
|
|
4612
|
-
/* @__PURE__ */ (0,
|
|
4922
|
+
/* @__PURE__ */ (0, import_jsx_runtime183.jsx)(
|
|
4613
4923
|
"path",
|
|
4614
4924
|
{
|
|
4615
4925
|
fill: stroke || color || "currentColor",
|
|
4616
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"
|
|
4617
4927
|
}
|
|
4618
4928
|
),
|
|
4619
|
-
/* @__PURE__ */ (0,
|
|
4929
|
+
/* @__PURE__ */ (0, import_jsx_runtime183.jsx)(
|
|
4620
4930
|
"path",
|
|
4621
4931
|
{
|
|
4622
4932
|
fill: stroke || color || "currentColor",
|
|
@@ -4626,7 +4936,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4626
4936
|
] }), Volume_default = IconVolume;
|
|
4627
4937
|
|
|
4628
4938
|
// src/components/Withdrawgame.tsx
|
|
4629
|
-
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)(
|
|
4630
4940
|
"path",
|
|
4631
4941
|
{
|
|
4632
4942
|
fill: stroke || color || "currentColor",
|
|
@@ -4637,15 +4947,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4637
4947
|
) }), Withdrawgame_default = IconWithdrawgame;
|
|
4638
4948
|
|
|
4639
4949
|
// src/components/Zoomhandle.tsx
|
|
4640
|
-
var
|
|
4641
|
-
/* @__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)(
|
|
4642
4952
|
"path",
|
|
4643
4953
|
{
|
|
4644
4954
|
fill: fill || color || "currentColor",
|
|
4645
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"
|
|
4646
4956
|
}
|
|
4647
4957
|
),
|
|
4648
|
-
/* @__PURE__ */ (0,
|
|
4958
|
+
/* @__PURE__ */ (0, import_jsx_runtime185.jsx)(
|
|
4649
4959
|
"path",
|
|
4650
4960
|
{
|
|
4651
4961
|
fill: stroke || color || "currentColor",
|
|
@@ -4655,15 +4965,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4655
4965
|
] }), Zoomhandle_default = IconZoomhandle;
|
|
4656
4966
|
|
|
4657
4967
|
// src/components/Zoomin.tsx
|
|
4658
|
-
var
|
|
4659
|
-
/* @__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)(
|
|
4660
4970
|
"path",
|
|
4661
4971
|
{
|
|
4662
4972
|
fill: stroke || color || "currentColor",
|
|
4663
4973
|
d: "M11.625 11.625H15V9.375H11.625V6H9.375V9.375H6V11.625H9.375V15H11.625V11.625Z"
|
|
4664
4974
|
}
|
|
4665
4975
|
),
|
|
4666
|
-
/* @__PURE__ */ (0,
|
|
4976
|
+
/* @__PURE__ */ (0, import_jsx_runtime186.jsx)(
|
|
4667
4977
|
"path",
|
|
4668
4978
|
{
|
|
4669
4979
|
fill: stroke || color || "currentColor",
|
|
@@ -4675,9 +4985,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4675
4985
|
] }), Zoomin_default = IconZoomin;
|
|
4676
4986
|
|
|
4677
4987
|
// src/components/Zoomout.tsx
|
|
4678
|
-
var
|
|
4679
|
-
/* @__PURE__ */ (0,
|
|
4680
|
-
/* @__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)(
|
|
4681
4991
|
"path",
|
|
4682
4992
|
{
|
|
4683
4993
|
fill: stroke || color || "currentColor",
|