@yoroll/react-icon 0.0.17 → 0.0.19
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/README.md +59 -0
- package/dist/index.cjs +729 -583
- package/dist/index.iife.js +719 -582
- package/dist/index.iife.min.js +4 -4
- package/dist/index.js +907 -752
- package/dist/index.min.cjs +2 -2
- package/dist/index.min.js +2 -2
- package/dist/types/components/Edit.d.ts +4 -0
- package/dist/types/components/FmVeditorstart.d.ts +4 -0
- package/dist/types/components/GamecontrolTerminal.d.ts +4 -0
- package/dist/types/components/Gameuivariable.d.ts +4 -0
- package/dist/types/components/Generate.d.ts +4 -0
- package/dist/types/components/Notification.d.ts +4 -0
- package/dist/types/components/QtEsave.d.ts +4 -0
- package/dist/types/components/Sendup.d.ts +4 -0
- package/dist/types/components/Sendup2.d.ts +4 -0
- package/dist/types/components/TipsFilled.d.ts +4 -0
- package/dist/types/components/index.d.ts +10 -1
- package/package.json +1 -1
- package/dist/types/components/Changeprofilephoto.d.ts +0 -4
package/dist/index.iife.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @lineargame svg icons react v0.0.
|
|
1
|
+
/*! @lineargame svg icons react v0.0.18 */
|
|
2
2
|
|
|
3
3
|
"use strict";
|
|
4
4
|
(() => {
|
|
@@ -1580,9 +1580,31 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1580
1580
|
}
|
|
1581
1581
|
) }), Aiwriting_default = IconAiwriting;
|
|
1582
1582
|
|
|
1583
|
+
// src/components/FmVeditorstart.tsx
|
|
1584
|
+
var import_jsx_runtime3 = __toESM(require_jsx_runtime()), IconFmVeditorstart = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("svg", { fill: "none", viewBox: "0 0 70 40", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
1585
|
+
"path",
|
|
1586
|
+
{
|
|
1587
|
+
fill: fill || color || "currentColor",
|
|
1588
|
+
d: "M55 13.9762C57.1117 14.5592 58.7741 16.2216 59.3571 18.3333H70V21.6667H59.3571C58.7741 23.7783 57.1116 25.4399 55 26.0229V35H15V26.0229C12.8884 25.4399 11.2259 23.7783 10.6429 21.6667H0V18.3333H10.6429C11.2259 16.2216 12.8883 14.5592 15 13.9762V5H55V13.9762ZM18.75 14.1064C21.1774 14.9645 22.9167 17.2788 22.9167 20C22.9167 22.7211 21.1772 25.0346 18.75 25.8927V31.25H51.25V25.8927C48.8228 25.0346 47.0833 22.7211 47.0833 20C47.0833 17.2788 48.8226 14.9645 51.25 14.1064V8.75H18.75V14.1064ZM16.6667 17.5C16.0289 17.5 15.4481 17.7401 15.0065 18.1331C14.936 18.1959 14.8701 18.2631 14.8071 18.3333C14.4102 18.7759 14.1667 19.3588 14.1667 20C14.1667 20.6412 14.4102 21.2241 14.8071 21.6667C14.8679 21.7345 14.9322 21.7987 15 21.8595C15.4425 22.2564 16.0254 22.5 16.6667 22.5C17.5369 22.5 18.3023 22.0547 18.75 21.3802C19.0126 20.9846 19.1667 20.5105 19.1667 20C19.1667 19.4893 19.0129 19.0147 18.75 18.619C18.3022 17.9448 17.5367 17.5 16.6667 17.5ZM53.3333 17.5C52.4633 17.5 51.6978 17.9448 51.25 18.619C50.9871 19.0147 50.8333 19.4893 50.8333 20C50.8333 20.5105 50.9874 20.9846 51.25 21.3802C51.6977 22.0547 52.4631 22.5 53.3333 22.5C53.9746 22.5 54.5575 22.2564 55 21.8595C55.0678 21.7987 55.1321 21.7345 55.1929 21.6667C55.5898 21.2241 55.8333 20.6412 55.8333 20C55.8333 19.3588 55.5898 18.7759 55.1929 18.3333C55.1297 18.263 55.0633 18.196 54.9927 18.1331C54.5511 17.7403 53.9708 17.5 53.3333 17.5Z",
|
|
1589
|
+
fillRule: "evenodd",
|
|
1590
|
+
clipRule: "evenodd"
|
|
1591
|
+
}
|
|
1592
|
+
) }), FmVeditorstart_default = IconFmVeditorstart;
|
|
1593
|
+
|
|
1594
|
+
// src/components/QtEsave.tsx
|
|
1595
|
+
var import_jsx_runtime4 = __toESM(require_jsx_runtime()), IconQtEsave = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
1596
|
+
"path",
|
|
1597
|
+
{
|
|
1598
|
+
fill: stroke || color || "currentColor",
|
|
1599
|
+
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",
|
|
1600
|
+
fillRule: "evenodd",
|
|
1601
|
+
clipRule: "evenodd"
|
|
1602
|
+
}
|
|
1603
|
+
) }), QtEsave_default = IconQtEsave;
|
|
1604
|
+
|
|
1583
1605
|
// src/components/Uploadimage.tsx
|
|
1584
|
-
var
|
|
1585
|
-
/* @__PURE__ */ (0,
|
|
1606
|
+
var import_jsx_runtime5 = __toESM(require_jsx_runtime()), IconUploadimage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1607
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1586
1608
|
"path",
|
|
1587
1609
|
{
|
|
1588
1610
|
fill: stroke || color || "currentColor",
|
|
@@ -1591,7 +1613,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1591
1613
|
clipRule: "evenodd"
|
|
1592
1614
|
}
|
|
1593
1615
|
),
|
|
1594
|
-
/* @__PURE__ */ (0,
|
|
1616
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1595
1617
|
"path",
|
|
1596
1618
|
{
|
|
1597
1619
|
fill: stroke || color || "currentColor",
|
|
@@ -1601,8 +1623,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1601
1623
|
] }), Uploadimage_default = IconUploadimage;
|
|
1602
1624
|
|
|
1603
1625
|
// src/components/Aboutus.tsx
|
|
1604
|
-
var
|
|
1605
|
-
/* @__PURE__ */ (0,
|
|
1626
|
+
var import_jsx_runtime6 = __toESM(require_jsx_runtime()), IconAboutus = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1627
|
+
/* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|
|
1606
1628
|
"path",
|
|
1607
1629
|
{
|
|
1608
1630
|
fill: stroke || color || "currentColor",
|
|
@@ -1611,7 +1633,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1611
1633
|
clipRule: "evenodd"
|
|
1612
1634
|
}
|
|
1613
1635
|
),
|
|
1614
|
-
/* @__PURE__ */ (0,
|
|
1636
|
+
/* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|
|
1615
1637
|
"path",
|
|
1616
1638
|
{
|
|
1617
1639
|
fill: stroke || color || "currentColor",
|
|
@@ -1621,15 +1643,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1621
1643
|
] }), Aboutus_default = IconAboutus;
|
|
1622
1644
|
|
|
1623
1645
|
// src/components/AddSceneChoice.tsx
|
|
1624
|
-
var
|
|
1625
|
-
/* @__PURE__ */ (0,
|
|
1646
|
+
var import_jsx_runtime7 = __toESM(require_jsx_runtime()), IconAddSceneChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1647
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
|
|
1626
1648
|
"path",
|
|
1627
1649
|
{
|
|
1628
1650
|
fill: stroke || color || "currentColor",
|
|
1629
1651
|
d: "M10.875 6V10.875H6V13.125H10.875V18H13.125V13.125H18V10.875H13.125V6H10.875Z"
|
|
1630
1652
|
}
|
|
1631
1653
|
),
|
|
1632
|
-
/* @__PURE__ */ (0,
|
|
1654
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
|
|
1633
1655
|
"path",
|
|
1634
1656
|
{
|
|
1635
1657
|
fill: stroke || color || "currentColor",
|
|
@@ -1641,7 +1663,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1641
1663
|
] }), AddSceneChoice_default = IconAddSceneChoice;
|
|
1642
1664
|
|
|
1643
1665
|
// src/components/Add.tsx
|
|
1644
|
-
var
|
|
1666
|
+
var import_jsx_runtime8 = __toESM(require_jsx_runtime()), IconAdd = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
|
|
1645
1667
|
"path",
|
|
1646
1668
|
{
|
|
1647
1669
|
fill: stroke || color || "currentColor",
|
|
@@ -1650,8 +1672,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1650
1672
|
) }), Add_default = IconAdd;
|
|
1651
1673
|
|
|
1652
1674
|
// src/components/Agreements.tsx
|
|
1653
|
-
var
|
|
1654
|
-
/* @__PURE__ */ (0,
|
|
1675
|
+
var import_jsx_runtime9 = __toESM(require_jsx_runtime()), IconAgreements = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1676
|
+
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
|
|
1655
1677
|
"path",
|
|
1656
1678
|
{
|
|
1657
1679
|
fill: stroke || color || "currentColor",
|
|
@@ -1660,11 +1682,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1660
1682
|
clipRule: "evenodd"
|
|
1661
1683
|
}
|
|
1662
1684
|
),
|
|
1663
|
-
/* @__PURE__ */ (0,
|
|
1685
|
+
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 16.25H16.5V14H7.5V16.25Z" })
|
|
1664
1686
|
] }), Agreements_default = IconAgreements;
|
|
1665
1687
|
|
|
1666
1688
|
// src/components/AngleDown.tsx
|
|
1667
|
-
var
|
|
1689
|
+
var import_jsx_runtime10 = __toESM(require_jsx_runtime()), IconAngleDown = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
|
|
1668
1690
|
"path",
|
|
1669
1691
|
{
|
|
1670
1692
|
fill: stroke || color || "currentColor",
|
|
@@ -1673,7 +1695,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1673
1695
|
) }), AngleDown_default = IconAngleDown;
|
|
1674
1696
|
|
|
1675
1697
|
// src/components/Angleright.tsx
|
|
1676
|
-
var
|
|
1698
|
+
var import_jsx_runtime11 = __toESM(require_jsx_runtime()), IconAngleright = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
|
1677
1699
|
"path",
|
|
1678
1700
|
{
|
|
1679
1701
|
fill: stroke || color || "currentColor",
|
|
@@ -1682,7 +1704,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1682
1704
|
) }), Angleright_default = IconAngleright;
|
|
1683
1705
|
|
|
1684
1706
|
// src/components/Announcement.tsx
|
|
1685
|
-
var
|
|
1707
|
+
var import_jsx_runtime12 = __toESM(require_jsx_runtime()), IconAnnouncement = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
|
|
1686
1708
|
"path",
|
|
1687
1709
|
{
|
|
1688
1710
|
fill: stroke || color || "currentColor",
|
|
@@ -1693,7 +1715,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1693
1715
|
) }), Announcement_default = IconAnnouncement;
|
|
1694
1716
|
|
|
1695
1717
|
// src/components/Artboard.tsx
|
|
1696
|
-
var
|
|
1718
|
+
var import_jsx_runtime13 = __toESM(require_jsx_runtime()), IconArtboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
|
1697
1719
|
"path",
|
|
1698
1720
|
{
|
|
1699
1721
|
fill: stroke || color || "currentColor",
|
|
@@ -1704,17 +1726,17 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1704
1726
|
) }), Artboard_default = IconArtboard;
|
|
1705
1727
|
|
|
1706
1728
|
// src/components/AssetsFilled.tsx
|
|
1707
|
-
var
|
|
1708
|
-
/* @__PURE__ */ (0,
|
|
1709
|
-
/* @__PURE__ */ (0,
|
|
1710
|
-
/* @__PURE__ */ (0,
|
|
1729
|
+
var import_jsx_runtime14 = __toESM(require_jsx_runtime()), IconAssetsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1730
|
+
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)("path", { fill: fill || color || "currentColor", d: "M19.5 0H4.5V3H19.5V0Z" }),
|
|
1731
|
+
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)("path", { fill: fill || color || "currentColor", d: "M3 6H21V9H3V6Z" }),
|
|
1732
|
+
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)("path", { fill: fill || color || "currentColor", d: "M1.5 12H22.5V22.5H1.5V12Z" })
|
|
1711
1733
|
] }), AssetsFilled_default = IconAssetsFilled;
|
|
1712
1734
|
|
|
1713
1735
|
// src/components/Assets.tsx
|
|
1714
|
-
var
|
|
1715
|
-
/* @__PURE__ */ (0,
|
|
1716
|
-
/* @__PURE__ */ (0,
|
|
1717
|
-
/* @__PURE__ */ (0,
|
|
1736
|
+
var import_jsx_runtime15 = __toESM(require_jsx_runtime()), IconAssets = ({ 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: [
|
|
1737
|
+
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { fill: stroke || color || "currentColor", d: "M19.5 0H4.5V2.25H19.5V0Z" }),
|
|
1738
|
+
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { fill: stroke || color || "currentColor", d: "M3 5.25H21V7.5H3V5.25Z" }),
|
|
1739
|
+
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
|
1718
1740
|
"path",
|
|
1719
1741
|
{
|
|
1720
1742
|
fill: stroke || color || "currentColor",
|
|
@@ -1726,7 +1748,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1726
1748
|
] }), Assets_default = IconAssets;
|
|
1727
1749
|
|
|
1728
1750
|
// src/components/Autolayout.tsx
|
|
1729
|
-
var
|
|
1751
|
+
var import_jsx_runtime16 = __toESM(require_jsx_runtime()), IconAutolayout = ({ 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)(
|
|
1730
1752
|
"path",
|
|
1731
1753
|
{
|
|
1732
1754
|
fill: stroke || color || "currentColor",
|
|
@@ -1735,8 +1757,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1735
1757
|
) }), Autolayout_default = IconAutolayout;
|
|
1736
1758
|
|
|
1737
1759
|
// src/components/Backtoprojects.tsx
|
|
1738
|
-
var
|
|
1739
|
-
/* @__PURE__ */ (0,
|
|
1760
|
+
var import_jsx_runtime17 = __toESM(require_jsx_runtime()), IconBacktoprojects = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1761
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
1740
1762
|
"path",
|
|
1741
1763
|
{
|
|
1742
1764
|
fill: stroke || color || "currentColor",
|
|
@@ -1745,7 +1767,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1745
1767
|
clipRule: "evenodd"
|
|
1746
1768
|
}
|
|
1747
1769
|
),
|
|
1748
|
-
/* @__PURE__ */ (0,
|
|
1770
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
1749
1771
|
"path",
|
|
1750
1772
|
{
|
|
1751
1773
|
fill: stroke || color || "currentColor",
|
|
@@ -1754,7 +1776,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1754
1776
|
clipRule: "evenodd"
|
|
1755
1777
|
}
|
|
1756
1778
|
),
|
|
1757
|
-
/* @__PURE__ */ (0,
|
|
1779
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
1758
1780
|
"path",
|
|
1759
1781
|
{
|
|
1760
1782
|
fill: stroke || color || "currentColor",
|
|
@@ -1763,7 +1785,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1763
1785
|
clipRule: "evenodd"
|
|
1764
1786
|
}
|
|
1765
1787
|
),
|
|
1766
|
-
/* @__PURE__ */ (0,
|
|
1788
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
1767
1789
|
"path",
|
|
1768
1790
|
{
|
|
1769
1791
|
fill: stroke || color || "currentColor",
|
|
@@ -1775,7 +1797,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1775
1797
|
] }), Backtoprojects_default = IconBacktoprojects;
|
|
1776
1798
|
|
|
1777
1799
|
// src/components/Backward.tsx
|
|
1778
|
-
var
|
|
1800
|
+
var import_jsx_runtime18 = __toESM(require_jsx_runtime()), IconBackward = ({ 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)(
|
|
1779
1801
|
"path",
|
|
1780
1802
|
{
|
|
1781
1803
|
fill: stroke || color || "currentColor",
|
|
@@ -1784,7 +1806,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1784
1806
|
) }), Backward_default = IconBackward;
|
|
1785
1807
|
|
|
1786
1808
|
// src/components/BatchShots.tsx
|
|
1787
|
-
var
|
|
1809
|
+
var import_jsx_runtime19 = __toESM(require_jsx_runtime()), IconBatchShots = ({ 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)(
|
|
1788
1810
|
"path",
|
|
1789
1811
|
{
|
|
1790
1812
|
fill: stroke || color || "currentColor",
|
|
@@ -1795,7 +1817,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1795
1817
|
) }), BatchShots_default = IconBatchShots;
|
|
1796
1818
|
|
|
1797
1819
|
// src/components/Canvasmode.tsx
|
|
1798
|
-
var
|
|
1820
|
+
var import_jsx_runtime20 = __toESM(require_jsx_runtime()), IconCanvasmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
1799
1821
|
"path",
|
|
1800
1822
|
{
|
|
1801
1823
|
fill: stroke || color || "currentColor",
|
|
@@ -1806,7 +1828,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1806
1828
|
) }), Canvasmode_default = IconCanvasmode;
|
|
1807
1829
|
|
|
1808
1830
|
// src/components/CcgFilled.tsx
|
|
1809
|
-
var
|
|
1831
|
+
var import_jsx_runtime21 = __toESM(require_jsx_runtime()), IconCcgFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
1810
1832
|
"path",
|
|
1811
1833
|
{
|
|
1812
1834
|
fill: fill || color || "currentColor",
|
|
@@ -1817,7 +1839,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1817
1839
|
) }), CcgFilled_default = IconCcgFilled;
|
|
1818
1840
|
|
|
1819
1841
|
// src/components/Ccg.tsx
|
|
1820
|
-
var
|
|
1842
|
+
var import_jsx_runtime22 = __toESM(require_jsx_runtime()), IconCcg = ({ 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)(
|
|
1821
1843
|
"path",
|
|
1822
1844
|
{
|
|
1823
1845
|
fill: stroke || color || "currentColor",
|
|
@@ -1828,29 +1850,29 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1828
1850
|
) }), Ccg_default = IconCcg;
|
|
1829
1851
|
|
|
1830
1852
|
// src/components/Ccggame.tsx
|
|
1831
|
-
var
|
|
1832
|
-
/* @__PURE__ */ (0,
|
|
1853
|
+
var import_jsx_runtime23 = __toESM(require_jsx_runtime()), IconCcggame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1854
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
1833
1855
|
"path",
|
|
1834
1856
|
{
|
|
1835
1857
|
fill: stroke || color || "currentColor",
|
|
1836
1858
|
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
1859
|
}
|
|
1838
1860
|
),
|
|
1839
|
-
/* @__PURE__ */ (0,
|
|
1861
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
1840
1862
|
"path",
|
|
1841
1863
|
{
|
|
1842
1864
|
fill: stroke || color || "currentColor",
|
|
1843
1865
|
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
1866
|
}
|
|
1845
1867
|
),
|
|
1846
|
-
/* @__PURE__ */ (0,
|
|
1868
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
1847
1869
|
"path",
|
|
1848
1870
|
{
|
|
1849
1871
|
fill: stroke || color || "currentColor",
|
|
1850
1872
|
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
1873
|
}
|
|
1852
1874
|
),
|
|
1853
|
-
/* @__PURE__ */ (0,
|
|
1875
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
1854
1876
|
"path",
|
|
1855
1877
|
{
|
|
1856
1878
|
fill: stroke || color || "currentColor",
|
|
@@ -1862,7 +1884,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1862
1884
|
] }), Ccggame_default = IconCcggame;
|
|
1863
1885
|
|
|
1864
1886
|
// src/components/Ccglanguage.tsx
|
|
1865
|
-
var
|
|
1887
|
+
var import_jsx_runtime24 = __toESM(require_jsx_runtime()), IconCcglanguage = ({ 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)(
|
|
1866
1888
|
"path",
|
|
1867
1889
|
{
|
|
1868
1890
|
fill: stroke || color || "currentColor",
|
|
@@ -1870,19 +1892,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1870
1892
|
}
|
|
1871
1893
|
) }), Ccglanguage_default = IconCcglanguage;
|
|
1872
1894
|
|
|
1873
|
-
// src/components/Changeprofilephoto.tsx
|
|
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)(
|
|
1875
|
-
"path",
|
|
1876
|
-
{
|
|
1877
|
-
fill: stroke || color || "currentColor",
|
|
1878
|
-
d: "M22.602 8.14797L8.25 22.5H1.5V15.75L15.852 1.39797C16.7471 0.502866 17.9612 0 19.227 0C21.8631 0 24 2.13693 24 4.77297C24 6.03884 23.4971 7.25287 22.602 8.14797ZM3.75 20.25V16.682L13.9205 6.51149L17.4885 10.0795L7.31802 20.25H3.75ZM19.0795 8.48851L21.011 6.55698C21.4842 6.08383 21.75 5.4421 21.75 4.77297C21.75 3.37957 20.6204 2.25 19.227 2.25C18.5579 2.25 17.9162 2.51581 17.443 2.98896L15.5115 4.9205L19.0795 8.48851Z",
|
|
1879
|
-
fillRule: "evenodd",
|
|
1880
|
-
clipRule: "evenodd"
|
|
1881
|
-
}
|
|
1882
|
-
) }), Changeprofilephoto_default = IconChangeprofilephoto;
|
|
1883
|
-
|
|
1884
1895
|
// src/components/Chaptercollapse.tsx
|
|
1885
|
-
var
|
|
1896
|
+
var import_jsx_runtime25 = __toESM(require_jsx_runtime()), IconChaptercollapse = ({ 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)(
|
|
1886
1897
|
"path",
|
|
1887
1898
|
{
|
|
1888
1899
|
fill: stroke || color || "currentColor",
|
|
@@ -1893,7 +1904,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1893
1904
|
) }), Chaptercollapse_default = IconChaptercollapse;
|
|
1894
1905
|
|
|
1895
1906
|
// src/components/Chapterexpand.tsx
|
|
1896
|
-
var
|
|
1907
|
+
var import_jsx_runtime26 = __toESM(require_jsx_runtime()), IconChapterexpand = ({ 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)(
|
|
1897
1908
|
"path",
|
|
1898
1909
|
{
|
|
1899
1910
|
fill: stroke || color || "currentColor",
|
|
@@ -1904,7 +1915,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1904
1915
|
) }), Chapterexpand_default = IconChapterexpand;
|
|
1905
1916
|
|
|
1906
1917
|
// src/components/Check.tsx
|
|
1907
|
-
var
|
|
1918
|
+
var import_jsx_runtime27 = __toESM(require_jsx_runtime()), IconCheck = ({ 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)(
|
|
1908
1919
|
"path",
|
|
1909
1920
|
{
|
|
1910
1921
|
fill: stroke || color || "currentColor",
|
|
@@ -1913,7 +1924,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1913
1924
|
) }), Check_default = IconCheck;
|
|
1914
1925
|
|
|
1915
1926
|
// src/components/CheckedFilled.tsx
|
|
1916
|
-
var
|
|
1927
|
+
var import_jsx_runtime28 = __toESM(require_jsx_runtime()), IconCheckedFilled = ({ 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)(
|
|
1917
1928
|
"path",
|
|
1918
1929
|
{
|
|
1919
1930
|
fill: fill || color || "currentColor",
|
|
@@ -1924,7 +1935,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1924
1935
|
) }), CheckedFilled_default = IconCheckedFilled;
|
|
1925
1936
|
|
|
1926
1937
|
// src/components/Close.tsx
|
|
1927
|
-
var
|
|
1938
|
+
var import_jsx_runtime29 = __toESM(require_jsx_runtime()), IconClose = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
1928
1939
|
"path",
|
|
1929
1940
|
{
|
|
1930
1941
|
fill: stroke || color || "currentColor",
|
|
@@ -1933,8 +1944,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1933
1944
|
) }), Close_default = IconClose;
|
|
1934
1945
|
|
|
1935
1946
|
// src/components/Collapsewindow.tsx
|
|
1936
|
-
var
|
|
1937
|
-
/* @__PURE__ */ (0,
|
|
1947
|
+
var import_jsx_runtime30 = __toESM(require_jsx_runtime()), IconCollapsewindow = ({ 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: [
|
|
1948
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
1938
1949
|
"path",
|
|
1939
1950
|
{
|
|
1940
1951
|
fill: stroke || color || "currentColor",
|
|
@@ -1943,7 +1954,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1943
1954
|
clipRule: "evenodd"
|
|
1944
1955
|
}
|
|
1945
1956
|
),
|
|
1946
|
-
/* @__PURE__ */ (0,
|
|
1957
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
1947
1958
|
"path",
|
|
1948
1959
|
{
|
|
1949
1960
|
fill: stroke || color || "currentColor",
|
|
@@ -1955,9 +1966,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1955
1966
|
] }), Collapsewindow_default = IconCollapsewindow;
|
|
1956
1967
|
|
|
1957
1968
|
// src/components/Copy.tsx
|
|
1958
|
-
var
|
|
1959
|
-
/* @__PURE__ */ (0,
|
|
1960
|
-
/* @__PURE__ */ (0,
|
|
1969
|
+
var import_jsx_runtime31 = __toESM(require_jsx_runtime()), IconCopy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1970
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)("path", { fill: stroke || color || "currentColor", d: "M12.75 2.25H2.25V12.75H6V15H0V0H15V6H12.75V2.25Z" }),
|
|
1971
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
1961
1972
|
"path",
|
|
1962
1973
|
{
|
|
1963
1974
|
fill: stroke || color || "currentColor",
|
|
@@ -1969,7 +1980,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1969
1980
|
] }), Copy_default = IconCopy;
|
|
1970
1981
|
|
|
1971
1982
|
// src/components/Copylink.tsx
|
|
1972
|
-
var
|
|
1983
|
+
var import_jsx_runtime32 = __toESM(require_jsx_runtime()), IconCopylink = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
|
|
1973
1984
|
"path",
|
|
1974
1985
|
{
|
|
1975
1986
|
fill: stroke || color || "currentColor",
|
|
@@ -1980,8 +1991,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1980
1991
|
) }), Copylink_default = IconCopylink;
|
|
1981
1992
|
|
|
1982
1993
|
// src/components/CreditFilled.tsx
|
|
1983
|
-
var
|
|
1984
|
-
/* @__PURE__ */ (0,
|
|
1994
|
+
var import_jsx_runtime33 = __toESM(require_jsx_runtime()), IconCreditFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1995
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("g", { clipPath: "url(#clip0_2_28)", children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
1985
1996
|
"path",
|
|
1986
1997
|
{
|
|
1987
1998
|
fill: fill || color || "currentColor",
|
|
@@ -1990,11 +2001,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1990
2001
|
clipRule: "evenodd"
|
|
1991
2002
|
}
|
|
1992
2003
|
) }),
|
|
1993
|
-
/* @__PURE__ */ (0,
|
|
2004
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("clipPath", { id: "clip0_2_28", children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
1994
2005
|
] }), CreditFilled_default = IconCreditFilled;
|
|
1995
2006
|
|
|
1996
2007
|
// src/components/Cursor.tsx
|
|
1997
|
-
var
|
|
2008
|
+
var import_jsx_runtime34 = __toESM(require_jsx_runtime()), IconCursor = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
1998
2009
|
"path",
|
|
1999
2010
|
{
|
|
2000
2011
|
fill: stroke || color || "currentColor",
|
|
@@ -2005,9 +2016,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2005
2016
|
) }), Cursor_default = IconCursor;
|
|
2006
2017
|
|
|
2007
2018
|
// src/components/DeleteSceneChoice.tsx
|
|
2008
|
-
var
|
|
2009
|
-
/* @__PURE__ */ (0,
|
|
2010
|
-
/* @__PURE__ */ (0,
|
|
2019
|
+
var import_jsx_runtime35 = __toESM(require_jsx_runtime()), IconDeleteSceneChoice = ({ 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: [
|
|
2020
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { fill: stroke || color || "currentColor", d: "M18 10.875H6V13.125H18V10.875Z" }),
|
|
2021
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
2011
2022
|
"path",
|
|
2012
2023
|
{
|
|
2013
2024
|
fill: stroke || color || "currentColor",
|
|
@@ -2019,9 +2030,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2019
2030
|
] }), DeleteSceneChoice_default = IconDeleteSceneChoice;
|
|
2020
2031
|
|
|
2021
2032
|
// src/components/Delete.tsx
|
|
2022
|
-
var
|
|
2023
|
-
/* @__PURE__ */ (0,
|
|
2024
|
-
/* @__PURE__ */ (0,
|
|
2033
|
+
var import_jsx_runtime36 = __toESM(require_jsx_runtime()), IconDelete = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2034
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 17.25V11.25H10.875V17.25H13.125Z" }),
|
|
2035
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
2025
2036
|
"path",
|
|
2026
2037
|
{
|
|
2027
2038
|
fill: stroke || color || "currentColor",
|
|
@@ -2033,7 +2044,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2033
2044
|
] }), Delete_default = IconDelete;
|
|
2034
2045
|
|
|
2035
2046
|
// src/components/DownFilled.tsx
|
|
2036
|
-
var
|
|
2047
|
+
var import_jsx_runtime37 = __toESM(require_jsx_runtime()), IconDownFilled = ({ 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)(
|
|
2037
2048
|
"path",
|
|
2038
2049
|
{
|
|
2039
2050
|
fill: fill || color || "currentColor",
|
|
@@ -2044,7 +2055,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2044
2055
|
) }), DownFilled_default = IconDownFilled;
|
|
2045
2056
|
|
|
2046
2057
|
// src/components/DownleftFilled.tsx
|
|
2047
|
-
var
|
|
2058
|
+
var import_jsx_runtime38 = __toESM(require_jsx_runtime()), IconDownleftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
2048
2059
|
"path",
|
|
2049
2060
|
{
|
|
2050
2061
|
fill: fill || color || "currentColor",
|
|
@@ -2055,15 +2066,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2055
2066
|
) }), DownleftFilled_default = IconDownleftFilled;
|
|
2056
2067
|
|
|
2057
2068
|
// src/components/Download.tsx
|
|
2058
|
-
var
|
|
2059
|
-
/* @__PURE__ */ (0,
|
|
2069
|
+
var import_jsx_runtime39 = __toESM(require_jsx_runtime()), IconDownload = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2070
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
2060
2071
|
"path",
|
|
2061
2072
|
{
|
|
2062
2073
|
fill: stroke || color || "currentColor",
|
|
2063
2074
|
d: "M22.5 24L22.5 13.5H20.25V21.75L3.75 21.75L3.75 13.5H1.5L1.5 24L22.5 24Z"
|
|
2064
2075
|
}
|
|
2065
2076
|
),
|
|
2066
|
-
/* @__PURE__ */ (0,
|
|
2077
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
2067
2078
|
"path",
|
|
2068
2079
|
{
|
|
2069
2080
|
fill: stroke || color || "currentColor",
|
|
@@ -2075,7 +2086,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2075
2086
|
] }), Download_default = IconDownload;
|
|
2076
2087
|
|
|
2077
2088
|
// src/components/DownrightFilled.tsx
|
|
2078
|
-
var
|
|
2089
|
+
var import_jsx_runtime40 = __toESM(require_jsx_runtime()), IconDownrightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
2079
2090
|
"path",
|
|
2080
2091
|
{
|
|
2081
2092
|
fill: fill || color || "currentColor",
|
|
@@ -2086,18 +2097,38 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2086
2097
|
) }), DownrightFilled_default = IconDownrightFilled;
|
|
2087
2098
|
|
|
2088
2099
|
// src/components/DraghandleFilled.tsx
|
|
2089
|
-
var
|
|
2090
|
-
/* @__PURE__ */ (0,
|
|
2091
|
-
/* @__PURE__ */ (0,
|
|
2092
|
-
/* @__PURE__ */ (0,
|
|
2093
|
-
/* @__PURE__ */ (0,
|
|
2094
|
-
/* @__PURE__ */ (0,
|
|
2095
|
-
/* @__PURE__ */ (0,
|
|
2100
|
+
var import_jsx_runtime41 = __toESM(require_jsx_runtime()), IconDraghandleFilled = ({ 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: [
|
|
2101
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { fill: fill || color || "currentColor", d: "M18 7.19999V2.39999H13.2V7.19999L18 7.19999Z" }),
|
|
2102
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { fill: fill || color || "currentColor", d: "M18 9.59999V14.4H13.2L13.2 9.59999H18Z" }),
|
|
2103
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 9.59999V14.4H6V9.59999H10.8Z" }),
|
|
2104
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 2.39999V7.19999L6 7.19999V2.39999H10.8Z" }),
|
|
2105
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { fill: fill || color || "currentColor", d: "M18 21.6V16.8H13.2V21.6H18Z" }),
|
|
2106
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 16.8V21.6H6V16.8H10.8Z" })
|
|
2096
2107
|
] }), DraghandleFilled_default = IconDraghandleFilled;
|
|
2097
2108
|
|
|
2109
|
+
// src/components/Edit.tsx
|
|
2110
|
+
var import_jsx_runtime42 = __toESM(require_jsx_runtime()), IconEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2111
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
2112
|
+
"path",
|
|
2113
|
+
{
|
|
2114
|
+
fill: stroke || color || "currentColor",
|
|
2115
|
+
d: "M18.75 0L9 9.75V15H14.25L24 5.25L18.75 0ZM11.25 12.75V10.682L18.75 3.18198L20.818 5.25L13.318 12.75H11.25Z",
|
|
2116
|
+
fillRule: "evenodd",
|
|
2117
|
+
clipRule: "evenodd"
|
|
2118
|
+
}
|
|
2119
|
+
),
|
|
2120
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
2121
|
+
"path",
|
|
2122
|
+
{
|
|
2123
|
+
fill: stroke || color || "currentColor",
|
|
2124
|
+
d: "M1.5 1.5V22.5H22.5V13.5H20.25V20.25H3.75V3.75H10.5V1.5H1.5Z"
|
|
2125
|
+
}
|
|
2126
|
+
)
|
|
2127
|
+
] }), Edit_default = IconEdit;
|
|
2128
|
+
|
|
2098
2129
|
// src/components/Expandwindow.tsx
|
|
2099
|
-
var
|
|
2100
|
-
/* @__PURE__ */ (0,
|
|
2130
|
+
var import_jsx_runtime43 = __toESM(require_jsx_runtime()), IconExpandwindow = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2131
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
2101
2132
|
"path",
|
|
2102
2133
|
{
|
|
2103
2134
|
fill: stroke || color || "currentColor",
|
|
@@ -2106,7 +2137,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2106
2137
|
clipRule: "evenodd"
|
|
2107
2138
|
}
|
|
2108
2139
|
),
|
|
2109
|
-
/* @__PURE__ */ (0,
|
|
2140
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
2110
2141
|
"path",
|
|
2111
2142
|
{
|
|
2112
2143
|
fill: stroke || color || "currentColor",
|
|
@@ -2118,7 +2149,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2118
2149
|
] }), Expandwindow_default = IconExpandwindow;
|
|
2119
2150
|
|
|
2120
2151
|
// src/components/FavoriteFilled.tsx
|
|
2121
|
-
var
|
|
2152
|
+
var import_jsx_runtime44 = __toESM(require_jsx_runtime()), IconFavoriteFilled = ({ 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)(
|
|
2122
2153
|
"path",
|
|
2123
2154
|
{
|
|
2124
2155
|
fill: fill || color || "currentColor",
|
|
@@ -2127,7 +2158,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2127
2158
|
) }), FavoriteFilled_default = IconFavoriteFilled;
|
|
2128
2159
|
|
|
2129
2160
|
// src/components/Favorite.tsx
|
|
2130
|
-
var
|
|
2161
|
+
var import_jsx_runtime45 = __toESM(require_jsx_runtime()), IconFavorite = ({ 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)(
|
|
2131
2162
|
"path",
|
|
2132
2163
|
{
|
|
2133
2164
|
fill: stroke || color || "currentColor",
|
|
@@ -2138,7 +2169,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2138
2169
|
) }), Favorite_default = IconFavorite;
|
|
2139
2170
|
|
|
2140
2171
|
// src/components/FeedbackFailFilled.tsx
|
|
2141
|
-
var
|
|
2172
|
+
var import_jsx_runtime46 = __toESM(require_jsx_runtime()), IconFeedbackFailFilled = ({ 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)(
|
|
2142
2173
|
"path",
|
|
2143
2174
|
{
|
|
2144
2175
|
fill: fill || color || "currentColor",
|
|
@@ -2149,7 +2180,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2149
2180
|
) }), FeedbackFailFilled_default = IconFeedbackFailFilled;
|
|
2150
2181
|
|
|
2151
2182
|
// src/components/FeedbackPendingFilled.tsx
|
|
2152
|
-
var
|
|
2183
|
+
var import_jsx_runtime47 = __toESM(require_jsx_runtime()), IconFeedbackPendingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
2153
2184
|
"path",
|
|
2154
2185
|
{
|
|
2155
2186
|
fill: fill || color || "currentColor",
|
|
@@ -2160,7 +2191,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2160
2191
|
) }), FeedbackPendingFilled_default = IconFeedbackPendingFilled;
|
|
2161
2192
|
|
|
2162
2193
|
// src/components/FeedbackProblemFilled.tsx
|
|
2163
|
-
var
|
|
2194
|
+
var import_jsx_runtime48 = __toESM(require_jsx_runtime()), IconFeedbackProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
2164
2195
|
"path",
|
|
2165
2196
|
{
|
|
2166
2197
|
fill: fill || color || "currentColor",
|
|
@@ -2171,29 +2202,29 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2171
2202
|
) }), FeedbackProblemFilled_default = IconFeedbackProblemFilled;
|
|
2172
2203
|
|
|
2173
2204
|
// src/components/FeedbackProblem.tsx
|
|
2174
|
-
var
|
|
2175
|
-
/* @__PURE__ */ (0,
|
|
2205
|
+
var import_jsx_runtime49 = __toESM(require_jsx_runtime()), IconFeedbackProblem = ({ 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: [
|
|
2206
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
2176
2207
|
"path",
|
|
2177
2208
|
{
|
|
2178
2209
|
fill: stroke || color || "currentColor",
|
|
2179
2210
|
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"
|
|
2180
2211
|
}
|
|
2181
2212
|
),
|
|
2182
|
-
/* @__PURE__ */ (0,
|
|
2213
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
2183
2214
|
"path",
|
|
2184
2215
|
{
|
|
2185
2216
|
fill: stroke || color || "currentColor",
|
|
2186
2217
|
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"
|
|
2187
2218
|
}
|
|
2188
2219
|
),
|
|
2189
|
-
/* @__PURE__ */ (0,
|
|
2220
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
2190
2221
|
"path",
|
|
2191
2222
|
{
|
|
2192
2223
|
fill: stroke || color || "currentColor",
|
|
2193
2224
|
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"
|
|
2194
2225
|
}
|
|
2195
2226
|
),
|
|
2196
|
-
/* @__PURE__ */ (0,
|
|
2227
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
2197
2228
|
"path",
|
|
2198
2229
|
{
|
|
2199
2230
|
fill: stroke || color || "currentColor",
|
|
@@ -2205,8 +2236,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2205
2236
|
] }), FeedbackProblem_default = IconFeedbackProblem;
|
|
2206
2237
|
|
|
2207
2238
|
// src/components/FiletypeImageFilled.tsx
|
|
2208
|
-
var
|
|
2209
|
-
/* @__PURE__ */ (0,
|
|
2239
|
+
var import_jsx_runtime50 = __toESM(require_jsx_runtime()), IconFiletypeImageFilled = ({ 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: [
|
|
2240
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
2210
2241
|
"path",
|
|
2211
2242
|
{
|
|
2212
2243
|
fill: "#2E2E2E",
|
|
@@ -2214,21 +2245,21 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2214
2245
|
style: { opacity: 0.3 }
|
|
2215
2246
|
}
|
|
2216
2247
|
) }),
|
|
2217
|
-
/* @__PURE__ */ (0,
|
|
2248
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
2218
2249
|
"path",
|
|
2219
2250
|
{
|
|
2220
2251
|
fill: "#2E2E2E",
|
|
2221
2252
|
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"
|
|
2222
2253
|
}
|
|
2223
2254
|
),
|
|
2224
|
-
/* @__PURE__ */ (0,
|
|
2255
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
2225
2256
|
"path",
|
|
2226
2257
|
{
|
|
2227
2258
|
fill: "#2E2E2E",
|
|
2228
2259
|
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"
|
|
2229
2260
|
}
|
|
2230
2261
|
),
|
|
2231
|
-
/* @__PURE__ */ (0,
|
|
2262
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
2232
2263
|
"path",
|
|
2233
2264
|
{
|
|
2234
2265
|
fill: "#2E2E2E",
|
|
@@ -2240,8 +2271,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2240
2271
|
] }), FiletypeImageFilled_default = IconFiletypeImageFilled;
|
|
2241
2272
|
|
|
2242
2273
|
// src/components/FiletypePdfFilled.tsx
|
|
2243
|
-
var
|
|
2244
|
-
/* @__PURE__ */ (0,
|
|
2274
|
+
var import_jsx_runtime51 = __toESM(require_jsx_runtime()), IconFiletypePdfFilled = ({ 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: [
|
|
2275
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
2245
2276
|
"path",
|
|
2246
2277
|
{
|
|
2247
2278
|
fill: "#FF3E4C",
|
|
@@ -2249,14 +2280,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2249
2280
|
style: { opacity: 0.3 }
|
|
2250
2281
|
}
|
|
2251
2282
|
) }),
|
|
2252
|
-
/* @__PURE__ */ (0,
|
|
2283
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
2253
2284
|
"path",
|
|
2254
2285
|
{
|
|
2255
2286
|
fill: "#FF3E4C",
|
|
2256
2287
|
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"
|
|
2257
2288
|
}
|
|
2258
2289
|
),
|
|
2259
|
-
/* @__PURE__ */ (0,
|
|
2290
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
2260
2291
|
"path",
|
|
2261
2292
|
{
|
|
2262
2293
|
fill: "#FF3E4C",
|
|
@@ -2266,8 +2297,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2266
2297
|
] }), FiletypePdfFilled_default = IconFiletypePdfFilled;
|
|
2267
2298
|
|
|
2268
2299
|
// src/components/FiletypePdfLumiFilled.tsx
|
|
2269
|
-
var
|
|
2270
|
-
/* @__PURE__ */ (0,
|
|
2300
|
+
var import_jsx_runtime52 = __toESM(require_jsx_runtime()), IconFiletypePdfLumiFilled = ({ 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: [
|
|
2301
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
2271
2302
|
"path",
|
|
2272
2303
|
{
|
|
2273
2304
|
fill: "#2E2E2E",
|
|
@@ -2275,14 +2306,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2275
2306
|
style: { opacity: 0.3 }
|
|
2276
2307
|
}
|
|
2277
2308
|
) }),
|
|
2278
|
-
/* @__PURE__ */ (0,
|
|
2309
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
2279
2310
|
"path",
|
|
2280
2311
|
{
|
|
2281
2312
|
fill: "#2E2E2E",
|
|
2282
2313
|
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"
|
|
2283
2314
|
}
|
|
2284
2315
|
),
|
|
2285
|
-
/* @__PURE__ */ (0,
|
|
2316
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
2286
2317
|
"path",
|
|
2287
2318
|
{
|
|
2288
2319
|
fill: "#2E2E2E",
|
|
@@ -2292,8 +2323,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2292
2323
|
] }), FiletypePdfLumiFilled_default = IconFiletypePdfLumiFilled;
|
|
2293
2324
|
|
|
2294
2325
|
// src/components/FiletypeTxtFilled.tsx
|
|
2295
|
-
var
|
|
2296
|
-
/* @__PURE__ */ (0,
|
|
2326
|
+
var import_jsx_runtime53 = __toESM(require_jsx_runtime()), IconFiletypeTxtFilled = ({ 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: [
|
|
2327
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
2297
2328
|
"path",
|
|
2298
2329
|
{
|
|
2299
2330
|
fill: "#005FAD",
|
|
@@ -2301,11 +2332,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2301
2332
|
style: { opacity: 0.3 }
|
|
2302
2333
|
}
|
|
2303
2334
|
) }),
|
|
2304
|
-
/* @__PURE__ */ (0,
|
|
2305
|
-
/* @__PURE__ */ (0,
|
|
2306
|
-
/* @__PURE__ */ (0,
|
|
2307
|
-
/* @__PURE__ */ (0,
|
|
2308
|
-
/* @__PURE__ */ (0,
|
|
2335
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("path", { fill: "#005FAD", d: "M7.625 8.5625H16.375V7.625H7.625V8.5625Z" }),
|
|
2336
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("path", { fill: "#005FAD", d: "M7.625 16.375H13.875V15.4375H7.625V16.375Z" }),
|
|
2337
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("path", { fill: "#005FAD", d: "M16.375 11.2188H7.625V10.2812H16.375V11.2188Z" }),
|
|
2338
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("path", { fill: "#005FAD", d: "M7.625 13.7188H16.375V12.7812H7.625V13.7188Z" }),
|
|
2339
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
2309
2340
|
"path",
|
|
2310
2341
|
{
|
|
2311
2342
|
fill: "#005FAD",
|
|
@@ -2315,8 +2346,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2315
2346
|
] }), FiletypeTxtFilled_default = IconFiletypeTxtFilled;
|
|
2316
2347
|
|
|
2317
2348
|
// src/components/FiletypeTxtLumiFilled.tsx
|
|
2318
|
-
var
|
|
2319
|
-
/* @__PURE__ */ (0,
|
|
2349
|
+
var import_jsx_runtime54 = __toESM(require_jsx_runtime()), IconFiletypeTxtLumiFilled = ({ 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: [
|
|
2350
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
2320
2351
|
"path",
|
|
2321
2352
|
{
|
|
2322
2353
|
fill: "#2E2E2E",
|
|
@@ -2324,11 +2355,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2324
2355
|
style: { opacity: 0.3 }
|
|
2325
2356
|
}
|
|
2326
2357
|
) }),
|
|
2327
|
-
/* @__PURE__ */ (0,
|
|
2328
|
-
/* @__PURE__ */ (0,
|
|
2329
|
-
/* @__PURE__ */ (0,
|
|
2330
|
-
/* @__PURE__ */ (0,
|
|
2331
|
-
/* @__PURE__ */ (0,
|
|
2358
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("path", { fill: "#2E2E2E", d: "M7.625 8.5625H16.375V7.625H7.625V8.5625Z" }),
|
|
2359
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("path", { fill: "#2E2E2E", d: "M7.625 16.375H13.875V15.4375H7.625V16.375Z" }),
|
|
2360
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("path", { fill: "#2E2E2E", d: "M16.375 11.2188H7.625V10.2812H16.375V11.2188Z" }),
|
|
2361
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("path", { fill: "#2E2E2E", d: "M7.625 13.7188H16.375V12.7812H7.625V13.7188Z" }),
|
|
2362
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
2332
2363
|
"path",
|
|
2333
2364
|
{
|
|
2334
2365
|
fill: "#2E2E2E",
|
|
@@ -2338,8 +2369,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2338
2369
|
] }), FiletypeTxtLumiFilled_default = IconFiletypeTxtLumiFilled;
|
|
2339
2370
|
|
|
2340
2371
|
// src/components/FiletypeWordFilled.tsx
|
|
2341
|
-
var
|
|
2342
|
-
/* @__PURE__ */ (0,
|
|
2372
|
+
var import_jsx_runtime55 = __toESM(require_jsx_runtime()), IconFiletypeWordFilled = ({ 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: [
|
|
2373
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
|
|
2343
2374
|
"path",
|
|
2344
2375
|
{
|
|
2345
2376
|
fill: "#0072FF",
|
|
@@ -2347,14 +2378,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2347
2378
|
style: { opacity: 0.3 }
|
|
2348
2379
|
}
|
|
2349
2380
|
) }),
|
|
2350
|
-
/* @__PURE__ */ (0,
|
|
2381
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
|
|
2351
2382
|
"path",
|
|
2352
2383
|
{
|
|
2353
2384
|
fill: "#0072FF",
|
|
2354
2385
|
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"
|
|
2355
2386
|
}
|
|
2356
2387
|
),
|
|
2357
|
-
/* @__PURE__ */ (0,
|
|
2388
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
|
|
2358
2389
|
"path",
|
|
2359
2390
|
{
|
|
2360
2391
|
fill: "#0072FF",
|
|
@@ -2364,8 +2395,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2364
2395
|
] }), FiletypeWordFilled_default = IconFiletypeWordFilled;
|
|
2365
2396
|
|
|
2366
2397
|
// src/components/FiletypeWordLumiFilled.tsx
|
|
2367
|
-
var
|
|
2368
|
-
/* @__PURE__ */ (0,
|
|
2398
|
+
var import_jsx_runtime56 = __toESM(require_jsx_runtime()), IconFiletypeWordLumiFilled = ({ 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: [
|
|
2399
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
2369
2400
|
"path",
|
|
2370
2401
|
{
|
|
2371
2402
|
fill: "#2E2E2E",
|
|
@@ -2373,14 +2404,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2373
2404
|
style: { opacity: 0.3 }
|
|
2374
2405
|
}
|
|
2375
2406
|
) }),
|
|
2376
|
-
/* @__PURE__ */ (0,
|
|
2407
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
2377
2408
|
"path",
|
|
2378
2409
|
{
|
|
2379
2410
|
fill: "#2E2E2E",
|
|
2380
2411
|
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"
|
|
2381
2412
|
}
|
|
2382
2413
|
),
|
|
2383
|
-
/* @__PURE__ */ (0,
|
|
2414
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
2384
2415
|
"path",
|
|
2385
2416
|
{
|
|
2386
2417
|
fill: "#2E2E2E",
|
|
@@ -2390,8 +2421,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2390
2421
|
] }), FiletypeWordLumiFilled_default = IconFiletypeWordLumiFilled;
|
|
2391
2422
|
|
|
2392
2423
|
// src/components/Fillin.tsx
|
|
2393
|
-
var
|
|
2394
|
-
/* @__PURE__ */ (0,
|
|
2424
|
+
var import_jsx_runtime57 = __toESM(require_jsx_runtime()), IconFillin = ({ 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: [
|
|
2425
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("g", { clipPath: "url(#clip0_491_23)", children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
2395
2426
|
"path",
|
|
2396
2427
|
{
|
|
2397
2428
|
fill: stroke || color || "currentColor",
|
|
@@ -2400,7 +2431,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2400
2431
|
clipRule: "evenodd"
|
|
2401
2432
|
}
|
|
2402
2433
|
) }),
|
|
2403
|
-
/* @__PURE__ */ (0,
|
|
2434
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("clipPath", { id: "clip0_491_23", children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
2404
2435
|
"rect",
|
|
2405
2436
|
{
|
|
2406
2437
|
width: "24",
|
|
@@ -2412,33 +2443,33 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2412
2443
|
] }), Fillin_default = IconFillin;
|
|
2413
2444
|
|
|
2414
2445
|
// src/components/FoldedMenu.tsx
|
|
2415
|
-
var
|
|
2416
|
-
/* @__PURE__ */ (0,
|
|
2417
|
-
/* @__PURE__ */ (0,
|
|
2418
|
-
/* @__PURE__ */ (0,
|
|
2419
|
-
/* @__PURE__ */ (0,
|
|
2446
|
+
var import_jsx_runtime58 = __toESM(require_jsx_runtime()), IconFoldedMenu = ({ 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: [
|
|
2447
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H22.5V1.5H1.5V3.75Z" }),
|
|
2448
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H22.5V20.25H1.5V22.5Z" }),
|
|
2449
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)("path", { fill: stroke || color || "currentColor", d: "M22.5 10.125H1.5V7.875H22.5V10.125Z" }),
|
|
2450
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H22.5V13.875H1.5V16.125Z" })
|
|
2420
2451
|
] }), FoldedMenu_default = IconFoldedMenu;
|
|
2421
2452
|
|
|
2422
2453
|
// src/components/FullScreen.tsx
|
|
2423
|
-
var
|
|
2424
|
-
/* @__PURE__ */ (0,
|
|
2425
|
-
/* @__PURE__ */ (0,
|
|
2426
|
-
/* @__PURE__ */ (0,
|
|
2427
|
-
/* @__PURE__ */ (0,
|
|
2454
|
+
var import_jsx_runtime59 = __toESM(require_jsx_runtime()), IconFullScreen = ({ 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: [
|
|
2455
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)("path", { fill: stroke || color || "currentColor", d: "M3.25 14V20.75H10V23H1V14H3.25Z" }),
|
|
2456
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)("path", { fill: stroke || color || "currentColor", d: "M23 23H14V20.75H20.75V14H23V23Z" }),
|
|
2457
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)("path", { fill: stroke || color || "currentColor", d: "M10 3.25H3.25V10H1V1H10V3.25Z" }),
|
|
2458
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)("path", { fill: stroke || color || "currentColor", d: "M23 10H20.75V3.25H14V1H23V10Z" })
|
|
2428
2459
|
] }), FullScreen_default = IconFullScreen;
|
|
2429
2460
|
|
|
2430
2461
|
// src/components/GameFilled.tsx
|
|
2431
|
-
var
|
|
2432
|
-
/* @__PURE__ */ (0,
|
|
2433
|
-
/* @__PURE__ */ (0,
|
|
2434
|
-
/* @__PURE__ */ (0,
|
|
2462
|
+
var import_jsx_runtime60 = __toESM(require_jsx_runtime()), IconGameFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2463
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("path", { fill: fill || color || "currentColor", d: "M7.5 0H16.5V5.37868L12 9.87868L7.5 5.37868V0Z" }),
|
|
2464
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("path", { fill: fill || color || "currentColor", d: "M5.37868 7.5H0V16.5H5.37868L9.87868 12L5.37868 7.5Z" }),
|
|
2465
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
2435
2466
|
"path",
|
|
2436
2467
|
{
|
|
2437
2468
|
fill: fill || color || "currentColor",
|
|
2438
2469
|
d: "M7.5 18.6213V24H16.5V18.6213L12 14.1213L7.5 18.6213Z"
|
|
2439
2470
|
}
|
|
2440
2471
|
),
|
|
2441
|
-
/* @__PURE__ */ (0,
|
|
2472
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
2442
2473
|
"path",
|
|
2443
2474
|
{
|
|
2444
2475
|
fill: fill || color || "currentColor",
|
|
@@ -2448,8 +2479,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2448
2479
|
] }), GameFilled_default = IconGameFilled;
|
|
2449
2480
|
|
|
2450
2481
|
// src/components/Game.tsx
|
|
2451
|
-
var
|
|
2452
|
-
/* @__PURE__ */ (0,
|
|
2482
|
+
var import_jsx_runtime61 = __toESM(require_jsx_runtime()), IconGame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2483
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
2453
2484
|
"path",
|
|
2454
2485
|
{
|
|
2455
2486
|
fill: stroke || color || "currentColor",
|
|
@@ -2458,7 +2489,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2458
2489
|
clipRule: "evenodd"
|
|
2459
2490
|
}
|
|
2460
2491
|
),
|
|
2461
|
-
/* @__PURE__ */ (0,
|
|
2492
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
2462
2493
|
"path",
|
|
2463
2494
|
{
|
|
2464
2495
|
fill: stroke || color || "currentColor",
|
|
@@ -2467,7 +2498,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2467
2498
|
clipRule: "evenodd"
|
|
2468
2499
|
}
|
|
2469
2500
|
),
|
|
2470
|
-
/* @__PURE__ */ (0,
|
|
2501
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
2471
2502
|
"path",
|
|
2472
2503
|
{
|
|
2473
2504
|
fill: stroke || color || "currentColor",
|
|
@@ -2476,7 +2507,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2476
2507
|
clipRule: "evenodd"
|
|
2477
2508
|
}
|
|
2478
2509
|
),
|
|
2479
|
-
/* @__PURE__ */ (0,
|
|
2510
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
2480
2511
|
"path",
|
|
2481
2512
|
{
|
|
2482
2513
|
fill: stroke || color || "currentColor",
|
|
@@ -2488,7 +2519,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2488
2519
|
] }), Game_default = IconGame;
|
|
2489
2520
|
|
|
2490
2521
|
// src/components/GamebackupFilled.tsx
|
|
2491
|
-
var
|
|
2522
|
+
var import_jsx_runtime62 = __toESM(require_jsx_runtime()), IconGamebackupFilled = ({ 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)(
|
|
2492
2523
|
"path",
|
|
2493
2524
|
{
|
|
2494
2525
|
fill: fill || color || "currentColor",
|
|
@@ -2499,7 +2530,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2499
2530
|
) }), GamebackupFilled_default = IconGamebackupFilled;
|
|
2500
2531
|
|
|
2501
2532
|
// src/components/Gamebackup.tsx
|
|
2502
|
-
var
|
|
2533
|
+
var import_jsx_runtime63 = __toESM(require_jsx_runtime()), IconGamebackup = ({ 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)(
|
|
2503
2534
|
"path",
|
|
2504
2535
|
{
|
|
2505
2536
|
fill: stroke || color || "currentColor",
|
|
@@ -2510,18 +2541,18 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2510
2541
|
) }), Gamebackup_default = IconGamebackup;
|
|
2511
2542
|
|
|
2512
2543
|
// src/components/GamecontrolChoice.tsx
|
|
2513
|
-
var
|
|
2544
|
+
var import_jsx_runtime64 = __toESM(require_jsx_runtime()), IconGamecontrolChoice = ({ 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)(
|
|
2514
2545
|
"path",
|
|
2515
2546
|
{
|
|
2516
2547
|
fill: stroke || color || "currentColor",
|
|
2517
|
-
d: "
|
|
2548
|
+
d: "M15.9053 6.75C16.395 8.48138 17.9868 9.75 19.875 9.75C22.1532 9.75 24 7.90318 24 5.625C24 3.34683 22.1532 1.5 19.875 1.5C17.9868 1.5 16.395 2.76862 15.9053 4.5L10.5 4.5L10.5 10.875L8.09472 10.875C7.60503 9.14362 6.01317 7.875 4.125 7.875C1.84682 7.875 -3.59387e-07 9.72182 -4.5897e-07 12C-5.58552e-07 14.2782 1.84682 16.125 4.125 16.125C6.01317 16.125 7.60503 14.8564 8.09472 13.125L10.5 13.125L10.5 19.5L15.9053 19.5C16.395 21.2314 17.9868 22.5 19.875 22.5C22.1532 22.5 24 20.6532 24 18.375C24 16.0968 22.1532 14.25 19.875 14.25C17.9868 14.25 16.395 15.5186 15.9053 17.25L12.75 17.25L12.75 6.75L15.9053 6.75ZM19.875 7.5C18.8395 7.5 18 6.66053 18 5.625C18 4.58947 18.8395 3.75 19.875 3.75C20.9105 3.75 21.75 4.58947 21.75 5.625C21.75 6.66053 20.9105 7.5 19.875 7.5ZM19.875 20.25C18.8395 20.25 18 19.4105 18 18.375C18 17.3395 18.8395 16.5 19.875 16.5C20.9105 16.5 21.75 17.3395 21.75 18.375C21.75 19.4105 20.9105 20.25 19.875 20.25ZM4.125 13.875C3.08947 13.875 2.25 13.0355 2.25 12C2.25 10.9645 3.08947 10.125 4.125 10.125C5.16053 10.125 6 10.9645 6 12C6 13.0355 5.16053 13.875 4.125 13.875Z",
|
|
2518
2549
|
fillRule: "evenodd",
|
|
2519
2550
|
clipRule: "evenodd"
|
|
2520
2551
|
}
|
|
2521
2552
|
) }), GamecontrolChoice_default = IconGamecontrolChoice;
|
|
2522
2553
|
|
|
2523
2554
|
// src/components/GamecontrolGameplay.tsx
|
|
2524
|
-
var
|
|
2555
|
+
var import_jsx_runtime65 = __toESM(require_jsx_runtime()), IconGamecontrolGameplay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
2525
2556
|
"path",
|
|
2526
2557
|
{
|
|
2527
2558
|
fill: stroke || color || "currentColor",
|
|
@@ -2532,7 +2563,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2532
2563
|
) }), GamecontrolGameplay_default = IconGamecontrolGameplay;
|
|
2533
2564
|
|
|
2534
2565
|
// src/components/GamecontrolLinear.tsx
|
|
2535
|
-
var
|
|
2566
|
+
var import_jsx_runtime66 = __toESM(require_jsx_runtime()), IconGamecontrolLinear = ({ 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)(
|
|
2536
2567
|
"path",
|
|
2537
2568
|
{
|
|
2538
2569
|
fill: stroke || color || "currentColor",
|
|
@@ -2543,15 +2574,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2543
2574
|
) }), GamecontrolLinear_default = IconGamecontrolLinear;
|
|
2544
2575
|
|
|
2545
2576
|
// src/components/GamecontrolNone.tsx
|
|
2546
|
-
var
|
|
2547
|
-
/* @__PURE__ */ (0,
|
|
2577
|
+
var import_jsx_runtime67 = __toESM(require_jsx_runtime()), IconGamecontrolNone = ({ 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: [
|
|
2578
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
2548
2579
|
"path",
|
|
2549
2580
|
{
|
|
2550
2581
|
fill: stroke || color || "currentColor",
|
|
2551
2582
|
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"
|
|
2552
2583
|
}
|
|
2553
2584
|
),
|
|
2554
|
-
/* @__PURE__ */ (0,
|
|
2585
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
2555
2586
|
"path",
|
|
2556
2587
|
{
|
|
2557
2588
|
fill: stroke || color || "currentColor",
|
|
@@ -2560,7 +2591,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2560
2591
|
clipRule: "evenodd"
|
|
2561
2592
|
}
|
|
2562
2593
|
),
|
|
2563
|
-
/* @__PURE__ */ (0,
|
|
2594
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
2564
2595
|
"path",
|
|
2565
2596
|
{
|
|
2566
2597
|
fill: stroke || color || "currentColor",
|
|
@@ -2571,8 +2602,35 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2571
2602
|
)
|
|
2572
2603
|
] }), GamecontrolNone_default = IconGamecontrolNone;
|
|
2573
2604
|
|
|
2605
|
+
// src/components/GamecontrolTerminal.tsx
|
|
2606
|
+
var import_jsx_runtime68 = __toESM(require_jsx_runtime()), IconGamecontrolTerminal = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2607
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
2608
|
+
"path",
|
|
2609
|
+
{
|
|
2610
|
+
fill: stroke || color || "currentColor",
|
|
2611
|
+
d: "M14.2893 0.218108L12.2541 2.25325C12.1697 2.25109 12.085 2.25 12 2.25C6.61522 2.25 2.25 6.61522 2.25 12C2.25 17.3848 6.61522 21.75 12 21.75C17.3848 21.75 21.75 17.3848 21.75 12C21.75 11.915 21.7489 11.8303 21.7468 11.7459L23.7819 9.71075C23.925 10.4518 24 11.2171 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C12.7829 0 13.5482 0.0749648 14.2893 0.218108Z"
|
|
2612
|
+
}
|
|
2613
|
+
),
|
|
2614
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
2615
|
+
"path",
|
|
2616
|
+
{
|
|
2617
|
+
fill: stroke || color || "currentColor",
|
|
2618
|
+
d: "M18.7088 12.75L16.4378 12.75C16.0807 14.8783 14.2297 16.5 12 16.5C9.51472 16.5 7.5 14.4853 7.5 12C7.5 9.77025 9.12172 7.91928 11.25 7.56222L11.25 5.2912C7.87504 5.66428 5.25 8.52559 5.25 12C5.25 15.7279 8.27208 18.75 12 18.75C15.4744 18.75 18.3357 16.125 18.7088 12.75Z"
|
|
2619
|
+
}
|
|
2620
|
+
),
|
|
2621
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
2622
|
+
"path",
|
|
2623
|
+
{
|
|
2624
|
+
fill: stroke || color || "currentColor",
|
|
2625
|
+
d: "M19.5 9.75H15.841L12.7955 12.7955L11.2045 11.2045L14.25 8.15901V4.5L18.75 0L20.25 3.75L24 5.25L19.5 9.75ZM18.5191 5.48095L17.9282 4.00379L16.5 5.43198V7.5H18.568L19.9962 6.07181L18.5191 5.48095Z",
|
|
2626
|
+
fillRule: "evenodd",
|
|
2627
|
+
clipRule: "evenodd"
|
|
2628
|
+
}
|
|
2629
|
+
)
|
|
2630
|
+
] }), GamecontrolTerminal_default = IconGamecontrolTerminal;
|
|
2631
|
+
|
|
2574
2632
|
// src/components/Gamelanguage.tsx
|
|
2575
|
-
var
|
|
2633
|
+
var import_jsx_runtime69 = __toESM(require_jsx_runtime()), IconGamelanguage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
2576
2634
|
"path",
|
|
2577
2635
|
{
|
|
2578
2636
|
fill: stroke || color || "currentColor",
|
|
@@ -2583,8 +2641,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2583
2641
|
) }), Gamelanguage_default = IconGamelanguage;
|
|
2584
2642
|
|
|
2585
2643
|
// src/components/Gamepreview.tsx
|
|
2586
|
-
var
|
|
2587
|
-
/* @__PURE__ */ (0,
|
|
2644
|
+
var import_jsx_runtime70 = __toESM(require_jsx_runtime()), IconGamepreview = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2645
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
2588
2646
|
"path",
|
|
2589
2647
|
{
|
|
2590
2648
|
fill: stroke || color || "currentColor",
|
|
@@ -2593,7 +2651,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2593
2651
|
clipRule: "evenodd"
|
|
2594
2652
|
}
|
|
2595
2653
|
),
|
|
2596
|
-
/* @__PURE__ */ (0,
|
|
2654
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
2597
2655
|
"path",
|
|
2598
2656
|
{
|
|
2599
2657
|
fill: stroke || color || "currentColor",
|
|
@@ -2605,7 +2663,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2605
2663
|
] }), Gamepreview_default = IconGamepreview;
|
|
2606
2664
|
|
|
2607
2665
|
// src/components/Gameui.tsx
|
|
2608
|
-
var
|
|
2666
|
+
var import_jsx_runtime71 = __toESM(require_jsx_runtime()), IconGameui = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
2609
2667
|
"path",
|
|
2610
2668
|
{
|
|
2611
2669
|
fill: stroke || color || "currentColor",
|
|
@@ -2615,16 +2673,36 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2615
2673
|
}
|
|
2616
2674
|
) }), Gameui_default = IconGameui;
|
|
2617
2675
|
|
|
2676
|
+
// src/components/Gameuivariable.tsx
|
|
2677
|
+
var import_jsx_runtime72 = __toESM(require_jsx_runtime()), IconGameuivariable = ({ 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: [
|
|
2678
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
2679
|
+
"path",
|
|
2680
|
+
{
|
|
2681
|
+
fill: fill || color || "currentColor",
|
|
2682
|
+
d: "M24 12L22.4082 13.5898C21.7208 13.1558 20.9482 12.8456 20.1172 12.6992L20.8184 12L17.2051 8.38672L13.5918 12L15.3418 13.75C14.7219 14.1827 14.1827 14.7219 13.75 15.3418L12 13.5918L8.38672 17.2051L12 20.8184L12.6992 20.1172C12.8456 20.9482 13.1558 21.7208 13.5898 22.4082L12 24L0 12L12 0L24 12ZM3.18164 12L6.79492 15.6133L10.4082 12L6.79492 8.38672L3.18164 12ZM8.38672 6.79492L12 10.4082L15.6133 6.79492L12 3.18164L8.38672 6.79492Z",
|
|
2683
|
+
fillRule: "evenodd",
|
|
2684
|
+
clipRule: "evenodd"
|
|
2685
|
+
}
|
|
2686
|
+
),
|
|
2687
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
2688
|
+
"path",
|
|
2689
|
+
{
|
|
2690
|
+
fill: stroke || color || "currentColor",
|
|
2691
|
+
d: "M19 14C21.7614 14 24 16.2386 24 19C24 21.7614 21.7614 24 19 24C16.2386 24 14 21.7614 14 19C14 16.2386 16.2386 14 19 14ZM18.4102 19.5645L16.5684 17.6484L15.666 18.6172L18.4102 21.5L22.334 17.4668L21.4316 16.5L18.4102 19.5645Z"
|
|
2692
|
+
}
|
|
2693
|
+
)
|
|
2694
|
+
] }), Gameuivariable_default = IconGameuivariable;
|
|
2695
|
+
|
|
2618
2696
|
// src/components/GenerateMultimage.tsx
|
|
2619
|
-
var
|
|
2620
|
-
/* @__PURE__ */ (0,
|
|
2697
|
+
var import_jsx_runtime73 = __toESM(require_jsx_runtime()), IconGenerateMultimage = ({ 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: [
|
|
2698
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
2621
2699
|
"path",
|
|
2622
2700
|
{
|
|
2623
2701
|
fill: stroke || color || "currentColor",
|
|
2624
2702
|
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"
|
|
2625
2703
|
}
|
|
2626
2704
|
),
|
|
2627
|
-
/* @__PURE__ */ (0,
|
|
2705
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
2628
2706
|
"path",
|
|
2629
2707
|
{
|
|
2630
2708
|
fill: stroke || color || "currentColor",
|
|
@@ -2633,11 +2711,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2633
2711
|
clipRule: "evenodd"
|
|
2634
2712
|
}
|
|
2635
2713
|
),
|
|
2636
|
-
/* @__PURE__ */ (0,
|
|
2714
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)("path", { fill: stroke || color || "currentColor", d: "M0 6V24H18V21.75H2.25V6H0Z" })
|
|
2637
2715
|
] }), GenerateMultimage_default = IconGenerateMultimage;
|
|
2638
2716
|
|
|
2639
2717
|
// src/components/GenerateFilled.tsx
|
|
2640
|
-
var
|
|
2718
|
+
var import_jsx_runtime74 = __toESM(require_jsx_runtime()), IconGenerateFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
|
|
2641
2719
|
"path",
|
|
2642
2720
|
{
|
|
2643
2721
|
fill: fill || color || "currentColor",
|
|
@@ -2648,15 +2726,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2648
2726
|
) }), GenerateFilled_default = IconGenerateFilled;
|
|
2649
2727
|
|
|
2650
2728
|
// src/components/GenerateFrameStart.tsx
|
|
2651
|
-
var
|
|
2652
|
-
/* @__PURE__ */ (0,
|
|
2729
|
+
var import_jsx_runtime75 = __toESM(require_jsx_runtime()), IconGenerateFrameStart = ({ 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: [
|
|
2730
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
|
|
2653
2731
|
"path",
|
|
2654
2732
|
{
|
|
2655
2733
|
fill: stroke || color || "currentColor",
|
|
2656
2734
|
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"
|
|
2657
2735
|
}
|
|
2658
2736
|
),
|
|
2659
|
-
/* @__PURE__ */ (0,
|
|
2737
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
|
|
2660
2738
|
"path",
|
|
2661
2739
|
{
|
|
2662
2740
|
fill: stroke || color || "currentColor",
|
|
@@ -2668,8 +2746,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2668
2746
|
] }), GenerateFrameStart_default = IconGenerateFrameStart;
|
|
2669
2747
|
|
|
2670
2748
|
// src/components/GenerateFrameStart2End.tsx
|
|
2671
|
-
var
|
|
2672
|
-
/* @__PURE__ */ (0,
|
|
2749
|
+
var import_jsx_runtime76 = __toESM(require_jsx_runtime()), IconGenerateFrameStart2End = ({ 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: [
|
|
2750
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
2673
2751
|
"path",
|
|
2674
2752
|
{
|
|
2675
2753
|
fill: stroke || color || "currentColor",
|
|
@@ -2678,14 +2756,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2678
2756
|
clipRule: "evenodd"
|
|
2679
2757
|
}
|
|
2680
2758
|
),
|
|
2681
|
-
/* @__PURE__ */ (0,
|
|
2759
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
2682
2760
|
"path",
|
|
2683
2761
|
{
|
|
2684
2762
|
fill: stroke || color || "currentColor",
|
|
2685
2763
|
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"
|
|
2686
2764
|
}
|
|
2687
2765
|
),
|
|
2688
|
-
/* @__PURE__ */ (0,
|
|
2766
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
2689
2767
|
"path",
|
|
2690
2768
|
{
|
|
2691
2769
|
fill: stroke || color || "currentColor",
|
|
@@ -2697,8 +2775,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2697
2775
|
] }), GenerateFrameStart2End_default = IconGenerateFrameStart2End;
|
|
2698
2776
|
|
|
2699
2777
|
// src/components/GenerateSwitchframe.tsx
|
|
2700
|
-
var
|
|
2701
|
-
/* @__PURE__ */ (0,
|
|
2778
|
+
var import_jsx_runtime77 = __toESM(require_jsx_runtime()), IconGenerateSwitchframe = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2779
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
2702
2780
|
"path",
|
|
2703
2781
|
{
|
|
2704
2782
|
fill: stroke || color || "currentColor",
|
|
@@ -2707,7 +2785,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2707
2785
|
clipRule: "evenodd"
|
|
2708
2786
|
}
|
|
2709
2787
|
),
|
|
2710
|
-
/* @__PURE__ */ (0,
|
|
2788
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
2711
2789
|
"path",
|
|
2712
2790
|
{
|
|
2713
2791
|
fill: stroke || color || "currentColor",
|
|
@@ -2719,15 +2797,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2719
2797
|
] }), GenerateSwitchframe_default = IconGenerateSwitchframe;
|
|
2720
2798
|
|
|
2721
2799
|
// src/components/GenerateT2V.tsx
|
|
2722
|
-
var
|
|
2723
|
-
/* @__PURE__ */ (0,
|
|
2800
|
+
var import_jsx_runtime78 = __toESM(require_jsx_runtime()), IconGenerateT2V = ({ 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: [
|
|
2801
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
2724
2802
|
"path",
|
|
2725
2803
|
{
|
|
2726
2804
|
fill: stroke || color || "currentColor",
|
|
2727
2805
|
d: "M6 6V10.5H8.25V8.25H10.875V15.75H8.25V18H15.75V15.75H13.125V8.25H15.75V10.5H18V6H6Z"
|
|
2728
2806
|
}
|
|
2729
2807
|
),
|
|
2730
|
-
/* @__PURE__ */ (0,
|
|
2808
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
2731
2809
|
"path",
|
|
2732
2810
|
{
|
|
2733
2811
|
fill: stroke || color || "currentColor",
|
|
@@ -2738,16 +2816,26 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2738
2816
|
)
|
|
2739
2817
|
] }), GenerateT2V_default = IconGenerateT2V;
|
|
2740
2818
|
|
|
2819
|
+
// src/components/Generate.tsx
|
|
2820
|
+
var import_jsx_runtime79 = __toESM(require_jsx_runtime()), IconGenerate = ({ 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)(
|
|
2821
|
+
"path",
|
|
2822
|
+
{
|
|
2823
|
+
stroke: stroke || color || "currentColor",
|
|
2824
|
+
d: "M12.3652 1.09961L15.3525 8.06934L15.5264 8.47363L15.9307 8.64746L22.9004 11.6338V12.3652L15.9307 15.3525L15.5264 15.5264L15.3525 15.9307L12.3652 22.9004H11.6348L8.64746 15.9307L8.47363 15.5264L8.06934 15.3525L1.09961 12.3652V11.6338L8.06934 8.64746L8.47363 8.47363L8.64746 8.06934L11.6348 1.09961H12.3652Z",
|
|
2825
|
+
strokeWidth: "2.2"
|
|
2826
|
+
}
|
|
2827
|
+
) }), Generate_default = IconGenerate;
|
|
2828
|
+
|
|
2741
2829
|
// src/components/GenreAuto.tsx
|
|
2742
|
-
var
|
|
2743
|
-
/* @__PURE__ */ (0,
|
|
2830
|
+
var import_jsx_runtime80 = __toESM(require_jsx_runtime()), IconGenreAuto = ({ 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: [
|
|
2831
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
2744
2832
|
"path",
|
|
2745
2833
|
{
|
|
2746
2834
|
fill: stroke || color || "currentColor",
|
|
2747
2835
|
d: "M18.375 6.375V10.5H16.125V6.375H12V4.125H16.125V0H18.375V4.125H22.5V6.375H18.375Z"
|
|
2748
2836
|
}
|
|
2749
2837
|
),
|
|
2750
|
-
/* @__PURE__ */ (0,
|
|
2838
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
2751
2839
|
"path",
|
|
2752
2840
|
{
|
|
2753
2841
|
fill: stroke || color || "currentColor",
|
|
@@ -2756,15 +2844,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2756
2844
|
clipRule: "evenodd"
|
|
2757
2845
|
}
|
|
2758
2846
|
),
|
|
2759
|
-
/* @__PURE__ */ (0,
|
|
2760
|
-
/* @__PURE__ */ (0,
|
|
2847
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)("path", { fill: stroke || color || "currentColor", d: "M3.75 0.75L1.5 3L3.75 5.25L6 3L3.75 0.75Z" }),
|
|
2848
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
2761
2849
|
"path",
|
|
2762
2850
|
{
|
|
2763
2851
|
fill: stroke || color || "currentColor",
|
|
2764
2852
|
d: "M18 21.75L20.25 19.5L22.5 21.75L20.25 24L18 21.75Z"
|
|
2765
2853
|
}
|
|
2766
2854
|
),
|
|
2767
|
-
/* @__PURE__ */ (0,
|
|
2855
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
2768
2856
|
"path",
|
|
2769
2857
|
{
|
|
2770
2858
|
fill: stroke || color || "currentColor",
|
|
@@ -2774,22 +2862,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2774
2862
|
] }), GenreAuto_default = IconGenreAuto;
|
|
2775
2863
|
|
|
2776
2864
|
// src/components/GenreComedy.tsx
|
|
2777
|
-
var
|
|
2778
|
-
/* @__PURE__ */ (0,
|
|
2865
|
+
var import_jsx_runtime81 = __toESM(require_jsx_runtime()), IconGenreComedy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2866
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
2779
2867
|
"path",
|
|
2780
2868
|
{
|
|
2781
2869
|
fill: stroke || color || "currentColor",
|
|
2782
2870
|
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"
|
|
2783
2871
|
}
|
|
2784
2872
|
),
|
|
2785
|
-
/* @__PURE__ */ (0,
|
|
2873
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
2786
2874
|
"path",
|
|
2787
2875
|
{
|
|
2788
2876
|
fill: stroke || color || "currentColor",
|
|
2789
2877
|
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"
|
|
2790
2878
|
}
|
|
2791
2879
|
),
|
|
2792
|
-
/* @__PURE__ */ (0,
|
|
2880
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
2793
2881
|
"path",
|
|
2794
2882
|
{
|
|
2795
2883
|
fill: stroke || color || "currentColor",
|
|
@@ -2798,7 +2886,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2798
2886
|
clipRule: "evenodd"
|
|
2799
2887
|
}
|
|
2800
2888
|
),
|
|
2801
|
-
/* @__PURE__ */ (0,
|
|
2889
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
2802
2890
|
"path",
|
|
2803
2891
|
{
|
|
2804
2892
|
fill: stroke || color || "currentColor",
|
|
@@ -2810,7 +2898,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2810
2898
|
] }), GenreComedy_default = IconGenreComedy;
|
|
2811
2899
|
|
|
2812
2900
|
// src/components/GenreFantasy.tsx
|
|
2813
|
-
var
|
|
2901
|
+
var import_jsx_runtime82 = __toESM(require_jsx_runtime()), IconGenreFantasy = ({ 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)(
|
|
2814
2902
|
"path",
|
|
2815
2903
|
{
|
|
2816
2904
|
fill: stroke || color || "currentColor",
|
|
@@ -2821,22 +2909,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2821
2909
|
) }), GenreFantasy_default = IconGenreFantasy;
|
|
2822
2910
|
|
|
2823
2911
|
// src/components/GenreHorror.tsx
|
|
2824
|
-
var
|
|
2825
|
-
/* @__PURE__ */ (0,
|
|
2912
|
+
var import_jsx_runtime83 = __toESM(require_jsx_runtime()), IconGenreHorror = ({ 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: [
|
|
2913
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
2826
2914
|
"path",
|
|
2827
2915
|
{
|
|
2828
2916
|
fill: stroke || color || "currentColor",
|
|
2829
2917
|
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"
|
|
2830
2918
|
}
|
|
2831
2919
|
),
|
|
2832
|
-
/* @__PURE__ */ (0,
|
|
2920
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
2833
2921
|
"path",
|
|
2834
2922
|
{
|
|
2835
2923
|
fill: stroke || color || "currentColor",
|
|
2836
2924
|
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"
|
|
2837
2925
|
}
|
|
2838
2926
|
),
|
|
2839
|
-
/* @__PURE__ */ (0,
|
|
2927
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
2840
2928
|
"path",
|
|
2841
2929
|
{
|
|
2842
2930
|
fill: stroke || color || "currentColor",
|
|
@@ -2848,7 +2936,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2848
2936
|
] }), GenreHorror_default = IconGenreHorror;
|
|
2849
2937
|
|
|
2850
2938
|
// src/components/GenreRomance.tsx
|
|
2851
|
-
var
|
|
2939
|
+
var import_jsx_runtime84 = __toESM(require_jsx_runtime()), IconGenreRomance = ({ 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)(
|
|
2852
2940
|
"path",
|
|
2853
2941
|
{
|
|
2854
2942
|
fill: stroke || color || "currentColor",
|
|
@@ -2859,15 +2947,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2859
2947
|
) }), GenreRomance_default = IconGenreRomance;
|
|
2860
2948
|
|
|
2861
2949
|
// src/components/GenreScifi.tsx
|
|
2862
|
-
var
|
|
2863
|
-
/* @__PURE__ */ (0,
|
|
2950
|
+
var import_jsx_runtime85 = __toESM(require_jsx_runtime()), IconGenreScifi = ({ 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: [
|
|
2951
|
+
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
2864
2952
|
"path",
|
|
2865
2953
|
{
|
|
2866
2954
|
fill: stroke || color || "currentColor",
|
|
2867
2955
|
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"
|
|
2868
2956
|
}
|
|
2869
2957
|
),
|
|
2870
|
-
/* @__PURE__ */ (0,
|
|
2958
|
+
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
2871
2959
|
"path",
|
|
2872
2960
|
{
|
|
2873
2961
|
fill: stroke || color || "currentColor",
|
|
@@ -2876,7 +2964,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2876
2964
|
clipRule: "evenodd"
|
|
2877
2965
|
}
|
|
2878
2966
|
),
|
|
2879
|
-
/* @__PURE__ */ (0,
|
|
2967
|
+
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
2880
2968
|
"path",
|
|
2881
2969
|
{
|
|
2882
2970
|
fill: stroke || color || "currentColor",
|
|
@@ -2886,7 +2974,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2886
2974
|
] }), GenreScifi_default = IconGenreScifi;
|
|
2887
2975
|
|
|
2888
2976
|
// src/components/GenreSuspense.tsx
|
|
2889
|
-
var
|
|
2977
|
+
var import_jsx_runtime86 = __toESM(require_jsx_runtime()), IconGenreSuspense = ({ 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)(
|
|
2890
2978
|
"path",
|
|
2891
2979
|
{
|
|
2892
2980
|
fill: stroke || color || "currentColor",
|
|
@@ -2897,7 +2985,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2897
2985
|
) }), GenreSuspense_default = IconGenreSuspense;
|
|
2898
2986
|
|
|
2899
2987
|
// src/components/Genre.tsx
|
|
2900
|
-
var
|
|
2988
|
+
var import_jsx_runtime87 = __toESM(require_jsx_runtime()), IconGenre = ({ 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)(
|
|
2901
2989
|
"path",
|
|
2902
2990
|
{
|
|
2903
2991
|
fill: stroke || color || "currentColor",
|
|
@@ -2908,8 +2996,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2908
2996
|
) }), Genre_default = IconGenre;
|
|
2909
2997
|
|
|
2910
2998
|
// src/components/GoogleLogoFilled.tsx
|
|
2911
|
-
var
|
|
2912
|
-
/* @__PURE__ */ (0,
|
|
2999
|
+
var import_jsx_runtime88 = __toESM(require_jsx_runtime()), IconGoogleLogoFilled = ({ 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: [
|
|
3000
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
2913
3001
|
"mask",
|
|
2914
3002
|
{
|
|
2915
3003
|
id: "mask0_48_113",
|
|
@@ -2919,7 +3007,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2919
3007
|
y: "0",
|
|
2920
3008
|
maskUnits: "userSpaceOnUse",
|
|
2921
3009
|
style: { maskType: "luminance" },
|
|
2922
|
-
children: /* @__PURE__ */ (0,
|
|
3010
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
2923
3011
|
"path",
|
|
2924
3012
|
{
|
|
2925
3013
|
fill: stroke || color || "currentColor",
|
|
@@ -2928,64 +3016,64 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2928
3016
|
)
|
|
2929
3017
|
}
|
|
2930
3018
|
),
|
|
2931
|
-
/* @__PURE__ */ (0,
|
|
2932
|
-
/* @__PURE__ */ (0,
|
|
3019
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("g", { mask: "url(#mask0_48_113)", children: [
|
|
3020
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("g", { filter: "url(#filter0_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
2933
3021
|
"path",
|
|
2934
3022
|
{
|
|
2935
3023
|
fill: "url(#paint0_radial_48_113)",
|
|
2936
3024
|
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"
|
|
2937
3025
|
}
|
|
2938
3026
|
) }),
|
|
2939
|
-
/* @__PURE__ */ (0,
|
|
3027
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("g", { filter: "url(#filter1_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
2940
3028
|
"path",
|
|
2941
3029
|
{
|
|
2942
3030
|
fill: "url(#paint1_radial_48_113)",
|
|
2943
3031
|
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"
|
|
2944
3032
|
}
|
|
2945
3033
|
) }),
|
|
2946
|
-
/* @__PURE__ */ (0,
|
|
3034
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("g", { filter: "url(#filter2_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
2947
3035
|
"path",
|
|
2948
3036
|
{
|
|
2949
3037
|
fill: "url(#paint2_radial_48_113)",
|
|
2950
3038
|
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"
|
|
2951
3039
|
}
|
|
2952
3040
|
) }),
|
|
2953
|
-
/* @__PURE__ */ (0,
|
|
3041
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("g", { filter: "url(#filter3_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
2954
3042
|
"path",
|
|
2955
3043
|
{
|
|
2956
3044
|
fill: "url(#paint3_radial_48_113)",
|
|
2957
3045
|
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"
|
|
2958
3046
|
}
|
|
2959
3047
|
) }),
|
|
2960
|
-
/* @__PURE__ */ (0,
|
|
3048
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("g", { filter: "url(#filter4_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
2961
3049
|
"path",
|
|
2962
3050
|
{
|
|
2963
3051
|
fill: "#3086FF",
|
|
2964
3052
|
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"
|
|
2965
3053
|
}
|
|
2966
3054
|
) }),
|
|
2967
|
-
/* @__PURE__ */ (0,
|
|
3055
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("g", { filter: "url(#filter5_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
2968
3056
|
"path",
|
|
2969
3057
|
{
|
|
2970
3058
|
fill: "url(#paint4_radial_48_113)",
|
|
2971
3059
|
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"
|
|
2972
3060
|
}
|
|
2973
3061
|
) }),
|
|
2974
|
-
/* @__PURE__ */ (0,
|
|
3062
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("g", { filter: "url(#filter6_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
2975
3063
|
"path",
|
|
2976
3064
|
{
|
|
2977
3065
|
fill: "url(#paint5_radial_48_113)",
|
|
2978
3066
|
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"
|
|
2979
3067
|
}
|
|
2980
3068
|
) }),
|
|
2981
|
-
/* @__PURE__ */ (0,
|
|
3069
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("g", { filter: "url(#filter7_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
2982
3070
|
"path",
|
|
2983
3071
|
{
|
|
2984
3072
|
fill: "url(#paint6_radial_48_113)",
|
|
2985
3073
|
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"
|
|
2986
3074
|
}
|
|
2987
3075
|
) }),
|
|
2988
|
-
/* @__PURE__ */ (0,
|
|
3076
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("g", { filter: "url(#filter8_f_48_113)", style: { opacity: 0.5 }, children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
2989
3077
|
"path",
|
|
2990
3078
|
{
|
|
2991
3079
|
fill: "url(#paint7_linear_48_113)",
|
|
@@ -2993,8 +3081,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2993
3081
|
}
|
|
2994
3082
|
) })
|
|
2995
3083
|
] }),
|
|
2996
|
-
/* @__PURE__ */ (0,
|
|
2997
|
-
/* @__PURE__ */ (0,
|
|
3084
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("defs", { children: [
|
|
3085
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
2998
3086
|
"filter",
|
|
2999
3087
|
{
|
|
3000
3088
|
id: "filter0_f_48_113",
|
|
@@ -3005,13 +3093,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3005
3093
|
filterUnits: "userSpaceOnUse",
|
|
3006
3094
|
colorInterpolationFilters: "sRGB",
|
|
3007
3095
|
children: [
|
|
3008
|
-
/* @__PURE__ */ (0,
|
|
3009
|
-
/* @__PURE__ */ (0,
|
|
3010
|
-
/* @__PURE__ */ (0,
|
|
3096
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3097
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3098
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
3011
3099
|
]
|
|
3012
3100
|
}
|
|
3013
3101
|
),
|
|
3014
|
-
/* @__PURE__ */ (0,
|
|
3102
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
3015
3103
|
"filter",
|
|
3016
3104
|
{
|
|
3017
3105
|
id: "filter1_f_48_113",
|
|
@@ -3022,13 +3110,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3022
3110
|
filterUnits: "userSpaceOnUse",
|
|
3023
3111
|
colorInterpolationFilters: "sRGB",
|
|
3024
3112
|
children: [
|
|
3025
|
-
/* @__PURE__ */ (0,
|
|
3026
|
-
/* @__PURE__ */ (0,
|
|
3027
|
-
/* @__PURE__ */ (0,
|
|
3113
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3114
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3115
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
3028
3116
|
]
|
|
3029
3117
|
}
|
|
3030
3118
|
),
|
|
3031
|
-
/* @__PURE__ */ (0,
|
|
3119
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
3032
3120
|
"filter",
|
|
3033
3121
|
{
|
|
3034
3122
|
id: "filter2_f_48_113",
|
|
@@ -3039,13 +3127,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3039
3127
|
filterUnits: "userSpaceOnUse",
|
|
3040
3128
|
colorInterpolationFilters: "sRGB",
|
|
3041
3129
|
children: [
|
|
3042
|
-
/* @__PURE__ */ (0,
|
|
3043
|
-
/* @__PURE__ */ (0,
|
|
3044
|
-
/* @__PURE__ */ (0,
|
|
3130
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3131
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3132
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
3045
3133
|
]
|
|
3046
3134
|
}
|
|
3047
3135
|
),
|
|
3048
|
-
/* @__PURE__ */ (0,
|
|
3136
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
3049
3137
|
"filter",
|
|
3050
3138
|
{
|
|
3051
3139
|
id: "filter3_f_48_113",
|
|
@@ -3056,13 +3144,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3056
3144
|
filterUnits: "userSpaceOnUse",
|
|
3057
3145
|
colorInterpolationFilters: "sRGB",
|
|
3058
3146
|
children: [
|
|
3059
|
-
/* @__PURE__ */ (0,
|
|
3060
|
-
/* @__PURE__ */ (0,
|
|
3061
|
-
/* @__PURE__ */ (0,
|
|
3147
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3148
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3149
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
3062
3150
|
]
|
|
3063
3151
|
}
|
|
3064
3152
|
),
|
|
3065
|
-
/* @__PURE__ */ (0,
|
|
3153
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
3066
3154
|
"filter",
|
|
3067
3155
|
{
|
|
3068
3156
|
id: "filter4_f_48_113",
|
|
@@ -3073,13 +3161,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3073
3161
|
filterUnits: "userSpaceOnUse",
|
|
3074
3162
|
colorInterpolationFilters: "sRGB",
|
|
3075
3163
|
children: [
|
|
3076
|
-
/* @__PURE__ */ (0,
|
|
3077
|
-
/* @__PURE__ */ (0,
|
|
3078
|
-
/* @__PURE__ */ (0,
|
|
3164
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3165
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3166
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
3079
3167
|
]
|
|
3080
3168
|
}
|
|
3081
3169
|
),
|
|
3082
|
-
/* @__PURE__ */ (0,
|
|
3170
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
3083
3171
|
"filter",
|
|
3084
3172
|
{
|
|
3085
3173
|
id: "filter5_f_48_113",
|
|
@@ -3090,13 +3178,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3090
3178
|
filterUnits: "userSpaceOnUse",
|
|
3091
3179
|
colorInterpolationFilters: "sRGB",
|
|
3092
3180
|
children: [
|
|
3093
|
-
/* @__PURE__ */ (0,
|
|
3094
|
-
/* @__PURE__ */ (0,
|
|
3095
|
-
/* @__PURE__ */ (0,
|
|
3181
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3182
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3183
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
3096
3184
|
]
|
|
3097
3185
|
}
|
|
3098
3186
|
),
|
|
3099
|
-
/* @__PURE__ */ (0,
|
|
3187
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
3100
3188
|
"filter",
|
|
3101
3189
|
{
|
|
3102
3190
|
id: "filter6_f_48_113",
|
|
@@ -3107,13 +3195,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3107
3195
|
filterUnits: "userSpaceOnUse",
|
|
3108
3196
|
colorInterpolationFilters: "sRGB",
|
|
3109
3197
|
children: [
|
|
3110
|
-
/* @__PURE__ */ (0,
|
|
3111
|
-
/* @__PURE__ */ (0,
|
|
3112
|
-
/* @__PURE__ */ (0,
|
|
3198
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3199
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3200
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "1.65243" })
|
|
3113
3201
|
]
|
|
3114
3202
|
}
|
|
3115
3203
|
),
|
|
3116
|
-
/* @__PURE__ */ (0,
|
|
3204
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
3117
3205
|
"filter",
|
|
3118
3206
|
{
|
|
3119
3207
|
id: "filter7_f_48_113",
|
|
@@ -3124,13 +3212,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3124
3212
|
filterUnits: "userSpaceOnUse",
|
|
3125
3213
|
colorInterpolationFilters: "sRGB",
|
|
3126
3214
|
children: [
|
|
3127
|
-
/* @__PURE__ */ (0,
|
|
3128
|
-
/* @__PURE__ */ (0,
|
|
3129
|
-
/* @__PURE__ */ (0,
|
|
3215
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3216
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3217
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
3130
3218
|
]
|
|
3131
3219
|
}
|
|
3132
3220
|
),
|
|
3133
|
-
/* @__PURE__ */ (0,
|
|
3221
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
3134
3222
|
"filter",
|
|
3135
3223
|
{
|
|
3136
3224
|
id: "filter8_f_48_113",
|
|
@@ -3141,13 +3229,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3141
3229
|
filterUnits: "userSpaceOnUse",
|
|
3142
3230
|
colorInterpolationFilters: "sRGB",
|
|
3143
3231
|
children: [
|
|
3144
|
-
/* @__PURE__ */ (0,
|
|
3145
|
-
/* @__PURE__ */ (0,
|
|
3146
|
-
/* @__PURE__ */ (0,
|
|
3232
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3233
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3234
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
3147
3235
|
]
|
|
3148
3236
|
}
|
|
3149
3237
|
),
|
|
3150
|
-
/* @__PURE__ */ (0,
|
|
3238
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
3151
3239
|
"radialGradient",
|
|
3152
3240
|
{
|
|
3153
3241
|
id: "paint0_radial_48_113",
|
|
@@ -3157,20 +3245,20 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3157
3245
|
gradientTransform: "matrix(-0.498722 -11.9519 17.9311 -0.717223 9.06911 20.3322)",
|
|
3158
3246
|
gradientUnits: "userSpaceOnUse",
|
|
3159
3247
|
children: [
|
|
3160
|
-
/* @__PURE__ */ (0,
|
|
3161
|
-
/* @__PURE__ */ (0,
|
|
3162
|
-
/* @__PURE__ */ (0,
|
|
3163
|
-
/* @__PURE__ */ (0,
|
|
3164
|
-
/* @__PURE__ */ (0,
|
|
3165
|
-
/* @__PURE__ */ (0,
|
|
3166
|
-
/* @__PURE__ */ (0,
|
|
3167
|
-
/* @__PURE__ */ (0,
|
|
3168
|
-
/* @__PURE__ */ (0,
|
|
3169
|
-
/* @__PURE__ */ (0,
|
|
3248
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.141612", stopColor: "#1ABD4D" }),
|
|
3249
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.247515", stopColor: "#6EC30D" }),
|
|
3250
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.311547", stopColor: "#8AC502" }),
|
|
3251
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.366013", stopColor: "#A2C600" }),
|
|
3252
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.445673", stopColor: "#C8C903" }),
|
|
3253
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.540305", stopColor: "#EBCB03" }),
|
|
3254
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.615636", stopColor: "#F7CD07" }),
|
|
3255
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.699345", stopColor: "#FDCD04" }),
|
|
3256
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.771242", stopColor: "#FDCE05" }),
|
|
3257
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.860566", stopColor: "#FFCE0A" })
|
|
3170
3258
|
]
|
|
3171
3259
|
}
|
|
3172
3260
|
),
|
|
3173
|
-
/* @__PURE__ */ (0,
|
|
3261
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
3174
3262
|
"radialGradient",
|
|
3175
3263
|
{
|
|
3176
3264
|
id: "paint1_radial_48_113",
|
|
@@ -3180,12 +3268,12 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3180
3268
|
gradientTransform: "matrix(8.46967 -2.03557e-05 -1.19045e-05 10.7093 20.253 6.36819)",
|
|
3181
3269
|
gradientUnits: "userSpaceOnUse",
|
|
3182
3270
|
children: [
|
|
3183
|
-
/* @__PURE__ */ (0,
|
|
3184
|
-
/* @__PURE__ */ (0,
|
|
3271
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.408458", stopColor: "#FB4E5A" }),
|
|
3272
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "1", stopColor: "#FF4540" })
|
|
3185
3273
|
]
|
|
3186
3274
|
}
|
|
3187
3275
|
),
|
|
3188
|
-
/* @__PURE__ */ (0,
|
|
3276
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
3189
3277
|
"radialGradient",
|
|
3190
3278
|
{
|
|
3191
3279
|
id: "paint2_radial_48_113",
|
|
@@ -3195,18 +3283,18 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3195
3283
|
gradientTransform: "matrix(-11.8666 6.43492 8.91875 15.766 15.6277 -1.68219)",
|
|
3196
3284
|
gradientUnits: "userSpaceOnUse",
|
|
3197
3285
|
children: [
|
|
3198
|
-
/* @__PURE__ */ (0,
|
|
3199
|
-
/* @__PURE__ */ (0,
|
|
3200
|
-
/* @__PURE__ */ (0,
|
|
3201
|
-
/* @__PURE__ */ (0,
|
|
3202
|
-
/* @__PURE__ */ (0,
|
|
3203
|
-
/* @__PURE__ */ (0,
|
|
3204
|
-
/* @__PURE__ */ (0,
|
|
3205
|
-
/* @__PURE__ */ (0,
|
|
3286
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.231273", stopColor: "#FF4541" }),
|
|
3287
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.311547", stopColor: "#FF4540" }),
|
|
3288
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.457516", stopColor: "#FF4640" }),
|
|
3289
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.540305", stopColor: "#FF473F" }),
|
|
3290
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.699346", stopColor: "#FF5138" }),
|
|
3291
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.771242", stopColor: "#FF5B33" }),
|
|
3292
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.860566", stopColor: "#FF6C29" }),
|
|
3293
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "1", stopColor: "#FF8C18" })
|
|
3206
3294
|
]
|
|
3207
3295
|
}
|
|
3208
3296
|
),
|
|
3209
|
-
/* @__PURE__ */ (0,
|
|
3297
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
3210
3298
|
"radialGradient",
|
|
3211
3299
|
{
|
|
3212
3300
|
id: "paint3_radial_48_113",
|
|
@@ -3216,19 +3304,19 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3216
3304
|
gradientTransform: "matrix(-21.5204 -27.5047 -10.3696 7.77752 12.4702 22.5743)",
|
|
3217
3305
|
gradientUnits: "userSpaceOnUse",
|
|
3218
3306
|
children: [
|
|
3219
|
-
/* @__PURE__ */ (0,
|
|
3220
|
-
/* @__PURE__ */ (0,
|
|
3221
|
-
/* @__PURE__ */ (0,
|
|
3222
|
-
/* @__PURE__ */ (0,
|
|
3223
|
-
/* @__PURE__ */ (0,
|
|
3224
|
-
/* @__PURE__ */ (0,
|
|
3225
|
-
/* @__PURE__ */ (0,
|
|
3226
|
-
/* @__PURE__ */ (0,
|
|
3227
|
-
/* @__PURE__ */ (0,
|
|
3307
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.131546", stopColor: "#0CBA65" }),
|
|
3308
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.209784", stopColor: "#0BB86D" }),
|
|
3309
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.297297", stopColor: "#09B479" }),
|
|
3310
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.396257", stopColor: "#08AD93" }),
|
|
3311
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.477124", stopColor: "#0AA6A9" }),
|
|
3312
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.568425", stopColor: "#0D9CC6" }),
|
|
3313
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.667385", stopColor: "#1893DD" }),
|
|
3314
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.768727", stopColor: "#258BF1" }),
|
|
3315
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.858506", stopColor: "#3086FF" })
|
|
3228
3316
|
]
|
|
3229
3317
|
}
|
|
3230
3318
|
),
|
|
3231
|
-
/* @__PURE__ */ (0,
|
|
3319
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
3232
3320
|
"radialGradient",
|
|
3233
3321
|
{
|
|
3234
3322
|
id: "paint4_radial_48_113",
|
|
@@ -3238,18 +3326,18 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3238
3326
|
gradientTransform: "matrix(-1.52295 12.8522 18.1501 2.06168 11.2421 2.13475)",
|
|
3239
3327
|
gradientUnits: "userSpaceOnUse",
|
|
3240
3328
|
children: [
|
|
3241
|
-
/* @__PURE__ */ (0,
|
|
3242
|
-
/* @__PURE__ */ (0,
|
|
3243
|
-
/* @__PURE__ */ (0,
|
|
3244
|
-
/* @__PURE__ */ (0,
|
|
3245
|
-
/* @__PURE__ */ (0,
|
|
3246
|
-
/* @__PURE__ */ (0,
|
|
3247
|
-
/* @__PURE__ */ (0,
|
|
3248
|
-
/* @__PURE__ */ (0,
|
|
3329
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.366013", stopColor: "#FF4E3A" }),
|
|
3330
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.457516", stopColor: "#FF8A1B" }),
|
|
3331
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.540305", stopColor: "#FFA312" }),
|
|
3332
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.615636", stopColor: "#FFB60C" }),
|
|
3333
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.771242", stopColor: "#FFCD0A" }),
|
|
3334
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.860566", stopColor: "#FECF0A" }),
|
|
3335
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.915033", stopColor: "#FECF08" }),
|
|
3336
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "1", stopColor: "#FDCD01" })
|
|
3249
3337
|
]
|
|
3250
3338
|
}
|
|
3251
3339
|
),
|
|
3252
|
-
/* @__PURE__ */ (0,
|
|
3340
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
3253
3341
|
"radialGradient",
|
|
3254
3342
|
{
|
|
3255
3343
|
id: "paint5_radial_48_113",
|
|
@@ -3259,15 +3347,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3259
3347
|
gradientTransform: "matrix(-4.40212 4.76677 -13.7322 -12.1566 9.10044 2.00144)",
|
|
3260
3348
|
gradientUnits: "userSpaceOnUse",
|
|
3261
3349
|
children: [
|
|
3262
|
-
/* @__PURE__ */ (0,
|
|
3263
|
-
/* @__PURE__ */ (0,
|
|
3264
|
-
/* @__PURE__ */ (0,
|
|
3265
|
-
/* @__PURE__ */ (0,
|
|
3266
|
-
/* @__PURE__ */ (0,
|
|
3350
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.315904", stopColor: "#FF4C3C" }),
|
|
3351
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.603818", stopColor: "#FF692C" }),
|
|
3352
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.726837", stopColor: "#FF7825" }),
|
|
3353
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.884534", stopColor: "#FF8D1B" }),
|
|
3354
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "1", stopColor: "#FF9F13" })
|
|
3267
3355
|
]
|
|
3268
3356
|
}
|
|
3269
3357
|
),
|
|
3270
|
-
/* @__PURE__ */ (0,
|
|
3358
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
3271
3359
|
"radialGradient",
|
|
3272
3360
|
{
|
|
3273
3361
|
id: "paint6_radial_48_113",
|
|
@@ -3277,20 +3365,20 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3277
3365
|
gradientTransform: "matrix(-11.8666 -6.43492 8.91876 -15.766 15.6277 25.6232)",
|
|
3278
3366
|
gradientUnits: "userSpaceOnUse",
|
|
3279
3367
|
children: [
|
|
3280
|
-
/* @__PURE__ */ (0,
|
|
3281
|
-
/* @__PURE__ */ (0,
|
|
3282
|
-
/* @__PURE__ */ (0,
|
|
3283
|
-
/* @__PURE__ */ (0,
|
|
3284
|
-
/* @__PURE__ */ (0,
|
|
3285
|
-
/* @__PURE__ */ (0,
|
|
3286
|
-
/* @__PURE__ */ (0,
|
|
3287
|
-
/* @__PURE__ */ (0,
|
|
3288
|
-
/* @__PURE__ */ (0,
|
|
3289
|
-
/* @__PURE__ */ (0,
|
|
3368
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.231273", stopColor: "#0FBC5F" }),
|
|
3369
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.311547", stopColor: "#0FBC5F" }),
|
|
3370
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.366013", stopColor: "#0FBC5E" }),
|
|
3371
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.457516", stopColor: "#0FBC5D" }),
|
|
3372
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.540305", stopColor: "#12BC58" }),
|
|
3373
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.699346", stopColor: "#28BF3C" }),
|
|
3374
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.771242", stopColor: "#38C02B" }),
|
|
3375
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.860566", stopColor: "#52C218" }),
|
|
3376
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.915033", stopColor: "#67C30F" }),
|
|
3377
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "1", stopColor: "#86C504" })
|
|
3290
3378
|
]
|
|
3291
3379
|
}
|
|
3292
3380
|
),
|
|
3293
|
-
/* @__PURE__ */ (0,
|
|
3381
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
3294
3382
|
"linearGradient",
|
|
3295
3383
|
{
|
|
3296
3384
|
id: "paint7_linear_48_113",
|
|
@@ -3300,8 +3388,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3300
3388
|
y2: "21.5116",
|
|
3301
3389
|
gradientUnits: "userSpaceOnUse",
|
|
3302
3390
|
children: [
|
|
3303
|
-
/* @__PURE__ */ (0,
|
|
3304
|
-
/* @__PURE__ */ (0,
|
|
3391
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { stopColor: "#0FBC5C" }),
|
|
3392
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "1", stopColor: "#0CBA65" })
|
|
3305
3393
|
]
|
|
3306
3394
|
}
|
|
3307
3395
|
)
|
|
@@ -3309,7 +3397,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3309
3397
|
] }), GoogleLogoFilled_default = IconGoogleLogoFilled;
|
|
3310
3398
|
|
|
3311
3399
|
// src/components/Handtool.tsx
|
|
3312
|
-
var
|
|
3400
|
+
var import_jsx_runtime89 = __toESM(require_jsx_runtime()), IconHandtool = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
|
|
3313
3401
|
"path",
|
|
3314
3402
|
{
|
|
3315
3403
|
fill: stroke || color || "currentColor",
|
|
@@ -3318,16 +3406,16 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3318
3406
|
) }), Handtool_default = IconHandtool;
|
|
3319
3407
|
|
|
3320
3408
|
// src/components/Help.tsx
|
|
3321
|
-
var
|
|
3322
|
-
/* @__PURE__ */ (0,
|
|
3323
|
-
/* @__PURE__ */ (0,
|
|
3409
|
+
var import_jsx_runtime90 = __toESM(require_jsx_runtime()), IconHelp = ({ 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: [
|
|
3410
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 16.5V18.75H10.875V16.5H13.125Z" }),
|
|
3411
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
|
|
3324
3412
|
"path",
|
|
3325
3413
|
{
|
|
3326
3414
|
fill: stroke || color || "currentColor",
|
|
3327
3415
|
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"
|
|
3328
3416
|
}
|
|
3329
3417
|
),
|
|
3330
|
-
/* @__PURE__ */ (0,
|
|
3418
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
|
|
3331
3419
|
"path",
|
|
3332
3420
|
{
|
|
3333
3421
|
fill: stroke || color || "currentColor",
|
|
@@ -3339,7 +3427,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3339
3427
|
] }), Help_default = IconHelp;
|
|
3340
3428
|
|
|
3341
3429
|
// src/components/HomepageFilled.tsx
|
|
3342
|
-
var
|
|
3430
|
+
var import_jsx_runtime91 = __toESM(require_jsx_runtime()), IconHomepageFilled = ({ 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)(
|
|
3343
3431
|
"path",
|
|
3344
3432
|
{
|
|
3345
3433
|
fill: fill || color || "currentColor",
|
|
@@ -3350,7 +3438,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3350
3438
|
) }), HomepageFilled_default = IconHomepageFilled;
|
|
3351
3439
|
|
|
3352
3440
|
// src/components/Hotareacenter.tsx
|
|
3353
|
-
var
|
|
3441
|
+
var import_jsx_runtime92 = __toESM(require_jsx_runtime()), IconHotareacenter = ({ 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)(
|
|
3354
3442
|
"path",
|
|
3355
3443
|
{
|
|
3356
3444
|
fill: "#191919",
|
|
@@ -3360,22 +3448,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3360
3448
|
) }), Hotareacenter_default = IconHotareacenter;
|
|
3361
3449
|
|
|
3362
3450
|
// src/components/ImageGeneration.tsx
|
|
3363
|
-
var
|
|
3364
|
-
/* @__PURE__ */ (0,
|
|
3451
|
+
var import_jsx_runtime93 = __toESM(require_jsx_runtime()), IconImageGeneration = ({ 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: [
|
|
3452
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
3365
3453
|
"path",
|
|
3366
3454
|
{
|
|
3367
3455
|
fill: stroke || color || "currentColor",
|
|
3368
3456
|
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
3457
|
}
|
|
3370
3458
|
),
|
|
3371
|
-
/* @__PURE__ */ (0,
|
|
3459
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
3372
3460
|
"path",
|
|
3373
3461
|
{
|
|
3374
3462
|
fill: stroke || color || "currentColor",
|
|
3375
3463
|
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"
|
|
3376
3464
|
}
|
|
3377
3465
|
),
|
|
3378
|
-
/* @__PURE__ */ (0,
|
|
3466
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
3379
3467
|
"path",
|
|
3380
3468
|
{
|
|
3381
3469
|
fill: stroke || color || "currentColor",
|
|
@@ -3385,8 +3473,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3385
3473
|
] }), ImageGeneration_default = IconImageGeneration;
|
|
3386
3474
|
|
|
3387
3475
|
// src/components/ImageLoadFailedFilled.tsx
|
|
3388
|
-
var
|
|
3389
|
-
/* @__PURE__ */ (0,
|
|
3476
|
+
var import_jsx_runtime94 = __toESM(require_jsx_runtime()), IconImageLoadFailedFilled = ({ 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: [
|
|
3477
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
3390
3478
|
"path",
|
|
3391
3479
|
{
|
|
3392
3480
|
fill: fill || color || "currentColor",
|
|
@@ -3395,7 +3483,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3395
3483
|
clipRule: "evenodd"
|
|
3396
3484
|
}
|
|
3397
3485
|
),
|
|
3398
|
-
/* @__PURE__ */ (0,
|
|
3486
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
3399
3487
|
"path",
|
|
3400
3488
|
{
|
|
3401
3489
|
fill: fill || color || "currentColor",
|
|
@@ -3405,10 +3493,10 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3405
3493
|
] }), ImageLoadFailedFilled_default = IconImageLoadFailedFilled;
|
|
3406
3494
|
|
|
3407
3495
|
// src/components/Info.tsx
|
|
3408
|
-
var
|
|
3409
|
-
/* @__PURE__ */ (0,
|
|
3410
|
-
/* @__PURE__ */ (0,
|
|
3411
|
-
/* @__PURE__ */ (0,
|
|
3496
|
+
var import_jsx_runtime95 = __toESM(require_jsx_runtime()), IconInfo = ({ 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: [
|
|
3497
|
+
/* @__PURE__ */ (0, import_jsx_runtime95.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 5.25V7.5H10.875V5.25H13.125Z" }),
|
|
3498
|
+
/* @__PURE__ */ (0, import_jsx_runtime95.jsx)("path", { fill: stroke || color || "currentColor", d: "M9 12H10.875V18.75H15V16.5H13.125V9.75H9V12Z" }),
|
|
3499
|
+
/* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
|
|
3412
3500
|
"path",
|
|
3413
3501
|
{
|
|
3414
3502
|
fill: stroke || color || "currentColor",
|
|
@@ -3420,7 +3508,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3420
3508
|
] }), Info_default = IconInfo;
|
|
3421
3509
|
|
|
3422
3510
|
// src/components/Invitecode.tsx
|
|
3423
|
-
var
|
|
3511
|
+
var import_jsx_runtime96 = __toESM(require_jsx_runtime()), IconInvitecode = ({ 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)(
|
|
3424
3512
|
"path",
|
|
3425
3513
|
{
|
|
3426
3514
|
fill: fill || color || "currentColor",
|
|
@@ -3431,7 +3519,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3431
3519
|
) }), Invitecode_default = IconInvitecode;
|
|
3432
3520
|
|
|
3433
3521
|
// src/components/LeftFilled.tsx
|
|
3434
|
-
var
|
|
3522
|
+
var import_jsx_runtime97 = __toESM(require_jsx_runtime()), IconLeftFilled = ({ 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)(
|
|
3435
3523
|
"path",
|
|
3436
3524
|
{
|
|
3437
3525
|
fill: fill || color || "currentColor",
|
|
@@ -3442,33 +3530,33 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3442
3530
|
) }), LeftFilled_default = IconLeftFilled;
|
|
3443
3531
|
|
|
3444
3532
|
// src/components/Loading.tsx
|
|
3445
|
-
var
|
|
3446
|
-
/* @__PURE__ */ (0,
|
|
3533
|
+
var import_jsx_runtime98 = __toESM(require_jsx_runtime()), IconLoading = ({ 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: [
|
|
3534
|
+
/* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
|
|
3447
3535
|
"path",
|
|
3448
3536
|
{
|
|
3449
|
-
fill:
|
|
3450
|
-
d: "
|
|
3537
|
+
fill: fill || color || "currentColor",
|
|
3538
|
+
d: "M4.10058 17.2783C3.0567 15.716 2.49999 13.8789 2.49999 12L0 12C1.03743e-07 14.3733 0.703882 16.6936 2.02246 18.6669L2.27636 19.0312C3.57677 20.8296 5.35246 22.2353 7.40818 23.0869L7.82127 23.249C9.90155 24.0218 12.1585 24.2035 14.3408 23.7695C16.6686 23.3064 18.8071 22.1635 20.4853 20.4853L20.7939 20.165C22.3038 18.5388 23.3354 16.5229 23.7695 14.3408L23.8476 13.9033C24.1761 11.8583 23.9702 9.76285 23.249 7.82127L23.0869 7.40818C22.2353 5.35246 20.8296 3.57677 19.0312 2.27636L18.6669 2.02246C16.6936 0.703882 14.3733 -1.03743e-07 12 0L12 2.49999C13.8789 2.49999 15.716 3.0567 17.2783 4.10058C18.8405 5.14444 20.0583 6.62838 20.7773 8.36424C21.4963 10.1001 21.6839 12.0107 21.3173 13.8535C20.9507 15.6962 20.0463 17.3892 18.7177 18.7177C17.3892 20.0463 15.6962 20.9507 13.8535 21.3173C12.0107 21.6839 10.1001 21.4953 8.36424 20.7763C6.62853 20.0573 5.14437 18.8404 4.10058 17.2783Z"
|
|
3451
3539
|
}
|
|
3452
3540
|
),
|
|
3453
|
-
/* @__PURE__ */ (0,
|
|
3541
|
+
/* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
|
|
3454
3542
|
"path",
|
|
3455
3543
|
{
|
|
3456
|
-
fill:
|
|
3457
|
-
d: "
|
|
3544
|
+
fill: stroke || color || "currentColor",
|
|
3545
|
+
d: "M12 2.50005C6.75328 2.50005 2.49999 6.75334 2.49999 12H0C0 5.37263 5.37257 6.1035e-05 12 6.1035e-05V2.50005Z"
|
|
3458
3546
|
}
|
|
3459
3547
|
)
|
|
3460
3548
|
] }), Loading_default = IconLoading;
|
|
3461
3549
|
|
|
3462
3550
|
// src/components/Login.tsx
|
|
3463
|
-
var
|
|
3464
|
-
/* @__PURE__ */ (0,
|
|
3551
|
+
var import_jsx_runtime99 = __toESM(require_jsx_runtime()), IconLogin = ({ 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: [
|
|
3552
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
3465
3553
|
"path",
|
|
3466
3554
|
{
|
|
3467
3555
|
fill: stroke || color || "currentColor",
|
|
3468
3556
|
d: "M24 1.5L13.5 1.5V3.75H21.75V20.25H13.5V22.5H24V1.5Z"
|
|
3469
3557
|
}
|
|
3470
3558
|
),
|
|
3471
|
-
/* @__PURE__ */ (0,
|
|
3559
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
3472
3560
|
"path",
|
|
3473
3561
|
{
|
|
3474
3562
|
fill: stroke || color || "currentColor",
|
|
@@ -3480,8 +3568,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3480
3568
|
] }), Login_default = IconLogin;
|
|
3481
3569
|
|
|
3482
3570
|
// src/components/Logout.tsx
|
|
3483
|
-
var
|
|
3484
|
-
/* @__PURE__ */ (0,
|
|
3571
|
+
var import_jsx_runtime100 = __toESM(require_jsx_runtime()), IconLogout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3572
|
+
/* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
|
|
3485
3573
|
"path",
|
|
3486
3574
|
{
|
|
3487
3575
|
fill: stroke || color || "currentColor",
|
|
@@ -3490,7 +3578,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3490
3578
|
clipRule: "evenodd"
|
|
3491
3579
|
}
|
|
3492
3580
|
),
|
|
3493
|
-
/* @__PURE__ */ (0,
|
|
3581
|
+
/* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
|
|
3494
3582
|
"path",
|
|
3495
3583
|
{
|
|
3496
3584
|
fill: stroke || color || "currentColor",
|
|
@@ -3500,7 +3588,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3500
3588
|
] }), Logout_default = IconLogout;
|
|
3501
3589
|
|
|
3502
3590
|
// src/components/ModelGeminiFilled.tsx
|
|
3503
|
-
var
|
|
3591
|
+
var import_jsx_runtime101 = __toESM(require_jsx_runtime()), IconModelGeminiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
3504
3592
|
"path",
|
|
3505
3593
|
{
|
|
3506
3594
|
fill: fill || color || "currentColor",
|
|
@@ -3509,7 +3597,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3509
3597
|
) }), ModelGeminiFilled_default = IconModelGeminiFilled;
|
|
3510
3598
|
|
|
3511
3599
|
// src/components/ModelOpenaiFilled.tsx
|
|
3512
|
-
var
|
|
3600
|
+
var import_jsx_runtime102 = __toESM(require_jsx_runtime()), IconModelOpenaiFilled = ({ 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)(
|
|
3513
3601
|
"path",
|
|
3514
3602
|
{
|
|
3515
3603
|
fill: fill || color || "currentColor",
|
|
@@ -3518,8 +3606,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3518
3606
|
) }), ModelOpenaiFilled_default = IconModelOpenaiFilled;
|
|
3519
3607
|
|
|
3520
3608
|
// src/components/ModelDeepmindFilled.tsx
|
|
3521
|
-
var
|
|
3522
|
-
/* @__PURE__ */ (0,
|
|
3609
|
+
var import_jsx_runtime103 = __toESM(require_jsx_runtime()), IconModelDeepmindFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3610
|
+
/* @__PURE__ */ (0, import_jsx_runtime103.jsx)("g", { clipPath: "url(#clip0_40_67)", children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
|
|
3523
3611
|
"path",
|
|
3524
3612
|
{
|
|
3525
3613
|
fill: fill || color || "currentColor",
|
|
@@ -3528,27 +3616,27 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3528
3616
|
clipRule: "evenodd"
|
|
3529
3617
|
}
|
|
3530
3618
|
) }),
|
|
3531
|
-
/* @__PURE__ */ (0,
|
|
3619
|
+
/* @__PURE__ */ (0, import_jsx_runtime103.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("clipPath", { id: "clip0_40_67", children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("rect", { width: "20", height: "20", fill: stroke || color || "currentColor", transform: "translate(2 2)" }) }) })
|
|
3532
3620
|
] }), ModelDeepmindFilled_default = IconModelDeepmindFilled;
|
|
3533
3621
|
|
|
3534
3622
|
// src/components/ModelSeedFilled.tsx
|
|
3535
|
-
var
|
|
3536
|
-
/* @__PURE__ */ (0,
|
|
3537
|
-
/* @__PURE__ */ (0,
|
|
3623
|
+
var import_jsx_runtime104 = __toESM(require_jsx_runtime()), IconModelSeedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3624
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)("path", { fill: fill || color || "currentColor", d: "M23 2.95271V20.0401L19.2211 21V2L23 2.95271Z" }),
|
|
3625
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
|
|
3538
3626
|
"path",
|
|
3539
3627
|
{
|
|
3540
3628
|
fill: fill || color || "currentColor",
|
|
3541
3629
|
d: "M10.7528 11.4648V19.5633L6.98126 20.5241V10.5048L10.7528 11.4648Z"
|
|
3542
3630
|
}
|
|
3543
3631
|
),
|
|
3544
|
-
/* @__PURE__ */ (0,
|
|
3632
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
|
|
3545
3633
|
"path",
|
|
3546
3634
|
{
|
|
3547
3635
|
fill: fill || color || "currentColor",
|
|
3548
3636
|
d: "M4.77158 3.95509V19.044L1 20.0048V2.99515L4.77158 3.95509Z"
|
|
3549
3637
|
}
|
|
3550
3638
|
),
|
|
3551
|
-
/* @__PURE__ */ (0,
|
|
3639
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
|
|
3552
3640
|
"path",
|
|
3553
3641
|
{
|
|
3554
3642
|
fill: fill || color || "currentColor",
|
|
@@ -3558,7 +3646,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3558
3646
|
] }), ModelSeedFilled_default = IconModelSeedFilled;
|
|
3559
3647
|
|
|
3560
3648
|
// src/components/ModelSoraFilled.tsx
|
|
3561
|
-
var
|
|
3649
|
+
var import_jsx_runtime105 = __toESM(require_jsx_runtime()), IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("svg", { fill: "none", viewBox: "0 0 25 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
|
|
3562
3650
|
"path",
|
|
3563
3651
|
{
|
|
3564
3652
|
fill: fill || color || "currentColor",
|
|
@@ -3567,7 +3655,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3567
3655
|
) }), ModelSoraFilled_default = IconModelSoraFilled;
|
|
3568
3656
|
|
|
3569
3657
|
// src/components/ModelNanobananaLogoNomoFilled.tsx
|
|
3570
|
-
var
|
|
3658
|
+
var import_jsx_runtime106 = __toESM(require_jsx_runtime()), IconModelNanobananaLogoNomoFilled = ({
|
|
3571
3659
|
size,
|
|
3572
3660
|
width,
|
|
3573
3661
|
height,
|
|
@@ -3575,64 +3663,64 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3575
3663
|
className,
|
|
3576
3664
|
fill,
|
|
3577
3665
|
stroke
|
|
3578
|
-
}) => /* @__PURE__ */ (0,
|
|
3579
|
-
/* @__PURE__ */ (0,
|
|
3666
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime106.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3667
|
+
/* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
3580
3668
|
"path",
|
|
3581
3669
|
{
|
|
3582
3670
|
fill: "#5A5C62",
|
|
3583
3671
|
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"
|
|
3584
3672
|
}
|
|
3585
3673
|
),
|
|
3586
|
-
/* @__PURE__ */ (0,
|
|
3674
|
+
/* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
3587
3675
|
"path",
|
|
3588
3676
|
{
|
|
3589
3677
|
fill: "#D5D6D7",
|
|
3590
3678
|
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"
|
|
3591
3679
|
}
|
|
3592
3680
|
),
|
|
3593
|
-
/* @__PURE__ */ (0,
|
|
3681
|
+
/* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
3594
3682
|
"path",
|
|
3595
3683
|
{
|
|
3596
3684
|
fill: "#C4C5C7",
|
|
3597
3685
|
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"
|
|
3598
3686
|
}
|
|
3599
3687
|
),
|
|
3600
|
-
/* @__PURE__ */ (0,
|
|
3688
|
+
/* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
3601
3689
|
"path",
|
|
3602
3690
|
{
|
|
3603
3691
|
fill: "#7B7C81",
|
|
3604
3692
|
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"
|
|
3605
3693
|
}
|
|
3606
3694
|
),
|
|
3607
|
-
/* @__PURE__ */ (0,
|
|
3695
|
+
/* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
3608
3696
|
"path",
|
|
3609
3697
|
{
|
|
3610
3698
|
fill: "#85878B",
|
|
3611
3699
|
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"
|
|
3612
3700
|
}
|
|
3613
3701
|
),
|
|
3614
|
-
/* @__PURE__ */ (0,
|
|
3702
|
+
/* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
3615
3703
|
"path",
|
|
3616
3704
|
{
|
|
3617
3705
|
fill: "#1B1D24",
|
|
3618
3706
|
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"
|
|
3619
3707
|
}
|
|
3620
3708
|
),
|
|
3621
|
-
/* @__PURE__ */ (0,
|
|
3709
|
+
/* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
3622
3710
|
"path",
|
|
3623
3711
|
{
|
|
3624
3712
|
fill: "#D5D6D7",
|
|
3625
3713
|
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"
|
|
3626
3714
|
}
|
|
3627
3715
|
),
|
|
3628
|
-
/* @__PURE__ */ (0,
|
|
3716
|
+
/* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
3629
3717
|
"path",
|
|
3630
3718
|
{
|
|
3631
3719
|
fill: "#85878B",
|
|
3632
3720
|
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"
|
|
3633
3721
|
}
|
|
3634
3722
|
),
|
|
3635
|
-
/* @__PURE__ */ (0,
|
|
3723
|
+
/* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
3636
3724
|
"path",
|
|
3637
3725
|
{
|
|
3638
3726
|
fill: "#D5D6D7",
|
|
@@ -3642,7 +3730,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3642
3730
|
] }), ModelNanobananaLogoNomoFilled_default = IconModelNanobananaLogoNomoFilled;
|
|
3643
3731
|
|
|
3644
3732
|
// src/components/ModelklingFilled.tsx
|
|
3645
|
-
var
|
|
3733
|
+
var import_jsx_runtime107 = __toESM(require_jsx_runtime()), IconModelklingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
|
|
3646
3734
|
"path",
|
|
3647
3735
|
{
|
|
3648
3736
|
fill: fill || color || "currentColor",
|
|
@@ -3653,7 +3741,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3653
3741
|
) }), ModelklingFilled_default = IconModelklingFilled;
|
|
3654
3742
|
|
|
3655
3743
|
// src/components/Models.tsx
|
|
3656
|
-
var
|
|
3744
|
+
var import_jsx_runtime108 = __toESM(require_jsx_runtime()), IconModels = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
|
|
3657
3745
|
"path",
|
|
3658
3746
|
{
|
|
3659
3747
|
fill: stroke || color || "currentColor",
|
|
@@ -3664,7 +3752,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3664
3752
|
) }), Models_default = IconModels;
|
|
3665
3753
|
|
|
3666
3754
|
// src/components/MoreCollapse.tsx
|
|
3667
|
-
var
|
|
3755
|
+
var import_jsx_runtime109 = __toESM(require_jsx_runtime()), IconMoreCollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime109.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
|
|
3668
3756
|
"path",
|
|
3669
3757
|
{
|
|
3670
3758
|
fill: stroke || color || "currentColor",
|
|
@@ -3673,22 +3761,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3673
3761
|
) }), MoreCollapse_default = IconMoreCollapse;
|
|
3674
3762
|
|
|
3675
3763
|
// src/components/MoreHorizontal.tsx
|
|
3676
|
-
var
|
|
3677
|
-
/* @__PURE__ */ (0,
|
|
3764
|
+
var import_jsx_runtime110 = __toESM(require_jsx_runtime()), IconMoreHorizontal = ({ 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: [
|
|
3765
|
+
/* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
|
|
3678
3766
|
"path",
|
|
3679
3767
|
{
|
|
3680
3768
|
fill: stroke || color || "currentColor",
|
|
3681
3769
|
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"
|
|
3682
3770
|
}
|
|
3683
3771
|
),
|
|
3684
|
-
/* @__PURE__ */ (0,
|
|
3772
|
+
/* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
|
|
3685
3773
|
"path",
|
|
3686
3774
|
{
|
|
3687
3775
|
fill: stroke || color || "currentColor",
|
|
3688
3776
|
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"
|
|
3689
3777
|
}
|
|
3690
3778
|
),
|
|
3691
|
-
/* @__PURE__ */ (0,
|
|
3779
|
+
/* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
|
|
3692
3780
|
"path",
|
|
3693
3781
|
{
|
|
3694
3782
|
fill: stroke || color || "currentColor",
|
|
@@ -3698,7 +3786,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3698
3786
|
] }), MoreHorizontal_default = IconMoreHorizontal;
|
|
3699
3787
|
|
|
3700
3788
|
// src/components/MoreShowed.tsx
|
|
3701
|
-
var
|
|
3789
|
+
var import_jsx_runtime111 = __toESM(require_jsx_runtime()), IconMoreShowed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
|
|
3702
3790
|
"path",
|
|
3703
3791
|
{
|
|
3704
3792
|
fill: stroke || color || "currentColor",
|
|
@@ -3707,22 +3795,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3707
3795
|
) }), MoreShowed_default = IconMoreShowed;
|
|
3708
3796
|
|
|
3709
3797
|
// src/components/More.tsx
|
|
3710
|
-
var
|
|
3711
|
-
/* @__PURE__ */ (0,
|
|
3798
|
+
var import_jsx_runtime112 = __toESM(require_jsx_runtime()), IconMore = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime112.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3799
|
+
/* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
|
|
3712
3800
|
"path",
|
|
3713
3801
|
{
|
|
3714
3802
|
fill: stroke || color || "currentColor",
|
|
3715
3803
|
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"
|
|
3716
3804
|
}
|
|
3717
3805
|
),
|
|
3718
|
-
/* @__PURE__ */ (0,
|
|
3806
|
+
/* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
|
|
3719
3807
|
"path",
|
|
3720
3808
|
{
|
|
3721
3809
|
fill: stroke || color || "currentColor",
|
|
3722
3810
|
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"
|
|
3723
3811
|
}
|
|
3724
3812
|
),
|
|
3725
|
-
/* @__PURE__ */ (0,
|
|
3813
|
+
/* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
|
|
3726
3814
|
"path",
|
|
3727
3815
|
{
|
|
3728
3816
|
fill: stroke || color || "currentColor",
|
|
@@ -3732,29 +3820,29 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3732
3820
|
] }), More_default = IconMore;
|
|
3733
3821
|
|
|
3734
3822
|
// src/components/Moresettings.tsx
|
|
3735
|
-
var
|
|
3736
|
-
/* @__PURE__ */ (0,
|
|
3823
|
+
var import_jsx_runtime113 = __toESM(require_jsx_runtime()), IconMoresettings = ({ 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: [
|
|
3824
|
+
/* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
|
|
3737
3825
|
"path",
|
|
3738
3826
|
{
|
|
3739
3827
|
fill: stroke || color || "currentColor",
|
|
3740
3828
|
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"
|
|
3741
3829
|
}
|
|
3742
3830
|
),
|
|
3743
|
-
/* @__PURE__ */ (0,
|
|
3831
|
+
/* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
|
|
3744
3832
|
"path",
|
|
3745
3833
|
{
|
|
3746
3834
|
fill: stroke || color || "currentColor",
|
|
3747
3835
|
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"
|
|
3748
3836
|
}
|
|
3749
3837
|
),
|
|
3750
|
-
/* @__PURE__ */ (0,
|
|
3838
|
+
/* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
|
|
3751
3839
|
"path",
|
|
3752
3840
|
{
|
|
3753
3841
|
fill: stroke || color || "currentColor",
|
|
3754
3842
|
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"
|
|
3755
3843
|
}
|
|
3756
3844
|
),
|
|
3757
|
-
/* @__PURE__ */ (0,
|
|
3845
|
+
/* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
|
|
3758
3846
|
"path",
|
|
3759
3847
|
{
|
|
3760
3848
|
fill: stroke || color || "currentColor",
|
|
@@ -3766,8 +3854,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3766
3854
|
] }), Moresettings_default = IconMoresettings;
|
|
3767
3855
|
|
|
3768
3856
|
// src/components/MouseDrag.tsx
|
|
3769
|
-
var
|
|
3770
|
-
/* @__PURE__ */ (0,
|
|
3857
|
+
var import_jsx_runtime114 = __toESM(require_jsx_runtime()), IconMouseDrag = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3858
|
+
/* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
|
|
3771
3859
|
"path",
|
|
3772
3860
|
{
|
|
3773
3861
|
fill: fill || color || "currentColor",
|
|
@@ -3775,7 +3863,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3775
3863
|
d: "M13.5 3.5V20.5H10.5V3.5H13.5Z"
|
|
3776
3864
|
}
|
|
3777
3865
|
),
|
|
3778
|
-
/* @__PURE__ */ (0,
|
|
3866
|
+
/* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
|
|
3779
3867
|
"path",
|
|
3780
3868
|
{
|
|
3781
3869
|
fill: fill || color || "currentColor",
|
|
@@ -3783,7 +3871,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3783
3871
|
d: "M6.79297 7.5L2.29297 12L6.79297 16.5H8.5V7.5H6.79297Z"
|
|
3784
3872
|
}
|
|
3785
3873
|
),
|
|
3786
|
-
/* @__PURE__ */ (0,
|
|
3874
|
+
/* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
|
|
3787
3875
|
"path",
|
|
3788
3876
|
{
|
|
3789
3877
|
fill: fill || color || "currentColor",
|
|
@@ -3794,8 +3882,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3794
3882
|
] }), MouseDrag_default = IconMouseDrag;
|
|
3795
3883
|
|
|
3796
3884
|
// src/components/MouseMove.tsx
|
|
3797
|
-
var
|
|
3798
|
-
/* @__PURE__ */ (0,
|
|
3885
|
+
var import_jsx_runtime115 = __toESM(require_jsx_runtime()), IconMouseMove = ({ 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: [
|
|
3886
|
+
/* @__PURE__ */ (0, import_jsx_runtime115.jsx)("g", { clipPath: "url(#clip0_384_31)", children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
|
|
3799
3887
|
"path",
|
|
3800
3888
|
{
|
|
3801
3889
|
fill: fill || color || "currentColor",
|
|
@@ -3803,12 +3891,12 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3803
3891
|
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"
|
|
3804
3892
|
}
|
|
3805
3893
|
) }),
|
|
3806
|
-
/* @__PURE__ */ (0,
|
|
3894
|
+
/* @__PURE__ */ (0, import_jsx_runtime115.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("clipPath", { id: "clip0_384_31", children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
3807
3895
|
] }), MouseMove_default = IconMouseMove;
|
|
3808
3896
|
|
|
3809
3897
|
// src/components/MouseNumberchange.tsx
|
|
3810
|
-
var
|
|
3811
|
-
/* @__PURE__ */ (0,
|
|
3898
|
+
var import_jsx_runtime116 = __toESM(require_jsx_runtime()), IconMouseNumberchange = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3899
|
+
/* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
|
|
3812
3900
|
"path",
|
|
3813
3901
|
{
|
|
3814
3902
|
fill: fill || color || "currentColor",
|
|
@@ -3816,7 +3904,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3816
3904
|
d: "M10.5 17L9.30567 17L0.97168 12L9.30566 7L10.5 7L10.5 17Z"
|
|
3817
3905
|
}
|
|
3818
3906
|
),
|
|
3819
|
-
/* @__PURE__ */ (0,
|
|
3907
|
+
/* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
|
|
3820
3908
|
"path",
|
|
3821
3909
|
{
|
|
3822
3910
|
fill: fill || color || "currentColor",
|
|
@@ -3827,7 +3915,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3827
3915
|
] }), MouseNumberchange_default = IconMouseNumberchange;
|
|
3828
3916
|
|
|
3829
3917
|
// src/components/Musicassets.tsx
|
|
3830
|
-
var
|
|
3918
|
+
var import_jsx_runtime117 = __toESM(require_jsx_runtime()), IconMusicassets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime117.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
|
|
3831
3919
|
"path",
|
|
3832
3920
|
{
|
|
3833
3921
|
fill: stroke || color || "currentColor",
|
|
@@ -3838,8 +3926,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3838
3926
|
) }), Musicassets_default = IconMusicassets;
|
|
3839
3927
|
|
|
3840
3928
|
// src/components/Mute.tsx
|
|
3841
|
-
var
|
|
3842
|
-
/* @__PURE__ */ (0,
|
|
3929
|
+
var import_jsx_runtime118 = __toESM(require_jsx_runtime()), IconMute = ({ 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: [
|
|
3930
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
|
|
3843
3931
|
"path",
|
|
3844
3932
|
{
|
|
3845
3933
|
fill: stroke || color || "currentColor",
|
|
@@ -3848,7 +3936,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3848
3936
|
clipRule: "evenodd"
|
|
3849
3937
|
}
|
|
3850
3938
|
),
|
|
3851
|
-
/* @__PURE__ */ (0,
|
|
3939
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
|
|
3852
3940
|
"path",
|
|
3853
3941
|
{
|
|
3854
3942
|
fill: stroke || color || "currentColor",
|
|
@@ -3858,7 +3946,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3858
3946
|
] }), Mute_default = IconMute;
|
|
3859
3947
|
|
|
3860
3948
|
// src/components/Next.tsx
|
|
3861
|
-
var
|
|
3949
|
+
var import_jsx_runtime119 = __toESM(require_jsx_runtime()), IconNext = ({ 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)(
|
|
3862
3950
|
"path",
|
|
3863
3951
|
{
|
|
3864
3952
|
fill: stroke || color || "currentColor",
|
|
@@ -3869,15 +3957,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3869
3957
|
) }), Next_default = IconNext;
|
|
3870
3958
|
|
|
3871
3959
|
// src/components/Nextscene.tsx
|
|
3872
|
-
var
|
|
3873
|
-
/* @__PURE__ */ (0,
|
|
3960
|
+
var import_jsx_runtime120 = __toESM(require_jsx_runtime()), IconNextscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3961
|
+
/* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
|
|
3874
3962
|
"path",
|
|
3875
3963
|
{
|
|
3876
3964
|
fill: stroke || color || "currentColor",
|
|
3877
3965
|
d: "M16.7959 12L10.2656 18.5303L9.2041 17.4697L14.6738 12L9.2041 6.53027L10.2656 5.46973L16.7959 12Z"
|
|
3878
3966
|
}
|
|
3879
3967
|
),
|
|
3880
|
-
/* @__PURE__ */ (0,
|
|
3968
|
+
/* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
|
|
3881
3969
|
"path",
|
|
3882
3970
|
{
|
|
3883
3971
|
fill: stroke || color || "currentColor",
|
|
@@ -3889,7 +3977,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3889
3977
|
] }), Nextscene_default = IconNextscene;
|
|
3890
3978
|
|
|
3891
3979
|
// src/components/Niceofficial.tsx
|
|
3892
|
-
var
|
|
3980
|
+
var import_jsx_runtime121 = __toESM(require_jsx_runtime()), IconNiceofficial = ({ 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)(
|
|
3893
3981
|
"path",
|
|
3894
3982
|
{
|
|
3895
3983
|
fill: fill || color || "currentColor",
|
|
@@ -3899,18 +3987,38 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3899
3987
|
}
|
|
3900
3988
|
) }), Niceofficial_default = IconNiceofficial;
|
|
3901
3989
|
|
|
3990
|
+
// src/components/Notification.tsx
|
|
3991
|
+
var import_jsx_runtime122 = __toESM(require_jsx_runtime()), IconNotification = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3992
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
|
|
3993
|
+
"path",
|
|
3994
|
+
{
|
|
3995
|
+
fill: stroke || color || "currentColor",
|
|
3996
|
+
d: "M22.5 15L19.5 12V7.5C19.5 3.35786 16.1421 0 12 0C7.85786 0 4.5 3.35786 4.5 7.5V12L1.5 15V18H22.5V15ZM6.75 12.932V7.5C6.75 4.6005 9.1005 2.25 12 2.25C14.8995 2.25 17.25 4.6005 17.25 7.5V12.932L20.068 15.75H3.93198L6.75 12.932Z",
|
|
3997
|
+
fillRule: "evenodd",
|
|
3998
|
+
clipRule: "evenodd"
|
|
3999
|
+
}
|
|
4000
|
+
),
|
|
4001
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
|
|
4002
|
+
"path",
|
|
4003
|
+
{
|
|
4004
|
+
fill: stroke || color || "currentColor",
|
|
4005
|
+
d: "M12 24C10.0407 24 8.37385 22.7478 7.75609 21H10.323C10.7349 21.4603 11.3337 21.75 12 21.75C12.6664 21.75 13.2651 21.4603 13.6771 21H16.244C15.6262 22.7478 13.9594 24 12 24Z"
|
|
4006
|
+
}
|
|
4007
|
+
)
|
|
4008
|
+
] }), Notification_default = IconNotification;
|
|
4009
|
+
|
|
3902
4010
|
// src/components/Oneclickgenerate.tsx
|
|
3903
|
-
var
|
|
3904
|
-
/* @__PURE__ */ (0,
|
|
3905
|
-
/* @__PURE__ */ (0,
|
|
3906
|
-
/* @__PURE__ */ (0,
|
|
4011
|
+
var import_jsx_runtime123 = __toESM(require_jsx_runtime()), IconOneclickgenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4012
|
+
/* @__PURE__ */ (0, import_jsx_runtime123.jsx)("path", { fill: stroke || color || "currentColor", d: "M12 4.5V0H9.75V4.5H12Z" }),
|
|
4013
|
+
/* @__PURE__ */ (0, import_jsx_runtime123.jsx)("path", { fill: stroke || color || "currentColor", d: "M4.5 9.75H0V12H4.5V9.75Z" }),
|
|
4014
|
+
/* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
|
|
3907
4015
|
"path",
|
|
3908
4016
|
{
|
|
3909
4017
|
fill: stroke || color || "currentColor",
|
|
3910
4018
|
d: "M5.2045 6.7955L1.4545 3.0455L3.0455 1.4545L6.7955 5.2045L5.2045 6.7955Z"
|
|
3911
4019
|
}
|
|
3912
4020
|
),
|
|
3913
|
-
/* @__PURE__ */ (0,
|
|
4021
|
+
/* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
|
|
3914
4022
|
"path",
|
|
3915
4023
|
{
|
|
3916
4024
|
fill: stroke || color || "currentColor",
|
|
@@ -3922,8 +4030,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3922
4030
|
] }), Oneclickgenerate_default = IconOneclickgenerate;
|
|
3923
4031
|
|
|
3924
4032
|
// src/components/Opendemo.tsx
|
|
3925
|
-
var
|
|
3926
|
-
/* @__PURE__ */ (0,
|
|
4033
|
+
var import_jsx_runtime124 = __toESM(require_jsx_runtime()), IconOpendemo = ({ 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: [
|
|
4034
|
+
/* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
|
|
3927
4035
|
"path",
|
|
3928
4036
|
{
|
|
3929
4037
|
fill: stroke || color || "currentColor",
|
|
@@ -3932,11 +4040,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3932
4040
|
clipRule: "evenodd"
|
|
3933
4041
|
}
|
|
3934
4042
|
),
|
|
3935
|
-
/* @__PURE__ */ (0,
|
|
4043
|
+
/* @__PURE__ */ (0, import_jsx_runtime124.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
|
|
3936
4044
|
] }), Opendemo_default = IconOpendemo;
|
|
3937
4045
|
|
|
3938
4046
|
// src/components/OppsFilled.tsx
|
|
3939
|
-
var
|
|
4047
|
+
var import_jsx_runtime125 = __toESM(require_jsx_runtime()), IconOppsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
|
|
3940
4048
|
"path",
|
|
3941
4049
|
{
|
|
3942
4050
|
fill: fill || color || "currentColor",
|
|
@@ -3947,7 +4055,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3947
4055
|
) }), OppsFilled_default = IconOppsFilled;
|
|
3948
4056
|
|
|
3949
4057
|
// src/components/OptionalcheckedFilled.tsx
|
|
3950
|
-
var
|
|
4058
|
+
var import_jsx_runtime126 = __toESM(require_jsx_runtime()), IconOptionalcheckedFilled = ({ 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)(
|
|
3951
4059
|
"path",
|
|
3952
4060
|
{
|
|
3953
4061
|
fill: fill || color || "currentColor",
|
|
@@ -3958,7 +4066,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3958
4066
|
) }), OptionalcheckedFilled_default = IconOptionalcheckedFilled;
|
|
3959
4067
|
|
|
3960
4068
|
// src/components/Optionaluncheck.tsx
|
|
3961
|
-
var
|
|
4069
|
+
var import_jsx_runtime127 = __toESM(require_jsx_runtime()), IconOptionaluncheck = ({ 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)(
|
|
3962
4070
|
"path",
|
|
3963
4071
|
{
|
|
3964
4072
|
fill: stroke || color || "currentColor",
|
|
@@ -3969,7 +4077,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3969
4077
|
) }), Optionaluncheck_default = IconOptionaluncheck;
|
|
3970
4078
|
|
|
3971
4079
|
// src/components/Packagegame.tsx
|
|
3972
|
-
var
|
|
4080
|
+
var import_jsx_runtime128 = __toESM(require_jsx_runtime()), IconPackagegame = ({ 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)(
|
|
3973
4081
|
"path",
|
|
3974
4082
|
{
|
|
3975
4083
|
fill: stroke || color || "currentColor",
|
|
@@ -3980,11 +4088,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3980
4088
|
) }), Packagegame_default = IconPackagegame;
|
|
3981
4089
|
|
|
3982
4090
|
// src/components/PageError.tsx
|
|
3983
|
-
var
|
|
4091
|
+
var import_jsx_runtime129 = __toESM(require_jsx_runtime()), IconPageError = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("path", { fill: stroke || color || "currentColor", d: "M22.5 13.125H1.5V10.875H22.5V13.125Z" }) }), PageError_default = IconPageError;
|
|
3984
4092
|
|
|
3985
4093
|
// src/components/Parameters.tsx
|
|
3986
|
-
var
|
|
3987
|
-
/* @__PURE__ */ (0,
|
|
4094
|
+
var import_jsx_runtime130 = __toESM(require_jsx_runtime()), IconParameters = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4095
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|
|
3988
4096
|
"path",
|
|
3989
4097
|
{
|
|
3990
4098
|
fill: stroke || color || "currentColor",
|
|
@@ -3993,7 +4101,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3993
4101
|
clipRule: "evenodd"
|
|
3994
4102
|
}
|
|
3995
4103
|
),
|
|
3996
|
-
/* @__PURE__ */ (0,
|
|
4104
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|
|
3997
4105
|
"path",
|
|
3998
4106
|
{
|
|
3999
4107
|
fill: stroke || color || "currentColor",
|
|
@@ -4005,8 +4113,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4005
4113
|
] }), Parameters_default = IconParameters;
|
|
4006
4114
|
|
|
4007
4115
|
// src/components/Pause.tsx
|
|
4008
|
-
var
|
|
4009
|
-
/* @__PURE__ */ (0,
|
|
4116
|
+
var import_jsx_runtime131 = __toESM(require_jsx_runtime()), IconPause = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime131.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4117
|
+
/* @__PURE__ */ (0, import_jsx_runtime131.jsx)(
|
|
4010
4118
|
"path",
|
|
4011
4119
|
{
|
|
4012
4120
|
fill: stroke || color || "currentColor",
|
|
@@ -4015,7 +4123,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4015
4123
|
clipRule: "evenodd"
|
|
4016
4124
|
}
|
|
4017
4125
|
),
|
|
4018
|
-
/* @__PURE__ */ (0,
|
|
4126
|
+
/* @__PURE__ */ (0, import_jsx_runtime131.jsx)(
|
|
4019
4127
|
"path",
|
|
4020
4128
|
{
|
|
4021
4129
|
fill: stroke || color || "currentColor",
|
|
@@ -4027,7 +4135,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4027
4135
|
] }), Pause_default = IconPause;
|
|
4028
4136
|
|
|
4029
4137
|
// src/components/Pencil.tsx
|
|
4030
|
-
var
|
|
4138
|
+
var import_jsx_runtime132 = __toESM(require_jsx_runtime()), IconPencil = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime132.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime132.jsx)(
|
|
4031
4139
|
"path",
|
|
4032
4140
|
{
|
|
4033
4141
|
fill: stroke || color || "currentColor",
|
|
@@ -4038,7 +4146,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4038
4146
|
) }), Pencil_default = IconPencil;
|
|
4039
4147
|
|
|
4040
4148
|
// src/components/Pick.tsx
|
|
4041
|
-
var
|
|
4149
|
+
var import_jsx_runtime133 = __toESM(require_jsx_runtime()), IconPick = ({ 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)(
|
|
4042
4150
|
"path",
|
|
4043
4151
|
{
|
|
4044
4152
|
fill: stroke || color || "currentColor",
|
|
@@ -4049,22 +4157,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4049
4157
|
) }), Pick_default = IconPick;
|
|
4050
4158
|
|
|
4051
4159
|
// src/components/PickedFilled.tsx
|
|
4052
|
-
var
|
|
4160
|
+
var import_jsx_runtime134 = __toESM(require_jsx_runtime()), IconPickedFilled = ({ 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)("path", { fill: fill || color || "currentColor", d: "M3 0H21V24H18L12 18L6 24H3V0Z" }) }), PickedFilled_default = IconPickedFilled;
|
|
4053
4161
|
|
|
4054
4162
|
// src/components/PlanFilled.tsx
|
|
4055
|
-
var
|
|
4056
|
-
/* @__PURE__ */ (0,
|
|
4163
|
+
var import_jsx_runtime135 = __toESM(require_jsx_runtime()), IconPlanFilled = ({ 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: [
|
|
4164
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("g", { clipPath: "url(#clip0_2_30)", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(
|
|
4057
4165
|
"path",
|
|
4058
4166
|
{
|
|
4059
4167
|
fill: fill || color || "currentColor",
|
|
4060
4168
|
d: "M13.5 10.5L15 0H12L3 10.5V13.5H10.5L9 24H12L21 13.5L21 10.5H13.5Z"
|
|
4061
4169
|
}
|
|
4062
4170
|
) }),
|
|
4063
|
-
/* @__PURE__ */ (0,
|
|
4171
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("clipPath", { id: "clip0_2_30", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
4064
4172
|
] }), PlanFilled_default = IconPlanFilled;
|
|
4065
4173
|
|
|
4066
4174
|
// src/components/PlayFilled.tsx
|
|
4067
|
-
var
|
|
4175
|
+
var import_jsx_runtime136 = __toESM(require_jsx_runtime()), IconPlayFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime136.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(
|
|
4068
4176
|
"path",
|
|
4069
4177
|
{
|
|
4070
4178
|
fill: fill || color || "currentColor",
|
|
@@ -4073,7 +4181,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4073
4181
|
) }), PlayFilled_default = IconPlayFilled;
|
|
4074
4182
|
|
|
4075
4183
|
// src/components/Play.tsx
|
|
4076
|
-
var
|
|
4184
|
+
var import_jsx_runtime137 = __toESM(require_jsx_runtime()), IconPlay = ({ 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)(
|
|
4077
4185
|
"path",
|
|
4078
4186
|
{
|
|
4079
4187
|
fill: stroke || color || "currentColor",
|
|
@@ -4084,15 +4192,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4084
4192
|
) }), Play_default = IconPlay;
|
|
4085
4193
|
|
|
4086
4194
|
// src/components/Previouscene.tsx
|
|
4087
|
-
var
|
|
4088
|
-
/* @__PURE__ */ (0,
|
|
4195
|
+
var import_jsx_runtime138 = __toESM(require_jsx_runtime()), IconPreviouscene = ({ 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: [
|
|
4196
|
+
/* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
|
|
4089
4197
|
"path",
|
|
4090
4198
|
{
|
|
4091
4199
|
fill: stroke || color || "currentColor",
|
|
4092
4200
|
d: "M7.2041 12L13.7344 18.5303L14.7959 17.4697L9.32617 12L14.7959 6.53027L13.7344 5.46973L7.2041 12Z"
|
|
4093
4201
|
}
|
|
4094
4202
|
),
|
|
4095
|
-
/* @__PURE__ */ (0,
|
|
4203
|
+
/* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
|
|
4096
4204
|
"path",
|
|
4097
4205
|
{
|
|
4098
4206
|
fill: stroke || color || "currentColor",
|
|
@@ -4104,7 +4212,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4104
4212
|
] }), Previouscene_default = IconPreviouscene;
|
|
4105
4213
|
|
|
4106
4214
|
// src/components/ProblemFilled.tsx
|
|
4107
|
-
var
|
|
4215
|
+
var import_jsx_runtime139 = __toESM(require_jsx_runtime()), IconProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime139.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(
|
|
4108
4216
|
"path",
|
|
4109
4217
|
{
|
|
4110
4218
|
fill: fill || color || "currentColor",
|
|
@@ -4115,7 +4223,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4115
4223
|
) }), ProblemFilled_default = IconProblemFilled;
|
|
4116
4224
|
|
|
4117
4225
|
// src/components/ProblemNoticeFilled.tsx
|
|
4118
|
-
var
|
|
4226
|
+
var import_jsx_runtime140 = __toESM(require_jsx_runtime()), IconProblemNoticeFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime140.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime140.jsx)(
|
|
4119
4227
|
"path",
|
|
4120
4228
|
{
|
|
4121
4229
|
fill: fill || color || "currentColor",
|
|
@@ -4126,10 +4234,10 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4126
4234
|
) }), ProblemNoticeFilled_default = IconProblemNoticeFilled;
|
|
4127
4235
|
|
|
4128
4236
|
// src/components/Problem.tsx
|
|
4129
|
-
var
|
|
4130
|
-
/* @__PURE__ */ (0,
|
|
4131
|
-
/* @__PURE__ */ (0,
|
|
4132
|
-
/* @__PURE__ */ (0,
|
|
4237
|
+
var import_jsx_runtime141 = __toESM(require_jsx_runtime()), IconProblem = ({ 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: [
|
|
4238
|
+
/* @__PURE__ */ (0, import_jsx_runtime141.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 13.5V6H10.875V13.5H13.125Z" }),
|
|
4239
|
+
/* @__PURE__ */ (0, import_jsx_runtime141.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 18V15.75H10.875V18H13.125Z" }),
|
|
4240
|
+
/* @__PURE__ */ (0, import_jsx_runtime141.jsx)(
|
|
4133
4241
|
"path",
|
|
4134
4242
|
{
|
|
4135
4243
|
fill: stroke || color || "currentColor",
|
|
@@ -4141,8 +4249,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4141
4249
|
] }), Problem_default = IconProblem;
|
|
4142
4250
|
|
|
4143
4251
|
// src/components/Publish.tsx
|
|
4144
|
-
var
|
|
4145
|
-
/* @__PURE__ */ (0,
|
|
4252
|
+
var import_jsx_runtime142 = __toESM(require_jsx_runtime()), IconPublish = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime142.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4253
|
+
/* @__PURE__ */ (0, import_jsx_runtime142.jsx)(
|
|
4146
4254
|
"path",
|
|
4147
4255
|
{
|
|
4148
4256
|
fill: stroke || color || "currentColor",
|
|
@@ -4151,11 +4259,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4151
4259
|
clipRule: "evenodd"
|
|
4152
4260
|
}
|
|
4153
4261
|
),
|
|
4154
|
-
/* @__PURE__ */ (0,
|
|
4262
|
+
/* @__PURE__ */ (0, import_jsx_runtime142.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
|
|
4155
4263
|
] }), Publish_default = IconPublish;
|
|
4156
4264
|
|
|
4157
4265
|
// src/components/Ratio169.tsx
|
|
4158
|
-
var
|
|
4266
|
+
var import_jsx_runtime143 = __toESM(require_jsx_runtime()), IconRatio169 = ({ 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)(
|
|
4159
4267
|
"path",
|
|
4160
4268
|
{
|
|
4161
4269
|
fill: stroke || color || "currentColor",
|
|
@@ -4164,15 +4272,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4164
4272
|
) }), Ratio169_default = IconRatio169;
|
|
4165
4273
|
|
|
4166
4274
|
// src/components/Ratio11.tsx
|
|
4167
|
-
var
|
|
4168
|
-
/* @__PURE__ */ (0,
|
|
4275
|
+
var import_jsx_runtime144 = __toESM(require_jsx_runtime()), IconRatio11 = ({ 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: [
|
|
4276
|
+
/* @__PURE__ */ (0, import_jsx_runtime144.jsx)("g", { clipPath: "url(#clip0_13_501)", children: /* @__PURE__ */ (0, import_jsx_runtime144.jsx)(
|
|
4169
4277
|
"path",
|
|
4170
4278
|
{
|
|
4171
4279
|
fill: stroke || color || "currentColor",
|
|
4172
4280
|
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"
|
|
4173
4281
|
}
|
|
4174
4282
|
) }),
|
|
4175
|
-
/* @__PURE__ */ (0,
|
|
4283
|
+
/* @__PURE__ */ (0, import_jsx_runtime144.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime144.jsx)("clipPath", { id: "clip0_13_501", children: /* @__PURE__ */ (0, import_jsx_runtime144.jsx)(
|
|
4176
4284
|
"rect",
|
|
4177
4285
|
{
|
|
4178
4286
|
width: "24",
|
|
@@ -4184,15 +4292,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4184
4292
|
] }), Ratio11_default = IconRatio11;
|
|
4185
4293
|
|
|
4186
4294
|
// src/components/Ratio916.tsx
|
|
4187
|
-
var
|
|
4188
|
-
/* @__PURE__ */ (0,
|
|
4295
|
+
var import_jsx_runtime145 = __toESM(require_jsx_runtime()), IconRatio916 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime145.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4296
|
+
/* @__PURE__ */ (0, import_jsx_runtime145.jsx)("g", { clipPath: "url(#clip0_13_499)", children: /* @__PURE__ */ (0, import_jsx_runtime145.jsx)(
|
|
4189
4297
|
"path",
|
|
4190
4298
|
{
|
|
4191
4299
|
fill: stroke || color || "currentColor",
|
|
4192
4300
|
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"
|
|
4193
4301
|
}
|
|
4194
4302
|
) }),
|
|
4195
|
-
/* @__PURE__ */ (0,
|
|
4303
|
+
/* @__PURE__ */ (0, import_jsx_runtime145.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime145.jsx)("clipPath", { id: "clip0_13_499", children: /* @__PURE__ */ (0, import_jsx_runtime145.jsx)(
|
|
4196
4304
|
"rect",
|
|
4197
4305
|
{
|
|
4198
4306
|
width: "24",
|
|
@@ -4204,17 +4312,17 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4204
4312
|
] }), Ratio916_default = IconRatio916;
|
|
4205
4313
|
|
|
4206
4314
|
// src/components/RatioAuto.tsx
|
|
4207
|
-
var
|
|
4208
|
-
/* @__PURE__ */ (0,
|
|
4209
|
-
/* @__PURE__ */ (0,
|
|
4315
|
+
var import_jsx_runtime146 = __toESM(require_jsx_runtime()), IconRatioAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime146.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4316
|
+
/* @__PURE__ */ (0, import_jsx_runtime146.jsxs)("g", { clipPath: "url(#clip0_468_23)", children: [
|
|
4317
|
+
/* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
|
|
4210
4318
|
"path",
|
|
4211
4319
|
{
|
|
4212
4320
|
fill: stroke || color || "currentColor",
|
|
4213
4321
|
d: "M6.25 6.24999L6.25 9.99998H4L4 3.99998L10 3.99999V6.24999H6.25Z"
|
|
4214
4322
|
}
|
|
4215
4323
|
),
|
|
4216
|
-
/* @__PURE__ */ (0,
|
|
4217
|
-
/* @__PURE__ */ (0,
|
|
4324
|
+
/* @__PURE__ */ (0, import_jsx_runtime146.jsx)("path", { fill: stroke || color || "currentColor", d: "M14 20V17.75H17.75V14H20V20H14Z" }),
|
|
4325
|
+
/* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
|
|
4218
4326
|
"path",
|
|
4219
4327
|
{
|
|
4220
4328
|
fill: stroke || color || "currentColor",
|
|
@@ -4224,7 +4332,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4224
4332
|
}
|
|
4225
4333
|
)
|
|
4226
4334
|
] }),
|
|
4227
|
-
/* @__PURE__ */ (0,
|
|
4335
|
+
/* @__PURE__ */ (0, import_jsx_runtime146.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime146.jsx)("clipPath", { id: "clip0_468_23", children: /* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
|
|
4228
4336
|
"rect",
|
|
4229
4337
|
{
|
|
4230
4338
|
width: "24",
|
|
@@ -4236,15 +4344,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4236
4344
|
] }), RatioAuto_default = IconRatioAuto;
|
|
4237
4345
|
|
|
4238
4346
|
// src/components/Ratio.tsx
|
|
4239
|
-
var
|
|
4240
|
-
/* @__PURE__ */ (0,
|
|
4347
|
+
var import_jsx_runtime147 = __toESM(require_jsx_runtime()), IconRatio = ({ 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: [
|
|
4348
|
+
/* @__PURE__ */ (0, import_jsx_runtime147.jsx)(
|
|
4241
4349
|
"path",
|
|
4242
4350
|
{
|
|
4243
4351
|
fill: stroke || color || "currentColor",
|
|
4244
4352
|
d: "M3 0V3L0 3V5.25L18.75 5.25V24H21V21H24V18.75H21L21 3L5.25 3V0H3Z"
|
|
4245
4353
|
}
|
|
4246
4354
|
),
|
|
4247
|
-
/* @__PURE__ */ (0,
|
|
4355
|
+
/* @__PURE__ */ (0, import_jsx_runtime147.jsx)(
|
|
4248
4356
|
"path",
|
|
4249
4357
|
{
|
|
4250
4358
|
fill: stroke || color || "currentColor",
|
|
@@ -4254,7 +4362,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4254
4362
|
] }), Ratio_default = IconRatio;
|
|
4255
4363
|
|
|
4256
4364
|
// src/components/ReEdit.tsx
|
|
4257
|
-
var
|
|
4365
|
+
var import_jsx_runtime148 = __toESM(require_jsx_runtime()), IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime148.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime148.jsx)(
|
|
4258
4366
|
"path",
|
|
4259
4367
|
{
|
|
4260
4368
|
fill: stroke || color || "currentColor",
|
|
@@ -4265,7 +4373,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4265
4373
|
) }), ReEdit_default = IconReEdit;
|
|
4266
4374
|
|
|
4267
4375
|
// src/components/Regenerate.tsx
|
|
4268
|
-
var
|
|
4376
|
+
var import_jsx_runtime149 = __toESM(require_jsx_runtime()), IconRegenerate = ({ 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)(
|
|
4269
4377
|
"path",
|
|
4270
4378
|
{
|
|
4271
4379
|
fill: stroke || color || "currentColor",
|
|
@@ -4276,8 +4384,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4276
4384
|
) }), Regenerate_default = IconRegenerate;
|
|
4277
4385
|
|
|
4278
4386
|
// src/components/Resultsetting.tsx
|
|
4279
|
-
var
|
|
4280
|
-
/* @__PURE__ */ (0,
|
|
4387
|
+
var import_jsx_runtime150 = __toESM(require_jsx_runtime()), IconResultsetting = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime150.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4388
|
+
/* @__PURE__ */ (0, import_jsx_runtime150.jsx)("g", { clipPath: "url(#clip0_554_27)", children: /* @__PURE__ */ (0, import_jsx_runtime150.jsx)(
|
|
4281
4389
|
"path",
|
|
4282
4390
|
{
|
|
4283
4391
|
fill: stroke || color || "currentColor",
|
|
@@ -4286,7 +4394,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4286
4394
|
clipRule: "evenodd"
|
|
4287
4395
|
}
|
|
4288
4396
|
) }),
|
|
4289
|
-
/* @__PURE__ */ (0,
|
|
4397
|
+
/* @__PURE__ */ (0, import_jsx_runtime150.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime150.jsx)("clipPath", { id: "clip0_554_27", children: /* @__PURE__ */ (0, import_jsx_runtime150.jsx)(
|
|
4290
4398
|
"rect",
|
|
4291
4399
|
{
|
|
4292
4400
|
width: "24",
|
|
@@ -4298,7 +4406,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4298
4406
|
] }), Resultsetting_default = IconResultsetting;
|
|
4299
4407
|
|
|
4300
4408
|
// src/components/RightFilled.tsx
|
|
4301
|
-
var
|
|
4409
|
+
var import_jsx_runtime151 = __toESM(require_jsx_runtime()), IconRightFilled = ({ 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)(
|
|
4302
4410
|
"path",
|
|
4303
4411
|
{
|
|
4304
4412
|
fill: fill || color || "currentColor",
|
|
@@ -4309,7 +4417,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4309
4417
|
) }), RightFilled_default = IconRightFilled;
|
|
4310
4418
|
|
|
4311
4419
|
// src/components/SceneNext.tsx
|
|
4312
|
-
var
|
|
4420
|
+
var import_jsx_runtime152 = __toESM(require_jsx_runtime()), IconSceneNext = ({ 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)(
|
|
4313
4421
|
"path",
|
|
4314
4422
|
{
|
|
4315
4423
|
fill: stroke || color || "currentColor",
|
|
@@ -4318,27 +4426,27 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4318
4426
|
) }), SceneNext_default = IconSceneNext;
|
|
4319
4427
|
|
|
4320
4428
|
// src/components/Scriptmode.tsx
|
|
4321
|
-
var
|
|
4322
|
-
/* @__PURE__ */ (0,
|
|
4323
|
-
/* @__PURE__ */ (0,
|
|
4324
|
-
/* @__PURE__ */ (0,
|
|
4325
|
-
/* @__PURE__ */ (0,
|
|
4326
|
-
/* @__PURE__ */ (0,
|
|
4327
|
-
/* @__PURE__ */ (0,
|
|
4328
|
-
/* @__PURE__ */ (0,
|
|
4329
|
-
/* @__PURE__ */ (0,
|
|
4429
|
+
var import_jsx_runtime153 = __toESM(require_jsx_runtime()), IconScriptmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime153.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4430
|
+
/* @__PURE__ */ (0, import_jsx_runtime153.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H3.75V1.5H1.5V3.75Z" }),
|
|
4431
|
+
/* @__PURE__ */ (0, import_jsx_runtime153.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 10.125H3.75V7.875H1.5V10.125Z" }),
|
|
4432
|
+
/* @__PURE__ */ (0, import_jsx_runtime153.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H3.75V13.875H1.5V16.125Z" }),
|
|
4433
|
+
/* @__PURE__ */ (0, import_jsx_runtime153.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H3.75V20.25H1.5V22.5Z" }),
|
|
4434
|
+
/* @__PURE__ */ (0, import_jsx_runtime153.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 3.75H22.5V1.5H7.5V3.75Z" }),
|
|
4435
|
+
/* @__PURE__ */ (0, import_jsx_runtime153.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 10.125H22.5V7.875H7.5V10.125Z" }),
|
|
4436
|
+
/* @__PURE__ */ (0, import_jsx_runtime153.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 16.125H22.5V13.875H7.5V16.125Z" }),
|
|
4437
|
+
/* @__PURE__ */ (0, import_jsx_runtime153.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 22.5H22.5V20.25H7.5V22.5Z" })
|
|
4330
4438
|
] }), Scriptmode_default = IconScriptmode;
|
|
4331
4439
|
|
|
4332
4440
|
// src/components/Scrolldown.tsx
|
|
4333
|
-
var
|
|
4334
|
-
/* @__PURE__ */ (0,
|
|
4441
|
+
var import_jsx_runtime154 = __toESM(require_jsx_runtime()), IconScrolldown = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime154.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4442
|
+
/* @__PURE__ */ (0, import_jsx_runtime154.jsx)(
|
|
4335
4443
|
"path",
|
|
4336
4444
|
{
|
|
4337
4445
|
fill: stroke || color || "currentColor",
|
|
4338
4446
|
d: "M3.79546 11.9544L12 20.1589L20.2045 11.9544L21.7955 13.5454L12 23.3409L2.20447 13.5454L3.79546 11.9544Z"
|
|
4339
4447
|
}
|
|
4340
4448
|
),
|
|
4341
|
-
/* @__PURE__ */ (0,
|
|
4449
|
+
/* @__PURE__ */ (0, import_jsx_runtime154.jsx)(
|
|
4342
4450
|
"path",
|
|
4343
4451
|
{
|
|
4344
4452
|
fill: stroke || color || "currentColor",
|
|
@@ -4348,7 +4456,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4348
4456
|
] }), Scrolldown_default = IconScrolldown;
|
|
4349
4457
|
|
|
4350
4458
|
// src/components/Sendrequest.tsx
|
|
4351
|
-
var
|
|
4459
|
+
var import_jsx_runtime155 = __toESM(require_jsx_runtime()), IconSendrequest = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime155.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime155.jsx)(
|
|
4352
4460
|
"path",
|
|
4353
4461
|
{
|
|
4354
4462
|
fill: fill || color || "currentColor",
|
|
@@ -4358,8 +4466,26 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4358
4466
|
}
|
|
4359
4467
|
) }), Sendrequest_default = IconSendrequest;
|
|
4360
4468
|
|
|
4469
|
+
// src/components/Sendup.tsx
|
|
4470
|
+
var import_jsx_runtime156 = __toESM(require_jsx_runtime()), IconSendup = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime156.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
|
|
4471
|
+
"path",
|
|
4472
|
+
{
|
|
4473
|
+
fill: stroke || color || "currentColor",
|
|
4474
|
+
d: "M19.1208 5.32254V19.176L16.8703 19.1753V9.16398L6.56135 19.473L4.97036 17.882L15.2793 7.57299H5.26798L5.26729 5.32254H19.1208Z"
|
|
4475
|
+
}
|
|
4476
|
+
) }), Sendup_default = IconSendup;
|
|
4477
|
+
|
|
4478
|
+
// src/components/Sendup2.tsx
|
|
4479
|
+
var import_jsx_runtime157 = __toESM(require_jsx_runtime()), IconSendup2 = ({ 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)(
|
|
4480
|
+
"path",
|
|
4481
|
+
{
|
|
4482
|
+
fill: stroke || color || "currentColor",
|
|
4483
|
+
d: "M5.19922 10.7949L6.79102 12.3867L11.875 7.30273V18H3V20.25H14.125V7.31055L19.1992 12.3867L20.791 10.7949L12.9961 3L5.19922 10.7949Z"
|
|
4484
|
+
}
|
|
4485
|
+
) }), Sendup2_default = IconSendup2;
|
|
4486
|
+
|
|
4361
4487
|
// src/components/ShareFilled.tsx
|
|
4362
|
-
var
|
|
4488
|
+
var import_jsx_runtime158 = __toESM(require_jsx_runtime()), IconShareFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime158.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime158.jsx)(
|
|
4363
4489
|
"path",
|
|
4364
4490
|
{
|
|
4365
4491
|
fill: fill || color || "currentColor",
|
|
@@ -4368,7 +4494,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4368
4494
|
) }), ShareFilled_default = IconShareFilled;
|
|
4369
4495
|
|
|
4370
4496
|
// src/components/Share.tsx
|
|
4371
|
-
var
|
|
4497
|
+
var import_jsx_runtime159 = __toESM(require_jsx_runtime()), IconShare = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime159.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime159.jsx)(
|
|
4372
4498
|
"path",
|
|
4373
4499
|
{
|
|
4374
4500
|
fill: stroke || color || "currentColor",
|
|
@@ -4379,7 +4505,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4379
4505
|
) }), Share_default = IconShare;
|
|
4380
4506
|
|
|
4381
4507
|
// src/components/Sidebar.tsx
|
|
4382
|
-
var
|
|
4508
|
+
var import_jsx_runtime160 = __toESM(require_jsx_runtime()), IconSidebar = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime160.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime160.jsx)(
|
|
4383
4509
|
"path",
|
|
4384
4510
|
{
|
|
4385
4511
|
fill: stroke || color || "currentColor",
|
|
@@ -4390,7 +4516,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4390
4516
|
) }), Sidebar_default = IconSidebar;
|
|
4391
4517
|
|
|
4392
4518
|
// src/components/SocialX.tsx
|
|
4393
|
-
var
|
|
4519
|
+
var import_jsx_runtime161 = __toESM(require_jsx_runtime()), IconSocialX = ({ 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)(
|
|
4394
4520
|
"path",
|
|
4395
4521
|
{
|
|
4396
4522
|
fill: fill || color || "currentColor",
|
|
@@ -4399,7 +4525,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4399
4525
|
) }), SocialX_default = IconSocialX;
|
|
4400
4526
|
|
|
4401
4527
|
// src/components/SocialDiscord.tsx
|
|
4402
|
-
var
|
|
4528
|
+
var import_jsx_runtime162 = __toESM(require_jsx_runtime()), IconSocialDiscord = ({ 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)(
|
|
4403
4529
|
"path",
|
|
4404
4530
|
{
|
|
4405
4531
|
fill: fill || color || "currentColor",
|
|
@@ -4408,8 +4534,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4408
4534
|
) }), SocialDiscord_default = IconSocialDiscord;
|
|
4409
4535
|
|
|
4410
4536
|
// src/components/SoundOff.tsx
|
|
4411
|
-
var
|
|
4412
|
-
/* @__PURE__ */ (0,
|
|
4537
|
+
var import_jsx_runtime163 = __toESM(require_jsx_runtime()), IconSoundOff = ({ 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: [
|
|
4538
|
+
/* @__PURE__ */ (0, import_jsx_runtime163.jsx)(
|
|
4413
4539
|
"path",
|
|
4414
4540
|
{
|
|
4415
4541
|
fill: stroke || color || "currentColor",
|
|
@@ -4418,7 +4544,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4418
4544
|
clipRule: "evenodd"
|
|
4419
4545
|
}
|
|
4420
4546
|
),
|
|
4421
|
-
/* @__PURE__ */ (0,
|
|
4547
|
+
/* @__PURE__ */ (0, import_jsx_runtime163.jsx)(
|
|
4422
4548
|
"path",
|
|
4423
4549
|
{
|
|
4424
4550
|
fill: stroke || color || "currentColor",
|
|
@@ -4428,8 +4554,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4428
4554
|
] }), SoundOff_default = IconSoundOff;
|
|
4429
4555
|
|
|
4430
4556
|
// src/components/SoundOn.tsx
|
|
4431
|
-
var
|
|
4432
|
-
/* @__PURE__ */ (0,
|
|
4557
|
+
var import_jsx_runtime164 = __toESM(require_jsx_runtime()), IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime164.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4558
|
+
/* @__PURE__ */ (0, import_jsx_runtime164.jsx)(
|
|
4433
4559
|
"path",
|
|
4434
4560
|
{
|
|
4435
4561
|
fill: stroke || color || "currentColor",
|
|
@@ -4438,14 +4564,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4438
4564
|
clipRule: "evenodd"
|
|
4439
4565
|
}
|
|
4440
4566
|
),
|
|
4441
|
-
/* @__PURE__ */ (0,
|
|
4567
|
+
/* @__PURE__ */ (0, import_jsx_runtime164.jsx)(
|
|
4442
4568
|
"path",
|
|
4443
4569
|
{
|
|
4444
4570
|
fill: stroke || color || "currentColor",
|
|
4445
4571
|
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"
|
|
4446
4572
|
}
|
|
4447
4573
|
),
|
|
4448
|
-
/* @__PURE__ */ (0,
|
|
4574
|
+
/* @__PURE__ */ (0, import_jsx_runtime164.jsx)(
|
|
4449
4575
|
"path",
|
|
4450
4576
|
{
|
|
4451
4577
|
fill: stroke || color || "currentColor",
|
|
@@ -4455,7 +4581,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4455
4581
|
] }), SoundOn_default = IconSoundOn;
|
|
4456
4582
|
|
|
4457
4583
|
// src/components/Storyboard.tsx
|
|
4458
|
-
var
|
|
4584
|
+
var import_jsx_runtime165 = __toESM(require_jsx_runtime()), IconStoryboard = ({ 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)(
|
|
4459
4585
|
"path",
|
|
4460
4586
|
{
|
|
4461
4587
|
fill: stroke || color || "currentColor",
|
|
@@ -4466,24 +4592,24 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4466
4592
|
) }), Storyboard_default = IconStoryboard;
|
|
4467
4593
|
|
|
4468
4594
|
// src/components/StyleAutoFilled.tsx
|
|
4469
|
-
var
|
|
4470
|
-
/* @__PURE__ */ (0,
|
|
4595
|
+
var import_jsx_runtime166 = __toESM(require_jsx_runtime()), IconStyleAutoFilled = ({ 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: [
|
|
4596
|
+
/* @__PURE__ */ (0, import_jsx_runtime166.jsx)(
|
|
4471
4597
|
"path",
|
|
4472
4598
|
{
|
|
4473
4599
|
fill: fill || color || "currentColor",
|
|
4474
4600
|
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"
|
|
4475
4601
|
}
|
|
4476
4602
|
),
|
|
4477
|
-
/* @__PURE__ */ (0,
|
|
4603
|
+
/* @__PURE__ */ (0, import_jsx_runtime166.jsx)(
|
|
4478
4604
|
"path",
|
|
4479
4605
|
{
|
|
4480
4606
|
fill: fill || color || "currentColor",
|
|
4481
4607
|
d: "M0 16.5V15L6 13.5L7.5 7.5H9L10.5 13.5L16.5 15V16.5L10.5 18L9 24H7.5L6 18L0 16.5Z"
|
|
4482
4608
|
}
|
|
4483
4609
|
),
|
|
4484
|
-
/* @__PURE__ */ (0,
|
|
4485
|
-
/* @__PURE__ */ (0,
|
|
4486
|
-
/* @__PURE__ */ (0,
|
|
4610
|
+
/* @__PURE__ */ (0, import_jsx_runtime166.jsx)("path", { fill: fill || color || "currentColor", d: "M1.5 3L3.75 0.75L6 3L3.75 5.25L1.5 3Z" }),
|
|
4611
|
+
/* @__PURE__ */ (0, import_jsx_runtime166.jsx)("path", { fill: fill || color || "currentColor", d: "M22.5 21L19.5 18L16.5 21L19.5 24L22.5 21Z" }),
|
|
4612
|
+
/* @__PURE__ */ (0, import_jsx_runtime166.jsx)(
|
|
4487
4613
|
"path",
|
|
4488
4614
|
{
|
|
4489
4615
|
fill: fill || color || "currentColor",
|
|
@@ -4493,43 +4619,43 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4493
4619
|
] }), StyleAutoFilled_default = IconStyleAutoFilled;
|
|
4494
4620
|
|
|
4495
4621
|
// src/components/Style.tsx
|
|
4496
|
-
var
|
|
4497
|
-
/* @__PURE__ */ (0,
|
|
4622
|
+
var import_jsx_runtime167 = __toESM(require_jsx_runtime()), IconStyle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime167.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4623
|
+
/* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
|
|
4498
4624
|
"path",
|
|
4499
4625
|
{
|
|
4500
4626
|
fill: stroke || color || "currentColor",
|
|
4501
4627
|
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"
|
|
4502
4628
|
}
|
|
4503
4629
|
),
|
|
4504
|
-
/* @__PURE__ */ (0,
|
|
4630
|
+
/* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
|
|
4505
4631
|
"path",
|
|
4506
4632
|
{
|
|
4507
4633
|
fill: stroke || color || "currentColor",
|
|
4508
4634
|
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"
|
|
4509
4635
|
}
|
|
4510
4636
|
),
|
|
4511
|
-
/* @__PURE__ */ (0,
|
|
4637
|
+
/* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
|
|
4512
4638
|
"path",
|
|
4513
4639
|
{
|
|
4514
4640
|
fill: stroke || color || "currentColor",
|
|
4515
4641
|
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"
|
|
4516
4642
|
}
|
|
4517
4643
|
),
|
|
4518
|
-
/* @__PURE__ */ (0,
|
|
4644
|
+
/* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
|
|
4519
4645
|
"path",
|
|
4520
4646
|
{
|
|
4521
4647
|
fill: stroke || color || "currentColor",
|
|
4522
4648
|
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"
|
|
4523
4649
|
}
|
|
4524
4650
|
),
|
|
4525
|
-
/* @__PURE__ */ (0,
|
|
4651
|
+
/* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
|
|
4526
4652
|
"path",
|
|
4527
4653
|
{
|
|
4528
4654
|
fill: stroke || color || "currentColor",
|
|
4529
4655
|
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"
|
|
4530
4656
|
}
|
|
4531
4657
|
),
|
|
4532
|
-
/* @__PURE__ */ (0,
|
|
4658
|
+
/* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
|
|
4533
4659
|
"path",
|
|
4534
4660
|
{
|
|
4535
4661
|
fill: stroke || color || "currentColor",
|
|
@@ -4541,8 +4667,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4541
4667
|
] }), Style_default = IconStyle;
|
|
4542
4668
|
|
|
4543
4669
|
// src/components/Styleoverall.tsx
|
|
4544
|
-
var
|
|
4545
|
-
/* @__PURE__ */ (0,
|
|
4670
|
+
var import_jsx_runtime168 = __toESM(require_jsx_runtime()), IconStyleoverall = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime168.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4671
|
+
/* @__PURE__ */ (0, import_jsx_runtime168.jsx)(
|
|
4546
4672
|
"path",
|
|
4547
4673
|
{
|
|
4548
4674
|
fill: stroke || color || "currentColor",
|
|
@@ -4551,7 +4677,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4551
4677
|
clipRule: "evenodd"
|
|
4552
4678
|
}
|
|
4553
4679
|
),
|
|
4554
|
-
/* @__PURE__ */ (0,
|
|
4680
|
+
/* @__PURE__ */ (0, import_jsx_runtime168.jsx)(
|
|
4555
4681
|
"path",
|
|
4556
4682
|
{
|
|
4557
4683
|
fill: stroke || color || "currentColor",
|
|
@@ -4560,7 +4686,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4560
4686
|
clipRule: "evenodd"
|
|
4561
4687
|
}
|
|
4562
4688
|
),
|
|
4563
|
-
/* @__PURE__ */ (0,
|
|
4689
|
+
/* @__PURE__ */ (0, import_jsx_runtime168.jsx)(
|
|
4564
4690
|
"path",
|
|
4565
4691
|
{
|
|
4566
4692
|
fill: stroke || color || "currentColor",
|
|
@@ -4569,7 +4695,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4569
4695
|
clipRule: "evenodd"
|
|
4570
4696
|
}
|
|
4571
4697
|
),
|
|
4572
|
-
/* @__PURE__ */ (0,
|
|
4698
|
+
/* @__PURE__ */ (0, import_jsx_runtime168.jsx)(
|
|
4573
4699
|
"path",
|
|
4574
4700
|
{
|
|
4575
4701
|
fill: stroke || color || "currentColor",
|
|
@@ -4581,7 +4707,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4581
4707
|
] }), Styleoverall_default = IconStyleoverall;
|
|
4582
4708
|
|
|
4583
4709
|
// src/components/SwitchOffFilled.tsx
|
|
4584
|
-
var
|
|
4710
|
+
var import_jsx_runtime169 = __toESM(require_jsx_runtime()), IconSwitchOffFilled = ({ 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)(
|
|
4585
4711
|
"path",
|
|
4586
4712
|
{
|
|
4587
4713
|
fill: fill || color || "currentColor",
|
|
@@ -4592,7 +4718,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4592
4718
|
) }), SwitchOffFilled_default = IconSwitchOffFilled;
|
|
4593
4719
|
|
|
4594
4720
|
// src/components/SwitchOnFilled.tsx
|
|
4595
|
-
var
|
|
4721
|
+
var import_jsx_runtime170 = __toESM(require_jsx_runtime()), IconSwitchOnFilled = ({ 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)(
|
|
4596
4722
|
"path",
|
|
4597
4723
|
{
|
|
4598
4724
|
fill: fill || color || "currentColor",
|
|
@@ -4603,8 +4729,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4603
4729
|
) }), SwitchOnFilled_default = IconSwitchOnFilled;
|
|
4604
4730
|
|
|
4605
4731
|
// src/components/Target.tsx
|
|
4606
|
-
var
|
|
4607
|
-
/* @__PURE__ */ (0,
|
|
4732
|
+
var import_jsx_runtime171 = __toESM(require_jsx_runtime()), IconTarget = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime171.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4733
|
+
/* @__PURE__ */ (0, import_jsx_runtime171.jsx)(
|
|
4608
4734
|
"path",
|
|
4609
4735
|
{
|
|
4610
4736
|
fill: stroke || color || "currentColor",
|
|
@@ -4613,7 +4739,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4613
4739
|
clipRule: "evenodd"
|
|
4614
4740
|
}
|
|
4615
4741
|
),
|
|
4616
|
-
/* @__PURE__ */ (0,
|
|
4742
|
+
/* @__PURE__ */ (0, import_jsx_runtime171.jsx)(
|
|
4617
4743
|
"path",
|
|
4618
4744
|
{
|
|
4619
4745
|
fill: stroke || color || "currentColor",
|
|
@@ -4625,43 +4751,43 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4625
4751
|
] }), Target_default = IconTarget;
|
|
4626
4752
|
|
|
4627
4753
|
// src/components/TextLogo.tsx
|
|
4628
|
-
var
|
|
4629
|
-
/* @__PURE__ */ (0,
|
|
4754
|
+
var import_jsx_runtime172 = __toESM(require_jsx_runtime()), IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime172.jsxs)("svg", { fill: "none", viewBox: "0 0 124 40", className, width: width || size, height: height || size, children: [
|
|
4755
|
+
/* @__PURE__ */ (0, import_jsx_runtime172.jsx)(
|
|
4630
4756
|
"path",
|
|
4631
4757
|
{
|
|
4632
4758
|
fill: fill || color || "currentColor",
|
|
4633
4759
|
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"
|
|
4634
4760
|
}
|
|
4635
4761
|
),
|
|
4636
|
-
/* @__PURE__ */ (0,
|
|
4762
|
+
/* @__PURE__ */ (0, import_jsx_runtime172.jsx)(
|
|
4637
4763
|
"path",
|
|
4638
4764
|
{
|
|
4639
4765
|
fill: fill || color || "currentColor",
|
|
4640
4766
|
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"
|
|
4641
4767
|
}
|
|
4642
4768
|
),
|
|
4643
|
-
/* @__PURE__ */ (0,
|
|
4769
|
+
/* @__PURE__ */ (0, import_jsx_runtime172.jsx)(
|
|
4644
4770
|
"path",
|
|
4645
4771
|
{
|
|
4646
4772
|
fill: fill || color || "currentColor",
|
|
4647
4773
|
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"
|
|
4648
4774
|
}
|
|
4649
4775
|
),
|
|
4650
|
-
/* @__PURE__ */ (0,
|
|
4776
|
+
/* @__PURE__ */ (0, import_jsx_runtime172.jsx)(
|
|
4651
4777
|
"path",
|
|
4652
4778
|
{
|
|
4653
4779
|
fill: fill || color || "currentColor",
|
|
4654
4780
|
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"
|
|
4655
4781
|
}
|
|
4656
4782
|
),
|
|
4657
|
-
/* @__PURE__ */ (0,
|
|
4783
|
+
/* @__PURE__ */ (0, import_jsx_runtime172.jsx)(
|
|
4658
4784
|
"path",
|
|
4659
4785
|
{
|
|
4660
4786
|
fill: fill || color || "currentColor",
|
|
4661
4787
|
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"
|
|
4662
4788
|
}
|
|
4663
4789
|
),
|
|
4664
|
-
/* @__PURE__ */ (0,
|
|
4790
|
+
/* @__PURE__ */ (0, import_jsx_runtime172.jsx)(
|
|
4665
4791
|
"path",
|
|
4666
4792
|
{
|
|
4667
4793
|
fill: fill || color || "currentColor",
|
|
@@ -4670,8 +4796,19 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4670
4796
|
)
|
|
4671
4797
|
] }), TextLogo_default = IconTextLogo;
|
|
4672
4798
|
|
|
4799
|
+
// src/components/TipsFilled.tsx
|
|
4800
|
+
var import_jsx_runtime173 = __toESM(require_jsx_runtime()), IconTipsFilled = ({ 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)(
|
|
4801
|
+
"path",
|
|
4802
|
+
{
|
|
4803
|
+
fill: fill || color || "currentColor",
|
|
4804
|
+
d: "M7.5 17.25V21.75L9.75 24H14.25L16.5 21.75V17.25L18.3594 15.3906C20.0501 13.6999 21 11.4021 21 9.01103C21 4.04047 16.9706 0 12 0C7.02944 0 3 4.04047 3 9.01103C3 11.4021 3.94986 13.6999 5.64061 15.3906L7.5 17.25ZM10.5 14.811V9H13.5V14.811C16.0878 14.1449 18 11.7958 18 9C18 5.68629 15.3137 3 12 3C8.68629 3 6 5.68629 6 9C6 11.7958 7.91216 14.1449 10.5 14.811Z",
|
|
4805
|
+
fillRule: "evenodd",
|
|
4806
|
+
clipRule: "evenodd"
|
|
4807
|
+
}
|
|
4808
|
+
) }), TipsFilled_default = IconTipsFilled;
|
|
4809
|
+
|
|
4673
4810
|
// src/components/Tips.tsx
|
|
4674
|
-
var
|
|
4811
|
+
var import_jsx_runtime174 = __toESM(require_jsx_runtime()), IconTips = ({ 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)(
|
|
4675
4812
|
"path",
|
|
4676
4813
|
{
|
|
4677
4814
|
fill: stroke || color || "currentColor",
|
|
@@ -4682,15 +4819,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4682
4819
|
) }), Tips_default = IconTips;
|
|
4683
4820
|
|
|
4684
4821
|
// src/components/ToolsFilled.tsx
|
|
4685
|
-
var
|
|
4686
|
-
/* @__PURE__ */ (0,
|
|
4822
|
+
var import_jsx_runtime175 = __toESM(require_jsx_runtime()), IconToolsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime175.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4823
|
+
/* @__PURE__ */ (0, import_jsx_runtime175.jsx)(
|
|
4687
4824
|
"path",
|
|
4688
4825
|
{
|
|
4689
4826
|
fill: fill || color || "currentColor",
|
|
4690
4827
|
d: "M24 12L19.5 16.5L15 15L9 9L7.5 4.5L12 0L16.5 1.5L22.5 7.5L24 12Z"
|
|
4691
4828
|
}
|
|
4692
4829
|
),
|
|
4693
|
-
/* @__PURE__ */ (0,
|
|
4830
|
+
/* @__PURE__ */ (0, import_jsx_runtime175.jsx)(
|
|
4694
4831
|
"path",
|
|
4695
4832
|
{
|
|
4696
4833
|
fill: fill || color || "currentColor",
|
|
@@ -4700,7 +4837,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4700
4837
|
] }), ToolsFilled_default = IconToolsFilled;
|
|
4701
4838
|
|
|
4702
4839
|
// src/components/Tools.tsx
|
|
4703
|
-
var
|
|
4840
|
+
var import_jsx_runtime176 = __toESM(require_jsx_runtime()), IconTools = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime176.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime176.jsx)(
|
|
4704
4841
|
"path",
|
|
4705
4842
|
{
|
|
4706
4843
|
stroke: stroke || color || "currentColor",
|
|
@@ -4710,7 +4847,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4710
4847
|
) }), Tools_default = IconTools;
|
|
4711
4848
|
|
|
4712
4849
|
// src/components/Undo.tsx
|
|
4713
|
-
var
|
|
4850
|
+
var import_jsx_runtime177 = __toESM(require_jsx_runtime()), IconUndo = ({ 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)(
|
|
4714
4851
|
"path",
|
|
4715
4852
|
{
|
|
4716
4853
|
fill: stroke || color || "currentColor",
|
|
@@ -4721,7 +4858,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4721
4858
|
) }), Undo_default = IconUndo;
|
|
4722
4859
|
|
|
4723
4860
|
// src/components/UpFilled.tsx
|
|
4724
|
-
var
|
|
4861
|
+
var import_jsx_runtime178 = __toESM(require_jsx_runtime()), IconUpFilled = ({ 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)(
|
|
4725
4862
|
"path",
|
|
4726
4863
|
{
|
|
4727
4864
|
fill: fill || color || "currentColor",
|
|
@@ -4732,7 +4869,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4732
4869
|
) }), UpFilled_default = IconUpFilled;
|
|
4733
4870
|
|
|
4734
4871
|
// src/components/UpleftFilled.tsx
|
|
4735
|
-
var
|
|
4872
|
+
var import_jsx_runtime179 = __toESM(require_jsx_runtime()), IconUpleftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime179.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime179.jsx)(
|
|
4736
4873
|
"path",
|
|
4737
4874
|
{
|
|
4738
4875
|
fill: fill || color || "currentColor",
|
|
@@ -4743,7 +4880,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4743
4880
|
) }), UpleftFilled_default = IconUpleftFilled;
|
|
4744
4881
|
|
|
4745
4882
|
// src/components/Uploadedvideo.tsx
|
|
4746
|
-
var
|
|
4883
|
+
var import_jsx_runtime180 = __toESM(require_jsx_runtime()), IconUploadedvideo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime180.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime180.jsx)(
|
|
4747
4884
|
"path",
|
|
4748
4885
|
{
|
|
4749
4886
|
fill: fill || color || "currentColor",
|
|
@@ -4754,7 +4891,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4754
4891
|
) }), Uploadedvideo_default = IconUploadedvideo;
|
|
4755
4892
|
|
|
4756
4893
|
// src/components/Uploadfiles.tsx
|
|
4757
|
-
var
|
|
4894
|
+
var import_jsx_runtime181 = __toESM(require_jsx_runtime()), IconUploadfiles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(
|
|
4758
4895
|
"path",
|
|
4759
4896
|
{
|
|
4760
4897
|
fill: stroke || color || "currentColor",
|
|
@@ -4763,18 +4900,18 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4763
4900
|
) }), Uploadfiles_default = IconUploadfiles;
|
|
4764
4901
|
|
|
4765
4902
|
// src/components/Uploadstory.tsx
|
|
4766
|
-
var
|
|
4903
|
+
var import_jsx_runtime182 = __toESM(require_jsx_runtime()), IconUploadstory = ({ 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)(
|
|
4767
4904
|
"path",
|
|
4768
4905
|
{
|
|
4769
4906
|
fill: stroke || color || "currentColor",
|
|
4770
|
-
d: "
|
|
4907
|
+
d: "M0 3V19.5H7.40901L10.409 22.5H13.591L16.591 19.5H24V3H16.125C14.4518 3 12.9614 3.78275 12 5.00206C11.0386 3.78275 9.54823 3 7.875 3H0ZM10.875 8.25C10.875 6.59315 9.53185 5.25 7.875 5.25H2.25V17.25H8.34099L11.341 20.25H12.659L15.659 17.25H21.75V5.25H16.125C14.4681 5.25 13.125 6.59315 13.125 8.25V15H10.875V8.25Z",
|
|
4771
4908
|
fillRule: "evenodd",
|
|
4772
4909
|
clipRule: "evenodd"
|
|
4773
4910
|
}
|
|
4774
4911
|
) }), Uploadstory_default = IconUploadstory;
|
|
4775
4912
|
|
|
4776
4913
|
// src/components/UprightFilled.tsx
|
|
4777
|
-
var
|
|
4914
|
+
var import_jsx_runtime183 = __toESM(require_jsx_runtime()), IconUprightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime183.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime183.jsx)(
|
|
4778
4915
|
"path",
|
|
4779
4916
|
{
|
|
4780
4917
|
fill: fill || color || "currentColor",
|
|
@@ -4785,7 +4922,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4785
4922
|
) }), UprightFilled_default = IconUprightFilled;
|
|
4786
4923
|
|
|
4787
4924
|
// src/components/Userfeedback.tsx
|
|
4788
|
-
var
|
|
4925
|
+
var import_jsx_runtime184 = __toESM(require_jsx_runtime()), IconUserfeedback = ({ 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)(
|
|
4789
4926
|
"path",
|
|
4790
4927
|
{
|
|
4791
4928
|
fill: stroke || color || "currentColor",
|
|
@@ -4796,16 +4933,16 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4796
4933
|
) }), Userfeedback_default = IconUserfeedback;
|
|
4797
4934
|
|
|
4798
4935
|
// src/components/Userfollow.tsx
|
|
4799
|
-
var
|
|
4800
|
-
/* @__PURE__ */ (0,
|
|
4936
|
+
var import_jsx_runtime185 = __toESM(require_jsx_runtime()), IconUserfollow = ({ 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: [
|
|
4937
|
+
/* @__PURE__ */ (0, import_jsx_runtime185.jsx)(
|
|
4801
4938
|
"path",
|
|
4802
4939
|
{
|
|
4803
4940
|
fill: stroke || color || "currentColor",
|
|
4804
4941
|
d: "M15 15.25H6.5C5.25736 15.25 4.25 16.2574 4.25 17.5V19.75H12V22H2V17.5C2 15.0147 4.01472 13 6.5 13H15V15.25Z"
|
|
4805
4942
|
}
|
|
4806
4943
|
),
|
|
4807
|
-
/* @__PURE__ */ (0,
|
|
4808
|
-
/* @__PURE__ */ (0,
|
|
4944
|
+
/* @__PURE__ */ (0, import_jsx_runtime185.jsx)("path", { fill: stroke || color || "currentColor", d: "M19 17H22V19H19V22H17V19H14V17H17V14H19V17Z" }),
|
|
4945
|
+
/* @__PURE__ */ (0, import_jsx_runtime185.jsx)(
|
|
4809
4946
|
"path",
|
|
4810
4947
|
{
|
|
4811
4948
|
fill: stroke || color || "currentColor",
|
|
@@ -4817,7 +4954,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4817
4954
|
] }), Userfollow_default = IconUserfollow;
|
|
4818
4955
|
|
|
4819
4956
|
// src/components/Userfollowback.tsx
|
|
4820
|
-
var
|
|
4957
|
+
var import_jsx_runtime186 = __toESM(require_jsx_runtime()), IconUserfollowback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime186.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime186.jsx)(
|
|
4821
4958
|
"path",
|
|
4822
4959
|
{
|
|
4823
4960
|
fill: stroke || color || "currentColor",
|
|
@@ -4826,7 +4963,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4826
4963
|
) }), Userfollowback_default = IconUserfollowback;
|
|
4827
4964
|
|
|
4828
4965
|
// src/components/Userfollowed.tsx
|
|
4829
|
-
var
|
|
4966
|
+
var import_jsx_runtime187 = __toESM(require_jsx_runtime()), IconUserfollowed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime187.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime187.jsx)(
|
|
4830
4967
|
"path",
|
|
4831
4968
|
{
|
|
4832
4969
|
fill: stroke || color || "currentColor",
|
|
@@ -4835,15 +4972,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4835
4972
|
) }), Userfollowed_default = IconUserfollowed;
|
|
4836
4973
|
|
|
4837
4974
|
// src/components/VideoGeneration.tsx
|
|
4838
|
-
var
|
|
4839
|
-
/* @__PURE__ */ (0,
|
|
4975
|
+
var import_jsx_runtime188 = __toESM(require_jsx_runtime()), IconVideoGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime188.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4976
|
+
/* @__PURE__ */ (0, import_jsx_runtime188.jsx)(
|
|
4840
4977
|
"path",
|
|
4841
4978
|
{
|
|
4842
4979
|
fill: stroke || color || "currentColor",
|
|
4843
4980
|
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"
|
|
4844
4981
|
}
|
|
4845
4982
|
),
|
|
4846
|
-
/* @__PURE__ */ (0,
|
|
4983
|
+
/* @__PURE__ */ (0, import_jsx_runtime188.jsx)(
|
|
4847
4984
|
"path",
|
|
4848
4985
|
{
|
|
4849
4986
|
fill: stroke || color || "currentColor",
|
|
@@ -4852,7 +4989,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4852
4989
|
clipRule: "evenodd"
|
|
4853
4990
|
}
|
|
4854
4991
|
),
|
|
4855
|
-
/* @__PURE__ */ (0,
|
|
4992
|
+
/* @__PURE__ */ (0, import_jsx_runtime188.jsx)(
|
|
4856
4993
|
"path",
|
|
4857
4994
|
{
|
|
4858
4995
|
fill: stroke || color || "currentColor",
|
|
@@ -4862,9 +4999,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4862
4999
|
] }), VideoGeneration_default = IconVideoGeneration;
|
|
4863
5000
|
|
|
4864
5001
|
// src/components/VideoLength.tsx
|
|
4865
|
-
var
|
|
4866
|
-
/* @__PURE__ */ (0,
|
|
4867
|
-
/* @__PURE__ */ (0,
|
|
5002
|
+
var import_jsx_runtime189 = __toESM(require_jsx_runtime()), IconVideoLength = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime189.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
5003
|
+
/* @__PURE__ */ (0, import_jsx_runtime189.jsx)("path", { fill: stroke || color || "currentColor", d: "M10.875 9V15H13.125V9H10.875Z" }),
|
|
5004
|
+
/* @__PURE__ */ (0, import_jsx_runtime189.jsx)(
|
|
4868
5005
|
"path",
|
|
4869
5006
|
{
|
|
4870
5007
|
fill: stroke || color || "currentColor",
|
|
@@ -4876,8 +5013,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4876
5013
|
] }), VideoLength_default = IconVideoLength;
|
|
4877
5014
|
|
|
4878
5015
|
// src/components/Videogenerate.tsx
|
|
4879
|
-
var
|
|
4880
|
-
/* @__PURE__ */ (0,
|
|
5016
|
+
var import_jsx_runtime190 = __toESM(require_jsx_runtime()), IconVideogenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime190.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
5017
|
+
/* @__PURE__ */ (0, import_jsx_runtime190.jsx)(
|
|
4881
5018
|
"path",
|
|
4882
5019
|
{
|
|
4883
5020
|
fill: stroke || color || "currentColor",
|
|
@@ -4886,7 +5023,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4886
5023
|
clipRule: "evenodd"
|
|
4887
5024
|
}
|
|
4888
5025
|
),
|
|
4889
|
-
/* @__PURE__ */ (0,
|
|
5026
|
+
/* @__PURE__ */ (0, import_jsx_runtime190.jsx)(
|
|
4890
5027
|
"path",
|
|
4891
5028
|
{
|
|
4892
5029
|
fill: stroke || color || "currentColor",
|
|
@@ -4898,7 +5035,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4898
5035
|
] }), Videogenerate_default = IconVideogenerate;
|
|
4899
5036
|
|
|
4900
5037
|
// src/components/Visualstyles.tsx
|
|
4901
|
-
var
|
|
5038
|
+
var import_jsx_runtime191 = __toESM(require_jsx_runtime()), IconVisualstyles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime191.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime191.jsx)(
|
|
4902
5039
|
"path",
|
|
4903
5040
|
{
|
|
4904
5041
|
fill: stroke || color || "currentColor",
|
|
@@ -4909,8 +5046,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4909
5046
|
) }), Visualstyles_default = IconVisualstyles;
|
|
4910
5047
|
|
|
4911
5048
|
// src/components/Volume.tsx
|
|
4912
|
-
var
|
|
4913
|
-
/* @__PURE__ */ (0,
|
|
5049
|
+
var import_jsx_runtime192 = __toESM(require_jsx_runtime()), IconVolume = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime192.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
5050
|
+
/* @__PURE__ */ (0, import_jsx_runtime192.jsx)(
|
|
4914
5051
|
"path",
|
|
4915
5052
|
{
|
|
4916
5053
|
fill: stroke || color || "currentColor",
|
|
@@ -4919,14 +5056,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4919
5056
|
clipRule: "evenodd"
|
|
4920
5057
|
}
|
|
4921
5058
|
),
|
|
4922
|
-
/* @__PURE__ */ (0,
|
|
5059
|
+
/* @__PURE__ */ (0, import_jsx_runtime192.jsx)(
|
|
4923
5060
|
"path",
|
|
4924
5061
|
{
|
|
4925
5062
|
fill: stroke || color || "currentColor",
|
|
4926
5063
|
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"
|
|
4927
5064
|
}
|
|
4928
5065
|
),
|
|
4929
|
-
/* @__PURE__ */ (0,
|
|
5066
|
+
/* @__PURE__ */ (0, import_jsx_runtime192.jsx)(
|
|
4930
5067
|
"path",
|
|
4931
5068
|
{
|
|
4932
5069
|
fill: stroke || color || "currentColor",
|
|
@@ -4936,7 +5073,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4936
5073
|
] }), Volume_default = IconVolume;
|
|
4937
5074
|
|
|
4938
5075
|
// src/components/Withdrawgame.tsx
|
|
4939
|
-
var
|
|
5076
|
+
var import_jsx_runtime193 = __toESM(require_jsx_runtime()), IconWithdrawgame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime193.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(
|
|
4940
5077
|
"path",
|
|
4941
5078
|
{
|
|
4942
5079
|
fill: stroke || color || "currentColor",
|
|
@@ -4947,15 +5084,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4947
5084
|
) }), Withdrawgame_default = IconWithdrawgame;
|
|
4948
5085
|
|
|
4949
5086
|
// src/components/Zoomhandle.tsx
|
|
4950
|
-
var
|
|
4951
|
-
/* @__PURE__ */ (0,
|
|
5087
|
+
var import_jsx_runtime194 = __toESM(require_jsx_runtime()), IconZoomhandle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime194.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
5088
|
+
/* @__PURE__ */ (0, import_jsx_runtime194.jsx)(
|
|
4952
5089
|
"path",
|
|
4953
5090
|
{
|
|
4954
5091
|
fill: fill || color || "currentColor",
|
|
4955
5092
|
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"
|
|
4956
5093
|
}
|
|
4957
5094
|
),
|
|
4958
|
-
/* @__PURE__ */ (0,
|
|
5095
|
+
/* @__PURE__ */ (0, import_jsx_runtime194.jsx)(
|
|
4959
5096
|
"path",
|
|
4960
5097
|
{
|
|
4961
5098
|
fill: stroke || color || "currentColor",
|
|
@@ -4965,15 +5102,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4965
5102
|
] }), Zoomhandle_default = IconZoomhandle;
|
|
4966
5103
|
|
|
4967
5104
|
// src/components/Zoomin.tsx
|
|
4968
|
-
var
|
|
4969
|
-
/* @__PURE__ */ (0,
|
|
5105
|
+
var import_jsx_runtime195 = __toESM(require_jsx_runtime()), IconZoomin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime195.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
5106
|
+
/* @__PURE__ */ (0, import_jsx_runtime195.jsx)(
|
|
4970
5107
|
"path",
|
|
4971
5108
|
{
|
|
4972
5109
|
fill: stroke || color || "currentColor",
|
|
4973
5110
|
d: "M11.625 11.625H15V9.375H11.625V6H9.375V9.375H6V11.625H9.375V15H11.625V11.625Z"
|
|
4974
5111
|
}
|
|
4975
5112
|
),
|
|
4976
|
-
/* @__PURE__ */ (0,
|
|
5113
|
+
/* @__PURE__ */ (0, import_jsx_runtime195.jsx)(
|
|
4977
5114
|
"path",
|
|
4978
5115
|
{
|
|
4979
5116
|
fill: stroke || color || "currentColor",
|
|
@@ -4985,9 +5122,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4985
5122
|
] }), Zoomin_default = IconZoomin;
|
|
4986
5123
|
|
|
4987
5124
|
// src/components/Zoomout.tsx
|
|
4988
|
-
var
|
|
4989
|
-
/* @__PURE__ */ (0,
|
|
4990
|
-
/* @__PURE__ */ (0,
|
|
5125
|
+
var import_jsx_runtime196 = __toESM(require_jsx_runtime()), IconZoomout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime196.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
5126
|
+
/* @__PURE__ */ (0, import_jsx_runtime196.jsx)("path", { fill: stroke || color || "currentColor", d: "M15 11.625H6V9.375H15V11.625Z" }),
|
|
5127
|
+
/* @__PURE__ */ (0, import_jsx_runtime196.jsx)(
|
|
4991
5128
|
"path",
|
|
4992
5129
|
{
|
|
4993
5130
|
fill: stroke || color || "currentColor",
|